@charset "UTF-8";
/*************** ADD CUSTOM CSS HERE.   ***************/
.trs {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

:root {
  --primary-color: #17723b;
  --secondary-color: #faa300;
  --success-color: #28a745;
  --info-color: #17a2b8;
  --warning-color: #ffc107;
  --danger-color: #dc3545;
  --light-color: #ffffff;
  --dark-color: #17723b;
  --white-color: #ffffff;
  --gray-color: #6c757d;
  --gray-dark-color: #343a40;
  --blue-color: #007bff;
  --indigo-color: #6610f2;
  --purple-color: #6f42c1;
  --pink-color: #e83e8c;
  --red-color: #dc3545;
  --orange-color: #fd7e14;
  --yellow-color: #ffc107;
  --green-color: #28a745;
  --teal-color: #20c997;
  --cyan-color: #17a2b8;
  --text-color: #413f3f; }

.absolute-footer, html {
  background: var(--dark-color); }

header.header .header-nav.header-nav-main.nav-left {
  justify-content: center; }
header.header .header-nav.header-nav-main.nav-right {
  justify-content: end; }
header.header .header-language-dropdown .image-icon {
  margin-left: 5px; }
header.header .header-language-dropdown .nav-dropdown {
  min-width: 180px; }
  header.header .header-language-dropdown .nav-dropdown .icon-image {
    margin-right: 5px; }
header.header .nav-dropdown {
  min-width: 300px; }
header.header .nav-dropdown-default {
  padding: 10px; }
header.header .nav-dropdown-default .nav-column li > a, header.header .nav-dropdown.nav-dropdown-default > li > a {
  border-bottom: none; }
header.header a.glink {
  font-size: 14px;
  text-transform: unset; }
  header.header a.glink img {
    margin-right: 10px; }
  header.header a.glink span {
    font-size: 14px;
    vertical-align: middle;
    font-weight: normal;
    text-transform: capitalize; }
header.header .shade-top {
  opacity: .7; }

.home__open {
  background: var(--primary-color);
  margin-top: -130px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.home-quick .col, .home-quick .gallery-item, .home-quick .columns {
  padding-bottom: 0; }
.home-quick .icon-box .icon-box-img {
  margin-bottom: 5px; }
.home-quick .icon-box .icon-box-text {
  text-align: center; }
  .home-quick .icon-box .icon-box-text h5 {
    text-transform: inherit !important;
    font-size: 14px;
    font-weight: normal; }

.home-faqs .accordion-title {
  text-align: left !important; }
  .home-faqs .accordion-title.active {
    background: transparent;
    border: none; }
.home-faqs .toggle {
  left: unset;
  right: 0; }
.home-faqs .accordion-title span {
  text-align: left !important; }

.home-contact input[type=email], .home-contact input[type=date], .home-contact input[type=search], .home-contact input[type=number], .home-contact input[type=text], .home-contact input[type=tel], .home-contact input[type=url], .home-contact input[type=password], .home-contact textarea, .home-contact select, .home-contact .select-resize-ghost, .home-contact .select2-container .select2-choice, .home-contact .select2-container .select2-selection {
  background-color: transparent;
  color: #fff; }
.home-contact .wpcf7 .wpcf7-submit {
  background: var(--secondary-color); }

.xooweb-cookies__buttons {
  display: none; }

.xooweb-cookies__text {
  text-align: center; }

.contact_map {
  width: 100%; }
  .contact_map iframe {
    width: 100% !important; }

footer#footer .social-icons span {
  display: block;
  font-size: 15px !important;
  margin-bottom: 15px; }
footer#footer .divider {
  margin-bottom: 30px; }
footer#footer .footer__menu {
  display: inline-block; }
  footer#footer .footer__menu .menu-item {
    display: inline-block;
    padding-right: 30px; }
footer#footer .footer__bottom p {
  margin-bottom: 5px; }

.banner h2, .banner h3, .banner h1 {
  line-height: 1.3; }

