/** Shopify CDN: Minification failed

Line 5216:0 Unexpected "}"

**/
*,: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%;
    overflow-x: hidden;
}
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;
    cursor: pointer;
}
a,a:hover,a:focus,a:active,button,button:hover,button:focus,input,input:hover,input:focus,select,select:hover,select: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(--black);
}
:-ms-input-placeholder {
    color: var(--black);
}
::placeholder {
    color: var(--black);
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}
* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    list-style: none;
    vertical-align: baseline;
}
body {
    font: var(--common-text);
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    color: var(--black);
    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;
}
h1 b,h2 b,h3 b,h4 b,h5 b,h6 b,.product-title b {
    font-weight: 400;
    color: var(--font-color);
}
.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: 1170px;
    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;
}
.desk-only,.hidden,.visually-hidden,[hidden] {
  display: none !important;
}
.mobile-only {
    display: block !important;
}
/*****  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: transparent;
  border: solid 1px var(--theme-color);
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  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;
  appearance: none;
  background: url(menu-dropdown.svg);
  background-repeat: no-repeat;
  background-size: 11PX;
  background-position: calc(100% - 15px) 50%;
}
/* !!!! ============================================= 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;
    position: absolute;
    bottom: -50px;
    left: 50%;
  transform: translateX(-50%);
}
.slick-dots li:not(:last-child) {
    margin-right: 9px;
}
.slick-dots li {
    display: flex;
    height: 5px;
    width: 5px;
    background: var(--font-color);
    border-radius: 100%;
    border: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    position: relative;
    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;
}
.slick-dots li:before {
    content: '';
    position: absolute;
    height: 13px;
    width: 13px;
    border: 1px solid var(--second-color);
    top: -4px;
    left: -4px;
    right: 0;
    bottom: 0;
    border-radius: 100px;
    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;
    opacity: 0;
}
.slick-dots li.slick-active:before {
    opacity: 1;
}
.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 {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    font-size: 0;
    border: 0;
    outline: none;
    z-index: 1;
    border-radius: 0;
    padding: 0;
    background-color: var(--second-color);
    -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: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    opacity: 0;
    transition: all 400ms ease-in-out 0s;
    visibility: hidden;
}
.slick-arrow span {
    display: block;
    height: 100%;
    width: 100%;
}
.slick-arrow svg {
    height: 100%;
    width: 100%;
    fill: var(--white);
}
.slick-slider .slick-prev {
    left: 0;
    transform: translateY(-50%) scale(-1);
    -webkit-transform: translateY(-50%) scale(-1);
    -moz-transform: translateY(-50%) scale(-1);
    -ms-transform: translateY(-50%) scale(-1);
    -o-transform: translateY(-50%) scale(-1);
}
.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);
}
.slick-slide .nice-select .list {
    max-height: 60px;
    overflow: auto;
    scrollbar-width: none;
}
.slick-slide .nice-select .option {
    padding: 5px 15px;
}
.slick-slide .nice-select .list::-webkit-scrollbar {
    display: none;
}
.slick-slide .nice-select .list::-moz-scrollbar {
    display: none;
}
/* !!!! ============================================= COMMON BUTTON ============================================= !!!! */
.btn {
    margin: 18px 0px !important;
    text-align: center;
    padding: 11px 25px;
    font-family: var(--first-font);
    color: var(--white);
    background-color: var(--second-color);
    box-shadow: none;
    appearance: none;
    outline: none;
    border: 1px solid var(--second-color);
    position: relative;
    border-radius: 0;
    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-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
    border-radius: 31px;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    -ms-border-radius: 31px;
    -o-border-radius: 31px;
}
.btn svg {
    width: 20px;
    margin-right: 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: transparent;
    color: var(--second-color);
}
.btn:focus svg path,.btn:hover svg path {
    fill: var(--second-color);
}
.btn.white-btn {
    color: var(--theme-color);
    background-color: var(--white);
}
.btn.white-btn svg path {
    fill: var(--theme-color);
}
.btn.white-btn:hover,.btn.white-btn:focus {
    color: var(--white);
    border-color: var(--second-color);
    background-color: var(--second-color);
}
.btn.white-btn:hover svg path,.btn.white-btn:focus svg path {
    fill: var(--white);
}
.btn-secondary {
    display: inline-flex;
    align-items: center;
    padding: 12px 25px;
    border: 1px solid var(--white);
    color: var(--white);
    background: transparent;
    justify-content: center;
    font-size: 14px;
    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;
    text-transform: capitalize;
}
.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;
    margin-right: 8px;
}
.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: transparent;
    color: var(--black);
    border: 1px solid var(--black);
}
.btn-secondary.white-btn .btn-ic {
    background: var(--white);
}
.btn-secondary:hover svg path {
    fill: var(--black);
}
.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);
}
.link-btn {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    position: relative;
    color: var(--black);
}
/* !!!! ============================================= FORM  CSS ============================================= !!!! */
.form-control,input:not([type="submit"]),input:not([type="checkbox"]),input:not([type="radio"]),select,textarea {
    position: relative;
    border: 1px solid var(--black);
    display: block;
    width: 100%;
    padding: 15px 20px;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    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;
}
.form-group .nice-select .list,.form-group .form-control {
    border-radius: 0;
}
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;
    line-height: 1.1;
    margin: 0;
    padding: 0 0 0 30px;
}
.checkbox-custom label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid var(--black);
    padding: 8px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    left: 0;
    top: 54%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.checkbox-custom input:checked+label:before {
    background-color: transparent;
    border-color: var(--black);
}
.checkbox-custom input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 7px;
    width: 4px;
    height: 8px;
    border: solid var(--black);
    border-width: 0px 1px 1px 0;
    transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) 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(--second-color);
    margin: 0;
    vertical-align: bottom;
}
.radio-group label::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 2px solid var(--second-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(--second-color);
    border: 2px solid var(--second-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(--second-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: 80px;
}
.padding-bottom {
    padding-bottom: 80px;
}
.section-title {
    margin-bottom: 26px;
}
.subtitle {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}
/* !!!! ============================== CUSTOMIZE THE NAVBAR  ==================================== !!!! */
.header-style-one {
    position: absolute;
      right: 0;
    left: 0;
    top: 0;
    z-index: 3;
}
body:not(.index) .header-style-one{
  position: relative
}
.header-style-one .main-navigationbar {
    transition: .5s all ease-in-out;
} 
.header-style-one .main-navigationbar.fixed {
  box-shadow: 0 2px 2px #0000001a;
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
  -moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
  -ms-box-shadow: 0 2px 2px rgba(0,0,0,.1);
  -o-box-shadow: 0 2px 2px rgba(0,0,0,.1);
  position: fixed;
  width: auto;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
  background: var(--theme-color);
}
.header-style-one .announcebar {
    background-color: var(--theme-color);
    padding: 12px 0;
    color: var(--black);
    text-transform: capitalize;
    position: relative;
    border-bottom: 1px solid var(--border-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;
}
.header-style-one .announcebar svg {
    fill: var(--black);
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
.announcebar-right ul li:not(:last-child) {
    margin-right: 20px;
}
.announcebar-right ul li {
    display: inline-block;
}
.header-style-one .announcebar p,.header-style-one .announcebar a {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
    color: var(--white);
}
.header-style-one .announcebar p a {
    text-decoration: underline;
}
.header-style-one .announcebar p b {
    margin-left: 6px;
}
.header-style-one .announcebar .annoucebar-left p svg {
    margin-right: 10px;
}
.header-style-one .announcebar .announcebar-right a {
    justify-content: flex-end;
    font-weight: bold;
    text-decoration: underline;
}
.header-style-one .announcebar .announcebar-right a svg {
    margin-left: 10px;
}
.header-style-one .announcebar #announceclose {
    position: absolute;
    right: 16px;
    top: 50%;
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header-style-one .announcebar #announceclose svg {
    height: 12px;
    width: 12px;
}
header.head-sticky .announcebar {
    padding: 0;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
}
.navigationbar-row {
    background: transparent;
    width: auto;
}
.header-style-one.head-sticky {
    background: var(--theme-color);
    box-shadow: 0px 4px 55px rgba(24, 58, 64, 0.12);
}
/** Main navigation bar css **/
.inner-page-nav {
    border-bottom: 1px solid var(--border-color);
}
.header-style-one .main-navigationbar .offset-container {
    position: unset;
}
.header-style-one .main-navigationbar .logo-col {
    max-width: 70px;
    width: 100%;
}
.header-style-one .main-navigationbar .logo-col img {
    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;
    align-items: center;
    flex-wrap: wrap;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav {
    display: none;
    padding-left: 40px;
}
.header-style-one .menu-lnk.has-item svg {
    margin-right: 10px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li:not(:last-of-type) {
    padding: 20px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li:last-child {
    padding-left: 20px;
}
.header-style-one .menu-right li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-style-one .menu-right li.search-header {
    color: var(--font-color);
}
.header-style-one .menu-right > li:not(:last-of-type) {
    padding-right: 20px;
}
.header-style-one .cart-header {
    position: relative;
}
.header-style-one .menu-right .cart-header a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
}
.header-style-one .menu-right li a svg {
    width: 19px;
    height: 19px;
    margin: 0 auto;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li>a {
    color: var(--font-color);
    text-transform: capitalize;
    -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;
    font-size: 14px;
    align-items: center;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li svg {
    width: 18px;
    height: 18px;
}
.header-style-one .menu-dropdown ul>li a {
    font-size: 14px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item>a {
    padding-right: 20px;
    padding: 9px 27px 9px 0px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item>a:after {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    right: 10px;
    top: 14px;
    background: url(menu-dropdown.svg);
    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;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li>.category-btn {
    margin: 20px 20px 20px 0;
    padding-left: 20px;
    font-weight: 600;
    text-transform: unset;
    border-left: 1px solid var(--white);
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li>.category-btn:after {
    right: 10px;
    top: 14px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li>.category-btn:before {
    display: none;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li>.category-btn svg {
    margin-right: 14px;
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li>.category-btn svg path {
    -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;
}
.style-two .menu-right:after {
    content: '';
    position: absolute;
    width: 50vw;
    height: 100%;
    right: -50vw;
    background: var(--theme-color);
}
.style-two .right-fixed-header {
    position: fixed;
    right: 0;
    width: 92px;
    text-align: center;
    padding: 30px 20px;
    height: 78%;
    background: var(--white);
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow: auto;
}
.style-two .right-fixed-header .right-head-top li {
    margin-bottom: 20px;
}
.style-two .right-fixed-header .right-head-top li a {
    border: 1px solid;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    position: relative;
    margin: 0 auto;
}
.style-two .right-fixed-header .right-head-top .mobile-menu span {
    font-weight: 600;
    font-size: 12px;
    display: block;
}
.style-two .right-fixed-header .right-head-top .mobile-menu-button {
    width: 22px;
}
.style-two .right-fixed-header .header-socials li {
    font-weight: 600;
    font-size: 12px;
    text-align: center;
}
.style-two .right-fixed-header .header-socials li a {
    background: #F7F7F7;
    border-radius: 5px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.style-two .right-fixed-header .header-socials li a svg {
    height: 15px;
    width: 15px;
    fill: var(--theme-color);
}
.style-two .right-fixed-header .header-socials li:not(:last-of-type) {
    margin-bottom: 10px;
}
.style-two .right-fixed-header .header-socials li a:hover {
    background: var(--theme-color);
}
.style-two .right-fixed-header .header-socials li a:hover svg {
    fill: var(--white);
}
/**  Megamenu css  **/
body.product .header-style-one .main-navigationbar{
    background: var(--theme-color);
}
body:not(.index, .product) .header-style-one .main-navigationbar{
    background: var(--second-color);
}
.header-style-one .mobile-menu .mobile-menu-button {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    width: 30px;
}
.header-style-one .mobile-menu .mobile-menu-button div {
    width: 100%;
    height: 2px;
    margin: 4px 0;
    backface-visibility: hidden;
    background: var(--font-color);
}
.header-style-one .main-navigationbar .menu-items-col .main-nav>li.menu-lnk .menu-dropdown {
    position: absolute;
    top: 100%;
    background-color: var(--theme-color);
    color: var(--white);
    transform-origin: top;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    min-width: 220px;
    z-index: 2;
    padding: 20px;
    -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);
    border-top: 1px solid var(--white);
}
.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>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;
}
.header-style-one .menu-right li a {
    display: block;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
}
.header-style-one .menu-right li.cart-header a .icon-lable {
    color: var(--font-color);
    font-size: 12px;
    margin-right: 7px;
}
.header-style-one .menu-right .header-search-mobile-only {
    display: none;
}
.header-style-one .menu-right li a svg path {
    fill: var(--font-color);
}
.header-style-one .menu-right li a svg {
    margin: 0 auto;
}
.header-style-one .menu-right li.cart-header {
    background: transparent;
    cursor: pointer;
    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;
}
.header-style-one .menu-right li.cart-header a svg {
    fill: var(--white);
}
.header-style-one .cartDrawer .remove-item svg path{
  fill: var(--black);
}
body:not(.index, .product) .header-style-one .main-navigationbar .count {
    background: var(--black);
}
.header-style-one .count {
    position: absolute;
    top: 0px;
    right: -8px;
    height: 16px;
    width: 16px;
    background: var(--second-color);
    color: var(--white);
    font-size: 10px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
/****** MOBILE MENU CSS ********/
.mobile-menu-wrapper {
    position: fixed;
    z-index: 4;
    background: var(--white);
    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: 400px;
}
.mobile-menu-wrapper.active-menu {
    transform: translate(0%, 0px);
}
.mobile-menu-wrapper .menu-close-icon {
    text-align: right;
    padding: 15px 20px;
    background: var(--theme-color);
}
.mobile-menu-wrapper .mobile-menu-bar>ul {
    height: calc(100vh - 48px);
    overflow: auto;
    padding: 10px 20px;
    background: var(--white);
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li {
    margin-top: 12px;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li a {
    font-size: 18px;
    color: var(--theme-color);
    letter-spacing: 1px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li a .close-menu-ioc {
    display: none;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li.is-open>a.acnav-label .menu-open-arrow {
    display: none;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li.is-open>a.acnav-label .close-menu-ioc {
    display: block;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li a .close-menu-ioc {
    display: none;
}
.mobile-menu-wrapper .mobile-menu-bar>ul>li .acnav-list {
    margin: 12px 0;
}
.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 .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;
}
.menu-overlay::after,.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;
}
.quick-active .overlay::after{
  z-index:4;
}
.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;
}
.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;
}
.cartOpen .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);
}
.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);
}
.cartDrawer .cart-tottl-itm {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: block;
}
.cart-header .closecart{
    position: fixed !important;
    right: 424px;
    top: 20px;
    width: 20px;
    height: 20px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}
.cartOpen .cart-header .closecart{
  opacity: 1;
  visibility: visible;
}
.cartDrawer .mini-cart-has-item {
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.cartDrawer .mini-cart-body {
    overflow-y: auto;
    padding: 30px;
    flex: 1;
}
.cartDrawer .mini-cart-body::-webkit-scrollbar {
    width: 6px;
}
.cartDrawer .mini-cart-body::-webkit-scrollbar-track {
    background: var(--second-color);
}
.cartDrawer .mini-cart-body::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
}
.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(--black);
    background: var(--white);
}
.mini-cart-item:not(:last-of-type) {
    margin-bottom: 30px;
}
.mini-cart-image {
    width: 80px;
    background: #06101a57;
}
.mini-cart-image a {
    display: block;
    padding-top: 150%;
    position: relative;
}
.mini-cart-image img {
    top: 0;
    width: 100%;
    object-fit: scale-down;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
}
.mini-cart-details {
    flex: 1;
    width: 100%;
    padding-left: 15px;
    color: var(--black);
}
.mini-cart-title {
    color: var(--theme-color);
    margin-bottom: 8px;
    font-weight: 600;
}
.mini-cart-title a {
    color: inherit;
}
.cart-variable {
    margin-bottom: 10px;
}
.cart-variable p,.swatch-lbl {
    font-size: 12px;
    line-height: 14px;
}
.cart-variable p {
    margin: 10px 0;
}
.swatch-lbl {
    margin: 0 0 5px;
}
.cart-variable .nice-select {
    max-width: 120px;
    margin: 10px 0;
    font-size: 12px;
}
.qty-spinner {
    border: 1px solid var(--black);
    display: flex;
    max-width: 100px;
    height: 30px;
    width: 100%;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.qty-spinner button {
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    flex: 1;
}
.qty-spinner button svg {
  margin: auto;
  height: 10px !important;
  width: 10px !important;
  pointer-events:none;
}
.qty-spinner button svg path {
    fill: var(--theme-color);
}
.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 {
  opacity: 0.6;
  text-decoration: line-through;
  font-size: 13px;
}
.price {
  display: flex;
  align-items: flex-end;
  font-size: 20px;
  line-height: 1;
  flex-wrap: wrap;
  font-weight: 600;
  gap: 10px;
}
.currency-type {
    font-size: 12px;
    margin-left: 2px;
}
.cartDrawer .mini-cart-details .price {
    justify-content: flex-start;
    font: var(--common-text);
}
.cartDrawer .pvarprice {
    margin-top: 12px;
}
.cartDrawer .price del {
    margin-left: 10px;
}
.cartDrawer .price .currency-type {
    font-weight: 500;
    font-size: 10px;
    margin-left: 0;
    display: inline-block;
}
.footer-subscribe-form {
    position: relative;
}
.webi-mini-cart-footer {
    padding: 30px;
    border-top: 1px solid var(--black);
}
.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;
}
.mini-cart-footer-total-row div {
    padding: 0 10px;
    gap: 0px;
}
.webi-mini-cart-footer .checkout-btn {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
    display: flex;
    padding: 12px 30px;
}
.webi-mini-cart-footer .checkout-btn svg {
    margin-right: 0;
    margin-left: 8px;
    width: 16px;
    height: 14px;
}
.header-style-one .menu-right .cartDrawer .webi-mini-cart-footer .link-btn {
    display: flex;
    justify-content: center;
    font-size: 14px;
    gap:10px;
}
.header-style-one .menu-right .cartDrawer .webi-mini-cart-footer .link-btn svg {
    margin: 0px;
    width: 20px;
    height: auto;
}
.header-style-one .menu-right .cartDrawer .webi-mini-cart-footer .link-btn svg path {
   fill: var(--theme-color);
}
.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;
}
.cartDrawer .emptyCart {
    padding: 50px 0 0 0;
}
/**** SEARCH POPUP CSS ****/
.search-popup,.size-popup {
  position: fixed;
  background: #000000c4;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  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 .btn {
    background: #af4a23;
}
.search-popup input.form-control {
    padding: 16px 55px 15px 20px;
    border-color: var(--white);
    color: var(--white);
}
.search-popup input.form-control::placeholder {
    color: var(--white);
}
.search-popup.active,.size-popup.active {
    opacity: 1;
    visibility: visible;
}
.search-form-wrapper {
    max-width: 1000px;
    width: 100%;
}
.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: 22px;
    width: 22px;
}
.search-form-wrapper .form-inputs {
    width: 100%;
    position: relative;
}
.search-form-wrapper .btn {
    position: absolute;
    right: 4px;
    top: 50%;
    width: 40px;
    height: 40px !important;
    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%);
    border: none;
    outline: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.search-form-wrapper .btn svg {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    fill: #fff;
}
.search-form-wrapper .btn svg path{
  fill: var(--white);
}
/*****  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(--black);
}
.form-row input:-ms-input-placeholder {
    color: var(--black);
}
.form-row input::placeholder {
    color: var(--black);
}
.subscribe-popup input::-webkit-input-placeholder {
    color: var(--white);
}
.subscribe-popup input:-ms-input-placeholder {
    color: var(--white);
}
.subscribe-popup 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);
}
.offset-container {
    position: relative;
}
.offset-left {
    margin-left: calc((100% - 1200px) / 2);
    padding-left: 30px;
}
.offset-right {
    margin-right: calc((100% - 1200px) / 2);
    padding-right: 30px;
}
/* !!!! ============================================= FOOTER CSS START ============================================= !!!! */
.site-footer {
    position: relative;
    z-index: 2;
    padding: 60px 0 35px 0;
    color: var(--white);
    background: var(--theme-color);
    overflow: hidden;
}
.footer-bg {
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
}
.footer-subscribe h2 {
    margin: 0 0 19px 0;
    color: var(--white);
}
.footer-subscribe .subtitle {
    color: var(--white);
}
.left-gliter {
    bottom: 0;
    left: 0;
}
.footer-row {
    display: flex;
    flex-wrap: wrap;
}
.footer-col {
    width: 100%;
    flex: 1;
    padding-left: 100px;
}
.footer-subscribe-col {
    max-width: 423px;
    flex: 0 0 423px;
    padding-left: 0 !important;
}
.input-wrapper {
    position: relative;
    margin: 30px 0 20px 0;
}
.input-wrapper input {
    background: var(--white);
    color: var(--black);
    padding: 14px 125px 14px 20px;
    font-size: 12px;
    font-weight: 600;
    border: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.input-wrapper .btn-subscibe {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    font-family: var(--first-font);
    font-weight: 600;
    height: 45px;
    width: 120px;
    background: var(--second-color);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 31px;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    -ms-border-radius: 31px;
    -o-border-radius: 31px;
}
.input-wrapper input::-webkit-input-placeholder {
    /* Edge */
    color: var(--black);
}
.input-wrapper input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--black);
}
.input-wrapper input::placeholder {
    color: var(--black);
}
.site-footer .footer-subscribe-col .checkbox-custom input:checked+label:after {
    border-color: var(--white);
}
.site-footer .footer-subscribe-col .checkbox-custom input:checked+label:before {
    border-color: var(--font-color);
}
.footer-subscribe-form .checkbox-custom label:before {
    border-color: var(--font-color);
}
.site-footer .footer-subscribe {
    color: var(--second-color);
}
.footer-widget h3,.footer-widget h4 {
    margin-bottom: 20px;
    font-family: var(--first-font);
}
.footer-widget h4 {
    font: var(--h5);
    font-family: var(--first-font);
}
.footer-widget ul li:not(:last-of-type) {
    margin-bottom: 8px;
}
.footer-subscribe-form .checkbox-custom {
    margin-top: 20px;
    color: var(--font-color);
}
.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(--font-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.footer-list-social li a svg {
    fill: var(--white);
    height: 16px;
    width: 16px;
}
.footer-list-social {
    margin-top: 24px;
}
.footer-list-social li a svg path {
    fill: var(--second-color);
}
.copyright {
    text-transform: uppercase;
    display: block;
    margin: 20px 0;
    font-weight: 500;
    letter-spacing: 0.135em;
}
.footer-widget ul li a {
    font-weight: 500;
    font-size: 14px;
    font-family: var(--second-font);
}
.footer-subscribe-form .input-wrapper .btn-subscibe {
    background: var(--second-color);
    height: 41px;
    position: unset;
    transform: unset;
    width: 30%;
    margin-left: 12px;
}
.footer-subscribe-form .input-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer-subscribe-form .input-wrapper input {
    width: 67%;
    padding: 14px 20px 14px 20px;
    color: var(--white);
    background: transparent;
    border: 1px solid var(--white);
    border-radius: 31px;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    -ms-border-radius: 31px;
    -o-border-radius: 31px;
}
.footer-subscribe-form .input-wrapper input::placeholder {
    color: var(--white);
}
/* ******************* HOME PAGE CSS START ***************** */
.home-main-banner-section {
    position: relative;
    padding: 160px 0 80px;
    background-color: var(--theme-color);
}
.home-banner-right {
    position: relative;
    z-index: -1;
    padding-top: 54%;
}
.home-main-banner-section .banner-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 60%;
    bottom: 0;
    z-index: 0;
}
.home-main-banner-section .banner-image:before {
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 9%);
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}
.home-main-banner-section .banner-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}
.main-product-first-section {
    background: var(--theme-color);
    border-bottom: 1px solid var(--border-color);
    position: relative;
}
.home-banner-row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
}
.home-banner-left-col {
    width: 10%;
    display: flex;
    align-items: center;
    color: var(--white);
}
.home-banner-slider-itm:not(:last-of-type) {
    margin-bottom: 15px;
}
.home-banner-slider-itm.slick-slide.slick-current {
    opacity: 1;
}
.home-banner-slider-itm.slick-slide {
    opacity: 0.5;
}
.home-banner-slider-itm span {
    position: relative;
    margin: 0 0 0 20px;
}
.home-banner-slider-itm span::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: var(--font-color);
    display: block;
    left: -18px;
    bottom: 20%;
}
.home-banner-product {
    display: flex;
    align-items: center;
}
.home-banner-product .pdp-timer{
  margin-bottom: 15px;
}
.hom-banner-right-product p {
    margin: 22px 0;
}
.home-banner-thumb-slider button.slick-prev.slick-arrow {
    display: none !important;
}
.home-banner-thumb-slider button.slick-next.slick-arrow {
    display: none !important;
}
.home-banner-main-slider button.slick-prev.slick-arrow {
    display: none !important;
}
.home-banner-main-slider button.slick-next.slick-arrow {
    display: none !important;
}
.home-banner-rigth-col {
    align-items: center;
    width: 90%;
}
.banner-contant {
    display: flex;
    align-items: center;
}
.home-banner-thumb-slider .slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    -ms-transform: translate3d(0px, 0px, 0px) !important;
    -o-transform: translate3d(0px, 0px, 0px) !important;
}
.pdp-main-img, .pdp-thumb-img {
    border: 1px solid var(--second-color);
    border-radius: 10px;
}
.pdp-thumb-slider-itm{
  padding: 0px 2px 10px; 
}
.home-banner-center-img{
  padding: 0 10px;
}
.color-variant-swatch .size {
border: 1px solid white;

  margin-right: 5px;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
.color-variant-swatch .size {
border: 1px solid white;
padding: 7px;
  margin-right: 5px;
  cursor: pointer;
}

}
@media only screen and (min-width: 601px) {
.color-variant-swatch .size {
border: 1px solid white;
padding: 15px;
  margin-right: 5px;
  cursor: pointer;
}
.product-card-content .color-variant-swatch .size{
  display: block;
}
.product-card-content .color-variant-swatch fieldset{
  row-gap: 10px;
}
}
.sizes.varsize{
  border: 1px solid white;
padding: 5px 10px;
  margin-left: 5px;
  cursor: pointer;
}
.pro-color{
    margin-top: 10px;
margin-bottom: 10px;
}
.sizes.varsize{
  background-color: black;
  color: white;
  padding: 5px 10px;
  margin: 5px;
  cursor: pointer;
  display: inline-block;
}

.sizes.varsize.active {
  background-color: white;
  color: black;
}

.pro-size{
  margin-top: 10px;
margin-bottom: 10px;
}
.color-variant-swatch .size:hover ,.color-variant-swatch .size.active {

background:white;
  color:black;
      -webkit-transition: background 500ms linear;
    -ms-transition: background 500ms linear;
    transition: background 500ms linear;
}
.color-variant-swatch .color-swatch {
  margin: 0 3px;
  margin-bottom:5px;
  padding: 0;  
  min-width: 30px;
min-height: 30px;
  box-shadow: 0 0 0 1px 0 0 0 1px var(--black);
  border: none;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.common-block.commonblock-white .color-variant-swatch .color-list .pro-color .color-swatch.active:after {
    border-color: var(--white);
}
.color-variant-swatch .color-list input[type="radio"] {
    display: none;
}
.color-variant-swatch .color-list .pro-color label:not(:last-of-type) {
    margin-right: 8px;
}
.color-variant-swatch .color-list .pro-color .color-swatch.active:after{
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    border: 1px solid var(--font-color);
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
}
.leather-product-detail-section .color-variant-swatch .color-list .pro-color .color-swatch.active:after {
    border-color: var(--black);
}

.hom-banner-right-product .price {
    margin: 22px 0;
}
.color-list {
    align-items: center;
}
.color-flex {
    gap: 15px;
}
.hom-banner-right-product .qty-spinner {
    border-color: var(--white);
    height: 39px;
    margin-right: 8px;
}
.hom-banner-right-product .qty-spinner button svg path {
    fill: var(--white);
}
.hom-banner-right-product .qty-spinner input {
    color: var(--white);
}
.hom-banner-right-product .qty-cart {
    display: flex;
}
.check-box-prodcut-detail input[type="radio"] {
    display: none;
}
.check-box-prodcut-detail label {
    display: block;
    position: relative;
    cursor: pointer;
}
.check-box-prodcut-detail label img {
    height: 60px;
    width: 60px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
    margin-left: auto;
    opacity: 0.5;
}
.check-box-prodcut-detail li:not(:last-of-type) {
    margin-bottom: 15px;
}
.check-box-prodcut-detail :checked+label {
    border: none;
}
.check-box-prodcut-detail :checked+label img {
    opacity: 1;
}
.home-banner-slider-contant {
    color: var(--white);
}
.home-banner-slider-contant p {
    margin-bottom: 22px;
}
.home-banner-product .hom-banner-right-product {
    display: flex;
    color: var(--white);
}
.banner-product-right {
    flex: 1;
    padding-right: 15px;
}
/************** LEATHER-PRODUCT-DETAILS-SECTION *************/
.leather-product-detail-section {
    position: relative;
    z-index: 1;
}
.leather-product-detail-section .leather-product-img-main .leather-product-img-itm {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.leather-product-detail-section .leather-product-img-itm .product-card-image {
    width: 100%;
    max-width: 25%;
}
.leather-product-detail-section .leather-product-img-itm .leather-product-img img {
    width: 100%;
}
.leather-product-detail-section .leather-product-img-itm .leather-product-contant {
    width: 100%;
    max-width: 40%;
}
.leather-product-detail-section .leather-product-img-itm .leather-product-contant p {
    margin: 0 0 20px;
}
.leather-product-detail-section .leather-product-details {
    display: flex;
    flex-wrap: wrap;
}
.leather-product-detail-section .leather-product-material:not(:last-of-type) {
    margin-right: 40px;
}
.leather-product-detail-section .leather-product-category {
    width: 25%;
}
.leather-product-detail-section .check-box-prodcut-detail li:not(:last-of-type) {
    margin-bottom:0;
}
.leather-product-detail-section .check-box-prodcut-detail li {
    display: inline-block;
}
.leather-product-detail-section .check-box-prodcut-detail :checked+label {
    border: none;
}
.leather-product-detail-section .check-box-prodcut-detail :checked+label img {
    opacity: 1;
}
.leather-product-detail-section .home-banner-slider-contant {
    color: var(--white);
}
.leather-product-detail-section .home-banner-product .hom-banner-right-product {
    display: flex;
    color: var(--white);
}
.leather-product-detail-section .hom-banner-right-product .banner-product-left {
    width: 67%;
}
.leather-product-detail-section .banner-product-right {
    padding-right: 0px;
}
.leather-product-detail-section .color-flex {
    margin-top: 15px;
}
.leather-product-detail-section .qty-cart {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
  gap: 10px;
}
.leather-product-detail-section .qty-spinner {
    height: 39px;
    margin-right: 8px;
}
/********************* EXCLUSIVE-SECTION ********************/
.exclusive-section {
    background: var(--theme-color);
    color: var(--white);
    padding-top: 40px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}
.exclusive-img{
    position: relative;
}
.exclusive-section .exclusive-img img {
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}
.exclusive-section .exclusive-contant {
    padding-bottom: 150px;
}
.exclusive-section .exclusive-contant p {
    margin-bottom: 22px;
}
.exclusive-section::after {
    content: '';
    position: absolute;
    background: var(--theme-color);
    height: 21%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -21%;
}
/*********************PRODUCT-TAB-SECTION ********************/
.product-tab-section {
    position: relative;
    z-index: 1;
}
.product-tab-section::after {
    content: '';
    position: absolute;
    background: var(--theme-color);
    height: 60%;
    width: 100%;
    left: 0;
    right: 0;
    top: 8.3%;
    z-index: -2;
}
.cart-emp{
   display: none; 
}
.cart-page-section>.section-title{
     display: none; 
}
.product-tab-section .tab-right-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.product-tab-section .section-title {
    color: var(--white);
}
.product-tab-section p {
    margin-bottom: 20px;
    color: var(--white);
}
/********  TABS CSS START *********/ 
.product-tab-section ul.cat-tab.tabs {
    margin-bottom: 26px;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.cat-tab li a {
    position: relative;
    font-family: var(--second-font);
    transition: all ease-in-out 0.5s;    
    padding: 0 0 0 15px;
}
.cat-tab li.tab-link {
    color: rgba(255, 255, 255, 0.5);
}
.cat-tab li.tab-link.active {
    color: var(--white);
}
.cat-tab {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cat-tab li:not(:last-of-type) {
    margin-right: 20px;
}
.cat-tab li a:before {
    content: '';
    height: 10px;
    width: 10px;
    background: var(--white);
    bottom: 5.5px;
    left: 0;
    position: absolute;
    opacity: 0.5;
    border-radius: 100%;
}
.cat-tab li.active a:before {
    opacity: 1;
    visibility: visible;
    background: var(--second-color);
}
/********  TABS CSS END *********/ 
.product-tab-slider {
    margin: 0 -10px;
}
.flex-slider .slick-track, .flex-slider .slick-list {
    display: flex;
}
.product-cont-top {
    flex: 1;
}
.product-card-main .product-card-content {
    color: var(--white);
    display: flex;
    flex-direction: column;
    height: 100%;
}
.product-card-main {
    position: relative;
    padding: 0 10px;
    /* display: flex !important; */
}
.product-card-inner {
    background: var(--theme-color);
    border: 1px solid var(--border-color);
    padding: 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    display: flex;
    flex-direction: column;
    height:100%;
    position:relative;
}
.product-card-image {
    text-align: center;
    position: relative;
}
.product-card-main .wishlist {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-card-img-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}
.product-card-inner.card-inner img {
    margin: 0 auto;
}
.product-tab-section .live {
    background: var(--white);
    color: var(--black);
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    width: auto;
    line-height: 17px;
    display: block;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.product-tab-section .live::before {
    background: var(--black);
}
.product-heading {
    margin-top: 10px;
}
.product-tab-section .price {
    font-size: 20px;
}
.product-card-heading {
    margin-bottom: 20px;
}
.product-card-heading span {
    text-transform: capitalize;
}
.product-card-content .product-heading h5 {
    margin-bottom: 15px;
}
.product-card-content .product-card-heading p {
    margin-bottom: 15px;
}
.product-cont-bottom .qty-cart {
    display: flex;
}
.product-cont-bottom .qty-spinner {
    border-color: var(--white);
    max-width: 125px;
    height: 39px;
    margin-right: 15px;
}
.product-cont-bottom .qty-spinner button svg path {
    fill: var(--white);
}
.product-cont-bottom .qty-spinner input {
    color: var(--white);
}
.product-card-content .product-cont-bottom .btn {
    flex: 1;
}
/********************* PRODUCT-SECTION ********************/
.product-section {
    position: relative;
    margin-bottom: -220px;
    z-index: 2;
}
.product-section .product-left-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.product-section .product-right-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.product-section .row {
    justify-content: center;
}
.product-section .main-product-heading {
    text-align: center;
}
.product-section .main-product-heading p {
    margin-bottom: 22px;
}
.product-section .main-product-heading .btn {
    margin-bottom: 30px;
}
.product-section .slick-slider .slick-next,
.product-section .slick-slider .slick-prev {
    display: none !important;
}
.product-section .product-slider {
    margin: 0 -10px;
}
.product-card-inner .wish-lbl-wrp {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: .5s ease;
}
.product-card-inner:hover .wish-lbl-wrp{
  visibility:visible;
  opacity:1;
}
.product-card-inner .wish-lbl-wrp a{
  display:flex;
}
.pro-wishlist, .wish-lbl-wrp span.compare-label, .quickview-btn {
    width: 25px;
    height: 25px;
    background: var(--second-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 5px;
}
.wishlist-label{
  cursor: pointer;
}
.pro-wishlist svg, .wish-lbl-wrp span.compare-label svg, .quickview-btn svg {
    width: 15px;
    height: 15px;
}
.pro-wishlist svg path, .wish-lbl-wrp span.compare-label svg path, .quickview-btn svg path {
    fill: var(--white);
}
/********************* CATEGORIE-SECTION ********************/
.categorie-section {
    padding: 300px 0 250px;
    position: relative;
    z-index: 1;
    color: var(--white);
    background-repeat: no-repeat;
    background-size: cover;
}
/********************* CATEGORIE-BANNER-SECTION ********************/
.categorie-banner-section {
    position: relative;
    z-index: 1;
    background: var(--theme-color);
}
.categorie-banner {
    position: relative;
    z-index: 1;
    padding: 30px 20px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    flex: 1;
    width: 100%;
}
.categorie-banner-card {
    display: flex;
}
.categorie-banner .categorie-bnr {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    z-index: -1;
    object-fit: cover;
} 
.categorie-banner-column {
    max-width: 500px;
    flex: 1;
    color: var(--white);
}
.categorie-banner-column p {
    margin-bottom: 26px;
}
.categorie-banner-section-btn {
    margin-top: 150px;
}
.col-lg-4.col-md-4.categorie-banner-card {
    margin-top: -220px;
}
/********************* ABOUT-PRODUCT-SECTION ********************/
.about-product-section {
    background: var(--theme-color);
    position: relative;
    z-index: 1;
}
.about-product-section .about-product-contant {
    color: var(--white);
}
.about-product-section .about-product-contant p {
    margin-bottom: 22px;
}
.about-product-section .about-product-slider {
    margin: 0 -10px;
}
/* **************** TESTIMONIALS-SECTION-START  **************** */
.testimonials-section {
    position: relative;
    background: var(--theme-color);
    z-index: 1;
}
.testimonials-section .testimonials-content {
    color: var(--white);
    padding: 20px 0 0;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
}
.testimonials-section .testimonials-itm-inner .testimonials-img svg path {
    fill: var(--second-color);
}
.testimonials-section .testimonials-user-img {
    margin-right: 8px;
}
.testimonials-content-top .subtitle {
    margin-bottom: 22px;
}
.testimonials-section .testimonials-content-top p {
    font-size: 12px;
    margin: 15px 0;
    max-width: 95%;
}
.testimonials-section .testimonials-user {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.testimonials-section .testimonilas-star {
    display: flex;
    align-items: center;
    font-size: 12px;
}
.testimonials-section .testimonilas-star span {
    flex: 1;
}
.testimonials-section .testimonilas-star img {
    margin-right: 5px;
}
.testimonials-image {
    padding-top: 60%;
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.testimonials-image img {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    border-radius: 0 15px 15px 0;
    -webkit-border-radius: 0 15px 15px 0;
    -moz-border-radius: 0 15px 15px 0;
    -ms-border-radius: 0 15px 15px 0;
    -o-border-radius: 0 15px 15px 0;
}
.testimonials-user-name {
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.testimonials-user-content {
    display: flex;
    align-items: center;
    width: 100%;
}
.testimonials-content-bottom {
    margin-bottom: 30px;
}
.testimonials-section .testimonials-slider.slick-slider .slick-arrow {
    top: 95%;
    background: transparent;
}
.testimonials-section .testimonials-slider.slick-slider .slick-next {
    left: 80px;
}
.testimonials-section .testimonials-slider .slick-arrow:hover svg path {
    fill: var(--second-color) !important;
}
/* ************************** BLOG-SECTION-START  ************************* */
.blog-slider .slick-list, .blog-slider .slick-track {
    display: flex;
}
.blog-section {
    position: relative;
    z-index: 1;
    background: var(--theme-color);
}
.blog-section .section-title-left {
    color: var(--white);
}
.blog-section .section-title p {
    width: 50%;
    margin: 0 auto;
    color: var(--white);
}
.blog-section .blog-card-itm {
  display: flex;
  padding: 0 10px;
}
.blog-section .blog-card-itm-inner {
  border: 1px solid var(--second-color);
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.articlerightbar  .blog-section .blog-card-itm-inner{
  margin: 0 15px;
}
.blog-grid-row  .blog-card-itm {
    padding: 0;
}
.blog-section .blog-slider {
    margin: 0 -10px;
}
.blog-section .blog-card-image {
    position: relative;
}
.blog-section .blog-card-image a {
    position: relative;
    display: block;
    padding-top: 70%;
    background: var(--theme-color);
    transition: all ease-in-out 0.6s;
    -webkit-transition: all ease-in-out 0.6s;
    -moz-transition: all ease-in-out 0.6s;
    -ms-transition: all ease-in-out 0.6s;
    -o-transition: all ease-in-out 0.6s;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.blog-section .blog-card-image a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    transition: all ease-in-out 0.6s;
    -webkit-transition: all ease-in-out 0.6s;
    -moz-transition: all ease-in-out 0.6s;
    -ms-transition: all ease-in-out 0.6s;
    -o-transition: all ease-in-out 0.6s;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
}
.blog-section .tip-lable .live {
    color: var(--black);
    font-weight: 500;
    position: absolute;
    top: 12px;
    left: 10px;
    font-size: 12px;
    width: auto;
    line-height: 17px;
    display: block;
    padding: 5px 8px;
    background: var(--white);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.blog-bagde {
    color: var(--theme-color);
    font-weight: 500;
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 12px;
    width: auto;
    line-height: 17px;
    display: block;
    padding: 5px 8px;
    background: var(--black);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.blog-section .blog-card-content {
  padding: 20px 10px;
  color: var(--white);
  background: var(--theme-color);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-card-top {
    flex: 1;
}
.blog-section .blog-card-content h4{
    margin: 15px 0;
    font: var(--h5);
    flex:1;
}
.blog-card-top-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.blog-section .blog-card-content p {
    margin-bottom: 15px;
    font-family: var(--second-font);
}
.blog-section .blog-card-heading-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    text-transform: capitalize;
}
.blog-section .btn {
    display: flex;
}
/* ************* PRODUCT DETAIL PAGE CSS START ************* */
.pdp-page .home-main-banner-section {
    padding: 80px 0;
}
.pdp-page .home-main-banner-section .hom-banner-right-product .banner-product-left {
    width: 100%;
}
.pdp-page .home-main-banner-section .hom-banner-right-product .banner-product-left .select-box {
    margin: 0 0 20px;
    display: block;
}
.pdp-page .home-main-banner-section .hom-banner-right-product .banner-product-left .nice-select {
    color: var(--white);
    width: 200px;
    border-color: var(--white);
}
.pdp-page .home-main-banner-section .hom-banner-right-product .banner-product-left .nice-select option{
  color: var(--black)
}
.pdp-page .home-main-banner-section .pdp-banner-right-col {
  display: flex;
  gap: 15px;
  align-items: center;
}
.pdp-page .home-main-banner-section .pdp-banner-right-col .pdp-main-slider {
    position: relative;
    margin-left: 0;
    max-width: 82%;
    width: 100%;
}
.pdp-page .home-main-banner-section .pdp-banner-right-col .pdp-thumb-slider {
    max-width: 15%;
    margin: 0 auto;
    width: 100%;
}
.pdp-page .home-main-banner-section .leather-product-details {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 22px;
}
.pdp-page .home-main-banner-section .leather-product-material:not(:last-of-type) {
    margin-right: 40px;
}
.pdp-page .home-main-banner-section .hom-banner-right-product .price {
   margin: 0;
    font-size: 24px;
}
.pdp-page .home-main-banner-section .home-banner-product {
    display: block;
}
.pdp-page .home-main-banner-section .back-btn {
    margin-bottom: 26px;
}
.pdp-page .leather-product-detail-section .leather-product-img-itm .leather-product-contant {
    width: 100%;
    max-width: 35%;
}
.pdp-page .leather-product-detail-section .leather-product-category {
    width: 30%;
}
.pdp-page .quantity-select {
    flex: 1;
}
.pdp-page .home-main-banner-section .hom-banner-right-product .banner-product-left .select-box label {
    margin: 0 0 10px;
    display: block;
    font-size: 16px;
}
.pdp-page .testimonials-section {
    padding-bottom: 150px;
    padding-top: 0px;
}
.pdp-page .testimonials-section .pdp-testimonials-slider {
    margin: 0 -10px;
}
.pdp-page .testimonials-section .testimonials-itm {
    padding: 0 10px;
}
.product .product-section {
    margin-bottom: 0;
    position: relative;
    padding:80px 0;
}
.product .product-section::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 27%;
    bottom: 0;
    right: 0;
    left: 0;
    background: var(--theme-color);
    z-index: -1;
}
.product .product-section .product-left-img {
    top: -120px;
}
.product .product-section .product-right-img {
    top: -120px;
}
.product .product-section .pdp-product-slider {
    margin: 0 -10px;
}
/* !!!!    SLICK SLIDE NOT FIRST NONE CSS   !!!! */
.home-banner-main-slider:not(.slick-initialized) *:not(:first-child),.product-tab-slider:not(.slick-initialized) *:not(:first-child),.product-slider:not(.slick-initialized) *:not(:first-child),.reiview-slider:not(.slick-initialized) *:not(:first-child),.testimonials-slider:not(.slick-initialized) *:not(:first-child),.blog-slider:not(.slick-initialized) *:not(:first-child) {
    display: none !important;
}
/* ************* Common banner section css Start *********** */
.section-bg {
    background: var(--second-color);
}
.common-banner-section {
    padding: 70px 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;
    text-transform: capitalize;
}
.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 span svg path {
    fill: var(--white);
}
.back-btn {
    color: var(--white);
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
}
.back-btn.other-back-btn {
    color: var(--black);
}
.back-btn.other-back-btn svg path {
    fill: var(--black) !important;
}
/*********** RPODUCT LISTING PAGE CSS  ***********/
.common-ptrn.common-banner-section {
    position: relative;
}
.common-ptrn.common-banner-section .banner-ellipse-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
}
.common-ptrn.common-banner-section .back-btn svg path {
    fill: var(--white);
}
.collection .product-tab-section.tabs-wrapper.product-tab-section::after {
    background: var(--white);
}
.collection .product-tab-section.tabs-wrapper .product-card-inner {
    background: var(--white);
    border-color: var(--black);
}
.collection .product-tab-section.tabs-wrapper .section-title, .collection .product-tab-section.tabs-wrapper p, .collection .product-tab-section.tabs-wrapper .cat-tab li a, .collection .product-tab-section.tabs-wrapper .product-card-heading span, .collection .product-tab-section.tabs-wrapper .product-card-content .product-heading h5, .collection .product-tab-section.tabs-wrapper .price ins, .collection .product-tab-section.tabs-wrapper .product-cont-bottom .qty-spinner input, .collection .product-tab-section.tabs-wrapper .price-item--sale {
    color: var(--black);
}
.collection .product-tab-section.tabs-wrapper .color-variant-swatch .color-list input:checked+label:after {
    border-color: var(--black);
}
.collection .product-tab-section.tabs-wrapper .cat-tab li a:before {
    background: var(--black);
}
.collection .product-tab-section.tabs-wrapper .cat-tab li.active a:before {
    opacity: 1;
    visibility: visible;
    background: var(--second-color);
    color: var(--second-color);
}
.collection .product-tab-section.tabs-wrapper .cat-tab li.tab-link.active {
    color: var(--second-color);
}
.collection .product-tab-section.tabs-wrapper .product-cont-bottom .qty-spinner {
    border-color: var(--black);
}
.collection .product-tab-section.tabs-wrapper .product-cont-bottom .qty-spinner button svg path {
    fill: var(--black);
}
.product-heading-row .row {
    align-items: center;
    padding: 50px 0 20px;
}
.product-filter-body {
    position: relative;
    padding-bottom: 30px;
}
.product-filter-column .product-filter-body:before {
    content: '';
    position: absolute;
    left: -50vw;
    width: 50vw;
    height: 100%;
}
.product-heading-right-column {
    padding: 0 0 0 22px !important;
}
.filter-select-box {
    min-width: 160px;
}
.filter-title .filter-ic {
    display: none;
}
.product-heading-row .sort-lbl {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}
.product-heading-row .nice-select {
    border: 0;
    color: var(--theme-color);
    width: 180px;
    padding: 0px 10px;
    background: url(down-arrow.svg) no-repeat;
    background-size: 8px;
    background-position: calc(100% - 15px) 50%;
}
.product-heading-row .nice-select:after {
    right: 0;
}
.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: var(--theme-color);
    -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: var(--theme-color);
    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 .is-open>.acnav-label:after {
    opacity: 0;
}
.product-widget:not(:last-of-type) {
    border-bottom: 1px solid #E2E2E2;
    color: var(--black);
}
.product-widget.product-colors-widget {
    color: var(--black);
}
.product-heading-row {
    color: var(--black);
}
.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(--theme-color);
    color: var(--theme-color);
    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;
    padding: 11px 19px;
    text-transform: lowercase;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
}
.product-filter-right-column .live {
    background: var(--black);
    color: var(--white);
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    width: auto;
    line-height: 17px;
    display: block;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.product-filter-right-column .text-checkbox .checkbox input[type=checkbox]+.checkbox-label {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-color);
    color: var(--black);
    width: 30px;
    height: 30px;
}
.product-filter-right-column .text-checkbox .checkbox input[type=checkbox]:checked+.checkbox-label {
    background-color: var(--theme-color);
    border-color: var(--white);
    color: var(--white);
}
.text-checkbox .checkbox input[type=checkbox]:checked+.checkbox-label {
    background-color: var(--theme-color);
    color: var(--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;
}
.delete-all svg path {
    fill: var(--second-color);
}
.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(--second-color);
    height: 3px !important;
    top: -1px !important;
    border-radius: 0 !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(--second-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: 11px !important;
    width: 11px !important;
    top: -5px !important;
    margin-left: 0 !important;
    background: #dddddd;
    border: 2px 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, .05);
    cursor: pointer;
    background-size: contain;
    width: 1.25rem;
    height: 1.25rem;
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
    -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 3px 0 rgba(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 -20px;
}
.prod-listing-cat {
    color: var(--theme-color);
}
.product-filter-right-column .outfit-card-inner {
    background: var(--white);
    color: var(--black);
}
.product-filter-right-column .product-card-widget {
    margin-bottom: 20px;
}
.inner-page-card.outfit-section {
    padding-top: 0px;
    position: unset;
    background: var(--white);
}
.inner-page-card.outfit-section .section-title {
    color: var(--black);
}
.inner-page-card.outfit-section .tabs-container {
    margin-bottom: 0;
}
.inner-page-card.outfit-section .outfit-card-inner {
    background: var(--white);
    color: var(--black);
}
.inner-page-card.outfit-section .text-checkbox .checkbox input[type=checkbox]+.checkbox-label {
    color: var(--black);
}
.inner-page-card.outfit-section .live {
    background: var(--black);
    color: var(--white);
}
.inner-page-card.outfit-section .live::before {
    background: var(--white);
}
.site-footer.inner-page-footer .product-list-ptrn-bottom {
    position: absolute;
    top: 0;
    right: 0;
}
.product-list-page .outfilte-checkbox {
    margin-bottom: 0px;
}
/************************  CART PAGE CSS **********************/
.cart-page-section {
    padding-top: 40px;
}
.cart-page-section .back-btn span svg path {
    fill: var(--theme-color);
}
.cart-page-section  .back-btn {
    color: var(--theme-color);
}
.cart-page-section .section-title {
    margin-bottom: 50px;
    color: var(--black);
}
.cart-page-section .section-title h2 {
    margin-top: 20px;
}
.cart-page-section .section-title h2 span {
    font-size: 18px;
}
.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(--black);
    color: var(--black);
    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-summery .btn {
    padding: 15px 10px;
    display: block;
    width: 100%;
    margin-top: 20px;
    text-transform: capitalize;
}
/****  TABLE CSS ****/
table {
    border: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: auto;
    color: var(--black);
}
table tr {
    padding: 20px 0 0;
    border-bottom: 1px solid var(--black);
    display: block;
}
table tr:last-of-type {
    border-bottom: 0;
}
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 var(--black);
    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;
}
@media (min-width: 992px) {
    .cart-tble tr th:first-child,
    .cart-tble tr td:first-child {
        width: 90px;
    }
    .cart-tble tr th:nth-child(2),
    .cart-tble tr td:nth-child(2) {
        width: 233px;
    }
    .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;
    }
    .remove-btn {
        height: 14px;
        width: 14px;
    }
}
@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;
    }
}
/****************** ABOUT PAGE CSS  ******************/
.row-reverse {
    flex-direction: row-reverse;
}
.common-banner-section.about-page .back-btn svg path {
    fill: var(--white);
}
.about-us-page {
    color: var(--black);
}
.about-our-shop-section {
    color: var(--black);
}
.about-our-shop-section .row {
    margin-top: 50px;
}
.abt-shp-column-right img {
    width: 100%;
}
.aboutpage-btm-sec .about-us-box {
    padding: 20px 15px;
    border: 1px solid var(--black);
    position: relative;
}
.about-us-box img {
    position: absolute;
    top: 25px;
    right: 15px;
    bottom: 0;
}
.aboutpage-btm-sec.about-us-section {
    color: var(--black);
}
.aboutpage-btm-sec .about-us-box svg {
    fill: var(--theme-color);
}
.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 svg {
    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 {
    color: var(--black);
}
.cms-banner .common-banner-content .back-btn svg path {
    fill: var(--white);
}
.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;
}
.cms-page strong{
  display: block;
}
/****************** CONTACT PAGE CSS ******************/
.contact-page .common-banner-content .back-btn svg path {
    fill: var(--white);
}
.contact-right-column {
    margin-top: -270px;
}
.contact-form {
    padding: 24px 20px;
    border: 2px solid var(--theme-color);
    background: var(--white);
    position: relative;
    z-index: 1;
    color: var(--black);
}
.submit-btn {
    width: 100%;
    padding: 14px 10px;
    text-transform: capitalize;
    align-items: center;
}
.btn.submit-btn svg {
    margin-right: 0;
    margin-left: 8px;
}
.contact-right-inner {
    position: relative;
    z-index: 1;
}
.contact-right-inner h2 {
    color: var(--white);
}
.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: 14px;
    line-height: 26px;
}
.contact-left-inner {
    color: var(--black);
}
/****************** FAQS PAGE CSS ***************/
.faq-page-banner .common-banner-content .back-btn svg path {
    fill: var(--white);
}
.faq-search-form {
    max-width: 400px;
    margin: 25px 0;
}
.faq-page {
    padding-bottom: 40px;
    color: var(--black);
}
.set {
    border: 1px solid var(--black);
    margin-bottom: 30px;
}
.set .acnav-label {
    padding: 15px 35px 15px 15px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    font-family: var(--second-font);
}
.set .acnav-list {
    padding: 15px;
    border-top: 1px solid var(--black);
}
.set .acnav-list p {
    font-size: 14px;
    font-family: var(--second-font);
}
.faq-search-form .input-wrapper input {
    border-color: var(--white);
    color: var(--theme-color);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.faq-search-form .input-wrapper input::placeholder {
    color: var(--black);
}
.faq-search-form .input-wrapper .btn-subscibe {
    background-color: var(--second-color);
    height: 44px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transform: translateY(-49%);
    -webkit-transform: translateY(-49%);
    -moz-transform: translateY(-49%);
    -ms-transform: translateY(-49%);
    -o-transform: translateY(-49%);
}
.faq-search-form .input-wrapper .btn-subscibe svg,
.faq-search-form .input-wrapper .btn-subscibe svg path {
    fill: var(--white);
}
/*******************  BLOG PAGE CSS *****************/
.inner-page-card.blog-page-tab.outfit-section {
    padding-top: 80px;
}
.blog-page-tab .blog-section {
    padding-top: 0;
}
.blog-page-banner {
    color: var(--white);
}
.blog-page-banner .section-title {
    margin-bottom: 30px;
    color: var(--white);
}
.blog-grid-section .section-title .subtitle {
    font-weight: 500;
    letter-spacing: 0;
    font-size: 14px;
    margin-bottom: 15px;
}
.blog-tab-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
variant-radios {
    display: block;
}
variant-radios .color-list {
    gap: 5px;
}
.product-tab-section.blog-section.tabs-wrapper.product-list {
    background: var(--white);
}
.product-tab-section.blog-section.tabs-wrapper.product-list .section-title {
    color: var(--black);
}
.product-tab-section.blog-section.tabs-wrapper.product-list p{
    color: var(--black);
}
.product-tab-section.blog-section.tabs-wrapper.product-list .blog-card-content {
    padding: 20px 10px;
    color: var(--black);
    background: var(--white);
}
.product-tab-section.blog-section::after {
    position: unset;
}
.product-tab-section.blog-section .blog-tab-slider {
    margin: 0 -10px;
}
.blog-cat {
    display: none;
    align-items: center;
    /* flex-wrap: wrap; */
    margin-bottom: 40px;
}
.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;
    text-transform: capitalize;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.blog-cat li.active {
    background: var(--theme-color);
    color: var(--white);
}
.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-page-banner .common-banner-content p {
    margin-bottom: 30px;
}
.blog-grid-row {
    margin-bottom: -30px;
}
.blog-grid-row .blog-itm {
    margin-bottom: 30px;
    display:flex;
}
.blog-grid-section .blog-itm-inner {
    color: var(--theme-color);
    border: 0;
    background: rgba(106, 89, 61, 0.15);
}
.blog-grid-section .blog-contnt-bottom .link-btn::before {
    background: var(--theme-color);
}
/*************  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-page .blog-section {
    background: var(--white);
}
.article-page .blog-section .section-title-left {
    color: var(--black);
}
.article-page .blog-section .section-title p {
    color: var(--black);
}
.articlerightbar.blog-grid-section .blog-card-itm.blog-section {
    border-radius: 31px;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    -ms-border-radius: 31px;
    -o-border-radius: 31px;
}
.articlerightbar.blog-grid-section .blog-section .blog-card-content {
    background: var(--white);
    color: var(--black);
}
.article-page {
    background: var(--white);
    color: var(--black);
}
.common-banner-content .back-btn span svg path {
    fill: var(--white);
}
.article-banner .blog-cat {
    margin: 40px 0;
}


.post-lbl {
    display: none;
    margin-left: 50px;
    text-transform: capitalize;
}
.article-section .abt-user-img {
    border-color: var(--second-color);
}
.article-section .section-title h2 {
    max-width: 750px;
    margin: 30px 0 0;
    margin: 30px 0 0;
    text-transform: unset;
}
.aticleleftbar h5 {
    margin: 0 0 20px 0;
    font-weight: normal;
    line-height: 1.5;
    text-transform: unset;
}
.related-blogs {
    background: transparent;
    color: var(--second-color);
}
.related-blogs .section-title {
    color: var(--second-color);
    border-top: 1px solid var(--border-color);
}
.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;
    text-transform: unset;
    font-size: 18px;
    line-height: 1.3;
}
.quote-box svg {
    position: absolute;
    left: 0;
}
.quote-box svg path {
    fill: var(--second-color);
}

}
.blog-media {
    position: relative;
}
.about-pro h6 span {
    display: block;
    font-style: italic;
    font-weight: 400;
}
.about-pro h6 {
    margin-right: 20px;
    font-weight: 700;
    display: none;
}
.abt-user-img {
    border: 1px solid var(--white);
    border-radius: 70px;
    width: 60px;
    height: 60px;
    padding: 5px;
    margin-right: 15px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
}
.abt-user-img img {
    width: 100%;
    height: 100%;
}
.about-user h6 span {
    display: none;
    font-weight: 700;
}
.about-user h6 {
    font-weight: 400;
    font-style: italic;
    display: none;
}
.aticleleftbar img {
    width: 100%;
}
.articlerightbar .blog-itm {
    padding: 0;
}
.articlerightbar .blog-card-itm{
    margin-bottom: 30px;
}
/*****************  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);
}
/*****************  REGISTER PAGE CSS ***************/
.back-toshop {
    margin-bottom: 20px;
}
.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(--black);
}
.register-page .back-btn {
    color: var(--black);
}
.register-page .back-btn span svg path {
    fill: var(--black);
}
.form-container {
    padding: 20px;
    border-bottom: 1px solid var(--black);
}
.form-footer {
    padding-top: 30px;
}
.form-container:last-child {
    border-bottom: 0;
}
.register-page .section-title {
    margin-bottom: 50px;
    color: var(--black);
}
.register-page .form-wrapper.register-form {
    color: var(--black);
}
/****************  LOGIN PAGE CSS ***************/
.register-page .form-wrapper {
    color: var(--black);
}
.login-form .submit-btn {
    max-width: 170px;
    margin: 0 0 0 15px;
}
.login-form .submit-btn svg {
    margin-right: 0;
    margin-left: 8px;
}
.btn.register-btn svg {
    margin-right: 0;
    margin-left: 8px;
}
.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;
}
/**************** MY ACCOUNT PAGE CSS ******************/
.my-acc-rightbar h2 {
    font: var(--h3);
    color: var(--black);
}
.my-account-page .btn-secondary svg path {
    fill: var(--white);
}
.my-account-page .btn-secondary:hover svg path {
    fill: var(--black);
}
.my-acc-leftbar {
    border: 1px solid var(--black);
    color: var(--black);
}
.my-acc-leftbar li:not(:last-of-type) {
    border-bottom: 1px solid var(--black);
}
.account-list li a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px;
    opacity: 0.5;
}
.account-list li a svg {
    flex-shrink: 0;
    margin-right: 10px;
}
.account-list li a svg path {
    fill: var(--black);
}
.account-list li a span {
    flex: 1;
}
.account-list li a span b {
    display: block;
}
.my-acc-leftbar li a:hover,
.my-acc-leftbar li.active a {
    opacity: 1;
}
.my-acc-leftbar li a svg path {
    fill: var(--theme-color);
}
.my-acc-leftbar h4 {
    padding: 15px 15px 5px;
}
.my-acc-head {
    margin-bottom: 50px;
    color: var(--black);
}
.my-account-page .back-btn {
    color: var(--black);
}
.my-account-page .back-btn span svg path {
    fill: var(--black);
}
.my-acc-rightbar .account-list li {
    display: flex;
    margin-bottom: 20px;
}
.my-acc-rightbar .account-list li a {
    border: 1px solid var(--theme-color);
    color: var(--black);
    width: 100%;
}
.my-acc-rightbar .account-list li.active a svg path,
.my-acc-rightbar .account-list li a:hover svg path {
    fill: var(--white);
}
.my-acc-rightbar .account-list li.active a,
.my-acc-rightbar .account-list li a:hover {
    opacity: 1;
    color: var(--white);
    background: var(--theme-color);
}
.account-list li.logout-link a svg path {
    fill: red;
}
.account-list li.logout-link a {
    opacity: 1;
    color: red;
}
.my-acc-right-content {
    padding-bottom: 50px;
}
.my-acc-right-content .form-group {
    color: var(--black);
}
#scroll {
    position: sticky;
    top: 100px;
    left: 0;
    z-index: 2;
}
.acc-back-btn-wrp button svg {
    width: 16px;
}
.acc-back-btn-wrp .back-btn-acc svg {
    margin-left: 0;
}
.acc-back-btn-wrp button {
    text-transform: capitalize;
    font-size: 14px;
    padding: 13px 25px;
    border-radius: 31px;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    -ms-border-radius: 31px;
    -o-border-radius: 31px;
}
.acc-back-btn-wrp button.continue-btn {
    padding: 11px 25px;
}
.acc-back-btn-wrp button.continue-btn svg {
    margin-right: 0;
    margin-left: 8px;
}
.leather-product-category .price {
    margin-top: 15px;
}
.back-btn-acc {
    background: var(--black);
}
.acc-back-btn-wrp {
    gap: 10px;
}
.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 10px 0 0;
}
.right-result-tbl {
    padding: 20px 15px 0;
    font-size: 14px;
    border-top: 1px solid var(--black);
}
.dated b {
    display: block;
}
.ttl-pric {
    font-size: 20px;
    font-weight: 800;
    margin-top: 6px;
}
/*****************  CHECKOUT PAGE CSS ***************/
.set .acnav-label:after {
    content: '';
    position: absolute;
    height: 12px;
    width: 12px;
    background-image: url(menu-dropdown.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 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);
}
.btn-flex {
    margin-top: 20px;
}
.btn-flex a:not(:last-of-type) {
    margin-right: 14px;
}
@media (hover: hover) {
    a:hover,a:focus {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .header-style-one .menu-dropdown ul>li a:hover {
        border-color: var(--white);
    }
    .header-style-one .main-navigationbar .menu-items-col .main-nav>li>a.active:hover,.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: var(--white);
    }
    .header-style-one.dark-header .main-navigationbar .menu-items-col .main-nav>li>a.active:hover,.header-style-one.dark-header .main-navigationbar .menu-items-col .main-nav>li>a.active,.header-style-one.dark-header .main-navigationbar .menu-items-col .main-nav>li:hover>a {
        color: var(--second-color);
    }
    .header-style-one .main-navigationbar .menu-items-col .main-nav>li:hover>a:before {
        opacity: 1;
        width: 100%;
        visibility: visible;
    }
    .header-style-one .main-navigationbar .menu-items-col .main-nav>li>a.active:hover svg path {
        fill: var(--white);
    }
    .header-style-one .menu-right li:not(:last-of-type) a:hover svg path {
        fill: var(--white);
    }
    .footer-list-social li a:hover {
        background: var(--second-color);
    }
    .footer-widget ul li a:hover {
        color: var(--white);
    }
    .footer-list-social li a:hover svg path {
        fill: var(--white);
    }
}
/*===========================Shopify css=======================*/
.leather-product-contant p,
.product-card-heading p,
.blog-card-content p,
.about-us-box p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home-banner-slider-contant h2,
.testimonials-content-top p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-card-top h4 a,
.product-heading h5 a,
.blog-card-content h4 a{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-tab-slider:hover .slick-arrow,
.blog-slider:hover .slick-arrow{
    opacity: 1;
    visibility: visible;
}
.hom-banner-right-product .color-flex {
    margin-bottom: 20px;
}
.input-box {
  position: relative;
}
fieldset {
    border: none;
}
button {
  border: none;
  box-shadow: none;
  cursor: pointer;
}
.no-js:not(html) {
  display: none !important;
}
.search-form-wrapper form {
  position: relative;
}
.search-popup .close-search {
  background: none;
  border: none;
  padding: 0;
}
#predictive-search-results ins {
  font-size: 15px;
}
.addresses h4 {
    margin: 0 0 20px;
}
.add-default .acc-details {
    margin: 0 0 20px;
}
.addresses select {
  background: url(down-arrow.svg) no-repeat;
  background-size: 8px;
  background-position: calc(100% - 15px) 50%;
  appearance: none;
}
.cart-form .product-form__submit, .shopify-payment-button__button--unbranded{
  padding:13px 15px;
}
.main-btn {
  display: flex;
  width: 100%;
  column-gap: 20px;
  flex-wrap: wrap;
}
.product-page-first-section .variant-webi .size-select {
  border: none;
}
.product-page-first-section .variant-webi .size-select span {
  margin: 0 10px 0 0;
}
.product-form__input input {
  display: none;
}
label.color-swatch.varcolor {
  font-size: 0px;
  outline: 1px solid;
}
label.color-swatch.varcolor.active {
    outline: none;
}
.pdp-right-column-inner .review-wrap {
  justify-content: space-between;
}
.pdp-right-column-inner .product-write-review {
  column-gap: 10px;
}
.cart-button span {
  display: none;
}
.grecaptcha-badge {
  z-index: 2;
}
.shopify-challenge__container {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.add-default .acc-back-btn-wrp.mainbtn .continue-btn {
  margin-right: 10px;
}
.edit-spacer {
  margin: 30px 0 0;
}
.product-widget.disclosure-has-popup[open] .acnav-label:after {
  opacity: 0;
}
/************** 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);
}
.deferred-media__poster-button.motion-reduce svg {
    fill: var(--white);
}
.deferred-media:not([loaded]) template {
    z-index: -1;
}
span.custom_label {
    position: absolute;
    top: 0px;
    bottom: auto;
    left: 0px;
    right: auto;
    color: var(--white);
    background: var(--second-color);
    padding: 2px 8px;
}
/*===========================feature CSS start=======================*/
/* currency */
.currency select {
  color: var(--white);
  border: 1px solid var(--white);
  padding: 0px;
  border-radius: 5px;
  background-color: transparent;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  cursor: pointer;
}
.currency select option {
  color: #000;
}
/*==== cart popup custom css ======  */
.site-header .menu-right .apply-coupan-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
}
.coupan-txt svg {
  width: 22px;
  height: 22px;
}
.site-header .menu-right .coupan-txt svg {
  margin: 0;
}
.site-header .menu-right .apply-coupan-btn a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 30px;
  background: var(--theme-color);
  color: var(--white);
  height: 100%;
  width: auto;
}
.coupan_code {
  position: relative;
  margin-bottom: 15px;
}
.coupan-txt {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 8px;
}
.coupan_code input {
  height: 45px;
  width: 100%;
  padding: 14px 100px 14px 15px;
}
/*======= product notify btn custom css =======*/
.notify-sold .notify-btn {
  padding: 16px 20px;
    border: 1px solid var(--second-color);
    background: transparent;
    color: var(--second-color);
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    border-radius: 50px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.notify-sold .notify-btn:hover,
.notify-sold .notify-btn:focus {
  background-color:var(--second-color);
  color: var(--white);
}
.out-of-stock-form {
  position: fixed;
  top: 50%;
  padding: 50px 40px;
  left: 0;
  right: 0;
  max-width: 30%;
  max-height: calc(100% - 100px);
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: var(--second-color);
  z-index: 5;
  -webkit-transition: all ease-in-out .4s;
  -o-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transform: scale(.9);
  transition: all .3s ease-in-out;
}
.out-of-stock-form.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}
.notify-txt {
  line-height: 1.4;
  color: var(--black);
}
.notify-popup-close {
  width: 30px;
  height: 30px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.notify-send-btn {
  position: relative;
  margin-top: 20px;
}
.notify-send-btn input {
  height: 45px;
  width: 100%;
  padding: 15px 106px 15px 15px;
  background: transparent;
  color: var(--black);
}
.notify-send-btn input::placeholder {
  color: var(--black);
}
.notify-send-btn input::-webkit-input-placeholder {
  color: var(--black);
}
.notify-send-btn input::-ms-input-placeholder {
  color: var(--black);
}
.notify-send-btn button {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  width: auto;
  padding: 10px 35px;
  border: 1px solid var(--black);
  background: var(--black);
  color: var(--white);
}
/* ========quick-view===== */
.quickview-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 900px;
  max-height: 100%;
  max-height: calc(100% - 100px);
  width: 95%;
  margin: 0 auto;
  text-align: center;
  background-color: #d9d9d9;
  z-index: 4;
  -webkit-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%);
  -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;
  cursor: pointer;
}
.qv-pro-slider-img img {
  width: 100%;
}
.quickview_popup_data .pdp-right-column .section-title h2{
   max-width: 100%;
   text-align: left;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
 }
 .quickview_popup_data p {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
 }
 .quickview-popup::-webkit-scrollbar {
   width: 8px;
}
.quickview-popup::-webkit-scrollbar-thumb {
   background-color: var(--theme-color);
}
.quickview-popup::-webkit-scrollbar-track {
   background: var(--white);
}
.quickview_popup_data .pdp-right-column .section-title h2{
  margin-bottom:15px;
}
.quickview_popup_data .pdp-right-column {
  text-align: left;
  width: auto;
}
.quickview_popup_data .row {
  align-items: center;
}
.quickview_popup_data {
  padding: 30px 0px;
}
.qv-price {
  margin-top: 15px;
}
.qv_select__select {
  margin-top: 10px;
  border: solid 1px var(--black);
  
  width: 70%;
  color: var(--black);
  background: url(down-arrow.svg) no-repeat;
  background-size: 7px;
  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: 15px 0 0;
  gap: 20px;
}
.quickview_popup_data .product-form__submit svg{
  height: 16px;
  width: 16px;
}
.quickview_popup_data .pdp-right-column .qty-spinner button,
.qty-spinner input {
  width: 100%;
  max-width: 100px;
}
.quickview_popup_data .pdp-right-column .section-title{
  margin-bottom: 15px;
}
.quickview_popup_data .qty-spinner {
  border: 1px solid var(--black);
  height: 40px;
  border-radius: 50px;
}
.qv-price ins {
  font-size: 22px;
  font-weight: 600;
}
.qv-price ins.price-item--sale {
  font-size: 16px;
  text-decoration: line-through;
}
.quickview_popup_data .pdp-top-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
  align-items: center;
}

.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;
}
.qv_slider .slick-arrow{
  visibility:visible;
  opacity:1;
}
/* ====compare======== */
.compare-prod-remove svg, .wishlist-prod-remove svg {
  margin: 0 auto;
}
.pro-compare.active svg path{
  fill: green;
}
.pro-wishlist.active svg path {
  fill: red;
}
.compare-head .section-title, .wishlist-head .section-title  {
  text-align: center;
}
.pro-compare-wrap .pro-compare-left, .pro-wishlist-wrap .pro-wishlist-left {
  display: flex;
  align-items: center;
}
.pro-compare-section, .pro-wishlist-section {
  padding-top: 70px;
}
.pro-compare-wrap .pro-compare-left .compare-title, .pro-wishlist-wrap .pro-wishlist-left .wishlist-title {
  max-width: 25%;
  flex: 0 0 25%;
  width: 100%;
  text-align: center;
  padding: 10px;
  background: #cdcdcd;
  font-size: 16px;
  font-weight: 500;
}
.pro-compare-scroll .compare-wrap .compare-val-prod, .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod {
  display: flex;
  align-items: center;
  width: 100%;
}
.pro-compare-scroll .compare-wrap .compare-val-prod .compare-data-label, .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .wishlist-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, .wishlist-pro-detail .wishlist-val-prod .product-form .cart-form {
  justify-content: center;
  margin-right: 0px;
}
.compare-pro-detail .compare-val-prod .prod-title, .wishlist-pro-detail .wishlist-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, .wishlist-pro-detail .wishlist-val-prod .prod-price {
  margin: 15px 0;
}
.compare-pro-detail .prod-img a, .wishlist-pro-detail .prod-img a {
  position: relative;
  padding-top: 80%;
  display: block;
  background: #06101a29;
}
.compare-pro-detail .prod-img a img, .wishlist-pro-detail .prod-img a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.compare-wrap, .wishlist-wrap {
  border-bottom: 1px solid var(--border-color);
}
.pro-compare-section .pro-compare-wrap, .pro-wishlist-section .pro-wishlist-wrap {
  margin-bottom: 50px;
}
.pro-compare-section .compare-bottom-btn, .pro-wishlist-section .wishlist-bottom-btn  {
text-align: center;
}
.pro-compare-section .compare-bottom-btn a, .pro-wishlist-section .wishlist-bottom-btn a {
  min-width: 170px;
}
/*===========================feature-CSS end=======================*/
/*------------------- SHF countdown ---------------------------*/
.flip-countdown.simple-countdown {
    background: var(--second-color);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 5px 5px;
    justify-content: center;
    border-radius: 5px;
    gap: 10px;
    transition:0.5s ease;
}
.product-card-inner:hover .flip-countdown.simple-countdown{
    visibility:visible;
    opacity:0;
}
.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 LANGUAGE CSS *****/
.lang-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  position:relative;
  padding-right: 20px;
  margin: 5px 0;
}
.lang-dropdown svg {
    width: 23px;
    height: 23px;
}
.lang-dropdown svg path {
    fill: var(--font-color);
}
.lang-dropdown .nice-select {
  border: 0;
  font-family: var(--first-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 0px;
  background: none;
}
.header-style-one .menu-right .disclosure__list-wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 140px;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  margin: 22px 0 0;
  opacity: 1;
  pointer-events: auto;
  background-color: var(--white);
  transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  -webkit-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  -ms-transition: all .4s ease-in-out 0s;
  transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  padding: 15px;
}
.header-style-one .menu-right .disclosure__list-wrapper.hide{
    transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
}
.header-style-one .menu-right .disclosure__list-wrapper .disclosure__item {
  margin: 0;
  display: block;
  background: none;
  line-height: 1;
}
.header-style-one .menu-right .disclosure__list-wrapper .disclosure__item a{
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 0 0 10px;
  color: var(--theme-color) !important;
  width: 100%;
  text-align: start;
}
.header-style-one .menu-right .disclosure__list-wrapper .disclosure__item:last-child a{
  padding: 0px;
}
.header-style-one .menu-right .disclosure__list-wrapper .disclosure__item a.disclosure__link--active{
  font-weight: bold;
}
/***** SHF - SIZE POPUP *****/
.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(--white);
}
.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, #recently-viewed-products .product .price{
  color: var(--white)
}
#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;
    color: var(--white);
}
/*------------------- SHF msg ---------------------------*/
.newsletter-form__message {
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: 0;
  display: flex;
  column-gap: 10px;
  margin: 10px 0 0;
  font: var(--common-text);
}
.newsletter-form__message--success {
  color: #0a942a;
  border-color: #0a942a;
}
.newsletter-form__message--error {
  color: #dc0000;
}
.form-error .form__message,
.form-error .errors {
  display: flex;
  column-gap: 10px;
  color: #ff0000;
  align-items: center;
  margin: 0 0 10px;
}
.form-message-success {
  display: flex;
  column-gap: 10px;
  margin: 0 0 10px;
  outline: none;
  color: #428445;
}
/*------------------- SHF dropdown ---------------------------*/
.profile {
  position: relative;
}
.profile .menu-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: var(--white) !important;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-box-shadow: 0px 10px 40px rgb(0 0 0 / 5%);
  box-shadow: 0 10px 40px #0000000d;
  opacity: 0;
  visibility: hidden;
  min-width: 150px;
  z-index: 2;
  padding: 15px;
  border-top: 1px solid var(--border-color);
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  margin-top: 22px;
}
.profile:hover .menu-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.profile .menu-dropdown .wishcount{
  margin: 0 2px;
}
.profile .menu-dropdown li {
  padding: 0 !important;
  max-width: 100%;
  margin: 0 0 5px !important;
  justify-content: left;
}
.profile .menu-dropdown li:last-child {
  margin: 0 !important;
}
.header-style-one .menu-right li.profile li {
    background: none;
}
.header-style-one .menu-right li.profile li a {
    color: var(--black);
}
/****** SHF CART DRAWER CSS ********/
.header-style-one .menu-right .cartDrawer svg#icon-cart-emty path {
    fill: var(--black);
}

