/** Shopify CDN: Minification failed

Line 29:3 Unexpected "*"
Line 4012:0 Unexpected "}"

**/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/


/* typography scss file */


@charset "utf-8";
:root {
  --primary-color: #ffffff;
    --body-color: #000000;
    --primary-font: "Inter", sans-serif;
    --title-font: "Gilda Display", sans-serif;
    --montserrat-font: "Montserrat", sans-serif;
    --nota-sans-font: "Noto Sans", sans-serif; 
  }

  *,
  ** {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    line-height: normal;
    font-size: 18px;
    color: var(--primary-color);
      }

  html {
    margin: 0 !important;
    padding: 0 !important;
  }

  body {
    font-family: var(--primary-font);
      font-weight: 400;
      letter-spacing: normal;
      padding: 0;
      margin: 0;
      line-height: normal;
      font-size: 18px;
      color: var(--primary-color);
        overflow-x: hidden;
        }

  .newsletter-opened {
    overflow: hidden;
    touch-action: none;
    -ms-touch-action: none;
  }

  img {
    max-width: 100%;
    border: 0;
    height: auto;
    outline: none;
    display: block;
  }

  a {
    border: 0;
    outline: none;
    cursor: pointer;
    color: var(--primary-color);
      -webkit-transition: all .4s ease-in;
      -o-transition: all .4s ease-in;
      transition: all .4s ease-in;
      }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    margin: 0;
    padding: 0;
    font-family: var(--primary-font);
      letter-spacing: 0;
      }

  textarea {
    resize: none;
    overflow: auto;
  }

  input,
  button,
  textarea {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--body-color);
      border-radius: 0px;
      color: var(--body-color);
        }

  input,
  textarea,
  select {
    background-color: transparent;
    color: var(--body-color);
      border-radius: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      font-family: var(--primary-font);
        display: block;
        border: 0;
        border: 1px solid var(--body-color);
          }
  ::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    position: absolute;
    right: 0;
  }
  select,
  input[type="submit"] {
    cursor: pointer;
  }

  input[type="submit"],
  input[type="button"],
  button {
    background-color: var(--body-color);
      color: var(--primary-color);
        &:hover {
          background-color: var(--primary-color);
            border-color: var(--primary-color);
              color: var(--body-color);
                }
  }

  button,
  input,
  select,
  textarea,
  form,
  table {
    font-family: var(--primary-font);
      outline: none;
      }

  button,
  .btn {
    border: 0;
    background-color: var(--primary-color);
      color: var(--body-color);
        text-align: center;
           font-family: var(--primary-font);
    
          cursor: pointer;
          border-radius: 0;
          padding: 12px 12px;
          font-size: 14px;
          line-height: 16px;
          text-transform: uppercase;
          border: 1px solid transparent;
          letter-spacing: 0;
     font-weight: 900;
          }

  .input-group__btn .btn,
  .input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded,
  .shopify-payment-button .input-group__btn .shopify-payment-button__button--unbranded {
    padding: 8px 12px;
  }
 .btn {
    font-family: var(--title-font);
            font-weight: 400;
 }
  .btn:hover {
    background: var(--body-color);
      border: 1px solid var(--primary-color);
        color: var(--primary-color);
    font-family: var(--montserrat-font);
    font-weight: 900;
  }

  a:hover,
    a:focus {
      opacity: .6;
    }

  .btn-black {
    position: relative;
    display: inline-block;
  }

  .btn-black:before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    -webkit-transition: all .22s linear;
    -o-transition: all .22s linear;
    transition: all .22s linear;
    background: #fff;
    right: 0;
    top: -2px;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
  }

  .btn-black:after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    -webkit-transition: all .22s linear;
    -o-transition: all .22s linear;
    transition: all .22s linear;
    background: #fff;
    left: 0;
    bottom: 0;
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
  }

  .btn-black .btn {
    background: var(--body-color);
      color: var(--primary-color);
        }

  .btn-black:hover .btn {
    background: var(--primary-color);
      color: var(--body-color);
    font-family: var(--montserrat-font);
    font-weight: 900;
        }

  .btn-black .btn:before,
  .btn-black .btn:after,
  .btn-black:before,
  .btn-black:after {
    background: black;
  }

  .btn-black:hover:before {
    width: 100%;
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
  }

  .btn-black:hover:after {
    width: 100%;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
  }

  .btn-black:hover .btn:before {
    height: 100%;
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
  }

  .btn-black:hover .btn:after {
    height: 100%;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
  }

  label {
    display: inline-block;
    margin-bottom: 10px;
    text-transform: capitalize;
  }

  .flex-direction-column-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .contactus-column-direction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }


  /*placeholder color change */

  input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--body-color);
      }

  input::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--body-color);
      }

  input:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--body-color);
      }

  textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--body-color);
      }

  textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--body-color);
      }

  textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--body-color);
      }

  form,
  table {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 16px;
    border: none;
  }

  table thead th {
    background-color: transparent;
    vertical-align: middle;
    font-weight: bold;
    text-align: left;
    float: none;
    padding: 10px 15px;
    border-top: 1px solid #333;
  }

  table thead th:first-child {
    padding-left: 0;
  }

  table td {
    padding: 10px 15px;
    text-align: left;
    vertical-align: middle;
    border-top: 1px solid var(--primary-color);
      background: 0 0;
      font-family: var(--primary-font);
        }

  ul,
  ol {
    margin: 0;
    padding: 0;
    font-family: var(--primary-font);
      list-style-type: none;
      margin-top: 10px;
      }

  ul li {
    position: relative;
    padding-left: 16px;
    font-family: var(--primary-font);
      margin-bottom: 5px;
      }

  .container:before,
  .container:after {
    content: '';
    display: table;
  }

  .container:after {
    clear: both;
  }

  .row:before,
  .row:after {
    content: '';
    display: table;
  }

  .row:after {
    clear: both;
  }


  /* Common scss file */

  .errors {
    border: 0;
    background: 0;
    padding: 0;
    margin: 7px 0;
  }

  .errors ul {
    margin: 0;
  }

  #SearchDrawer .search-bar__table .search-bar__table-cell .search-bar__input:focus,
  #SearchDrawer .search-bar__table .search-bar__table-cell .search-bar__input:active {
    -webkit-text-fill-color: white !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  }

  .errors ul li {
    color: rgb(255 0 0 / 80%);
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-align: left;
  }

  .required-field-sign {
    position: absolute;
    color: rgb(255 0 0 / 80%);
    top: 0;
    left: 50px;
    font-size: 14px;
  }

  .form--success {
    background: 0;
    text-align: left;
    width: auto !important;
    padding: 5px 15px;
    display: inline-block;
    margin: 7px 0 !important;
  }


  /*   .shhh-footer-main .wrapper{
  display: flex;
  justify-content: flex-start;
} */

  ul li {
    font-family: var(--primary-font);
      }

  .container,
   #shhhshop-faqs .page-container{
    max-width: 1670px;
    padding: 0 20px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  @font-face {
    font-family: 'Gilda Display';
    src: url('GildaDisplay-Regular.woff2') format('woff2'), url('GildaDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Regular.woff2') format('woff2'), url('Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Thin.woff2') format('woff2'), url('Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-SemiBold.woff2') format('woff2'), url('Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Medium.woff2') format('woff2'), url('Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Light.woff2') format('woff2'), url('Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Black.woff2') format('woff2'), url('Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }


  /*inter font face */

  @font-face {
    font-family: 'Inter';
    src: url('Inter-ExtraBold.woff2') format('woff2'), url('Inter-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Inter';
    src: url('Inter-Black.woff2') format('woff2'), url('Inter-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'), url('Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Inter';
    src: url('Inter-ExtraLight.woff2') format('woff2'), url('Inter-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'), url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Inter';
    src: url('Inter-Light.woff2') format('woff2'), url('Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Inter';
    src: url('Inter-Medium.woff2') format('woff2'), url('Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Inter';
    src: url('Inter-Thin.woff2') format('woff2'), url('Inter-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Inter';
    src: url('Inter-SemiBold.woff2') format('woff2'), url('Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  
  /* Nota Sans Font family */
  @font-face {
    font-family: 'Noto Sans SC', sans-serif;
    src: url('NotoSansSC-Light-Alphabetic.woff2') format('woff2'),
        url('NotoSansSC-Light-Alphabetic.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans SC', sans-serif;
    src: url('NotoSansSC-Bold-Alphabetic.woff2') format('woff2'),
        url('NotoSansSC-Bold-Alphabetic.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans SC', sans-serif;
    src: url('NotoSansSC-Black-Alphabetic.woff2') format('woff2'),
        url('NotoSansSC-Black-Alphabetic.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans SC', sans-serif;
    src: url('NotoSansSC-Medium-Alphabetic.woff2') format('woff2'),
        url('NotoSansSC-Medium-Alphabetic.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans SC', sans-serif;
    src: url('NotoSansSC-Thin-Alphabetic.woff2') format('woff2'),
        url('NotoSansSC-Thin-Alphabetic.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans SC', sans-serif;
    src: url('NotoSansSC-Regular-Alphabetic.woff2') format('woff2'),
        url('NotoSansSC-Regular-Alphabetic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




  .mp4-video {
    position: relative;
    height: 100vh;
  }

  #myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-position: center center;
    background-size: contain;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .gif-image img,
  .single-image img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .vimeo-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
  }

  .vimeo-video iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }


  /* Header design start here */

.country_selector_right {
  display: inline-block;
  margin-right: 15px;
}

@media screen and (max-width: 992px){
.country_selector_right {
  margin-right: 10px;
}
}

  #NavDrawer {
    width: 960px;
  }

  .shopify-section-sidebar-menu .drawer__inner {
    padding: 0;
  }

  .sidebar-menu-section .drawer__inner .drawer-nav {
    margin: 0;
    padding-left: 115px;
  }

  .sidebar-menu-section .drawer__inner .drawer-nav .drawer-nav__item {
    padding: 0;
    margin-bottom: 25px;
  }

  .sidebar-menu-section .drawer__inner .drawer-nav .drawer-nav__item a {
    padding: 0;
    line-height: 90px;
    font-size: 85px;
    font-family: var(--title-font);
      font-weight: 400;
      }


  /*    Home page slider */

  .main-slider {
    height: 100vh;
  }

  .main-slider .slick-slide video,
  .main-slider .slick-slide img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .main-slider .slick-dots,
  .field__slider-content .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 60px;
    background: transparent;
    height: auto;
  }

  .main-slider .slick-dots li,
  .field__slider-content .slick-dots li {
    display: block;
    height: auto;
    width: 20px;
    margin: 0 10px;
    opacity: .5;
    mix-blend-mode: difference;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
  }

  .main-slider .slick-dots li.slick-active,
  .field__slider-content .slick-dots li.slick-active {
    opacity: 1;
  }

  .main-slider .slick-dots li button,
  .field__slider-content .slick-dots li button {
    background: transparent;
    font-size: 20px;
    font-weight: normal;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    color: var(--primary-color);
      }


  /* .main-slider .slick-dots li.slick-active button:after,
  .field__slider-content .slick-dots li.slick-active button:after {
  content: "";
  width: 10px;
  height: 1px;
  display: block;
  position: absolute;
  background: white;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2px;
  -webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  transition: all .4s ease-in;
} */

  .main-slider .video-wrapper {
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /*     z-index: -1; */
    overflow: hidden;
  }


  /*    .main-slider .video-wrapper iframe{
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

  .main-slider .video-wrapper+.play-icon-image {
    position: absolute;
    top: 50%;
    max-width: 64px;
    max-height: 64px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    display: none;
  }


  /*Footer css start here */

.footer_country_selector {
  margin-top: 20px;
}

  .site-footer {
    padding: 40px 0 15px 0;
  }

  .shopify-section.footer-section .shhh-footer-main {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
  }

  .shopify-section.footer-section .shhh-footer-main .section-title {
    margin: 0 0 21px 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 25px;
    font-family: var(--title-font);
      white-space: normal;
      text-align: left;
      max-width: 135px;
      }

  .shhh-footer-divide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    padding: 0 10px;
  }

  .shhh-footer-divide:last-child {
    width: auto;
  }

  .shhh-footer-divide:last-child .footer-icons--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }

  .shhh-footer-divide:last-child .footer-icons--wrapper .footer-icons {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .shhh-footer-divide:first-child {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 100%;
    margin-bottom: 55px;
  }

  .shhh-footer-divide .site-footer__linklist {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .shhh-footer-divide .site-footer__linklist li {
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 13px;
  }

  .shhh-footer-divide .site-footer__linklist li a {
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    font-family: var(--primary-font);
      display: inline-block;
      -webkit-transition: all .4s ease-in;
      -o-transition: all .4s ease-in;
      transition: all .4s ease-in;
/*       color: var(--body-color) !important; */
      }

  .shopify-section.footer-section .shhh-footer-main .newsletter .input-group {
    position: relative;
    text-align: left;
    width: 100%;
  }

  .shopify-section.footer-section .shhh-footer-main .newsletter .input-group .newsletter__input {
    padding: 0px 20px 0 0;
    width: 100%;
    margin-bottom: 4px;
    color: var(--primary-color);
      font-size: 16px;
      border:0;
      -webkit-text-fill-color: white !important;
      -webkit-box-shadow: 0 0 0px 1000px black inset;
      }

  .shopify-section.footer-section .shhh-footer-main .newsletter .input-group .newsletter__input:focus {
    border-color: transparent;
    -webkit-text-fill-color: white !important;
    -webkit-box-shadow: 0 0 0px 1000px black inset !important;
  }

  .shopify-section.footer-section .shhh-footer-main .newsletter .input-group .newsletter__input::-webkit-input-placeholder {
    font-size: 16px;
    color: var(--primary-color);
      opacity: 1;
      }

  .shopify-section.footer-section .shhh-footer-main .newsletter .input-group .newsletter__input::-moz-placeholder {
    font-size: 16px;
    color: var(--primary-color);
      opacity: 1;
      }

  .shopify-section.footer-section .shhh-footer-main .newsletter .input-group .newsletter__input:-ms-input-placeholder {
    font-size: 16px;
    color: var(--primary-color);
      opacity: 1;
      }

  .shopify-section.footer-section .shhh-footer-main .newsletter .input-group .newsletter__input::-ms-input-placeholder {
    font-size: 16px;
    color: var(--primary-color);
      opacity: 1;
      }

  .shopify-section.footer-section .shhh-footer-main .newsletter .input-group .newsletter__input::placeholder {
    font-size: 16px;
    color: var(--primary-color);
      opacity: 1;
      }

  .email-input-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
  }

  .shopify-section.footer-section .shhh-footer-main .newsletter .email-input-button .input-group__btn {
    margin-left: 0;
    margin-bottom: 0;
  }

  .footer-icons .social-icons {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between;
    -webkit-box-orient: vertical;
/*     -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; */
    margin: 0 -12px;
  }

  .footer-icons .social-icons li {
    padding: 0 12px;
    margin: 0 0px 0 0;
  }

  .footer-icons .social-icons li:last-child {
    margin: 0;
  }

  .footer-icons .hastag-title {
    text-align: left;
    margin-top: 40px;
    display: none;
  }

  .footer-icons .hastag-title span {
    color: white;
    font-size: 14px;
    line-height: 18px;
  }

  .shopify-section.footer-section .shhh-bottom-footer {
    margin-top: 48px;
    margin-bottom: 0;
  }

  .shopify-section.footer-section .shhh-bottom-footer .privacy-policy-list .site-footer__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
  }

  .shopify-section.footer-section .shhh-bottom-footer .privacy-policy-list .site-footer__copyright span,
  .shopify-section.footer-section .shhh-bottom-footer .privacy-policy-list .site-footer__copyright a {
    padding: 0 8px;
    color: var(--primary-color);
      font-family: var(--montserrat-font);
        font-size: 8px;
        -webkit-transition: all .4s ease-in;
        -o-transition: all .4s ease-in;
        transition: all .4s ease-in;
        text-transform: uppercase;
        }

  .email-input-button .input-group:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: white;
    bottom: 0;
    left: 0;
  }

  .footer-icons .social-icons li a .social-icon {
    width: 40px;
    height: 40px;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
  }

  .footer-icons .social-icons li a .social-icon:hover {
    opacity: .7;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
  }

  .footer-icons .social-icons li a .icon {
    display: none;
  }


  /*    Feature section */

  .feature-row .feature-row__text--left {
    margin-top: 0;
  }

  .feature-row .grid__item .feature-row__content {
    text-align: center;
    padding: 60px 10px;
  }

  .feature-row .grid__item .feature-row__content .img_title {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    font-family: var(--montserrat-font);
      letter-spacing: 2px;
      text-transform: uppercase;
      }

  .feature-row .grid__item .feature-row__content h2 {
    font-size: 50px;
    line-height: 45px;
    font-family: var(--title-font);
      margin: 72px 0;
      text-transform: uppercase;
      font-weight: 400;
      word-break: break-word;
      }

  .image-with-text .feature-row .grid__item .feature-row__content {
    max-width: 100%;
    overflow:hidden;
  }


  /* Feature section css  start here */

  .feature-section {
    margin-bottom: 60px;
    overflow: hidden;
  }

  .feature-section .feature-row:nth-child(n+1) {
    margin-bottom: 40px;
  }

  .feature-section .feature-row:last-child {
    margin-bottom: 0;
  }

  .shhh-product-featured-img {
    margin-bottom: 10px;
  }

  .feature-section .section-header {
    width: 100%;
    margin: 30px auto 60px auto;
    overflow: hidden;
  }

  .feature-section .section-header .feature-title {
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-left: 100%;
    will-change: transform;
    font-size: 50px;
    line-height: 45px;
    font-weight: 400;
    font-family: var(--title-font);
      text-transform: uppercase;
      -webkit-animation: marquee 8s linear infinite;
      animation: marquee 8s linear infinite;
      }

  .feature-section .section-header .feature-title span,
  .marquee-effect-text span {
    font-family: var(--montserrat-font);
      font-weight: 900;
      }

  .marquee-effect-text {
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-left: 100%;
    will-change: transform;
    font-size: 50px;
    line-height: 45px;
    font-weight: 400;
    font-family: var(--title-font);
      text-transform: uppercase;
      -webkit-animation: marquee-effect-text 8s linear infinite;
      animation: marquee-effect-text 8s linear infinite;
      }

  .shhh-data-image-loading-animation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1330px;
  }

  .shhh-data-image-loading-animation .product-img {
    max-width: 75px;
  }

  .feature-row-left .shhh-data-image-loading-animation {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .shhh-data-image-loading-animation .item-third {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .feature-row .layout-1 .featured-prod-row .shhh-product-details h4 {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .shhh-data-image-loading-animation .shhh-product-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 70px;
    margin-top: 00px;
    margin-left: -10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .shhh-data-image-loading-animation .shhh-product-details h4 {
    font-size: 50px;
    line-height: 45px;
    margin-right: 0px;
    font-family: var(--title-font);
      font-weight: 400;
      text-align: right;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      text-transform: uppercase;
      }

  .shhh-data-image-loading-animation .shhh-product-details .fetaure-content .sub-title {
    font-size: 14px;
    line-height: 17px;
    margin: 25px 0 18px 0;
    letter-spacing: -0.02px;
    max-width: 125px;
    min-width: 125px;
    font-weight: 300;
  }

  .shhh-data-image-loading-animation .shhh-product-details .fetaure-content {
    margin-left: 40px;
  }

  .feature-row.feature-row-left .shhh-data-image-loading-animation .shhh-product-details .fetaure-content {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
  }

  .feature-row .layout-2 .shhh-product-details {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }

  .feature-row .feature_box_img_section .feature-row__image-wrapper img {
    max-height: 375px;
    min-height: 375px;
  }

  @-webkit-keyframes marquee {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    100% {
      -webkit-transform: translate(-100%, 0);
      transform: translate(-100%, 0);
    }
  }

  @keyframes marquee {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    100% {
      -webkit-transform: translate(-100%, 0);
      transform: translate(-100%, 0);
    }
  }

  @-webkit-keyframes marquee-effect-text {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    100% {
      -webkit-transform: translate(-100%, 0);
      transform: translate(-100%, 0);
    }
  }

  @keyframes marquee-effect-text {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    100% {
      -webkit-transform: translate(-100%, 0);
      transform: translate(-100%, 0);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .marquee span {
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-duration: 0.01;
      animation-duration: 0.01;
      width: auto;
      padding-left: 0;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .marquee-effect-text span {
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-duration: 0.01;
      animation-duration: 0.01;
      width: auto;
      padding-left: 0;
    }
  }

  .cookies-details {
    background: white;
    border-radius: 15px;
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    position: relative;
    border: 1px solid #efefef;
  }

  .cookies-details .cookie-title {
    font-size: 18px;
    line-height: 24px;
    color: black;
    letter-spacing: -0.2px;
    font-weight: 400;
    width: 100%;
  }

  .cookies-details .description {
    font-size: 13px;
    line-height: 20px;
    color: black;
    letter-spacing: -0.2px;
    font-weight: 400;
    min-width: auto;
    display: block;
    margin: 10px 0
  }

  .cookies-details .description p {
    color: black;
  }

  .cookies-details .description a {
    color: black;
    text-decoration: underline;
    color: var(--body-color);
      }

  .cookies-details .cookie-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cookies-details .cookie-button .accept-button {
    background: black;
    color: white;
  }

  .cookies-details .cookie-button .accept-button:hover {
    background: white;
    color: black;
  }

  .cookie-button .btn-wrap:before,
  .cookie-button .btn-wrap:after,
  .cookie-button .accept-button.btn:before,
  .cookie-button .accept-button.btn:after {
    background: black;
  }

  .cookies-details .cookie-button .button-close {
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .cookies-details .cookie-button .button-close img {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    mix-blend-mode: difference;
    width: 20px;
    height: 20px;
  }

  .cookies-details .cookie-button .button-close {
    padding: 0;
  }

  .white_background_template .cookies-details .cookie-button .button-close {
    background-color: transparent
  }

  #cookies-banner {
    position: fixed;
    bottom: 10px;
    z-index: 99;
    width: 100%;
  }

  .white_background_template .cookies-details {
    background: var(--body-color);
      color: var(--primary-color);
        }

  .white_background_template .cookies-details .cookie-title,
  .white_background_template .cookies-details .description,
  .white_background_template .cookies-details .description a,
  .white_background_template .cookies-details .description p {
    color: var(--primary-color);
      }

  .white_background_template .cookies-details .cookie-button .accept-button.btn {
    background: white;
    color: black;
  }

  .white_background_template .cookies-details .cookie-button .btn-wrap:hover .accept-button.btn {
    background: black;
    color: white;
  }

  .white_background_template .cookies-details .btn-wrap:before,
  .white_background_template .cookies-details .btn-wrap:after,
  .white_background_template .cookies-details .btn-wrap:hover .btn:before,
  .white_background_template .cookies-details .btn-wrap:hover .btn:after {
    background: white;
  }


  /* Product details page css */

  .product-recommendations {
    padding: 30px 0 50px;
  }

  .product-recommendations .collection-grid {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-recommendations .collection-grid .product-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .product-recommendations .product-item__link-wrapper {
    max-width: 200px;
    margin: 0 auto;
  }

  .product-item__link-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
  }

  .product-item__image--margins {
    margin: 0;
    min-height: auto;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    max-width: 150px;
    overflow: visible;
    z-index: 1;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
  }

  .product-item__link-wrapper .hover-wrapper {
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    margin-bottom: 0px;
    max-width: 225px;
  }

  .product-item__link-wrapper .hover-wrapper .product-item__title {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.02px;
    margin: 15px 0px 20px 0 !important;
    text-align: right;
    font-family: var(--primary-font);
      font-weight: 600;
      word-break: break-word;
      }

  .product-item__link-wrapper .hover-wrapper .product-item__title span {
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    margin-top: 15px;
  }
  .product-item__link-wrapper .hover-wrapper .product-metafield-english,
  .product-item__link-wrapper .hover-wrapper .product-metafield-chinese{
    font-size: 12px;
    line-height: normal;
    font-style: italic;
    font-family: var(--primary-font);
      font-weight: 600;
      letter-spacing: -0.2px;
      text-align: left;
      }
  .product-item__link-wrapper .hover-wrapper .product-metafield-chinese{
    font-style: normal;
    font-size: 15px;
  }
  .product-item__link-wrapper .product-item__link:hover .product-item__image {
    opacity: 1;
  }

  .product-item__link-wrapper .product-item__image-container {
    max-width: initial !important;
    margin: 0;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    z-index: 1;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
  }


  /* Product listing page design */

  .collection-template-section .collection-heading {
    font-size: 50px;
    line-height: 45px;
    margin: 115px auto 22px auto;
    font-family: var(--title-font);
      font-weight: 400;
      text-align: center;
      text-transform: uppercase;
      padding: 0 40px;
      }

  .collection-template-section .collection-grid {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px;
  }

  .collection-template-section .collection-grid .product-item.even-class,
  .collection-template-section .collection-grid .product-item.odd-class {
    width: 100%;
  }

  .collection-template-section .collection-grid .product-item__link-wrapper {
    max-width: calc(100vw - 6rem);	
    margin: 0 auto;	
    padding:1rem;
  }

  .collection-template-section .collection-grid .product-item {
    margin-bottom: 30px;
  }

  .collection-template-section .collection-grid .product-item__link,
  .product-recommendations .collection-grid .product-item__link {
    overflow: visible;
    position: unset;
    width: auto;
    height: auto;
    min-height: auto;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    max-width: unset;
  }

  .collection-template-section .collection-grid .product-item__link .product-item__image,
  .product-recommendations .collection-grid .product-item__link .product-item__image {
    position: relative;
    top: unset;
    left: unset;
    width: auto;
    margin: 0;
       max-width:40vw;	
/*     max-width: 81px;	
    min-width: 81px; */
  }

  .collection-template-section .product-item__link .product-item__image-wrapper,
  .product-recommendations .product-item__link .product-item__image-wrapper {
    padding-top: 0 !important;
    height: unset;
  }

  .collection-template-section .product-item__meta,
  .product-recommendations .product-item__meta {
    display: none;
  }

  .filter-button-wrapper {
    position: relative;
  }

  .collection-template-section .filter-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
  }

/*   .collection-template-section .filter-buttons.shhh-filter-button-animation {
    opacity: 1 !important;
  } */

/*   .collection-template-section .filter-buttons.showbuttons {
    opacity: 1;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
  } */

  .collection-template-section .filter-buttons .btn-list ul {
    margin: 0 -17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .collection-template-section .filter-buttons .btn-list ul li {
    margin: 0;
    padding: 0 6px;
    margin-bottom: 10px;
  }

  .collection-template-section .filter-buttons .btn-list ul li.active .btn {
    background: var(--body-color);
      border: 2px solid var(--primary-color);
        color: var(--primary-color);
          padding: 10px 12px;
          }

  .white_background_template .collection-template-section .filter-buttons .btn-list ul li.active .btn {
    background: var(--primary-color);
      border: 2px solid var(--body-color);
        color: var(--body-color);
          }

  .collection-template-section .filter-buttons .btn-list ul li.active .btn:after,
  .collection-template-section .filter-buttons .btn-list ul li.active .btn:before,
  .collection-template-section .filter-buttons .btn-list ul li.active .btn-wrap:after,
  .collection-template-section .filter-buttons .btn-list ul li.active .btn-wrap:before {
    width: 0;
  }

  .collection-template-section .animated-text {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }

  .collection-template-section .animated-text .text-title {
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.8px;
    -webkit-transition: all 1.4s ease-in;
    -o-transition: all 1.4s ease-in;
    transition: all 1.4s ease-in;
    z-index: 3;
    position: relative;
    padding: 0 10px;
    /*     transform: translateY(-10px); */
  }

  .collection-template-section .animated-text .text-title.text-animation {
    -webkit-transform: translateY(400px);
    -ms-transform: translateY(400px);
    transform: translateY(400px);
    opacity: 0;
    -webkit-transition: all 1.4s ease-in;
    -o-transition: all 1.4s ease-in;
    transition: all 1.4s ease-in;
    height: 0;
  }

  .collection-template-section .pagination {
    font-family: var(--primary-font);
      font-weight: 400;
      font-size: 20px;
      margin: 0;
      letter-spacing: 0;
      padding: 0;
      }

  .collection-template-section .pagination span {
    line-height: normal;
    padding: 0;
  }

  .collection-template-section .pagination span a,
  .collection-template-section .pagination span.current {
    margin: 0 12px;
    padding: 0 5px;
  }

  .collection-template-section .pagination span.current {
    border-bottom: 1px solid white;
  }


  /*   Product details image/text section */

  .custom-field--value .fc-field {
    width: 100%;
  }

  .custom-fields-section .custom-fields-section__item>div {
    margin-bottom: 0 !important;
    padding: 0;
  }

  .custom-fields-section .image-with-text-section .cf-widget-items-wrapper {
    padding: 0;
    max-width: 100%;
    width: 100%;
  }

  .custom-fields-section .image-with-text-section .cf-widget-item {
    margin: 0;
  }

  .custom-fields-section .image-with-text-section .cf-widget-item .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .custom-fields-section .image-with-text-section .cf-widget-item .inner .cf-column {
    margin-bottom: 0;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .custom-fields-section .image-with-text-section .cf-widget-item .inner .cf-column img {
    position: relative;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 100%;
    width: 100%;
    display: block;
    max-height: 375px;
    min-height: 375px;
  }

  .custom-fields-section .image-with-text-section .cf-widget-item .inner .cf-column:last-child {
    width: 100%;
    padding: 50px 20px;
  }

  .custom-fields-section .image-with-text-section .cf-widget-item .inner .cf-column .cf-column-inner {
    max-width: 100%;
    margin: 0 auto;
  }

  .custom-fields-section .image-with-text-section .cf-widget-item .inner .cf-column .cf-column-inner .cf-widget-field,
  .image-with-slider-section .custom-field--value .coll-main-slider .repeater-item p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    text-align:center;
  }

  .image-with-slider-section .custom-field--value .coll-main-slider .repeater-item p {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0px 20px;
  }

  .custom-fields-section .image-with-text-section .cf-widget-item .inner .cf-column .cf-column-inner .cf-widget-field p,
  .image-with-slider-section .custom-field--value .coll-main-slider .repeater-item p {
    letter-spacing: .3px;
    margin-bottom: 20px;
    text-align: center;
  }

  .custom-fields-section .image-with-text-section .cf-widget-item .inner .cf-column .cf-column-inner .cf-widget-field p:last-child {
    margin-bottom: 0;
  }

  .image-with-slider-section {
    padding: 0 !important;
  }

  .image-with-slider-section .custom-field--value,
  .image-with-slider-section .coll-main-slider {
    height: auto;
    min-height: auto;
    padding-bottom: 00px;
  }

  .image-with-slider-section .custom-field--value img {
    display: none;
  }

  .custom-field--value.content-wrapper {
    padding-bottom: 0 !important;
  }

  .template-collection .footer-section,
  .template-search .footer-section {
    margin-top: 80px;
  }

  .template-search .search-title {
    font-weight: 400;
    font-family: var(--primary-font);
      font-size: 14px;
      padding: 45px 20px 20px;
      }


  /*  Product listing gallery section */

  .gallery-image-section.custom-field {
    max-width: 100% !important;
  }

  .gallery-image-section .custom-field--value img {
    position: relative;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 375px;
    min-height: 375px;
    width: 100%;
  }


  /* Third party product hover effect */

  .collection-template-section .collection-grid .product-item.third-party-product,
  .product-recommendations .product-item.third-party-product {
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    position: relative;
    padding: 30px 0;
  }

  .collection-template-section .collection-grid .product-item.third-party-product:after,
  .product-recommendations .product-item.third-party-product:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.4);
    z-index: 0;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
  }

  .collection-template-section .collection-grid .product-item.third-party-product.full_set_animation:after,
  .product-recommendations .collection-grid .product-item.third-party-product.full_set_animation:after{
    background: transparent !important;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
  }

  .white_background_template .collection-template-section .collection-grid .product-item.third-party-product:after,
  .white_background_template .product-recommendations .product-item.third-party-product:after {
   	/*     background: rgb(0 0 0 / 40%); */	
    background: black;
  }

  .third-party-product .product-item__link-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .third-party-product .product-item__link-wrapper .hover-wrapper {
    -webkit-transform: translate(-30px) !important;
    -ms-transform: translate(-30px) !important;
    transform: translate(-30px) !important;
    opacity: 1 !important;
    z-index: 1 !important;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }

  .third-party-product.product-item:nth-child(even) .product-item__link-wrapper .hover-wrapper {
    -webkit-transform: translate(30px) !important;
    -ms-transform: translate(30px) !important;
    transform: translate(30px) !important;
  }

  .third-party-product.product-item__link-wrapper .hover-wrapper .product-item__title {
    text-align: right;
  }

  .collection-grid .third-party-product.product-item:nth-child(even) .product-item__link-wrapper .hover-wrapper .product-item__title {
    text-align: left;
  }

  .third-party-product .product-item__link-wrapper .hover-wrapper .product-item__title {
    color: var(--body-color);
      }

  .white_background_template .third-party-product .product-item__link-wrapper .hover-wrapper .product-item__title {
    color: var(--primary-color);
      }

  .third-party-product .product-item__shop-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .third-party-product .product-item__shop-wrapper .btn-wrap .btn {
    background: var(--body-color);
      color: var(--primary-color);
        }

  .third-party-product .product-item__shop-wrapper .btn-wrap:hover .btn {
    background: transparent;
    color: var(--body-color);
      }

  .third-party-product .product-item__shop-wrapper .btn-wrap:before,
  .third-party-product .product-item__shop-wrapper .btn-wrap:after,
  .third-party-product .product-item__shop-wrapper .btn-wrap:hover .btn:before,
  .third-party-product .product-item__shop-wrapper .btn-wrap:hover .btn:after,
  .third-party-product .product-item__shop-wrapper .btn-wrap .btn:before,
  .third-party-product .product-item__shop-wrapper .btn-wrap .btn:after {
    background: black;
  }

  .third-party-product.full_set_animation .product-item__shop-wrapper .btn-wrap:before,
  .third-party-product.full_set_animation .product-item__shop-wrapper .btn-wrap:after,
  .third-party-product.full_set_animation .product-item__shop-wrapper .btn-wrap:hover .btn:before,
  .third-party-product.full_set_animation .product-item__shop-wrapper .btn-wrap:hover .btn:after,
  .third-party-product.full_set_animation .product-item__shop-wrapper .btn-wrap .btn:before,
  .third-party-product.full_set_animation .product-item__shop-wrapper .btn-wrap .btn:after {
    background: white;
  }

  .white_background_template .third-party-product.full_set_animation .product-item__shop-wrapper .btn-wrap:before,
  .white_background_template .third-party-product.full_set_animation .product-item__shop-wrapper .btn-wrap:after,
  .white_background_template .third-party-product.full_set_animation .product-item__shop-wrapper .btn-wrap:hover .btn:before,
  .white_background_template .third-party-product.full_set_animation .product-item__shop-wrapper .btn-wrap:hover .btn:after,
  .white_background_template .third-party-product.full_set_animation .product-item__shop-wrapper .btn-wrap .btn:before,
  .white_background_template .third-party-product.full_set_animation .product-item__shop-wrapper .btn-wrap .btn:after {
    background: black;
  }

  .white_background_template .third-party-product .product-item__shop-wrapper .btn-wrap .btn {
    background: white;
    color: black;
  }

  .white_background_template .third-party-product .product-item__shop-wrapper .btn-wrap:hover .btn {
    background: transparent;
    color: white;
  }

  .white_background_template .third-party-product .product-item__shop-wrapper .btn-wrap:before,
  .white_background_template .third-party-product .product-item__shop-wrapper .btn-wrap:after,
  .white_background_template .third-party-product .product-item__shop-wrapper .btn-wrap:hover .btn:before,
  .white_background_template .third-party-product .product-item__shop-wrapper .btn-wrap:hover .btn:after,
  .white_background_template .third-party-product .product-item__shop-wrapper .btn-wrap .btn:before,
  .white_background_template .third-party-product .product-item__shop-wrapper .btn-wrap .btn:after {
    background: white;
  }

  .collection-template-section .collection-grid .product-item.third-party-product .product-item__image-container,
  .product-recommendations .product-item.third-party-product .product-item__image-container {
    -webkit-transform: translate(0px) !important;
    -ms-transform: translate(0px) !important;
    transform: translate(0px) !important;
  }

  .collection-template-section .collection-grid .product-item.third-party-product:hover .product-item__link-wrapper .hover-wrapper,
  .product-recommendations .product-item.third-party-product:hover .product-item__link-wrapper .hover-wrapper {
    opacity: 1 !important;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
  }

  .white_background_template .third-party-product .btn-wrap:hover .btn,
  .third-party-product .btn-wrap:hover .btn {
    background: transparent;
  }


  /* Signup page design */

  .preview-location-section .card-body {
    margin: 0 auto;
    background-color: var(--primary-color);
      padding: 22px;
      position: relative;
      border-radius: 10px;
      }

  .preview-location-section:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .preview-location-section {
    position: relative;
    padding: 20px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 100;
    /*     display: none; */
  }

  .preview-location-section .location-popup .close-popup {
    width: 21px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    height: 21px;
    right: 0px;
    top: 0px;
  }

  .preview-location-section .location-popup .close-popup:before {
    height: 20px;
    width: 2px;
    right: 10px;
    top: 0;
    position: absolute;
    content: '';
    background-color: #3E4155;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .preview-location-section .location-popup .close-popup:after {
    height: 20px;
    width: 2px;
    right: 10px;
    top: 0;
    position: absolute;
    content: '';
    background-color: #3E4155;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .preview-location-section .location-popup {
    position: relative;
  }

  .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .newslatter-section .preview-location-section .card-body {
    padding: 0;
    min-width: 90%;
    max-width: 90%;
    border-radius: 0;
  }

  .newslatter-section .preview-location-section .card-body .card-modal-body {
    width: 100%;
    padding: 20px 0;
  }

  .newslatter-section .preview-location-section .card-body .newsletter-heading {
    font-size: 70px;
    line-height: 65px;
    color: var(--body-color);
      white-space: nowrap;
      font-family: var(--title-font);
        font-weight: 400;
        z-index: 1;
        position: relative;
        }

  .newslatter-section .preview-location-section .card-body .newsletter-heading span {
    font-family: var(--montserrat-font);
      font-weight: 900;
      }

  .newslatter-section .newsletter-img {
    display: none;
  }

  .newslatter-section .newsletter-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 40%;
    object-position: 40%;
  }

  .newslatter-section .newsletter-text {
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 15px;
    max-width: 100%;
    color: var(--body-color);
      }

  .newsletter-note {
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: .3px;
    color: var(--body-color);
      }

  .newslatter-section .newsletter-text p {
    letter-spacing: .3px;
    line-height: 25px;
  }

  .newslatter-section .shhh-newsletter-popup-contennt {
    margin: 5px 20px 0 20px;
  }

  .newslatter-section .shhh-newsletter-popup-contennt .btn-black {
    margin: 10px 0 20px 0;
  }


  /* input section design */

  .newslatter-section .input-group input {
    max-width: 360px;
    margin: 0;
    padding: 0px 0 5px 3px;
    border: 0;
    border-bottom: 1px solid var(--body-color);
      font-size: 18px;
      color: var(--body-color);
        opacity: 1;
        font-weight: 300;
        -webkit-text-fill-color: black !important;
        -webkit-box-shadow: 0 0 0px 1000px white inset !important;
        }

  .newslatter-section .input-group input:focus {
    -webkit-text-fill-color: black !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  }

  .newslatter-section .input-group input::-webkit-input-placeholder {
    font-size: 18px;
    color: var(--body-color);
      opacity: 1;
      font-weight: 300;
      }

  .newslatter-section .input-group input::-moz-placeholder {
    font-size: 18px;
    color: var(--body-color);
      opacity: 1;
      font-weight: 300;
      }

  .newslatter-section .input-group input:-ms-input-placeholder {
    font-size: 18px;
    color: var(--body-color);
      opacity: 1;
      font-weight: 300;
      }

  .newslatter-section .input-group input::-ms-input-placeholder {
    font-size: 18px;
    color: var(--body-color);
      opacity: 1;
      font-weight: 300;
      }

  .newslatter-section .input-group input::placeholder {
    font-size: 18px;
    color: var(--body-color);
      opacity: 1;
      font-weight: 300;
      }

  .newslatter-section .input-group input:focus+.required-field-sign {
    display: none;
  }

  .newslatter-section .input-group .input-element {
    margin: 0 0 20px 0;
  }

  .newslatter-section .input-group .input-element.email {
    position: relative;
  }

  .newslatter-section .preview-location-section .location-popup {
    position: unset;
  }

  .newslatter-section .preview-location-section .location-popup .close-popup {
    right: 7px;
    top: 7px;
    width: 24px;
    height: 25px;
  }

  .newslatter-section .preview-location-section .location-popup .close-popup:before,
  .newslatter-section .preview-location-section .location-popup .close-popup:after {
    height: 20px;
    width: 2px;
    background-color: var(--body-color);
      }


  /* Login page css */

  .customer__account-form {
    margin: 0 auto;
    max-width: 100%;
  }

  .sign-in-pages-white-background {
    background-color: var(--primary-color);
      color: var(--body-color);
        }

  .page-container.sign-in-pages {
    padding: 0 20px;
    max-width: 100%;
    margin: 140px auto 40px 0;
  }

  .sign-in-pages input {
    max-width: 382px;
    margin: 0 auto 0 auto;
    padding: 0px 0 5px 3px;
    border: 0;
    border-bottom: 1px solid var(--body-color);
      font-size: 18px;
      line-height: 28px;
      color: var(--body-color);
        opacity: 1;
        font-weight: 300;
        -webkit-text-fill-color: black !important;
        -webkit-box-shadow: 0 0 0px 1000px white inset !important;
        padding-top: 2px;
        margin-bottom: 20px;
        }

  .sign-in-pages input:focus {
    -webkit-text-fill-color: black !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  }

  .sign-in-pages input::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 28px;
    color: var(--body-color);
      opacity: 1;
      font-weight: 300;
      }

  .sign-in-pages input::-moz-placeholder {
    font-size: 18px;
    line-height: 28px;
    color: var(--body-color);
      opacity: 1;
      font-weight: 300;
      }

  .sign-in-pages input:-ms-input-placeholder {
    font-size: 18px;
    line-height: 28px;
    color: var(--body-color);
      opacity: 1;
      font-weight: 300;
      }

  .sign-in-pages input::-ms-input-placeholder {
    font-size: 18px;
    line-height: 28px;
    color: var(--body-color);
      opacity: 1;
      font-weight: 300;
      }

  .sign-in-pages input::placeholder {
    font-size: 18px;
    line-height: 28px;
    color: var(--body-color);
      opacity: 1;
      font-weight: 300;
      }

  .sign-in-pages .btn-links {
    margin-bottom: 10px;
  }

  .sign-in-pages .btn-links.last-element {
    margin-bottom: 0px;
  }

  .sign-in-pages .btn-links a {
    font-size: 14px;
    line-height: 20px;
    color: var(--body-color);
      font-weight: 900;
      text-transform: uppercase;
      font-family: var(--montserrat-font);
        }

  .sign-in-pages .reset-password {
    font-family: var(--primary-font);
      letter-spacing: .3px;
      font-size: 30px;
      line-height: 36px;
      font-weight: 600;
      }

  .sign-in-pages .reset-password-desc {
    font-size: 14px;
    margin: 7px 0 20px 0;
  }

  .sign-in-pages .btn-black {
    margin: 15px 0 25px;
  }

  .sign-in-pages .errors {
    margin: 0px auto 10px auto;
    max-width: 382px;
  }

/*   .sign-in-pages .errors ul li {
    white-space: nowrap;
  } */
.sign-in-pages .errors ul li a{
    color: rgba(255, 0, 0, 0.8);
}
  .all-collection-list {
    margin-top: 140px;
  }

  .all-collection-list .grid__item {
    padding: 20px;
    margin-bottom: 30px;
  }

  .all-collection-list .grid__item .collection-grid__link-overlay {
    background-size: contain;
  }

  .all-collection-list .collection-grid__link-overlay {
    position: relative;
  }

  .all-collection-list .collection-grid__link-overlay:before {
    background: rgba(255, 255, 255, 0.4);
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }

  .all-collection-list .collection-grid__title {
    font-size: 15px;
    line-height: 20px;
    color: var(--body-color);
      -webkit-transition: all .5s ease-in;
      -o-transition: all .5s ease-in;
      transition: all .5s ease-in;
      background-color: transparent;
      font-family: var(--primary-font);
        }

  .all-collection-list .small--one-half {
    width: 100%;
  }

  .all-collection-list .collection-grid__link-overlay {
    overflow: unset;
  }

  .template-404 .main-content {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .template-404 .not-found-page {
    max-width: 100%;
    padding: 0 20px;
    margin-top: 140px;
    margin-bottom: 30px;
  }

  .not-found-page .heading {
    font-size: 50px;
    line-height: 45px;
    font-family: var(--title-font);
      font-weight: 400;
      text-transform: uppercase;
      }

  .not-found-page .desc-not-found {
    font-size: 16px;
    margin: 10px 0 30px;
  }

  .template-404 {
    min-height: 100vh;
  }


  /* Privacy Policy page css */

  .template-policy {
    min-height: 100vh;
  }

  .template-policy .shopify-policy__container {
    max-width: 1670px;
    margin: 140px auto 40px auto;
    width: 100%;
    padding: 0 20px;
  }

  .template-policy .shopify-policy__container .shopify-policy__body .shopify-policy__container {
    margin: 0;
    padding: 0;
  }

  .template-policy .shopify-policy__container .shopify-policy__title {
    text-transform: uppercase;
    margin-bottom: 30px;
  }

  .template-policy .shopify-policy__container .shopify-policy__title h1 {
    font-family: var(--title-font);
      font-size: 30px;
      line-height: 25px;
      font-weight: 400;
      }

  .template-policy .shopify-policy__container .shopify-policy__body a,
  #shhhshop-faqs .page-container .text-link{
    color: white;
    border-bottom: 1px solid var(--primary-color);
      }

  .template-policy .shopify-policy__container .shopify-policy__body p,
  #shhhshop-faqs .page-width p{
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 14px;
  }

  .template-policy .shopify-policy__container .shopify-policy__body strong {
    font-size: 18px;
    margin: 20px 0;
    display: block;
  }
  #shhhshop-faqs .main-content{
  	margin-bottom:40px;
  }

  /* contact us page css */

  .contact-us .heading {
    margin: 140px auto 50px auto;
  }

  .contact-us .heading .heading-title,
  .press-page .heading .heading-title,
  .about-us-page .heading .heading-title,
  #shhhshop-faqs header h1{
    font-size: 50px;
    line-height: 45px;
    margin: 0;
    font-family: var(--title-font);
      font-weight: 400;
      text-align: center;
      text-transform: uppercase;
      }

  .contact-us .contact-map-section {
    text-align: center;
  }

  .contact-us .contact-map-section .map-title {
    margin-bottom: 25px;
  }

  .contact-us .contact-map-section .map-location iframe {
    width: 100%;
    min-height: 375px;
    max-height: 375px;
  }

  .contact-us .contact-map-section .map-address {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .contact-us .contact-map-section .map-address .left-side,
  .contact-us .contact-map-section .map-address .right-side {
    width: 100%;
    max-width: 100%;
  }

  .contact-us .contact-map-section .map-address .right-side {
    padding-top: 30px;
  }

  .contact-us .contact-map-section .map-address .left-side ul {
    margin: 0;
  }

  .contact-us .contact-map-section .map-address .left-side ul li {
    margin: 0;
    padding: 0;
    text-align: left;
    margin-bottom: 30px;
  }

  .contact-us .contact-map-section .map-address .left-side ul li:last-child {
    margin-bottom: 0;
  }

  .contact-us .contact-map-section .map-address .left-side ul li span,
  .contact-us .contact-map-section .contact-feature-section .feature-item .feature-title,
  .contact-us .contact-map-section .map-title {
    color: var(--primary-color);
      letter-spacing: 2px;
      font-size: 16px;
      font-weight: 300;
      line-height: 24px;
      font-family: var(--montserrat-font);
        }

  .contact-us .contact-map-section .map-address .left-side ul li p,
  .contact-us .contact-map-section .map-address .right-side p,
  .contact-us .contact-map-section .contact-feature-section .feature-item .feature-desc {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: .3px;
    font-weight: 300;
    text-align: left;
  }

  .contact-us .contact-map-section .contact-feature-section {
    margin: 80px 0 40px;
  }

  .contact-us .contact-map-section .contact-feature-section .feature-item {
    margin-bottom: 60px;
    padding: 0;
  }

  .contact-us .contact-map-section .contact-feature-section .feature-item:last-child {
    margin-bottom: 00px;
  }

  .contact-us .contact-map-section .contact-feature-section .feature-item .feature-title {
    margin-bottom: 25px;
    text-align: left;
  }


  /*Search bar design */

  .template-search .action-bar {
    background: transparent;
    margin: 140px auto 0px auto;
    width: 100%;
    overflow: visible;
    height: auto;
  }

  .template-search .action-bar .search__results-count {
    text-align: center;
    padding: 0 20px;
    margin: 0;
    font-size: 30px;
    line-height: 36px;
    font-family: var(--title-font);
     color: var(--body-color);
      }


  /* page press design */

  .press-page .heading {
    margin: 140px auto 30px auto;
  }

  .press-page .press-page-content .press-title,
  .press-page .press-page-content .press-page-list .press-page-item .press-data .press-data-desc {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .3px;
    font-weight: 300;
    text-align: center;
  }

  .press-page .press-page-content .press-page-list .press-page-item .press-data .press-data-desc span {
    display: block;
  }

  .press-page .press-page-content .press-page-list {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .press-page .press-page-content .press-page-list .press-page-item {
    width: 100%;
    margin-bottom: 35px;
  }

  .press-page .press-page-content .press-page-list .press-page-item img {
    margin: 0 auto;
  }

  .press-page .press-page-content .press-page-list .press-page-item .press-data .press-data-title {
    font-family: var(--title-font);
      font-size: 30px;
      line-height: 30px;
      margin-bottom: 20px;
      text-transform: uppercase;
      text-align: center;
      font-weight: 400;
      }

  .press-page .press-page-content .press-page-list .press-page-item .press-data {
    margin-top: 35px;
  }

  .press-page .press-page-content {
    margin-bottom: 15px;
  }


  /* about us page css */

  .about-us-page {
    padding-bottom: 30px;
  }

  .about-us-page .heading,
  #shhhshop-faqs .page-container header{
    margin: 140px auto 30px auto;
  }

  .about-page-white-background {
    background: white;
    color: var(--body-color);
      }

  .about-us-page .mt-120 {
    margin-top: 40px;
  }

  .about-us-page .pb-30 {
    padding-bottom: 30px;
  }

  .about-page-white-background .title-paragraph .small-title,
  .about-page-white-background .title-paragraph .para-desc,
  .about-page-white-background .image-with-text.flex-direction-row-reverse .right-side .image-text,
  .about-page-white-background .medium-title .medium-title-h3,
  .about-page-white-background .medium-title .medium-title-desc,
  .about-page-white-background .marquee-effect-text {
    color: var(--body-color) !important;
      text-transform: unset;
      }

  .about-page-white-background .marquee-effect-text {
    text-transform: uppercase !important;
  }

  .about-us-page .title-paragraph,
  .about-us-page .image-with-text,
  .about-us-page .medium-title .medium-title-h3,
  .about-us-page .image-with-text-background,
  .omg-tab-section,
  .about-us-page .mb-120 {
    margin-bottom: 40px;
  }

  .about-us-page .image-with-text .btn-black {
    margin: 0 auto;
  }

  .about-us-page .image-with-text.margin-0 {
    margin-bottom: 0 !important;
  }
  .about-us-page .mt-0 {
    margin-top: 0 !important;
  }
  .about-us-page .mb-0 {
    margin-bottom: 0 !important;
  }

  .about-us-page .title-paragraph .small-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    color: var(--primary-color);
      letter-spacing: 2px;
      font-weight: 400;
      font-family: var(--montserrat-font);
        display: block;
        text-align: center;
        }

  .about-us-page .title-paragraph .para-desc {
    font-size: 22px;
    line-height: 32px;
    color: var(--primary-color);
      letter-spacing: normal;
      font-weight: 400;
      font-family: var(--title-font);
        text-align: center;
        }

  .about-us-page .title-paragraph .para-desc span,
  .about-us-page .image-with-text .right-side .image-text.spa-tab-font {
    font-size: 20px;
    line-height: 34px;
    font-weight: 600;
    font-family: var(--primary-font);
      letter-spacing: -0.3px;
      }

  .about-us-page .image-with-text,
  .about-us-page .image-with-text-background {
    max-width: 100%;
    width: 100%;
  }

  .about-us-page .image-with-text .left-side,
  .about-us-page .image-with-text .right-side,
  .about-us-page .image-with-text-background .left-side,
  .about-us-page .image-with-text-background .right-side {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
  }

  .about-us-page .image-with-text .left-side img,
  .about-us-page .text-image-column .image-section img {
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    max-height: 375px;
    min-height: 375px;
    width: 100%;
  }

  .about-us-page .image-with-text .right-side,
  .about-us-page .image-with-text-background .left-side,
  .about-us-page .image-with-text-background .right-side {
    padding: 50px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .about-us-page .image-with-text .right-side .image-text,
  .about-us-page .medium-title .medium-title-desc,
  #OMG .image-with-text-background p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    margin: 0 auto;
    text-align: center;
  }

  .about-us-page .image-with-text-background .left-side p,
  .about-us-page .only-desciption .only-desc-data , .about-us-page .image-with-text-background .right-side .address-details p{
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: .1px;
    text-align: center;
  }

  .about-us-page .image-with-text .right-side .image-text {
    max-width: 100%;
  }

  .about-us-page .image-with-text-background .left-side p,
  .about-us-page .image-with-text-background .right-side p {
    max-width: 610px;
    margin: 0 auto;
  }

  .about-us-page .medium-title .medium-title-h3 {
    font-size: 26px;
    line-height: 40px;
    letter-spacing: -0.4px;
    text-align: center;
    font-weight: 300
  }

  .about-us-page .medium-title .medium-title-desc span,
  .about-us-page .only-desciption .only-desc-data {
    margin-bottom: 25px;
    display: block;
  }

  .about-us-page .medium-title .medium-title-desc span:last-child {
    margin-bottom: 0;
  }

  .about-us-page .only-desciption .only-desc-data:last-child {
    margin-bottom: 0;
  }

  .about-us-page .about-us-marquee-effect {
    padding: 0px 0 50px;
  }

  .about-us-page .image-with-text-background .right-side {
    background: white;
    color: black;
  }

.about-us-page .image-with-text-background p.title_tag_text , .title_tag_text{
    font-size: 20px !important;
    line-height: 32px !important;
    letter-spacing: -0.3px;
    text-align: center;
    font-weight: 300;
  }

  .about-us-page .image-with-text-background.flex-direction-row-reverse .left-side {
    background: white;
    color: black;
  }

  .about-us-page .image-with-text-background.flex-direction-row-reverse .right-side {
    background: black;
    color: white;
  }

  .about-us-page .image-with-text.celebrity-section .right-side .image-text {
    font-size: 20px;
    line-height: 34px;
    text-align: center;
  }

  #SPA .image-with-text.flex-direction-row-reverse .right-side .image-text {
    text-align: center;
  }

  #SPA .image-with-text-background .right-side p,
  #SPA .image-with-text-background .right-side .address-details {
    margin-bottom: 30px;
  }

  #SPA .image-with-text-background {
    margin-bottom: 0;
  }

  #SPA .image-with-text-background .right-side p:last-child {
    margin-bottom: 0;
  }

  #SPA .image-with-text-background .right-side .address-details:last-child {
    margin-bottom: 0;
  }

  #SPA .image-with-text-background .right-side .address-details a {
    color: var(--body-color);
      }

  .about-us-page .image-with-text .right-side .image-text.spa-tab-font {
    letter-spacing: -0.3px;
  }

  #SPA .only-desciption .only-desc-data {
    padding: 0 30px;
  }

  .about-us-page .about-us-image-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }

  .about-us-page .about-us-image-list li {
    padding: 0;
    margin:0;
  }
  .about-us-page .about-us-image-list li img {
    width: 100%;
    height: 100%;
  }
  .about-us-page .image-with-text .right-side .btn-black {
    margin-bottom: 25px;
  }
  #SPA .image-with-text-background .left-side,
  #SPA .image-with-text-background .right-side {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .white_background_template .third-party-product.full_set_animation .product-item__link-wrapper .hover-wrapper .product-item__title {
    color: black;
  }

  .third-party-product.full_set_animation .product-item__link-wrapper .hover-wrapper .product-item__title {
    color: white;
  }

  .collection-template-section .collection-grid .full_set_animation .product-item__link .product-item__image,
  .product-recommendations .collection-grid .full_set_animation .product-item__link .product-item__image{
    max-width: 225px;
    min-width: 225px;
    opacity: .3;
  }

  .full_set_animation.third-party-product .product-item__shop-wrapper .btn-wrap .btn {
    background: var(--primary-color);
      color: var(--body-color);
        }

  .full_set_animation.third-party-product.product-item .product-item__link-wrapper .hover-wrapper {
    -webkit-transform: translate(-50%, 0px) !important;
    -ms-transform: translate(-50%, 0px) !important;
    transform: translate(-50%, 0px) !important;
    position: absolute;
    left: 50%;
  }

  .full_set_animation.third-party-product.product-item .product-item__link-wrapper .hover-wrapper .product-item__title {
    text-align: center !important;
  }

  .full_set_animation.third-party-product.product-item .product-item__link-wrapper .hover-wrapper .product-item__shop-wrapper {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .account_user_icon a:hover{
    opacity:1;
  }

  /*date picker css*/
  #birthday {
    position: relative;
  }

  #birthday::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
  }
  
  .custom-fields-section .image-with-text-section .cf-widget-item .inner .cf-column .cf-column-inner 
  .image-with-text-title,
  .collection-template-title{
    font-size: 14px !important;
    line-height: 25px !important;
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: 2px;
    font-family: var(--montserrat-font);
    font-weight: 400;
      text-transform: uppercase;
  }
  .collection-template-title{
    margin-bottom:60px;
  }
  .product-item__link-wrapper .hover-wrapper .product-item__shop-wrapper .btn-wrap .btn{
  	transition-delay: unset;
  }
  .sale-product-label{
    width: 50px;
    height: 50px;
    top: -22px;
    right: -22px;
    font-size: 16px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    color: black;
    justify-content: center;
    font-family: var(--title-font); 
    position: absolute; 
    z-index: 1;
    text-transform: uppercase;
  }
  .sale-product-label span{
    display: block;
    line-height: normal;
  }
  .white_background_template .sale-product-label{
  	background: black;
    color: white;
  }
  .shhh-data-image-loading-animation .shhh-product-details .btn-wrap.disable:hover .btn{
  	 cursor: not-allowed;
  }
    .shhh-data-image-loading-animation .shhh-product-details .btn-wrap.disable .btn{
  	     pointer-events: none;
  }
  .shhh-data-image-loading-animation .shhh-product-details .btn-wrap.disable{
      background-color: var(--primary-color);
    opacity: 0.5 !important;
    color: var(--body-color);
      cursor: not-allowed;
  }
  .shhh-data-image-loading-animation .shhh-product-details .btn-wrap.disable:before,
  .shhh-data-image-loading-animation .shhh-product-details .btn-wrap.disable:after,
   .shhh-data-image-loading-animation .shhh-product-details .btn-wrap.disable:hover .btn:before,
  .shhh-data-image-loading-animation .shhh-product-details .btn-wrap.disable:hover .btn:after{
  	height:0;
  }
  .shhh-data-image-loading-animation .shhh-product-details .btn-wrap.disable:hover .btn{
  	 background-color: var(--primary-color);
     color: var(--body-color);
  }
   .only-one-slider-item .slick-slide .btn:after{
      display:none;
  } 
  .insta_slider_section .slick-slider .slide-image a:hover{
  	opacity:1;
  }
  #shhhshop-faqs .page-container img{
  	object-fit: cover;
    width:100%;
    height:600px;
    margin:40px 0;
  }
  .mc-modal{
  	display: none !important;
  }
  .shhh-show-error-msg {
    font-size: 14px;
    color: rgba(255, 0, 0, 0.8);
    margin: 10px 0;
}

   html:lang(zh-CN) * {
    font-family: var(--nota-sans-font) !important;
   }
  
  html:lang(zh-CN) .sidebar-menu-section .drawer__inner .drawer-nav .drawer-nav__item a,
  html:lang(zh-CN) .shopify-section.footer-section .shhh-footer-main .section-title,
  html:lang(zh-CN) .feature-row .grid__item .feature-row__content h2,
  html:lang(zh-CN) .feature-section .section-header .feature-title,
  html:lang(zh-CN) .marquee-effect-text,
  html:lang(zh-CN) .shhh-data-image-loading-animation .shhh-product-details h4,
  html:lang(zh-CN) .collection-template-section .collection-heading,
  html:lang(zh-CN) .newslatter-section .preview-location-section .card-body .newsletter-heading,
  html:lang(zh-CN) .not-found-page .heading,
  html:lang(zh-CN) .template-policy .shopify-policy__container .shopify-policy__title h1,
  html:lang(zh-CN) .contact-us .heading .heading-title,
  html:lang(zh-CN) .press-page .heading .heading-title,
  html:lang(zh-CN) .about-us-page .heading .heading-title,
  html:lang(zh-CN) .template-search .action-bar .search__results-count,
  html:lang(zh-CN) .press-page .press-page-content .press-page-list .press-page-item .press-data .press-data-title,
  html:lang(zh-CN)  .about-us-page .title-paragraph .para-desc,
  html:lang(zh-CN) .video_text_full_section .custom_video_image .video_overlay_text .section-title,
  html:lang(zh-CN) .product_deatils_section .product_right .product__details-content .grid__item .page_title,
  html:lang(zh-CN) .product__form--add-to-cart .custom-fields-wrapper .cf-widget__accordion .cf-widget-items-wrapper 
    .cf-widget-item .cf-accordion-title,
  html:lang(zh-CN) .collection-template-section .no_product_found{
    font-family: var(--nota-serif-font) !important;
  }


