/** Shopify CDN: Minification failed

Line 1630:48 Unexpected ";"

**/
/****PLEASE DON'T MAKE CHANGES IN THIS FILE IT'S AFFECT THE CODE IF YOU NEED ANY HELP PLEASE CONTACT TO FLITS TEAM support@getflits.com ****/
:root {
  --facebookBGColor: rgb(59, 89, 152);
  --facebookTextColor: rgb(255, 255, 255);
  --googleplusBGColor: rgb(66, 133, 244);
  --googleplusTextColor: rgb(255, 255, 255);
  --twitterBGColor: rgb(0, 172, 237);
  --twitterTextColor: rgb(255, 255, 255);
  --amazoneBGColor: rgb(255, 153, 0);
  --amazoneTextColor: rgb(0, 0, 0);
  --ALERT_DANGER: rgb(255, 0, 0);
  --ALERT_SUCCESS: rgb(57, 167, 6);
  --ALERT_DEFAULT: rgb(0, 0, 0);
}
.flits-h1,
.flits-h2,
.flits-h3,
.flits-h4,
.flits-h5,
.flits-h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.flits-h1 {
  font-size: 2.5rem;
}
.flits-h2 {
  font-size: 2rem;
}
.flits-h3 {
  font-size: 1.75rem;
}
.flits-h4 {
  font-size: 1.5rem;
}
.flits-h5 {
  font-size: 1.25rem;
}
.flits-h6 {
  font-size: 1rem;
}
.flits-social-login-container {
  display: inline-block;
  width: 100%;
}
.flits-social-login-btn-grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  text-decoration: none !important;
}
.flits-social-login-btn-grp .flits-social-login-btn {
  width: 150px !important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  outline: 0;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 5px !important;
  margin-left: 5px !important;
  margin-top: 10px;
  text-decoration: none !important;
}
.flits-social-login-btn-grp
  .flits-social-login-btn.flits-social-login-btn-facebook {
  color: var(--facebookTextColor) !important;
  background: var(--facebookBGColor) !important;
  border: 1px solid var(--facebookBGColor) !important;
}
.flits-social-login-btn-grp
  .flits-social-login-btn.flits-social-login-btn-googleplus {
  color: var(--googleplusTextColor) !important;
  background: var(--googleplusBGColor) !important;
  border: 1px solid var(--googleplusBGColor) !important;
}
.flits-social-login-btn-grp
  .flits-social-login-btn.flits-social-login-btn-googleplus
  .flits-social-login-btn-img {
  background: #fff;
  border-radius: 4px;
  margin: -6px -12px;
  margin-right: 12px;
}
.flits-social-login-btn-grp
  .flits-social-login-btn.flits-social-login-btn-twitter {
  color: var(--twitterTextColor) !important;
  background: var(--twitterBGColor) !important;
  border: 1px solid var(--twitterBGColor) !important;
}
.flits-social-login-btn-grp
  .flits-social-login-btn.flits-social-login-btn-amazon {
  color: var(--amazoneTextColor) !important;
  background: var(--amazoneBGColor) !important;
  border: 1px solid var(--amazoneBGColor) !important;
}
.flits-social-login-btn-grp
  .flits-social-login-btn
  .flits-social-login-btn-img {
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  padding: 7px 15px;
  border-radius: 3px 0 0 3px;
  margin: -7px -13px;
  margin-right: 12px;
}
.flits-social-login-btn-grp
  .flits-social-login-btn
  .flits-social-login-btn-img
  img,