.off-canvas .nav-vertical > li > a {
  padding-top: 10px;
  padding-bottom: 10px; }

.nav-sidebar.nav-vertical > li + li {
  border-top: none; }

.wheel {
  border: 3px solid #fff;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.5));
  width: 28px;
  height: 45px;
  border-radius: 45px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: 0 auto;
  opacity: 0;
  z-index: 20; }

.wheel.show {
  opacity: 1; }

.wheel.show::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
  background: #FFFFFF;
  width: 4px;
  height: 6px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-animation: trackBallSlide 3s linear infinite;
  animation: trackBallSlide 3s linear infinite; }

.wheel.show span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  bottom: -35px;
  left: -35px; }

@-webkit-keyframes trackBallSlide {
  0%,
	100%,
	30%,
	60% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  15%,
	50% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }
@keyframes trackBallSlide {
  0%,
	100%,
	30%,
	60% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  15%,
	50% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }
.absolute-footer {
  display: none; }

h1.page-title, .entry-title {
  font-size: 2em;
  line-height: 1.3; }

.wpcf7 .wpcf7-submit {
  background: transparent;
  border: 2px solid var(--primary-color);
  color: var(--white-color);
  padding: 5px 30px 0px 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
.wpcf7 input[type=email], .wpcf7 input[type=date], .wpcf7 input[type=search], .wpcf7 input[type=number], .wpcf7 input[type=text], .wpcf7 input[type=tel], .wpcf7 input[type=url], .wpcf7 input[type=password], .wpcf7 textarea, .wpcf7 select, .wpcf7 .select-resize-ghost, .wpcf7 .select2-container .select2-choice, .wpcf7 .select2-container .select2-selection {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 20px 10px; }

.dark .home-newsletter .wpcf7 .wpcf7-submit {
  background: var(--secondary-color) !important;
  color: var(--primary-color) !important;
  border: none;
  padding: 7px 30px 0px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px; }
.dark .home-newsletter .wpcf7 input:not([type=submit]), .dark .home-newsletter .wpcf7 textarea, .dark .home-newsletter .wpcf7 select, .dark .home-newsletter .wpcf7 .nav-dark .form-flat input:not([type=submit]), .dark .home-newsletter .wpcf7 .nav-dark .form-flat textarea, .dark .home-newsletter .wpcf7 .nav-dark .form-flat select {
  background-color: white !important;
  color: var(--text-color) !important; }
  .dark .home-newsletter .wpcf7 input:not([type=submit])::placeholder, .dark .home-newsletter .wpcf7 textarea::placeholder, .dark .home-newsletter .wpcf7 select::placeholder, .dark .home-newsletter .wpcf7 .nav-dark .form-flat input:not([type=submit])::placeholder, .dark .home-newsletter .wpcf7 .nav-dark .form-flat textarea::placeholder, .dark .home-newsletter .wpcf7 .nav-dark .form-flat select::placeholder {
    color: var(--text-color) !important; }
.dark .home-newsletter .wpcf7 .wpcf7-spinner {
  float: left; }

.back-to-top {
  background: var(--primary-color) !important;
  color: var(--white-color) !important;
  border: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

/*Floating Action Button*/
.fabs {
  bottom: 60px;
  position: fixed;
  margin: 1em;
  right: 0;
  z-index: 998; }

.fab {
  display: block;
  width: 56px;
  height: 56px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: var(--white-color);
  margin: 25px auto 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  -moz-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  transition: all .1s ease-out;
  position: relative;
  z-index: 998;
  overflow: hidden; }

.fab > i {
  font-size: 2em;
  line-height: 55px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-in-out; }

.fab:not(:last-child) {
  width: 0;
  height: 0;
  margin: 15px auto 0;
  opacity: 0;
  visibility: hidden; }

.fab:not(:last-child) > i {
  font-size: 1.4em;
  line-height: 40px; }

.fab:not(:last-child).is-visible {
  width: 40px;
  height: 40px;
  margin: 15px auto 10;
  opacity: 1;
  visibility: visible; }

.fab:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  -moz-transition-delay: 25ms;
  -o-transition-delay: 25ms;
  transition-delay: 25ms; }

.fab:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 20ms;
  -moz-transition-delay: 20ms;
  -o-transition-delay: 20ms;
  transition-delay: 20ms; }