.filter-button-wrapper {
  opacity:0;
  text-transform: uppercase;
          -webkit-transition: all .4s ease-in;
          -o-transition: all .4s ease-in;
          transition: all .4s ease-in;
  display:none !important;
  animation: fadeEffect 1s;
}
.filter-button-wrapper.show {
  opacity:1;
  text-transform: uppercase;
          -webkit-transition: all .4s ease-in;
          -o-transition: all .4s ease-in;
          transition: all .4s ease-in;
  display:block !important;
  animation: fadeEffect 1s;
}
@keyframes fadeEffect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* 7-9-2022 lightbox design changes start here */
.lg-toolbar .lg-icon {
    display: none;
}
.lg-sub-html {
    bottom: 50px;
  font-family: "Inter", sans-serif;
  display: flex;
    align-items: center;
    justify-content: center;
}
.lg-sub-html .URL_link .link {
    width: 18px;
    color: #fff;
    filter: invert(1);
    height: 18px;
    margin-left: 12px;
}
.lg-toolbar .lg-close.lg-icon {
    display: block;
}
.lg-sub-html .URL_link {
    text-decoration: underline;
}
.lg-toolbar .lg-close.lg-icon::after, .lg-toolbar .lg-close.lg-icon::before {
  position: absolute;
    left: 15px;
    content: ' ';
    height: 28px;
    width: 2px;
    background-color: #fff;
  top:0;
}
.lg-toolbar .lg-close.lg-icon::after {
      transform: rotate(-45deg);
}
.lg-toolbar .lg-close.lg-icon::before {
  transform: rotate(45deg);
}
.lg-toolbar .lg-close.lg-icon {
      position: absolute;
    right: 28px;
    top: 28px;
    width: 28px;
    height: 28px;
        opacity: 0.5;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
  background:transparent;
}
.lg-actions .lg-prev.lg-icon:after {
      content: " ";
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
    cursor: pointer;
    display: block;
      opacity: 0.5;
}
.press-page .press-page-content .press-page-list .press-page-item {
  cursor: pointer;
}
.lg-actions .lg-next.lg-icon:before {
      content: " ";
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
    cursor: pointer;
    display: block;
      opacity: 0.5;
}
.lg-outer.lg-grab img.lg-object {
  max-width: 75%;
}
.press-page .press-page-content .press-page-list .press-page-item img {
      cursor: pointer;
}
@media screen and (min-width: 992px) {
    .lg-actions .lg-prev.lg-icon:after  {
       border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    }
  .lg-actions .lg-next.lg-icon:before {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
  }
  .lg-sub-html {
    bottom: 80px;
    font-family: "Inter", sans-serif;
}
}
/* 7-9-2022 lightbox design changes end here */

