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: pointer;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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: pointer;
  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;
}

button svg path {
  fill: #9C1A1F;
}

.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,
.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);
}

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

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

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

.gnws-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;
}

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

.gnws-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;
}

.gnws-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: 'Inter';
  src: url(../fonts/Inter-Regular.ttf);
  font-weight: 400;
}

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

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

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

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

@font-face {
  font-family: 'Philosopher';
  src: url(../fonts/Philosopher-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: #9C1A1F;
  --primary-color-hover: #F5C34B;
  --secondary-color: #F5C34B;
  --secondary-color-hover: #9C1A1F;
  --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: 'Inter';
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: var(--text-color);
}

.container {
  padding: 0 15px;
}

@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: 'Philosopher';
  font-weight: 700;
  font-size: 2.8rem;
}

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

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

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

.bg-secondary {
  background-color: var(--secondary-color) !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: #F5C34B;
}

.text-gray {
  color: var(--text-gray);
}

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

.text-xl {
  font-size: 24px;
}

.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: 500;
}

.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, .header__main {
  padding-top: 18px;
  background: #9C1A1F;
  color: #fff;
}

.header__main a {
  color: #fff;
}

.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;
}

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

@media only screen and (min-width: 1500px) {
  .header__main-search {
    max-width: 49.8rem;
    margin-bottom: 0;
  }
}

.header__main-search form {
  border-radius: 100px;
  border: 1px solid #F5C34B;
  padding: 0;
  background-color: #fff;
}

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

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

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

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

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

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

.header__main-info img,
.header__main-woo img {
  max-height: 40px;
}

.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: 18px;
  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;
  }
  .header__main-woo svg path {
    fill: #fff;
}
}

@media only screen and (min-width: 1200px) {
  .header__main-menu {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    margin-top: 1.6rem;
    border-top: 1px solid #eeeeee;
  }

  .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: #F5C34B;
  }

  .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: capitalize;
    position: relative;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
  }

  .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.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: var(--primary-color);
    max-height: 60vh;
    pointer-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: pointer;
  }

  .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;
    pointer-events: auto;
  }
}

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

.header-login {
  cursor: pointer;
}

.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__top-content {
      margin-top: 3rem;
    padding: 2.7rem 3rem;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}
.info-footer .info-item {
    margin-top: 2rem;
    color: #333;
}
.info-footer .info-item img {
    max-width: 32px;
    max-height: 30px;
}
@media only screen and (max-width: 767px) {
  .footer__top-content {
    padding: 3rem 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .footer__top-icon {
    width: 4rem;
    height: 4rem;
  }
}

@media only screen and (max-width: 991px) {
  .footer__top-icon {
    width: 6rem;
    height: 6rem;
  }
}

.footer_menu-content {
  padding: 2.7rem 3rem;
    background-color: #EAEAEA;
    color: #8C8C8C;
}

.footer_menu-bottom {
  margin-top: 3.5rem;
}

@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='%23666666' 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='%23666666' 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: inline-block;
  content: url("data:image/svg+xml,%3Csvg width='20' height='30' viewBox='0 0 22 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.1243 0C20.4634 0 20.8112 0.133864 21.0714 0.395337C21.5931 0.917031 21.5931 1.76901 21.0714 2.2907L3.23369 20.1359L20.8112 37.7134C21.3329 38.2351 21.3329 39.087 20.8112 39.6087C20.2895 40.1304 19.4375 40.1304 18.9158 39.6087L0.391271 21.0842C-0.130424 20.5625 -0.130424 19.7105 0.391271 19.1888L19.176 0.395337C19.4362 0.135115 19.7853 0 20.1243 0Z' fill='%23666666'/%3E%3C/svg%3E%0A");
}

@media only screen and (min-width: 992px) {
  .flickity-button.previous::before {
    content: url("data:image/svg+xml,%3Csvg width='22' height='40' viewBox='0 0 22 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.1243 0C20.4634 0 20.8112 0.133864 21.0714 0.395337C21.5931 0.917031 21.5931 1.76901 21.0714 2.2907L3.23369 20.1359L20.8112 37.7134C21.3329 38.2351 21.3329 39.087 20.8112 39.6087C20.2895 40.1304 19.4375 40.1304 18.9158 39.6087L0.391271 21.0842C-0.130424 20.5625 -0.130424 19.7105 0.391271 19.1888L19.176 0.395337C19.4362 0.135115 19.7853 0 20.1243 0Z' fill='%23666666'/%3E%3C/svg%3E%0A");
  }
}