.fab:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 40ms;
  -moz-transition-delay: 40ms;
  -o-transition-delay: 40ms;
  transition-delay: 40ms; }

.fab:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 60ms;
  -moz-transition-delay: 60ms;
  -o-transition-delay: 60ms;
  transition-delay: 60ms; }

.fab:not(:last-child):nth-last-child(5) {
  -webkit-transition-delay: 80ms;
  -moz-transition-delay: 80ms;
  -o-transition-delay: 80ms;
  transition-delay: 80ms; }

.fab:not(:last-child):active,
.fab:not(:last-child):focus,
.fab:not(:last-child):hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32); }

.fab_field {
  width: 100%;
  display: inline-block;
  text-align: center;
  background: #eceff1;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32); }

.fab_field a {
  display: inline-block;
  text-align: center; }

#fab_listen {
  float: left;
  background: rgba(0, 0, 0, 0); }

#fab_send {
  float: right;
  background: rgba(0, 0, 0, 0); }

.fab_field .fab {
  width: 35px;
  height: 35px;
  box-shadow: none;
  margin: 5px; }

.fab_field .fab > i {
  font-size: 1.6em;
  line-height: 35px;
  color: #263238; }

/*Element state*/
.is-active {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -o-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }

.is-float {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16), 0 6px 12px rgba(0, 0, 0, 0.32); }

.is-max {
  box-shadow: inset 0 -12px 10px -10px rgba(0, 0, 0, 0.18), inset 0 12px 10px -10px rgba(0, 0, 0, 0.1); }

.is-loading {
  display: block;
  -webkit-animation: load 1s cubic-bezier(0, 0.99, 1, 0.6) infinite;
  -moz-animation: load 1s cubic-bezier(0, 0.99, 1, 0.6) infinite;
  -o-animation: load 1s cubic-bezier(0, 0.99, 1, 0.6) infinite;
  animation: load 1s cubic-bezier(0, 0.99, 1, 0.6) infinite; }