.logo-wrapper .header-logo img {
  width:100%;
}


/* 13-9-2022 chnages start here */
.about-us-page .tab-menu-section .tab-contnet-wrap {
  margin-top:30px
}
.about-us-page .container {
    max-width: 1568px;
  padding:0 20px;
}
.tab-contnet-wrap .title-paragraph {
  padding-top:100px;
    margin-bottom:0 !important;
}
.padding_tb {
    padding: 100px 0 100px;
}
.title_with_image_Section .image-title , #shopify-section-hair-spa .image_with_text_section .image-title {
    margin-bottom: 100px;
    text-align: center;
    font-size: 27px;
    line-height: 48px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2px;
      font-family: var(--montserrat-font);
}

.insta_feed_section .slide-image video {
    max-height: 605px;
}
.insta_feed_section .slide-image {
    border:  1px solid rgba(255, 255, 255, 0.15);
    margin: 0 5px;
}

#shopify-section-hair-spa .image_with_text_section {
  padding-bottom:50px;
   padding-top: 50px;
}
.medium-title-h3 {
    padding: 0 20px;
}
.big_title_box .medium-title-desc {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
      column-gap: 30px;
}
.about-us-page .image-section img {
    width: 100%;
}
.about-us-page .image-with-text-background .left-side p {
  max-width: 676px;
    margin: 0 auto;
}
.omg-tab-section .title-paragraph .para-desc {
    margin-bottom: 0;
}
.contactus-column-direction .medium-title-h3 {
    margin-top: 0;
    margin-bottom: 50px !important;
}
.contactus-column-direction .container {
    max-width: 1810px;
}
.contactus-column-direction .container .medium-title-h3 {
    padding: 0;
    letter-spacing: -2.6px;
    font-weight: 300;
}
#shopify-section-hair-spa .title-paragraph .para-desc {
    margin-bottom: 0;
}

