.reset-button {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  box-shadow: none; }

.font-special {
  font-family: "Tac One", sans-serif !important; }

.letter-spacing-thin {
  letter-spacing: 1px; }

.letter-spacing-light {
  letter-spacing: 2px; }

.letter-spacing-regular {
  letter-spacing: 3px; }

.letter-spacing-medium {
  letter-spacing: 4px; }

.letter-spacing-bold {
  letter-spacing: 5px; }

.letter-spacing-black {
  letter-spacing: 6px; }

.button-style1, .buttonStyle1 {
  background: #FFF;
  display: inline-block;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #CCC;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  transition: color .4s .4s ease-in, border .4s .4s ease-in;
  overflow: hidden; }
  @media (max-width: 360px) {
    .button-style1, .buttonStyle1 {
      width: 280px; } }
  .button-style1:hover, .buttonStyle1:hover {
    color: var(--color_main);
    border-color: var(--color_main);
    border: 1px solid var(--color_main) !important; }
    .button-style1:hover:after, .buttonStyle1:hover:after {
      transform: scale(1); }
  .button-style1:after, .buttonStyle1:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    background: var(--color_main);
    left: 0;
    bottom: 0;
    transition: all 0.4s ease-in;
    transform: scale(0);
    border-radius: var(--border_radius); }

@font-face {
  font-family: 'LNTH';
  font-display: swap;
  src: url(//theme.hstatic.net/200000259653/1000680750/14/0250-lnth-righthere.woff2?v=935) format("woff2"), url(//theme.hstatic.net/200000259653/1000680750/14/0250-lnth-righthere.woff?v=935) format("woff"), url(//theme.hstatic.net/200000259653/1000680750/14/0250-lnth-righthere.ttf?v=935) format("ttf"); }

.titleStyle1 {
  position: relative;
  color: var(--color_main); }
  .titleStyle1.white > h2, .titleStyle1.white > span {
    color: #FFF; }
  .titleStyle1 > h2 {
    color: #000;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    font-weight: bold;
    font-size: 3.5rem; }
    @media (max-width: 991px) {
      .titleStyle1 > h2 {
        font-size: 3rem; } }
    @media (max-width: 480px) {
      .titleStyle1 > h2 {
        font-size: 2.5rem; } }
    .titleStyle1 > h2 a:hover {
      color: var(--color_main); }
  .titleStyle1 > span {
    font-size: 1.5rem;
    color: var(--color_main2);
    display: block;
    text-align: center; }

.subtitle-fstyle1 {
  padding-left: 32px;
  line-height: 1;
  color: var(--color_main);
  position: relative;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 15px;
  display: block; }
  @media (max-width: 991px) {
    .subtitle-fstyle1 {
      font-size: 1.1rem; } }
  .subtitle-fstyle1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: var(--image_title);
    width: 24px;
    height: 24px;
    background-size: 100% 100%; }

.home-custom-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem; }
  .home-custom-header h2 {
    position: relative;
    margin-bottom: 15px;
    padding: 0 85px;
    color: var(--color_main); }
    @media (max-width: 1000px) {
      .home-custom-header h2 {
        padding: 0 55px; } }
    @media (max-width: 600px) {
      .home-custom-header h2 {
        padding: 0 35px; } }
    @media (max-width: 360px) {
      .home-custom-header h2 {
        padding: 0; } }
    .home-custom-header h2 a {
      color: var(--color_main); }
    .home-custom-header h2:hover a {
      color: var(--color_main2); }
  .home-custom-header p {
    font-size: 1.1rem;
    max-width: 80%; }
    @media (max-width: 600px) {
      .home-custom-header p {
        max-width: 100%; } }

.title-fstyle1 {
  color: var(--color_main2);
  font-size: 2.5rem; }
  @media (max-width: 1201px) {
    .title-fstyle1 {
      font-size: 2.0rem; } }
  @media (max-width: 1024px) {
    .title-fstyle1 {
      font-size: 1.5rem; } }

.button-fstyle1 {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  box-shadow: none;
  display: inline-block;
  background: #FFF;
  padding: 15px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--color);
  position: relative;
  transition: all 0.35s 0s ease-out;
  clip-path: polygon(0% 0%, 100% 0, 100% 70%, 90% 100%, 0% 100%);
  font-size: .9rem; }
  .button-fstyle1 span, .button-fstyle1 i {
    position: relative;
    z-index: 2;
    transition: all 0.35s 0s ease-out; }
  .button-fstyle1 i {
    margin-left: 5px; }
  @media (max-width: 1201px) {
    .button-fstyle1 {
      padding: 14px 10px !important; } }
  @media (max-width: 1024px) {
    .button-fstyle1 {
      padding: 13px 10px !important; } }
  @media (max-width: 991px) {
    .button-fstyle1 {
      padding: 12px 10px !important; } }
  @media (max-width: 768px) {
    .button-fstyle1 {
      padding: 11px 10px !important; } }
  @media (max-width: 480px) {
    .button-fstyle1 {
      padding: 10px 10px !important; } }
  @media (max-width: 360px) {
    .button-fstyle1 {
      padding: 7.5px 10px !important; } }
  .button-fstyle1:hover {
    color: var(--color2); }
    .button-fstyle1:hover span {
      color: var(--color2); }
    .button-fstyle1:hover i {
      transform: rotate(-45deg);
      color: var(--color2); }
    .button-fstyle1:hover:before, .button-fstyle1:hover:after {
      width: 100%; }
  .button-fstyle1:before, .button-fstyle1:after {
    content: "";
    position: absolute;
    height: 50%;
    width: 0;
    background: var(--color_main);
    transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 1; }
  .button-fstyle1:before {
    top: 0;
    left: 0; }
  .button-fstyle1:after {
    bottom: 0;
    right: 0; }

.zoomContainer {
  z-index: 11; }

.w-100 {
  width: 100%; }

.effect {
  position: relative;
  overflow: hidden;
  width: 100%; }

.effect-pulse:before,
.effect-pulse:after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 1rem;
  bottom: 1rem;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  z-index: 7; }

.effect-pulse:before {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  border-radius: var(--border_radius);
  -webkit-transform: scale(0, 1);
  transform: scaleX(0); }

.effect-pulse:after {
  border-right: 1px solid white;
  border-left: 1px solid white;
  border-radius: var(--border_radius);
  -webkit-transform: scale(1, 0);
  transform: scaleY(0); }

.effect-pulse:hover:before,
.effect-pulse:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1); }

@keyframes ping_pong {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-20px); }
  to {
    transform: translateY(0); } }

@keyframes rotate_wrong {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(-1turn); } }

@keyframes rotate_correct {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(1turn); } }

