html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  box-sizing: border-box;
  font-size: 14px;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
  color: currentColor;
}

*:before,
*:after {
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

body.category,
body.single-post {
  background-color: #f5f8fb;
}

.h1,
h1 {
  font-size: 2.8rem;
}

.h2,
h2 {
  font-size: 20px;
}

.h3,
h3 {
  font-size: 17px;
}

.h4,
h4 {
  font-size: 1rem;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-weight: 600;
  padding: 10px 0;
}

/**
 * Text-level semantic
 */
:active {
  outline: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

/**
 * Embedded content
 */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

/**
 * Grouping content
 */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 16px;
}

/**
 * Forms
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
input[type='submit'] {
  padding: 0;
  overflow: visible;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: poPoppins;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.btn-pro {
  display: inline-block;
  text-decoration: underline;
  transition: all 0.3s ease;
}
input {
  line-height: normal;
  border-radius: 0;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: none;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/**
 * Tables
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

a {
  -webkit-transition: color 0.4s ease-out 0s;
  -moz-transition: color 0.4s ease-out 0s;
  -ms-transition: color 0.4s ease-out 0s;
  -o-transition: color 0.4s ease-out 0s;
  transition: color 0.4s ease-out 0s;
}

.the_content blockquote {
  background: rgb(248, 248, 248);
  font-size: 16px;
  font-style: italic;
  padding: 10px 15px;
  border-left: 3px solid rgb(220, 224, 232);
  line-height: 1.7;
}

.the_content blockquote p {
  margin: 0 !important;
}

.the_content code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

.the_content {
  font-size: 14px;
  line-height: 1.5;
}

.the_content a {
  color: var(--primary-color);
}

.the_content .wp-block-image {
  width: 100%;
}

.the_content p {
  margin-bottom: 1.5rem;
  font-size: 14px;
}

.the_content img {
  margin: 2rem auto 2rem auto;
}

.the_content table {
  margin: 0 0 15px;
  line-height: 2;
  margin: 0px 0px 20px;
  padding: 0px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  background-color: rgb(255, 255, 255);
  border-top: 1px solid rgb(236, 236, 236);
  border-collapse: collapse;
  border-radius: 5px;
  border-right-style: hidden;
  border-bottom-style: hidden;
  border-left-style: hidden;
  box-shadow: rgb(221, 221, 221) 0px 0px 0px 1px;
  overflow: hidden;
  border-top: none !important;
}

.the_content table {
  border: 1px solid #ddd;
  margin-bottom: 30px;
  text-align: left;
  font-size: 14px;
}

.the_content table p {
  margin-bottom: 0;
  text-align: left;
  font-size: 14px;
}

.the_content table tr:nth-child(2n) {
  background-color: rgb(248, 250, 252);
}

.the_content table > tbody > tr > td,
.the_content table > tbody > tr > th,
.the_content table > tfoot > tr > td,
.the_content table > tfoot > tr > th,
.the_content table > thead > tr > td,
.the_content table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px;
}

.the_content h6 {
  font-size: 18px;
}

.the_content h5 {
  font-size: 2.1rem;
}

.the_content h4 {
  font-size: 16px;
}

.the_content h3 {
  font-size: 17px;
}

.the_content h2 {
  font-size: 20px;
}

.the_content ul,
.the_content ol {
  margin: 0 0 20px;
  padding-left: 30px;
}

.the_content ul li,
.the_content ol li {
  line-height: 1.5;
  margin-bottom: 8px;
}

.the_content ol {
  list-style: decimal;
}

.the_content ul {
  list-style: disc;
}

.the_content iframe {
  margin: auto;
}

.the_content .syntaxhighlighter {
  padding: 10px 0;
}

.the_content h2,
.the_content h3,
.the_content h4,
.the_content h5,
.the_content h6,
.the_content h1 {
  margin: 0 0 12px;
  font-weight: 700;
  color: #323232;
}

@media (max-width: 1199px) {
  .header__main {
    position: fixed;
    top: 0;
    right: 0;
    width: 90%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    transform: translateX(100%);
    transition: 0.5s;
  }

  .header__main-menu > ul {
    list-style: none;
    overflow-y: auto;
    max-height: calc(100vh - 85px);
  }

  .header__main-menu > ul li {
    position: relative;
    border-bottom: 1px solid #ddd;
  }

  .header__main-menu > ul li a {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    padding: 10px 10px;
    color: #000;
    opacity: 0.85;
  }

  .header__main-menu > ul li .li-plus {
    position: absolute;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    display: block;
    top: 0;
    right: 0;
    color: var(--primary-color);
    transition: 0.3s;
    border-left: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header__main-menu > ul li .li-plus:after,
  .header__main-menu > ul li .li-plus:before {
    content: ' ';
    width: 14px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
    opacity: 1;
    border-radius: 2px;
  }

  .header__main-menu > ul li .li-plus:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .header__main-menu > ul li .li-plus:after {
    transform: translate(-50%, -50%);
  }

  .header__main-menu > ul li .clicked::before {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .header__main-menu > ul li .clicked::after {
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 0;
  }

  .header__main-menu > ul li > ul {
    margin-top: 0;
    display: none;
  }

  .header__main-menu > ul li > ul li {
    border: none;
    border-top: 1px solid #ddd;
  }

  .header__main-menu > ul li > ul li a {
    padding-left: 25px;
    text-transform: none;
    font-weight: 400;
  }

  .header__main-menu > ul .current-menu-item a {
    color: #fff !important;
    background: var(--primary-color);
  }

  .header__main-menu > ul .current-menu-item ul a {
    color: var(--primary-color);
  }

  .header__main-menu > ul .current-menu-parent ul {
    display: block;
  }

  .header__main .header__menu-close {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: 0;
    right: 0px;
  }

  .header__main .header__menu-close svg {
    color: var(--primary-color);
  }

  .header__main.active {
    transform: translate(0);
    box-shadow: 2px -4px 10px 4px #ccc;
  }
}

.overlay {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

.back-to-top {
  position: fixed;
  bottom: 6rem;
  right: 3rem;
  width: 4rem;
  height: 4rem;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: #cccccc;
  cursor: poPoppins;
  z-index: 9;
  border-radius: 50%;
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

.back-to-top svg path {
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

.back-to-top:hover {
  background-color: var(--primary-color);
}

.back-to-top:hover svg path {
  fill: #ffffff;
}

.swal2-html-container {
  font-size: 16px;
}

.c-img {
  position: relative;
  width: 100%;
  display: block;
  padding-top: 70%;
}

.c-img.img-66 {
  padding-top: 66.72%;
}

.c-img.img-100 {
  padding-top: 100%;
}

.c-img img,
.c-img video,
.c-img blockquote {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.c-img.contain img,
.c-img.contain video,
.c-img.contain blockquote {
  object-fit: contain;
}

.scale-hover {
  display: block;
  overflow: hidden;
  width: 100%;
}

.scale-hover img {
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

.scale-hover:hover > img {
  transform: scale(1.09);
}

.leodigi-pagination {
  justify-content: center;
  margin: 5rem 0 3rem 0;
}

.leodigi-pagination ul {
  display: flex;
  justify-content: center;
}

.leodigi-pagination ul li.active a {
  background: var(--primary-color);
  color: #fff;
}

.leodigi-pagination ul li a {
  float: left;
  margin: 0 2.5px;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  background: #f6f6f6;
  border: solid 1px #ebebeb;
  text-align: center;
  font-size: 14px;
  padding: 0;
  line-height: 35px;
  color: #282828;
  text-decoration: none;
}

.leodigi-pagination ul li a svg {
  width: 10px;
  height: 14px;
  margin-bottom: 5px;
}

.leodigi-pagination ul li a:hover {
  background: var(--primary-color);
  color: #fff;
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

.leodigi-pagination ul li a:hover svg path {
  fill: #fff;
}

@media (min-width: 991px) {
  .col-lg-1-5 {
    width: 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}

@media (max-width: 767px) {
  .scroll-snap {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
}

.scroll-snap .item {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

/****************FONT*****************/
@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Medium.ttf);
  font-weight: 400;
}

@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-SemiBold.ttf);
  font-weight: 600;
}

@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Bold.ttf);
  font-weight: 700;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

@media only screen and (max-width: 1200px) {
  html {
    font-size: 52%;
  }
}

:root {
  --primary-color: #50fcce;
  --primary-color-hover: #054040;
  --secondary-color: #054040;
  --text-color: #333333;
  --text-gray: #999999;
}

.gutter-12 {
  margin-left: -12px;
  margin-right: -12px;
}

.gutter-12 > [class*='col-'] {
  padding-left: 12px;
  padding-right: 12px;
}

body {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: var(--text-color);
}

/*.container {
  padding: 0 15px;
}*/
.container-fluid {
  padding: 0 60px;
  max-width: 1920px;
}

@media (min-width: 1300px) {
  .container {
    max-width: 1280px;
    width: 100%;
  }
}

@media (min-width: 1500px) {
  body.page .page__content .container,
  .container {
    max-width: 1440px;
    width: 100%;
  }
}

@media (min-width: 1300px) {
  body.page .page__content .container {
    max-width: 1170px;
    width: 100%;
  }
}

.font-heading {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 2.8rem;
}

.text-primary {
  color: var(--primary-color) !important;
}

.text-secondary {
  color: var(--secondary-color) !important;
}

.bg-white {
  background: #fff !important;
}
.bg-white:hover {
  background: #054040 !important;
  color: #fff !important;
}
.bg-primary {
  background: var(--primary-color) !important;
}

.bg-primary:hover {
  background: #054040 !important;
  color: #fff !important;
}

.bg-outline {
  background: transparent;
  color: var(--secondary-color) !important;
  border: 1px solid var(--secondary-color);
}

