:root {
  --color-text-title: #ffead7;
  --color-custom-gray: #939598;
  --color-custom-orange: #f69d27;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Montserrat, sans-serif;
}

@font-face {
  font-family: 'Inter';
  src: url('../../fonts/Inter-Regular.ttf') format('ttf');
}

.card-item-hover:hover {
  background: unset !important;
}

.top-header.right-header #lang-desktop {
  position: relative;
  margin-right: 22px;
}

.button-map-block {
  text-transform: uppercase;
  font-family: Corbel, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.media-duration-card {
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  background-color: #000000;
  position: absolute;
  bottom: 4px;
  right: 6px;
  padding: 1px 2px;
}

.row-card-stories:hover .title-hover a,
.card-item-hover:hover .title-hover a {
  color: var(--color-custom-orange);
  transition: .5s;
  -webkit-transition: .5s;
}

.section-eye-stories .main-kvs .infor {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 41px 50px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.section-eye-stories .main-kvs .infor .ttl-kvs {
  -webkit-line-clamp: unset;
  overflow: unset;
  max-height: unset;
}

.section-eye-stories .main-kvs .infor p {
  max-width: 406px;
}

ul.pagination {
  display: flex;
  justify-content: center;
  padding-top: 30px;
  gap: 12px;
}

ul li.pager__item {
  display: flex;
  width: 41px;
  height: 41px;
  padding: 8px 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #1F1A18;
}

.pagination li.page-item .page-link {
  color: #FFF;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}


ul li.pager__item.pager__item--next,
ul li.pager__item.pager__item--previous {
  border: 1px solid #86756D;
  background: #302B29;
}


ul li.pager__item.last-page,
ul li.pager__item.first-page {
  display: none;
}

ul li.pager__item:hover,
ul li.pager__item.active {
  background: #86756D;

}

.pagination li.page-item.active .page-link,
.pagination li.page-item:hover .page-link {
  color: #fff;
}

ul li.pager__item.pager__item--next:hover,
ul li.pager__item.pager__item--previous:hover {
  border: 1px solid #F69D27;
  background: #503012;
}

.pagination li.page-item.active .page-link,
.pagination li.page-item:hover .page-link {
  font-weight: 400;
}

.pagination li.page-item.pager__item--next .page-link,
.pagination li.page-item.pager__item--previous .page-link {
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .top-header.right-header #lang-desktop {
    margin-right: 10px;
  }

  .top-header.left-header .search-bar{
    margin-left: 10px;
  }
}

@media only screen and (max-width: 768px) {
  ul.pagination {
    gap: 8px;
  }
}

.card-stories .col-text-stories .ttl-card-stories {
  color: #FFEAD7;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 39.2px */
}

.card-stories .col-text-stories .description {
  color: #939598;
  font-family: Corbel;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  /* 21.75px */
}

.card-stories .post-tags {
  margin-top: 16px;
}

.card-stories .tag {
  color: #F69D27;
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  text-transform: uppercase;
  margin-right: 12px;
  text-decoration: underline;
}

.card-stories .date {
  color: #939598;
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 170%;
  /* 22.1px */
}

.card-stories .time-read,
.card-stories .time-post {
  color: #939598;
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 170%;
  /* 22.1px */
}

.post-related .related-posts-title {
  color: #FFEAD7;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-left: 17px;
  text-transform: uppercase;
  border-left: 5px solid #F69D27;
}


.post-related .group-tag .tag {
  margin-right: 12px;
  color: #F69D27;
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  text-transform: uppercase;
  text-decoration: underline;
}

.post-related .group-tag .date {
  color: #939598;
  text-align: right;
  font-family: Montserrat;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 170%;
  /* 22.1px */
}

.post-related .group-tag .time-read,
.post-related .group-tag .time-post {
  color: #939598;
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 170%;
  /* 22.1px */
}

.section-details .tags-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 20px;
}

.section-details .tags-list a {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  display: block;
  border-radius: 20px;
  border: 2px solid rgba(246, 157, 39, 0.20);
  color: var(--color-custom-orange);
  padding: 8px 24px;
  text-transform: uppercase;
}

.tag-link {
  color: var(--color-custom-orange) !important;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
  margin-right: 12px;
  border-bottom: 2px solid #584229;
  text-transform: uppercase;
  text-decoration: none;
}

.tag-link:hover {
  color: #f69d27;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .section-eye-stories {
    padding-top: 32px;
  }

  .section-details .tags-list a {
    font-size: 14px;
  }

  .path-eyecare-resources .banner-child .ttl-line span {
    max-width: 214px;
  }

  .section-eye-stories .main-kvs .infor {
    padding: 20px 30px 20px 18px;
  }

  .main-kvs .infor .ttl-kvs a,
  .main-kvs .infor.info-dark .ttl-kvs {
    color: #503012;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 400px;
  }

  .card-stories .col-text-stories .ttl-card-stories {
    color: #FFEAD7;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    text-transform: capitalize;
  }

  .card-stories .stories-author,
  .card-stories .col-text-stories .description {
    display: none;
  }

  .tag-link {
    font-size: 11px;
  }
  .section-observer .ttl-line span img {
    display: block !important;
  }
}

