/* Colors */
/* Font */
/* Functions */
.pagination {
  display: block;
  width: 100%;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li {
  color: #212529;
  margin-right: 8px;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li:hover a {
  color: #000;
}
.pagination ul li.active a {
  border-color: #000;
  background-color: #000;
  color: #fff;
  font-weight: 700;
}
.pagination ul li span,
.pagination ul li a {
  border: solid 1px #e4e4e4;
  background-color: #f4f4f4;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li a {
  color: #939393;
  font-size: 16px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 998;
}
#side-menu .backdrop {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  flex: 1;
  width: 100%;
  height: 100%;
}
#side-menu .content {
  padding: 80px 0 50px;
  width: 80%;
  background-color: #fff;
  box-shadow: -3px 0 10px 0 #00000026;
  margin-right: calc((50% + 56px) * -1);
  overflow-y: auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content.in {
  margin-right: 0;
}
#side-menu .content ul.menu {
  margin-bottom: 35px;
}
#side-menu .content ul.menu li.current-menu-item a {
  font-weight: 900;
}
#side-menu .content ul.menu li.opened.menu-item-has-children > a svg {
  transform: translateY(-50%) rotate(180deg);
}
#side-menu .content ul.menu li.opened > ul.sub-menu {
  max-height: 600px;
}
#side-menu .content ul.menu li.menu-item-has-children > a svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  padding: 8px;
  right: 4px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
}
#side-menu .content ul.menu li a {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  color: #212529;
  font-size: 14px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
#side-menu .content ul.menu li ul.sub-menu {
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content ul.menu li ul.sub-menu li a {
  background-color: #414042;
  color: #fff;
}
#side-menu .content ul.menu li ul.sub-menu li ul.sub-menu li a {
  background-color: #4d4c4e;
  border-bottom-color: #fff;
}
#side-menu .content ul.menu li ul.sub-menu li.menu-item-has-children > a svg {
  filter: invert(1);
}
#side-menu .content .lang-list li .name {
  margin-left: 10px;
}
#side-menu .content ul.social-menu {
  margin-bottom: 35px;
}
#side-menu .content ul.social-menu li {
  margin-right: 4px;
}
#side-menu .content ul.social-menu li:last-child {
  margin-right: 0;
}
#side-menu .content ul.social-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
#side-menu .content ul.social-menu li a svg {
  color: #212529;
}
#banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#banner .title-area {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 8px 0;
}
#banner .banner-title {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
}
.page-template-page--fragrances footer {
  background-color: #232323;
}
#post-detail .post-inner {
  padding: 80px 0 60px;
}
#post-detail .thumbnail-margin {
  margin-bottom: 20px;
}
#post-detail #blog-gallery {
  position: relative;
}
#post-detail #blog-gallery .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#post-detail #blog-gallery .owl-dots .owl-dot.active span {
  background-color: #000;
}
#post-detail .product-group-area {
  margin-bottom: 40px;
}
#post-detail .product-group-area .group-title {
  margin: 0 auto 40px;
  text-align: center;
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#post-detail .product-group-area .group-title::after {
  content: '';
  display: block;
  background-color: #212529;
  margin-top: 10px;
  width: 120%;
  height: 2px;
}
#post-detail.page-fragrances .post-inner {
  background-color: #232323;
  border-bottom: 1px solid #fff;
  padding-top: 0;
}
#post-detail.page-fragrances #fragrance-tab-groups {
  padding-top: 40px;
}
#post-detail.page-fragrances #fragrance-tab-groups.tab-system .tab-navs {
  margin-bottom: 10px;
}
#post-detail.page-fragrances #fragrance-tab-groups.tab-system .tab-navs .nav-item {
  color: #fff;
  opacity: 0.4;
}
#post-detail.page-fragrances #fragrance-tab-groups.tab-system .tab-navs .nav-item.active {
  color: #fff;
  opacity: 1;
}
#post-detail.page-fragrances .fragrance-slider {
  position: relative;
}
#post-detail.page-fragrances .fragrance-slider .slick-slide {
  height: auto;
}
#post-detail.page-fragrances .fragrance-slider .slick-slide img {
  display: block;
  width: 100%;
}
#post-detail.page-fragrances .fragrance-slider .slick-dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
#post-detail.page-fragrances .fragrance-slider .slick-dots li {
  cursor: pointer;
  margin: 5px;
}
#post-detail.page-fragrances .fragrance-slider .slick-dots li button {
  display: block;
  cursor: pointer;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #404042;
  text-indent: -9999px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#post-detail.page-fragrances .fragrance-slider .slick-dots li.slick-active button {
  background-color: #fff;
}
#post-detail .sertificate-card {
  display: block;
  margin-bottom: 40px;
}
#post-detail .sertificate-card .card-file {
  display: block;
  border: 1px solid #212529;
  padding: 8px;
  filter: blur(1px);
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#post-detail .sertificate-card .card-file img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#post-detail .sertificate-card .card-file:hover {
  filter: none;
}
#post-detail .sertificate-card .card-file:hover img {
  transform: scale(1.1);
}
#post-detail .sertificate-card .card-text-area {
  padding: 20px 0;
}
#post-detail .sertificate-card .card-text-area .card-title {
  margin-bottom: 12px;
}
#post-detail.product-single .post-inner {
  background-color: #e0e0e0;
}
#post-detail.product-single #product-gallery-slider {
  position: sticky;
}
#post-detail.product-single #product-gallery-slider #big {
  margin-bottom: 20px;
}
#post-detail.product-single #product-gallery-slider #big .slick-slide {
  height: max-content;
}
#post-detail.product-single #product-gallery-slider #big .big-item a {
  display: block;
}
#post-detail.product-single #product-gallery-slider #big .big-item a img {
  margin: 0 auto;
  height: auto;
}
#post-detail.product-single #product-gallery-slider #small .small-item {
  margin: 8px;
}
#post-detail.product-single #product-gallery-slider #small .small-item .color-box {
  cursor: pointer;
  width: 40px;
  height: 40px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#post-detail.product-single #product-gallery-slider #small .small-item .color-box:hover {
  opacity: 0.8;
}
#post-detail.product-single #product-gallery-slider #small .slick-list {
  display: flex;
  justify-content: center;
}
#post-detail.product-single #product-gallery-slider #small .slick-list .slick-track {
  display: flex;
  justify-content: center;
  transform: none !important;
}
#post-detail.product-single .post-meta-content {
  margin-top: 60px;
}
#post-detail.product-single .post-meta-content .meta-group {
  margin-bottom: 32px;
}
#post-detail.product-single .post-meta-content .meta-group .meta-group-title {
  margin-bottom: 20px;
  text-align: center;
}
#post-detail.product-single .post-meta-content .meta-group:last-child {
  margin: 0;
}
#post-detail.product-single .post-meta-content .meta-group .meta-item {
  display: block;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