.flickity-button.next::before {
  display: inline-block;
  content: url("data:image/svg+xml,%3Csvg width='20' height='30' viewBox='0 0 22 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.63056 40C1.29152 40 0.943724 39.8661 0.6835 39.6047C0.161806 39.083 0.161806 38.231 0.6835 37.7093L18.5212 19.8641L0.943723 2.28663C0.422029 1.76494 0.422029 0.912962 0.943723 0.391268C1.46542 -0.130426 2.31739 -0.130426 2.83909 0.391268L21.3636 18.9158C21.8853 19.4375 21.8853 20.2895 21.3636 20.8112L2.57886 39.6047C2.31864 39.8649 1.9696 40 1.63056 40Z' fill='%23666666'/%3E%3C/svg%3E%0A");
}

@media only screen and (min-width: 992px) {
  .flickity-button.next::before {
    content: url("data:image/svg+xml,%3Csvg width='22' height='40' viewBox='0 0 22 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.63056 40C1.29152 40 0.943724 39.8661 0.6835 39.6047C0.161806 39.083 0.161806 38.231 0.6835 37.7093L18.5212 19.8641L0.943723 2.28663C0.422029 1.76494 0.422029 0.912962 0.943723 0.391268C1.46542 -0.130426 2.31739 -0.130426 2.83909 0.391268L21.3636 18.9158C21.8853 19.4375 21.8853 20.2895 21.3636 20.8112L2.57886 39.6047C2.31864 39.8649 1.9696 40 1.63056 40Z' fill='%23666666'/%3E%3C/svg%3E%0A");
  }
}

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

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

.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-weight: 600;
  color: #666666;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.carousel-wrapper .product__item-price:not(.has-variant) .price {
  justify-content: center;
    flex-direction: unset;
}
.carousel-wrapper .product__item-price:not(.has-variant) .price>ins bdi, .carousel-wrapper .product__item-price:not(.has-variant) .price>.amount bdi {
  font-size: 14px;
}
.single-product .carousel-wrapper .price del {

  font-size: 14px;
}
.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: 500;
}

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

.product__item-price .price>ins bdi,
.product__item-price .price>.amount bdi {
  color: var(--primary-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;
}

@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: pointer;
}

.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: pointer;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  pointer-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;
  pointer-events: all;
}

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

.gini-carousel .gini-item {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

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

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

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

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

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

.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: 500;
  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;
}

@media only screen and (min-width: 992px) {
  .top__search .product-list {
    margin-left: -2rem;
    margin-right: 0;
  }
}

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

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

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

.top__search .product__item {
  border: 1px solid #D7D7D7;
  border-radius: 6px;
  height: 100%;
  padding: 1.8rem 2rem;
}

.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: 0;
  }
}

.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 .gini-item {
    width: 26.7%;
  }
}

.block__news .gini-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;
  pointer-events: none;
  z-index: 9;
  border-radius: 8px;
}

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

.product-availability .stock-status {
  font-size: 12px;
}



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



.product-availability .stock-status.out-of-stock {
  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: 500;
}

.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: #9c1921;
  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: 0;
  margin-right: 0;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.product-cart .quantity button {
  width: 35px;
  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;
}

.product-cart .quantity button.quantity-minus {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.product-cart .quantity button.quantity-plus {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media only screen and (min-width: 1200px) {

  .product-cart button.single_add_to_cart_button,
  .product-cart button.buy_now_button {
    min-width: 25rem;
  }
}

.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: #fff !important;
  color: var(--primary-color) !important;
}

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::after {
  width: 20px;
  height: 17px;
  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='%239C1921'/%3E%3C/svg%3E%0A");
}

.product-cart button.single_add_to_cart_button::before {
  background-color: var(--primary-color);
}

.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: 5rem;
}

.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 .gnws-quickbuy button.single_add_to_cart_button.loading:after {
  display: none;
}

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

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

.product-cart .gnws-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: 500;
  line-height: 1.2;
}

.product-hotline span {
  font-size: 2.5rem;
  display: inline-block;
  color: #22924E;
}

@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-cart button.buy_now_button {
    margin-left: 1rem;
  }
  .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 {
  position: relative;
  color: #000;
  border-bottom: 1px solid #D7D7D7 !important;
}

.product__detail-content .nav button.active::after,
.product__detail-content .nav a.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  /* độ dài gạch chân */
  height: 2px;
  background-color: #9C1921;
}