#shopify-section-hair-spa .medium-title.big_title_box {
    padding-bottom: 50px;
  padding-top: 50px;
}
#shopify-section-hair-spa .title-paragraph {
   padding-bottom: 50px;
  padding-top:100px;
}
#shopify-section-hair-spa .image-section .title-paragraph {
    background-color: #000;
  padding-bottom:0;
}

.title_with_image_Section .image-title, #shopify-section-hair-spa .image_with_text_section .image-title ,  .about-us-page .big_title_box .medium-title-h3 {
      margin-bottom: 80px!important;
}
.omg-tab-section .image-with-text-background {
  padding-top:100px;
      background-color: #fff;
}
.title_with_slider_section .para-desc {
    margin-bottom: 100px !important;
}
.before_after_section {
    margin-bottom: 80px !important;
}
.title_with_slider_section .medium-title {
  max-width: 1798px;
}
.title_with_slider_section .medium-title .medium-title-h3 {
    padding: 0;
}
.image_lr_text_section .image-with-text .image-text.title_tag_text {
    max-width: 590px !important;
}
#shopify-section-hair-spa .medium-title.big_title_box .medium-title-desc.whats-omg-tab {
    margin-bottom: 50px;
}
#SPA .image-with-text-background .right-side .address-details p {
    margin-bottom: 0;
}
#SPA .image-with-text-background .right-side .address-details p span {
    display: block;
}
#SPA .image-with-text-background .left-side p {
    max-width: 740px;
    margin-bottom: 70px;
}
.image_lr_text_section .image-title {
    padding-top: 100px;
    padding-bottom: 70px;
    color: var(--primary-color);
    letter-spacing: 2px;
    font-weight: 400;
    font-family: var(--montserrat-font);
    display: block;
    text-align: center;
    font-size: 27px;
    line-height: 48px;
}
#shopify-section-hair-spa .medium-title.big_title_box +.medium-title.contactus-column-direction {
    padding-bottom: 30px;
}
#shopify-section-hair-spa .medium-title.big_title_box +.medium-title.contactus-column-direction +.padding_tb.image_with_text_section {
    padding-top: 90px;
}
#shopify-section-hair-spa .medium-title.big_title_box +.medium-title.contactus-column-direction +.padding_tb.image_with_text_section + .title-paragraph {
    padding-top: 50px;
}
#shopify-section-hair-spa .medium-title.big_title_box +.medium-title.contactus-column-direction +.padding_tb.image_with_text_section + .title-paragraph {
    padding-top: 50px;
    padding-bottom: 100px;
}