@keyframes fadeTTB {
  0% {
    transform: translateY(-80px);
    opacity: 0; }
  25% {
    transform: translateY(-60px);
    opacity: .25; }
  50% {
    transform: translateY(-40px);
    opacity: .5; }
  75% {
    transform: translateY(-20px);
    opacity: .75; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes fadeBTT {
  0% {
    transform: translateY(40px);
    opacity: 0; }
  25% {
    transform: translateY(30px);
    opacity: .25; }
  50% {
    transform: translateY(20px);
    opacity: .5; }
  75% {
    transform: translateY(10px);
    opacity: .75; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes fadeLTR {
  0% {
    transform: translateX(-80px);
    opacity: 0; }
  25% {
    transform: translateX(-60px);
    opacity: .25; }
  50% {
    transform: translateX(-40px);
    opacity: .5; }
  75% {
    transform: translateX(-20px);
    opacity: .75; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes fadeRTL {
  0% {
    transform: translateX(80px);
    opacity: 0; }
  25% {
    transform: translateX(60px);
    opacity: .25; }
  50% {
    transform: translateX(40px);
    opacity: .5; }
  75% {
    transform: translateX(20px);
    opacity: .75; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes scaleZeroToHero {
  0% {
    transform: scale(0); }
  25% {
    transform: scale(0.25); }
  50% {
    transform: scale(0.5); }
  75% {
    transform: scale(0.75); }
  100% {
    transform: scale(1); } }

@keyframes fade-down {
  0% {
    bottom: 5px;
    opacity: 1; }
  75% {
    bottom: -15px;
    opacity: 0; } }

@media (min-width: 1300px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1270px; } }

@media (max-width: 640px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    padding: 0 .375rem; } }

img {
  max-width: 100%;
  height: auto; }

iframe, video {
  max-width: 100%; }

td {
  min-width: 200px; }

a {
  color: var(--color1); }
  a:hover {
    text-decoration: none; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul li {
    list-style: none; }

input {
  background-clip: padding-box; }
  input.form-control::-webkit-outer-spin-button, input.form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  input[type="radio"] {
    margin-top: 0;
    vertical-align: top;
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    margin: 0 0.2rem 0 0;
    cursor: pointer;
    outline: none !important;
    border: none !important; }
    input[type="radio"]:before {
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      -webkit-transform: scale(0, 0);
      -moz-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      content: "";
      position: absolute;
      left: -1px;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      z-index: 1;
      width: 8px;
      height: 8px;
      background: var(--color1);
      border-radius: 50%; }
    input[type="radio"]:after {
      content: "";
      position: absolute;
      left: -1px;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      width: 16px;
      height: 16px;
      background: var(--color2);
      border: 1px solid var(--color1);
      border-radius: 50%; }
    input[type="radio"]:checked:before {
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    input[type="radio"]:checked:after {
      border: 1px solid var(--color1); }
  input[type="checkbox"] {
    margin-top: 0;
    vertical-align: top;
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    margin: 0 1rem 0 0;
    cursor: pointer;
    outline: none !important;
    border: none !important; }
    input[type="checkbox"]:before {
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
      -webkit-transform: rotate(-45deg) scale(0, 0);
      -moz-transform: rotate(-45deg) scale(0, 0);
      -ms-transform: rotate(-45deg) scale(0, 0);
      -o-transform: rotate(-45deg) scale(0, 0);
      transform: rotate(-45deg) scale(0, 0);
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: .38em;
      margin: auto;
      z-index: 1;
      width: 10px;
      height: 5px;
      border: 2px solid var(--color1);
      border-top-style: none;
      border-right-style: none; }
    input[type="checkbox"]:checked:before {
      -webkit-transform: rotate(-45deg) scale(1, 1);
      -moz-transform: rotate(-45deg) scale(1, 1);
      -ms-transform: rotate(-45deg) scale(1, 1);
      -o-transform: rotate(-45deg) scale(1, 1);
      transform: rotate(-45deg) scale(1, 1); }
    input[type="checkbox"]:after {
      content: "";
      position: absolute;
      left: -1px;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      width: 16px;
      height: 16px;
      background: var(--color2);
      border: 1px solid var(--color1);
      cursor: pointer;
      border-radius: 3px; }
    input[type="checkbox"]:checked:after {
      border-color: var(--color1); }
  input[type=number] {
    -moz-appearance: textfield; }
  input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 16px; } }

.swal-icon--success__line, button.swal-button.swal-button--confirm {
  background: var(--color_main) !important; }

.swal-icon--success__ring {
  border: 4px solid var(--color_main) !important; }

.overplay-all {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  background: rgba(45, 45, 50, 0.8);
  width: 100%;
  height: 100%;
  top: 0 !important;
  left: 0;
  transition: all 0.5s;
  z-index: 98; }

body, html {
  min-height: 100vh;
  font-size: 16px; }
  @media (max-width: 640px) {
    body, html {
      font-size: 18px; } }
  body.open-noscroll, html.open-noscroll {
    position: relative;
    overflow: hidden;
    touch-action: none;
    -ms-touch-action: none; }
  body.open-overplay .overplay-all, html.open-overplay .overplay-all {
    opacity: 1;
    visibility: visible; }
  body.open-home-sidebar .headers2, html.open-home-sidebar .headers2 {
    z-index: 98; }
  body.open-home-sidebar .home .home-sidebar, html.open-home-sidebar .home .home-sidebar {
    opacity: 1;
    visibility: visible;
    transform: none; }
  body.open-wishlist .shop-wishlist-modal, html.open-wishlist .shop-wishlist-modal {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 999; }
  body.open-wishlist .overplay-all, html.open-wishlist .overplay-all {
    z-index: 998; }
  body.open-compare .stickcompare, html.open-compare .stickcompare {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 999;
    display: block !important; }
  body.open-compare .overplay-all, html.open-compare .overplay-all {
    z-index: 998; }
  body.open-modal-search .modal-search, html.open-modal-search .modal-search {
    display: block; }
  body.open-cart .shop-cart-sidebar, html.open-cart .shop-cart-sidebar {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    z-index: 999; }
  body.open-cart .overplay-all, html.open-cart .overplay-all {
    z-index: 998; }
  body.open-filter-mobile .headers4, body.open-filter-mobile .headers5, html.open-filter-mobile .headers4, html.open-filter-mobile .headers5 {
    z-index: 1; }
  body.open-filter-mobile .shop-filter-mobile, html.open-filter-mobile .shop-filter-mobile {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important; }
  body.open-share .main-article .main-article-share > button svg *, body.open-share .main-article .main-article-share > a svg *, html.open-share .main-article .main-article-share > button svg *, html.open-share .main-article .main-article-share > a svg * {
    fill: var(--color2); }
  body.open-share .main-article .main-article-share .main-article-share-popup, html.open-share .main-article .main-article-share .main-article-share-popup {
    opacity: 1;
    visibility: visible;
    transform: none; }
  body.open-share .main-product .main-product-wrap .main-product-right .main-product-share .main-product-share-cta, html.open-share .main-product .main-product-wrap .main-product-right .main-product-share .main-product-share-cta {
    background: var(--color_main); }
    body.open-share .main-product .main-product-wrap .main-product-right .main-product-share .main-product-share-cta svg *, html.open-share .main-product .main-product-wrap .main-product-right .main-product-share .main-product-share-cta svg * {
      fill: var(--color2); }
  body.open-share .main-product .main-product-wrap .main-product-right .main-product-share .main-product-share-popup, body.open-share .main-product .main-product-wrap .main-product-right .main-product-share .main-product-share-overplay, html.open-share .main-product .main-product-wrap .main-product-right .main-product-share .main-product-share-popup, html.open-share .main-product .main-product-wrap .main-product-right .main-product-share .main-product-share-overplay {
    opacity: 1;
    visibility: visible;
    transform: none; }
  body.open-article-menu .main-article .main-article-share > button svg *, body.open-article-menu .main-article .main-article-share > a svg *, html.open-article-menu .main-article .main-article-share > button svg *, html.open-article-menu .main-article .main-article-share > a svg * {
    fill: var(--color2); }
  body.open-article-menu .main-article .main-article-menu.sidebar, html.open-article-menu .main-article .main-article-menu.sidebar {
    opacity: 1;
    visibility: visible;
    transform: translate(0, -50%); }
  body.open-menu-mobile .headers5, html.open-menu-mobile .headers5 {
    position: relative;
    z-index: inherit; }
    body.open-menu-mobile .headers5 .headers5-right-menu .headers5-right-menu-wrap, html.open-menu-mobile .headers5 .headers5-right-menu .headers5-right-menu-wrap {
      transform: none;
      visibility: visible;
      opacity: 1; }
  body.open-menu-mobile .headers4, html.open-menu-mobile .headers4 {
    position: relative;
    z-index: inherit; }
    body.open-menu-mobile .headers4 .headers4-bot, html.open-menu-mobile .headers4 .headers4-bot {
      transform: none;
      visibility: visible;
      opacity: 1; }
  body.open-menu-mobile .headers3, html.open-menu-mobile .headers3 {
    position: relative;
    z-index: inherit; }
    body.open-menu-mobile .headers3 .headers3-bot, html.open-menu-mobile .headers3 .headers3-bot {
      transform: none;
      visibility: visible;
      opacity: 1; }
  body.open-menu-mobile .headers2, html.open-menu-mobile .headers2 {
    position: relative;
    z-index: inherit; }
    body.open-menu-mobile .headers2 .headers2-center, html.open-menu-mobile .headers2 .headers2-center {
      transform: none;
      visibility: visible;
      opacity: 1; }
  body.open-menu-mobile .header, html.open-menu-mobile .header {
    position: relative;
    z-index: inherit; }
    body.open-menu-mobile .header .header-menu .header-menu-wrap .header-menu-center, html.open-menu-mobile .header .header-menu .header-menu-wrap .header-menu-center {
      transform: none;
      visibility: visible;
      opacity: 1; }
  body::-webkit-scrollbar, html::-webkit-scrollbar {
    width: 0; }
  body::-webkit-scrollbar-track, html::-webkit-scrollbar-track {
    background: #ccc; }
  body::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
    background: var(--color_main); }

footer.footer * {
  font-weight: 400; }

footer.footer a:hover {
  text-decoration: underline; }

footer.footer .footer-title {
  color: #FFF;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1rem; }
  @media (max-width: 640px) {
    footer.footer .footer-title {
      font-size: 0.925rem;
      margin-bottom: .5rem; } }

footer.footer .footer-content {
  color: #FFF;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.40625rem */ }
  @media (max-width: 640px) {
    footer.footer .footer-content {
      font-size: .725rem; } }
  footer.footer .footer-content a {
    color: #FFF; }

footer.footer ul li a {
  color: #FFF;
  display: inline-block; }

footer.footer ul.footer-menu li a {
  margin-bottom: .5rem;
  color: #FFF;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }
  @media (max-width: 640px) {
    footer.footer ul.footer-menu li a {
      font-size: .725rem;
      margin-bottom: .25rem; } }

footer.footer ul.footer-bottom-menu li a {
  color: #FFF;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }
  @media (max-width: 640px) {
    footer.footer ul.footer-bottom-menu li a {
      font-size: .725rem; } }

footer.footer .footer-socials {
  margin-bottom: 1.5rem; }
  footer.footer .footer-socials a img {
    width: 1.5rem;
    height: 1.5rem; }

footer.footer .footer-gallery {
  margin-bottom: .75rem;
  flex-wrap: wrap; }
  footer.footer .footer-gallery a {
    width: 20%; }
    footer.footer .footer-gallery a img {
      border-radius: .25rem; }

footer.footer .footer-logo-item {
  margin-top: .75rem; }
  footer.footer .footer-logo-item a {
    display: block; }
    footer.footer .footer-logo-item a img {
      max-height: 45px; }

footer.footer .footer-wrap .footer-row-top {
  grid-template-columns: 27% 13% 13% 13% 1fr;
  gap: 3rem; }
  @media (max-width: 1200px) {
    footer.footer .footer-wrap .footer-row-top {
      grid-template-columns: 1fr 1fr;
      gap: 2rem; } }
  @media (max-width: 767px) {
    footer.footer .footer-wrap .footer-row-top {
      gap: 1rem; } }
  @media (max-width: 1200px) {
    footer.footer .footer-wrap .footer-row-top .footer-col--1 {
      grid-column: span 2; } }

footer.footer .footer-wrap .footer-row-menu .footer-bottom-menu {
  justify-content: center; }
  footer.footer .footer-wrap .footer-row-menu .footer-bottom-menu li {
    font-size: .9rem; }
    footer.footer .footer-wrap .footer-row-menu .footer-bottom-menu li:not(:last-child):after {
      content: "|";
      padding-left: .5rem; }

footer.footer .footer-wrap .footer-row-bottom p {
  margin: 0;
  text-align: center;
  color: #D7D7D7;
  font-size: .9rem;
  color: #D7D7D7;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }
  @media (max-width: 640px) {
    footer.footer .footer-wrap .footer-row-bottom p {
      font-size: .725rem; } }

.container-fluid {
  max-width: 2048px;
  margin: 0 auto; }

.fancybox__content {
  padding: 20px !important; }
  @media (max-width: 1201px) {
    .fancybox__content {
      padding: 18px !important; } }
  @media (max-width: 1024px) {
    .fancybox__content {
      padding: 16px !important; } }
  @media (max-width: 991px) {
    .fancybox__content {
      padding: 14px !important; } }
  @media (max-width: 768px) {
    .fancybox__content {
      padding: 12px !important; } }
  @media (max-width: 480px) {
    .fancybox__content {
      padding: 10px !important; } }
  @media (max-width: 360px) {
    .fancybox__content {
      padding: 5px !important; } }

.has-spin {
  position: relative; }

@keyframes home_tab-spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg); }
  to {
    transform: translate(-50%, -50%) rotate(360deg); } }
  .has-spin:before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxnPjxwYXRoIGQ9Im0yNTYgOTIuNzE2Yy04LjUzNCAwLTE1LjQ1My02LjkxOC0xNS40NTMtMTUuNDUzdi02MS44MWMwLTguNTM1IDYuOTE5LTE1LjQ1MyAxNS40NTMtMTUuNDUzIDguNTM0IDAgMTUuNDUzIDYuOTE4IDE1LjQ1MyAxNS40NTN2NjEuODExYzAgOC41MzQtNi45MTkgMTUuNDUyLTE1LjQ1MyAxNS40NTJ6IiBmaWxsPSIjNzk5ZWE4IiBkYXRhLW9yaWdpbmFsPSIjNzk5ZWE4Ij48L3BhdGg+PHBhdGggZD0ibTI1NiA1MTJjLTguNTM0IDAtMTUuNDUzLTYuOTE4LTE1LjQ1My0xNS40NTN2LTYxLjgxMWMwLTguNTM0IDYuOTE4LTE1LjQ1MyAxNS40NTMtMTUuNDUzIDguNTM0IDAgMTUuNDUzIDYuOTE4IDE1LjQ1MyAxNS40NTN2NjEuODExYzAgOC41MzUtNi45MTkgMTUuNDUzLTE1LjQ1MyAxNS40NTN6IiBmaWxsPSIjY2ZkYmU0IiBkYXRhLW9yaWdpbmFsPSIjY2ZkYmU0Ij48L3BhdGg+PC9nPjxnPjxwYXRoIGQ9Im0xNzQuMzU4IDExNC41OTJjLTcuMzkxIDQuMjY3LTE2Ljg0MiAxLjczNS0yMS4xMDktNS42NTZsLTMwLjkwNS01My41M2MtNC4yNjctNy4zOTEtMS43MzUtMTYuODQyIDUuNjU2LTIxLjEwOSA3LjM5MS00LjI2NyAxNi44NDItMS43MzUgMjEuMTA5IDUuNjU2bDMwLjkwNSA1My41M2M0LjI2NyA3LjM5MSAxLjczNSAxNi44NDItNS42NTYgMjEuMTA5eiIgZmlsbD0iIzhlYjFiZiIgZGF0YS1vcmlnaW5hbD0iIzhlYjFiZiI+PC9wYXRoPjxwYXRoIGQ9Im0zODQgNDc3LjcwMmMtNy4zOTEgNC4yNjctMTYuODQyIDEuNzM1LTIxLjEwOS01LjY1NmwtMzAuOTA1LTUzLjUzYy00LjI2Ny03LjM5MS0xLjczNS0xNi44NDIgNS42NTYtMjEuMTA5IDcuMzkxLTQuMjY3IDE2Ljg0Mi0xLjczNSAyMS4xMDkgNS42NTZsMzAuOTA1IDUzLjUzYzQuMjY3IDcuMzkyIDEuNzM1IDE2Ljg0Mi01LjY1NiAyMS4xMDl6IiBmaWxsPSIjZTBlYmYwIiBkYXRhLW9yaWdpbmFsPSIjZTBlYmYwIj48L3BhdGg+PC9nPjxnPjxwYXRoIGQ9Im0xMTQuNTkyIDE3NC4zNThjLTQuMjY3IDcuMzkxLTEzLjcxOCA5LjkyMy0yMS4xMDkgNS42NTZsLTUzLjUzLTMwLjkwNWMtNy4zOTEtNC4yNjctOS45MjMtMTMuNzE4LTUuNjU2LTIxLjEwOSA0LjI2Ny03LjM5MSAxMy43MTgtOS45MjMgMjEuMTA5LTUuNjU2bDUzLjUzIDMwLjkwNWM3LjM5MSA0LjI2NyA5LjkyMyAxMy43MTggNS42NTYgMjEuMTA5eiIgZmlsbD0iIzhlYjFiZiIgZGF0YS1vcmlnaW5hbD0iIzhlYjFiZiI+PC9wYXRoPjxwYXRoIGQ9Im00NzcuNzAzIDM4NGMtNC4yNjcgNy4zOTEtMTMuNzE4IDkuOTIzLTIxLjEwOSA1LjY1NmwtNTMuNTMtMzAuOTA1Yy03LjM5MS00LjI2Ny05LjkyMy0xMy43MTgtNS42NTYtMjEuMTA5IDQuMjY3LTcuMzkxIDEzLjcxOC05LjkyMyAyMS4xMDktNS42NTZsNTMuNTMgMzAuOTA1YzcuMzkgNC4yNjcgOS45MjMgMTMuNzE4IDUuNjU2IDIxLjEwOXoiIGZpbGw9IiNlMGViZjAiIGRhdGEtb3JpZ2luYWw9IiNlMGViZjAiPjwvcGF0aD48L2c+PGc+PHBhdGggZD0ibTkyLjcxNiAyNTZjMCA4LjUzNC02LjkxOCAxNS40NTMtMTUuNDUzIDE1LjQ1M2gtNjEuODFjLTguNTM1IDAtMTUuNDUzLTYuOTE5LTE1LjQ1My0xNS40NTMgMC04LjUzNCA2LjkxOC0xNS40NTMgMTUuNDUzLTE1LjQ1M2g2MS44MTFjOC41MzQgMCAxNS40NTIgNi45MTkgMTUuNDUyIDE1LjQ1M3oiIGZpbGw9IiM4ZWIxYmYiIGRhdGEtb3JpZ2luYWw9IiM4ZWIxYmYiPjwvcGF0aD48cGF0aCBkPSJtNTEyIDI1NmMwIDguNTM0LTYuOTE4IDE1LjQ1My0xNS40NTMgMTUuNDUzaC02MS44MTFjLTguNTM0IDAtMTUuNDUzLTYuOTE4LTE1LjQ1My0xNS40NTMgMC04LjUzNCA2LjkxOC0xNS40NTMgMTUuNDUzLTE1LjQ1M2g2MS44MTFjOC41MzUgMCAxNS40NTMgNi45MTkgMTUuNDUzIDE1LjQ1M3oiIGZpbGw9IiNlMGViZjAiIGRhdGEtb3JpZ2luYWw9IiNlMGViZjAiPjwvcGF0aD48L2c+PGc+PHBhdGggZD0ibTExNC41OTIgMzM3LjY0MmM0LjI2NyA3LjM5MSAxLjczNSAxNi44NDItNS42NTYgMjEuMTA5bC01My41MyAzMC45MDVjLTcuMzkxIDQuMjY3LTE2Ljg0MiAxLjczNS0yMS4xMDktNS42NTYtNC4yNjctNy4zOTEtMS43MzUtMTYuODQyIDUuNjU2LTIxLjEwOWw1My41My0zMC45MDVjNy4zOTEtNC4yNjcgMTYuODQyLTEuNzM1IDIxLjEwOSA1LjY1NnoiIGZpbGw9IiNjZmRiZTQiIGRhdGEtb3JpZ2luYWw9IiNjZmRiZTQiPjwvcGF0aD48L2c+PGc+PHBhdGggZD0ibTE3NC4zNTggMzk3LjQwOGM3LjM5MSA0LjI2NyA5LjkyMyAxMy43MTggNS42NTYgMjEuMTA5bC0zMC45MDUgNTMuNTNjLTQuMjY3IDcuMzkxLTEzLjcxOCA5LjkyMy0yMS4xMDkgNS42NTYtNy4zOTEtNC4yNjctOS45MjMtMTMuNzE4LTUuNjU2LTIxLjEwOWwzMC45MDUtNTMuNTNjNC4yNjctNy4zOTEgMTMuNzE4LTkuOTIzIDIxLjEwOS01LjY1NnoiIGZpbGw9IiNjZmRiZTQiIGRhdGEtb3JpZ2luYWw9IiNjZmRiZTQiPjwvcGF0aD48cGF0aCBkPSJtMzg0IDM0LjI5N2M3LjM5MSA0LjI2NyA5LjkyMyAxMy43MTggNS42NTYgMjEuMTA5bC0zMC45MDUgNTMuNTNjLTQuMjY3IDcuMzkxLTEzLjcxOCA5LjkyMy0yMS4xMDkgNS42NTYtNy4zOTEtNC4yNjctOS45MjMtMTMuNzE4LTUuNjU2LTIxLjEwOWwzMC45MDUtNTMuNTNjNC4yNjctNy4zOSAxMy43MTgtOS45MjMgMjEuMTA5LTUuNjU2eiIgZmlsbD0iIzY1OGI5NiIgZGF0YS1vcmlnaW5hbD0iIzY1OGI5NiI+PC9wYXRoPjwvZz48L2c+PC9nPjwvc3ZnPg==);
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3rem;
    height: 3rem;
    animation: home_tab-spin 5s linear infinite; }

.slick-slider:hover .slick-arrow {
  opacity: 1;
  visibility: visible; }

.slick-slider .slick-track {
  padding: 2px 0;
  margin-left: initial; }
  .slick-slider .slick-track div, .slick-slider .slick-track a, .slick-slider .slick-track a:focus, .slick-slider .slick-track div:focus, .slick-slider .slick-track article:focus, .slick-slider .slick-track article {
    outline: 0 !important; }
    .slick-slider .slick-track div img, .slick-slider .slick-track a img, .slick-slider .slick-track a:focus img, .slick-slider .slick-track div:focus img, .slick-slider .slick-track article:focus img, .slick-slider .slick-track article img {
      padding: 0; }

.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  background-color: transparent;
  transform: translateY(-50%);
  border: none;
  outline: 0;
  font-size: 20px;
  z-index: 1;
  padding: 0;
  color: #000;
  transition: all .5s;
  background: #DbDbDb;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25);
  padding: 0 !important;
  width: 35px;
  height: 35px;
  border-radius: 999px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /*&:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #CCC;
		clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
		-webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
		z-index: -1;
	}
		&:after {
		content: '';
		position: absolute;
		top: 1px;
		left: 1px;
		right: 1px;
		bottom: 1px;
		background: #FFF;
		clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
		-webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
		z-index: -1;
	}*/ }
  @media (max-width: 991px) {
    .slick-slider .slick-arrow {
      opacity: 1;
      visibility: visible; } }
  .slick-slider .slick-arrow:hover {
    color: #FFF;
    background: var(--color_main);
    /*&:before{ background: var(--color_main); }
			&:after{ background: var(--color_main); }*/ }
  .slick-slider .slick-arrow i {
    font-size: 14px;
    opacity: .75; }
  .slick-slider .slick-arrow.slick-prev {
    padding-right: 10px;
    padding-left: 5px;
    left: 10px; }
    .slick-slider .slick-arrow.slick-prev:before {
      transform: rotateY(180deg); }
    .slick-slider .slick-arrow.slick-prev:after {
      transform: rotateY(180deg); }
    @media (max-width: 768px) {
      .slick-slider .slick-arrow.slick-prev {
        left: 5px; } }
  .slick-slider .slick-arrow.slick-next {
    right: 10px;
    padding-right: 5px;
    padding-left: 10px; }
    @media (max-width: 768px) {
      .slick-slider .slick-arrow.slick-next {
        right: 5px; } }

.slick-slider .slick-dots {
  position: absolute;
  bottom: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 9; }
  .slick-slider .slick-dots li {
    margin: 0 2.5px; }
    .slick-slider .slick-dots li.slick-active button {
      background: rgba(0, 0, 0, 0.6);
      border: 1px solid rgba(0, 0, 0, 0.6); }
    .slick-slider .slick-dots li button {
      font-size: 0;
      background: rgba(0, 0, 0, 0.15);
      border: 1px solid rgba(0, 0, 0, 0.15);
      width: 20px;
      height: 5px;
      transform: scale(0.75);
      border-radius: 0; }

.grecaptcha-badge {
  display: none; }

.section-title-all {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px; }
  .section-title-all > span {
    color: var(--color_main);
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    font-size: 1.25rem;
    position: relative;
    line-height: 1;
    margin-bottom: 10px; }
    @media (max-width: 640px) {
      .section-title-all > span {
        font-size: 1rem; } }
  .section-title-all h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 1201px) {
      .section-title-all h2 {
        font-size: 1.9rem; } }
    @media (max-width: 1024px) {
      .section-title-all h2 {
        font-size: 1.8rem; } }
    @media (max-width: 991px) {
      .section-title-all h2 {
        font-size: 1.7rem; } }
    @media (max-width: 768px) {
      .section-title-all h2 {
        font-size: 1.6rem; } }
    @media (max-width: 480px) {
      .section-title-all h2 {
        font-size: 1.5rem; } }
    @media (max-width: 360px) {
      .section-title-all h2 {
        font-size: 1.4rem; } }
  .section-title-all a {
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding: 0;
    overflow: hidden;
    transition: all .5s; }
    @media (max-width: 991px) {
      .section-title-all a {
        display: none; } }
    .section-title-all a:hover {
      letter-spacing: 1.5px;
      color: var(--color_main); }

.shop-pagination > a, .shop-pagination > span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  color: var(--color);
  border-radius: var(--border_radius);
  border: 1px solid var(--color_bg_item);
  background: var(--color_bg_item);
  font-size: .9rem; }
  .shop-pagination > a:hover, .shop-pagination > span:hover {
    color: var(--color2);
    background: var(--color_main);
    border-color: var(--color_main); }
    .shop-pagination > a:hover svg, .shop-pagination > a:hover svg *, .shop-pagination > span:hover svg, .shop-pagination > span:hover svg * {
      color: var(--color2);
      fill: var(--color2); }
  .shop-pagination > a svg, .shop-pagination > span svg {
    width: 10px;
    height: 10px;
    color: var(--color1); }

.shop-pagination .current {
  color: var(--color2);
  background: var(--color1);
  border: 1px solid var(--color1);
  margin-right: 10px;
  margin-bottom: 10px; }
  .shop-pagination .current:hover {
    color: var(--color2);
    background: var(--color_main);
    border-color: var(--color_main); }
    .shop-pagination .current:hover svg, .shop-pagination .current:hover svg * {
      color: var(--color2);
      fill: var(--color2); }

section.home-letter {
  margin: 50px 0; }
  @media (max-width: 768px) {
    section.home-letter {
      margin: 25px 0; } }
  section.home-letter .home-letter-wrap {
    display: grid;
    grid-template-columns: 60% 1fr;
    gap: 30px; }
    @media (max-width: 991px) {
      section.home-letter .home-letter-wrap {
        grid-template-columns: 1fr;
        gap: 15px; } }
    section.home-letter .home-letter-wrap > * {
      min-width: 0; }
    @media (max-width: 991px) {
      section.home-letter .home-letter-wrap .home-letter-left {
        order: 2; } }
    section.home-letter .home-letter-wrap .home-letter-left form {
      margin-top: 30px;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1rem;
      text-align: center; }
      @media (max-width: 768px) {
        section.home-letter .home-letter-wrap .home-letter-left form {
          grid-template-columns: 1fr;
          margin-top: 15px; } }
      section.home-letter .home-letter-wrap .home-letter-left form .home-letter-form-group {
        position: relative; }
        section.home-letter .home-letter-wrap .home-letter-left form .home-letter-form-group.full-span {
          grid-column: span 3; }
          @media (max-width: 768px) {
            section.home-letter .home-letter-wrap .home-letter-left form .home-letter-form-group.full-span {
              grid-column: initial; } }
        section.home-letter .home-letter-wrap .home-letter-left form .home-letter-form-group input, section.home-letter .home-letter-wrap .home-letter-left form .home-letter-form-group textarea {
          background: transparent;
          border: none;
          outline: none;
          padding: 0;
          box-shadow: none;
          padding: 0px 40px 0 10px;
          height: 40px;
          border: 1px solid #DbDbDb;
          width: 100%; }
        section.home-letter .home-letter-wrap .home-letter-left form .home-letter-form-group textarea {
          height: 200px;
          padding: 10px 40px 10px 10px; }
        section.home-letter .home-letter-wrap .home-letter-left form .home-letter-form-group i {
          position: absolute;
          top: 12.5px;
          right: 12.5px; }
      section.home-letter .home-letter-wrap .home-letter-left form .home-letter-form-actions.full-span {
        grid-column: span 3; }
        @media (max-width: 768px) {
          section.home-letter .home-letter-wrap .home-letter-left form .home-letter-form-actions.full-span {
            grid-column: initial; } }
      section.home-letter .home-letter-wrap .home-letter-left form .home-letter-form-actions button {
        background: transparent;
        border: none;
        outline: none;
        padding: 0;
        box-shadow: none;
        color: var(--color_main);
        border: 1px solid;
        padding: 15px; }
    @media (max-width: 991px) {
      section.home-letter .home-letter-wrap .home-letter-right {
        order: 1; } }
    section.home-letter .home-letter-wrap .home-letter-right img {
      clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 100%, 100% 100%, 0 100%, 10% 100%, 0% 85%); }

.section_index--newletter {
  position: relative;
  z-index: 2;
  padding: 2.5rem 0 0; }
  .section_index--newletter .section_index--newletter-wrap {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 1.25rem; }
    @media (max-width: 1201px) {
      .section_index--newletter .section_index--newletter-wrap {
        grid-template-columns: 45% 1fr; } }
    @media (max-width: 1024px) {
      .section_index--newletter .section_index--newletter-wrap {
        grid-template-columns: 50% 1fr; } }
    @media (max-width: 991px) {
      .section_index--newletter .section_index--newletter-wrap {
        grid-template-columns: 1fr; } }
    .section_index--newletter .section_index--newletter-wrap > * {
      min-width: 0; }
    .section_index--newletter .section_index--newletter-wrap .section_index--newletter-left {
      min-width: 0; }
      .section_index--newletter .section_index--newletter-wrap .section_index--newletter-left h2 {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 10px; }
      .section_index--newletter .section_index--newletter-wrap .section_index--newletter-left p:first-of-type {
        margin-bottom: 20px; }
      .section_index--newletter .section_index--newletter-wrap .section_index--newletter-left p:last-of-type {
        margin-top: 10px; }
    .section_index--newletter .section_index--newletter-wrap .section_index--newletter-right form {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      align-items: center;
      gap: 1.25rem;
      position: relative;
      overflow: hidden; }
      .section_index--newletter .section_index--newletter-wrap .section_index--newletter-right form input {
        outline: none;
        width: 100%;
        padding: 0 100px 0 10px;
        border: 1.5px solid var(--color_main);
        border-radius: var(--border_radius);
        background: #fff;
        height: 45px; }
      .section_index--newletter .section_index--newletter-wrap .section_index--newletter-right form button {
        outline: none;
        padding: 0 10px;
        background: var(--color_main2);
        border-radius: var(--border_radius);
        height: 45px;
        color: var(--color2);
        font-weight: bold;
        font-size: 0.8rem;
        text-transform: uppercase;
        transition: all .5s;
        position: absolute;
        top: 0;
        right: 0;
        border: 1px solid var(--color_main); }
        .section_index--newletter .section_index--newletter-wrap .section_index--newletter-right form button:hover {
          color: var(--color_main);
          background: transparent; }

.breadcrumb-wrap ol {
  padding: 0;
  background: transparent;
  margin: 0; }
  @media (max-width: 768px) {
    .breadcrumb-wrap ol {
      display: block; } }
  .breadcrumb-wrap ol .breadcrumb-item {
    padding: 0; }
    @media (max-width: 768px) {
      .breadcrumb-wrap ol .breadcrumb-item {
        display: contents; } }
    .breadcrumb-wrap ol .breadcrumb-item.active {
      color: var(--color_main); }

.product-item-action {
  padding: 10px; }
  .product-item-action .product-item-action-wrap {
    border-radius: var(--border_radius);
    background: #FFF;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
    display: grid;
    grid-template-columns: 35% 1fr;
    gap: 10px;
    align-items: flex-start;
    padding: 0 10px 0 0; }
    .product-item-action .product-item-action-wrap > * {
      min-width: 0; }
    @media (hover: hover) {
      .product-item-action .product-item-action-wrap:hover .product-item-action-top .product-item-action-top-image .product-item-action-top-image-showcase.product-image-switch img:nth-child(1) {
        opacity: 0; }
      .product-item-action .product-item-action-wrap:hover .product-item-action-top .product-item-action-top-image .product-item-action-top-image-showcase.product-image-switch img:nth-child(2) {
        opacity: 1; }
      .product-item-action .product-item-action-wrap:hover .product-item-action-top .shop-wishlist-button-add {
        opacity: 1;
        visibility: visible; }
      .product-item-action .product-item-action-wrap:hover .product-item-action-top .product-item-actions {
        opacity: 1;
        visibility: visible; } }
    .product-item-action .product-item-action-wrap .product-item-action-top {
      position: relative;
      overflow: hidden;
      border-radius: var(--border_radius); }
      .product-item-action .product-item-action-wrap .product-item-action-top .product-item-action-top-image {
        transition: transform 0.5s;
        max-width: 100%;
        height: auto; }
        .product-item-action .product-item-action-wrap .product-item-action-top .product-item-action-top-image .product-item-action-top-image-showcase {
          position: relative;
          display: block;
          aspect-ratio: 1;
          z-index: 0; }
          .product-item-action .product-item-action-wrap .product-item-action-top .product-item-action-top-image .product-item-action-top-image-showcase img {
            max-width: 100%;
            width: 100%;
            position: absolute;
            width: auto;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) !important;
            object-fit: contain;
            transition: opacity 0.5s; }
            .product-item-action .product-item-action-wrap .product-item-action-top .product-item-action-top-image .product-item-action-top-image-showcase img:nth-child(2) {
              opacity: 0; }
      .product-item-action .product-item-action-wrap .product-item-action-top .product-item-action-label-sale {
        pointer-events: none;
        background-color: #F30;
        color: var(--color2);
        top: 5px;
        left: 5px;
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 999px;
        font-size: .7rem;
        display: flex;
        justify-content: center;
        align-items: center; }
        .product-item-action .product-item-action-wrap .product-item-action-top .product-item-action-label-sale span {
          font-weight: bold;
          padding: 0 10px; }
    .product-item-action .product-item-action-wrap .product-item-action-detail {
      padding: 10px 0; }
      .product-item-action .product-item-action-wrap .product-item-action-detail .product-item-action-detail-available {
        display: none; }
      .product-item-action .product-item-action-wrap .product-item-action-detail h3.product-item-action-detail-title {
        text-align: left;
        margin-bottom: 5px;
        margin-top: 0; }
        .product-item-action .product-item-action-wrap .product-item-action-detail h3.product-item-action-detail-title:hover {
          -webkit-text-fill-color: var(--color_main); }
          .product-item-action .product-item-action-wrap .product-item-action-detail h3.product-item-action-detail-title:hover a {
            color: var(--color_main); }
        .product-item-action .product-item-action-wrap .product-item-action-detail h3.product-item-action-detail-title a {
          color: var(--color1);
          font-size: 1.1rem;
          font-weight: 500;
          transition: all 0.25s;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          overflow: hidden;
          transition: all 0.25s;
          line-height: 1.4;
          -webkit-line-clamp: 2; }
      .product-item-action .product-item-action-wrap .product-item-action-detail .product-item-action-detail-price {
        margin-bottom: 5px; }
        .product-item-action .product-item-action-wrap .product-item-action-detail .product-item-action-detail-price del {
          font-size: 0.85rem;
          color: #AbAbAb;
          margin-left: 5px; }
        .product-item-action .product-item-action-wrap .product-item-action-detail .product-item-action-detail-price span {
          font-size: 0.85rem;
          color: gray;
          margin: 0 .25rem; }
        .product-item-action .product-item-action-wrap .product-item-action-detail .product-item-action-detail-price strong {
          font-weight: bold;
          color: #F30;
          font-size: 1.05rem; }
      .product-item-action .product-item-action-wrap .product-item-action-detail .product-item-action-detail-info .product-item-action-detail-info-vendor {
        margin-bottom: 5px;
        display: none; }
      .product-item-action .product-item-action-wrap .product-item-action-detail .product-item-action-detail-info .product-item-action-detail-info-type {
        margin-bottom: 5px;
        display: none; }
      .product-item-action .product-item-action-wrap .product-item-action-detail .product-item-action-detail-info .product-item-action-detail-info-quantity {
        align-items: stretch;
        justify-content: space-between;
        gap: 5px; }
        .product-item-action .product-item-action-wrap .product-item-action-detail .product-item-action-detail-info .product-item-action-detail-info-quantity .shop-quantity {
          height: 25px; }
          .product-item-action .product-item-action-wrap .product-item-action-detail .product-item-action-detail-info .product-item-action-detail-info-quantity .shop-quantity button {
            min-width: 30px;
            width: 30px;
            height: 25px;
            font-size: .85rem;
            line-height: 25px; }
          .product-item-action .product-item-action-wrap .product-item-action-detail .product-item-action-detail-info .product-item-action-detail-info-quantity .shop-quantity input {
            min-width: 30px;
            width: 30px;
            height: 25px;
            display: flex;
            justify-content: center;
            align-items: center; }
            @media (max-width: 991px) {
              .product-item-action .product-item-action-wrap .product-item-action-detail .product-item-action-detail-info .product-item-action-detail-info-quantity .shop-quantity input {
                min-width: 20px;
                width: 20px; } }
        .product-item-action .product-item-action-wrap .product-item-action-detail .product-item-action-detail-info .product-item-action-detail-info-quantity select {
          background: transparent;
          border: none;
          outline: none;
          padding: 0;
          box-shadow: none;
          height: 25px;
          width: calc(100% - 100px);
          border: 1px solid #ccc;
          padding: 0 5px;
          border-radius: var(--border_radius);
          color: var(--color1); }
          @media (max-width: 991px) {
            .product-item-action .product-item-action-wrap .product-item-action-detail .product-item-action-detail-info .product-item-action-detail-info-quantity select {
              width: calc(100% - 90px); } }
      .product-item-action .product-item-action-wrap .product-item-action-detail .product-item-action-detail-info .product-item-action-detail-info-buttons {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-top: 10px; }
        .product-item-action .product-item-action-wrap .product-item-action-detail .product-item-action-detail-info .product-item-action-detail-info-buttons > * {
          min-width: 0; }
        @media (max-width: 1201px) {
          .product-item-action .product-item-action-wrap .product-item-action-detail .product-item-action-detail-info .product-item-action-detail-info-buttons {
            grid-template-columns: repeat(1, 1fr); } }
        .product-item-action .product-item-action-wrap .product-item-action-detail .product-item-action-detail-info .product-item-action-detail-info-buttons button {
          background: transparent;
          border: none;
          outline: none;
          padding: 0;
          box-shadow: none;
          border-radius: var(--border_radius);
          text-align: center;
          height: 25px;
          padding: 0 5px;
          transition: all .4s;
          min-width: 80px;
          box-shadow: 0 0 1px 1.5px rgba(0, 0, 0, 0.05);
          font-size: .9rem;
          width: 100%; }
          @media (max-width: 480px) {
            .product-item-action .product-item-action-wrap .product-item-action-detail .product-item-action-detail-info .product-item-action-detail-info-buttons button {
              padding: 0 5px; } }
          .product-item-action .product-item-action-wrap .product-item-action-detail .product-item-action-detail-info .product-item-action-detail-info-buttons button:first-child {
            background: transparent;
            border: 1px solid var(--color_main);
            color: var(--color_main); }
            .product-item-action .product-item-action-wrap .product-item-action-detail .product-item-action-detail-info .product-item-action-detail-info-buttons button:first-child:hover {
              background: var(--color_main2);
              border: 1px solid var(--color_main2);
              color: var(--color2); }
          .product-item-action .product-item-action-wrap .product-item-action-detail .product-item-action-detail-info .product-item-action-detail-info-buttons button:last-child {
            background: var(--color_main);
            color: var(--color2); }
            .product-item-action .product-item-action-wrap .product-item-action-detail .product-item-action-detail-info .product-item-action-detail-info-buttons button:last-child:hover {
              background: var(--color_main2);
              color: var(--color2); }

.product-item-small {
  margin-bottom: 0;
  padding: 0; }
  .product-item-small .product-item-small-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start; }
    .product-item-small .product-item-small-wrap .product-item-small-image {
      position: relative;
      width: 30%;
      overflow: hidden; }
      .product-item-small .product-item-small-wrap .product-item-small-image .product-item-small-image-link {
        display: block; }
        .product-item-small .product-item-small-wrap .product-item-small-image .product-item-small-image-link img {
          max-height: 200px;
          object-fit: cover;
          margin: 0 auto; }
    .product-item-small .product-item-small-wrap .product-item-small-info {
      width: 70%;
      text-align: left;
      padding-left: 7.5px; }
      .product-item-small .product-item-small-wrap .product-item-small-info .product-item-small-info-title {
        font-size: 1rem;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
        .product-item-small .product-item-small-wrap .product-item-small-info .product-item-small-info-title a {
          color: var(--color1);
          display: block; }
          .product-item-small .product-item-small-wrap .product-item-small-info .product-item-small-info-title a:hover {
            color: var(--color_main); }
      .product-item-small .product-item-small-wrap .product-item-small-info .product-item-small-info-price {
        color: #F30;
        font-weight: 500;
        font-size: 13px;
        margin: 0; }
        .product-item-small .product-item-small-wrap .product-item-small-info .product-item-small-info-price del {
          font-weight: 300;
          margin-left: 5px;
          color: #bbbbbb;
          font-size: 11px; }
        .product-item-small .product-item-small-wrap .product-item-small-info .product-item-small-info-price span {
          margin-left: 5px; }
      .product-item-small .product-item-small-wrap .product-item-small-info .product-item-small-review {
        margin-top: 10px;
        font-size: .65rem; }
        .product-item-small .product-item-small-wrap .product-item-small-info .product-item-small-review .haravan-product-reviews-badge {
          display: flex;
          flex-wrap: wrap;
          justify-content: start;
          align-items: center; }
          .product-item-small .product-item-small-wrap .product-item-small-info .product-item-small-review .haravan-product-reviews-badge i:before {
            content: "\f005" !important; }
          .product-item-small .product-item-small-wrap .product-item-small-info .product-item-small-review .haravan-product-reviews-badge p, .product-item-small .product-item-small-wrap .product-item-small-info .product-item-small-review .haravan-product-reviews-badge span {
            margin: 0 0 0 10px;
            font-size: .75rem; }
      .product-item-small .product-item-small-wrap .product-item-small-info .product-item-small-info-action {
        margin-top: 10px; }
        .product-item-small .product-item-small-wrap .product-item-small-info .product-item-small-info-action button {
          background: transparent;
          border: none;
          outline: none;
          padding: 0;
          box-shadow: none;
          margin-right: 25px;
          white-space: nowrap; }
          .product-item-small .product-item-small-wrap .product-item-small-info .product-item-small-info-action button.shop-addLoop-button {
            background: var(--color_main);
            padding: 7.5px 15px;
            border-radius: var(--border_radius);
            color: #FFF;
            font-size: .9rem;
            line-height: 1;
            font-weight: 700;
            border: 1px solid transparent;
            transition: all .5s; }
            .product-item-small .product-item-small-wrap .product-item-small-info .product-item-small-info-action button.shop-addLoop-button:hover {
              border: 1px solid var(--color_main);
              background: transparent;
              color: var(--color_main); }
          .product-item-small .product-item-small-wrap .product-item-small-info .product-item-small-info-action button.shop-wishlist-button-remove, .product-item-small .product-item-small-wrap .product-item-small-info .product-item-small-info-action button.shop-compare-button-remove {
            display: none; }
          .product-item-small .product-item-small-wrap .product-item-small-info .product-item-small-info-action button svg {
            width: 15px;
            height: 15px; }

.article-item {
  padding: 0 8px;
  overflow: hidden; }
  .article-item.layout-small {
    padding: 0; }
    .article-item.layout-small .article-item-wrap {
      display: grid;
      background: transparent;
      padding: 0;
      grid-template-columns: 30% 1fr;
      gap: 10px; }
      .article-item.layout-small .article-item-wrap .article-item-image .article-item-date span.article-item-date-big {
        font-size: 1.5rem;
        font-weight: bold; }
      .article-item.layout-small .article-item-wrap .article-item-image img {
        object-fit: cover; }
      .article-item.layout-small .article-item-wrap .article-item-detail {
        padding: 0;
        display: block;
        padding-left: 15px;
        margin: 0;
        max-width: 100%;
        background: none !important; }
        .article-item.layout-small .article-item-wrap .article-item-detail h3 {
          text-align: left;
          margin: 0;
          font-size: 1rem;
          color: var(--color1) !important;
          -webkit-text-fill-color: var(--color1); }
          .article-item.layout-small .article-item-wrap .article-item-detail h3 a {
            font-size: 1rem;
            color: var(--color1) !important;
            -webkit-text-fill-color: var(--color1); }
  .article-item .article-item-wrap {
    background: #FFF;
    padding: 0;
    position: relative;
    border-radius: var(--border_radius);
    overflow: hidden; }
    .article-item .article-item-wrap:hover .article-item-image img {
      transform: scale(1.05); }
    .article-item .article-item-wrap .article-item-image {
      display: block;
      overflow: hidden;
      border-radius: var(--border_radius); }
      .article-item .article-item-wrap .article-item-image .article-item-date {
        position: absolute;
        top: 0px;
        left: 0px;
        padding: 10px;
        background-color: rgba(255, 255, 255, 0.75);
        border-radius: 0 0 var(--border_radius) 0; }
        .article-item .article-item-wrap .article-item-image .article-item-date span {
          display: block;
          text-align: center;
          line-height: 1.1; }
          .article-item .article-item-wrap .article-item-image .article-item-date span.article-item-date-big {
            font-size: 2rem;
            font-weight: bold; }
          .article-item .article-item-wrap .article-item-image .article-item-date span.article-item-date-small {
            font-size: .85rem;
            font-style: italic; }
      .article-item .article-item-wrap .article-item-image img {
        transition: all .5s;
        aspect-ratio: 4/3;
        object-fit: contain;
        margin: 0 auto; }
    .article-item .article-item-wrap .article-item-detail {
      padding: 10px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      gap: 10px;
      margin: 0 auto 0;
      position: relative;
      z-index: 1;
      border-radius: var(--border_radius); }
      .article-item .article-item-wrap .article-item-detail .article-item-detail-title {
        text-align: left;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        transition: all 0.25s;
        margin-bottom: 5px;
        line-height: 22px;
        text-align: center; }
        @media (max-width: 991px) {
          .article-item .article-item-wrap .article-item-detail .article-item-detail-title {
            line-height: 27.5px; } }
        @media (max-width: 480px) {
          .article-item .article-item-wrap .article-item-detail .article-item-detail-title {
            line-height: 25px; } }
        .article-item .article-item-wrap .article-item-detail .article-item-detail-title:hover {
          -webkit-text-fill-color: var(--color_main); }
          .article-item .article-item-wrap .article-item-detail .article-item-detail-title:hover a {
            color: var(--color_main); }
        .article-item .article-item-wrap .article-item-detail .article-item-detail-title a {
          color: var(--color1);
          font-size: 1.1rem;
          font-weight: 600;
          transition: all 0.25s; }
      .article-item .article-item-wrap .article-item-detail .article-item-detail-info {
        display: flex;
        flex-direction: row;
        column-gap: 1rem;
        font-size: 13px;
        font-weight: 600;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center; }
        .article-item .article-item-wrap .article-item-detail .article-item-detail-info span {
          white-space: nowrap;
          color: var(--color) !important; }
      .article-item .article-item-wrap .article-item-detail .article-item-detail-content {
        width: 90%;
        font-size: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: var(--color); }
      .article-item .article-item-wrap .article-item-detail .article-item-detail-more {
        border-radius: var(--border_radius);
        background-color: var(--color_main2);
        border: 1px solid var(--color_main2);
        color: var(--color2);
        padding: 5px 20px;
        transition: background-color 0.5s; }
        .article-item .article-item-wrap .article-item-detail .article-item-detail-more:hover {
          background-color: var(--color2);
          color: var(--color_main2); }

.tool-search.active .tool-search-overplay, .tool-search.active .tool-search-smart {
  opacity: 1;
  visibility: visible;
  transform: translateY(10px); }
  @media (max-width: 1024px) {
    .tool-search.active .tool-search-overplay, .tool-search.active .tool-search-smart {
      transform: translateY(0);
      box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.5); } }

.tool-search .tool-search-overplay {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  box-shadow: none;
  position: fixed;
  top: calc(var(--header-height) - 10px);
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all .4s; }
  @media (max-width: 1024px) {
    .tool-search .tool-search-overplay {
      display: none; } }

.tool-search .tool-search-smart {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all .35s ease-in;
  position: absolute;
  left: -90px;
  background: #FFF;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5);
  min-width: 500px;
  border-radius: .25rem;
  top: 110%;
  z-index: 99; }
  @media (max-width: 1024px) {
    .tool-search .tool-search-smart {
      min-width: 100%;
      width: 100%;
      left: 0; } }
  @media (max-width: 640px) {
    .tool-search .tool-search-smart {
      min-width: 100vw;
      left: -70px;
      top: 125%; } }
  .tool-search .tool-search-smart:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent var(--color_bg_item) transparent; }
  .tool-search .tool-search-smart > p {
    margin: 0;
    padding: 10px; }
  .tool-search .tool-search-smart .tool-search-smart-data > p {
    margin: 0;
    padding: 10px; }
  .tool-search .tool-search-smart .tool-search-smart-data label {
    background: var(--color_bg_item);
    display: block;
    padding: 5px 15px;
    font-weight: bold;
    margin: 0;
    display: none !important; }
  .tool-search .tool-search-smart .tool-search-smart-data ul {
    max-height: 375px;
    overflow-y: auto;
    overflow-x: hidden; }
    .tool-search .tool-search-smart .tool-search-smart-data ul::-webkit-scrollbar {
      width: 5px; }
    .tool-search .tool-search-smart .tool-search-smart-data ul::-webkit-scrollbar-track {
      background: #ccc; }
    .tool-search .tool-search-smart .tool-search-smart-data ul::-webkit-scrollbar-thumb {
      background: var(--color_main); }
    .tool-search .tool-search-smart .tool-search-smart-data ul li:not(:last-child) {
      border-bottom: 1px dashed #DbDbDb; }
    .tool-search .tool-search-smart .tool-search-smart-data ul li:hover strong {
      color: var(--color_main); }
    .tool-search .tool-search-smart .tool-search-smart-data ul li a {
      padding: 5px 15px;
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: flex-start; }
      .tool-search .tool-search-smart .tool-search-smart-data ul li a .item-smart-left {
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        height: 56px;
        width: 56px;
        aspect-ratio: 1;
        overflow: hidden; }
        .tool-search .tool-search-smart .tool-search-smart-data ul li a .item-smart-left img {
          object-fit: contain;
          object-position: center; }
      .tool-search .tool-search-smart .tool-search-smart-data ul li a .item-smart-right {
        width: calc(100% - 56px);
        padding-left: 15px;
        font-weight: normal; }
        .tool-search .tool-search-smart .tool-search-smart-data ul li a .item-smart-right strong {
          color: #374151;
          font-size: .9rem;
          font-weight: bold;
          transition: all 0.25s;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          overflow: hidden;
          transition: all 0.25s;
          line-height: 1.4;
          -webkit-line-clamp: 2; }
          @media (max-width: 991px) {
            .tool-search .tool-search-smart .tool-search-smart-data ul li a .item-smart-right strong {
              font-size: .8rem; } }
        .tool-search .tool-search-smart .tool-search-smart-data ul li a .item-smart-right p {
          gap: .25rem .5rem; }
          .tool-search .tool-search-smart .tool-search-smart-data ul li a .item-smart-right p span {
            color: var(--colors-red-500, #EF4444);
            leading-trim: both;
            text-edge: cap;
            font-family: Roboto;
            font-size: .8rem;
            font-style: normal;
            font-weight: 700;
            line-height: normal; }
          .tool-search .tool-search-smart .tool-search-smart-data ul li a .item-smart-right p del {
            color: rgba(63, 85, 103, 0.6);
            font-size: 0.75rem;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            text-decoration-line: line-through; }
            @media (max-width: 640px) {
              .tool-search .tool-search-smart .tool-search-smart-data ul li a .item-smart-right p del {
                font-size: 0.65rem; } }
          .tool-search .tool-search-smart .tool-search-smart-data ul li a .item-smart-right p b {
            border-radius: 4px !important;
            background: #EFAC41;
            padding: .25rem .5rem;
            color: #FFF;
            leading-trim: both;
            text-edge: cap;
            font-size: .75rem;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-transform: uppercase;
            height: 17px;
            display: inline-flex;
            align-items: center;
            justify-content: center; }
            @media (max-width: 640px) {
              .tool-search .tool-search-smart .tool-search-smart-data ul li a .item-smart-right p b {
                font-size: 0.65rem;
                height: 0.8125rem; } }

.shop-social-sidebar {
  position: fixed;
  bottom: 15%;
  right: -125px;
  z-index: 100; }
  @media (max-width: 1201px) {
    .shop-social-sidebar .hiddenMob {
      display: none !important; } }
  .shop-social-sidebar a, .shop-social-sidebar button {
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    box-shadow: none;
    display: flex;
    align-items: center;
    height: 40px;
    line-height: 40px;
    padding: 7.5px;
    width: 165px;
    transform: translateX(0px);
    background: #ffffff;
    color: #333;
    border: 1px solid #DbDbDb;
    cursor: pointer;
    margin-bottom: 5px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    border-radius: var(--border_radius) 0 0 var(--border_radius);
    font-size: .9rem;
    white-space: nowrap; }
    .shop-social-sidebar a.back-to-top, .shop-social-sidebar button.back-to-top {
      opacity: 0;
      visibility: hidden; }
      .shop-social-sidebar a.back-to-top.active, .shop-social-sidebar button.back-to-top.active {
        opacity: 1;
        visibility: visible; }
    @media (min-width: 991px) {
      .shop-social-sidebar a:hover, .shop-social-sidebar button:hover {
        transform: translateX(-120px); } }
    .shop-social-sidebar a img, .shop-social-sidebar button img {
      margin-right: 20px;
      max-width: 25px; }

.shop-mobar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: var(--color_main);
  display: none;
  z-index: 97;
  top: unset !important; }
  @media (max-width: 1024px) {
    .shop-mobar {
      display: block; } }
  .shop-mobar .shop-mobar-wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch; }
    .shop-mobar .shop-mobar-wrap ul li {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      width: calc(100%/4);
      padding: 7.5px 2.5px;
      text-align: center; }
      .shop-mobar .shop-mobar-wrap ul li:not(:last-child) {
        border-right: 1px solid #d9b23a; }
      .shop-mobar .shop-mobar-wrap ul li img {
        max-width: 20px;
        filter: brightness(1) invert(1); }
      .shop-mobar .shop-mobar-wrap ul li span {
        font-size: .9rem;
        display: block;
        margin-top: 10px;
        line-height: 1.5;
        color: var(--color2); }
        @media (max-width: 360px) {
          .shop-mobar .shop-mobar-wrap ul li span {
            font-size: .8rem; } }

.shop-quantity-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center; }
  .shop-quantity-wrap label {
    font-weight: 500;
    margin-bottom: 0;
    min-width: 100px;
    display: block;
    font-size: 1rem; }
    @media (max-width: 1201px) {
      .shop-quantity-wrap label {
        font-size: 1.05rem; } }
    @media (max-width: 1024px) {
      .shop-quantity-wrap label {
        font-size: 1.10rem; } }
    @media (max-width: 991px) {
      .shop-quantity-wrap label {
        font-size: 1.15rem; } }
    @media (max-width: 768px) {
      .shop-quantity-wrap label {
        font-size: 1.20rem; } }
    @media (max-width: 480px) {
      .shop-quantity-wrap label {
        font-size: 1.25rem; } }
    @media (max-width: 360px) {
      .shop-quantity-wrap label {
        font-size: 1.30rem; } }
  .shop-quantity-wrap .shop-quantity {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #DbDbDb;
    border-radius: var(--border_radius);
    overflow: hidden; }
    .shop-quantity-wrap .shop-quantity button, .shop-quantity-wrap .shop-quantity input {
      background: transparent;
      border: none;
      outline: none;
      padding: 0;
      box-shadow: none; }
    .shop-quantity-wrap .shop-quantity button {
      width: 40px;
      height: 30px;
      line-height: 30px;
      font-size: 1.5rem; }
      @media (max-width: 767px) {
        .shop-quantity-wrap .shop-quantity button {
          color: #000; } }
    .shop-quantity-wrap .shop-quantity input {
      width: 80px;
      height: 30px;
      line-height: 30px;
      text-align: center; }

.shop-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  margin-top: 15px;
  gap: 15px; }
  .shop-social li a {
    display: block;
    transition: all .5s;
    padding-bottom: 0 !important; }
    .shop-social li a:hover {
      transform: translateY(-5px); }
    .shop-social li a img {
      max-height: 30px; }

.shop-payment {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: center;
  gap: 5px; }
  .shop-payment li.shop-payment-item a {
    display: block; }
    .shop-payment li.shop-payment-item a img {
      max-height: 24px;
      width: auto; }

.shop-menu-mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 320px;
  background: #FFF;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all .5s; }
  .shop-menu-mobile .shop-menu-mobile-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #DbDbDb;
    height: 50px; }
    .shop-menu-mobile .shop-menu-mobile-head label {
      margin-bottom: 0;
      font-weight: bold;
      font-size: 1.5rem; }
      @media (max-width: 1201px) {
        .shop-menu-mobile .shop-menu-mobile-head label {
          font-size: 1.45rem; } }
      @media (max-width: 1024px) {
        .shop-menu-mobile .shop-menu-mobile-head label {
          font-size: 1.40rem; } }
      @media (max-width: 991px) {
        .shop-menu-mobile .shop-menu-mobile-head label {
          font-size: 1.35rem; } }
      @media (max-width: 768px) {
        .shop-menu-mobile .shop-menu-mobile-head label {
          font-size: 1.30rem; } }
      @media (max-width: 480px) {
        .shop-menu-mobile .shop-menu-mobile-head label {
          font-size: 1.35rem; } }
      @media (max-width: 360px) {
        .shop-menu-mobile .shop-menu-mobile-head label {
          font-size: 1.30rem; } }
    .shop-menu-mobile .shop-menu-mobile-head button {
      background: transparent;
      border: none;
      outline: none;
      padding: 0;
      box-shadow: none; }
      .shop-menu-mobile .shop-menu-mobile-head button svg {
        width: 15px;
        height: 15px; }
  .shop-menu-mobile .shop-menu-mobile-body {
    height: calc(100% - 245px);
    overflow-y: auto;
    overflow-x: hidden; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .shop-menu-mobile .shop-menu-mobile-body {
        height: calc(100% - 300px); } }
    .shop-menu-mobile .shop-menu-mobile-body li:not(:last-child) a {
      border-bottom: 1px solid var(--color_bg); }
    .shop-menu-mobile .shop-menu-mobile-body li a {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
      padding: 7.5px 15px; }
      .shop-menu-mobile .shop-menu-mobile-body li a.active span {
        transform: rotate(90deg); }
      .shop-menu-mobile .shop-menu-mobile-body li a span {
        transition: all .5s;
        font-size: 1.75rem;
        line-height: 1;
        width: 40px;
        text-align: center;
        display: block;
        padding-left: 10px; }
    .shop-menu-mobile .shop-menu-mobile-body .menu1 {
      display: none; }
      .shop-menu-mobile .shop-menu-mobile-body .menu1 li a {
        padding-left: 45px; }
      .shop-menu-mobile .shop-menu-mobile-body .menu1 .menu2 {
        display: none; }
        .shop-menu-mobile .shop-menu-mobile-body .menu1 .menu2 li a {
          padding-left: 75px; }
        .shop-menu-mobile .shop-menu-mobile-body .menu1 .menu2 .menu3 {
          display: none; }
          .shop-menu-mobile .shop-menu-mobile-body .menu1 .menu2 .menu3 li a {
            padding-left: 105px; }
  .shop-menu-mobile .shop-menu-mobile-foot {
    padding: 15px 15px 5px;
    margin-top: auto;
    width: 100%;
    height: 185px; }
    .shop-menu-mobile .shop-menu-mobile-foot form {
      width: 100%;
      position: relative; }
      .shop-menu-mobile .shop-menu-mobile-foot form input {
        background: transparent;
        border: none;
        outline: none;
        padding: 0;
        box-shadow: none;
        background: #FFF;
        border: 1px solid #DbDbDb;
        padding: 0 10px;
        height: 35px;
        width: 100%; }
      .shop-menu-mobile .shop-menu-mobile-foot form button {
        background: transparent;
        border: none;
        outline: none;
        padding: 0;
        box-shadow: none;
        position: absolute;
        top: 0;
        right: 10px;
        bottom: 0;
        opacity: .5; }
        .shop-menu-mobile .shop-menu-mobile-foot form button svg {
          width: 20px;
          height: 20px; }

#shop-modal-contact .modal-dialog {
  min-width: 850px; }
  @media (max-width: 991px) {
    #shop-modal-contact .modal-dialog {
      min-width: 60%; } }
  @media (max-width: 768px) {
    #shop-modal-contact .modal-dialog {
      min-width: 75%; } }
  @media (max-width: 480px) {
    #shop-modal-contact .modal-dialog {
      min-width: 90%;
      padding: 0 !important; } }
  #shop-modal-contact .modal-dialog .modal-content {
    border-radius: var(--border_radius);
    overflow: hidden; }
    #shop-modal-contact .modal-dialog .modal-content button.close {
      background: transparent;
      border: none;
      outline: none;
      padding: 0;
      box-shadow: none;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2;
      opacity: 1;
      font-size: 1.5rem;
      background: #000;
      color: #FFF;
      width: 25px;
      height: 25px;
      display: flex;
      justify-content: center;
      align-items: center; }
      #shop-modal-contact .modal-dialog .modal-content button.close svg {
        width: 14px;
        height: 14px;
        fill: #FFF;
        color: #FFF; }
        #shop-modal-contact .modal-dialog .modal-content button.close svg * {
          fill: #FFF;
          color: #FFF; }
      #shop-modal-contact .modal-dialog .modal-content button.close:hover svg {
        fill: #F30;
        color: #F30; }
        #shop-modal-contact .modal-dialog .modal-content button.close:hover svg * {
          fill: #F30;
          color: #F30; }
    #shop-modal-contact .modal-dialog .modal-content .modal-contact .modal-contact-wrap {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
      #shop-modal-contact .modal-dialog .modal-content .modal-contact .modal-contact-wrap .modal-contact-wrap-left {
        width: 45%;
        padding: 10px; }
        @media (max-width: 991px) {
          #shop-modal-contact .modal-dialog .modal-content .modal-contact .modal-contact-wrap .modal-contact-wrap-left {
            display: none; } }
        #shop-modal-contact .modal-dialog .modal-content .modal-contact .modal-contact-wrap .modal-contact-wrap-left img {
          object-fit: contain; }
      #shop-modal-contact .modal-dialog .modal-content .modal-contact .modal-contact-wrap .modal-contact-wrap-right {
        padding: 10px;
        width: 55%; }
        @media (max-width: 991px) {
          #shop-modal-contact .modal-dialog .modal-content .modal-contact .modal-contact-wrap .modal-contact-wrap-right {
            width: 100%; } }
        #shop-modal-contact .modal-dialog .modal-content .modal-contact .modal-contact-wrap .modal-contact-wrap-right .modal-contact-wrap-right-content {
          max-width: 80%;
          margin: 0 auto; }
          @media (max-width: 991px) {
            #shop-modal-contact .modal-dialog .modal-content .modal-contact .modal-contact-wrap .modal-contact-wrap-right .modal-contact-wrap-right-content {
              max-width: 100%; } }
          #shop-modal-contact .modal-dialog .modal-content .modal-contact .modal-contact-wrap .modal-contact-wrap-right .modal-contact-wrap-right-content form {
            margin: 10px auto; }
            #shop-modal-contact .modal-dialog .modal-content .modal-contact .modal-contact-wrap .modal-contact-wrap-right .modal-contact-wrap-right-content form input, #shop-modal-contact .modal-dialog .modal-content .modal-contact .modal-contact-wrap .modal-contact-wrap-right .modal-contact-wrap-right-content form button {
              background: transparent;
              border: none;
              outline: none;
              padding: 0;
              box-shadow: none;
              margin: 5px 0px;
              width: 100%;
              border: 1px solid var(--color_main);
              height: 35px;
              line-height: 35px;
              padding: 0 10px;
              border-radius: var(--border_radius); }
            #shop-modal-contact .modal-dialog .modal-content .modal-contact .modal-contact-wrap .modal-contact-wrap-right .modal-contact-wrap-right-content form button {
              background: var(--color_main);
              font-size: 14px;
              font-weight: bold;
              border: 1px solid var(--color_main);
              text-align: center;
              border-radius: var(--border_radius);
              color: var(--color2);
              width: 100%;
              text-transform: uppercase;
              margin-top: 10px;
              transition: all .5s; }
              #shop-modal-contact .modal-dialog .modal-content .modal-contact .modal-contact-wrap .modal-contact-wrap-right .modal-contact-wrap-right-content form button:hover {
                background: transparent;
                color: var(--color_main); }
              #shop-modal-contact .modal-dialog .modal-content .modal-contact .modal-contact-wrap .modal-contact-wrap-right .modal-contact-wrap-right-content form button span {
                transition: all .5s;
                font-size: 15px !important; }
            #shop-modal-contact .modal-dialog .modal-content .modal-contact .modal-contact-wrap .modal-contact-wrap-right .modal-contact-wrap-right-content form span {
              font-size: 11px; }
    #shop-modal-contact .modal-dialog .modal-content .modal-contact .modal-contact-wrap-right-content p {
      font-style: italic;
      font-size: 12px;
      margin-bottom: 0.5rem; }