.quick2 {
  border: 1px solid #D7D7D7;
  padding: 5px 0;
  border-left: none;
  border-right: none;
}

.quick2 .product-thumbnail img {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
}

.quick2 button.buy_now_button {
  width: 90%;
}

@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: pointer;
  -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;
}

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

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

.ht-box {
  font-size: 16px;
  font-weight: bold;
  background: #EAEAEA;
  padding: 8px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.product-policy {
  border: 1px solid #D7D7D7;
  font-size: 14px;
  color: #333333;
  border-radius: 6px;
}

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

.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: pointer;
  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.winter {
  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);
}



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

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

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

.product__brand .product__item {
  width: 100%;
  border: 1px solid #D7D7D7;
  border-radius: 6px;
  padding: 10px;
}

@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;
  pointer-events: none;
}

.home-search-wrapper.active {
  transform: scale(1, 1);
  visibility: visible;
  opacity: 1;
  z-index: 10;
  pointer-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: 500;
}

.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: #9c1921;
  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: 500;
}

.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;
  border: 1px solid #eeeeee;
  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;
    pointer-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;
    pointer-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);
}

.product-meta {
  font-size: 14px;
}

.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: 4px 0px 3px;
}

.product-rate svg {
  margin-left: 0;
}

.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: 'Philosopher';
  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: 500;
  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: -5rem;
}

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

.block__news .flickity-button.previous {
  left: -4.55rem;
}

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

.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: 500 !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: #9c1921;
  font-size: 15px;
}

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

.footer__content a span {
  padding: 0 3px;
}
.footer__content .list_social a {
    position: relative;
    z-index: 1;
}
.footer__content .list_social svg {
    width: auto;
    height: 25px;
    fill: #8C8C8C;
    transition: fill 0.3s ease;
}

.footer__content .list_social svg path {
    fill: #8C8C8C !important;
    transition: fill 0.3s ease;
}

.footer__content .list_social a:hover svg,
.footer__content .list_social a:hover svg path {
    fill: #9c1921;
}
.result-product .view-more {
  text-align: center;
  font-weight: 500;
  color: #9c1921;
}

.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-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 .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: #9c1921;
  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: #9c1921;
}

.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: #9c1921;
}

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

.attribute-label {
  padding: 5px 10px;
  border: 1px solid #ddd;
  cursor: pointer;
  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: #9c1921;
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
}

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

.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: pointer;
  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: #9c1921;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #9c1921;
}

.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);
  }
}