@media screen and (min-width: 768px) and (max-width: 1025px){
  .tab-contnet-wrap .title-paragraph {
    padding-top: 50px;
    padding-bottom: 50px !important;
}
  .title_with_image_Section .image-title, #shopify-section-hair-spa .image_with_text_section .image-title {
    margin-bottom: 50px;
    }
  h6.para-desc {
    margin-bottom: 0px !important;
}
  .title_with_image_Section .image-title, #shopify-section-hair-spa .image_with_text_section .image-title, .about-us-page .big_title_box .medium-title-h3 {
    margin-bottom: 50px!important;
}
  .about-us-page .image-with-text .right-side .btn-wrapper {
    margin-top: 40px;
}
  .about-us-page .image-with-text .right-side {
    padding-top:30px;
  }
  .padding_tb {
    padding: 60px 0 60px;
}
  .big_title_box .medium-title-desc {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    column-gap: 0px;
}
  .about-us-page .medium-title .medium-title-desc span, .about-us-page .only-desciption .only-desc-data {
    margin-bottom: 30px !important;
}
  .about-us-page .medium-title .medium-title-desc span:last-child {
    margin-bottom: 0px !important;
  }
  .omg-tab-section .image-with-text-background {
    padding-top: 0px;
    background-color: #fff;
}
   .omg-tab-section {
        margin-bottom: 0 !important;
   }
  .omg-tab-section .image-with-text .right-side .btn-wrapper {
    margin-bottom: 40px;
}
  .image_lr_text_section .image-title {
    padding-top: 60px;
    padding-bottom: 10px;
        font-size: 24px;
    line-height: 36px;
  }
  .about-us-page .medium-title .medium-title-h3 {
    margin-bottom: 30px !important;
}
  .before_after_section {
    margin-bottom: 50px !important;
}
  .title_with_slider_section .para-desc {
    margin-bottom: 50px !important;
}
  .about-page-white-background .title-paragraph {
    padding: 0 !important;
}
  #shopify-section-hair-spa .title-paragraph {
    padding-top: 60px;
        padding-bottom: 10px !important;
  }
  #shopify-section-hair-spa .medium-title.big_title_box {
    padding-bottom: 50px;
    padding-top: 50px;
}
  #shopify-section-hair-spa .medium-title.big_title_box .medium-title-desc.whats-omg-tab {
    margin-bottom: 20px;
}
  #shopify-section-hair-spa .image_with_text_section {
    padding-bottom: 0px;
    padding-top: 50px;
}
  #shopify-section-hair-spa .image_with_text_section .image-title {
    margin-bottom: 10px !important;
    padding: 0 20px;
}
  #shopify-section-hair-spa .medium-title.big_title_box {
    padding-bottom: 20px;
    padding-top: 20px;
}
  .medium-title.contactus-column-direction {
    padding-top: 30px;
}
  #SPA .image-with-text-background .left-side p {
    max-width: 610px;
    margin-bottom: 30px;
}
  .omg-tab-section .title-paragraph:first-child {
    padding-bottom: 0 !important;
}
  .omg-tab-section .image-with-text-background .left-side + .right-side {
    padding-bottom: 20px;
}
  .about-us-page .title-paragraph .small-title {
        margin-bottom: 35px !important; 
  }
  #shopify-section-hair-spa .image-section + .title-paragraph {
    padding-bottom: 50px !important;
}
  #shopify-section-hair-spa .medium-title.contactus-column-direction + .title-paragraph {
    padding-bottom: 50px !important;
}
  #shopify-section-hair-spa .title-paragraph + .medium-title.contactus-column-direction {
    padding-top: 60px;
    padding-bottom: 20px;
}
  #shopify-section-hair-spa .medium-title.big_title_box +.medium-title.contactus-column-direction +.padding_tb.image_with_text_section {
    padding-top: 60px;
}
}
#shopify-section-hair-spa .image_with_text_section .image-title {
    padding: 0 20px;
}
#SPA .image-with-text-background .left-side p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px){
  .about-us-page .tab-menu-section .tab-contnet-wrap {
    margin-top: 0px;
}
  .tab-contnet-wrap .title-paragraph {
    padding-top: 40px;
    padding-bottom:40px;
    margin-bottom: 0 !important;
}
  .omg-tab-section .medium-title.big_title_box.padding_tb {
    padding-top: 0;
}
  .title_with_slider_section .para-desc {
    margin-bottom: 40px !important;
}
  .before_after_section .slick-dots {
    margin-top: 40px;
  }
  .before_after_section {
    margin-bottom: 50px !important;
}
  .title-paragraph.title_with_slider_section {
    padding-bottom: 0;
}
  .image_lr_text_section .image-title {
    padding-top: 40px;
    padding-bottom: 10px;
        font-size: 16px;
    line-height: 24px;
  }
  .image_lr_text_section .image-with-text .btn-wrapper {
    margin-bottom: 20px;
}
  #shopify-section-hair-spa .medium-title.big_title_box .medium-title-desc.whats-omg-tab {
    margin-bottom: 20px;
}
  .omg-tab-section .image-with-text-background {
    padding-top: 0px;
    background-color: #fff;
}
  .omg-tab-section .about-page-white-background .title-paragraph {
    padding-top: 0;
}
  h6.para-desc {
    margin-bottom: 0px !important;
}
  .title_with_image_Section .image-title, #shopify-section-hair-spa .image_with_text_section .image-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .about-us-page .image-with-text .right-side .image-text {
    max-width: 100%;
    margin-bottom: 20px;
}
  .about-us-page .image-with-text .right-side, .about-us-page .image-with-text-background .left-side, .about-us-page .image-with-text-background .right-side {
    padding: 20px 20px;
  }
  .padding_tb {
    padding: 40px 0 40px;
}
  .big_title_box .medium-title-desc {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    column-gap: 0px;
}
  .about-us-page .title-paragraph, .about-us-page .image-with-text, .about-us-page .medium-title .medium-title-h3, .about-us-page .image-with-text-background, .omg-tab-section, .about-us-page .mb-120 {
    margin-bottom: 30px;
}
  .about-us-page .medium-title .medium-title-desc span, .about-us-page .only-desciption .only-desc-data {
    margin-bottom: 20px;
    display: block;
}
  .about-us-page .about-us-marquee-effect {
    padding: 0px 0 40px;
}
  #shopify-section-hair-spa .image-section .title-paragraph + img {
    margin-bottom: 20px;
}
  #shopify-section-hair-spa .title-paragraph {
    padding-bottom: 20px;
    padding-top: 40px;
}
  #shopify-section-hair-spa .title-paragraph .para-desc {
    margin-bottom: 0 !important;
}
  #shopify-section-hair-spa .medium-title.big_title_box {
    padding-bottom: 20px;
    padding-top: 20px;
}
  #shopify-section-hair-spa .image_with_text_section {
    padding-bottom: 20px;
    padding-top: 20px;
}
  #shopify-section-hair-spa .image_with_text_section {
    padding-bottom: 20px;
    padding-top: 20px;
}
  .contactus-column-direction .medium-title-h3 {
    margin-top: 0;
    margin-bottom: 30px !important;
}

  #shopify-section-hair-spa .image_with_text_section .image-with-text.margin-0 .right-side .image-text {
    margin-bottom: 0;
}
  .title_with_image_Section .image-title, #shopify-section-hair-spa .image_with_text_section .image-title, .about-us-page .big_title_box .medium-title-h3 {
    margin-bottom: 40px!important;
}
  #SPA .image-with-text-background .left-side p {
    max-width: 740px;
    margin-bottom: 30px;
}
  #shopify-section-hair-spa .medium-title.big_title_box +.medium-title.contactus-column-direction {
    padding-bottom: 10px;
}
  #shopify-section-hair-spa .medium-title.big_title_box +.medium-title.contactus-column-direction +.padding_tb.image_with_text_section {
    padding-top: 50px;
}
  #shopify-section-hair-spa .medium-title.big_title_box +.medium-title.contactus-column-direction +.padding_tb.image_with_text_section + .title-paragraph {
    padding-top: 20px;
    padding-bottom: 40px;
}
}