.modal-phone {
  display: none;
  width: 400px; }
  @media (max-width: 480px) {
    .modal-phone {
      width: 90%;
      padding: 0 !important; } }
  .modal-phone .modal-phone-wrap {
    position: relative; }
    .modal-phone .modal-phone-wrap p {
      font-style: italic;
      font-size: 12px;
      margin-bottom: 0.5rem; }
    .modal-phone .modal-phone-wrap form {
      margin: 10px auto; }
      .modal-phone .modal-phone-wrap form input, .modal-phone .modal-phone-wrap form button {
        background: transparent;
        border: none;
        outline: none;
        padding: 0;
        box-shadow: none;
        margin: 5px 0px;
        width: 100%;
        border: 1px solid var(--color_main);
        height: 35px;
        line-height: 35px;
        padding: 0 10px;
        border-radius: var(--border_radius); }
      .modal-phone .modal-phone-wrap form button {
        background: var(--color_main);
        font-size: 14px;
        font-weight: bold;
        border: 1px solid var(--color_main);
        text-align: center;
        border-radius: var(--border_radius);
        color: var(--color2);
        width: 100%;
        text-transform: uppercase;
        margin-top: 10px; }
        .modal-phone .modal-phone-wrap form button span {
          font-size: 15px !important; }
      .modal-phone .modal-phone-wrap form span {
        font-size: 11px; }