.free-shipping-badge {
  max-width: 120px;
  margin: 10px 0 !important;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.single-product .has-variant .price {
  display: none;
}

.single-product .has-variant .woocommerce-variation-price .price, .single-product .carousel-wrapper .has-variant .price {
  display: block;
}

.single-product .price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.single-product .price del {
  order: 2;
  color: #888;
  font-size: 15px;
}

.single-product .price ins {
  order: 1;
  color: #9C1921;
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
}

.discount-percentage {
  background-color: #9C1921;
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.85em;
  font-weight: bold;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 768px) {
  header, .header__main {
    padding-top: 0;
  }
  .discount-percentage {
    font-size: 15px;
    padding: 2px 15px;
    margin-left: 5px;
  }
}

.single-product .discount-percentage {
  font-size: 15px;
  padding: 2px 15px;
  order: 3;
}

td.value input[type="radio"]:checked+label {
  background-color: var(--primary-color);
}

.coupon-popup-overlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.coupon-popup {
  max-width: 600px;
  margin: 80px auto;
  background: #fff;
  padding: 20px 30px;
  border-radius: 12px;
  position: relative;
  max-height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.coupon-popup h3 {
  margin-top: 0;
  font-size: 24px;
}

.close-popup {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 28px;
  cursor: pointer;
}

.coupon-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  max-height: 70vh;
  padding-right: 10px;
}

.coupon-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.coupon-left {
  flex: 1;
}

.coupon-code {
  font-size: 18px;
  font-weight: bold;
}

.coupon-desc,
.coupon-expiry {
  margin: 5px 0;
  color: #555;
  font-size: 14px;
}

.coupon-right {
  margin-left: 20px;
}

.apply-coupon-btn {
  background: #9C1A1F;
  color: white;
  padding: 8px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.expired {
  opacity: 0.4;
}

.expired-label {
  color: red;
  font-weight: normal;
  font-size: 14px;
}

.btn-chon-ma {
  color: #9C1A1F;
  padding: 10px 0;
  font-size: 16px;
}

/**button slider**/
.pleo .carousel-wrapper {
  position: relative;
}

/* Container chứa cả dots và arrows ở góc phải trên */
.pleo .flickity-nav-container {
  position: absolute;
  top: -60px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 10;
}

/* Di chuyển dots lên trên bên phải */
.pleo .flickity-page-dots {
  position: absolute;
  right: 115px;
  top: -60px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 15;
}

.pleo .flickity-page-dots .dot {
  width: 8px;
  height: 8px;
  margin: 0;
  border-radius: 50%;
  background-color: #ddd;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
}

.pleo .flickity-page-dots .dot:hover {
  background-color: #bbb;
}

.pleo .flickity-page-dots .dot.is-selected {
  background-color: #333;
}

/* Tùy chỉnh nút mũi tên - di chuyển lên trên bên phải */
.pleo .flickity-button {
  position: absolute;
  top: -60px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.pleo .flickity-button:hover {
  background-color: #f5f5f5;
  border-color: #ccc;
}

.pleo .flickity-button.previous {
  right: 70px; /* Điều chỉnh khoảng cách để căn chỉnh tốt hơn */
}

.pleo .flickity-button.next {
  right: 10px;
}

.pleo .flickity-button svg {
  width: 14px;
  height: 14px;
  fill: #333;
}

.pleo .flickity-button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/* Loại bỏ các quy tắc xung đột */
.pleo.block__product .flickity-button.previous {
  left: auto; /* Loại bỏ left để tránh xung đột */
}

.pleo.block__product .flickity-button.next {
  right: 10px; /* Giữ nguyên right để tránh xung đột */
}

.pleo .flickity-button.next::before {
  content: url('https://kenperfume.com/wp-content/uploads/2025/07/arrow-right.png');
}

.pleo .flickity-button.previous::before {
  content: url('https://kenperfume.com/wp-content/uploads/2025/07/arrow-left.png');
}

/* Đảm bảo có khoảng trống phía trên cho navigation */
.pleo .product__related {
  padding-top: 80px; /* Tăng padding-top để tránh chồng lấn */
}
/* Offcanvas Categories Menu */
.categories-offcanvas {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  max-width: 90vw;
  height: 100vh;
  z-index: 9999;
  background: #9C1A1F;
  box-shadow: 2px 0 10px rgba(0,0,0,0.1);
  overflow-y: auto;
  transition: transform 0.3s;
  transform: translateX(-100%);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.categories-offcanvas.open {
  display: block;
  transform: translateX(0);
}
#categories-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9998;
  background: rgba(0,0,0,0.3);
}
.categories-menu-list {
  list-style: none;
  padding: 0 16px 16px 16px;
  margin: 0;
}
.categories-menu-list li {
  padding: 10px 0;
}
.categories-menu-list li.menu-item-has-children > a {
  position: relative;
  padding-right: 28px;
}
.categories-menu-list li.menu-item-has-children > a::after {
  content: '\25BC'; /* ▼ */
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  font-size: 13px;
  transition: transform 0.2s;
}
.categories-menu-list li.menu-item-has-children.open > a::after {
  transform: translateY(-50%) rotate(0deg);
}
.categories-menu-list li .sub-menu {
  display: none;
  padding-left: 16px;
  background: none;
}
.categories-menu-list li.menu-item-has-children.open > .sub-menu {
  display: block;
}
.categories-menu-list li .sub-menu li a {
  font-size: 15px;
  color: #fff;
  opacity: 0.85;
  padding: 7px 0 7px 10px;
}
.categories-menu-list li .sub-menu li a:hover {
  opacity: 1;
  color: var(--primary-color, #F5C34B);
}
@media (max-width: 767px) {
  .categories-offcanvas { width: 90vw; }
  .header__main-menu { display: none !important; }
  #open-categories-menu { max-width: 80px !important; padding-left: 10px; }
}

@media (min-width: 768px) {
  .header__main-menu {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  #open-categories-menu {
    max-width: 40px;
    margin-right: 12px;
    margin-left: 0;
    padding-left: 0;
    vertical-align: middle;
    transition: filter 0.2s;
  }
  #open-categories-menu:hover {
    filter: brightness(1.1) drop-shadow(0 2px 6px rgba(0,0,0,0.08));
  }
  .categories-offcanvas {
    width: 400px;
    max-width: 95vw;
    font-size: 17px;
  }

}

#categories-overlay {
  z-index: 9998;
}