.flits-social-login-btn-grp
  .flits-social-login-btn
  .flits-social-login-btn-img
  svg {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor;
}
.flits-social-login-error {
  color: red !important;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  display: none;
}
.flits-tingle-modal * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flits-tingle-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.flits-tingle-modal-closeLabel,
.flits-tingle-modal-noClose .flits-tingle-modal-close {
  display: none;
}
.flits-tingle-modal-confirm .flits-tingle-modal-box {
  text-align: center;
}
.flits-tingle-modal-noOverlayClose {
  cursor: default;
}
.flits-tingle-modal-close {
  position: fixed;
  top: 0;
  right: 6px;
  z-index: 1000;
  padding: 0;
  width: auto;
  height: auto;
  border: none;
  background-color: transparent;
  color: #000;
  font-size: 30px;
  font-family: monospace;
  line-height: 1;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flits-tingle-modal-close:hover {
  color: #000;
  opacity: 1;
}
.flits-tingle-modal-box {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 40%;
  border-radius: 0;
  background: #fff;
  opacity: 1;
  cursor: auto;
  -webkit-transition: -webkit-transform 0.3s
    cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.flits-tingle-modal-box-content {
  padding: 25px;
}
.flits-tingle-modal-box-footer {
  padding: 1.5rem 2rem;
  width: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f5f5f5;
  cursor: auto;
}
.flits-tingle-modal-box-footer::after {
  display: table;
  clear: both;
  content: "";
}
.flits-tingle-modal-box-footer-sticky {
  position: fixed;
  bottom: -200px;
  z-index: 10001;
  opacity: 1;
  -webkit-transition: bottom 0.3s ease-in-out 0.3s;
  transition: bottom 0.3s ease-in-out 0.3s;
}
.flits-tingle-enabled {
  overflow: hidden;
  height: 100%;
}
.flits-tingle-modal-visible .flits-tingle-modal-box-footer {
  bottom: 0;
}
.flits-tingle-enabled .flits-tingle-content-wrapper {
  -webkit-filter: blur(15px);
  filter: blur(15px);
}
.flits-tingle-modal-visible {
  visibility: visible;
  opacity: 1;
}
.flits-tingle-modal-visible .flits-tingle-modal-box {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.flits-tingle-modal-overflow {
  overflow-y: scroll;
  padding-top: 8vh;
}
.flits-tingle-btn-pull-left {
  float: left;
}
.flits-tingle-btn-pull-right {
  float: right;
}
.flits-tingle-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 75%;
  border-radius: 0;
  padding: 8px 8px 8px 8px;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: unset;
  position: relative;
  margin: auto !important;
  cursor: text;
  background: #f2f1f1 !important;
  border: 1px solid #f2f1f1 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.2 !important;
  height: 36px;
  font-size: 12px;
  color: #000;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}
.flits-tingle-btn {
  cursor: pointer;
  display: inline-block;
  min-height: 14px;
  outline: 0;
  border: none;
  vertical-align: baseline;
  background: #f2f1f1 !important;
  background-color: #f2f1f1 !important;
  border: 1px solid #f2f1f1 !important;
  color: rgba(0, 0, 0, 0.6);
  font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 10px 10px;
  text-transform: none;
  text-shadow: none;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  font-style: normal;
  text-align: center;
  text-decoration: none !important;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.1s ease, background-color 0.1s ease,
    color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease,
    background 0.1s ease, -webkit-box-shadow 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease,
    box-shadow 0.1s ease, background 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease,
    box-shadow 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  will-change: "";
  -webkit-tap-highlight-color: transparent;
  transition: 0.3s all;
  width: 100%;
  max-width: 170px;
  border: 1px solid transparent;
}
.flits-tingle-btn:disabled {
  cursor: default;
  opacity: 0.45 !important;
  background-image: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  pointer-events: none !important;
  outline-offset: 0px !important;
  outline: unset !important;
}
.flits-tingle-btn.flits-tingle-primary-btn {
  background: var(--primaryTingleButtonBGColor) !important;
  border: 1px solid var(--primaryTingleButtonBGColor) !important;
  color: var(--primaryTingleButtonTextColor) !important;
}
.flits-tingle-btn.flits-tingle-primary-btn:focus,
.flits-tingle-btn.flits-tingle-primary-btn:hover,
.flits-tingle-btn.flits-tingle-primary-btn:not([disabled]):hover {
  background: var(--primaryTingleButtonHoverBGColor) !important;
  border: 1px solid var(--primaryTingleButtonHoverBGColor) !important;
  color: var(--primaryTingleButtonTextColor) !important;
}
.flits-tingle-btn.flits-tingle-secondary-btn {
  background: 0 0 !important;
  color: var(--secondaryTingleButtonTextColor) !important;
  border: 1px solid var(--secondaryTingleButtonBGColor) !important;
}
.flits-tingle-btn.flits-tingle-secondary-btn:focus,
.flits-tingle-btn.flits-tingle-secondary-btn:hover,
.flits-tingle-btn.flits-tingle-secondary-btn:not([disabled]):hover {
  background: var(--secondaryTingleButtonBGColor) !important;
  color: var(--primaryTingleButtonTextColor) !important;
  border: 1px solid var(--secondaryTingleButtonBGColor) !important;
}
.flits-tingle-modal-popup-container .flits-tingle-modal-box {
  width: 400px;
  border-radius: 10px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.flits-tingle-modal-popup-container
  .flits-tingle-modal-box
  .flits-tingle-modal-box-content {
  padding: 20px;
}
.flits-tingle-modal-popup-container
  .flits-tingle-modal-box
  .flits-tingle-modal-close {
  top: 10px;
  right: 15px;
  opacity: 1;
  font-weight: lighter;
  font-size: 35px;
  line-height: 1;
}
.flits-tingle-modal-popup-container .flits-tingle-modal-popup-header {
  margin-bottom: 20px;
}
.flits-tingle-modal-popup-container
  .flits-tingle-modal-popup-header
  .flits-tingle-modal-popup-header-image {
  width: 60px;
  height: 60px;
  margin: auto;
  margin-bottom: 15px;
}
.flits-tingle-modal-popup-container
  .flits-tingle-modal-popup-header
  .flits-tingle-modal-popup-header-title {
  font-size: 20px;
  text-align: center;
  color: #000;
}
.flits-tingle-modal-popup-container .flits-tingle-modal-popup-action {
  margin-top: 20px;
  text-align: center;
}
.flits-tingle-modal-popup-container
  .flits-tingle-modal-popup-body
  .flits-tingle-modal-popup-tagline-text {
  font-size: 13px;
  text-align: center;
  color: #000;
}
.flits-tingle-modal-popup-container
  .flits-tingle-modal-popup-body
  .flits-tingle-modal-popup-text {
  text-align: center;
  color: #000;
  font-size: 13px;
}
.flits-modal-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.flits-bg-heart,
.flits-bg-star {
  position: absolute;
}
.flits-bg-heart.flits-heart-1 {
  width: 25px;
  height: 25px;
  display: initial;
  top: 40px;
  left: 45px;
}
.flits-bg-heart.flits-heart-2 {
  width: 30px;
  height: 30px;
  right: 40px;
  top: -10px;
}
.flits-bg-heart.flits-heart-3 {
  width: 25px;
  height: 25px;
  right: 35px;
  bottom: 40px;
}
.flits-bg-star.flits-star-1 {
  width: 35px;
  height: 35px;
  left: 30px;
  top: -17px;
}
.flits-bg-star.flits-star-2 {
  width: 30px;
  height: 30px;
  top: 110px;
  left: -18px;
}
.flits-bg-star.flits-star-3 {
  width: 40px;
  height: 40px;
  bottom: -14px;
  left: 15px;
}
.flits-bg-star.flits-star-4 {
  width: 15px;
  height: 15px;
  top: -8px;
  right: 0;
  left: 0;
  margin: auto;
}
.flits-bg-star.flits-star-5 {
  width: 25px;
  height: 25px;
  top: 35px;
  right: -10px;
}
.flits-bg-star.flits-star-6 {
  width: 15px;
  height: 15px;
  top: 105px;
  right: 25px;
}
.flits-bg-star.flits-star-7 {
  width: 15px;
  height: 15px;
  bottom: 20px;
  right: -7px;
}
@media (max-width: 540px) {
  .flits-tingle-modal {
    top: 0;
    display: block;
    padding-top: 0;
    width: 100%;
  }
  .flits-tingle-modal-box {
    width: auto;
    border-radius: 0;
  }
  .flits-tingle-modal-box-content {
    overflow-y: scroll;
  }
  .flits-tingle-modal-noClose {
    top: 0;
  }
  .flits-tingle-modal-box-footer .flits-tingle-btn {
    display: block;
    float: none;
    margin-bottom: 1rem;
    width: 100%;
  }
  .flits-tingle-modal-close {
    position: relative !important;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 40px;
    border: none;
    background-color: #2c3e50;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    opacity: 1;
    line-height: 40px;
  }
  .flits-tingle-modal-closeLabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
      Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
  .flits-tingle-modal-closeIcon {
    display: inline-block;
    margin-right: 0.5rem;
    vertical-align: middle;
    font-size: 25px;
  }
  .flits-tingle-modal-popup-container
    .flits-tingle-modal-box
    .flits-tingle-modal-close {
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flits-tingle-modal-popup-container
    .flits-tingle-modal-box
    .flits-tingle-modal-closeLabel {
    font-weight: 600;
  }
  .flits-tingle-modal-popup-container .flits-tingle-modal-box {
    width: auto;
    border-radius: 0;
  }
}
.flits-snackbar-container {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-property: top, right, bottom, left, opacity;
  transition-property: top, right, bottom, left, opacity;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  min-height: 14px;
  background-color: #070b0e;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  line-height: 22px;
  padding: 18px 24px;
  bottom: -100px;
  top: -100px;
  opacity: 0;
  z-index: 9999;
}
.flits-snackbar-container p {
  color: #fff !important;
  font-size: 14px;
  font-weight: 1.2;
  margin: 0;
}
.flits-snackbar-container p p {
  color: #fff !important;
}
.flits-snackbar-container .action {
  background: inherit;
  display: inline-block;
  border: none;
  font-size: inherit;
  text-transform: uppercase;
  color: #4caf50;
  margin: 0 0 0 24px;
  padding: 0;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  cursor: pointer;
}
.flits-snackbar-pos.bottom-center {
  top: auto !important;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.flits-snackbar-pos.bottom-left {
  top: auto !important;
  bottom: 0;
  left: 0;
}
.flits-snackbar-pos.bottom-right {
  top: auto !important;
  bottom: 0;
  right: 0;
}
.flits-snackbar-pos.top-left {
  bottom: auto !important;
  top: 0;
  left: 0;
}
.flits-snackbar-pos.top-center {
  bottom: auto !important;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.flits-snackbar-pos.top-right {
  bottom: auto !important;
  top: 0;
  right: 0;
}
.flits-snackbar-pos.flits-snackbar-center {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 640px) {
  .flits-snackbar-container {
    min-width: 288px;
    max-width: 568px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 2px;
    margin: 24px;
  }
}
@media (max-width: 640px) {
  .flits-snackbar-container {
    left: 0;
    right: 0;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .flits-snackbar-pos.bottom-center,
  .flits-snackbar-pos.top-center {
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
}
.flits-cs-flits-snackbar-container {
  padding: 0 !important;
  background: 0 0 !important;
}
.flits-cs-flits-snackbar-container p {
  width: 100%;
  color: #fff !important;
}
.flits-wls-snackbar {
  border: 1px solid var(--ALERT_SUCCESS);
  background: #e1e1e1;
  color: #000;
  background: #fff;
  width: 100%;
}
.flits-wls-snackbar .flits-wls-snackbar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding: 0;
  font-size: 14px;
  padding-left: 8px;
  padding-right: 8px;
  padding: 10px 20px;
  background: var(--ALERT_SUCCESS);
  font-weight: 700;
}
.flits-wls-snackbar .flits-wls-snackbar-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}
.flits-wls-snackbar .flits-wls-snackbar-body .flits-wls-snackbar-product-img {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 55px;
  height: 55px;
  display: block;
  max-width: 55px;
  max-height: 50px;
}
.flits-wls-snackbar .flits-wls-snackbar-body .flits-wls-snackbar-product-name {
  padding-left: 5px;
  color: #000;
  text-transform: capitalize;
}
.flits-alert-danger {
  background: var(--ALERT_DANGER) !important;
  color: #fff !important;
}
.flits-alert-danger p {
  font-weight: 600 !important;
}
.flits-alert-success {
  background: var(--ALERT_SUCCESS) !important;
  color: #fff !important;
}
.flits-alert-default {
  background: var(--ALERT_DEFAULT) !important;
  color: #fff !important;
}
.flits-alert-success p {
  font-weight: 600 !important;
}
.flits-alert-default p {
  font-weight: 600 !important;
}
:root {
  --blue: rgb(0, 144, 227);
  --silver: rgb(204, 204, 204);
  --fireworks-width: 3px;
  --fireworks-height: 3px;
  --fireworks-border: var(--fireworks-width) / 2;
}
.filts-wishlist-style {
  position: relative;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
[data-flits="wishlist-collection-parent"] {
  position: relative;
}
.flits-wishlist-colection {
  position: absolute !important;
  top: 10px;
  right: 20px;
  z-index: 1111;
  display: flex;
  align-items: center;
}
.flits-wishlist-button-style .flits-wls-button-secondary,
.flits-wishlist-button-style .flits-wls-button-secondary:visited {
  position: relative;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  vertical-align: middle;
  min-width: 64px;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  line-height: 15px;
  outline: 0;
  text-align: center;
  text-decoration: none !important;
  text-shadow: none;
  -webkit-transition: background 0.1s linear;
  transition: background 0.1s linear;
  font-weight: 400;
  color: var(--blue);
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 15px 15px;
  -webkit-transition-property: border;
  transition-property: border;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.flits-wishlist-colection.flits-wishlist-button-style
  .flits-wls-button-secondary,
.flits-wishlist-colection.flits-wishlist-button-style
  .flits-wls-button-secondary:visited {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
  background: #fff !important;
  padding: 10px 0;
  min-width: 35px;
}
.flits-wishlist-button-style .flits-wls-count-btn {
  position: relative;
  width: auto;
  height: 52px;
  min-width: 30px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 12px;
  color: #000;
  border-radius: 5px;
  border: 1px solid #8e8e8e;
  background-color: #fff;
}
.flits-wishlist-button-style .flits-wls-count-btn:before {
  content: "";
  display: flex;
  border: 1px solid #8e8e8e;
  border-right: 0;
  border-top: 0;
  background-color: #fff;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -6px;
  height: 10px;
  width: 10px;
}
.flits-wishlist-colection.flits-wishlist-button-style .flits-wls-count-btn {
  border-radius: 0;
  height: auto;
  width: auto;
  min-width: auto;
  padding: 3px 10px;
}
.flits-wishlist-button-style .flits-wls-icon-with-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flits-wishlist-button-style
  .flits-wls-icon-with-text
  .flits-wls-icon-with-text-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.flits-wishlist-button-style
  .flits-wls-icon-with-text
  .flits-wls-icon-with-text-text {
  margin-left: 8px;
  margin-top: 3px;
  display: none;
}
.flits-wishlist-button-style .flits-wls-icon-svg-color-silver {
  fill: var(--silver);
  color: var(--silver);
}
.flits-wishlist-button-style .flits-wls-icon-svg-color-blue {
  fill: var(--blue);
  color: var(--blue);
}
.flits-wishlist-button-style .flits-wls-icon-svg {
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  width: 25px;
}
/* Support */
.flits-wishlist-colection a .flits-wls-icon-with-text .flits-wls-icon-with-text-icon .flits-btn-effect svg{
  height: 20px !important;
  width: 20px !important;
}

.flits-wishlist-button-style .flits-btn-effect {
  display: inline-block;
  position: relative;
}
.flits-wishlist-button-style .flits-wls-effect-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
.flits-wishlist-button-style .flits-wls-effect-group .flits-wls-effect {
  display: block;
  position: absolute;
  top: 38%;
  left: 50%;
  width: 20px;
  -webkit-transform-origin: 0px 2px;
  transform-origin: 0px 2px;
}
.flits-wishlist-button-style
  .flits-wls-effect-group
  .flits-wls-effect:nth-child(2) {
  -webkit-transform: rotate(72deg);
  transform: rotate(72deg);
}
.flits-wishlist-button-style
  .flits-wls-effect-group
  .flits-wls-effect:nth-child(3) {
  -webkit-transform: rotate(144deg);
  transform: rotate(144deg);
}
.flits-wishlist-button-style
  .flits-wls-effect-group
  .flits-wls-effect:nth-child(4) {
  -webkit-transform: rotate(216deg);
  transform: rotate(216deg);
}
.flits-wishlist-button-style
  .flits-wls-effect-group
  .flits-wls-effect:nth-child(5) {
  -webkit-transform: rotate(288deg);
  transform: rotate(288deg);
}
.flits-wishlist-button-style .flits-wls-effect-group .flits-wls-effect:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  border-radius: var(--fireworks-border);
  height: var(--fireworks-height);
  background: #0090e3;
}
.flits-wishlist-button-style .flits-wls-effect-group .flits-wls-effect:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 10%;
  border-radius: 50%;
  width: var(--fireworks-width);
  height: var(--fireworks-height);
  background: #f60;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}
.flits-wishlist-button-style .flits-wls-active .flits-wls-heart-stroke {
  opacity: 0;
}
.flits-wishlist-button-style .flits-wls-active .flits-wls-heart-full {
  opacity: 1;
}
.flits-wishlist-button-style .flits-wls-active .flits-wls-icon-svg {
  -webkit-animation: bounceIn 0.5s linear;
  animation: bounceIn 0.5s linear;
}
.flits-wishlist-button-style .flits-wls-active .flits-wls-effect:before {
  -webkit-animation: fireworkLine 0.5s linear 0.1s;
  animation: fireworkLine 0.5s linear 0.1s;
}
.flits-wishlist-button-style .flits-wls-active .flits-wls-effect:after {
  -webkit-animation: fireworkPoint 0.5s linear 0.1s;
  animation: fireworkPoint 0.5s linear 0.1s;
}
.flits-wishlist-button-style .flits-wls-broken-heart {
  position: absolute;
  left: -16px;
  top: 0;
  opacity: 0;
}
.flits-wishlist-button-style
  .flits-wls-broken-heart.flits-wls-broken-heart-left {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: 60% 200%;
  transform-origin: 60% 200%;
}
.flits-wishlist-button-style
  .flits-wls-broken-heart.flits-wls-broken-heart-right {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: 63% 200%;
  transform-origin: 63% 200%;
}
.flits-wishlist-button-style
  .flits-wls-broken-heart.flits-wls-broken-heart-crack {
  stroke-dasharray: 15;
  stroke-dashoffset: 15;
}
.flits-wishlist-button-style .flits-wls-deactivate .broken-heart {
  opacity: 1;
}
.flits-wishlist-button-style
  .flits-wls-deactivate
  .flits-wls-broken-heart-left {
  -webkit-animation: crackLeft 0.35s cubic-bezier(0.68, -0.55, 0.265, 2.85)
      0.15s forwards,
    hide 0.25s ease-in 0.55s forwards;
  animation: crackLeft 0.35s cubic-bezier(0.68, -0.55, 0.265, 2.85) 0.15s
      forwards,
    hide 0.25s ease-in 0.55s forwards;
}
.flits-wishlist-button-style
  .flits-wls-deactivate
  .flits-wls-broken-heart-right {
  -webkit-animation: crackRight 0.35s cubic-bezier(0.68, -0.55, 0.265, 2.85)
      0.15s forwards,
    hide 0.25s ease-in 0.55s forwards;
  animation: crackRight 0.35s cubic-bezier(0.68, -0.55, 0.265, 2.85) 0.15s
      forwards,
    hide 0.25s ease-in 0.55s forwards;
}
.flits-wishlist-button-style
  .flits-wls-deactivate
  .flits-wls-broken-heart-crack {
  -webkit-animation: crack 0.2s ease-in forwards;
  animation: crack 0.2s ease-in forwards;
}
.flits-wishlist-button-style
  .flits-wls-button.flits-wls-one.flits-wls-desktop:not(.flits-wls-active):hover
  .flits-wls-heart-stroke {
  -webkit-animation: pulse 1s ease-out infinite;
  animation: pulse 1s ease-out infinite;
}
.flits-wishlist-button-style
  .flits-wls-button.flits-wls-two.flits-wls-desktop:not(.flits-wls-active):hover
  .flits-wls-heart-stroke {
  -webkit-animation: pulseBlue 1s ease-out infinite;
  animation: pulseBlue 1s ease-out infinite;
}
@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes pulseBlue {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1);
    transform: scale(1);
    fill: var(--silver);
  }
  50% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    fill: var(--blue);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    fill: var(--silver);
  }
}
@keyframes pulseBlue {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1);
    transform: scale(1);
    fill: var(--silver);
  }
  50% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    fill: var(--blue);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    fill: var(--silver);
  }
}
@-webkit-keyframes fireworkLine {
  0% {
    right: 20%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  25% {
    right: 20%;
    width: 6px;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  35% {
    right: 0;
    width: 35%;
  }
  70% {
    right: 0;
    width: 4px;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    right: 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}
@keyframes fireworkLine {
  0% {
    right: 20%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  25% {
    right: 20%;
    width: 6px;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  35% {
    right: 0;
    width: 35%;
  }
  70% {
    right: 0;
    width: 4px;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    right: 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}
@-webkit-keyframes fireworkPoint {
  30% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  60% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}
@keyframes fireworkPoint {
  30% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  60% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  30% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  30% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes crackLeft {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@keyframes crackLeft {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@-webkit-keyframes crackRight {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@keyframes crackRight {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes crack {
  0% {
    stroke-dasharray: 15;
    stroke-dashoffset: 15;
  }
  80% {
    stroke-dasharray: 15;
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes crack {
  0% {
    stroke-dasharray: 15;
    stroke-dashoffset: 15;
  }
  80% {
    stroke-dasharray: 15;
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.flits-template {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
.flits-credit-code-div {
  margin: 10px 5px;
}
.flits-credit-code-div .flits-cart-drp.flits-select-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.flits-credit-code-div .flits-cart-drp.flits-select-row select.flits-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  border-radius: 0;
  padding: 8px 25px 8px 8px;
  outline: 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;
  vertical-align: unset;
  position: relative;
  margin: 0;
  cursor: pointer;
  border: 1px solid;
  border-color: #000;
  background: 0 0;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.2 !important;
  font-size: 12px;
  height: 36px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.flits-credit-code-div .flits-cart-drp.flits-select-row .flits-select-arrow {
  position: absolute;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
}
.flits-social-login-loader {
  background: rgba(255, 255, 255, 0.902);
  width: 100%;
  height: 100%;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 11111;
}
.flits-social-login-loader .flits-spinner {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid #989898;
  border-right: 5px solid #989898;
  border-bottom: 5px solid #989898;
  border-left: 5px solid #e8ebef;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: FlitsSpinnerAnimation 1.1s infinite linear;
  animation: FlitsSpinnerAnimation 1.1s infinite linear;
}
.flits-social-login-loader .flits-spinner:after {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.flits-social-login-loader .flits-loading-text {
  margin: 0;
  margin-top: 15px;
  font-size: 14px;
  color: #000;
}
@-webkit-keyframes FlitsSpinnerAnimation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes FlitsSpinnerAnimation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.flits-wls-icon-with-text {
  pointer-events: none;
}
/* order status page credit section */
.flits-order-status.flits-store-credit-box {
  margin-top: 15px;
  background: #fff;
  border: 1px solid;
  border-radius: 5px;
  border-color: #d9d9d9;
  color: #545454;
}
.flits-order-status.flits-store-credit-box .content-box__row {
  padding: 18px;
}
.flits-order-status.flits-store-credit-box .flits-skeleton-box {
  position: relative;
  height: 70%;
}
.flits-order-status.flits-store-credit-box .flits-skeleton-box:after {
  content: " " !important;
  height: 100%;
  width: 100%;
  display: block;
  background-color: #dfe3e8;
  -webkit-animation: SkeletonShimmerAnimation 0.8s linear infinite alternate;
  animation: SkeletonShimmerAnimation 0.8s linear infinite alternate;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@keyframes SkeletonShimmerAnimation {
  0% {
    opacity: 0.45;
  }
  to {
    opacity: 0.9;
  }
}
.flits-order-status.flits-store-credit-box
  .flits-skeleton-row
  .flits-skeleton-item {
  display: block;
  padding: 2px 0;
  position: relative;
  height: 30px;
  width: 100%;
  overflow: hidden;
}
.flits-order-status.flits-store-credit-box
  .flits-skeleton-row
  .flits-skeleton-item
  .flits-skeleton-box-1 {
  width: 100%;
}
.flits-order-status.flits-store-credit-box
  .flits-skeleton-row
  .flits-skeleton-item
  .flits-skeleton-box-2 {
  width: 70%;
  height: 60%;
}
.flits-order-status.flits-store-credit-box
  .flits-skeleton-row
  .flits-skeleton-item
  .flits-skeleton-box-3 {
  width: 85%;
  height: 60%;
}
.flits-order-status.flits-store-credit-box
  .flits-skeleton-row
  .flits-skeleton-item
  .flits-skeleton-box-4 {
  width: 60%;
}
.flits-order-status.flits-store-credit-box h2 {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  margin: 0;
}
.flits-order-status.flits-store-credit-box .flits-order-credit-row > * + * {
  margin-top: 10px;
}
.flits-order-status.flits-store-credit-box p {
  line-height: 24px;
  margin: 0;
}
.flits-order-status.flits-store-credit-box ul.earned-credit-ul {
  padding: 0;
}
.flits-order-status.flits-store-credit-box ul.earned-credit-ul li {
  line-height: 24px;
  list-style-type: none;
  background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220px%22%20height%3D%2220px%22%20fill%3D%22%23545454%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22m12%202c-5.514%200-10%204.486-10%2010s4.486%2010%2010%2010%2010-4.486%2010-10c0-1.126-0.19602-2.2058-0.54102-3.2168l-1.6191%201.6191c0.105%200.516%200.16016%201.0507%200.16016%201.5977%200%204.411-3.589%208-8%208s-8-3.589-8-8%203.589-8%208-8c1.633%200%203.1519%200.49389%204.4199%201.3379l1.4316-1.4316c-1.648-1.194-3.6666-1.9062-5.8516-1.9062zm9.293%201.293-10.293%2010.293-3.293-3.293-1.4141%201.4141%204.707%204.707%2011.707-11.707-1.4141-1.4141z%22/%3E%3C/svg%3E)
    no-repeat;
  background-position: left 2px;
  padding-left: 24px;
}
.flits-wishlist-button-style .flits-wls-icon-svg;