.shop-coupon-popup {
  display: none;
  max-width: 500px;
  width: 500px;
  padding: 20px !important; }
  @media (max-width: 480px) {
    .shop-coupon-popup {
      width: 100%;
      padding: 10px !important; } }
  .shop-coupon-popup .coupon-head {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    line-height: 1;
    border-bottom: 1px solid #DbDbDb; }
    @media (max-width: 480px) {
      .shop-coupon-popup .coupon-head {
        margin-bottom: 10px;
        padding-bottom: 10px;
        font-size: 1.25rem; } }
  .shop-coupon-popup .coupon-body {
    padding: 0.375rem 0.625rem;
    margin-bottom: 10px;
    background-color: #5F839E;
    position: relative; }
    .shop-coupon-popup .coupon-body:last-of-type {
      margin-bottom: 0; }
    .shop-coupon-popup .coupon-body:before, .shop-coupon-popup .coupon-body:after {
      content: "";
      position: absolute;
      height: 100%;
      width: 4px;
      top: 0;
      background-size: 4px 12px;
      background-position: center center;
      z-index: 2; }
    .shop-coupon-popup .coupon-body:before {
      right: 0;
      background-image: radial-gradient(circle at 4px 6px, #fff 4px, transparent 4px); }
    .shop-coupon-popup .coupon-body:after {
      left: 0;
      background-image: radial-gradient(circle at 0px 6px, #fff 4px, transparent 4px); }
    .shop-coupon-popup .coupon-body .coupon-body-wrap {
      background: #fff;
      display: flex;
      flex-wrap: wrap;
      justify-content: start;
      align-items: stretch;
      padding: 10px 0; }
      @media (max-width: 480px) {
        .shop-coupon-popup .coupon-body .coupon-body-wrap {
          padding: 5px 0; } }
      .shop-coupon-popup .coupon-body .coupon-body-wrap .coupon-body-left {
        width: 85px;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        border-right: 1px solid #dbdbdb; }
        .shop-coupon-popup .coupon-body .coupon-body-wrap .coupon-body-left span {
          background: #f4f4f4;
          border-radius: 999px;
          width: 75px;
          height: 75px;
          padding: 10px;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center; }
      .shop-coupon-popup .coupon-body .coupon-body-wrap .coupon-body-right {
        width: calc(100% - 85px);
        padding-left: 15px;
        padding-right: 5px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch; }
        .shop-coupon-popup .coupon-body .coupon-body-wrap .coupon-body-right strong {
          display: block;
          width: 100%; }
        .shop-coupon-popup .coupon-body .coupon-body-wrap .coupon-body-right p {
          margin: 10px 0;
          width: 100%;
          font-size: .9rem; }
        .shop-coupon-popup .coupon-body .coupon-body-wrap .coupon-body-right span {
          color: #aaa;
          font-size: .8rem; }
        .shop-coupon-popup .coupon-body .coupon-body-wrap .coupon-body-right button {
          background: transparent !important;
          box-shadow: initial !important;
          border: none;
          outline: none;
          box-shadow: none;
          font-size: .8rem;
          padding: 0; }
          @media (max-width: 480px) {
            .shop-coupon-popup .coupon-body .coupon-body-wrap .coupon-body-right button {
              margin: 5px 0; } }

.shop-freeship {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: calc(100% - 75px); }
  .shop-freeship .shop-freeship-bar {
    width: calc(100%);
    position: relative; }
    .shop-freeship .shop-freeship-bar .shop-freeship-bar-main {
      width: 100%;
      height: 5px;
      background: #F4F4F4;
      border-radius: 999px;
      overflow: hidden; }
      .shop-freeship .shop-freeship-bar .shop-freeship-bar-main span {
        width: 0%;
        background: var(--color_main);
        display: block;
        height: 5px;
        border-radius: 999px;
        transition: width ease-in 1s; }
  .shop-freeship .shop-freeship-note {
    width: 100%;
    padding-top: 10px;
    font-size: 13px;
    display: block; }
    .shop-freeship .shop-freeship-note.active {
      color: var(--color_main);
      transition: all .25s 1.5s; }
    .shop-freeship .shop-freeship-note span {
      display: inline-block;
      border: 1px solid var(--color_main);
      padding: 2.5px;
      border-radius: 5px;
      color: var(--color_main);
      margin-left: 5px;
      font-weight: bold; }

.shop-wishlist-modal {
  position: fixed;
  top: initial !important;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: #FFF;
  visibility: hidden;
  opacity: 0;
  transition: all .5s;
  transform: translateY(100%); }
  .shop-wishlist-modal .shop-wishlist-modal-head {
    background: var(--color_main);
    padding: 5px 0; }
    .shop-wishlist-modal .shop-wishlist-modal-head .container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      .shop-wishlist-modal .shop-wishlist-modal-head .container button {
        background: transparent;
        border: none;
        outline: none;
        padding: 0;
        box-shadow: none; }
        .shop-wishlist-modal .shop-wishlist-modal-head .container button svg {
          width: 15px;
          height: 15px; }
          .shop-wishlist-modal .shop-wishlist-modal-head .container button svg * {
            fill: var(--color2); }
      .shop-wishlist-modal .shop-wishlist-modal-head .container label {
        font-size: 1.5rem;
        font-weight: 700;
        margin: 0;
        color: var(--color2); }
  .shop-wishlist-modal .shop-wishlist-modal-body {
    padding: 15px 0; }
    @media (max-width: 768px) {
      .shop-wishlist-modal .shop-wishlist-modal-body {
        margin-left: -5px;
        margin-right: -5px; } }
    @media (min-width: 768px) {
      .shop-wishlist-modal .shop-wishlist-modal-body {
        margin-left: -10px;
        margin-right: -10px; } }
    .shop-wishlist-modal .shop-wishlist-modal-body .shop-wishlist-button-remove {
      display: inline-block !important; }
      .shop-wishlist-modal .shop-wishlist-modal-body .shop-wishlist-button-remove:hover svg, .shop-wishlist-modal .shop-wishlist-modal-body .shop-wishlist-button-remove:hover svg * {
        fill: #F30;
        color: #F30; }
    .shop-wishlist-modal .shop-wishlist-modal-body .wcs-null {
      padding: 0 10px;
      margin-bottom: 0; }

.shop-compare-modal {
  position: fixed;
  top: initial !important;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: #FFF;
  visibility: hidden;
  opacity: 0;
  transition: all .5s;
  transform: translateY(100%); }
  .shop-compare-modal .shop-compare-modal-head {
    background: var(--color_main);
    padding: 5px 0; }
    .shop-compare-modal .shop-compare-modal-head .container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      .shop-compare-modal .shop-compare-modal-head .container button {
        background: transparent;
        border: none;
        outline: none;
        padding: 0;
        box-shadow: none; }
        .shop-compare-modal .shop-compare-modal-head .container button svg {
          width: 15px;
          height: 15px; }
          .shop-compare-modal .shop-compare-modal-head .container button svg * {
            fill: var(--color2); }
      .shop-compare-modal .shop-compare-modal-head .container label {
        font-size: 1.5rem;
        font-weight: 700;
        margin: 0;
        color: var(--color2); }
  .shop-compare-modal .shop-compare-modal-body {
    margin: 15px 0;
    padding-right: 15px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: auto hidden;
    max-height: 90vh;
    overflow: auto; }
    @media (max-width: 768px) {
      .shop-compare-modal .shop-compare-modal-body {
        margin-left: -5px;
        margin-right: -5px; } }
    @media (min-width: 768px) {
      .shop-compare-modal .shop-compare-modal-body {
        margin-left: -10px;
        margin-right: -10px; } }
    @media (min-width: 991px) {
      .shop-compare-modal .shop-compare-modal-body::-webkit-scrollbar {
        width: 5px; }
      .shop-compare-modal .shop-compare-modal-body::-webkit-scrollbar-track {
        background: #ccc; }
      .shop-compare-modal .shop-compare-modal-body::-webkit-scrollbar-thumb {
        background: var(--color_main); } }
    @media (max-width: 991px) {
      .shop-compare-modal .shop-compare-modal-body {
        max-height: 85vh; } }
    .shop-compare-modal .shop-compare-modal-body > .product-item {
      min-width: calc(100%/3); }
      @media (max-width: 991px) {
        .shop-compare-modal .shop-compare-modal-body > .product-item {
          min-width: calc(100%/1); } }
    .shop-compare-modal .shop-compare-modal-body .shop-compare-button-remove {
      display: inline-block !important; }
      .shop-compare-modal .shop-compare-modal-body .shop-compare-button-remove:hover svg, .shop-compare-modal .shop-compare-modal-body .shop-compare-button-remove:hover svg * {
        fill: #F30;
        color: #F30; }
    .shop-compare-modal .shop-compare-modal-body .wcs-null {
      padding: 0 10px;
      margin-bottom: 0; }

.product-item-compare {
  margin-bottom: 0;
  padding: 0;
  border: 1px solid #DbDbDb; }
  .product-item-compare .product-item-compare-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #DBDbDb; }
    .product-item-compare .product-item-compare-image a {
      display: block;
      padding: 1px; }
      .product-item-compare .product-item-compare-image a img {
        max-height: 200px;
        object-fit: cover;
        margin: 0 auto; }
  .product-item-compare .product-item-compare-title {
    font-size: 1rem;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding: 0 10px; }
    .product-item-compare .product-item-compare-title a {
      color: var(--color1);
      display: block; }
      .product-item-compare .product-item-compare-title a:hover {
        color: var(--color_main); }
  .product-item-compare .product-item-compare-review {
    padding: 0 10px;
    margin-bottom: 1rem; }
  .product-item-compare .product-item-compare-vendor {
    padding: 0 10px; }
  .product-item-compare .product-item-compare-type {
    padding: 0 10px; }
  .product-item-compare .product-item-compare-des {
    padding: 0 10px; }
  .product-item-compare .product-item-compare-variants {
    padding: 0 10px; }
  .product-item-compare .product-item-compare-available {
    padding: 0 10px; }
    .product-item-compare .product-item-compare-available .red {
      color: #F30; }
    .product-item-compare .product-item-compare-available .green {
      color: green; }
  .product-item-compare .product-item-compare-price {
    color: #F30;
    font-weight: 500;
    font-size: 13px;
    padding: 0 10px; }
    .product-item-compare .product-item-compare-price del {
      font-weight: 300;
      margin-left: 5px;
      color: #bbbbbb;
      font-size: 11px; }
    .product-item-compare .product-item-compare-price span {
      margin-left: 5px; }
  .product-item-compare .product-item-compare-review {
    margin-top: 10px;
    font-size: .65rem; }
    .product-item-compare .product-item-compare-review .haravan-product-reviews-badge {
      display: flex;
      flex-wrap: wrap;
      justify-content: start;
      align-items: center; }
      .product-item-compare .product-item-compare-review .haravan-product-reviews-badge i:before {
        content: "\f005" !important; }
      .product-item-compare .product-item-compare-review .haravan-product-reviews-badge p, .product-item-compare .product-item-compare-review .haravan-product-reviews-badge span {
        margin: 0 0 0 10px;
        font-size: .75rem; }
  .product-item-compare .product-item-compare-action {
    margin-top: 10px;
    padding: 0 10px 10px; }
    .product-item-compare .product-item-compare-action button {
      background: transparent;
      border: none;
      outline: none;
      padding: 0;
      box-shadow: none;
      margin-right: 25px;
      white-space: nowrap; }
      .product-item-compare .product-item-compare-action button.shop-addLoop-button {
        background: var(--color_main);
        padding: 7.5px 15px;
        border-radius: var(--border_radius);
        color: #FFF;
        font-size: .9rem;
        line-height: 1;
        font-weight: 700;
        border: 1px solid transparent;
        transition: all .5s; }
        .product-item-compare .product-item-compare-action button.shop-addLoop-button:hover {
          border: 1px solid var(--color_main);
          background: transparent;
          color: var(--color_main); }
      .product-item-compare .product-item-compare-action button svg {
        width: 15px;
        height: 15px; }

div#accountModal .modal-content .modal-body {
  overflow: hidden; }
  div#accountModal .modal-content .modal-body label {
    margin-top: 10px; }
  div#accountModal .modal-content .modal-body > .row > div:first-child {
    border-right: 1px solid #e1e1e1; }
  div#accountModal .modal-content .modal-body .modalLogo {
    margin-bottom: 15px; }
  div#accountModal .modal-content .modal-body .nav-pills .nav-link {
    margin-bottom: 5px; }
    div#accountModal .modal-content .modal-body .nav-pills .nav-link.active {
      background: rgba(0, 0, 0, 0.03);
      color: var(--color_main); }
    div#accountModal .modal-content .modal-body .nav-pills .nav-link:hover {
      background: rgba(0, 0, 0, 0.03);
      color: var(--color_main); }
  div#accountModal .modal-content .modal-body button {
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    box-shadow: none;
    background: var(--color1);
    border: 1px solid var(--color1);
    border-radius: 0;
    width: 100%;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--color2);
    border-radius: var(--border_radius);
    transition: all .5s; }
    div#accountModal .modal-content .modal-body button:hover {
      background: var(--color_main);
      border-color: var(--color_main);
      color: var(--color1); }

div#accountModal button.closeModal {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  box-shadow: none;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer; }
  div#accountModal button.closeModal i {
    font-size: 18px;
    font-weight: 700; }

.shop-cart-sidebar {
  position: fixed;
  top: 0 !important;
  right: 0;
  width: 450px;
  height: 100%;
  background: #fff;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all .5s; }
  @media (max-width: 480px) {
    .shop-cart-sidebar {
      max-width: 375px; } }
  @media (max-width: 360px) {
    .shop-cart-sidebar {
      max-width: 100%; } }
  .shop-cart-sidebar .shop-cart-sidebar-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    justify-content: space-between;
    padding: 0 20px;
    height: 100px;
    align-content: center;
    position: relative; }
    @media (max-width: 768px) {
      .shop-cart-sidebar .shop-cart-sidebar-head {
        height: 125px; } }
    @media (max-width: 480px) {
      .shop-cart-sidebar .shop-cart-sidebar-head {
        padding: 0 10px; } }
    .shop-cart-sidebar .shop-cart-sidebar-head label {
      margin: 0;
      font-size: 1.25rem;
      font-weight: bold;
      color: var(--color1);
      text-transform: uppercase;
      letter-spacing: 0.2em; }
    .shop-cart-sidebar .shop-cart-sidebar-head button {
      color: var(--color1);
      background: transparent;
      border: none;
      outline: none;
      font-size: 25px;
      position: absolute;
      top: 0;
      right: 35px;
      padding: 0; }
      @media (max-width: 768px) {
        .shop-cart-sidebar .shop-cart-sidebar-head button {
          right: 25px;
          top: 5px; } }
      @media (max-width: 480px) {
        .shop-cart-sidebar .shop-cart-sidebar-head button {
          right: 17.5px; } }
      @media (max-width: 360px) {
        .shop-cart-sidebar .shop-cart-sidebar-head button {
          right: 10px; } }
    .shop-cart-sidebar .shop-cart-sidebar-head .shop-cart-sidebar-top-freeship {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 480px) {
        .shop-cart-sidebar .shop-cart-sidebar-head .shop-cart-sidebar-top-freeship {
          align-items: flex-end; } }
      @media (max-width: 768px) {
        .shop-cart-sidebar .shop-cart-sidebar-head .shop-cart-sidebar-top-freeship .shop-freeship {
          width: calc(100% - 60px);
          padding-bottom: 0; } }
      .shop-cart-sidebar .shop-cart-sidebar-head .shop-cart-sidebar-top-freeship .shop-cart-sidebar-top-freeship-label img {
        max-width: 65px; }
        @media (max-width: 768px) {
          .shop-cart-sidebar .shop-cart-sidebar-head .shop-cart-sidebar-top-freeship .shop-cart-sidebar-top-freeship-label img {
            max-width: 50px; } }
  .shop-cart-sidebar .shop-cart-sidebar-body {
    height: calc(100% - 285px);
    overflow-y: auto;
    overflow-x: hidden; }
    .shop-cart-sidebar .shop-cart-sidebar-body::-webkit-scrollbar {
      width: 5px; }
    .shop-cart-sidebar .shop-cart-sidebar-body::-webkit-scrollbar-track {
      background: #ccc; }
    .shop-cart-sidebar .shop-cart-sidebar-body::-webkit-scrollbar-thumb {
      background: var(--color_main); }
    .shop-cart-sidebar .shop-cart-sidebar-body .shop-cart-sidebar-no {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px; }
      @media (max-width: 480px) {
        .shop-cart-sidebar .shop-cart-sidebar-body .shop-cart-sidebar-no {
          padding: 20px 10px; } }
    .shop-cart-sidebar .shop-cart-sidebar-body .shop-cart-sidebar-yes {
      padding: 20px; }
      @media (max-width: 480px) {
        .shop-cart-sidebar .shop-cart-sidebar-body .shop-cart-sidebar-yes {
          padding: 20px 10px; } }
  .shop-cart-sidebar .shop-cart-sidebar-foot {
    height: 190px;
    border-top: 1px solid #ebebeb;
    padding: 20px; }
    @media (max-width: 480px) {
      .shop-cart-sidebar .shop-cart-sidebar-foot {
        padding: 10px;
        height: 145px; } }
    .shop-cart-sidebar .shop-cart-sidebar-foot button[data-type="shop-cart-sidebar-note-action"] {
      background: transparent;
      border: none;
      outline: none;
      padding: 0;
      box-shadow: none;
      font-size: 14px;
      color: #979696; }
      .shop-cart-sidebar .shop-cart-sidebar-foot button[data-type="shop-cart-sidebar-note-action"]:hover {
        color: var(--color_main); }
    .shop-cart-sidebar .shop-cart-sidebar-foot p {
      margin: 10px 0 20px; }
      @media (max-width: 480px) {
        .shop-cart-sidebar .shop-cart-sidebar-foot p {
          margin: 10px 0; } }
    .shop-cart-sidebar .shop-cart-sidebar-foot a[href="/cart"] {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      width: 100%;
      border: 1px solid #F30;
      padding: 15px 20px;
      background: #F30;
      color: var(--color2);
      text-transform: uppercase;
      border-radius: var(--border_radius);
      transition: all .4s;
      border: 1px solid #F30; }
      .shop-cart-sidebar .shop-cart-sidebar-foot a[href="/cart"]:hover {
        color: #F30;
        background: transparent; }
        .shop-cart-sidebar .shop-cart-sidebar-foot a[href="/cart"]:hover span:nth-child(2) {
          background: #F30; }
      .shop-cart-sidebar .shop-cart-sidebar-foot a[href="/cart"] span:nth-child(2) {
        display: inline-block;
        width: 3px;
        height: 3px;
        border-radius: 50%;
        margin: 0 15px;
        background: #fff;
        transition: all .4s; }
  .shop-cart-sidebar .shop-cart-sidebar-note {
    height: 225px;
    border-top: 1px solid #ebebeb;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 1px 0 6px rgba(54, 54, 54, 0.2);
    z-index: 1002;
    transition: all .4s;
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0; }
    .shop-cart-sidebar .shop-cart-sidebar-note.active {
      transform: translateY(0);
      visibility: visible;
      opacity: 1; }
    .shop-cart-sidebar .shop-cart-sidebar-note span {
      display: block; }
    .shop-cart-sidebar .shop-cart-sidebar-note textarea {
      margin: 10px 0;
      width: 100%;
      height: 75px;
      padding: 10px;
      border: 1px solid #ebebeb;
      border-radius: var(--border_radius); }
      .shop-cart-sidebar .shop-cart-sidebar-note textarea:focus, .shop-cart-sidebar .shop-cart-sidebar-note textarea:focus-visible {
        border: 1px solid #ebebeb;
        outline: 0; }
    .shop-cart-sidebar .shop-cart-sidebar-note button[data-type="shop-cart-sidebar-note-save"] {
      background: transparent;
      border: none;
      outline: none;
      padding: 0;
      box-shadow: none;
      text-align: center;
      width: 100%;
      border: 1px solid var(--color1);
      padding: 10px 20px;
      border-radius: var(--border_radius); }
      @media (max-width: 1024px) {
        .shop-cart-sidebar .shop-cart-sidebar-note button[data-type="shop-cart-sidebar-note-save"] {
          color: #000; } }

.shop-cart-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px; }
  .shop-cart-item:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid #DbDbDb; }
  .shop-cart-item .shop-cart-item-left {
    width: 100px; }
    .shop-cart-item .shop-cart-item-left a {
      display: block; }
  .shop-cart-item .shop-cart-item-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: space-between;
    flex-direction: column;
    width: calc(100% - 100px);
    padding-left: 15px; }
    .shop-cart-item .shop-cart-item-right h4 {
      text-transform: uppercase;
      margin-bottom: 5px;
      font-size: .85rem;
      font-weight: 400; }
      .shop-cart-item .shop-cart-item-right h4 a:hover {
        color: var(--color_main); }
    .shop-cart-item .shop-cart-item-right > p {
      margin: 0;
      color: #F30; }
    .shop-cart-item .shop-cart-item-right .shop-cart-item-right-action {
      margin-top: auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      .shop-cart-item .shop-cart-item-right .shop-cart-item-right-action .shop-cart-item-right-action-quantity {
        margin-top: 7.5px; }
        .shop-cart-item .shop-cart-item-right .shop-cart-item-right-action .shop-cart-item-right-action-quantity label {
          display: none; }
      .shop-cart-item .shop-cart-item-right .shop-cart-item-right-action .shop-cart-item-right-action-remove {
        margin-top: 7.5px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start; }
        .shop-cart-item .shop-cart-item-right .shop-cart-item-right-action .shop-cart-item-right-action-remove button {
          background: transparent;
          border: none;
          outline: none;
          padding: 0;
          box-shadow: none;
          font-size: 10px;
          text-transform: uppercase;
          letter-spacing: 0.2em;
          position: relative; }
          @media (max-width: 1024px) {
            .shop-cart-item .shop-cart-item-right .shop-cart-item-right-action .shop-cart-item-right-action-remove button {
              color: #000; } }
          .shop-cart-item .shop-cart-item-right .shop-cart-item-right-action .shop-cart-item-right-action-remove button:hover:after {
            width: 0; }
          .shop-cart-item .shop-cart-item-right .shop-cart-item-right-action .shop-cart-item-right-action-remove button:after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            height: 1px;
            background: #000;
            transition: all 0.5s; }

.fancybox__container button.is-close {
  top: -37px !important;
  right: -37px !important;
  background: #000;
  border-radius: 0;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
  transition: all .5s; }
  .fancybox__container button.is-close:hover {
    background: var(--color_main); }

.fancybox__container .fancybox__content {
  padding: 10px !important; }

#product-quickview {
  max-width: 70vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start; }
  @media (min-width: 768px) and (max-width: 992px) {
    #product-quickview {
      flex-direction: column; } }
  #product-quickview .product-quickview-left {
    width: 35%; }
    @media (min-width: 768px) and (max-width: 992px) {
      #product-quickview .product-quickview-left {
        width: 100%; } }
    #product-quickview .product-quickview-left .slick-track {
      display: flex;
      align-items: center;
      justify-content: center; }
    #product-quickview .product-quickview-left .slick-dots {
      display: none !important;
      bottom: 10px; }
    #product-quickview .product-quickview-left .slick-prev {
      left: 0 !important;
      opacity: 1;
      visibility: visible; }
    #product-quickview .product-quickview-left .slick-next {
      right: 0 !important;
      opacity: 1;
      visibility: visible; }
    #product-quickview .product-quickview-left a {
      display: flex;
      align-items: center;
      justify-content: center;
      border: none;
      padding: 1px;
      background: #FFF;
      min-height: 200px; }
      #product-quickview .product-quickview-left a img {
        padding: 0; }
  #product-quickview .product-quickview-right {
    width: 65%;
    padding: 0 20px; }
    @media (min-width: 768px) and (max-width: 992px) {
      #product-quickview .product-quickview-right {
        width: 100%; } }
    #product-quickview .product-quickview-right .product-quickview-title {
      font-size: 1.85rem;
      font-weight: bold;
      padding-right: 45px; }
    #product-quickview .product-quickview-right .product-quickview-info {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start;
      font-size: 0.85rem;
      margin-bottom: 10px; }
      #product-quickview .product-quickview-right .product-quickview-info > div {
        width: 50%;
        padding-left: 15px;
        position: relative; }
        #product-quickview .product-quickview-right .product-quickview-info > div:after {
          content: '';
          position: absolute;
          top: 50%;
          left: 0;
          width: 5px;
          height: 5px;
          border-radius: 50%;
          transform: translateY(-50%);
          background: var(--color_main); }
      #product-quickview .product-quickview-right .product-quickview-info span {
        font-weight: 400;
        margin-right: 5px; }
    #product-quickview .product-quickview-right .product-quickview-price {
      border-top: 1px dotted #dee2e6;
      border-bottom: 1px dotted #dee2e6;
      padding: 0 !important;
      font-size: 0.95rem; }
      #product-quickview .product-quickview-right .product-quickview-price .product-quickview-price-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-wrap;
        align-items: center;
        min-height: 50px; }
        #product-quickview .product-quickview-right .product-quickview-price .product-quickview-price-wrap .product-quickview-price-this {
          font-size: 1.5rem;
          font-weight: bold;
          color: #F30; }
          #product-quickview .product-quickview-right .product-quickview-price .product-quickview-price-wrap .product-quickview-price-this.contact {
            width: 100%;
            text-transform: uppercase;
            font-size: 1.25rem !important;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center; }
            #product-quickview .product-quickview-right .product-quickview-price .product-quickview-price-wrap .product-quickview-price-this.contact a {
              display: block; }
              #product-quickview .product-quickview-right .product-quickview-price .product-quickview-price-wrap .product-quickview-price-this.contact a img {
                max-height: 50px; }
        #product-quickview .product-quickview-right .product-quickview-price .product-quickview-price-wrap .product-quickview-price-compare {
          margin-left: 0;
          font-size: 1rem;
          color: #777a7b;
          padding-right: 10px;
          font-weight: 500; }
        #product-quickview .product-quickview-right .product-quickview-price .product-quickview-price-wrap .product-quickview-price-discount {
          margin-left: 10px;
          display: inline-block;
          padding: 2.5px 10px;
          margin-right: 10px;
          background: transparent;
          font-weight: 600;
          font-size: 0.95rem;
          color: var(--color2);
          background: #F30;
          border-radius: 5px; }
    #product-quickview .product-quickview-right .product-quickview-cta {
      margin-top: 15px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      #product-quickview .product-quickview-right .product-quickview-cta button {
        background: transparent;
        border: none;
        outline: none;
        padding: 0;
        box-shadow: none;
        background: #FFF;
        display: inline-block;
        width: fit-content;
        margin: 0 auto;
        text-align: center;
        border: 1px solid #CCC;
        padding: 5px 10px;
        text-transform: uppercase;
        font-weight: bold;
        position: relative;
        transition: color .4s .4s ease-in, border .4s .4s ease-in;
        overflow: hidden;
        width: calc(50% - 7.5px);
        font-size: .85rem;
        margin: 0;
        border-radius: var(--border_radius); }
        @media (max-width: 360px) {
          #product-quickview .product-quickview-right .product-quickview-cta button {
            width: 280px; } }
        #product-quickview .product-quickview-right .product-quickview-cta button:hover {
          color: var(--color_main);
          border-color: var(--color_main);
          border: 1px solid var(--color_main) !important; }
          #product-quickview .product-quickview-right .product-quickview-cta button:hover:after {
            transform: scale(1); }
        #product-quickview .product-quickview-right .product-quickview-cta button:after {
          content: '';
          position: absolute;
          height: 3px;
          width: 100%;
          background: var(--color_main);
          left: 0;
          bottom: 0;
          transition: all 0.4s ease-in;
          transform: scale(0);
          border-radius: var(--border_radius); }
        #product-quickview .product-quickview-right .product-quickview-cta button[data-type="product-quickview-detail"] {
          background: var(--color_main);
          border-color: var(--color_main);
          transition: all .75s; }
          #product-quickview .product-quickview-right .product-quickview-cta button[data-type="product-quickview-detail"]:hover {
            background: #FFF; }
            #product-quickview .product-quickview-right .product-quickview-cta button[data-type="product-quickview-detail"]:hover strong, #product-quickview .product-quickview-right .product-quickview-cta button[data-type="product-quickview-detail"]:hover span {
              color: var(--color_main); }
          #product-quickview .product-quickview-right .product-quickview-cta button[data-type="product-quickview-detail"] strong, #product-quickview .product-quickview-right .product-quickview-cta button[data-type="product-quickview-detail"] span {
            color: var(--color2); }
        @media (max-width: 1201px) {
          #product-quickview .product-quickview-right .product-quickview-cta button {
            font-size: 0.90rem; } }
        #product-quickview .product-quickview-right .product-quickview-cta button strong {
          display: block;
          transition: all .75s; }
        #product-quickview .product-quickview-right .product-quickview-cta button span {
          text-transform: initial;
          font-size: .7rem;
          transition: all .75s; }
          @media (max-width: 1201px) {
            #product-quickview .product-quickview-right .product-quickview-cta button span {
              font-size: 0.75rem; } }
    #product-quickview .product-quickview-right .product-quickview-quantity {
      margin-top: 20px; }
    #product-quickview .product-quickview-right .product-quickview-swatch {
      margin-bottom: 15px; }
      #product-quickview .product-quickview-right .product-quickview-swatch .product-sw-line {
        margin-top: 15px; }
        #product-quickview .product-quickview-right .product-quickview-swatch .product-sw-line .product-sw-select {
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-start;
          align-items: center;
          gap: 10px; }
          #product-quickview .product-quickview-right .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-title {
            font-weight: 500;
            margin-right: 20px;
            min-width: 100px;
            display: block;
            font-size: 1rem;
            line-height: 1;
            margin-bottom: 0; }
          #product-quickview .product-quickview-right .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item .product-sw-select-item-span {
            display: block;
            border: 1px solid #e1e1e1;
            border-radius: var(--border_radius);
            min-width: 70px;
            height: 35px;
            line-height: 35px;
            padding: 0 10px;
            cursor: pointer;
            box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.15);
            transition: all 0.3s linear;
            font-size: .85rem;
            margin-bottom: 0;
            text-align: center; }
          #product-quickview .product-quickview-right .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item input:not(.disabled):checked + label {
            border-color: #222;
            font-weight: 700;
            color: #222; }
          #product-quickview .product-quickview-right .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item:not(.sw-color) input.soldOut + label {
            position: relative;
            background: url(https://file.hstatic.net/200000544803/file/soldout_bg_461519ca89c54e53978e6d5e00dd7ac0.png);
            background-position: center center;
            background-repeat: repeat;
            background-size: contain; }
          #product-quickview .product-quickview-right .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color {
            position: relative; }
            #product-quickview .product-quickview-right .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input.soldOut + label {
              position: relative;
              background: url(https://file.hstatic.net/200000544803/file/soldout_bg_461519ca89c54e53978e6d5e00dd7ac0.png);
              background-position: center center;
              background-repeat: repeat;
              background-size: contain; }
              #product-quickview .product-quickview-right .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input.soldOut + label span {
                position: relative;
                z-index: -1; }
            #product-quickview .product-quickview-right .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color .product-sw-select-item-span {
              border: none;
              height: 34px;
              width: 34px;
              min-width: auto;
              position: relative;
              overflow: hidden;
              padding: 2px; }
              #product-quickview .product-quickview-right .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color .product-sw-select-item-span span {
                border: 1px solid #f1f1f1;
                display: block;
                height: 100%;
                width: 100%;
                cursor: pointer;
                background-size: contain;
                border-radius: var(--border_radius); }
            #product-quickview .product-quickview-right .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input:checked + label {
              padding: 2px;
              border: 1px solid var(--color1); }

