<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.swissf {
    display: inline-block;
    min-width: 18px;
    min-height: 18px;
    background-image: url(https://s3.bmp.ovh/imgs/2022/06/05/7d144d90980526b7.png);
    margin-right: 5px;
}
    /*扈楢ｴｦ鬘ｵ髱｢荳句黒謖蛾聴螻�ｸｭ */
button#place_order {
    width: 98%;
    margin: 0 auto;
    display: block;
}
img.show-on-hover.absolute.fill.hide-for-small.back-image.lazy-load-active {
    display: none!important;
}
.box-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sticky-add-to-cart__product .product-title-small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.badge {
    height: 0em;
}
.viewing_num{
    display: none;
}
@media (max-width: 767px) {
  .viewing_num{
    display: block !important;
  }
}
.badge-container.absolute.left.top.z-1 {
    z-index: 10 !important;
}
.sticky-add-to-cart--active {
display: -webkit-box;
padding: 0px;
background-color: rgb(255 255 255 / 75%);
}
/* PULSE */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.faa-pulse.animated,
.faa-pulse.animated-hover:hover,
.faa-parent.animated-hover:hover &gt; .faa-pulse {
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
}
.whatsapp-icon.has-block {
  -webkit-animation: pulse 1.5s linear infinite;
  animation: pulse 1.5s linear infinite;
}
.whats-app{
  -webkit-animation: pulse 1s linear infinite;
  animation: pulse 1s linear infinite;
}
button#sbw_wc-adding-button {
  -webkit-animation: pulse 1.5s linear infinite;
  animation: pulse 1.5s linear infinite;
}
.wc-proceed-to-checkout {
    animation: pulse 5s cubic-bezier(0.6, 1.72, 0.4, -0.95) infinite;
}
button#place_order {
  -webkit-animation: pulse 3s linear infinite;
  animation: pulse 3s linear infinite;
}
.product-main {
    padding: 10px 0;
}
.col {
    padding-bottom: 10px;
}
.icon-twitch:before {
    content: "\f232";
    font-family: 'FontAwesome';
    font-size: larger;
}
.icon-heart:before {
   content: "巳";
}
/*************** 蝗ｽ譌怜崟譬�.   ***************/
.icon-us:before {content: "��";}
.icon-ca:before {content: "��";}
.icon-es:before {content: "��";}
.icon-de:before {content: "��";}
.icon-au:before {content: "��";}
.icon-fr:before {content: "��";}
.icon-uk:before {content: "��";}
.icon-nl:before {content: "��";}
.icon-nz:before {content: "��";}
.icon-it:before {content: "��";}
.icon-at:before {content: "��";}
.icon-mx:before {content: "��";}
.image-tools a.button {
    display: table;
}
a.button.success.expand.follow-us-fb {
    background-color: #1877f2;
}</pre></body></html>