html h1, html h2, html h3, html h4, html h5, html h6 {
  font-family: LFT Etica, sans-serif;
}

html body {
  font: 400 16px/24px Sofia Pro,sans-serif;
}

@font-face {
  font-family: LFT Etica;
  src: url("../font/LFTEtica-Bold.woff2") format("woff2"), url("../font/LFTEtica-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sofia Pro;
  src: url("../font/SofiaPro-Regular.woff2") format("woff2"), url("../font/SofiaPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sofia Pro;
  src: url("../font/SofiaPro-Bold.woff2") format("woff2"), url("../font/SofiaPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

#header .nav-small.nav > li.html {
  font-size: 1em;
}

#header .nav > li > a {
  padding: 0px;
}

.banner-btn span {
  padding: 10px;
  font-weight: 100;
}

.nav-dropdown {
  border: 1px solid #ddd;
  padding: 0;
}

.nav-dropdown > li.nav-dropdown-col {
  display: block;
  width: 100%;
  border-right: 0;
}

.nav-dropdown li.menu-item {
  background-color: #fff;
}

.nav-dropdown li.menu-item:hover {
  background-color: #ffcd00;
}

.nav-dropdown li.menu-item:hover a {
  color: #000;
}

.nav-dropdown li.menu-item a {
  color: #000;
}

.nav-dropdown .nav-dropdown-col > a {
  font-weight: normal !important;
  text-transform: none !important;
  font-size: 15px;
  font-weight: 500;
}

.nav-dropdown .nav-dropdown-col > ul {
  border: 1px solid #d2d2d2;
  margin-top: -40px;
  -webkit-box-shadow: 2px 2px 5px #828282;
          box-shadow: 2px 2px 5px #828282;
  display: none;
  position: absolute;
  left: 100%;
  z-index: 9;
  background: white;
  min-width: 240px;
}

.nav-dropdown .nav-dropdown-col > ul li:hover {
  background: #ffcd00;
}

.nav-dropdown .nav-dropdown-col > ul li:hover > a {
  color: #000;
}

.nav-dropdown .nav-dropdown-col > ul li a {
  padding: 10px;
  text-transform: none;
  color: black;
}

.nav-dropdown li a {
  font-weight: normal !important;
  text-transform: none !important;
  font-size: 15px;
  font-weight: 500;
}

.nav-dropdown-has-arrow li.has-dropdown:before {
  border-width: 10px;
  margin-left: -10px;
}

.header-nav li.nav-dropdown-col:hover > ul {
  display: block !important;
}

.ux-menu .ux-menu-link__link {
  min-height: 1em;
}

.absolute-footer {
  background: #1d252d;
}

#footer {
  padding-top: 30px;
}

#footer p {
  margin-bottom: 0.4em;
}

.f-subcribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-subcribe input[type="submit"] {
  background-color: #ffcd00 !important;
  text-transform: none;
  color: #000;
  font-weight: 400;
}

.row-hot {
  background-repeat: no-repeat;
  background-position: top right;
  padding-top: 40px;
  padding-left: 40px;
  padding-bottom: 20px;
  padding-right: 10px;
}

.row-hot-first {
  background-image: url(/wp-content/uploads/2021/06/yl-bg-2-svg.png);
}

.row-hot-second {
  background-image: url(/wp-content/uploads/2021/06/re-blob-bg-svg-1.png);
}

@media screen and (max-width: 549px) {
  .mb-mt-half {
    margin-top: 15px !important;
  }
}

.product-small .product-title {
  font-size: 1em;
  margin-bottom: 8px;
}

.product-small .product-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.img-box .img-inner:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
  background: linear-gradient(317deg, transparent, rgba(255, 193, 22, 0.4));
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
}

.img-box .img-inner:hover::after {
  opacity: 1;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.product-small .box-image:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

.product-small .box-image::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.product-widget .widget {
  margin: 0;
  font-size: 15px;
}

.widget .widget-title, .widget .widgettitle {
  font-family: sans-serif;
  font-size: 15px;
  font-weight: 600;
}

img.wp-smiley, img.emoji {
  display: inline !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

.product-widget fieldset {
  margin-top: .5em;
  margin-bottom: 1.2em;
  border: 1px solid #e2e2e2;
  padding: 10px 30px;
  max-width: 450px;
}

.product-widget fieldset legend {
  display: block;
  margin: 0 auto;
  width: inherit;
  padding: 10px;
  color: #111;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  border-bottom: 0px;
  text-transform: initial;
  padding-bottom: 0px;
}

.product-widget .widget fieldset p {
  margin-top: -15px;
  margin-bottom: 0;
}

.cs-title .section-title-normal {
  border-bottom: 0px;
}

@media screen and (max-width: 549px) {
  .cs-title .section-title-normal {
    margin-top: 10px;
  }
}

.cs-title .section-title-normal span {
  border-bottom: 0px;
  padding-bottom: 0px;
}

@media screen and (max-width: 549px) {
  .cs-title .section-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.cs-title .section-title a {
  border: 2px solid #ffcd00;
  padding: 8px 24px;
  font: 400 16px/24px Sofia Pro,sans-serif;
  color: #000;
  position: relative;
  top: -10px;
}

.cs-title .section-title a:hover {
  color: #ffcd00;
  background-color: transparent;
}

@media screen and (max-width: 549px) {
  .cs-title .section-title a {
    border: 0px;
    padding: 15px 0px 0px;
    border-bottom: 2px solid #ffcd00;
    margin-left: 0px;
  }
}

.cs-title .section-title i {
  top: 2px;
}
/*# sourceMappingURL=change.css.map */