/** Shopify CDN: Minification failed

Line 1491:2 Expected identifier but found "*"
Line 1940:2 Expected identifier but found "*"
Line 5660:20 Expected ")" to end URL token
Line 6238:26 Expected identifier but found "."
Line 8494:0 Unexpected "var("
Line 11787:2 "vertial-align" is not a known CSS property
Line 14198:1 Unexpected "{"
Line 14204:3 Unexpected "{"
Line 14210:3 Unexpected "{"
Line 18180:20 Expected ")" to end URL token
... and 2 more hidden warnings

**/
::selection {
  color: #fff;
  background: #222;
}

body {
  font-size: 14px;
  letter-spacing: var(--font-letterspace);
  line-height: var(--font-line-height);
}

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

.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0;
}

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

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

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

.tab-content > .fade {
  opacity: 1;
}

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

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

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

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

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

a {
  background-color: transparent;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}

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

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

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

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

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

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

@media (min-width: 1025px) {
  .large--one-quarter {
    width: 25%;
  }
}

/*================ Build Grid Push Classes ================*/
@media (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 (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: 400px;
}

@media (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-bg);
}

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

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

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

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

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

  .content-wrapper {
    width: 100%;
  }

  .sidebar {
    width: 100%;
  }

  .sidebar .widget {
    padding: 10px;
  }

  .sidebar .sidebar__inner .widget.recent_article,
  .sidebar .sidebar__inner .widget.widget_categories {
    padding: 15px;
    margin: 0;
  }
  .sidebar .sidebar__inner .widget.recent_article h4 {
    display: block;
    margin: 0;
    position: relative;
    padding: 0;
  }
}

@media (max-width: 480px) {
  .filter-sortby .sorting-section button span {
    white-space: nowrap;
    text-overflow: ellipsis;
    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 (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-bg);
  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 (max-width: 1025px) {
  .featured-box__body {
    padding: var(--gutter) 0;
  }
}

@media (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 (max-width: 749px) {
  .feature-row__image {
    order: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

html {
  padding: 0 !important;
}

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

.main-content {
  display: block;
}

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

.content-height {
  min-height: 610px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 15px 0;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.5em;
}

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

blockquote p {
  margin-bottom: 0;
}

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

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

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

@media (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 #cacaca;
  border-width: 1px 0 0;
  margin: 12px 0;
  height: 0;
}

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

/*=======================================toggle-accordion========================================*/
.tb-toggle-frame-set {
  margin: 0px;
  padding: 0px;
}

.template-page .tb-toggle-frame-set {
  margin-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

h5.tb-toggle-accordion.active {
  background: #222;
  color: #fff;
}

h5.tb-toggle-accordion.active a {
  color: #fff;
  border: none;
}

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

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

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

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

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

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

.tb-toggle-frame h5.tbc-toggle-accordion a,
.tb-toggle-frame h5.tb-toggle a {
  font-weight: normal;
}

h5.tb-toggle-accordion a {
  color: var(--color-body-text);
  font-weight: 600;
  display: block;
  border: none !important;
  font-style: italic;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}

.faq h5.tb-toggle-accordion a {
  font-family: var(--font-stack-body);
  font-style: normal;
}

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

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

h5.tb-toggle-accordion::before,
h5.tb-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;
}

.tb-toggle-frame h5.tb-toggle-accordion::before,
.tb-toggle-frame h5.tb-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.tb-toggle-accordion.active::before,
h5.tb-toggle.active::before {
  line-height: 25px;
}

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

.tb-toggle-content {
  padding: 20px;
  clear: both;
  display: none;
  border: 1px solid var(--color-border);
}

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

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

@media (max-width: 991px) {
  h5.tb-toggle-accordion,
  .tb-toggle-frame h5.tb-toggle,
  h5.tb-toggle {
    font-size: 14px;
    line-height: 16px;
  }
  .tb-toggle-content {
    padding: 10px 15px;
  }
  h5.tb-toggle-accordion::before,
  h5.tb-toggle::before {
    width: 20px;
    height: 20px;
    left: 10px;
  }
  h5.tb-toggle-accordion.active::before,
  h5.tb-toggle.active::before {
    line-height: 20px;
  }
  .tb-toggle-content .tb-block {
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  h5.tb-toggle-accordion,
  .tb-toggle-frame h5.tb-toggle,
  h5.tb-toggle {
    font-size: 14px;
    line-height: 16px;
  }
  .tb-toggle-content {
    padding: 10px 15px;
  }
  h5.tb-toggle-accordion::before,
  h5.tb-toggle::before {
    width: 20px;
    height: 20px;
    left: 10px;
  }
  h5.tb-toggle-accordion.active::before,
  h5.tb-toggle.active::before {
    line-height: 20px;
  }
  .tb-toggle-content .tb-block {
    font-size: 13px;
  }
}

/*----------------------- common css --------------------*/
.page-wrapper {
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

@media (min-width: 992px) {
  .header_style_2 .page-wrapper::after {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    visibility: hidden;
    z-index: 1;
  }

  .open-nav.header_style_2 .page-wrapper::after,
  body.cart_active .page-wrapper::after,
  body.myaccount_active .page-wrapper::after,
  body.search-open .page-wrapper::after {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    visibility: visible;
  }
}

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

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

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

.product-single__photos {
  cursor: crosshair;
}

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

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

@media (max-width: 480px) {
  .item-row,
  .TBProduct-Tab .nav-tabs > li {
    width: 80%;
  }

  .TBProduct-Tab .nav-tabs > li {
    margin-bottom: 5px;
  }
}

/*------------------related-products -------------*/
.related-products .product-layouts {
  padding: 0 15px;
}

.related-products .grid-item {
  padding: 0;
  margin: 0 0 8px;
}

.product-grid.related-products {
  margin: 10px 0 0;
}

@media (max-width: 991px) {
  .page-wrapper .main-content {
    margin: 0;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
  }
}

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

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

button {
  overflow: visible;
}

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

.product-wrapper .btn_wrapper .pro_btn a,
.product-wrapper .main_btn_wrapper .pro_btn a {
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.product-wrapper .btn_wrapper .pro_btn a::after,
.product-wrapper .main_btn_wrapper .pro_btn a::after {
  background: #219fba;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  z-index: -1;
  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;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
  background: #219fba;
  color: var(--color-btn-primary-hover-text);
}

.product-wrapper .btn_wrapper .pro_btn a.add_to_wishlist,
.product-wrapper .add-to-compare.pro_btn a.add-in-compare-js.added {
  background: var(--color-product-secondary);
}

.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 .add-to-compare.pro_btn a.add-in-compare-js.added > i {
  color: #fff;
}

.product-wrapper .btn_wrapper .pro_btn a:hover::after,
.product-wrapper .main_btn_wrapper .pro_btn a:hover::after,
.product-wrapper .btn_wrapper .pro_btn a:focus::after,
.product-wrapper .mian_btn_wrapper .pro_btn a:focus::after,
.product-wrapper .btn_wrapper .pro_btn a:active::after,
.product-wrapper .main_btn_wrapper .pro_btn a:active::after {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  height: 100%;
}

.product-wrapper .btn_wrapper .pro_btn a::after,
.product-wrapper .main_btn_wrapper .pro_btn a::after {
  background: #219fba;
}

.product-wrapper .btn_wrapper .pro_btn a:focus::after,
.product-wrapper .btn_wrapper .pro_btn a:active::after,
.product-wrapper .main_btn_wrapper .pro_btn a:active::after {
  background-color: #219fba;
}

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

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

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

.product-single__addtocart .btn.disabled,
.product-single__addtocart .btn[disabled],
.comment-form .btn,
.added-to-cart .btn {
  background-color: var(--color-btn-primary-bg);
  color: var(--color-btn-primary-text) t;
}

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

.added-to-cart .btn:hover {
  color: var(--color-btn-primary-hover-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;
  margin: 0;
}

.tbl-list > li.currency > form,
.tbl-list > li.language > form {
  margin: 0;
}

.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 span {
  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;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -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 {
  padding: 6px 17px !important;
  border: none;
  font-size: 14px !important;
  line-height: 16px;
  margin: 0 0 2px;
  text-transform: capitalize;
}

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

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

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

.header_currency ul li .currency_wrapper.active .mdi.mdi-chevron-up,
.header_language .language_wrapper.active .mdi.mdi-chevron-up {
  display: inline-block;
  vertical-align: top;
}

.header_currency ul li .currency_wrapper .mdi.mdi-chevron-down,
.header_language .language_wrapper .mdi.mdi-chevron-down {
  display: inline-block;
  vertical-align: top;
}

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

.customer_account .tbl-list > li.currency .flag-dropdown-menu,
.customer_account .tbl-list > li.language .flag-dropdown-menu {
  position: relative;
  display: inline-block !important;
  border: none;
  margin: 0;
  vertical-align: top;
}

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

.customer_account .header_language {
  padding: 0;
}

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

.customer_account .tbl-list > li.currency .flag-dropdown-menu > li,
.header_language .disclosure #lang-list li a {
  display: inline-block;
  margin-bottom: 0;
  padding: 3px;
  width: 100%;
  vertical-align: top;
  line-height: 14px;
  font-weight: 500;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

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

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

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

.header_currency ul.tbl-list,
.header_language ul.tbl-list {
  margin: 0;
}

.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 {
  margin: 0;
  position: relative;
}

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

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

.currency_wrapper.dropdown-toggle,
.language_wrapper.dropdown-toggle {
  position: relative;
  font: 500 13px/16px var(--color-body-text);
  padding: 11px 15px 12px 0;
  color: #ccc;
  margin-right: 10px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

.currency_wrapper.dropdown-toggle:hover,
.language_wrapper.dropdown-toggle:hover {
  color: #111;
}

.currency-selector-label,
.language-selector-label {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 0 5px;
  font-weight: 500;
  color: #111;
  font-family: var(--font-stack-subheading);
  margin: 6px 0;
  font-size: 15px;
  line-height: 18px;
}

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

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

@media (min-width: 992px) {
  .myaccount .mdi.mdi-chevron-down,
  .myaccount.open .mdi.mdi-chevron-up {
    display: inline-block;
    vertical-align: top;
  }

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

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

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

@media (max-width: 991px) {
  .currency_wrapper.dropdown-toggle,
  .language_wrapper.dropdown-toggle {
    padding: 13px 10px;
  }

  .currency_wrapper.dropdown-toggle:hover,
  .language_wrapper.dropdown-toggle:hover {
    color: var(--color-text-hover-field);
  }
}

@media (max-width: 767px) {
  .currency_code > i,
  .language_code > i {
    margin: 1px 5px 0 0;
  }

  .currency_wrapper.dropdown-toggle,
  .language_wrapper.dropdown-toggle {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 14px;
  }
}

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

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

ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
}

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

li {
  margin-bottom: 0.25em;
}

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

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

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

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

.inline-list li,
.payment-icons 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%;
}

.site-nav li .grid-item {
  float: none;
  padding: 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-bg);
  color: var(--color-btn-primary-text);
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  font-family: var(--font-stack-body);
  line-height: var(--font-line-height);
  letter-spacing: var(--font-letterspace);
  margin: 0;
  padding: 11px 30px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  position: relative;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

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

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-primary-bg);
  border-color: var(--color-btn-primary-bg);
}

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 {
  display: flex;
}

.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-body);
  color: var(--color-body-text);
  vertical-align: top;
  margin-bottom: 2px;
  font-size: em(12px);
  font-weight: bold;
}

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

/*================ 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: 44px;
}

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

.input-group-btn {
  position: absolute;
  white-space: nowrap;
  width: auto;
  padding: 0;
  right: 0;
  left: auto;
}

#shopify-section-footer-model-2 .input-group-btn {
  right: -5px;
}

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

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

.footer_style_3 .footer-top .input-group-btn .btn {
  background: #fff;
}

.footer_style_3 .footer-top .input-group-btn .btn:hover,
.footer_style_3 .footer-top .input-group-btn .btn:active,
.footer_style_3 .footer-top .input-group-btn .btn:focus {
  color: #fff;
}

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

.template-search .search-products .input-group.search-bar .btn {
  padding: 14px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
}

.template-search .search-products .input-group.search-bar .btn i {
  color: #fff;
}

.template-search.search_full_active .full-search-wrapper .search-inner .btn,
.template-search.search_full_active
  .full-search-wrapper
  .search-inner
  .btn:hover,
.template-search.search_full_active
  .full-search-wrapper
  .search-inner
  .btn:active,
.template-search.search_full_active
  .full-search-wrapper
  .search-inner
  .btn:focus {
  background: transparent;
}

.template-search.search_full_active
  .full-search-wrapper
  .search-inner
  .btn:before {
  display: none !important;
}

.template-search.search_full_active .full-search-wrapper .search-inner .btn i,
.template-search.search_full_active
  .full-search-wrapper
  .search-inner
  .btn:hover
  i,
.template-search.search_full_active
  .full-search-wrapper
  .search-inner
  .btn:active
  i,
.template-search.search_full_active
  .full-search-wrapper
  .search-inner
  .btn:focus
  i,
.template-search.search_full_active .full-search-wrapper .search-inner .btn i {
  color: #111;
}

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

.supports-fontface .icon-fallback-text i {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  line-height: 22px;
  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;
}

#shopify-section-footer-model-1 .icon-fallback-text i,
#shopify-section-footer-model-1 .icon-fallback-text:hover i {
  color: #fff;
}

#shopify-section-footer-model-2 .icon-fallback-text i {
  color: #fff;
}
#shopify-section-footer-model-2 .icon-fallback-text:hover,
#shopify-section-footer-model-2 .icon-fallback-text:hover i {
  color: #fff;
}
#shopify-section-footer-model-3 .icon-fallback-text i {
  color: #fff;
}
#shopify-section-footer-model-3 .icon-fallback-text:hover i {
  color: #fff;
}

.supports-fontface .icon-fallback-text .icon {
  display: inline-block;
  vertical-align: middle;
}

.site-header button.btn.search-submit.icon-fallback-text:hover {
  color: #222;
}

footer .inline-list li a {
  position: relative;
  padding: 0 0 0 18px;
}
footer .inline-list li a::after {
  content: "\f142";
  font-family: "Material Design Icons";
  font-style: normal;
  font-size: 18px;
  position: absolute;
  left: -5px;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin: auto;
  width: auto;
}
@media (max-width: 991px) {
  .supports-fontface .icon-fallback-text i {
    font-size: 20px;
  }
}

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

.supports-fontface .icon-fallback-text .fallback-text {
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

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

.icon:before {
  display: none;
}

@media (max-width: 480px) {
  .block_newsletter form .input-group .input-group-btn .btn .icon::before {
    display: inline;
    font-family: "Material Design Icons";
    speak: none;
    font-style: normal;
    font-weight: 500;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f48a";
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
  }
}

/*================ 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: "\e500";
}

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

.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 span {
  font-size: 20px;
  line-height: 36px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}

.social-icons li a:hover span.mdi-facebook,
.social-icons li a:focus span.mdi-facebook,
.social-icons li a:active span.mdi-facebook {
  color: #1877f2;
}
.social-icons li a:hover span.mdi-linkedin,
.social-icons li a:active span.mdi-linkedin,
.social-icons li a:focus span.mdi-linkedin {
  color: #0077b5;
}
.social-icons li a:hover span.mdi-pinterest,
.social-icons li a:active span.mdi-pinterest,
.social-icons li a:focus span.mdi-pinterest {
  color: #e60023;
}
.social-icons li a:hover span.mdi-instagram,
.social-icons li a:active span.mdi-instagram,
.social-icons li a:focus span.mdi-instagram {
  color: #c8232c;
}
/*================= Pagination =========================*/
.pagination {
  margin-bottom: 1em;
}

.pagination-custom > li {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border: 1px solid #e5e5e5;
  text-align: center;
  float: none;
  margin-right: 3px;
  line-height: 36px;
  margin-bottom: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}

.pagination-wrap {
  margin: 10px 0 0;
  border: 1px solid #eee;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  overflow: hidden;
}

.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: 0;
  font-weight: 500;
}

.pagination-custom {
  display: inline-block;
  margin: 0;
  font-family: var(--font-stack-body);
  padding-left: 0;
  float: none;
  width: auto;
  vertical-align: top;
  background: #fff;
}

.pagination-custom li > i.fa {
  height: 100%;
  color: var(--color-text-field);
  position: relative;
  line-height: 34px;
}

.pagination-custom li > a,
.pagination-custom li > span {
  line-height: 25px;
  margin-left: 0;
  padding: 5px 10px;
  position: relative;
  font-weight: 500;
}

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

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

.pagination-custom li.disabled {
  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);
}

@media (max-width: 991px) {
  .pagination-wrap {
    margin: 0 0 15px;
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .pagination-wrap {
    display: block;
  }
  .pagination-wrap .infinite-scrolling {
    display: block;
    margin: 0 0 10px;
  }
}

/*------------------ title -------------*/
.tb-innerpagetitle {
  font: 700 18px/20px var(--font-stack-subheading);
  padding: 0;
  text-align: left;
  text-transform: capitalize;
  color: var(--color-title);
  margin: 0 0 10px;
}

.template-page .tb-innerpagetitle {
  margin: 0;
}

.rte .page-subheading {
  color: var(--color-title);
}

h2.tb-pagetitle {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: var(--color-title);
}

.search-products .text--left.section-header__title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  color: var(--color-title);
}

@media (max-width: 767px) {
  .search-products .text--left.section-header__title {
    font-size: 20px;
    line-height: 22px;
  }
}

@media (max-width: 575px) {
  .search-products .text--left.section-header__title {
    font-size: 18px;
    line-height: 28px;
  }
}

.search-products .product-layouts {
  display: inline-block;
  position: relative;
  padding: 0 25px;
}

@media (max-width: 991px) {
  .search-products .product-layouts {
    padding: 0 10px;
  }
}

.search-products .product-layouts.style1,
.search-products .product-layouts.style2 {
  padding: 0;
}

.search-products .grid-item.style3 {
  padding: 0;
}

@media (max-width: 480px) {
  .tbdesc {
    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 {
  color: var(--color-text-field);
  display: inline-block;
  text-align: center;
  width: 100%;
}

.cart-toggle:active,
.nav-toggle:active,
.cart-toggle:hover,
.nav-toggle:hover,
.cart-toggle:focus,
.nav-toggle:focus {
  color: #111;
}

.cart-toggle {
  font-size: em(18px);
}

.hidden-count {
  display: none;
}

.nav-mobile {
  position: absolute;
  background-color: #fff;
  font-family: var(--font-stack-body);
  height: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .cart-toggle {
    font-size: var(--menuFontSize);
    height: auto;
    margin: 0;
    width: auto;
  }

  .nav-mobile {
    display: none;
  }
}

.nav-mobile .page-move--nav {
  position: absolute;
}

.mobile-drawer--open .nav-mobile {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.page-element.activated {
  transition: left 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
  -webkit-transition: left 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
  -moz-transition: left 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
  -o-transition: left 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
  -ms-transition: left 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
}

.cart_table input[type="number"] {
  padding: 0;
}

@media (max-width: 1024px) {
  .nav-search {
    margin: 0 0 (var(--gutter) / 2);
  }
}

/*================ Secondary nav ================*/
.nav-secondary {
  font-family: var(--font-stack-body);
  font-size: 14px;
  margin: 0 0 var(--gutter) / 2;
}

.nav-secondary a {
  color: var(--colorFooterContent);
}

.nav-secondary li {
  margin: 0 0 0 var(--gutter) / 2;
}

/*================ Page nav ====================*/
.article-pagination,
.product-pagination {
  border: 1px solid var(--color-border);
  border-width: var(--borderWidth) 0;
  font-family: var(--font-stack-body);
  font-size: em(14px);
  margin: var(--gutter) 0;
  padding: var(--gutter) 0;
}

.article-pagination.last,
.product-pagination.last {
  border-bottom: 0;
  padding-bottom: 0;
}

.article-pagination p,
.product-pagination p {
  margin: 0;
}

.article-pagination .article-pagination__sep,
.product-pagination .article-pagination__sep,
.article-pagination .product-pagination__sep,
.product-pagination .product-pagination__sep {
  padding: 0 var(--gutter) / 4;
}

@media (min-width: 1025px) {
  .article-pagination,
  .product-pagination {
    margin: var(--gutter) * 2 0;
  }
}

/*=================== Custom Section ===========================*/
.isotop_filter_wrap {
  position: relative;
}

.tb-product-items.animatedcontainer {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}

.tb-product-filters ul li {
  list-style: none;
  display: inline;
  margin-right: 5px;
}

.list-collection-products .pickgradient-products > a.grid-link {
  position: relative;
}

/*===========================left filter===========================*/
.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  -moz-transition: opacity 0.5s ease, visibility 0.5s ease;
  -o-transition: opacity 0.5s ease, visibility 0.5s ease;
  -ms-transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay {
  z-index: 8888;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas.position-left.is-open {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.off-canvas.position-left {
  width: 320px;
  transform: translateX(-320px);
  -webkit-transform: translateX(-320px);
  -moz-transform: translateX(-320px);
  -o-transform: translateX(-320px);
  -ms-transform: translateX(-320px);
  overflow-y: initial;
  overflow-x: hidden;
}

@media (max-width: 480px) {
  .off-canvas.position-left {
    width: 290px;
  }
}

.off-canvas.is-transition-overlap {
  z-index: 8889;
}

.off-canvas .collection_sidebar .sidebar .widget h4,
.off-canvas .collection_sidebar .sidebar-block .widget .h4,
.off-canvas .collection_sidebar .sidebar-block .widget h4 {
  margin: 0 0 15px;
  padding: 15px;
  background: #f5f5f5;
}

.off-canvas .collection_sidebar .refined-widgets a.clear-all {
  color: #222;
  font-weight: 500;
  background: #f5f5f5;
  padding: 15px;
  margin: 0 0 15px;
}

.off-canvas .collection_sidebar .widget h4 a.clear {
}

.off-canvas .collection_sidebar ul .owl-nav {
  top: -58px;
}

@media (max-width: 991px) {
  .off-canvas .collection_sidebar ul .owl-nav {
    right: 8px;
  }
}

@media (max-width: 991px) {
  .off-canvas .collection_sidebar .widget {
    border: none;
    padding: 0;
  }

  .off-canvas .shopify-section#shopify-section-sidebar-bestsellers,
  .off-canvas .shopify-section#shopify-section-sidebar-promoimage {
    margin: 0;
  }

  .off-canvas .collection_sidebar .refined-widgets a {
    border: none;
  }
}

.off-canvas .collection_sidebar .widget_top_rated_products h4 {
  font: 500 16px/18px var(--font-stack-body);
  color: var(--color-title);
  margin: 0 0 20px;
  cursor: pointer;
  background: #f5f5f5;
  padding: 15px;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .off-canvas .collection_sidebar .widget_top_rated_products h4 {
    padding: 15px;
  }
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 270px;
  transform: translateX(-270px);
  -webkit-transform: translateX(-270px);
  -moz-transform: translateX(-270px);
  -o-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
}

a.filter-right {
  line-height: 2.1;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
}

a.filter-right i {
  padding-left: 10px;
}

a.filter-left i {
  padding-right: 10px;
}

a.filter-left {
  line-height: 2.1;
  font-size: 15px;
  text-transform: capitalize;
}

.full_width.wrap_left_filter .view-mode.filter-grid-list.grid__item,
.full_width.wrap_left_filter .sorting_wrapper {
  padding-left: 15px;
}

@media (max-width: 480px) {
  .full_width.wrap_left_filter .view-mode.filter-grid-list.grid__item,
  .full_width.wrap_left_filter .sorting_wrapper {
    padding-left: 0;
  }
}

.full_width.right_filter.collection-sorting {
  margin-left: 15px;
}

@media (max-width: 480px) {
  .full_width.right_filter.collection-sorting {
    margin-left: 0;
  }
}

.full_width.left_filter.collection-sorting {
}

.full_width .sorting_wrapper .btn.dropdown-toggle,
.full_width .sorting_wrapper .dropdown-toggle.btn--secondary,
.full_width .sorting_wrapper input.dropdown-toggle[type="submit"],
.full_width .sorting_wrapper .dropdown-toggle.btn--secondary,
.full_width .sorting_wrapper input.dropdown-toggle[type="submit"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  color: #000000;
  padding: 7px 22px 7px 10px;
}

.sorting_wrapper button > i {
  font-size: 8px;
  left: auto;
  position: absolute;
  right: 8px;
  top: 12px;
}

.off-canvas.position-right.is-open {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
}

.off-canvas.position-right {
  width: 320px;
  transform: translateX(350px);
  -webkit-transform: translateX(350px);
  -moz-transform: translateX(350px);
  -o-transform: translateX(350px);
  -ms-transform: translateX(350px);
  overflow-y: initial;
  overflow-x: hidden;
}

@media (max-width: 480px) {
  .off-canvas.position-right {
    width: 290px;
  }
}

.off-canvas .collection_sidebar .shopify-section .widget {
  border: 1px solid var(--color-border);
  padding: 5px;
  margin: 0 0 15px;
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 270px;
  transform: translateX(-270px);
  -webkit-transform: translateX(-270px);
  -moz-transform: translateX(-270px);
  -o-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -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-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  overflow: auto;
}

.off-canvas::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}

.off-canvas::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
}

.off-canvas::-webkit-scrollbar {
  width: 5px;
}

.off-canvas .sidebar_close {
  position: relative;
  width: auto;
  cursor: pointer;
}

.off-canvas .sidebar_close i {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  bottom: auto;
  height: 24px;
  width: 24px;
  line-height: 24px;
}

.off-canvas.position-right .sidebar_close i {
  left: 0;
  right: auto;
}

/*---------------- CountDown CSS ----------------------------*/
.countdownHolder {
  width: 184px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: -3px;
}

.position {
  display: inline-block;
  height: 1.6em;
  overflow: hidden;
  position: relative;
  width: 1.05em;
}

.digit {
  position: absolute;
  display: block;
  width: 1em;
  background-color: #444;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  text-align: center;
  color: #fff;
  letter-spacing: -1px;
}

.digit.static {
  box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
  -webkit-box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
  -moz-box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
  -ms-box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
  -o-box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
  background-image: linear-gradient(bottom, #3a3a3a 50%, #444444 50%);
  background-image: -o-linear-gradient(bottom, #3a3a3a 50%, #444444 50%);
  background-image: -moz-linear-gradient(bottom, #3a3a3a 50%, #444444 50%);
  background-image: -webkit-linear-gradient(bottom, #3a3a3a 50%, #444444 50%);
  background-image: -ms-linear-gradient(bottom, #3a3a3a 50%, #444444 50%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.5, #3a3a3a),
    color-stop(0.5, #444444)
  );
}

.countDiv {
  display: inline-block;
  width: 16px;
  height: 1.6em;
  position: relative;
}

.countDiv:before,
.countDiv:after {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #444;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  left: 50%;
  margin-left: -3px;
  top: 0.5em;
  box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
  -webkit-box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
  -moz-box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
  -ms-box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
  -o-box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
  content: "";
}

.countDiv:after {
  top: 0.9em;
}

#note {
  color: #666666;
  font-size: 12px;
  margin: 0 auto;
  padding: 4px;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flip-countdown-text {
  margin-top: -7px;
  font-size: 20px;
  color: #24ceff;
}

.fixed-content .product-single__header .flip-countdown {
  margin: 8px auto 15px;
  position: relative;
  width: auto;
}

#shopify-section-sidebar-tag-filters aside.sidebar-tag {
  margin: 0;
}

@media screen and (max-width: 991px) {
  #shopify-section-sidebar-tag-filters {
    margin-top: 0;
  }

  .flip-countdown {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flip-countdown > *:not(:first-child) {
    margin-top: 15px;
  }
}

.flip-countdown .time {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  display: inline-block;
  text-align: center;
  position: relative;
  height: 44px;
  width: 48px;
  margin-right: 5px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.flip-countdown .count {
  background: #000;
  color: #fff;
  display: block;
  font-size: 23px;
  line-height: 44px;
  font-weight: 500;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
}

.flip-countdown .count.top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  height: 50%;
  transform-origin: 50% 100%;
}

.flip-countdown .count.bottom {
  background: #000;
  line-height: 0;
  height: 50%;
  top: 50%;
  transform-origin: 50% 0;
}

.flip-countdown .label {
  font-size: 14px;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  color: #000;
  padding: 0;
  font-weight: 500;
  text-transform: capitalize;
}

.flip-countdown .count.curr.top {
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  z-index: 3;
}

.flip-countdown .count.next.bottom {
  transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  z-index: 2;
}

.flip-countdown .flip .count.curr.top {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -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: 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 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -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: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
}

.left-txt,
.time-txt {
  display: none;
}

.flip-countdown.simple-countdown .countdown-container > span::after {
  color: #000;
  content: ":";
  font-size: 20px;
  position: absolute;
  right: -10px;
  font-weight: normal;
  top: -2px;
  font-weight: 500;
}

.large--one-fifth
  .flip-countdown.simple-countdown
  .countdown-container
  > span::after {
  right: -8px;
}

.flip-countdown.simple-countdown .countdown-container span::last-child::after {
  display: none;
}

.flip-countdown.simple-countdown .countdown-container > span:last-child::after {
  display: none;
}

.flip-countdown.simple-countdown .countdown-container span.second {
  color: #f13340;
}

.flip-countdown.simple-countdown .countdown-container span {
  display: inline-block;
  float: none;
  height: 36px;
  margin: 0 15px 0 0;
  max-width: 2em;
  position: relative;
  text-align: center;
  width: 30px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

@media (max-width: 1199px) {
  .flip-countdown.simple-countdown .countdown-container span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .flip-countdown.simple-countdown .countdown-container span {
    font-size: 14px;
    max-width: 2em;
    width: 25px;
  }
}

.large--one-fifth .flip-countdown.simple-countdown .countdown-container span {
  margin: 0 10px 0 0;
}

.large--one-sixth .flip-countdown.simple-countdown .countdown-container span {
  width: 20px;
  padding: 0;
  font-size: 14px;
}

.flip-countdown.simple-countdown .countdown-container span:last-child {
  margin: 0;
}

.flip-countdown.simple-countdown .countdown-container {
  background: #fff;
  width: calc(100% - 20px);
  -webkit-width: calc(100% - 20px);
  float: none;
  display: inline-block;
  width: auto;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 0;
  right: 0;
  text-align: center;
  border: 1px solid var(--color-border);
  width: 230px;
  padding: 0 0 0 35px;
  margin: 0 auto;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

@media (max-width: 1199px) {
  .flip-countdown.simple-countdown .countdown-container {
    width: 190px;
    padding: 0 0 0 30px;
  }
}

@media (max-width: 991px) {
  .flip-countdown.simple-countdown .countdown-container {
    display: none !important;
  }
}

.flip-countdown.simple-countdown .countdown-container::after {
  content: "\f150";
  position: absolute;
  font-family: "Material Design Icons";
  left: 15px;
  right: auto;
  font-size: 24px;
  color: #000;
  top: 0;
  line-height: 36px;
  width: 36px;
  height: 36px;
}

@media (max-width: 1199px) {
  .flip-countdown.simple-countdown .countdown-container::after {
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    left: 3px;
  }
}

.flip-countdown.simple-countdown.countdown-enable {
  display: block;
}

.flip-countdown.simple-countdown {
  display: none;
}

.product-list .flip-countdown.simple-countdown .countdown-container {
  display: none !important;
}

@media (max-width: 991px) {
  .style1 .flip-countdown.simple-countdown .countdown-container {
    top: 60px;
    bottom: auto;
  }

  .style1
    .product-wrapper:hover
    .flip-countdown.simple-countdown
    .countdown-container {
    top: 60px;
    bottom: auto;
  }
}

.product-wrapper:hover .flip-countdown.simple-countdown .countdown-container {
  top: -40px;
}

@media (max-width: 991px) {
  .product-wrapper:hover .flip-countdown.simple-countdown .countdown-container {
    bottom: 60px;
    top: auto;
  }
}

.flip-countdown .countdown-container span.time-txt,
.flip-countdown .countdown-container span.left-txt {
  display: none;
}

.product-list
  .product-wrapper:hover
  .product-description
  .flip-countdown.simple-countdown
  .countdown-container {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}

/************************************************/
.widget_top_rated_products .top-products-detail {
  padding-left: 10px;
}

.widget_top_rated_products .top-products .owl-nav {
  display: block;
  width: auto;
  position: absolute;
  right: 10px;
  left: auto;
  top: -54px;
  bottom: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .widget_top_rated_products .top-products .owl-nav {
    top: -48px;
  }
}

@media (max-width: 991px) {
  .widget_top_rated_products .top-products .owl-nav {
    right: 40px;
    top: -35px;
  }
}

.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: #fff;
  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: #000;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

.widget_top_rated_products .top-products .owl-nav .owl-prev:hover::after {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
}

.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: #000;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  visibility: hidden;
}

.widget_top_rated_products .top-products .owl-nav .owl-prev:hover::before {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  left: 0;
  visibility: visible;
}

.widget_top_rated_products .top-products .owl-nav .owl-next::after {
  content: "\f142";
  font-size: 24px;
  line-height: 30px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  text-align: center;
  margin: auto;
  font-family: "Material Design Icons";
  color: #000;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

.widget_top_rated_products .top-products .owl-nav .owl-next:hover::after {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
}

.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: #000;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  visibility: hidden;
}

.widget_top_rated_products .top-products .owl-nav .owl-next:hover::before {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  right: 0;
  visibility: visible;
}

.product-detail-section {
  text-align: left;
}

.quick-view .quick-shop-modal-bg {
  background: var(--color-body);
  height: 100%;
  width: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.quick-view .quick-shop-modal-bg .quickloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.quick-view .quick-shop-modal-bg .quickloader .spinner {
  -moz-animation: refreshing-loader 1000ms infinite linear;
  -webkit-animation: refreshing-loader 1000ms infinite linear;
  animation: refreshing-loader 1000ms infinite linear;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 3px solid #111;
  border-left-color: rgb(153, 170, 204);
  border-left-color: transparent;
  color: transparent;
  display: inline-block;
  font-size: 10px;
  width: 30px;
  height: 30px;
  text-indent: 100%;
}

.quick-view .quick-shop-modal-bg .quickloader .spinner::before {
  display: block;
  border: 5px solid transparent;
  border-top-color: #111;
  border-left-color: #111;
  content: "";
  width: 10px !important;
  height: 10px !important;
  overflow: hidden;
  margin-left: -2px;
  margin-top: 16px;
}

@keyframes quickloader {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes quickloader {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

.quickview-template {
  bottom: 0;
  left: 0;
  outline: 0 none;
  overflow-x: auto;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
  display: none;
}

.quick-view {
  bottom: 0;
  left: 0;
  outline: 0 none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
  display: none;
}

.quick-view .product-detail-section p.dt-sc-button {
  margin: 20px 0 0px 0;
}

.quick-view form .actions button {
  font-weight: 500;
  text-transform: uppercase;
  text-transform: capitalize;
  padding: 12px 18px 12px 50px;
}

.quick-view .product-shop.summary .details label {
  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);
  line-height: 20px;
}

.quick-view .product-detail-section p.dt-sc-button {
  margin: 20px 0 0px 0;
}

.quick-view .product-shop .qnt_wrap .button:hover {
  background: #eeeeee none repeat scroll 0 0;
}

.quick-view .product-shop.summary select {
  width: 100%;
  padding: 12px 10px;
  background-color: #fff;
}

.quick-view.open-in {
  visibility: visible;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  transform: translateY(0deg);
  -webkit-transform: translateY(0deg);
  -moz-transform: translateY(0deg);
  -o-transform: translateY(0deg);
  -ms-transform: translateY(0deg);
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  -moz-transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: opacity 0.4s, -webkit-transform 0.4s;
  -ms-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
}

.ajax-success-modal .overlay {
  background: rgba(45, 45, 50, 0.8);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
}

.quick-view .content {
  background: #fff;
  z-index: 99;
  display: block;
  margin: 40px auto;
  position: relative;
  width: 954px;
  padding: 15px;
}

@media (max-width: 1400px) {
  .quick-view .content {
    width: 60%;
  }
}

@media (max-width: 1300px) {
  .quick-view .content {
    width: 70%;
  }
}

._quick-view-content {
  display: none;
}

#fancybox-close,
.search-close,
#popupBoxClose {
  background: url({{"hover.png"|asset_url}}) no-repeat;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.Site-navigation .horizontal-mega-menu ul.mm-submenu.tree li {
  padding: 7px 20px !important;
}

/*========================= ajax =============================*/
.ajax-error-modal.modal {
  position: static;
  width: 0;
  height: 0;
}
.ajax-success-modal .content .added-to-cart.info,
.ajax-error-modal .modal-inner {
  padding: 10px 15px;
  bottom: auto;
  left: auto;
  position: fixed;
  right: 15px;
  top: 15px;
  width: fit-content;
  margin: auto;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ajax-error-modal .modal-inner {
  color: #842029;
  background: #f8d7da;
  border: 1px solid #f5c2c7;
}
.ajax-success-modal .content .added-to-cart.info {
  color: #0f5132;
  background: #d1e7dd;
  border-color: #badbcc;
}
.ajax-success-modal .content .added-to-cart.info .close,
.ajax-error-modal .modal-inner .close {
  background: transparent;
  border: none;
  outline: none;
  font-size: 20px;
  line-height: 22px;
}
.ajax-success-modal .content .added-to-cart.info .close span,
.ajax-error-modal .modal-inner .close span {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}
.ajax-success-modal .content .added-to-cart.info .close:hover span,
.ajax-error-modal .modal-inner .close:hover span {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  display: inline-block;
}
.ajax-error-modal .modal-inner .ajax-error-title {
  display: none;
}

@media (max-width: 1200px) {
  .ajax-success-modal .content,
  .ajax-error-modal .modal-inner {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .ajax-success-modal .content,
  .ajax-error-modal .modal-inner {
    padding: 10px;
  }
  .ajax-success-modal .content .added-to-cart.info,
  .ajax-error-modal .modal-inner {
    left: 15px;
  }
}

@media (max-width: 480px) {
  .ajax-success-modal .content,
  .ajax-error-modal .modal-inner {
    width: 270px;
  }
}

@media (max-width: 767px) {
  .ajax-success-modal .content,
  .ajax-error-modal .modal-inner {
    width: 520px;
  }
}

@media (max-width: 543px) {
  .ajax-success-modal .content,
  .ajax-error-modal .modal-inner {
    width: 300px;
  }
}

.ajax-success-modal .ajax-left {
  float: left;
  width: 40%;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

@media (max-width: 543px) {
  .ajax-success-modal .ajax-left {
    width: 100%;
    margin: 0 0 15px;
  }
}

.ajax-product-image {
  max-width: 100%;
}

@media (max-width: 480px) {
  .ajax-product-image {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}

.ajax-product-title {
  margin-bottom: 7px;
  color: #000;
  font-size: 16px;
  margin-top: 5px;
  text-transform: capitalize;
  font-weight: 500;
}

.ajax-right .ajax_price {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-title);
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .ajax-right .ajax_price {
    margin-bottom: 5px;
  }
}

.ajax-success-modal .success-message .btn {
  font-size: 14px;
  line-height: 20px;
  padding: 9px 20px;
  text-transform: capitalize;
  color: #fff;
}

@media (max-width: 480px) {
  .ajax-success-modal .success-message .btn {
    font-size: 13px;
    padding: 8px 14px;
  }
}

.ajax-right {
  float: left;
  width: 60%;
  padding: 0 0 0 15px;
  text-align: left;
}

@media (max-width: 543px) {
  .ajax-right {
    width: 100%;
    padding: 0;
  }
}

.ajax-success-modal .added-to-wishlist.info {
  font-size: 16px;
  text-align: left;
  text-transform: capitalize;
  font-weight: normal;
  margin: 0;
  padding: 0px 0 20px 0px;
}

.ajax-success-modal .content {
  padding: 0;
}

.ajax-success-modal.modal {
  overflow-x: hidden;
  overflow-y: scroll;
  outline: 0 none;
}

.ajax-success-modal.modal .cart-content {
  float: none;
  width: auto;
  position: relative;
  margin: 30px auto;
  display: inline-block;
  vertical-align: top;
}

.ajax-success-modal .cart-content .content {
  position: static;
}

.modal-cart {
  display: flex;
  align-items: center;
  float: left;
  width: 100%;
  height: 100%;
}

.ajax-success-modal .content-wrap {
  padding: 40px;
  float: left;
  width: 100%;
  background: #fff;
}

.ajax-success-modal .close-modal span {
  font-size: 20px;
  line-height: 25px;
  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;
  display: inline-block;
}

.ajax-success-modal .close-modal span:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

@media (max-width: 767px) {
  .ajax-success-modal .content-wrap {
    padding: 20px 15px;
  }
}

.ajax-right .ajax_price .visually-hidden {
  font-size: 14px;
  margin: 0 0 10px;
  font-weight: 500;
  overflow: visible;
  height: auto;
  position: static !important;
  display: none;
}

@media (max-width: 575px) {
  .ajax-success-modal .added-to-cart.info {
    padding: 10px 30px;
  }
}

@media (max-width: 480px) {
  body.cart-open .modal-cart {
    display: block;
    text-align: center;
  }
  .ajax-success-modal.modal .cart-content {
    margin: 100px auto;
  }
}

.grid-view-item .tooltip-label {
  display: none;
}

/* ========================= TB-Category feature CSS Start ========================= */
#TB-category-featured {
  margin: 0 0 100px;
}
#TB-category-featured .owl-stage {
  display: flex;
}
#TB-category-featured .tb-category-featured-carousel {
  text-align: center;
}
#TB-category-featured
  .tb-category-featured-carousel
  .item
  .caption
  .tb-content {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
#TB-category-featured .tb-category-featured-carousel .item .image a {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 10px;
}
#TB-category-featured .tb-category-featured-carousel .item .image 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;
}
#TB-category-featured
  .tb-category-featured-carousel
  .item
  .content:hover
  .image
  a
  img {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
#TB-category-featured .tbfcat-items .content .tb_cat_content {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}
#TB-category-featured .tb-category-featured-carousel .caption .cat-title h4 {
  margin: 0;
}
#TB-category-featured .tb-category-featured-carousel .caption .cat-title h4 a {
  font: 600 20px/22px "Arima", helvetica, sans-serif;
  letter-spacing: 0.1px;
  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;
  display: inline-block;
  margin: 0;
  padding: 0 0 6px;
  position: relative;
}
#TB-category-featured
  .tb-category-featured-carousel
  .caption
  .cat-title
  h4
  a::before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 1px;
  background: #111;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
#TB-category-featured
  .tb-category-featured-carousel
  .content
  :hover
  .caption
  .cat-title
  h4
  a::before {
  width: 100%;
  background: #219fba;
}
#TB-category-featured .tb_cat_content .image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto 20px;
  padding: 10px;
}
#TB-category-featured .tb-category-featured-carousel .owl-item {
  padding: 0 15px;
}
#TB-category-featured .tb-category-featured-carousel .owl-nav {
  display: none !important;
}
@media (max-width: 1499px) {
  #TB-category-featured
    .tb-category-featured-carousel
    .caption
    .cat-title
    h4
    a {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1299px) {
  #TB-category-featured {
    margin: 0 0 80px;
  }
  #TB-category-featured
    .tb-category-featured-carousel
    .caption
    .cat-title
    h4
    a {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  #TB-category-featured {
    margin: 0 0 60px;
  }
}
@media (max-width: 991px) {
  #TB-category-featured {
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  #TB-category-featured .tb-category-featured-carousel .caption {
    height: 50px;
  }
  #TB-category-featured .tbfcat-items .content .tb_cat_content {
    display: inline-block;
    vertical-align: top;
  }
  #TB-category-featured .tb-category-featured-carousel .caption {
    height: auto;
  }
  #TB-category-featured .tbfcat-items .item:hover .caption {
    height: auto;
  }
  #TB-category-featured
    .tb-category-featured-carousel
    .item:hover
    .caption
    .tb-content {
    padding: 0;
  }
}
@media (max-width: 480px) {
  #TB-category-featured {
    margin: 0 0 20px 0;
  }
  #TB-category-featured .tb_cat_content .image {
    margin: 0 auto 15px;
  }
  #TB-category-featured
    .tb-category-featured-carousel
    .caption
    .cat-title
    h4
    a {
    font-size: 22px;
    line-height: 24px;
  }
}
/* ========================= TB-Category feature CSS End ========================= */

/* ========================= brand logo ========================= */
.brands_slider_wrap {
  margin: 0 0 80px;
}
.footer_style_3 .brands_slider_wrap {
  margin: 0 0 -20px 0;
  position: relative;
  z-index: 1;
}
.brand-bar .brand-bar__image {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.brand-bar .brand-bar__image:hover {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.tb-brand_slider.owl-carousel img {
  display: block;
  width: auto;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}
#brands_list_slider .brand-bar__item {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .brands_slider_wrap {
    margin: 0 0 60px;
  }
}
@media (max-width: 991px) {
  .brands_slider_wrap {
    margin: 0 0 40px;
  }
  .footer_style_3 .brands_slider_wrap {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .footer_style_3 .brands_slider_wrap {
    margin: 0 0 30px;
  }
}
@media (max-width: 575px) {
  .footer_style_3 .brands_slider_wrap {
    margin: 0 0 40px;
  }
}
@media (max-width: 480px) {
  .brands_slider_wrap,
  .footer_style_3 .brands_slider_wrap {
    margin: 0 0 20px;
  }
}
.shop_table.cart_table td,
.shop_table.cart_table th {
  padding: 15px;
  text-align: center !important;
}

.shop_table.cart_table td..text-right,
.shop_table.cart_table th..text-right {
  text-align: center;
}

@media (min-width: 1025px) {
  .shop_table.cart_table td.small--text-left,
  .shop_table.cart_table th.small--text-left {
    text-align: center !important;
  }
}

.site-navigation {
  border-top: 1px solid #e5e5e5;
  box-shadow: 0 2px 2px rgba(50, 50, 50, 0.1);
  -webkit-box-shadow: 0 2px 2px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(50, 50, 50, 0.1);
  -ms-box-shadow: 0 2px 2px rgba(50, 50, 50, 0.1);
  -o-box-shadow: 0 2px 2px rgba(50, 50, 50, 0.1);
  display: inline-block;
  width: 100%;
}

.shop_table.cart_table .cart__mini-labels {
  display: none;
}

.shop_table.cart_table .js-qty {
  text-align: center;
  float: none;
  margin: 0 auto;
}

#template-index .site-navigation {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.page-header {
  display: none;
}

.success-message.added-to-cart i {
  margin-right: 5px;
  font-size: 18px;
  line-height: 20px;
}

.qty-box-set .qtyminus,
.qty-box-set .qtyplus,
.qty-box-set .quantity,
.qty-box-set .quantity1 {
  border: none;
  width: 40px;
  height: 41px;
  line-height: 41px;
  padding: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  cursor: pointer;
  text-align: center;
  margin: 0;
}

.qty-box-set .quantity,
.qty-box-set .quantity1 {
  -webkit-appearance: textfield !important;
  appearance: textfield !important;
  -moz-appearance: textfield;
}

table.shop_table.cart_table tfoot {
  display: none;
}

.inc.button.qtyplus {
  border-bottom: 1px solid #e5e5e5;
}

.qty-box-set .qtyplus,
.qty-box-set .qtyminus {
  width: 20px;
  height: 22px;
  line-height: 18px;
  background: #fff;
}

.qty-box-set .qtyminus {
  border-right: none;
}

.qnt_wrap {
  width: 20px;
  border-left: 1px solid #e5e5e5;
  height: 41px;
  overflow: hidden;
  position: relative;
  display: grid;
}

/* Adds a box around the numeric value in Safari and Chrome */
.qty-box-set input[type="number"]::-webkit-textfield-decoration-container {
  background: #efefef;
  -webkit-appearance: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.qty-box-setinput [type="number"]::-webkit-inner-spin-button,
.qty-box-set input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.qty-box-set {
  border: 1px solid #e5e5e5;
  margin-right: 10px;
  display: inline-flex !important;
  align-items: center;
  width: auto;
}

.product-wrapper .product {
  display: block;
  margin-bottom: 0;
}

ul.nav-tabs.jquery-tab-pager-tabbar {
  margin-bottom: 20px;
  border: none;
}

.product_title .product_img {
  width: 100px;
}

.qty-section.quantity-box .actions.hidden-md.hidden-xs.hidden-sm {
  display: none;
}

@media (max-width: 1200px) {
  .has_bg
    .TBProduct-Tab-container
    .tab-inner.tab-content.tab-container
    .owl-carousel
    .owl-stage-outer,
  .has_bg #newproduct_products_slider .owl-carousel .owl-stage-outer {
    margin: 0;
  }

  .has_bg .TBProduct-Tab-container .tab-inner.tab-content.tab-container,
  .has_bg #newproduct_products_slider {
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .has_bg .TBProduct-Tab-container .tab-inner.tab-content.tab-container,
  .has_bg #newproduct_products_slider {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .has_bg .TBProduct-Tab-container .tab-inner.tab-content.tab-container,
  .has_bg #newproduct_products_slider {
    padding: 0;
  }
}

#newproduct_products_slider .owl-stage-outer {
  margin: 0 1px 0 0;
}

/*============================#Site Footer =============================*/
.template-index .site-footer {
  margin: 0;
}

.site-footer a:hover,
.site-footer .h1,
.site-footer .h2,
.site-footer .h3,
.site-footer .h4,
.site-footer .h5,
.site-footer .h6,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
  color: var(--colorFooterTitle);
}

.site-footer {
  padding: 0;
  color: var(--colorFooterContent);
}

.footer-wrap .follow-us-outer li a > span {
  font-size: 20px;
}

h5.widget-title {
  text-transform: capitalize;
  font: 500 20px/24px var(--font-stack-subheading);
}
footer .footer-column h5 {
  font: 600 26px/28px "Arima", helvetica, sans-serif;
  margin: 0 0 25px;
  position: relative;
  text-transform: inherit;
  text-align: left;
}
.footer-bottom-wrap .footer-bottom .copyright {
  color: var(--FooterBottomText);
}
@media (max-width: 1399px) {
  footer .footer-column h5 {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 1299px) {
  footer .footer-column h5 {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  footer .footer-column h5 {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (max-width: 991px) {
  footer .footer-column h5 {
    cursor: pointer;
    user-select: none;
    margin: 0 0 5px;
  }
}

#shopify-section-footer-model-1
  .footer-top
  .block_newsletter
  form
  .input-group
  .input-group-btn
  .btn,
#shopify-section-footer-model-2
  .footer-top
  .block_newsletter
  form
  .input-group
  .input-group-btn
  .btn,
#shopify-section-footer-model-3
  .footer-top
  .block_newsletter
  form
  .input-group
  .input-group-btn
  .btn {
  margin: 0;
  padding: 8px 30px;
  line-height: 16px;
  height: 48px;
}

#shopify-section-footer-model-1
  .footer-top
  .block_newsletter
  form
  .input-group
  .input-group-btn
  .btn {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
}

@media (max-width: 480px) {
  #shopify-section-footer-model-1
    .footer-top
    .block_newsletter
    form
    .input-group
    .input-group-btn
    .btn,
  #shopify-section-footer-model-2
    .footer-top
    .block_newsletter
    form
    .input-group
    .input-group-btn
    .btn,
  #shopify-section-footer-model-3
    .footer-top
    .block_newsletter
    form
    .input-group
    .input-group-btn
    .btn {
    padding: 0;
  }
}

/*------------------ footer-style-1 --------------*/
.tbinput_newsletter button span.icon.icon-chevron-right {
  display: none;
}

#shopify-section-footer-model-1 .footer-wrapper {
  padding: 0;
}

#shopify-section-footer-model-1 .footer-top {
  padding: 30px 80px;
}

#google_map {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  overflow: hidden;
}

#shopify-section-footer-model-1 .footer-top .contact-us .heading {
  font: italic 400 16px/20px var(--font-stack-subheading);
  text-transform: capitalize;
  padding: 5px 10px;
}

#shopify-section-footer-model-1
  .footer-top
  .contact-us
  .contact-detail
  span.contact-address
  p {
  margin: 0;
}

#shopify-section-footer-model-1 .footer-top .contact-us .contact-detail span {
  margin: 8px 0 0;
  border-top: 1px solid #e98a85;
  padding: 8px 0 0;
}

#shopify-section-footer-model-1 .footer-top .contact-us .contact-detail.phone {
  padding: 0 95px;
  border-left: 1px solid #e98a85;
  border-right: 1px solid #e98a85;
}

#shopify-section-footer-model-1
  .footer-top
  .contact-us
  .contact-detail.address {
  padding-right: 95px;
}

#shopify-section-footer-model-1 .footer-top .contact-us .contact-detail.email {
  padding-left: 95px;
}

#shopify-section-footer-model-1 .footer-top .contact-us i {
  font-size: 30px;
  line-height: 32px;
  position: static;
}

#shopify-section-footer-model-1
  .block_newsletter
  .block_content
  .input-group.newsletter-input {
  border-bottom: 2px solid var(--colorFooterBorder);
  padding: 0 0 2px;
}

#shopify-section-footer-model-1 .follow-us-outer.text-center ul li {
  margin: 0 5px 0 0;
}

div#shopify-section-footer-model-1 .Newsletter-wrapper {
  padding: 75px 0;
}

.template-index #shopify-section-footer-model-1 {
  margin: 0;
}
#shopify-section-footer-model-1 {
  margin: 80px 0 0 0;
}
#shopify-section-footer-model-1 .social-icons li a {
  height: 25px;
  width: 25px;
  line-height: 30px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
}

#shopify-section-footer-model-1
  .footer-column.block_newsletter
  .form-vertical
  .errors
  li {
  margin: 0;
}

#shopify-section-footer-model-1 .text-center.copyright {
  margin: 13px 0;
  padding: 0;
  text-align: left !important;
}

#shopify-section-footer-model-1 .follow-us-outer.text-center {
  padding: 0 0 20px;
}

#shopify-section-footer-model-1 .footer-column ul li {
  text-align: left;
}

#shopify-section-footer-model-1 .grid {
  padding: 80px 0 60px;
  display: flex;
  width: 100%;
  overflow: hidden;
}

#shopify-section-footer-model-1 .footer-section {
  display: flex;
}

#shopify-section-footer-model-1 .footer-desc {
  padding: 20px 0 0;
  text-align: left;
  line-height: 24px;
}

#shopify-section-footer-model-1
  .footer-column.block_newsletter
  form
  input[type="email"] {
  background: none;
  padding: 10px 150px 10px 10px;
  color: var(--colorFooterTitle);
}

#shopify-section-footer-model-1 .footer-logo {
  margin: 0 auto;
}

#shopify-section-footer-model-1
  .footer-column.block_newsletter
  form
  input[type="email"]::placeholder {
  color: #ddd;
}

#shopify-section-footer-model-1 .footer-column ul {
  margin: 0;
}

#shopify-section-footer-model-1 .footer-column ul.social-icons {
  display: flex;
  align-items: center;
}
#shopify-section-footer-model-1 .site-footer a {
  font: 500 14px/26px var(--font-stack-body);
}

.site-footer a {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

.site-footer a:hover {
  color: #fff;
}

.site-footer .copyright a:hover {
  letter-spacing: 1px;
}

#shopify-section-footer-model-1 .contact-us .contact-address,
#shopify-section-footer-model-1 .contact-us .phone {
  font: 500 14px/26px var(--font-stack-body);
}

#shopify-section-footer-model-1
  .site-footer
  input#Email::-webkit-input-placeholder {
  color: var(--colorFooterTitle);
}

#shopify-section-footer-model-1
  .block_newsletter
  .block_content
  .input-group.newsletter-input
  .btn::after {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
}

#shopify-section-footer-model-1
  .block_newsletter
  .block_content
  .input-group.newsletter-input
  .btn {
  line-height: 15px;
}

@media (max-width: 1299px) {
  #shopify-section-footer-model-1 .grid {
    padding: 60px 0 40px;
  }
  #shopify-section-footer-model-1
    .block_newsletter
    .block_content
    .input-group.newsletter-input
    .btn {
    padding: 14px 22px;
  }
  #shopify-section-footer-model-1
    .footer-column.block_newsletter
    form
    input[type="email"] {
    padding: 10px 135px 10px 10px;
  }
}

@media (max-width: 1199px) {
  #shopify-section-footer-model-1 .footer-top {
    padding: 30px;
  }

  #shopify-section-footer-model-1
    .footer-top
    .contact-us
    .contact-detail.phone {
    padding: 0 50px;
  }

  #shopify-section-footer-model-1
    .footer-top
    .contact-us
    .contact-detail.address {
    padding-right: 50px;
  }

  #shopify-section-footer-model-1
    .footer-top
    .contact-us
    .contact-detail.email {
    padding-left: 50px;
  }
}

@media (max-width: 991px) {
  #shopify-section-footer-model-1 .footer-wrapper {
    padding: 0;
  }

  #shopify-section-footer-model-1 .footer-top {
    padding: 15px;
  }

  #shopify-section-footer-model-1
    .footer-top
    .contact-us
    .contact-detail.phone {
    padding: 0 15px;
  }

  #shopify-section-footer-model-1
    .footer-top
    .contact-us
    .contact-detail.address {
    padding-right: 15px;
  }

  #shopify-section-footer-model-1
    .footer-top
    .contact-us
    .contact-detail.email {
    padding-left: 15px;
  }

  #shopify-section-footer-model-1 .text-center.copyright {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
    text-align: center !important;
    margin: 0;
  }

  #shopify-section-footer-model-1 .grid {
    padding: 25px 0;
    display: block;
  }

  #shopify-section-footer-model-1 .footer-desc {
    padding: 10px 0;
    display: block !important;
    margin: 0;
    text-align: center;
  }

  #shopify-section-footer-model-1 .footer-column ul {
    margin: 5px 0;
  }

  #shopify-section-footer-model-1 .footer-column ul.social-icons {
    justify-content: center;
  }

  #shopify-section-footer-model-1 .footer-section {
    padding: 0;
    display: block;
  }

  #shopify-section-footer-model-1 .widget-title {
    text-align: left;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
  }

  #shopify-section-footer-model-1
    .footer-section
    .footer-cms.footer-column
    .newsletter-bottom-cotent {
    padding: 0 15px;
  }

  #shopify-section-footer-model-1
    .footer-bottom-wrap
    .site-footer__payment-icons {
    margin: 0;
    padding: 0;
  }

  #shopify-section-footer-model-1 .grid .footer-logo {
    text-align: center;
  }
  #shopify-section-footer-model-1 .follow-us-outer.text-center {
    padding: 0;
  }
  .text-center.copyright small,
  #shopify-section-footer-model-1 .site-footer a,
  #shopify-section-footer-model-1 .contact-us .contact-address,
  #shopify-section-footer-model-1 .contact-us .phone {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  #shopify-section-footer-model-1
    .footer-top
    .contact-us
    .contact-detail.phone {
    border: none;
  }
  #shopify-section-footer-model-1 .footer-top .contact-us .contact-detail {
    margin: 0 0 10px;
  }
}
@media (max-width: 480px) {
  .tbinput_newsletter button span.icon.icon-chevron-right {
    display: block;
  }
  #shopify-section-footer-model-1
    .footer-column.block_newsletter
    form
    input[type="email"] {
    padding: 10px 60px 10px 10px;
  }
  #shopify-section-footer-model-1
    .block_newsletter
    .block_content
    .input-group.newsletter-input {
    padding: 0 0 6px;
  }
}
@media (max-width: 360px) {
  #shopify-section-footer-model-1 .widget-title {
    font-size: 16px;
    line-height: 18px;
  }
}
/*-------------- footer-style-2 -------------*/
.main-content .shopify-section#shopify-section-footer-model-2 {
  margin-bottom: 0;
}

#shopify-section-footer-model-2 .footer-top {
  text-align: center;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  margin: 0 0 -150px;
  z-index: 1;
  position: relative;
}

#shopify-section-footer-model-2
  .footer-column.block_newsletter
  .form-vertical
  .errors
  li {
  margin: 0;
}

#shopify-section-footer-model-2 .block_newsletter .tbinput_newsletter form {
  margin: 0;
}

#shopify-section-footer-model-2 .footer-top .block_newsletter .tb-desc {
  display: inline-block;
  font: 500 14px/18px var(--font-stack-body);
}

#shopify-section-footer-model-2 .site-footer .input-group.newsletter-input {
  padding-bottom: 0;
  background: #fff;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
}

#shopify-section-footer-model-2 .footer-top .block_newsletter {
  padding: 50px 0;
}

#shopify-section-footer-model-2 .footer-top .block_newsletter .tb-content {
  text-align: center;
}

#shopify-section-footer-model-2 .footer-top .block_newsletter .block_content {
  float: none;
  max-width: 700px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

#shopify-section-footer-model-2 .site-footer .footer-wrap .text-left.grid {
  padding: 0 0 50px;
  margin: 0;
}

#shopify-section-footer-model-2 .footer-bottom .follow-us-outer.text-center {
  padding: 5px 0 5px;
}

#shopify-section-footer-model-2 .block_newsletter .tb-content .news-title {
  font: 600 40px/42px var(--font-stack-header);
  padding: 50px 0 0 0;
  text-transform: capitalize;
  margin: 0 0 5px;
  position: relative;
}
#shopify-section-footer-model-2
  .block_newsletter
  .tb-content
  .news-description {
  font: 500 16px/28px var(--font-stack-subheading);
  padding: 0 0 15px;
  float: none;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
#shopify-section-footer-model-2 .block_newsletter .news-title::before {
  height: 44px;
  width: 44px;
  font-size: 44px;
  line-height: 46px;
  right: 0;
  margin: 0 auto;
  content: "\f5ef";
  left: 0;
  font-weight: 500;
  font-style: normal;
  font-family: "Material Design Icons";
  position: absolute;
  top: 0;
  bottom: auto;
}

#shopify-section-footer-model-2 .contact-us > ul li i {
  float: none;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  vertical-align: top;
  display: inline-block;
}

#shopify-section-footer-model-2 .site-footer .footer-wrap {
  padding: 150px 0 0;
  background: var(--colorFooterbg);
}

#shopify-section-footer-model-2 .footer-bottom-wrap .footer-bottom {
  padding: 20px 0;
  border-top: 1px solid var(--colorFooterBorder);
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#shopify-section-footer-model-2 .footer-bottom-wrap .footer-bottom .copyright {
  text-transform: capitalize;
}

#shopify-section-footer-model-2 .footer-bottom .follow-us-outer.text-center {
  padding: 20px 0 0;
}

#shopify-section-footer-model-2 .social-icons li a {
  display: flex;
  height: 36px;
  line-height: 36px;
  padding: 2px;
  width: 36px;
  margin: 0;
  justify-content: center;
  align-items: center;
}

#shopify-section-footer-model-2 .footer-wrap .footer-cms .footer-desc {
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  margin: 25px 0 0;
  font-family: var(--font-stack-body);
  font-weight: 500;
}

.site-footer input#Email::-webkit-input-placeholder {
  color: var(--colorFooterTitle);
}

#shopify-section-footer-model-2 .site-footer a {
  font: 500 14px/28px var(--font-stack-body);
}

#shopify-section-footer-model-2 .contact-us .contact-address,
#shopify-section-footer-model-2 .contact-us .phone {
  font: 500 14px/26px var(--font-stack-body);
}

@media (min-width: 992px) {
  #shopify-section-footer-model-2 .site-footer .footer-wrap .footer-column {
    margin: 60px 0;
  }
}

@media (max-width: 1499px) {
  #shopify-section-footer-model-2
    .block_newsletter
    .tb-content
    .news-description {
    font-size: 15px;
  }
}

@media (max-width: 1299px) {
  #shopify-section-footer-model-2 .footer-top .block_newsletter {
    padding: 40px 15px;
  }
  #shopify-section-footer-model-2 .block_newsletter .tb-content .news-title {
    font-size: 40px;
    line-height: 42px;
  }
}

@media (max-width: 1199px) {
  #shopify-section-footer-model-2 .block_newsletter .tb-content .news-title {
    font-size: 36px;
    line-height: 38px;
    margin: 0 0 6px;
  }

  #shopify-section-footer-model-2
    .block_newsletter
    .tb-content
    .news-description {
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 10px;
    width: 65%;
  }

  .text-center.copyright small,
  #shopify-section-footer-model-2 .site-footer a,
  #shopify-section-footer-model-2 .footer-wrap .footer-cms .footer-desc,
  #shopify-section-footer-model-2 .contact-us .contact-address,
  #shopify-section-footer-model-2 .contact-us .phone {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  #shopify-section-footer-model-2 .footer-bottom-wrap .footer-bottom {
    display: block;
  }

  #shopify-section-footer-model-2
    .block_newsletter
    .tb-content
    .news-description {
    width: 80%;
  }

  #shopify-section-footer-model-2 .site-footer .footer-wrap {
    padding: 180px 0 15px;
  }

  #shopify-section-footer-model-2
    .footer-bottom-wrap
    .footer-bottom
    .copyright {
    float: none;
    margin: 0 0 12px;
  }

  #shopify-section-footer-model-2 .footer-wrap .footer-cms .footer-desc {
    display: inline-block !important;
    padding: 0;
    width: 80%;
    float: none;
    vertical-align: top;
  }

  #shopify-section-footer-model-2 .footer-cms.footer-column {
    text-align: center !important;
    margin: 0 0 20px;
  }

  #shopify-section-footer-model-2 .footer-top .block_newsletter .block_content {
    width: 90%;
  }
  #shopify-section-footer-model-2 .site-footer .footer-wrap .text-left.grid {
    padding: 0;
  }
}

@media (max-width: 767px) {
  #shopify-section-footer-model-2
    .footer-bottom-wrap
    .footer-bottom
    .copyright {
    width: 100%;
  }
  #shopify-section-footer-model-2 .footer-top .block_newsletter {
    padding: 30px 15px;
  }
  #shopify-section-footer-model-2 .block_newsletter .tb-content .news-title {
    font-size: 42px;
    line-height: 44px;
    margin: 0 0 4px;
  }
}
@media (max-width: 575px) {
  #shopify-section-footer-model-2 .footer-top .block_newsletter {
    padding: 20px 15px;
  }
  #shopify-section-footer-model-2 .footer-top .block_newsletter .block_content {
    width: 100%;
  }
  #shopify-section-footer-model-2
    .block_newsletter
    .tb-content
    .news-description {
    width: 100%;
  }
  #shopify-section-footer-model-2 .block_newsletter .tb-content .news-title {
    font-size: 32px;
    line-height: 34px;
  }
}
@media (max-width: 480px) {
  #shopify-section-footer-model-2 .footer-top .block_newsletter {
    padding: 15px;
  }

  #shopify-section-footer-model-2 .block_newsletter .tb-content .news-title {
    font-size: 24px;
    line-height: 26px;
    padding: 40px 0 0 0;
    margin: 0 0 4px;
  }

  #shopify-section-footer-model-2
    .block_newsletter
    .tb-content
    .news-description {
    font-size: 13px;
    line-height: 22px;
    padding: 0 0 6px;
  }

  #shopify-section-footer-model-2 .block_newsletter .news-title::before {
    height: 34px;
    width: 34px;
    font-size: 34px;
    line-height: 36px;
  }

  #shopify-section-footer-model-2 .footer-wrap .footer-cms .footer-desc {
    width: 100%;
  }

  #shopify-section-footer-model-2 footer .footer-column h5 {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 360px) {
  #shopify-section-footer-model-2 .block_newsletter .tb-content .news-title {
    font-size: 21px;
    line-height: 24px;
  }
}

/*------- footer-style-3 ---------*/
#shopify-section-footer-model-3
  .block_newsletter
  .block_content
  .input-group.newsletter-input {
  margin: 0 0 5px;
  border: none;
  overflow: hidden;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
}

div#shopify-section-footer-model-3 .Newsletter-wrapper {
  padding: 75px 0;
}

.template-index #shopify-section-footer-model-3 {
  margin: 0;
}
#shopify-section-footer-model-3 .block_newsletter form input[type="email"] {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  background: #fff;
  padding: 10px 155px 10px 20px;
  border: 1px solid #fff;
}
#shopify-section-footer-model-3
  .block_newsletter
  form
  input[type="email"]::placeholder {
  color: #111 !important;
}
#shopify-section-footer-model-3 .block_newsletter form input[type="email"] {
  color: #111;
}

#shopify-section-footer-model-3 .site-footer .footer-wrap .footer-inner-wrap {
  padding: 60px 0;
}

#shopify-section-footer-model-3 .social-icons li a {
  height: 25px;
  width: 25px;
  line-height: 30px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
}

#shopify-section-footer-model-3
  .footer-column.block_newsletter
  .form-vertical
  .errors
  li {
  margin: 0;
}

#shopify-section-footer-model-3 .footer-top .block_newsletter .tb-desc {
  display: inline-block;
  font: 500 14px/18px var(--font-stack-body);
}

#shopify-section-footer-model-3
  .site-footer
  .footer-top
  .block_newsletter
  .tb-content {
  margin: 0 auto;
  position: relative;
  text-align: start;
  padding: 35px 30px;
  background: #e7f0f3;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
}
#shopify-section-footer-model-3 .block_newsletter .tb-content .news-title {
  font: 600 38px/40px "Arima", helvetica, sans-serif;
  padding: 0 0 0 60px;
  text-transform: capitalize;
  margin: 0;
  position: relative;
  display: inline-block;
}
#shopify-section-footer-model-3
  .block_newsletter
  .tb-content
  .news-title::before {
  font-weight: 500;
}
#shopify-section-footer-model-3 .footer-top .newsletter-wrapper {
  position: relative;
}
#shopify-section-footer-model-3 .footer-top .newsletter-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  background-image: url("https://cdn.shopify.com/s/files/1/0670/2694/4138/files/newsletter-img-before.png");
  width: 281px;
  height: 212px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
}
#shopify-section-footer-model-3 .footer-top .newsletter-wrapper::after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("https://cdn.shopify.com/s/files/1/0670/2694/4138/files/newsletter-img-after.png");
  width: 356px;
  height: 243px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
}
/* #shopify-section-footer-model-3 .footer-top .block_newsletter {
	padding: 40px 0;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid var(--colorFooterBorder);
} */
#shopify-section-footer-model-3 .footer-top {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 100px 0 80px 0;
}
#shopify-section-footer-model-3 .footer-top .tb-newletter-subscribe-img {
  margin: -70px 0 -50px;
}
#shopify-section-footer-model-3 .text-center.copyright {
  margin: 5px 0;
}
#shopify-section-footer-model-3 .footer-column ul li {
  text-align: left;
}
#shopify-section-footer-model-3 .footer-bottom-wrap .footer-bottom {
  border-top: 1px solid var(--colorFooterBorder);
}

#shopify-section-footer-model-3 .grid {
  text-align: left !important;
  display: flex;
}

#shopify-section-footer-model-3 .footer-desc {
  text-align: left;
  text-transform: capitalize;
  margin: 25px 0 0;
  font: 500 14px/26px var(--font-stack-subheading);
  color: #111;
}

#shopify-section-footer-model-3 .footer-column > ul {
  margin: 0;
}

#shopify-section-footer-model-3
  .block_newsletter
  .tbinput_newsletter
  form
  .errors {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  margin: 0;
}

#shopify-section-footer-model-3
  .site-footer
  input#Email::-webkit-input-placeholder {
  color: var(--colorFooterTitle);
}

#shopify-section-footer-model-3
  .block_newsletter
  .block_content
  .input-group.newsletter-input
  .btn,
#shopify-section-footer-model-3
  .block_newsletter
  .block_content
  .input-group.newsletter-input
  .btn::before {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
}

#shopify-section-footer-model-3 .block_newsletter form {
  padding: 0;
  margin: 0;
}

#shopify-section-footer-model-3
  .grid
  .blog
  .grid--blog
  .grid__item:last-child
  ul {
  margin: 0;
}

#shopify-section-footer-model-3 .contact-us .contact-address,
#shopify-section-footer-model-3 .contact-us .phone {
  font: 500 14px/28px var(--font-stack-subheading);
  color: #111;
}
#shopify-section-footer-model-3 footer .footer-column h5 {
  color: #111;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #shopify-section-footer-model-3 .footer-desc {
    font-size: 12px;
  }
  #shopify-section-footer-model-3 .grid {
    margin: 0;
  }
}
@media (max-width: 1399px) {
  #shopify-section-footer-model-3 .block_newsletter .tb-content .news-title {
    font-size: 34px;
    line-height: 36px;
  }
  #shopify-section-footer-model-3 .footer-top .tb-newletter-subscribe-img {
    margin: -45px 0 -50px;
  }
}
@media (max-width: 1299px) {
  #shopify-section-footer-model-3 .footer-top {
    margin: 80px 0;
  }
  #shopify-section-footer-model-3 .block_newsletter .tb-content .news-title {
    font-size: 32px;
    line-height: 37px;
  }
  #shopify-section-footer-model-3 .footer-top .tb-newletter-subscribe-img {
    margin: -30px 0 -50px;
  }
}

@media (max-width: 1199px) {
  #shopify-section-footer-model-3 .footer-top .newsletter-wrapper::before {
    width: 221px;
    height: 173px;
  }
  #shopify-section-footer-model-3 .footer-top .newsletter-wrapper::after {
    width: 276px;
    height: 189px;
    right: -10px;
  }
  #shopify-section-footer-model-3
    .footer-top
    .block_newsletter
    .tbinput_newsletter {
    padding: 15px 0;
  }
  #shopify-section-footer-model-3 .contactus,
  #shopify-section-footer-model-3 .follow-us-outer {
    padding: 0;
  }
  #shopify-section-footer-model-3 .block_newsletter .tb-content .news-title {
    font-size: 24px;
    line-height: 35px;
  }
  #shopify-section-footer-model-3
    .site-footer
    .footer-top
    .block_newsletter
    .tb-content {
    padding: 10px 20px;
  }
  #shopify-section-footer-model-3 .footer-top .tb-newletter-subscribe-img {
    margin: -20px 0 -50px;
  }
  #shopify-section-footer-model-3 .footer-top {
    margin: 60px 0;
  }
  #shopify-section-footer-model-3 .site-footer .footer-wrap .footer-inner-wrap {
    padding: 40px 0;
  }
  #shopify-section-footer-model-3 .grid .blog .grid--blog .grid__item .rte {
    margin: 0 0 10px;
  }
  #shopify-section-footer-model-3 .grid .blog .grid--blog .grid__item ul {
    margin: 0 0 20px;
  }
}

@media (max-width: 991px) {
  #shopify-section-footer-model-3
    .site-footer
    .footer-top
    .block_newsletter
    .tb-content {
    text-align: center;
    padding: 30px;
  }
  #shopify-section-footer-model-3 .block_newsletter {
    margin: 0 auto;
  }
  #shopify-section-footer-model-3 .footer-top {
    margin: 40px 0;
  }
  #shopify-section-footer-model-3 .footer-top .newsletter-wrapper::before,
  #shopify-section-footer-model-3 .footer-top .newsletter-wrapper::after {
    display: none;
  }
  #shopify-section-footer-model-3
    .block_newsletter
    .tb-content
    .news-title::before {
    right: 0;
    bottom: auto;
  }
  #shopify-section-footer-model-3 .text-center.copyright {
    float: none;
    margin: 0 0 10px;
  }

  #shopify-section-footer-model-3 .grid {
    display: block;
  }

  #shopify-section-footer-model-3 .footer-desc {
    padding: 0 0 10px 0;
    text-align: center;
    margin: 15px 0 0;
  }

  #shopify-section-footer-model-3 .footer-column > ul,
  #shopify-section-footer-model-3 .footer-column .contact-us > ul {
    margin: 5px 0 0 !important;
  }

  #shopify-section-footer-model-3 .footer-cms {
    text-align: center;
  }

  #shopify-section-footer-model-3 .footer-section {
    padding: 0;
  }

  #shopify-section-footer-model-3 .widget-title {
    text-align: left;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
  }
  #shopify-section-footer-model-3 .footer-top .tb-newletter-subscribe-img {
    display: none;
  }
  #shopify-section-footer-model-3
    .footer-section
    .footer-cms.footer-column
    .newsletter-bottom-cotent {
    padding: 0 15px;
  }

  #shopify-section-footer-model-3
    .footer-top
    .block_newsletter
    .tbinput_newsletter {
    padding: 15px 0 0;
  }
  #shopify-section-footer-model-3 .site-footer .footer-wrap .footer-inner-wrap {
    padding: 25px 0;
    display: block;
  }
  #shopify-section-footer-model-3 .follow-us-outer {
    margin: 10px 0 0;
  }

  #shopify-section-footer-model-3 .footer-top .news-description,
  #shopify-section-footer-model-3 .footer-desc,
  #shopify-section-footer-model-3 .site-footer a,
  #shopify-section-footer-model-3 .contact-us .contact-address,
  #shopify-section-footer-model-3 .contact-us .phone {
    font-size: 14px;
    line-height: 22px;
  }
  #shopify-section-footer-model-3 .block_newsletter .tb-content .news-title {
    font-size: 36px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  #shopify-section-footer-model-3
    .site-footer
    .footer-top
    .block_newsletter
    .tb-content {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
}
@media (max-width: 575px) {
  #shopify-section-footer-model-3 .block_newsletter .tb-content .news-title {
    font-size: 22px;
    line-height: 32px;
  }
  #shopify-section-footer-model-3 .block_newsletter {
    width: 90%;
  }
  #shopify-section-footer-model-3
    .site-footer
    .footer-top
    .block_newsletter
    .tb-content {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  #shopify-section-footer-model-3
    .site-footer
    .footer-top
    .block_newsletter
    .tb-content {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 20px 0 10px 0;
  }
  #shopify-section-footer-model-3 .footer-top {
    margin: 20px 0;
  }
  #shopify-section-footer-model-3 .block_newsletter form input[type="email"] {
    padding: 10px 60px 10px 15px;
  }

  #shopify-section-footer-model-3 .icon-fallback-text i {
    display: none;
  }
  #shopify-section-footer-model-3 .site-footer .footer-wrap .footer-inner-wrap {
    padding: 15px 0;
  }
  #shopify-section-footer-model-3 .block_newsletter {
    width: 100%;
  }
  #shopify-section-footer-model-3
    .block_newsletter
    .tb-content
    .news-title::before {
    right: auto;
    width: 30px;
    line-height: 20px;
    font-size: 30px;
  }
  #shopify-section-footer-model-3 .block_newsletter .tb-content .news-title {
    font-size: 19px;
    line-height: 22px;
    padding: 0 0 0 40px;
  }
}

/* ====================== Common Footer Css ==================== */
.common-home #shopify-section-footer-model-2 {
  margin: 0;
}
#shopify-section-footer-model-2,
#shopify-section-footer-model-3 {
  margin: 80px 0 0;
}

@media (max-width: 1199px) {
  #shopify-section-footer-model-1,
  #shopify-section-footer-model-2,
  #shopify-section-footer-model-3 {
    margin: 60px 0 0;
  }
}

@media (max-width: 991px) {
  #shopify-section-footer-model-1,
  #shopify-section-footer-model-2,
  #shopify-section-footer-model-3 {
    margin: 40px 0 0;
  }
}

@media (max-width: 480px) {
  #shopify-section-footer-model-1,
  #shopify-section-footer-model-2,
  #shopify-section-footer-model-3 {
    margin: 20px 0 0;
  }
}

/* ====================== GoTo Top ==================== */
#GotoTop {
  background: var(--color-btn-primary-bg);
  border: 2px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  bottom: 90px;
  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: 9;
  color: var(--color-btn-primary-text);
  display: none;
  top: auto !important;
  font-size: 12px;
  color: #fff !important;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

#GotoTop::after {
  display: none;
}

@media (max-width: 767px) {
  #GotoTop {
    right: 20px;
    bottom: 100px;
  }
}

#GotoTop::before,
#GotoTop:is(:hover, :active, :focus) {
  background: var(--color-btn-primary-hover-bg);
  color: var(--color-btn-primary-hover-text);
  transform: transform(translateY(-6px));
  -webkit-transform: transform(translateY(-6px));
  -moz-transform: transform(translateY(-6px));
  -o-transform: transform(translateY(-6px));
  -ms-transform: transform(translateY(-6px));
}

#GotoTop i.mdi.mdi-chevron-up {
  font-size: 22px;
  line-height: 22px;
}

/*==================== footer common CSS =====================*/
#shopify-section-footer-model-3 .site-footer {
  margin: 0;
}

.footer-bottom-wrap {
  padding: 0;
  margin: 0;
}

.footer-bottom-wrap .footer-bottom {
  padding: 12px 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.text-center.copyright small {
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  width: auto;
  float: none;
  display: inline-block;
  vertical-align: top;
}
#shopify-section-footer-model-3 .text-center.copyright small {
  color: #111;
}

@media (max-width: 991px) {
  .footer-bottom-wrap .site-footer__payment-icons {
    float: none;
  }
  .footer-bottom-wrap .footer-bottom {
    display: block;
  }
}

@media (max-width: 767px) {
  .footer-bottom-wrap .site-footer__payment-icons {
    width: 100%;
  }
}

#shopify-section-footer-model-1
  .footer-bottom-wrap
  .site-footer__payment-icons {
  margin: 12px 0;
  padding: 0;
}

#shopify-section-footer-model-1
  .footer-bottom-wrap
  .site-footer__payment-icons
  .payment-icons {
  text-align: right !important;
}

@media (max-width: 991px) {
  #shopify-section-footer-model-1
    .footer-bottom-wrap
    .site-footer__payment-icons
    .payment-icons {
    text-align: center !important;
  }

  #shopify-section-footer-model-1 .footer-bottom-wrap .footer-bottom {
    display: block;
  }
}

#shopify-section-footer-model-1 .footer-bottom-wrap .footer-bottom {
  border-top: 1px solid var(--colorFooterBorder);
}

.footer-logo {
  max-width: 243px;
}

@media (max-width: 1399px) {
  .footer-logo {
    max-width: 180px;
  }
}

@media (max-width: 991px) {
  .footer-logo {
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  ul.social-icons {
    display: flex !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #shopify-section-footer-model-3 .text-center.copyright small {
    font-size: 12px;
    line-height: 24px;
  }
}

.footer-column ul {
  margin: 0;
}

.footer-column ul li {
  display: block;
  text-align: left;
  line-height: 16px;
  text-transform: capitalize;
  position: relative;
  margin: 0 0 5px;
}

.footer-column ul li:last-child {
  margin: 0;
}

#shopify-section-footer-model-3 ul.social-icons li {
  width: auto;
}

.footer-column ul.nav-secondary li a {
  position: relative;
  margin: 0;
}

#shopify-section-footer-model-3 .contact-us ul {
  margin: 0;
  color: #111;
}

.contact-us .phone {
  color: var(--colorFooterContent);
  font: 500 14px/22px var(--font-stack-body);
  padding: 0 0 0 5px;
}

.footer-column .email-address {
  padding: 0 0 0 10px;
  text-transform: initial;
}

.footer-column ul .contact-address p {
  margin: 0;
}

.footer-column .contact-us li {
  margin: 0 0 5px;
}

.contact-us .contact-address {
  font: 500 14px/22px var(--font-stack-body);
  padding: 0 0 0 30px;
}

.contact-us .contact-detail .address i {
  position: absolute;
  left: 0;
  top: 4px;
  right: auto;
  bottom: auto;
}

.contact-us i {
  font-size: 16px;
  line-height: 28px;
}

.footer-column > ul {
  margin: 0 !important;
  width: 100%;
}

@media (max-width: 1025px) {
  .site-footer small {
    display: block;
  }
}

.site-footer a {
  color: var(--colorFooterContent);
}

.site-footer hr {
  border-color: var(--color-border);
}

.site-footer input[type="text"],
.site-footer input[type="search"],
.site-footer input[type="password"],
.site-footer input[type="email"],
.site-footer input[type="file"],
.site-footer input[type="number"],
.site-footer input[type="tel"],
.site-footer textarea,
.site-footer select {
  border-color: var(--color-border);
  color: var(--colorFooterContent);
}

.site-footer .input-group {
  border-color: var(--color-border);
}

.site-footer .input-group .icon {
  color: var(--colorFooterContent);
}

.site-footer .onboarding-header {
  margin-bottom: 15px;
}

.site-footer .rte h1,
.site-footer .rte h2,
.site-footer .rte h3,
.site-footer .rte h4,
.site-footer .rte h5,
.site-footer .rte h6 {
  text-align: left;
}

@media (max-width: 1025px) {
  .site-footer .rte h1,
  .site-footer .rte h2,
  .site-footer .rte h3,
  .site-footer .rte h4,
  .site-footer .rte h5,
  .site-footer .rte h6 {
    text-align: center;
  }
}

@media (max-width: 1025px) {
  .site-footer .rte ul,
  .site-footer .rte ol {
    margin-left: 0;
    list-style-position: inside;
  }
}

.block_newsletter .form-vertical .errors,
.block_newsletter .form-vertical .form-success {
  margin: 5px 0;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  padding: 10px 15px;
}

.block_newsletter .errors li {
  font-weight: 500;
}

.modal-newsletter .checkbox-group input[type="checkbox"] + label {
  font-size: 14px;
  color: #ccc;
}

.modal-newsletter .checkbox-group input[type="checkbox"] + label:hover,
.modal-newsletter .checkbox-group input[type="checkbox"] + label:focus,
.modal-newsletter .checkbox-group input[type="checkbox"] + label:active {
  color: #fff;
}

.modal-newsletter .desc {
  font-size: 14px;
  line-height: 24px;
  padding: 0 0 15px;
  color: #ccc;
}

@media (min-width: 481px) and (max-width: 767px) {
  .modal-newsletter .desc {
    padding: 0 0 5px;
  }
}

@media (max-width: 480px) {
  .modal-newsletter .desc {
    padding: 10px 0;
  }
}

@media (max-width: 991px) {
  #shopify-section-footer-model-1 .site-footer .footer-bottom .footer-column {
    margin: 15px 0;
  }

  .site-footer .footer-column .contact-us {
    margin: 0;
    padding: 0;
  }

  .site-footer .footer-column h5 {
    margin: 0;
    padding: 10px 15px;
    font-size: 20px;
    line-height: 22px;
    width: 100%;
    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;
  }

  .site-footer .footer-column h5.toggle:hover {
    background: rgba(255, 255, 255, 0.1);
  }

  .site-footer .footer-column {
    margin: 0 0 5px;
  }

  .site-footer .footer-column h5.toggle,
  .sidebar .widget {
    cursor: pointer;
    user-select: none;
  }

  .site-footer .footer-column h5.toggle::after,
  .sidebar h4.toggle::after,
  .sidebar-block .widget h4.toggle::after {
    font-family: "Material Design Icons";
    content: "\f140";
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  .site-footer .footer-column.active h5.toggle::after,
  .sidebar .widget.active h4.toggle::after,
  .sidebar-block .widget.active h4.toggle::after,
  .site-footer .tb-desc.active h5.toggle::after {
    font-family: "Material Design Icons";
    content: "\f143";
    font-size: 18px;
    font-weight: 500;
  }

  .footer-column > *:nth-child(2) {
    padding: 0 20px;
    margin-top: 15px;
  }

  .sidebar .widget > *:nth-child(2) {
    padding: 0;
    margin-top: 15px;
  }

  .site-footer small {
    padding-top: 0;
  }

  .widget {
    margin: 0;
  }

  .widget {
    padding: 15px;
    border: 1px solid var(--color-border);
    margin: 0;
  }

  .footer-column .contact-us ul {
    padding: 0 20px;
  }

  .footer-column ul li {
    margin: 0 0 3px;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .sidebar .widget > *:nth-child(2) {
    margin: 0;
  }
}
@media (max-width: 575px) {
  #shopify-section-footer-model-1 .site-footer .footer-bottom .footer-column {
    margin: 10px 0;
  }
}
@media (max-width: 480px) {
  .site-footer .footer-column h5 {
    font-size: 14px;
    line-height: 20px;
  }
}

/*--------------------- contact form --------------------*/
.contac-us-page .address-container .content {
  font-size: 16px;
}

.address-container .address-text {
  width: 33.333%;
  padding: 0 15px;
  display: inline-block;
  text-align: center;
}

@media (max-width: 767px) {
  .address-container .address-text {
    width: 100%;
    margin: 0 0 15px;
  }
}

.address-container .address-text .icon {
  font-size: 30px;
  height: 90px;
  width: 90px;
  text-align: center;
  margin: 0 auto;
  box-shadow: 0 0 0 3px #3a3a3a;
  -webkit-box-shadow: 0 0 0 3px #3a3a3a;
  -moz-box-shadow: 0 0 0 3px #3a3a3a;
  -ms-box-shadow: 0 0 0 3px #3a3a3a;
  -o-box-shadow: 0 0 0 3px #3a3a3a;
  transition: color 0.3s;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  margin-bottom: 35px;
  color: #444;
  z-index: 1;
  position: relative;
}

.address-container .address-text .icon::after {
  position: absolute;
  width: 100%;
  height: 100%;
  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-primary-bg);
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  box-sizing: content-box;
  transition: transform 0.2s, opacity 0.3s;
}

.address-container .address-text:hover .icon {
  color: var(--color-btn-primary-hover-text);
  box-shadow: 0 0 0 3px var(--color-btn-primary-bg);
  -webkit-box-shadow: 0 0 0 3px var(--color-btn-primary-bg);
  -moz-box-shadow: 0 0 0 3px var(--color-btn-primary-bg);
  -ms-box-shadow: 0 0 0 3px var(--color-btn-primary-bg);
  -o-box-shadow: 0 0 0 3px var(--color-btn-primary-bg);
}

.address-container .address-text:hover .icon::after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

.contact-us-page {
  margin: 0 0 20px;
  width: 100%;
}

.contact-us-page .contact_wrapper > div {
  margin: 0;
}

.contact-us-page .icon i.mdi {
  font-size: 36px;
  line-height: 90px;
}

.address-container.right-to-left {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.address-container.right-to-left p {
  margin: 0;
}
#map iframe {
  width: 100%;
}
@media (max-width: 991px) {
  #contact_form .note {
    margin: 15px 0;
  }
  #map {
    margin: 20px 0 0 0;
  }
}

@media (max-width: 767px) {
  .address-container.right-to-left {
    margin: 0;
  }
  #map iframe {
    height: 300px;
  }
}

.contact-us-page .address-container .small-title {
  color: var(--color-text);
  margin: 0 0 40px;
}

@media (max-width: 480px) {
  .contact-us-page .address-container .small-title {
    margin: 0 0 20px;
    font-size: 22px;
  }
}

.contact-us-page .address-container .small-title span {
  font-weight: 500;
}
.quickview-template .content,
.quick-view .overlay {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  bottom: 0;
}
/*============================= #Index sections ==============================*/
.index-section--flush + .index-section--flush {
  margin-top: -70px;
}

@media (min-width: 1024px) {
  .index-section--flush + .index-section--flush {
    margin-top: -55px;
  }
}

.index-section--flush:first-child {
  margin-top: -35px;
}

@media (min-width: 1024px) {
  .index-section--flush:first-child {
    margin-top: -55px;
  }
}

.index-section--flush:last-child {
  margin-bottom: -35px;
}

@media (min-width: 1024px) {
  .index-section--flush:last-child {
    margin-bottom: -55px;
  }
}

@media (max-width: 1024px) {
  .index-section--featured-product:first-child {
    margin-top: -12px;
  }
}

/*======================= #Blank states - placeholder images ============================*/
var(--colorBlankstate): rgba(var(--color-body-text), 0.35);
var(--colorBlankstateBorder): rgba(var(--color-body-text), 0.15);
var(--colorBlankstateBackground): rgba(var(--color-body-text), 0.05);

.placeholder-svg {
  display: block;
  fill: var(--colorBlankstate);
  background-color: var(--colorBlankstateBackground);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid var(--colorBlankstateBorder);
}

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

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

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

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

/*======================= #Product Grid and List Views ================================*/
.TBProduct-Tab-container .TBProduct-Tab {
  text-align: center;
}

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

.TBProduct-Tab-container .nav.nav-tabs {
  border: medium none;
  display: inline-block;
  float: none;
  vertical-align: top;
  width: auto;
  margin: 0 0 25px;
  position: relative;
}

.TBProduct-Tab .owl-nav {
  display: none;
}

.TBProduct-Tab .product_col3 .owl-carousel .owl-item {
  width: 33.33%;
}

.TBProduct-Tab .product_col5 .owl-carousel .owl-item {
  width: 20%;
}

@media (max-width: 767px) {
  .TBProduct-Tab .product_col3 .owl-carousel .owl-item {
    width: 50%;
  }

  .TBProduct-Tab-container .nav.nav-tabs {
    margin: 0 0 20px;
  }
}

@media (max-width: 1200px) {
  .TBProduct-Tab .product_col5 .owl-carousel .owl-item {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .TBProduct-Tab .product_col5 .owl-carousel .owl-item {
    width: 50%;
  }
}

.TBProduct-Tab .product_col4 .owl-carousel .owl-item {
  width: 25%;
}

@media (max-width: 1200px) {
  .TBProduct-Tab .product_col4 .owl-carousel .owl-item {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .TBProduct-Tab .product_col4 .owl-carousel .owl-item {
    width: 50%;
  }
}

.product-cat-item {
  position: relative;
  margin-bottom: 25px;
}

.product-layouts {
  display: inline-block;
  width: 100%;
  padding: 0 15px;
}

.product-wrapper {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
  animation: zoomIn 400ms ease;
  -webkit-animation: zoomIn 400ms ease;
}

.style2 .product-wrapper {
  margin-bottom: 10px;
}

.product-grid .product-wrapper {
  text-align: left;
}

.product-short-list .product-wrapper .product-list .product-wrapper {
  text-align: center;
}

.style1 .owl-item .product-wrapper:last-child {
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .product-wrapper {
    margin-bottom: 6px;
  }
  .style2 .product-wrapper {
    margin-bottom: 5px;
  }
  .product-short-list .product-wrapper,
  .product-list .product-wrapper {
    margin-bottom: 20px;
  }
  #TB-top-product-tab .li_single .style1.product-layouts:first-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .product-grid .product-wrapper {
    text-align: center;
  }
}

.product-wrapper .sold-out-tag {
  margin: 0;
  position: absolute;
  height: 75px;
  width: 75px;
  line-height: 65px;
  background: #ff0000;
  opacity: 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;
}

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

.product-list .product-wrapper .btn_wrapper {
  margin: 5px 0;
}

.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,
.product-list .product-layouts .product-wrapper .product-thumb > .zoom_img,
.product-short-list
  .product-layouts
  .product-wrapper
  .product-thumb
  > .zoom_img {
  padding: 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  width: fit-content;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
@media (max-width: 767px) {
  .tab-pane .product-layouts.grid-view-item .product-wrapper .product-thumb,
  .products-grid-view
    > .product-grid
    .product-layouts
    .product-wrapper
    .product-thumb,
  .related-products .product-wrapper .product-thumb,
  #newproduct_products_slider .product-wrapper .product-thumb,
  #recently-viewed-products .product-wrapper .product-thumb,
  .search-products .product-layouts .product-thumb {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
  }

  .product-list .product-wrapper {
    display: block;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .product-list .product-wrapper {
    display: block;
  }
}

.product-layouts .product-wrapper .product-thumb a.grid-view-item__link {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}

.product-layouts.product-price--sold-out
  .product-wrapper
  .product-thumb
  a.grid-view-item__link {
  opacity: 0.6;
}

.product-wrapper .product-thumb .left_img,
.product-wrapper .product-thumb .right_img {
  overflow: hidden;
  position: relative;
  padding: 0;
}

.product-layouts .fade_img,
.product-layouts .zoom_img {
  overflow: hidden;
  padding: 0;
  position: relative;
  display: inline-block;
  width: auto;
  vertical-align: top;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
}

@media (max-width: 767px) {
  .product-layouts .fade_img,
  .product-layouts .zoom_img {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
  }
}

.product-thumb .fade_img img.image_thumb_swap {
  left: 0;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -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: auto;
  bottom: 0;
}

.product-thumb .fade_img img.image_thumb {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

.product-thumb img {
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-width: 100%;
}

.product-list .add_cart {
  display: inline-block;
  padding: 16px 16px 16px 10px;
}

.product-thumb .btn_wrapper,
.product-thumb .main_btn_wrapper {
  bottom: 5px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: auto;
  width: fit-content;
}

@media (max-width: 767px) {
  .product-thumb .btn_wrapper,
  .product-thumb .main_btn_wrapper {
    bottom: 5px;
  }
}

@media (max-width: 767px) {
  .product-wrapper:hover .btn_wrapper,
  .product-wrapper:hover .main_btn_wrapper {
    bottom: 5px;
  }
}

.tab-pane .product-layouts.grid-view-item .product-wrapper .product-description,
.products-grid-view
  > .product-grid
  .product-layouts
  .product-wrapper
  .product-description,
.related-products
  .product-layouts.grid-view-item
  .product-wrapper
  .product-description,
#recently-viewed-products .product-wrapper .product-description,
.search-products .product-wrapper .product-description,
#newproduct_products_slider .product-wrapper .product-description {
  position: relative;
  text-align: center;
  padding: 0;
}

.product-list .product-wrapper .product-description .grid-view-item__vendor,
.product-short-list
  .product-wrapper
  .product-description
  .grid-view-item__vendor,
.products-grid-view
  > .product-grid
  .product-layouts
  .product-wrapper
  .product-description
  .grid-view-item__vendor,
.tab-pane
  .product-layouts.grid-view-item
  .product-wrapper
  .product-description
  .grid-view-item__vendor,
.related-products
  .product-layouts.grid-view-item
  .product-wrapper
  .product-description
  .grid-view-item__vendor,
.search-products .product-wrapper .product-description .grid-view-item__vendor,
#newproduct_products_slider
  .product-wrapper
  .product-description
  .grid-view-item__vendor,
.list-collection-products
  .product-layouts
  .product-wrapper
  .product-description
  .grid-view-item__vendor {
  display: none;
}

.tab-pane
  .style3.product-layouts.grid-view-item
  .product-wrapper
  .product-description,
.products-grid-view
  > .product-grid
  .style3.product-layouts
  .product-wrapper
  .product-description,
.related-products
  .product-layouts.grid-view-item.style3
  .product-wrapper
  .product-description,
.search-products .style3 .product-wrapper .product-description,
#newproduct_products_slider .style3 .product-wrapper .product-description,
.list-collection-products
  .product-layouts.style3
  .product-wrapper
  .product-description {
  text-align: center;
  margin: 0 0 15px;
}

.list-collection-products
  .product-layouts.style3
  .product-wrapper
  .product-description {
  position: relative;
}

.product-list
  .style3.product-layouts.grid-view-item
  .product-wrapper
  .product-description {
  position: static;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

.product-description .h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  margin: 10px 0 5px;
  white-space: nowrap;
}

#slidedown-cart .product-details .product-name {
  margin: 0 0 5px 0;
}

#slidedown-cart .product-details .product-name > a {
  text-transform: capitalize;
  margin: 10px 0 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  font: 500 15px/17px var(--font-stack-body);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 0;
}

.product-layouts.grid-view-item
  .product-wrapper
  .product-description
  .grid-view-item__meta {
  margin: 5px 0 12px 0;
}

.product-price__price,
.product-price__price .money,
.price .money,
.price {
  font: 700 18px/20px "Roboto", Helvetica, sans-serif;
  color: #219fba;
  margin: 0 0 2px;
  display: inline-block;
}

.search-results .price .money,
.product-price,
.cart-item__price-wrapper,
.totals__subtotal-value,
#slidedown-cart .price .money,
#Sticky-slidedown-cart .price .money,
.shop_table.cart_table span.money,
#slidedown-cart .total .price,
#Sticky-slidedown-cart .total .price,
.search-results .price {
  font: 700 16px/18px "Roboto", Helvetica, sans-serif;
  color: #219fba;
}

.discount-percentage,
.product-price__price.compare_price {
  margin: 0 0 2px;
}

.product-desc {
  display: none;
}

.product-price__price.compare_price .money,
.product-price__price.compare_price {
  font: 500 14px/16px "Roboto", Helvetica, sans-serif;
  color: #666;
  text-decoration: line-through;
}

.sale-price,
.price--on-sale .regular-price {
  display: none;
}

.price--on-sale .sale-price,
.regular-price {
  display: block;
}

.product-short-list .price--on-sale .sale-price {
  text-align: center;
}

.grid-view-item__meta .discount-percentage {
  color: #ff0000;
}

.discount-percentage {
  font-weight: 500;
  line-height: 16px;
  font-size: 15px;
  color: #ff0000;
  margin: 0 5px;
}

.product-price__sale-label {
  position: absolute;
  right: auto;
  left: 0;
  top: 15px;
  bottom: auto;
  color: #008111;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  text-transform: capitalize;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}

@media (max-width: 1399px) {
  .tab-pane
    .product-layouts.grid-view-item
    .product-wrapper
    .product-description,
  .products-grid-view
    > .product-grid
    .product-layouts
    .product-wrapper
    .product-description,
  .related-products
    .product-layouts.grid-view-item
    .product-wrapper
    .product-description,
  #recently-viewed-products .product-wrapper .product-description,
  .search-products .product-wrapper .product-description,
  #newproduct_products_slider .product-wrapper .product-description {
    min-height: 73px;
  }
  .product-price__price,
  .product-price__price .money,
  .price .money,
  .price {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .product-price__sale-label {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    top: 5px;
  }
  .related-products
    .product-layouts.grid-view-item.style3
    .product-wrapper
    .product-description {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .products-grid-view
    > .product-grid
    .product-layouts
    .product-wrapper
    .product-description {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .product-price__price,
  .product-price__price .money,
  .price .money,
  .price {
    font-size: 16px;
    line-height: 18px;
  }
  .discount-percentage {
    font-size: 14px;
  }
  .product-price__price.compare_price .money,
  .product-price__price.compare_price {
    font-size: 13px;
  }
  .tab-pane
    .product-layouts.grid-view-item
    .product-wrapper
    .product-description,
  .products-grid-view
    > .product-grid
    .product-layouts
    .product-wrapper
    .product-description,
  .related-products
    .product-layouts.grid-view-item
    .product-wrapper
    .product-description,
  #recently-viewed-products .product-wrapper .product-description,
  .search-products .product-wrapper .product-description,
  #newproduct_products_slider .product-wrapper .product-description {
    min-height: 70px;
  }
  .product-price__sale-label {
    font-size: 13px;
    padding: 1px 6px;
  }
}

@media (max-width: 480px) {
  .product-price__sale-label {
    font-size: 12px;
  }
  .product-price__price,
  .product-price__price .money,
  .price .money,
  .price {
    font-size: 16px;
    line-height: 18px;
  }
  .product-price,
  .cart-item__price-wrapper,
  .totals__subtotal-value,
  .price {
    font-size: 16px;
    line-height: 18px;
  }
  .tab-pane
    .product-layouts.grid-view-item
    .product-wrapper
    .product-description,
  .products-grid-view
    > .product-grid
    .product-layouts
    .product-wrapper
    .product-description,
  .related-products
    .product-layouts.grid-view-item
    .product-wrapper
    .product-description,
  #recently-viewed-products .product-wrapper .product-description,
  .search-products .product-wrapper .product-description,
  #newproduct_products_slider .product-wrapper .product-description {
    min-height: 71px;
  }
}

.list_products_menu .product-price__sale-label {
  left: 10px;
  right: auto;
  top: 10px;
}

@media (max-width: 480px) {
  .list_products_menu .product-price__sale-label {
    left: 5px;
    top: 5px;
  }
}

.product-wrapper:hover .product-price__sale-label {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  left: 15px;
}

@media (max-width: 991px) {
  .product-wrapper .product-price__sale-label,
  .product-wrapper:hover .product-price__sale-label {
    top: 10px;
    left: 10px;
  }
}

.product-wrapper .custom_label {
  position: absolute;
  left: 15px;
  right: auto;
  top: -15px;
  bottom: auto;
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 20px;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

@media (max-width: 991px) {
  .product-wrapper .custom_label {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    top: 25px;
  }
}

@media (max-width: 480px) {
  .product-wrapper .custom_label {
    font-size: 12px;
    top: 20px;
    left: 5px;
  }
}

.product-wrapper:hover .custom_label {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  top: 15px;
}

@media (max-width: 991px) {
  .product-wrapper:hover .custom_label {
    top: 25px;
  }
}

@media (max-width: 480px) {
  .product-wrapper:hover .custom_label {
    top: 20px;
  }
}

/*------- Product style 1 ------------*/
.style1 .product-wrapper .product-thumb .btn_wrapper {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  top: 10px;
  bottom: auto;
  margin: 0;
  height: auto;
  left: auto;
  right: 10px;
  width: 45px;
  transform: translateX(130%);
  -webkit-transform: translateX(130%);
  -moz-transform: translateX(130%);
  -o-transform: translateX(130%);
  -ms-transform: translateX(130%);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

@media (max-width: 991px) {
  .style1 .product-wrapper .product-thumb .btn_wrapper {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    height: 40px;
    margin: 10px 0 0;
    width: auto;
    bottom: 15px;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    gap: 4px;
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  .style1 .product-wrapper .product-thumb .btn_wrapper {
    left: 0;
    right: 0;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .style1 .product-wrapper .product-thumb .btn_wrapper {
    height: 28px;
    gap: 2px;
  }
}

.style1 .product-wrapper:hover .product-thumb .btn_wrapper {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
}

/*----------- New-product ----------*/
.slider-newproduct-wrap .new-product-div.newproduct {
  text-align: center;
  margin: 0 0 100px 0;
}
.slider-newproduct-wrap .special-product.new-product-div.newproduct {
  padding: 0;
}
form#AddToCartForm {
  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: 500 16px/18px "Roboto", Helvetica, sans-serif;
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  display: block;
  color: #111;
}
@media (max-width: 1299px) {
  .slider-newproduct-wrap .new-product-div.newproduct {
    margin: 0 0 80px 0;
  }
}
@media (max-width: 1199px) {
  .slider-newproduct-wrap .new-product-div.newproduct {
    margin: 0 0 60px 0;
  }
}
@media (max-width: 991px) {
  .slider-newproduct-wrap .new-product-div.newproduct {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 480px) {
  .slider-newproduct-wrap .new-product-div.newproduct {
    margin: 0 0 20px 0;
  }
  a.grid-link__title {
    font-size: 15px;
    line-height: 17px;
  }
}
@media (min-width: 1025px) {
  .product {
    position: relative;
  }
}

.filter-wrapper.full_width.wrap_toggle_filter {
  padding: 15px;
}

.full_width.wrap_toggle_filter .collection_sidebar {
  margin: 15px 0 0;
  padding: 15px 0 0;
}

.filter-toggle-wrap {
  display: none;
}

.filter-toggle-wrap .collection_sidebar .shopify-section .widget {
  padding: 0 15px;
}

@media (max-width: 991px) {
  .filter-toggle-wrap .collection_sidebar .shopify-section .widget {
    padding: 0;
  }
  .filter-toggle-wrap
    .collection_sidebar
    .shopify-section
    .widget.widget_promo_img {
    padding: 15px;
    width: auto;
  }
}

.filter-toggle-wrap .collection_sidebar .refined-widgets a {
  padding: 7px 15px;
}

.filter-toggle-wrap .collection_sidebar .refined-widgets > a > i {
  margin-left: 8px;
}

.full_width .filter-toggle {
  margin: 5px;
  text-transform: capitalize;
}

.full_width .sorting_wrapper {
  margin: 0 0 0 20px;
}

@media (max-width: 480px) {
  .full_width .sorting_wrapper {
    margin: 0;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .full-width .product-list .product-wrapper .product-thumb {
    width: auto;
  }
}

.collection_template .grid-uniform.product-grid {
  margin: 0;
}

.grid-uniform.product-grid.col-main {
  margin: 0;
}

.collection_template .full_width .shopify-section {
  width: 17%;
}

@media (max-width: 991px) {
  .collection_template .full_width .shopify-section {
    width: 100%;
  }
}

.full_width #shopify-section-sidebar-tag-filters {
  width: 50%;
}

@media (max-width: 991px) {
  .full_width #shopify-section-sidebar-tag-filters {
    width: 100%;
  }
}

.full_width #shopify-section-sidebar-tag-filters aside.sidebar-tag {
  width: 50%;
}

@media (max-width: 991px) {
  .full_width #shopify-section-sidebar-tag-filters aside.sidebar-tag {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .filter-toggle-wrap .sidebar-block {
    margin: 0;
  }
}

.full_width .collection_sidebar {
  margin: 10px 0 0;
  border-top: 1px solid var(--color-border);
  padding: 20px 0 0;
}

.full_width .collection_sidebar .refined-widgets a {
  background-color: var(--color-btn-primary-bg);
  color: var(--color-btn-primary-text);
  padding: 7px 20px;
}

.full_width .collection_sidebar .refined-widgets a:hover {
  background-color: var(--color-btn-primary-bg);
  color: var(--color-btn-primary-hover-text);
}

.full_width .filter-toggle .mdi.mdi-format-align-right {
  padding: 0 0 0 7px;
  font-size: 17px;
  line-height: 17px;
  vertical-align: middle;
}

.left-sidebar .sidebar-product .price {
  font-size: 16px;
}

.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: 15px;
  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 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -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__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 (max-width: 1025px) {
  .large--one-quarter .product__title {
    font-size: em(14px);
  }
}

.tag {
  background-color: #f6f6f6;
  color: #717171;
  font-family: var(--font-stack-body);
  font-size: em(14px);
  padding: 2.5px 10px;
}

.on-sale-tag .tag {
  background-color: none;
  color: var(--color-meta);
}

.widget_top_rated_products .sale {
  font-size: 12px;
  top: 5px;
  color: var(--color-meta);
  right: -15px;
  position: absolute;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
}

.widget_top_rated_products .product-wrapper.sidebar-product:hover .sale {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  right: 5px;
}

.widget_top_rated_products .product-price__price,
.widget_top_rated_products .product-price__price .money,
.widget_top_rated_products .price,
.widget_top_rated_products price .money {
  font-size: 14px;
}

.sidebar .widget .top-products-detail .price .money {
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
}

.product-wrapper.sidebar-product .image.product-thumb .product-img {
  overflow: hidden;
  position: relative;
}

.sold-out-tag,
.on-sale-tag {
  margin: 0 0 15px;
  position: absolute;
  top: 45px;
  right: 15px;
}

.sold-out-tag .tag {
  text-transform: capitalize;
}

.product-list .on-sale-tag {
  left: 15px;
  right: auto;
}

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

.edit_checkout .btn {
  padding: 0.8em 1.7em;
}

/*------------- short-list-view ------------*/
.product-grid .products-grid-view .grid-item.product-short-list {
  width: 100%;
}

.product-grid
  .products-grid-view
  .grid-item.product-short-list
  .product-wrapper {
  display: flex;
}

.product-short-list .product-wrapper .product-description .short-title {
  text-align: left;
  margin: 0;
}

.product-grid .products-grid-view .grid-item.product-list a.grid-link__title,
.product-grid
  .products-grid-view
  .grid-item.product-short-list
  a.grid-link__title {
  font-weight: 500;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

@media (max-width: 767px) {
  .product-grid
    .products-grid-view
    .grid-item.product-short-list
    .product-wrapper {
    display: block;
  }

  .product-short-list .product-wrapper .product-description .short-title {
    width: 100%;
    padding: 0;
    text-align: center;
    margin: 0 0 10px;
  }
}

.product-short-list .product-wrapper .product-description {
  padding: 0;
}

.product-short-list
  .product-wrapper
  .product-description
  .product-description-wrap {
  display: flex;
}

@media (max-width: 767px) {
  .product-short-list
    .product-wrapper
    .product-description
    .product-description-wrap {
    display: block;
    margin: 10px 0 0;
  }
}

@media (max-width: 480px) {
  .product-short-list .product-wrapper .product-description {
    width: 100%;
  }
}

.product-short-list
  .product-layouts.grid-view-item
  .product-wrapper
  .product-description
  .grid-view-item__meta {
  width: 18%;
  margin: 0;
}

@media (max-width: 767px) {
  .product-short-list
    .product-layouts.grid-view-item
    .product-wrapper
    .product-description
    .grid-view-item__meta {
    width: 100%;
    text-align: center;
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .product-short-list
    .product-layouts.grid-view-item
    .product-wrapper
    .product-description
    .grid-view-item__meta {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}

.product-short-list.style2
  .product-wrapper
  .product-description
  .btn_wrapper
  .pro_btn {
  margin: 0;
}

.product-short-list .product-wrapper .product-description .btn_wrapper {
  width: 42.33%;
  position: static;
  margin: 0 auto;
  visibility: visible;
  text-align: center;
  display: flex;
  gap: 4px;
}

.product-short-list .style2 .product-wrapper .product-description .btn_wrapper {
  display: inline-block;
}

@media (max-width: 1199px) {
  .product-short-list
    .style2
    .product-wrapper
    .product-description
    .btn_wrapper {
    display: flex;
    gap: 4px;
  }
}

@media (max-width: 767px) {
  .product-short-list .product-wrapper .product-description .btn_wrapper {
    justify-content: center;
  }
  .product-short-list
    .style2
    .product-wrapper
    .product-description
    .btn_wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

.product-short-list
  .product-wrapper
  .product-description
  .grid-view-item__vendor {
  text-transform: capitalize;
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 5px;
}

.product-short-list
  .product-wrapper
  .product-description
  .h4.grid-view-item__title {
  margin: 7px 0 10px;
}

.product-short-list
  .product-layouts.grid-view-item
  .product-wrapper
  .product-description
  .spr-badge {
  margin: 0 0 10px;
}

.product-short-list .product-wrapper .flip-countdown.simple-countdown {
  display: none;
}

.product-short-list
  .product-wrapper
  .product-description
  .grid-view-item__meta
  .product-price__sale {
  margin: 0 0 5px;
  display: block;
}

.product-short-list
  .product-wrapper
  .product-description
  .grid-view-item__meta
  .discount-percentage {
  display: block;
  margin: 5px 0;
}

.product-short-list
  .product-wrapper
  .product-description
  .grid-view-item__meta
  .product-price__price.compare_price {
  display: block;
  margin: 0 0 10px;
}
.product-short-list
  .style3
  .product-wrapper
  .product-description
  .grid-view-item__meta
  .product-price__price.compare_price {
  margin: 0;
}

@media (max-width: 480px) {
  .product-short-list
    .product-wrapper
    .product-description
    .grid-view-item__meta
    .product-price__sale {
    width: auto;
    float: none;
  }
}

.product-short-list .product-wrapper .tbimg-bg,
.product-list .product-wrapper .tbimg-bg {
  margin: 0;
}

.product-short-list.style3 .product-wrapper .btn_wrapper .pro_btn {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}

.style3.product-grid .product-wrapper .quickview,
.style3.product-short-list .product-wrapper .quickview,
.style3.product-list .product-wrapper .quickview {
  height: 50px;
  width: 90px;
}

.style3.product-grid .product-wrapper .quickview .pro_btn a,
.style3.product-short-list .product-wrapper .quickview .pro_btn a {
  padding: 23px 0 0;
}

@media (max-width: 1199px) {
  .style3.grid-view-item
    .product-wrapper
    .btn_wrapper
    .pro_btn.add_tocart
    a
    > i:before {
    content: "\F111";
  }
}

.product-short-list
  .product-layouts.grid-view-item.style3
  .product-wrapper:hover
  .product-description
  .spr-badge {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

.product-short-list
  .product-layouts.grid-view-item.style3
  .product-wrapper:hover
  .product-description
  .grid-view-item__meta {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}

.product-short-list
  .product-layouts.grid-view-item.style3
  .product-wrapper
  .product-description
  .grid-view-item__meta {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  margin: 0;
}

@media (max-width: 991px) {
  .product-short-list
    .product-layouts.grid-view-item.style3
    .product-wrapper
    .product-description
    .grid-view-item__meta {
    margin: 0;
  }
}

.product-short-list
  .product-layouts.grid-view-item.style3
  .product-wrapper:hover {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.product-short-list.style1 .product-wrapper {
  border: none;
}

.product-short-list
  .style1.product-layouts.grid-view-item
  .product-wrapper
  .product-description {
  padding: 0;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  background: none;
  position: static;
}

.product-short-list
  .style1.product-layouts.grid-view-item
  .product-wrapper:hover
  .product-description {
  background: none;
}

@media (max-width: 767px) {
  .product-short-list
    .product-wrapper
    .product-description
    .btn_wrapper
    .add_tocart
    a.add-cart-btn.btn {
    width: 36px;
  }
}

@media (max-width: 480px) {
  .product-short-list .product-wrapper .product-thumb {
    width: 100%;
  }
}

.product-list .style1 .product-wrapper .btn_wrapper,
.product-short-list .style1 .product-wrapper .btn_wrapper {
  display: flex;
  gap: 2px;
}

.product-list .style1 .product-wrapper .btn_wrapper .pro_btn,
.product-short-list .style1 .product-wrapper .btn_wrapper .pro_btn {
  margin: 0;
}

@media (max-width: 767px) {
  .product-list .style1 .product-wrapper .btn_wrapper,
  .product-short-list .style1 .product-wrapper .btn_wrapper {
    justify-content: center;
  }
}

/* =================== Product image hover effect ================ */
.product-thumb .left_img .image_thumb_swap {
  left: -100%;
  position: absolute;
  top: 0;
  margin: auto;
  bottom: 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;
}

.product-thumb .right_img .image_thumb_swap {
  right: -100%;
  position: absolute;
  top: 0;
  margin: auto;
  bottom: 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;
}

.product-wrapper:hover .product-thumb .left_img .image_thumb_swap,
.product-wrapper:hover .product-thumb .right_img .image_thumb_swap {
  left: 0;
  right: 0;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

.product-thumb .zoom_img .image_thumb_swap {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  position: absolute;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(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-wrapper:hover .product-thumb .zoom_img .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);
}

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

.product-description .spr-badge-caption {
  display: none;
}

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

/*---------------- recently viewed products ------------------*/
#recently-viewed-products {
  margin: 10px 0 0;
}

#recently-viewed-products .product-description .h4 {
  margin: 14px 0 0;
  display: inline-block;
}

#recently-viewed-products .product-wrapper .product-description span.price {
  margin: 5px 0 0;
  float: none;
  display: inline-block;
  vertical-align: top;
}

#recently-viewed-products-wrap {
  margin: 0;
  text-align: center;
}

#recently-viewed-products-wrap > .container {
  padding: 0;
}

@media (max-width: 1199px) {
  #recently-viewed-products .product.item-row:nth-child(3n + 1) {
    clear: both;
  }

  #recently-viewed-products .product.item-row:nth-child(4) {
    display: none;
  }
}

@media (max-width: 767px) {
  #recently-viewed-products .product.item-row {
    width: 100%;
  }

  #recently-viewed-products .product.item-row:nth-child(2n + 1) {
    clear: both;
  }
}

@media (max-width: 480px) {
  #recently-viewed-products-wrap .TB-Commen-Heading h3 {
    line-height: 40px;
  }
}

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

/*--------------------- wishlist page -----------------------*/
.template-page .product-thumbnail img {
  float: none;
  display: inline-block;
  vertical-align: top;
}

#wishlist .template-page .product-thumbnail img {
  height: auto;
}

.wishlist_table thead th span {
  font-size: 15px;
  line-height: 17px;
  font-weight: 600;
  color: #222;
}

.wishlist_table .product-stock-status .wishlist-in-stock.wishlist-out-of-stock {
  color: #ff0000;
}

.wishlist_table .product-remove,
.wishlist_table .product-thumbnail,
.wishlist_table .product-name,
.wishlist_table .product-price,
.wishlist_table .product-stock-stauts,
.wishlist_table .wishlist-product-price.product-price,
.wishlist_table .product-stock-status,
.wishlist_table .product-add-to-cart {
  text-align: center;
  padding: 15px;
  position: relative;
}

.wishlist_table .product-name .wishlist-item-link {
  font-weight: 500;
}

.wishlist-product-price.product-price span.money {
  color: var(--color-title);
  font-weight: 600;
}

.wishlist_table .product-thumbnail a {
  display: inline-block;
  width: 100px;
}

.shopping-cart-image-wrapper,
.wishlist_table .product-thumbnail a .wishlist-image-wrapper,
.compare-image-wrapper {
  overflow: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  display: inline-block;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.wishlist_table .product-remove .remove_from_wishlist {
  font-size: 16px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  position: absolute;
  width: 20px;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.wishlist_table .product-remove .remove_from_wishlist:hover {
  background: #000 none repeat scroll 0 0;
  color: #fff;
}

.template-page .shop_table > thead {
  background: #f5f5f5;
}

.filter-wrapper {
  border: 1px solid var(--color-border);
  padding: 10px;
  margin: 0 0 30px 0;
  background: #fff;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
}

.sorting_wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 991px) {
  .wishlist-item-link.btn {
    font-size: 13px;
    line-height: 16px;
    padding: 8px 10px;
  }
}

@media (max-width: 767px) {
  .template-page .contact-us-page {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .view-mode.filter-grid-list.grid__item {
    justify-content: center;
    margin: 0 0 10px;
  }
  .filter-wrapper {
    display: block;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .full_width.wrap_right_filter .sorting_wrapper {
    width: 100%;
  }

  .wishlist_table td.product-thumbnail {
    width: 100px;
  }
  .filter-wrapper {
    display: block;
    text-align: center;
    margin: 0 0 20px 0;
  }
  .filter-wrapper .sorting_wrapper {
    justify-content: center;
  }
  .sorting_wrapper {
    display: block;
  }
}

/*======================= #Collection Filters =====================*/
aside.sidebar-tag.filter.color.tags img {
  width: 26px;
  margin-right: 5px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--color-border);
  padding: 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;
}

aside.sidebar-tag.filter.color.tags a:hover img,
aside.sidebar-tag.filter.color.tags a.active img {
  border-color: #bbb;
}

aside.sidebar-tag.filter.color.tags li.white img {
  border: 1px solid var(--color-border);
}

.off-canvas-wrapper .collection_sidebar {
  padding: 0 15px;
  margin: 15px 0;
}

.off-canvas-wrapper .collection_sidebar .widget ul li.product-wrapper {
  margin: 0 0 15px;
  padding: 0;
}

.off-canvas-wrapper .collection_sidebar .widget.widget_promo_img li {
  margin: 0;
}

.active-filter {
  font-weight: bold;
}

.pages_list.open {
  position: relative;
  width: auto;
}

a.filter-left {
  font-size: 17px;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .collection-filters {
    margin-bottom: 15px;
  }
}

.filter-sortby label,
.filter-show label {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
  padding-right: 10px;
  color: #111;
  text-transform: capitalize;
}

@media (max-width: 480px) {
  .filter-sortby label,
  .filter-show label {
    padding-right: 5px;
  }
}

.collection_template .sorting_wrapper .btn.dropdown-toggle,
.collection_template .sorting_wrapper .btn.dropdown-toggle:hover,
.collection_template .sorting_wrapper .btn.dropdown-toggle:active,
.collection_template .sorting_wrapper .btn.dropdown-toggle:focus {
  font-size: 13px;
  font-weight: 500;
  padding: 8px 34px 8px 15px;
  background: #fff;
  color: #111;
  border: 1px solid var(--color-border);
  letter-spacing: 0.8px;
}

.collection_template .sorting_wrapper .btn.dropdown-toggle:hover,
.collection_template
  .sorting_wrapper
  .sorting-section.open
  .btn.dropdown-toggle {
  border: 1px solid #ccc;
}

.collection_template .sorting_wrapper .btn.dropdown-toggle::after,
.collection_template
  .sorting_wrapper
  .filter-sortby
  .btn.dropdown-toggle:before {
  display: none;
}

.collection_template .sorting_wrapper .filter-sortby .btn.dropdown-toggle {
  width: 190px;
  text-align: left;
}

@media (max-width: 480px) {
  .collection_template .sorting_wrapper .filter-sortby .btn.dropdown-toggle {
    width: 175px;
  }
}

.collection_template .sorting_wrapper .btn.dropdown-toggle > i {
  bottom: auto;
  font-size: 16px;
  line-height: 18px;
  left: auto;
  position: absolute;
  right: 10px;
  top: 7px;
}

.collection_template
  .sorting_wrapper
  .collection-sorting
  .filter-sortby
  .btn.dropdown-toggle {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  overflow: hidden;
}

.collection_template .sorting_wrapper .pages_list .btn.dropdown-toggle {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  overflow: hidden;
}

.collection_template .sorting_wrapper .open .btn.dropdown-toggle::after {
  display: none;
}

.collection_template .sorting_wrapper .open .btn.dropdown-toggle,
.collection_template .sorting_wrapper .btn.dropdown-toggle:hover,
.collection_template .sorting_wrapper .pages_list.open .btn.dropdown-toggle,
.collection_template .sorting_wrapper .pages_list .btn.dropdown-toggle:hover {
  background: #fcfcfc;
}

.collection_template .sorting_wrapper .btn.dropdown-toggle:before,
.collection_template .sorting_wrapper .pages_list .btn.dropdown-toggle:before {
  display: none;
}

.sorting-section,
.pages_list {
  position: relative;
}

.collection_wrapper ul li a {
  padding: 5px 12px;
  display: block;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

.collection_wrapper ul li.active > a,
.collection_wrapper ul li a:hover {
  background-color: #f3f3f3;
  color: #111;
}

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

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

.filter-show.grid__item {
  display: flex;
  margin-left: 0;
}

@media (max-width: 480px) {
  .design_1 .product-arrows {
    display: none;
  }

  .full_width.wrap_right_filter .filter-show.grid__item,
  .full_width.wrap_left_filter .filter-show.grid__item {
    margin-left: 5px;
  }
}

.filter-sortby {
  display: flex;
  align-items: center;
}

.collection-sorting {
  display: inline-block;
}

@media (min-width: 480px) {
  .collection-sorting .grid-item {
    padding: 0 15px;
    min-width: 200px;
  }
}

@media (max-width: 480px) {
  .collection-sorting {
    margin: 0 auto 10px;
  }
  .filter-show.grid__item {
    width: fit-content;
    margin: 0 auto 0;
  }
}

.filter-dropdown {
  height: 60px;
  margin: 0;
  max-width: 250px;
  position: relative;
}

@media (min-width: 1024px) {
  .filter-dropdown__wrapper {
    display: inline-block;
    width: 225px;
  }

  .sorting-filters--enabled .collection-tags {
    margin-right: 25px;
  }
}

.supports-pointerevents .filter-dropdown__select {
  position: absolute;
  text-indent: -999px;
}

.supports-pointerevents .filter-dropdown__label {
  background-color: var(--color-body);
  color: var(--color-body-text);
  cursor: pointer;
  display: block;
  font-family: var(--font-stack-body);
  font-size: em(15px);
  font-weight: 500;
  margin: 13px;
  max-width: 220px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
}

@media (min-width: 1024px) {
  .supports-pointerevents .filter-dropdown__label {
    max-width: 195px;
  }
}

/*----------------- Filter css -----------------*/
.full_width .sidebar-block .facets-container {
  width: 66%;
}

.full_width .sidebar-block .facets-container .disclosure-has-popup {
  width: 25%;
  padding: 0 15px;
  position: relative;
}

.full_width .sidebar-block .facets-container #FacetsWrapperDesktop {
  margin: 0 0 40px;
}

.full_width .sidebar-block .facets-container .active-facets {
  text-align: center;
}

.sidebar .widget .disclosure-has-popup {
  padding: 0 5px;
}

.sidebar .widget .disclosure-has-popup .facets-title {
  color: #111;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 0 10px;
}

.sidebar .widget .disclosure-has-popup .facets-filter {
  margin: 0 0 15px;
}

.sidebar-block .widget ul li.facets__item label {
  user-select: none;
}

.sidebar-block .widget ul li.facets__item label.facet-checkbox,
ul li.mobile-facets__item label.mobile-facets__label {
  margin: 0;
  font-weight: 500;
  vertical-align: middle;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  position: relative;
  font-size: 14px;
  line-height: 16px;
}

.sidebar-block
  .widget
  ul
  li.facets__item
  label.facet-checkbox
  input[type="checkbox"] {
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 18px;
  width: 18px;
  line-height: 18px;
  margin-right: 10px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  outline: none;
  cursor: pointer;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}

.sidebar-block .widget ul li.Color .facet-checkbox .icon-checkmark {
  left: 6px;
  color: #ccc;
}

.disclosure-has-popup .facets__price {
  display: flex;
  gap: 15px;
}

.disclosure-has-popup .facets__price .field {
  width: 50%;
  padding: 0;
}

.disclosure-has-popup ul.facets__list {
  padding: 0;
}

.disclosure-has-popup .facets__price .field input.field__input {
  margin: 0;
  padding: 8px 10px;
}

.disclosure-has-popup .facets__price .field label.field__label {
  font-weight: 500;
}

.sidebar-block .widget ul li.Color label.facet-checkbox input[type="checkbox"] {
  display: none;
}

ul.mobile-facets__list
  li.Color
  label.mobile-facets__label
  input[type="checkbox"] {
  border: none;
}

.sidebar-block .widget ul li.Color span,
ul.mobile-facets__list li.Color span {
  float: none;
  width: auto;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 0 0 10px;
}

.sidebar-block .widget ul li.Color label.facet-checkbox,
ul.mobile-facets__list li.Color label.mobile-facets__label {
  width: 18px;
  height: 18px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

.facet-checkbox .icon-checkmark {
  visibility: hidden;
  position: absolute;
  left: 3px;
  z-index: 5;
  top: 0px;
  bottom: 0;
  margin: auto;
  right: auto;
  height: 7px;
  width: 11px;
}

.facet-checkbox > input[type="checkbox"]:checked ~ .icon-checkmark {
  visibility: visible;
}

@media (min-width: 992px) {
  .full_width .sidebar-block .facets-container .disclosure-has-popup::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    width: 1px;
    height: 210px;
    background: #e5e5e5;
  }
}

.mobile-facets {
  position: fixed;
  right: auto;
  top: 0;
  left: 0;
  bottom: 0;
  visibility: hidden;
  z-index: 5;
  background: #fff;
  height: 100%;
}

.menu-opening .mobile-facets {
  visibility: visible;
}

.mobile-facets__inner {
  display: block !important;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  padding: 30px;
  text-align: left;
  background: #fff;
  width: 300px;
  height: 100%;
  overflow-y: auto;
}

.menu-opening .mobile-facets__inner {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
}

.mobile-facets__summary > div {
  position: relative;
}

.mobile-facets__summary > div span.mobile-facets__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  left: auto;
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 40px;
  line-height: 40px;
}

.mobile-facets__summary > div span.mobile-facets__arrow:focus i,
.mobile-facets__summary > div span.mobile-facets__arrow:hover i,
.mobile-facets__summary > div span.mobile-facets__arrow:active i {
  color: #fff;
}

.mobile-facets__main {
  padding: 10px 0 0;
}

.mobile-facets__close {
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 10px;
  right: auto;
  opacity: 0;
  visibility: hidden;
  left: 10px;
  z-index: 6;
}

.mobile-facets__close i {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 22px;
}

details.mobile-facets__details.js-filter.widget {
  margin: 0px;
}

.menu-opening .mobile-facets__close {
  opacity: 1;
  visibility: visible;
}

.mobile-facets__main .main.mobile-facets__footer {
  align-items: center;
  background: #fff;
  display: flex;
  margin: 0 0 15px;
  gap: 15px;
}

label.mobile-facets__label input[type="checkbox"] {
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 18px;
  width: 18px;
  line-height: 18px;
  margin-right: 10px;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  outline: none;
  cursor: pointer;
  display: inline-block;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  overflow: hidden;
}

label.mobile-facets__label {
  position: relative;
}

.mobile-facets__label .icon-checkmark {
  position: absolute;
  left: 3px;
  top: 6px;
  bottom: auto;
  right: auto;
  margin: auto;
  visibility: hidden;
}

.mobile-facets__label > input[type="checkbox"]:checked ~ .icon-checkmark {
  visibility: visible;
}

ul.mobile-facets__list.list-unstyled,
.disclosure-has-popup .mobile-facets__submenu .facets__price {
  margin: 0 0 8px;
}

li.mobile-facets__item.list-menu__item {
  margin: 0 0 8px;
}

.mobile-facets__main .mobile-facets__clear.btn {
  background: none;
  border: 2px solid var(--color-btn-primary-bg);
  color: var(--color-product-secondary-text);
  padding: 7px 20px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}

.mobile-facets__main .mobile-facets__clear.btn {
  padding: 11px 24px;
}

.mobile-facets__main .mobile-facets__clear.btn:hover,
.mobile-facets__main .mobile-facets__clear.btn:active,
.mobile-facets__main .mobile-facets__clear.btn:focus {
  border: 2px solid #219fba;
  background: #219fba;
  color: #fff;
}

details.mobile-facets__details.js-filter {
  margin: 0 0 10px;
}

.mobile-facets__details
  .mobile-facets__footer
  a.mobile-facets__clear.underlined-link.btn {
  margin: 0 10px 0 0;
}

.mobile-facets__summary h4 {
  font: 500 18px/20px var(--font-stack-header);
  color: var(--color-title);
  margin: 0 0 15px;
  cursor: pointer;
  padding: 10px 10px;
  position: relative;
  background: #f4f4f4;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  user-select: none;
}

details.mobile-facets__details.js-filter i {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

details.mobile-facets__disclosure.disclosure-has-popup .mobile-facets__open {
  padding: 15px;
  border-bottom: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: var(--color-title);
}

.full_width
  details.mobile-facets__disclosure.disclosure-has-popup
  .mobile-facets__open {
  padding: 15px 0px;
}

@media (min-width: 992px) {
  menu-drawer.mobile-facets__wrapper {
    display: none;
  }
}

@media (max-width: 991px) {
  .mobile-facets__main .main.mobile-facets__footer .btn {
    padding: 12px 20px;
    font-size: 15px;
    line-height: 17px;
  }
  .mobile-facets__label .icon-checkmark {
    left: 4px;
    top: 6px;
  }

  .sidebar-block .facets-container .facets,
  .off-canvas-wrapper menu-drawer.mobile-facets__wrapper {
    display: none;
  }

  .off-canvas-wrapper .sidebar-block .facets-container .facets {
    display: block;
  }

  .mobile-facets__main .main.mobile-facets__footer a.mobile-facets__clear.btn {
    padding: 10px 20px;
  }
}

/*======================= #Collection Page ==========================*/
.collection-grid {
  margin-bottom: -30px;
}

.product-wrapper:hover .product-description .h4 a {
  color: #111;
}

a.featured-box {
  border: var(--borderWidth) solid var(--color-border);
  color: var(--color-body-text);
  display: block;
  margin-bottom: 15px;
}

a.featured-box:hover {
  color: var(--color-text-field);
}

.collection_wrapper .section-header.text-left .section-header__title {
  display: none;
}

.collection_wrapper .filter-wrapper .sorting_wrapper {
  width: auto;
}

@media (max-width: 991px) {
  .list-collection-products .grid__item {
    width: 33.33%;
  }
  .list-collection-products .grid__item:last-child {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .list-collection-products .grid__item {
    width: 50%;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .list-collection-products .grid__item:nth-last-child(2) {
    margin: 0;
  }
}

@media (max-width: 575px) {
  .collection_wrapper .filter-wrapper .sorting_wrapper {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .list-collection-products .grid__item {
    width: 100%;
    margin: 0 0 20px;
  }
}

.grid-item.product-list
  .product-wrapper
  .product-description
  .flip-countdown.simple-countdown
  .countdown-container {
  position: static;
  margin: 0 0 8px 0;
  padding: 0 5px;
}

@media (max-width: 480px) {
  .grid-item.product-list
    .product-wrapper
    .product-description
    .flip-countdown.simple-countdown
    .countdown-container {
    margin: 0 auto 8px auto;
  }
}

.grid-item.product-list
  .product-wrapper:hover
  .product-description
  .flip-countdown.simple-countdown
  .countdown-container {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

.list-collection-products .pickgradient-products:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.list-collection-products .pickgradient-products img {
  max-width: 100%;
  transition: transform 0.45s;
  -webkit-transition: transform 0.45s;
  -moz-transition: transform 0.45s;
  -o-transition: transform 0.45s;
  -ms-transition: transform 0.45s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}

p.text-center.veiw_all_collections a span.icon.icon-chevron-right {
  padding-top: 2px;
  padding-left: 5px;
}

p.text-center.veiw_all_collections a {
  line-height: 2.5;
  display: inline-block;
}
.list-collection-products .pickgradient-products {
  overflow: hidden;
  display: inline-block;
  width: auto;
  float: none;
  vertical-align: top;
  position: relative;
  border: 5px solid #efefef;
  cursor: pointer;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
}
.list-collection-products .pickgradient-products .deatil {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: -90px;
  margin: auto;
  width: 100%;
  height: auto;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  z-index: 1;
  background: #fff;
  text-align: left;
  padding: 15px;
}

.list-collection-products .grid__item {
  margin: 0 0 30px;
}

.list-collection-products .pickgradient-products:hover .deatil {
  bottom: 0;
}

.list-collection-products
  .pickgradient-products
  .deatil
  .tb-event-overlay
  .collection-count,
.list-collection-products
  .pickgradient-products
  .deatil
  .collection-detail
  span {
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  display: block;
  font-weight: 400;
}

a.grid-link.collection-link {
  display: inline-block;
  margin: 0 0 6px;
}

a.grid-link.collection-link span.grid-link__title {
  font: 600 20px/22px "Arima", cursive;
  text-transform: capitalize;
  color: #111;
}

.list-collection-products .pickgradient-products .deatil .collection-detail {
  color: #111;
  padding: 0;
  white-space: nowrap;
}

.list-collection-products
  .pickgradient-products
  .deatil
  .collection-detail
  span {
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 1299px) {
  a.grid-link.collection-link span.grid-link__title {
    font-size: 20px;
    line-height: 22px;
  }
}

@media (max-width: 1199px) {
  a.grid-link.collection-link {
    margin: 0 0 4px;
  }
  a.grid-link.collection-link span.grid-link__title {
    font-size: 18px;
    line-height: 20px;
  }
  .list-collection-products
    .pickgradient-products
    .deatil
    .tb-event-overlay
    .collection-count,
  .list-collection-products
    .pickgradient-products
    .deatil
    .collection-detail
    span {
    font-size: 13px;
  }
  .list-collection-products .pickgradient-products .deatil {
    padding: 10px;
  }
}

@media (max-width: 991px) {
  .list-collection-products .pickgradient-products .deatil {
    bottom: 0;
  }
}

.featured-box__body {
  border-top: 0;
  margin-top: -15px;
  padding: 15px 10px;
}

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

.featured-box__body .hr--small {
  position: relative;
  top: -2.5px;
}

@media (min-width: 1025px) {
  .featured-box__body {
    padding: 15px 0;
  }
}

.featured-box__title {
  margin: 0;
}

@media (min-width: 991px) and (max-width: 1024px) {
  .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);
  }
}

@media (min-width: 481px) {
  .product-list
    .grid-view-item.product-layouts
    .product-wrapper
    .product-thumb
    .padding_0.right_img {
    margin: 0 -10px !important;
  }
}

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

.template-collection .loading-modal {
  display: none !important;
}

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

  .collection_wrapper,
  .left-sidebar,
  .right-sidebar {
    width: 100%;
  }

  .left-sidebar,
  .right-sidebar {
    margin-top: 0;
  }
}

/*------------------------- Cart Page CSS -------------------------------*/
.template-cart #cartEmpty {
  padding: 30px;
  background: #f5f5f5;
}

.template-cart #cartEmpty p {
  margin: 15px 0 0;
  text-align: center;
}

.template-cart #cartEmpty .tb-innerpagetitle {
  text-align: center;
}

.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 .list-view-item__title a.cart__product-title {
  font: 500 14px/20px var(--font-stack-body);
  color: #111;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

.template-cart
  .cart-content
  .list-view-item__title
  a.cart__product-title:hover {
  color: #219fba;
}

.template-cart .cart-content ul.product-details {
  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 label {
  display: none;
}

.template-cart .table-responsive {
  border: medium none;
}

.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: 500;
  margin: 20px 0 0;
}

.cart-wrapper .cart__subtotal .money {
  font-size: 22px;
  font-weight: 500;
  color: var(--color-btn-primary-bg);
  font-family: var(--font-stack-header);
}

.cart-wrapper .cart__footer .h6 {
  margin: 0;
  color: var(--color-title);
  font-weight: 500;
}

.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 {
  margin: 30px 0 0;
  padding: 0;
}

.cart_table thead th span,
.shop_table.cart_table th {
  text-align: center;
}

.cart_table thead th span,
.shop_table.cart_table th,
#compare .compare_table .compare-box th {
  font: 500 15px/17px var(--font-stack-body);
  color: var(--color-title);
}

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

#your-shopping-cart .main-cart {
  margin: 0 0 40px;
}

.cart__remove a:hover i.mdi.mdi-delete {
  color: #ff0000;
}

.cart-header {
  margin: 0 0 15px;
}

h1.cart-header__title {
  font: 500 24px/26px var(--font-stack-header);
  margin: 0;
  padding: 0 15px;
}

#your-shopping-cart .cart__blocks .js-contents {
  margin: 0 0 12px;
}

.totals__subtotal {
  font: 700 24px/26px var(--font-stack-body);
  color: var(--color-title);
  margin: 0;
}

.totals__subtotal-value {
  margin: 15px 0;
}

.cart__blocks .cart__ctas button.btn {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.cart__footer {
  position: relative;
  text-align: center;
  width: 40%;
  margin: 0 auto;
}

.cart__footer .js-qty {
  margin: 0 auto;
}

.cart__footer input[name="goto_pp"] {
  padding: 10px 0px 0px;
}

.cart__footer .amazon-payments-pay-button {
  vertial-align: top;
  margin: 0;
}

.cart__blocks {
  padding: 15px;
  background: #f5f5f5;
  display: table;
  margin: 0 auto;
  width: 100%;
}

cart-note.cart__note.field {
  margin: 15px auto;
  padding: 15px;
  background: #f5f5f5;
  display: table;
  width: 100%;
}

.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: 600;
  color: #111;
  text-align: left;
  margin: 0 0 15px;
  display: block;
}

cart-note.cart__note.field textarea {
  margin: 0px;
}

.cart-qty-box-set .quantity {
  border: none;
  width: 80px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  cursor: pointer;
  text-align: center;
  margin: 0 5px;
}

.cart-qty-box-set .quantity,
.cart-qty-box-set
  .quantity:is(:hover, :active, :focus, :focus-visible, :focus-within) {
  background: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: textfield;
}

.cart-qty-box-set {
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  border: 1px solid var(--color-border);
  padding: 5px;
}

.quantity__button {
  width: 35px;
  height: 35px;
  border: 0;
  cursor: pointer;
  padding: 0;
}

.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 (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 (max-width: 1299px) {
  .cart__footer {
    width: 50%;
  }
}

@media (max-width: 1199px) {
  .cart__footer {
    width: 60%;
  }

  .template-cart .table-responsive {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 991px) {
  cart-template.page-width {
    width: 100%;
  }

  .cart__footer {
    width: 70%;
  }

  .cart-wrapper .cart__footer .cart-subtotal {
    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 {
    max-width: 100%;
    width: 100px;
  }
}
@media (max-width: 575px) {
  #your-shopping-cart .main-cart {
    margin: 0 0 30px;
  }
  .cart__footer {
    width: 80%;
  }
}
@media (max-width: 480px) {
  #your-shopping-cart .main-cart {
    margin: 0 0 20px;
  }

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

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

.loading-overlay .loading-overlay__spinner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-overlay .loading-overlay__spinner svg {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: top;
  -webkit-animation: productspin 0.9s ease-in-out infinite alternate;
  animation: productspin 0.9s ease-in-out infinite alternate;
}

.loading-overlay .loading-overlay__spinner svg .path {
  stroke: #111;
  stroke-linecap: round;
  -webkit-animation: product 0.9s ease-in-out infinite alternate;
  animation: product 0.9s ease-in-out infinite alternate;
}

.loading-overlay:not(.hidden) + .cart-item__price-wrapper,
.loading-overlay:not(.hidden) ~ cart-remove-button {
  visibility: hidden;
}

@keyframes productspin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes productspin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes product {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

@-webkit-keyframes product {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

/*=====================home page=========================*/
@media (max-width: 991px) {
  .main-content #shopify-section-product-recommendations.shopify-section {
    margin: 0;
  }

  shopify-section-footer-model-1 .main-content .shopify-section {
    margin: 0;
  }

  .main-content .shopify-section.slideshow {
    margin: 0 auto;
  }

  .product-layouts
    .product-wrapper
    .product-description
    .item-swatch.color_swatch_Value {
    display: none;
  }
}

@media (max-width: 991px) {
  .content-wrapper {
    width: 100%;
  }

  .sidebar {
    width: 100%;
  }

  .sidebar .widget {
    padding: 10px;
  }

  .sidebar .sidebar__inner .widget.recent_article {
    padding: 15px;
    margin: 15px 0 0;
  }

  #home-blog .sidebar .sidebar__inner .widget.recent_article {
    margin: 0;
  }

  .sidebar .sidebar__inner .widget.recent_article > ul {
    padding: 15px 0 0;
  }

  .sidebar .sidebar__inner .widget.widget_categories ul {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .filter-sortby .sorting-section button span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .content-wrapper {
    margin: 0 0 20px;
  }

  .collection_wrapper .sorting_wrapper .btn.dropdown-toggle {
    width: 100%;
  }
}

/*========================== #Product Page ===========================*/
a.product-lightbox-btn.tip-top img {
  width: auto;
  height: auto;
}

button.product-single__view-in-space {
  display: none;
}

.quick-view.open-in .product-detail-section {
  text-align: left;
  opacity: 1 !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
}

.product-arrows div {
  width: 130px;
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 130px;
  padding: 15px 0;
  z-index: 1;
}

.product-info {
  display: inline-block;
  text-transform: capitalize;
  margin: 10px 0 5px;
  background: #f5f5f5;
  padding: 5px 15px;
  width: auto;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
  -khtml-border-radius: 10px;
}

.product-info a {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}

.product-information .review-wrap {
  padding: 0;
}

.product-information-inner .fixed-content .qty_attr {
  padding: 0;
}

.product-information
  .product-information-inner
  .product-single__price
  span.discount-percentage {
  font-size: 14px;
  color: #ff0000;
}

.product-information-inner .product-single__price #comparePrice {
  font-size: 14px;
  color: var(--color-body-text);
}

.product-info > p {
  display: table;
  margin: 8px 0;
  float: none;
  width: auto;
}

.product-info > p > label {
  display: table-cell;
  width: 145px;
  font-weight: 500;
  font-size: 15px;
  color: var(--color-title);
  text-transform: capitalize;
  margin: 0;
}

.product-information-inner .product-actions .selector-wrapper {
  margin: 0 5px 10px 0;
  width: 140px;
}

.product-information .flip-countdown .countdown-container {
  float: none;
  width: auto;
  position: static;
  background: #f5f5f5;
  border: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px 0 45px;
}

.product-information
  .flip-countdown.simple-countdown
  .countdown-container::after {
  left: 10px;
}

.spr-summary-starrating {
  font-size: 10px;
  color: #ffbf34;
}

.spr-starratings {
  font-size: 12px !important;
  color: #ffbf34;
}

.spr-review-header .spr-review-header-title {
  font-size: 14px;
  margin: 0;
  font-weight: 700;
}

.spr-review {
  padding: 15px 0 !important;
}

.spr-container {
  padding: 20px !important;
}

.spr-badge-starrating {
  margin: 0 !important;
}

.spr-form {
  padding: 0 !important;
}

span.spr-badge-caption {
  padding-left: 10px;
  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-title);
  font-weight: 500;
}

.spr-icon {
  font-size: 11px !important;
  line-height: 12px !important;
}

.spr-icon.spr-icon-star-empty {
  color: #ffbc00;
}

.spr-form-input.spr-starrating .spr-icon {
  color: #ffbc00;
}

.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__description .spr-icon:hover.spr-icon-star-empty {
  color: #ffbc00 !important;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

#shopify-product-reviews .spr-form-label,
#shopify-product-reviews .spr-review-content-body {
  font-size: 14px;
  line-height: 20px;
  color: var(--color-title);
}
.product-single__thumbs .grid-item.slick-slide.open a,
.product-single__thumbs .grid-item.slick-slide a:hover {
  border: 1px solid #111;
}

.product-single__thumbs.vertical_left .grid-item.slick-slide a,
.product-single__thumbs.vertical_right .grid-item.slick-slide a {
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
}

.product-information-inner .product-single__price span#productPrice {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: var(--color-title);
}

.social-sharing i {
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
  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;
}

.social-sharing i.mdi-facebook {
  color: #3b5998;
}

.social-sharing i.mdi-linkedin {
  color: #0072b1;
}

.social-sharing i.mdi-pinterest {
  color: #c8232c;
}

.social-sharing i.mdi-instagram {
  color: #dc2743;
}

.social-sharing i.mdi-whatsapp {
  color: #25d366;
}

.product_tab_wrapper {
  clear: both;
  margin: 0 0 80px;
  text-align: center;
  padding: 0;
}

@media (max-width: 1299px) {
  .product_tab_wrapper {
    margin: 0 0 60px;
  }
}

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

@media (max-width: 767px) {
  .product-single__thumbs .grid-item.slick-slide a:hover {
    box-shadow: none;
  }
}

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

.product_tab_wrapper ul.tabs li > a {
  background: #111;
  font: 500 15px/17px "Roboto", Helvetica, sans-serif;
  outline: medium none;
  padding: 14px 40px;
  position: relative;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  margin: 0 2px;
  border: none;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  display: inline-block;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .product_tab_wrapper ul.tabs li > a {
    padding: 14px 35px;
    font-size: 15px;
    line-height: 17px;
  }
}

@media (max-width: 767px) {
  .product_tab_wrapper ul.tabs li > a {
    padding: 12px 30px;
  }
}

@media (max-width: 480px) {
  .product_tab_wrapper ul.tabs li > a {
    margin: 0;
    display: block;
  }
}

.product_tab_wrapper ul.tabs li > a::after {
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  z-index: -1;
  right: 0;
}

.product_tab_wrapper ul.tabs li > a:hover::after {
  height: 100%;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

@media (max-width: 480px) {
  product_tab_wrapper .tabs > li {
    width: auto;
    display: block;
    margin: 0 auto 6px;
  }
}

.product_tab_wrapper .tab-container {
  padding: 15px 0 0;
  text-align: left;
}

.product_tab_wrapper table th.label {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #333;
  border: none;
  text-align: left;
  padding: 15px;
  line-height: 20px;
}

.product_tab_wrapper table tr {
  border-bottom: 1px solid var(--color-border);
}

.product_tab_wrapper .tab-container .table-responsive table {
  table-layout: auto;
}

.product_tab_wrapper table td {
  padding: 15px;
}

#shopify-product-reviews {
  text-align: left;
}

.product_tab_wrapper .tab-pane .spr-summary {
  text-align: left;
}

.product-information-inner
  #AddToCartForm
  .product-single__variants
  .selector-wrapper {
  margin-right: 10px;
  width: 140px;
}

/**/
@media (min-width: 992px) {
  .disable_menutoggle.menu_left .product-arrows .left {
    left: 300px;
  }

  .disable_menutoggle.menu_right .product-arrows .right {
    right: 300px;
  }
}

.product-arrows div i {
  background: #000000 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 15px;
  height: 104px;
  padding: 40px 10px;
  width: 30px;
  line-height: 25px;
}

.product-arrows a img {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

@media (max-width: 767px) {
  .product-arrows a img {
    display: none;
  }
}

.product-arrows a:hover img {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

@media (max-width: 767px) {
  .product-arrows a:hover img {
    display: none;
  }
}

.product-arrows {
  width: fit-content;
  height: fit-content;
  line-height: 30px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

@media (max-width: 360px) {
  .product-arrows {
    text-align: center;
    vertical-align: top;
  }
}

@media (max-width: 991px) {
  .product-arrows div i {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 15px;
    height: 40px;
    padding: 9px 14px;
    width: 40px;
    line-height: 25px;
  }

  .product-arrows a:hover img,
  .product-arrows a img {
    display: none;
  }
}

.product-arrows div a .title {
  display: none;
}

.product_sticky_design_3 .product-arrows div {
  line-height: 30px;
}

.product_sticky_design_3 .product-Video-btn.popup-video.tip-top {
  position: static;
}

.product_sticky_design_3 .product-Video-btn .mdi.mdi-video {
  margin: 0 6px 0 0;
}

.product-arrows span {
  width: 35px;
  text-align: center;
  height: 35px;
  border: 1px solid var(--color-border);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

@media (max-width: 767px) {
  .product-arrows span {
    width: 35px;
  }
}

.product-arrows span a,
.product-arrows span:hover a i {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.product-arrows span:hover a {
  background: var(--color-product-secondary);
  color: var(--color-product-secondary-text);
}

.product-arrows span:hover {
  border-color: var(--color-product-secondary);
}

.product-arrows span a i {
  font-size: 20px;
  line-height: 33px;
  padding: 0 5px 0 7px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -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:hover a i {
  color: #fff;
}

@media (max-width: 767px) {
  .design_5 .product-arrows {
    top: -35px;
  }
}

/*------------------------------#shopify-section-product-template-2--------------------------------*/
.fixed-content {
  position: sticky;
  top: 150px;
}

@media (max-width: 1199px) {
  .fixed-content {
    top: 30px;
  }
}

.product_sticky_design_2 .pro_img {
  position: relative;
  margin-bottom: 22px;
}

#shopify-section-product-template-2 .product-img .pro_img {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #e5e5e5;
}

.product_sticky_design_2 .pro_img .product-image-btn {
  right: 10px;
  display: none;
}

.product_sticky_design_2 a.product-lightbox-btn {
  width: 30px;
  height: 30px;
  float: none;
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
}

.product_sticky_design_2 .pro_img i.mdi.mdi-magnify {
  font-size: 24px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}

@media (max-width: 991px) {
  .product_sticky_design_2 .pro_img {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .product_sticky_design_2 .product-img .pro_img {
    float: none;
    width: 80%;
    display: inline-block;
    vertical-align: top;
  }

  .product_sticky_design_2 .pro_img i.mdi.mdi-magnify {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 480px) {
  .product_sticky_design_2 .pro_img {
    width: 100%;
    margin: 0 0 15px;
  }
}

.product_sticky_design_2 .pro_img:hover i.mdi.mdi-magnify {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
}

.product_sticky_design_2 .design_2 .product-block .title-arrows {
  border-bottom: 1px solid var(--color-border);
  padding: 0 0 10px;
  text-align: center;
  margin: 0 0 15px;
}

@media (min-width: 992px) {
  .product_sticky_design_2 .design_2 .product-information,
  .product_sticky_design_2 .design_2 .product-wrapper-owlslider {
    position: sticky;
  }

  .template-product.product_sticky_design_2 .page-wrapper {
    overflow: visible;
  }
}

.product_sticky_design_2 .design_2 .product-Video-btn.popup-video.tip-top {
  margin: 0;
}

.product_sticky_design_2 .design_2 .product-Video-btn i.mdi.mdi-video {
  float: none;
}

/*------------------------------#shopify-section-product-template-3--------------------------------*/
.product_sticky_design_3 .col-xs-12.padding_0.cart_wrap,
.product_sticky_design_3 ul.tabs,
.product_sticky_design_3 .product_tab_wrapper ul.tabs li {
  float: none;
  text-align: center;
  vertical-align: top;
}

.product_sticky_design_3 .product-block .title-arrows {
  text-align: center;
  padding: 0 0 12px;
  border-bottom: 1px solid var(--color-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 12px;
  gap: 15px;
}

div#product-qty {
  margin: 0 0 15px;
}

.product_sticky_design_3 .product-img .pro_img .product-image-btn {
  right: 15px;
}

.product_sticky_design_3 .product-img .pro_img {
  margin-bottom: 30px;
}

.product_sticky_design_3 .product-img {
  position: relative;
  width: 100%;
}

.product_sticky_design_3 .product-wrapper-owlslider .pro_img_wrap {
  border: none;
  background: #f7f7f7;
}

.product_sticky_design_3 .product-block h1.product-single__title {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
}

.design_3.product-information a.print {
  line-height: 24px;
}

.product_sticky_design_3 .product-information-inner .review-wrap {
  margin: 0 0 15px;
}

.product_sticky_design_3 a.product-write-review,
.product_sticky_design_3 .review-wrap .spr-badge {
  float: none;
  display: inline-block;
}

.product_sticky_design_3 .product-information .product-info {
  margin: 0 0 6px;
}

.product_sticky_design_3 .product-information .product-info > p {
  margin: 10px 0;
  width: 100%;
}

.product_sticky_design_3 .product-block .print {
  margin: 0;
  padding: 0 0 0 10px;
}

.product_sticky_design_3 .h2.product-single__price {
  float: none;
  margin: 10px 0 5px;
}

.product_sticky_design_3
  .product-block
  .product-single_wrap
  .content-right
  form {
  margin: 0;
}

.product_sticky_design_3 .product-single__variants {
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
}

.product_sticky_design_3 .product-single__addtocart label {
  padding: 0;
  margin: 0;
  line-height: 16px;
  margin: 16px 0 10px;
  display: inline-block;
}

.product_sticky_design_3 .qty-box-set,
.product_sticky_design_3 .product-single__addtocart .btn {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.product_sticky_design_3
  .product-information
  .flip-countdown
  .countdown-block.countdown-container {
  margin: 15px 0 0;
  position: relative;
  text-align: right;
  width: auto;
}

.product_sticky_design_3 .product-block .product-single_wrap {
  padding: 0;
}

.product_sticky_design_3 .product-360-button {
  width: auto;
}

.product_sticky_design_3 .product-360-button a {
  font-weight: 500;
}

.product_sticky_design_3 .product-Video-btn i.mdi.mdi-video {
  margin: 0 5px 0 0;
  float: none !important;
}

.product_sticky_design_3 .product-information-inner .threesixty-video {
  margin: 20px 0 0;
}

.product-information .add-to-wishlist a::before,
.product-information .add-to-wishlist a::after {
  border-bottom: none;
}

.product_sticky_design_3 .product-information.product_fixed_block {
  margin: 0 0 80px;
}

@media (max-width: 1199px) {
  .product_sticky_design_3 .product-information.product_fixed_block {
    margin: 0 0 60px;
  }
}

@media (max-width: 991px) {
  .product_sticky_design_3
    .product-information
    .flip-countdown
    .countdown-block.countdown-container {
    height: auto;
  }

  .product_sticky_design_3 .product-information.product_fixed_block {
    padding: 0;
    margin: 0 0 40px;
  }
}

@media (max-width: 767px) {
  .product_sticky_design_3 .product-block .product-single__header {
    text-align: left;
  }

  .product_sticky_design_3 .product-block .product-single_wrap .content-right {
    padding: 0;
    text-align: left;
    border: none;
  }
}

@media (max-width: 480px) {
  .product_sticky_design_3 .product-block .print {
    padding: 0;
  }
  .product_sticky_design_3 .product-block .title-arrows {
    gap: 0;
    flex-direction: column;
  }
}

/*-----------------------------------------*/
.product-images-fixed a.product-Video-btn.popup-video.tip-top {
  position: static;
  z-index: 1;
  left: 20px;
}

.product-images-fixed .popup-video > span {
  position: absolute;
  left: 20px;
  z-index: 1;
  top: 5px;
}

.product-single__price span.visually-hidden {
  display: none;
}

.product-single__variants label {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--color-title);
  margin: 0 0 8px 0;
}

.product-information-inner .product-single__variants .selector-wrapper {
  margin-right: 10px;
  width: 130px;
}

.product-single__variants select {
  padding: 10px 26px 10px 10px;
  background-color: #fff;
}

.product-single__addtocart label {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px;
  width: 100%;
  color: var(--color-title);
}

.product-info > p.product-type span a {
  text-transform: capitalize;
}

.product-information .qnt_wrap .button:hover {
  background-color: #eeeeee;
}

.product-information .add-to-wishlist.pro_btn {
  width: auto;
  margin-right: 15px;
  display: inline-block;
}

#AddToCart > span {
  font-weight: 500;
}

.product-information-inner .threesixty-video {
  margin: 0 0 15px;
}

.threesixty-video .product-Video-btn.popup-video.tip-top {
  padding: 2px 15px;
  width: auto;
  position: static;
}

@media (max-width: 991px) {
  .threesixty-video .product-Video-btn.popup-video.tip-top {
    padding: 2px 5px;
  }
}

@media (max-width: 480px) {
  .threesixty-video .product-Video-btn.popup-video.tip-top {
    padding: 2px 0;
    margin: 5px 0 0 0;
    width: 100%;
  }
}

.product-single__thumbs .owl-pagination,
.tab-pane,
.tab-pane {
  display: none;
}

.active.tab-pane,
.tab-pane.active {
  display: block;
}

.product-single__thumbs {
  padding: 0 40px;
  background: #fff;
  margin: 0;
}
.product-single .product-single__thumb img,
.product-single-main-wrapper
  .product-single__photo-wrapper
  .product-single__thumb {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  width: fit-content;
  display: inline-block;
}

.product-single .product-single__thumb img {
  overflow: hidden;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.product-single .product-single-main-wrapper .add-to-compare.pro_btn {
  margin: 0 15px 0 0;
}

@media (max-width: 480px) {
  .product-single__thumbs {
    padding: 0 35px;
  }
}

.product-single__thumbs .slick-list {
  padding: 0 !important;
}

.product-single__thumbs .slick-list .slick-track {
  display: flex;
}

.product-single.vertical_left .product-single__thumbs {
  padding: 50px 15px;
}

.owl-carousel.product-single__thumbs .owl-buttons div,
.owl-carousel.product-single__thumbs .owl-buttons .owl-prev,
.owl-carousel.product-single__thumbs .owl-buttons .owl-next {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

.product-information .add-to-wishlist.pro_btn .show .loading {
  width: auto;
}

.product-information .add-to-wishlist .add_to_wishlist:hover {
  background-color: #f5f5f5;
}

.product-information .add-to-wishlist.pro_btn .show .loading,
.product-information .add-to-wishlist.pro_btn .show .loading a.add_to_wishlist {
  background: none;
}

.product-information .add-to-wishlist.pro_btn .show .loading a.add_to_wishlist {
  background: none;
}

.product-information .add-to-wishlist.pro_btn:hover,
.product-information .add-to-wishlist.pro_btn:active,
.product-information
  .add-to-wishlist.pro_btn
  .show
  .loading
  a.add_to_wishlist:focus,
.product-information .add-to-wishlist.pro_btn:focus,
.product-information .add-to-wishlist.pro_btn .show .loading:focus {
  background: none;
}

.product-information .add-to-wishlist.pro_btn .show .loading.btn {
  padding: 1px 10px;
}

.related-products-container {
  margin: 0 0 80px;
}

@media (max-width: 1299px) {
  .related-products-container {
    margin: 0 0 60px;
  }
}

@media (max-width: 991px) {
  .related-products-container {
    margin: 0 0 40px;
  }
}

.product-fixed-wrapper {
  background: #ffffff none repeat scroll 0 0;
  padding: 15px;
}

div#ProductSection {
  position: relative;
}

/* ============ Product Tab Wrapper ================ */
.product_tab_wrapper h4 {
  font: 600 18px/20px "Roboto", Helvetica, sans-serif;
  color: #111;
  padding: 0;
  margin: 0 0 12px;
}
.product_tab_wrapper .shipping-info {
  margin: 0 0 18px;
}
.product_tab_wrapper p {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 8px;
  font-weight: 500;
}

.product_tab_wrapper p:last-child {
  margin: 0;
}

.product_tab_wrapper b,
.product_tab_wrapper strong {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  display: inline-block;
  color: #111;
}
.product_tab_wrapper p:first-child b,
.product_tab_wrapper p:first-child strong {
  margin: 0 0 8px;
}

.product_tab_wrapper.rte {
  margin: 0;
}

.product_tab_wrapper .nav {
  gap: 4px;
  border-bottom: 1px solid #e5e5e5;
}

.product-information .product-single__desc {
  margin: 0;
  padding: 0;
}

.product-block {
  background: #ffffff none repeat scroll 0 0;
  padding: 0;
}

.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;
  }
  .product_tab_wrapper h4 {
    margin: 0 0 8px;
  }
  .product_tab_wrapper p {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .product_sticky_design_2 .product-wrapper-owlslider .product-block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
  .product_sticky_design_2 .product-wrapper-owlslider .pro_img {
    margin: 0;
  }
}

@media (max-width: 575px) {
  .product_tab_wrapper .nav {
    gap: 2px;
  }
}

@media (max-width: 480px) {
  .product_tab_wrapper .nav {
    display: inline-block;
    width: auto;
  }
  .product_sticky_design_2 .product-wrapper-owlslider .product-block {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}

.pro_img .product-image-btn {
  position: absolute;
  right: 20px;
  bottom: 10px;
}

.product-single__photos .product-image-btn {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 2;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.product-single__photos a.product-lightbox-btn {
  display: none;
  width: 30px;
  height: 30px;
}

.fixed-product-block {
  display: table;
  width: 100%;
}

.fixed-product-block .product-actions form {
  margin: 0 0 10px;
}

.product-single__addtocart .js-qty {
  margin-bottom: 15px;
  max-width: none;
  width: 125px;
  display: inline-block;
}

.product-information .social-sharing {
  display: inline-block;
}

.product-information .social-sharing a {
  padding: 0 8px 0 0;
  margin: 0 0 6px;
}

.product-info .instock,
.product-inventory .in-stock,
.compare-in-stock {
  color: #008111;
  font-weight: 500;
}

.product-info .outstock {
  color: red;
  font-weight: 500;
}

.product-infor .unavailable {
  color: orchid;
  font-weight: 500;
}

.product-info .items-count {
  color: #fa9324;
}

.product-single__price label {
  font-weight: 500;
  font-size: 14px;
  color: var(--color-title);
  display: inline-block;
  min-width: 145px;
  text-transform: capitalize;
  vertical-align: top;
  line-height: 28px;
}

.product-information .add-to-wishlist a,
.product-information .add-to-compare a,
.product-information .print_wrap a,
.product-information a.sizechart {
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  vertical-align: middle;
  cursor: pointer;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}

ul.tabs {
  list-style: outside none none;
  margin: 0;
  position: relative;
}

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

.widget_promo_img #promo-carousel {
  margin: 0;
  padding: 0;
}

.widget_promo_img #promo-carousel .owl-dots {
  display: none;
}

.product_tab_wrapper .product_tabs {
  margin-bottom: 0;
  border-bottom: 1px solid #dee2e6;
}

.product_tab_wrapper ul.tabs {
  border-bottom: none;
}

ul.product-photo-thumbs.product-wrapper-owlslider.owl-carousel {
  padding: 0 40px;
  margin: 15px 0 0;
}

.widget_promo_img ul {
  position: relative;
}

.widget_promo_img .left-description {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.widget_promo_img .left-description .tb-left-title {
  font: 600 32px/34px "Arima", helvetica, sans-serif;
  color: #111;
  margin: 0;
  text-transform: capitalize;
}
.widget_promo_img .left-description .tb-left-desc {
  font: 400 16px/18px "Roboto", Helvetica, sans-serif;
  color: #111;
  margin: 8px 0 14px;
}

.widget_promo_img .left-description .tb-left-button a {
  padding: 14px 30px;
}

.widget_promo_img .left-description .tb-left-button a::after {
  display: none;
}

.tb-left-button a {
  display: inline-block;
  vertical-align: top;
}

.product-wrapper-owlslider {
  margin: 0;
}
.product-single-main-wrapper,
.product_tab_wrapper {
  margin: 0 0 80px;
}

@media (min-width: 1300px) and (max-width: 1399px), (max-width: 360px) {
  .widget_promo_img .left-description .tb-left-desc {
    margin: 8px 0 12px;
  }
  .widget_promo_img .left-description .tb-left-button a {
    font-size: 15px;
    line-height: 17px;
    padding: 12px 28px;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .widget_promo_img .left-description {
    top: 20px;
  }
  .widget_promo_img .left-description .tb-left-title {
    font-size: 28px;
    line-height: 30px;
  }
  .widget_promo_img .left-description .tb-left-desc {
    font-size: 14px;
    line-height: 16px;
    margin: 6px 0 10px;
  }
  .widget_promo_img .left-description .tb-left-button a {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .widget_promo_img .left-description {
    top: 15px;
  }
  .widget_promo_img .left-description .tb-left-title {
    font-size: 22px;
    line-height: 24px;
  }
  .widget_promo_img .left-description .tb-left-desc {
    font-size: 13px;
    line-height: 15px;
    margin: 4px 0 8px;
  }
  .widget_promo_img .left-description .tb-left-button a {
    font-size: 13px;
    line-height: 15px;
    padding: 8px 20px;
  }
}

@media (max-width: 1199px) {
  .product-single-main-wrapper,
  .product_tab_wrapper {
    margin: 0 0 60px;
  }
}
@media (max-width: 991px) {
  .product-single-main-wrapper,
  .product_tab_wrapper {
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .product_sticky_design_3 .product-single-main-wrapper {
    margin: 0 0 20px;
  }
}
@media (max-width: 480px) {
  .product_tab_wrapper ul.tabs {
    display: flex;
    gap: 6px;
    margin: 0 0 6px;
  }
  .product-arrows {
    margin: 6px auto 0;
  }
  .product_sticky_design_3 .product-single-main-wrapper {
    margin: 0;
  }
}

@media (max-width: 400px) {
  .more-view-wrapper
    ul.product-photo-thumbs.product-wrapper-owlslider.owl-carousel {
    width: 100%;
    margin: 20px auto;
    float: none;
  }
}

.product-single__thumbs .owl-nav .owl-prev,
.product-single__thumbs .owl-nav .owl-next,
ul.product-photo-thumbs.owl-carousel .owl-nav div {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

.product-single__thumbs .owl-nav .owl-prev,
.product-single__thumbs .owl-nav .owl-next,
ul.product-photo-thumbs .owl-nav .owl-buttons .owl-prev,
ul.product-photo-thumbs .owl-nav .owl-next {
  bottom: auto;
  top: 41%;
}

.product-photo-thumbs li,
.product-single__thumbs li {
  padding: 5px;
  display: inline-block;
  width: auto;
  vertical-align: top;
}

.product-single__thumbs li {
  padding: 0 5px !important;
}

.product-photo-thumbs li img,
.product-single__thumbs li img {
  display: inline-block;
}

.product-information .add-to-wishlist.pro_btn .add-in-wishlist-js.btn,
.product-information
  .add-to-wishlist.pro_btn
  .added-wishlist.btn.add_to_wishlist {
  background: none;
  color: inherit;
  padding: 0;
}

.product-information .add-to-wishlist.pro_btn .add-in-wishlist-js.btn:hover,
.product-information
  .add-to-wishlist.pro_btn
  .added-wishlist.btn.add_to_wishlist:hover {
  color: #000;
}

.product-single__thumbs .owl-nav .owl-next::before,
ul.product-photo-thumbs .owl-nav > .owl-next::before {
  bottom: 0;
  content: "\f142";
  font-family: "Material Design Icons";
  font-size: 18px;
  font-weight: 500;
  height: 25px;
  left: 0;
  line-height: 25px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 25px;
}

.product-single__thumbs .owl-nav .owl-prev,
.product-single__thumbs .owl-nav .owl-next,
ul.product-photo-thumbs .owl-nav .owl-prev,
ul.product-photo-thumbs .owl-nav > .owl-next {
  border: 1px solid var(--color-btn-primary-bg);
  color: var(--color-btn-primary-hover-text);
  font-size: 0;
  height: 25px;
  position: absolute;
  width: 25px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  top: 10px;
  bottom: 0;
  margin: auto;
  background: var(--color-btn-primary-bg);
  -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;
}

.product-single__thumbs .owl-nav .owl-next,
ul.product-photo-thumbs .owl-nav > .owl-next {
  right: 0px;
}

.review-wrap .spr-badge {
  text-transform: capitalize;
}

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

.spr-summary-actions-newreview {
  position: relative;
}

@media (max-width: 480px) {
  .spr-summary-actions-newreview {
    padding: 0 0 0 17px;
  }
}

.product-single__vendor lable {
  margin: 0 5px 0 0;
}

.product-information .product-single__price #comparePrice .money {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

a.product-write-review {
  display: inline-block;
  color: var(--color-text-field);
  cursor: pointer;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}

a.product-write-review:hover {
  color: var(--color-title);
}

a.product-write-review > i {
  padding: 0 5px 0 0;
}

#shopify-product-reviews .spr-header-title {
  font-size: 16px;
  line-height: 18px;
  color: var(--color-title);
  font-weight: 500;
}

@media (max-width: 480px) {
  #shopify-product-reviews .spr-header-title {
    text-align: left;
  }
}

.product_all_images img {
  margin-bottom: 10px;
}

.product-single.vertical_left .product-single__thumbs {
  width: 25%;
  padding: 30px 0;
}

@media (max-width: 480px) {
  .product-single.vertical_left .product-single__thumbs {
    width: 35%;
  }
}

.product-single.vertical_left .product-single__thumbs .slick-slide img,
.product-single.vertical_right .product-single__thumbs .slick-slide img {
  max-height: 95px;
  max-width: 95px;
  margin: 0 auto;
  float: none;
}

@media (max-width: 991px) {
  .product-single.vertical_left .product-single__thumbs .slick-slide img,
  .product-single.vertical_right .product-single__thumbs .slick-slide img {
    width: 100%;
  }
}

.product-single.vertical_left .slick-vertical .slick-prev.slick-arrow,
.product-single.vertical_right .slick-vertical .slick-prev.slick-arrow {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: auto;
}

.slick-prev.slick-arrow,
.slick-next.slick-arrow {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border: 1px solid #111;
  width: 25px;
  height: 25px;
  font-size: 16px;
  line-height: 25px;
  color: #111;
  background: transparent;
  top: 0;
  z-index: 2;
  display: flex !important;
  align-items: center;
  justify-content: 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;
}

.slick-prev.slick-arrow i {
  width: 28px;
  height: 28px;
  display: inline-block;
}

.slick-prev.slick-arrow:hover,
.slick-prev.slick-arrow:active,
.slick-prev.slick-arrow:focus,
.slick-next.slick-arrow:hover,
.slick-next.slick-arrow:active,
.slick-next.slick-arrow:focus {
  color: #fff;
  background: #219fba;
  border-color: #219fba;
}

.slick-prev.slick-arrow.slick-disabled,
.slick-next.slick-arrow.slick-disabled {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  cursor: not-allowed;
}

.slick-prev.slick-arrow.slick-disabled:hover,
.slick-prev.slick-arrow.slick-disabled:focus,
.slick-prev.slick-arrow.slick-disabled:active,
.slick-next.slick-arrow.slick-disabled:hover,
.slick-next.slick-arrow.slick-disabled:focus,
.slick-next.slick-arrow.slick-disabled:active {
  color: #111;
  background: transparent;
  border-color: #111;
}
.product-single__thumbs.slick-vertical .slick-prev.slick-arrow,
.product-single__thumbs.slick-vertical .slick-next.slick-arrow {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  font-size: 15px;
}

.product-single.vertical_left .slick-vertical .slick-next.slick-arrow,
.product-single.vertical_right .slick-vertical .slick-next.slick-arrow {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: auto;
}

.slick-next.slick-arrow,
.slick-prev.slick-arrow {
  height: 28px !important;
  line-height: 28px !important;
  width: 28px !important;
  padding: 0 0 0 2px !important;
  z-index: 1 !important;
}

.horizontal_bottom .product-wrapper-owlslider .product-single__photos,
.horizontal_bottom .product-single__thumbs.horizontal_bottom {
  position: relative;
}

.horizontal_bottom .product-wrapper-owlslider .product-single__photos {
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  width: fit-content;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

@media (max-width: 1299px) {
  .horizontal_bottom .product-wrapper-owlslider .product-single__photos,
  .horizontal_bottom .product-single__thumbs.horizontal_bottom {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}

@media (max-width: 767px) {
  .product-wrapper-owlslider {
    margin: 0 0 25px;
  }
  .horizontal_bottom .product-wrapper-owlslider .product-single__photos,
  .horizontal_bottom .product-single__thumbs.horizontal_bottom {
    width: 80%;
  }
}

@media (max-width: 480px) {
  .horizontal_bottom .product-wrapper-owlslider .product-single__photos,
  .horizontal_bottom .product-single__thumbs.horizontal_bottom {
    width: 100%;
  }
}

.product-single.vertical_left .product-single__photos {
  width: 75%;
  margin-bottom: 0;
  position: relative;
}

@media (max-width: 480px) {
  .product-single.vertical_left .product-single__photos {
    width: 60%;
  }
  .product-single .tabs > li {
    margin-bottom: 6px;
  }
  .product_tab_wrapper .tab-container {
    padding: 12px 0 0;
  }
}

.product-single.vertical_left.design_1 .product-Video-btn.popup-video.tip-top {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.product-single.vertical_right.design_1 .product-Video-btn.popup-video.tip-top {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.product-single.vertical_right .product-single__thumbs {
  width: 25%;
  padding: 30px 0;
}

.product-single.vertical_right .product-single__photos {
  width: 75%;
  position: relative;
}

.product-single__thumbs .owl-nav .owl-prev::before,
ul.product-photo-thumbs .owl-nav .owl-prev::before {
  bottom: 0;
  content: "\f141";
  font-family: "Material Design Icons";
  font-size: 18px;
  font-weight: 500;
  height: 25px;
  left: 0;
  line-height: 25px;
  margin: auto;
  position: absolute;
  right: 2px;
  text-align: center;
  top: 0;
  width: 25px;
}

.product-single__addtocart .btn::after {
  content: "\f111";
  font-family: "Material Design Icons";
  font-size: 20px;
  position: absolute;
  line-height: 22px;
  left: 22px;
  right: auto;
  top: 49%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-weight: 500;
}

.product-single__addtocart .btn.notify_btn::before {
  display: none;
}

img {
  max-width: 100%;
}

.brand_slider .owl-nav,
.full_gallery_slider .owl-nav,
.ourteam_slider .owl-nav,
.quick-view .owl-nav {
  display: block;
  margin: 0;
}

ul.ourteam_slider.owl-carousel {
  margin-bottom: 0;
}

.quick-view .product-photo-thumbs li {
  margin: 0;
}

.product-shop .product-item .selector-wrapper {
  width: 140px;
  margin-right: 10px;
}

.product-single__thumbs .owl-nav .owl-prev,
.product-single__thumbs .owl-nav .owl-next,
ul.product-photo-thumbs .owl-nav .owl-prev,
ul.product-photo-thumbs .owl-nav > .owl-next {
  color: var(--color-btn-primary-text);
  background: var(--color-btn-primary-bg);
}

.pagination-custom > li.active,
.pagination-custom > li:hover,
.product-single__thumbs .owl-nav .owl-prev:hover,
.product-single__thumbs .owl-nav .owl-next:hover,
ul.product-photo-thumbs .owl-nav .owl-prev:hover,
ul.product-photo-thumbs .owl-nav > .owl-next:hover {
  background: var(--color-product-secondary);
  border-color: var(--color-product-secondary);
  color: var(--color-product-secondary-text);
}

.pagination-custom > li:hover > a,
.pagination-custom > li:hover > span {
  color: var(--color-product-secondary-text);
}

ul.product-photo-thumbs .owl-nav > .owl-next,
ul.product-photo-thumbs .owl-nav > .owl-prev,
.product-photo-thumbs .owl-nav .owl-prev,
.product-photo-thumbs .owl-nav .owl-next,
.product-photo-thumbs .owl-nav .owl-prev.disabled:is(:hover, :active, :focus),
.product-photo-thumbs .owl-nav .owl-next.disabled:is(:hover, :active, :focus) {
  background: transparent;
  color: #111;
  border-color: #111;
}

.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:is(:hover, :active, :focus),
ul.product-photo-thumbs .owl-nav > .owl-prev:is(:hover, :active, :focus),
.product-photo-thumbs .owl-nav .owl-prev:is(:hover, :active, :focus),
.product-photo-thumbs .owl-nav .owl-next:is(:hover, :active, :focus) {
  background: #219fba;
  color: var(--color-btn-primary-hover-text);
  border-color: #219fba;
}

 {
  margin-bottom: 15px;
  position: relative;
}

@media (min-width: 1025px) {
   {
    margin-bottom: 15px;
  }
}

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

.horizontal_bottom .product-single__thumbs.horizontal_bottom {
  float: none;
  width: 80%;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 991px) {
  .vertical_left.design_4 .product-wrapper-owlslider {
    width: 100%;
  }

  .design_4 .product-information {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

@media (max-width: 767px) {
  .product-single.vertical_left.design_1
    .product-Video-btn.popup-video.tip-top {
    right: 50px;
    width: auto;
  }

  .product-single.vertical_right.design_1
    .product-Video-btn.popup-video.tip-top {
    width: auto;
    bottom: 20px;
  }

  .design_1 #productPhoto.image-zoom {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 80%;
  }

  .horizontal_bottom .product-single__thumbs.horizontal_bottom {
    width: 60%;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .tb-brand_slider .owl-nav {
    display: block;
  }
}

@media (max-width: 480px) {
  .horizontal_bottom .product-single__thumbs.horizontal_bottom {
    width: 95%;
  }

  .design_1 #productPhoto.image-zoom {
    width: 100%;
  }

  .horizontal_bottom.design_2 .product-img .pro_img .product-image-btn {
    right: 20px;
  }

  #shopify-product-reviews .spr-container {
    padding: 15px 10px !important;
  }

  #shopify-product-reviews .spr-summary .spr-summary-actions {
    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 .tb-tab-wrapper .tb-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: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  backface-visibility: hidden;
  perspective: 800px;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 800px;
}

.tabs-layout-accordion .tb-tab-wrapper .tb-accordion-title.active:after {
  transform: rotate(180deg);
  -webkit-transform: rotatY(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.tabs-layout-accordion .tb-tab-wrapper {
  border-bottom: 1px solid rgba(119, 119, 119, 0.17);
}

.tabs-layout-accordion .tb-tab-wrapper .tb-accordion-title {
  position: relative;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.tb-scroll {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: 0;
  min-height: 435px;
  overflow: hidden;
  height: 100%;
}

@media (max-width: 1199px) {
  .tb-scroll {
    min-height: 355px;
  }
}

@media (max-width: 991px) {
  .tb-scroll {
    position: static;
  }
}

.tb-scroll.has-scrollbar {
  height: 100%;
  left: 10px;
}

.tb-scroll-pane.active,
.tb-scroll-pane.flashed,
.tb-scroll:hover > .tb-scroll-pane {
  visibility: visible;
  opacity: 0.99;
  -moz-opacity: 0.99;
  -khtml-opacity: 0.99;
  -webkit-opacity: 0.99;
}

.tb-scroll .tb-scroll-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
  overflow-x: hidden;
}

.tb-scroll > .tb-scroll-pane {
  width: 2px;
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  border-radius: 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;
}

.tb-scroll > .tb-scroll-pane > .tb-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;
  -webkit-align-items: stretch;
  display: flex;
}

.product-design-compact .product_tab_wrapper {
  border: none;
  border-top: 2px solid #000;
  padding: 0;
}

.panel.tb-Tabs-panel {
  display: none;
}

.panel.tb-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: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -ms-transition: 0.4s ease all;
  margin: 0 20px;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
}

.full_gallery_slider .owl-nav .owl-prev,
.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;
}

.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;
  display: none;
}

.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: #ededed;
  margin: auto;
  width: 85px;
  padding: 10px;
  text-align: center;
  display: none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
}

.full_gallery_slider .owl-item img {
  margin: 0;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
}

.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.owl-carousel .owl-item img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.full_gallery_slider.owl-carousel .owl-item .extra-video img,
.product_sticky_design_2 .extra-video img,
.full_gallery_slider.owl-carousel .owl-item .video img,
.product_sticky_design_2 .video img,
.full_gallery_slider.owl-carousel .owl-item .model img,
.product_sticky_design_2 .model img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.full_gallery_slider .video-source,
.product_sticky_design_2 .video-source {
  height: 100%;
}

.full_gallery_slider .video-source video,
.product_sticky_design_2 .video-source video {
  vertical-align: top;
  object-fit: cover;
}

.full_gallery_slider .pro_img.extra-video iframe,
.product_sticky_design_2 .extra-video iframe {
  height: 100%;
  width: 100%;
}

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

.design_1 .product-single__photos {
  margin-bottom: 20px;
}

.design_1 .product-Video-btn .mdi.mdi-video {
  margin: 0 5px 0 0;
}

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

.product-information-inner .print_wrap {
  margin-right: 15px;
  display: inline-block;
}

.product-information-inner .sizechart {
  display: inline-block;
}

#shopify-section-product-template-1 .design_1 .product-block .title-arrows {
  border-bottom: 1px solid var(--color-border);
  padding: 0 0 10px;
  text-align: center;
  margin: 0 0 15px;
}

.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%;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}

.product-single__photos a,
.product-single__thumbs a {
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  width: fit-content;
  border: 1px solid #f7f7f7;
}

.product-single__photos li,
.product-single__thumbs li {
  margin-bottom: 0;
  display: inline-block;
  float: none;
}

.product-single__price {
  font-family: var(--font-stack-subheading);
}

.dt-sc-toggle-content {
  display: none;
}

.product-categories .cat-item {
  position: relative;
}

.product-categories .cat-item span.dt-menu-expand {
  position: absolute;
  right: -5px;
  top: 0px;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  width: 30px;
  text-align: center;
  color: var(--color-text-field);
}
.product-categories .cat-item .dt-menu-expand.dt-mean-clicked {
  font-size: 24px;
}
.product-categories .cat-item:hover span.dt-menu-expand {
  color: var(--color-text-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;
  font-family: var(--font-stack-body);
  margin: 5px 0;
}

.product-single__title.wvendor {
  margin: 0;
}

.product-single__header .title-arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 6px;
}

@media (max-width: 991px) {
  .product-single__title.wvendor {
    font-size: 19px;
    line-height: 26px;
  }
  .product_sticky_design_2 .design_2 .product-block .title-arrows {
    padding: 0 0 8px;
  }
  .product-information .product-single__desc {
    font-size: 13px;
  }
  .design_1 .product-single__photos {
    margin-bottom: 12px;
  }
}

@media (max-width: 480px) {
  .product-single__title.wvendor {
    font-size: 18px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .product-single__header .title-arrows {
    flex-direction: column;
  }
  .design_1 .product-single__header .title-arrows {
    align-items: start;
  }
}

.product-single__addtocart .js-qty {
  margin-right: 5px;
}

.product-single__addtocart #AddToCart.btn {
  width: auto;
  padding: 12px 18px 12px 50px;
  line-height: 20px;
  background-color: var(--color-btn-primary-bg);
  color: var(--color-btn-primary-text);
  position: relative;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  overflow: hidden;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}

.product-single__addtocart #AddToCart.btn::before {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
}

.product-single__addtocart #AddToCart.btn > span {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

.product-single__addtocart #AddToCart.btn:hover,
.product-single__addtocart #AddToCart.btn.active,
.product-single__addtocart #AddToCart.btn:focus {
  background-color: var(--color-btn-primary-bg);
  color: var(--color-btn-primary-hover-text);
}

.product-single__title {
  margin: 0 0 10px;
  font: 600 20px/34px var(--font-stack-subheading);
  text-transform: capitalize;
  color: var(--color-title);
  text-align: left;
}

@media (max-width: 991px) {
  .product-single__addtocart #AddToCart.btn {
    display: block;
  }
}

@media (max-width: 480px) {
  .product-single__title {
    font-size: 16px;
  }
}

.product-information .add-to-wishlist .tooltip-label,
.product-information .add-to-compare .tooltip-label {
  font-weight: 500;
  margin: 0 0 0 5px;
  vertical-align: top;
}

.add-to-wishlist i.mdi.mdi-heart {
  font-size: 18px;
  line-height: 20px;
}

.print_wrap i.mdi.mdi-printer,
.video-threesixty i.mdi.mdi-refresh,
.product-Video-btn i.mdi.mdi-video {
  font-size: 20px;
  line-height: 24px;
  margin-right: 5px;
}

.gallery i.mdi.mdi-magnify {
  font-size: 24px;
}

.spr-badge-starrating {
  color: var(--color-meta);
}

.spr-badge-starrating .spr-icon,
.spr-badge-starrating {
  padding: 0 1px;
  color: #ffbf34;
  font-size: 11px !important;
}

.spr-icon.spr-icon-star-empty {
  color: #5c5c5c;
}

.social-sharing a {
  color: var(--color-meta);
  display: inline-block;
  font-family: var(--font-stack-body);
  font-size: em(14px);
  padding: 0 5px;
  padding-left: 0;
  vertical-align: top;
}

.social-sharing a:hover {
  color: var(--color-meta);
}

@media (min-width: 1025px) {
  .item-social-sharing {
    margin-top: 0;
  }
}

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

.product-template__container #notify-content .modal-dialog .modal-content {
  padding: 30px 20px;
  box-shadow: none;
  border-radius: 0;
}

#notify-content .input-group.newsletter-input {
  border-bottom: 1px solid var(--color-border);
  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
  .tb-title {
  font-size: 16px;
  line-height: 18px;
  padding: 10px;
  color: #222;
}

.product-template__container
  #notify-content
  .modal-dialog
  .modal-content
  .tb-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 (max-width: 500px) {
  .product-template__container
    #notify-content
    .modal-dialog
    .modal-content
    .tb-title {
    font-size: 14px;
    line-height: 18px;
  }

  .product-template__container #notify-content .modal-dialog {
    width: 480px;
  }
}

@media (max-width: 480px) {
  .product-template__container #notify-content .modal-dialog {
    width: 100%;
  }

  .product-template__container
    #notify-content
    .modal-dialog
    .modal-content
    .tb-title {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 10px;
  }
}

/*------------------- 360 veiw -------------------------*/
.product-single__header .product-360-button {
  margin-left: 15px;
}

.tb-360-veiw {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  cursor: ew-resize;
  cursor: -webkit-grab;
}

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

.tb-360-veiw .spinner span {
  line-height: 60px;
}

.tb-360-veiw:active {
  cursor: ew-resize;
  cursor: -webkit-grabbing;
}

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

.tb-360-veiw .threed-title {
  position: relative;
  padding-top: 20px;
  z-index: 40;
  text-align: center;
}

.tb-360-veiw .threed-view-images {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tb-360-veiw .threed-view-images img {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
}

.tb-360-veiw .threed-view-images img.previous-image {
  visibility: hidden;
}

.tb-360-veiw .threed-view-images img.current-image {
  visibility: visible;
}

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

.tb-360-veiw .nav_bar a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 0px;
  text-align: center;
  text-decoration: none;
}

.tb-360-veiw .nav_bar a:hover {
  background-color: #f9f9f9;
}

.tb-360-veiw .nav_bar a:after {
  font-size: 28px;
  font-family: "Material Design Icons";
}

.tb-360-veiw .nav_bar a.nav_bar_play:after {
  content: "\f40a";
}

.tb-360-veiw .nav_bar a.nav_bar_previous:after {
  content: "\f4ae";
}

.tb-360-veiw .nav_bar a.nav_bar_stop:after {
  content: "\f3e4";
}

.tb-360-veiw .nav_bar a.nav_bar_next:after {
  content: "\f4ad";
}

.tb-360-veiw:-webkit-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px;
}

.tb-360-veiw:-moz-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px;
}

.product-360-view-wrapper {
  margin: 100px auto;
  max-width: 800px;
  position: relative;
}

.threesixty-video .product-360-button > a {
  padding: 2px 15px 2px 0;
  border-right: 1px solid #e5e5e5;
}

@media (max-width: 991px) {
  .threesixty-video .product-360-button > a {
    padding: 2px 5px 2px 0;
  }
}

.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 {
  margin-left: 15px;
}

@media (max-width: 480px) {
  .threesixty-video .product-360-button > a {
    border: none;
  }

  .product-Video-btn.popup-video.tip-top {
    margin: 0 0 0 5px;
  }

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

/*========================= #Pricing table ==========================*/
.tb-pricing_inner {
  background: #f5f5f5 none repeat scroll 0 0;
  padding: 25px;
}

.tb-pricing_heading {
  font-size: 30px;
  margin: 0 0 20px;
  text-transform: capitalize;
}

.tb-pricing_top_inner {
  border-bottom: 3px solid #cfcfcf;
  display: inline-block;
  padding: 10px 0;
}

.tb-pricing_top_inner sup.currency {
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
  position: static;
}

.tb-pricing_top .tb-pricing_price {
  display: inline;
  font-size: 30px;
  font-weight: 500;
}

.tb-pricing_top .tb-pricing_per {
  display: inline;
  font-size: 14px;
  line-height: 17px;
}

.tb-pricing_inner .subtitle {
  color: #a4a4a4;
}

.tb-pricing_button {
  margin: 25px 0 0;
  text-transform: capitalize;
}

.tb-pricing_button a#tb-pricing-btn {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  color: var(--color-btn-primary-hover-text);
  display: inline-block;
  padding: 10px;
  background: var(--color-btn-primary-bg);
}

.tb-pricing_button a#tb-pricing-btn:hover {
  background: var(--color-btn-primary-bg);
}

.tb-pricing_bottom ul li {
  list-style: none;
}

.pricing-table {
  margin-top: 20px;
}

.tb-pricing-table-wrap {
  margin-left: -10px;
  margin-right: -10px;
}

.tb-pricing_top {
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
}

.selected .tb-pricing_inner {
  background: #efefef none repeat scroll 0 0;
}

/*==================== #Our team ========================*/
#tbabout {
  margin: 0 0 60px;
}

.about_content {
  display: flex;
}

.about_description {
  padding: 150px 0;
}

@media (max-width: 1199px) {
  #tbabout {
    margin: 0 0 40px;
  }
}

@media (max-width: 991px) {
  #tbabout {
    margin: 0 0 20px;
  }
  .about_description {
    padding: 10px 0;
  }
}

#shopify-section-about-us {
  text-align: center;
}

@media (max-width: 991px) {
  #shopify-section-about-us {
    margin: 0;
  }
}

.aboutus-wrap.ourteam_wrap {
  position: relative;
  margin: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .aboutus-wrap.ourteam_wrap {
    margin: 10px 0 40px;
  }
}

@media (max-width: 480px) {
  #tbabout {
    margin: 0;
  }
  .aboutus-wrap.ourteam_wrap {
    text-align: center;
  }
}

.ourteam_wrap .teammember-item .teammember-content .ourteam-image::before {
  background-color: #eeeeee;
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.ourteam_wrap ul li.teammember-item,
.ourteam_wrap ul li.teammember-item ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px;
}

.teammember-inner .teammember-social-profile > li {
  margin: 0;
  padding: 0 7px;
}

.teammember-inner .teammember-social-profile {
  margin: 0;
}

.ourteam_wrap .teammember-item .teammember-content {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
}

.teammember-item .ourteam-image-wrap {
  position: relative;
}

.teammember-item {
  padding: 0 25px;
  margin: 0 0 30px;
}

@media (max-width: 767px) {
  .teammember-item {
    margin: 0 0 20px;
    padding: 0;
  }
}

.ourteam_wrap .tb_description {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 15px;
}

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

.ourteam_wrap .teammember-item .teammember-content .teammember-meta {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  padding: 20px 0;
  position: absolute;
  text-align: center;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -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%;
  z-index: 2;
  transform-origin: bottom;
}

@media (max-width: 991px) {
  .ourteam_wrap .teammember-item .teammember-content .teammember-meta {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
  }
}

.ourteam_wrap
  .teammember-item
  .teammember-content
  .teammember-meta
  .teammember-title {
  color: #ffffff;
  font: 600 22px/24px "Arima", cursive;
  margin-bottom: 0;
  text-transform: capitalize;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

.ourteam_wrap
  .teammember-item
  .teammember-content
  .teammember-meta
  .teammember-position {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  margin: 6px 0 14px;
}

.ourteam_wrap
  .teammember-item
  .teammember-content
  .teammember-meta
  .teammember-social-profile {
  margin-bottom: 0;
  margin-top: 5px;
  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;
}

.ourteam_wrap
  .teammember-item
  .teammember-content
  .teammember-meta
  .teammember-social-profile
  li {
  display: inline-block;
  font-size: 16px;
  margin: 0 5px;
  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;
}

.ourteam_wrap
  .teammember-item
  .teammember-content
  .teammember-meta
  .teammember-social-profile
  li
  a {
  background-color: #ffffff;
  color: #111;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  overflow: hidden;
}

.ourteam_wrap .teammember-item .teammember-content:hover .teammember-meta {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
}

.ourteam_wrap .owl-carousel:hover .owl-buttons div {
  display: none;
}

.ourteam_wrap
  .teammember-item
  .teammember-content
  .teammember-meta
  .teammember-social-profile
  li.facebook:hover
  a {
  background: #15a2fa;
  color: #fff;
}

.ourteam_wrap
  .teammember-item
  .teammember-content
  .teammember-meta
  .teammember-social-profile
  li.linkedin:hover
  a {
  background: #0077b5;
  color: #fff;
}

.ourteam_wrap
  .teammember-item
  .teammember-content
  .teammember-meta
  .teammember-social-profile
  li.pinterest:hover
  a {
  background: #e60023;
  color: #fff;
}

.ourteam_wrap
  .teammember-item
  .teammember-content
  .teammember-meta
  .teammember-social-profile
  li.instagram:hover
  a {
  background: #c8232c;
  color: #fff;
}
/*------------ about-us-page -------------*/
#about-us .about-us-content-wrapper {
  margin: 0 0 40px;
}
#about-us .about-us-content-wrapper:last-child {
  margin: 0;
}
#about-us .about-us-content-wrapper .about-us-content {
  align-items: center;
}
#about-us
  .about-us-content-wrapper
  .about-us-content
  .tbabout-text
  .tbabout-title {
  color: var(--color-title);
  font: 600 40px/42px "Arima", cursive;
  margin: 0 0 20px;
  text-transform: capitalize;
}
#about-us
  .about-us-content-wrapper
  .about-us-content
  .tbabout-text
  .tbabout-description {
  padding: 0;
  margin: 0 0 10px;
}

#about-us .aboutus-wrap .our_team {
  overflow: hidden;
}

#about-us
  .about-us-content-wrapper
  .about-us-content
  .aboutus_img
  .aboutus_img-wrapper {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  vertical-align: top;
}

#about-us
  .about-us-content-wrapper
  .about-us-content
  .aboutus_img
  .aboutus_img-wrapper::before {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  width: 0;
}

#about-us
  .about-us-content-wrapper
  .about-us-content
  .aboutus_img
  .aboutus_img-wrapper::after {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  content: "";
  height: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 0;
}

#about-us
  .about-us-content-wrapper
  .about-us-content:hover
  .aboutus_img
  .aboutus_img-wrapper::before {
  height: 100%;
  width: 100%;
  opacity: 0;
  transition-duration: 1.3s;
}

#about-us
  .about-us-content-wrapper
  .about-us-content:hover
  .aboutus_img
  .aboutus_img-wrapper::after {
  height: 100%;
  width: 100%;
  opacity: 0;
  transition-duration: 1.3s;
}

@media (max-width: 1199px) {
  #about-us
    .about-us-content-wrapper
    .about-us-content
    .tbabout-text
    .tbabout-title {
    font-size: 38px;
    line-height: 40px;
    margin: 0 0 10px;
  }
}

@media (max-width: 991px) {
  #about-us .about-us-content-wrapper {
    margin: 0 0 25px;
  }
  #about-us .about-us-content-wrapper .about-us-content .aboutus_img {
    order: 1;
    margin: 0 0 15px;
    text-align: center;
  }

  #about-us .about-us-content-wrapper .about-us-content .tbabout-text {
    order: 2;
    text-align: center;
  }
  #about-us
    .about-us-content-wrapper
    .about-us-content
    .tbabout-text
    .tbabout-title {
    margin: 0 0 15px;
  }
}

@media (max-width: 767px) {
  #about-us .about-us-content-wrapper .about-us-content .aboutus_img {
    margin: 0 0 15px;
  }
}

@media (max-width: 575px) {
  #about-us
    .about-us-content-wrapper
    .about-us-content
    .tbabout-text
    .tbabout-title {
    font-size: 36px;
    line-height: 38px;
    margin: 0 0 8px;
  }
}

@media (max-width: 360px) {
  #about-us .about-us-content-wrapper .about-us-content .aboutus_img {
    margin: 0 0 10px;
  }
  #about-us
    .about-us-content-wrapper
    .about-us-content
    .tbabout-text
    .tbabout-title {
    font-size: 32px;
    line-height: 34px;
  }
}

/*======================= 404 page ============================*/
.error-404 {
  margin: 0 0 50px;
}

.grid.error-404 .error {
  margin: 0 0 10px;
}

h1.text-center.heading-404 {
  font-size: 145px;
  line-height: 145px;
  font-weight: 500;
  margin: 0;
  font-weight: 500;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.grid.error-404 .error i {
  font-size: 115px;
  line-height: 145px;
  height: 145px;
  width: 115px;
  float: none;
  display: inline-block;
  vertical-align: top;
  transform: rotate(180deg);
  color: var(--color-header-text);
}

.error-404 h4 {
  font: 500 42px/44px var(--font-stack-header);

  margin: 0 0 30px;
}

.error-404 .search-bar {
  max-width: 100%;
  width: 50%;
  float: none;
  margin: 0 auto;
  border: 1px solid var(--color-border);
}

.error-404 p.text-center {
  font-size: 14px;
  margin-bottom: 35px;
}

.template-404 .input-group.search-bar .btn::after {
  display: none;
}

.grid.error-404 .btn {
  color: #111;
  padding: 10px;
}

.grid.error-404 .btn i {
  font-size: 22px;
}

.error-404 .search-bar input[type="search"] {
  color: #111;
  font-size: 14px;
  padding: 10px 45px 10px 10px;
}

@media (max-width: 1199px) {
  .error-404 .search-bar {
    width: 60%;
  }
}

@media (max-width: 991px) {
  .error-404 {
    margin: 0 0 40px;
  }
  .grid.error-404 .error i {
    font-size: 95px;
    line-height: 125px;
    height: 125px;
    width: 95px;
  }

  h1.text-center.heading-404 {
    font-size: 125px;
    line-height: 125px;
  }

  .error-404 h4 {
    font-size: 32px;
    line-height: 34px;
    margin: 0 0 20px;
  }

  .error-404 p.text-center {
    margin-bottom: 25px;
  }
  .error-404 .search-bar {
    width: 75%;
  }
}

@media (max-width: 767px) {
  .error-404 .search-bar {
    width: 80%;
  }
}

@media (max-width: 575px) {
  .error-404 .search-bar {
    width: 90%;
  }
}

@media (max-width: 480px) {
  .error-404 {
    margin: 0 0 30px;
  }

  .error-404 .search-bar {
    width: 100%;
  }

  .error-404 p.text-center {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 20px;
  }

  .error-404 h4 {
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 15px;
  }

  h1.text-center.heading-404 {
    font-size: 105px;
    line-height: 105px;
  }

  .grid.error-404 .error i {
    font-size: 75px;
    line-height: 105px;
    height: 105px;
    width: 75px;
  }

  .error-404 .search-bar input[type="search"] {
    font-size: 12px;
  }
}

/*===================== #Search Results =========================*/
.site-header button.btn.search-submit.icon-fallback-text {
  padding: 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;
}

.template-search .container .input-group.search-bar {
  margin: 0 0 30px 0;
  border: 1px solid var(--color-border);
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
}

.template-search .container .input-group.search-bar input {
  border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -khtml-border-radius: 50px !important;
  padding: 10px 55px 10px 20px;
}

.template-search .search-products .input-group.search-bar .btn::after {
  display: none;
}

#search .container .search-bar .search-results {
  overflow: auto !important;
  max-height: 350px;
}

.search-results .name-price {
  width: 70%;
  padding: 0 5px;
  margin: 5px 0 0;
}

.header_3 .search-results .name-price {
  width: 65%;
}

form.search-bar:hover .btn i.mdi-magnify {
  color: var(--color-text-field);
}

form.search-bar .btn i.mdi-magnify {
  color: var(--color-text-field);
}

.full-search-wrapper .search-results .name-price {
  width: 85%;
  padding: 15px 0;
  text-align: left;
}

.full-search-wrapper .search-results,
.full-search-wrapper .search-results .thumbnail {
  max-width: 100%;
  margin: 0;
}

.full-search-wrapper .search-inner .search-results {
  background: #fff;
  border: medium none;
  margin: 10px 0 0;
  padding: 15px 0;
  max-height: 760px;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
}

.full-search-wrapper .search-inner .search-results::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}

.full-search-wrapper .search-inner .search-results::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
}

.full-search-wrapper .search-inner .search-results::-webkit-scrollbar {
  width: 5px;
}

.search-results {
  z-index: 8889;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.search-results li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px;
  overflow: hidden;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}

.search-results li > span.title {
  background: #fff;
  padding: 10px;
  text-align: center;
}

.search-results li:hover > span.title {
  background: #f5f5f5;
}

.search-results li.ac_over {
  background: #ececec none repeat scroll 0 0;
}

.search-results li a {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
}

.search-results .title {
  text-align: left;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  display: block;
  margin: 0 0 8px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}

.search-results .title:hover {
  color: #000;
}

.search-results li .thumbnail {
  display: block;
  width: 80px;
  height: auto;
  margin: 3px 0 3px 3px;
  padding: 0;
  text-align: center;
  overflow: hidden;
  border: none;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

.search-results li:hover .thumbnail {
  border-color: #219fba;
}

@media screen and (max-width: 991px) {
  .search-results .title {
    margin: 0 0 4px;
  }
}

@media screen and (max-width: 767px) {
  .full-search-wrapper .search-results .name-price {
    width: 75%;
  }
}

@media screen and (max-width: 575px) {
  .search-results .title {
    line-height: 20px;
  }
}

@media screen and (max-width: 480px) {
  .search-results .thumbnail {
    width: 65px;
  }
}

@media screen and (max-width: 360px) {
  .full-search-wrapper .search-results .name-price {
    width: 70%;
  }
  .search-results li a {
    gap: 10px;
  }
}

.search-results .name-price .price-wrap {
  padding: 0;
  margin: 5px 0;
  text-align: left;
  line-height: 18px;
  display: block;
}

@media (max-width: 991px) {
  .search-results .name-price {
    width: 67%;
  }
}

/*=============================Notes and Form Feedback=====================================*/
.note,
.errors {
  font-family: var(--font-stack-body);
  font-size: 14px;
  font-weight: 500;
  padding: 15px 19.8px;
  margin-bottom: 15px;
  border: 1px solid transparent;
}

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

.errors li {
  list-style: none;
}

.note p,
.errors p {
  margin-bottom: 0;
}

.note {
  border-color: var(--color-border);
}

.errors ul {
  list-style: disc inside;
}

.form-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.form-error,
.errors {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.ajaxify-drawer {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  font-family: var(--font-stack-header);
  width: 85%;
  overflow: hidden;
  transition: right 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
  -webkit-transition: right 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
  -moz-transition: right 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
  -o-transition: right 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
  -ms-transition: right 0.5s cubic-bezier(0.75, 0.03, 0.52, 1);
}

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

/*===================== #Customer Account Page =========================*/
.customer-orders {
  overflow: auto;
}

.template-customers-addresses #address_form_new,
.template-customers-addresses .edit-address {
  margin: 30px 0;
}

#address_form_new .grid-item.one-half.first,
.edit-address .grid-item.one-half.first {
  padding-left: 0;
}

#address_form_new .grid-item.one-half.last,
.edit-address .grid-item.one-half.last {
  padding-right: 0;
}

#addresses .grid-item {
  padding: 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;
}

@media (max-width: 1024px) {
  #address_form_new .grid-item.left,
  .edit-address .grid-item.left {
    padding: 0;
  }
}

#address_form_new .grid-item.right,
.edit-address .grid-item.right {
  padding-right: 0;
}

@media (max-width: 1024px) {
  #address_form_new .grid-item.right,
  .edit-address .grid-item.right {
    padding: 0;
  }
}

#address_form_new #address_default_address_new.btn,
.edit-address .btn.update {
  margin: 0;
}

#address_form_new a,
.edit-address a {
  color: var(--color-btn-primary-text);
}

#address_form_new .btn:hover a,
.edit-address .btn:hover a {
  color: var(--color-btn-primary-hover-text);
}

#address_form_new #address_province_container_new {
  padding: 0;
}

.template-customers-account .grid-item.customer-orders.two-thirds,
.template-customers-order .grid-item.two-thirds {
  padding-left: 0;
  overflow: auto;
}

.template-customers-order table.full th,
.template-customers-order table.full td,
.template-customers-account table.full th,
.template-customers-account table.full td {
  padding: 15px;
}

#address_form_new select,
.edit-address select {
  padding: 12px 10px;
}

.template-customers-account .grid-item.one-third,
.template-customers-order .grid-item.one-third {
  padding-right: 0;
}

.template-customers-account .grid-item.one-third p a,
.template-customers-order .grid-item.one-third p a {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}

.template-customers-account .grid-item h2.h4,
.template-customers-order .grid-item h2.h4 {
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 5px;
  color: var(--color-body-text);
}

@media (max-width: 1024px) {
  .template-customers-order .grid-item.two-thirds {
    width: 100%;
    padding: 0;
  }

  .template-customers-order .grid-item.one-third {
    width: 100%;
    padding: 0;
  }
}

.template-customers-account .grid-item h2.h4 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  color: var(--color-body-text);
}

.template-customers-account .grid {
  margin: 20px 0;
}

.template-customers-activate_account label {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 10px;
}

/*================ 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 (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-title);
}

.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 (max-width: 480px) {
  #customer_login .grid .grid-item.one-half {
    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-bg);
}

.template-password
  .password-header
  .password-header__inner
  .password-login
  .btn:hover,
.template-password #shopify-section-password-content .btn:hover {
  color: var(--color-btn-primary-hover-text);
}

/*========================== 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 {
  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;
  width: 500px;
  text-align: center;
  padding: 30px;
  position: relative;
}

#shopify-section-password-header details.password-modal {
  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 {
  margin: 50px 0;
  text-align: center;
}

.password .newsletter-form__field-wrapper {
  float: none;
  width: 400px;
  display: inline-block;
  vertical-align: top;
}

#shopify-section-password-footer {
  text-align: center;
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
}

#shopify-section-password-footer .password__footer-text {
  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 {
  font-size: 16px;
  line-height: 30px;
  width: 30px;
  height: 30px;
}

#recover_password h2 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}

#recover_password .text-center {
  margin-top: 10px;
}

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

#recover_password .tb-innerpagetitle {
  font-size: 18px;
}

.lock-icon-svg {
  width: 0.7 * var(--font-size-base);
  height: 0.7 * var(--font-size-base);
  display: inline-block;
  vertical-align: baseline;
}

.lock-icon-svg path {
  fill: currentColor;
}

.lt-ie9 .lock-icon-svg {
  display: none;
}

.admin-login {
  font-size: 95%;
}

.template-customers-register .register .errors {
  text-align: left;
}

.login-page form#customer_login {
  margin: 0;
}

.login-page form#customer_login .login-bottom .login-bottom-forgot {
  text-align: left;
  padding: 0;
}

.login-page form#customer_login .login-bottom .login-bottom-account {
  text-align: right;
  padding: 0;
}

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

.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-primary-bg);
  color: var(--color-btn-primary-hover-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-primary-bg);
  color: var(--color-btn-primary-hover-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 (min-width: 992px) {
  .login-page form > input,
  .register-page form > input {
    min-width: 550px;
  }
}

@media (max-width: 991px) {
  .template-customers-login .login .login-page,
  .register .register-page {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .login-page form#customer_login .login-bottom .login-bottom-account {
    text-align: center;
    margin: 0 0 10px 0;
  }
  .login-page form#customer_login .login-bottom .login-bottom-forgot {
    text-align: center;
  }
}

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

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/*================ No JS Fallback ================*/
.no-js .slides > li:first-child {
  display: block;
}

/*------------footer newsletter------------*/
div#shopify-section-footer-model-3 .Newsletter-wrapper {
  margin-top: 30px;
}

.template-index .main-content div#shopify-section-footer-model-3,
.template-index div#shopify-section-footer-model-3 .Newsletter-wrapper {
  margin: 0;
}

.block_newsletter .tb-title {
  line-height: 43px;
  margin: 0;
  padding: 0 0 0 50px;
  text-align: left;
}

.block_newsletter form .input-group input {
  height: 48px;
  padding: 10px 15px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
}

.newsletter-input .input-group-btn button.btn i {
  display: none;
}

.block_newsletter form .errors ul {
  list-style: none;
}

.block_content .input-group-btn .subscribe {
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
}

@media (max-width: 480px) {
  .block_content .input-group-btn .subscribe {
    display: none;
  }
  .block_newsletter form .input-group .input-group-btn .btn {
    padding: 0;
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.block_newsletter form input[type="email"] {
  color: #fff;
  padding: 10px 10px 10px 20px;
  width: 100%;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border: none;
  outline: none;
  font: 500 14px/16px "Roboto", helvetica, sans-serif;
}

#shopify-section-footer-model-2 .block_newsletter form input[type="email"] {
  padding: 10px 145px 10px 20px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
}

#shopify-section-footer-model-2
  .footer-top
  .block_newsletter
  form
  .input-group
  .input-group-btn
  .btn,
#shopify-section-footer-model-2 .block_newsletter form .btn,
#shopify-section-footer-model-2 .block_newsletter form .btn::before {
  border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  -webkit-border-radius: 0 50px 50px 0;
  -khtml-border-radius: 0 50px 50px 0;
}

.site-footer input#Email::-webkit-input-placeholder {
  color: #fff;
}

#shopify-section-footer-model-2 .block_newsletter form input[type="email"] {
  color: #666;
}

#shopify-section-footer-model-2
  .site-footer
  input#Email::-webkit-input-placeholder {
  color: #666;
}

#shopify-section-footer-model-3 .footer-section {
  padding: 0;
}

#shopify-section-footer-model-3 .site-footer a {
  font: 500 14px/30px var(--font-stack-subheading);
  color: #111;
}

#shopify-section-footer-model-3 .site-footer .input-group .icon {
  color: #fff;
}

#shopify-section-footer-model-3
  .site-footer
  .input-group
  #subscribe:hover
  .icon,
#shopify-section-footer-model-3
  .site-footer
  .input-group
  #subscribe:active
  .icon,
#shopify-section-footer-model-3
  .site-footer
  .input-group
  #subscribe:focus
  .icon {
  color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #shopify-section-footer-model-3 .site-footer a {
    font-size: 13px;
    line-height: 24px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #shopify-section-footer-model-3 .contact-us .contact-address,
  #shopify-section-footer-model-3 .contact-us .phone {
    font-size: 12px;
    line-height: 24px;
  }
}

@media (max-width: 480px) {
  #shopify-section-footer-model-2
    .block_newsletter
    form
    .input-group
    .input-group-btn
    .btn {
    padding: 0;
    width: 48px;
  }
  #shopify-section-footer-model-2 .block_newsletter form input[type="email"] {
    padding: 10px 60px 10px 15px;
  }
}

/*--------------------- start blog footer content -------------------*/
#shopify-section-footer-model-3
  .footer-column.blog
  #blog_slider
  .article__grid-meta
  .h3.article__title
  a {
  color: var(--colorFooterContent);
  font: 500 13px/20px var(--font-stack-subheading);
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 0 5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #shopify-section-footer-model-3
    .footer-column.blog
    #blog_slider
    .article__grid-meta
    .h3.article__title
    a {
    font-size: 12px;
  }
}

#shopify-section-footer-model-3
  .footer-column.blog
  .grid__item
  .tb-blog-content {
  margin: 0 0 15px;
}

#shopify-section-footer-model-3
  .footer-column.blog
  #blog_slider
  .article__grid-meta
  span.article__date.left {
  font: 500 13px/20px var(--font-stack-subheading);
}

@media (min-width: 992px) and (max-width: 1199px) {
  #shopify-section-footer-model-3
    .footer-column.blog
    #blog_slider
    .article__grid-meta
    span.article__date.left {
    font-size: 12px;
  }
}

#shopify-section-footer-model-3
  .footer-column.blog
  #blog_slider
  .tb-blog-content
  .blog_image_holder
  .bloglinks
  a {
  border: none;
  padding: 5px 6px;
  height: 30px;
  width: 30px;
  line-height: 30px;
}

#shopify-section-footer-model-3
  .footer-column.blog
  #blog_slider
  .tb-blog-content
  .blog_image_holder {
  padding: 0;
}

#shopify-section-footer-model-3
  .footer-column.blog
  #blog_slider
  .tb-blog-content
  .blog-content-wrap {
  padding: 0 15px;
}

#shopify-section-footer-model-3
  .footer-column.blog
  #blog_slider
  .tb-blog-content
  .blog_image_holder
  .bloglinks {
  height: 30px;
  width: 30px;
}
#shopify-section-footer-model-3 .block_newsletter .news-title::before {
  content: "\f1f0";
  font-family: "Material Design Icons";
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 50px;
  text-align: center;
  font-size: 50px;
  line-height: 35px;
  font-style: normal;
  bottom: auto;
}
@media (max-width: 1299px) {
  #shopify-section-footer-model-3 .block_newsletter .news-title::before {
    font-size: 42px;
  }
}
@media (max-width: 480px) {
  .block_newsletter .news-title::before {
    right: 0;
    margin: 0 auto;
  }
}

.block_newsletter .tb-content .news-title {
  font: 700 32px/40px var(--font-stack-body);
}

@media (max-width: 480px) {
  .block_newsletter .tb-content .news-title {
    font-size: 20px;
  }
}

.footer-top .social-icons li a {
  text-align: center;
}

.block_newsletter .icon-fallback-text .icon {
  display: none;
}

@media (max-width: 480px) {
  .block_newsletter .icon-fallback-text .icon {
    display: block;
  }
  .block_newsletter form .input-group .input-group-btn .btn .icon:hover,
  .block_newsletter form .input-group .input-group-btn .btn .icon:active,
  .block_newsletter form .input-group .input-group-btn .btn .icon:focus {
    color: #fff;
  }
}

.Newsletter-wrapper .block_newsletter .tb-content .tb-desc {
  font-family: var(--font-stack-subheading);
}

.Newsletter-wrapper .block_content {
  margin: 20px 0 0;
}

@media (max-width: 767px) {
  .Newsletter-wrapper .block_content {
    margin: 10px 0 0;
  }
}

@media (max-width: 991px) {
  .block_newsletter .tb-content {
    padding: 0 0 5px;
  }

  .block_newsletter .block_content {
    display: inline-block;
    vertical-align: top;
    width: 80%;
  }

  #shopify-section-footer-model-1 .block_newsletter .block_content {
    width: 70%;
  }

  .block_newsletter {
    text-align: center;
  }

  .block_newsletter .tb-content .news-title {
    width: auto;
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  .footer-column .grid--blog {
    width: 100%;
  }
}

.footer-bottom {
  padding: 10px 0;
}

.footer-model-1 .input-group-btn:last-child > .btn {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
}

@media (max-width: 991px) {
  .footer-model-1 h5.widget-title.toggle {
    width: 100%;
    font-size: 16px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .block_newsletter .block_content {
    width: 100%;
  }
}
@media (max-width: 575px) {
  #shopify-section-footer-model-1 .block_newsletter .block_content {
    width: 90%;
  }
}

@media (max-width: 480px) {
  #shopify-section-footer-model-1 .block_newsletter .block_content {
    width: 100%;
  }
}

/*======================== #Magnific Popup =============================*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

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

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 0.65;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  filter: alpha(opacity=65);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #111;
  top: 0;
  right: 0;
  text-align: right;
  padding: 0 0 0 2px;
  width: fit-content;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media (max-width: 900px) {
  .mfp-arrow {
    transform: 0.75;
    -webkit-transform: 0.75;
    -moz-transform: 0.75;
    -o-transform: 0.75;
    -ms-transform: 0.75;
  }

  .mfp-arrow-left {
    transform: 0.75;
    -webkit-transform: 0.75;
    -moz-transform: 0.75;
    -o-transform: 0.75;
    -ms-transform: 0.75;
  }

  .mfp-arrow-right {
    transform: 100%;
    -webkit-transform: 100%;
    -moz-transform: 100%;
    -o-transform: 100%;
    -ms-transform: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 500px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*======================== Magnific Popup custom styles ===================== */
.mfp-close {
  color: inherit;
}

.ajax-success-modal .success-message p {
  display: inline-block;
  width: 100%;
  margin: 0;
}

.ajax-success-modal .success-message {
  padding: 0;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 767px) {
  .ajax-success-modal .success-message {
    margin: 5px 0;
  }
}

.success-message i {
  margin-right: 5px;
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
}

.ajax-success-modal .close-modal {
  top: 0;
  right: 0;
  height: fit-content;
  width: 25px;
  height: 25px;
  background: #111;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ajax-content-section {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: auto;
}

.loading-modal.modal {
  display: none;
}

.close-modal {
  bottom: 0;
  position: absolute;
  right: 0;
}

.modal.fade .modal-dialog {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -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: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-dialog {
  position: relative;
  margin: 10px auto;
  vertical-align: middle;
  display: inline-block;
}

.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.fade.in {
  opacity: 1;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

@media (max-width: 575px) {
  .ajax-success-modal .close-modal {
    top: 4px;
    right: 4px;
  }
}

/*==================== quick view =====================*/
.quickview-template,
.quick-view {
  bottom: 0;
  display: none;
  left: 0;
  outline: 0 none;
  overflow-x: auto;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
  display: none;
}

.quickview-template .content,
._quick-view-content {
  display: none;
}

.quick-view .product-img-box {
  margin: 0;
}

.quick-view .product-img-box .image-wrapper {
  width: 311px;
  height: 311px;
  overflow: hidden;
  position: relative;
}

.quick-view .product-img-box .image {
  width: 311px;
  height: 311px;
  overflow: hidden;
  position: relative;
}

.quick-view .product-img-box .image img {
  display: block;
  position: relative;
  max-width: 110%;
}

.quick-view .product-img-box .thumbnails {
  padding: 20px 0 0 40px;
  position: relative;
}

.quick-view .product-img-box .thumbnails .jcarousel-next-horizontal {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  opacity: 0.2;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.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;
}

.quick-view .product-img-box .thumbnails .jcarousel-next-horizontal:hover {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

.quick-view .product-img-box .thumbnails .jcarousel-prev-horizontal {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.2;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.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;
}

.quick-view .product-img-box .thumbnails .jcarousel-prev-horizontal:hover {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

.quick-view .product-img-box .thumbnails ul {
  text-align: center;
  width: 240px;
  list-style: none;
  padding-left: 0;
}

.quick-view .product-img-box .thumbnails ul li a:hover {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

.quick-view .product-img-box .thumbnails ul li .active {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

.quick-view .product-img-box .thumbnails ul li a img {
  max-width: 110%;
}

.quick-view .product-img-box .thumbnails ul {
  width: 266px;
}

.quick-view .product-shop p.custom {
  margin: 0;
}

.quick-view .product-shop .prices {
  margin-bottom: 10px;
}

.quick-view .product-shop .prices,
.product-inventory {
  display: flex;
  align-items: center;
  gap: 10px;
}

.quick-view .product-shop .product-inventory > label,
.quick-view .product-shop .prices #QProductPrice {
  margin: 0;
}

.quick-view .product-shop .prices:first-child {
  margin-top: 0;
}

.quick-view .product-shop .addthis {
  margin-bottom: 0;
}

.quick-view .product-shop .product-title > a {
  font: 600 18px/26px var(--font-stack-body);
  text-transform: capitalize;
  color: var(--color-title);
}

.quickview-featured-image.product-photo-container {
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.quick-view .product-shop .product-inventory > label {
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  margin: 0 5px 0 0;
  color: var(--color-title);
}

.quick-view .product-shop .prices .compare-price .money {
  font-size: 14px;
  font-weight: 500;
  text-decoration: line-through;
  color: #555;
  font-family: var(--font-stack-body);
}

@media (max-width: 991px) {
  .quick-view .product-photo-thumbs.product-wrapper-owlslider {
    width: 75%;
    float: none;
    text-align: center;
    display: inline-block;
  }
}

.more-view-wrapper .product-photo-thumbs {
  visibility: hidden;
}

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

/* quick view */
.quickview-template {
  bottom: 0;
  left: 0;
  outline: 0 none;
  overflow-x: auto;
  overflow-y: scroll;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
  display: none;
}

.quick-view {
  bottom: 0;
  left: 0;
  outline: 0 none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
  display: none;
}

.quick-view .product-detail-section p.dt-sc-button {
  margin: 20px 0 0px 0;
}

.quick-view .product-detail-section p.dt-sc-button {
  margin: 20px 0 0px 0;
}

.quick-view .product-detail-section p.product-description {
  margin: 0;
  padding: 15px 0;
  font-size: 14px;
}

.quick-view .product-detail-section p.product-description h4 {
  font-weight: 600;
  font-size: 17px;
}

.product-wrapper.sidebar-product {
  border: none;
  margin: 0;
  text-align: left;
}

.product-list .product-desc {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px;
}

.quick-view .product-shop.summary select {
  width: 100%;
  padding: 12px 10px;
}

.quick-view.open-in {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
}

.quickview-featured-image img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  overflow: hidden;
}

._quick-view-content {
  display: none;
}

#fancybox-close,
.search-close,
#popupBoxClose {
  background: url({{"close.png"|asset_url}}) no-repeat;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.quick-view .close-window {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 30px;
  height: 30px;
  background: #111;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.quick-view .close-window::before {
  content: "\f156";
  font-family: "Material Design Icons";
  font-size: 20px;
  line-height: 30px;
  display: inline-block;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

.quick-view .close-window:hover::before {
  transform: rotate(180deg);
  -webkit-transform: rotatY(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.quick-view .product-shop .prices label,
.ajax-success-modal .ajax-right label {
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
  color: var(--color-title);
}

.quick-view .product-photo-thumbs li a {
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  width: fit-content;
  display: inline-block;
  border: 1px solid #f7f7f7;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.quick-view .product-photo-thumbs li a:hover,
.quick-view .product-photo-thumbs li a.active {
  border: 1px solid #111;
}

.quick-view .owl-prev::after,
.quick-view .owl-next::after {
  display: none;
}

.quick-view .owl-prev {
  left: 0;
  right: auto;
}

.quick-view .owl-next {
  right: 0;
  left: auto;
}

@media (max-width: 991px) {
  .quick-view .product-img.images {
    width: 80%;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
  }

  .quick-view .product-shop {
    width: 100%;
  }

  .quick-view .content {
    text-align: center;
  }
}

@media (max-width: 991px) and (max-width: 480px) {
  .quick-view .product-img.images {
    width: 100%;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .quick-view .content {
    width: 80%;
  }
}

@media (max-width: 991px) and (max-width: 480px) {
  .quick-view .content {
    width: 90%;
    margin: 30px auto;
  }
}

input[type="checkbox"]:checked ~ label .check,
.sidebar-tag label.active .check {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}

.checkbox-group {
  position: relative;
}

.checkbox-group.form-group-top input[type="checkbox"] {
  display: none;
}

.checkbox-group input[type="checkbox"] + label,
.checkbox-group input[type="radio"] + label {
  margin-left: 15px;
}

.checkbox-group input[type="checkbox"] + label:hover,
.checkbox-group.active input[type="checkbox"] + label {
  color: #000;
}

.checkbox-group input[type="checkbox"] + label,
.checkbox-group input[type="radio"] + label {
  font-size: 14px;
  color: var(--color-text-field);
}

.checkbox-group input[type="checkbox"] + label:hover,
.checkbox-group input[type="radio"] + label:hover {
  color: var(--color-text-hover-field);
}

.checkbox-group label .check {
  top: 0;
  left: 2px;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  z-index: 10;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
}

.checkbox-group label span {
  display: inline-block;
  position: absolute;
  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;
  vertical-align: top;
}

.checkbox-group label .box {
  border-width: 1px;
  border-style: solid;
  border-color: #d3d3d3;
  background: #ffffff;
  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;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  overflow: hidden;
}

.modal-md {
  margin: 0 auto;
  max-width: 816px !important;
}

.modal-dialog {
  margin: 0;
  width: 710px;
}

@media (max-width: 767px) {
  .modal-dialog {
    width: 480px;
  }
}

@media (max-width: 480px) {
  .modal-dialog {
    width: 300px;
  }
  .checkbox-group label .check {
    top: 1px;
  }
}

/*--------------------instagram-------------------- */
.template-index .main-content .shopify-section.instagram-block {
  margin: 0;
}

.instagram-wrapper {
  padding: 10px 5px;
  position: relative;
}

.instagram-wrapper h3 {
  margin-bottom: 40px;
}

#instafeed a img {
  margin-right: 5px;
  margin-bottom: 0px;
}

.instagram-wrapper #instafeed a {
  width: 10%;
}

.tb-instagram .item {
  width: 16.666%;
  padding: 0 5px;
  position: relative;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
}

@media (max-width: 1024px) {
  .tb-instagram .item {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .tb-instagram .item {
    width: 100%;
  }
}

.tb-instagram .info span i {
  display: inline-block;
  margin-right: 3px;
  font-size: 18px;
  line-height: 20px;
}

.tb-instagram img {
  display: block;
}

.tb-instagram .item .info {
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.tb-instagram .item .instagram {
  position: relative;
}

.tb-instagram .info span.likes {
  position: absolute;
  right: 60px;
  bottom: 10px;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

@media (max-width: 991px) {
  .tb-instagram .info span.likes {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
  }
}

.tb-instagram .info span.comments {
  position: absolute;
  right: 20px;
  bottom: 10px;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

@media (max-width: 991px) {
  .tb-instagram .info span.comments {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
  }
}

.tb-instagram .info:hover span.likes,
.tb-instagram .info:hover span.comments {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

.tb-instagram .info span.zoom_icon {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  display: inline-block;
  float: none;
  height: 45px;
  line-height: 45px;
  width: 45px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  border: 2px solid #fff;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

@media (max-width: 991px) {
  .tb-instagram .info span.zoom_icon {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
  }
}

.tb-instagram .info span.zoom_icon:hover {
  background: #000 none repeat scroll 0 0;
  border-color: #000;
}

.tb-instagram .info:hover span.zoom_icon {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

.tb-instagram .info span.zoom_icon i {
  margin: 0 2px;
  padding: 10px;
}

.tb-instagram .info span a {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.tb-instagram .item:hover .instaitem > a img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.tb-instagram .item .instaitem > a img {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

.tb-instagram .item .instaitem > a::after {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media (max-width: 991px) {
  .tb-instagram .item .instaitem > a::after {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
  }
}

.tb-instagram .item:hover .instaitem > a::after {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}

.slick-slide img {
  display: inline-block;
}

.slick-slide .instaitem img {
  width: 100%;
  height: auto;
}

.instaitem {
  position: relative;
  overflow: hidden;
}

.tb-instagram.clearfix {
  display: inline-block;
}

.tb-instagram button.slick-prev.slick-arrow,
.tb-instagram button.slick-next.slick-arrow {
  display: none !important;
}

@media (max-width: 991px) {
  .tb-instagram .info {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
  }
}

/*************** layout css **************/
.collection_sidebar {
  text-align: left;
}

.qty-box-set .qnt_wrap .button:hover {
  background: #eeeeee none repeat scroll 0 0;
}

.product-information-inner
  .fixed-content
  .quantity.qty-box-set
  input.quantity__input {
  width: 40px;
  height: auto;
}

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

@media (max-width: 991px) {
  #shopify-section-sidebar-promoimage {
    margin: 0;
  }
}

/*--------- category-collection block ------------*/
.sidebar .widget ul li.product-wrapper {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

/*----------------------------Special product ---------------------*/
.template-index .main-content .shopify-section.special {
  margin: 45px 0 0;
}

.slider-newproduct-wrap .tbbanner .parallex {
  height: 950px;
}

.slider-newproduct-wrap .tbbanner {
  padding: 0 30px 0 0;
}

.slider-newproduct-wrap .special-product.newproduct.col-sm-6 {
  padding: 0 0 0 30px;
  width: 40%;
}

@media (min-width: 992px) {
  .template-index .main-content .shopify-section.special .special-collection {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slider-newproduct-wrap .special-product.newproduct.col-sm-6 {
    max-width: 750px;
  }
}

@media (max-width: 1599px) {
  .slider-newproduct-wrap .special-product.newproduct.col-sm-6 {
    width: 45%;
  }

  .slider-newproduct-wrap .tbbanner .parallex {
    height: 850px;
  }
}

@media (max-width: 1399px) {
  .slider-newproduct-wrap .special-product.newproduct.col-sm-6 {
    width: 50%;
  }

  .slider-newproduct-wrap .tbbanner .parallex {
    height: 800px;
  }
}

@media (max-width: 1250px) {
  .slider-newproduct-wrap .special-product.newproduct.col-sm-6 {
    padding: 0 15px 0 0;
  }

  .slider-newproduct-wrap .tbbanner .parallex {
    height: 650px;
  }
}

@media (max-width: 1199px) {
  .slider-newproduct-wrap .tbbanner {
    width: 40%;
    padding: 0 15px 0 0;
  }

  .slider-newproduct-wrap .tbbanner .parallex {
    height: 500px;
  }

  .slider-newproduct-wrap .special-product.newproduct.col-sm-6 {
    width: 60%;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .slider-newproduct-wrap .tbbanner {
    padding: 0 15px;
    margin: 0 0 50px;
  }

  .slider-newproduct-wrap .special-product.newproduct.col-sm-6 {
    width: auto;
    padding: 0;
    margin: 0 0 50px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  .template-index .main-content .shopify-section.special {
    margin: 25px 0 0;
  }

  .template-index .main-content .shopify-section.special .special-collection {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .slider-newproduct-wrap .special-product.newproduct.col-sm-6 {
    margin: 0 0 30px;
  }

  .slider-newproduct-wrap .tbbanner {
    margin: 0 0 30px;
  }
}

/*----------------------------tbcollection-cms---------------------*/
.collection_cat_item .cat_content {
  padding: 5px 0 0;
}

.tb-collection-slider-wrap .collection_cms_slider .collection_cat_item a {
  position: relative;
}

.collection_cat_item .collection_img img {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

.collection_cat_item:hover .collection_img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.collection_cat_item {
  text-align: center;
}

.tb-collection-slider-wrap {
  position: relative;
}

.collection_img {
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
}

.collection_cat_item:hover .cat_content .collection_img {
  overflow: hidden;
}

.collection_title {
  text-align: center;
  font: 500 22px/26px var(--font-stack-subheading);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 0 10px;
}

@media (max-width: 767px) {
  .collection_title {
    font-size: 18px;
    line-height: 20px;
  }
}

.collection_cat_item:hover .tb-collection-content .collection_title {
  color: var(--color-product-secondary);
}

.tb-collection-content .collection-detail {
  text-align: center;
  padding: 0 15px;
  display: none;
}

@media (max-width: 991px) {
  .tb-collection-content .collection-detail {
    padding: 0;
  }
}

.tb-collection-content .collection-detail span {
  font-size: 14px;
  line-height: 16px;
}

.wrapp-category.even .collection_cat_item .tb-collection-content.right-block {
  margin: 25px 0 0;
}

.wrapp-category.odd .collection_cat_item .tb-collection-content.right-block {
  margin: 0 0 27px;
}

.collection_slider_wrap .desc {
  text-align: center;
  font-size: 16px;
  margin: 0;
  text-transform: capitalize;
}

.tb-collection-slider-wrap-inner {
  position: relative;
  margin: 0 105px;
  padding: 100px 0;
}

@media (max-width: 1650px) {
  .tb-collection-slider-wrap-inner {
    margin: 0 40px;
  }
}

@media (max-width: 1350px) {
  .tb-collection-slider-wrap-inner {
    margin: 0 15px;
    padding: 60px 0;
  }
}

@media (max-width: 1199px) {
  .tb-collection-slider-wrap-inner {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .tb-collection-slider-wrap-inner {
    padding: 30px 0;
  }
}

/*---------------- mega-menu ---------------*/
@media (min-width: 992px) {
  .tb-mega-menu #tb-megamenu .tb-mega_menu {
    display: block !important;
  }

  #tb-megamenu li.tb_menu_item:hover .tb_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;
  }

  #tb-megamenu li.tb_menu_item .tb_sub_menu_wrap {
    font: 400 14px/20px "Roboto", Helvetica, sans-serif;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -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;
  }
}

#tb-megamenu h5.toggle_menu {
  padding: 15px 15px 15px 65px;
  margin: 0 0 35px 10px;
  background: var(--color-btn-primary-bg);
  color: var(--color-btn-primary-hover-text);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  font-family: var(--font-stack-subheading);
}

@media (max-width: 991px) {
  #tb-megamenu h5.toggle_menu {
    padding: 12px 0;
    margin: 0;
    border-bottom: none;
    line-height: 22px;
    background: none;
  }
}

.tb-mega-menu #tb-megamenu .tb-mega_menu {
  padding: 180px 0 0;
  position: relative;
  margin: 0 0 30px;
}

@media (max-width: 991px) {
  .tb-mega-menu #tb-megamenu .tb-mega_menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    bottom: auto;
    z-index: 9;
    margin: 0;
    padding: 10px 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);
  }
}

#tb-megamenu .toggle_menu i.mdi-menu {
  width: auto;
  background: var(--color-btn-primary-hover-text);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  color: var(--color-btn-primary-bg);
  font-size: 22px;
  height: 30px;
  left: 20px;
  line-height: 30px;
  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;
}

@media (max-width: 991px) {
  #tb-megamenu .toggle_menu i.mdi-menu {
    background: none;
    left: auto;
    right: 20px;
    top: 8px;
  }
}

@media (min-width: 992px) and (max-width: 1300px) {
  #tb-megamenu h5.toggle_menu {
    padding: 15px 5px 15px 50px;
  }

  #tb-megamenu .toggle_menu i.mdi-menu {
    left: 15px;
  }
}

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

#tb-megamenu .tb-mega_menu li.tb_menu_item {
  position: relative;
  margin: 0;
}

.header_style_1 #tb-megamenu .tb-mega_menu li.tb_menu_item {
  margin: 5px 0;
}

@media (max-width: 991px) {
  #tb-megamenu .tb-mega_menu li.tb_menu_item {
    display: block !important;
    text-align: left;
  }
  .header_style_1 #tb-megamenu .tb-mega_menu li.tb_menu_item {
    margin: 0;
  }
}

#tb-megamenu .tb-mega_menu .tb_menus_ul > li > a,
#tb-megamenu .tb-mega_menu .tb_menus_ul > li span.categories {
  display: inline-block;
  padding: 8px 24px 8px 8px;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  text-align: center;
  font: 500 16px/18px "Roboto", Helvetica, sans-serif;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #tb-megamenu .tb-mega_menu .tb_menus_ul > li > a,
  #tb-megamenu .tb-mega_menu .tb_menus_ul > li span.categories {
    font-size: 15px;
  }
  .header_style_2 #tb-megamenu .tb-mega_menu .tb_menus_ul > li > a,
  .header_style_2 #tb-megamenu .tb-mega_menu .tb_menus_ul > li span.categories {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  #tb-megamenu .tb-mega_menu .tb_menus_ul > li > a,
  #tb-megamenu .tb-mega_menu .tb_menus_ul > li span.categories {
    padding: 5px 20px;
    text-align: left;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    display: block;
    color: #111;
  }

  #tb-megamenu li.tb_menu_item.more_menu .tb_sub_menu_wrap li a {
    display: block;
  }

  #tb-megamenu .tb-mega_menu {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }

  .common-home #tb-megamenu {
    border-bottom: none;
  }

  #tb-megamenu .tb_sub_menu_wrap h4.sub_mn_title {
    padding: 0 0 6px;
    margin: 0 0 4px;
  }
  #tb-megamenu .tb_menus_ul .tb_sub_menu_wrap .tb_sub_menu {
    margin: 5px 0;
  }
}

#tb-megamenu .tb-mega_menu li.tb_menu_item .level-top.left.mega-menu-link {
  width: 100%;
}

#tb-megamenu .tb-mega_menu .tb_menus_ul > li i.mdi {
  width: auto;
}

@media (max-width: 991px) {
  #tb-megamenu .tb-mega_menu .tb_menus_ul > li i.mdi {
    color: var(--color-body-text);
  }
  #tb-megamenu .tb_sub_menu_wrap h4.sub_mn_title a {
    font-size: 14px;
    line-height: 16px;
  }
}

#tb-megamenu .tb-mega_menu .tb_menus_ul > li:last-child > a::before {
  border: none;
}

#tb-megamenu .tb-mega_menu .tb_menus_ul li.tb_menu_item > a::after {
  /* position: absolute;
	right: 0;
	left: auto;
	top: 0;
	bottom: 0; */
  content: "\f140";
  height: 20px;
  width: 20px;
  font-size: 16px;
  line-height: 20px;
  font-family: "Material Design Icons";
  margin: auto;
  text-align: center;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  display: inline-block;
}
#tb-megamenu li:first-child a::after {
  display: none !important;
}
@media (max-width: 991px) {
  #tb-megamenu .tb-mega_menu .tb_menus_ul li.tb_menu_item > a::after {
    display: none;
  }
}

#tb-megamenu .tb-mega_menu .tb_menus_ul li.tb_menu_item.single > a::after {
  display: none;
}

#tb-megamenu .tb-mega_menu .tb_menus_ul li.tb_menu_item:hover > a::after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
}

#tb-megamenu
  li:nth-child(3)
  .tb_sub_menu_wrap
  .tb_sub_menu_linklist
  > li:hover
  a::after {
  color: #111 !important;
}

#tb-megamenu li.tb_menu_item .tb_sub_menu_wrap {
  position: absolute;
  right: auto;
  left: 100%;
  background: #fff;
  border: 1px solid var(--color-border);
  z-index: 3;
  padding: 20px 15px;
  top: 0;
}

@media (max-width: 991px) {
  #tb-megamenu li.tb_menu_item .tb_sub_menu_wrap {
    position: static;
    width: 100% !important;
    padding: 0 22px;
    border: none;
    display: none;
    clear: both;
    overflow: auto;
    margin: 0;
  }
}

#tb-megamenu .tb_menus_ul .tb_sub_menu_wrap .tb_sub_menu.product {
  margin: 0;
  padding: 0;
  width: 100%;
}

#tb-megamenu li.tb_menu_item .tb_sub_menu_wrap.disable,
#tb-megamenu li.tb_menu_item:hover .tb_sub_menu_wrap.disable {
  display: none !important;
}

#tb-megamenu .tb_menus_ul .tb_sub_menu_wrap .tb_sub_menu {
  padding: 0 10px;
  text-align: left;
  position: relative;
  float: left;
}

#tb-megamenu .tb_menus_ul .tb_sub_menu_wrap .tb_sub_menu.menu-banner {
  padding-top: 25px;
}

@media (max-width: 480px) {
  #tb-megamenu .tb_menus_ul .tb_sub_menu_wrap .tb_sub_menu {
    width: 100% !important;
    margin: 6px 0;
  }
}

#tb-megamenu .tb_sub_menu_wrap h4.sub_mn_title {
  border-bottom: 1px solid var(--color-border);
  padding: 0 0 8px;
  margin: 0 0 10px;
}
#tb-megamenu .tb_sub_menu_wrap h4.sub_mn_title a {
  font: 500 15px/17px "Roboto", helvetica, sans-serif;
  text-transform: capitalize;
}
#tb-megamenu .tb_sub_menu_wrap h4.sub_mn_title > a {
  color: var(--color-title);
}

#tb-megamenu li.more_menu > ul > li:hover > a {
  color: var(--color-text-hover-field);
}

#tb-megamenu .tb_sub_menu_wrap .tb_sub_menu_linklist > li {
  margin: 0;
  padding: 0;
}

#tb-megamenu li.tb_menu_item span.tb_mn_sub_heading {
  padding: 2px 5px;
  font-size: 10px;
  line-height: 14px;
  position: absolute;
  top: -2px;
  margin: 0 3px;
  font-weight: 500;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  right: -45px;
}

#tb-megamenu .tb_sub_menu_wrap h4.sub_mn_title .tb_mn_sub_heading {
  position: static;
  float: none;
  display: inline-block;
  vertical-align: top;
}

#tb-megamenu .tb_sub_menu_wrap .tb_sub_menu > a {
  border: 1px solid #e6e6e6;
  display: inline-block;
  padding: 5px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}

#tb-megamenu .tb_sub_menu_wrap .tb_sub_menu > a:hover,
#tb-megamenu .tb_sub_menu_wrap .tb_sub_menu > a:active,
#tb-megamenu .tb_sub_menu_wrap .tb_sub_menu > a:focus {
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  #tb-megamenu .tb_menus_ul .tb_sub_menu_wrap .tb_sub_menu.menu-banner {
    padding-top: 0;
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  #tb-megamenu .tb_sub_menu_wrap .tb_sub_menu > a {
    width: auto;
  }
}

#tb-megamenu
  .list_products_menu
  .product-wrapper
  .thumbs
  .grid-view-item
  .product_info {
  padding: 0;
}

#tb-megamenu
  .list_products_menu
  .product-wrapper
  .product-thumb
  .fade_img
  img.image_thumb_swap {
  margin: 0 auto;
}

#tb-megamenu
  .list_products_menu
  .product-wrapper
  .thumbs
  .grid-view-item__title
  > a {
  font-size: 13px;
  line-height: 18px;
  text-transform: capitalize;
  color: var(--color-text-field);
  white-space: nowrap;
}

#tb-megamenu
  .list_products_menu
  .product-wrapper:hover
  .thumbs
  .grid-view-item__title
  > a {
  color: var(--color-text-hover-field);
}

.list_products_menu
  .product-wrapper
  .thumbs
  .product_info
  .h4.grid-view-item__title {
  margin: 0 0 5px;
  text-overflow: ellipsis;
  overflow: hidden;
}

#tb-megamenu
  .list_products_menu
  .product-wrapper
  .product-thumb
  a.grid-view-item__link {
  position: relative;
  margin: 0 0 10px;
}

#tb-megamenu .list_products_menu .product-wrapper {
  padding: 0 0 10px 0;
  animation: none;
  margin: 0;
}

#tb-megamenu .list_products_menu .product-wrapper .discount-percentage {
  font-size: 14px;
  line-height: 16px;
}

#tb-megamenu .tb-mega_menu .tb_sub_menu_wrap .list_products_menu {
  margin: 10px 0 0;
}

#tb-megamenu .list_products_menu .list_product_menu_content .owl-nav {
  display: block;
}

#tb-megamenu .list_products_menu .list_product_menu_content .owl-nav > div {
  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;
}

@media (max-width: 991px) {
  #tb-megamenu .list_products_menu .list_product_menu_content .owl-nav > div {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
  }
}

#tb-megamenu
  .list_products_menu:hover
  .list_product_menu_content
  .owl-nav
  > div {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  border: none;
}

#tb-megamenu
  .list_products_menu
  .list_product_menu_content
  .owl-nav
  .owl-prev::before {
  content: "\f141";
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 30px;
  width: 30px;
  font-family: "Material Design Icons";
  font-size: 28px;
  line-height: 30px;
  color: var(--color-body-text);
}

#tb-megamenu
  .list_products_menu
  .list_product_menu_content
  .owl-nav
  .owl-next::before {
  content: "\f142";
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 30px;
  width: 30px;
  font-family: "Material Design Icons";
  font-size: 28px;
  line-height: 30px;
  color: var(--color-body-text);
}

#tb-megamenu
  .list_products_menu
  .list_product_menu_content
  .owl-nav:hover
  .owl-prev::before,
#tb-megamenu
  .list_products_menu
  .list_product_menu_content
  .owl-nav:hover
  .owl-next::before {
  color: var(--color-text-hover-field);
}

#tb-megamenu .list_products_menu .list_product_menu_content .owl-nav .owl-prev {
  left: -15px;
}

#tb-megamenu .list_products_menu .list_product_menu_content .owl-nav .owl-next {
  right: -15px;
}

.template-index .sidebar div#shopify-section-TB-mega_menu {
  margin: 0;
}

.menu-bar.fixed #shopify-section-TB-mega_menu {
  width: 20%;
  padding: 8px 0;
  position: relative;
}

.menu-bar.fixed #shopify-section-TB-mega_menu .toggle_menu,
.sticky_header.fixed #tb-megamenu h5.toggle_menu {
  margin: 0 0 10px;
}

.site-header .sticky_header.fixed #cart {
  margin: 4px 0;
  padding: 0 0 0 20px;
}

.menu-bar.fixed .left-sidebar-menu .left-toggle.active .tb-mega_menu {
  display: block !important;
}

.fixed #shopify-section-TB-mega_menu #tb-megamenu {
  margin: 0;
}

#tb-megamenu .tb_menu_item ul.tb_sub_menu_linklist {
  margin: 0;
}

#tb-megamenu .tb_sub_menu_wrap .tb_sub_menu_linklist > li > a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  margin: 5px 0;
  display: inline-block;
}

@media (max-width: 991px) {
  #tb-megamenu .tb-mega_menu li.tb_menu_item.left_more_menu {
    display: none !important;
  }

  .tbresponsive_menu .tb-mega-menu {
    margin: 0 !important;
    padding: 0 70px 0 0;
    width: 100%;
  }

  .tbresponsive_menu-wrap .header-right {
    position: absolute;
    left: auto;
    right: 0;
  }

  .tb-mega-menu #tb-megamenu .tb-mega_menu ul.tb_menus_ul {
    margin: 0;
    display: block;
  }

  #tb-megamenu li.tb_menu_item span.tb_mn_sub_heading {
    position: static;
  }
}

/*----------------------our collection-----------------------*/
.collection-slider-wrap {
  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;
}

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

@media (min-width: 1400px) {
  .collection-slider-wrap .container {
    width: 1380px;
  }
}

.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-next.slick-arrow {
  right: 0;
  left: auto;
}

.collection-slider-wrap .collection_slider .slick-prev.slick-arrow::after {
  content: "\f13d";
  font-family: "Material Design Icons";
  color: #000;
  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::after {
  content: "\f13e";
  font-family: "Material Design Icons";
  color: #000;
  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;
}

.collection-slider-wrap .collection_detail {
  padding: 20px 0 0;
}

.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 {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 3px;
  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,
.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;
}

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

/*------------ blog-style-4 ---------------*/
@media (min-width: 1250px) {
  .template-index .main-content .shopify-section.style-4 .container {
    max-width: 1170px;
  }
}

.style-4 .li_single > div:nth-child(2n) .tblatestblog_desc {
  text-align: right;
}

.style-4 .li_single > div:nth-child(2n) .tblatestblog_desc .article__date {
  float: right !important;
}

.style-4 .tblatestblog_image_holder.blog_image_holder {
  text-align: center;
  padding: 0;
}

.style-4 .sidebar__inner .recent_article .artical-image {
  padding: 0;
}

.style-4 .tblatestblog_image_holder .article__grid-image {
  float: none;
  position: relative;
  width: auto;
  display: inline-block;
}

.style-4 #blog_slider.grid-blog-slider .article__grid-image img {
  width: auto;
}

.style-4 .grid-blog-slider .tb-blog-content .tblatestblog_desc .article__date {
  position: static;
  padding: 0;
  font-size: 20px;
}

@media (max-width: 1199px) {
  .style-4
    .grid-blog-slider
    .tb-blog-content
    .tblatestblog_desc
    .article__date {
    font-size: 16px;
  }
}

.style-4 .grid-blog-slider .tblatest_blog:hover .article__date {
  display: block !important;
}

.style-4
  .grid-blog-slider
  .tb-blog-content
  .tblatestblog_desc
  .article__date
  .fa {
  display: none;
}

.style-4 .blog_latest_new_home .article__grid__inner.tb-blog-content {
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .style-4 .blog_latest_new_home .article__grid__inner.tb-blog-content {
    margin: 10px 0;
  }
}

.style-4 #blog_slider .article__grid-meta .list--inline a.btn {
  background-color: var(--color-btn-primary-bg);
  color: var(--color-btn-primary-text);
  border: none;
  position: relative;
  padding: 12px 40px 12px 25px;
  border-radius: 25px;
  display: inline-block;
  vertical-align: top;
}

.style-4 #blog_slider .article__grid-meta .list--inline a.btn::before {
  color: var(--color-btn-primary-text);
  position: absolute;
  left: auto;
  right: 15px;
  top: 12px;
  bottom: 0;
  margin: 0 auto;
  opacity: 1;
  line-height: 20px;
  width: 20px;
  height: 20px;
  content: "\F142";
  font-family: "Material Design Icons";
}

.style-4 #blog_slider .article__grid-meta .list--inline a.btn:hover::before {
  color: var(--color-btn-primary-hover-text);
}

.style-4 #blog_slider .article__grid-meta .list--inline a.btn:hover {
  background-color: var(--color-btn-primary-bg);
  color: var(--color-btn-primary-hover-text);
}

.style-4
  #blog_slider
  .tb-blog-content:hover
  .blog_image_holder
  .bloglinks
  a:hover {
  background-color: var(--color-btn-primary-bg);
  border-color: var(--color-btn-primary-bg);
}

.style-4 .li_single > div:nth-child(2n) .tblatestblog_desc {
  text-align: right !important;
}

.style-4 #blog_slider .tb-blog-content .article__title {
  font-size: 26px;
  margin: 20px 0;
  padding: 0;
  line-height: 35px;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .style-4 #blog_slider .tb-blog-content .article__title {
    font-size: 20px;
    margin: 15px 0;
    padding: 0;
    line-height: 24px;
  }
}

@media (max-width: 991px) {
  .style-4 #blog_slider .tb-blog-content .article__title {
    font-size: 18px;
    margin: 10px 0;
    line-height: 20px;
  }
}

.style-4
  #blog_slider
  .tb-blog-content
  .blog-content-wrap
  .article__grid-meta
  .rte.article__grid-excerpt {
  font-size: 14px;
  line-height: 26px;
  margin: 0 0 25px;
}

@media (max-width: 991px) {
  .style-4
    #blog_slider
    .tb-blog-content
    .blog-content-wrap
    .article__grid-meta
    .rte.article__grid-excerpt {
    line-height: 22px;
    margin: 0 0 15px;
  }
}

.style-4 #blog_slider .tb-blog-content .blog-content-wrap {
  padding: 30px;
  text-align: left;
  background: #fff;
}

@media (max-width: 1199px) {
  .style-4 #blog_slider .tb-blog-content .blog-content-wrap {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .style-4 #blog_slider .tb-blog-content .blog-content-wrap {
    padding: 15px;
  }
}

.style-4 #blog_slider .tb-blog-content .blog-content-wrap .article__grid-meta {
  border: 2px solid #e5e5e5;
  padding: 40px 90px;
}

@media (max-width: 1199px) {
  .style-4
    #blog_slider
    .tb-blog-content
    .blog-content-wrap
    .article__grid-meta {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .style-4
    #blog_slider
    .tb-blog-content
    .article__grid-meta.article__grid-meta--has-image {
    padding: 15px;
  }
}

.style-4
  .li_single
  > div:nth-child(2n)
  .tblatestblog_desc
  .list--inline
  > li
  a.read-more {
  float: right !important;
}

.style-4 .grid-blog-slider .tb-blog-content .tblatestblog_desc ul {
  margin: 15px 0;
  text-transform: capitalize;
  color: #333;
}

@media (max-width: 767px) {
  .style-4 .grid-blog-slider .tb-blog-content .tblatestblog_desc ul {
    margin: 10px 0 0;
  }
}

.style-4
  .grid-blog-slider
  .tb-blog-content
  .tblatestblog_desc
  .article__comment {
  display: none;
}

@media (max-width: 480px) {
  .style-4 .tblatestblog_image_holder.blog_image_holder {
    width: 100%;
  }

  .style-4 .article__grid__inner.tb-blog-content .tblatestblog_desc {
    padding: 15px;
    width: 100%;
  }
}

/*---------------- featured video ------------*/
.template-product.mfp-zoom-out-cur .mfp-image-holder .mfp-content {
  width: 34%;
}

/* ================ */
#search .input-group-btn .btn::after {
  display: none;
}

/*---------- cookie css----------*/
.cookiestatus .cookie-block.full_bottom #cookie_message {
  padding: 10px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  font-size: 12px;
}

.cookiestatus .cookie-block #cookie_message.se-cookies-message-open {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
}

.cookiestatus .cookie-block.bottom_fix #cookie_message.se-cookies-message-open {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
}

.cookiestatus .cookie-block.bottom_fix #cookie_message {
  padding: 10px;
  position: fixed;
  float: none;
  display: inline-block;
  bottom: 0;
  width: auto;
  left: 0;
  right: 0;
  text-align: center;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  z-index: 3;
  opacity: 1;
  visibility: visible;
  font-weight: 600;
}

.cookiestatus .cookie-block.bottom_fix #cookie_message .btn {
  padding: 10px 20px;
}

.cookiestatus .cookie-block.bottom_fix #cookie_message strong {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  font-weight: 600;
}

.cookiestatus .cookie-block.bottom_fix #cookie_message strong:hover {
  color: #111;
}

.cookiestatus
  .cookie-block.bottom_to_left
  #cookie_message.se-cookies-message-open {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
}

.cookiestatus .cookie-block.bottom_to_left #cookie_message {
  padding: 30px;
  position: fixed;
  float: none;
  display: inline-block;
  bottom: 10px;
  width: 400px;
  left: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 480px) {
  .cookiestatus .cookie-block.bottom_to_left #cookie_message {
    width: 85%;
    padding: 15px;
  }
}

.cookiestatus
  .cookie-block.bottom_to_left
  #cookie_message
  .tb-cookie-inner
  > span {
  font-size: 13px;
  line-height: 22px;
  margin: 0 0 15px;
}

@media (max-width: 480px) {
  .cookiestatus
    .cookie-block.bottom_to_left
    #cookie_message
    .tb-cookie-inner
    > span {
    line-height: 20px;
    margin: 0 0 10px;
  }
}

.cookiestatus
  .cookie-block.bottom_to_right
  #cookie_message.se-cookies-message-open {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
}

.cookiestatus .cookie-block.bottom_to_right #cookie_message {
  padding: 30px;
  position: fixed;
  float: none;
  display: inline-block;
  bottom: 10px;
  width: 400px;
  left: auto;
  right: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 480px) {
  .cookiestatus .cookie-block.bottom_to_right #cookie_message {
    width: 85%;
    padding: 15px;
  }
}

.cookiestatus
  .cookie-block.bottom_to_right
  #cookie_message
  .tb-cookie-inner
  > span {
  font-size: 13px;
  line-height: 22px;
  margin: 0 0 15px;
}

@media (max-width: 480px) {
  .cookiestatus
    .cookie-block.bottom_to_right
    #cookie_message
    .tb-cookie-inner
    > span {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px;
  }
}

/*--------------- recomendate product-------*/
.product-notification {
  position: fixed;
  bottom: 70px;
  background: var(--color-body);
  width: 320px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  z-index: 2;
  border: 1px solid rgba(30, 32, 40, 0.13);
  box-shadow: -3px 2px 14px rgba(30, 32, 40, 0.3);
  -webkit-box-shadow: -3px 2px 14px rgba(30, 32, 40, 0.3);
  -moz-box-shadow: -3px 2px 14px rgba(30, 32, 40, 0.3);
  -ms-box-shadow: -3px 2px 14px rgba(30, 32, 40, 0.3);
  -o-box-shadow: -3px 2px 14px rgba(30, 32, 40, 0.3);
  visibility: hidden;
  left: 50px;
  padding: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  display: none;
}

@media (max-width: 480px) {
  .product-notification {
    left: 20px;
    width: 280px;
  }
}

.product-notification.pos-right {
  right: 50px;
  left: auto;
}

@media (max-width: 480px) {
  .product-notification.pos-right {
    right: 20px;
    width: 280px;
  }
}

.product-notification.active {
  bottom: 50px;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.product-notification .closeNotify {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #000;
  color: #fff;
  position: absolute;
  right: 4px;
  top: 4px;
  cursor: pointer;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}

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

.product-suggest {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.product-notification .product-suggest .product-image {
  max-width: 95px;
  margin: auto;
  width: 30%;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}

.product-notification .product-suggest .column-right {
  padding: 0 0 0 15px;
  line-height: 20px;
  width: 70%;
}

.product-notification .product-suggest .column-right label {
  color: var(--color-body-text);
  font-size: 12px;
  font-weight: 500;
  display: none;
}

.product-notification .product-suggest .column-right .product-name {
  color: var(--color-title);
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin: 8px 0 6px;
  display: block;
}

.product-notification .product-suggest .column-right .from-ago,
.product-notification .product-suggest .column-right .time-ago {
  color: var(--color-body-text);
  font-size: 13px;
  font-weight: 500;
  font-style: italic;
  display: block;
}

.product-notification .product-suggest .column-right .from-ago {
  margin: 4px 0 2px;
}

.product-notification .product-suggest .column-right span.money {
  color: #111;
  font-weight: 500;
}

/*-------------------  Product page size chart ------*/
#sizeModal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
}

#sizeModal .modal-dialog .close {
  padding: 0;
  background: transparent;
  color: #111;
  border: none;
  outline: none;
  font-size: 20px;
  line-height: 22px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sizeModal .modal-dialog .close::before {
  display: none;
}
#sizeModal .modal-dialog .close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  display: inline-block;
}

.product-template__container .modal-dialog .modal-content {
  padding: 20px;
  border-radius: 8px;
}

.product-template__container .modal-dialog .modal-content .modal-title {
  line-height: 26px;
  padding: 0;
  float: none;
  border: none;
  font-size: 24px;
  font-weight: 500;
  width: auto;
  display: inline-block;
  vertical-align: top;
}

.product-template__container .modal-dialog .modal-content {
  padding: 20px;
  background-color: var(--color-body);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
}

.product-template__container
  .modal-dialog
  .modal-content
  .tb-table-responsive-md {
  overflow-x: auto;
  overflow-y: hidden;
}

.product-template__container .modal-dialog table {
  width: 100%;
  margin-top: 17px;
  border: none;
}

.product-template__container .modal-dialog table tbody tr:nth-child(odd) {
  background: #f7f8fa;
}

.product-template__container .modal-dialog table tbody td {
  color: #777777;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  padding: 6px 4px;
  border: none;
}

.product-template__container .modal-dialog table thead th {
  color: #777777;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  padding: 0 10px 10px;
  border: none;
  font-weight: 700;
}

@media (max-width: 575px) {
  .product-template__container .modal-dialog {
    width: 450px;
  }
}

@media (max-width: 480px) {
  .product-template__container .modal-dialog {
    width: 92%;
  }
}

/*------------------ Buy Now Button CSS -------------------------*/
.product-information .checkout-btn button.btn,
.product-information-inner
  .shopify-payment-button__button:hover:not([disabled]) {
  background: #219fba;
  color: var(--color-btn-primary-text);
}

.product-information .checkout-btn button.btn:hover,
.product-information-inner .shopify-payment-button__button {
  background: #111;
  color: var(--color-btn-primary-hover-text);
}

.product-information-inner .shopify-payment-button {
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
}

.product-information-inner .shopify-payment-button__button {
  margin: 0;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  position: relative;
  padding: 15px 28px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -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: 500;
}

.product-information-inner
  .shopify-payment-button
  .shopify-payment-button__more-options {
  display: none;
}

.product-information-inner .notify_btn i {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  padding-right: 5px;
  line-height: 24px;
}

.product-information-inner .notify_btn span {
  line-height: 24px;
}

@media (max-width: 991px) {
  .product-form__buttons {
    display: block;
  }
  .product-information-inner .shopify-payment-button {
    margin: 10px 0 0;
  }
}

/*---------------------- image loader --------------------------*/
.product-wrapper .product-thumb .loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  visibility: hidden;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  cursor: pointer;
}

.product-wrapper .preloader-wrapper {
  height: 30px;
  width: 30px;
  display: inline-block;
  position: relative;
}

.product-wrapper .preloader-wrapper .spinner-layer {
  -moz-animation: refreshing-loader 1000ms infinite linear;
  -webkit-animation: refreshing-loader 1000ms infinite linear;
  animation: refreshing-loader 1000ms infinite linear;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 3px solid #111;
  border-left-color: rgb(153, 170, 204);
  border-left-color: transparent;
  color: transparent;
  display: inline-block;
  font-size: 10px;
  width: 30px;
  height: 30px;
  text-indent: 100%;
}

.product-wrapper .preloader-wrapper .spinner-layer::before {
  display: block;
  border: 5px solid transparent;
  border-top-color: #111;
  border-left-color: #111;
  content: "";
  width: 10px !important;
  height: 10px !important;
  overflow: hidden;
  margin-left: -2px;
  margin-top: 16px;
}

@-moz-keyframes refreshing-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

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

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

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

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

@media (max-width: 480px) {
  .product-wrapper .preloader-wrapper .spinner-layer::before {
    width: 35px;
    height: 35px;
  }
}

.products-grid-view
  .product-short-list
  .product-wrapper
  .product-thumb
  .spinner-layer::before,
.products-grid-view
  .product-list
  .product-wrapper
  .product-thumb
  .spinner-layer::before,
.bestseller-collection
  .product-wrapper
  .thumbs.product-thumb
  .spinner-layer::before,
.sidebar-products .product-wrapper .preloader-wrapper .spinner-layer::before,
.category-slider .product-wrapper .thumbs.product-thumb .spinner-layer::before {
  width: 30px;
  height: 30px;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

.product-wrapper.loading .product-thumb .loader {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
}

.product-wrapper.loading:hover .product-thumb .featured-image {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  visibility: hidden;
}

.flexslider #popup_toggle {
  position: relative;
}

.flexslider .play-icone {
  bottom: 0;
  height: 85px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 85px;
  background: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(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;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  cursor: pointer;
}

@media (max-width: 991px) {
  .flexslider .play-icone {
    height: 75px;
    width: 75px;
  }
}

@media (max-width: 767px) {
  .flexslider .play-icone {
    height: 55px;
    width: 55px;
  }
}

@media (max-width: 480px) {
  .flexslider .play-icone {
    height: 34px;
    width: 34px;
  }
}

.flexslider .play-icone:hover {
  background-color: var(--color-product-secondary);
}

.flexslider .play-icone:hover i {
  color: var(--color-product-secondary-text);
}

.flexslider .play-icone i {
  color: #222;
  font-size: 62px;
  line-height: 85px;
  padding: 0 1px;
}

@media (max-width: 991px) {
  .flexslider .play-icone i {
    line-height: 75px;
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .flexslider .play-icone i {
    line-height: 55px;
    font-size: 40px;
  }
}

@media (max-width: 480px) {
  .flexslider .play-icone i {
    line-height: 34px;
    font-size: 32px;
  }
}

.flexslider .popup_overlay {
  position: absolute;
  left: 0;
  text-align: center;
  z-index: 999;
  right: 0;
  display: none;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
}

/*------------product 360 model-----*/
model-viewer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.product-single__photos .model-view.main_image_wrap,
.product-block .model-view {
  padding-top: 100%;
}

.video-source video {
  height: 100%;
  vertical-align: top;
}

.video-source {
  cursor: pointer;
}

/*---------------------- Product page Sticky Bar-------------------------*/
.add-to-cart-sticky {
  text-align: center;
  padding: 30px 0;
}

.add-to-cart-sticky.disable {
  display: none;
}

@media (max-width: 767px) {
  .add-to-cart-sticky.tablet {
    display: none;
  }
}

@media (max-width: 480px) {
  .add-to-cart-sticky.mobile {
    display: none;
  }
}

.add-to-cart-sticky.fixed {
  animation: 1s ease 0s normal both 1 running fixedanimation;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  padding: 10px 0;
  z-index: 2;
}

.add-to-cart-sticky .sticky-data {
  display: flex;
  align-items: center;
  margin: auto;
}

.add-to-cart-sticky .sticky-data .main-img-desc {
  padding: 0;
}

@media (max-width: 480px) {
  .add-to-cart-sticky .sticky-data .main-img-desc {
    width: 50%;
    padding: 0 15px;
  }
}

.add-to-cart-sticky .sticky-data .main-img-desc .main_image_wrap1 {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.add-to-cart-sticky .sticky-data .main-img-desc .product-desc {
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin: 8px 0 0 10px;
}

@media (max-width: 480px) {
  .add-to-cart-sticky .sticky-data .main-img-desc .product-desc {
    margin: 10px 0 0;
  }
}

.add-to-cart-sticky .sticky-data .main-img-desc .product-desc h3 {
  font: 500 14px/18px var(--font-stack-body);
  color: #eee;
}

.add-to-cart-sticky
  .sticky-data
  .main-img-desc
  .product-desc
  .product-single__title.text-capitalize {
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 5px;
}

.add-to-cart-sticky
  .sticky-data
  .main-img-desc
  .product-desc
  .h2.product-single__price {
  text-align: left;
  margin: 0 0 5px;
  font-size: 13px;
}

@media (max-width: 767px) {
  .add-to-cart-sticky
    .sticky-data
    .main-img-desc
    .product-desc
    .h2.product-single__price {
    text-align: center;
  }
}

.add-to-cart-sticky
  .sticky-data
  .main-img-desc
  .product-desc
  .h2.product-single__price
  #comparePrice1
  .money {
  font-size: 12px;
}

.add-to-cart-sticky
  .sticky-data
  .main-img-desc
  .product-desc
  .h2.product-single__price
  span.discount-percentage {
  vertical-align: top;
}

.add-to-cart-sticky
  .sticky-data
  .main-img-desc
  .product-desc
  .product-single__price
  span#productPrice1 {
  font-size: 14px;
}

.add-to-cart-sticky .sticky-data .sticky-content {
  margin: 0;
}

@media (max-width: 480px) {
  .add-to-cart-sticky .sticky-data .sticky-content {
    width: 50%;
    padding: 0;
  }
}

.add-to-cart-sticky .sticky-data .sticky-content .product-single__variants {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0;
}

@media (max-width: 767px) {
  .add-to-cart-sticky .sticky-data .sticky-content .product-single__variants {
    display: none;
  }
}

.add-to-cart-sticky
  .sticky-data
  .sticky-content
  .product-single__variants
  .swatch.clearfix {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.add-to-cart-sticky
  .sticky-data
  .sticky-content
  .product-single__variants
  .swatch.clearfix
  .header {
  display: none;
}

.add-to-cart-sticky
  .sticky-data
  .sticky-content
  .product-single__variants
  .swatch.clearfix
  .swatch-element {
  height: 20px;
  width: 20px;
}

.add-to-cart-sticky
  .sticky-data
  .sticky-content
  .product-single__variants
  .swatch.clearfix
  .swatch-element
  label {
  line-height: 20px;
}

@media (max-width: 400px) {
  .add-to-cart-sticky .sticky-data .product-single__addtocart .qty-box-set {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}

.add-to-cart-sticky .sticky-data .product-single__addtocart .btn {
  background-color: var(--color-btn-primary-bg);
  color: var(--color-btn-primary-text);
  margin: 0;
}

@media (max-width: 400px) {
  .add-to-cart-sticky .sticky-data .product-single__addtocart .btn {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0;
  }
}

.add-to-cart-sticky .sticky-data .product-single__addtocart .btn::after {
  background-color: var(--color-btn-primary-bg);
}

.add-to-cart-sticky .sticky-data .product-single__addtocart .btn:hover {
  color: var(--color-btn-primary-hover-text);
}

.add-to-cart-sticky .sticky-data .product-single__addtocart .btn:focus,
.add-to-cart-sticky .sticky-data .product-single__addtocart .btn:active {
  background-color: var(--color-btn-primary-bg);
  color: var(--color-btn-primary-hover-text);
}

@media (max-width: 480px) {
  .add-to-cart-sticky .container {
    padding: 0;
  }
}

@keyframes fixedanimation {
  0% {
    bottom: -100%;
  }

  100% {
    bottom: 0;
  }
}

.swatch .header {
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 5px;
  width: 100%;
  color: var(--color-body-text);
}

.swatch input[type="radio"] {
  display: none;
}

.swatch {
  margin-bottom: 13px;
}

.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: #f5f5f5;
  border: 1px solid var(--color-border);
  color: var(--color-body-text);
}

.swatch .swatch-element label {
  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 var(--color-border);
  line-height: 30px;
}

.compare-model .close.btn,
.compare-model .close.btn:before {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
}

body .compare-model .modal .modal-dialog {
  margin: 35px auto;
  width: auto;
  max-width: 700px;
  float: none;
  display: inline-block;
  vertical-align: top;
  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%);
}

@media (max-width: 767px) {
  body .compare-model .modal .modal-dialog {
    max-width: 400px;
  }
}

@media (max-width: 480px) {
  body .compare-model .modal .modal-dialog {
    max-width: 300px;
  }
}

body .compare-model .modal .modal-dialog .modal-content {
  margin: 0 auto;
  border-width: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-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 .close {
  opacity: 1;
  padding: 0;
  width: 25px;
  height: 25px;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}

body .compare-model .modal .modal-dialog .modal-content .close .mdi-close {
  padding: 0;
  display: inline-block;
  zoom: 1;
  font-size: 14px;
  line-height: 25px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}

body
  .compare-model
  .modal
  .modal-dialog
  .modal-content
  .close:hover
  .mdi-close {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

body .compare-model .modal .modal-dialog .modal-content .modal-body {
  background-color: var(--color-body);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
}

body
  .compare-model
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .modal-header {
  border-width: 2px;
  margin-top: 5px;
  border-color: var(--color-border);
  padding: 12px 35px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

body
  .compare-model
  .modal
  .modal-dialog
  .modal-content
  .modal-body
  .compare-button {
  padding: 15px;
}

body .compare-model .max_compare {
  margin-bottom: 0;
  font-size: 15px;
  color: var(--color-title);
  font-weight: 500;
}

.compare-model #modalCompare1::before {
  vertical-align: top;
}
.compare-item-des h4 {
  font-weight: 600;
}
@media (max-width: 767px) {
  .compare-box td a {
    width: 150px;
  }
}

/*---------  header compare----*/
.compare-icon-div,
.compare-icon-div a.compare {
  /*  */
  display: flex;
}

.compare-icon-div .compare-icon {
  margin: 0 5px 0 0;
}

.add-in-compare-js i.mdi.mdi-checkbox-multiple-marked {
  display: none;
}

.add-in-compare-js.added i.mdi.mdi-checkbox-multiple-marked {
  display: inline-block;
}

.add-in-compare-js i.mdi.mdi-checkbox-multiple-blank-outline {
  display: inline-block;
}

.add-in-compare-js.added i.mdi.mdi-checkbox-multiple-blank-outline {
  display: none;
}

.add-to-compare.pro_btn {
  display: inline-block;
}

@media (min-width: 992px) {
  body:not(.template-product):not(.template-collection):not(.template-index)
    .main-content
    .pagecontent {
    min-height: 400px;
  }
}

.product-inventory .out_of_stock .product_in_stock {
  display: none;
}

/* =============== collection sidebar ===================== */
.sidebar .widget {
  margin-bottom: 0;
  padding: 10px;
  border: 1px solid var(--color-border);
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .sidebar .widget {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .sidebar-block .widget {
    padding: 0;
    border: none;
  }

  .sidebar-block .color .widget {
    border-bottom: none;
  }

  .main-content .sidebar-block .shopify-section {
    margin: 0 0 12px;
    border: 1px solid var(--color-border);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
  }

  .sidebar-block .widget .h4,
  .sidebar-block .widget h4 {
    padding: 15px;
  }

  .sidebar-block .facets-container {
    padding: 10px 0;
    border: 1px solid var(--color-border);
    margin: 0 0 12px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
  }

  .sidebar-block div ul {
    padding: 10px;
    margin: 0;
    border-top: 1px solid var(--color-border);
  }

  .sidebar-block #shopify-section-sidebar-tag-filters aside.sidebar-tag {
    margin: 0;
  }

  .sidebar-block {
    margin-bottom: 30px;
  }

  .off-canvas-wrapper .sidebar-block,
  .off-canvas-wrapper .sidebar-block .widget {
    border: none;
    margin: 0;
  }

  .refined-widgets a {
    padding: 13px 15px;
    border-bottom: 1px solid var(--color-border);
  }
}

.sidebar .widget h4,
.sidebar-block .widget h4,
.sidebar-block .widget h4 {
  font: 600 14px/18px var(--font-stack-body);
  color: var(--color-title);
  margin: 0 0 10px;
  text-transform: capitalize;
  padding: 10px 15px;
  background: #f5f5f5;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .sidebar .widget h4,
  .sidebar-block .widget h4,
  .sidebar-block .widget h4 {
    margin: 0 0 10px;
  }
}

@media (max-width: 991px) {
  .sidebar .widget h4,
  .sidebar-block .widget h4,
  .sidebar-block .widget h4 {
    margin: 0;
    background: none;
    cursor: pointer;
    position: relative;
    user-select: none;
  }
}

.sidebar-block ul li > a {
  color: var(--color-text-field);
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  position: relative;
}

.sidebar-block ul li > a:hover {
  color: var(--color-text-hover-field);
}

.collection_sidebar ul {
  margin: 0;
  padding: 0 15px;
}

.sidebar .widget ul li.product-wrapper {
  margin: 0 0 15px 0;
  animation: none;
}

.sidebar .widget ul li {
  margin: 0 0 5px 0;
  display: inline-block;
  width: 100%;
  text-transform: capitalize;
  vertical-align: top;
  padding: 0;
}

.sidebar-block .widget ul li {
  margin: 0;
  text-transform: capitalize;
}

.widget.widget_top_rated_products .sidebar .widget ul li {
  margin: 0 0 15px 0;
}

.sidebar .widget .top-products-detail .price .money,
.collection_sidebar .widget .top-products-detail .price .money {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}

.sidebar .widget .top-products-detail .compare-price .money,
.collection_sidebar .widget .top-products-detail .compare-price .money {
  font-size: 12px;
  line-height: 14px;
}

.widget-content li > a.active span {
  color: #000;
}

.widget-content li > a.active {
  position: relative;
}

.widget-content ul li a.active::before {
  content: "\f12c";
  font-family: "Material Design Icons";
  position: absolute;
  left: 7px;
  right: auto;
  top: 4px;
  bottom: auto;
  height: 15px;
  width: 15px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

@media (max-width: 991px) {
  .widget-content ul li a.active::before {
    top: 2px;
  }
}

.sidebar .collection_sidebar .refined-widgets > a {
  border: 1px solid #e5e5e5;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 25px;
  padding: 15px;
}

.collection_sidebar .refined-widgets > a > i {
  font-size: 16px;
  line-height: 20px;
}

.collection_sidebar .widget .product-categories ul {
  padding: 0 0 0 15px;
}

.sidebar .widget_promo_img ul li {
  margin: 0;
  display: inline;
}

.widget.widget_promo_img {
  padding: 15px;
  display: inline-block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}

.widget.widget_promo_img img {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  overflow: hidden;
}

.product-wrapper.sidebar-product .image.product-thumb {
  padding: 0;
}

@media (min-width: 1450px) {
  .product-wrapper.sidebar-product .image.product-thumb {
    width: auto;
  }
}

.product-wrapper.sidebar-product .image.product-thumb .product-t {
  border: none;
}

@media (max-width: 991px) {
  .sidebar .widget .no-bullets .image {
    width: auto;
  }

  .off-canvas-wrapper
    .collection_sidebar
    .widget
    ul
    li.product-wrapper
    .image.product-thumb {
    width: auto;
  }

  .collection_sidebar .widget a > i {
    float: unset;
    display: inline-block;
  }

  .sidebar .collection_sidebar div ul:not(#promoimg-carousel) {
    padding: 0 15px 5px 15px;
  }

  .collection_sidebar div ul#promoimg-carousel {
    padding: 0 !important;
  }

  .sidebar .collection_sidebar > div .widget {
    padding: 15px;
  }

  .collection_sidebar .widget #promo-carousel {
    padding: 0 !important;
  }
}

@media (max-width: 480px) {
  .widget_top_rated_products .top-products-detail {
    width: 62%;
  }
  .sidebar-block {
    margin-bottom: 25px;
  }
}

.spr-review .spr-icon {
  font-size: 100%;
}

.item-swatch.color_swatch_Value label {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0;
}

.color_swatch_Value li {
  vertical-align: top;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  padding: 1px;
  float: none;
  margin: 0;
  -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) {
  ul.item-swatch.color_swatch_Value.grid-item-meta {
    bottom: 55px;
  }
}

@media (max-width: 480px) {
  ul.item-swatch.color_swatch_Value.grid-item-meta {
    display: none;
  }
}

.product-wrapper:hover ul.item-swatch.color_swatch_Value.grid-item-meta {
  bottom: 95px;
}

@media (max-width: 991px) {
  .product-wrapper:hover ul.item-swatch.color_swatch_Value.grid-item-meta {
    bottom: 55px;
  }
}

.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 {
  display: block;
  margin: 0 0 10px;
}

@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 {
    display: inline-block;
    float: none;
    width: auto;
    vertical-align: top;
  }
}

.product-layouts
  .product-wrapper
  .product-description
  .item-swatch.color_swatch_Value,
.grid-item .product-wrapper .item-swatch.color_swatch_Value {
  display: none;
}

@media (min-width: 1400px) {
  .full-width .collection_template .product-list .product-thumb {
    width: auto;
  }
}

.top-products-detail h5 {
  margin: 5px 0;
  font: 500 13px/18px var(--font-stack-body);
  text-transform: capitalize;
}

.collection_template .product-list.grid-item {
  width: 100%;
}

.products-grid-view > .grid-item {
  overflow: hidden;
}

.products-grid-view > .grid-item p {
  margin: 0 15px;
}

.products-grid-view > .product-grid {
  float: left;
}

.products-grid-view {
  width: 100%;
}

.products-grid-view > .grid-item.style3,
.products-grid-view > .grid-item.style2 {
  padding: 0;
}

a.product-t {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  height: 100%;
  display: inline-block;
  text-align: center;
}

.product-description .spr-badge-caption,
.product-wrapper:hover .spr-badge {
  display: block;
}

.product-single__photos .product-image-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.product-list .product-wrapper .product-description .grid-view-item__vendor {
  font-size: 13px;
  line-height: 16px;
  margin: 10px 0 0;
}

.product-list .product-description .spr-badge {
  opacity: 1 !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  position: relative;
  margin-bottom: 10px !important;
  margin-top: 0 !important;
}

.product-list .product-wrapper:hover .product-description .spr-badge {
  display: block;
}

.search-results .product-price__price.compare_price .money {
  margin-left: 5px;
}

.search_wrapper .search-results {
  top: 100% !important;
  overflow: auto;
  max-height: 655px;
}

.search_wrapper .search-results::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}

.search_wrapper .search-results::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
}

.search_wrapper .search-results::-webkit-scrollbar {
  width: 5px;
}

.filter-grid-list span {
  display: none;
}

.filter-grid-list #list-view,
.filter-grid-list #grid-view,
.filter-grid-list #short-list-view {
  position: relative;
  background: #fff;
  padding: 15px;
  margin: 0 3px 0 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
}

.view-mode.filter-grid-list.grid__item {
  align-items: center;
  display: flex;
  cursor: pointer;
}

.view-mode.filter-grid-list.grid__item a {
  align-items: center;
  display: flex;
  cursor: pointer;
}

.view-mode.filter-grid-list.grid__item .btn::after {
  display: none;
}

.filter-grid-list .grid::before {
  content: "\f03b";
  color: #979292;
  font-family: "Material Design Icons";
  position: absolute;
  left: 0px;
  right: auto;
  top: 0;
  bottom: 0;
  font-size: 24px;
  height: 30px;
  width: 30px;
  line-height: 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;
}

.filter-grid-list .list::before {
  content: "\f969";
  color: #979292;
  font-family: "Material Design Icons";
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  font-size: 24px;
  height: 30px;
  width: 30px;
  line-height: 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;
}

.filter-grid-list .short-list::before {
  content: "\f687";
  color: #979292;
  font-family: "Material Design Icons";
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  font-size: 24px;
  height: 30px;
  width: 30px;
  line-height: 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;
}

.filter-grid-list .grid.active::before,
.filter-grid-list .grid:hover::before,
.filter-grid-list .list.active::before,
.filter-grid-list .list:hover::before,
.filter-grid-list .short-list.active::before,
.filter-grid-list .short-list:hover::before {
  color: #000;
}

.widget_filter_tag.total_2,
.widget_filter_tag.total_2 .sidebar-tag {
  width: 50%;
}

.widget_filter_tag.total_3 {
  width: 75%;
}

.widget_filter_tag.total_1,
.widget_filter_tag.total_4 .sidebar-tag {
  width: 25%;
}

.product-wrapper:hover .product-thumb .fade_img img.image_thumb {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
}

.style1 .product-wrapper:hover .product-thumb .fade_img img.image_thumb {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
}

.product-wrapper: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 5px;
    width: 100%;
    text-align: center;
  }
  .view-mode.filter-grid-list.grid__item {
    justify-content: center;
    margin: 0 0 10px;
  }
}

.product-information .qty-box-set .qtyplus::before {
  content: "\F415";
  font-family: "Material Design Icons";
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}

/* ===================================================================== HOME CSS START ============================================================================================*/

/*======================= BLOG css End =======================*/
.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 {
  margin: 0 0 0 4px;
}

.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next {
  margin: 0 4px 0 0;
}

.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:hover,
.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:active,
.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:focus,
.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:hover,
.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:active,
.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:focus {
  background: #219fba;
}

.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:hover:before,
.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:active:before,
.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:focus:before,
.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:hover:before,
.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:active:before,
.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:focus:before {
  color: var(--color-btn-primary-hover-text);
}

.blog_latest_new_home {
  margin: 0 0 80px 0;
}

.blog_latest_new_home .text-center {
  padding: 30px 0 0;
}

#blog_slider .tbblog_image_holder a.article__grid-image {
  position: relative;
  overflow: hidden;
  display: inherit;
}

.design_1 #blog_slider .tbblog_image_holder a.article__grid-image,
.design_3 #blog_slider .tbblog_image_holder a.article__grid-image {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
}

.blog_latest_new_home .grid.grid--blog {
  text-align: center;
}

#blog_slider .article__grid__inner .tbblog_image_holder > a::before,
.blog-section .tb-blog-content .tbblog_image_holder > a::before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

@media (max-width: 1199px) {
  .blog_latest_new_home {
    margin: 0 0 60px 0;
  }
}

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

  #blog_slider .article__grid__inner .tbblog_image_holder > a::before,
  .blog-section .tb-blog-content .tbblog_image_holder > a::before {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
  }
}

#blog_slider .article__grid__inner:hover .tbblog_image_holder > a::before,
.blog-section .tb-blog-content:hover .tbblog_image_holder > a::before {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

#blog_slider .tb-blog-content .blog_image_holder .bloglinks,
.content-wrapper .tb-blog-content span.bloglinks {
  bottom: 0;
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 1;
}

@media (max-width: 991px) {
  #blog_slider .tb-blog-content .blog_image_holder .bloglinks,
  .content-wrapper .tb-blog-content span.bloglinks {
    height: 45px;
    width: 45px;
  }
}

#blog_slider .tb-blog-content .blog_image_holder .bloglinks a,
.content-wrapper .tb-blog-content span.bloglinks a {
  border: none;
  width: 50px;
  height: 50px;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -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: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991px) {
  #blog_slider .tb-blog-content .blog_image_holder .bloglinks a,
  .content-wrapper .tb-blog-content span.bloglinks a {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    height: 45px;
    width: 45px;
  }
}

#blog_slider .tb-blog-content .blog_image_holder .bloglinks a i,
.content-wrapper .tb-blog-content span.bloglinks a i {
  font-size: 22px;
  line-height: 24px;
  font-weight: normal;
  color: #111111;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}

#blog_slider .tb-blog-content .blog_image_holder .bloglinks a:hover i,
.content-wrapper .tb-blog-content span.bloglinks a:hover i {
  color: #fff;
}

#blog_slider .tb-blog-content:hover .blog_image_holder .bloglinks a,
.content-wrapper .tb-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_slider .tb-blog-content .blog_image_holder .bloglinks a:hover {
  background: #219fba;
}

#blog_slider .tb-blog-content .blog-content-wrap {
  padding: 0;
}

#blog_slider .article__grid-meta .h3.article__title a {
  color: #333;
  white-space: nowrap;
}

#blog_slider .article__grid-meta .h3.article__title a:hover {
  color: #000;
}

#blog_slider .article__grid-meta .rte.article__grid-excerpt {
  font: 500 15px/24px "Roboto", Helvetica, sans-serif;
  margin: 0 0 10px;
}

@media (max-width: 1399px) {
  #blog_slider .article__grid-meta .rte.article__grid-excerpt {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  #blog_slider .article__grid-meta .rte.article__grid-excerpt {
    line-height: 22px;
  }
}

#blog_slider .tb-blog-content .read-more::after {
  content: "\f142";
  font-family: "Material Design Icons";
  vertical-align: middle;
  font-size: 16px;
  float: none;
  line-height: 18px;
  margin: 3px 0 0;
}

#blog_slider .blog-content-wrap .list--inline.article__meta-buttons {
  margin: 0;
}

#blog_slider .blog-content-wrap .list--inline > li {
  margin: 0;
}

#blog_slider .article__grid-meta .list--inline {
  display: inline-block;
}

#blog_slider .article__grid-meta .list--inline a.read-more {
  font: 500 15px/18px "Roboto", Helvetica, sans-serif;
  float: none;
  width: auto;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
}

#blog_slider .blog-content-wrap .article__date i.mdi.mdi-calendar {
  font-size: 16px;
  line-height: 18px;
  padding: 0 6px 0 0;
}

#blog_slider.grid-blog-slider .article__grid-image img {
  width: 100%;
}

#blog_slider .tb-blog-content .article__title {
  font: 600 26px/28px "Arima", helvetica, sans-serif;
  text-transform: capitalize;
  margin: 15px 0;
}
.design_2 #blog_slider .tb-blog-content .article__title {
  margin: 0 0 10px;
}

#blog_slider .tb-blog-content .article__title > a {
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  color: #111;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#blog_slider .tb-blog-content .article__title > a:hover,
#blog_slider .tb-blog-content .article__title > a:active,
#blog_slider .tb-blog-content .article__title > a:focus,
#blog_slider .article__grid-meta .list--inline a.read-more:hover,
#blog_slider .article__grid-meta .list--inline a.read-more:active,
#blog_slider .article__grid-meta .list--inline a.read-more:focus {
  color: var(--color-btn-primary-bg);
}
#blog_slider .grid__item {
  margin: 0 0 30px 0;
}
@media (max-width: 1399px) {
  #blog_slider .tb-blog-content .article__title {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 1299px) {
  #blog_slider .tb-blog-content .article__title {
    margin: 12px 0;
  }
}
@media (max-width: 991px) {
  #blog_slider .grid__item {
    margin: 0 0 15px 0;
  }
  #blog_slider .tb-blog-content .article__title {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  #blog_slider .grid__item {
    margin: 0 0 12px 0;
  }
}
@media (max-width: 480px) {
  .blog_latest_new_home {
    margin: 0 0 20px 0;
  }
  #blog_slider .tb-blog-content .article__title {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 360px) {
  #blog_slider .tb-blog-content .article__title {
    font-size: 17px;
    line-height: 22px;
  }
}
/* -- blog design-1---- */
.design_1 #blog_slider .tb-blog-content .blog-content-wrap {
  text-align: left;
  padding: 15px;
  background: #fff;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: -80px;
  width: 72%;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  border-radius: 8px 0 0 0;
  -moz-border-radius: 8px 0 0 0;
  -webkit-border-radius: 8px 0 0 0;
  -khtml-border-radius: 8px 0 0 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

@media (max-width: 1299px) {
  .design_1 #blog_slider .tb-blog-content .blog-content-wrap {
    width: 80%;
  }
}

@media (max-width: 991px) {
  .design_1 #blog_slider .tb-blog-content .blog-content-wrap {
    position: static;
    padding: 10px 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    background: transparent;
  }
}

@media (max-width: 480px) {
  .design_1 #blog_slider .tb-blog-content .blog-content-wrap {
    padding: 10px 0;
  }
}

.design_1 #blog_slider .tb-blog-content:hover .blog-content-wrap {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  right: 0;
}

.design_1 #blog_slider .tb-blog-content .blog_image_holder .bloglinks {
  left: -50px;
  right: auto;
  top: auto;
  bottom: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

.design_1 #blog_slider .tb-blog-content:hover .blog_image_holder .bloglinks {
  left: 0;
  right: auto;
}

@media (max-width: 991px) {
  .design_1 #blog_slider .tb-blog-content .blog_image_holder .bloglinks,
  .design_1 #blog_slider .tb-blog-content:hover .blog_image_holder .bloglinks {
    left: 0;
    right: 0;
    top: 0;
  }
}

.design_1 #blog_slider .tb-blog-content .blog_image_holder .bloglinks a {
  border-radius: 0 8px 0 0;
  -moz-border-radius: 0 8px 0 0;
  -webkit-border-radius: 0 8px 0 0;
  -khtml-border-radius: 0 8px 0 0;
  border: none;
  padding: 15px;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}

@media (max-width: 991px) {
  .design_1 #blog_slider .tb-blog-content .blog_image_holder .bloglinks a {
    padding: 13px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
  }
}

.design_1 #blog_slider .tb-blog-content .blog-content-wrap .article__comment {
  display: none;
}

.design_1 #blog_slider .article__grid-meta .list--inline a.read-more {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}

.design_1 #blog_slider .article__grid__inner.tb-blog-content {
  text-align: left;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .design_1 #blog_slider .article__grid__inner.tb-blog-content {
    margin: 0;
  }
}

.design_1
  #blog_slider
  .article__grid__inner
  .tbblog_image_holder.blog_image_holder {
  padding: 0;
}

.design_1 #blog_slider .grid__item {
  padding: 0 15px;
  width: 100%;
}

.design_1 #blog_slider .tb-blog-content .blog-content-wrap .article__date {
  margin: 0 0 8px;
  font: 500 13px/20px var(--font-stack-subheading), sans-serif;
  color: #219fba;
  display: flex;
  align-items: center;
}

.design_1
  #blog_slider
  .article__grid__inner:hover
  .tbblog_image_holder.blog_image_holder {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  left: 0;
}
.design_1 #blog_slider .tb-blog-content .article__title {
  padding: 0;
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 22px;
}
.design_1 #blog_slider .blog-content-wrap span.article__comment.right {
  display: none;
}

.design_1 #blog_slider .article__grid-meta .rte.article__grid-excerpt {
  font-size: 14px;
  margin: 0 0 8px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .design_1 #blog_slider .tb-blog-content .article__title,
  .design_1 #blog_slider .tb-blog-content .blog-content-wrap .article__date {
    margin: 0 0 5px;
  }
}
@media (max-width: 630px) {
  .design_1 #blog_slider .tb-blog-content .blog-content-wrap .article__date {
    font-size: 14px;
    line-height: 16px;
  }

  .design_1 #blog_slider .article__grid-meta .rte.article__grid-excerpt {
    font-size: 14px;
  }

  .design_1 #blog_slider .article__grid-meta .list--inline a.read-more {
    font-size: 14px;
    line-height: 16px;
  }
}

@media (max-width: 480px) {
  .design_1 #blog_slider .tb-blog-content .article__title {
    font-size: 18px;
    line-height: 20px;
  }
  .design_1 #blog_slider .grid__item {
    padding: 0 8px;
  }
  .design_1 #blog_slider .tb-blog-content .blog-content-wrap .article__date {
    font-size: 13px;
    margin: 0 0 6px;
  }

  .design_1 #blog_slider .article__grid-meta .rte.article__grid-excerpt {
    font-size: 13px;
    margin: 0 0 6px;
  }

  .design_1 #blog_slider .article__grid-meta .list--inline a.read-more {
    font-size: 13px;
  }
}

/* -- blog design-2---- */
.design_2 #blog_slider .tb-blog-content .blog-content-wrap {
  text-align: left;
  padding: 15px;
  margin: 0;
}

@media (max-width: 1199px) {
  .design_2 #blog_slider .tb-blog-content .blog-content-wrap {
    padding: 15px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .design_1
    #blog_slider
    .article__grid__inner
    .tbblog_image_holder.blog_image_holder {
    position: relative;
  }
}

@media (max-width: 480px) {
  .design_2 #blog_slider .tb-blog-content .blog-content-wrap {
    margin-bottom: 0;
  }
}

.design_2 #blog_slider .tb-blog-content .rte.article__grid-excerpt {
  border-bottom: 1px solid #d8d6d6;
  padding: 0 0 15px;
}

.design_2 #blog_slider .tb-blog-content .list--inline.article__meta-buttons {
  width: auto;
}

.design_2 #blog_slider .tb-blog-content span.article__comment {
  font-size: 18px;
  line-height: 20px;
}

.design_2 #blog_slider .tb-blog-content span.article__comment i.mdi {
  font-size: 18px;
  line-height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

@media (min-width: 631px) and (max-width: 767px) {
  .design_2 #blog_slider .tb-blog-content .article__title {
    font-size: 16px;
    line-height: 18px;
    margin: 10px 0;
  }
}

@media (max-width: 630px) {
  .design_2 #blog_slider .article__grid__inner.tb-blog-content {
    padding: 0;
  }
}

.design_2 #blog_slider .grid__item {
  padding: 8px 15px;
  width: 100%;
}

.design_2 #blog_slider .grid__item .tb-blog-content {
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  background: #fff;
  border: 1px solid #e8e8e8;
}

.design_2
  #blog_slider
  .article__grid__inner
  .tbblog_image_holder.blog_image_holder {
  position: relative;
  padding: 0;
  overflow: hidden;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
}

@media (max-width: 1199px) {
  .design_2
    #blog_slider
    .article__grid__inner
    .tbblog_image_holder.blog_image_holder {
    margin: 0;
  }
}

@media (max-width: 480px) {
  .design_2
    #blog_slider
    .article__grid__inner
    .tbblog_image_holder.blog_image_holder {
    padding: 0;
  }
  .design_2 #blog_slider .tb-blog-content .rte.article__grid-excerpt {
    padding: 0 0 8px;
  }

  .design_2 #blog_slider .grid__item {
    padding: 8px 5px;
  }
}

.design_2 #blog_slider.grid-blog-slider .tb-blog-content .article__date {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  color: #219fba;
  font-weight: 500;
  font-size: 14px;
}
@media (max-width: 991px) {
  .design_2 #blog_slider.grid-blog-slider .tb-blog-content .article__date {
    margin: 0 0 8px;
  }
}
@media (max-width: 480px) {
  .design_2 #blog_slider.grid-blog-slider .tb-blog-content .article__date {
    margin: 0 0 8px;
  }
}
/* -- blog design-3---- */
.design_3 #blog_slider .grid__item {
  padding: 0 15px;
  margin: 0 0 25px;
  width: 100%;
}

.design_3
  #blog_slider
  .article__grid__inner
  .tbblog_image_holder.blog_image_holder {
  position: relative;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.design_3 #blog_slider .article__grid__inner.tb-blog-content {
  text-align: left;
  margin: 0;
  position: relative;
  color: #111;
}

.design_3 #blog_slider .tb-blog-content .article__title {
  margin: 0 0 8px;
  padding: 0;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 24px;
}
@media (max-width: 1300px) {
  .design_3 #blog_slider .tb-blog-content .article__title {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .design_3 #blog_slider .tb-blog-content .article__title {
    margin: 0 0 10px;
  }
}
@media (max-width: 480px) {
  .design_3 #blog_slider .tb-blog-content .article__title {
    font-size: 18px;
    line-height: 20px;
  }
}
.design_3 .article__grid-meta.article__grid-meta--has-image {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.design_3 #blog_slider .tb-blog-content .blog-content-wrap {
  padding: 0;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  background: rgba(255, 255, 255, 0.95);
  padding: 30px;
  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: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}

@media (max-width: 1499px) {
  .design_3 #blog_slider .tb-blog-content .blog-content-wrap {
    padding: 24px 20px;
  }
}

@media (max-width: 1299px) {
  .design_3 #blog_slider .tb-blog-content .blog-content-wrap {
    padding: 15px;
    left: 10px;
    right: 10px;
    top: auto;
    bottom: 10px;
  }
}

@media (max-width: 1199px) {
  .design_3 #blog_slider .tb-blog-content .blog-content-wrap {
    padding: 25px 30px;
  }
}

@media (max-width: 991px) {
  .design_3 #blog_slider .tb-blog-content .blog-content-wrap {
    position: static;
    padding: 15px 0 0;
    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;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    background: transparent;
  }

  .design_3 #blog_slider .grid__item {
    margin: 0 0 20px;
  }
}

.design_3 #blog_slider .tb-blog-content:hover .blog-content-wrap {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
}

@media (max-width: 991px) {
  .design_3 #blog_slider .tb-blog-content:hover .blog-content-wrap {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
  }
}

.design_3 #blog_slider .article__grid-meta .list--inline a.read-more {
  line-height: 16px;
  font-size: 14px;
  font-weight: 600;
  float: none;
  display: inline-block;
  vertical-align: top;
  color: var(--color-title);
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}

.design_3 #blog_slider .article__grid-meta .list--inline a.read-more:hover,
.design_3 #blog_slider .article__grid-meta .list--inline a.read-more:active,
.design_3 #blog_slider .article__grid-meta .list--inline a.read-more:focus {
  color: var(--color-btn-primary-bg);
}

.design_3 #blog_slider .article__grid-meta .rte.article__grid-excerpt {
  margin: 0 0 15px;
}

.design_3 .grid-blog-slider .tb-blog-content .date-comment {
  margin: 0 0 10px;
  border-bottom: 1px solid #d9d9d9;
  padding: 0 0 8px;
  font-weight: 600;
}

.design_3 .grid-blog-slider .tb-blog-content .article__comment {
  margin: 0;
  width: auto;
}

.design_3 .grid-blog-slider .tb-blog-content .article__comment > a {
  color: var(--color-body-text);
}

.design_3 .grid-blog-slider .tb-blog-content .article__comment i {
  font-size: 16px;
  line-height: 20px;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.design_3 .grid-blog-slider .tb-blog-content .article__date {
  padding: 0;
  margin: 0px;
  font-size: 14px;
}

.design_3 #blog_slider .article__grid-meta .list--inline a.read-more::after {
  display: none;
}

@media (max-width: 1399px) {
  .design_3 #blog_slider .article__grid-meta .rte.article__grid-excerpt {
    margin: 0 0 8px;
  }
}
@media (max-width: 991px) {
  .design_3 .grid-blog-slider .tb-blog-content .date-comment {
    border-bottom-color: #c0c0c0;
  }
}
@media (max-width: 767px) {
  .blog_latest_new_home
    .design_3
    .tb-blog-content
    .blog_image_holder
    .bloglinks
    a {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
  }
}

@media (max-width: 575px) {
  .design_3 #blog_slider .article__grid-meta .rte.article__grid-excerpt {
    margin: 0 0 10px;
  }

  .design_3 #blog_slider .tb-blog-content .blog-content-wrap {
    padding: 10px 0 0;
  }
}

@media (max-width: 480px) {
  .design_3 .grid-blog-slider .tb-blog-content .date-comment {
    margin: 0 0 12px;
    padding: 0 0 6px;
    font-size: 13px;
  }

  .design_3 #blog_slider .tb-blog-content .blog-content-wrap {
    padding: 8px 0 0;
  }

  .design_3 #blog_slider .grid__item {
    margin: 0 0 15px;
  }
  .design_3 #blog_slider .article__grid-meta .rte.article__grid-excerpt {
    font-size: 13px;
    line-height: 22px;
  }
}

.design_1 #blog_slider .article__grid-meta .rte.article__grid-excerpt,
.design_2 #blog_slider .article__grid-meta .rte.article__grid-excerpt,
.design_3 #blog_slider .article__grid-meta .rte.article__grid-excerpt {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 400;
  max-height: 55px;
}
@media (max-width: 360px) {
  .design_1 #blog_slider .article__grid-meta .rte.article__grid-excerpt,
  .design_2 #blog_slider .article__grid-meta .rte.article__grid-excerpt,
  .design_3 #blog_slider .article__grid-meta .rte.article__grid-excerpt {
    max-height: 50px;
  }
}
/*--------------------- blog inner content -------------------*/
.blogleft_inner_content .tb-blog-content .tb-blog-description p {
  margin: 0 0 5px;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blogleft_inner_content .tb-blog-description h4.article__title {
  margin: 0 0 10px;
}

.blogleft_inner_content .tb-blog-description h4.article__title > a {
  font: 600 26px/28px "Arima", cursive;
  text-transform: capitalize;
  margin: 0 0 8px;
  color: #111;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}

.blogleft_inner_content .tb-blog-description .tb-social-share i.mdi {
  font-size: 18px;
  line-height: 30px;
}

.blogleft_inner_content .article .tb-blog-description .tb-social-share {
  margin: 10px 0;
  display: flex;
}

.blogleft_inner_content .article .tb-blog-description .blog-btn a {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}

.blogleft_inner_content .article .tb-blog-description .blog-btn a,
.blogleft_inner_content
  .article
  .tb-blog-description
  .tb-social-share
  .facebook
  a,
.blogleft_inner_content
  .article
  .tb-blog-description
  .tb-social-share
  .twitter
  a,
.blogleft_inner_content
  .article
  .tb-blog-description
  .tb-social-share
  .pinterest
  a,
.blogleft_inner_content
  .article
  .tb-blog-description
  .tb-social-share
  .linkedin
  a {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}

.blogleft_inner_content .tb-blog-description h4.article__title > a:hover,
.blogleft_inner_content .article .tb-blog-description .blog-btn a:hover {
  color: var(--color-btn-primary-bg);
}

.blogleft_inner_content
  .article
  .tb-blog-description
  .tb-social-share
  .facebook
  a:hover {
  color: #15a2fa;
}

.blogleft_inner_content
  .article
  .tb-blog-description
  .tb-social-share
  .instagram
  a:hover {
  color: #c8232c;
}

.blogleft_inner_content
  .article
  .tb-blog-description
  .tb-social-share
  .pinterest
  a:hover {
  color: #e60023;
}

.blogleft_inner_content
  .article
  .tb-blog-description
  .tb-social-share
  .linkedin
  a:hover {
  color: #0077b5;
}

.blogleft_inner_content .tb-blog-content .tb-social-share > div {
  width: 30px;
  height: 30px;
  margin: 0 5px 0 0;
}

.blogleft_inner_content .article .tbblog_image_holder.blog_image_holder {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
}

.blogleft_inner_content .article .blogs-sub-title {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -46px;
  padding: 10px 15px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;

  @include at-query($max, $tablet) {
    bottom: 0;
  }

  @include at-query($max, $mobile) {
    padding: 5px 10px;
  }
}

.sidebar__inner .recent_article ul {
  margin: 0;
}

.sidebar__inner #shopify-section-sidebar-category,
.sidebar__inner #FacetFiltersForm #FacetsWrapperDesktop .disclosure-has-popup,
#FacetFiltersForm {
  margin: 0 0 12px;
}
 {
  margin: 0 0 10px;
}

.blogleft_inner_content .article:hover .blogs-sub-title {
  bottom: 0;
}

.blogleft_inner_content .article .blogs-sub-title p {
  margin: 0;
  color: #fff;
}

.blogleft_inner_content .article .blogs-sub-title p span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.blogleft_inner_content .tb-blog-content .tb-blog-description .blog-btn a.btn {
  background: none;
  color: $colorLink;
  padding: 0 0 2px;
}

.blogleft_inner_content
  .tb-blog-content
  .tb-blog-description
  .blog-btn
  a.btn:hover {
  color: $colorLinkHover;
}

.blogleft_inner_content
  .tb-blog-content
  .tb-blog-description
  .blog-btn
  a.btn::after {
  display: none;
}

.blogleft_inner_content .tb-blog-content .blog-btn i.mdi.mdi-chevron-right {
  vertical-align: middle;
}

.blogleft_inner_content .tb-blog-content .blog_image_holder img {
  width: 100%;
}
@media (max-width: 1299px) {
  .blogleft_inner_content .tb-blog-description h4.article__title > a {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .blogleft_inner_content .article .tbblog_image_holder.blog_image_holder {
    margin: 0 0 12px;
  }
  .blogleft_inner_content .tb-blog-description h4.article__title {
    margin: 0 0 6px;
  }
  .blogleft_inner_content .article .tb-blog-description .tb-social-share {
    margin: 8px 0;
  }
  .blogleft_inner_content .tb-blog-description h4.article__title > a {
    font-size: 20px;
    line-height: 22px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .blogleft_inner_content .tb-blog-description h4.article__title {
    margin: 2px 0 6px;
  }
  .blogleft_inner_content .tb-blog-description h4.article__title > a {
    font-size: 20px;
    line-height: 24px;
  }
  .blogleft_inner_content .article .tb-blog-description .blog-btn a {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
  }
}

@media (max-width: 767px) {
  .blogleft_inner_content .article .blogs-sub-title {
    padding: 6px 10px;
    bottom: 0;
  }
  .blogleft_inner_content .article .tb-blog-description .tb-social-share {
    margin: 6px 0;
  }
  .blogleft_inner_content .article .blogs-sub-title p span {
    font-size: 13px;
  }
  .blogleft_inner_content .tb-blog-content .tb-blog-description p {
    font-size: 13px;
    line-height: 24px;
  }
}

@media (max-width: 360px) {
  .blogleft_inner_content .tb-blog-description h4.article__title > a {
    font-size: 17px;
    line-height: 22px;
  }
}

/*-------------------- blog_list ----------------*/
.blog_list.grid__item {
  padding: 0;
}

.blog_list .article.tb-blog-content {
  margin: 0 0 30px;
}

.blog_list .tb-blog-content .blog_image_holder {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0;
}

.blog_list .tbblog_image_holder a.article__grid-image {
  position: relative;
}

.blog_list .tbblog_image_holder a.article__grid-image img {
  width: 100%;
}

.blog_list.grid__item.blog_list_item p.blog-date {
  position: absolute;
  right: 15px;
  bottom: 25px;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 15px;
  color: var(--color-title);
  margin: 0;
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -khtml-border-radius: 5px 0 0 5px;
}

@media (max-width: 480px) {
  .blog_list.grid__item.blog_list_item p.blog-date {
    padding: 5px 10px;
    bottom: 0;
  }
}

.blog_list.grid__item.blog_list_item p.blog-date .mdi.mdi-calendar {
  vertical-align: middle;
}

.blog_list.grid__item.blog_list_item .tb-blog-description .tb-social-share {
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0;
}

.blog_list .tb-blog-description .tb-social-share > div {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: top;
}

.blog_list .tb-blog-description .tb-social-share i.mdi {
  font-size: 18px;
  line-height: 30px;
}

.blog_list.grid__item.blog_list_item .tb-blog-description .blog-btn {
  margin: 22px 0 0;
}

.blog_list.grid__item.blog_list_item .tb-blog-description .blog-btn .btn {
  line-height: 20px;
}

.blog_list.grid__item.blog_list_item .comments-count {
  padding: 0;
  margin: 5px 0;
}

.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 .blog-btn i {
  margin-left: 5px;
  vertical-align: middle;
}

.blog_list .tb-blog-content .article__title {
  font-size: 17px;
  line-height: 20px;
}

.blog_list .tb-blog-content .article__title a {
  color: #333;
  font-weight: 500;
}

@media (max-width: 767px) {
  .blog_list .article.tb-blog-content .tbblog_image_holder {
    width: 100%;
    margin: 0 0 15px;
  }
}

/*-------------------- blog masonry ----------------*/
.blog_masonry_left .article.tb-blog-content {
  padding: 15px;
  box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.1);
  margin: 0;
  background: #fff;
  margin: 0 0 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  overflow: hidden;
}

.blog_masonry_left .grid__item {
  margin: 0 0 20px;
}

.blog_masonry_left .grid__item:last-child,
.blog_masonry_left .grid__item:nth-last-child(2) {
  margin: 0;
}

@media (max-width: 575px) {
  .blog_masonry_left .grid__item:nth-last-child(2) {
    margin: 0 0 20px;
  }
}

@media (max-width: 480px) {
  .blog_masonry_left .grid__item,
  .blog_masonry_left .grid__item:nth-last-child(2) {
    margin: 0 0 10px;
  }
}

/*----------------- blog single post -----------------*/
.article.grid-item.blog-post-single {
  padding: 0;
}

.blog-post-single a.blog-post__full-image {
  margin: 0 0 20px;
  display: inline-block;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}

.blog-post-single .section-header.text-left h1 {
  font: 600 28px/30px "Arima", cursive;
  text-transform: capitalize;
  color: var(--color-title);
  margin: 18px 0 0;
}

.blog-post-single .blog-meta .meta {
  display: flex;
  align-items: center;
}

.blog-post-single .blog-meta .article_date {
  font-size: 14px;
  line-height: 18px;
  color: #333;
  border-right: 1px solid #d7d7d7;
  padding-right: 15px;
  float: left;
  display: ruby;
  font-weight: 500;
}

.blog-post-single .blog-meta a.blog__name {
  font-size: 14px;
  line-height: 18px;
  color: #333;
  text-transform: capitalize;
  font-weight: 500;
  display: inline;
  width: fit-content;
}

.blog-post-single > .rte {
  margin: 15px 0;
}

.blog-post-single .text-left.item-social-sharing {
  margin: 0 0 30px;
}

.blog-post-single .item-social-sharing h2.h4 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #333;
  text-transform: capitalize;
  margin: 0 0 10px 0;
  display: none;
}

.blog-post-single .tb-social-share > div {
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
}

.blog-post-single .tb-social-share > div > a {
  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 .tb-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 .tb-social-share > div i.mdi {
  font-size: 18px;
  line-height: 30px;
}

.blog-post-single .tb-social-share > div.facebook > a {
  background: #3b5998;
}

.blog-post-single .tb-social-share > div.twitter > a {
  background: #00aced;
}

.blog-post-single .tb-social-share > div.google_plus > a {
  background: #d34836;
}

.blog-post-single .tb-social-share > div.pinterest > a {
  background: #c8232c;
}

.blog-post-single .tb-social-share > div.linkedin > a {
  background: #0077b5;
}

.blog-design-4 .sidebar .widget.widget_categories ul {
  margin: 0;
}

.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 {
  font: 500 15px/18px "Roboto", Helvetica, sans-serif;
  color: #fff;
  padding: 14px 30px;
  background: #111;
  margin: 0;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  display: inline-block;
  text-decoration: none;
  position: relative;
  z-index: 1;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  border: none;
  letter-spacing: 1px;
  overflow: hidden;
}

.blog-post-single .paginatoin_custom a:hover {
  color: var(--color-btn-primary-hover-text);
}

.blog-post-single .paginatoin_custom a:focus,
.blog-post-single .paginatoin_custom a:active {
  background: var(--color-btn-primary-bg);
  color: var(--color-btn-primary-hover-text);
}

.blog-post-single .paginatoin_custom a::after {
  background: #219fba;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  z-index: -1;
  right: 0;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}

.blog-post-single .paginatoin_custom a:hover::after {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  height: 100%;
}

.blog-post-single > .rte {
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 1399px) {
  .blog-post-single .section-header.text-left h1 {
    margin: 15px 0 0;
  }
}

@media (max-width: 767px) {
  .blog-post-single > .rte {
    margin: 12px 0;
  }
}
@media (max-width: 575px) {
  .blog-post-single .section-header.text-left h1 {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  .blog-post-single .section-header.text-left h1 {
    font-size: 20px;
    line-height: 22px;
    margin: 12px 0 0;
  }
  .blog-post-single > .rte {
    margin: 6px 0 15px;
    font-size: 13px;
    line-height: 22px;
  }
  .blog-post-single .blog-meta .article_date,
  .blog-post-single .blog-meta a.blog__name {
    font-size: 13px;
    line-height: 16px;
    padding-right: 8px;
  }
}

.sidebar .recent_article ul li {
  margin: 0 0 10px;
  display: flex;
}

.sidebar .recent_article ul li:last-child {
  margin: 0;
}

.sidebar .recent_article .artical-image {
  padding: 0;
}

.sidebar .recent_article .artical-image a,
.sidebar .recent_article .artical-image a img {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar .recent_article .artical-image {
    width: auto;
  }
}

.sidebar .recent_article ul li .article-detail {
  padding-right: 0;
}

.sidebar .recent_article .article-detail h5.article__title {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  color: #111;
}

.sidebar .recent_article .article-detail h5.article__title a {
  font-weight: 600;
  color: #111;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}

.sidebar .recent_article .article-detail h5.article__title a:hover,
.sidebar .recent_article .article-detail h5.article__title a:active,
.sidebar .recent_article .article-detail h5.article__title a:focus {
  color: var(--color-btn-primary-bg);
}

.sidebar .recent_article .article-detail .article_date {
  font: 600 13px/16px "Roboto", Helvetica, sans-serif;
}

.blog-post-single .comments-count {
  border-left: 1px solid var(--color-border);
  padding-left: 15px;
  line-height: 18px;
  color: #333;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .sidebar .recent_article .article-detail h5.article__title {
    margin: 0 0 8px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar .recent_article .article-detail h5.article__title {
    font-size: 13px;
  }

  .sidebar .recent_article .article-detail h5.article__title {
    font-size: 13px;
    line-height: 16px;
  }

  .sidebar .recent_article .article-detail .article_date {
    font-size: 13px;
    line-height: 16px;
  }
}

@media (max-width: 480px) {
  .blog-post-single .comments-count {
    border: none;
    padding: 0;
    margin: 10px 0 0 0;
    width: 100%;
  }
  .blog-post-single .paginatoin_custom a {
    padding: 10px 18px;
  }
}

.blog-post-single .meta.text-center {
  border-left: 1px solid #e5e5e5;
  margin: 0 0 0 10px;
  color: #000;
  display: none;
}

@media (max-width: 480px) {
  .blog-post-single .meta.text-center {
    border: none;
    padding: 0;
    margin: 10px 0 0 0;
  }
  .sidebar .recent_article .article-detail h5.article__title {
    margin: 5px 0 8px;
  }
}

@media (max-width: 360px) {
  .sidebar .recent_article .article-detail h5.article__title {
    margin: 2px 0 8px;
  }
}

.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 {
  margin: 0 0 30px;
}

.blog-post-single ul > li {
  margin: 0;
}

.blog-post-single h2.h3 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  margin: 0 0 20px;
  color: var(--color-title);
}

.content-wrapper .tb-blog-content .blogs-sub-title .comments-count > span {
  display: none;
}

#shopify-section-article-template {
  margin: 0 0 30px;
}

@media (max-width: 991px) {
  #shopify-section-article-template .sidebar .text-left {
    margin: 10px 0 0;
  }
}

#shopify-section-article-template .sidebar .comments {
  border: 1px solid var(--color-border);
  padding: 15px;
}

#shopify-section-article-template .sidebar .comments h2.h3 {
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--color-title);
  margin: 0 0 15px;
}

#shopify-section-article-template
  .sidebar
  .comments
  input.btn.text-center:hover,
#shopify-section-article-template
  .sidebar
  .comments
  input.btn.text-center:active,
#shopify-section-article-template
  .sidebar
  .comments
  input.btn.text-center:focus {
  background: var(--color-btn-primary-bg);
  color: var(--color-btn-primary-hover-text);
}

/*======================= BLOG css End =======================*/
/*======================= Breadcrumb css Start =======================*/
.breadcrumb-wrapper span.title {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
  line-height: 20px;
  text-transform: capitalize;
}

.breadcrumb-wrapper i.mdi {
  font-size: 18px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .breadcrumb-wrapper span.title,
  .breadcrumb-wrapper .h1 {
    margin: 0 0 10px;
    display: inline-block;
  }
}

.breadcrumb-wrapper .breadcrumb {
  margin: 0;
  display: flex;
  align-items: center;
}

.breadcrumb-wrapper .container > span {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}

.spr-header-title {
  font-size: 21px;
}

.breadcrumb-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0;
  text-transform: capitalize;
  text-align: right;
  background: #f5f5f5;
}

.breadcrumb-block {
  margin: 0 0 40px;
}

.page-header {
  display: none;
}

.breadcrumb .breadcrumb__sep:before {
  content: "\f142";
  font-family: "Material Design Icons";
  font-size: 16px;
  margin: 0px 4px;
}

.breadcrumb__sep {
  position: relative;
  display: flex;
  font-size: 0;
  align-items: center;
}

@media (max-width: 767px) {
  .breadcrumb-wrapper span.title,
  .breadcrumb-wrapper .breadcrumb {
    width: 100%;
    text-align: center;
  }

  .breadcrumb-wrapper .breadcrumb {
    margin: 0;
  }
}

@media (max-width: 767px) and (max-width: 480px) {
  .breadcrumb-wrapper .breadcrumb {
    margin: 0;
  }
}

a.sizechart {
  font-size: 14px;
}

.breadcrumb-img {
  position: relative;
  background-size: cover;
}

.breadcrumb-wrap {
  color: var(--color-text-breadcrumb);
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 15px 0;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .breadcrumb-wrap {
    padding: 12px 0;
  }
}

.breadcrumb-wrap,
.breadcrumb a,
.breadcrumb-wrap a,
.breadcrumb-wrap *,
.breadcrumb-wrapper .breadcrumb-wrap span.title,
.breadcrumb-wrapper .breadcrumb-wrap .h1,
.breadcrumb .breadcrumb__sep:before {
  color: #111;
}

@media (max-width: 767px) {
  .breadcrumb-wrap {
    display: block;
  }

  .breadcrumb-wrapper .breadcrumb {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .breadcrumb-block {
    margin: 0 0 30px;
  }
}

@media (max-width: 480px) {
  .breadcrumb-block {
    margin: 0 0 20px;
  }
}

/*======================= Breadcrumb css End =======================*/
/*======================= TB-manufacture Next / Prev Icon css Start =======================*/
#brands_list_slider .owl-nav .owl-prev,
#brands_list_slider .owl-nav .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 0;
  width: 30px;
  height: 30px;
  background: #111;
  border: 1px solid #111;
  padding: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  line-height: 30px;
  text-align: center;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
}

#brands_list_slider .owl-nav .owl-prev::before,
#brands_list_slider .owl-nav .owl-next::before {
  font-family: "Material Design Icons";
  font-size: 22px;
  color: #fff;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  display: inline-block;
  min-height: 30px;
  min-width: 30px;
  padding: 0 2px 0 0;
  line-height: 28px;
}

#brands_list_slider .owl-nav .owl-prev::before {
  content: "\f141";
}

#brands_list_slider .owl-nav .owl-next::before {
  content: "\f142";
}

#brands_list_slider .owl-nav .owl-prev {
  left: -15px;
}

#brands_list_slider .owl-nav .owl-next {
  right: -15px;
}

#brands_list_slider:hover .owl-nav .owl-prev,
#brands_list_slider:active .owl-nav .owl-prev,
#brands_list_slider:focus .owl-nav .owl-prev,
#brands_list_slider:hover .owl-nav .owl-next,
#brands_list_slider:active .owl-nav .owl-next,
#brands_list_slider:focus .owl-nav .owl-next {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

#brands_list_slider .owl-nav .owl-prev.disabled:hover::before,
#brands_list_slider .owl-nav .owl-next.disabled:hover::before,
#brands_list_slider .owl-nav .owl-prev.disabled:active::before,
#brands_list_slider .owl-nav .owl-next.disabled:active::before,
#brands_list_slider .owl-nav .owl-prev.disabled:focus::before,
#brands_list_slider .owl-nav .owl-next.disabled:focus::before {
  color: #fff;
}

#brands_list_slider .owl-nav .owl-prev:hover::before,
#brands_list_slider .owl-nav .owl-next:hover::before,
#brands_list_slider .owl-nav .owl-prev:active::before,
#brands_list_slider .owl-nav .owl-next:active::before,
#brands_list_slider .owl-nav .owl-prev:focus::before,
#brands_list_slider .owl-nav .owl-next:focus::before {
  color: #fff;
}

#brands_list_slider:hover .owl-nav .owl-prev {
  left: 0;
}

#brands_list_slider:hover .owl-nav .owl-next {
  right: 0;
}

#brands_list_slider .owl-nav .owl-prev.disabled,
#brands_list_slider .owl-nav .owl-next.disabled {
  cursor: not-allowed;
  border: 1px solid #219fba;
  opacity: 0.6;
  background: #219fba;
}

#brands_list_slider .owl-nav .owl-prev.disabled:hover,
#brands_list_slider .owl-nav .owl-prev.disabled:focus,
#brands_list_slider .owl-nav .owl-prev.disabled:active,
#brands_list_slider .owl-nav .owl-next.disabled:hover,
#brands_list_slider .owl-nav .owl-next.disabled:focus,
#brands_list_slider .owl-nav .owl-next.disabled:active {
  background: #219fba;
  border: 1px solid #219fba;
}

#brands_list_slider .owl-nav .owl-prev.disabled:hover i,
#brands_list_slider .owl-nav .owl-prev.disabled:active i,
#brands_list_slider .owl-nav .owl-prev.disabled:focus i,
#brands_list_slider .owl-nav .owl-next.disabled:hover i,
#brands_list_slider .owl-nav .owl-next.disabled:active i,
#brands_list_slider .owl-nav .owl-next.disabled:focus i {
  color: #fff;
}

#brands_list_slider .owl-nav .owl-prev i,
#brands_list_slider .owl-nav .owl-next i {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}

#brands_list_slider .owl-nav .owl-prev:hover,
#brands_list_slider .owl-nav .owl-prev:active,
#brands_list_slider .owl-nav .owl-prev:focus,
#brands_list_slider .owl-nav .owl-next:hover,
#brands_list_slider .owl-nav .owl-next:active,
#brands_list_slider .owl-nav .owl-next:focus {
  background: #219fba;
  border-color: #219fba;
}

#brands_list_slider .owl-nav .owl-prev:hover i,
#brands_list_slider .owl-nav .owl-prev:active i,
#brands_list_slider .owl-nav .owl-prev:focus i,
#brands_list_slider .owl-nav .owl-next:hover i,
#brands_list_slider .owl-nav .owl-next:active i,
#brands_list_slider .owl-nav .owl-next:focus i {
  color: #fff;
}

@media (max-width: 767px) {
  #brands_list_slider .owl-nav .owl-prev {
    left: 0;
    opacity: 1;
  }

  #brands_list_slider .owl-nav .owl-next {
    right: 0;
    opacity: 1;
  }
}

@media (max-width: 480px) {
  #brands_list_slider .owl-nav {
    text-align: center;
    margin: 5px 0;
    display: flex;
    justify-content: center;
  }

  #brands_list_slider .owl-nav .owl-prev,
  #brands_list_slider .owl-nav .owl-next {
    position: static;
    display: inline-block;
    margin: 0 5px;
  }

  #brands_list_slider .owl-nav .owl-prev::before,
  #brands_list_slider .owl-nav .owl-next::before {
    font-size: 20px;
    line-height: 28px;
  }
}

/*======================= TB-manufacture Next / Prev Icon css End =======================*/
/*======================= Next / Prev Icon css Start =======================*/
.owl-nav.disabled {
  display: none !important;
}

#TB-top-product-tab .owl-nav,
#TB-category-tab .owl-nav,
#blog_slider .owl-nav,
#TB-related-product .owl-nav,
#recently-viewed-products .owl-nav,
#newproduct_products_slider .owl-nav,
.search-products .owl-nav,
#product-grid .owl-nav,
#our-team .owl-nav {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

#our-team .navigation_wrap a {
  display: inline-block;
  cursor: pointer;
}

#TB-top-product-tab .owl-nav button::after,
#TB-category-tab .owl-nav button::after,
#blog_slider .owl-nav button::after,
#TB-related-product .owl-nav button::after,
#recently-viewed-products .owl-nav button::after,
#newproduct_products_slider .owl-nav button::after,
.search-products .owl-nav button::after,
#product-grid .owl-nav button::after,
#our-team .owl-nav button::after {
  position: absolute;
  font-size: 24px;
  line-height: 35px;
  font-family: "Material Design Icons";
  height: 35px;
  width: 35px;
  left: 0;
  right: 0;
  top: -2px;
  bottom: 0;
  margin: auto;
  color: #fff;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  font-weight: 500;
}

#TB-top-product-tab .owl-nav button.owl-prev::after,
#TB-category-tab .owl-nav button.owl-prev::after,
#blog_slider .owl-nav button.owl-prev::after,
#TB-related-product .owl-nav button.owl-prev::after,
#recently-viewed-products .owl-nav button.owl-prev::after,
#newproduct_products_slider .owl-nav button.owl-prev::after,
.search-products .owl-nav button.owl-prev::after,
#product-grid .owl-nav button.owl-prev::after,
#our-team .owl-nav button.owl-prev::after {
  content: "\f141";
}

#TB-top-product-tab .owl-nav button.owl-next::after,
#TB-category-tab .owl-nav button.owl-next::after,
#blog_slider .owl-nav button.owl-next::after,
#TB-related-product .owl-nav button.owl-next::after,
#recently-viewed-products .owl-nav button.owl-next::after,
#newproduct_products_slider .owl-nav button.owl-next::after,
.search-products .owl-nav button.owl-next::after,
#product-grid .owl-nav button.owl-next::after,
#our-team .owl-nav button.owl-next::after {
  content: "\f142";
}

#TB-top-product-tab .owl-nav button,
#TB-category-tab .owl-nav button,
#blog_slider .owl-nav button,
#TB-related-product .owl-nav button,
#recently-viewed-products .owl-nav button,
#newproduct_products_slider .owl-nav button,
.search-products .owl-nav button,
#product-grid .owl-nav button,
#our-team .owl-nav button {
  vertical-align: top;
  text-shadow: none;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  height: 35px;
  width: 35px;
  margin: 0;
  padding: 0;
  font-size: 0;
  position: relative;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  background: #111;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  margin: 0 5px;
}

#TB-top-product-tab .owl-nav button:hover,
#TB-top-product-tab .owl-nav button:active,
#TB-top-product-tab .owl-nav button:focus,
#TB-category-tab .owl-nav button:hover,
#TB-category-tab .owl-nav button:active,
#TB-category-tab .owl-nav button:focus,
#blog_slider .owl-nav button:hover,
#blog_slider .owl-nav button:active,
#blog_slider .owl-nav button:focus,
#TB-related-product .owl-nav button:hover,
#TB-related-product .owl-nav button:active,
#TB-related-product .owl-nav button:focus,
#recently-viewed-products .owl-nav button:hover,
#recently-viewed-products .owl-nav button:active,
#recently-viewed-products .owl-nav button:focus,
#newproduct_products_slider .owl-nav button:hover,
#newproduct_products_slider .owl-nav button:active,
#newproduct_products_slider .owl-nav button:focus,
.search-products .owl-nav button:hover,
.search-products .owl-nav button:active,
.search-products .owl-nav button:focus,
#product-grid .owl-nav button:hover,
#product-grid .owl-nav button:active,
#product-grid .owl-nav button:focus,
#our-team .owl-nav button:hover,
#our-team .owl-nav button:active,
#our-team.owl-nav button:hover {
  background: #219fba;
  border-color: #219fba;
  color: #fff;
}

#TB-top-product-tab .owl-nav button:hover::after,
#TB-top-product-tab .owl-nav button:active::after,
#TB-top-product-tab .owl-nav button:focus::after,
#TB-category-tab .owl-nav button:hover::after,
#TB-category-tab .owl-nav button:active::after,
#TB-category-tab .owl-nav button:focus::after,
#blog_slider .owl-nav button:hover::after,
#blog_slider .owl-nav button:active::after,
#blog_slider .owl-nav button:focus::after,
#TB-related-product .owl-nav button:hover::after,
#TB-related-product .owl-nav button:active::after,
#TB-related-product .owl-nav button:focus::after,
#recently-viewed-products .owl-nav button:hover::after,
#recently-viewed-products .owl-nav button:active::after,
#recently-viewed-products .owl-nav button:focus::after,
#newproduct_products_slider .owl-nav button:hover::after,
#newproduct_products_slider .owl-nav button:active::after,
#newproduct_products_slider .owl-nav button:focus::after,
.search-products .owl-nav button:hover::after,
.search-products .owl-nav button:active::after,
.search-products .owl-nav button:focus::after,
#product-grid .owl-nav button:hover::after,
#product-grid .owl-nav button:active::after,
#product-grid .owl-nav button:focus::after,
#our-team .owl-nav button:hover::after,
#our-team .owl-nav button:active::after,
#our-team .owl-nav button:focus::after {
  color: #fff;
}

#TB-top-product-tab .owl-nav button.disabled,
#TB-category-tab .owl-nav button.disabled,
#blog_slider .owl-nav button.disabled,
#TB-related-product .owl-nav button.disabled,
#recently-viewed-products .owl-nav button.disabled,
#newproduct_products_slider .owl-nav button.disabled,
.search-products .owl-nav button.disabled,
#product-grid .owl-nav button.disabled,
#our-team .owl-nav button.disabled {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  background: #3e9db9;
  cursor: not-allowed;
}

#TB-top-product-tab .owl-nav button.disabled:hover::after,
#TB-top-product-tab .owl-nav button.disabled:active::after,
#TB-top-product-tab .owl-nav button.disabled:focus::after,
#TB-category-tab .owl-nav button.disabled:hover::after,
#TB-category-tab .owl-nav button.disabled:active::after,
#TB-category-tab .owl-nav button.disabled:focus::after,
#blog_slider .owl-nav button.disabled:hover::after,
#blog_slider .owl-nav button.disabled:active::after,
#blog_slider .owl-nav button.disabled:focus::after,
#TB-related-product .owl-nav button.disabled:hover::after,
#TB-related-product .owl-nav button.disabled:active::after,
#TB-related-product .owl-nav button.disabled:focus::after,
#recently-viewed-products .owl-nav button.disabled:hover::after,
#recently-viewed-products .owl-nav button.disabled:active::after,
#recently-viewed-products .owl-nav button.disabled:focus::after,
#newproduct_products_slider .owl-nav button.disabled:hover::after,
#newproduct_products_slider .owl-nav button.disabled:active::after,
#newproduct_products_slider .owl-nav button.disabled:focus::after,
.search-products .owl-nav button.disabled:hover::after,
.search-products .owl-nav button.disabled:active::after,
.search-products .owl-nav button.disabled:focus::after,
#product-grid .owl-nav button.disabled:hover::after,
#product-grid .owl-nav button.disabled:active::after,
#product-grid .owl-nav button.disabled:focus::after,
#our-team .owl-nav button.disabled:hover::after,
#our-team .owl-nav button.disabled:active::after,
#our-team .owl-nav button.disabled:focus::after {
  color: #fff;
}

#TB-top-product-tab .owl-nav button.disabled::after,
#TB-category-tab .owl-nav button.disabled::after,
#blog_slider .owl-nav button.disabled::after,
#TB-related-product .owl-nav button.disabled::after,
#recently-viewed-products .owl-nav button.disabled::after,
#newproduct_products_slider .owl-nav button.disabled::after,
.search-products .owl-nav button.disabled::after,
#product-grid .owl-nav button.disabled::after,
#our-team .owl-nav button.disabled::after {
  color: #fff;
}

/*======================= Next / Prev Icon css End =======================*/
/*---------- Custom style1 Owl-Nav Start ---------*/
#TB-top-product-tab .style1 .product-thumb .owl-nav,
#TB-category-tab .style1 .product-thumb .owl-nav,
#TB-related-product .style1 .product-thumb .owl-nav,
#newproduct_products_slider .style1 .product-thumb .owl-nav,
.search-products .style1 .product-thumb .owl-nav,
#product-grid .style1 .product-thumb .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 3px 0 0;
}

#TB-top-product-tab .style1 .product-thumb .owl-nav button,
#TB-category-tab .style1 .product-thumb .owl-nav button,
#TB-related-product .style1 .product-thumb .owl-nav button,
#newproduct_products_slider .style1 .product-thumb .owl-nav button,
.search-products .style1 .product-thumb .owl-nav button,
#product-grid .style1 .product-thumb .owl-nav button {
  margin: 0;
  background: transparent;
  border: none;
  width: 22px;
  height: 22px;
  font-size: 0;
}

#TB-top-product-tab .style1 .product-thumb .owl-nav button span,
#TB-category-tab .style1 .product-thumb .owl-nav button span,
#TB-related-product .style1 .product-thumb .owl-nav button span,
#newproduct_products_slider .style1 .product-thumb .owl-nav button span,
.search-products .style1 .product-thumb .owl-nav button span,
#product-grid .style1 .product-thumb .owl-nav button span,
#TB-top-product-tab .style1 .product-thumb .owl-nav button::before,
#TB-category-tab .style1 .product-thumb .owl-nav button::before,
#TB-related-product .style1 .product-thumb .owl-nav button::before,
#newproduct_products_slider .style1 .product-thumb .owl-nav button::before,
.search-products .style1 .product-thumb .owl-nav button::before,
#product-grid .style1 .product-thumb .owl-nav button::before {
  display: none;
}

#TB-top-product-tab .style1 .product-thumb .owl-nav button::after,
#TB-category-tab .style1 .product-thumb .owl-nav button::after,
#TB-related-product .style1 .product-thumb .owl-nav button::after,
#newproduct_products_slider .style1 .product-thumb .owl-nav button::after,
.search-products .style1 .product-thumb .owl-nav button::after,
#product-grid .style1 .product-thumb .owl-nav button::after {
  position: static;
  width: 22px;
  height: 22px;
  font-size: 20px;
  line-height: 15px;
  color: #555;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}

#TB-top-product-tab .style1 .product-thumb .owl-nav button:hover::after,
#TB-category-tab .style1 .product-thumb .owl-nav button:hover::after,
#TB-related-product .style1 .product-thumb .owl-nav button:hover::after,
#newproduct_products_slider .style1 .product-thumb .owl-nav button:hover::after,
.search-products .style1 .product-thumb .owl-nav button:hover::after,
#product-grid .style1 .product-thumb .owl-nav button:hover::after {
  color: #111;
}

@media (max-width: 480px) {
  #TB-top-product-tab .owl-nav button::after,
  #TB-category-tab .owl-nav button::after,
  #blog_slider .owl-nav button::after,
  #TB-related-product .owl-nav button::after,
  #recently-viewed-products .owl-nav button::after,
  #newproduct_products_slider .owl-nav button::after,
  .search-products .owl-nav button::after,
  #product-grid .owl-nav button::after,
  #our-team .owl-nav button::after {
    font-size: 20px;
    line-height: 33px;
    height: 30px;
    width: 30px;
  }
  #TB-top-product-tab .owl-nav button,
  #TB-category-tab .owl-nav button,
  #blog_slider .owl-nav button,
  #TB-related-product .owl-nav button,
  #recently-viewed-products .owl-nav button,
  #newproduct_products_slider .owl-nav button,
  .search-products .owl-nav button,
  #product-grid .owl-nav button,
  #our-team .owl-nav button {
    height: 30px;
    width: 30px;
  }
  #TB-top-product-tab .owl-nav button.owl-prev span::before,
  #TB-category-tab .owl-nav button.owl-prev span::before,
  #blog_slider .owl-nav button.owl-prev span::before,
  #TB-related-product .owl-nav button.owl-prev span::before,
  #recently-viewed-products .owl-nav button.owl-prev span::before,
  #newproduct_products_slider .owl-nav button.owl-prev span::before,
  .search-products .owl-nav button.owl-prev span::before,
  #product-grid .owl-nav button.owl-prev span::before,
  #our-team .owl-nav button.owl-prev span::before {
    top: 12px;
    left: -56px;
    width: 55px;
  }
  #TB-top-product-tab .owl-nav button.owl-prev span::after,
  #TB-category-tab .owl-nav button.owl-prev span::after,
  #blog_slider .owl-nav button.owl-prev span::after,
  #TB-related-product .owl-nav button.owl-prev span::after,
  #recently-viewed-products .owl-nav button.owl-prev span::after,
  #newproduct_products_slider .owl-nav button.owl-prev span::after,
  .search-products .owl-nav button.owl-prev span::after,
  #product-grid .owl-nav button.owl-prev span::after,
  #our-team .owl-nav button.owl-prev span::after {
    left: -36px;
    top: 16px;
    width: 35px;
  }
  #TB-top-product-tab .owl-nav button.owl-next span::before,
  #TB-category-tab .owl-nav button.owl-next span::before,
  #blog_slider .owl-nav button.owl-next span::before,
  #TB-related-product .owl-nav button.owl-next span::before,
  #recently-viewed-products .owl-nav button.owl-next span::before,
  #newproduct_products_slider .owl-nav button.owl-next span::before,
  .search-products .owl-nav button.owl-next span::before,
  #product-grid .owl-nav button.owl-next span::before,
  #our-team .owl-nav button.owl-next span::before {
    top: 12px;
    right: -56px;
    width: 55px;
  }
  #TB-top-product-tab .owl-nav button.owl-next span::after,
  #TB-category-tab .owl-nav button.owl-next span::after,
  #blog_slider .owl-nav button.owl-next span::after,
  #TB-related-product .owl-nav button.owl-next span::after,
  #recently-viewed-products .owl-nav button.owl-next span::after,
  #newproduct_products_slider .owl-nav button.owl-next span::after,
  .search-products .owl-nav button.owl-next span::after,
  #product-grid .owl-nav button.owl-next span::after,
  #our-team .owl-nav button.owl-next span::after {
    right: -36px;
    top: 16px;
    width: 35px;
  }
}

/*---------- Custom style1 Owl-Nav End ---------*/
/*======================= Product Tab css Start =======================*/
.TBProduct-Tab .nav-tabs > li {
  float: none;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
}

.TBProduct-Tab .nav-tabs {
  border: none;
  margin: 0 0 40px 0;
  text-align: center;
  width: auto;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0;
}

#tab-box-heading {
  text-align: center;
}

.TBProduct-Tab .nav-tabs > li:last-child > a {
  margin-right: 0;
}
.TBProduct-Tab .nav-tabs > li {
  margin: 0 5px;
  position: relative;
  display: inline-block;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.TBProduct-Tab .nav-tabs > li > a {
  background: #f4f4f4;
  font: 400 16px/18px "Roboto", Helvetica, sans-serif;
  outline: medium none;
  padding: 14px 40px;
  position: relative;
  text-transform: capitalize;
  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;
  margin: 0 2px;
  border: none;
  overflow: hidden;
  z-index: 1;
  color: #111;
  display: inline-block;
  vertical-align: top;
}

.TBProduct-Tab .nav-tabs > li.active > a,
.TBProduct-Tab .nav-tabs > li:is(:hover, :active, :focus) > a {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  background: #219fba;
  color: #fff;
}

.TBProduct-Tab .nav-tabs > li > a::after {
  background: #219fba;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -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: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  z-index: -1;
  right: 0;
}

.TBProduct-Tab .nav-tabs > li:is(:hover, :active, :focus) > a::after {
  height: 100%;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
@media (max-width: 991px) {
  .TBProduct-Tab .nav-tabs > li > a {
    padding: 14px 35px;
    font-size: 15px;
    line-height: 17px;
  }
}
#TB-related-product,
#recently-viewed-products-wrap {
  text-align: center;
  overflow: hidden;
  margin: auto;
}
#TB-related-product {
  margin: 0 0 60px;
}
#TB-top-product-tab,
#TB-category-tab {
  text-align: center;
  margin: 0 0 100px;
}
#TB-top-product-tab::after {
  right: 0;
  bottom: 30px;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
@media (max-width: 1299px) {
  #TB-top-product-tab,
  #TB-category-tab {
    margin: 0 0 80px;
  }
}
@media (max-width: 1199px) {
  #TB-top-product-tab,
  #TB-category-tab {
    margin: 0 0 60px 0;
  }
}
@media (max-width: 991px) {
  #TB-category-tab,
  #TB-top-product-tab {
    margin: 0 0 40px;
  }
  #TB-related-product {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 767px) {
  .TBProduct-Tab .nav-tabs > li {
    margin: 0 auto 15px;
    display: block;
    width: auto;
    float: none;
  }
  .TBProduct-Tab .nav-tabs > li:last-child {
    margin: 0 auto;
  }
  .TBProduct-Tab .nav-tabs > li > a {
    padding: 12px 30px;
    display: block;
  }
}
@media (max-width: 480px) {
  #TB-category-tab,
  #TB-related-product {
    margin: 0 0 20px 0;
  }
  #TB-top-product-tab {
    margin: 0 0 30px 0;
  }
}

/*======================= Product Tab css End =======================*/
/*======================= product button css Start =======================*/

.product-wrapper .btn_wrapper .pro_btn form {
  height: 100%;
  margin: 0;
  width: 100%;
}

.grid-view-item .product-wrapper .btn_wrapper .pro_btn a > i,
.grid-view-item .product-wrapper .main_btn_wrapper .pro_btn a > i {
  height: 45px;
  width: 45px;
  font-size: 19px;
  line-height: 45px;
  color: var(--color-product-primary-text);
  text-align: center;
  display: inline-block;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  vertical-align: top;
}

#product-grid .product-list .product-wrapper .btn_wrapper .pro_btn a,
#product-grid .product-short-list .product-wrapper .btn_wrapper .pro_btn a {
  width: fit-content;
}

.style1 #product-grid .product-list .product-wrapper .btn_wrapper .pro_btn a,
.style1
  #product-grid
  .product-short-list
  .product-wrapper
  .btn_wrapper
  .pro_btn
  a {
  width: 45px;
}

@media (max-width: 1199px) {
  .style3 .grid-view-item .product-wrapper .btn_wrapper .pro_btn a > i,
  .style3 .grid-view-item .product-wrapper .main_btn_wrapper .pro_btn a > i,
  #product-grid
    .style3.product-short-list
    .product-wrapper
    .btn_wrapper
    a.add-cart-btn {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }

  .grid-view-item .product-wrapper .btn_wrapper .pro_btn a > i,
  .grid-view-item .product-wrapper .main_btn_wrapper .pro_btn a > i {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }

  .style1 #product-grid .product-list .product-wrapper .btn_wrapper .pro_btn a,
  .style1
    #product-grid
    .product-short-list
    .product-wrapper
    .btn_wrapper
    .pro_btn
    a {
    width: 40px;
  }
}

@media (max-width: 480px) {
  .grid-view-item .product-wrapper .btn_wrapper .pro_btn a > i,
  .grid-view-item .product-wrapper .main_btn_wrapper .pro_btn a > i {
    height: 28px;
    width: 28px;
    line-height: 28px;
    font-size: 16px;
  }
  .style3 .grid-view-item .product-wrapper .btn_wrapper .pro_btn a > i,
  .style3 .grid-view-item .product-wrapper .main_btn_wrapper .pro_btn a > i,
  #product-grid
    .style3.product-short-list
    .product-wrapper
    .btn_wrapper
    a.add-cart-btn {
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
}

@media (max-width: 480px) {
  .product-list .product-wrapper .btn_wrapper .pro_btn a,
  .product-short-list .product-wrapper .btn_wrapper .pro_btn a {
    height: 40px;
    width: 40px;
  }

  .product-list .grid-view-item .product-wrapper .btn_wrapper .pro_btn a > i,
  .product-short-list
    .grid-view-item
    .product-wrapper
    .btn_wrapper
    .pro_btn
    a
    > i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}

.grid-view-item .product-wrapper .btn_wrapper .pro_btn a:hover > i,
.grid-view-item .product-wrapper .main_btn_wrapper .pro_btn a:hover > i,
.grid-view-item .product-wrapper .btn_wrapper .pro_btn a:focus > i,
.grid-view-item .product-wrapper .main_btn_wrapper .pro_btn a:focus > i,
.grid-view-item .product-wrapper .btn_wrapper .pro_btn a:active > i,
.grid-view-item .product-wrapper .main_btn_wrapper .pro_btn a:active > i {
  color: #fff;
}

.grid-view-item
  .product-wrapper
  .btn_wrapper
  .pro_btn
  a
  > i.mdi-cart-outline::before {
  content: "\F111";
}

.product-wrapper .btn_wrapper .pro_btn a,
.product-wrapper .main_btn_wrapper .pro_btn a {
  background-color: var(--color-product-primary);
  cursor: pointer;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  width: fit-content;
  height: 45px;
  display: inline-block;
  vertical-align: middle;
}
.product-wrapper .btn_wrapper .pro_btn a:hover,
.product-wrapper .main_btn_wrapper .pro_btn a:hover {
  background-color: #219fba;
}
@media (max-width: 1199px) {
  .style3 .product-wrapper .product-thumb .main_btn_wrapper,
  .style3 .product-wrapper .btn_wrapper .pro_btn,
  .style3 .product-wrapper .main_btn_wrapper .pro_btn,
  .style3 .product-wrapper .btn_wrapper .pro_btn a,
  .style3 .product-wrapper .main_btn_wrapper .pro_btn a {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  .product-wrapper .btn_wrapper .pro_btn a,
  .product-wrapper .main_btn_wrapper .pro_btn a {
    height: 40px;
    vertical-align: top;
  }
  .style2 .product-wrapper .product-thumb .main_btn_wrapper,
  .style2 .product-wrapper .btn_wrapper .pro_btn,
  .style2 .product-wrapper .main_btn_wrapper .pro_btn,
  .product-wrapper .btn_wrapper .pro_btn a,
  .product-wrapper .main_btn_wrapper .pro_btn a {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}

@media (max-width: 480px) {
  .style2 .product-wrapper .product-thumb .main_btn_wrapper,
  .style2 .product-wrapper .btn_wrapper .pro_btn,
  .style2 .product-wrapper .main_btn_wrapper .pro_btn,
  .product-wrapper .btn_wrapper .pro_btn a,
  .product-wrapper .main_btn_wrapper .pro_btn a {
    height: 28px;
    width: 28px;
    line-height: 28px;
  }

  .search-products .style2 .product-wrapper .btn_wrapper .pro_btn {
    height: 28px !important;
    width: 28px !important;
    line-height: 28px !important;
  }

  .style3 .product-wrapper .product-thumb .main_btn_wrapper,
  .style3 .product-wrapper .btn_wrapper .pro_btn,
  .style3 .product-wrapper .main_btn_wrapper .pro_btn,
  .style3 .product-wrapper .btn_wrapper .pro_btn a,
  .style3 .product-wrapper .main_btn_wrapper .pro_btn a {
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
}

.product-wrapper .btn_wrapper .pro_btn:active a,
.product-wrapper .main_btn_wrapper .pro_btn:active a,
.product-wrapper .btn_wrapper .pro_btn:focus a,
.product-wrapper .main_btn_wrapper .pro_btn:focus a {
  background-color: #219fba;
}

.product-list .grid-view-item .btn_wrapper .add_tocart .add_cart,
.product-short-list .grid-view-item .btn_wrapper .add_tocart .add_cart {
  color: var(--color-product-primary-text);
  display: inline-block;
  vertical-align: top;
}

.product-list .grid-view-item .btn_wrapper .add_tocart:active .add_cart,
.product-list .grid-view-item .btn_wrapper .add_tocart:focus .add_cart,
.product-short-list .grid-view-item .btn_wrapper .add_tocart:active .add_cart,
.product-short-list .grid-view-item .btn_wrapper .add_tocart:focus .add_cart {
  background-color: var(--color-product-secondary);
}

.product-list .grid-view-item .btn_wrapper .add_tocart:hover .add_cart,
.product-list .grid-view-item .btn_wrapper .add_tocart:active .add_cart,
.product-list .grid-view-item .btn_wrapper .add_tocart:focus .add_cart,
.product-short-list .grid-view-item .btn_wrapper .add_tocart:hover .add_cart,
.product-short-list .grid-view-item .btn_wrapper .add_tocart:active .add_cart,
.product-short-list .grid-view-item .btn_wrapper .add_tocart:focus .add_cart {
  color: var(--color-product-secondary-text);
}

.product-list
  .grid-view-item
  .product-wrapper
  .btn_wrapper
  .pro_btn
  a
  > i.mdi-cart-outline,
.product-short-list
  .grid-view-item
  .product-wrapper
  .btn_wrapper
  .pro_btn
  a
  > i.mdi-cart-outline {
  text-align: center;
  color: var(--color-product-primary-text);
  padding: 0 0 0 2px;
}

.product-list
  .grid-view-item
  .product-wrapper
  .btn_wrapper
  .pro_btn
  a:hover
  > i.mdi-cart-outline,
.product-list
  .grid-view-item
  .product-wrapper
  .btn_wrapper
  .pro_btn
  a:active
  > i.mdi-cart-outline,
.product-list
  .grid-view-item
  .product-wrapper
  .btn_wrapper
  .pro_btn
  a:focus
  > i.mdi-cart-outline,
.product-short-list
  .grid-view-item
  .product-wrapper
  .btn_wrapper
  .pro_btn
  a:hover
  > i.mdi-cart-outline,
.product-short-list
  .grid-view-item
  .product-wrapper
  .btn_wrapper
  .pro_btn
  a:active
  > i.mdi-cart-outline,
.product-short-list
  .grid-view-item
  .product-wrapper
  .btn_wrapper
  .pro_btn
  a:focus
  > i.mdi-cart-outline {
  color: var(--color-product-secondary-text);
}

.product-wrapper
  .add-to-compare.pro_btn
  a.add-in-compare-js.added
  i.mdi.mdi-checkbox-multiple-blank-outline,
.product-wrapper
  .add-to-compare.pro_btn
  a.add-in-compare-js
  i.mdi.mdi-checkbox-multiple-marked {
  display: none;
}

.product-wrapper
  .add-to-compare.pro_btn
  a.add-in-compare-js
  i.mdi.mdi-checkbox-multiple-blank-outline,
.product-wrapper
  .add-to-compare.pro_btn
  a.add-in-compare-js.added
  i.mdi.mdi-checkbox-multiple-marked {
  display: inline-block;
  vertical-align: top;
}

.style3 .product-wrapper .btn_wrapper .pro_btn.add-to-wishlist,
.style3 .product-wrapper .btn_wrapper .pro_btn.add_tocart {
  border-right: none;
}

.product-wrapper .btn_wrapper .added-wishlist.add_to_wishlist {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

@media (max-width: 1199px) {
  .style3 .product-wrapper .btn_wrapper .pro_btn.add_tocart,
  .style3 .product-wrapper .btn_wrapper .pro_btn.add-to-wishlist {
    border: none;
  }

  .product-list
    .grid-view-item
    .product-wrapper
    .btn_wrapper
    .pro_btn
    a
    > i.mdi-cart-outline,
  .product-short-list
    .grid-view-item
    .product-wrapper
    .btn_wrapper
    .pro_btn
    a
    > i.mdi-cart-outline {
    text-align: center;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .product-list
    .grid-view-item
    .product-wrapper
    .btn_wrapper
    .pro_btn
    a
    > i.mdi-cart-outline,
  .product-short-list
    .grid-view-item
    .product-wrapper
    .btn_wrapper
    .pro_btn
    a
    > i.mdi-cart-outline {
    padding: 0;
  }
}

/*---------- style1 ---------*/
.style1 .product-wrapper .btn_wrapper .pro_btn {
  height: 45px;
  width: 45px;
  cursor: pointer;
  overflow: hidden;
  margin: 0;
}

@media (max-width: 1199px) {
  .style1 .product-wrapper .btn_wrapper .pro_btn {
    height: 40px;
    width: 40px;
  }
}

@media (max-width: 480px) {
  .style1 .product-wrapper .btn_wrapper .pro_btn {
    height: 38px;
    width: 38px;
  }
}

.product-list .grid-view-item.style1 .btn_wrapper .add_tocart .add_cart,
.product-short-list .grid-view-item.style1 .btn_wrapper .add_tocart .add_cart {
  color: var(--color-product-primary-text);
  padding: 12px 15px 12px 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
}

@media (max-width: 991px) {
  .product-list .grid-view-item.style1 .btn_wrapper .add_tocart .add_cart,
  .product-short-list
    .grid-view-item.style1
    .btn_wrapper
    .add_tocart
    .add_cart {
    padding: 9px 9px 9px 0;
  }
}

@media (max-width: 767px) {
  .product-list .grid-view-item.style1 .btn_wrapper .add_tocart .add_cart,
  .product-short-list
    .grid-view-item.style1
    .btn_wrapper
    .add_tocart
    .add_cart {
    display: none !important;
  }
}

.product-list .grid-view-item.style1 .btn_wrapper .add_tocart:hover .add_cart {
  color: var(--color-product-secondary-text);
}

@media (max-width: 767px) {
  .product-list
    .grid-view-item.style1
    .product-wrapper
    .btn_wrapper
    .pro_btn
    a
    > i.mdi-cart-outline {
    text-align: center;
  }
}

.style1 .product-wrapper .spr-badge-caption {
  display: none;
}

.product-short-list
  .style1.product-layouts.grid-view-item
  .product-wrapper
  .spr-badge {
  position: static;
}

.style1 .product-wrapper .btn_wrapper .pro_btn.add_tocart:hover span.add_cart {
  color: var(--color-product-secondary-text);
}

@media (max-width: 991px) {
  .style1 .product-wrapper .btn_wrapper .pro_btn.add_tocart {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
  }
}

@media (max-width: 480px) {
  .style1 .product-wrapper .btn_wrapper .pro_btn.add_tocart {
    width: 28px;
    height: 28px;
  }
}

.style1 .product-wrapper:hover .btn_wrapper .pro_btn.add_tocart {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

.product-list
  .style1.product-layouts.grid-view-item
  .product-wrapper
  .spr-badge {
  position: static;
}

.style1 .product-description .h4.grid-view-item__title {
  margin: 0 0 5px;
}

.style1.product-layouts.grid-view-item
  .product-wrapper
  .product-description
  .grid-view-item__meta {
  margin: 8px 0 0;
}

@media (max-width: 767px) {
  .style1.product-layouts.grid-view-item
    .product-wrapper
    .product-description
    .grid-view-item__meta {
    margin: 5px 0 0;
  }
}

.style1 .product-description .h4.grid-view-item__title .spr-badge {
  margin: 5px 0 0;
}

.hover_style1 #recently-viewed-products .product-wrapper .grid-view-item__title,
.hover_style1 #recently-viewed-products .product-wrapper .spr-badge {
  width: 65%;
  margin-top: 0;
}

@media (max-width: 767px) {
  .hover_style1
    #recently-viewed-products
    .product-wrapper
    .grid-view-item__title,
  .hover_style1 #recently-viewed-products .product-wrapper .spr-badge {
    width: 100%;
  }
}

.style1.product-layouts.grid-view-item .product-wrapper .product-description,
.related-products
  .style1.product-layouts.grid-view-item
  .product-wrapper
  .product-description,
.hover_style1 #recently-viewed-products .product-wrapper .product-description,
.search-products .style1 .product-wrapper .product-description,
#newproduct_products_slider .style1 .product-wrapper .product-description {
  text-align: left;
  padding: 15px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
}

@media (max-width: 767px) {
  .style1.product-layouts.grid-view-item .product-wrapper .product-description,
  .related-products
    .style1.product-layouts.grid-view-item
    .product-wrapper
    .product-description,
  .hover_style1 #recently-viewed-products .product-wrapper .product-description,
  .search-products .style1 .product-wrapper .product-description,
  #newproduct_products_slider .style1 .product-wrapper .product-description {
    text-align: center;
  }
}

.style1.product-layouts.grid-view-item .product-wrapper .product-description,
.related-products
  .style1.product-layouts.grid-view-item
  .product-wrapper
  .product-description,
.hover_style1 #recently-viewed-products .product-wrapper .product-description,
.search-products .style1 .product-wrapper .product-description,
#newproduct_products_slider .style1 .product-wrapper .product-description {
  background: #fff;
  position: absolute;
  bottom: -105px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  left: 10px;
  right: 10px;
  top: auto;
}

@media (max-width: 991px) {
  .style1.product-layouts.grid-view-item .product-wrapper .product-description,
  .related-products
    .style1.product-layouts.grid-view-item
    .product-wrapper
    .product-description,
  .hover_style1 #recently-viewed-products .product-wrapper .product-description,
  .search-products .style1 .product-wrapper .product-description,
  #newproduct_products_slider .style1 .product-wrapper .product-description {
    position: static;
    padding: 10px;
    background: transparent;
  }
}

@media (max-width: 480px) {
  .style1.product-layouts.grid-view-item .product-wrapper .product-description,
  .related-products
    .style1.product-layouts.grid-view-item
    .product-wrapper
    .product-description,
  .hover_style1 #recently-viewed-products .product-wrapper .product-description,
  .search-products .style1 .product-wrapper .product-description,
  #newproduct_products_slider .style1 .product-wrapper .product-description {
    padding: 10px 0 0;
    min-height: 84px;
  }
}

@media (min-width: 992px) {
  .product-grid.style1
    .product-layouts.grid-view-item
    .product-wrapper
    .product-description,
  .TBProduct-Tab-container
    .style1.product-layouts.grid-view-item
    .product-wrapper
    .product-description,
  .related-products
    .style1.product-layouts.grid-view-item
    .product-wrapper
    .product-description,
  .hover_style1 #recently-viewed-products .product-wrapper .product-description,
  .search-products .style1 .product-wrapper .product-description,
  #newproduct_products_slider .style1 .product-wrapper .product-description {
    width: auto;
  }
}

.style1.product-layouts.grid-view-item
  .product-wrapper:hover
  .product-description,
.related-products
  .style1.product-layouts.grid-view-item
  .product-wrapper:hover
  .product-description,
.hover_style1
  #recently-viewed-products
  .product-wrapper:hover
  .product-description,
.search-products .style1 .product-wrapper:hover .product-description,
#newproduct_products_slider
  .style1
  .product-wrapper:hover
  .product-description {
  bottom: 10px;
}

@media (max-width: 991px) {
  .style1 .product-wrapper .btn_wrapper .pro_btn.quick-view-wrap {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    width: 40px;
  }
}

@media (max-width: 480px) {
  .style1 .product-wrapper .btn_wrapper .pro_btn.quick-view-wrap {
    display: inline-block;
    vertical-align: top;
    height: 28px;
    width: 28px;
  }
}

@media (max-width: 991px) {
  .style1 .product-wrapper .btn_wrapper .pro_btn.add-to-wishlist,
  .style1 .product-wrapper .btn_wrapper .pro_btn.add-to-compare {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    width: 40px;
  }
}

@media (max-width: 480px) {
  .style1 .product-wrapper .btn_wrapper .pro_btn.add-to-wishlist,
  .style1 .product-wrapper .btn_wrapper .pro_btn.add-to-compare {
    display: inline-block;
    vertical-align: top;
    height: 28px;
    width: 28px;
  }
}

.hover_style1 .product-wrapper .product-description .grid-link__title,
.hover_style1 .product-wrapper:hover .product-description .grid-link__title,
.hover_style1 .product-description .spr-badge .spr-icon.spr-icon-star-empty {
  color: #000;
}

.hover_style1 .product-wrapper .product-description > .product-price__price,
.hover_style1
  .product-wrapper
  .product-description
  > .product-price__price
  .money,
.hover_style1
  #recently-viewed-products
  .product-wrapper
  .product-description
  .price
  .money {
  color: #219fba;
}

.hover_style1
  .product-list
  .product-description
  .spr-badge
  .spr-icon.spr-icon-star-empty,
.hover_style1
  .product-short-list
  .product-description
  .spr-badge
  .spr-icon.spr-icon-star-empty {
  color: #5c5c5c;
}

.product-list .style1.product-layouts.grid-view-item .product-wrapper,
.product-short-list .style1.product-layouts.grid-view-item .product-wrapper {
  border: none;
}

.products-grid-view > .grid-item.style1 {
  padding: 0;
}

@media (max-width: 1599px) {
  .collection_right .products-grid-view > .grid-item.product-grid,
  .collection_left .products-grid-view > .grid-item.product-grid {
    width: 33.333%;
    clear: none;
  }
}

@media (max-width: 1299px) {
  .full-width .products-grid-view > .grid-item.product-grid {
    width: 33.333%;
    clear: none;
  }
}

@media (max-width: 1199px) {
  .collection_right .products-grid-view > .grid-item.product-grid,
  .collection_left .products-grid-view > .grid-item.product-grid {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .full-width .products-grid-view > .grid-item.product-grid {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .product-list .style1 .product-wrapper .product-price__price.compare_price,
  .product-short-list
    .style1
    .product-wrapper
    .product-price__price.compare_price {
    color: var(--color-body-text);
  }

  .product-list .style1 .product-wrapper .discount-percentage,
  .product-short-list .style1 .product-wrapper .discount-percentage {
    color: #ff0000;
  }
}

.product-list .style1 .product-wrapper {
  border: none;
}

.product-list
  .style1.product-layouts.grid-view-item
  .product-wrapper:hover
  .product-description {
  background: none;
}

.product-list
  .style1.product-layouts.grid-view-item
  .product-wrapper
  .product-description {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  padding: 0 25px;
  background: none;
  position: static;
  color: var(--color-body-text);
}

@media (max-width: 767px) {
  .product-list
    .style1.product-layouts.grid-view-item
    .product-wrapper
    .product-description {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .product-list
    .style1.product-layouts.grid-view-item
    .product-wrapper
    .product-description {
    text-align: center;
  }
}

.style1 .product-wrapper:hover .btn_wrapper .pro_btn.add_tocart {
  transform: rotateY(0);
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -o-transform: rotateY(0);
  -ms-transform: rotateY(0);
}

.product-list .style1 .product-wrapper .btn_wrapper .pro_btn.add_tocart,
.product-list .style2 .product-wrapper .btn_wrapper .pro_btn.add_tocart,
.product-list .style3 .product-wrapper .btn_wrapper .pro_btn.add_tocart {
  transform: none;
}

.hover_style1
  .product-wrapper
  .product-description
  .product-price__price.product-price__sale {
  clear: right;
  width: auto;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.style1 .product-wrapper .slider-nav.product-single__thumbs {
  position: absolute;
  left: -90px;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 85px;
  height: 125px;
  padding: 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;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
}

@media (min-width: 1600px) {
  .product-grid .style1 .product-wrapper .slider-nav.product-single__thumbs {
    top: 15%;
    bottom: auto;
  }
}

@media (max-width: 991px) {
  .style1 .product-wrapper .slider-nav.product-single__thumbs {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    left: 10px;
    top: auto;
    bottom: 15px;
  }
}

@media (max-width: 767px) {
  .style1 .product-wrapper .slider-nav.product-single__thumbs {
    display: none;
  }
}

@media (max-width: 480px) {
  .hover_style1
    .product-wrapper
    .product-description
    .product-price__price.product-price__sale {
    margin: 0 0 6px;
  }
}

.style1 .product-wrapper:hover .slider-nav.product-single__thumbs {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  left: 10px;
}

@media (max-width: 991px) {
  .style1 .product-wrapper:hover .slider-nav.product-single__thumbs {
    top: auto;
    bottom: 15px;
  }
}

@media (max-width: 767px) {
  .style1 .product-wrapper:hover .slider-nav.product-single__thumbs {
    bottom: 60px;
  }
}

.style1 .product-single__thumbs .grid-item {
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.style1 .product-wrapper .slider-nav.product-single__thumbs .owl-nav .owl-prev,
.style1 .product-wrapper .slider-nav.product-single__thumbs .owl-nav .owl-next {
  background: none;
  border: none;
  color: #000;
  position: static;
  padding: 0;
  height: 22px;
  width: 22px;
  line-height: 22px;
  z-index: 1;
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.style1
  .product-wrapper
  .slider-nav.product-single__thumbs
  .owl-nav
  .owl-prev::before,
.style1
  .product-wrapper
  .slider-nav.product-single__thumbs
  .owl-nav
  .owl-next::before {
  position: static;
  height: 22px;
  width: 22px;
  line-height: 22px;
}

.style1.product-list
  .product-wrapper
  .product-description
  .product-price__price,
.style1.product-short-list
  .product-wrapper
  .product-description
  .product-price__price,
.style1.product-list
  .product-wrapper
  .product-description
  .product-price__price
  .money,
.style1.product-short-list
  .product-wrapper
  .product-description
  .product-price__price
  .money {
  width: auto;
  margin: 0 1px 0 0;
}

.style1.product-list
  .product-wrapper
  .product-description
  .product-price__price.compare_price
  .money,
.style1.product-short-list
  .product-wrapper
  .product-description
  .product-price__price.compare_price
  .money {
  color: var(--color-body-text);
}

.style1.product-list .product-wrapper .product-description .grid-link__title,
.style1.product-list
  .product-wrapper:hover
  .product-description
  .grid-link__title,
.style1.product-short-list
  .product-wrapper
  .product-description
  .grid-link__title,
.style1.product-short-list
  .product-wrapper:hover
  .product-description
  .grid-link__title {
  color: var(--color-title);
}

.style1.product-list .product-description .h4.grid-view-item__title {
  margin: 8px 0;
  width: 100%;
}

.product-list
  .style1.product-layouts.grid-view-item
  .product-wrapper
  .product-description
  .grid-view-item__meta {
  width: 100%;
  text-align: left;
  margin: 0 0 12px 0;
}

@media (max-width: 1199px) {
  .style1.product-list .product-description .h4.grid-view-item__title {
    margin: 5px 0;
  }
}

@media (max-width: 767px) {
  .product-list
    .style1.product-layouts.grid-view-item
    .product-wrapper
    .product-description
    .grid-view-item__meta {
    text-align: center;
  }
}

.product-short-list
  .style1.product-layouts.grid-view-item
  .product-wrapper
  .product-description
  .grid-view-item__meta {
  margin: 10px 0;
  width: 20%;
  text-align: center;
}

@media (max-width: 767px) {
  .product-short-list
    .style1.product-layouts.grid-view-item
    .product-wrapper
    .product-description
    .grid-view-item__meta {
    text-align: center;
    width: 100%;
    margin: 0 0 6px;
  }
}

@media (max-width: 480px) {
  .product-short-list
    .style1.product-layouts.grid-view-item
    .product-wrapper
    .product-description
    .grid-view-item__meta {
    margin: 0;
  }
}

.product-list .style1 .product-wrapper .btn_wrapper .pro_btn,
.product-short-list .style1 .product-wrapper .btn_wrapper .pro_btn {
  position: static;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  margin: 0 1px;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  display: block;
}

@media (max-width: 480px) {
  .product-list .style1 .product-wrapper .btn_wrapper .pro_btn,
  .product-short-list .style1 .product-wrapper .btn_wrapper .pro_btn {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 40px;
    height: 40px;
  }
}

.product-list
  .grid-view-item
  .style1
  .product-wrapper
  .btn_wrapper
  .pro_btn
  a
  > i,
.product-short-list
  .grid-view-item
  .style1
  .product-wrapper
  .btn_wrapper
  .pro_btn
  a
  > i,
.style1 .product-wrapper .btn_wrapper .pro_btn.add_tocart .add-cart-btn > i {
  padding: 0;
}

.product-list
  .style1
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  .add-cart-btn
  > i,
.product-short-list
  .style1
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  .add-cart-btn
  > i {
  display: block;
  font-size: 20px;
}

.product-list
  .style1.grid-view-item
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  span.add_cart::after,
.product-short-list
  .style1.grid-view-item
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  span.add_cart::after {
  display: none;
  color: var(--color-product-primary-text);
}

.product-list
  .style1.grid-view-item
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  .add-cart-btn:hover
  span.add_cart,
.product-short-list
  .style1.grid-view-item
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  .add-cart-btn:hover
  span.add_cart,
.product-list
  .style1.grid-view-item
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  .add-cart-btn:active
  span.add_cart,
.product-short-list
  .style1.grid-view-item
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  .add-cart-btn:active
  span.add_cart,
.product-list
  .style1.grid-view-item
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  .add-cart-btn:focus
  span.add_cart,
.product-short-list
  .style1.grid-view-item
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  .add-cart-btn:focus
  span.add_cart {
  background: none;
  color: var(--color-product-primary-text);
}

.product-list
  .style1
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  .add-cart-btn:hover
  > i,
.product-short-list
  .style1
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  .add-cart-btn:hover
  > i,
.product-list
  .style1
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  .add-cart-btn:active
  > i,
.product-short-list
  .style1
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  .add-cart-btn:active
  > i,
.product-list
  .style1
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  .add-cart-btn:focus
  > i,
.product-short-list
  .style1
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  .add-cart-btn:focus
  > i {
  color: var(--color-product-primary-text);
}

.product-list
  .style1
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  .add-cart-btn,
.product-short-list
  .style1
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  .add-cart-btn {
  width: auto;
}

.product-list
  .style1
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  .add-cart-btn:active,
.product-short-list
  .style1
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  .add-cart-btn:active,
.product-list
  .style1
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  .add-cart-btn:focus,
.product-short-list
  .style1
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  .add-cart-btn:focus {
  background: var(--color-product-secondary);
}

.product-list
  .style1.grid-view-item
  .product-wrapper:hover
  .btn_wrapper
  .pro_btn.add_tocart
  span.add_cart,
.product-short-list
  .style1.grid-view-item
  .product-wrapper:hover
  .btn_wrapper
  .pro_btn.add_tocart
  span.add_cart {
  color: var(--color-product-primary-text);
}

.product-list .style1 .product-wrapper .product-title-review {
  background: none;
  padding: 0;
  border: none;
}

.product-list .style1 .product-wrapper .product-thumb,
.product-short-list .style1 .product-wrapper .product-thumb {
  padding: 0;
}
.product-list .style1 .product-wrapper .slider-nav.product-single__thumbs,
.product-short-list
  .style1
  .product-wrapper
  .slider-nav.product-single__thumbs {
  display: none;
}

.product-list
  .style1.grid-view-item
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  span.add_cart,
.product-short-list
  .style1.grid-view-item
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  span.add_cart {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

@media (max-width: 767px) {
  .product-short-list
    .style1.product-layouts.grid-view-item
    .product-wrapper
    .product-description
    .grid-view-item__meta {
    width: 100%;
    text-align: center;
  }

  .product-short-list
    .style1
    .product-wrapper
    .product-description
    .btn_wrapper {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .product-list .style1 .product-wrapper .btn_wrapper .pro_btn.add_tocart,
  .product-short-list
    .style1
    .product-wrapper
    .btn_wrapper
    .pro_btn.add_tocart {
    width: 40px;
    height: 40px;
  }
}

.product-list .style1 .product-wrapper .btn_wrapper .pro_btn,
.product-list .style2 .product-wrapper .btn_wrapper .pro_btn,
.product-list .style3 .product-wrapper .btn_wrapper .pro_btn {
  display: inline-block;
}

.product-list .style1 .product-wrapper .btn_wrapper .pro_btn a,
.product-list .style2 .product-wrapper .btn_wrapper .pro_btn a,
.product-list .style3 .product-wrapper .btn_wrapper .pro_btn a {
  display: flex;
}

/*---------- style2 ---------*/
.style2 .product-wrapper .product-thumb {
  margin: 0 0 10px;
  padding: 0;
}

.product-list
  .style2
  .grid-view-item
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart,
.product-short-list
  .style2
  .grid-view-item
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart {
  width: 100%;
  margin: 0 0 5px;
}

.style2 .product-wrapper .custom_label {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  top: 15px;
  left: -35px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

.style2 .product-wrapper:hover .custom_label {
  left: 15px;
}

@media (max-width: 991px) {
  .style2 .product-wrapper .custom_label,
  .style2 .product-wrapper:hover .custom_label {
    left: 15px;
    top: 15px;
  }
}

.style2 .product-wrapper .btn_wrapper .pro_btn,
.style2 .product-wrapper .main_btn_wrapper .pro_btn {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  float: none;
  height: 45px;
  position: relative;
  text-align: center;
  width: 45px;
  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;
}

.style2 .product-wrapper:hover .btn_wrapper .pro_btn {
  margin: 0;
}

.style2 .product-wrapper .product-description {
  margin: 0;
}

.style2 .product-wrapper .product-description .h4 {
  margin: 0 0 5px;
}

.product-list .style2 .product-wrapper .product-description .h4 {
  margin: 10px 0;
}

.style2 .product-wrapper:hover .product-thumb .fade_img img.image_thumb_swap {
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
}

.style2 .product-wrapper .product-thumb .btn_wrapper,
.style2 .product-wrapper .product-thumb .main_btn_wrapper {
  bottom: 15px;
  height: 45px;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  display: flex;
  justify-content: center;
  gap: 4px;
}

@media (max-width: 1199px) {
  .style2 .product-wrapper .btn_wrapper .pro_btn,
  .style2 .product-wrapper .main_btn_wrapper .pro_btn {
    height: 40px;
    width: 40px;
  }
}

@media (max-width: 991px) {
  .style2 .product-wrapper .product-thumb .btn_wrapper,
  .style2 .product-wrapper .product-thumb .main_btn_wrapper {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    height: 40px;
  }
}

@media (max-width: 767px) {
  .product-list .style2 .product-wrapper .product-description .h4 {
    margin: 6px 0;
  }
}

@media (max-width: 480px) {
  .style2 .product-wrapper .product-thumb .btn_wrapper,
  .style2 .product-wrapper .product-thumb .main_btn_wrapper {
    height: 28px;
  }

  .style2 .product-wrapper .product-thumb {
    margin: 0 0 4px;
  }
  .style2 .product-wrapper .btn_wrapper .pro_btn,
  .style2 .product-wrapper .main_btn_wrapper .pro_btn {
    height: 28px;
    width: 28px;
  }
}

.style2 .product-wrapper .product-thumb .main_btn_wrapper {
  top: 0;
  bottom: 0;
  height: 45px;
  margin: auto;
}

.style2 .product-wrapper:hover .product-thumb .btn_wrapper,
.style2 .product-wrapper:hover .product-thumb .main_btn_wrapper {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

.style2 .product-wrapper .btn_wrapper .pro_btn.add_tocart {
  width: auto;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.style2.grid-view-item
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  .add-cart-btn:hover
  i {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

.style2.grid-view-item
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  span.add_cart {
  display: inline-block;
  vertical-align: top;
  color: var(--color-product-primary-text);
  padding: 0 12px 0 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  line-height: 45px;
}

.style2.grid-view-item
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  .add-cart-btn:hover
  i,
.style2.grid-view-item
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  .add-cart-btn:hover
  span.add_cart {
  color: #fff;
}

.style2 .product-wrapper .btn_wrapper .pro_btn.add-to-wishlist {
  transform: translatex(-100px);
  -webkit-transform: translatex(-100px);
  -moz-transform: translatex(-100px);
  -o-transform: translatex(-100px);
  -ms-transform: translatex(-100px);
}

.style2 .product-wrapper:hover .btn_wrapper .pro_btn.add-to-wishlist {
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
  -moz-transform: translatex(0px);
  -o-transform: translatex(0px);
  -ms-transform: translatex(0px);
}

.style2 .product-wrapper .btn_wrapper .pro_btn.add-to-compare {
  transform: translatex(100px);
  -webkit-transform: translatex(100px);
  -moz-transform: translatex(100px);
  -o-transform: translatex(100px);
  -ms-transform: translatex(100px);
}

.style2 .product-wrapper:hover .btn_wrapper .pro_btn.add-to-compare {
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
  -moz-transform: translatex(0px);
  -o-transform: translatex(0px);
  -ms-transform: translatex(0px);
}

.style2 .product-wrapper .btn_wrapper .pro_btn.add_tocart {
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
}

.style2 .product-wrapper:hover .btn_wrapper .pro_btn.add_tocart {
  transform: rotateY(0);
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -o-transform: rotateY(0);
  -ms-transform: rotateY(0);
}

.product-list .style2 .product-wrapper .btn_wrapper .pro_btn {
  margin: 0;
}

.product-list .style2 .product-wrapper .btn_wrapper .pro_btn.add_tocart {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}

@media (max-width: 1199px) {
  .style2.grid-view-item
    .product-wrapper
    .btn_wrapper
    .pro_btn.add_tocart
    span.add_cart {
    line-height: 40px;
    padding: 0 15px 0 0px;
    display: none;
  }
  .style2 .product-wrapper .btn_wrapper .pro_btn.add_tocart {
    width: 40px;
  }
  .style2 .product-wrapper .product-thumb .main_btn_wrapper {
    height: 40px;
  }
  .product-grid
    .products-grid-view
    .grid-item.style2.product-list
    .btn_wrapper
    .pro_btn.add_tocart,
  .product-grid
    .products-grid-view
    .grid-item.style2.product-short-list
    .btn_wrapper
    .pro_btn.add_tocart {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 480px) {
  .common-home .style2 .product-wrapper .btn_wrapper .pro_btn.add_tocart,
  .product-grid.style2 .product-wrapper .btn_wrapper .pro_btn.add_tocart {
    width: 28px;
  }
  .style2 .product-wrapper .product-thumb .main_btn_wrapper {
    height: 28px;
  }
}

.product-short-list .style2 .product-wrapper .btn_wrapper .pro_btn.add_tocart {
  float: none;
  margin: 0 0 4px;
  display: block;
  vertical-align: top;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}

.product-short-list
  .style2
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  .add-cart-btn {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.product-list .style2 .product-wrapper .btn_wrapper .main_btn_wrapper,
.product-short-list .style2 .product-wrapper .btn_wrapper .main_btn_wrapper {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.product-list .style2 .product-wrapper .btn_wrapper {
  position: static;
  display: flex;
  gap: 4px;
}

.product-list .style2 .product-wrapper:hover .grid-view-item__meta,
.product-short-list .style2 .product-wrapper:hover .grid-view-item__meta {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

.product-list .style2 .add_cart,
.product-short-list .style2 .add_cart {
  padding: 9px 18px 9px 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  cursor: pointer;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.product-list .style2 .product-wrapper .btn_wrapper .pro_btn.add_tocart {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}

.product-list .style2 .product-wrapper .btn_wrapper .pro_btn.add-to-wishlist,
.product-short-list
  .style2
  .product-wrapper
  .btn_wrapper
  .pro_btn.add-to-wishlist,
.product-list .style2 .product-wrapper .btn_wrapper .pro_btn.add-to-compare,
.product-short-list
  .style2
  .product-wrapper
  .btn_wrapper
  .pro_btn.add-to-compare {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}

@media (max-width: 1199px) {
  .product-short-list
    .style2
    .product-wrapper
    .btn_wrapper
    .pro_btn.add_tocart {
    display: inline-block;
    margin: 0;
  }
}

@media (max-width: 991px) {
  .product-list .style2 .product-wrapper .btn_wrapper .pro_btn.add-to-wishlist,
  .product-short-list
    .style2
    .product-wrapper
    .btn_wrapper
    .pro_btn.add-to-wishlist,
  .product-list .style2 .product-wrapper .btn_wrapper .pro_btn.add-to-compare,
  .product-short-list
    .style2
    .product-wrapper
    .btn_wrapper
    .pro_btn.add-to-compare {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  .product-list .style2 .product-wrapper .btn_wrapper {
    justify-content: center;
  }
  .product-short-list
    .style2
    .product-wrapper
    .btn_wrapper
    .pro_btn.add_tocart {
    margin: 0;
  }
}

@media (max-width: 547px) {
  .product-list
    .style2
    .grid-view-item
    .product-wrapper
    .btn_wrapper
    .pro_btn
    a
    > i.fa-shopping-cart {
    text-align: center;
  }
}

.product-list .style2 .product-wrapper .btn_wrapper .pro_btn {
  display: inline-block;
}

.grid-view-item
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  span.add_cart {
  display: none;
}

@media (min-width: 992px) {
  .product-list
    .style2
    .grid-view-item
    .product-wrapper
    .btn_wrapper
    .pro_btn
    a
    > i.mdi-cart-outline {
    width: 35px;
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .product-short-list
    .style2
    .grid-view-item
    .product-wrapper
    .btn_wrapper
    .pro_btn
    a
    > i.mdi-cart-outline {
    width: 35px;
    text-align: right;
  }
}

@media (max-width: 1199px) {
  .product-short-list
    .style2
    .grid-view-item
    .product-wrapper
    .btn_wrapper
    .pro_btn
    a
    > i.mdi-cart-outline {
    width: 45px;
  }
}

@media (max-width: 991px) {
  .product-short-list
    .style1
    .product-wrapper
    .btn_wrapper
    .pro_btn.add-to-wishlist {
    margin-left: 0;
  }

  #product-grid
    product-list
    .grid-view-item
    .product-wrapper
    .btn_wrapper
    .pro_btn.add_tocart,
  #product-grid
    #product-grid
    #product-grid
    #product-grid
    #product-grid
    product-short-list
    .grid-view-item
    .product-wrapper
    .btn_wrapper
    .pro_btn.add_tocart {
    width: fit-content;
    height: 40px;
  }

  .product-list
    .style2
    .grid-view-item
    .product-wrapper
    .btn_wrapper
    .pro_btn
    a
    > i.mdi-cart-outline,
  .product-short-list
    .style2
    .grid-view-item
    .product-wrapper
    .btn_wrapper
    .pro_btn
    a
    > i.mdi-cart-outline {
    width: 40px;
    height: 40px;
  }

  .style2 .product-wrapper .btn_wrapper .pro_btn {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }

  .style2 .product-wrapper .btn_wrapper .pro_btn.quick-view-wrap,
  .style2 .product-wrapper .btn_wrapper .pro_btn.add_tocart,
  .style2 .product-wrapper .btn_wrapper .pro_btn.add-to-wishlist,
  .style2 .product-wrapper .btn_wrapper .pro_btn.add-to-compare {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
  }
}

@media (max-width: 480px) {
  .product-grid.style2 .product-wrapper .btn_wrapper .pro_btn,
  .common-home .style2 .product-wrapper .btn_wrapper .pro_btn,
  .product_sticky_design_1 .style2 .product-wrapper .btn_wrapper .pro_btn {
    height: 28px;
    width: 28px;
    line-height: 28px;
  }
}

/*--------------------------- style3 -------------------------------*/
.grid-item.style3.product-grid .product-wrapper .product-thumb {
  padding: 0;
}

.style3.product-list .product-wrapper .product-thumb,
.style3.product-short-list .product-wrapper .product-thumb {
  padding: 0;
}

.products-grid-view.collections_masonry.shop_masonry .style3 .product-wrapper {
  margin-bottom: 30px;
}

.search-products
  .style3.grid-item.style3:nth-of-type(4n)
  .product-layouts::after,
.search-products .style3.grid-item.style3:last-child .product-layouts::after {
  border: none;
}

.style3 .product-wrapper {
  margin-bottom: 10px;
}
,
#recently-viewed-products .product-wrapper {
  margin-bottom: 0;
}

.style3 .product-wrapper .quickview {
  position: absolute;
  right: -72px;
  left: auto;
  background-color: var(--color-btn-primary-bg);
  top: -50px;
  bottom: auto;
  padding: 0;
  height: 60px;
  width: 100px;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  text-align: center;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

@media (max-width: 767px) {
  .style3 .product-wrapper .quickview {
    height: 55px;
    width: 95px;
  }
}

.style3 .product-wrapper:hover .quickview {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  top: -15px;
  right: -35px;
}

.style3 .product-wrapper .quickview i.mdi.mdi-eye-outline {
  font-size: 20px;
  line-height: 22px;
}

.style3 .product-wrapper .quickview .pro_btn {
  height: 100%;
}

.style3 .product-wrapper .quickview .pro_btn a {
  z-index: 1;
  overflow: hidden;
  position: relative;
  color: var(--color-btn-primary-text);
  height: 100%;
  width: 100%;
  padding: 29px 0 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  display: inline-block;
}

.style3 .product-wrapper .quickview .pro_btn a:hover,
.style3 .product-wrapper .quickview .pro_btn a:focus,
.style3 .product-wrapper .quickview .pro_btn a:active {
  color: var(--color-btn-primary-hover-text);
}

.style3 .product-wrapper .quickview .pro_btn a::after {
  position: absolute;
  content: "";
  left: 0;
  right: auto;
  margin: auto 0;
  top: 0;
  bottom: 0;
  background-color: var(--color-btn-primary-hover-bg);
  height: 100%;
  width: 0;
  z-index: -1;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

.style3 .product-wrapper .quickview .pro_btn a:hover::after {
  width: 100%;
}

.style3 .product-wrapper .quickview .pro_btn a:focus,
.style3 .product-wrapper .quickview .pro_btn a:active {
  background-color: var(--color-btn-primary-bg);
}

@media (min-width: 1200px) {
  .style3.grid-view-item .product-wrapper .btn_wrapper .pro_btn.add_tocart a {
    width: auto;
  }
}

@media (max-width: 575px) {
  .style3 .product-wrapper .quickview i.mdi.mdi-eye-outline {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (max-width: 480px) {
  .style3.grid-view-item .product-wrapper .btn_wrapper .pro_btn a {
    width: 35px;
    height: 35px;
  }

  .style3.grid-view-item .product-wrapper .btn_wrapper .pro_btn a > i {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .style3 .product-wrapper .quickview i.mdi.mdi-eye-outline {
    font-size: 16px;
    line-height: 18px;
  }
}

.style3.grid-view-item
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  span.add_cart {
  display: inline-block;
  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;
  padding: 10px 15px 10px 5px;
  vertical-align: top;
}

@media (max-width: 1399px) {
  .style3.grid-view-item
    .product-wrapper
    .btn_wrapper
    .pro_btn.add_tocart
    span.add_cart {
    padding: 10px 10px 10px 5px;
  }
}

@media (max-width: 1299px) {
  .search-products
    .style3.grid-view-item
    .product-wrapper
    .btn_wrapper
    .pro_btn.add_tocart
    span.add_cart {
    font-size: 12px;
  }
}

@media (max-width: 500px) {
  .style3.grid-view-item
    .product-wrapper
    .btn_wrapper
    .pro_btn.add_tocart
    span.add_cart {
    display: none !important;
  }
}

.style3.grid-view-item
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart:hover
  span.add_cart,
.style3.grid-view-item
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart:focus
  span.add_cart,
.style3.grid-view-item
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart:active
  span.add_cart {
  color: #fff;
}

.TBProduct-Tab .tab-inner .owl-stage-outer,
.related-products .owl-stage-outer {
  margin: 0 1px 0 0;
}

.product-layouts.grid-view-item.style3
  .product-wrapper
  .product-description
  .grid-view-item__meta {
  margin: 8px 0 0;
}

@media (max-width: 991px) {
  .product-layouts.grid-view-item.style3
    .product-wrapper
    .product-description
    .grid-view-item__meta {
    margin: 5px 0;
  }
}

.style3 .product-wrapper .btn_wrapper {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  position: absolute;
  bottom: -60px;
  top: auto;
  left: 0;
  right: 0;
  height: 45px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  gap: 3px;
}

.style3 .product-wrapper:hover .btn_wrapper {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  bottom: 15px;
}

.style3 .product-wrapper .btn_wrapper .pro_btn {
  display: inline-block;
  vertical-align: top;
  float: none;
  position: relative;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

.product-list
  .product-layouts.grid-view-item.style3
  .product-wrapper
  .btn_wrapper,
.product-list
  .product-layouts.grid-view-item.style3
  .product-wrapper:hover
  .grid-view-item__meta,
.product-list
  .product-layouts.grid-view-item.style3
  .product-wrapper:hover
  .product-description
  .spr-badge {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  position: static;
}

.product-list
  .product-layouts.grid-view-item.style3
  .product-wrapper
  .btn_wrapper,
.product-short-list
  .product-layouts.grid-view-item.style3
  .product-wrapper
  .btn_wrapper {
  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;
  display: block;
  justify-content: unset;
}

.product-list
  .product-layouts.grid-view-item.style3
  .product-wrapper
  .product-description
  .grid-view-item__meta {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  margin: 0 0 10px;
}

.product-list .product-layouts.grid-view-item.style3 .product-wrapper:hover {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.product-list .style3 .product-wrapper .btn_wrapper .pro_btn {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

@media (max-width: 1199px) {
  .style3.product-short-list
    .product-layouts.grid-view-item.style3
    .product-wrapper
    .btn_wrapper {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .style3 .product-wrapper .btn_wrapper {
    gap: 4px;
  }
}

@media (max-width: 767px) {
  .style3.product-list
    .product-wrapper
    .btn_wrapper
    .pro_btn.add_tocart
    span.add_cart {
    display: none !important;
  }
  .product-list
    .product-layouts.grid-view-item.style3
    .product-wrapper
    .btn_wrapper,
  .product-short-list
    .product-layouts.grid-view-item.style3
    .product-wrapper
    .btn_wrapper {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .product-short-list
    .product-wrapper
    .product-description
    .grid-view-item__meta
    .product-price__sale {
    margin: 0 0 5px;
  }
  .product-grid .products-grid-view .grid-item.product-list .product-wrapper,
  .product-grid
    .products-grid-view
    .grid-item.product-short-list
    .product-wrapper {
    display: block;
    width: 44%;
    margin: 0 auto 20px;
  }
}

@media (max-width: 575px) {
  .product-grid .products-grid-view .grid-item.product-list .product-wrapper,
  .product-grid
    .products-grid-view
    .grid-item.product-short-list
    .product-wrapper {
    width: 60%;
  }
}

@media (max-width: 480px) {
  .product-grid .products-grid-view .grid-item.product-list .product-wrapper,
  .product-grid
    .products-grid-view
    .grid-item.product-short-list
    .product-wrapper {
    width: 73%;
  }
}

@media (max-width: 360px) {
  .product-grid .products-grid-view .grid-item.product-list .product-wrapper,
  .product-grid
    .products-grid-view
    .grid-item.product-short-list
    .product-wrapper {
    width: 100%;
  }
}

.style3.product-list .product-wrapper .btn_wrapper .pro_btn a,
.style3.product-short-list .product-wrapper .btn_wrapper .pro_btn a {
  width: auto;
}

.style3.product-list .grid-view-item .btn_wrapper .add_tocart .add_cart,
.style3.product-short-list .grid-view-item .btn_wrapper .add_tocart .add_cart {
  padding: 12px 15px 12px 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

.style3.product-list
  .grid-view-item
  .product-wrapper
  .btn_wrapper
  .pro_btn
  a
  > i.mdi-cart-outline,
.style3.product-short-list
  .grid-view-item
  .product-wrapper
  .btn_wrapper
  .pro_btn
  a
  > i.mdi-cart-outline {
  width: 45px;
  text-align: center;
}

@media (max-width: 767px) {
  .style3.product-list
    .grid-view-item
    .product-wrapper
    .btn_wrapper
    .pro_btn
    a
    > i.mdi-cart-outline {
    text-align: center;
  }
}

.style3.product-layouts .product-wrapper .spr-badge {
  position: static;
}

.product-list .style3.product-layouts::after,
.product-short-list .style3.product-layouts::after {
  display: none;
}

.product-list .style3.product-layouts::after,
.product-short-list .style3.product-layouts::after {
  display: none;
}

.product-list .style3 .product-wrapper,
.product-short-list .style3 .product-wrapper {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .style3 .flip-countdown.simple-countdown .countdown-container {
    top: 20px;
    bottom: auto;
  }

  .style3
    .product-wrapper:hover
    .flip-countdown.simple-countdown
    .countdown-container {
    top: -40px;
    bottom: auto;
  }
}

@media (max-width: 1199px) {
  .product-short-list
    .style3.grid-view-item
    .product-wrapper
    .btn_wrapper
    .pro_btn
    a.add-cart-btn
    > i {
    width: 45px;
    text-align: center;
  }

  .product-short-list
    .style3.grid-view-item
    .product-wrapper
    .btn_wrapper
    .pro_btn
    a.add-cart-btn
    > i {
    width: 40px;
  }

  .style3.product-list
    .grid-view-item
    .product-wrapper
    .btn_wrapper
    .pro_btn
    a
    > i.mdi-cart-outline,
  .style3.product-short-list
    .grid-view-item
    .product-wrapper
    .btn_wrapper
    .pro_btn
    a
    > i.mdi-cart-outline {
    width: 40px;
  }

  .style3.product-list .product-wrapper .btn_wrapper .pro_btn a,
  .style3.product-short-list .product-wrapper .btn_wrapper .pro_btn a {
    width: 40px;
  }
}

@media (max-width: 1199px) {
  .style3.product-short-list .product-wrapper .btn_wrapper .pro_btn {
    height: 40px;
    width: 40px;
  }

  .style3.grid-view-item
    .product-wrapper
    .btn_wrapper
    .pro_btn.add_tocart
    span.add_cart {
    display: none;
  }
}
@media (max-width: 991px) {
  .style3 .product-wrapper .btn_wrapper .pro_btn {
    height: 40px;
    width: 40px;
  }

  .style3 .product-wrapper .btn_wrapper {
    height: 40px;
    bottom: 15px;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
  }

  .style3 .product-wrapper .quickview {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    top: -15px;
    right: -35px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
  }
}

@media (max-width: 480px) {
  .product-list .style3 .product-wrapper,
  .product-short-list .style3 .product-wrapper {
    margin-bottom: 20px;
  }
  .style3.product-short-list .product-wrapper .btn_wrapper .pro_btn {
    height: 35px;
    width: 35px;
  }
}

.shopify-payment-button__button:before,
.shopify-payment-button__button :hover:before {
  content: "\F496";
  font-family: "Material Design Icons";
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 14px;
  margin-right: 5px;
}

.product-form__submit[aria-disabled="true"] + .shopify-payment-button,
.product-form__submit[disabled] + .shopify-payment-button {
  display: none;
}

.cart__submit-controls .btn:before,
.cart__submit-controls .btn:hover:before {
  content: "\F496";
  font-family: "Material Design Icons";
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 18px;
  margin-right: 5px;
}

.template-customers-login .login .login-page,
.register .register-page {
  float: none;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #eee;
  padding: 25px;
}

.login-page form#customer_login,
.register-page form#create_customer {
  margin: 0;
}

.template-customers-login .login,
.template-customers-register .register {
  text-align: center;
  margin: 0 0 20px;
}

.login-page .grid .grid-item,
.login-page .grid--rev .grid-item,
.login-page .grid--full .grid-item {
  padding: 0;
  text-align: left;
}

@media screen and (min-width: 992px) {
  .login-page form > input,
  .register-page form > input {
    min-width: 550px;
  }
}

.style3.product-list .product-wrapper .btn_wrapper .pro_btn.add-to-wishlist,
.style3.product-short-list
  .product-wrapper
  .btn_wrapper
  .pro_btn.add-to-wishlist {
  border: none;
}

.style3.product-list .product-wrapper .btn_wrapper .pro_btn.add_tocart,
.style3.product-short-list .product-wrapper .btn_wrapper .pro_btn.add_tocart {
  border: none;
}

.product-short-list .product-wrapper .product-price__sale-label,
.product-short-list .product-wrapper .custom_label {
  font-size: 12px;
}

.style3.product-short-list .product-wrapper .btn_wrapper .pro_btn.add_tocart a {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.style3.product-list .product-wrapper .quickview .pro_btn a {
  padding: 22px 0 0;
}

@media (max-width: 1199px) {
  .style3.product-short-list
    .product-wrapper
    .btn_wrapper
    .pro_btn.add_tocart
    a,
  .style3.product-short-list .product-wrapper .btn_wrapper .add_tocart a {
    width: 40px;
  }
}

@media (max-width: 991px) {
  .template-customers-login .login,
  .template-customers-register .register {
    margin: 0 0 40px;
  }
}

@media (max-width: 575px) {
  .template-customers-login .login,
  .template-customers-register .register {
    margin: 0 0 40px;
  }
}

@media (max-width: 480px) {
  .style3.product-short-list
    .product-wrapper
    .btn_wrapper
    .pro_btn.add_tocart
    a {
    width: 35px;
    margin: 0;
  }
}

@media (max-width: 480px) {
  .style3.product-short-list .product-wrapper .btn_wrapper .pro_btn.add_tocart {
    margin: 0;
  }
}

@media (max-width: 480px) {
  .style3.product-list .product-wrapper .btn_wrapper {
    height: 40px;
  }

  .style3.product-list
    .grid-view-item
    .product-wrapper
    .btn_wrapper
    .pro_btn
    a
    > i.mdi-cart-outline,
  .style3.product-short-list
    .grid-view-item
    .product-wrapper
    .btn_wrapper
    .pro_btn
    a
    > i.mdi-cart-outline {
    width: 35px;
  }

  .product-short-list
    .style3.grid-view-item
    .product-wrapper
    .btn_wrapper
    .pro_btn
    a.add-cart-btn
    > i {
    width: 35px;
  }

  .style3.product-list
    .grid-view-item
    .product-wrapper
    .btn_wrapper
    .pro_btn.add_tocart,
  .style3.product-short-list
    .grid-view-item
    .product-wrapper
    .btn_wrapper
    .pro_btn.add_tocart {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .style3 .product-wrapper .btn_wrapper .pro_btn {
    height: 35px;
    width: 35px;
  }

  .style3.product-list .product-wrapper .btn_wrapper .pro_btn a,
  .style3.product-short-list .product-wrapper .btn_wrapper .pro_btn a {
    width: 35px;
  }

  .style3 .product-wrapper .btn_wrapper {
    height: 35px;
  }

  .style3.grid-view-item
    .product-wrapper
    .btn_wrapper
    .pro_btn.add_tocart
    span.add_cart {
    display: none;
  }

  .style3 .product-wrapper .quickview .pro_btn a {
    padding: 23px 0 0;
  }

  .style3 .product-wrapper .quickview {
    height: 45px;
    width: 85px;
  }
}

@media (max-width: 767px) {
  .collection_template .products-grid-view .grid-item.product-grid {
    clear: none;
  }

  .products-grid-view .grid-item.product-grid:nth-child(2n + 1),
  .search-products .products-grid-view .grid-item:nth-child(2n + 1) {
    clear: both;
  }
}

.style2.product-grid
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  .add-cart-btn,
.style2.product-grid
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  .add-cart-btni,
.style3.product-grid
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  .add-cart-btn,
.style3.product-grid
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  .add-cart-btn
  i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.style2.product-grid
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  .add-cart-btn
  span.add_cart,
.style3.product-grid
  .product-wrapper
  .btn_wrapper
  .pro_btn.add_tocart
  .add-cart-btn
  span.add_cart {
  display: none;
}

@media (max-width: 1199px) {
  .style3.product-grid
    .product-wrapper
    .btn_wrapper
    .pro_btn.add_tocart
    .add-cart-btn,
  .style3.product-grid
    .product-wrapper
    .btn_wrapper
    .pro_btn.add_tocart
    .add-cart-btn
    i {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .style2.product-grid
    .product-wrapper
    .btn_wrapper
    .pro_btn.add_tocart
    .add-cart-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

@media (max-width: 480px) {
  .style3.product-grid
    .product-wrapper
    .btn_wrapper
    .pro_btn.add_tocart
    .add-cart-btn,
  .style3.product-grid
    .product-wrapper
    .btn_wrapper
    .pro_btn.add_tocart
    .add-cart-btn
    i {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .style2.product-grid
    .product-wrapper
    .btn_wrapper
    .pro_btn.add_tocart
    .add-cart-btn {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
}

/*======================= product button css END =======================*/
/*==================== NEWSLATTER POPUP CSS START ====================*/
#newsletterModal::before {
  display: none;
}

#newsletterModal .modal-row {
  align-items: center;
  margin: 0;
  display: flex;
  background-color: #fff;
}

#newsletterModal .newslatter-img-col,
#newsletterModal .newslatter-content-col {
  padding: 0;
}

#newsletterModal .newslatter-img-col {
  order: 2;
}

#newsletterModal .modal-dialog {
  background-color: #000;
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  height: max-content;
  min-width: 800px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: all;
}

#newsletterModal button.close {
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  cursor: pointer;
  top: 0;
  height: 30px;
  width: 30px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  z-index: 1;
  background: #fff;
  border: none;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

#newsletterModal button.close i {
  color: #111;
  line-height: 30px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  display: block;
  font-size: 20px;
  height: 30px;
  width: 30px;
}

#newsletterModal button.close:hover i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
#newsletterModal .newslatter-content-col {
  background: #ffffff
    url("https://s1fbbn-dd.myshopify.com/cdn/shop/files/new-website-banner-2_00426fed-754d-4312-8b06-a1dca7f5dbec.jpg?v=1750606352")
    no-repeat scroll 0 center;
  padding: 0;
  height: 480px;
  width: 100%;
  order: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 100%;
}
#newsletterModal .newsletter-wrapper .newsletter-title h2 {
  color: #111;
  font: 600 40px/42px "Arima", helvetica, sans-serif;
  margin: 0 0 10px;
  text-transform: capitalize;
}
#newsletterModal .newsletter-wrapper .desc {
  margin: 0 0 20px 0;
  font: 400 15px/24px "Roboto", helvetica, sans-serif;
  color: #111;
  display: block;
}
#newsletterModal .newsletter-wrapper .row-subscibe input {
  border: 1px solid #fff;
  padding: 12px 15px;
  color: #111;
  background: #fff;
  margin: 0 0 20px;
  text-align: left;
  letter-spacing: 0.5px;
  font: 400 15px/20px "Roboto", Helvetica, sans-serif;
  box-shadow: none;
  outline: none;
  display: block;
  width: 100%;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
}
#newsletterModal .newsletter-wrapper .checkbox-group {
  position: relative;
  display: inline-block;
  padding: 0 0 0 22px;
  margin: 20px 0 0;
}

#newsletterModal .newsletter-wrapper .checkbox-group label {
  color: #666;
  font: 500 14px/16px "Roboto", Helvetica, sans-serif;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  margin: 0;
  display: inline-block;
}

#newsletterModal .newsletter-wrapper .checkbox-group:hover label,
#newsletterModal .newsletter-wrapper .checkbox-group:active label,
#newsletterModal .newsletter-wrapper .checkbox-group:focus label {
  color: #111;
}

#newsletterModal .newsletter-wrapper .checkbox-group label .box {
  margin: 1px 0 0;
}

#newsletterModal .newsletter-wrapper {
  text-align: start;
  width: 50%;
  margin: 0 auto 0 50px;
  padding: 0;
}

#newsletterModal .checkbox-group label .check::before,
.checkbox-group label .check::before {
  content: "\f12c";
  color: #000;
  font-size: 12px;
  line-height: 12px;
  font-family: "Material Design Icons";
  font-style: normal;
  font-weight: 500;
}

@media (max-width: 1199px) {
  #newsletterModal .newsletter-wrapper .newsletter-title h2 {
    font-size: 44px;
    line-height: 46px;
    margin: 0 0 10px;
  }

  #newsletterModal .modal-dialog {
    max-width: 900px;
  }
}

@media (max-width: 991px) {
  #newsletterModal .newsletter-wrapper .newsletter-title h2 {
    font-size: 38px;
    line-height: 40px;
  }
  #newsletterModal .modal-row {
    display: block;
  }
  #newsletterModal .newslatter-content-col {
    background-position: top center;
  }
  #newsletterModal .modal-dialog {
    min-width: 500px;
    margin: 50px auto;
    overflow-x: hidden;
  }
  #newsletterModal .newslatter-img {
    height: 320px;
    overflow: hidden;
  }
  #newsletterModal .newsletter-wrapper {
    margin: 0 auto 0 30px;
  }
}
@media (max-width: 767px) {
  #newsletterModal .newsletter-wrapper .newsletter-title h2 {
    font-size: 28px;
    line-height: 30px;
  }
  #newsletterModal .newsletter-wrapper {
    width: 55%;
  }
}
@media (max-width: 575px) {
  #newsletterModal .modal-dialog {
    min-width: 450px;
  }
}
@media (max-width: 480px) {
  #newsletterModal .modal-dialog {
    min-width: 350px;
  }
  #newsletterModal .newsletter-wrapper {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
  #newsletterModal .newsletter-wrapper .newsletter-title h2 {
    font-size: 32px;
    line-height: 34px;
    margin: 0 0 6px;
  }
  #newsletterModal .newsletter-wrapper .desc {
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 15px;
  }
  #newsletterModal .newsletter-wrapper .row-subscibe input {
    margin: 0 0 15px;
    text-align: center;
  }
  #newsletterModal .newsletter-wrapper .checkbox-group label {
    font-size: 13px;
    line-height: 16px;
  }
  #newsletterModal .newsletter-wrapper .checkbox-group {
    margin: 15px 0 0;
  }
  #newsletterModal .newsletter-wrapper .checkbox-group label .box {
    margin: 2px 0 0;
  }
}

@media (max-width: 360px) {
  #newsletterModal .newslatter-img {
    height: auto;
  }
  #newsletterModal .newsletter-wrapper .newsletter-title h2 {
    font-size: 28px;
    line-height: 30px;
  }
  #newsletterModal .modal-dialog {
    min-width: 300px;
  }
}

/*==================== NEWSLATTER POPUP CSS END ====================*/
/*==================== SEARCH ICON CSS START ====================*/
.site-header__search .serach_icon {
  cursor: pointer;
  font-size: 0;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
  display: inline-block;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

.site-header__search .serach_icon > i {
  height: 100%;
  width: 100%;
  display: inline-block;
  font-size: 26px;
  line-height: 40px;
  color: #111;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

.site-header__search:hover .serach_icon > 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: #ffffff 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;
}

@media (max-width: 480px) {
  .site-header__search.icon_btn .search_wrapper,
  .site-header__search.icon-btn .search_wrapper {
    width: 290px;
    left: -170px;
    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: 33%;
  }
}

.site-header__search .search_wrapper form.input-group.search-bar {
  border: none;
  margin: 0;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; */
}

.site-header__search .search_wrapper form.input-group.search-bar .btn::after,
.site-header__search .search_wrapper form.input-group.search-bar .btn::before {
  display: none;
}
.site-header__search .search_wrapper form.input-group.search-bar .btn,
.site-header__search .search_wrapper form.input-group.search-bar .btn:active,
.site-header__search .search_wrapper form.input-group.search-bar .btn:focus,
.site-header__search .search_wrapper form.input-group.search-bar .btn:hover {
  background: transparent;
  color: #111;
}

.search_wrapper .input-group input[type="search"] {
  border: none;
  padding: 5px 45px 5px 15px;
  background: none;
  letter-spacing: 1px;
  height: 42px;
  outline: none;
  font-weight: 500;
}

.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: rotateY(0);
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -o-transform: rotateY(0);
  -ms-transform: rotateY(0);
  height: 100%;
  z-index: 999;
}

body.search_full_active {
  position: fixed;
}

.search-full-screen .full-search-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 0;
  background: rgba(255, 255, 255, 1);
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

.full-search-wrapper .close-search a {
  width: auto;
}

.search-full-screen .full-search-wrapper.search-overlap .search-inner {
  display: block;
}

.search-inner .search-bar {
  border: none;
}

.search-inner input[type="search"] {
  border: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  font-family: var(--font-stack-body);
  font-size: 24px;
  height: 50px;
  padding: 0 15px;
  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;
  }
}

.full-search-wrapper .search-inner input[type="search"] {
  font-size: 16px;
  line-height: 18px;
  color: #111;
  border-bottom: none;
  text-transform: capitalize;
  height: 40px;
  font-weight: 500;
}

.search-inner input[type="search"]::-webkit-input-placeholder {
  color: #fff;
}

.full-search-wrapper
  .search-inner
  input[type="search"]::-webkit-input-placeholder {
  color: #ccc;
}

.site-header button.btn.search-submit.icon-fallback-text,
.site-header button.search-submit.icon-fallback-text.btn--secondary {
  line-height: 15px !important;
}

.search_wrapper:hover .search-bar .btn i {
  color: #000;
}

.full-search-wrapper .search-inner .search-bar {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.header-top-right .icon-btn.site-header__search {
  position: initial;
}

.search-inner {
  padding: 50px 0px;
  display: none;
  overflow: auto;
  height: 100%;
}

@media (max-width: 767px) {
  .search-inner {
    padding: 50px 20px;
  }
}

@media (max-width: 480px) {
  .search-inner {
    padding: 30px 15px;
  }
}

span.close-search {
  margin: 20px 0;
  cursor: pointer;
}

.full-search-wrapper .close-search {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transform-origin: center;
}

.full-search-wrapper .close-search:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}

.full-search-wrapper .close-search i {
  font-size: 26px;
  margin: 20px 0;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}

.full-search-wrapper .close-search:hover i {
  color: #111;
}

.search-inner .search-bar {
  border: none;
  max-width: 100%;
  margin: 0;
}

@media (max-width: 1024px) {
  .search-inner .search-bar {
    margin: 0 auto;
  }
}

.full-search-wrapper .search-inner .search-submit {
  font-size: 25px;
  color: var(--color-text-field);
}

.site-header button.btn.search-submit.icon-fallback-text,
.site-header button.search-submit.icon-fallback-text.btn--secondary {
  line-height: 15px !important;
}

.full-search-wrapper .search-inner span.icon.icon-search {
  font-size: 26px;
}

.full-search-wrapper .search-results,
.full-search-wrapper .search-results .thumbnail {
  width: 15%;
  padding: 0;
  text-align: center;
  border: 1px solid #f7f7f7;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.full-search-wrapper .search-results:hover,
.full-search-wrapper .search-results li:hover .thumbnail {
  border-color: #111;
}

.full-search-wrapper .search-results .name-price .price-wrap {
  padding: 0;
  width: auto;
  text-align: center;
  display: flex;
  justify-content: start;
  gap: 8px;
  align-items: center;
}

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

@media (max-width: 767px) {
  .full-search-wrapper .search-results,
  .full-search-wrapper .search-results .thumbnail {
    width: 25%;
  }
}

@media (max-width: 360px) {
  .full-search-wrapper .search-results,
  .full-search-wrapper .search-results .thumbnail {
    width: 30%;
  }
}

/*==================== SEARCH ICON CSS END ====================*/
/*==================== MY ACCOUNT CSS START ====================*/
.wrapper .header-icon .myaccount.icon-btn {
  position: relative;
}

.myaccount.icon-btn .dropdown-toggle > i {
  font-size: 30px;
  line-height: 39px;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  width: 100%;
  color: #111;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}
.header_2 .myaccount.icon-btn .dropdown-toggle > i {
  font-size: 27px;
  line-height: 42px;
  padding: 0 0 0 3px;
}
.myaccount.icon-btn .dropdown-toggle::after {
  display: none;
}

@media (max-width: 480px) {
  .myaccount.icon-btn .dropdown-toggle > i {
    font-size: 24px;
    line-height: 35px;
  }

  .header_2 .myaccount.icon-btn .dropdown-toggle > i {
    font-size: 22px;
    line-height: 35px;
    padding: 0;
  }
}

.myaccount.icon-btn:hover .dropdown-toggle > i,
.myaccount.icon-btn.open .dropdown-toggle > i {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

.myaccount .customer_account {
  width: 190px;
  position: absolute;
  right: 0;
  left: auto;
  top: 100%;
  background: #fff;
  border: 1px solid var(--color-border);
  padding: 12px 15px;
  display: none;
  z-index: 9;
  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 {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}

.customer_account .header_currency {
  margin: 0;
  padding: 0;
}

.myaccount .customer_account span.username {
  padding: 0 0 0 5px;
}

/*==================== MY ACCOUNT CSS END ====================*/
/*==================== CART CSS START ====================*/
.tb-nav-right-div .site-header__cart span.title {
  float: none;
  width: auto;
  text-transform: uppercase;
  font: 500 14px/18px var(--font-stack-subheading);
  color: var(--color-title);
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 991px) {
  .tb-nav-right-div .site-header__cart span.title {
    display: none;
  }
}

.wrapper-top-cart > .site-header_cart_link {
  width: 100%;
  height: 100%;
  display: inline-block;
}

@media (max-width: 991px) {
  .wrapper-top-cart > .site-header_cart_link {
    height: 100%;
    width: 100%;
  }
}

.wrapper-top-cart > .site-header_cart_link::before {
  position: absolute;
  content: "\f111";
  right: auto;
  left: 0px;
  top: 0;
  bottom: 0;
  height: 40px;
  width: 40px;
  font-size: 26px;
  margin: auto;
  color: #111;
  text-align: center;
  line-height: 40px;
  font-family: "Material Design Icons";
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.header_2 .wrapper-top-cart > .site-header_cart_link::before {
  height: 45px;
  width: 45px;
  font-size: 22px;
  line-height: 45px;
  padding: 0 0 0 3px;
}
@media (max-width: 480px) {
  .wrapper-top-cart > .site-header_cart_link::before {
    font-size: 22px;
    line-height: 35px;
    height: 35px;
    width: 35px;
  }

  .header_2 .wrapper-top-cart > .site-header_cart_link::before {
    font-size: 18px;
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
}

.wrapper-top-cart > .site-header_cart_link:hover::before,
.wrapper-top-cart > .site-header_cart_link.active::before {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

@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 .site-header_cart_link .mdi-cart {
  display: none;
}

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

.site-header__cart .wrapper-top-cart .site-header__cart-count {
  font: 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 {
  margin-right: 7px;
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
}

@media (max-width: 480px) {
  #slidedown-cart .has-items .actions i,
  #Sticky-slidedown-cart .has-items .actions i {
    margin-right: 3px;
  }
}

@media (max-width: 991px) {
  span.cart-products-text {
    display: none;
  }
}

#slidedown-cart,
#Sticky-slidedown-cart {
  line-height: 1.7;
  position: absolute;
  left: auto;
  right: 0;
  text-align: center;
  top: 60px;
  width: 370px;
  z-index: 99;
  background: #fff;
  border: 1px solid var(--color-border);
  display: none;
}

@media (max-width: 991px) {
  #slidedown-cart,
  #Sticky-slidedown-cart {
    top: 50px;
  }
}

@media (max-width: 480px) {
  #slidedown-cart,
  #Sticky-slidedown-cart {
    width: 290px;
    right: 0;
  }
}

#slidedown-cart {
  border-top: 3px solid;
}

#Sticky-slidedown-cart .mini-cart-wrap,
#slidedown-cart .mini-cart-wrap {
  padding: 15px;
}

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

@media (max-width: 991px) {
  .site-header__cart .mini-cart-wrap.ps-container {
    max-height: 320px;
  }
}

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

.site-header__cart #slidedown-cart .mini-cart-wrap .no-items > p {
  margin: 0;
  line-height: 22px;
  font-weight: 500;
}

.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;
  text-transform: uppercase;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

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

@media (max-width: 991px) {
  .site-header .tb-nav-right-div .site-header__cart-count span.hidden-sm-down {
    display: none;
  }

  .header_logo_wrap .tb-nav-right-div .site-header__cart .wrapper-top-cart {
    height: 50px;
    width: 50px;
  }

  .header_logo_wrap
    .tb-nav-right-div
    .wrapper-top-cart
    span.cart-products-count {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    margin: 0;
    text-align: center;
    background: var(--color-product-secondary);
    color: var(--color-product-secondary-text);
    position: absolute;
    right: 2px;
    top: 5px;
    line-height: 17px;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
}

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

ul.mini-products-list {
  margin-bottom: 5px;
}

#slidedown-cart .total,
#Sticky-slidedown-cart .total {
  border-top: 1px solid #d6d6d6;
  margin-top: 5px;
  padding-top: 10px;
}

#slidedown-cart .has-items .actions,
#Sticky-slidedown-cart .has-items .actions {
  width: auto;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

#slidedown-cart .actions .btn,
#Sticky-slidedown-cart .actions .btn {
  padding: 15px;
}

.cart-close {
  position: absolute;
  left: 20px;
  z-index: 999;
  top: 20px;
  font-size: 20px;
  cursor: pointer;
  padding: 0px 5px;
}

#slidedown-cart .has-items .actions .btn:active,
#slidedown-cart .has-items .actions .btn:focus,
#Sticky-slidedown-cart .has-items .actions .btn:hover,
#Sticky-slidedown-cart .has-items .actions .btn:active,
#Sticky-slidedown-cart .has-items .actions .btn:focus {
  background: var(--color-btn-primary-bg);
  color: var(--color-btn-primary-hover-text);
}

#slidedown-cart .has-items .actions .btn:hover,
#Sticky-slidedown-cart .has-items .actions .btn:hover {
  color: var(--color-btn-primary-hover-text);
}

#slidedown-cart .has-items .actions button.btn.text-cart,
#Sticky-slidedown-cart .has-items .actions .btn.text-cart {
  margin-right: 5px;
}

#top .wrapper-top-cart > .site-header_cart_link {
  padding: 17px 5px 15px 55px;
}

ul.mini-products-list {
  margin-bottom: 5px;
}

#slidedown-cart .total,
#Sticky-slidedown-cart .total {
  border-top: 1px solid #d6d6d6;
  margin-top: 5px;
  padding-top: 10px;
  width: 100%;
}

#slidedown-cart .has-items .actions .btn,
#Sticky-slidedown-cart .has-items .actions .btn {
  margin-right: 0;
  background: var(--color-btn-primary-bg);
  color: var(--color-btn-primary-text);
  padding: 10px 20px;
  font-size: 14px;
  line-height: 18px;
}

@media (max-width: 480px) {
  #slidedown-cart .has-items .actions .btn,
  #Sticky-slidedown-cart .has-items .actions .btn {
    padding: 10px 14px;
  }
}

#slidedown-cart .has-items .actions .btn:hover,
#Sticky-slidedown-cart .has-items .actions .btn:hover {
  color: #fff;
}

.mini-cart-wrap.ps-container > .ps-scrollbar-x-rail {
  display: none !important;
}

#slidedown-cart .product-details,
#Sticky-slidedown-cart .product-details {
  padding: 0 15px;
}

#slidedown-cart .product-image,
#Sticky-slidedown-cart .product-image {
  height: auto;
  width: 80px;
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.site-header__cart .mini-products-list .product-details p.product-name {
  margin: 0 0 5px;
}

.product-details .cart-collateral span.price {
  font-size: 14px;
}

#slidedown-cart .mini-products-list img,
#Sticky-slidedown-cart .mini-products-list img {
  border: none;
}

#slidedown-cart .product-details,
#Sticky-slidedown-cart .product-details {
  width: 65%;
  text-align: left;
}

#slidedown-cart .has-items .item,
#Sticky-slidedown-cart .has-items .item {
  margin: 0 0 10px;
  position: relative;
  display: flex;
}

#slidedown-cart .total .label,
#Sticky-slidedown-cart .total .label {
  display: inline;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  padding: 0;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  color: #000;
  text-transform: capitalize;
}

.cart__remove {
  color: #ff0000;
}

#slidedown-cart .btn-remove,
#Sticky-slidedown-cart .btn-remove {
  color: #000;
  width: 20px;
  text-align: center;
  height: 20px;
  line-height: 16px;
  position: absolute;
  right: 2px;
  font-size: 16px;
  padding: 2px;
  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;
}

.cart__remove:hover,
#slidedown-cart .btn-remove:hover,
#Sticky-slidedown-cart .btn-remove:hover {
  color: #ff0000;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#slidedown-cart .btn-remove span,
#Sticky-slidedown-cart .btn-remove span {
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  display: inline-block;
}

#slidedown-cart .btn-remove:hover span,
#Sticky-slidedown-cart .btn-remove:hover span {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.cart__remove {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: top;
}

.cart__remove:hover a i {
  color: #fff;
}

#slidedown-cart .total,
#Sticky-slidedown-cart .total {
  border-top: 1px solid #d6d6d6;
  margin-top: 5px;
  padding-top: 10px;
}

.tab-inner > ul#jquery-tab-pager-navi {
  display: none;
}

/*==================== CART CSS END ====================*/
/*==================== TB-Banner-CMS CSS START ====================*/
#tb-banner-cms {
  margin: 0 0 100px;
}
#tb-banner-cms .tb-banner-content {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
#tb-banner-cms .tb-banner-row .tb-banner-img-wrapper {
  margin: 0 0 30px;
}
#tb-banner-cms .tb-banner-content .tb-banner-img {
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
#tb-banner-cms .tb-banner-content .tb-banner-img img {
  display: inline-block;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}
#tb-banner-cms .tb-banner-content:hover .tb-banner-img img {
  transform: scale(1.05);
}
#tb-banner-cms .tb-banner-content .tb-banner-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 70px;
  right: auto;
  width: 50%;
}
#tb-banner-cms
  .tb-banner-cms-col:first-child
  .tb-banner-content
  .tb-banner-text {
  top: auto;
  left: 0;
  right: 0;
  bottom: 30px;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
#tb-banner-cms .tb-banner-content h6 {
  font: 400 18px/20px "Roboto", helvetica, sans-serif;
  letter-spacing: 0;
  margin: 0 0 20px;
}
#tb-banner-cms .tb-banner-cms-col:first-child .tb-banner-content h6 {
  position: absolute;
  top: 30px;
  left: 30px;
}
#tb-banner-cms .tb-banner-content .tb-banner-text h2 {
  font: 600 44px/46px "Arima", helvetica, sans-serif;
  letter-spacing: 0.5px;
  margin: 0;
}
#tb-banner-cms .tb-banner-content .tb-banner-text p {
  font: 400 16px/28px "Roboto", helvetica, sans-serif;
  letter-spacing: 0;
  margin: 4px 0 16px 0;
}
@media (max-width: 1499px) {
  #tb-banner-cms .tb-banner-content .tb-banner-text {
    left: 60px;
  }
  #tb-banner-cms
    .tb-banner-cms-col:first-child
    .tb-banner-content
    .tb-banner-text {
    width: 62%;
  }
  #tb-banner-cms .tb-banner-content h6 {
    font-size: 16px;
    line-height: 18px;
  }
  #tb-banner-cms .tb-banner-content .tb-banner-text h2 {
    font-size: 40px;
    line-height: 42px;
  }
  #tb-banner-cms .tb-banner-content .tb-banner-text p {
    margin: 2px 0 12px 0;
  }
}
@media (max-width: 1399px) {
  #tb-banner-cms .tb-banner-content h6 {
    margin: 0 0 12px;
  }
  #tb-banner-cms .tb-banner-content .tb-banner-text h2 {
    font-size: 36px;
    line-height: 38px;
  }
  #tb-banner-cms .tb-banner-content .tb-banner-text p {
    font-size: 15px;
    line-height: 24px;
    margin: 4px 0 14px 0;
  }
}
@media (max-width: 1299px) {
  #tb-banner-cms {
    margin: 0 0 80px 0;
  }
  #tb-banner-cms .tb-banner-content .tb-banner-text {
    width: 40%;
  }
  #tb-banner-cms
    .tb-banner-cms-col:first-child
    .tb-banner-content
    .tb-banner-text {
    width: 67%;
    bottom: 25px;
  }
  #tb-banner-cms .tb-banner-content .tb-banner-text h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #tb-banner-cms {
    margin: 0 0 60px 0;
  }
  #tb-banner-cms .tb-banner-content .tb-banner-text {
    left: 30px;
  }
  #tb-banner-cms
    .tb-banner-cms-col:first-child
    .tb-banner-content
    .tb-banner-text {
    width: 82%;
    bottom: 10px;
  }
  #tb-banner-cms .tb-banner-content h6 {
    top: 20px;
    left: 20px;
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 10px;
  }
  #tb-banner-cms .tb-banner-content .tb-banner-text h2 {
    font-size: 26px;
    line-height: 28px;
  }
  #tb-banner-cms .tb-banner-content .tb-banner-text p {
    font-size: 14px;
    line-height: 24px;
    margin: 2px 0 10px 0;
  }
  #tb-banner-cms .tb-banner-content .tb-banner-text .btn-secondary {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 28px;
  }
}
@media (max-width: 991px) {
  #tb-banner-cms {
    margin: 0 0 40px 0;
  }
  #tb-banner-cms .tb-banner-cms-col {
    text-align: center;
  }
  #tb-banner-cms .tb-banner-cms-col:first-child,
  #tb-banner-cms .tb-banner-row .tb-banner-img-wrapper {
    margin: 0 0 25px 0;
  }
  #tb-banner-cms .tb-banner-content .tb-banner-text {
    text-align: start;
  }
}
@media (max-width: 767px) {
  #tb-banner-cms .tb-banner-cms-col:first-child,
  #tb-banner-cms .tb-banner-row .tb-banner-img-wrapper {
    margin: 0 0 20px 0;
  }
  #tb-banner-cms .tb-banner-content .tb-banner-text h2 {
    font-size: 30px;
    line-height: 32px;
  }
  #tb-banner-cms .tb-banner-content .tb-banner-text p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  #tb-banner-cms
    .tb-banner-cms-col:first-child
    .tb-banner-content
    .tb-banner-text {
    width: 77%;
    bottom: 15px;
  }
}
@media (max-width: 480px) {
  #tb-banner-cms,
  #tb-banner-cms .tb-banner-cms-col:first-child {
    margin: 0 0 20px 0;
  }
  #tb-banner-cms
    .tb-banner-cms-col:first-child
    .tb-banner-content
    .tb-banner-text {
    bottom: 10px;
  }
  #tb-banner-cms .tb-banner-content .tb-banner-text {
    left: 18px;
    width: 47%;
  }
  #tb-banner-cms .tb-banner-cms-col:first-child .tb-banner-content h6 {
    top: 15px;
    left: 15px;
  }
  #tb-banner-cms .tb-banner-cms-col .tb-banner-content h6 {
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 10px;
  }
  #tb-banner-cms .tb-banner-content .tb-banner-text h2 {
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 10px;
  }
  #tb-banner-cms .tb-banner-cms-col:first-child,
  #tb-banner-cms .tb-banner-row .tb-banner-img-wrapper {
    margin: 0 0 12px 0;
  }
}
@media (max-width: 360px) {
  #tb-banner-cms .tb-banner-cms-col:first-child .tb-banner-content h6 {
    top: 12px;
    left: 12px;
  }
  #tb-banner-cms .tb-banner-content h6 {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 8px;
  }
  #tb-banner-cms .tb-banner-content .tb-banner-text h2 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 8px;
  }
  #tb-banner-cms
    .tb-banner-cms-col:first-child
    .tb-banner-content
    .tb-banner-text {
    bottom: 6px;
  }
}
/*==================== TB-Banner-CMS CSS END ====================*/
/*==================== TB-Sub-Banner-CMS CSS START ====================*/
#tb-sub-banner-cms {
  margin: 0 0 100px 0;
}
#tb-sub-banner-cms .tb-sub-banner-bg {
  background-image: url("https://cdn.shopify.com/s/files/1/0918/8907/4466/files/sub-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
#tb-sub-banner-cms .tb-sub-banner-bg .tb-sub-banner-cms-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#tb-sub-banner-cms
  .tb-sub-banner-bg
  .tb-sub-banner-cms-content
  .tb-sub-banner-img {
  margin: -20px 0;
  width: 44%;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
#tb-sub-banner-cms
  .tb-sub-banner-bg:hover
  .tb-sub-banner-cms-content
  .tb-sub-banner-img {
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
}
#tb-sub-banner-cms
  .tb-sub-banner-cms-col
  .tb-sub-banner-cms-content
  .tb-sub-banner-cms-text-wrapper {
  text-align: start;
  width: 56%;
  position: relative;
  right: 50px;
  left: auto;
}
#tb-sub-banner-cms
  .tb-sub-banner-cms-col
  .tb-sub-banner-cms-content
  .tb-sub-banner-cms-text-wrapper
  .tb-sub-banner-cms-text {
  width: 90%;
}
#tb-sub-banner-cms
  .tb-sub-banner-cms-col:first-child
  .tb-sub-banner-cms-content
  .tb-sub-banner-cms-text-wrapper
  .tb-sub-banner-cms-text {
  margin: 0 0 0 auto;
}
#tb-sub-banner-cms
  .tb-sub-banner-cms-col:last-child
  .tb-sub-banner-cms-content
  .tb-sub-banner-cms-text-wrapper {
  left: 50px;
  right: auto;
}
#tb-sub-banner-cms
  .tb-sub-banner-cms-content
  .tb-sub-banner-cms-text-wrapper
  .tb-sub-banner-cms-text
  h2 {
  font: 600 40px/42px "Arima", helvetica, sans-serif;
  margin: 0;
}
#tb-sub-banner-cms
  .tb-sub-banner-cms-content
  .tb-sub-banner-cms-text-wrapper
  .tb-sub-banner-cms-text
  p {
  font: 400 16px/18px "Roboto", helvetica, sans-serif;
  margin: 12px 0 20px;
}
@media (max-width: 1499px) {
  #tb-sub-banner-cms .tb-sub-banner-bg .tb-sub-banner-cms-content {
    gap: 10px;
  }
  #tb-sub-banner-cms
    .tb-sub-banner-cms-col
    .tb-sub-banner-cms-content
    .tb-sub-banner-cms-text-wrapper {
    right: 40px;
  }
  #tb-sub-banner-cms
    .tb-sub-banner-cms-col:last-child
    .tb-sub-banner-cms-content
    .tb-sub-banner-cms-text-wrapper {
    left: 40px;
  }
  #tb-sub-banner-cms
    .tb-sub-banner-cms-col
    .tb-sub-banner-cms-content
    .tb-sub-banner-cms-text-wrapper
    .tb-sub-banner-cms-text {
    width: 100%;
  }
}
@media (max-width: 1399px) {
  #tb-sub-banner-cms
    .tb-sub-banner-cms-col
    .tb-sub-banner-cms-content
    .tb-sub-banner-cms-text-wrapper {
    right: 50px;
  }
  #tb-sub-banner-cms
    .tb-sub-banner-cms-col:last-child
    .tb-sub-banner-cms-content
    .tb-sub-banner-cms-text-wrapper {
    left: 50px;
  }
  #tb-sub-banner-cms
    .tb-sub-banner-cms-col
    .tb-sub-banner-cms-content
    .tb-sub-banner-cms-text-wrapper
    .tb-sub-banner-cms-text {
    width: 70%;
  }
  #tb-sub-banner-cms
    .tb-sub-banner-cms-content
    .tb-sub-banner-cms-text-wrapper
    .tb-sub-banner-cms-text
    h2 {
    font-size: 36px;
    line-height: 38px;
  }
  #tb-sub-banner-cms
    .tb-sub-banner-cms-content
    .tb-sub-banner-cms-text-wrapper
    .tb-sub-banner-cms-text
    p {
    font-size: 16px;
    line-height: 24px;
    margin: 6px 0 14px;
  }
}
@media (max-width: 1299px) {
  #tb-sub-banner-cms {
    margin: 0 0 80px 0;
  }
  #tb-sub-banner-cms
    .tb-sub-banner-cms-content
    .tb-sub-banner-cms-text-wrapper
    .tb-sub-banner-cms-text
    h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (max-width: 1199px) {
  #tb-sub-banner-cms {
    margin: 0 0 60px 0;
  }
  #tb-sub-banner-cms
    .tb-sub-banner-cms-col
    .tb-sub-banner-cms-content
    .tb-sub-banner-cms-text-wrapper {
    right: 30px;
  }
  #tb-sub-banner-cms
    .tb-sub-banner-cms-col:last-child
    .tb-sub-banner-cms-content
    .tb-sub-banner-cms-text-wrapper {
    left: 30px;
  }
  #tb-sub-banner-cms
    .tb-sub-banner-cms-col
    .tb-sub-banner-cms-content
    .tb-sub-banner-cms-text-wrapper
    .tb-sub-banner-cms-text {
    width: 84%;
  }
  #tb-sub-banner-cms
    .tb-sub-banner-bg
    .tb-sub-banner-cms-content
    .tb-sub-banner-img,
  #tb-sub-banner-cms
    .tb-sub-banner-cms-col
    .tb-sub-banner-cms-content
    .tb-sub-banner-cms-text-wrapper {
    width: 50%;
  }
  #tb-sub-banner-cms
    .tb-sub-banner-cms-content
    .tb-sub-banner-cms-text-wrapper
    .tb-sub-banner-cms-text
    h2 {
    font-size: 30px;
    line-height: 32px;
  }
  #tb-sub-banner-cms
    .tb-sub-banner-cms-content
    .tb-sub-banner-cms-text-wrapper
    .tb-sub-banner-cms-text
    p {
    font-size: 15px;
    line-height: 22px;
    margin: 4px 0 10px;
  }
}
@media (max-width: 991px) {
  #tb-sub-banner-cms {
    margin: 0 0 40px 0;
  }
  #tb-sub-banner-cms .tb-sub-banner-bg {
    width: 80%;
    margin: 0 auto;
  }
  #tb-sub-banner-cms .tb-sub-banner-bg:first-child {
    margin: 0 auto 30px;
  }
  #tb-sub-banner-cms
    .tb-sub-banner-bg
    .tb-sub-banner-cms-content
    .tb-sub-banner-img {
    width: 40%;
  }
  #tb-sub-banner-cms
    .tb-sub-banner-cms-col
    .tb-sub-banner-cms-content
    .tb-sub-banner-cms-text-wrapper {
    width: 60%;
  }
  #tb-sub-banner-cms
    .tb-sub-banner-cms-col
    .tb-sub-banner-cms-content
    .tb-sub-banner-cms-text-wrapper
    .tb-sub-banner-cms-text {
    width: 94%;
  }
  #tb-sub-banner-cms
    .tb-sub-banner-cms-content
    .tb-sub-banner-cms-text-wrapper
    .tb-sub-banner-cms-text
    h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  #tb-sub-banner-cms
    .tb-sub-banner-bg
    .tb-sub-banner-cms-content
    .tb-sub-banner-img,
  #tb-sub-banner-cms
    .tb-sub-banner-cms-col
    .tb-sub-banner-cms-content
    .tb-sub-banner-cms-text-wrapper {
    width: 50%;
  }
  #tb-sub-banner-cms .tb-sub-banner-bg {
    width: 90%;
  }
  #tb-sub-banner-cms
    .tb-sub-banner-bg:hover
    .tb-sub-banner-cms-content
    .tb-sub-banner-img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
@media (max-width: 575px) {
  #tb-sub-banner-cms .tb-sub-banner-bg {
    width: 100%;
  }
  #tb-sub-banner-cms
    .tb-sub-banner-cms-content
    .tb-sub-banner-cms-text-wrapper
    .tb-sub-banner-cms-text
    h2 {
    font-size: 30px;
    line-height: 32px;
  }
  #tb-sub-banner-cms
    .tb-sub-banner-cms-col
    .tb-sub-banner-cms-content
    .tb-sub-banner-cms-text-wrapper
    .tb-sub-banner-cms-text {
    width: 85%;
  }
}

@media (max-width: 480px) {
  #tb-sub-banner-cms {
    margin: 0 0 20px 0;
  }
  #tb-sub-banner-cms
    .tb-sub-banner-cms-col
    .tb-sub-banner-cms-content
    .tb-sub-banner-cms-text-wrapper {
    right: 20px;
  }
  #tb-sub-banner-cms
    .tb-sub-banner-cms-col:last-child
    .tb-sub-banner-cms-content
    .tb-sub-banner-cms-text-wrapper {
    left: 20px;
  }
  #tb-sub-banner-cms
    .tb-sub-banner-cms-content
    .tb-sub-banner-cms-text-wrapper
    .tb-sub-banner-cms-text
    p {
    display: none;
  }
  #tb-sub-banner-cms
    .tb-sub-banner-cms-col
    .tb-sub-banner-cms-content
    .tb-sub-banner-cms-text-wrapper
    .tb-sub-banner-cms-text {
    width: 100%;
  }
  #tb-sub-banner-cms
    .tb-sub-banner-cms-content
    .tb-sub-banner-cms-text-wrapper
    .tb-sub-banner-cms-text
    h2 {
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 10px;
  }
}
@media (max-width: 360px) {
  #tb-sub-banner-cms
    .tb-sub-banner-cms-content
    .tb-sub-banner-cms-text-wrapper
    .tb-sub-banner-cms-text
    h2 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 8px;
  }
}
/*==================== TB-Sub-Banner-CMS CSS END ====================*/

/*==================== TB-Services-CMS CSS START ====================*/
#tb-service-cms {
  margin: -86px 0 100px 0;
  position: relative;
  z-index: 1;
  text-align: center;
}
#tb-service-cms .tb-service-img {
  position: relative;
  display: inline-block;
}
#tb-service-cms .tb-service-col {
  padding: 0;
}
#tb-service-cms .tb-service-col .tb-service-box {
  text-align: center;
}
#tb-service-cms .tb-service-col .tb-service-box .tb-service-icon-wrapper {
  width: 94px;
  height: 94px;
  margin: 0 auto;
  padding: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#tb-service-cms .tb-service-col .tb-service-box .tb-service-icon {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
#tb-service-cms .tb-service-col .tb-service-box .tb-service-icon i {
  position: absolute;
  color: #fff;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
#tb-service-cms .tb-service-main-col .tb-service-col.tb-service-col2,
#tb-service-cms .tb-service-main-col .tb-service-col.tb-service-col3 {
  margin: -14px 0 0;
}
#tb-service-cms .tb-service-main-col .tb-service-col.tb-service-img-col {
  margin: -108px 0 0;
}
#tb-service-cms
  .tb-service-main-col
  .tb-service-col.tb-service-col1
  .tb-service-box
  .tb-service-icon
  i,
#tb-service-cms
  .tb-service-main-col
  .tb-service-col.tb-service-col2
  .tb-service-box
  .tb-service-icon
  i {
  font-size: 52px;
  line-height: 54px;
}
#tb-service-cms
  .tb-service-main-col
  .tb-service-col.tb-service-col3
  .tb-service-box
  .tb-service-icon
  i {
  font-size: 44px;
  line-height: 46px;
}
#tb-service-cms
  .tb-service-main-col
  .tb-service-col.tb-service-col4
  .tb-service-box
  .tb-service-icon
  i {
  font-size: 38px;
  line-height: 40px;
}
#tb-service-cms
  .tb-service-col
  .tb-service-box
  .tb-service-text
  .tb-service-title {
  font: 600 24px/26px "Arima", helvetica, sans-serif;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  margin: 20px 0 8px 0;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
#tb-service-cms .tb-service-col .tb-service-box .tb-service-desc {
  font: 400 16px/18px "Roboto", helvetica, sans-serif;
  margin-bottom: 0;
}
@media (max-width: 1799px) {
  #tb-service-cms {
    margin: -80px 0 100px 0;
  }
}
@media (max-width: 1599px) {
  #tb-service-cms {
    margin: -75px 0 100px 0;
  }
}
@media (max-width: 1499px) {
  #tb-service-cms {
    margin: -62px 0 100px 0;
  }
  #tb-service-cms
    .tb-service-col
    .tb-service-box
    .tb-service-text
    .tb-service-title {
    font-size: 22px;
    line-height: 24px;
    margin: 10px 0 6px 0;
  }
  #tb-service-cms .tb-service-col .tb-service-box .tb-service-desc {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 1299px) {
  #tb-service-cms {
    margin: -58px 0 80px 0;
  }
}
@media (max-width: 1199px) {
  #tb-service-cms {
    margin: -52px 0 60px 0;
  }
  #tb-service-cms
    .tb-service-col
    .tb-service-box
    .tb-service-text
    .tb-service-title {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  #tb-service-cms {
    margin: 0 0 40px 0;
  }
  #tb-service-cms .tb-service-col .tb-service-box .tb-service-icon-wrapper {
    background-color: #f7f7f7;
  }
  #tb-service-cms .tb-service-main-col .tb-service-col.tb-service-col3,
  #tb-service-cms .tb-service-main-col .tb-service-col.tb-service-col4,
  #tb-service-cms .tb-service-main-col .tb-service-col.tb-service-img-col {
    margin: 0;
  }
  #tb-service-cms .tb-service-main-col .tb-service-col.tb-service-col1,
  #tb-service-cms .tb-service-main-col .tb-service-col.tb-service-col2 {
    margin: 0 0 25px;
  }
  #tb-service-cms
    .tb-service-main-col
    .tb-service-col.tb-service-img-col
    .tb-service-img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25%;
  }
}
@media (max-width: 575px) {
  #tb-service-cms
    .tb-service-main-col
    .tb-service-col.tb-service-img-col
    .tb-service-img {
    display: none;
  }
  #tb-service-cms .tb-service-main-col .tb-service-col {
    width: 25%;
  }
}
@media (max-width: 480px) {
  #tb-service-cms {
    margin: 0 0 20px;
  }
  #tb-service-cms .tb-service-main-col .tb-service-col {
    width: 50%;
  }
  #tb-service-cms .tb-service-main-col .tb-service-col.tb-service-col1,
  #tb-service-cms .tb-service-main-col .tb-service-col.tb-service-col2,
  #tb-service-cms .tb-service-main-col .tb-service-col.tb-service-col3 {
    margin: 0 0 15px;
  }
  #tb-service-cms
    .tb-service-col
    .tb-service-box
    .tb-service-text
    .tb-service-title {
    margin: 6px 0;
  }
}
/*==================== TB-Services-CMS CSS END ====================*/

/*==================== TB-Container-banner-CMS CSS START ====================*/
#tb-container-banner-cms {
  margin: 0 0 100px;
}
#tb-container-banner-cms .tb-container-banner-bg {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 88px 100px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background-color: #e1ecf0;
  overflow: hidden;
}
#tb-container-banner-cms .tb-container-banner-bg .tb-container-banner-text {
  width: 30%;
  margin: 0 0 0 auto;
}
#tb-container-banner-cms .tb-container-banner-bg .tb-container-banner-text h2 {
  font: 600 44px/50px "Arima", helvetica, sans-serif;
  letter-spacing: 0;
  margin: 0;
}
#tb-container-banner-cms .tb-container-banner-bg .tb-container-banner-text p {
  font: 400 16px/30px "Roboto", helvetica, sans-serif;
  margin: 8px 0 26px;
  letter-spacing: 0;
}
@media (max-width: 1399px) {
  #tb-container-banner-cms
    .tb-container-banner-bg
    .tb-container-banner-text
    h2 {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 1299px) {
  #tb-container-banner-cms {
    margin: 0 0 80px;
  }
  #tb-container-banner-cms .tb-container-banner-bg {
    padding: 68px 70px;
  }
  #tb-container-banner-cms .tb-container-banner-bg .tb-container-banner-text {
    width: 34%;
  }
  #tb-container-banner-cms
    .tb-container-banner-bg
    .tb-container-banner-text
    h2 {
    font-size: 40px;
    line-height: 54px;
  }
  #tb-container-banner-cms .tb-container-banner-bg .tb-container-banner-text p {
    font-size: 15px;
    line-height: 26px;
    margin: 8px 0 18px;
  }
}
@media (max-width: 1199px) {
  #tb-container-banner-cms {
    margin: 0 0 60px;
  }
  #tb-container-banner-cms .tb-container-banner-bg {
    padding: 50px;
  }
  #tb-container-banner-cms
    .tb-container-banner-bg
    .tb-container-banner-text
    h2 {
    font-size: 36px;
    line-height: 50px;
  }
  #tb-container-banner-cms .tb-container-banner-bg .tb-container-banner-text p {
    font-size: 14px;
    line-height: 24px;
    margin: 4px 0 14px;
  }
}
@media (max-width: 991px) {
  #tb-container-banner-cms {
    margin: 0 0 40px;
  }
  #tb-container-banner-cms .tb-container-banner-bg {
    background-position: right;
    padding: 40px;
  }
  #tb-container-banner-cms .tb-container-banner-bg .tb-container-banner-text {
    width: 45%;
  }
  #tb-container-banner-cms
    .tb-container-banner-bg
    .tb-container-banner-text
    h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  #tb-container-banner-cms .tb-container-banner-bg {
    padding: 20px;
  }
  #tb-container-banner-cms .tb-container-banner-bg .tb-container-banner-text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.6);
    padding: 30px;
    border-radius: 20px;
  }
}
@media (max-width: 575px) {
  #tb-container-banner-cms
    .tb-container-banner-bg
    .tb-container-banner-text
    h2 {
    font-size: 26px;
    line-height: 28px;
  }
  #tb-container-banner-cms .tb-container-banner-bg .tb-container-banner-text p {
    font-size: 14px;
    line-height: 24px;
    margin: 8px 0 14px;
  }
}
@media (max-width: 480px) {
  #tb-container-banner-cms {
    margin: 0 0 20px;
  }
  #tb-container-banner-cms .tb-container-banner-bg .tb-container-banner-text {
    padding: 25px;
  }
  #tb-container-banner-cms
    .tb-container-banner-bg
    .tb-container-banner-text
    h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 360px) {
  #tb-container-banner-cms .tb-container-banner-bg {
    padding: 20px;
  }
  #tb-container-banner-cms .tb-container-banner-bg .tb-container-banner-text {
    padding: 20px;
  }
  #tb-container-banner-cms
    .tb-container-banner-bg
    .tb-container-banner-text
    h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
/*==================== TB-Container-banner-CMS CSS END ====================*/

/*==================== TB-Testimonial-CMS CSS START ====================*/
#tb-testimonial-cms {
  margin: 0 0 100px 0;
}
#tb-testimonial-cms .tb-testimonial-bg {
  background-image: url(https://cdn.shopify.com/s/files/1/0918/8907/4466/files/testimonial-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  padding: 80px 120px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
#tb-testimonial-cms .tb-testimonial-flex {
  width: 65%;
}
#tb-testimonial-cms .tb-testimonial-flex .tb-testimonial-section {
  margin: 0 0 10px 0;
}
#tb-testimonial-cms
  .tb-testimonial-flex
  .tb-testimonial-section
  .tb-testimonial-info {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 25px;
  width: fit-content;
  margin: 0 0 18px;
}
#tb-testimonial-cms .tb-testimonial-flex .owl-stage-outer {
  overflow: hidden;
}
#tb-testimonial-cms .owl-item {
  float: left;
}
#tb-testimonial-cms
  .tb-testimonial-flex
  .tb-testimonial-section
  .tb-testimonial-text {
  position: relative;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}
#tb-testimonial-cms
  .tb-testimonial-flex
  .tb-testimonial-section
  .tb-testimonial-text
  h2 {
  font: 600 26px/28px "Arima", helvetica, sans-serif;
  letter-spacing: 0;
  margin: 0;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}
#tb-testimonial-cms
  .tb-testimonial-flex
  .tb-testimonial-section
  .tb-testimonial-text
  h3 {
  font: 400 16px/18px "Roboto", helvetica, sans-serif;
  letter-spacing: 0;
  margin: 8px 0;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}
#tb-testimonial-cms
  .tb-testimonial-flex
  .tb-testimonial-section
  .tb-testimonial-text
  .rating
  span {
  font-size: 18px;
  color: #555555;
}
#tb-testimonial-cms
  .tb-testimonial-flex
  .tb-testimonial-section
  .tb-testimonial-text
  .rating
  .color {
  color: #219fba;
}
#tb-testimonial-cms .tb-testimonial-flex .tb-testimonial-section .quote-icon i {
  font-size: 80px;
  line-height: 82px;
  color: #a7d1dc;
  display: inline-block;
  margin: 0 0 30px 0;
}
#tb-testimonial-cms .tb-testimonial-flex .tb-testimonial-section p {
  font: italic 400 17px/28px "Roboto", helvetica, sans-serif;
  letter-spacing: 0.2px;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  /*-webkit-line-clamp: 3;*/
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-height: 80px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}
#tb-testimonial-cms .owl-nav.disabled {
  display: none;
}
#tb-testimonial-cms .owl-dots {
  text-align: start;
}
#tb-testimonial-cms .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50px;
  background-color: #a3a3a3;
  margin: 0 3px;
}
#tb-testimonial-cms .owl-dots .owl-dot.active {
  background-color: #219fba;
}
@media (max-width: 1299px) {
  #tb-testimonial-cms {
    margin: 0 0 80px 0;
  }
  #tb-testimonial-cms .tb-testimonial-bg {
    padding: 60px;
  }
  #tb-testimonial-cms .tb-testimonial-flex .tb-testimonial-section i {
    margin: 0 0 28px;
  }
  #tb-testimonial-cms
    .tb-testimonial-flex
    .tb-testimonial-section
    .tb-testimonial-text
    h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  #tb-testimonial-cms {
    margin: 0 0 60px 0;
  }
  #tb-testimonial-cms .tb-testimonial-bg {
    padding: 50px;
  }
  #tb-testimonial-cms
    .tb-testimonial-flex
    .tb-testimonial-section
    .tb-testimonial-text
    h3 {
    font-size: 15px;
    line-height: 17px;
  }
  #tb-testimonial-cms .tb-testimonial-flex .tb-testimonial-section p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  #tb-testimonial-cms {
    margin: 0 0 40px 0;
  }
  #tb-testimonial-cms .tb-testimonial-bg {
    background-position: center;
    padding: 40px;
  }
  #tb-testimonial-cms .tb-testimonial-flex {
    width: 80%;
  }
  #tb-testimonial-cms .tb-testimonial-flex .tb-testimonial-section p {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  #tb-testimonial-cms .tb-testimonial-flex .tb-testimonial-section {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 575px) {
  #tb-testimonial-cms .tb-testimonial-bg {
    padding: 30px;
  }
  #tb-testimonial-cms .tb-testimonial-flex {
    width: 100%;
  }
  #tb-testimonial-cms .tb-testimonial-flex .tb-testimonial-section {
    text-align: center;
  }
  #tb-testimonial-cms .tb-testimonial-flex .tb-testimonial-section i {
    margin: 0 0 22px;
  }
  #tb-testimonial-cms
    .tb-testimonial-flex
    .tb-testimonial-section
    .tb-testimonial-info {
    justify-content: center;
    text-align: start;
    width: 100%;
  }
  #tb-testimonial-cms .owl-dots {
    text-align: center;
  }
  #tb-testimonial-cms
    .tb-testimonial-flex
    .tb-testimonial-section
    .quote-icon
    i {
    margin: 0;
  }
}
@media (max-width: 480px) {
  #tb-testimonial-cms {
    margin: 0 0 20px 0;
  }
  #tb-testimonial-cms
    .tb-testimonial-flex
    .tb-testimonial-section
    .tb-testimonial-info {
    gap: 15px;
  }
  #tb-testimonial-cms
    .tb-testimonial-flex
    .tb-testimonial-section
    .tb-testimonial-text
    h3 {
    font-size: 14px;
    line-height: 16px;
  }
  #tb-testimonial-cms .tb-testimonial-bg {
    padding: 20px;
  }
  #tb-testimonial-cms .tb-testimonial-flex .tb-testimonial-section p {
    font-size: 14px;
    line-height: 24px;
  }
  #tb-testimonial-cms .owl-dots {
    margin: 0;
  }
}
@media (max-width: 360px) {
  #tb-testimonial-cms
    .tb-testimonial-flex
    .tb-testimonial-section
    .tb-testimonial-info {
    gap: 15px;
  }
  #tb-testimonial-cms
    .tb-testimonial-flex
    .tb-testimonial-section
    .tb-testimonial-text
    h2 {
    font-size: 18px;
    line-height: 20px;
  }
}
/*==================== TB-Testimonial-CMS CSS END ====================*/

/*====================TB-Slider Start====================*/
#tb-home-slideshow {
  overflow: hidden;
  position: relative;
}
#tb-home-slideshow .slideshow {
  border: 0;
  margin: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: #e5f8fe;
}

#tb-home-slideshow .slideshow .slider-description {
  position: absolute;
  top: 55%;
  left: 13%;
  right: auto;
  bottom: auto;
  transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
  -moz-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  -o-transform: translateY(-55%);
  width: 40%;
  margin: auto;
}
#tb-home-slideshow .slideshow .slider-description.center {
  left: 0;
  right: 0;
}
#tb-home-slideshow .slideshow .slider-description.right {
  left: auto;
  right: 13%;
}
#tb-home-slideshow .slideshow .slider-description .tb-slider-title {
  font: 600 82px/84px "Arima", helvetica, sans-serif;
  letter-spacing: 0;
  text-transform: capitalize;
}
#tb-home-slideshow .slideshow .slider-description .tb-slider-desc {
  font: 400 18px/34px "Roboto", helvetica, sans-serif;
  margin: 8px 70px 20px 0;
  letter-spacing: 0.2px;
}
#tb-home-slideshow
  .slideshow
  .owl-item.active
  .slider-description
  .tb-slider-title,
#tb-home-slideshow
  .slideshow
  .owl-item.active
  .slider-description
  .tb-slider-subtitle,
#tb-home-slideshow
  .slideshow
  .owl-item.active
  .slider-description
  .tb-slider-desc,
#tb-home-slideshow
  .slideshow
  .owl-item.active
  .slider-description
  .tb-slider-slider-button {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0.3s;
}
#tb-home-slideshow
  .slideshow
  .owl-item.active
  .slider-description
  .tb-slider-title {
  animation-name: fadeInDown;
}
#tb-home-slideshow
  .slideshow
  .owl-item.active
  .slider-description
  .tb-slider-subtitle {
  animation-name: fadeInLeft;
}
#tb-home-slideshow
  .slideshow
  .owl-item.active
  .slider-description
  .tb-slider-desc,
#tb-home-slideshow
  .slideshow
  .owl-item.active
  .slider-description
  .tb-slider-slider-button {
  animation-name: fadeInUp;
}
@media (max-width: 1800px) {
  #tb-home-slideshow .slideshow .slider-description .tb-slider-title {
    font-size: 76px;
    line-height: 78px;
  }
}
@media (max-width: 1700px) {
  #tb-home-slideshow .slideshow .slider-description .tb-slider-title {
    font-size: 72px;
    line-height: 74px;
  }
}
@media (max-width: 1600px) {
  #tb-home-slideshow .slideshow .slider-description .tb-slider-title {
    font-size: 68px;
    line-height: 70px;
  }
}
@media (max-width: 1500px) {
  #tb-home-slideshow .slideshow .slider-description .tb-slider-title {
    font-size: 64px;
    line-height: 66px;
  }
  #tb-home-slideshow .slideshow .slider-description .tb-slider-desc {
    font-size: 16px;
    line-height: 28px;
    margin: 8px 40px 20px 0;
  }
}
@media (max-width: 1499px) {
  #tb-home-slideshow .slideshow .slider-description .tb-slider-title {
    font-size: 60px;
    line-height: 62px;
  }
}
@media (max-width: 1399px) {
  #tb-home-slideshow .slideshow .slider-description .tb-slider-title {
    font-size: 56px;
    line-height: 58px;
  }
}
@media (max-width: 1299px) {
  #tb-home-slideshow .slideshow .slider-description {
    top: 57%;
    transform: translateY(-57%);
    -webkit-transform: translateY(-57%);
    -moz-transform: translateY(-57%);
    -ms-transform: translateY(-57%);
    -o-transform: translateY(-57%);
  }
  #tb-home-slideshow .slideshow .slider-description .tb-slider-title {
    font-size: 50px;
    line-height: 52px;
  }
  #tb-home-slideshow .slideshow .slider-description .tb-slider-desc {
    margin: 8px 0 20px;
  }
}
@media (max-width: 1199px) {
  #tb-home-slideshow .slideshow .slider-description {
    top: 60%;
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
  }
  #tb-home-slideshow .slideshow .slider-description .tb-slider-title {
    font-size: 42px;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  #tb-home-slideshow {
    margin: 0 0 30px 0;
  }
  #tb-home-slideshow .slideshow .slider-description {
    left: 11%;
  }
  #tb-home-slideshow .slideshow .slider-description,
  #tb-home-slideshow .slideshow .owl-nav {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  #tb-home-slideshow .slideshow .slider-description .tb-slider-title {
    font-size: 32px;
    line-height: 34px;
  }
  #tb-home-slideshow .slideshow .slider-description .tb-slider-desc {
    font-size: 14px;
    line-height: 26px;
    margin: 6px 0 14px;
  }
}
@media (max-width: 767px) {
  #tb-home-slideshow .slideshow .slider-description .tb-slider-title {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 12px;
  }
  /*#tb-home-slideshow .slideshow .slider-description .tb-slider-desc {
    display: none;
  }*/
}
@media (max-width: 480px) {
  #tb-home-slideshow {
    margin: 0 0 10px 0;
  }
  #tb-home-slideshow .slideshow .slider-description {
      left: 0;
      width: 100%;
      padding: 20px;
      text-align: center !important;
  }
  #tb-home-slideshow .slideshow .slider-description .tb-slider-title {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 12px;
  }
}
@media (max-width: 360px) {
  #tb-home-slideshow .slideshow .slider-description .tb-slider-title {
    font-size: 22px;
    line-height: 28px;
  }
}
/*====================TB-Slider End ====================*/
/*==================== TB-Slider Next/Prev Start ====================*/

#tb-home-slideshow .slideshow .owl-nav .owl-prev {
  left: -70px;
}
#tb-home-slideshow .slideshow .owl-nav .owl-next {
  right: -70px;
}
#tb-home-slideshow:hover .slideshow .owl-nav .owl-prev {
  left: 50px;
}
#tb-home-slideshow:hover .slideshow .owl-nav .owl-next {
  right: 50px;
}
#tb-home-slideshow .swiper-pagination {
  display: none;
}
#tb-home-slideshow .slideshow .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  line-height: 45px;
  margin: 0 auto;
  text-align: center;
  justify-content: space-between;
  display: flex;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
#tb-home-slideshow .slideshow .owl-nav .owl-prev,
#tb-home-slideshow .slideshow .owl-nav .owl-next {
  font-size: 0px;
  color: #fff;
  background-color: #111;
  width: 50px;
  height: 50px;
  line-height: 50px;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  display: inline-block;
  text-align: center;
  z-index: 1;
  position: relative;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -khtml-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
}
#tb-home-slideshow .slideshow .owl-nav .owl-prev.disabled,
#tb-home-slideshow .slideshow .owl-nav .owl-next.disabled {
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  cursor: not-allowed;
}
#tb-home-slideshow .slideshow .owl-nav .owl-next:hover {
  background: transparent;
}
#tb-home-slideshow .slideshow .owl-nav .owl-prev.disabled::after,
#tb-home-slideshow .slideshow .owl-nav .owl-next.disabled::after {
  display: none;
}
#tb-home-slideshow .slideshow .owl-nav .owl-prev.disabled::before,
#tb-home-slideshow .slideshow .owl-nav .owl-next.disabled::before {
  color: #111;
}
#tb-home-slideshow .slideshow .owl-nav .owl-prev.disabled:hover::before,
#tb-home-slideshow .slideshow .owl-nav .owl-next.disabled:hover::before,
#tb-home-slideshow .slideshow .owl-nav .owl-prev.disabled:active::before,
#tb-home-slideshow .slideshow .owl-nav .owl-next.disabled:active::before,
#tb-home-slideshow .slideshow .owl-nav .owl-prev.disabled:focus::before,
#tb-home-slideshow .slideshow .owl-nav .owl-next.disabled:focus::before {
  color: #111;
}
#tb-home-slideshow .slideshow .owl-nav .owl-prev span,
#tb-home-slideshow .slideshow .owl-nav .owl-next span {
  display: none;
}
#tb-home-slideshow .slideshow .owl-nav .owl-prev:hover,
#tb-home-slideshow .slideshow .owl-nav .owl-next:hover,
#tb-home-slideshow .slideshow .owl-nav .owl-prev:active,
#tb-home-slideshow .slideshow .owl-nav .owl-next:active,
#tb-home-slideshow .slideshow .owl-nav .owl-prev:focus,
#tb-home-slideshow .slideshow .owl-nav .owl-next:focus {
  background-color: #219fba;
  color: #fff;
}
#tb-home-slideshow .slideshow .owl-nav .owl-prev:hover::after,
#tb-home-slideshow .slideshow .owl-nav .owl-next:hover::after,
#tb-home-slideshow .slideshow .owl-nav .owl-prev:active::after,
#tb-home-slideshow .slideshow .owl-nav .owl-next:active::after,
#tb-home-slideshow .slideshow .owl-nav .owl-prev:focus::after,
#tb-home-slideshow .slideshow .owl-nav .owl-next:focus::after {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  height: 100%;
}
#tb-home-slideshow .slideshow .owl-nav .owl-prev::before,
#tb-home-slideshow .slideshow .owl-nav .owl-next::before {
  font-family: "Material Design Icons";
  font-weight: 600;
  font-size: 26px;
  color: #fff;
  line-height: 50px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  margin: 0 0 0 3px;
}
#tb-home-slideshow .slideshow .owl-nav .owl-prev::before {
  content: "\f141";
}
#tb-home-slideshow .slideshow .owl-nav .owl-next::before {
  content: "\f142";
}
#tb-home-slideshow .slideshow .owl-nav .owl-prev:hover::before,
#tb-home-slideshow .slideshow .owl-nav .owl-next:hover::before,
#tb-home-slideshow .slideshow .owl-nav .owl-prev:active::before,
#tb-home-slideshow .slideshow .owl-nav .owl-next:active::before,
#tb-home-slideshow .slideshow .owl-nav .owl-prev:focus::before,
#tb-home-slideshow .slideshow .owl-nav .owl-next:focus::before {
  color: #fff;
}
@media (max-width: 991px) {
  #tb-home-slideshow .slideshow .owl-nav .owl-prev,
  #tb-home-slideshow .slideshow .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #tb-home-slideshow .slideshow .owl-nav .owl-prev::before,
  #tb-home-slideshow .slideshow .owl-nav .owl-next::before {
    line-height: 40px;
  }
  #tb-home-slideshow:hover .slideshow .owl-nav .owl-prev {
    left: 30px;
  }
  #tb-home-slideshow:hover .slideshow .owl-nav .owl-next {
    right: 30px;
  }
}
@media (max-width: 767px) {
  #tb-home-slideshow .slideshow .owl-nav {
    top: 60%;
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
  }
  #tb-home-slideshow .slideshow .owl-nav .owl-prev,
  #tb-home-slideshow:hover .slideshow .owl-nav .owl-prev {
    left: 8px;
  }
  #tb-home-slideshow .slideshow .owl-nav .owl-next,
  #tb-home-slideshow:hover .slideshow .owl-nav .owl-next {
    right: 8px;
  }
  #tb-home-slideshow .slideshow .owl-nav .owl-prev::before,
  #tb-home-slideshow .slideshow .owl-nav .owl-next::before {
    font-size: 20px;
    line-height: 33px;
  }
  #tb-home-slideshow .slideshow .owl-nav .owl-prev,
  #tb-home-slideshow .slideshow .owl-nav .owl-next {
    width: 30px;
    height: 30px;
  }
  #tb-home-slideshow .slideshow .owl-nav .owl-prev,
  #tb-home-slideshow .slideshow .owl-nav .owl-next {
    width: 34px;
    height: 34px;
    line-height: 34px;
    top: -20px;
  }
}
@media (max-width: 480px) {
  #tb-home-slideshow .slideshow .owl-nav .owl-prev,
  #tb-home-slideshow .slideshow .owl-nav .owl-next {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  #tb-home-slideshow .slideshow .owl-nav .owl-prev::before,
  #tb-home-slideshow .slideshow .owl-nav .owl-next::before {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 0 1px;
  }
  #tb-home-slideshow .slideshow .owl-nav .owl-prev,
  #tb-home-slideshow:hover .slideshow .owl-nav .owl-prev {
    left: 10px;
  }
  #tb-home-slideshow .slideshow .owl-nav .owl-next,
  #tb-home-slideshow:hover .slideshow .owl-nav .owl-next {
    right: 10px;
  }
}
/*==================== TB-Slider Next/Prev End ====================*/
/*==================== Mail Heading CSS START ====================*/
.TB-Commen-Heading h3 {
  position: relative;
  font: 600 50px/52px "Arima", helvetica, sans-serif;
  color: var(--color-title);
  padding: 0 0 30px 0;
  margin: 0 0 25px 0;
  text-align: center;
}
.TB-Commen-Heading h3::after {
  background-image: url(https://cdn.shopify.com/s/files/1/0918/8907/4466/files/separator-img.png);
  width: 117px;
  height: 18px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  content: "";
  position: absolute;
}
@media (max-width: 1199px) {
  .TB-Commen-Heading h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .TB-Commen-Heading h3 {
    font-size: 38px;
    line-height: 40px;
    padding: 0 0 25px 0;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 575px) {
  #recently-viewed-products-wrap .TB-Commen-Heading h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (max-width: 480px) {
  .TB-Commen-Heading h3 {
    font-size: 30px;
    line-height: 32px;
    padding: 0 0 22px 0;
    margin: 0 0 15px 0;
  }
  #recently-viewed-products-wrap .TB-Commen-Heading h3 {
    font-size: 26px;
    line-height: 28px;
  }
}
@media (max-width: 360px) {
  .TB-Commen-Heading h3 {
    font-size: 28px;
    line-height: 30px;
  }
  #recently-viewed-products-wrap .TB-Commen-Heading h3 {
    font-size: 22px;
    line-height: 24px;
  }
}
/*==================== Mail Heading CSS END ====================*/
/*==================== button CSS START ====================*/
.btn {
  font: 500 16px/18px "Roboto", Helvetica, sans-serif;
  color: var(--color-btn-primary-text);
  padding: 14px 30px;
  background: var(--color-btn-primary-bg);
  margin: 0;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  display: inline-block;
  text-decoration: none;
  position: relative;
  z-index: 1;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: none;
  letter-spacing: 1px;
  overflow: hidden;
}
.btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  z-index: -1;
  right: 0;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  background: var(--color-btn-primary-hover-bg);
}
.btn:hover::before,
.btn:active::before,
.btn:focus::before {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  height: 100%;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.open .dropdown-toggle.btn,
#button-login.btn.btn:focus,
.btn:active,
#button-account.btn.btn:focus,
#button-register.btn.btn:focus,
#button-shipping-method.btn.btn:focus,
#button-payment-method.btn.btn:focus,
#button-guest.btn.btn:focus,
#button-coupon.btn.btn:focus,
#button-voucher.btn.btn:focus,
#button-quote.btn.btn:focus,
.btn.active:focus,
.btn.active:hover,
.btn.focus:active,
.btn:active:focus,
.open > .dropdown-toggle.btn.focus,
.open > .dropdown-toggle.btn:focus,
.open > .dropdown-toggle.btn:hover {
  background: var(--color-btn-primary-hover-bg);
  color: var(--color-btn-primary-hover-text);
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.btn.disabled,
.btn.disabled.active,
.btn.disabled.focus,
.btn.disabled:active,
.btn.disabled:focus,
.btn.disabled:hover,
.btn[disabled],
.btn.active[disabled],
.btn.focus[disabled],
.btn[disabled]:active,
.btn[disabled]:focus,
.btn[disabled]:hover,
fieldset[disabled] .btn,
fieldset[disabled] .btn.active,
fieldset[disabled] .btn.focus,
fieldset[disabled] .btn:active,
fieldset[disabled] .btn:focus,
fieldset[disabled] .btn:hover {
  background: var(--color-btn-primary-hover-bg);
  color: var(--color-btn-primary-hover-text);
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.btn-secondary {
  font: 500 16px/18px "Roboto", Helvetica, sans-serif;
  color: var(--color-btn-secondary-text);
  padding: 15px 40px;
  background: var(--color-btn-secondary-bg);
  margin: 0;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  text-decoration: none;
  position: relative;
  z-index: 1;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: none;
  letter-spacing: 1px;
  overflow: hidden;
  text-transform: capitalize;
  display: inline-flex;
}
.btn-secondary::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  z-index: -1;
  right: 0;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  background: var(--color-btn-secondary-hover-bg);
}
.btn-secondary:hover::after,
.btn-secondary:active::after,
.btn-secondary:focus::after {
  color: var(--color-btn-secondary-hover-bg);
  background: var(--color-btn-secondary-hover-text);
}
.btn-secondary:hover::before,
.btn-secondary:active::before,
.btn-secondary:focus::before {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  height: 100%;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:active:focus,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary,
#button-login.btn.btn-secondary:focus,
.btn-secondary:active,
#button-account.btn.btn-secondary:focus,
#button-register.btn.btn-secondary:focus,
#button-shipping-method.btn.btn-secondary:focus,
#button-payment-method.btn.btn-secondary:focus,
#button-guest.btn.btn-secondary:focus,
#button-coupon.btn.btn-secondary:focus,
#button-voucher.btn.btn-secondary:focus,
#button-quote.btn.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary.focus:active,
.btn-secondary:active:focus,
.open > .dropdown-toggle.btn-secondary.focus,
.open > .dropdown-toggle.btn-secondary:focus,
.open > .dropdown-toggle.btn-secondary:hover {
  background: var(--color-btn-secondary-hover-bg);
  color: var(--color-btn-secondary-hover-text);
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary.disabled.active,
.btn-secondary.disabled.focus,
.btn-secondary.disabled:active,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:hover,
.btn-secondary[disabled],
.btn-secondary.active[disabled],
.btn-secondary.focus[disabled],
.btn-secondary[disabled]:active,
.btn-secondary[disabled]:focus,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary,
fieldset[disabled] .btn-secondary.active,
fieldset[disabled] .btn-secondary.focus,
fieldset[disabled] .btn-secondary:active,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary:hover {
  background: var(--color-btn-secondary-hover-bg);
  color: var(--color-btn-secondary-hover-text);
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
@media (max-width: 480px) {
  .btn-secondary {
    padding: 12px 22px;
  }
}
@media (max-width: 360px) {
  .btn {
    padding: 12px 28px;
  }
  input[type="submit"] {
    padding: 9px 28px;
  }
}
/*==================== button CSS END ====================*/

.sorting-section .dropdown-menu,
.pages_list .dropdown-menu {
  display: block;
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  line-height: 28px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -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);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  transform-origin: center top 0;
}

.sorting-section.open .dropdown-menu,
.pages_list.open .dropdown-menu {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
}

.sorting-section .dropdown-menu li {
  margin: 0;
}

.page-content-wrapper h3 {
  font-weight: 600;
}

#compare .compare_table .compare-box td a.compare-item-link {
  font-weight: 500;
}

#compare .compare_table .compare-box .compare-item-link img {
  margin: auto;
  height: auto;
}

#compare .compare_table .compare-box td b {
  font-weight: 500;
}

#compare .compare_table tr td a.remove i {
  font-size: 16px;
  line-height: 18px;
}

#FacetFiltersForm .active-facets-desktop .active-facets__button-wrapper {
  margin: 0;
  display: inline-block;
}
.back-btn {
  border-bottom: 1px solid #d3d1d1;
  font-size: 14px;
  display: inline-flex;
  line-height: 18px;
}
.back-btn i {
  font-size: 18px;
}
.dropdown-menu {
  z-index: 8;
  right: 0;
  left: auto;
}

/* ====================== Product Review ====================== */
.jdgm-rev-widg {
  padding: 0;
}

.jdgm-notification__inner,
.jdgm-rev-widg__title,
.jdgm-histogram.jdgm-temp-hidden,
.jdgm-form__fieldset:nth-child(5),
.jdgm-custom-forms,
.jdgm-form__fieldset p,
.jdgm-form__fieldset .jdgm-countdown,
.jdgm-form__reviewer-name-format-container,
.jdgm-row-actions,
.jdgm-row-stars .jdgm-rev-widg__summary,
.jdgm-row-stars .jdgm-histogram.jdgm-temp-hidden,
.jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium)
  .jdgm-rev-widg__title,
.jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium)
  :not(.jdgm-histogram-wrapper)
  > .jdgm-histogram {
  display: none !important;
}

.jdgm-form__title {
  font: 400 22px/24px "Arima", cursive;
  text-transform: uppercase;
  color: #111;
}

.jdgm-row-media,
.jdgm-row-search,
.jdgm-subtab,
.jdgm-row-actions,
.jdgm-quest,
.jdgm-rev,
.jdgm-paginate {
  border-top: 1px solid #dee2e6 !important;
  border-color: #dee2e6;
}

.jdgm-rev .jdgm-rev__custom-form,
.jdgm-form__fieldset-actions,
.jdgm-widget .jdgm-picture-fieldset__box {
  margin: 0 !important;
}

.jdgm-btn--border,
.jdgm-btn--solid,
.jdgm-btn--solid,
.jdgm-write-rev-link.jdgm-write-rev-link,
.judgeme_product_reviews,
.jdgm-form .jdgm-form__fieldset > label,
.jdgm-prev-badge__text,
.jdgm-input-error {
  font: 500 15px/17px "Roboto", Helvetica, sans-serif !important;
}
.jdgm-form__title {
  font: 500 20px/22px "Roboto", Helvetica, sans-serif !important;
  text-transform: capitalize;
}
.jdgm-form .jdgm-form__fieldset > label {
  font-weight: 500 !important;
}
#jdgm_review_body_lgtwtd9ko-error,
#jdgm_review_reviewer_name_lgtwtd9ko-error,
#jdgm_review_reviewer_email_lgtwtd9ko-error,
.jdgm-form div.jdgm-input-error {
  padding: 12px !important;
  color: #842029 !important;
  background: #f8d7da !important;
  border: 1px solid #f5c2c7 !important;
  border-color: #f5c2c7 !important;
}
.jdgm-rev__body p {
  line-height: 24px !important;
}
.jdgm-cancel-rev,
.jdgm-submit-rev {
  width: fit-content;
  padding: 10px 20px !important;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}
.jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium)
  .jdgm-write-rev-link,
.jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium)
  .jdgm-ask-question-btn {
  width: auto !important;
  max-width: auto !important;
  padding: 10px 30px !important;
  border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -khtml-border-radius: 50px !important;
}
.jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium)
  .jdgm-write-rev-link:is(:hover, :active, :focus),
.jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium)
  .jdgm-ask-question-btn:is(:hover, :active, :focus) {
  color: #219fba;
}
.jdgm-cancel-rev:hover,
.jdgm-cancel-rev:active,
.jdgm-cancel-rev:focus,
.jdgm-btn--border:hover,
.jdgm-btn--border:active,
.jdgm-btn--border:focus {
  background: var(--jdgm-primary-color) !important;
  color: #fff !important;
  opacity: 1 !important;
}
.jdgm-submit-rev:hover,
.jdgm-submit-rev:active,
.jdgm-submit-rev:focus,
.jdgm-btn--solid:hover,
.jdgm-btn--solid:active,
.jdgm-btn--solid:focus {
  background: transparent !important;
  color: var(--jdgm-primary-color) !important;
  opacity: 1 !important;
}
.jdgm-write-rev-link.jdgm-write-rev-link {
  background: #111 !important;
  color: #fff !important;
  border-color: #111 !important;
}
.jdgm-write-rev-link.jdgm-write-rev-link:hover,
.jdgm-write-rev-link.jdgm-write-rev-link:active,
.jdgm-write-rev-link.jdgm-write-rev-link:focus {
  background: var(--jdgm-primary-color) !important;
  opacity: 1 !important;
  border: 2px solid var(--jdgm-primary-color) !important;
}
.jdgm-prev-badge {
  margin: 0 0 10px;
  display: flex !important;
  align-items: center;
  gap: 12px;
}
.jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium)
  .jdgm-rev-widg__summary
  + .jdgm-histogram,
.jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium)
  .jdgm-rev-widg__summary
  + .jdgm-widget-actions-wrapper,
.jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium)
  .jdgm-histogram
  + .jdgm-widget-actions-wrapper {
  border: none !important;
  border-left: none !important;
}
.jdgm-rev-widg,
.jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium)
  .jdgm-rev-widg[data-number-of-reviews="0"]
  .jdgm-widget-actions-wrapper {
  padding: 0 !important;
}
.jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium)
  .jdgm-row-stars {
  padding-bottom: 15px !important;
}
.jdgm-form {
  max-width: 100% !important;
  text-align: left !important;
  padding: 0 !important;
}
.jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium)
  :not(.jdgm-revs-tab__content-header)
  > .jdgm-widget-actions-wrapper {
  width: 100% !important;
  margin: 0 !important;
}
.jdgm-write-rev-link.btn,
.jdgm-write-rev-link {
  margin: 0 auto 0 0 !important;
  width: fit-content;
}
.jdgm-question-form-wrapper,
.jdgm-form-wrapper {
  padding: 15px 0 !important;
  border-top: 1px solid #dee2e6 !important;
  border-color: #dee2e6 !important;
}
.jdgm-form input[type="text"]:focus,
.jdgm-form input[type="text"]:focus-visible,
.jdgm-form input[type="email"]:focus,
.jdgm-form input[type="email"]:focus-visible,
.jdgm-form input[type="url"]:focus,
.jdgm-form input[type="url"]:focus-visible,
.jdgm-form textarea:focus,
.jdgm-form textarea:focus-visible {
  border-color: #c5c5c5 !important;
}
.jdgm-form__fieldset:not(:last-of-type) {
  margin-bottom: 20px !important;
}
.jdgm-prev-badge__text {
  margin: 0 0 0 5px !important;
}
#shopify-section-template--17246457299171__1707124986f9155e8f.shopify-section {
  margin: 0 auto;
}
.jdgm-rev__icon {
  margin-right: 12px !important;
}
.jdgm-rev__author,
.jdgm-rev__icon::before {
  color: #111 !important;
}
.jdgm-form div.jdgm-input-error::before {
  /* font-size: 10px;
	line-height: 16px;
	letter-spacing: 0;
	font-weight: 500;
    background: #842029 !important; */
  display: none !important;
}
.jdgm-form input[type="text"],
.jdgm-form input[type="email"],
.jdgm-form input[type="url"],
.jdgm-form textarea {
  padding: 10px 16px !important;
  font-weight: 500;
}
.jdgm-form__fieldset .jdgm-star.jdgm--on,
.jdgm-form__fieldset .jdgm-star.jdgm--off,
.jdgm-form__fieldset .jdgm-star.jdgm--half {
  font-size: 18px !important;
  line-height: 20px;
  color: #ff9919;
}
.jdgm-star.jdgm--on,
.jdgm-star.jdgm--off,
.jdgm-star.jdgm--half {
  font-size: 15px !important;
  line-height: 18px;
  color: #ff9919;
  font-weight: 500;
}
.jdgm-rev-widg__summary,
.jdgm-histogram,
.jdgm-widget-actions-wrapper {
  margin: 0 0 15px !important;
}
.jdgm-write-rev-link,
.jdgm-ask-question-btn,
.jdgm-widget input.jdgm-review-search,
.jdgm-subtab__name,
.jdgm-widget .jdgm-btn.jdgm-btn,
.jdgm-chip,
.jdgm-rev__icon {
  font-weight: 600 !important;
  border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -khtml-border-radius: 50px !important;
}

/* ====================== Product Img Zoom Effect ====================== */
figure.zoom {
  background-image: none !important;
  background-position: 50% 50%;
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: crosshair;
  margin: 0;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
}
figure.zoom img:hover {
  opacity: 0;
}
figure.zoom img {
  transition: opacity 0.5s;
  display: block;
  width: 100%;
}

/* ====================== Product Variant ====================== */
.item-swatch {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 15px;
  margin: 0 auto;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
}

/* ====================== Privacy Policy ====================== */
#privacy-policy .page-content header {
  display: none;
}
#privacy-policy h2 {
  font: 600 30px/32px "Arima", cursive;
  margin: 0 0 30px;
}
#privacy-policy h4 {
  font: 600 22px/24px "Arima", cursive;
  text-transform: capitalize;
  margin: 20px 0 10px;
}
@media (max-width: 767px) {
  #privacy-policy h2 {
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 25px;
  }
  #privacy-policy h4 {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  #privacy-policy h2 {
    font-size: 26px;
    line-height: 28px;
  }
  #privacy-policy h4 {
    font-size: 22px;
    line-height: 24px;
  }
}
/* ====================== Product Spacing ====================== */
.TBProduct-Tab .tab-content,
.new-product-div .tab-content,
#recently-viewed-products-wrap .tab-content {
  margin: 0 -15px;
}

#TB-related-product .tab-content {
  margin: 0;
}

@media (max-width: 575px) {
  .product-layouts,
  .related-products .product-layouts {
    padding: 0 8px;
  }

  .TBProduct-Tab .tab-content,
  .new-product-div .tab-content,
  #recently-viewed-products-wrap .tab-content {
    margin: 0 -7px;
  }

  .grid-uniform.product-grid.col-main,
  #TB-related-product .tab-content {
    margin: 0 7px;
  }
}

/* ===================================================================== HOME CSS END ============================================================================================*/

/* ====================== Countdown ====================== */
.product-countdown {
  position: absolute;
  background: #fff;
  color: #111;
  font-weight: 600;
  font-size: 15px;
  padding: 8px;
  top: 10px;
  left: 10px;
  right: 10px;
  margin: auto;
  bottom: auto;
  text-align: center;
  vertical-align: top;
  width: 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;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.countdown span:last-child {
  color: #ec2d48;
}
.product-wrapper:hover .product-countdown {
  top: -50px;
}
.product-countdown .countdown {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 0 0 0 24px;
}
.product-countdown .countdown::before {
  color: #111;
  content: "\f150";
  font-family: "Material Design Icons";
  font-size: 18px;
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
  z-index: 1;
  bottom: 0;
  margin: auto;
  font-weight: 500;
}
.product-countdown .countdown span {
  padding: 0 4px;
}
@media (max-width: 1299px) {
  .product-short-list .product-countdown {
    font-size: 13px;
    padding: 6px;
  }
  .product-short-list .product-countdown .countdown {
    padding: 0 0 0 22px;
  }
  .product-short-list .product-countdown .countdown span {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .product-countdown {
    display: none !important;
  }
}

/* ====================== header mega menu css ====================== */
@media (min-width: 992px) and (max-width: 1199px) {
  .header_style_1
    #tb-megamenu
    .tb_menus_ul
    .tb_menu_item:nth-child(2)
    .tb_sub_menu_wrap
    .tb_sub_menu {
    padding: 0 10px 10px 10px;
  }
  .header_style_3
    #tb-megamenu
    .tb_menus_ul
    .tb_menu_item:nth-child(2)
    .tb_sub_menu_wrap
    .tb_sub_menu {
    padding: 0 10px 10px 10px;
  }
}