/* new phase 2 section css satrt on 2-11-2022 */
.newslatter-section {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in;
}
.newsletter-opened .newslatter-section {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in;
}
.address_details_section .grid.address_shows .medium-up--one-half .address_data .address_btn button {
      min-width: 75px;
}
.main-slider .slick-dots li button, .field__slider-content .slick-dots li button {
      font-family: var(--primary-font);
}
.footer-icons .social-icons li {
  display: flex;
    align-items: flex-end;
}
@media screen and (min-width: 768px){
  .address_details_section .section-header .address_right .btn-wrap {
    min-width: 321px;
  }
  .address_details_section .section-header .address_right .btn-wrap .btn {
    width: 100%;
  }
  .shopify-section.footer-section .shhh-footer-main .newsletter .email-input-button .input-group__btn .btn {
  min-width:168px;
}
  #RecoverPasswordForm .btn-wrap button {
    min-width: 170px;
}
  .logout_link .btn {
    min-width: 180px;
}
  .image-with-text .feature-row .grid__item .feature-row__content .btn-wrapper .btn-wrap .btn {
    min-width: 275px;
}
  .feature-row .shhh-product-details .fetaure-content .btn-wrap .btn , .product-item__link-wrapper .hover-wrapper .product-item__shop-wrapper .btn-wrap .btn{
    min-width: 142px;
}
  .sign-in-pages .btn-black .btn {
    min-width: 278px;
}
  .newslatter-section .shhh-newsletter-popup-contennt .btn-black button {
    min-width:204px;
  }
  .cookies-details .cookie-button .accept-button {
    min-width:270px;
  }
  .collection-template-section .filter-buttons .btn-list ul li:first-child .btn {
    min-width: 193px;
}
.collection-template-section .filter-buttons .btn-list ul li:nth-child(2) .btn {
    min-width: 212px;
}
.collection-template-section .filter-buttons .btn-list ul li:nth-child(3) .btn {
    min-width: 243px;
}
.collection-template-section .filter-buttons .btn-list ul li:nth-child(4) .btn {
    min-width: 411px;
}
.collection-template-section .filter-buttons .btn-list .filter_show_btn .btn {
    min-width: 153px;
}

