/*!
Theme Name: Kmar Media
Theme URI: https://go.kmar.media/credit
Author: Thắng Nguyễn
Author URI: https://go.kmar.media/credit
Description: Thắng Nguyễn - Huy - Kmar Media
Version: 2.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: 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;
}

.error404 header:not(.header-active) .header::after {
  background: transparent;
}

.product__detail-info .info-item {
  align-items: center;
}

.product__detail-info .info-item .more-info p {
  margin-bottom: 0;
}

.offer-categories-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;
}

.offer-categories-list a.offer-category-item {
  color: var(--heading-color);
  font-family: 'Baskerville';
  font-size: 22px;
  margin-bottom: 2rem;
  margin-right: 2rem;
  margin-left: 2rem;
}

.offer-categories-list a.offer-category-item.active {
  color: var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
  padding-bottom: 0px;
}

.contact__map .block__wonder-image .content .desc {
  max-height: 100%;
}
.block__wonder .desc.desc-top ul {
  list-style: disc;
}
.swal2-popup {
  width: 51em !important;
  padding: 2.25em !important;
}
.swal2-styled.swal2-confirm {
  font-size: 1.5em !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}
.fancybox__container {
    z-index: 9999;
}
.header__left-language .language-switcher {
    display: none !important;
}
.sub-title.mb-4 {
    margin-top: -10px !important;
}