/** Shopify CDN: Minification failed

Line 8269:0 Unexpected "}"

**/
/* !!!!        SITE GLOBAL STYLE CSS        !!!! */
*,
:after,
:before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  text-decoration: inherit;
  vertical-align: inherit;
}
html {
  outline: none;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
body,
html {
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}
body::-moz-scrollbar {
  display: none;
}
svg,
img {
  max-width: 100%;
  display: block;
}
a,
.btn,
button {
  text-decoration: none;
  outline: none;
  color: inherit;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  display: inline-block;
}
a,
a:hover,
a:focus,
a:active,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
select,
select:hoverselect:focus,
textarea,
textarea:hover,
textarea:focus,
.btn,
.btn:hover,
.btn:focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  font-family: var(--first-font);
}
.form-control:focus,
[type="text"]:focus,
[type="email"]:focus,
[type="checkbox"]:focus,
[type="password"]:focus,
[type="file"]:focus,
[type="radio"]:focus,
[type="submit"]:focus,
[type="date"]:focus,
[type="time"]:focus,
[type="tel"]:focus,
[type="search"]:focus,
[type="button"]:focus,
[type="number"]:focus,
textarea:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
::-webkit-input-placeholder {
  color: var(--theme-color);
}
:-ms-input-placeholder {
  color: var(--theme-color);
}
::placeholder {
  color: var(--theme-color);
  font-family: var(--first-font);
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  list-style: none;
  vertical-align: baseline;
}
body {
  color: var(--theme-color);
  font: var(--common-text);
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
/* ================= */
/* !!!!  SITE TYPOGRAPHY CSS  !!!! */
/* ================== */
p,
li,
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
  font: var(--common-text);
}
h1,
.h1 {
  font: var(--h1);
}
h2,
.h2 {
  font: var(--h2);
}
h3,
.h3 {
  font: var(--h3);
}
h4,
.h4 {
  font: var(--h4);
}
h5,
.h5 {
  font: var(--h5);
}
h6,
.h6 {
  font: var(--h6);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.uppercase {
  text-transform: uppercase;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
b {
  font-weight: bold;
  display: inline-block;
}
p:not(:last-of-type) {
  margin-bottom: 15px;
}
/* ===================== */
/* !!!!  GRID CSS  !!!! */
/* =================== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.no-gutters {
  margin: 0 !important;
}
.row [class*="col-"] {
  padding: 0 15px;
}
.no-gutters [class*="col-"] {
  padding: 0;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.align-items-start {
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-items-end {
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-items-center {
  -ms-flex-align: center;
  align-items: center;
}
.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.justify-content-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.no-wrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.hidden,
.visually-hidden,
[hidden] {
  display: none !important;
}
/* Responsive visibility classes - no !important so media queries can override */
.desk-only {
  display: none;
}
.mobile-only {
  display: block;
}
/*****  Columns  *****/
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
/* ======================= */
/* !!!!    NICE SELECT CSS   !!!! */
/* ======================= */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: var(--white);
  border: solid 1px var(--border-color);
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  outline: none;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 35px 10px 15px;
  width: 100%;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  background: url(down-arrow.png);
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  appearance: none;
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  -moz-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: var(--border-color);
  color: var(--border-color);
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: var(--white);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 2;
  width: 100%;
  -moz-transform: scale(0.75) translateY(-21px);
  -o-transform: scale(0.75) translateY(-21px);
  -moz-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  -ms-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  list-style: none;
  outline: none;
  padding-left: 14px;
  padding-right: 14px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 10px 15px;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: var(--border-color);
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
/* ====================== */
/* !!!!    SLICK SLIDER CSS   !!!! */
/* ======================== */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden; 
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  /* margin-left: auto; */
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  outline: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  display: flex !important;
  
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.slick-dots li:not(:last-child) {
  margin-right: 5px;
}
.slick-dots li {
  display: flex;
  height: 10px;
  width: 10px;
  background: var(--white);
  border-radius: 100%;
  border: 1px solid var(--theme-color);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.slick-dots li.slick-active {
  background: var(--theme-color);
}
.slick-dots li button {
  display: none;
}
.slick-slider .slick-next,
.slick-slider .slick-prev {
  display: inline-block;
  vertical-align: middle;
}
.slick-slider .slick-next::before,
.slick-slider .slick-prev::before {
  display: none;
}
.slick-slider .slick-arrow {
  background: var(--second-color);
  position: absolute;
  text-align: center;
  border: none;
  border-radius: 100%;
  font-size: 0;
  text-transform: uppercase;
  min-width: 32px;
  min-height: 32px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  width: auto;
  height: auto;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.slickbtn {
  min-width: 18px;
  min-height: 18px;
  border-radius: 100%;
  background: #f7a381;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.slick-slider:hover .slick-arrow {
  opacity: 1;
}
.slick-slider .slick-arrow:hover .slickbtn {
  background: #555;
}
.slick-slider .slick-arrow:hover,
.slick-slider .slick-arrow:focus {
  background-color: var(--theme-color);
}
.slick-slider .slick-arrow svg,
.slick-slider .slick-arrow:focus svg {
  fill: var(--white);
}
.slick-slider .slick-arrow svg {
  width: 11px;
  height: 11px;
}
.slick-slider .slick-prev {
  left: 0;
}
.slick-slider .slick-prev svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.slick-slider .slick-next {
  right: 0;
}
.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: var(--theme-color);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}
.slick-lightbox .slick-prev {
  left: 15px;
}
.slick-lightbox .slick-next {
  right: 15px;
}
.slick-lightbox-inner .slick-arrow {
  background: var(--white) url(right-arrow.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.slick-lightbox-hide {
  opacity: 0;
}
.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}
.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}
.slick-lightbox-slick-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.slick-caption-bottom
  .slick-lightbox-slick-item
  .slick-lightbox-slick-item
  .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.slick-caption-dynamic
  .slick-lightbox-slick-item
  .slick-lightbox-slick-item
  .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}
.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}
.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}
.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  display: block;
  color: var(--white);
}
.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
}
.slick-lightbox .close svg {
  height: 100%;
  width: 100%;
}
.slick-lightbox .close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--white);
  opacity: 1;
  background: transparent;
  border: none;
  height: 27px;
  width: 27px;
  padding: 0;
}
.open-lightbox {
  height: 50px;
  width: 50px;
  background: rgba(32, 30, 30, 0.49);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.slick-lightbox .slick-arrow.slick-prev {
  -webkit-transform: translateY(-50%) scale(-1);
  -moz-transform: translateY(-50%) scale(-1);
  -ms-transform: translateY(-50%) scale(-1);
  -o-transform: translateY(-50%) scale(-1);
  transform: translateY(-50%) scale(-1);
}
.slick-lightbox .slick-arrow:hover,
.slick-lightbox .slick-arrow:focus {
  background-color: var(--white);
}
/* ====================== */
/* !!!!   COMMON BUTTON   !!!! */
/* ======================== */
.btn {
  text-align: center;
  padding: 10px 15px;
  font-family: var(--first-font);
  color: var(--white);
  background-color: var(--second-color);
  /* box-shadow: 0 4.53333px 11.3333px 3px rgba(241, 110, 54, 0.29); */
  box-shadow: 0 4.53333px 11.3333px 3px rgba(255, 255, 255, 0.29);
  appearance: none;
  outline: none;
  /* border: 1px solid var(--second-color); */
  border: 1px solid var(--white);
  position: relative;
  border-radius: 50px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
}
.btn svg {
  width: 20px;
  margin-left: 8px;
  height: 18px;
}
.btn svg path {
  fill: var(--white);
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.btn:hover,
.btn:focus {
  background-color: var(--second-color);
  color: var(--theme-color);
  box-shadow: 0 4.53333px 11.3333px 3px rgba(241, 110, 54, 0.29);
}
.btn:focus svg path,
.btn:hover svg path {
  fill: var(--theme-color);
}
.btn.white-btn {
  color: var(--second-color);
  background-color: var(--white);
}

.btn.white-btn svg path {
  fill: var(--second-color);
}
.btn.white-btn:hover,
.btn.white-btn:focus {
  color: var(--theme-color);
  border-color: var(--theme-color);
  background-color: transparent;
}
.btn.white-btn:hover svg path,
.btn.white-btn:focus svg path {
  fill: var(--theme-color);
}
.link-btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--theme-color);
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.link-btn svg {
  fill: var(--theme-color);
  margin-left: 13px;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.link-btn:hover {
  color: var(--black);
}
.link-btn:hover svg {
  fill: var(--black);
}
.btn-secondary {
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  background: transparent;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  text-transform: uppercase;
}

.btn-secondary2 {
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  text-transform: uppercase;
}
.btn-ic {
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-color);
  margin-left: 10px;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.btn-secondary svg {
  width: 12px;
  height: 12px;
}
.btn-secondary svg path {
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  fill: var(--white);
}
.btn-secondary:hover {
  background: var(--theme-color);
  color: var(--white);
}
.btn-secondary.white-btn .btn-ic {
  background: var(--white);
}
.btn-secondary:hover svg path {
  fill: var(--theme-color);
}
.btn-secondary.white-btn {
  border: 1px solid var(--white);
  color: var(--white);
}
.btn-secondary.white-btn:hover .btn-ic {
  background: var(--theme-color);
}
.btn-secondary.white-btn svg path {
  fill: var(--theme-color);
}
.btn-secondary.white-btn:hover {
  border: 1px solid var(--white);
  color: var(--theme-color);
  background: var(--white);
}
.btn-secondary:hover .btn-ic {
  background: var(--white);
}
.btn-secondary.white-btn:hover svg path {
  fill: var(--white);
}
.add-cart-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  background: var(--second-color);
  border-radius: 30px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  min-width: 150px;
  letter-spacing: 0.5px;
  color: var(--white);
  justify-content: center;
  text-transform: uppercase;
      border: 1px solid var(--white);
  /* box-shadow: 0 4.53333px 11.3333px 3px rgba(241, 110, 54, 0.29); */
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  cursor: pointer;
}
.product-form button.btn[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
}
.add-cart-btn .atc-ic {
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  border-radius: 20px;
  /* background: #f5a280; */
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.add-cart-btn .atc-ic svg {
  width: 10px;
  height: 11px;
  margin: 0 auto;
  fill: #cccccc;
}
.add-cart-btn:hover,
.add-cart-btn:focus {
  background: var(--white);
  color: var(--second-color);
  box-shadow: 0 4.53333px 11.3333px 3px rgba(241, 110, 54, 0.29);
}


.add-cart-btn2 {
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  background: var(--second-color);
  border-radius: 30px;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  min-width: 150px;
  letter-spacing: 0.5px;
  color: var(--white);
  justify-content: center;
  text-transform: uppercase;
      border: 1px solid var(--white);
  /* box-shadow: 0 4.53333px 11.3333px 3px rgba(241, 110, 54, 0.29); */
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  cursor: pointer;
}

.add-cart-btn2 .atc-ic {
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  border-radius: 20px;
  /* background: #f5a280; */
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.add-cart-btn2 .atc-ic svg {
  width: 10px;
  height: 11px;
  margin: 0 auto;
  fill: #cccccc;
}
.add-cart-btn2:hover,
.add-cart-btn2:focus {
  background: var(--white);
  color: #000;
  box-shadow: 0 4.53333px 11.3333px 3px rgba(241, 110, 54, 0.29);
}
/* ====================== */
/* !!!!    FORM  CSS    !!!! */
/* ==================== */
.form-control,
input:not([type="submit"]),
input:not([type="checkbox"]),
input:not([type="radio"]),
select,
textarea {
  position: relative;
  border: 1px solid var(--border-color);
  display: block;
  width: 100%;
  padding: 15px 20px;
  /* background: var(--white); */
  background:#f4f4f4;
  font-size: 14px;
  line-height: 1;
  color: var(--black);
}
textarea {
  resize: none;
}
form .row {
  margin: 0 -8px;
}
form .row [class*="col-"] {
  padding: 0 10px;
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}
sup {
  top: -0.5em;
}
sub,
sup {
  position: relative;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  margin-left: 5px;
}
.form-group label sup {
  color: red;
  font-size: 10px;
  line-height: 0;
  margin-right: 3px;
}
.checkbox-custom input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox-custom label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 14px;
  margin: 0;
  padding: 0 0 0 30px;
}
.checkbox-custom label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid var(--theme-color);
  padding: 8px;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
  left: 0;
  top: 0px;
}
.checkbox-custom input:checked + label:before {
  background-color: var(--theme-color);
}
.checkbox-custom input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 10px;
  border: solid var(--white);
  border-width: 0px 1px 1px 0;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.checkbox-custom label a {
  text-decoration: underline;
  font-weight: 600;
}
/** RADIO BUTTON CSS **/
.radio-group input[type="radio"] {
  display: none;
  padding: 0;
  border: 0;
  background: transparent;
}
.radio-group label {
  cursor: pointer;
  position: relative;
  font-size: 12px;
  padding-left: 24px;
  color: var(--theme-color);
  margin: 0;
  vertical-align: bottom;
}
.radio-group label::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 2px solid var(--theme-color);
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
  -webkit-transition: border-color 400ms ease;
  -moz-transition: border-color 400ms ease;
  -ms-transition: border-color 400ms ease;
  -o-transition: border-color 400ms ease;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.radio-group label::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: var(--theme-color);
  border: 2px solid var(--theme-color);
  border-radius: 50%;
  top: 50%;
  left: 1px;
  right: auto;
  transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
  -webkit-transition: transform 400ms ease;
  -moz-transition: transform 400ms ease;
  -ms-transition: transform 400ms ease;
  -o-transition: transform 400ms ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.radio-group input[type="radio"]:checked + label::before {
  border-color: var(--theme-color);
}
.radio-group input[type="radio"]:checked + label::after {
  transform: translateY(-50%) scale(0.55);
  -webkit-transform: translateY(-50%) scale(0.55);
  -moz-transform: translateY(-50%) scale(0.55);
  -ms-transform: translateY(-50%) scale(0.55);
  -o-transform: translateY(-50%) scale(0.55);
}
/***** COMMON CSS ****/
body.active-menu,
body.no-scroll {
  overflow: hidden;
  position: relative;
}
.right-gliter {
  bottom: 0;
  right: 0;
}
.gliter-img {
  position: absolute;
  z-index: -1;
}
.padding-top {
  padding-top: 100px;
}
.padding-bottom {
  padding-bottom: 150px;
}
.section-title {
  margin-bottom: 26px;
}
.subtitle {
  font-weight: 500;
  line-height: 88%;
  margin-bottom: 12px;
  text-transform: uppercase;
}
/* ================= */
/* !!!!  CUSTOMIZE THE NAVBAR   !!!! */
/* ====================== */
.header-style-one {
  background: var(--white);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
}
/** Main navigation bar css **/
.header-style-one .main-navigationbar .logo-col {
  max-width: 90px;
  width: 100%;
}
.header-style-one .main-navigationbar .logo-col a {
  display: block;
}
.header-style-one .main-navigationbar .menu-items-col {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav {
  display: none;
  padding-left: 65px;
  gap: 40px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav > li {
  padding: 22px 0;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav > li > a {
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  padding: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.135em;
  color: #fff;
  text-transform: uppercase;
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li.has-item
  > a {
  padding-right: 20px;
}

.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li.has-item
  > a:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  right: 0;
  top: 3px;
  background: url(menu-dropdown.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li.has-item:hover
  > a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li
  > a:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  bottom: -3px;
  left: 0;
  right: 0;
  background: var(--theme-color);
  margin: 0 auto;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
/**  Megamenu css  **/
.header-style-one .main-navigationbar {
  position: relative;
  background-color: #000;
}
.header-style-one {
  color: #fff;
}
.header-style-one .menu-right li > * {
  background-color: transparent;
}
.hcart {
  background-color: transparent;
}
.announcebar {
  display: none;
}
.search-header {
  display: none;
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li.menu-lnk
  .menu-dropdown {
  position: absolute;
  top: 100%;
  background-color: var(--white);
  transform-origin: top;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  width: auto;
  z-index: 2;
  padding: 20px;
  border-top: 1px solid var(--border-color);
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li.menu-lnk
  .menu-dropdown.mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 20px 0;
}
.header-style-one
  .main-navigationbar
  .menu-items-col
  .main-nav
  > li:hover
  .menu-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.header-style-one .menu-dropdown ul [class*="col-"] {
  padding: 0 15px;
}
.header-style-one .menu-dropdown ul > li:not(:last-of-type) {
  margin-bottom: 10px;
}
.header-style-one .megamenu-list > li span {
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
}
.header-style-one .menu-dropdown ul > li a {
  border-bottom: 1px solid transparent;
  white-space: nowrap;
  display: inline-block;
}
.header-style-one .menu-right li a,
.header-style-one .menu-right li .collscart {
  display: flex;
  text-align: center;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  font-size: 14px;
  width: 100%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color:#fff;
}
.header-style-one .menu-right li a span {
  display: inline-block;
  margin: 0 0 0 10px;
  white-space:nowrap;
}
.header-style-one .menu-right li {
  flex: 1;
  display: flex;
  width: 50%;
}
.header-style-one .menu-right li:nth-child(2) a {
  background: transparent;
}
.header-style-one .menu-right li:last-of-type button {
  background: var(--second-color);
  padding: 31px 10px;
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
.header-style-one .menu-right li > * {
  padding: 31px 30px;
  background: transparent;
  border: none;
  width: 100%;
}
.header-style-one .menu-right li:last-of-type {
  width: 100%;
  max-width: 96px;
  display: block;
}
@media (min-width: 1024px) {
  .header-style-one .menu-right li:last-of-type {
    display: none;
  }
}
.header-style-one .menu-right li a svg {
  width: 24px;
  height: 24px;
  margin: 0;
  flex-shrink: 0;
}
.header-style-one .menu-right li a svg path {
  fill: #fff;
}
/****** MOBILE MENU CSS ********/
.mobile-menu-wrapper {
  position: fixed;
  z-index: 4;
  background: var(--second-color);
  top: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(100%, 0px);
  -moz-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  -o-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
  right: 0;
  width: 100%;
  max-width: 450px;
  left: auto;
}
.mobile-menu-wrapper.active-menu {
  transform: translate(0%, 0px);
  -webkit-transform: translate(0%, 0px);
  -moz-transform: translate(0%, 0px);
  -ms-transform: translate(0%, 0px);
  -o-transform: translate(0%, 0px);
}
.mobile-menu-wrapper .menu-close-icon {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 15px;
  top: 15px;
  justify-content: center;
  background: var(--second-color);
  z-index: 1;
  padding: 5px;
  cursor: pointer;
}
.mobile-menu-bar {
  height: 100%;
  overflow: auto;
  padding: 40px 25px;
  color: var(--white);
}
.mobile-menu-bar::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.mobile-menu-bar::-webkit-scrollbar-track {
  background: var(--second-color);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.mobile-menu-bar::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
/***/
.mobile-menu-wrapper .mobile-menu-bar > ul {
  height: calc(100vh - 48px);
  overflow: auto;
  padding: 10px 20px;
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li {
  margin-top: 12px;
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li .mobile-nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li .mobile-nav-row a {
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li .submenu-toggle {
  display: none;
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li .submenu-toggle .close-menu-ioc {
  display: none;
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li.is-open .submenu-toggle .menu-open-arrow {
  display: none;
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li.is-open .submenu-toggle .close-menu-ioc {
  display: block;
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li .acnav-list {
  display: none;
  margin: 12px 0;
  padding-left: 15px;
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li.is-open .acnav-list {
  display: block;
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li .acnav-list li {
  margin-top: 10px;
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li .acnav-list li a {
  font-size: 16px;
  color: #fff;
}
.mobile-menu-wrapper
  .mobile-menu-bar
  > ul
  > li
  .menu-h-drop.is-open
  .acnav-label
  .close-menu-ioc {
  display: block;
}
.mobile-menu-wrapper
  .mobile-menu-bar
  > ul
  > li
  .menu-h-drop.is-open
  .acnav-label
  .menu-open-arrow {
  display: none;
}
.mobile-menu-wrapper
  .mobile-menu-bar
  > ul
  > li
  .mobile_menu_inner
  .menu-h-link
  ul
  li:not(:last-of-type) {
  margin-bottom: 8px;
}
.mobile-menu-wrapper
  .mobile-menu-bar
  > ul
  > li
  .mobile_menu_inner
  .menu-h-link
  ul
  li
  a {
  font-size: 14px;
  line-height: 18px;
  text-transform: lowercase;
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li a svg {
  margin-left: auto;
  width: 14px;
}
.mobile-menu-wrapper
  .mobile-menu-bar
  > ul
  > li
  .mobile_menu_inner
  .menu-h-link
  ul {
  margin-bottom: 12px;
}
.mobile-menu-wrapper .mobile-menu-bar .has-children > ul {
  margin: 12px 0 0 !important;
  padding-bottom: 0;
}
.mobile-menu-wrapper
  .mobile-menu-bar
  .has-children
  > ul
  > li:not(:last-of-type) {
  margin-bottom: 12px;
}
.mobile-menu-wrapper .mobile-menu-bar .has-children > ul > li > a {
  font-size: 14px;
}
.mobile-menu-wrapper .mobile-menu-bar .has-children > ul > li > a.acnav-label {
  font-weight: 600;
}
.mobile-menu-wrapper .menu-close-icon svg path {
  fill: var(--white);
}
/****** CART DRAWER CSS ********/
.overlay {
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
}
.overlay.menu-overlay,
.overlay.active,
.cartOpen .overlay::after,
.quick-active .overlay:after{
  content: " ";
  z-index: 3;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}
.subscribe-overlay {
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 3;
  background: rgba(255, 255, 255, 0.53);
  visibility: hidden;
  opacity: 1;
}
.subscribe-overlay.open {
  opacity: 1;
  visibility: visible;
}
.header-style-one .menu-right .cartDrawer {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5;
  background: var(--white);
  width: 410px;
  height: 100%;
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  display: flex;
  flex-direction: column;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.cart__warnings {
  display: none;
  text-align: center;
}
.is-empty .cart__warnings {
  display: block;
  padding: 50px 0;
}
.is-empty .cart__empty-text {
  margin: 0 0 20px;
  display: block;
}
.cart__warnings a {
  padding: 15px 20px;
}
.cartOpen .header-style-one .menu-right .cartDrawer {
  opacity: 1;
  visibility: visible;
  display: flex;
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.header-style-one .menu-right .cartDrawer .mini-cart-header {
  position: relative;
  text-align: center;
  padding: 17px 30px 16px 30px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--theme-color);
  color: var(--white);
}
.header-style-one .menu-right .cartDrawer .cart-tottl-itm {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
}
.header-style-one .menu-right .cart-header .closecart {
  position: fixed;
  right: 424px;
  top: 20px;
  width: 20px;
  height: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  background: none;
  padding: 0;
}
a.hcart {
  height: 100%;
}
.cartOpen .header-style-one .menu-right .cart-header .closecart {
  opacity: 1;
  visibility: visible;
}
.header-style-one .menu-right .cartDrawer .mini-cart-has-item {
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.header-style-one .menu-right .cartDrawer .mini-cart-body {
  overflow-y: auto;
  padding: 30px;
  flex: 1;
}
.header-style-one .menu-right .cartDrawer .mini-cart-body::-webkit-scrollbar {
  width: 6px;
}
.header-style-one
  .menu-right
  .cartDrawer
  .mini-cart-body::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.header-style-one
  .menu-right
  .cartDrawer
  .mini-cart-body::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
}
.header-style-one .menu-right .mini-cart-item {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--border-color);
  background: var(--white);
}
.header-style-one .menu-right .mini-cart-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.header-style-one .menu-right .mini-cart-image {
  width: 80px;
  border: 1px solid #ddd;
}
.header-style-one .menu-right .mini-cart-image a {
  display: block;
  padding-top: 150%;
  position: relative;
}
.header-style-one .menu-right .mini-cart-image img {
  top: 0;
  width: 100%;
  object-fit: scale-down;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}
.header-style-one .menu-right .mini-cart-details {
  flex: 1;
  width: 100%;
  padding-left: 15px;
}
.header-style-one .menu-right .mini-cart-title {
  color: var(--theme-color);
  margin-bottom: 8px;
  font-weight: 600;
}
.header-style-one .menu-right .mini-cart-title a {
  color: inherit;
}
.header-style-one .menu-right .cart-variable {
  margin-bottom: 10px;
}
.header-style-one .menu-right .cart-variable p {
  margin: 0 0 5px;
  font-size: 12px;
  line-height: 14px;
  color: #4e4e4e;
}
.header-style-one .menu-right .qty-spinner,
.cart-item__quantity .qty-spinner,
.prorow-lbl-qntty .qty-spinner {
  border: 1px solid var(--border-color);
  display: flex;
  max-width: 100px;
  padding-top:15px;
  height: 30px;
  width: 100%;
  color:#000;
}
.header-style-one .menu-right li .qty-spinner button,
.cart-item__quantity .qty-spinner button,
.prorow-lbl-qntty .qty-spinner button {
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  flex: 1;
}
.header-style-one .menu-right .qty-spinner button svg,
.cart-item__quantity .qty-spinner button svg,
.prorow-lbl-qntty .qty-spinner button svg {
  margin: auto;
  height: 10px;
  width: 10px;
  pointer-events: none;
}
.cart-item__quantity .qty-spinner button svg,
.prorow-lbl-qntty .qty-spinner button svg {
  pointer-events: none;
}
.header-style-one .menu-right .qty-spinner button svg path,
.cart-item__quantity .qty-spinner button svg path,
.prorow-lbl-qntty .qty-spinner button svg path {
  fill: var(--theme-color);
}
.header-style-one .menu-right .qty-spinner input,
.cart-item__quantity .qty-spinner input,
.prorow-lbl-qntty .qty-spinner input {
  border: 0;
  flex: 1;
  width: 29px;
  color: var(--theme-color);
  padding: 0;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin: 0;
}
del {
  
  color:rgb(251, 251, 251);
  font-weight: 600;
  font-size: 14px;
  padding-left: 10px;
  text-decoration: line-through;
}
.compare-at-price-custom-text,
.compare-at-price-custom-text p {
  font-size: 15px;
    padding-left: 10px;
  text-decoration: none;
  display: inline;
}
.price {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.price-lbl {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
ins {
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
}
.cartDrawer .mini-cart-details .price {
  justify-content: center;
  font: var(--common-text);
  align-items: flex-end;
  line-height: 1;
  font-weight: 600;
  font-size: 15px;
}
.header-style-one .menu-right .mini-cart-footer-total-row div.mini-total-price {
    font-size: 18px;
}
.cartDrawer .pvarprice {
  margin-top: 12px;
}
.cartDrawer .price del {
  margin-left: 10px;
  line-height: 1;
}
.cartDrawer .price ins {
  align-items: center;
  font-size: 18px;
}
.cartDrawer .price sub {
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
  margin-left: 0;
  display: inline-block;
  margin: 0 0 0 5px;
}
.header-style-one .menu-right .webi-mini-cart-footer {
  padding: 30px;
  border-top: 1px solid var(--border-color);
}
.header-style-one .menu-right .mini-cart-footer-total-row {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  display: flex;
  align-items: center;
  color: var(--theme-color);
  margin: 0 -10px 20px;
}
.header-style-one .menu-right .mini-cart-footer-total-row div {
  padding: 0 10px;
}
.header-style-one .menu-right .webi-mini-cart-footer .u-save {
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  display: flex;
  color: var(--theme-color);
  margin-bottom: 30px;
  justify-content: flex-end;
}
.header-style-one .menu-right .webi-mini-cart-footer .checkout-btn {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 20px;
  display: flex;
  padding: 12px 30px;
}
.header-style-one .menu-right .webi-mini-cart-footer .link-btn {
  display: flex;
  justify-content: center;
  width: 100%;
}
.header-style-one .menu-right .remove_item svg path {
  fill: var(--theme-color);
}
.header-style-one .menu-right .remove_item svg {
  height: 15px;
  width: 15px;
}
.header-style-one .menu-right .cartDrawer .emptyCart {
  padding: 50px 0 0 0;
}
/**** SEARCH POPUP CSS ****/
.search-popup,.size-popup{
  position: fixed;
  background: rgba(0, 0, 0, 0.81);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 3;
  padding: 0 30px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.5s;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}
.search-popup.active,.size-popup.active {
  opacity: 1;
  visibility: visible;
}
.search-form-wrapper {
  max-width: 1000px;
  width: 100%;
  margin-top: 50px;
}
.search-form-wrapper form {
  width: 100%;
}
.search-popup .close-search {
  position: absolute;
  right: 50px;
  top: 50px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.search-popup .close-search svg {
  height: 100%;
  width: 100%;
}
.search-form-wrapper .form-inputs {
  width: 100%;
  position: relative;
}
.search-form-wrapper input {
  padding: 15px 60px 15px 20px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.search-form-wrapper .btn {
  position: absolute;
  right: 5px;
  top: 50%;
  width: 38px;
  padding: 0;
  height: calc(100% - 10px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.search-form-wrapper .btn svg {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  fill: #fff;
}
/*****  SUBSCRIBE POPUP CSS *****/
.subscribe-popup {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 550px;
  width: 95%;
  margin: 0 auto;
  text-align: center;
  padding: 60px 50px;
  background: var(--theme-color);
  color: var(--white);
  z-index: 5;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.subscribe-popup .close-sub-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  background: transparent;
  border: 0;
  height: 16px;
  width: 16px;
  padding: 0;
}
.subscribe-popup .close-sub-btn svg {
  height: 100%;
  width: 100%;
}
.subscribe-popup .close-sub-btn svg path {
  fill: var(--white);
}
.subscribe-popup h2 {
  font-family: var(--first-font);
  font-weight: 500;
  font-size: 31px;
  letter-spacing: 1px;
  margin-bottom: 24px;
  font-style: italic;
}
.subscribe-popup p {
  letter-spacing: 1px;
  max-width: 330px;
  margin: 0 auto 25px;
}
.form-row {
  position: relative;
}
.form-row .btn-svg {
  background: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  padding: 0;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-row .btn-svg svg {
  width: 100%;
  height: 100%;
}
.form-row .btn-svg svg path {
  fill: var(--white);
}
.thank-u-for,
.form-row input {
  padding: 13px 50px 13px 15px;
  background: transparent;
  color: var(--white);
  border: 1px solid var(--white);
  font-size: 13px;
  letter-spacing: 1px;
}
.form-row input::-webkit-input-placeholder {
  color: var(--white);
}
.form-row input:-ms-input-placeholder {
  color: var(--white);
}
.form-row input::placeholder {
  color: var(--white);
}
.thank-u-for svg {
  margin-left: 12px;
}
.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: var(--theme-color);
  color: var(--white);
  padding: 15px 50px 15px 15px;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}
.cookie p {
  font-weight: 500;
  letter-spacing: 0.2px;
}
.cookie-close {
  position: absolute;
  right: 13px;
  top: 50%;
  background: transparent;
  border: 1px solid var(--white);
  width: 25px;
  height: 25px;
  padding: 5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cookie-close svg {
  width: 100%;
  height: 100%;
}
.cookie-close svg path {
  fill: var(--white);
}
/*********  HOME BANNER SECTION CSS  ********/
.main-hiro-section {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color:#000;
}
.main-hero-bg{
/*  background: url(/cdn/shop/files/sliderbg-new.png); */
  background-repeat: no-repeat;
  background-size: cover;
  min-height:97vh;
}
.main-hiro-section:after {
  content: "";
  position: absolute;
  height: 262px;
  width: 100px;
  right: 0;
  bottom: -70px;
  z-index: 0;
  /* background: url(right-wave.png); */
  background-repeat: no-repeat;
}
.hiro-column-right-inner {
  position: relative;
  z-index: 1;
}
.main-hiro-container {
  position: relative;
  margin-top: 60px;
  padding-top: 30px;
}
.hiro-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.hiro-column-right {
  /* background: var(--theme-color); */
  position: relative;
  margin-top: 5vh;
}
.hiro-side-item-inner {
  padding: 25px 0 25px 35px;
}
.commonblock-white {
  color: var(--white);
}
.common-block .subtitle {
  margin-top: 7px;
}
.common-block h3 {
  padding-right: 30px;
}
.common-block .link-btn {
  letter-spacing: 0.135em;
  color: #a3a3a3;
  font-size: 12px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.hiro-side-item ins {
  font-size: 22px;
}
.common-block .price-wrap-flex {
  padding-right: 5px;
}
.two-coll-content .common-block .price-wrap-flex {
  margin: 15px 0 0;
}
.commonblock-white .link-btn,
.commonblock-white p {
  color: #a3a3a3;
}
.common-block .wsh-btn .wishirmv svg {
  fill: #ff0000;
}
.common-block .wsh-btn {
  position: absolute;
  right: 5px;
  top: 25px;
  background: #fff;
  border-radius: 50%;
  padding: 3px;
}
.common-block .wsh-btn svg {
  width: 12px;
  height: 12px;
  fill: #111;
  border-radius: 50%;
  margin: auto;
  align-items: center;
  display: flex;
}
.common-block .top-left-pulse {
  margin-bottom: 15px;
}
.common-block .thumb-pro-list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 24px;
}
.common-block .lable-btn {
  margin-bottom: 20px;
}
.common-block .color-flex {
  margin-bottom: 50px;
}
.common-block .color-variant-swatch .color-list input:checked + label:after,
.common-block .color-variant-swatch .color-list .pro-color.active label:after {
  border-color: var(--black);
}
.common-block.commonblock-white
  .color-variant-swatch
  .color-list
  input:checked
  + label:after,
.common-block.commonblock-white
  .color-variant-swatch
  .color-list
  .pro-color.active
  label:after {
  border-color: var(--white);
}
.common-block.commonblock-white
  .color-variant-swatch
  .color-list
  input:not(:checked)
  + label {
  border: 1px solid var(--white);
}
.color-lbl {
    letter-spacing: 0;
    font-size: 12px;
    max-width: 70px;
    display: inline-block;
    font-weight: 600;
    line-height: 1.3;
}
.color-variant-swatch {
  display: flex;
}
.color-list {
  align-items: center;
}
.common-block .thumb-pro-li .thumb-pro-inner {
  display: block;
  position: relative;
}
.common-block .thumb-pro-li img {
  /* max-width: 65px;
  max-height: 60px; */
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.common-block .thumb-pro-li span {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid var(--white);
  backdrop-filter: blur(4.49495px);
  display: inline-block;
  padding: 6px;
  border-radius: 100px;
  position: absolute;
  bottom: -11px;
  right: 40px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.common-block .price {
  flex: 1;
}
.hiro-column-right:after {
  content: "";
  position: absolute;
  width: 30vw;
  height: 100%;
  right: -50vw;
  /* background: var(--theme-color); */
  top: 0;
}
.column-4,
.hiro-column-right {
  max-width: 54%;
  width: 100%;
}
.column-8,
.hiro-column-left {
  max-width: 66%;
  width: 100%;
}
.hiro-column-left-inner {
  position: relative;
}
.hiro-image-item-inner {
  padding-bottom: 80px;
  padding-right: 40px;
}
.hiro-image-item .shoe-img img {
  display: block;
  max-width: 750px;
  height: auto;
  width: 100%;
  /* -webkit-animation: bounce 3s linear infinite;
  -moz-animation: bounce 3s linear infinite;
  animation: bounce 3s linear infinite; */
}
.shoe-img.product__media-item:not(:first-child) {
  display: none;
}
.common-block .thumb-pro-li {
  width: 33.33%;
  padding:5px;
}
.big-title-center h2 {
  font-weight: 700;
  font-size: 144.667px;
  line-height: 88%;
  text-align: center;
  color: #000000;
  display: inline-block;
}
.big-title-center p {
  font-style: normal;
  font-weight: 500;
  font-size: 26.1333px;
  line-height: 88%;
  color: #000000;
  text-align: right;
  padding-right: 115px;
}
.big-title-center p span {
  font-weight: 600;
  display: inline-block;
}
.big-title-center {
  display: inline-block;
  /* margin-left: 153px; */
  position: absolute;
  top: -14px;
  z-index: 1;
}
.explor-link {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  letter-spacing: 0.135em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
}
.explor-link span {
  margin-right: 14px;
  display: inline-block;
}
.vertical-ex {
  right: 0;
  max-height: 178px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  writing-mode: tb-rl;
  text-orientation: mixed;
}
.horizontal-ex {
  bottom: 100px;
  left: 0;
}
.horizontal-ex span {
  transform: rotate(90deg);
}
.vertical-ex span {
  margin: 0 0 15px 0;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #fbfbfb;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.ellipse-ring {
  position: absolute;
  bottom: 58px;
  z-index: -1;
  -webkit-animation: bounce 5s linear infinite;
  -moz-animation: bounce 5s linear infinite;
  animation: bounce 5s linear infinite;
  left: -36px;
}
/*****  SLIDER TAB CSS  ******/
.video-play-colum {
  max-width: 150px;
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.poster-button {
  display: flex;
  background: var(--second-color);
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin-right: 15px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.37),
    0 0 0 0 rgba(255, 130, 77, 0.67);
  transform: translate3d(0, 0, 0);
  animation: pulse 2s infinite cubic-bezier(0.66, 0.33, 0, 1);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.poster-button svg {
  height: 20px;
  width: 20px;
}
.video-lbl {
  font-weight: 600;
  font-size: 14px;
}
.overlay-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: all ease-in-out 0.5s;
  visibility: hidden;
  opacity: 0;
  z-index: 4;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}
.overlay-popup.popup-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  border-radius: 0;
  max-width: 50%;
  width: 100%;
  transition: 1s ease-in-out;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.popup-inner .content {
  display: flex;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.close-popup {
  position: absolute;
  transition: 200ms ease-in;
  font-size: 30px;
  text-decoration: none;
  z-index: 1;
  top: -40px;
  right: 1px;
  width: 30px;
  height: 30px;
  font-weight: bold;
  background-color: var(--second-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: 200ms ease-in;
  -moz-transition: 200ms ease-in;
  -ms-transition: 200ms ease-in;
  -o-transition: 200ms ease-in;
}
.close-popup svg {
  height: 15px;
  width: 15px;
}
.popup-inner .content iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.playbutton-sec {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.hiro-tab-bottom-inner {
  background: var(--theme-color);
  color: var(--white);
  position: relative;
}
.hiro-tab-bottom-inner:before {
  content: "";
  position: absolute;
  left: -50vw;
  width: 50vw;
  background: var(--theme-color);
  top: 0;
  height: 100%;
}
.no-transform .slick-track {
  transform: none !important;
}
.hiro-slider-thumb-column {
  max-width: calc(100% - 150px);
  /* width: 100%; */
}
.thumb-cntnt {
  display: flex;
}
.hiro-thumb-slider .slick-list,
.hiro-thumb-slider .slick-track,
.hiro-thumb-itm {
  display: flex !important;
}
.hiro-thumb-itm-inner {
  /* padding: 30px 20px; */
  padding: 5px 5px;
  display: flex;
  /*align-items: center;*/
}
.hiro-thumb-itm-inner:hover {cursor: pointer;color:#ffc520;}
.hiro-thumb-itm.slick-current.slick-active .hiro-thumb-itm-inner {
  background: var(--black);
  border-bottom: solid;
  color: var(--white);
}
.hiro-thumb-itm-inner p {
  font-size: 15px;
  width: 100%;
  flex: 1;
}
.thumb-cntnt {
  display: flex;
  flex-wrap: wrap;
}
.thumb-cntnt svg {
  flex-shrink: 0;
  width: 20px;
  height: 12px;
}
.hiro-thumb-itm-inner p b,
.hiro-thumb-itm-inner p span {
  font-size: 18px;
}
.hiro-thumb-itm-inner p span b,
.hiro-thumb-itm-inner p span {
  display: block;
  /* margin-bottom: 5px; */
}
/**********  TOOLTIP CSS  ***********/
.tooltip-custom {
  position: absolute;
  cursor: pointer;
  min-width: 36px;
  min-height: 36px;
  top: 26%;
  left: 13%;
  right: 0;
}
.tool-ic {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: var(--white);
  border-radius: 100%;
  transition: padding 0.3s ease;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--second-color);
  box-shadow: 0 0 0 0 #f0f0f0, 0 0 0 0 rgba(255, 130, 77, 0.67);
  transform: translate3d(0, 0, 0);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0.33, 0, 1);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -ms-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0.33, 0, 1);
}
.tool-content {
  display: block;
  z-index: 1;
  width: 160px;
  position: relative;
  background: var(--white);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  margin-top: -54px;
  left: -65px;
  padding: 5px;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.tool-up .tool-content:after {
  color: var(--white);
  content: "";
  position: absolute;
  bottom: -10px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid var(--white);
  margin: 0 auto;
  text-align: center;
  margin-left: -12px;
}
.tool-content .toolimg a {
  display: block;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.tool-content .row .tooldesc {
  padding: 0 5px !important;
}
.tooldesc h3 {
  font-size: 10px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: left;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tool-content .row .tooldesc p {
  font-size: 12px;
  color: #666;
  text-align: left;
}
.tool-content .toolimg a img {
  width: 100%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.tool-content .row {
  align-items: center;
}
@keyframes bounce {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 8px transparent, 0 0 0 14px rgba(90, 153, 212, 0);
  }
}
/********** TWO COLL LAYOUT SECTION CSS  **********/
.offset-container {
  position: relative;
}
.offset-left {
  margin-left: calc((100% - 1200px) / 2);
  padding-left: 15px;
}
.two-coll-media {
  position: relative;
  display: flex;
  width: 100%;
}
.two-coll-content {
  padding: 50px 50px 50px 0;
  width: 100%;
  max-width: 456px;
}
.two-coll-media img {
  width: 100%;
  object-fit: cover;
}
.two-coll-content .common-block .thumb-pro-li {
  padding-right: 35px;
  padding-bottom: 30px;
}
.two-coll-content .common-block .subtitle {
  font-size: 17px;
  letter-spacing: 1px;
  margin-top: 17px;
}
.two-coll-content .common-block .thumb-pro-li img {
  max-width: 115px;
  max-height: 100%;
  width: 100%;
}
.two-coll-content .common-block .thumb-pro-list {
     padding: 24px 0 0;
}
.two-coll-content .common-block .thumb-pro-li span {
  right: -13px;
}
.two-coll-content .common-block .color-flex {
  margin-bottom: 26px;
}
.two-coll-content .two-main-pro {
  max-width: 160px;
}
.two-coll-content .two-main-thumb {
  max-width: 406px;
}
.two-coll-content .thumb-pro-main-itm img {
  max-width: 160px;
  height: auto;
}
.two-coll-content .thumb-pro-main-itm {
  margin-bottom: 15px;
}
.two-coll-content .thumb-pro-li .thumb-pro-inner {
  display: block;
  position: relative;
  cursor: pointer;
}
/************UPDATED**************/
.two-coll-content2 {
  padding: 50px 50px 50px 0;
  width: 100%;
  max-width: 456px;
}
.two-coll-media img {
  width: 100%;
  object-fit: cover;
}
.two-coll-content2 .common-block .thumb-pro-li {
  padding-right: 35px;
  padding-bottom: 30px;
}
.two-coll-content2 .common-block .subtitle {
  font-size: 17px;
  letter-spacing: 1px;
  margin-top: 17px;
}
.two-coll-content2 .common-block .thumb-pro-li img {
  max-width: 115px;
  max-height: 100%;
  width: 100%;
}
.two-coll-content2 .common-block .thumb-pro-list {
     padding: 24px 0 0;
}
.two-coll-content2 .common-block .thumb-pro-li span {
  right: -13px;
}
.two-coll-content2 .common-block .color-flex {
  margin-bottom: 26px;
}
.two-coll-content2 .two-main-pro {
  max-width: 160px;
}
.two-coll-content2 .two-main-thumb {
  max-width: 406px;
}
.two-coll-content2 .thumb-pro-main-itm img {
  max-width: 160px;
  height: auto;
}
.two-coll-content2 .thumb-pro-main-itm {
  margin-bottom: 15px;
}
.two-coll-content2 .thumb-pro-li .thumb-pro-inner {
  display: block;
  position: relative;
  cursor: pointer;
}
/********** All The Shoes SECTION CSS  **********/
.all-the-shoes {
  padding: 65px 0;
  position: relative;
  z-index: 1;
}
.all-shoes-itm-content ins {
  font-size: 25px;
}
.all-shoes-itm-content sub,
.all-shoes-itm-content sup {
  font-size: 12px;
}
.all-shoes-slider {
  margin: 0 -10px !important;
}
.all-shoes-slide-itm {
  display: flex !important;
  padding: 0 10px;
}
.all-shoes-itm-img {
  max-width: 185px;
  width: 100%;
}
.all-shoes-itm-content {
  flex: 1;
  width: 100%;
  padding: 20px 0 20px 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.all-shoes-itm-inner {
  width: 100%;
  position: relative;
  z-index: 1;
}
.all-shoes-itm-inner:before {
  content: "";
  position: absolute;
  background: #f6f6f6;
  z-index: -1;
  height: calc(100% - 37px);
  width: calc(100% - 75px);
  top: 0;
}
.all-shoes-itm-content h4 {
  font-size: 14px;
  margin-bottom: 10px;
  flex: 1;
}
.all-shoes-itm-img .review-img {
  position: absolute;
  top: 20px;
  right: 90px;
}
.all-shoes-itm-img .review-img .spr-badge-starrating .spr-icon {
  font-size: 60%;
  margin: 0 2px 0 0;
}
.all-shoes-itm-img .review-img span.spr-badge-caption {
  display: none;
}
.size-select label {
  flex-shrink: 0;
  font-size: 12px;
  line-height: 1;
  margin-right: 15px;
}
.size-select .nice-select {
  flex: 1;
  max-width: 85px;
  background: transparent;
  padding: 7px 10px;
  font-size: 12px;
}
.size-select .nice-select:after {
  right: 10px;
}
.size-select .nice-select .option {
  font-size: 10px;
  letter-spacing: 0.5px;
  padding: 2px 10px;
}
.all-shoes-itm-inner .price {
  margin: 20px 0;
}
.product-card .all-shoes-itm-content .wishlink {
  margin-left: 6px;
  position: static;
}
.product-card .all-shoes-itm-content .wishlink svg, .product-card .all-shoes-itm-content .pro-compare svg path, .product-card .all-shoes-itm-content .quickview-btn svg path{
  fill: var(--black);
}
.best-sel {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
}
.product-card .best-sel .wishlist, .product-card .best-sel .pro-compare, .product-card .best-sel .quickview-btn {
    background:none;
}
.all-shoes-itm-content .add-cart-btn {
  min-width: 140px;
}
.all-shoes-itm-content h4 b {
  display: block;
}
.all-shoes-slider .slick-track,
.all-shoes-slider .slick-list {
  display: flex !important;
  -webkit-display: flex !important;
  -moz-display: flex !important;
  -ms-display: flex !important;
  -o-display: flex !important;
}
.left-shape {
  position: absolute;
  left: 0;
  top: -20%;
  z-index: -1;
}
.right-shape {
  position: absolute;
  right: 0;
  z-index: -1;
}
/********* BESTSEELLER SECTION CSS **********/
.bestseller-section {
  background: var(--theme-color);
  color: var(--white);
  position: relative;
  z-index: 1;
}
.xl-text {
  font-weight: 700;
  font-size: 146.124px;
  line-height: 88%;
}
.right-shape {
  position: absolute;
  right: 0;
  z-index: -1;
}
.bstslr-tb {
  display: flex;
  padding-left: 11px;
}
.bstslr-tb li {
  padding-right: 45px;
}
.bstslr-tb li a {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 5px;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
}
.bstslr-tb li a:after {
  content: "";
  position: absolute;
  height: 1.5px;
  width: 100%;
  background: var(--white);
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
}
.bstslr-tb li a:hover:after,
.bstslr-tb li.active a:after {
  opacity: 1;
  visibility: visible;
}
.bestseller-section .tab-content {
  padding: 15px 0 0 11px;
}
.bestsell-slider .slick-track,
.bestsell-slider .slick-list {
  display: flex;
}
.bestsell-slider {
  margin: 0 -15px !important;
}
.bestsell-itm {
  display: flex !important;
  padding: 0 15px;
}
.bestsell-itm-inner {
  padding: 0 0 30px 30px;
  width: 100%;
  position: relative;
  z-index: 1;
  color: var(--theme-color);
  display: flex;
  flex-direction: column;
}
.bestsell-itm-inner:before {
  content: "";
  position: absolute;
  background: var(--black);
  height: calc(100% - 34%);
  width: calc(100% - 80px);
  z-index: -1;
  bottom: 0;
  left: 0;
}
.bestsell-img {
  flex: 1;
}
.bestsell-img a {
  display: block;
  position: relative;
  padding-top: 67%;
}
.bestsell-img a img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.bestsell-content-row {
  color:#fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bestsell-content-left {
  flex: 1;
}
.bestsell-content-row .price {
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.bestsell-content-row .price ins {
  font-size: 30px;
}
/********* TWO COL DARK SECTION CSS **********/
.offset-right {
  margin-right: calc((100% - 1200px) / 2);
  margin-left: 0;
  padding-right: 15px;
}
.twocol-dark {
  background: var(--theme-color);
  padding: 0 0 50px 0;
}
.twocol-dark .two-coll-content {
  color: var(--white);
  padding: 50px 0 50px 50px;
}
/********* MEET CATEGORY SECTION CSS **********/
.meet-category-section {
  padding: 50px 0 0 0;
  /* margin-bottom: -150px; */
   margin-bottom: 30px;
  z-index: 2;
  position: relative;
  min-height:92vh;
}
.meet-category-section .section-title {
  margin-bottom: 41px;
  margin-top: 41px;
}
.meet-cat-box-inner {
  position: relative;
  padding: 35px 30px;
  overflow: hidden;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}
.cat-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cat-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cat-content {
  max-width: 340px;
  color: var(--white);
  position: relative;
}
.cat-content h3 {
  margin: 20px 0 10px;
}
.cat-content .subtitle {
  display: block;
  margin-bottom: 20px;
}
.cat-content .add-cart-btn {
  margin-top: 40px;
}
.meet-category-section .row [class*="col-"]:not(:last-of-type) {
  margin-bottom: 30px;
}
.meet-cat-box-inner:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/********* SHOES DURING TESTING CSS ***********/
.shoes-during-testing {
  position: relative;
  z-index: 1;
  background-color: var(--theme-color);
  color: var(--white);
}
.shoes-during-testing .left-shape {
  top: 0;
}
.shoes-during-testing .offset-row {
  padding-top: 50px;
}
.offset-left-colum {
  max-width: 50%;
  width: 100%;
  display: flex;
  align-items: center;
}
.offset-right-colum {
  max-width: 50%;
  width: 100%;
}
.offset-left-colum-inner {
  width: 100%;
  padding: 50px 50px 50px 0;
  max-width: 400px;
}
.offset-left-colum-inner p {
  margin-bottom: 40px;
}
.video-right-wrap {
  position: relative;
  padding-top: 70%;
}
.video-right-wrap video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.video-right-wrap .play-vid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}
.video-right-wrap .play-vid span {
  background-color: #ffffff;
  border-radius: 50%;
  height: 82px;
  width: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.video-right-wrap .play-vid span svg {
  width: 36px;
  height: 36px;
  fill: var(--second-color);
}
.video-right-wrap .play-vid b {
  max-width: 44px;
  margin-left: 13px;
  line-height: 1.3;
}
/********* ALL SHES SECOND SECTION CSS ***********/
.all-showes-second-grid {
  background: #fafafa;
  position: relative;
  z-index: 1;
}
.color-variant-swatch {
  margin-bottom: 14px;
}
.all-shes-second-slider {
  margin: 0 -15px !important;
}
.all-shes-second-slider.slick-slider .slick-track,
.all-shes-second-slider.slick-slider .slick-list {
  display: flex;
}
.all-showes-second-grid .all-shes-second-itm {
  padding: 0 15px 15px;
}
.all-shes-second-itm p {
  margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.all-shes-second-itm h4 {
  margin-bottom: 5px;
}
.all-shes-second-itm.product-card .add-cart-btn {
  width: auto;
}
.product-card .add-cart-btn[disabled="disabled"],
.product-card .add-cart-btn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}
.pro-size input {
  display: none;
}
.pro-size2 input {
  display: none;
}
.pro-size label {
  border-radius: 5px;
  display: flex;
  padding: 0;
  /* font-size: 12px; */
  font-size: 15px;
  line-height: 14px;
  text-align: center;
  cursor: pointer;
  border: 1px solid var(--border-color);
  /* background: var(--white); */
  box-shadow: none;
  /* width: 24px;
  height: 24px; */
   width: 30px;
  height: 30px;
  margin: 0 5px 0 0;
  align-items: center;
  transition: all ease-in-out 0.5s;
  justify-content: center;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.pro-size.active label,
.pro-size input[type="radio"]:checked + label {
  
  background: var(--theme-color);
  color: var(--white);
  border-color: var(--theme-color);
}
#read-more { text-decoration: underline !important; }
#read-less { text-decoration: underline !important; }

.the-limited-edition-vix-cowboy-hat .pro-size2 label {
  width: 92px !important;
}

.product-description-full, .product-description { color: #fff !important; }
.pro-size2 label {
  border-radius: 5px;
  display: flex;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  cursor: pointer;
  border: 1px solid var(--border-color);
  background: var(--black);
  box-shadow: none;
  width: 24px;
  height: 24px;
  margin: 0 5px 0 0;
  align-items: center;
  transition: all ease-in-out 0.5s;
  justify-content: center;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color:white;
}
.pro-size2.active label,
.pro-size2 input[type="radio"]:checked + label {
  background: var(--white);
  color: var(--black);
  border-color: var(--theme-color);
}


.pro-size2b label {
  border-radius: 5px;
  display: flex;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  cursor: pointer;
  border: 1px solid var(--border-color);
  background: var(--black);
  box-shadow: none;
  width: 24px;
  height: 24px;
  margin: 0 5px 0 0;
  align-items: center;
  transition: all ease-in-out 0.5s;
  justify-content: center;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color:white;
}
.pro-size2b.active label,
.pro-size2b input[type="radio"]:checked + label {
  background: var(--white);
  color: var(--black);
  border-color: var(--theme-color);
}

.size-variant-swatch {
  margin-top: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.size-lbl,.product-labl {
  letter-spacing: 0;
  font-size: 12px;
  max-width: 75px;
  display: inline-block;
  font-weight: 600;
  line-height: 1.3;
}
.product-main-right .size-lbl{
  margin-right: 10px;
}
.all-shes-second-content .price {
  justify-content: space-between;
  margin: 0 0 30px;
}
.all-shes-second-content .price ins {
  font-size: 24px;
}
.all-shes-left {
  position: absolute;
  left: 0;
  bottom: -20%;
  z-index: -1;
}
.all-shes-right {
  position: absolute;
  right: 0;
  top: 4%;
  z-index: -1;
}
.all-shes-second-itm.product-card .product-card-inner {
  padding: 20px 20px 0;
  background: none;
  z-index: 1;
}
.all-shes-second-itm.product-card .product-card-inner:after {
  content: "";
  position: absolute;
  background: var(--white);
  height: calc(100% - 140px);
  width: 100%;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 20px;
}
/********* TWO COL BOTTOM SECTION CSS **********/
.two-col-bottom {
  background: #fafafa;
  position: relative;
}
.two-col-bottom .two-coll-content {
  max-width: 100%;
}
/***********  TESTIMONIAL SECTION CSS  ***********/
.testimonial-slider {
  margin: 0 -15px;
}
.testimonial-itm {
  padding: 0 15px;
  display: flex !important;
  -webkit-display: flex !important;
  -moz-display: flex !important;
  -ms-display: flex !important;
  -o-display: flex !important;
}
.testimonial-itm-inner {
  width: 100%;
  padding: 15px;
  border: solid 1px;
  border-radius: 20px;
  transition: all ease-in-out 0.4s;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
}
.testimonial-section {
  background: var(--theme-color);
  color: var(--white);
  height:92vh;
}
.testimonial-itm.swiper-slide-active .testimonial-itm-inner {
  /* background: var(--white);
  color: var(--black); */
  background: var(--black);
  color: var(--white);
  /* border:1px solid #fff; */
}
.testicontent p {
  font-style: italic;
  margin: 10px 10px 20px 10px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testi-img {
  width: 40px;
  height: 40px;
}
.testi-img img {
  height: 100%;
  width: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.test-auth-detail {
  flex: 1;
  padding-left: 10px;
}
.test-auth-detail h6 {
  font-weight: 600;
  font-style: italic;
}
.test-auth-detail span {
  display: block;
  font-size: 12px;
}
.test-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.test-head img {
  width: 40px;
  /* padding:20px; */
}
.test-head h3 {
  flex: 1;
  padding-left: 10px;
  font-size: 24px;
  font-weight: 600;
}
.testimonial-section .section-title {
  margin-bottom: 50px;
}
/********* PRODUCT CARD SECTION CSS **********/
.product-card-slider {
  margin: 0 -15px;
  display: flex !important;
}
.product-card-slider .slick-list,
.product-card-slider .slick-track {
  display: flex;
}
.product-card .product-card-inner {
  width: 100%;
  padding: 15px 15px 20px;
  background: #f4f4f4;
  position: relative;
  display: flex;
  flex-direction: column;
}
.card__media {
    position: relative;
}
.product-card-itm {
  padding: 0 15px;
}
.product-card .product-card-img .pro-img {
  position: relative;
  /* padding-top: 66%; */
  padding-top: 116%;
  display: block;
}
.product-card .product-card-content {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-card .product-content-top {
  flex: 1;
  margin-bottom: 10px;
}
.product-card .product-content-top p{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card .product-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.product-card .wishlist, .pro-compare, .quickview-btn {
  height: 24px;
  width: 24px;
  background: #cdcdcd;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.product-card .wishlist svg, .pro-compare svg path, .quickview-btn svg path {
  width: 15px;
  height: 15px;
  fill: var(--white);
}
.product-card:hover .wish-lbl-wrp {
  opacity:1;
  visibility:visible;
  right:15px;
}
.product-card:hover .flip-countdown  {
  opacity:0;
  visibility:hidden;
}
.product-card ins {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}
.product-card del {
  font-weight: 500;
  font-size: 10px;
}
.pro-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: unset;
}
.bestsell-content-left .pro-title {
    margin: 0 0 10px;
}
.product-card .price {
   margin: 12px 0;
}
.product-card sub,
.product-card sup {
  font-size: 10px;
}
.product-card .product-card-content h4 {
  font-size: 14px;
  margin-bottom: 10px;
}
.product-card .add-cart-btn {
  width: 100%;
}
/********* ALL SHOES BOTTOM GRID SECTION CSS **********/
.all-showes-bottom-grid {
  position: relative;
  z-index: 1;
}
.all-showes-bottom-grid .product-card .product-card-inner {
  background: var(--white);
}
.all-showes-bottom-grid .section-title {
  margin-bottom: 50px;
}
/********* OUR BLOG SECTION CSS **********/
.our-blog-section {
  background: linear-gradient(0deg, transparent 18%, var(--theme-color) 15%);
}
.our-blog-section .section-title {
  color: var(--white);
  margin-bottom: 50px;
}
.our-blogs-slider {
  margin: 0 -15px !important;
}
.our-blog-itm {
  display: flex !important;
  padding: 0 15px;
}
.our-blog-itm-inner {
  width: 100%;
  display: flex !important;
  flex-direction: column;
  background: #f9f9f9;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.our-blog-itm .our-blog-img {
  position: relative;
}
.our-blog-itm .blog-img {
  position: relative;
  padding-top: 66%;
  display: block;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
}
.our-blog-itm .blog-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  border-radius: 10px 10px 0 0;
  width: 100%;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
}
.our-blog-itm .article-btn {
  position: absolute;
  top: 12px;
  left: 12px;
  text-transform: uppercase;
  padding: 8px 12px;
  font-size: 12px;
}
.our-blog-itm .our-blog-content-top {
  padding: 26px 20px;
  flex: 1;
  position: relative;
  width: 100%;
}
.our-blog-itm .our-blog-content {
  display: flex;
  flex-direction: column;
}
.our-blog-itm .date-blg {
  padding: 10px 20px;
  background: var(--white);
  color: var(--theme-color);
  position: absolute;
  top: -22px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.our-blog-itm .our-blog-content-top h3 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.1;
}
.all-showes-bottom-grid .product-card .price {
    margin: 15px 0 15px;
}
.our-blog-itm .our-blog-content-top h3 b {
  display: block;
}
.our-blog-itm .our-blog-content-top p {
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.our-blog-itm .our-blog-content-bottom {
  padding: 0 20px 20px;
}
.our-blog-itm .our-blog-content-bottom h5 {
  font-size: 12px;
  line-height: 1;
  margin: 0;
  flex: 1;
}
.our-blog-itm .our-blog-contnt-btm-row {
  border-top: 1px solid #dfdfdf;
  padding-top: 20px;
  gap: 10px;
}
/********* SUBSCRIPTION SECTION CSS **********/
.subscription-section {
  background: var(--theme-color);
  color: var(--white);
  position: relative;
  z-index: 2;
}
.template-product{
  height:90%;
  background-color:#000;
}
.template-product .subscription-section,
.template-product .site-footer {
  z-index: 0;
}
.sub-left {
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: -1;
  max-width: 170px;
}
.sub-right {
  position: absolute;
  right: 0;
  top: -54px;
  max-width: 170px;
}
.subscription-section .section-title {
  margin: 0;
}
.subscription-section .container {
  max-width: 900px;
}
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b {
  font-weight: 400;
}
/**   Color variant swatch   **/
.color-variant-swatch input[type="radio"] {
  display: none;
}
.color-variant-swatch input + label.wbvarcolor.active {
  position: relative;
}
.color-variant-swatch label {
  margin: 0 2px;
  padding: 0;
  min-width: 12px;
  min-height: 12px;
  box-shadow: 0 0 1px 1px var(--black);
  border: none;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.color-variant-swatch .color-list .pro-color.active label:after,
.color-variant-swatch .color-list input:checked + label:after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  border: 1px solid var(--black);
  border-radius: 100%;
  transform: scale(1.3);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.color-variant-swatch .color-list .pro-color:not(:last-of-type) {
  margin-right: 10px;
}
.review-stars {
  margin-left: 30px;
  font-size: 10px;
}
.review-stars img {
  margin-right: 10px;
}
.review-stars span b {
  color: var(--second-color);
}
/* ================= */
/* !!!!   FOOTER CSS   !!!! */
/* ======================= */
.site-footer {
  position: relative;
  z-index: 1;
  padding: 75px 0;
  background: var(--white);
  color: var(--theme-color);
}
.left-gliter {
  bottom: 0;
  left: 0;
}
.footer-row {
  display: flex;
  flex-wrap: wrap;
}
.footer-col {
  width: 100%;
  flex: 1;
  padding-left: 30px;
}
.footer-subscribe-col {
  max-width: 370px;
  flex: 0 0 370px;
  padding: 0;
}
.input-wrapper {
  position: relative;
}
.input-wrapper input {
  background: transparent;
  border-radius: 50px;
  color: var(--white);
  padding: 18.5px 50px 18.5px 20px;
  font-size: 14px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.input-wrapper .btn-subscibe {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.input-wrapper input::-webkit-input-placeholder {
  /* Edge */
  color: var(--white);
}
.input-wrapper input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--white);
}
.input-wrapper input::placeholder {
  color: var(--white);
}
.footer-subscribe-form .checkbox-custom label:before {
  border-color: var(--white);
}
.footer-widget h3,
.footer-widget h4 {
  margin-bottom: 20px;
}
.footer-widget h4 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-widget ul li:not(:last-of-type) {
  margin-bottom: 8px;
}
.footer-subscribe-form .checkbox-custom {
  margin-top: 20px;
}
.footer-list-social {
  display: flex;
  align-items: center;
}
.footer-widget .footer-list-social li:not(:last-of-type) {
  margin: 0 10px 0 0;
}
.footer-list-social li a {
  height: 32px;
  width: 32px;
  background: var(--theme-color);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.footer-list-social li a svg {
  fill: var(--white);
  height: 16px;
  width: 16px;
}
.footer-list-social {
  margin-top: 24px;
}
.copyright {
  text-transform: uppercase;
  display: block;
  margin: 20px 0;
  font-weight: 500;
  letter-spacing: 0.135em;
}
.footer-widget ul li a {
  font-weight: 500;
}
/****  Client logo section css ****/
.client-logo-item {
  display: flex !important;
  justify-content: center;
  padding: 0 20px;
}
.our-client-left .section-title {
  margin: 0;
}
.client-logo-item a {
  display: inline-block;
  text-align: center;
  opacity: 0.4;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}
.client-logo-item.swiper-slide-active a {
  opacity: 1;
}
.client-logo-item a img {
  margin: 0 auto;
  max-height: 60px;
  width: auto;
}
/****************  TABS CSS *****************/
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
/****************  PRODUCT PAGE CSS  ******************/
/** RELATED PRO SECTION CSS **/
.related-product-slider {
  margin: 0 -8px;
}
.related-product-slider.slick-slider .slick-track,
.related-product-slider.slick-slider .slick-list {
  display: flex;
}
.related-product-slider .product-card-itm {
  padding: 0 8px;
}
.related-product-slider .product-card .product-card-inner {
  width: 100%;
  padding: 15px 10px 20px;
}
.related-product-slider .product-card .price {
   margin: 0 0 15px;
}
/**  PRODUCT MAIN SECTION CSS  **/
.product-page-main-section {
  position: relative;
}
.product-page-main-section:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  background: #000000;
  z-index: -1;
}
.pdp-thumb-slider {
  margin: 30px auto;
  max-width: 400px;
}
.pdp-thumb-slider-itm {
  padding: 0 7px;
}
.product-main-left {
  display: block;
  background-color:var(--black);
  padding: 30px 50px;
}
.pro-main-img {
  position: relative;
  padding-top: 116%;
}
.pdp-thumb-img {
  position: relative;
  padding-top: 100%;
  border: 2px solid var(--black);
  border-radius: 10px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.pdp-thumb-slider-itm.slick-slide.slick-current.slick-active .pdp-thumb-img {
  border-color: var(--second-color);
}
.pro-main-img img,
.pro-main-img video,
.pro-main-img iframe,
.pdp-thumb-img svg,
.pdp-thumb-img video,
.pdp-thumb-img iframe,
.pdp-thumb-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.product-main-left .video-right-wrap .play-vid b {
  max-width: initial;
  color: var(--white);
  margin-left: 0;
}
.product-main-left .video-right-wrap .play-vid span svg {
  height: 22px;
  width: 22px;
}
.product-main-left .video-right-wrap .play-vid span {
  height: 42px;
  width: 42px;
  background: var(--second-color);
}
.product-main-right {
  padding: 40px 0 40px 40px;
  width: 100%;
}
.product-page-main-section .no-gutters [class*="col-"]:nth-child(2) {
  display: flex;
  align-items: center;
}
.product-main-right h4 {
  font-weight: 600;
  margin: 5px 0 20px;
}
.sku-varialble span {
  display: inline-block;
  color: #a3a3a3;
}
.sku-varialble span:not(:last-of-type) {
  margin-right: 12px;
}
.sku-varialble {
  /* margin-bottom: 25px; */
}
.product-main-right p {
  line-height: 20px;
  margin-bottom: 20px;
}
.product-main-right .color-variant-swatch {
  margin-bottom: 20px;
}
.product-main-right .price-wrap-flex {
  margin-top: 30px;
}
.product-main-right .price-wrap-flex .price {
  padding-right: 50px;
}
.product-main-right .nice-select {
  width: 200px;
}
.pro-reivew-row {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.pro-reivew-row .wsh-btn {
  position: absolute;
  right: 0;
}
.pro-reivew-row .review-stars svg {
  margin-right: 10px;
}
.pro-reivew-row .review-stars {
  margin-left: 15px;
}
/**  PRODUCT TWO COL LAYOUT CSS **/
.product-two-col-layout .no-gutters .col-12 {
  display: flex;
}
.product-two-col-layout .no-gutters .col-12 > div {
  width: 100%;
}
.product-two-col-layout .product-two-col-contnt {
  align-items: center;
}
.product-two-col-layout .product-two-col-contnt .product-two-col-left {
  padding: 60px 50px 60px 0;
}
.product-two-col-layout
  .row-reverse
  .product-two-col-contnt
  .product-two-col-left {
  padding: 60px 0 60px 50px;
}
.product-two-col-layout
  .product-two-col-contnt
  .product-two-col-left
  .add-cart-btn {
  margin-top: 32px;
}
.product-two-col-right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.related-product-section .section-title {
  margin-bottom: 50px;
}
/************** Common banner section css *************/
.common-banner-section {
  padding: 100px 0;
  background: var(--theme-color);
  color: var(--white);
  background-position: 50% 50%;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}
.common-banner-content .back-btn {
  margin-bottom: 26px;
}
.common-banner-content .section-title h2 span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}
.common-banner-content .section-title {
  margin-bottom: 12px;
}
.common-banner-content .back-btn {
  margin-bottom: 26px;
}
.back-btn span {
  width: 34px;
  height: 34px;
  display: flex;
  vertical-align: middle;
  border: 1px solid;
  border-radius: 100%;
  text-align: center;
  padding: 4px 0;
  margin-right: 10px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.back-btn {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
}
/***********  Product filter category css ***********/
.product-heading-row {
  background: #f1f1f1;
}
.product-heading-row .row {
  align-items: center;
  margin: 0px;
}
.product-filter-body {
  position: relative;
  background: #f1f1f1;
  padding-bottom: 30px;
}
.product-filter-column .product-filter-body:before {
  content: "";
  position: absolute;
  left: -50vw;
  width: 50vw;
  height: 100%;
  background: #f1f1f1;
}
.product-heading-column {
  padding: 14px 0 !important;
}
.product-heading-right-column {
  padding: 14px 0 14px 22px !important;
}
.filter-select-box {
  min-width: 160px;
}
.product-heading-row .sort-lbl {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
}
.product-heading-row .nice-select {
  border: solid 1px var(--theme-color);
  color: var(--theme-color);
  width: 170px;
  font-size: 12px;
}
.produdt-filter-cat li a {
  font-weight: 500;
}
.produdt-filter-cat li:not(:last-of-type) {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.produdt-filter-cat li:not(:last-of-type):after {
  content: "/";
  position: absolute;
  right: -1px;
}
.acnav-list {
  display: none;
  padding: 0 0 10px 0;
}
.product-cat-widget .acnav-list {
  padding: 0 0 10px 10px;
}
.product-widget .acnav-label {
  display: block;
  position: relative;
  font-weight: 600;
}
.product-widget > .pro-itm > .acnav-label {
  font-weight: 600;
  padding: 12px 0;
  text-transform: uppercase;
}
.product-widget .acnav-list li a {
  text-transform: capitalize;
}
.product-widget .acnav-list li:not(:last-of-type) {
  margin-bottom: 8px;
}
.pro-itm-inner > .filter-listing > ul > li > .acnav-list {
  padding: 10px 0 10px 10px;
}
.product-widget .acnav-label:before {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translate(0%, -50%);
  height: 2px;
  width: 10px;
  background: #000;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
}
.product-widget .acnav-label:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translate(0%, -50%);
  height: 10px;
  width: 2px;
  background: #000;
  transition: ease-in-out all 0.5s;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -webkit-transition: ease-in-out all 0.5s;
  -moz-transition: ease-in-out all 0.5s;
  -ms-transition: ease-in-out all 0.5s;
  -o-transition: ease-in-out all 0.5s;
}
.product-widget[open] .acnav-label::after {
  opacity: 0;
}
.product-widget:not(:last-of-type) {
  border-bottom: 1px solid #e2e2e2;
}
.product-widget {
  padding: 10px 0;
}
.product-filter-right-column {
  padding-left: 22px !important;
}
.text-checkbox .checkbox {
  margin: 0;
  float: left;
  padding-right: 9px;
  padding-bottom: 10px;
}
.text-checkbox .checkbox input[type="checkbox"] {
  display: none;
}
.text-checkbox .checkbox input[type="checkbox"] + .checkbox-label {
  content: "";
  display: inline-block;
  border: 1px solid var(--black);
  color: #000;
  width: auto;
  position: relative;
  font-weight: 600;
  letter-spacing: 0px;
  top: 0;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  font-size: 13px;
  border-radius: 47px;
  padding: 11px 19px;
  text-transform: lowercase;
  -webkit-border-radius: 47px;
  -moz-border-radius: 47px;
  -ms-border-radius: 47px;
  -o-border-radius: 47px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
}
.text-checkbox .checkbox input[type="checkbox"]:checked + .checkbox-label {
  background-color: var(--black);
  color: white;
}
.delete-all {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  margin: 10px 0 0;
}
.delete-all svg {
  height: 12px;
  margin-right: 5px;
  width: 12px;
}
.product-tag-widget ul li a {
  padding: 10px 12px;
  background: transparent;
  color: var(--theme-color);
  font-size: 12px;
  line-height: 1;
  border: 1px solid var(--theme-color);
}
.product-tag-widget ul li a:hover,
.product-tag-widget ul li.active a {
  background: var(--theme-color);
  color: var(--white);
}
.product-tag-widget ul li:not(:last-of-type) {
  margin-right: 5px;
}
.product-tag-widget ul li {
  display: inline-block;
}
#range-slider {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 23px;
}
.ui-slider-horizontal .ui-slider-range {
  background-color: var(--theme-color);
  height: 3px !important;
  top: -1px !important;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  background: var(--theme-color) !important;
  border: 1px solid var(--theme-color) !important;
}
.ui-widget-content {
  background: #dddddd !important;
  border: none !important;
  border-radius: 0 !important;
  height: 1px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  font-weight: normal;
  height: 8px !important;
  width: 8px !important;
  top: -3px !important;
  margin-left: 0 !important;
  background: var(--theme-color);
  box-shadow: inset 0 0 0 1px #ffffff;
  border: 1px solid var(--theme-color) !important;
  border-radius: 10px;
  z-index: 1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.colour-col:not(:last-of-type) {
  padding: 0 15px 0 0;
}
.price-select {
  margin-left: -5px;
  margin-right: -5px;
}
.select-col p {
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 4px;
}
.select-col {
  width: 100%;
  max-width: 50%;
  padding: 0 5px;
}
.sorting-select {
  min-width: 125px;
}
.sorting-select select {
  padding: 10px 15px 9px;
  color: var(--black);
}
.product-price-widget .acnav-list {
  padding: 0 20px 10px 0;
}
.colors-checkbox label {
  width: 100%;
}
.custom-checkbox {
  flex-shrink: 0;
}
.custom-checkbox,
.colors-checkbox label {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: relative;
  text-align: left;
}
.custom-checkbox input[type="checkbox"] {
  margin-top: 0.25rem;
  cursor: pointer;
  position: absolute;
  opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  left: 0;
}
.custom-checkbox input[type="checkbox"] + .color,
.custom-checkbox input[type="radio"] + .color {
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  width: 0.9375rem;
  height: 0.9375rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.color,
.custom-checkbox input[type="checkbox"] + span.color {
  display: inline-block;
  margin-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
}
.custom-checkbox input[type="checkbox"]:checked + span.color {
  border: 2px solid var(--theme-color);
}
.custom-checkbox input[type="checkbox"]:checked + span.color:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 5px;
  height: 9px;
  border: solid var(--theme-color);
  border-width: 0px 1px 1px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.color-name {
  display: flex;
  flex: 1;
  justify-content: space-between;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 500;
}
.product-widget .acnav-list .colors-checkbox {
  margin-top: 8px;
}
.product-filter-right-column {
  padding-top: 22px !important;
}
.product-filter-right-column .row {
  margin: 0 -10px;
}
.product-filter-right-column .product-card {
  padding: 0 10px 20px;
}
.product-filter-right-column .product-content-bottom .price {
  width: 100%;
  margin-bottom: 20px;
}
.product-filter-right-column .addtocart-btn svg {
  fill: var(--theme-color);
}
/************************  CART PAGE CSS **********************/
.cart-item__totals .loading-overlay {
    display: none;
}
.cart-page-section {
  padding-top: 40px;
}
.cart-page-section .back-btn span svg path {
  fill: var(--theme-color);
}
.cart-page-section .section-title {
  margin-bottom: 50px;
}
.cart-page-section .section-title h2 {
  margin-top: 20px;
}
.cart-page-section .section-title h2 span {
  font-size: 18px;
}
.cart-page-section .price {
  line-height: 1;
}
.cart-page-section .cart-item__vendor {
  margin: 0 0 5px;
}
.product-option {
  display: flex;
  align-items: center;
  font-size: 13px;
  margin-top: 10px;
}
.product-option dt {
  font-weight: 500;
}
.product-option dd {
  margin-left: 5px;
  font-weight: 400;
}
.remove-btn {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  margin-left: 8px;
}
.remove-btn svg path {
  fill: red;
}
.pro-img-cart {
  max-width: 100px;
}
.cart-summery {
  border: 1px solid var(--border-color);
  padding: 20px;
}
.cart-summery ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.cart-summery ul li span:last-child {
  font-weight: 600;
}
.cart__ctas .btn {
  padding: 15px 10px;
  display: block;
  width: 100%;
  margin-top: 20px;
  text-transform: capitalize;
}
.coupon-table {
  background: #f3f3f3;
  border: 1px solid #e8e8e8;
  padding: 15px 15px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.coupon-text {
  flex: 1;
  display: flex;
  align-items: center;
}
.coupon-text h4 {
  width: auto;
  white-space: nowrap;
  font-weight: 400;
  font-size: 18px;
}
.coupon-text h4 {
  width: auto;
  white-space: nowrap;
  font-weight: 400;
  font-size: 16px;
}
.coupon-text p {
  width: 80%;
  font-size: 11px;
  padding: 0 20px;
}
.coupon-code {
  display: flex;
}
.coupon-code-text {
  display: flex;
  align-items: center;
}
.coupon-code-text h4 {
  font-size: 16px;
  font-weight: 400;
}
.coupon-code-text p {
  border: 1px solid var(--theme-color);
  margin: 0 10px;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 16px;
}
.coupon-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  background: var(--theme-color);
  border: none;
  color: var(--white);
}
.coupon-btn button svg {
  width: 30px;
  height: 9px;
  margin-left: 2px;
}
/****  TABLE CSS ****/
table {
  border: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: auto;
}
table tr {
  padding: 20px 0 0;
  border-bottom: 1px solid rgba(48, 56, 61, 0.1);
  display: block;
}
table tr:first-child {
  border-top: 1px solid rgba(48, 56, 61, 0.1);
}
table tr th,
table tr td {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 500;
}
table tr th {
  padding-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(48, 56, 61, 0.1);
  font-weight: 700;
  text-transform: uppercase;
}
table tr th:first-child,
table tr td:first-child {
  padding-left: 0;
}
table tr td:first-child a {
  vertical-align: middle;
}
table tr td {
  display: block;
  text-align: center;
  padding: 0 0 20px;
}
.order-history-tbl tr td[data-label="Name"] {
  max-width: 140px;
}
.order-history-tbl tr td[data-label="Product"] {
  max-width: 90px;
}
.order-history-tbl tr td[data-label="quantity"] {
  width: 113px;
  padding: 0;
}
/*===========================feature CSS start=======================*/
/* currency */
.currency select {
    color: var(--black);
    border: none;
    font-size:12px;
    padding: 12px 30px 10px 12px;
    line-height: 1;
    background: url(arrow-acc-dark.svg) no-repeat;
    background-size: 7px;
    background-position: calc(100% - 15px) 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.currency select option {
    color: #000;
}

/* ========quick-view===== */
.quickview-popup{
  display: none; 
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 1100px;
  max-height: 100%;
  max-height: calc(100% - 100px);
  width: 95%;
  margin: 0 auto;
  text-align: center;
  background-color: #FFFFFF;
  z-index: 4;
  -webkit-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: auto;
}
.quickview_popup_data .row {
    align-items: center;
}
.quickview_popup_data .product-page-first-section{
  background: none;
}
.quickview-close{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}
.quickview_popup_data .pdp-right-column .section-title{
  max-width: 100%;
  text-align: left;
}
.quickview_popup_data .pdp-right-column{
    text-align: left;
    width: auto;
}
.quickview_popup_data .row {
    align-items: center;
}
.quickview_popup_data{
   padding: 30px 15px;
}
.qv-price{
  margin-top:15px;
}
.qv_select__select {
    margin-top: 10px;
    border: solid 1px var(--theme-color);
    border-radius: 10px;
    width: 70%;
    background: url(arrow-acc-dark.svg) no-repeat;
    background-size: 10px;
    background-position: calc(100% - 15px) 50%;
}
.quickview_popup_data select:focus {
    margin-top: 10px;
}
.quickview_popup_data .pdp-right-column .qnty-btn-wrp {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0;
    gap: 20px;
}
.quickview_popup_data .pdp-right-column .qty-spinner button, .qty-spinner input {
    width: 100%;
    max-width: 100px;
    background: transparent;
    border: none;
}
.quickview_popup_data .qty-spinner {
    border: 1px solid var(--theme-color);
    height: 37px;
    border-radius: 10px;
    display:flex;
    max-width: 100px;
}
.qv-price ins{
    font-size: 20px;
    font-weight: 600;
}
.quickview_popup_data .pdp-top-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
}
.qnty-btn-wrp .qty-spinner svg path {
  fill:var(--black);
}
.quickview_popup_data .pdp-top-content .wish-btn.add-wishlist {
    border-radius: 50%;
    background-color: var(--theme-color);
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}
.product-card-inner .wish-lbl-wrp {
  display:none;
  position: absolute;
  top: 15px;
  left: auto;
  right: -15px;
  /* display:flex; */
  flex-direction:column;
  gap:15px;
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease;
}
/* ====compare======== */
.compare-prod-remove svg {
    margin: 0 auto;
}
.pro-compare.active svg path {
    fill: green;
}
.compare-head .section-title{
  text-align:center;
}
.pro-compare-wrap .pro-compare-left {
  display:flex;
  align-items:center;
}
.pro-compare-section {
    padding-top: 70px;
}
.pro-compare-wrap .pro-compare-left .compare-title{
  max-width:25%;
  flex:0 0 25%;
  width:100%;
      text-align: center;
    padding: 10px;
    background: var(--border-color);
    font-size: 16px;
    font-weight: 500;
}
.pro-compare-scroll .compare-wrap .compare-val-prod{
  display: flex;
    align-items: center;
  width:100%;
}
.pro-compare-scroll .compare-wrap .compare-val-prod  .compare-data-label{
   max-width: 25%;
    width: 100%;
    flex: 0 0 25%;
    text-align: center;
  padding: 15px;
}
.compare-pro-detail .compare-val-prod .product-form .cart-form{
  justify-content:center;
    margin-right: 0px;
}
.compare-pro-detail .compare-val-prod .prod-title{
     font-size: 20px;
    margin: 10px 0;
    font-weight: 600;
}
.prod-price del {
    margin-left: 5px;
}
.compare-pro-detail .compare-val-prod .prod-price{
  margin:15px 0
}
.compare-pro-detail .prod-img a{
  position:relative;
      padding-top: 80%;
    display: block;
}
.compare-pro-detail .prod-img a img{
 position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.compare-wrap{
  border-bottom:1px solid var(--border-color);
}
.pro-compare-section  .pro-compare-wrap{
    margin-bottom:50px;
}
.pro-compare-section .compare-bottom-btn{
  display:flex;
  justify-content:center;
  margin-bottom: 20px;
}
.pro-compare-section .compare-bottom-btn a{
  min-width: 170px;
}




/*===========================feature-CSS end=======================*/

/*===========================SHF-CSS=======================*/
button {
  border: none;
  box-shadow: none;
  cursor: pointer;
}
.no-js:not(html) {
  display: none !important;
}
.newsletter-form__message {
  display: flex;
  align-items: center;
  border: 1px solid #dc0000;
  color: #dc0000;
  font-size: var(--common-text);
  background: #faebeb;
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: 0;
  padding: 15px;
  width: auto;
  margin: 10px 0 0;
  border-radius: 25px;
}
.search-form-wrapper form {
  position: relative;
}
.search-popup .close-search {
  background: none;
  border: none;
  padding: 0;
}
#predictive-search-results ins {
  font-size: 15px;
}
span.custom_label {
  position: absolute;
  top: 0px;
  left: 0px;
  background: var(--second-color);
  color: var(--white);
  padding: 2px 6px;
  border-radius: 5px;
}
/*------------------- SHF countdown ---------------------------*/
.flip-countdown.simple-countdown {
    background: var(--second-color);
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    padding: 5px 5px;
    justify-content: center;
    border-radius: 5px;
    gap: 10px;
    opacity:1;
   visibility:visible;
   transition:all 0.5s ease;
  
}
.flip-countdown.simple-countdown svg {
    width: 18px;
    height: 18px;
}
.countdown-container.flip-countdown.countdown-block span {
    margin: 0 5px 0 0;
    color: var(--white);
}
.countdown-container.flip-countdown.countdown-block span.dots {
    margin: 0;
}
.pdp-timer .flip-countdown.simple-countdown {
  position: static;
  display: inline-flex;
  width: 280px;
}
.pdp-timer .countdown-container.flip-countdown.countdown-block span{
  display: inline-block;
}
.bestpro-itm .countdown-container.flip-countdown.countdown-block span {
    font-size: 13px;
    margin: 0 3px 0 0;
}
.bestpro-itm .flip-countdown.simple-countdown svg {
    display: none;
}
/***** SHF - SIZE POPUP *****/
.pdp-timer {
    margin: 0 0 20px;
}
.size-popup{
    background: rgba(223, 218, 205, 0.90);
    display: table;
}
.size-close-btn{
    text-align: end;
}
.size-close-btn svg{
    margin-left: 0px;
    margin-right: 5px;
}
.size-popup table tr td{
    padding: 10px;
}
.size-table-wrapper{
    margin-top: 200px;
}
.size-popup .size-form{
  background-color: var(--white);
  color: var(--black);
  padding: 20PX;
  max-height: 80vh;
  height: 100%;
  overflow: auto;
  border-radius: 10PX;
  -webkit-border-radius: 10PX;
  -moz-border-radius: 10PX;
  -ms-border-radius: 10PX;
  -o-border-radius: 10PX;
}
.size-popup .size-form H4{
  text-align:center;
    margin-bottom: 20px;
}
.size-popup .btn-white{
    border-radius: 10px;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.size-btn{
  gap: 10px;
}
.see-size .size-btn svg {
    width: 16px;
    height: 16px;
}
.see-size .size-btn svg path {
    fill: var(--black);
}
.see-size {
    margin: 0 0 15px;
}
/*=================shf - recommendations ================*/
.product-notification{
  background: var(--theme-color);
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 10px 0px;
  width: 350px;
  position: fixed;
  bottom: 10px;
  left: 30px;
  padding: 10px;
  z-index: 3;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  visibility: hidden;
  color: var(--white);
}
.product-notification.active {
  bottom: 30px;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.product-notification .product-suggest{
  display: flex;
  align-items: center;
  gap: 25px;
}
.product-notification .closeNotify {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.product-notification .closeNotify svg {
    width: 16px;
    height: 16px;
}
.product-suggest .product-image img{
  border-radius: 5px;
}
.product-notification .product-suggest .product-label {
   margin: 0 0 5px;
  position: static;
}
.product-notification .product-suggest .product-name {
    font: var(--h6);
    margin: 0 0 15px;
}
/*--------------shf recently view product css--------------------*/
#recently-viewed-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
#recently-viewed-products .product {
  width: 25%;
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}
#recently-viewed-products .product h4 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#recently-viewed-products .product h4{
  margin: 0 0 5px;
}
#recently-viewed-products .product .price{
  font-size: 14px;
}
.view-product-sec h3 {
    text-align: center;
    margin: 0 0 25px;
}
/*------------------- dropdown ---------------------------*/
.dropdown,.dropleft,.dropright,.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu {
  min-width: 210px;
  margin: -1px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.dropdown-menu li a {
  display: block;
  padding: 4px 15px;
  font-weight: 400;
}
.dropdown-menu
  .localization-selector
  + .disclosure__list#FooterCountryList
  li
  a {
  font-size: 14px;
  letter-spacing: 0;
}
.header-style-one .menu-right li .dropdown-menu {
  padding: 15px;
}
.header-style-one .menu-right li .customer_account a,
.header-style-one .menu-right li .customer_account .wishlist {
  padding: 5px;
  background: none;
  font: var(--common-text);
  justify-content: left;
}
.header-style-one .menu-right li .customer_account .wishlist a {
  padding: 0px;
}
.header-style-one .menu-right .customer_account li {
  justify-content: left;
  max-width: 100% !important;
}
.header-style-one .menu-right li .customer_account .wishlist span {
  margin: 0;
  line-height: 1;
}
/****** SHF CART DRAWER CSS ********/
.header-style-one .menu-right .cartDrawer {
  padding: 0px;
}
.mini-cart-footer .js-contents {
  display: none;
}
.cartDrawer .cart__warnings,
.cartDrawer .cart__empty-text,
.cartDrawer.is-empty .cart__contents,
.cartDrawer.is-empty .cart__footer,
.cartDrawer cart-items.is-empty .title-wrapper-with-link,
#main-cart-footer.is-empty {
  display: none;
}
.cartDrawer.is-empty .cart__empty-text,
.cartDrawer.is-empty .cart__warnings {
  display: block;
}
.cartDrawer.is-empty .cart__warnings {
  margin: 20% 0 0;
  text-align: center;
}
.header-style-one .menu-right .cartDrawer svg#icon-cart-emty {
  width: 55px;
  height: auto;
  fill: currentColor;
  margin: 0 auto 30px auto;
}
.header-style-one .menu-right .webi-mini-cart-footer .link-btn {
  background: none;
  padding: 0;
  border: none;
}
.header-style-one .menu-right .mini-cart-title {
  display: block;
  text-align: left;
}
.header-style-one .menu-right li a.closecart svg path {
  fill: var(--white);
}
.cartOpen header:before,
.active-menu header:before,
.popup-toggle header:before,
.open header:before,
.mobile-open header:before, .quick-active header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
}
.mobile-menu-bar .fea-coll-img a img {
  transform: rotateZ(20deg);
  -webkit-transform: rotateZ(20deg);
  -moz-transform: rotateZ(20deg);
  -ms-transform: rotateZ(20deg);
  -o-transform: rotateZ(20deg);
}
.mobile-menu-wrapper .mobile-menu-bar > ul > li:not(.has-children) a svg,
.product-card .product__media-item:not(:first-child) {
  display: none;
}
.wishlist-action a {
  display: inline-block;
}
.wishremove.loadtowish .loadtowish {
  display: block;
}
.wishremove.wishactive .addtowish,
.wishremove .loadtowish,
.wishremove .wishirmv,
a.go-to-wishlist,
.wishremove.loadtowish .addtowish,
.wishremove.wishadding .wishirmv,
.wishremove.wishadding + a.go-to-wishlist {
  display: none;
}
.wishremove.wishactive .wishirmv,
.wishremove.wishactive + a.go-to-wishlist {
  display: block;
}
.wishremove.wishactive.wishadding .wishirmv,
.wishremove.wishactive.wishadding + a.go-to-wishlist {
  display: block;
}
.wishremove.loadtowish.wishadding .wishirmv,
.wishremove.loadtowish.wishadding + a.go-to-wishlist {
  display: none;
}
.product-card .wishlist.wishremove:not(.wishactive) + a,
.product-main-right .wishbtn.wishremove:not(.wishactive) + a,.hiro-side-item-inner .wishlist.wishremove:not(.wishactive) + a {
  display: none;
}
.product-card .wishlist.wishremove.wishactive,
.product-main-right .wishbtn.wishremove.wishactive,.hiro-side-item-inner .wishlist.wishremove.wishactive {
  display: none;
}
.product-card .wishlist .wishirmv svg {
  fill: #ff0000;
}
.size-variant-swatch,
.color-variant-swatch {
  border: none;
}
/*============blog comment =============*/
.article-comment {
  border: 1px solid var(--border-color);
  padding: 15px;
}
.article-comment h3 {
  margin: 0 0 10px;
}
.article-comment .grid-item {
  margin: 0 0 15px;
}
.article-comment .grid-item input {
  padding: 12px 15px;
}
.article-comment .grid-item .btn {
  width: 100%;
}
.blog-grid-section .card-inner {
  border: 1px solid var(--border-color);
  margin: 0 0 30px;
  padding: 15px;
  width:100%;
  display: flex;
  flex-direction: column;
}
.card-content {
    display: flex; 
    flex-direction: column;
    height: 100%;
}
.card-content .btn-secondary {
    width: fit-content;
}
.blog-grid-section .card-inner > a {
  margin: 0 0 15px;
}
.blog-grid-section .card-inner h5,
.blog-grid-section .card-inner .time,
.blog-grid-section .card-inner p {
  margin: 0 0 12px;
  display: block;
}
.blog-grid-section .card-inner p{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/*==============error-msg==============*/
#address_form_new select {
  background: url(down-arrow.png);
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
}
.form-message svg,
.form__message svg {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
}
.newsletter-form__message {
  position: absolute;
  top: auto;
  bottom: -70px;
  left: 0;
  right: 0;
  border-radius: 50px;
}
.newsletter-form__message--success,
.form-status-success {
  color: #0a942a !important;
}
.form-status.caption-large {
  display: flex;
  width: 100%;
  column-gap: 10px;
}
.form-status-list.caption-large {
  color: #ff0000;
  margin: 0 0 15px;
}
.form-status-list.caption-large li {
  margin: 0 0 5px;
}
.form-status-list.caption-large li:last-child {
  margin: 0;
}
#recover,
#recover + .recover-password,
#recover:target ~ .back-toshop,
#recover:target ~ .section-title,
#recover:target ~ .form-wrapper {
  display: none;
}
#recover:target + .recover-password,
#recover:target {
  display: block;
}
.acc-order-history {
  margin: 0 0 20px;
}
.acc-order-history h5 {
  margin: 0 0 20px;
}
.acc-order-button {
  column-gap: 15px;
}
/*=================address page =============*/
.addresses [aria-expanded="false"] ~ div[id] {
  display: none;
}
.addresses [aria-expanded="true"] ~ div[id] {
  display: block;
  margin: 30px 0 0;
}
.rtn-to-acc {
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}
.newadd {
  text-align: center;
  margin: 0 0 20px;
}
.add-default {
  margin: 30px 0 0;
  padding: 20px;
  border: 1px solid var(--border-color);
}
.add-default .btn {
  padding: 12px 30px;
}
.addresses .btn-secondary svg path {
  fill: var(--black);
}
.back-btn-acc svg {
  transform: scale(-1);
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  margin: 0 6px 0 0;
}
.acc-back-btn-wrp {
  gap: 10px;
}
.acc-back-btn-wrp button {
  text-transform: capitalize;
  font-size: 14px;
}
.back-btn-acc {
  background: transparent;
  margin-right: 12px;
}
.acc-back-btn-wrp button svg {
  width: 16px;
  margin-left: 6px;
}
.acc-back-btn-wrp .back-btn-acc svg {
  margin-left: 0;
}
.acc-back-btn-wrp button {
  text-transform: capitalize;
  font-size: 14px;
}
.wishpg .wishdesc h5 {
  margin: 0 0 20px;
  font-size: 15px;
}
.wishpg ins {
  font-size: 20px;
}
.innerwish {
  position: relative;
  border: 1px solid var(--border-color);
  padding: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.innerwish .wishremove.wishactive .addtowish {
  display: block;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}
.innerwish .wishremove.wishactive .addtowish svg {
  width: 20px;
  height: 20px;
  fill: #ff0000;
}
/*============SHF order =============*/
.order h2 {
    margin: 0 0 30px;
}
.order h4 {
    margin: 0 0 20px;
}
.order-detail {
    margin: 0 0 30px;
}
.order-detail > p {
    margin: 0 0 25px;
    font-weight: 600;
    font-size: 18px;
}
/*==================== SHF Cart Page ====================*/
.cart-item__error {
  display: flex;
  align-items: flex-start;
}
.cart-item__error-text:empty + svg {
  display: none;
}
.cart__footer {
  margin: 55px 0 0;
}
cart-note.cart__note.field {
  margin: 0 0 30px;
  display: block;
}
cart-note.cart__note.field label {
  margin: 0 0 15px;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}
.cart__footer .cart__note #Cart-note {
  min-height: 100px;
  padding: 10px;
}
.cart__footer-wrapper .cart__blocks {
  border: 1px solid var(--border-color);
  padding: 30px 15px;
  text-align: center;
}
.cart__blocks .totals__subtotal {
  margin: 0 0 8px;
  line-height: 1;
}
.cart__blocks .totals__subtotal-value {
  font: var(--h5);
  margin: 0 0 20px;
}
small.tax-note.caption-large.rte {
  margin: 0 0 10px;
  display: block;
  font-size: 14px;
}
.facets__item {
  display: flex;
  flex: 1;
  justify-content: space-between;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 500;
}
.product-widget .acnav-list .facets__item {
  margin-top: 8px;
}
.card-wrapper {
  background: #f1f1f1;
  padding: 30px;
  margin: 0 0 30px;
}
.prorow-lbl-qntty {
  display: flex;
  align-items: center;
  margin: 20px 0 0;
}
.prorow-lbl-qntty .qty-spinner {
  margin: 0 0 0 10px;
}
.buy-now-btn {
  margin: 20px 0 0;
  width: 80%;
}
.buy-now-btn button {
  display: inline-flex;
  align-items: center;
  padding: 15px;
  background: var(--second-color);
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  min-width: 150px;
  letter-spacing: 0.5px;
  color: var(--white);
  justify-content: center;
  text-transform: uppercase;
  /* box-shadow: 0 4.53333px 11.3333px 3px #f16e364a; */
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  cursor: pointer;
}
button.shopify-payment-button__more-options.shopify-payment-button__button--hidden {
  display: none;
}
.shopify-challenge__container {
  padding: 100px;
}
.shopify-challenge__button.btn {
  width: 200px;
  border: 1px solid #f16e364a;
  margin-top: 50px;
}
.shopify-challenge__button.btn:hover,
.shopify-challenge__button.btn:focus
{
  color:#fff;
}
.shopify-challenge__container #g-recaptcha {
  margin-top: 20px;
}
/*======================= product review =====================*/
.product-review {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  background: #ffffff;
  z-index: 5;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  max-height: calc(100vh - 200px);
  overflow: auto;
}
.product-review.open-model {
  opacity: 1;
  visibility: visible;
}
.product-review .spr-container {
  padding: 0;
  border: none;
}
.product-review .spr-form {
  display: none;
  border-color: #ccc;
  padding: 15px 0 0;
}
.spr-form-input-textarea {
  resize: vertical;
  font: var(--common-text);
}
.product-review .spr-summary-caption {
  float: left;
}
.product-review .review-close-icon {
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 15px;
  top: 15px;
  justify-content: center;
  background: var(--second-color);
  z-index: 1;
  padding: 5px;
  cursor: pointer;
}
.product-review fieldset.spr-form-contact {
  margin: 15px 0 0;
}
.product-review .spr-form-label {
  font-size: 15px;
  line-height: 20px;
  float: left;
  width: 100%;
  text-align: left;
  margin: 0 0 10px;
}
.product-review
  input.spr-button.spr-button-primary.button.button-primary.btn.btn-primary {
  color: var(--white);
  background-color: var(--second-color);
  box-shadow: none;
  width: auto;
}
.product-main-right .review-wrap {
  display: flex;
  align-items: center;
}
.product-main-right .review-wrap .spr-badge {
  margin: 0 10px 0 0;
  border-right: 1px solid #ccc;
  padding: 0 10px 0 0;
}
.spr-form-message-success {
  width: auto;
  color: #0a942a;
  background-color: #ecfef0;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #0a942a;
  margin: 15px 0 0;
}
.product-main-right .review-wrap .spr-badge-starrating .spr-icon {
  font-size: 80%;
  margin: 0 5px 0 0;
  color: #f16e36;
}
.product-main-right .review-wrap .spr-badge-starrating .spr-icon-star-empty {
  color: #444;
}
.product-main-right .review-wrap .product-write-review {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
/* new add css  */
.spr-summary-actions-newreview {
  text-decoration: underline !important;
}

/*===================== search page ======================*/
.search__button {
  position: absolute;
  top: 5px;
  left: auto;
  right: 5px;
  bottom: 5px;
  padding: 0 10px;
  border-radius: 0px;
}
.template-search p.search-msg {
  padding: 20px 0 30px;
  font-size: 20px;
  line-height: 1;
}
.search__button svg {
  margin: 0;
}
.template-search__search .field {
  position: relative;
}
.template-search__results .grid__item {
  margin: 0 0 30px;
}
/*======================== black variant ======================*/
.hiro-side-item-inner .pro-size label,
.twocol-dark .two-coll-content .pro-size label {
  background: var(--theme-color);
  /* border-color: var(--theme-color); */
}
.hiro-side-item-inner .pro-size.active label,
.hiro-side-item-inner .pro-size input[type="radio"]:checked + label,
.twocol-dark .two-coll-content .pro-size.active label,
.twocol-dark .two-coll-content .pro-size input[type="radio"]:checked + label {
  background: var(--white);
  color: var(--theme-color);
  border-color: var(--white);
}
.disclosure__button {
  background: url(down-arrow.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  display: unset;
  justify-content: unset;
  align-items: unset;
  width: auto;
  min-width: auto;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0;
  position: relative;
  padding: 0 20px 0 10px;
  cursor: pointer;
}
.disclosure__list-wrapper {
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
  min-width: 130px;
  background: #f1f1f1;
  z-index: 3;
  cursor: pointer;
  transition: all 400ms ease-in-out 0s;
  opacity:1;
  padding: 15px;
  box-shadow: 1px 1px 4px #ccc;
}
.disclosure__list-wrapper.hide{
  opacity:0;
}
.disclosure__item {
  margin: 0 0 10px;
}
.disclosure__item:last-child {
  margin: 0;
}
.pro-size {
  margin: 5px 0 0;
}.pro-size2 {
  margin: 5px 0 0;
}
/*=========== SHF wishlist page ===============*/
.mainwish  .cart {
    display: flex;
    flex-direction: column;
}
.mainwish .section-title {
    margin: 0 0 40px;
}
.loginwish .list-unstyled {
  border: 1px solid var(--border-color);
  padding: 30px;
  display: inline-flex;
  flex-direction: column;
}
.loginwish li:first-child {
  margin: 0 0 20px;
}
.loginwish h3 {
  margin: 0 0 15px;
}
#customer_login_link,
#customer_register_link {
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  background: transparent;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  text-transform: uppercase;
}
#customer_login_link:hover,
#customer_register_link:hover {
  background: var(--theme-color);
  color: var(--white);
}
.product-card {
  display: flex !important;
  -webkit-display: flex !important;
  -moz-display: flex !important;
  -ms-display: flex !important;
  -o-display: flex !important;
}
body:not(.template-search, .template-collection) .product-card {
  flex-wrap: wrap;
  flex-shrink: 0;
  width: 100%;
}
.product-card-img .hover-img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  padding: 0;
  padding-top: 66%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-card-img:hover .hover-img {
  opacity: 1;
  visibility: visible;
}
.product-card-img:hover img.default-img {
  opacity: 0;
  visibility: hidden;
}
.product-type {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 10px;
}
.row .common-banner-content p {
  padding: 0;
}
#popupVids {
  width: 100%;
  height: 100%;
  display: block;
}
iframe {
  height: 100%;
  width: 100%;
}
/****************** ABOUT PAGE CSS  ******************/
.row-reverse {
  flex-direction: row-reverse;
}
.about-our-shop-section .row {
  margin-top: 50px;
}
.abt-shp-column-right img {
  width: 100%;
}
.aboutpage-btm-sec {
  background: var(--white);
  color: var(--theme-color);
}
.aboutpage-btm-sec .about-us-box {
  padding: 25px 18px;
  border: 1px solid var(--theme-color);
  position: relative;
}
.aboutpage-btm-sec .about-us-box p{
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.aboutpage-btm-sec .section-title {
  max-width: 900px;
}
.aboutpage-btm-sec .section-title p {
  margin-top: 24px;
}
.about-us-section .section-title {
  margin: 0 auto 50px;
}
.about-us-section .about-us-box img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.about-us-section .about-us-box h3 {
  margin-bottom: 15px;
}
/******************  CMS PAGES CSS *****************/
.cms-page p:not(:last-of-type) {
  margin-bottom: 25px;
}
.cms-page h3,
.cms-page h4,
.cms-page h5 {
  margin: 20px 0;
}
.cms-page p a {
  display: inline-block;
  font-weight: 600;
  text-decoration: underline;
}
.cms-page ul {
  margin: 20px;
}
.cms-page ul li {
  list-style: disc;
}
.cms-page ul li:not(:last-of-type) {
  margin-bottom: 9px;
}
/****************** CONTACT PAGE CSS ******************/
.contact-right-column {
  margin-top: -270px;
}
.contact-right-inner h2 {
  color: var(--white);
}
.contact-form {
  padding: 24px 20px;
  border: 2px solid var(--theme-color);
  background: var(--white);
  position: relative;
  z-index: 1;
}
.submit-btn {
  width: 100%;
  padding: 14px 10px;
  text-transform: capitalize;
  align-items: center;
}


.contact-left-inner * {
  color: var(--theme-color);
}
.contact-left-inner ul li {
  margin-bottom: 30px;
}
.contact-left-inner ul li h4 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 14px;
}
.contact-left-inner ul li p {
  margin-bottom: 0;
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 500;
  word-break: break-all;
}
.contact-left-inner ul li .address {
  font-size: 15px;
  line-height: 26px;
}
/****************** FAQS PAGE CSS ***************/
.faq-search-form {
  max-width: 400px;
  margin: 25px 0;
}
.set {
  /* border: 1px solid var(--border-color); */
  margin-bottom: 30px;
}
.set .acnav-label {
  padding: 15px 35px 15px 35px;
  position: relative;
  font-size: 15px;
  font-weight: 800;
  width: 100%;
}
.set .acnav-list {
  padding: 15px;
  border-top: 1px solid var(--border-color);
}
.set .acnav-list p {
  font-size: 14px;
}
.set .acnav-label:after {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  background-image: url(/cdn/shop/files/arrow_faqs2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}
.set.is-open .acnav-label::after {
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
}
/*******************  BLOG PAGE CSS *****************/
.blog-page-banner .section-title {
  margin-bottom: 30px;
}
.blog-cat {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.blog-cat li:not(:last-of-type) {
  margin-right: 10px;
}
.blog-cat li {
  padding: 10px 20px;
  color: var(--white);
  background: transparent;
  border-radius: 50px;
  font-size: 13px;
  line-height: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.blog-cat li.active {
  background: var(--white);
  color: var(--theme-color);
}
.blog-grid .blog-widget-inner {
  border-color: var(--theme-color);
}
.blog-grid .blog-caption {
  border-top: 1px solid var(--theme-color);
}
.blog-grid .blog-btn {
  background: var(--theme-color);
}
.blog-grid .blog-btn svg {
  fill: var(--white);
}
.blog-grid .blog-widget {
  margin-bottom: 30px;
}
.blog-head-row {
  margin-bottom: 40px;
  border-bottom: 1px solid var(--border-color);
}
.blog-col-left ul li a {
  padding: 10px 15px;
  font-size: 14px;
  display: block;
  position: relative;
  opacity: 0.5;
  font-weight: 600;
}
.blog-col-left ul li a:before {
  content: "";
  height: 2px;
  width: 100%;
  bottom: -1px;
  background: var(--theme-color);
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}
.blog-col-left ul li a:hover:before,
.blog-col-left ul li.active a:before {
  opacity: 1;
}
.blog-col-left ul li a:hover,
.blog-col-left ul li.active a {
  opacity: 1;
}
.blog-col-right .select-lbl {
  display: block;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 600;
}
.blog-col-left {
  flex: 1;
}
.blog-col-right .nice-select {
  flex: 1;
  border: none;
  padding: 10px 20px 10px 15px;
  font-size: 12px;
}
.blog-col-right .nice-select:after {
  right: 0;
}
.blog-grid-section .section-title h2 b {
  font-style: normal;
}
.blog-widget-inner > a {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  left: 0;
  right: 0;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  object-fit: cover;
}
.blog-widget-inner > a img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.blog-widget {
  display: flex;
  flex: 1;
  width: 100%;
  flex-wrap: wrap;
}
.blog-widget-inner {
  z-index: 1;
  padding: 34px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
}
.blog-widget-inner.big-blog-widget {
  padding: 70px 34px 34px;
  flex: 1;
  justify-content: flex-end;
}
.blog-widget-inner .blog-cat li.active {
  background: var(--second-color);
  color: var(--white);
}
.blog-widget-inner h3 {
  max-width: 294px;
  flex: 1;
  padding-right: 20px;
}
.blog-widget-inner p {
  margin: 26px 0;
  font-size: 12px;
  max-width: 400px;
}
.blog-widget-inner:hover > img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.blog-page-banner .common-banner-content p {
  margin-bottom: 30px;
}
/*************  ARTICLE PAGE CSS **************/
.article-banner .common-banner-content .back-btn {
  margin: 0 auto 26px auto;
  justify-content: center;
  display: flex;
  max-width: fit-content;
}
.article-banner .blog-cat {
  margin: 40px 0;
}
.post-lbl {
  margin-left: 50px;
}
.article-section .abt-user-img {
  border-color: var(--theme-color);
}
.article-section .section-title h2 {
  font-weight: 400;
  max-width: 450px;
  margin: 30px 0 0;
}
.aticleleftbar h5 {
  margin: 20px 0;
  font-weight: normal;
  line-height: 1.5;
}
.related-blogs {
  background: transparent;
  color: var(--theme-color);
}
.related-blogs .section-title {
  color: var(--theme-color);
  border-top: 1px solid var(--border-color);
}
.aticleleftbar p {
  margin-bottom: 25px;
}
.aticleleftbar img {
  margin-bottom: 15px;
}
.art-auther {
  margin-bottom: 50px;
  font-size: 14px;
}
.quote-box {
  position: relative;
  padding: 40px 0 40px 60px;
}
.quote-box h3 {
  font-weight: 500;
  line-height: 1.6;
  font-family: var(--first-font);
}
.quote-box svg {
  position: absolute;
  left: 0;
}
.article-socials li a {
  height: 28px;
  width: 28px;
  background: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.article-socials li a svg {
  fill: var(--white);
  height: 12px;
  width: 12px;
}
.article-socials li:not(:last-of-type) {
  margin-right: 10px;
}
.article-socials li span {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.latest-article-slider {
  margin: 0 -10px;
}
.latest-article-slider .blog-widget {
  padding: 0 10px;
}
.blog-media {
  position: relative;
}
.blog-widget-inner .blog-media .blog-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 35px;
  width: 35px;
  background: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 1;
}
.latest-article-slider-section .section-title h2 b {
  font-style: normal;
}
.latest-article-slider-section .section-title {
  border-top: 1px solid var(--border-color);
  padding-top: 60px;
  margin-bottom: 40px;
}
.latest-article-slider-section .slick-arrow {
  opacity: 0;
}
.latest-article-slider-section .slick-slider:hover .slick-arrow {
  opacity: 1;
}
.latest-article-slider-section {
  padding-bottom: 50px;
}
.about-pro h6 span {
  display: block;
  font-style: italic;
  font-weight: 400;
}
.about-pro h6 {
  margin-right: 20px;
  font-weight: 700;
}
.abt-user-img {
  border: 1px solid var(--white);
  border-radius: 72.2951px;
  width: 60px;
  height: 60px;
  padding: 5px;
  margin-right: 15px;
  -webkit-border-radius: 72.2951px;
  -moz-border-radius: 72.2951px;
  -ms-border-radius: 72.2951px;
  -o-border-radius: 72.2951px;
}
.abt-user-img img {
  width: 100%;
  height: 100%;
}
.about-user h6 span {
  display: block;
  font-weight: 700;
}
.about-user h6 {
  font-weight: 400;
  font-style: italic;
}
.aticleleftbar img {
  width: 100%;
}
.articlerightbar .blog-widget-inner.big-blog-widget {
  padding: 20px 15px;
}
.articlerightbar .blog-widget-content {
    background: rgba(0,0,0,0.6);
    padding: 15px;
}
.articlerightbar .blog-cat li:not(:last-of-type) {
  margin-right: 0px;
}
.articlerightbar .blog-cat li {
  padding: 10px 10px;
  font-size: 10px;
}
.articlerightbar .blog-widget-inner p {
  margin: 15px 0;
   display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/*****************  ORDER SUMMERY PAGE CSS ***************/
.backbtn .btn-secondary svg {
  transform: scale(-1);
  margin-right: 12px;
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
}
.backbtn .btn-secondary {
  min-width: 190px;
  margin-top: 25px;
  background: var(--theme-color);
  color: var(--white);
}
.backbtn .btn-secondary svg path {
  fill: var(--white);
}
.order-summery-page .section-title h2 {
  margin-bottom: 30px;
}
.order-summery-page .section-title p {
  font-size: 18px;
  margin: 0;
}
.order-summery-page .backbtn .btn-secondary {
  min-width: 204px;
  padding: 15px 15px;
  background: var(--second-color);
  border-color: var(--second-color);
}
.order-summery-page .backbtn .btn-secondary:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
}
/*****************  REGISTER PAGE CSS ***************/
.back-toshop span svg path {
  fill: var(--theme-color);
}
.back-toshop {
  margin-bottom: 10px;
}
.register-page .back-toshop {
  margin-bottom: 15px;
}
.form-wrapper h4 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px;
}
.form-wrapper .form-heading h4 {
  margin-bottom: 0;
}
.form-wrapper h4 b {
  font-family: var(--first-font);
  font-style: normal;
  font-weight: 600;
}
.form-wrapper form {
  border: 1px solid var(--border-color);
}
.form-container {
  padding: 20px;
  border-bottom: 1px solid var(--border-color);
}
.form-footer {
  padding-top: 30px;
}
.form-container:last-child {
  border-bottom: 0;
}
.register-page .section-title {
  margin-bottom: 50px;
}
.register-page .form-footer {
  padding: 0;
}
/****************  LOGIN PAGE CSS ***************/
.login-form .submit-btn {
  max-width: 170px;
  margin: 0 0 0 15px;
}
.login-form .form-footer {
  padding: 0;
}
.forgot-pass {
  color: red;
  text-decoration: underline;
  font-size: 14px;
}
.login-form p {
  margin-bottom: 15px;
}
.reg-lbl {
  font-size: 14px;
  margin-right: 10px;
}
.login-form .form-heading h4 {
  margin-bottom: 0;
  font-weight: 600;
}
.acc-order-button .btn svg {
  margin: 0 5px 0 0;
}
/*============ swiper slider ============*/
.swiper-button-next,
.swiper-button-prev {
  background: var(--second-color);
  position: absolute;
  text-align: center;
  border: none;
  border-radius: 100%;
  font-size: 0;
  text-transform: uppercase;
  min-width: 32px;
  min-height: 32px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  width: auto;
  height: auto;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.swiperbtn {
  min-width: 30px;
  min-height: 30px;
  border-radius: 100%;
  /* background: #f7a381; */
  border:1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.swiper-container:hover .swiper-arrow {
  opacity: 1;
}
.swiper-arrow:hover .swiperbtn {
  background: #555;
}
.swiper-arrow:hover,
.swiper-arrow:focus {
  background-color: var(--theme-color);
}
.swiper-arrow svg,
.swiper-arrow:focus svg {
  fill: var(--white);
}
.swiper-arrow svg {
  width: 21px;
  height: 21px;
}
@media (max-width:600px)
{
  .swiperbtn {
  min-width: 18px;
  min-height: 18px;
  }
  .swiper-arrow svg {
    width: 11px;
    height: 11px;
  }
  
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-prev svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.swiper-arrow {
  width: auto;
  height: auto;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.swiper-button-next {
  right: 0;
}
.common-arrow {
  position: relative;
  z-index: 0;
}
.common-arrow .swiper-arrow {
  opacity: 1;
  top: 62%;
}
.common-arrow .swiper-button-prev {
  left: -30px;
}
.common-arrow .swiper-button-next {
  right: -30px;
}
.common-arrow.dark-bg .swiper-arrow:hover,
.common-arrow.dark-bg .swiper-arrow:focus {
  background-color: var(--white);
  border: 1px solid var(--second-color);
}
.swiper-slide {
  height: auto !important;
}
.login-box form h2 svg,
.form-message-success svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.form-message,
.errors,
.form__message {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #dc0000;
  outline: none;
  font-size: var(--common-text);
}
.form-message-success {
  outline: none;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.shopify-challenge__container * {
  margin-bottom: 20px;
  text-align: center;
  justify-content: center;
}

/* ///////   video ////////// */

.video {
  width: 100%;
  height: 400px;
  margin: auto;
  display: block;
  border: none;
}
.video-popup {
  display: none;
  width: 100%;
  height: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
.popup-bg {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
}
.popup-content {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  max-width: 800px;
  height: auto;
  margin: auto;
  transform: translateY(-50%);
}
.close-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  background: var(--theme-color);
  padding: 8px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 100px transparent inset;
  transition: background-color 5000s;
  -webkit-text-fill-color: #000 !important;
}
.subscription-section  input:-webkit-autofill,
.subscription-section  input:-webkit-autofill:hover,
.subscription-section  input:-webkit-autofill:focus,
.subscription-section  input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 100px transparent inset;
  transition: background-color 5000s;
  -webkit-text-fill-color: var(--white) !important;
}
.subscription-section .input-wrapper input {
  color: var(--white);
}
/************** video product page css *************/
deferred-media.deferred-media {
    position: relative;
    display: block;
}
.media>*:not(.zoom):not(.deferred-media__poster-button), .media model-viewer {
    display: block;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.deferred-media[loaded]>.deferred-media__poster {
    display: none !important;
}
.product__modal-opener:not(.product__modal-opener--image) {
    display: none;
}
.deferred-media__poster-button.motion-reduce {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(1);
    z-index: 1;
    padding: 10px;
    background: var(--second-color);
    border-radius: 30px;
}
.deferred-media__poster-button.motion-reduce svg {
    fill: var(--black);
    width: 20px;
    height: 20px;
}
.deferred-media:not([loaded]) template {
    z-index: -1;
}
.product-card-inner .product-content-top a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.our-blog-itm-inner .our-blog-content-top a, .card-content .blog-title,.wishdesc h5 a{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mainwish .cart{
  margin-bottom: 20px;
}
.cart-item__price-wrapper {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
} 
.remove-btn a {
  display: block;
}
.remove-btn a svg {
  height: 100%;
  width: 100%;
} 
/* ==================== */
/* !!!!   DESKTOP HOVER CSS   !!!! */
/* ========================= */
@media (hover: hover) {
  a:hover,
  a:focus {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header-style-one .menu-dropdown ul > li a:hover {
    border-color: #fff;
  }
  .header-style-one
    .main-navigationbar
    .menu-items-col
    .main-nav
    > li
    > a.active,
  .header-style-one
    .main-navigationbar
    .menu-items-col
    .main-nav
    > li:hover
    > a {
    color: #fff;
    text-decoration: underline;
  }
}

/*=================[    !!!!!!!!   CSS CREATED BY RAJODIYA INFOTECH  !!!!!!!!   ]=================*/
/* ///////table responsive css start  /////////// */
@media (min-width: 992px) {
  .cart-tble tr th:first-child,
  .cart-tble tr td:first-child {
    width: 130px;
  }
  .cart-tble tr th:nth-child(2),
  .cart-tble tr td:nth-child(2) {
    width: 320px;
  }
  .cart-tble tr th:nth-child(4),
  .cart-tble tr td:nth-child(4) {
    width: 116px;
    padding-right: 9px;
  }
}
@media (max-width: 767px) {
  table tr td::before {
    content: attr(data-label);
    display: block;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    display: none;
  }
  .product-option {
    justify-content: center;
  }
  table .qty-spinner {
    justify-content: center;
    margin: 0 auto;
  }
  .order-history-tbl tr td[data-label="quantity"],
  .order-history-tbl tr td[data-label="Name"],
  .order-history-tbl tr td[data-label="Product"] {
    max-width: 100%;
    width: 100%;
  }
  table tr .cart-item__totals:before {
    width: 100%;
  }
  .cart-item__totals {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  table tr:first-child {
    border-top: none;
  }
  table tr {
    padding: 0;
    display: table-row;
  }
  table tr td {
    padding: 20px 10px 20px;
    display: table-cell;
    text-align: left;
  }
  table tr th:last-child,
  table tr td:last-child {
    text-align: right;
    padding-right: 0;
  }
  table tr th:nth-child(5),
  table tr td:nth-child(5) {
    text-align: right;
  }
}
/* ///////table responsive css end  /////////// */
@media (min-width: 768px) {
  .desk-only {
    display: block;
  }
  .mobile-only {
    display: none;
  }
  /* Keep mobile menu items visible inside hamburger menu on tablet */
  .mobile-menu-wrapper ul.mobile-only {
    display: block;
  }
}
@media (min-width: 1024px) {
  .header-style-one .main-navigationbar .menu-items-col .main-nav {
    display: flex;
    align-items: center;
  }
  /* Hide cart count badge on desktop - only show in label text */
  .header-style-one .menu-right .webicartitem.count {
    display: none;
  }
}

/* Language dropdown visibility defaults */
.desktop-language-drop-down { display: inline-block; }
.mobile-language-drop-down { display: none; }

/* Tablet/Mobile header styles - below 1024px */
@media (max-width: 1023px) {
  .header-style-one .main-navigationbar {
    padding: 10px 15px;
  }
  .header-style-one .main-navigationbar .logo-col {
    max-width: 70px;
  }
  .header-style-one .announcebar {
    display: none;
  }
  .header-style-one .main-navigationbar .menu-items-col {
    justify-content: flex-end;
  }
  .header-style-one .menu-right li a .icon-label {
    display: none;
  }
  .header-style-one .menu-right {
    padding-left: 0;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 8px;
  }
  .header-style-one .menu-right li {
    flex: 0 0 44px;
    width: 44px;
    max-width: none;
  }
  .header-style-one .menu-right li a,
  .header-style-one .menu-right li button,
  .header-style-one .menu-right li > * {
    padding: 8px 0;
    width: 100%;
  }
  /* Ensure consistent clickable area */
  .header-style-one .menu-right li a,
  .header-style-one .menu-right li button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-style-one .menu-right li a svg,
  .header-style-one .menu-right li button svg {
    height: 20px;
    width: 20px;
    min-width: 20px;
    min-height: 20px;
    flex-shrink: 0;
  }
  /* Hamburger icon - slightly wider to maintain proportions */
  .header-style-one .menu-right li.mobile-menu button svg {
    width: 24px;
    min-width: 24px;
  }
  .header-style-one .menu-right .webicartitem.count {
    display: block;
  }
  .desktop-language-drop-down {
    display: none;
  }
  .mobile-language-drop-down {
    display: inline-block;
  }
}
/**  PRODUCT MAIN SECTION CSS start **/
  .pdp-thumb-slider .slick-arrow {
    opacity: 1;
    left: auto !important;
    right: -35px;
    background: transparent;
    height: 20px;
    width: 20px;
    padding: 0;
    min-width: auto;
    min-height: auto;
  }
  .pdp-thumb-slider .slick-arrow.slick-prev {
    top: 45%;
  }
  .pdp-thumb-slider .slick-arrow svg {
    fill: grey;
    width: 20px;
    height: 20px;
  }
  .pdp-thumb-slider .slick-arrow.slick-next {
    top: 60%;
  }
  .pdp-thumb-slider .slick-arrow:hover,
  .pdp-thumb-slider .slick-arrow:focus {
    background-color: transparent;
  }
  .pdp-thumb-slider .slick-arrow:hover svg,
  .pdp-thumb-slider .slick-arrow:focus svg {
    fill: var(--theme-color);
  }
}
@media screen and (min-width: 1440px) {
  /*********  HOME BANNER SECTION CSS start ********/
  .hiro-column-left-inner {
    margin-left: -11%;
  }
  .playbutton-sec {
    margin-left: -73px;
  }
}
@media screen and (max-width: 1400px) {
  .product-content-bottom .price {
    font-size: 20px;
  }
  /*********  HOME BANNER SECTION CSS  start ********/
  .ellipse-ring {
    left: -10px;
  }
  /********* BESTSEELLER SECTION CSS start **********/
  .common-arrow .slick-next {
    right: 0;
  }
  .common-arrow .slick-prev {
    left: 0;
  }
  /********* BLOG PAGE CSS start  **********/
  .blog-grid-section .blog-cat li:not(:last-of-type) {
    margin-right: 0;
  }
  .blog-grid-section .blog-cat li {
    padding: 10px 12px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1260px) {
  .product-content-bottom .price {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer-col:not(:first-of-type) {
    padding-left: 30px;
  }
  .footer-bottom {
    padding-top: 30px;
  }
  .footer-link .contactlink {
    font-size: 18px;
  }
  .site-footer {
    padding: 60px 0 40px;
  }
  .pro-swatch {
    font-size: 10px;
  }
  .product-description {
    padding: 10px 50px 0 0;
  }
  .pdp-right-column-inner .section-title {
    margin-bottom: 15px;
  }
  .product-detail-bttom-stuff {
    margin-top: 70px;
  }
  .product-description-gallery-section {
    padding-bottom: 80px;
  }
  .offset-left {
    margin-left: 0;
    padding: 0 0 0 15px;
  }
  .offset-right {
    margin-right: 0;
    padding-right: 15px;
  }
  /********* BESTSEELLER SECTION CSS start **********/
  .bestseller-section .tab-content {
    padding: 15px 0;
  }
  .bstslr-tb {
    padding-left: 0;
  }
  .xl-text {
    font-size: 85px;
  }
  .common-arrow .slick-next {
    right: 15px;
  }
  .common-arrow .slick-prev {
    left: 15px;
  }
  /********* TWO COL DARK SECTION CSS  start **********/
  .twocol-dark .two-coll-content {
    padding: 50px 0 50px 20px;
  }
  /* //////////  swiper  ////////////  */
  .common-arrow .swiper-button-next {
    right: 7px;
  }
  .common-arrow .swiper-button-prev {
    left: 7px;
  }
}
@media screen and (max-width: 1199px) {
  .sub-left {
    bottom: -30px;
    max-width: 120px;
  }
  .sub-right {
    top: -40px;
    max-width: 120px;
  }
  /*********  HOME BANNER SECTION CSS start ********/
  .big-title-center {
    margin-left: 0;
  }
  .big-title-center h2 {
    font-size: 104px;
  }
  .big-title-center p {
    font-size: 18px;
    padding-right: 0;
  }
  .hiro-thumb-itm-inner p {
    flex: 0 0 100%;
    /* margin-bottom: 8px; */
  }
  .thumb-cntnt svg {
    fill: var(--white);
  }
  .hiro-thumb-itm.slick-current.slick-active
    .hiro-thumb-itm-inner
    .thumb-cntnt
    svg {
    fill: var(--black);
  }
  .hiro-thumb-itm-inner {
    padding: 10px 12px;
  }
  .poster-button {
    margin-right: 10px;
  }
  .common-block .color-flex {
    margin-bottom: 20px;
  }
  ins {
    font-size: 26px;
  }
  .common-block .thumb-pro-li span {
    bottom: -14px;
    right: 18px;
  }
  .main-hiro-container {
    margin-top: 74px;
    padding-top: 74px;
  }
  .hiro-side-item-inner {
    padding: 15px 0 25px 15px;
  }
  /********** TWO COLL LAYOUT SECTION CSS  start **********/
  .two-coll-content {
    padding: 50px 20px 50px 0;
  }
  /****** All the shoes section start  ******/
  .all-shoes-itm-img {
    max-width: 140px;
  }
  .all-shoes-itm-content {
    padding: 14px 0 20px 10px;
  }
  .all-shoes-itm-content .add-cart-btn {
    min-width: 124px;
    font-size: 10px;
    padding: 10px;
  }
  .all-shoes-itm-inner:before {
    height: calc(100% - 37px);
    width: calc(100% - 50px);
  }
  .all-shoes-itm-img .review-img {
    top: 12px;
    right: 58px;
  }
  .all-shoes-itm-content h4 {
    font-size: 12px;
  }
  .all-shoes-itm-content ins {
    font-size: 17px;
  }
  .all-shoes-itm-inner .price {
    margin: 12px 0;
  }
  /********* MEET CATEGORY SECTION CSS starts **********/
  .meet-category-section {
    margin-bottom: -75px;
  }
  .shoes-during-testing .offset-row {
    padding-top: 30px;
  }
  .common-arrow.dark-bg .slick-arrow:hover,
  .common-arrow.dark-bg .slick-arrow:focus {
    background-color: var(--second-color);
  }
  /**  PRODUCT TWO COL LAYOUT CSS start **/
  .product-two-col-layout
    .row-reverse
    .product-two-col-contnt
    .product-two-col-left {
    padding: 40px 0 40px 15px;
  }
  .product-two-col-layout .product-two-col-contnt .product-two-col-left {
    padding: 40px 15px 40px 0;
  }
  .related-product-section .section-title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  :root {
    --h1: normal 600 32px/1.2 var(--first-font);
    --h2: normal 600 26px/1.2 var(--first-font);
    --h3: normal 600 20px/1.2 var(--first-font);
    --h4: normal 600 18px/1.2 var(--first-font);
    --h5: normal 600 16px/1.2 var(--first-font);
    --h6: normal 600 14px/1.2 var(--first-font);
  }
  .footer-col:not(:first-of-type) {
    padding-left: 10px;
  }
  .pro-swatch {
    font-size: 10px;
  }
  .footer-subscribe-col {
    max-width: 260px;
    flex: 0 0 260px;
  }
  .footer-widget h4 {
    font-size: 13px;
  }
  .padding-top {
    padding-top: 40px;
  }
  .padding-bottom {
    padding-bottom: 40px;
  }
  .hiro-column-left {
    display: none;
  }
  .column-4, .hiro-column-right {
    max-width: 100%;
    width: 100%;
}
  .hiro-column-right:after {display: none;}
  .video-lbl {
    font-size: 11px;
  }
  .poster-button {
    width: 30px;
    height: 30px;
  }
  .video-play-colum {
    max-width: 112px;
  }
  .hiro-slider-thumb-column {
    max-width: calc(100% - 112px);
  }
  .column-8,
  .hiro-column-left {
    max-width: 100%;
  }
  /********** TWO COLL LAYOUT SECTION CSS  start **********/
  .two-coll-content .common-block .thumb-pro-list {
    padding: 20px 0 0;
  }
  .two-coll-content .common-block .thumb-pro-li {
    padding-bottom: 30px;
  }
  .two-coll-content {
    padding: 35px 0;
  }
  .two-coll-content {
    max-width: 100%;
  }
  /********* BESTSEELLER SECTION CSS start **********/
  .bestsell-itm-inner {
    padding: 0 0 20px 15px;
  }
  .bestsell-content-row .price ins {
    font-size: 21px;
  }
  /********* MEET CATEGORY SECTION CSS starts **********/
  .meet-category-section {
    margin-bottom: 40px;
  }
  /********* SHOES DURING TESTING CSS start ***********/
  .shoes-during-testing .offset-row {
    padding-top: 0;
  }
  /**  PRODUCT MAIN SECTION CSS start **/
  .product-main-right {
    padding: 15px 0 15px 15px;
  }
  .sku-varialble span {
    font-size: 12px;
  }
  .pro-reivew-row,
  .sku-varialble {
    margin-bottom: 13px;
  }
  .product-main-right .price-wrap-flex {
    margin-top: 16px;
  }
  .product-main-right h4 {
    margin: 5px 0 13px;
  }
  /**  PRODUCT TWO COL LAYOUT CSS start **/
  .product-two-col-layout
    .product-two-col-contnt
    .product-two-col-left
    .add-cart-btn {
    margin-top: 20px;
  }
  .product-two-col-layout .section-title {
    margin-bottom: 14px;
  }
  .product-two-col-layout .product-two-col-contnt p {
    font-size: 12px;
  }
  /********* BLOG PAGE CSS start  **********/
  .blog-widget-inner {
    padding: 25px 15px;
  }
  .blog-widget-inner.big-blog-widget {
    padding: 35px 15px 25px;
  }
  .blog-widget-inner p {
    margin: 12px 0;
  }
  .blog-grid-section .blog-cat li {
    padding: 10px 10px;
    font-size: 10px;
  }
  /********* BLOG PAGE CSS end  **********/
  .cart-summery .btn {
    max-width: 300px;
    margin-left: auto;
  }
  .submit-btn {
    max-width: 200px;
    margin: 20px 0 0;
  }
  #ContactForm .submit-btn{
    margin: 0px;
  }
  .article-banner .blog-cat {
    margin: 20px 0;
  }
  .art-auther {
    margin-bottom: 15px;
  }
  .quote-box {
    padding: 15px 0 25px 60px;
  }
  .quote-box h3 {
    font-size: 15px;
  }
  .latest-article-slider-section .section-title {
    padding-top: 40px;
    margin-bottom: 26px;
  }
  .acc-back-btn-wrp button {
    padding: 10px 20px;
  }
  .ttl-pric {
    font-size: 20px;
  }
  .checkout-page-right {
    max-width: 300px;
    width: 100%;
  }
  .checkout-page-left {
    margin-bottom: 25px;
  }
  .main-hiro-section:after {
    display: none;
  }
  .hiro-tab-bottom-inner:before {
    width: auto;
    right: -50vw;
  }
  .common-block .price {
    flex: 0 0 100%;
    margin-bottom: 18px;
  }
  .two-coll-content .common-block .thumb-pro-li {
    padding-right: 16px;
  }
  .two-coll-content .common-block .subtitle {
    font-size: 14px;
    margin-top: 10px;
  }
  .hiro-image-item .shoe-img img {
    max-width: 100%;
  }
  .hiro-image-item .shoe-img {
    display: block;
  }
  .ellipse-ring {
    width: 100%;
  }
  /****** All the shoes section start  ******/
  .all-shoes-itm-img {
    max-width: 185px;
  }
  .all-shoes-itm-content {
    padding: 25px 0 25px 20px;
  }
  .all-shoes-itm-inner:before {
    height: 100%;
    width: 100%;
  }
  .all-shoes-itm-img .review-img {
    right: 15px;
  }
  .all-shoes-itm-inner .price {
    margin: 18px 0;
  }
  .all-shoes-itm-content h4 {
    font-size: 15px;
  }
  .all-shoes-itm-content ins {
    font-size: 22px;
  }
  /** ORDER SUMMERY PAGE  start **/
  .order-summery-page .section-title p {
    font-size: 15px;
    margin: 0;
  }
  /*   new  */
  .popup-content {
    max-width: 95%;
  }
  .main-detail {
    margin: 0 0 30px;
  }
  #recently-viewed-products .product{
    width: 33.33%;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  /* Mobile header styles */
  .header-style-one .main-navigationbar .logo-col {
    max-width: 50px;
  }

.compare-wrap {
    padding-top: 20px;
}
.pro-compare-right {
    border: 1px solid var(--border-color);
}
.pro-compare-scroll .compare-wrap .compare-val-prod {
    display: block;
}
.pro-compare-scroll .compare-wrap .compare-val-prod .compare-data-label, .pro-compare-scroll .compare-wrap .compare-val-prod .compare-data-label.compare-pro-detail {
    max-width: 100%;
    padding: 0;
}

.compare-data-label:before {
    content: attr(data-label);
    display: block;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    color: var(--second-color);
}

.pro-compare-scroll .compare-wrap .compare-val-prod .prod-img, .pro-compare-scroll .compare-wrap .compare-val-prod .pro_detail-inner, .pro-compare-scroll .compare-wrap .compare-val-prod .product-form, .pro-compare-scroll .compare-wrap .compare-val-prod .compare-prod-remove {
    max-width: 100%;
    padding: 0;
}
.compare-pro-detail .prod-img a {
    padding-top: 30%;
}
.pro-compare-left {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    display: none;
}
.compare-data-label {
    margin-bottom: 20px;
}  
  
  .mobile-direction-column {
    column-gap: 10px;
  }
  .product-card .product-content-top {
    flex: 1;
    margin-bottom: 0;
} 
  .product-card .product-card-content h4 {
    font: var(--h4); 
} 
  .product-heading-row .row {
    padding: 0;
  }
  /* Header styles moved to @media (max-width: 1023px) block above */
  .mobile-menu-bar {
    padding: 0;
  }
  .mobile-menu-wrapper .mobile-menu-bar > ul > li a {
    color: var(--white);
  }
  .mobile-menu-wrapper .mobile-menu-bar > ul > li a svg path {
    fill: var(--white);
  }
  .mobile-menu-wrapper .menu-close-icon svg {
    width: 25px;
    height: 25px;
  }
  .mobile-menu-wrapper .menu-close-icon {
    height: auto;
    position: relative;
    right: 0;
    top: 0;
    justify-content: flex-start;
    text-align: right;
    padding: 10px 20px;
    background: var(--theme-color);
    width: 100%;
  }
  /* Cart count - inline like tablet, not floating badge */
  .header-style-one .count {
    position: static;
    display: inline;
    background: transparent;
    color: var(--white);
    font-size: inherit;
    height: auto;
    width: auto;
    line-height: inherit;
    border-radius: 0;
    margin-left: 2px;
  }
  .small-hide,
  .medium-hide {
    display: none !important;
  }
  /** MINI CART **/
  .header-style-one .menu-right .cartDrawer {
    width: 100%;
  }
  .header-style-one .menu-right .cartDrawer .mini-cart-body {
    padding: 15px;
  }
  .header-style-one .menu-right .cartDrawer .mini-cart-header {
    padding: 16px 20px 16px 50px;
  }
  .header-style-one .menu-right .mini-cart-footer .checkout-btn {
    max-width: 100%;
    padding: 12px 11px;
  }
  .header-style-one .menu-right .mini-cart-footer {
    padding: 15px;
  }
  .header-style-one .menu-right .mini-cart-item:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .header-style-one .menu-right .mini-cart-footer-total-row {
    font-size: 18px;
    line-height: 18px;
    margin: 0 -10px 12px;
  }
  .header-style-one .menu-right .cart-header .closecart {
    left: 15px;
    right: auto;
    top: 15px;
  }
  .header-style-one .menu-right .cart-header .closecart svg path {
    fill: var(--white);
  }
  .header-style-one .menu-right .mini-cart-footer .u-save {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .search-popup {
    padding: 0 15px;
  }
  .search-popup .close-search {
    right: 15px;
    top: 15px;
    width: 22px;
    height: 22px;
  }
  .checkbox-custom label {
    font-size: 12px;
  }
  .policy-links {
    justify-content: flex-start;
    margin-top: 16px;
  }
  .footer-col:not(:first-of-type) {
    padding: 0;
  }
  .footer-subscribe-col,
  .footer-col {
    flex: 0 0 100%;
    padding: 0;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .footer-bottom {
    padding-top: 0;
  }
  .site-footer {
    padding: 60px 0 0;
  }
  .emaillink.contactlink {
    margin: 0;
  }
  .slick-arrow {
    width: 36px;
    height: 36px;
  }
  .section-title {
    margin-bottom: 20px;
  }
  .hiro-image-item-inner .tool-content {
    display: none;
  }
  .big-title-center {
    position: relative;
    top: auto;
    /* margin-bottom: 30px; */
  }
  .horizontal-ex {
    bottom: 38px;
  }
  .hiro-image-item-inner {
    /* padding-top: 30px; */
  }
  .popup-inner {
    max-width: 90%;
  }
  .hiro-thumb-itm-inner p b,
  .hiro-thumb-itm-inner p span {
    display: block;
  }
  .big-title-center h2 {
    font-size: 64px;
  }
  .main-hiro-container {
    margin-top: 0;
    padding-top: 45px;
    text-align:center;
    color:#ffffff;
  }
  .main-hiro-container-tabs {
    margin-top: 0;
    padding-top: 55px;
    text-align:center;
    color:#ffffff;
  }
  .slick-slider .slick-arrow {
    opacity: 1;
  }
  .subscribe-popup {
    padding: 30px 15px;
  }
  /****** All the shoes section start  ******/
  .all-the-shoes {
    padding: 45px 0;
  }
  .left-shape {
    width: 50px;
  }
  .all-shoes-itm-content {
    padding: 10px 20px 20px 20px;
    flex: 0 0 100%;
    order: 2;
  }
  .all-shoes-itm-img .all-shoe-img img {
    width: 180px;
    height: auto;
    object-position: center;
  }
  .all-shoes-itm-img {
    order: 1;
    margin: 0 auto;
  }
  /********* BESTSEELLER SECTION CSS start **********/
  .xl-text {
    font-size: 62px;
  }
  .bestsell-itm-inner:before {
    width: 100%;
  }
  .bestsell-slider .slick-arrow:hover,
  .bestsell-slider .slick-arrow:focus {
    background-color: var(--theme-color);
  }
  .bestsell-itm-inner {
    padding: 0 15px 20px 15px;
  }
  .bstslr-tb li {
    padding-right: 20px;
  }
  .bstslr-tb li a {
    letter-spacing: 0px;
    font-size: 12px;
  }
  .all-shes-second-slider .slick-arrow,
  .bestsell-slider .slick-arrow {
    top: 50%;
  }
  .bestsell-content-row {
    flex-wrap: wrap;
  }
  .right-shape {
    max-width: 60px;
  }
  .all-shes-right,
  .all-shes-left {
    width: 60px;
  }
  /********* TWO COL DARK SECTION CSS  start **********/
  .twocol-dark .two-coll-content {
    padding: 0 0 40px;
  }
  /********* SHOES DURING TESTING CSS start ***********/
  .offset-left-colum,
  .offset-right-colum {
    max-width: 100%;
  }
  .offset-left-colum-inner,
  .shoes-during-testing .offset-row {
    padding: 0 0px 40px 0;
  }
  .video-right-wrap .play-vid span {
    height: 55px;
    width: 55px;
  }
  .offset-left-colum-inner p {
    margin-bottom: 25px;
  }
  /********* TWO COL BOTTOM SECTION start **********/
  .two-col-bottom {
    padding-bottom: 40px;
  }
  /***********  TESTIMONIAL SECTION CSS start ***********/
  .testimonial-section .section-title {
    margin-bottom: 26px;
  }
  /********* ALL SHOES BOTTOM GRID SECTION CSS start **********/
  .all-showes-bottom-grid .section-title {
    margin-bottom: 25px;
  }
  /**  PRODUCT MAIN SECTION CSS start **/
  .product-page-main-section:before {
    width: 100%;
  }
  .product-main-left {
    padding: 30px 0 0 0;
  }
  .product-main-right {
    padding: 10px 0 40px;
  }
  /**  PRODUCT TWO COL LAYOUT CSS start **/
  .product-two-col-layout .product-two-col-contnt .product-two-col-left,
  .product-two-col-layout
    .row-reverse
    .product-two-col-contnt
    .product-two-col-left {
    padding: 40px 0;
  }
  /***  ABOUT US SECTION CSS start ***/
  .about-us-section .about-us-box {
    margin-bottom: 20px;
  }
  .about-us-section .section-title {
    margin-bottom: 26px;
  }
  .abt-shp-column-left,
  .about-us-page {
    text-align: center;
  }
  /********* BLOG PAGE CSS start  **********/
  .blog-widget {
    flex: 0 0 100%;
  }
  .blog-widget-inner {
    margin-bottom: 15px;
  }
  /********* BLOG PAGE CSS end  **********/
  .our-client-left .section-title,
  .subscription-section .section-title {
    margin: 0 0 30px;
  }
  .rating-box h3 {
    margin-top: 0;
  }
  .right-fix-img svg {
    display: none;
  }
  .bestsell-cat-slider .slick-track,
  .bestsell-cat-slider .slick-list {
    display: flex;
  }
  .blog-left-column-inner {
    margin-bottom: 40px;
  }
  .home-blog-section {
    padding-top: 0;
  }
  .mobile-facets {
    position: fixed;
    top: 0;
    background: var(--white);
    left: 0;
    max-width: 310px;
    width: 350px;
    height: 100%;
    z-index: 4;
    overflow: hidden;
    transition: all ease-in-out 0.5s;
    -webkit-transform: translate(-100%, 0px);
    -moz-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
    transform: translate(-100%, 0px);
  }
  .product-filter-body {
    padding: 40px 15px;
    overflow: auto;
    height: 100%;
  }
  .close-filter {
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0px;
    right: auto;
    left: 0px;
    z-index: 101;
    width: 30px;
    height: 30px;
    padding: 7px;
    opacity: 0;
    transition: opacity 0.4s ease;
    background: var(--theme-color);
    pointer-events: none;
  }
  .mobile-open .close-filter {
    opacity: 1;
    pointer-events: visible;
  }
  .close-filter svg {
    height: 100%;
    width: 100%;
  }
  .mobile-open .mobile-facets {
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
    pointer-events: visible;
  }
  .icon-filter {
    max-width: 22px;
  }
  .product-filter-right-column {
    border-left: 0;
    padding-left: 0 !important;
  }
  .mobile-facets__open-wrapper div {
    max-width: 28px;
    border: 1px solid var(--theme-color);
    padding: 2px;
  }
  .cart-page-section .section-title {
    margin-bottom: 26px;
  }
  .abt-shp-column-right,
  .about-our-shop-section .row {
    margin-top: 30px;
  }
  .contact-right-column {
    margin-top: 0;
  }
  .contact-right-inner h2 {
    color: var(--theme-color);
  }
  .blog-col-right .nice-select {
    flex: 0 0 120px;
  }
  .blog-col-right {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }
  .blog-col-left ul {
    flex-direction: column;
    align-items: center;
  }
  .blog-head-row {
    border: 0;
  }
  .blog-grid-section .section-title {
    text-align: center;
  }
  .articlerightbar {
    padding-top: 40px;
  }
  .aticleleftbar h5 {
    margin: 0 0 20px 0;
  }
  .articlerightbar .blog-grid .blog-widget:last-of-type {
    margin-bottom: 0;
  }
  .latest-article-slider-section .section-title {
    padding-top: 26px;
  }
  .post-lbl {
    margin: 0 0 0 10px;
    font-size: 12px;
  }
  .article-section .abt-user-img {
    margin-right: 5px;
  }
  .aticleleftbar p {
    margin-bottom: 15px;
  }
  .quote-box svg {
    height: 20px;
    width: 20px;
  }
  .quote-box {
    padding: 15px 0 25px 35px;
  }
  .order-summery-page .section-title p {
    font-size: 14px;
  }
  .order-summery-page .section-title h2 {
    margin-bottom: 18px;
  }
  .register-page .section-title {
    margin-bottom: 30px;
  }
  .our-blog-section .section-title,
  .my-acc-head {
    margin-bottom: 26px;
  }
  .my-acc-rightbar {
    margin-top: 40px;
  }
  #scroll {
    background: var(--white);
    top: 56px;
  }
  #account-nav {
    display: flex;
    justify-content: space-between;
  }
  #account-nav li a svg path {
    fill: var(--white);
  }
  #account-nav li a svg {
    margin-right: 0;
    height: 15px;
    width: 15px;
  }
  #account-nav li a span {
    display: none;
  }
  #account-nav li {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .my-acc-leftbar li:not(:last-of-type) {
    border-bottom: 0;
  }
  .my-acc-leftbar h4 {
    padding: 15px 15px;
  }
  #account-nav li a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px;
    width: 100%;
    height: 40px;
    justify-content: center;
    background: var(--theme-color);
  }
  .order-history-tbl tr th:nth-child(5),
  .order-history-tbl tr td:nth-child(5) {
    text-align: center;
  }
  .my-acc-right-content {
    padding-bottom: 30px;
  }
  #tab-6 .order-history-tbl tr th:nth-child(6),
  #tab-6 .order-history-tbl tr td:nth-child(6) {
    text-align: center;
  }
  .my-acc-right-content .qty-spinner input,
  .my-acc-right-content table tr th,
  .my-acc-right-content table tr td {
    font-size: 14px;
  }
  .order-payment-box {
    max-width: 100%;
    margin: 15px 0 0 auto;
  }
  .checkout-page .order-confirmation-body .row .col-12:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .checkout-page-left .login-form {
    margin-top: 30px;
  }
  .checkout-page .checkbox-custom {
    margin-top: 0;
  }
  .set {
    margin-bottom: 12px;
  }
  .checkout-page .set .acnav-list {
    padding: 20px 15px;
  }
  .order-history-tbl tr td[data-label="quantity"] {
    padding: 10px;
  }
  .header-style-one .main-navigationbar .logo-col {
    max-width: 76px;
  }
  .form-container,
  .order-confirmation-body {
    padding: 20px 15px;
  }
  .hiro-thumb-itm-inner .desk-only-text {
    display: none !important;
  }
  .hiro-thumb-itm .hiro-thumb-itm-inner {
    justify-content: center !important;
    /* width: 100%; */
    text-align: center;
  }
  .thumb-cntnt {
    justify-content: center;
  }
  .hiro-thumb-itm-inner p span {
    font-size: 16px;
    font-weight: 600;
  }
  .our-client-section {
    padding-bottom: 70px;
  }
  .offset-container {
    padding: 0 15px;
  }
  /** CART PAAGE CSS start**/
  .coupon-text {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .coupon-table {
    margin: 20px 0;
  }
  /****  COMMON BANNER SECTION CSS ****/
  .common-banner-section {
    padding: 40px 0;
  }
  .common-banner-content .back-btn {
    margin-bottom: 15px;
  }
  .common-banner-content .section-title h2 span {
    font-size: 12px;
  }
  /* //// swiper ////// */
  .swiper-arrow {
    opacity: 1;
  }
  .all-shoes-itm-content h4 {
    flex: none;
  }
  .subscribe-popup .newsletter-form__message {
    position: static;
    margin: 10px 0 0;
  }
  .subscribe-popup .newsletter-form__field-wrapper {
    position: relative;
  }
  .header-style-one .menu-right li .dropdown-menu.show-menu {
    display: block;
  }
  /*   add new  */
  .profile-header .dropdown-menu-right {
    right: 0;
    left: auto;
    min-width: 152px;
  }
  .order h2 {
    margin: 0 0 10px;
  }
  .order-detail {
    text-align: center;
  }
  .size-table-wrapper {
    margin-top: 20px;
  }
    #recently-viewed-products .product{
    width: 50%;
  }
  .lang-dropdown{
    margin-left:10px;
  }
}
@media screen and (max-width: 575px) {
  .header-style-one .menu-right .currency{
    display: none;
  }
  .subscribe-popup .close-sub-btn{
    top: 10px;
    right: 10px;
  }
  .pro-reivew-row .wsh-btn{
    position: static;
  }
.pro-reivew-row{
  gap: 10px;
}
  .subscribe-popup h2 {
    font-size: 24px;
  }
  .subscribe-popup .form-row .btn-svg {
    right: 10px;
    height: 20px;
    width: 20px;
  }
  .subscribe-popup .form-row input {
    padding: 13px 40px 13px 15px;
  }
  .add-details div:last-child {
    margin: 20px 0 0;
}
  .add-details div {
    text-align: center;
}
  .acc-order-button .btn {
    font-size: 13px;
}
  .checkout-page .payment-method-form .checkbox-custom {
    margin: 0 15px 15px 0;
    width: 100%;
  }
  .section-title-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .big-title-center h2 {
    font-size: 48px;
  }
  .big-title-center p {
    font-size: 14px;
  }
  .vertical-ex {
    display: none !important;
  }
  .tool-ic {
    width: 23px;
    height: 23px;
    font-size: 17px;
  }
  .hiro-image-item-inner {
    /* padding-bottom: 66px; */
    padding-bottom: 6px;
    padding-right: 0;
  }
  .payment-method-form .radio-group label .radio-right {
    flex: 0 0 32%;
  }
  .payment-method-form .radio-group label .radio-right > * {
    text-align: right;
  }
  .rating-box {
    padding: 40px 12px 30px;
  }
  .rating-box svg {
    height: 20px;
    width: 20px;
  }
  .bottom-wave-img {
    padding-top: 0;
  }
  .product-detail-bttom-stuff .addcart-btn {
    max-width: 100%;
  }
  .product-detail-bttom-stuff .price {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .wishbtn {
    top: 38px;
  }
  .social-sharing {
    writing-mode: unset;
    float: unset;
    margin: 20px 0;
  }
  .product-description {
    padding: 0;
  }
  .pro-gallery:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .pro-two-column-content {
    padding: 30px 0 0;
  }
  .pro-two-column {
    padding: 40px 0 0;
  }
  .produdt-filter-cat {
    display: none;
  }
  .blog-cat li:not(:last-of-type) {
    margin-right: 0;
  }
  .blog-cat li a {
    padding: 10px 11px;
    font-size: 10px;
  }
  .reg-lbl {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }
  .login-form .submit-btn {
    max-width: 170px;
    margin: 15px 0 0 0;
  }
  .mobile-direction-column {
    flex-direction: column;
  }
  .order-confirm-details {
    margin-bottom: 20px;
  }
  .dated {
    width: 100%;
    margin-top: 12px;
  }
  .order-paymentcol:nth-child(3) {
    max-width: 100%;
  }
  .order-paymentcol {
    max-width: 50%;
    text-align: center;
  }
  .order-paycol-inner img {
    margin: 0 auto;
  }
  .order-confirmation-body .col-sm-6:last-child .order-confirm-details {
    margin: 0;
  }
  .checkout-page .order-confirmation-body .row .col-12 .order-confirm-details {
    margin-bottom: 0;
  }
  .subtitle {
    margin-bottom: 6px;
    font-size: 12px;
  }
  .two-coll-media .tool-content {
    display: none;
  }
  .dropdown-menu {
    min-width: 180px;
  }
  /********* BESTSEELLER SECTION CSS start **********/
  .xl-text {
    font-size: 48px;
  }
  .bestsell-content-left {
    flex: 0 0 100%;
    margin: 10px 0;
  }
  /********* MEET CATEGORY SECTION CSS start **********/
  .meet-cat-box-inner {
    padding: 30px 16px;
  }
  /**  PRODUCT MAIN SECTION CSS start **/
  .product-main-right .price-wrap-flex .price {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  /** CART PAAGE CSS start **/
  .coupon-text {
    flex-wrap: wrap;
  }
  .coupon-text p {
    width: 100%;
    font-size: 12px;
    padding: 10px 0 0;
  }
  .coupon-code {
    flex-wrap: wrap;
  }
  .coupon-code-text {
    width: 100%;
    margin-bottom: 15px;
  }
  /********* BLOG PAGE CSS start  **********/
  .blog-cat li {
    padding: 10px 8px;
    font-size: 10px;
  }
  .blog-widget-inner h3 {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0 0 15px;
    padding: 0;
  }
  .blog-widget-inner p {
    margin: 12px 0 15px;
  }
  .blog-grid-section .blog-cat li {
    padding: 10px 5px;
  }
  .blog-cat {
    margin-bottom: 14px;
  }
  .blog-page-banner .common-banner-content p,.blog-page-banner .section-title {
    margin-bottom: 20px;
  }
  /********* BLOG PAGE CSS end  **********/
  .input-wrapper input {
    padding: 11.5px 50px 11.5px 20px;
  }
  .input-wrapper .btn-subscibe {
    height: 35px;
    width: 35px;
  }
  .articlerightbar .blog-cat li {
    padding: 10px 5px;
  }
  /*   new add  */
  .shopify-challenge__container {
    padding: 100px 0;
  }
  #recently-viewed-products .product{
    width: 100%;
  }
  .product-notification{
    width: 300px;
    left: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .product-review .spr-summary-caption {
    float: none !important;
    display: block;
  }
  .product-review {
    padding: 40px 15px;
  }
  .spr-summary-actions {
    margin-top: 10px;
    display: block;
  }
}
@media screen and (max-width: 370px) {
  :root {
    --h1: normal 600 28px/1.2 var(--first-font);
    --h2: normal 600 24px/1.2 var(--first-font);
    --h3: normal 600 18px/1.2 var(--first-font);
    --h4: normal 600 16px/1.2 var(--first-font);
    --h5: normal 600 14px/1.2 var(--first-font);
  }
  .column-positive-us-right .col-sm-4.col-4 {
    width: 100%;
    margin-bottom: 20px;
  }
  .cat-tab li a {
    font-size: 10px;
  }
  .post-lbl {
    margin: 10px 0 0;
    width: 100%;
  }
  .acc-back-btn-wrp button {
    padding: 10px 15px;
    min-width: 95px;
  }
  .checkout-page .forgot-pass {
    font-size: 11px;
  }
  .btn-flex a {
    padding: 10px 14px !important;
    min-width: 113px;
  }
  .center-descrp {
    display: none;
  }
  .payment-method-form .radio-group label .radio-right {
    flex: 1;
  }
  .payment-method-form .radio-group label span {
    flex: 0 0 50%;
    padding-right: 0;
  }
  .payment-method-form .radio-group label .radio-right > * {
    padding-left: 5px;
  }
  .payment-method-form .radio-group label .radio-right b {
    font-size: 13px;
  }
  .payment-method-form .radio-group label .radio-right img {
    margin-left: 9px;
    max-width: 35px;
  }
  .sub-right {
    top: -32px;
    max-width: 80px;
  }
  .sub-left {
    bottom: -30px;
    max-width: 70px;
  }
  .mainwish .btn {
    font-size: 13px;
    padding: 10px;
  }
  .spr-summary-actions {
    margin: 10px 0 0;
    display: block;
  }
}
.product-form__error-message-wrapper {
  display: flex;
  color: #E90022;
  position: absolute;
  z-index: 1;
  background: yellow;
  padding: 10px;
  font-size: 12px;
  line-height: 1;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
}
@media only screen and (max-width: 480px) {
  .hiro-image-item .shoe-img img {
  display: block;
}
  .thumb-cntnt p span mnumber{
    display: block;
  }
}
.hiro-side-item-inner H3 a{
  font-size:1.5em
}

.hiro-image-item .shoe-img img {
  display: none;
}
.big-title-center {
  /* padding-left: 350px; */
}
.play-vid {
  display: none;
}
.mnumber {
  display: none;
}
.thumb-cntnt svg {
  display: none;
}
.hiro-thumb-itm-inner {
  align-items: top;
}
.desk-only-text {
  font-size: 10px;
}
.explor-link {
  display: none;
}
.thumb-cntnt p span mnumber{
    display: none;
  }
/*New Css*/
.slider-for {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10;
}

.slide-container {
	height: 95vh;
	background-color: white;
	text-align: center;
	line-height: 95vh;
	font-size: 40px;
	font-weight: bold;
	border: 0;
	/* margin-bottom: 20px; */
	box-sizing: border-box;
}

.decor {
	padding: 5px 40px;
	background-color: #fff;
	border: 2px solid #000;
}

.slide-btn {
  
	text-align: center;
	box-sizing: border-box;
	height: 1vh;color:white;
	background-color: black;
	border: 1px solid #000;
	cursor: pointer;
	display: flex !important;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 20px;
	font-size: 30px;
	min-height: 10px;
	transition: 0.5s all;
}

.slick-active-first .slide-btn {
	background-color: red;
}

.slick-active-last .slide-btn {
	background-color: orange;
}

.slider-dots-box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.slider-dots {
  
	display: flex;
	justify-content: center;
	align-items: center;
	/* min-height: 40px; */
}

.slider-dots button {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: block;
	border: 0;
	background-color: white;
	margin: 0 10px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
	transition: .3s all;
	position: relative;
	z-index: 0;
}

.slider-dots-box .slick-active button {
		width: 40px;
		height: 40px;
}

.slider-dots button:after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #000;
}

.slider-dots-box .slick-active button:after {
	content: none;
	display: none;
}

.slider-dots-box .slick-active button:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	border: 2px solid rgba(0, 0, 0, 0.7);
	border-radius: 50%;
}

.circle-bg {
  fill: rgba(255, 255, 255, 0);
  stroke: rgba(0, 0, 0, 0.09);
  stroke-width: 2;
  stroke-linecap: butt;
}
.circle-go {
  fill: rgba(255, 255, 255, 0);
  stroke: rgb(247, 255, 229);
  stroke-width: 2;
  stroke-linecap: round;
	animation: progress 22s;
	stroke-dasharray: 360px;
	stroke-dashoffset: 360;
}
.circle-tx {
  fill: #000;
  stroke-width: 1;
  font: bold 16px 'Arial';
  text-anchor: middle;
}
.aboutus-banner-text-ltr{
    padding:20px;margin-right:calc((100% - 1200px)/2);direction:ltr;
  }
.aboutus-banner-text{
    padding:20px;margin-left:calc((100% - 1200px)/2);
  }
@media only screen and (max-width: 780px) {
  .aboutus-banner-text-ltr{
    padding:20px;margin-left:0px;float:left;margin-right:0px;
  }
  .aboutus-banner-text{
    padding:20px;margin-left:0px;
  }
}
@keyframes progress {
  from {
    stroke-dashoffset: 360;
  }
  
  to {
    stroke-dashoffset: 0;
  }
}
.vix-story-pos{ background-position:top;}
@media only screen and (max-width: 780px) {
  .vix-story-pos{
    background-size: auto 60vw;
    background-position:5vw;
  }
  
}

.top-left-pulse{
  display:none;
}
.tab1 {
position: absolute;
  bottom: 0px;
  overflow: hidden;
  /* border: 1px solid #ccc; */
  /* background-color: #f1f1f1; */
}
.tab1 button {
  background-color: #000;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  /* padding: 20px; */
  padding: 10px;
  transition: 0.3s;
  font-size: 15px;
  
}
.tab1 button:hover {
  background-color: #fff;
  color:#000;
}

/* Create an active/current tablink class */
.tab1 button.active {
  background-color: #fff;
  color:#000;
}
.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
.submit-btn2 {
 text-align: center;
  padding: 10px 15px;
  font-family: var(--first-font);
  color: var(--white);
  background-color: var(--second-color);
  /* box-shadow: 0 4.53333px 11.3333px 3px rgba(241, 110, 54, 0.29); */
  box-shadow: 0 4.53333px 11.3333px 3px rgba(255, 255, 255, 0.29);
  appearance: none;
  outline: none;
  /* border: 1px solid var(--second-color); */
  border: 1px solid var(--white);
  position: relative;
  border-radius: 50px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
}
.submit-btn2:hover,
.submit-btn2:focus
{
background-color: #ffffff;
color: #000;
border-radius: 50px;
border: 1px solid #000000;
}
.p-white p {
  color:white;
}
.line-through
{
  text-decoration: line-through;
}

  .announcement-bar {
    background-color: #000; /* Set background to black */
    color: #fff; /* Set text color to white */
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    position: relative;  /* Ensures the z-index is respected */
    z-index: 9999;  /* Keeps it above other elements */
    margin-top: 0px;  /* Adjust this based on the height of your navbar */
    margin-bottom: 0; /* Removes any extra space under the announcement bar */
    box-sizing: border-box; /* Ensures padding does not add extra height */
    height: auto; /* Automatically adjusts the height based on content */
    
  }

  .announcement-bar p {
    margin: 0; /* Remove margin around the paragraph */
    padding: 0; /* Remove padding inside the paragraph */
    line-height: 1.5; /* Adjust line-height for better spacing */
  }
.template-index #MainContent { margin-top: 0px !important; }
@media screen and (max-width: 767px) {
  .announcement-bar {
   font-size: 14px;
    padding: 0px 10px;
  }
}

.wg-default, .wg-default .country-selector { 
  bottom: 0;
    position: fixed;
    left: 20px !important;
  }

.new-dropdown-language {
  position: relative;
  font-family: sans-serif;
}

.new-dropdown-language-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 12px;
  font-size: 14px;
  font-family: 'Poppins';
  display: flex;
  align-items: center;
  gap: 6px;
}

.new-dropdown-flag-icon {
  width: 20px;
  height: auto;
  border-radius: 3px;
}

.new-dropdown-language-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  padding: 8px 0;
  margin: 0;
  list-style: none;
  min-width: 140px;
  z-index: 100;
}

.new-dropdown-language-menu li {
  padding: 0;
}

.new-dropdown-language-menu li a {
  font-family: 'Poppins';
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  text-decoration: none;
  color: black;
  transition: background 0.2s;
}
.new-dropdown-language-menu li a:hover {
  background: #f0f0f0;
}

/* Show dropdown on hover */
.new-dropdown-language:hover .new-dropdown-language-menu {
  display: block;
}
.wg-default, .wg-default .country-selector { display: none !important; }


.hiro-side-item-inner p { font-size: 14px !important; margin: 0 !important; }
html[lang="it"] .hiro-thumb-itm {
  width: 350px !important;
}
html[lang="it"] #shopify-section-template--15519646023751__9996e5a9-0d60-46c6-98e9-a04421145fa0 .hiro-thumb-slider .slick-track {
  width: 350px !important;
}

html[lang="it"] .hiro-side-item-inner p { font-size: 14px !important; margin: 0 !important; }

html[lang="de"] .hiro-thumb-itm {
  width: 350px !important;
}
html[lang="de"] #shopify-section-template--15519646023751__9996e5a9-0d60-46c6-98e9-a04421145fa0 .hiro-thumb-slider .slick-track {
  width: 350px !important;
}

html[lang="de"] .hiro-side-item-inner p { font-size: 14px !important; margin: 0 !important; }
html[lang="de"] .hiro-side-item-inner p span { color: #a3a3a3 !important; }

html[lang="it"] .hiro-side-item-inner p span { color: #a3a3a3 !important; }
html[lang="fr"] .hiro-side-item-inner p span { color: #a3a3a3 !important; }
html[lang="fr"] .hiro-thumb-itm {
  width: 350px !important;
}
html[lang="fr"] #shopify-section-template--15519646023751__9996e5a9-0d60-46c6-98e9-a04421145fa0 .hiro-thumb-slider .slick-track {
  width: 350px !important;
}

html[lang="fr"] .hiro-side-item-inner p { font-size: 14px !important; margin: 0 !important; }

html[lang="de"] .main-navigationbar .col-md-8 {
        flex: 0 0 auto;
        width: 61% !important;
    }

html[lang="de"] .main-navigationbar .col-md-4 {
        flex: 0 0 auto;
        width: 39% !important;
    }




@media screen and ( max-width:767px ) {
html[lang="it"] #shopify-section-template--15519646023751__9996e5a9-0d60-46c6-98e9-a04421145fa0 .hiro-thumb-slider .slick-track {
  width: 180px !important;
}
  html[lang="de"] #shopify-section-template--15519646023751__9996e5a9-0d60-46c6-98e9-a04421145fa0 .hiro-thumb-slider .slick-track {
  width: 180px !important;
}
  html[lang="fr"] #shopify-section-template--15519646023751__9996e5a9-0d60-46c6-98e9-a04421145fa0 .hiro-thumb-slider .slick-track {
  width: 180px !important;
}
  html[lang="it"] .hiro-thumb-itm {
  width: 180px !important;
}
  html[lang="de"] .hiro-thumb-itm {
  width: 180px !important;
}
  html[lang="fr"] .hiro-thumb-itm {
  width: 180px !important;
}

  .cart-account-options { width: 100%; }
  .new-dropdown-language-btn { padding: 10px 20px; }
  .new-dropdown-language-menu { margin-left: 20px; }
  .menu-left-icons { justify-content: right; }
}
.cart-account-options {
    width: 70%;
    display: flex;
    flex-direction: row;
}
.menu-left-icons {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}





.vertical-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vertical-menu .menu-item {
  position: relative;
}

.vertical-menu .menu-item > a {
  display: block;

  color: #fff;
  text-decoration: none;
}

.menu-item.has-flyout:hover .flyout-menu {
  display: block;
}

.flyout-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 101.5%; /* flyout to the right of parent */
  background-color: #000;
  min-width: 180px;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1000;
}

.flyout-menu li a {
  font-size: 14px;
  display: block;
  padding: 6px 12px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.flyout-menu li a:hover {
  background-color: #333;
}


.tabs-custom-image-right {
  max-width: 46%;
  width:100%
}











/*
#shopify-section-template--16581663490119__slideshow_aeQh3k .hiro-row {
  flex-direction: row;
  margin-top: -50px;
}

#shopify-section-template--16581663490119__slideshow_aeQh3k .tabs-custom-image-right .slick-list {
  height: 800px !important;
}
#shopify-section-template--16581663490119__slideshow_aeQh3k .tabs-custom-image-right .hiro-column-right {
  max-width: 100%;
}

#shopify-section-template--16581663490119__slideshow_aeQh3k .tabs-custom-image-right .common-block .thumb-pro-li {
    width: 100% !important;
}
#shopify-section-template--16581663490119__slideshow_aeQh3k .tabs-custom-image-right .common-block .thumb-pro-li img {
        margin-left: -140px;
    max-width: 180%;
    width: 690px;
}
*/


/* Always-visible overlay using ::after 
#shopify-section-template--16581663490119__slideshow_aeQh3k .tabs-custom-image-right .thumb-pro-li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
      background: linear-gradient(75deg, rgba(0, 0, 0, 1) 0%, rgb(3 3 3) 11%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none; 
  z-index: 1;
}*/

#shopify-section-template--16581663490119__slideshow_cut_pro_YHeRAp .mnumber {
    display: none;
}

@media only screen and (max-width: 480px) {
    #shopify-section-template--16581663490119__slideshow_cut_pro_YHeRAp .mnumber {
        display: block;
    }
}

  .custom-links-pdp {
    background-color: black;
    padding: 10px;
  }

  .custom-links-pdp-tabs {
    display: flex;
    gap: 20px;
  }

  .custom-links-pdp-tabs a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    padding-bottom: 5px;
  }

  .custom-links-pdp-tabs a.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: white;
  }

   .custom-links-pdp-tabs-cut-pro {
    display: flex;
    gap: 20px;
  }

  .custom-links-pdp-tabs-cut-pro a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    padding-bottom: 5px;
  }

  .custom-links-pdp-tabs-cut-pro a.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: white;
  }
  .hidden {
      display: none !important;
    }

.product-main-right {
  margin-top: 10px;
}
/* Ensure the image stays behind the overlay */

/* Announcement bar - static, centered */
.custom-abd-announcement-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background-color: white;
  color: black;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.custom-abd-marquee {
  /* Static text, no animation */
}
.flyout-menu li a:hover {
  background: #fff;
  color:#000 !important;
}


.template-index {
  background: #000;
}
#shopify-section-template--16581663490119__mainpage_video_3WmaRY {
  margin-bottom: 100px;
}

#shopify-section-template--16581663490119__custom_tabs_block_m9hfMM {
  margin-bottom: -80px;
    display: flex;
    /* margin-top: 90px; */
    position: relative;
    z-index: 2;
    justify-content: center;
}

.the-limited-edition-vix-cowboy-hat .custom-links-pdp { display: none; }

.hiro-thumb-slider .slick-track { justify-content: space-between; }
.preorder-now-btn-home:hover { background: #fff; color: #000; }

@media screen and (max-width: 767px) {
  #shopify-section-template--16581663490119__custom_tabs_block_m9hfMM { margin-bottom: 0px !important; }
  #shopify-section-template--16581663490119__mainpage_video_3WmaRY { margin-top: 0px !important; margin-bottom: 0px !important; }


}
.preorder-now-btn-home { box-shadow: none !important; }
.preorder-now-btn-home:active {
  background-color: black;
  color: white;
}

@media only screen and (max-width: 480px) {
    .main-hero-bg-cut-pro {
        background: none !important;
        background-color: #000;
    }
}

#shopify-section-template--16581663490119__slideshow_cut_pro_YHeRAp .add-cart-btn .atc-ic { display: none !important; }

#shopify-section-template--16581663490119__slideshow_cut_pro_YHeRAp .loading-overlay__spinner { height: 12px; width: 12px; }

/* Legacy Cut Pro product-specific styles removed - now using unified .preorder-btn system */
.women-s-cut-pro .product-form__buttons { display: none; }
.men-s-cut-pro .product-form__buttons { display: none; }


@media screen and (min-width: 767px) {
  #MainContent { margin-top: 165px !important; }
  .product-page-main-section { margin-top: 45px; }
}
 .template-collection .product-form__input { display: flex; flex-direction: column; }
 .template-collection .size-lbl { max-width: 100%; width: 100%; }
  .template-collection .size-list { max-width: 100%; width: 100%; }
   .template-collection .pro-size label { width: 70px; height: 40px; }

  

   .product-instructions label { font-size: 18px; }
   .product-instructions #custom-instructions { height: 50px; }

   .vix-3-star-fis-crg-label .custom-links-pdp { display: none !important; }

   .vix-3-star-fis-crg-label .buy-now-btn { display: none !important; }
   .add-cart-btn.disabled {
  pointer-events: auto; /* allow clicking for custom handling */
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
}


.mobile-only .acnav-list {
  display: none;
}

.mobile-only li.open > .acnav-list {
  display: block;
}
.acnav-list { display: block !important; }
.acnav-list { display: block !important; }