.bg-outline:hover {
  background: #054040 !important;
  color: #fff !important;
}

.hover-primary {
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

.hover-primary:hover {
  color: var(--secondary-color);
}
.bt-view {
  margin-top: -4rem;
}
.bt-view .view-less-btn {
  margin-top: 5rem;
}
.text-gray {
  color: var(--text-gray);
}

.text-base {
  font-size: 1.6rem;
}

.text-xl {
  font-size: 2.5rem;
}

.text-20 {
  font-size: 2rem;
}

.text-sm {
  font-size: 1.5rem;
}

.text-14 {
  font-size: 1.4rem;
}

.mb-21 {
  margin-bottom: 2.1rem;
}

.rounded-5 {
  border-radius: 2rem;
}

.hover-opacity:hover {
  opacity: 0.8;
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

.fw-500 {
  font-weight: 400;
}

.text-gray-2 {
  color: #666666;
}

.section-space {
  padding: 2.5rem 0;
}

/*@media only screen and (min-width: 1200px) {
  .title-border {
    position: relative;
  }
*/
.title-border span {
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #fff;
  font-size: 5.1rem;
}

.title-border::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
  content: '';
  left: 0;
  top: 14px;
  z-index: -1;
}

/*--------------HEADER----------------*/
.header__top {
  font-size: 12px;
}

.header__main {
  padding: 25px 0;
}

.header__main-logo {
  padding-left: 60px;
}

.header__main-woo {
  padding-right: 60px;
}

.header__main-logo img {
  max-width: 18rem;
}

@media only screen and (min-width: 1500px) {
  .header__main-logo img {
    max-width: 24.4rem;
  }
}

.header__main-search {
  width: 100%;
  margin-bottom: 0;
  background: white;
  padding: 15px 0;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  popoppins-events: none;
  visibility: hidden;
  display: none;
}

.header__main-search.active {
  opacity: 1;
  transform: translateY(0);
  popoppins-events: auto;
  visibility: visible;
  display: block;
  z-index: 99999;
  position: relative;
  width: 100%;
}

.header__main-search.active .home-search {
  width: 540px;
  margin: 0 auto;
}

.header__main-search a,
.header__main-search input::placeholder {
  font-weight: 600;
}

.header__main-search form {
  border-radius: 100px;
  border: 1px solid var(--text-gray);
  padding: 10px 15px;
}

@media only screen and (min-width: 1200px) {
  .header__main-search form {
    padding: 6px 1.5rem;
  }
}

.header__main-search input {
  height: 25px;
  flex: 1;
  font-weight: 700;
  color: var(--primary-color);
  background: transparent;
}

.header__main-search input::placeholder {
  color: var(--text-gray);
  font-weight: 400;
}

.header__main-search button {
  transform: translateY(-2px);
}

.header__main-search button:hover svg path {
  fill: var(--primary-color);
}

@media only screen and (min-width: 1200px) {
  .header__main-info {
    width: 35%;
  }
}

.header__main-info .info-item {
  font-size: 14px;
}

.header__main-info .info-item svg path {
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

.header__main-info .info-item:hover svg path {
  stroke: var(--primary-color);
}

.header__main-woo .count {
  display: inline-block;
  width: 20px;
  height: 18px;
  border-radius: 8px;
  text-align: center;
  right: -8px;
  top: -6px;
}

@media only screen and (max-width: 767px) {
  .header__main-woo svg {
    width: 25px;
    height: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .header__main-menu > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .header__main-menu > ul > li:hover > a {
    color: var(--primary-color);
  }

  .header__main-menu > ul > li:hover > a::after {
    transform: scale(1);
  }

  .header__main-menu > ul > li > a {
    -webkit-transition: 0.4s ease-out 0s;
    -moz-transition: 0.4s ease-out 0s;
    -ms-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
    text-transform: uppercase;
    position: relative;
    color: #000;
    display: inline-block;
    font-size: 14px;
  }

  .header__main-menu > ul > li > a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    transform: scale(0);
    -webkit-transition: 0.4s ease-out 0s;
    -moz-transition: 0.4s ease-out 0s;
    -ms-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
    background: var(--primary-color);
  }

  .header__main-menu > ul > li:not(:last-child) {
    margin-right: 1.5rem;
  }

  .header__main-menu > ul > li.menu-item-has-children {
    position: relative;
  }

  .header__main-menu > ul > li.menu-item-has-children::after {
    position: absolute;
    width: 100%;
    content: '';
    height: 2.4rem;
    bottom: -2rem;
    left: 0;
    background: transparent;
  }

  .header__main-menu > ul > li.menu-item-has-children .sub-menu {
    position: absolute;
    left: 0;
    width: 20rem;
    color: var(--text-color);
    font-size: 1.4rem;
    border-radius: 6px;
    overflow: hidden;
    font-weight: 400;
    box-shadow: 0px 10px 22px 0px rgba(45, 77, 108, 0.15);
    transform: translateY(-10px) scaleY(0.5);
    margin-top: 1rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-out 0s;
    -moz-transition: 0.4s ease-out 0s;
    -ms-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
    z-index: -1;
    transform-origin: top;
    background-color: #ffffff;
    max-height: 60vh;
    popoppins-events: none;
  }

  .header__main-menu > ul > li.menu-item-has-children .sub-menu li a,
  .header__main-menu > ul > li.menu-item-has-children .sub-menu li span {
    display: block;
    padding: 10px 2rem;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    cursor: poPoppins;
  }

  .header__main-menu > ul > li.menu-item-has-children .sub-menu li a:hover,
  .header__main-menu > ul > li.menu-item-has-children .sub-menu li span:hover {
    color: #ffffff;
    background-color: var(--primary-color);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1199px) {
  .header__main-menu > ul > li.menu-item-has-children .sub-menu li a,
  .header__main-menu > ul > li.menu-item-has-children .sub-menu li span {
    padding: 5px 1.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .header__main-menu > ul > li.menu-item-has-children .sub-menu::after {
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }

  .header__main-menu > ul > li.menu-item-has-children:hover > .sub-menu {
    transform: translateY(0) scaleY(1);
    visibility: visible;
    opacity: 1;
    z-index: 10;
    popoppins-events: auto;
  }
}

@media (max-width: 1199px) {
  .header__main .container {
    height: 100%;
  }
}

.header-login {
  cursor: poPoppins;
}

.header-login svg {
  margin-left: auto;
}

.header-login-content {
  top: 100%;
  background-color: #fff;
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

.header-login-content .login-btn {
  text-align: center;
  margin-bottom: 1rem;
}

.header-login-content .login-btn a {
  display: inline-block;
  border-radius: 20px;
  padding: 5px 2rem;
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

.header-login-content .login-btn a:hover {
  opacity: 0.8;
}

.sticky.is-sticky {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  box-shadow: 1px 2px 9px 2px #bebebe;
}

.swal2-popup.popup-login-wrapper {
  padding-bottom: 2rem;
}

.swal2-popup.popup-login-wrapper .swal2-close {
  box-shadow: none;
  outline: none;
  font-size: 3.5rem;
  width: 4rem;
  height: 4rem;
}

.bar__mb .line {
  width: 30px;
  height: 3px;
  background-color: var(--primary-color);
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bar__mb.active .line:first-child {
  -webkit-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  -o-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}

.bar__mb.active .line:nth-child(2) {
  opacity: 0;
}

.bar__mb.active .line:nth-child(3) {
  -webkit-transform: translateY(-12px) rotate(-45deg);
  -ms-transform: translateY(-12px) rotate(-45deg);
  -o-transform: translateY(-12px) rotate(-45deg);
  transform: translateY(-12px) rotate(-45deg);
}

.logo img {
  max-width: 80%;
  margin: auto;
}
/*Footer*/
footer {
  background: #d7fff2;
}

.footer_menu-content {
  padding: 80px 0;
}

.footer_menu-bottom {
  margin-top: 3.5rem;
}
.b-f {
  border-right: 1px solid rgba(11, 65, 62, 0.4941176471);
}
.b-f-l {
  padding-left: 6rem;
  display: flex;
  gap: 1.5rem;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.f-content {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  text-align: left;
  font-size: 14px;
  color: rgb(5, 64, 64);
}
.f-content h2 {
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
  text-align: left;
  font-size: 30px;
  color: #054040;
  line-height: 40px;
  max-width: 60%;
}
.b-f-l .footer__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
}
.b-f-l .footer__content li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.b-f-l .footer__content li a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  color: #054040;
}
.footer_menu-bottom .l-m ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
.footer_menu-bottom .l-m ul li {
  display: flex;
  align-items: center;
}
.footer_menu-bottom .l-m a {
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  text-decoration: none;
}
.footer_menu-bottom .l-m ul li:not(:last-child)::after {
  content: '';
  display: block;
  width: 0.0625rem;
  height: 1rem;
  background-color: #363636;
  margin-inline: 1rem;
  margin-right: 0.5rem;
}
.copyright-enpis-mo {
  display: none;
}
@media (max-width: 767px) {
  .footer_menu-content {
    padding: 0;
  }
  .b-f {
    border-right: 0;
    border-bottom: 1px solid rgba(11, 65, 62, 0.4941176471);
    margin-bottom: 30px;
  }
  .f-content {
    text-align: center;
  }
  .f-content h2 {
    text-align: center;
    font-size: 25px;
    max-width: 100%;
  }
  .list_social {
    align-items: center;
    justify-content: center;
  }
  .container-fluid {
    padding: 0 20px;
  }
  .b-f-l {
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
  }
  .b-f-l .footer__content ul {
    padding-left: 7px;
  }
  .b-f-l .footer__content li a {
    font-weight: 400;
  }
  .copyright-enpis {
    display: none;
  }
  .copyright-enpis-mo {
    display: block;
  }
  .footer_menu-bottom .l-m ul {
    justify-content: left;
  }
  .footer_menu-bottom .l-m a {
    line-height: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .footer_menu .footer__title {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23054040' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
  }

  .footer_menu .footer__title.active {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23054040' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8'/%3E%3C/svg%3E");
  }
}

@media only screen and (max-width: 991px) {
  .footer__title {
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 2rem;
    -webkit-transition: 0.4s ease-out 0s;
    -moz-transition: 0.4s ease-out 0s;
    -ms-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
  }
}

@media only screen and (max-width: 991px) {
  .footer_menu-bottom .footer__title {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
  }

  .footer_menu-bottom .footer__title.active {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8'/%3E%3C/svg%3E");
  }
}

.footer_copyright .line {
  height: 1px;
  background-color: #cccccc;
  flex: 1;
}

@media only screen and (max-width: 991px) {
  .footer__content {
    display: none;
  }
}

.flickity-page-dots {
  bottom: 3rem;
}

.flickity-page-dots .dot {
  width: 2rem;
  height: 0.4rem;
  border-radius: 4px;
  background-color: #999999;
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

.flickity-page-dots .dot.is-selected {
  width: 4rem;
  background-color: #fff;
}

.flickity-button {
  background: none !important;
}

.flickity-button:focus {
  box-shadow: none;
}

.flickity-button svg {
  display: none;
}

.flickity-button.previous::before {
  display: block;
  content: '←';
  font-size: 24px;
  color: #666666;
  background-color: #50fcce;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  line-height: 1.65;
}
.flickity-button.next::before {
  display: block;
  content: '→';
  font-size: 25px;
  color: #1a1a1a;
  background-color: #50fcce;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  line-height: 1.65;
}
@media only screen and (min-width: 992px) {
  .flickity-button.previous::before {
    display: block;
    content: '←';
    font-size: 24px;
    color: #666666;
    background-color: #50fcce;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    line-height: 2;
  }

  .flickity-button.next::before {
    display: block;
    content: '→';
    font-size: 25px;
    color: #1a1a1a;
    background-color: #50fcce;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    line-height: 2;
  }
}

@media (max-width: 991px) {
  .flickity-button.previous {
    left: 0;
  }

  .flickity-button.next {
    right: 0;
  }
}

/**
Home
**/
.home__slider {
  .banner-item {
    position: relative;
    width: 100vw;
    max-height: 700px;
    overflow: hidden;
  }

  .banner-media {
    width: 100%;
    height: 100%;

    video,
    img {
      width: 100vw;
      height: 100%;
      object-fit: cover;
    }
  }

  .banner-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }

  .banner-content {
    z-index: 2;
    padding-bottom: 50px !important;
    padding-left: 50px !important;

    @include media-breakpoint-down(md) {
      padding-bottom: 30px !important;
      padding-left: 30px !important;
    }
  }

  .banner-text {
    font-size: 1.25rem;
    line-height: 1.5;

    @include media-breakpoint-down(md) {
      font-size: 1rem;
    }
  }
}
.banner-content-2 {
  .banner-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .banner-item {
    position: relative;
    height: 100vh;
  }

  .banner-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
  }

  .banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s ease;
  }

  .banner-item:hover .banner-bg img {
    transform: scale(1.1);
  }

  .banner-content {
    position: absolute;
    bottom: 5%;
    left: 60px;
    text-align: left;
    z-index: 2;
    color: #fff;
  }

  .content {
    margin-bottom: 20px;
    max-width: 80%;
  }
  h2 {
    font-size: 48px;
    line-height: 62px;
  }
}

@media (max-width: 768px) {
  .banner-content-2 {
    .banner-grid {
      grid-template-columns: 1fr;
    }
    .banner-item {
      height: 60vh;
    }
    h2 {
      font-size: 32px;
      line-height: 42px;
    }
    .content {
      margin-bottom: 0px;
    }
    .banner-content {
      left: 30px;
    }
  }
}

/**
flash__deal
**/
.flash__deal {
  padding-top: 4rem;
}

.flash__deal .flickity-button.previous {
  left: -15px;
}

.flash__deal .flickity-button.next {
  right: -15px;
}

@media (min-width: 1200px) {
  .flash__deal .flickity-button.previous {
    left: -8rem;
  }

  .flash__deal .flickity-button.next {
    right: -8rem;
  }
}

.home__brand .flickity-viewport {
  max-height: 411px !important;
}

.home__brand .flickity-viewport img {
  max-height: 411px;
}

.brand_single {
  margin-left: -5px;
  margin-right: -5px;
}

.brand_single .c-img {
  border: 1px solid #999999;
  border-radius: 4px;
  padding-top: 79%;
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

.brand_single .c-img:hover {
  border-color: var(--primary-color);
}

.brand_single .c-img.contain img,
.all-brand .c-img.contain img {
  object-fit: cover;
  margin: auto;
  width: auto;
  max-height: 100px;
  max-width: 100%;
}

.brand_single .slider_item {
  padding-left: 5px;
  padding-right: 5px;
}

.slick-slider img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.brand_single .slider_item.slider {
  width: 100%;
}

/*
#brand-single {
  overflow-y: auto;
}

#brand-single > div {
  height: 100%;
}
*/
.has-shadow .product__item {
  padding: 1rem;
  border-radius: 8px;
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

.has-shadow .product__item:hover {
  box-shadow: 2px 3px 17px 5px #ccc;
}

.product__item .c-img img {
  object-fit: contain;
  max-width: 100%;
  margin: auto;
}

.product__item-brand {
  font-weight: 600;
  font-size: 14px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product__item-name {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #054040;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product__item-price:not(.has-variant) .price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column-reverse;
}

.product__item-price:not(.has-variant) .price > ins bdi,
.product__item-price:not(.has-variant) .price > .amount bdi {
  font-size: 2rem;
}

.product__item-price.has-variant .price > ins bdi,
.product__item-price.has-variant .price > .amount bdi {
  font-size: 1.4rem;
}

.product__item-price .price > del {
  color: var(--text-gray);
}

.product__item-price .price > del bdi {
  font-weight: 400;
}

.product__item-price .price ins {
  text-decoration: none;
}

.product__item-price .price > ins bdi,
.product__item-price .price > .amount bdi {
  color: var(--secondary-color);
  font-weight: 700;
}

.product__item-size {
  color: #666666;
}

.product__item-label {
  top: 1rem;
  left: 1rem;
}

.product__item-label .label_product {
  background-color: var(--i);
  font-size: 12px;
  font-weight: 600;
  color: #054040;
}

/*đổi ảnh khi hover*/
.product__item-img {
  overflow: hidden;
  position: relative;
}

.product__item-img img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

.main-image {
  display: block;
}

.hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.product__item-img:hover .main-image {
  opacity: 0;
}

.product__item-img:hover .hover-image {
  opacity: 1;
}

.product-colors {
  margin-top: 10px;
  display: flex;
  gap: 8px;
}

.color-swatch {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #ddd;
  transition: all 0.3s ease;
}

.color-swatch:hover {
  transform: scale(1.1);
}

.color-swatch.active {
  transform: scale(1.2);
  box-shadow: 0 0 0 1px #000;
}

@media only screen and (max-width: 767px) {
  .product__item-label .label_product {
    font-size: 10px;
  }
}

.product__item-wishlist {
  top: 1rem;
  right: 1rem;
}

.product__item-wishlist span {
  cursor: poPoppins;
}

.product__item-wishlist span.added svg path,
.product__item-wishlist span:hover svg path {
  fill: var(--primary-color);
}

.product__item-quickview {
  left: 50%;
  bottom: -1rem;
  cursor: poPoppins;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  popoppins-events: none;
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

.product__item-quickview:hover {
  background-color: var(--primary-color-hover) !important;
}

.product__item:hover .product__item-quickview {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  popoppins-events: all;
}

.leodigi-carousel {
  margin-left: -1rem;
  margin-right: -1rem;
}

.leodigi-carousel .leodigi-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media only screen and (min-width: 1200px) {
  .leodigi-carousel {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .tiktok_item-wrapper.leodigi-carousel {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .tiktok_item.leodigi-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .block__news .leodigi-carousel .leodigi-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .leodigi-item {
    width: 24%;
  }
}

.flash__deal-wrapper {
  padding: 2rem;
  border-radius: 8px;
  border: 1px solid var(--primary-color);
}

@media only screen and (min-width: 992px) {
  .flash__deal-wrapper {
    padding: 3rem;
  }
}

.flash__deal-title {
  margin-top: -4rem;
}

@media only screen and (min-width: 992px) {
  .flash__deal-title {
    margin-top: -5rem;
  }
}

.selling__product .nav-link {
  border: 1px solid #999999 !important;
  margin-left: 6px;
  margin-right: 6px;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 400;
  color: #666666;
  position: relative;
  border-radius: 4px;
}

.selling__product .nav-link::after {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5119 10.2543C9.71431 11.1752 8.28569 11.1752 7.48814 10.2543L1.47364 3.30931C0.35189 2.01402 1.27199 -1.72468e-06 2.9855 -1.57488e-06L15.0145 -5.23269e-07C16.728 -3.7347e-07 17.6481 2.01402 16.5264 3.30931L10.5119 10.2543Z' fill='%23666666'/%3E%3C/svg%3E%0A");
  content: '';
  display: inline-block;
  width: 1.8rem;
  height: 1.1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  position: absolute;
  opacity: 0;
}

@media only screen and (min-width: 1200px) {
  .selling__product .nav-link {
    min-width: 20rem;
  }
}

.selling__product .nav-link.active {
  background-color: #666666;
  border-color: #666666 !important;
  color: #fff;
}

.selling__product .nav-link.active::after {
  bottom: -0.9rem;
  opacity: 1;
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

.selling__product .tab-content {
  margin-top: 5rem;
}

.brand_banner .c-img {
  padding-top: 129.31%;
  border-radius: 8px;
}

.top__search .product-list {
  margin-left: -1rem;
  margin-right: -1rem;
}
#info-content .accordion-item {
  border: 0;
}
#info-content .accordion-item .accordion-button {
  font-size: 2rem;
  color: #054040;
}
#info-content .accordion-item .accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
}
#info-content #collapse-info {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #1a1a1a;
}
@media only screen and (min-width: 992px) {
  .top__search .product-list {
    margin-left: -2rem;
    margin-right: 0;
  }
}

.top__search .leodigi-item-search {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media only screen and (min-width: 992px) {
  .top__search .leodigi-item-search {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 1200px) {
  .top__search .leodigi-item-search {
    width: 24%;
  }
}

.top__search .product__item {
  height: 100%;
}

.top__search .product__item-label,
.top__search .product__item-wishlist {
  top: 1.8rem !important;
}

.top__search .product__item-wishlist {
  right: 2rem !important;
}

@media only screen and (min-width: 1400px) {
  .block__product .flickity-button.previous {
    left: 0;
  }

  .block__product .flickity-button.next {
    right: 5rem;
  }
}

.product_viewed {
  padding: 1.6rem 2.1rem;
  border-radius: 8px;
  background-color: #eeeeee;
}

.product_viewed .product__price {
  display: none;
}

.product_viewed .product__item {
  height: 100%;
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
}

.product_viewed .product__item-label,
.product_viewed .product__item-wishlist {
  top: 10px !important;
}

.product_viewed .product__item-wishlist {
  right: 10px !important;
}

.pt-100 {
  padding-top: 100%;
}

@media only screen and (min-width: 1200px) {
  .block__news .leodigi-item {
    width: 26.7%;
  }
}

.block__news .leodigi-item .c-img {
  padding-top: 56.5%;
}

@media only screen and (min-width: 992px) {
  .w-lg-100 {
    width: 100% !important;
  }
}

.breadcrumb {
  padding-bottom: 0;
  margin-bottom: 0;
}

.breadcrumb-wrapper {
  border-top: 1px solid #eeeeee;
  color: var(--text-gray);
  font-size: 12px;
}

.breadcrumb a:hover {
  color: var(--primary-color);
}

.product-thumbnails .thumb-nav .thumb-item .c-img {
  border-radius: 8px;
  border: 1px solid transparent;
  -webkit-transition: 0.2s ease-out 0s;
  -moz-transition: 0.2s ease-out 0s;
  -ms-transition: 0.2s ease-out 0s;
  -o-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}

.product-thumbnails .thumb-nav .thumb-item .c-img img {
  max-height: 80%;
  max-width: 80%;
  margin: auto;
}

.product-thumbnails .thumb-nav .thumb-item.is-selected .c-img {
  border-color: var(--primary-color);
}

.product-thumbnails .product__item-wishlist .dot-spinner {
  top: 1px;
  right: 9px;
}

.thumb-border {
  position: absolute;
  border: 1px solid var(--primary-color);
  transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease;
  popoppins-events: none;
  z-index: 9;
  border-radius: 8px;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: var(--primary-color);
}

.product-availability .stock-status {
  text-transform: uppercase;
  font-size: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.product-availability .stock-status::before {
  display: inline-block;
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  margin-right: 5px;
}

.product-availability .stock-status.in-stock {
  color: #00a759;
}

.product-availability .stock-status.in-stock::before {
  background-color: #00a759;
}

.product-availability .stock-status.out-of-stock {
  color: var(--primary-color);
}

.product-availability .stock-status.out-of-stock::before {
  background-color: var(--primary-color);
}

.product-gender-attribute span {
  border: 1px solid #cccccc;
  color: var(--text-gray);
}

.product-brand-attribute {
  font-size: 14px;
}

.product-info-price.has-variant,
.product-cart.has-variant {
  color: var(--primary-color);
}

.product-info-price .price,
.product-cart .price {
  font-size: 2.4rem;
}

.product-info-price .price > del,
.product-cart .price > del {
  color: var(--text-gray);
}

.product-info-price .price > del bdi,
.product-cart .price > del bdi {
  font-weight: 400;
}

.product-info-price .price ins,
.product-cart .price ins {
  text-decoration: none;
}

.product-info-price .price > ins bdi,
.product-info-price .price > .amount bdi,
.product-cart .price > ins bdi,
.product-cart .price > .amount bdi {
  color: var(--primary-color);
  font-weight: 700;
}

.woocommerce-variation-description {
  margin-bottom: 10px;
}

.woocommerce-variation-description a {
  color: #50fcce;
  font-size: 14px;
  font-weight: 600;
}

.variation-description {
  font-size: 0.9em;
  color: #666;
  margin-top: 5px;
}

.product-cart .variations_form .woo-variation-items-wrapper {
  margin-bottom: 8px;
}

.product-cart .quantity {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.product-cart .quantity input {
  border: none;
  height: 4rem;
}

.product-cart .quantity input::-webkit-outer-spin-button,
.product-cart .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-cart .quantity input[type='number'] {
  -moz-appearance: textfield;
}

.product-cart .quantity .qty,
.product-cart .quantity button {
  height: 28px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  text-align: center;
}

.product-cart .quantity .qty {
  width: 36px;
  color: var(--text-color);
  font-weight: 700;
  margin-left: 4px;
  margin-right: 4px;
}

.product-cart .quantity button {
  width: 28px;
  color: var(--text-gray);
}

.product-cart button.single_add_to_cart_button,
.product-cart button.buy_now_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  text-transform: none;
  border-radius: 8px;
  border: 1px solid var(--primary-color);
  padding: 0 1.6rem;
  height: 5rem;
  line-height: 5rem;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .product-cart button.single_add_to_cart_button,
  .product-cart button.buy_now_button {
    min-width: 20rem;
    width: 100%;
  }
}

.product-cart button.single_add_to_cart_button::after,
.product-cart button.buy_now_button::after {
  display: inline-block;
  margin-left: 1rem;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s ease-out 0s;
  -moz-transition: 0.3s ease-out 0s;
  -ms-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
}

.product-cart button.single_add_to_cart_button::before,
.product-cart button.buy_now_button::before {
  border-radius: 8px;
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  display: inline-block;
  -webkit-transition: 0.3s ease-out 0s;
  -moz-transition: 0.3s ease-out 0s;
  -ms-transition: 0.3s ease-out 0s;
  -o-transition: 0.3s ease-out 0s;
  transition: 0.3s ease-out 0s;
  z-index: -1;
}

.product-cart button.single_add_to_cart_button:hover,
.product-cart button.buy_now_button:hover {
  color: #fff !important;
  border-color: transparent;
  filter: unset;
}

.product-cart button.single_add_to_cart_button:hover::before,
.product-cart button.buy_now_button:hover::before {
  width: 100%;
}

.product-cart button.single_add_to_cart_button {
  background-color: #50fcce !important;
  color: #054040 !important;
  border-radius: 55px;
}

button.buy_now_button.single_add_to_cart_button {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}
.product-cart button.single_add_to_cart_button:hover {
  background-color: #054040 !important;
  color: #fff !important;
}
.product-cart button.single_add_to_cart_button::after {
  width: 20px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.66696 4.5V3.8C5.46107 3.8 5.26563 3.89064 5.13263 4.0478C4.99962 4.20496 4.94255 4.4127 4.9766 4.61575L5.66696 4.5ZM21 4.5L21.6904 4.61575C21.7244 4.4127 21.6673 4.20496 21.5343 4.0478C21.4013 3.89064 21.2059 3.8 21 3.8V4.5ZM19.5397 13.2097V13.9097C19.8816 13.9097 20.1735 13.6626 20.2301 13.3254L19.5397 13.2097ZM7.12725 13.2097L6.43688 13.3254C6.49342 13.6626 6.78532 13.9097 7.12725 13.9097V13.2097ZM6.93615 5.20004C7.32275 5.20004 7.63615 4.88664 7.63615 4.50004C7.63615 4.11345 7.32275 3.80004 6.93615 3.80004V5.20004ZM3 3.80004C2.6134 3.80004 2.3 4.11345 2.3 4.50004C2.3 4.88664 2.6134 5.20004 3 5.20004V3.80004ZM9.056 20.2C10.2456 20.2 11.2212 19.2428 11.2212 18.0484H9.82116C9.82116 18.4574 9.48473 18.8 9.056 18.8V20.2ZM11.2212 18.0484C11.2212 16.854 10.2456 15.8968 9.056 15.8968V17.2968C9.48473 17.2968 9.82116 17.6394 9.82116 18.0484H11.2212ZM9.056 15.8968C7.86636 15.8968 6.89084 16.854 6.89084 18.0484H8.29084C8.29084 17.6394 8.62726 17.2968 9.056 17.2968V15.8968ZM6.89084 18.0484C6.89084 19.2428 7.86636 20.2 9.056 20.2V18.8C8.62726 18.8 8.29084 18.4574 8.29084 18.0484H6.89084ZM17.9123 20.2C19.1019 20.2 20.0775 19.2428 20.0775 18.0484H18.6775C18.6775 18.4574 18.341 18.8 17.9123 18.8V20.2ZM20.0775 18.0484C20.0775 16.854 19.1019 15.8968 17.9123 15.8968V17.2968C18.341 17.2968 18.6775 17.6394 18.6775 18.0484H20.0775ZM17.9123 15.8968C16.7227 15.8968 15.7471 16.854 15.7471 18.0484H17.1471C17.1471 17.6394 17.4836 17.2968 17.9123 17.2968V15.8968ZM15.7471 18.0484C15.7471 19.2428 16.7227 20.2 17.9123 20.2V18.8C17.4836 18.8 17.1471 18.4574 17.1471 18.0484H15.7471ZM5.66696 5.2H21V3.8H5.66696V5.2ZM20.3096 4.38425L18.8493 13.0939L20.2301 13.3254L21.6904 4.61575L20.3096 4.38425ZM19.5397 12.5097H7.12725V13.9097H19.5397V12.5097ZM7.81761 13.0939L6.35732 4.38425L4.9766 4.61575L6.43688 13.3254L7.81761 13.0939ZM6.93615 3.80004H3V5.20004H6.93615V3.80004Z' fill='%23000000'/%3E%3C/svg%3E");
}

.product-cart button.single_add_to_cart_button:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.32532 11.3417L2.90521 16.8421H7.84795H13.7339H17.6579V14.8607H5.92422L7.0141 12.3839H16.8937L20 2.97214H4.63078L3.64979 0H0V1.98142H2.23617L5.32532 11.3417ZM17.2777 4.95356L15.4791 10.4025H7.08326L5.28461 4.95356H17.2777Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.product-cart button.buy_now_button {
  margin-left: 2rem;
}

.product-cart button.buy_now_button::after {
  width: 12px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5228 20C1.35328 20 1.17938 19.9331 1.04927 19.8023C0.788423 19.5415 0.788423 19.1155 1.04927 18.8546L9.96812 9.93205L1.17938 1.14332C0.918534 0.882468 0.918534 0.456481 1.17938 0.195634C1.44023 -0.0652131 1.86622 -0.0652131 2.12706 0.195634L11.3893 9.4579C11.6502 9.71874 11.6502 10.1447 11.3893 10.4056L1.99695 19.8023C1.86684 19.9324 1.69232 20 1.5228 20Z' fill='white'/%3E%3C/svg%3E%0A");
}

.product-cart button.buy_now_button:hover {
  color: var(--primary-color) !important;
}

.product-cart button.buy_now_button:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5228 20C1.35328 20 1.17938 19.9331 1.04927 19.8023C0.788423 19.5415 0.788423 19.1155 1.04927 18.8546L9.96812 9.93205L1.17938 1.14332C0.918534 0.882468 0.918534 0.456481 1.17938 0.195634C1.44023 -0.0652131 1.86622 -0.0652131 2.12706 0.195634L11.3893 9.4579C11.6502 9.71874 11.6502 10.1447 11.3893 10.4056L1.99695 19.8023C1.86684 19.9324 1.69232 20 1.5228 20Z' fill='%239c1921'/%3E%3C/svg%3E%0A");
}

.product-cart button.buy_now_button::before {
  background-color: #fff;
}

.product-cart .leodigi-quickbuy button.single_add_to_cart_button.loading:after {
  display: none;
}

.product-cart
  .leodigi-quickbuy
  button.single_add_to_cart_button.button.alt.loading {
  color: #fff;
  popoppins-events: none !important;
}

.product-cart .leodigi-quickbuy button.buy_now_button {
  position: relative;
  color: rgba(255, 255, 255, 0.05);
}

.product-cart .leodigi-quickbuy button.buy_now_button:after {
  animation: spin 500ms infinite linear;
  border: 2px solid #fff;
  border-radius: 32px;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  content: '';
  display: block;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 16px;
  background-image: unset;
}

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).button-variable-item.selected:not(
    .no-stock
  ) {
  -webkit-box-shadow: var(
    --wvs-selected-item-box-shadow,
    0 0 0 1px var(--primary-color)
  );
  box-shadow: var(
    --wvs-selected-item-box-shadow,
    0 0 0 1px var(--primary-color)
  );
}

.woo-variation-swatches
  .wvs-style-squared.variable-items-wrapper
  .variable-item:not(.radio-variable-item).button-variable-item
  .variable-item-span {
  font-size: 14px;
}

.reset_variations {
  display: inline-block;
  margin-top: 1rem;
  font-weight: 700;
  margin-left: 5px;
}

.reset_variations:hover {
  color: var(--primary-color);
}

.product-hotline p {
  margin-left: 1rem;
  text-transform: uppercase;
  margin-right: 10px;
  font-weight: 400;
  line-height: 1.2;
}

.product-hotline span {
  font-size: 2rem;
  display: inline-block;
  border-left: 1px solid var(--text-gray);
  padding-left: 10px;
}

.image-item.hidden {
  display: none;
}

.view-more-btn,
.view-less-btn {
  min-width: 120px;
}

.product-info-wrapper {
  width: 100%;
}

.product-info-price {
  flex: 1;
}

.product-rate {
  margin-left: auto;
}

.rating-left {
  display: flex;
  align-items: center;
}

.rating-right {
  margin-left: 10px;
}

.product-media-slider {
  color: #054040;
}

h3.slider-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  color: #054040;
}

.product-media-slider-c {
  padding-right: 0;
  padding-left: 9rem;
  overflow: hidden;
}

.product-media-slider .image-title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
}

.product-media-slider .leodigi-item {
  width: 24%;
}

.product-media-slider .product__item {
  padding: 0 0 1rem 0;
  -webkit-transition: 0.4sease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4sease-out 0s;
}

.product-media-slider .leodigi-carousel .leodigi-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

td.value.woo-variation-items-wrapper span {
  display: none;
}

.media-box {
  color: #054040;
}

.media-box h5.media-title {
  font-weight: 600;
  font-size: 20px;
}

.media-box .media-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.title-section {
  margin: 65px 0;
  padding-bottom: 85px;
  padding-top: 85px;
}

.title-section h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 62px;
  color: #054040;
}

.faq-section {
  background: #f2f2f2;
  margin-top: -65px;
  padding: 60px 0;
}

#faqAccordion {
  padding-top: 60px;
  max-width: 650px;
  margin: 0 auto;
}

.faq-title {
  font-size: 40px !important;
  font-weight: 600;
  line-height: 52px;
  color: #054040;
}

.faq-subtitle {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #1a1a1a;
}

#faqAccordion .accordion-item {
  background-color: transparent;
  border: 0;
}

#faqAccordion .accordion-item .accordion-button {
  background: transparent;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #054040;
  box-shadow: none;
}

#faqAccordion .accordion-item .accordion-button::after {
  width: 20px;
  height: 20px;
  background-size: 20px;
}

#faqAccordion .accordion-item .accordion-body {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #1a1a1a;
}

.cr-ajax-reviews-review-form .cr-review-form-ne,
.cr-ajax-reviews-review-form .cr-review-form-comment,
.cr-review-form-rating-overall .cr-review-form-rating,
.cr-ajax-reviews-review-form .cr-review-form-item {
  max-width: 100%;
}

.l-banner-content .content h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 45px;
  color: #054040;
}