.header-style-one .menu-right .cartDrawer {
  padding: 0px;
}
.mini-cart-footer .js-contents {
  display: none;
}
.cart-page-section .cart__warnings.is-empty,
.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;
  color: var(--black);
  margin: 15px 0 0;
}
.cartDrawer.is-empty .cart__warnings {
  margin: 20% 0 0;
  text-align: center;
}
.cartDrawer.is-empty .cart__warnings svg {
  margin: auto;
}
.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(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 1;
}
.subscribe-overlay.open {
  opacity: 1;
  visibility: visible;
}
.header-style-one .menu-right .cartDrawer svg#icon-cart-emty,
.header-style-one .cartDrawer svg#icon-cart-emty {
  width: 55px;
  height: auto;
  fill: currentColor;
  margin: 0 auto 30px auto;
}
.header-style-one .menu-right li a.mini-cart-title {
  display: block;
  text-align: left;
}
.header-style-one .menu-right li a.closecart svg path {
  fill: var(--white) !important;
}
.cartOpen header:after, .cartOpen .fixed:after, .notify-active header:after, .notify-active .fixed:after, .active-menu header:after,.popup-toggle header:after,.open header:after,.mobile-open header:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
}
.cartOpen header:after {
    height: calc(100% + 15px);
}
.cartOpen header.head-sticky:after {
    height: calc(100% + 1px);
}
.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,
.card__media .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-main .wishlist.wishremove:not(.wishactive) + a,
.pro-main-section .wish-btn.wishremove:not(.wishactive) + a {
  display: none;
}
.product-card-main .wishlist.wishremove.wishactive,
.pro-main-section .wish-btn.wishremove.wishactive {
  display: none;
}
.product-card-main .wishlist-wrapper .wishlist {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: var(--third-color);
}
.product-card-main .wishlist .wishirmv svg path,.pro-main-section .add-wishlist.wishirmv svg path{
  fill: #ff0000 !important;
}
/*============SHF order =============*/
.order h2 {
    margin: 0 0 30px;
}
.order .add-details h4 ,.order .order-detail h4 {
  margin: 0 0 20px;
  color: var(--theme-color);
  display: block;
}
.order-detail {
    margin: 0 0 30px;
}
.order-detail > p {
    margin: 0 0 25px;
    font-weight: 600;
    font-size: 18px;
}
/*============SHF blog comment =============*/
.article-comment {
  border: 1px solid var(--second-color);
  padding: 15px;
  border-radius: 22px;
}
#comments .errors {
  border: 1px solid #ff0000;
  padding: 15px;
  margin: 30px 0 0;
}
#comments .errors li {
  color: #ff0000;
  margin: 0 0 5px;
}
#comments .errors li:last-child {
  margin: 0;
}
.article-comment h4 {
  margin: 0 0 20px;
  display: block;
}
.article-comment .grid-item p.desc,
.article-comment .grid-item:not(:last-of-type),
.blog-grid-section .card-inner > a {
    margin: 0 0 15px;
}
.article-comment .grid-item input {
  padding: 12px 15px;
}
.article-comment .grid-item .btn {
  width: 100%;
}
.product-sec .addtowish.wishlist-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-grid-section .card-inner h5,.blog-grid-section .card-inner .time,.blog-grid-section .card-inner p {
  margin: 0 0 12px;
}
/*=================SHF filter =============*/
.active-facets__button-inner,.active-facets__button-remove {
  font-size: 13px;
  line-height: 1;
  padding: 12px 20px;
  max-width: inherit;
  border: 1px solid var(--second-color);
  color: var(--second-color);
}
/*=================SHF address page =============*/
#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;
  text-align: center;
}
.acc-order-history h4,.account-details h4 {
  margin: 0 0 10px;
  color: var(--theme-color);
    display: block;
}
.acc-order-button {
  gap: 10px;
  margin: 20px 0 0;
}
.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: 25px;
  text-align: center;
  width: 100%;
}
.newadd {
  text-align: center;
  margin: 0 0 40px;
}
.newadd .common-btn2 {
  display: inline-block;
}
.add-default {
  margin: 30px 0 0;
  padding: 20px;
  border: 1px solid var(--black);
}
.add-default .btn {
  margin: 0 10px 0 0;
}
.add-default .acc-back-btn-wrp .btn{
  margin:0;
}
.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 button {
  text-transform: capitalize;
  font-size: 14px;
}
.back-btn-acc {
  background: transparent;
  border: 1px solid var(--second-color);
  color: var(--second-color);
}
.my-account-page .back-btn-acc svg path {
    fill: var(--second-color);
}
.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;
}
/*==================== SHF Cart Page ====================*/
.cart-item__error {
  display: flex;
  align-items: flex-start;
}
.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%;
}
.cart-page-section .cart__warnings {
  text-align: center;
  border: 1px solid var(--border-color);
  padding: 30px 15px;
}
.cart-page-section .cart__warnings .section-title {
  margin: 0;
}
.cart-page-section .cart__warnings .common-btn2 {
  display: inline-block;
}
.cart-page-section .cart__warnings .section-title {
  margin: 0;
}
.cart-item__error-text:empty + svg {
  display: none;
}
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-header .cart-price {
    color: var(--font-color);
}
.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 15px;
  line-height: 1;
  color: var(--theme-color);
}
.cart__footer ins {
  font-size: 20px;
}
.cart__blocks .totals__subtotal-value {
  font: var(--h3);
  margin: 0 0 20px;
  display: block;
}
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;
}
.prorow-lbl-qntty {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}
.prorow-lbl-qntty .qty-spinner {
  margin: 0 0 0 10px;
  background: var(--black);
  border-color: #788c6d;
  box-shadow: none;
}
/*======================= SHF collection-list =====================*/
.card-wrapper {
  text-align: center;
  margin: 0 0 30px;
}
.card-wrapper .card-content {
    margin: 10px 0 0;
    display: block;
}
.card-wrapper .card-content .card-heading {
    margin: 0 0 10px;
}
/*======================= SHF buy-now-btn =====================*/
.cart-form {
    display: block;
    gap: 20px;
}
.cart-form .product-form__submit svg, .cart-form .product-form__buttons svg{
    margin-right:0;
    margin-left:8px;
}
.cart-form .product-form__submit[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
}
button.shopify-payment-button__more-options.shopify-payment-button__button--hidden {
  display: none;
}
.shopify-challenge__button.btn {
  margin-top: 50px;
}
.shopify-challenge__container #g-recaptcha {
  margin-top: 20px;
}
.shopify-payment-button__button--unbranded {
  text-align: center;
  color: var(--second-color)!important;
  background: none;
  padding: 15px;
  outline: none;
  cursor: pointer;
  position: relative;
  font-size: 14px;  
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--second-color);
  justify-content: center;
  appearance: none;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
-webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.shopify-payment-button__button--unbranded:hover {
  background: var(--second-color) !important;
    color: var(--white) !important;
}
/*======================= SHF product review =====================*/
.review-stars {
    gap: 15px;
}
a.product-write-review {
    gap: 5px;
    border-left: 1px solid var(--theme-color);
    padding-left: 15px;
    align-items:center;
}
.review-stars .product-write-review svg {
    margin: 0;
    fill: var(--theme-color);
    width:12px;
    height:12px;
}
.product-review {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  background: var(--white);
  color: var(--black);
  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(--theme-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(--theme-color);
    border: none;
    box-shadow: none;
    width: auto;
    font-weight: 700;
}
.product-detail-left .review-wrap {
  display: flex;
  align-items: center;
}
.product-detail-left .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-detail-left .review-wrap .spr-badge-starrating .spr-icon {
  font-size: 80%;
  margin: 0 5px 0 0;
}
.product-detail-left .review-wrap .spr-badge-starrating .spr-icon-star-empty {
  color: #444;
}
.product-detail-left .review-wrap .product-write-review {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
/* new add css  */
.spr-summary-actions-newreview {
  text-decoration: underline !important;
}
.spr-form-message-success {
    padding: 0;
    margin: 10px 0 0;
    background: none;
    border: none;
    font-weight: 600;
    font-size: 20px;
}
.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;
}
/*===================== SHF search page ======================*/
.template-search__search .search__button {
  position: absolute;
  top: 5px;
  left: auto;
  right: 5px;
  bottom: 5px;
  padding: 0 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.template-search__search input{
    border: 1px solid var(--theme-color);
    padding: 15px 55px 15px 20px;
}
.template-search__search .search__button svg {
    margin: 0;
    width: 20px;
    height: 20px;
      fill: none;
}
.template-search p.search-msg {
  padding: 20px 0 30px;
  font-size: 20px;
  line-height: 1;
}
.template-search__search .field {
  position: relative;
}
.template-search__results .grid__item {
  margin: 0 0 30px;
}
.template-search__results .product-card-main .product-card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width:100%;
}
.template-search__results .product-card-main .cart-bottom {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.template-search__results .product-card-main .product-title {
    flex: 1;
}
.template-search__results .product-card-main .link-btn {
  display: none;
}
/*=========== SHF wishlist page ===============*/
.main-wishlist .cart {
  display: flex;
  position: relative;
  flex-direction: column;
}
.wishdesc {
  margin: 20px 0 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.innerwish {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid var(--border-color);
    padding: 15px;
}
.product-card-inner .wishdesc h4 {
  margin-bottom: 20px;
  flex: 1;
}
.innerwish .wishremove.wishactive .addtowish {
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}
.innerwish .wishremove.wishactive .addtowish svg {
  width: 20px;
  height: 20px; 
}
.innerwish .wishremove.wishactive .addtowish svg path{
   fill: #ff0000;
}
.loginwish .list-unstyled {
  border: 1px solid var(--theme-color);
  padding: 30px;
  display: inline-flex;
  flex-direction: column;
}
.loginwish li:first-child {
  margin: 0 0 20px;
}
.loginwish h3 {
  margin: 0 0 15px;
}
.main-wishlist {
  row-gap: 30px;
}
.wishpg .innerwish .wishremove.wishactive .addtowish {
  top: 15px;
  right: 25px;
}
.wish-btn-wrp {
  gap: 10px;
}
#customer_login_link,
#customer_register_link {
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid 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);
}
.card__media {
  position: relative;
}
.card__media .hover-img {
  opacity: 0;
  visibility: hidden;
  position: absolute !important;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    padding: 0;
}
.card__media:hover .hover-img {
  opacity: 1;
  visibility: visible;
}
.card__media:hover .default-img  {
  opacity: 0;
  visibility: hidden;
}
.product-type {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 10px;
}
.acc-order-button .btn svg {
  width: 18px;
  height: 14px;
}
table.order-history {
    margin: 30px 0 0;
}
.mainwish .product-card-inner .price {
    margin: 0;
}
.spr-summary-actions-newreview {
  float: right !important;
}
.wishlist-img {
    position: relative;
    padding-top: 100%;
    width: 100%;
}
.wishlist-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.main-price {
    align-items: end;
}
.predictive-search-main a.predictive-search__item {
    flex: 1;
    position: relative;
    padding-top: 100%;
}
.predictive-search-main a .predictive-search__image {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.subscribe-form {
    position: relative;
}
.aticleleftbar .blog-post__full-image {
    width: 100%;
}
.login-form .register-btn {
    border: 1px solid var(--second-color);
    color: var(--second-color);
    gap: 10px;
        border-radius: 50px;
}
.login-form .register-btn:hover {
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
}
.login-form .register-btn svg path {
    fill: var(--second-color);
}
.login-form .register-btn:hover svg path {
    fill: var(--theme-color);
}
.login-form .register-btn svg {
    margin: 0;
    width: 20px;
    height: 18px;
}
.product-card-image a {
    display:block;
}
.remove-btn a {
    display: block;
} 
.remove-btn a svg {
    height: 100%;
    width: 100%;
}
.product-form button[disabled] {
   opacity: 0.5;
   cursor: not-allowed;
}
 .product-form button[disabled]:hover {   
   background: var(--second-color);
   color: var(--white);
 }
.view-product-sec .slick-track {
    margin: 0;
}
.view-product-sec .product-card {
    padding: 0 10px;
}
.view-product-sec .recent-slider {
    margin: 0 -10px;
}
.view-product-sec .product-card .product-card-inner {
    border: 1px solid var(--border-color);
    border-radius: 0;
    padding: 10px;
}
.view-product-sec .recent-slider:hover .slide-arrow  {
  opacity:1; 
  visibility: visible;
}
.view-product-sec  .section-title {
  color: var(--white);
}
.view-product-sec .product-title {
  margin-bottom: 10px;
}
/* releted product cart popup  end*/
.mini-cart-footer {
    -webkit-box-shadow: 0 0 8px #0000004d;
    box-shadow: 0 0 8px #0000004d;
}
.mini-cart-top {
    padding: 20px;
}
.cartDrawer .mini-cart-footer-icons {
    margin-bottom: 15px;
}
.cartDrawer .mini-cart-footer-icons .footer-bottom-icon {
    width: auto;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 12px 35px;
    border: none;
    width: 47%;
    background-color: var(--theme-color);
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
.cartDrawer .mini-cart-footer-icons svg {
    width: 30px;
    height: 30px;
}
.cartDrawer .mini-cart-footer-icons svg path {
    stroke: var(--white);
}
.cartDrawer .mini-cart-footer-total-row {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    margin: 0;
    padding: 20px 0 0;
    border-top: 1px solid var(--border-color);
}
.cartDrawer .mini-cart-footer-total-row div {
    padding: 0 10px;
}
.mini-total-lbl {
    font-weight: 500;
    margin-bottom: 7px;
    display: block;
    line-height: 1;
}
.cartDrawer .mini-total-iteam p {
    font-size: 16px;
}
.cartDrawer .mini-cart-footer-total-row div.mini-Subtotal {
    text-align: right;
}
.mini-cart-bottom {
    width: 100%;
}
.cartDrawer .mini-cart-bottom .cart-bottom-btn {
    padding: 15px 20px;
    width: 50%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--white);
    background-color: var(--black);
}
.cartDrawer .mini-cart-bottom .view-cart-btn {
    background-color: var(--theme-color);
  border-right: 1px solid var(--border-color);
}
/* ============cart-gift============ */
.cart-page-section #cart-gift-wrap {
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  background-color: var(--border-color);
  padding: 15px;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
}
.cart-page-section #cart-gift-wrap .continue-btn {
  margin-right: 0;
}
.cart-page-section #cart-gift-wrap .add-gift {
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  max-width: 300px;
  width: 100%;
}
.coupon-popup,
.gift-popup {
  position: fixed;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0);
          box-shadow: 0 4px 8px 0 rgb(0 0 0);
  z-index: 5;
  background: var(--white);
  color: var(--black);
  width: 410px;
  height: auto;
  -ms-transform: translateY(120%);
  -webkit-transform: translatey(120%);
  transform: translateY(120%);
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -o-transition: 0.5s all;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.coupon-popup.active,
.gift-popup.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translatey(0%);
      -ms-transform: translatey(0%);
          transform: translatey(0%);
}
.coupon-popup .coupon-txt {
  gap: 10px;
  margin-bottom: 12px;
  color: var(--black);
}
.coupon-popup .common-close,
.gift-popup .common-close {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
}
.coupon-popup .common-close svg,
.gift-popup .common-close svg {
  height: 18px;
  width: 18px;
}
.coupon-popup .common-close svg path,
.gift-popup .common-close svg path {
  fill: var(--black);
}
/* ****** coupon popup css **** */
.coupon-code {
  position: relative;
}
.coupon-code input {
  height: 45px;
  width: 100%;
  border-color: var(--border-color);
  padding: 14px 115px 14px 15px;
   color: var(--black);
}
.coupon-code input::-webkit-input-placeholder {
  color: var(--black);
}
.coupon-code input::-moz-placeholder {
  color: var(--black);
}
.coupon-code input:-ms-input-placeholder {
  color: var(--black);
}
.coupon-code input::-ms-input-placeholder {
  color: var(--black);
}
.coupon-code input::placeholder {
  color: var(--black);
}
.cartDrawer .mini-cart-body,
.coupon-popup .coupon-body,
.gift-popup .gift-body {
  overflow-y: auto;
  padding: 30px;
  flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
   color: var(--black);
}
.coupon-popup .coupon-txt svg {
  height: 30px;
  width: 30px;
}
.coupon-code .apply-coupon-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-color: var(--black);
}
.checkbox-custom label::before {
  border: 1px solid var(--theme-color);
}
.cart__warnings {
  display: none;
}
.cart-page-section .cart-page-section {
  padding: 0;
}
.cart-item__vendor {
  margin: 0 0 10px;
}
.cart__footer-wrapper .cart__blocks .price {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 12px;
    gap: 10px;
}
.cart__ctas {
    margin-top: 10px;
}
.cart__footer-wrapper .cart__blocks .btn {
    padding: 10px 12px;
    width: 100%;
}
.cart-slider .slick-dots {
  position: unset;
  margin: 20px 0 0;
}
.cart-slider .slick-list {
  margin: 0 -10px;
}
.cartDrawer .related-cart-inner {
  margin: 0 10px;
}
.mini-cart-details .remove-item svg {
    height: 15px;
    width: 15px;
}
.is-empty #cart-gift-wrap{
  display: none;
}
.is-empty .cart__warnings{
  display: block;
}
body.account table tr td:first-child a{
  text-decoration: underline;
}
#AddAddress .form-group label {
    width: 100%;
    text-align: left;
}
/*=================[    !!!!!!!!   RESPONSIVE CSS  !!!!!!!!   ]=================*/
@media (min-width:768px) {
  .mobile-only {
    display: none !important;
  } 
  .desk-only {
    display: block!important;
  }
}
@media (min-width:992px) {
  .header-style-one .main-navigationbar .menu-items-col .main-nav{
    display: flex;
    align-items: center;
  } 
  .desk-only {
    display: block !important;
  }
  .mobile-only {
    display: none !important;
  }  
  .menu-right .wishlist-header,.menu-right .profile{
    display: none;
  }
}    
@media screen and (max-width:1360px) {
  .hom-banner-right-product .qty-cart {
    display: block;
  }
  .hom-banner-right-product .qty-spinner {
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1260px) {
  .footer-bottom {
    padding-top: 30px;
  }
  .footer-link .contactlink {
    font-size: 18px;
  }
  .site-footer {
    padding: 60px 0 40px;
  } 
  .offset-left {
    margin-left: 0;
    padding: 0 15px;
  }
  .offset-right {
    margin-right: 0;  
    padding: 0 15px;
  }
  .product-tab-section .tab-right-img {
    display: none;
  }
  .product-section .product-left-img,.product-section .product-right-img {
    display: none;
  }
  .pdp-page .testimonials-section {
    padding-bottom: 40px;
  }
}
@media screen and (max-width:1199px) {
  :root { 
    --h1: normal 700 40px/1 var(--second-font);
    --h2: normal 700 32px/1 var(--second-font);
    --h3: normal 700 26px/1 var(--second-font); 
    --h4: normal 700 20px/1 var(--second-font);
    --h5: normal 700 18px/1 var(--second-font);
    --h6: normal 700 16px/1 var(--second-font);
  }
   .out-of-stock-form {
     max-width: 45%;
  }
  .header-style-one .main-navigationbar .menu-items-col .main-nav>li:not(:last-of-type) {
    padding-right: 15px;
  }
  .header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item>a:after { 
    height: 7px;
    width: 8px;
    right: 0;
    top: 14px;
  }
  .header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item>a {
    padding-right: 15px;
  }
  .header-style-one .main-navigationbar .menu-items-col .main-nav>li>.category-btn {
    padding: 8px 10px; 
  }
  .header-style-one .main-navigationbar .menu-items-col .main-nav>li>.category-btn svg {
    margin-left: 6px;
  }
  .footer-col { 
    padding-left: 20px;
  }
  .about-product-section .product-cont-bottom .qty-spinner {
    margin-right: 8px;
    max-width: 105px;
  }
  .about-product-section .product-card-inner {
    padding: 11px;
  }
  .pdp-page .exclusive-section .exclusive-contant {
    padding-bottom: 108px;
  }
  .price { 
    font-size: 16px;  
  }
}
@media screen and (max-width:991px) {
  :root { 
    --h1: normal 700 36px/1 var(--second-font); 
    --common-text: normal 400 14px/1.4 var(--first-font);
  }
  .out-of-stock-form {
     max-width: 50%;
     padding: 50px 30px;
 }
  .header-style-one .main-navigationbar {
    border-bottom: 1px solid var(--border-color);
    background: var(--second-color);
    padding: 15px 0;
  }
  .header-style-one .mobile-menu .mobile-menu-button { 
    width: 100%;
  }
  .header-style-one.head-sticky,.header-style-one { 
    background: var(--white);
  }
  .header-style-one .main-navigationbar.inner-page-header .count {
    background: var(--second-color);
  }
  .header-style-one .mobile-menu {
    display: inline-block !important;
    position: relative;
    z-index: 1;
    width: 22px;
    height: 22px;
    margin: 0 0 0 20px;
  } 
  .style-two .menu-right:after{
    display: none;
  }
  .header-style-one .main-navigationbar .menu-items-col{
    justify-content: flex-end;
  }
  .header-style-one .main-navigationbar .menu-items-col .main-nav { 
    padding-left: 15px;
  }
  .header-style-one .main-navigationbar .menu-items-col .main-nav>li:not(:last-of-type) {
    padding-right: 15px;
  }  
  .header-style-one.dark-header .menu-right li{
    padding:15px 0;
  }
  .header-style-one .main-navigationbar .menu-items-col .main-nav>li {
    padding: 15px 0;
  } 
  .header-style-one .main-navigationbar .menu-items-col .main-nav>li.has-item>a {
    padding-right: 15px;
  }  
  .header-style-one .menu-right li.cart-header a span { 
    font-size: 11px;
  }
  body.index .header-style-one .count {
    background: var(--theme-color);
  }
  .footer-col:not(:last-of-type) {
    padding-right: 10px;
  } 
  .pro-swatch { 
    font-size: 10px;
  }
  .footer-col:not(:first-of-type){
    padding:0;
  }
  .footer-subscribe-col { 
    flex: 0 0 100%; 
    padding:0;
    max-width:100%;
    margin-bottom: 40px;
  }
  .footer-subscribe-form .input-wrapper {
    max-width: 70%;
  }
  .site-footer {
    padding: 40px 0;
  }
  .padding-top{
    padding-top: 40px;
  } 
  .padding-bottom{
    padding-bottom:40px;
  }
  .profile .menu-dropdown {
    margin-top: 15px;
  }
  .cart__footer-wrapper  {
    margin-top:20px;
  }
  /********* 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-grid-row .blog-content-top h4 {
    font-weight: 600; 
  }
  .submit-btn { 
    max-width: 200px;
  }
  .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;
  }
  .my-acc-right-content .qty-spinner input,.my-acc-right-content table tr th,.my-acc-right-content table tr td { 
    font-size: 12px;
  }
  .ttl-pric {
    font-size: 16px; 
  }
  /**** HOME PAGE CSS START ****/
  .home-main-banner-section .banner-image {
    width: 100%;
  }
  .home-main-banner-section {
    padding: 65px 0 40px 0;
  }
  .home-main-banner-section .slick-dots {
    display: none !important;
  }
  .home-banner-left-col {
    width: 100%;
  }
  .home-banner-thumb-slider .home-banner-slider-itm {
    justify-content: start;
  }
  .home-banner-thumb-inner {
    flex: 1;
  }
  .home-banner-center-img img {
    margin-left: 0;
  }
  .home-banner-rigth-col {
    width: 100%;
  }
  .home-banner-row {
    padding-left: 15px;
    padding-right: 15px;
  }
  .check-box-prodcut-detail input[type="radio"] {
    display: none;
  }
  .banner-product-right {
    padding-right: 0;
  }
  .home-banner-slider-contant {
    margin-bottom: 40px;
  }
  .home-banner-slider-itm:not(:last-of-type) {
    margin-bottom: 0;
  }
  .home-banner-slider-itm {
    display: flex !important;
    position: relative;
    justify-content: center;
  }
  .home-banner-slider-itm span {
   text-align: center;
   padding: 0 0 0 5px;
   margin: 0 32px 0 10px;
  }
  .home-banner-slider-itm span::before {
    left: -10px;
    bottom: 30%;
  }
  .home-banner-thumb-slider {
    margin: 30px 0;
  }
  .home-banner-thumb-slider .slick-track {
    width: 100% !important;
  }
  .home-banner-slider-itm {
    flex: 1;
  }
  .leather-product-detail-section .leather-product-category {
    width: 32%;
  }
  .leather-product-detail-section .leather-product-img-itm .leather-product-contant {
    max-width: 35%;
  }
  .hom-banner-right-product .qty-cart {
    display: flex;
  }
  .hom-banner-right-product .qty-spinner {
    margin-bottom: 0;
  }
  .exclusive-section .exclusive-img img {
    position: unset;
  }
  .exclusive-section .exclusive-contant {
    padding-bottom: 0;
  }
  .exclusive-section {
    padding-bottom: 40px;
  }
  .about-product-section .about-product-slider .slick-dots {
    bottom: -30px;
  }
  .testimonials-section .testimonials-slider {
    margin-top: 22px;
  }
  /**** PDP PAGE CSS START ****/
  .pdp-page .home-main-banner-section {
    padding: 40px 0;
  }
  .step-btns .btn {
    padding: 12px 15px;
    font-size: 13px;
  }
  .submit.action-button.btn{
    margin-top: 15px;
  }
  .pdp-page .exclusive-section {
    padding-bottom: 0;
  }
  .pdp-page .product-section {
    padding-bottom: 0;
  }
  .pdp-page .exclusive-section .exclusive-contant {
    padding-bottom: 0;
  }
  /*======== shf-css========*/
  .main-detail {
    margin: 0 0 30px;
  }
  table.order-history {
    margin: 0;
  }
  .product-cont-bottom .qty-spinner {
    display: none;
  }
  .product-card-content .product-cont-bottom .btn {
      width: 100%;
  }
  .contact-form .submit-btn {
    margin: 0;
  }
  .contact-left-inner ul li p {
    font-size: 18px;
  }
  #recently-viewed-products .product{
    width: 33.33%;
    margin: 0 0 20px;
  }
  .pro-compare-scroll .compare-wrap .compare-val-prod .compare-data-label, .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .wishlist-data-label {
    max-width: 23%;
    width: 100%;
    flex: 0 0 23%;
  }
  .pro-compare-scroll .compare-wrap .compare-val-prod .compare-data-label.compare-pro-detail, .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .wishlist-data-label.wishlist-pro-detail{
    max-width: 31%;
    width: 100%;
    flex: 0 0 31%;
  } 
  .pro-compare-scroll .compare-wrap .prod-btn .btn, .pro-wishlist-scroll .wishlist-wrap .prod-btn .btn{
    padding:10px;
  }
  .pro-compare-section, .pro-wishlist-section {
    padding-top: 40px;
  }
  .header-style-one .main-navigationbar.fixed{
          background: var(--second-color);
  }
    .categorie-section {
    padding: 300px 0 30px;
  }  
  .testimonials-section{
    padding-top: 30px;
  }
  .testimonials-content-bottom {
    margin-bottom: 10px;
  }
  .pdp-page .testimonials-section {
    padding-bottom: 40px;
    padding-top:40px;
  }
    .product .product-section {
    padding: 40px 0px 0px;
  }
  .cart-form .product-form__submit, .shopify-payment-button__button--unbranded {
    padding: 10px 15px;
  }
}
@media screen and (max-width:767px) {
  .out-of-stock-form {
     max-width: 75%;
  }
  /*=====  comapre and wishlist====== */
  /* .compare-data-label::before, .wishlist-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(--black);
  
  } */
  .compare-data-label, .wishlist-data-label{
    margin-bottom:20px;
  }
  .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,
  .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .wishlist-data-label,.pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .wishlist-data-label.wishlist-pro-detail{
    max-width: 100%;
    padding: 0px;
}
  .compare-wrap .product-form .product-form__submit, .wishlist-wrap .product-form .product-form__submit{
    padding: 10px 30px;
  }
  .pro-compare-left, .pro-wishlist-left {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    display: none;
}
  .pro-compare-scroll .compare-wrap .compare-val-prod, .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod{
    display:block;
  }
 .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,
  .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .prod-img,.pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .pro_detail-inner, .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .product-form, .pro-wishlist-scroll .wishlist-wrap .wishlist-val-prod .wishlist-prod-remove{
      max-width:100%;
      padding:0 0 0px;
  }
 .compare-pro-detail .prod-img a, .wishlist-pro-detail .prod-img a {
    padding-top: 30%;
}
  .pro-compare-right, .pro-wishlist-right{
    border:1px solid var(--border-color)
  }
  .compare-wrap, .wishlist-wrap{
    padding:15px;
  }
  .compare-pro-detail .compare-val-prod .prod-title, .wishlist-pro-detail .wishlist-val-prod .prod-title {
    font-size: 14px;
  }
  .out-of-stock-form {
    max-width: 75%;
  }
  /* ====== comapre end ====== */
  .header-style-one .main-navigationbar {  
    box-shadow: 0px 4px 55px rgba(24,58,64,0.12);
  }  
  .header-style-one .menu-right li a .icon-lable { 
    display: none !important;
  }
  .header-style-one .cart-header {
    padding: 0 20px;
  }
  .header-style-one .menu-right .header-search-mobile-only {
    display: block;
  }
  .header-style-one  .menu-right { 
    justify-content: flex-end;
    align-items: center;
  }
  .header-style-one .count { 
    right: -5px;
    top: -8px;
  }
  .header-style-one .menu-right li {
    flex:unset;
  }
  .header-style-one .menu-right li:not(:last-of-type) a {
    height: auto;
    width: auto; 
    border: none; 
  }
  .header-style-one .menu-right li a svg { 
    height: 20px;
    width: 20px;
  } 
  .header-style-one .menu-right li:last-of-type button, .header-style-one .menu-right li>* { 
    border: none;
  } 
  .header-style-one .menu-right li:last-of-type {
    width: auto;
    max-width: initial; 
    padding: 0 15px 0 0;
  }   
  .header-style-one .menu-right>li:not(:last-of-type) {
    padding-right: 15px;
}
  .mobile-menu-wrapper .mobile-menu-bar>ul>li a { 
    color: var(--theme-color);
  }
  .mobile-menu-wrapper .mobile-menu-bar>ul>li a svg path {
    fill: var(--theme-color);
  }
  .header-style-one .mobile-menu { 
    margin: 0;
  }
  .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%;
  } 
  .header-style-one.dark-header .count{
    background: var(--second-color);
    color: var(--theme-color);
  } 
  .footer-bottom-row {
    padding: 0 0 40px;
  }
  .footer-bottom-row ul {
    justify-content: flex-start;
    margin: 20px 0 0;
  }
  .site-footer.home-page {
    padding: 40px 0 0px 0;
  }
  .profile .menu-dropdown {
    margin-top: 20px;
  }
  /** MINI CART **/
  .cartDrawer {
    width: 100%;
  }
  .cartDrawer .mini-cart-body {
    padding: 15px;
  }
  .cartDrawer .mini-cart-header {
    padding: 16px 20px 16px 50px;
  }
  .webi-mini-cart-footer .checkout-btn {
    max-width: 100%;
    padding: 12px 11px;
  }
  .webi-mini-cart-footer {
    padding: 15px;
  }
  .mini-cart-item:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .mini-cart-footer-total-row {
    font-size: 18px;
    line-height: 18px;
    margin: 0 -10px 12px;
  }
  .cart-header .closecart{
    left: 15px;
    right: auto;
    top: 15px;
  }
  .cart-header .closecart svg path {
    fill: var(--white);
  }
  .search-popup { 
    padding: 0 15px;
  }
  .search-popup .close-search { 
    right: 15px;
    top: 15px; 
    width: 22px;
    height: 22px;
  }  
  .policy-links {
    justify-content: flex-start;
    margin-top: 16px;
  }
  .footer-col:not(:last-of-type){
    padding:0;
  }
  .footer-subscribe-col,.footer-col { 
    flex: 0 0 100%; 
    padding:0;
    max-width:100%;
    margin-bottom: 20px;
  }
  .footer-bottom {
    padding-top: 0;
  }
  .site-footer {
    padding: 40px 0 0;
  }
  .emaillink.contactlink {
    margin: 0;
  }
  .slick-arrow {
    width: 36px;
    height: 36px;
  }   
  .slick-slider .slick-arrow {
    opacity: 1;
  }   
  .leather-product-detail-section .color-flex {
    margin-top: 0;
  }
  .pdp-page .home-main-banner-section .hom-banner-right-product .price {
      margin: 0;
      font-size: 20px;
      width: 100%;
  }
  /********* BLOG PAGE CSS start  **********/ 
  .blog-widget { 
    flex: 0 0 100%;
  }
  .blog-widget-inner { 
    margin-bottom: 15px;
  }
  /********* BLOG PAGE CSS end  **********/ 
  .mobile-facets {
    position: fixed;
    top: 0;
    background: var(--white);
    left: 0;
    max-width: 315px;
    width: 100%;
    height: 100%;
    z-index: 4;
    overflow: hidden;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(-100%, 0px);
  }
  .product-filter-body {
    padding: 40px 15px;
    overflow: auto;
    height: 100%;
    background: var(--white);
  } 
  .close-filter {
    cursor: pointer;
    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 .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%;
  }
  .close-filter svg path {
    fill: var(--white);
  }
  .mobile-open .mobile-facets{
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .product-heading-right-column {
    padding:0 !important;
    border-left: 0;
  }
  .product-heading-row .row {   
    padding: 40px 0 0 0;
  }
  .product-sorting-row {
    justify-content: flex-end;
  }
  .product-filter-right-column {
    border-left: 0;
    padding-left: 0 !important;
  } 
  .icon-filter {
    max-width: 32px;
    margin: 0 auto;
  }
  .mobile-facets__open{
    max-width: 40px;
    border: 1px solid var(--theme-color);
    padding: 2px;
    display: block;
  }  
  .filter-title h4{
    display: none;
  }
  .abt-shp-column-right,
  .about-our-shop-section .row {
    margin-top: 30px;
  }
  .contact-right-column {
    margin-top: 0;
  }
  .contact-right-inner h2 {
    color: var(--black);
  }
  .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;
  } 
  .articlerightbar {
    padding-top: 40px;
  } 
  .aticleleftbar h5 {
    margin: 0 0 20px 0;
    line-height: 1.3;
  }
  .articlerightbar .blog-grid .blog-widget:last-of-type {
    margin-bottom: 0;
  }
  .latest-article-slider-section .section-title {
    padding-top: 40px; 
  }
  .post-lbl {
    margin: 0 0 0 30px; 
  }
  .article-section .abt-user-img { 
    margin-right: 5px;
  }
  .quote-box svg { 
    height: 20px;
    width: 20px;
  }
  .quote-box {
    padding: 15px 0 25px 35px;
  }
  .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: 53px;
    padding: 0;
  }
  #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;
    color: var(--black);
  }
  .my-acc-leftbar { 
    border: 0 !important;
  }
  #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);
  }
  .my-acc-right-content {
    padding-bottom: 30px;
  }
  .my-acc-right-content .qty-spinner input, .my-acc-right-content table tr th, .my-acc-right-content table tr td {
    font-size: 14px;
  }
  .set {    
    margin-bottom: 15px;
  }
  .form-container{
    padding: 20px 15px;
  }  
  .offset-container { 
    padding: 0 15px;
  }
  /** CART PAGE CSS start**/ 
  .cart-tble {
    border: 1px solid var(--theme-color);
  }
  .cart-page-section .section-title{
    margin-bottom: 30px;
  }
   table .pro-img-cart img {
    max-width: 50px;
  }
  .product-list-page .outfilte-checkbox {
    margin-bottom: 10px;
  }
  /****  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;
  }  
  /*** FAQ PAGE CSS ****/ 
  .about-us-section .about-us-box {
    margin-bottom: 20px;
    padding: 15px;
  } 
  .abt-shp-column-right,
  .about-our-shop-section .row {
    margin-top: 30px;
  }
  .footer-subscribe-form .input-wrapper {
    max-width: 100%;
    margin: 20px 0 0px;
  }
  .footer-col.footer-link.footer-link-1,.footer-col.footer-link.footer-link-2,.footer-col.footer-link.footer-link-3 {
    flex: 33.3333333%;
  }
  .product-card-widget .product-cont-bottom .qty-spinner {
    margin-bottom: 0;
  }
  .footer-widget h3, .footer-widget h4 {
    margin-bottom: 15px;
  }  
  /**** HOME PAGE CSS END *****/
  .home-banner-center-img img {
    margin: 26px auto 0;;
  }
  .leather-product-detail-section .leather-product-img-itm .product-card-image {
    max-width: 35%;
  }
  .leather-product-detail-section .leather-product-img-itm .leather-product-contant {
    max-width: 55%;
  }
  .leather-product-detail-section .leather-product-category {
    width: 100%;
  }
  .home-banner-slider-contant {
    margin-bottom: 0;
  }
  .home-banner-center-img {
    margin-bottom: 20px;
  }
  .product-card-inner {
    padding: 10px;
  }
  .about-product-section .product-card-inner {
    padding: 15px;
  }
  .product-cont-bottom .qty-spinner {
    max-width: 100px;
    margin-right: 8px;
  }
  .col-lg-4.col-md-4.categorie-banner-card {
    margin-top: 0;
  }
  .categorie-section {
    padding: 300px 0 40px;
  }
  .blog-section .section-title-left {
    margin-bottom: 20px;
  }
  .blog-section .section-title p {
    width: 100%;
    margin-bottom: 20px;
  }
  .exclusive-img {
   display: none;
  }
  /**** PDP PAGE CSS START ****/
  .column-reverse {
    flex-direction: column-reverse;
  }
  .pdp-page .home-main-banner-section .pdp-banner-right-col {
    margin-bottom: 22px;
  }
  .pdp-page .leather-product-detail-section .leather-product-img-itm .leather-product-contant {
    max-width: 55%;
  }
  .pdp-page .leather-product-detail-section .leather-product-category {
    width: 100%;
    margin-top: 26px;
  }
  .about-us-section .section-title {
    margin-bottom: 26px;
  }
  .faq-search-form .input-wrapper .btn-subscibe {
    top: 49%;
  }
  /*============shf-css==============*/
  .subscribe-popup {
    padding: 40px 30px;
  }
  .small-hide, .medium-hide {
    display: none !important;
  }
  .subscribe-popup h2 {
    font-size: 20px;
  }
  .order h2 {
    margin: 0 0 10px;
  }
  .order-detail {
    text-align: center;
  }
  .acc-order-history h4{
    text-align: center !important;
    margin: 0;
  }
  table.order-history{
    margin: 0px;
  }
  .mobile-facets__submenu .mobile-facets__info {
    padding: 5px;
  }
  .acc-order-button .btn {
    padding: 12px 20px;
  }
 .row .product-filter-column, .row .product-heading-right-column {
    padding: 0;
 }
 .facets-container menu-drawer {
    float: left;
    width: 100%;
    margin: 0;
  }
  .currency select {
    padding: 5px 10px 5px 10px;
    font-size: 12px;
  }
  .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(--theme-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;
  }  
  .size-table-wrapper {
    margin-top: 20px;
  }
  #recently-viewed-products .product{
    width: 50%;
  }
  .lang-dropdown{
    margin:0;
    padding-right:15px;
  }
  .qv_select__select{
    width:100%;
  }
  .quickview_popup_data {
      padding: 30px 0px 15px;
  }
  .qv-price ins {
    font-size: 22px;
}
 .quickview-popup .price-item--sale {
    font-size: 14px;
  }
      .pro-compare-section .pro-compare-wrap {
    margin-bottom: 30px;
}
  .size-popup{
    padding: 0px;
  }
  .testimonials-image{
    display: none;
  }
  .about-product-section .product-card-image a{
    position: relative;
    padding-top: 60%;
  }
  .about-product-section .product-card-image a img{
        position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: scale-down;
  }
  .about-product-section .about-product-contant{
    margin-bottom: 25px;
  }
  .home-banner-rigth-col .product-card-image a{
    padding-top: 55%;
    position: relative;
  }
    .home-banner-rigth-col .product-card-image a img{
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      object-fit: scale-down;
  }
  .qv-pro-slider-img img{
    max-height: 400px;
        object-fit: scale-down;
  }
  .product .product-section {
    padding: 40px 0 80px;
  }
  .view-product-sec .product-card-inner{
      padding: 15px;
  }
  .product-tab-section:after {
    top: 6.3%;
  }
  .home-main-banner-section {
    padding: 65px 0 10px;
}
  .contact-form{
    padding: 15px;
  }
 .contact-left-inner ul li h4 {
    margin-bottom: 10px;
 }  
  .contact-left-inner ul li {
    margin-bottom: 15px;
  }
}
@media screen and (max-width:575px) {
  :root {  
    --h2: normal 700 28px/1 var(--second-font);
    --h3: normal 700 24px/1 var(--second-font); 
    --h4: normal 700 22px/1 var(--second-font);
    --h5: normal 700 20px/1 var(--second-font);
  }
    .categorie-banner-section .categorie-banner-card:not(:last-of-type) {
    margin-bottom: 22px;
  }
  .out-of-stock-form {
      max-width: calc(100% - 30px);
      padding: 50px 20px;
   }
  .main-navigationbar .menu-right .btn {
    padding: 8px 10px;
  }
  .footer-col {
    flex: 0 0 100%;
  }
  .footer-subscribe-form .input-wrapper {
    display: block;
  }
  .footer-subscribe-form .input-wrapper input {
    width: 100%;
  }
  .footer-subscribe-form .input-wrapper .btn-subscibe {
    margin-left: 0;
    margin-top: 10px;
  }
  .section-title.d-flex {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .section-title-left {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
  }  
  .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;
  }
  .subtitle {  
    font-size: 14px;
  }
  .two-coll-media .tool-content {
    display: none;
  } 
  .pdp-page .leather-product-detail-section .leather-product-img-itm .leather-product-contant {
    max-width: 100%;
  }
  .pdp-page .leather-product-detail-section .leather-product-category {
    margin-top: 0;
  }
  .leather-product-img {
      margin: 0 auto 15px;
  }
  /********* BLOG PAGE CSS start  **********/ 
  .blog-cat li {
    padding: 10px 8px; 
    font-size: 12px; 
  }
  .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: 26px;
  }
  /********* BLOG PAGE CSS end  **********/
  .input-wrapper input { 
    padding: 14px 100px 14px 15px; 
    font-size: 12px;
  } 
  .input-wrapper .btn-subscibe { 
    width: 95px;
    font-size: 12px;
  }
  .articlerightbar .blog-cat li{
    padding: 10px 5px;
  }
  .produdt-filter-cat {
    display: none;
  }
  .product-cont-bottom .qty-spinner {
    max-width: 130px;
    margin-right: 8px;
  }
  .about-product-section .about-product-slider {
    margin: 22px -10px 0;
  }
  .product-card-inner {
    padding: 15px;
  }
  .product-list .blog-tab-title {
    display: block;
  }
  .product-list.blog-section .blog-tab-title-right .btn {
    display: inline-flex;
    margin-bottom: 22px;
  }
  /*============shf-css=============*/
  .subscribe-popup h2 {
    margin-bottom: 18px;
  }
  .subscribe-popup p {
    font-size: 13px;
  }
  .subscribe-popup input[type=email] {
    padding: 13px 40px 13px 15px;
  }
  .subscribe-popup {
    padding: 30px 20px;
  }
  .subscribe-popup .form-row .btn-svg {
    right: 10px;
    height: 18px;
    width: 18px;
  }
  .subscribe-popup .close-sub-btn {
    top: 10px;
    right: 8px;
  }
  .add-details div {
    text-align: center;
  }
  .add-details div:last-child {
      margin: 20px 0 0;
  }
  .add-default .btn {
      margin: 0 8px 0 0;
  }
  .acc-back-btn-wrp button {
      padding: 10px 15px;
  }
  .contact-form {
    padding:15px;
  }
  .webi-mini-cart-footer .checkout-btn {
      margin: 0 auto 15px;
  }
  .pdp-page .home-main-banner-section .pdp-banner-right-col {
    margin-bottom: 22px;
    display: block;
  }
  .pdp-page .home-main-banner-section .pdp-banner-right-col .pdp-main-slider {
    margin-left: unset;
    max-width: 100%;
  }
  .pdp-page .home-main-banner-section .pdp-banner-right-col .pdp-thumb-slider {
    max-width: 100%;
  }
  .pdp-page .home-banner-center-img img {
    margin: 0 auto;
  }
  #recently-viewed-products .product{
    width: 100%;
  }
  .product-notification{
    width: 300px;
    left: 10px;
  }
     .compare-wrap{
    padding:20px 15px 0;
  }
} 
@media screen and (max-width:420px) {
  .footer-col.footer-link.footer-link-1,
  .footer-col.footer-link.footer-link-2,
  .footer-col.footer-link.footer-link-3 {
    flex: 0 0 100%;
  }
  .footer-subscribe-form .input-wrapper .btn-subscibe {
    width: 35%;
  }
  /**** HOME PAGE CSS ****/
  .leather-product-detail-section .leather-product-img-itm .product-card-image,
  .leather-product-detail-section .leather-product-img-itm .leather-product-contant {
    max-width: 100%;
  }
  .leather-product-detail-section .leather-product-img-itm .leather-product-img img {
    width: 70%;
    margin: 0 auto;
  }
  .leather-product-detail-section .leather-product-img-itm .leather-product-contant {
    margin-top: 22px;
  }
  .home-banner-slider-itm:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .hom-banner-right-product .qty-spinner {
    margin-bottom: 10px;
  }
  .cat-tab {
    display: block;
  }
  .cat-tab li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .testimonials-user-content {
    display: block;
  }
  .testimonials-user-name {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .pdp-page .leather-product-detail-section .leather-product-img-itm .leather-product-contant p {
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width:370px) {
  .header-style-one .main-navigationbar .logo-col {
    max-width: 60px;
  }
  .header-style-one .menu-right svg {
    width: 20px;
    height: 20px;
  }
  .header-style-one .menu-right li.cart-header a span {
    font-size: 9px;
  }
  .header-style-one .count {
    height: 13px;
    width: 13px;
    right: -7px;
  }
  .header-style-one .menu-right>li.currency{
    display:none;
  }
  .stp-menu-widget { 
    padding: 24px 0 0 0;
    margin-top: 24px;
  }
  .mobile-menu-bar .stp-navlink:not(:last-of-type) {
    margin-right: 15px;
  } 
  .fea-coll-contnt-left {
    width: 100%;
    margin-bottom: 10px;
  }
  .column-positive-us-right .col-sm-4.col-4 { 
    width: 100%;
    margin-bottom: 20px;
  } 
  .post-lbl {
    margin: 10px 0 0; 
    width: 100%;
  }
  .btn-flex a {
    padding: 10px 14px !important;
    min-width: 113px;
  }
  .center-descrp {
    display: none;
  }
  /*===========shf-css===========*/
  .cart-form{
    flex-direction: column;
  }
  .cart-form .product-form__submit, .cart-form .product-form__buttons {
    width: 100%;
  }
}
.easytabs-container {
    margin-top: 30px !important;
}
.easytabs-container .easytabs-accordion .easytabs-content-item .easytabs-content-holder table {
    table-layout: fixed !important;
}

/*********************************************
  GENUINE BILLY COOK — ARTICLE STYLING
  Applies to ALL blog article layouts
**********************************************/

/* Main article containers – shared width & spacing */
body.article main#MainContent,
body.article main#MainContent.content-for-layout.wrapper,
body.article .blog-template,
body.article .article,
body.article .page-width,
body.article section.shopify-section,
body.article section.shopify-section .page-width {
  max-width: 1075px !important;          /* not too thin */
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;        /* reduce side space */
  padding-right: 24px !important;
}

/* Paragraph readability */
body.article .rte p,
body.article .blog-template p,
body.article .article p {
  max-width: 1075px;                     /* let text use full column */
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 1.7;
  font-family: 'Lora', Georgia, serif;
  color: #2e2a26;                       /* warm brown */
}

/* Western heritage headings */
body.article h1,
body.article h2,
body.article h3,
body.article h4 {
  font-family: Georgia, 'Times New Roman', serif !important;
  color: #3a2d22;                       /* deep saddle brown */
  letter-spacing: 0.5px;
}

/* Blog titles (avoid huge display size) */
body.article h1.title--primary,
body.article .article__title {
  font-size: 48px !important;
  line-height: 1.15 !important;
  margin-bottom: 24px;
}

/* Section spacing – clean editorial flow */
body.article .shopify-section {
  margin-bottom: 24px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Related-articles / grids – keep inside same width */
body.article .grid {
  max-width: 1075px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

body.article .grid__item {
  padding-left: 16px;
  padding-right: 16px;
}

/* Blockquotes – Western catalog style */
body.article blockquote {
  border-left: 4px solid #c7a46b;       /* Billy Cook gold */
  padding-left: 18px;
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
  color: #4a4037;
}

/* Horizontal rules – gold divider line */
body.article .rte hr {
  border: none;
  height: 1px;
  background: #c7a46b;
  margin: 32px auto;
  width: 70%;
}

/* Images – soft rounded corners & spacing */
body.article main#MainContent img,
body.article .blog-template img {
  border-radius: 6px;
  margin: 0;
}
.blog-section .blog-card-heading-detail{
  display: none;
}

/*********************************************
  TABLE STYLING – Ranch Heritage Comparison
**********************************************/
body.article table {
  width: 100%;
  border-collapse: separate !important;
  border-spacing: 0;
  margin: 32px 0;
  border: 1px solid #c7a46b;
  border-radius: 8px;
  overflow: hidden;
  background: #fffdf8;
}

body.article table th {
  background-color: #f2e8d9;
  color: #3a2d22;
  padding: 14px 16px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  border-bottom: 2px solid #c7a46b;
  letter-spacing: 0.3px;
}

body.article table td {
  padding: 14px 16px;
  font-family: 'Lora', Georgia, serif;
  font-size: 16px;
  color: #2e2a26;
  border-bottom: 1px solid #e6d8c4;
}

body.article table tr:nth-child(even) td {
  background-color: #faf4ec;
}

body.article table tr:last-child td {
  border-bottom: none;
}

/* Highlight first row (Billy Cook) */
body.article table tr:first-child td {
  background: #fff9ef;
  font-weight: 700;
  color: #3a2d22;
}

/*********************************************
  MOBILE TWEAKS
**********************************************/
@media (max-width: 749px) {

  body.article main#MainContent,
  body.article main#MainContent.content-for-layout.wrapper,
  body.article .blog-template,
  body.article .article,
  body.article .page-width,
  body.article section.shopify-section,
  body.article section.shopify-section .page-width,
  body.article .grid {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body.article .rte p,
  body.article .blog-template p,
  body.article .article p {
    font-size: 16px;
    line-height: 1.6;
  }

  body.article h1.title--primary,
  body.article .article__title {
    font-size: 36px !important;
    line-height: 1.2 !important;
  }

  body.article table th,
  body.article table td {
    padding: 10px 8px;
    font-size: 14px;
  }
}
/*********************************************
 FIX FOR "BACK IN THE SADDLE" ARTICLE OVERLAP
**********************************************/

/* Restore full container width for THIS article only */
body.article main#MainContent[role="main"] .container {
    max-width: 1200px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* Restore the real grid widths */
body.article .col-dt-8 {
    width: 66.666% !important;
    float: left !important;
    display: block !important;
}

body.article .col-dt-4 {
    width: 33.333% !important;
    float: right !important;
    display: block !important;
}

/* Ensure the right sidebar stays to the right */
body.article .blog-grid-section,
body.article .article-rightbar {
    position: relative !important;
    margin-left: 24px !important;
}

/* Prevent the left content from sliding under sidebar */
body.article .article-leftbar,
body.article .col-dt-8 {
    overflow: visible !important;
}

/* Clear grid floats */
body.article .row.blog-grid::after {
    content: "";
    display: block;
    clear: both;
}
/*********************************************
 RESPONSIVE FIX FOR ARTICLE LAYOUT
 (Tablet + Mobile)
**********************************************/

@media (max-width: 1024px) {

  /* Make both columns full width */
  body.article .col-dt-8,
  body.article .col-dt-4 {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: block !important;
  }

  /* Sidebar spacing when stacked */
  body.article .article-rightbar,
  body.article .blog-grid-section,
  body.article .article-template__sidebar {
    margin-top: 32px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }

  /* Make main content take natural full width */
  body.article .article-leftbar {
    width: 100% !important;
    float: none !important;
  }

  /* Container alignment fix */
  body.article main#MainContent[role="main"] .container {
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  /* Keep video responsive + max width */
  body.article iframe,
  body.article video,
  body.article .rte iframe {
    max-width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 749px) {

  /* Tighten spacing for phones */
  body.article main#MainContent,
  body.article .page-width,
  body.article .container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  /* Fix text width */
  body.article p {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }

  /* Title size for mobile */
  body.article h1.title--primary,
  body.article .article__title {
    font-size: 32px !important;
    line-height: 1.25 !important;
  }
}
/*********************************************
  MOBILE RESPONSIVE VIDEO FIX (16:9)
**********************************************/
body.article .rte iframe,
body.article iframe[src*="youtube"],
body.article iframe[src*="youtu"] {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    min-height: 200px !important;
    max-height: none !important;
    display: block !important;
}

/* Fix parent wrapper breaking the ratio */
body.article .rte iframe,
body.article .rte iframe + div,
body.article .video-wrapper,
body.article .rte .video,
body.article .shg-video-container {
    height: auto !important;
    max-height: none !important;
    padding: 0 !important;
}
/*********************************************
  MOBILE ARTICLE TITLE FIX (H2 version)
**********************************************/
@media (max-width: 749px) {

  body.article .section-title h2 {
    font-size: 32px !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
    font-weight: 700 !important;
    margin-top: 12px !important;
    margin-bottom: 18px !important;
    padding: 0 !important;
    text-align: left !important;
    white-space: normal !important;
    word-break: break-word !important;
    display: block !important;
  }
}


/* ----------------------------------------- */
/* FIX FOOTER HEADINGS (Tan + Correct Font) */
/* ----------------------------------------- */
.site-footer h4,
.site-footer .footer-block__heading,
.footer-block-title,
.footer-block h4 {
  color: #d6b88a !important;       /* Tan footer heading color */
  font-family: var(--font-heading-family) !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
}
/* --- Clean Social Icon Restore --- */
.article-socials li {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin-right: 10px !important;
}

.article-socials svg {
  width: 22px !important;
  height: 22px !important;
  fill: #b68634 !important;
  stroke: #b68634 !important;
}

/* Force fill on ANY shape inside the SVG */
.article-socials svg *,
.article-socials svg path,
.article-socials svg g,
.article-socials svg rect,
.article-socials svg circle {
  fill: #b68634 !important;
  stroke: #b68634 !important;
}
.product-card-main .card__media:hover .default-img {

    opacity: 1;

    visibility: visible;

}
.jm-review-item  {
    color: #000!important;
}