#post-detail.product-single .post-meta-content .meta-group .meta-item .item-title {
  padding: 12px 0;
  text-align: center;
}
#post-detail.product-single .post-meta-content .meta-group .meta-item.video-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../imgs/360.png) no-repeat;
  background-color: rgba(0, 0, 0, 0.8);
  background-position: center;
  background-size: 50%;
  z-index: 1;
  pointer-events: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#post-detail.product-single .post-meta-content .meta-group .meta-item.video-item:hover::after {
  background-color: rgba(0, 0, 0, 0.6);
}
#post-detail .products-tds {
  margin-right: 10px;
}
#post-detail .products-tds .tds-title {
  white-space: nowrap;
}
#post-detail .link-buttons {
  margin-top: 20px;
}
#post-detail .link-buttons .link-button {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #000;
  padding: 12px 20px;
  border: 1px solid #000;
  width: max-content;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 12px;
  font-weight: 500;
}
#post-detail .link-buttons .link-button svg {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
#post-detail .link-buttons .link-button:hover {
  background-color: #000;
  color: #fff;
}
#post-detail.contact-page .contact-row {
  margin-bottom: 60px;
}
#post-detail.contact-page .contact-row .contact-page-form {
  background-color: #000;
  padding: 32px 24px 48px;
}
#post-detail.contact-page .contact-row .contact-page-form .form-text {
  color: #fff;
  margin-bottom: 24px;
}
#post-detail.contact-page .contact-row .contact-items .c-item .item-title {
  margin-bottom: 8px;
}
#post-detail.contact-page .contact-row .contact-items .c-item .item-text {
  display: block;
  font-weight: 500;
}
#post-detail.contact-page .contact-row .contact-items .c-item a.item-text {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#post-detail.contact-page .contact-row .contact-items .c-item a.item-text:hover {
  opacity: 0.6;
}
#post-detail.contact-page .company-title {
  margin-bottom: 24px;
  font-weight: 500;
}
#post-detail.contact-page .map-box {
  overflow: hidden;
}
#post-detail.contact-page .map-box iframe {
  width: 500%;
  margin-left: -200%;
  height: 400px;
}
#post-detail .post-content {
  font-size: 16px;
  font-family: 'Sweet Sans Pro', sans-serif;
  color: #212529;
}
#post-detail .post-content .has-text-align-center {
  text-align: center;
}
#post-detail .post-content table {
  border-collapse: collapse;
  max-width: 100%;
}
#post-detail .post-content tr {
  border: 1px solid #000;
}
#post-detail .post-content th,
#post-detail .post-content td {
  text-align: left;
  padding: 8px 12px;
  border: 1px solid #000;
}
#post-detail .post-content p,
#post-detail .post-content ul,
#post-detail .post-content ol {
  margin-bottom: 24px;
}
#post-detail .post-content h1 {
  font-size: 28px;
}
#post-detail .post-content h2 {
  font-size: 22px;
}
#post-detail .post-content h3 {
  font-size: 18px;
}
#post-detail .post-content h4,
#post-detail .post-content h5 {
  font-size: 16px;
}
#post-detail .post-content h1,
#post-detail .post-content h2,
#post-detail .post-content h3,
#post-detail .post-content h4 {
  margin-bottom: 12px;
  line-height: 1.2;
}
#post-detail .post-content ol {
  list-style: decimal!important;
  padding-left: 20px;
}
#post-detail .post-content ul {
  padding-left: 20px;
}
#post-detail .post-content ul li {
  list-style: disc;
}
#post-detail .post-content ol,
#post-detail .post-content ul {
  padding-left: 20px;
}
#post-detail .post-content ol li,
#post-detail .post-content ul li {
  margin-bottom: 4px;
}
#post-detail .post-content p img {
  margin-bottom: 20px;
}
#post-detail .post-content a {
  color: #000;
  font-weight: 600;
}
#post-detail .post-content img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  #banner .banner-title {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  #post-detail.contact-page .contact-row {
    margin-bottom: 40px;
  }
  #post-detail.contact-page .map-box iframe {
    height: 350px;
  }
  #post-detail .link-buttons .link-button {
    padding: 8px 16px;
  }
  #post-detail .post-inner {
    padding: 60px 0 40px;
  }
  #post-detail.page-fragrances .fragrance-slider {
    padding: 0;
  }
  #post-detail.page-fragrances .fragrance-slider .slick-slide img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }
  #post-detail.page-fragrances .fragrance-slider .slick-dots {
    padding: 0;
    margin-top: 20px;
    flex-direction: row;
    justify-content: center;
    transform: none;
    position: unset;
  }
  #banner .banner-title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  #post-detail.contact-page .map-box iframe {
    height: 300px;
  }
  #post-detail .post-content {
    font-size: 14px;
  }
  #post-detail .post-content p,
  #post-detail .post-content ul,
  #post-detail .post-content ol {
    margin-bottom: 20px;
  }
  #post-detail .post-content h1 {
    font-size: 24px;
  }
  #post-detail .post-content h2 {
    font-size: 20px;
  }
  #post-detail .post-content h3 {
    font-size: 16px;
  }
  #post-detail .post-content h4,
  #post-detail .post-content h5 {
    font-size: 14px;
  }
  #post-detail .post-content h1,
  #post-detail .post-content h2,
  #post-detail .post-content h3,
  #post-detail .post-content h4 {
    margin-bottom: 8px;
  }
  #post-detail.product-single #product-gallery-slider {
    margin-bottom: 40px;
  }
  #post-detail.page-fragrances #fragrance-tab-groups {
    padding-top: 60px;
  }
  #post-detail .link-buttons .link-button {
    padding: 6px 12px;
    font-size: 14px;
  }
  #banner .banner-title {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  #banner .banner-title {
    font-size: 24px;
  }
  #post-detail.page-fragrances #fragrance-tab-groups {
    padding-top: 40px;
  }
}