.l-banner-content .content {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #1a1a1a;
}

.l-banner-content .content ul {
  list-style: disc;
  padding-left: 20px;
}

.l-banner-content .row .content {
  padding-left: 65px;
}

.l-banner-content .row.flex-row-reverse .content {
  padding-left: 0;
}

@media only screen and (min-width: 1200px) {
  .product__detail-info .product-infomations {
    padding-left: 4rem;
  }
}

@media only screen and (min-width: 1200px) {
  .product__detail .border-line {
    border-left: 1px solid #eeeeee;
    height: 100%;
  }
}

.product__detail-content .nav button,
.product__detail-content .nav a {
  font-size: 2.4rem;
  color: var(--text-gray);
}

@media only screen and (max-width: 767px) {
  .product__detail-content .nav button,
  .product__detail-content .nav a {
    font-size: 2rem;
  }
}

.product__detail-content .nav button.active,
.product__detail-content .nav a.active {
  color: #000;
}

@media only screen and (max-width: 767px) {
  .product__detail-content .nav .nav-item {
    width: 50%;
    margin-top: 1rem;
  }
}

.product__detail-content .the_content {
  padding: 3rem;
  border: 1px solid #eeeeee;
  border-radius: 8px;
}

@media (max-width: 991px) {
  .product__detail-content .the_content {
    padding: 2rem;
  }
}