/*Animation*/
@keyframes zoomIn {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.0; }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes load {
  0% {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.0; }
  50% {
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1; }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
/* SMARTPHONES PORTRAIT */
@media only screen and (min-width: 300px) {
  .chat {
    width: 200px; } }
/* SMARTPHONES LANDSCAPE */
@media only screen and (min-width: 480px) {
  .chat {
    width: 300px; }

  .chat_field {
    width: 65%; } }
/* TABLETS PORTRAIT */
@media only screen and (min-width: 768px) {
  .chat {
    width: 300px; }

  .chat_field {
    width: 65%; } }
/* TABLET LANDSCAPE / DESKTOP */
@media only screen and (min-width: 1024px) {
  .chat {
    width: 400px; }

  .chat_field {
    width: 65%; } }
/* Ripple */
.ink {
  display: block;
  position: absolute;
  background: rgba(38, 50, 56, 0.4);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  webkit-transform: scale(0);
  transform: scale(0); }

/*animation effect*/
.ink.animate {
  animation: ripple 0.5s ease-in-out; }

@keyframes ripple {
  /*scale the element to 250% to safely cover the entire link and fade it out*/
  100% {
    opacity: 0;
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    webkit-transform: scale(5);
    transform: scale(5); } }
.callaction {
  display: inline-grid;
  position: fixed;
  bottom: 30%;
  min-width: 40px;
  text-align: center;
  z-index: 999;
  right: 30px; }
  .callaction a {
    color: var(--white-color);
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    border-radius: 100%;
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.7);
    background: var(--primary-color);
    margin-bottom: 10px; }
    .callaction a span {
      font-size: 12px;
      z-index: 10;
      display: none;
      padding: 2px 10px;
      right: 45px;
      width: 240px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
      position: absolute;
      color: var(--white-color);
      background: var(--primary-color);
      line-height: 20px;
      top: 6px; }
    .callaction a .demo-icon {
      font-size: 20px; }
    .callaction a:hover {
      color: var(--white-color); }
      .callaction a:hover span {
        display: inline;
        color: var(--white-color); }
    .callaction a.zalo {
      background: #0068ff; }
    .callaction a.fbmess {
      background: #2586fe; }
    .callaction a.kakaotalk {
      background: #ffe711;
      color: #000000; }
    .callaction a.whatsapp {
      background: #25d366; }
    .callaction a.viber {
      background: #865ffa; }
    .callaction a.wechat {
      background: #2dc100; }
    .callaction a.linechat {
      background: #00c300; }
  .callaction.left {
    left: 30px;
    right: unset; }
    .callaction.left a span {
      right: unset;
      left: 45px; }

#calltrap-btn {
  position: relative; }
  #calltrap-btn:before {
    position: absolute;
    left: -2px;
    top: -2px;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.0;
    border-color: var(--primary-color);
    border-style: solid;
    content: "";
    height: 44px;
    width: 44px;
    border-width: 2px;
    animation: 1.5s ease-out 0s infinite pulsate; }
  #calltrap-btn:after {
    left: -4px;
    top: -4px;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.0;
    border-color: var(--primary-color);
    border-style: solid;
    content: "";
    height: 48px;
    width: 48px;
    border-width: 1px;
    animation: 1.5s ease-out 0s infinite pulsate; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(1, 1);
    opacity: 0.0; }
  50% {
    opacity: 1.0; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0.0; } }
.social-icons.share-icons .button.is-outline, .social-icons.share-icons input[type=submit].is-outline, .social-icons.share-icons input[type=reset].is-outline, .social-icons.share-icons input[type=button].is-outline {
  border: none !important; }

.product-info .is-divider {
  display: none !important; }

.product-footer .nav > li > a {
  font-size: 1.5em !important; }

/*

.callnow {
  position: fixed;
  width: 100px;
  height: 100px;
  bottom: 58px;
  right: 18px;
  
  &__button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--primary-color);
    cursor: pointer;
    color: #ffffff;
    border: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    z-index: 2;
    box-shadow: 0px 6px 14px 0px rgba(0,0,0,0.3);
    transition: background-color 300ms ease;
    
    &:hover {
      background-color: #0055cc;
    }
    
    .lp-icon {
      font-size: 36px;
    }
  }
  
  .pulse-rings {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .pulse {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.0;
    border-color: var(--primary-color);
    border-style: solid;

    &-1 {
      height: 54px;
      width: 54px;
      border-width: 3px;
      animation: 1.5s ease-out 0s infinite pulsate;
    }

    &-2 {
      height: 64px;
      width: 64px;
      border-width: 2px;
      animation: 1.5s ease-out 0s infinite pulsate;
    }

    &-3 {
      height: 74px;
      width: 74px;
      border-width: 1px;
      animation: 1.5s ease-out 0s infinite pulsate;
    }
  }
}


*/
.absolute-footer {
  display: none; }

.slider-home__text {
  line-height: 1.2; }
.slider-home .slider-nav-dots-dashes .flickity-page-dots .dot {
  width: 6px;
  height: 15px;
  margin: 0 5px; }
  .slider-home .slider-nav-dots-dashes .flickity-page-dots .dot.is-selected {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    width: 8px;
    height: 20px; }
.slider-home .flickity-button {
  width: 60px; }

.section-title-normal {
  border-bottom: 1px solid #777E90; }
  .section-title-normal span {
    border-bottom: none;
    text-transform: unset;
    color: var(--primary-color);
    font-size: 48px;
    max-width: 900px; }

.archive-page-header .page-title span {
  border-bottom: none;
  text-transform: capitalize;
  color: var(--primary-color);
  font-size: 48px;
  font-weight: 900;
  max-width: 900px; }

.widget span.widget-title {
  font-size: 24px;
  text-transform: capitalize;
  color: var(--primary-color); }
.widget .is-divider {
  opacity: 0; }
.widget .badge {
  width: 5.8em;
  height: 5.8em; }

.blog-single .is-divider {
  display: none; }
.blog-single .entry-title {
  color: var(--primary-color); }
.blog-single .blog-share .button.icon.circle {
  border: none;
  margin-top: 1em; }
  .blog-single .blog-share .button.icon.circle i {
    font-size: 150%; }
  .blog-single .blog-share .button.icon.circle:hover {
    background: transparent !important; }
.blog-single .blog-share .button.facebook:not(.is-outline), .blog-single .blog-share .button.facebook:hover {
  background: transparent !important; }

.blog-archive .entry-title {
  color: var(--primary-color); }
.blog-archive .entry-divider {
  display: none; }
.blog-archive .entry-category {
  color: var(--secondary-color); }
  .blog-archive .entry-category a {
    color: var(--secondary-color); }
.blog-archive .entry-meta .entry-category {
  margin-right: 15px; }

.button.primary.read-more {
  padding: 7px 18px; }
  .button.primary.read-more span {
    margin-right: 30px;
    font-weight: normal; }

.more-link {
  padding: 7px 18px; }
  .more-link span {
    margin-right: 30px;
    font-weight: normal; }

.home-blog .is-divider {
  display: none; }
.home-blog .post-meta {
  font-size: 32px;
  color: var(--primary-color);
  font-weight: bold; }
.home-blog .post-title {
  font-weight: normal;
  color: #111111;
  font-size: 24px; }
.home-blog .post-item.post-item-more {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  margin-top: 20%; }
  .home-blog .post-item.post-item-more .more-active {
    position: relative;
    width: 185px;
    height: 250px;
    bottom: 0;
    left: 0;
    margin-top: 16%;
    display: block; }
    .home-blog .post-item.post-item-more .more-active i {
      position: absolute;
      top: 25px;
      right: 25px; }
    .home-blog .post-item.post-item-more .more-active span {
      font-weight: normal;
      text-align: left;
      position: absolute;
      left: 25px;
      bottom: 25px; }

/* Thiết kẻ thẻ select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: white;
  background-image: none; }

.select {
  position: relative;
  display: flex;
  width: 180px;
  line-height: 3;
  background: #fff;
  border: 1px solid var(--primary-color);
  overflow: hidden; }
  .select select {
    flex: 1;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: normal;
    cursor: pointer;
    height: 50px;
    color: var(--primary-color); }
  .select::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    background: url(../images/arrow_select.svg) no-repeat;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    width: 25px;
    height: 25px; }
  .select:hover::after {
    color: Gainsboro; }

/**/
.price-list {
  color: var(--white-color) !important; }
  .price-list #spl_1672393568.price_wrapper .head-title span, .price-list #spl_1672393568.price_wrapper .tabs_spl .tab-links_spl li a, .price-list #spl_1672393568.price_wrapper span.tab-links_spl, .price-list #spl_1672393568.price_wrapper .name-price-desc .name.a-tag, .price-list #spl_1672393568.price_wrapper .name.a-tag, .price-list #spl_1672393568.price_wrapper .style-8-title-container h3, .price-list #spl_1672393568.price_wrapper .style-8-description, .price-list #spl_1672393568.price_wrapper .name-price-desc .desc.a-tag, .price-list #spl_1672393568.price_wrapper .spl-style-5 .spl-five-bottom .desc, .price-list #spl_1672393568.price_wrapper .spl-style-7 .desc, .price-list #spl_1672393568.price_wrapper .style-8-title-container small, .price-list #spl_1672393568 .ts-control .item, .price-list #spl_1672393568 .ts-dropdown-content .option {
    color: var(--white-color) !important; }

.header-main .social-icons {
  font-size: 1.3em; }

.section-title-container {
  margin-bottom: 0; }

/*# sourceMappingURL=main.css.map */