.template-collection.white_background_template .collection-template-section .filter-buttons .btn-list ul li:first-child .btn {
    min-width: 143px;
}
.template-collection.white_background_template .collection-template-section .filter-buttons .btn-list ul li:nth-child(2) .btn {
    min-width: 251px;
}
.template-collection.white_background_template .collection-template-section .filter-buttons .btn-list ul li:nth-child(3) .btn {
    min-width: 141px;
}
.template-collection.white_background_template .collection-template-section .filter-buttons .btn-list ul li:nth-child(4) .btn {
    min-width: 188px;
}
.template-collection.white_background_template .collection-template-section .filter-buttons .btn-list .filter_show_btn .btn {
    min-width: 153px;
}
}

@media screen and (min-width: 1100px) and (max-width: 1349px){
  .collection-template-section .filter-buttons .btn-list ul li .btn {
        padding: 16px 15px;
    font-size: 18px;
    line-height: 22px;
  }
  .collection-template-section .filter-buttons .btn-list ul li:first-child .btn {
      min-width: 146px;
  }
  .collection-template-section .filter-buttons .btn-list ul li:nth-child(2) .btn {
      min-width: 160px;
  }
  .collection-template-section .filter-buttons .btn-list ul li:nth-child(3) .btn {
      min-width: 200px;
  }
  .collection-template-section .filter-buttons .btn-list ul li:nth-child(4) .btn {
      min-width: 340px;
  }
  .collection-template-section .filter-buttons .btn-list ul li.active .btn {
    padding: 14px 10px !important;
  }
}

