/*!
Theme Name: Kmar
Author: Kmar
Description: Start theme by Kmar
Version: 1.0.0
Text Domain: kmar
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/* Alignments
--------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}
.kmar-no_post_found {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.page__content a {
  color: #9c1921;
}
img.wp-image-18589.aligncenter {
  padding: 30px 0;
}
img.news-image.loaded.alignnone {
  padding: 30px 0;
}
.footer_menu-bottom .col-lg-3.col-md-6 {
  width: 20%;
}
/*
.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex {
  background-image: url(https://kenperfume.kmar.dev/wp-content/uploads/2024/07/Frame-1-1.png);
  padding: 60px;
  background-color: #e3e3e300;
  border-radius: 15px;
  border-style: none;
}
label.wpforms-field-label {
  color: #fff !important;
}*/
.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex {
  padding-top: 50px;
}
.detail__page h2.has-text-align-center {
  padding-top: 50px;
}
.page__banner-img.c-img {
  padding-top: 35%;
}
.page__banner-content .container {
  height: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page-template-page-contact .main-title {
  font-size: 5.1rem;
  font-weight: 500;
  text-shadow: 0 0 18px #000000;
}
.page__banner-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgb(64 93 101 / 0%) 0,
    rgb(0 0 0 / 58%) 100%
  );
}
.wp-container-core-columns-is-layout-2 h2.wp-block-heading {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: -10px;
}
.wp-container-core-columns-is-layout-2 p {
  margin-bottom: 2rem;
  font-size: 16px;
  line-height: 30px;
}
[data-wvstooltip]:before {
  display: none;
}
[data-wvstooltip]:after {
  display: none;
}
.doc-quyen .wc-block-grid__products .wc-block-grid__product-image img {
  min-height: 300px;
}
/* Custom Flickity Controls for Related Products Carousel */
.custom-flickity-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-bottom: 12px;
}
.flickity-prev,
.flickity-next {
  background: none;
  border: none;
  font-size: 28px;
  color: #142136;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.flickity-prev:hover,
.flickity-next:hover {
  color: #0a1120;
}
.flickity-prev::before {
  content: '\2190'; /* ← */
}
.flickity-next::before {
  content: '\2192'; /* → */
}
.flickity-dots {
  display: flex;
  gap: 15px;
}
.flickity-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #142136;
  opacity: 1;
  transition: opacity 0.2s, border 0.2s;
  cursor: pointer;
  border: 2px solid #142136;
  position: relative;
}
.flickity-dots .dot.is-selected {
  opacity: 1;
  border: 2px solid #142136;
}
.flickity-dots .dot.is-selected::after {
  content: '';
  position: absolute;
  left: -9px;
  top: -9px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #142136;
  box-sizing: border-box;
  pointer-events: none;
}
@media (max-width: 767px) {
  .footer_menu-bottom .col-lg-3.col-md-6 {
    width: 100%;
  }
}