/* Map block */


.section-find-map-bg {
  background-image: url(/themes/santen_deh/images/image_map.png);
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 346px;
}

.section-find-map .container {
  background-color: #302b29;
  padding-left: 21px;
  padding-right: 21px;
}

.section-find-map .find-map-wrapper {
  justify-content: space-between;
  align-items: center;
  padding: 37px 15px 24px;
  margin-top: -72px;
}

.section-find-map .find-map-wrapper:before,
.section-find-map .find-map-wrapper:after {
  content: '';
  background-image: url(/themes/santen_deh/images/image_eye.svg);
  width: 70px;
  height: 70px;
}

.section-find-map .find-map-wrapper h2 {
  color: #ffead7;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  width: 82%;
}

.section-find-map p.text-disclaimer
.section-find-map #ophth-list span.ophth-addr,
.section-find-map #ophth-list a.text-orange,
.section-find-map #ophth-list .ophth-head strong {
  font-family: Corbel, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.section-find-map #ophth-list .ophth-head strong {
  color: #ffead7;
}
.section-find-map #ophth-list a.text-orange {
  color: #f69d27;
  text-decoration-line: underline;
}
.section-find-map #ophth-list span.ophth-addr {
  color: #939598;
}

.section-find-map p.text-disclaimer {
  color: #939598;
  text-align: justify;
  font-size: 11px;
}

.section-find-map .block-map .form-ob .ttl-form {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.path-the-eye-observer-staring-contest .ttl-line span {
  padding: 20px 54px 20px 85px;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .section-find-map .section-observer .ttl-line span:after,
  .section-find-map .section-observer .ttl-line span:before {
    content: unset;
  }
}


@media screen and (max-width: 991px) {
  .section-find-map .map-disclaimer .ophth-left {
    max-width: 100%;
    order: 2;
  }
  .section-find-map .map-disclaimer .ophth-right {
    max-width: 100%;
    order: 1;
    margin-bottom: 18px;
  }
  .section-find-map .find-map-wrapper h2 {
    width: 79%;
  }

}

/* Layout SP */
@media screen and (max-width: 768px) {
  .section-eye-stories .scroll-wrap {
    margin-top: 40px;
  }

  .section-eye-stories .main-kvs .infor > p {
    display: none;
  }

  .section-find-map .find-map-wrapper:before,
  .section-find-map .find-map-wrapper:after {
    content: unset;
  }

  .section-find-map-bg {
    display: none;
  }

  .section-find-map h2.ttl-line {
    padding: 0 0 0 67px;
    width: 100%;
  }
  .section-find-map .ttl-line span {
    text-align: left;
    color: #fbe2cb;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 25px 25px 25px 79px;
  }

  .section-find-map .find-map-wrapper {
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section-find-map .block-map .form-ob .ttl-form {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
  }

  .section-find-map .map-disclaimer .ophth-wrapper .ophth-left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section-find-map .block-map .form-ob {
    padding: 0;
  }

}


@media (min-width: 768px) and (max-width: 991.98px) {
  .section-eye-stories .section-eye-stories-content,
  .section-eye-stories + .section-exam .col-detect {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