@media screen and (min-width: 1350px) and (max-width: 1550px){
  .collection-template-section .filter-buttons .btn-list ul li .btn {
        padding: 16px 22px;
  }
  .collection-template-section .filter-buttons .btn-list ul li:first-child .btn {
      min-width: 173px;
  }
  .collection-template-section .filter-buttons .btn-list ul li:nth-child(2) .btn {
      min-width: 192px;
  }
  .collection-template-section .filter-buttons .btn-list ul li:nth-child(3) .btn {
      min-width: 223px;
  }
  .collection-template-section .filter-buttons .btn-list ul li:nth-child(4) .btn {
      min-width: 391px;
  }
 .template-collection.white_background_template .collection-template-section .filter-buttons .btn-list ul li:first-child .btn {
    min-width: 143px;
}
.template-collection.white_background_template .collection-template-section .filter-buttons .btn-list ul li:nth-child(2) .btn {
    min-width: 251px;
}
.template-collection.white_background_template .collection-template-section .filter-buttons .btn-list ul li:nth-child(3) .btn {
    min-width: 141px;
}
.template-collection.white_background_template .collection-template-section .filter-buttons .btn-list ul li:nth-child(4) .btn {
    min-width: 188px;
}
.template-collection.white_background_template .collection-template-section .filter-buttons .btn-list .filter_show_btn .btn {
    min-width: 153px;
}
   .collection-template-section .filter-buttons .btn-list ul li.active .btn {
    padding: 14px 20px !important;
  }
}


.collection-template-section .pagination span {
    color: #000;
}
.collection-template-section .pagination span.current {
    border-bottom: 1px solid #000;
}
.collection-template-section .pagination span a {
    color: #000;
}

.ly-switcher-wrapper {
  display: none!important;
}
}