@keyframes iconSkew {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg); } }

.popup-noti {
  position: fixed;
  bottom: 20px;
  left: 15px;
  margin: 0;
  z-index: 10;
  top: auto !important; }
  @media (max-width: 1201px) {
    .popup-noti {
      bottom: 70px; } }
  .popup-noti .icon {
    position: relative;
    z-index: 4;
    height: 48px;
    width: 48px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ffffff;
    cursor: pointer;
    background: var(--color_main);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    cursor: pointer; }
    .popup-noti .icon svg {
      fill: #ffffff;
      width: 20px;
      height: 20px;
      transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
      animation: iconSkew 1s infinite ease-out;
      min-height: -webkit-fill-available; }
  .popup-noti .content {
    background: var(--color_main);
    color: #fff;
    padding: 20px 10px 40px;
    border-radius: 10px;
    width: 300px;
    position: absolute;
    bottom: 27px;
    left: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    -webkit-transform-origin: 100% bottom;
    transform-origin: 0 bottom;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1); }
    @media (max-width: 360px) {
      .popup-noti .content {
        width: 260px; } }
    .popup-noti .content .title {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 20px; }
    .popup-noti .content .close-popup-noti {
      position: absolute;
      right: 10px;
      top: 5px;
      cursor: pointer; }
      .popup-noti .content .close-popup-noti svg {
        width: 15px;
        height: 15px; }
        .popup-noti .content .close-popup-noti svg path {
          fill: #fff; }
    .popup-noti .content ul {
      margin-bottom: 20px; }
      .popup-noti .content ul li {
        margin-bottom: 10px; }
        .popup-noti .content ul li svg {
          margin-right: 10px; }
          .popup-noti .content ul li svg path {
            fill: #FFF; }
        .popup-noti .content ul li a {
          color: #fff; }
          .popup-noti .content ul li a:hover {
            color: #fca120; }
    .popup-noti .content .ghichu {
      font-style: italic;
      font-size: 16px; }

.popup-noti.active .content {
  -ms-transition-delay: 0.1s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.1s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1); }

.pop-sale {
  position: fixed;
  top: inherit !important;
  bottom: 20px;
  z-index: 100;
  background: #fff;
  left: -500px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
  padding: 10px 30px 10px 10px;
  border-radius: var(--border_radius);
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 10px;
  place-items: center;
  max-width: 450px; }
  @media (max-width: 480px) {
    .pop-sale {
      grid-template-columns: 90px 1fr;
      max-width: calc(100% - 40px);
      padding: 10px; } }
  .pop-sale > * {
    min-width: 0; }
  .pop-sale .pop-sale-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1; }
    .pop-sale .pop-sale-img img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      border-radius: var(--border_radius); }
      @media (max-width: 480px) {
        .pop-sale .pop-sale-img img {
          max-width: 90px; } }
  .pop-sale .pop-sale-content a {
    font-weight: bold;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

@inclue m0480 {
  .pop-sale .pop-sale-content a {
    font-size: .9rem;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; } }
  .pop-sale .pop-sale-content p {
    margin-bottom: 0;
    margin-top: 5px; }

@inclue m0480 {
  .pop-sale .pop-sale-content p {
    font-size: .9rem; } }
  .pop-sale .pop-sale-content .pop-sale-title-buynow {
    display: inline-block;
    padding: 5px 7px;
    border: 1px solid var(--color_main);
    background-color: var(--color_main);
    border-radius: var(--border_radius);
    color: var(--color2);
    margin-top: 5px;
    font-weight: 400 !important;
    font-size: 0.9rem;
    transition: all .5s; }
    .pop-sale .pop-sale-content .pop-sale-title-buynow:hover {
      background: var(--color2);
      color: var(--color_main); }

.shop-bct {
  margin-top: 15px;
  display: block; }
  .shop-bct img {
    max-width: 200px; }

.fb-page {
  margin-top: 15px; }

@media (max-width: 991px) {
  .zoomContainer {
    display: none !important; } }

.home-store h1 {
  text-align: center;
  margin: 30px 0; }

.home-store .home-store-wrap {
  display: none;
  grid-template-columns: 32.5% 1fr;
  gap: 30px;
  align-items: stretch; }
  .home-store .home-store-wrap > * {
    min-width: 0; }
  @media (max-width: 991px) {
    .home-store .home-store-wrap {
      grid-template-columns: 1fr; } }
  .home-store .home-store-wrap .home-store-image {
    background: #FFF;
    border: 1px solid #CAC9C9C9;
    box-shadow: 0 0 1px 1.5px rgba(0, 0, 0, 0.05);
    border-radius: var(--border_radius);
    overflow: hidden; }
    .home-store .home-store-wrap .home-store-image img {
      height: 100%;
      object-fit: cover; }
  .home-store .home-store-wrap .home-store-data {
    height: 100%; }
    .home-store .home-store-wrap .home-store-data .home-store-data-state {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid #CAC9C9; }
      .home-store .home-store-wrap .home-store-data .home-store-data-state > * {
        min-width: 0; }
      @media (max-width: 991px) {
        .home-store .home-store-wrap .home-store-data .home-store-data-state {
          grid-template-columns: repeat(2, 1fr); } }
      .home-store .home-store-wrap .home-store-data .home-store-data-state .home-store-data-state-item {
        background: linear-gradient(var(--color_main), var(--color_main2));
        border: 1px solid var(--color_main2);
        padding: 10px 15px;
        color: #FFF;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        cursor: pointer;
        transition: all .5s;
        border-radius: var(--border_radius); }
        .home-store .home-store-wrap .home-store-data .home-store-data-state .home-store-data-state-item.active, .home-store .home-store-wrap .home-store-data .home-store-data-state .home-store-data-state-item:hover {
          background: transparent;
          color: var(--color_main2); }
        @media (max-width: 991px) {
          .home-store .home-store-wrap .home-store-data .home-store-data-state .home-store-data-state-item {
            padding: 10px 7.5px;
            font-size: 13px; } }
    .home-store .home-store-wrap .home-store-data .home-store-data-first {
      margin-top: 15px; }
    .home-store .home-store-wrap .home-store-data .home-store-data-main {
      display: none; }
      .home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap {
        display: grid;
        grid-template-columns: 35% 1fr;
        gap: 15px; }
        .home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap > * {
          min-width: 0; }
        @media (max-width: 991px) {
          .home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap {
            grid-template-columns: 1fr; } }
        .home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap h2 {
          text-align: center;
          grid-column: span 2; }
          @media (max-width: 991px) {
            .home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap h2 {
              grid-column: span 1; } }
        .home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap .home-store-data-main-left {
          background: #FFF;
          border: 1px solid #CAC9C9C9;
          padding: 15px;
          box-shadow: 0 0 1px 1.5px rgba(0, 0, 0, 0.05);
          border-radius: var(--border_radius); }
          .home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap .home-store-data-main-left h3 {
            font-size: 1.5rem; }
          .home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap .home-store-data-main-left select {
            outline: none;
            width: 100%;
            padding: 5px 10px;
            border: 1px solid #CaC9C9;
            border-radius: 0;
            margin-bottom: 10px; }
          .home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap .home-store-data-main-left .home-store-data-main-list {
            max-height: 400px;
            overflow: hidden auto;
            margin-top: 15px; }
            .home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap .home-store-data-main-left .home-store-data-main-list::-webkit-scrollbar {
              width: 5px; }
            .home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap .home-store-data-main-left .home-store-data-main-list::-webkit-scrollbar-track {
              background: #f1f1f1; }
            .home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap .home-store-data-main-left .home-store-data-main-list::-webkit-scrollbar-thumb {
              background: #888; }
            .home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap .home-store-data-main-left .home-store-data-main-list .home-store-data-main-list-item {
              position: relative;
              padding-left: 25px;
              padding-right: 5px; }
              .home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap .home-store-data-main-left .home-store-data-main-list .home-store-data-main-list-item:after {
                content: "";
                position: absolute;
                top: 2.5px;
                left: 0;
                width: 15px;
                height: 15px;
                background-image: url(https://file.hstatic.net/200000856301/file/pin_44868ba07f6b40de8843f8856aff2b07.png);
                background-size: contain; }
              .home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap .home-store-data-main-left .home-store-data-main-list .home-store-data-main-list-item:not(:last-child) {
                margin-bottom: 15px;
                padding-bottom: 15px;
                border-bottom: 1px solid #CAC9C9; }
              .home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap .home-store-data-main-left .home-store-data-main-list .home-store-data-main-list-item h4 {
                font-size: 1rem; }
              .home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap .home-store-data-main-left .home-store-data-main-list .home-store-data-main-list-item p {
                font-size: 13px;
                margin-bottom: 5px; }
              .home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap .home-store-data-main-left .home-store-data-main-list .home-store-data-main-list-item a {
                color: var(--shop-color-title);
                text-decoration: underline; }
        .home-store .home-store-wrap .home-store-data .home-store-data-main .home-store-data-main-wrap .home-store-data-main-right iframe {
          width: 100%;
          height: 100%;
          min-height: 600px; }

.home-store .home-store-wrap.active {
  display: grid; }

button {
  outline: none !important; }

@media (max-width: 1201px) {
  .shop-quickview-button {
    display: none !important; } }

.home-custom-header {
  width: 100%; }
  .home-custom-header .home-custom-header-flex > div {
    width: 100%;
    gap: .5rem;
    padding: 5px 0; }
  .home-custom-header .home-custom-header-flex hr {
    padding: 0;
    margin: 0;
    height: 1px;
    background: var(--color_main); }
    .home-custom-header .home-custom-header-flex hr:nth-child(1) {
      width: 45%;
      opacity: 1; }
    .home-custom-header .home-custom-header-flex hr:nth-child(2) {
      width: 25%;
      opacity: .75;
      filter: blur(0.5px); }
    .home-custom-header .home-custom-header-flex hr:nth-child(3) {
      width: 85%;
      opacity: .50;
      filter: blur(1px); }
    .home-custom-header .home-custom-header-flex hr:nth-child(4) {
      width: 35%;
      opacity: .25;
      filter: blur(1.5px); }

.shop-modal-required {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999; }
  .shop-modal-required .shop-modal-required-overplay {
    position: absolute;
    display: block;
    background: rgba(125, 125, 125, 0.85);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .shop-modal-required .shop-modal-required-body {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    max-width: 800px;
    width: calc(100% - 15px);
    padding: 50px;
    text-align: center;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.65) var(--shop-modal-required-background) center center/cover no-repeat;
    background-blend-mode: color;
    clip-path: polygon(50% 0%, 100% 5%, 100% 100%, 75% 100%, 25% 100%, 0 100%, 0 5%); }
    @media (max-width: 767px) {
      .shop-modal-required .shop-modal-required-body {
        padding: 25px 15px; } }
    .shop-modal-required .shop-modal-required-body h2 {
      color: #F00000;
      text-transform: uppercase;
      margin-bottom: 25px;
      font-size: 2rem; }
      @media (max-width: 767px) {
        .shop-modal-required .shop-modal-required-body h2 {
          font-size: 1.5rem; } }
    .shop-modal-required .shop-modal-required-body p {
      font-size: 1.5rem;
      color: #0A0A0A;
      margin-bottom: 30px; }
    .shop-modal-required .shop-modal-required-body button {
      margin: 0 10px;
      font-size: 1.15rem;
      border: 1px solid var(--color_main); }
      .shop-modal-required .shop-modal-required-body button:before, .shop-modal-required .shop-modal-required-body button:after {
        display: none; }
      .shop-modal-required .shop-modal-required-body button:nth-of-type(1):hover {
        background: var(--color_main);
        border: 1px solid var(--color_main); }
      .shop-modal-required .shop-modal-required-body button:nth-of-type(2):hover {
        background: var(--color_main2);
        border: 1px solid var(--color_main2); }

.home-intro-gallery-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px; }

.home-intro-gallery-main.slick-initialized {
  display: block;
  gap: 0; }