.footer_desc .viewmore,
.archive__product-content .viewmore,
.product__detail-content .viewmore {
  /*display: none;*/
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer_desc .viewmore,
.archive__product-content .viewmore span,
.product__detail-content .viewmore span {
  display: inline-block;
  padding: 6px 1.5rem;
  background-color: var(--primary-color);
  border-radius: 6px;
  color: #fff;
  cursor: poPoppins;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.footer_desc .viewmore span:hover,
.archive__product-content .viewmore span:hover,
.product__detail-content .viewmore span:hover {
  background-color: var(--primary-color-hover);
}

.footer_desc .viewmore span:last-child,
.archive__product-content .viewmore span:last-child,
.product__detail-content .viewmore span:last-child {
  display: none;
}

.footer_desc .viewmore {
  display: none;
}

.footer_desc .the_content,
.archive__product-content .the_content,
.product__detail-content .the_content {
  max-height: 280px;
  overflow: hidden;
}

.footer_desc .the_content.show,
.archive__product-content .the_content.show,
.product__detail-content .the_content.show {
  max-height: 100%;
  overflow: visible;
}

.product-policy {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  font-size: 2rem;
  color: #666666;
}

.product-policy img {
  flex-basis: 0;
}

.woocommerce .woocommerce-ordering select {
  border: none;
  background: transparent;
}

.woocommerce .woocommerce-ordering select option {
  background: transparent;
  color: #333;
}

.woocommerce .woocommerce-ordering:hover select {
  background: transparent;
}

.woocommerce-ordering {
  margin: 0;
}

.widget_layered_nav h2.widget-title {
  cursor: poPoppins;
  position: relative;
  padding-right: 20px;
}

.widget_layered_nav h2.widget-title::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: translateY(-75%) rotate(45deg);
  transition: transform 0.3s ease;
}

.widget_layered_nav h2.widget-title.collapsed::after {
  transform: translateY(-25%) rotate(-45deg);
}

.widget_layered_nav ul.woocommerce-widget-layered-nav-list {
  overflow: hidden;
  transition: 0.3s ease;
  max-height: 145px;
  overflow-y: auto;
}

.widget_layered_nav ul.woocommerce-widget-layered-nav-list.collapsed {
  max-height: 0;
}

.lienhe {
  padding: 30px 30px 30px 30px !important;
  background-color: #e3e3e300 !important;
  background-image: url('https://kenperfume.kmar.dev/wp-content/uploads/2024/07/Frame-1-1.png') !important;
  border-radius: 15px 15px 15px 15px !important;
  border-style: none !important;
}

@media only screen and (max-width: 767px) {
  .product-policy img {
    max-width: 35px;
  }
}

.block__fitwith {
  margin-bottom: 6rem;
}

.block__fitwith .col:not(:last-child) {
  border-right: 1px solid #eeeeee;
}

.block__fitwith .col svg {
  height: 6rem;
}

.block__fitwith .bar_wrapper {
  width: 80px;
  height: 8px;
  border-radius: 8px;
  background-color: #dadada;
}

.block__fitwith .bar_wrapper .bar_percent {
  border-radius: 8px;
}

.block__fitwith .bar_wrapper .bar_percent.wPoppins {
  background-color: #a3ccee;
}

.block__fitwith .bar_wrapper .bar_percent.spring {
  background-color: #43b16f;
}

.block__fitwith .bar_wrapper .bar_percent.summer {
  background-color: #f39200;
}

.block__fitwith .bar_wrapper .bar_percent.autumn {
  background-color: #be8858;
}

.block__fitwith .bar_wrapper .bar_percent.day {
  background-color: #ede6b9;
}

.block__fitwith .bar_wrapper .bar_percent.night {
  background-color: #5c676d;
}

.block__point svg {
  height: 6rem;
}

.block__point-item {
  margin-bottom: 1rem;
}

.block__point-item .bar_wrapper {
  width: 100%;
  height: 12px;
  border-radius: 8px;
  background-color: #eeeeee;
}

.block__point-item .bar_wrapper .bar_percent {
  border-radius: 8px;
  background-color: var(--primary-color);
}

@media only screen and (min-width: 1200px) {
  .product__brand {
    padding-left: 4rem;
    border-left: 1px solid #eeeeee;
  }
}

.leodigi-watchcss::after {
  content: 'flickity';
  display: none;
}

@media only screen and (min-width: 992px) {
  .leodigi-watchcss::after {
    content: '';
  }
}

@media (max-width: 991px) {
  .product__brand-list {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.product__brand .product__item {
  width: 100%;
}

@media (max-width: 991px) and (min-width: 768px) {
  .product__brand .product__item {
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.home-search-wrapper {
  position: absolute;
  z-index: 9;
  width: 100%;
  left: 0;
  background-color: #fff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2509803922);
  transform: scale(1, 0);
  transform-origin: top left;
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  popoppins-events: none;
}

.home-search-wrapper.active {
  transform: scale(1, 1);
  visibility: visible;
  opacity: 1;
  z-index: 10;
  popoppins-events: auto;
  width: 540px;
}

.search-suggest li {
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='21' viewBox='0 0 11 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 9H5.8L9 0.5H3.5L0.5 11H4.8L2.5 20.5L10.5 9Z' fill='%23FFC107'/%3E%3C/svg%3E%0A");
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.search-category-item {
  background-color: #eeeeee;
}

.search-category-item img {
  border-radius: 4px;
  object-fit: contain;
  width: 55px;
}

.search-category-item a {
  font-size: 12px;
}

.result-product .product-item {
  margin-bottom: 1rem;
  border-radius: 4px;
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

.result-product .product-item:hover {
  background-color: #eeeeee;
}

.result-product .product-item:hover .title {
  color: var(--primary-color);
}

.result-product .product-item .img {
  width: 50px;
  height: 50px;
}

.result-product .product-item .desc {
  flex: 1;
  margin-left: 1.5rem;
}

.result-product .product-item .price > del {
  color: var(--text-gray);
}

.result-product .product-item .price > del bdi {
  font-weight: 400;
}

.result-product .product-item .price ins {
  text-decoration: none;
}

.result-product .product-item .price > ins bdi,
.result-product .product-item .price > .amount bdi {
  color: var(--primary-color);
  font-weight: 700;
}

.dot-spinner {
  --uib-size: 2.8rem;
  --uib-speed: 0.9s;
  --uib-color: #50fcce;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: var(--uib-size);
  width: var(--uib-size);
  display: none;
}

.dot-spinner__dot {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}

.dot-spinner__dot::before {
  content: '';
  height: 20%;
  width: 20%;
  border-radius: 50%;
  background-color: var(--uib-color);
  transform: scale(0);
  opacity: 0.5;
  animation: pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
  box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
}

.dot-spinner__dot:nth-child(2) {
  transform: rotate(45deg);
}

.dot-spinner__dot:nth-child(2)::before {
  animation-delay: calc(var(--uib-speed) * -0.875);
}

.dot-spinner__dot:nth-child(3) {
  transform: rotate(90deg);
}

.dot-spinner__dot:nth-child(3)::before {
  animation-delay: calc(var(--uib-speed) * -0.75);
}

.dot-spinner__dot:nth-child(4) {
  transform: rotate(135deg);
}

.dot-spinner__dot:nth-child(4)::before {
  animation-delay: calc(var(--uib-speed) * -0.625);
}

.dot-spinner__dot:nth-child(5) {
  transform: rotate(180deg);
}

.dot-spinner__dot:nth-child(5)::before {
  animation-delay: calc(var(--uib-speed) * -0.5);
}

.dot-spinner__dot:nth-child(6) {
  transform: rotate(225deg);
}

.dot-spinner__dot:nth-child(6)::before {
  animation-delay: calc(var(--uib-speed) * -0.375);
}

.dot-spinner__dot:nth-child(7) {
  transform: rotate(270deg);
}

.dot-spinner__dot:nth-child(7)::before {
  animation-delay: calc(var(--uib-speed) * -0.25);
}

.dot-spinner__dot:nth-child(8) {
  transform: rotate(315deg);
}

.dot-spinner__dot:nth-child(8)::before {
  animation-delay: calc(var(--uib-speed) * -0.125);
}

@keyframes pulse0112 {
  0%,
  100% {
    transform: scale(0);
    opacity: 0.5;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }
}

@media only screen and (min-width: 992px) {
  .filter__product {
    padding-right: 4rem;
  }
}

.filter__product-title {
  color: #666666;
  border-bottom: 1px solid #eeeeee;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.filter__product-title svg {
  margin-right: 5px;
}

.filter__product .widget-title {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.filter__product .widget:not(.widget_rating_filter) {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #eeeeee;
}

.filter__product ul {
  max-height: 15rem;
  overflow-y: auto;
}

.filter__product ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.filter__product ul li.chosen {
  color: var(--primary-color);
  font-weight: 400;
}

.filter__product ul li.chosen a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%239c1921' class='bi bi-check-lg' viewBox='0 0 16 16'%3E%3Cpath d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425z'/%3E%3C/svg%3E");
  border-color: var(--primary-color);
}

.filter__product ul li a {
  position: relative;
  padding-left: 2.5rem !important;
}

.filter__product ul li a::before {
  content: '' !important;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 4px;
  border: 1px solid var(--text-gray);
  position: absolute;
  content: '';
  left: 0;
}

.filter__product .price_label {
  font-size: 1.4rem;
  color: #666666;
  font-weight: 600;
  margin-bottom: 5px;
}

.filter__product .star-rating {
  color: var(--primary-color);
  font-size: 1.6rem;
}

.filter__product .star-rating::before {
  color: var(--primary-color);
}

.filter__product .price_slider_amount {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column-reverse;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: var(--primary-color);
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 1rem;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #999999;
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle::after {
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #eeeeee;
  border-radius: 50%;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #eeeeee;
}

.sort-by {
  padding: 1.2rem 1.5rem;
  justify-content: end;
  color: #666666;
}

.sort-by ul {
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.sort-by ul li {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  padding: 5px 1.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

.sort-by ul li.active,
.sort-by ul li:hover {
  color: #fff;
  background-color: #999999;
  border-color: #999999;
}

@media only screen and (min-width: 1200px) {
  .archive__product {
    margin-top: 3rem;
  }
}

.archive__product-content {
  margin-bottom: 5rem;
}

@media (max-width: 1199px) {
  .filter__product {
    position: fixed;
    width: 90%;
    height: 100%;
    max-width: 400px;
    top: 0;
    right: 0;
    background-color: #fff;
    padding: 3rem 2rem;
    box-shadow: 1px 2px 4px #ccc;
    max-height: 100%;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    popoppins-events: none;
    transform: translateX(100%);
    -webkit-transition: 0.4s ease-out 0s;
    -moz-transition: 0.4s ease-out 0s;
    -ms-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
  }

  .filter__product.active {
    opacity: 1;
    visibility: visible;
    popoppins-events: auto;
    transform: translateX(0);
    z-index: 100;
  }

  .filter__product .close_filter {
    top: 2rem;
    right: 2rem;
  }
}

.modal-quickview .quickview-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal-quickview .dot-spinner {
  width: 6rem;
}

.modal-quickview .modal-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  min-height: 40rem;
}

.modal-quickview th.label {
  padding-right: 15px;
}

@media only screen and (min-width: 1200px) {
  .modal-quickview .modal-body {
    min-height: 63rem;
  }
}

.modal-quickview .modal-body .product__detail-info {
  width: 100%;
}

.modal-quickview .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
}

.modal-quickview .modal-body {
  padding: 3rem;
}

.wishlist-toggle svg path,
.popup-login-btn svg path {
  -webkit-transition: 0.2s ease-out 0s;
  -moz-transition: 0.2s ease-out 0s;
  -ms-transition: 0.2s ease-out 0s;
  -o-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
}

.wishlist-toggle[data-wishlist-status='liked'] svg path,
.wishlist-toggle:hover svg path,
.popup-login-btn[data-wishlist-status='liked'] svg path,
.popup-login-btn:hover svg path {
  fill: var(--primary-color);
  stroke: var(--primary-color);
}

.wishlist-toggle + .dot-spinner {
  width: 1.8rem;
  position: absolute;
  top: -1px;
  right: 4px;
}

@media (max-width: 767px) {
  .wishlist-toggle + .dot-spinner {
    top: 1px;
    right: 6px;
  }
}

.wishlist-toggle + .dot-spinner .dot-spinner__dot::before {
  height: 16%;
  width: 16%;
}

.overlay_loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}

.overlay_loading .dot-spinner {
  --uib-size: 6rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.block-tiktok .flickity-button {
  z-index: 999;
}

.block-tiktok .blockquote {
  max-width: 100% !important;
}

.woocommerce-cart .wc-block-cart-items__header th {
  font-size: 1.6rem;
}

.woocommerce-cart
  .wc-block-cart-item__product
  .wc-block-components-product-name {
  font-weight: 700;
  color: var(--primary-color);
  font-size: 1.6rem;
}

.woocommerce-cart .wc-block-components-product-metadata__description,
.woocommerce-cart .wc-block-cart-item__remove-link {
  font-size: 12px !important;
}

.woocommerce-cart
  .wc-block-cart__submit-container
  .wc-block-components-button:not(.is-link) {
  background-color: var(--primary-color);
  color: #fff;
  font-size: 1.6rem;
  text-transform: uppercase;
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

.woocommerce-cart
  .wc-block-cart__submit-container
  .wc-block-components-button:not(.is-link):hover {
  opacity: 0.9;
}

.woocommerce-cart .is-large.wc-block-cart .wc-block-cart__totals-title {
  font-size: 1.6rem;
}

.woocommerce-checkout .wc-block-components-button:not(.is-link) {
  background-color: var(--primary-color);
  color: #fff;
  font-size: 1.6rem;
  text-transform: uppercase;
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

.woocommerce-checkout .wc-block-components-button:not(.is-link):hover {
  opacity: 0.9;
}

.wc-block-cart-item__total .wc-block-components-product-price {
  font-weight: 700;
  font-size: 1.6rem;
  color: var(--primary-color);
}

.wc-block-cart-item__prices .wc-block-components-product-price__value {
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--primary-color);
}

.wc-block-cart-item__prices .wc-block-components-product-price__regular {
  color: var(--text-gray);
}

.woocommerce-Price-currencySymbol {
  font-size: 1.4rem;
  padding-left: 3px;
}

.post__item-img a {
  border-radius: 4px;
}

.title_search {
  font-size: 14px;
  color: #666666;
}

.title_search .search-keyword {
  color: var(--text-color);
}

.list_social img {
  max-width: 40px;
}

.product-rate {
  color: #888888;
  font-size: 1.4rem;
}

.product-rate span {
  padding: 2px 8px 3px 8px;
}

.product-rate svg {
  margin-left: 3px;
}

.touch-target {
  display: inline-block;
  margin: 5px 0;
  text-align: center;
  box-sizing: border-box;
}

@media only screen and (min-width: 1200px) {
  .col_8 {
    width: 12.5%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.tiktok_item .c-img {
  padding-top: 150%;
  border-radius: 6px;
}

.tiktok_item-iframe {
  display: none;
}

#modalTiktok .tiktok_item-iframe {
  display: block;
}

.tiktok_item-title {
  font-weight: 600;
  margin-top: 5px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*archive*/
.heading-title {
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 3rem;
  line-height: 1.1;
  font-family: 'Poppins';
  font-size: 2.8rem;
}

.post__item {
  margin-bottom: 3rem;
}

.post__item-content {
  margin-top: 1.8rem;
}

.post__item-content .title {
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.post__item-content .title a {
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.post__item-content .desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.post__item-content .btn-no-bg {
  margin-top: 1rem;
}

.post__item-content .btn-no-bg {
  display: inline-block;
  color: #9c1a1f;
  font-weight: 700;
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
  border-radius: 2rem;
  padding-top: 8px;
  padding-bottom: 8px;
}

.post__item-content .btn-no-bg svg {
  margin-left: 5px;
}

.post__item-content .btn-no-bg:hover svg path {
  fill: #fff;
}

.post__item-content .btn-no-bg:hover {
  padding: 8px 2rem;
  color: #fff;
  background-color: #9c1a1f;
}

.post__item-content .btn-no-bg {
  margin-top: 2.6rem;
}

.post__related {
  padding: 6rem 0;
}

.post__related-title {
  font-size: 2rem;
  margin-bottom: 3rem;
  color: var(--primary-color);
}

.post__related-list:not(.flickity-enabled) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.post__related-list {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.post__related-list .cell-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.post__item-img .c-img {
  padding-top: 66%;
  border-radius: 8px;
}

.c-img {
  position: relative;
  width: 100%;
  display: block;
  padding-top: 70%;
}

.scale-hover {
  display: block;
  overflow: hidden;
  width: 100%;
}

.scale-hover img {
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

.single .content.ws-sgct {
  font-size: 16px;
  line-height: 1.5;
}

.page-template-brand .brand_single .slider_item.slider {
  width: 100%;
}

.color-primary {
  color: var(--primary-color);
}

.page-template-thongtin .section-space {
  padding-top: 0;
}

.list-page {
  font-size: 1.5rem;
}

.list-page h2 {
  padding: 5px 0;
}

.list-page ul {
  list-style: circle;
  padding-left: 2rem;
  line-height: 25px;
}

section.footer_desc {
  line-height: 25px;
}

.block__product .flickity-button.previous {
  left: 0;
}

.block__product .flickity-button.next {
  right: 5rem;
}

.block__news .flickity-button.previous {
  left: 0;
}

.block-tiktok .flickity-button.previous {
  left: 0;
}

.block-tiktok .flickity-prev-next-button {
  top: 46%;
}

.block__news .flickity-prev-next-button {
  top: 25%;
}

.home .post__item-content .title.color-primary {
  color: #000;
  font-size: 1.5rem;
  font-weight: 400 !important;
}

.home .post__item-content .desc {
  display: none;
}

.home .post__item-content .btn-no-bg {
  display: none;
}

.post__item-content .time {
  display: none;
}

.home .post__item-content .time {
  display: block;
}

.home-search-result .view-more-products {
  text-align: center;
  color: #50fcce;
  font-size: 15px;
}

.footer_menu-bottom .footer__content a:last-child span {
  display: none;
}

.footer__content a span {
  padding: 0 3px;
}

.result-product .view-more {
  text-align: center;
  font-weight: 400;
  color: #50fcce;
}

.header__top img {
  width: 100vw;
  height: 70px;
  object-fit: cover;
}

.webform-wrapper {
  max-width: 380px;
  margin: 0 auto;
}

.webform-wrapper
  .wpforms-container-full
  .wpforms-form
  .wpforms-submit-container {
  float: right;
  margin-top: -58px;
  z-index: 9;
  position: relative;
}

.webform-wrapper input#wpforms-69859-field_1 {
  border-radius: 50px;
}

.webform-wrapper
  div.wpforms-container-full
  .wpforms-form
  button[type='submit'] {
  padding: 8.5px 15px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.header__main-menu ul li a {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #054040;
}
.header__main-menu-mobile ul {
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.header__main-menu-mobile ul li {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  padding: 5px 0.5rem;
  white-space: nowrap;
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

.woocommerce-cart a.checkout-button.button.alt.wc-forward {
  line-height: 10px;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  height: 40px;
  font-size: 15px;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-checkout .select2-container .select2-selection--single {
  height: 40px;
}

.woocommerce-checkout
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 40px;
  font-size: 15px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
  border: 1px solid #ced4da;
}

.woocommerce-checkout
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-top: 5px;
}

.woocommerce-checkout section.woocommerce-bacs-bank-details {
  display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
}

.woocommerce-account .woocommerce::after {
  content: '';
  display: table;
  clear: both;
}

.woocommerce-MyAccount-content table,
.woocommerce-MyAccount-content .u-column1.col-1 {
  width: 100%;
}

.woocommerce-MyAccount-content table thead {
  background: #50fcce;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.woocommerce-MyAccount-content table td,
.woocommerce-MyAccount-content table th {
  padding: 10px;
  border: 1px dashed;
}

.woocommerce-MyAccount-content .woocommerce-form-row label {
  margin-bottom: 10px;
  margin-top: 10px;
}

.woocommerce .woocommerce-cart-form input {
  border: none;
  font-size: 1.5rem;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  color: #fff;
  background: #50fcce;
}

.wc-block-grid__product
  .wc-block-grid__product-image:not(.wc-block-components-product-image),
.wc-block-grid__product .wc-block-grid__product-title {
  color: #50fcce;
}

/*
.label-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.attribute-label {
  padding: 5px 10px;
  border: 1px solid #ddd;
  cursor: poPoppins;
  border-radius: 4px;
}

.attribute-label.selected {
  background-color: #f0f0f0;
  font-weight: bold;
}*/
.list-hotro {
  background: #f1f1f5;
  -webkit-box-shadow: 0px 4px 4px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 4px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px -3px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-radius: 3px;
  padding: 20px;
}

.list-hotro h2 {
  font-size: 20px;
}

.list-hotro ul {
  list-style: circle;
  margin-left: 15px;
}

.equal-height-columns {
  display: flex;
  flex-wrap: wrap;
}

.equal-height-columns > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.equal-height-columns > [class*='col-'] > * {
  flex-grow: 1;
}

#upsell_product_search {
  width: 100%;
  margin-bottom: 10px;
}

select#upsell_products,
#upsell_products {
  width: 100%;
  min-height: 100px;
}

/* Wrapper cho toàn bộ metabox */
#product_combo_metabox .inside {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* Phần Search Upsell Products */
.upsell-products-section {
  flex: 1 1 100%;
  margin-bottom: 20px;
}

.upsell-products-section label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

#upsell_product_search {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
}

#upsell_products {
  width: 100%;
  min-height: 100px;
  padding: 8px;
}

/* Phần Discount Percentage */
.discount-section {
  flex: 1 1 calc(50% - 10px);
}

.discount-section label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

#upsell_discount {
  width: 100%;
  padding: 8px;
}

/* Phần Countdown */
.countdown-section {
  flex: 1 1 calc(50% - 10px);
}

.countdown-section label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

#countdown_type,
#countdown_end_date {
  width: 100%;
  padding: 8px;
}

.bg-article {
  background: linear-gradient(
    to bottom,
    rgba(255 255 255 / 0),
    rgba(255 255 255 / 62.5),
    rgba(255 255 255 / 1)
  );
  bottom: 15px;
  height: 105px;
  left: 0;
  position: absolute;
  width: 100%;
}

#tiktokEmbedContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
}

#tiktokEmbedContainer iframe {
  max-width: 100%;
}

.search-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1rem;
}

.search-category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: #f5f5f5;
  transition: background-color 0.3s;
}

.search-category-item:hover {
  background-color: #e0e0e0;
}

.search-category-item img {
  margin-bottom: 0.5rem;
  border-radius: 50%;
}

.search-category-item span {
  text-align: center;
  font-weight: bold;
}

body.home .woocommerce-Price-currencySymbol,
body.tax-product_cat .woocommerce-Price-currencySymbol {
  display: none;
}

.woocommerce-cart button.quantity-plus,
.woocommerce-cart button.quantity-minus,
p.woocommerce-shipping-destination {
  display: none;
}

.slg {
  text-align: left;
  margin-top: -10px;
}

.author-info {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 5px;
}

.author-avatar img {
  border-radius: 50%;
  margin-right: 20px;
}

.author-details {
  padding-left: 2rem;
}

.author-name {
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.author-social-links {
  margin-top: 10px;
}

.author-social-links a {
  margin-right: 10px;
}

.author-social-links svg path {
  fill: #0f1416;
}

.single-product .variations td.value {
  padding-left: 10px;
}

.variations select {
  padding: 5px;
}

.woocommerce-cart .valid-coupons {
  margin-top: 20px;
  text-align: left;
}

.woocommerce-cart .valid-coupons h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.woocommerce-cart .valid-coupons ul {
  list-style-type: none;
  padding-left: 0;
}

.woocommerce-cart .valid-coupons li {
  margin-bottom: 5px;
  margin-right: 10px;
  max-width: 300px;
  padding: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  float: left;
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  width: 100%;
}

.apply-coupon-btn {
  background-color: #50fcce;
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 4px;
  cursor: poPoppins;
  margin-top: 10px;
}

.apply-coupon-btn:hover {
  background-color: #054040;
}

.valid-coupons ul {
  list-style: none;
  padding: 0;
}

.valid-coupons li {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

ul.listmgg {
  max-height: 350px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

ul.listmgg::-webkit-scrollbar {
  width: 8px;
}

ul.listmgg::-webkit-scrollbar-track {
  background: #f1f1f1;
}

ul.listmgg::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

/*variation*/
.variation-radio-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0;
}

.radio-option {
  position: relative;
}

.radio-option input[type='radio'] {
  position: absolute;
  opacity: 0;
}

.radio-option label {
  display: block;
  padding: 8px 15px;
  background: #ffffff;
  border: 2px solid #ddd;
  border-radius: 4px;
  cursor: poPoppins;
  transition: all 0.3s;
}

.radio-option input[type='radio']:checked + label {
  background: #000000;
  color: white;
  border-color: #000000;
}

.radio-option label:hover {
  border-color: #000000;
}

.woocommerce-variation-price {
  margin: 10px 0;
  font-weight: bold;
}

.reset_variations {
  display: none !important;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #50fcce;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #50fcce;
}

.products.loading {
  opacity: 0.5;
  position: relative;
}

.products.loading .loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #333;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Responsive design */
@media (max-width: 991px) {
  .equal-height-columns {
    display: block;
  }

  .equal-height-columns > [class*='col-'] {
    display: block;
  }
}

@media (max-width: 1600px) {
  .container {
    max-width: 1380px;
  }

  .block__product .flickity-button.previous {
    left: 0;
  }

  .block__product .flickity-button.next {
    right: 5rem;
  }
}

@media (max-width: 1280px) {
  .header__main-logo img {
    max-width: 15rem;
  }

  .header__main-search {
    width: 32%;
    margin-bottom: 0;
  }

  .header__main-info .info-item {
    font-size: 12px;
  }
}
.product__new-wrapper a {
  padding-right: 60px;
}
.home .title-section {
  margin: 0;
}
.header__main.is-sticky,
section.header__main-mb.is-sticky {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 9;
}
@media (max-width: 767px) {
  .brand_banner .c-img {
    padding-top: 100%;
  }

  .header__main-search {
    max-width: 100%;
  }

  .header__main-search.active {
    position: fixed;
    top: 15%;
    right: 105%;
    width: 100%;
    height: auto;
    background-color: transparent;
    z-index: 99999;
    transform: translate(0);
    transition: 0.5s;
  }

  .header__main-search.active .sug a {
    color: #fff;
  }

  .home-search-wrapper.active {
    transform: scale(1, 1);
    visibility: visible;
    opacity: 1;
    z-index: 10;
    popoppins-events: auto;
    width: 100%;
    max-height: 600px;
    overflow-y: scroll;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: #50fcce #054040;
  }

  .home-search-wrapper.active::-webkit-scrollbar {
    width: 8px;
  }

  .home-search-wrapper.active::-webkit-scrollbar-track {
    background: #054040;
  }

  .home-search-wrapper.active::-webkit-scrollbar-thumb {
    background: #50fcce;
    border-radius: 4px;
  }

  .footer_menu-bottom .col-lg-3.col-md-6 {
    width: 100% !important;
  }

  .back-to-top {
    right: 5rem;
  }

  .selling__product.block__product .flickity-button.previous {
    left: 0rem;
  }

  .selling__product.block__product .flickity-button.next {
    right: 1rem;
  }

  .block__product .flickity-button.next {
    right: 1rem;
  }

  .block__product .flickity-button.previous {
    left: 1rem;
  }

  .top__search .product__item {
    border: 0;
    padding: 0;
  }

  .block__news .flickity-prev-next-button {
    top: 35%;
  }

  .brand_single .c-img {
    padding-top: 68%;
  }

  .footer_desc .viewmore {
    display: block;
  }

  .footer_desc .the_content {
    max-height: 150px;
  }

  .home__brand .flickity-viewport {
    max-height: 100% !important;
  }

  .brand_single {
    padding-right: 1px;
  }

  .discount-section,
  .countdown-section {
    flex: 1 1 100%;
  }
  .l-banner-content .row .content {
    padding-left: 0;
  }
  .l-banner-content .content h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .product-media-slider-c {
    padding-left: 20px;
  }
  .product__new-wrapper a {
    padding-right: 20px;
  }
  .product__item-name {
    font-size: 18px;
    line-height: 27px;
  }
  .product__item-price.has-variant .price > ins bdi,
  .product__item-price.has-variant .price > .amount bdi {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
  }
  .title-section h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .title-section {
    margin: 0 0;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .home__slider {
    .banner-text {
      font-size: 18px;
      line-height: 27px;
    }
    .banner-text h2 {
      font-size: 40px;
      line-height: 48px;
    }
  }
  .header__main-search.active .home-search {
    width: 380px;
  }
  .bar-menu {
    padding-left: 5px;
  }
  .header__main-woo {
    padding-right: 10px;
  }
  div#menu-mobile {
    z-index: 99999;
    position: relative;
  }
  #menu-mobile ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    transition: margin-left 0.3s;
    width: 100%;
  }
  #menu-mobile ul li {
    padding: 1rem 0;
    border-bottom: 1px solid #f2f2f2;
  }
  #menu-mobile ul li a {
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    color: #054040;
  }
  #menu-mobile .header__utility-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    transition: margin-left 0.3s;
    width: 100%;
    padding: 0 15px;
  }
  #menu-mobile .header__utility-menu a {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 14px;
    line-height: 1.6;
    text-decoration: none;
    color: #054040;
  }
  .m-h-mb-m {
    background: #d7fff2;
    padding: 5px 0;
    margin-top: -15px;
    box-shadow: 0px 15px 10px -20px #111;
  }
  #menu-mobile ul li:last-child {
    border-bottom: 0;
  }
}

.modal-quickview .product-info-price.mt-5.has-variant {
  display: none;
}
