@charset "UTF-8";
@media only screen and (max-width: 768px) {
  .tb-hide {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .sp-hide {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .pc-hide {
    display: none !important;
  }
}

.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-3 {
  margin-top: 2rem !important;
  margin-bottom: 3rem !important;
}

.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.mx-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.hr {
  display: block;
  background-color: #cbcbcb;
  height: 1px;
  width: 100%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-8 {
  width: 66.6%;
}

.col-xs-9 {
  width: 75%;
}

.justify-content-sm-around {
  justify-content: space-around;
}

.text-hidden {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.text-jp {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-family: "Red Hat Text", YakuHanJP, "Noto Sans JP", sans-serif;
  color: #000;
}

ul {
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
  transition: all 0.1s;
}
a:hover {
  text-decoration: none;
  color: #64bcc7;
}
a:focus {
  outline: none;
}

p {
  margin: 0;
}

input {
  border: none;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.content-wrapper {
  margin: 0 auto;
  /*   margin-bottom: 26.4rem; // Sticky Footer Height
  */
  max-width: 1090px;
}
@media only screen and (max-width: 768px) {
  .content-wrapper {
    /* margin-bottom: 36.1rem; // Sticky Footer Height */
  }
}

.text--white {
  color: #fff !important;
}
.text--grey {
  color: #7e7e7e;
}
.text--blue {
  color: #64bcc7;
}

.bg--white {
  background-color: #fff;
}
.bg--grey {
  background-color: #f5f5f5;
}
.bg--grey-dark {
  background-color: #7e7e7e;
}

body p {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media only screen and (max-width: 768px) {
  body p {
    font-size: 1.4rem;
  }
}
body h1 {
  font-size: 2.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  body h1 {
    font-size: 2rem;
  }
}
body h2 {
  font-size: 2.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  body h2 {
    font-size: 1.8rem;
  }
}
body h3 {
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  body h3 {
    font-size: 1.6rem;
  }
}
body h4 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  body h4 {
    font-size: 1.4rem;
  }
}
body h5 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  body h5 {
    font-size: 1.3rem;
  }
}
body h6 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  body h6 {
    font-size: 1rem;
  }
}
body .caption,
body .keyword {
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  body .caption,
  body .keyword {
    font-size: 1rem;
  }
}
body .category-label,
body .date,
body .article-author {
  font-size: 1rem;
}

.pre {
  font-family: "Noto Sans JP", Arial, Helvetica, sans-serif;
}

.grecaptcha-badge {
  display: none !important;
}

.header {
  position: relative;
  z-index: 2;
}
.header__bg {
  border-bottom: 1px solid #000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .header__bg {
    line-height: 2.5rem;
  }
}
.header__bg a {
  width: 100%;
  display: inline-block;
}
.header__bg a .header-image-mobile {
  display: none;
}
.header__bg a img {
  width: 100%;
  position: sticky;
  z-index: -1;
}
@media only screen and (max-width: 768px) and (min-width: 10px) {
  .header__bg .header-image-desktop {
    display: none;
  }
  .header__bg .header-image-mobile {
    display: unset !important;
  }
}

.menu {
  display: flex;
}
.menu li:not(:last-child) {
  margin-right: 3.5rem;
}
.menu a {
  display: inline-block;
  width: 100%;
  height: 88%;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.social {
  display: flex;
  justify-content: center;
}
.social li:not(:last-child) {
  margin-right: 0.9rem;
}

.icon {
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
}
.icon img {
  width: 100%;
}

@media only screen and (max-width: 10000px) and (min-width: 768px) {
  #pc-sticky-nav-con {
    height: 6rem;
  }
}

@media only screen and (max-width: 10000px) and (min-width: 768px) {
  #pc-sticky-nav-mark {
    height: 10rem;
  }
}

.navigation-pc {
  background-color: #fff;
  height: 6rem;
  line-height: 5rem;
  border-bottom: 1px solid #cbcbcb;
}
@media only screen and (max-width: 768px) {
  .navigation-pc {
    display: none;
  }
}
.navigation-pc__inner {
  max-width: 100%;
  margin: 0;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navigation-pc__brand {
  flex-shrink: 0;
  margin-right: 32px;
}

.navigation-pc__inner .menu {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu-menu-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu-menu-1 li {
  display: inline-flex;
  align-items: center;
  margin-right: 24px;
}

#menu-menu-1 li.current-menu-item > a,
#menu-menu-1 li.current-menu-ancestor > a,
#menu-menu-1 li.current-menu-parent > a,
#menu-menu-1 li.current_page_parent > a,
#menu-menu-1 li.current_page_ancestor > a {
  font-weight: 900;
  color: #000 !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

#menu-menu-1 li:last-child {
  margin-right: 0;
}

.menu-menu-1-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.navigation-pc__inner .social {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 8px;
  margin-right: 50px;
}

.navigation-pc__inner .search.icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 16px;
}
.navigation-pc__marketplace {
  display: block;
  justify-content: flex-end;
}
.navigation-pc__marketplace .web-magazine-button {
  display: flex;
  justify-content: flex-end;
}
.navigation-pc__marketplace .web-magazine-button a {
  background-color: #64bcc7;
  font-family: "Red Hat Text", YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #fff;
  line-height: 3rem;
  height: fit-content;
  padding: 5px 15px 0px 15px;
  border-radius: 0px 0px 10px 10px;
}
.navigation-pc__marketplace .web-magazine-button:hover a {
  background-color: #7E7E7E;
  transform: background-color 0.4s;
}
.navigation-pc__marketplace .menu li a:hover {
  color: #64bcc7 !important;
  transition: color 0.4s;
}
.navigation-pc__marketplace .social {
  justify-content: flex-end;
}
.navigation-pc__marketplace__brand {
  padding-top: 7px;
}
.navigation-pc__marketplace_sec {
  display: none;
  justify-content: flex-end;
}
.navigation-pc__marketplace_sec .web-magazine-button {
  display: flex;
  justify-content: flex-end;
}
.navigation-pc__marketplace_sec .web-magazine-button a {
  background-color: #64bcc7;
  font-family: "Red Hat Text", YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #fff;
  line-height: 2rem;
  height: fit-content;
  padding: 0px 4px;
  border-radius: 0px 0px 5px 5px;
}
.navigation-pc__marketplace_sec .web-magazine-button:hover a {
  background-color: #7E7E7E;
  transform: background-color 0.4s;
}
.navigation-pc__marketplace_sec .social {
  line-height: 3.5rem;
  justify-content: flex-end;
}
.navigation-pc__marketplace_sec .social .social__item {
  line-height: 3rem;
}
.navigation-pc__marketplace_sec .social .social__item .icon {
  width: 1.3rem;
  height: 1.3rem;
}
.navigation-pc__marketplace_sec .menu li a {
  font-size: 1.2rem;
}
.navigation-pc__marketplace_sec .menu li a:hover {
  color: #64bcc7 !important;
  transition: color 0.4s;
}
.navigation-pc__marketplace_sec .menu li:not(:last-child) {
  margin-right: 1.5rem;
}
.navigation-pc__brand a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.navigation-pc__brand_sec a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.navigation-pc__brand_sec a img {
  width: 100%;
}

/* .cancel-icon{
  display: none;
}

.search-icon{
  display: inline;
} */
.navigation-sp {
  position: relative;
  background-color: #fff;
  display: none;
  height: 5rem;
  padding: 0 2.4rem;
  border-bottom: 1px solid #7e7e7e;
}
@media only screen and (max-width: 768px) {
  .navigation-sp {
    display: block;
  }
}
.navigation-sp__inner {
  display: flex;
  justify-content: space-between;
}
.navigation-sp__left a {
  display: inline-block;
  height: 100%;
  line-height: 5rem;
}
.navigation-sp__left a img {
  height: 1.5rem;
}
.navigation-sp__right {
  display: flex;
  align-items: center;
}
.navigation-sp__right .search {
  margin-right: 2rem;
  margin-bottom: 1rem;
}

.nav-mask {
  transform: translateX(600%);
}
.nav-mask.is-active {
  position: absolute;
  top: -5.5rem;
  left: 0;
  z-index: 555;
  height: 100vh;
  width: 15vw;
  background-color: #64bcc7;
  opacity: 0.8;
  transition: all 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transform: translateX(0);
}

.sp-menu {
  text-align: center;
}
.sp-menu__primary {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.sp-menu__primary li {
  padding: 0;
  margin-bottom: 1.5rem;
}
.sp-menu__secondary {
  font-size: 1.2rem;
  margin-bottom: 3rem;
}
.sp-menu__brand {
  margin-bottom: 1.6rem;
}
.sp-menu__links {
  margin-bottom: 1.6rem;
}
.sp-menu .social {
  justify-content: center;
}
.sp-menu .social .icon {
  width: 2.3rem;
  height: 2.3rem;
}
.sp-menu #menu-menu-marketplace-mobile .menu-item-object-custom {
  border: 1px solid #64bcc7;
}
.sp-menu #menu-menu-marketplace-mobile .menu-item-object-custom a {
  color: #64bcc7;
  font-weight: 500;
}

#menuToggle {
  display: block;
  position: relative;
  z-index: 2;
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle a {
  text-decoration: none;
  color: #232323;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}
#menuToggle a:hover {
  color: #64bcc7 !important;
}
#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
#menuToggle span {
  display: block;
  width: 33px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  background: #000;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#menuToggle span:first-child {
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-1px, 0px);
  background: #000;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(-2px, 2px);
}

#menu {
  position: absolute;
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  padding: 50px;
  padding-top: 125px;
  top: -6.7rem;
  left: 5.7rem;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  transform-origin: -100% 0%;
  transform: translate(0, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  border-left: 15vw solid rgba(100, 188, 199, 0.9);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

#menuToggle input:checked ~ #menu {
  transform: translate(-100%, 0);
}

.scroll-prevent {
  overflow: hidden;
}

.sticky {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
}

.fadeIn {
  text-transform: none;
  animation: fadeIn ease 1s !important;
  -webkit-animation: fadeIn ease 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    top: -100px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    top: -100px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    top: -100px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
    top: -100px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.pc-search {
  display: none;
  position: absolute;
  margin-bottom: 5px;
  z-index: 100;
  margin-top: 1px;
  width: 100%;
  height: 5rem;
  background-color: #fff;
  border-bottom: 1px solid #7e7e7e;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .pc-search {
    display: none;
  }
}
.pc-search input[type=text] {
  display: inline-block;
  height: 4.5rem;
  width: 100%;
  min-width: 20rem;
  text-align: center;
  outline: none;
}
.pc-search.is-active {
  display: flex;
}

.sp-search {
  display: none;
  position: absolute;
  z-index: 1 !important;
  top: 5rem;
  left: -11px;
  width: 100%;
  padding: 0 2rem;
  height: 4.5rem;
  background-color: #fff;
  border-bottom: 1px solid #7e7e7e;
  z-index: 0;
  align-items: center;
  justify-content: center;
  transition: all 0.8s ease-in-out !important;
}
.sp-search form {
  width: 80%;
  color: #cbcbcb !important;
}
.sp-search form span {
  background-color: #F5F5F5;
  padding: 3px;
  border-radius: 5px;
}
.sp-search form span img {
  width: 1.5rem;
  height: auto;
  padding-top: 1px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
}
.sp-search form span input {
  width: 90%;
  background-color: #F5F5F5;
}
.sp-search form span input:focus {
  outline-color: transparent;
  outline-style: none;
}
.sp-search form span input::placeholder {
  font-size: 12px;
  padding-top: 1.5px;
}
.sp-search form span input::-webkit-input-placeholder {
  line-height: normal !important;
}
.sp-search .sp-search__cancel {
  width: 10%;
  font-weight: 500;
}
.sp-search.is-active {
  display: flex;
}
.sp-search input[type=search] {
  display: inline-block;
  height: 3.5rem;
  width: 80%;
  padding: 0 1rem;
  padding-left: 3rem;
  text-align: left;
  outline: none;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.sp-search__cancel {
  display: inline-block;
  font-size: 1.2rem;
  white-space: nowrap;
}

.footer {
  color: #fff;
  background: #000000;
  position: relative;
  width: 100%;
  bottom: 0 !important;
  /* height: 24.6rem; */
  /* @include mq-tb {
    height: 36.1rem;
  } */
}
.footer .row {
  margin-right: 0;
  margin-left: 0;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #64bcc7;
}
.footer__inner {
  margin: 0 auto;
  max-width: 1088px;
  padding: 5rem 0;
}
@media only screen and (max-width: 768px) {
  .footer__inner {
    padding: 5rem 2rem;
  }
}
.footer__main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .footer__main {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .footer__brand {
    margin: 0 auto;
    margin-bottom: 2rem;
  }
}
.footer__brand__logo {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .footer__brand__logo {
    margin-bottom: 1rem;
  }
}
.footer__brand__logo img {
  height: 3.2rem;
}
.footer .social {
  justify-content: center;
}
.footer__menu {
  font-size: 1.2rem;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .footer__menu {
    margin: 0 auto;
    margin-bottom: 2.4rem;
    flex-direction: column;
    font-size: 1rem;
  }
}
.footer__menu__primary {
  margin-right: 5rem;
}
@media only screen and (max-width: 768px) {
  .footer__menu__primary {
    margin: 0 auto;
    display: flex;
  }
  .footer__menu__primary li:not(:last-child) {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .footer__menu__secondary {
    display: flex;
  }
  .footer__menu__secondary li:not(:last-child) {
    margin-right: 1rem;
  }
}
.footer__subscription label {
  font-size: 1.1rem;
  display: block;
}
@media only screen and (max-width: 768px) {
  .footer__subscription label {
    font-size: 1rem;
  }
}
.footer__subscription input[type=text] {
  display: inline-block;
  width: 26rem;
  height: 3.1rem;
  line-height: 3.1rem;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  outline: none;
}
.footer__subscription input[type=submit] {
  margin-left: -0.4rem;
  color: #fff;
  font-size: 1.2rem;
  background-color: #64bcc7;
  display: inline-block;
  width: 5rem;
  height: 3.1rem;
  line-height: 3.1rem;
}
@media only screen and (max-width: 768px) {
  .footer__subscription {
    text-align: center;
  }
}
.footer__sub {
  text-align: right;
}
.footer__sub small {
  font-size: 1rem;
  display: block;
  /*  &:nth-child(1) {
    margin-bottom: 2rem;
  } */
}
@media only screen and (max-width: 768px) {
  .footer__sub {
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .footer__subscription input[type=text] {
    width: 20rem;
  }
}
.footer__subscription #mc-embedded-subscribe {
  opacity: 0.3;
}
.footer__subscription .registercheck-label-row {
  margin: 0.3rem 0 0 0;
}
.footer__subscription .registercheck-label-row .registercheck-footer {
  display: block;
  border: 1px solid white;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3) inset;
  border-radius: 10%;
  width: 1.1rem;
  height: 1.1rem;
  margin-bottom: 0;
  cursor: pointer;
}
.footer__subscription .registercheck-label-row #registercheck {
  display: none;
}
.footer__subscription .registercheck-label-row #registercheck:checked + .registercheck-footer {
  background-color: #64bcc7;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1) inset;
}
.footer__subscription .registercheck-label-row .registercheck-label-element {
  font-size: 1.1rem;
  padding: 0;
  margin-left: 0.5rem;
  margin-bottom: 0;
}
.footer__subscription .registercheck-label-row .registercheck-label-element .registercheck-label {
  font-size: 1.1rem;
  text-decoration: underline;
}

.sectionLabel {
  display: inline-block;
  position: relative;
  font-size: 2.2rem;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (max-width: 768px) {
  .sectionLabel {
    font-size: 1.8rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.sectionLabel::before {
  position: absolute;
  content: "";
  top: 100%;
  width: 50%;
  height: 3px;
  background-color: #64bcc7;
  display: none;
}
@media only screen and (max-width: 768px) {
  .sectionLabel::before {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .sectionLabel--showcase {
    left: 0;
    transform: none;
  }
}
.sectionLabel--showcase::before {
  width: 100%;
}

.author-label {
  font-size: 1rem;
  color: grey;
}
.author-label span {
  text-transform: uppercase;
}

.category-label {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
}

.archive-label {
  text-transform: uppercase;
  font-size: 2.6rem;
  font-weight: 900;
  margin-bottom: 2rem;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  .archive-label {
    font-size: 2rem;
  }
}

.button {
  display: inline-block;
  background-color: #64bcc7;
  color: #fff;
  border: none;
}
.button--primary {
  text-transform: uppercase;
  font-size: 1.3rem;
}
.readmore-button {
  text-align: center;
  display: inline-block;
  margin-bottom: 3rem;
  width: 25rem;
  height: 3.5rem;
  line-height: 3.5rem;
  margin: 0 auto;
  border: 1px solid transparent;
  letter-spacing: 1px;
}
.readmore-button:hover {
  background-color: #fff;
  border: 1px solid #64bcc7;
}
@media only screen and (max-width: 768px) {
  .readmore-button {
    width: 100%;
    margin: 0 1rem;
  }
}

.readmore-text {
  z-index: 1;
  cursor: pointer;
  text-align: center;
  position: relative;
  display: block;
  color: #64bcc7;
  font-size: 1.2rem;
}
.readmore-text::before, .readmore-text::after {
  content: "";
  top: 50%;
  position: absolute;
  width: 30%;
  height: 1px;
  background-color: #cbcbcb;
}
.readmore-text::before {
  left: 0;
}
.readmore-text::after {
  right: 0;
}

.keyword {
  font-size: 1.2rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 500px) {
  .keyword {
    font-size: 1rem;
  }
}
.keyword a {
  padding: 0.2rem 1rem;
  display: inline-block;
  border: 1px solid #000;
}

.search__submit {
  display: none;
}

.alm-load-more-btn {
  border-radius: 0 !important;
  text-transform: uppercase;
  font-weight: 400 !important;
  letter-spacing: 1px;
}

.ajax-load-more-wrap.blue .alm-load-more-btn {
  background-color: #64bcc7 !important;
}

.grad-wrap {
  position: relative;
}

.grad-wrap + .grad-wrap {
  margin-top: 40px;
}

.grad-trigger {
  margin-top: -25px;
  transform: translateY(300px);
}

.grad-item {
  position: relative;
  overflow: hidden;
}

.grad-item.is-hide {
  height: 300px;
}
@media only screen and (max-width: 768px) {
  .grad-item.is-hide {
    height: 275px;
  }
}

.grad-item p + p {
  margin-top: 1em;
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
}

.grad-trigger.is-show + .grad-item::before {
  display: none;
}

.gallery {
  width: 100%;
}
.gallery .gallery-container {
  align-items: center;
  display: flex;
  min-height: 65rem;
  margin: 0 auto;
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}
.gallery .gallery-container .gallery-item {
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  z-index: 0;
  background-color: #fff;
  box-shadow: #000;
}
.gallery .gallery-container .gallery-item .gallery-item-image-row {
  height: 65%;
  margin: 0 !important;
}
.gallery .gallery-container .gallery-item .gallery-item-image-row .gallery-item-image-col {
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
.gallery .gallery-container .gallery-item .gallery-item-image-row .gallery-item-image-col .gallery-item-image {
  width: inherit;
  margin-top: -5rem;
}
@media only screen and (max-width: 768px) and (min-width: 0px) {
  .gallery .gallery-container .gallery-item .gallery-item-image-row .gallery-item-image-col .gallery-item-image {
    margin-top: -2rem;
  }
}
@media only screen and (max-width: 768px) and (min-width: 0px) {
  .gallery .gallery-container .gallery-item .gallery-item-image-row {
    height: 55%;
  }
}
.gallery .gallery-container .gallery-item .gallery-item-details-row {
  height: 32%;
  margin: 0 !important;
}
.gallery .gallery-container .gallery-item .gallery-item-details-row .gallery-item-details-col {
  height: 100%;
  margin: 0 !important;
  padding: 2rem 2rem 0 2rem !important;
  overflow: hidden;
}
.gallery .gallery-container .gallery-item .gallery-item-details-row .gallery-item-details-col .gallery-item-details-desc-row .gallery-item-details-desc-col .gallery-item-details-desc {
  font-weight: 100;
}
@media only screen and (max-width: 768px) and (min-width: 0px) {
  .gallery .gallery-container .gallery-item .gallery-item-details-row .gallery-item-details-col .gallery-item-details-vendor-row .gallery-item-details-vendor-col .gallery-item-details-vendor {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) and (min-width: 0px) {
  .gallery .gallery-container .gallery-item .gallery-item-details-row .gallery-item-details-col .gallery-item-details-desc-row .gallery-item-details-desc-col .gallery-item-details-desc {
    font-size: 1.3rem;
  }
}
.gallery .gallery-container .gallery-item .gallery-item-details-row .gallery-item-details-permalink-row {
  padding: 0 2rem 2rem 2rem !important;
  width: 100%;
  background-color: #fff;
}
.gallery .gallery-container .gallery-item .gallery-item-details-row .gallery-item-details-permalink-row .gallery-item-details-permalink-col .gallery-item-details-permalink {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) and (min-width: 0px) {
  .gallery .gallery-container .gallery-item .gallery-item-details-row .gallery-item-details-permalink-row .gallery-item-details-permalink-col .gallery-item-details-permalink {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) and (min-width: 0px) {
  .gallery .gallery-container .gallery-item .gallery-item-details-row {
    height: 35%;
  }
}
.gallery .gallery-container .gallery-item-1,
.gallery .gallery-container .gallery-item-3 {
  height: 55rem;
  opacity: 1;
  width: 50%;
  z-index: 1;
}
@media only screen and (max-width: 768px) and (min-width: 0px) {
  .gallery .gallery-container .gallery-item-1,
  .gallery .gallery-container .gallery-item-3 {
    height: 42rem;
  }
}
.gallery .gallery-container .gallery-item-1 {
  left: 25%;
  transform: translateX(-50%);
}
.gallery .gallery-container .gallery-item-2 {
  height: 60rem;
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  z-index: 2;
}
@media only screen and (max-width: 768px) and (min-width: 0px) {
  .gallery .gallery-container .gallery-item-2 {
    height: 48rem;
    width: 75%;
  }
}
.gallery .gallery-container .gallery-item-3 {
  left: 75%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) and (min-width: 0px) {
  .gallery .gallery-container {
    min-height: 50rem !important;
  }
}
.gallery .gallery-controls {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.gallery .gallery-controls button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  margin: 0 20px;
  padding: 0 12px;
  text-transform: capitalize;
}
.gallery .gallery-controls button:focus {
  outline: none;
}
.gallery .gallery-controls .gallery-controls-previous {
  position: relative;
}
.gallery .gallery-controls .gallery-controls-previous::before {
  font-family: FontAwesome;
  content: "\f053";
  color: #fff;
  display: inline-block;
  left: -10px;
  padding: 2px;
  position: absolute;
  transition: left 0.15s ease-in-out;
  font-size: 3rem;
  top: -2rem;
}
.gallery .gallery-controls .gallery-controls-previous:hover::before {
  left: -18px;
}
.gallery .gallery-controls .gallery-controls-next {
  position: relative;
}
.gallery .gallery-controls .gallery-controls-next::before {
  font-family: FontAwesome;
  content: "\f054";
  color: #fff;
  display: inline-block;
  padding: 2px;
  position: absolute;
  right: -10px;
  transition: right 0.15s ease-in-out;
  font-size: 3rem;
  top: -2rem;
}
.gallery .gallery-controls .gallery-controls-next:hover::before {
  right: -18px;
}
.gallery .gallery-controls .gallery-nav {
  bottom: -15px;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  position: absolute;
  width: 100%;
}
.gallery .gallery-controls .gallery-nav li {
  background: #ccc;
  border-radius: 50%;
  height: 10px;
  margin: 0 16px;
  width: 10px;
}
.gallery .gallery-controls .gallery-nav li.gallery-item-selected {
  background: #555;
}

/* prettier-ignore */
.grid-wrapper {
  max-width: 1088px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "lt-eleven lt-eleven lt-six";
  grid-gap: 1rem;
  grid-column-gap: 3rem;
  align-content: center;
  justify-content: space-around;
  margin-top: 2.5rem;
  /*   margin-bottom: 26.4rem; // Sticky Footer Height
  */
}
@media only screen and (max-width: 768px) {
  .grid-wrapper {
    margin-bottom: 36.1rem;
    margin-top: 0;
    grid-template-columns: 1fr;
    grid-template-rows: 250px 200px 165px 265px 265px 200px 175px;
    grid-template-areas: "lt-four" "lt-twelve" "lt-six" "lt-seven" "lt-eight" "lt-nine" "lt-eleven";
  }
}

@media only screen and (max-width: 768px) {
  .grid-wrapper {
    margin-bottom: 0 !important;
  }
}
.one {
  grid-area: 1/1/3/3;
  align-self: flex-start;
}
@media only screen and (max-width: 768px) {
  .one {
    grid-area: 1/1/2/2;
  }
}

.two {
  grid-area: 3/1/5/3;
}
@media only screen and (max-width: 768px) {
  .two {
    grid-area: 2/1/3/2;
  }
}

.three {
  grid-area: 5/1/7/4;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .three {
    grid-area: 3/1/4/2;
  }
}

.four {
  grid-area: 1/3/2/4;
}
@media only screen and (max-width: 768px) {
  .four {
    grid-area: 4/1/5/2;
  }
}

.five {
  grid-area: 2/3/4/4;
}
@media only screen and (max-width: 768px) {
  .five {
    grid-area: 5/1/6/2;
  }
}

.six {
  grid-area: 4/3/5/4;
}
@media only screen and (max-width: 768px) {
  .six {
    grid-area: 6/1/7/2;
  }
}

.lt-one {
}

.lt-two {
  grid-area: lt-two;
  align-self: center;
}

.lt-three {
  grid-area: lt-three;
  overflow: hidden;
}

.lt-four {
}

.lt-five {
  grid-area: lt-five;
  align-self: center;
}

.lt-six {
  grid-area: lt-six;
  align-self: flex-start;
}

.lt-seven {
}

.lt-eight {
}

.lt-nine {
}

.lt-eleven {
  grid-area: lt-eleven;
}
@media only screen and (max-width: 768px) {
  .lt-eleven {
    display: flex;
    align-items: center;
  }
}

.lt-twelve {
}

.swiper-container-free-mode > .swiper-wrapper {
  max-width: 1200px;
}

.circle-play-lt-three {
  position: absolute;
  height: auto !important;
  margin-top: 30%;
  margin-left: 30%;
}

.circle-play-lt-three:hover {
  opacity: 75%;
  transition: all 0.8s;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .circle-play-lt-three {
    width: 20% !important;
    margin-top: 12%;
    margin-left: 11%;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .circle-play-lt-three {
    width: 25% !important;
    margin-top: 14%;
    margin-left: 11%;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
  .grid-wrapper {
    margin-bottom: 0 !important;
  }
  .circle-play-lt-three {
    width: 15% !important;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 845px) {
  .circle-play-lt-three {
    margin-top: 38% !important;
    margin-left: 35% !important;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .circle-play-lt-three {
    width: 25% !important;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media (min-width: 1200px) {
  .lt-three-bg-sec {
    max-width: 1100px;
  }
  .circle-play-lt-three {
    width: 20% !important;
    height: auto !important;
  }
}
.slider {
  margin: 0;
}
@media only screen and (min-width: 769px) {
  .slider {
    max-width: 100%;
    min-width: 32rem;
  }
}
@media only screen and (max-width: 768px) {
  .slider {
    width: 100vw;
  }
}
.slider__content {
  position: relative;
}
.slider__image {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 500px) {
  .slider__image {
    width: auto;
    height: auto;
  }
}
.slider__image__overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.slider__image img {
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .slider__image img {
    max-width: 100%;
    max-height: none;
  }
}
.slider__text {
  position: absolute;
  left: 2.5rem;
  bottom: 2.5rem;
  z-index: 999;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 769px) {
  .slider__text {
    padding-right: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .slider__text {
    text-align: left;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    bottom: 0.5rem;
  }
}
.slider__text__title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .slider__text__title {
    font-size: 1.8rem;
  }
}
.slider__text__title:hover {
  color: #fff;
}

.slick {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.slick.slick-initialized {
  opacity: 1;
}

.slick-dots {
  display: flex;
  justify-content: center;
}
.slick-dots li {
  margin: 0;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  fill: #CBCBCB;
  border: 0;
  outline: none;
  background: none;
}
.slick-dots button:hover {
  background-color: none;
  background: none;
}
.slick-dots button:before {
  content: url("../img/icon/dot.svg");
  font-size: 22px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  color: black;
}
.slick-dots li.slick-active button:before {
  content: url("../img/icon/dot-blue.svg");
}

.slick-next,
.slick-prev {
  width: 3rem !important;
  height: 5.5rem !important;
  z-index: 1 !important;
}

.slick-next {
  right: 0 !important;
  position: absolute;
  top: 47%;
}

.slick-prev {
  left: 0 !important;
  position: absolute;
  top: 47%;
  z-index: 3;
}

.slider-cat {
  max-width: 71.6rem;
}

.circle-play-slider {
  margin-left: auto;
  margin-right: auto;
}

.circle-play-slider:hover {
  opacity: 75%;
  transition: all 0.8s;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .circle-play-slider {
    width: 60px !important;
  }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (min-width: 600px) {
  .circle-play-slider {
    width: 81px !important;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .circle-play-slider {
    width: 81px !important;
  }
}
.categories {
  max-width: 100%;
}

.swiper-container {
  margin: 0 auto;
}

.swiper-wrapper--menu {
  justify-content: space-evenly;
  cursor: pointer;
}
.swiper-wrapper--content {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.swiper-wrapper--content .col-md-3 {
  padding: 0;
}

.tab-menu .swiper-slide {
  width: auto;
  padding: 1rem 0;
  padding-right: 0px !important;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  font-style: normal;
  color: #585858;
  letter-spacing: 2px;
}
@media only screen and (max-width: 768px) {
  .tab-menu .swiper-slide {
    font-size: 1rem;
    letter-spacing: 1px;
  }
}
.tab-menu .swiper-slide.swiper-slide-thumb-active {
  color: #000;
  border-bottom: 3px solid #64bcc7;
  font-weight: 700;
}

.tab-contents {
  margin: 0 auto;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 768px) {
  .tab-contents {
    padding: 0 0rem;
  }
}

.recommended-articles-header {
  padding: 10px;
  background-color: #fff;
  width: max-content;
  position: absolute;
  z-index: 1;
  margin-top: -20px;
  margin-left: 20px;
}
.recommended-articles-header h4 {
  font-size: 1.9rem !important;
  color: #000;
}
@media only screen and (max-width: 403px) and (min-width: 10px) {
  .recommended-articles-header h4 {
    font-size: 1.7rem !important;
  }
}

.recommended-articles .content-related-posts .content-related-post-image {
  max-width: 130px;
  max-height: 100px;
  margin-bottom: 10px;
  overflow: hidden;
}
.recommended-articles .content-related-posts .content-related-post-image > img {
  width: 100px;
  height: 100px;
}
.recommended-articles .content-related-posts .content-related-post-title {
  padding-left: 10px;
  display: flex;
  align-items: center;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .content-related-post-title {
    font-size: 13px;
    align-items: inherit;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
.banner-ad {
  padding-bottom: 2rem;
  max-width: 35rem;
  max-height: 25rem;
  margin: 0 auto;
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
}
@media only screen and (max-width: 768px) {
  .banner-ad {
    padding: 0;
  }
}
.banner-ad img {
  width: 100%;
  height: 100%;
}
.banner-ad #circle-play-ad {
  position: absolute !important;
  width: 15% !important;
  margin-left: 42%;
  z-index: 1;
}
.banner-ad .ad-video {
  position: relative;
  z-index: -1 !important;
  display: flex;
  height: 55vw;
  background: none;
  overflow: hidden;
}
.banner-ad .ad-video__background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 0;
  padding-bottom: 66.25%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.banner-ad .ad-video__video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.5s linear;
}
.banner-ad .ad-video__video-overlay--fadeOut {
  opacity: 0;
  visibility: hidden;
}
.banner-ad .ad-video iframe {
  position: absolute;
  top: 0;
  left: -47px;
  width: 131%;
  height: 240px;
  pointer-events: none;
}
.banner-ad .ad-video__title {
  position: relative;
  flex: 0 0 auto;
  align-self: center;
  width: 100%;
  font-family: "Permanent Marker", cursive;
  font-size: 50px;
  font-weight: normal;
  text-align: center;
  color: white;
  line-height: 1;
}
@media only screen and (max-width: 600px) {
  .banner-ad .ad-video {
    max-height: 38.5vh;
  }
  .banner-ad .ad-video iframe {
    height: 229px;
  }
}
@media only screen and (min-width: 600px) {
  .banner-ad .ad-video {
    max-height: 27.5vh;
  }
}
@media only screen and (min-width: 768px) {
  .banner-ad .ad-video {
    max-height: 26vh;
  }
}
@media only screen and (min-width: 992px) {
  .banner-ad .ad-video {
    max-height: 29.5vh;
  }
  .banner-ad .ad-video iframe {
    height: 245px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-ad .ad-video {
    max-height: 38vh;
  }
  .banner-ad .ad-video iframe {
    height: 245px;
  }
}
@media only screen and (min-width: 1900px) {
  .banner-ad .ad-video {
    max-height: 28vh;
  }
}

.banner-ad:hover {
  cursor: pointer;
}
.banner-ad:hover #circle-play-ad {
  opacity: 75%;
  transition: all 0.8s;
}

.banner-sivans {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .banner-sivans {
    width: 85%;
  }
}
.banner-sivans ul {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-top: 2px solid #CCC;
  padding-top: 20px;
}
.banner-sivans ul li:has(img) img {
  width: 171.23px;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .banner-sivans ul li:has(img) img {
    width: 140px;
  }
}
.banner-sivans ul li:has(p) {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0 30px;
}
@media only screen and (max-width: 768px) {
  .banner-sivans ul li:has(p) {
    flex-direction: column;
    gap: 10px 0;
  }
}
.banner-sivans ul li:has(p) p {
  color: #000;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.226px;
}
@media only screen and (max-width: 768px) {
  .banner-sivans ul li:has(p) p {
    font-size: 11px;
  }
}
.banner-sivans ul li:has(p) a {
  display: flex;
  text-align: center;
  padding: 9.968px 36.739px;
  justify-content: center;
  align-items: center;
  border-radius: 21.489px;
  background: #000;
  flex-shrink: 0;
  color: #fff;
  font-family: "Avenir Next";
  font-size: 15.117px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.167px;
}
@media only screen and (max-width: 768px) {
  .banner-sivans ul li:has(p) a {
    padding: 5.968px 12.739px;
    font-size: 12px;
  }
}

.ranking {
  height: 100%;
}
.ranking__main {
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .ranking__main {
    padding: 0 2rem;
  }
}

@media only screen and (max-width: 500px) {
  .pickup {
    margin-top: 2rem;
  }
}
.pickup__main {
  padding-top: 1.5rem;
}
@media only screen and (max-width: 500px) {
  .pickup__main {
    padding: 0 3rem;
  }
}
@media only screen and (max-width: 500px) {
  .pickup__container {
    padding-top: 2rem;
  }
}
.pickup__container .col-md-6 {
  padding: 0;
}

.circle-play-pickup {
  position: absolute;
  width: 10% !important;
  height: auto !important;
  margin-top: 14% !important;
  margin-left: 12.5% !important;
}

.circle-play-pickup:hover {
  opacity: 75%;
  transition: all 0.8s;
}

.keyword__container {
  margin: 2rem auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .keyword__container {
    padding: 0 2rem;
  }
}

.subscription {
  background-color: #f5f5f5;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  margin-top: -1rem;
}
.subscription h3 {
  font-size: 1.2rem;
  font-weight: 700;
}
.subscription form {
  width: 100%;
}
.subscription form input {
  height: 3rem;
}
.subscription form input[type=email] {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #e8e8e9;
}
.subscription form input[type=submit] {
  margin-left: -4px;
  width: 4.5rem;
  border: 1px solid #e8e8e9;
}
.subscription__inline {
  width: 100%;
  display: flex;
}

.sub-menu {
  display: flex;
  justify-content: space-around;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  padding: 1rem 20rem;
  text-transform: uppercase;
  color: #cbcbcb;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
}
.sub-menu li {
  white-space: nowrap;
  padding: 0 1rem;
}
.sub-menu li.is-active {
  position: relative;
  color: #64bcc7;
  font-weight: 700;
}
.sub-menu li.is-active::before {
  content: "";
  position: absolute;
  top: 2.8rem;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #64bcc7;
}
@media only screen and (max-width: 768px) {
  .sub-menu {
    padding: 1rem 3rem;
  }
}

.image-card {
  height: 100%;
  margin: 0 1rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .image-card {
    flex-direction: row;
    align-items: center;
  }
}
.image-card:hover .image-card__image {
  border: 1px solid #64bcc7;
}
.image-card__image {
  max-width: 30rem;
  min-width: 12rem;
  max-height: 26.5rem;
  flex: 3;
  border: 1px solid #cbcbcb;
}
@media only screen and (max-width: 500px) {
  .image-card__image {
    width: 15rem;
    height: 15rem;
  }
}
.image-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-card__body {
  flex: 4;
  padding: 2.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .image-card__body {
    padding: 1.5rem;
  }
}
.image-card__category {
  margin-bottom: 1rem;
}
.image-card__title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.image-tile {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .image-tile {
    margin-bottom: 1.5rem;
  }
}
.image-tile:hover .image-tile__image {
  border: 1px solid #64bcc7;
}
.image-tile__text {
  padding: 0 1rem 1rem 1rem;
  flex: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.image-tile__title {
  margin: 1rem 0;
  padding-right: 2.4rem !important;
  font-size: 1.4rem;
  font-weight: 700;
}
.image-tile__image {
  flex: 2;
  max-width: 13rem;
  height: 13rem;
  border: 1px solid #cbcbcb;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .image-tile__image {
    height: 13rem;
    width: 13rem;
  }
}
.image-tile__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 992px) {
  .image-tile__title {
    font-size: 1.4rem;
  }
  .author-label {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 992px) {
  .image-tile__text {
    height: 135px;
  }
}
@media only screen and (min-width: 1200px) {
  .image-tile__text {
    padding: 0;
    padding-left: 1rem;
    height: 130px;
  }
}
.image-list a {
  display: inline-block;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .image-list a {
    justify-content: space-around;
    align-items: center;
  }
}
.image-list a:hover .author-label .text--grey {
  color: #64bcc7;
}
.image-list:not(:last-child) {
  margin-bottom: 1.3rem;
}
.image-list__index {
  display: inline-block;
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 3.6rem;
  margin-right: 1.5rem;
}
.image-list__image {
  height: 100%;
  width: 100%;
  max-height: 6rem;
  max-width: 6rem;
  min-height: 6rem;
  min-width: 6rem;
  border: 1px solid #cbcbcb;
  transition: all 0.2s;
}
.image-list__image img {
  height: 100%;
  width: 100%;
}
.image-list__text {
  padding: 0 1rem;
  display: flex;
  align-items: center;
}
.image-list__title {
  line-height: 2rem;
  font-size: 1.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 500px) {
  .image-list__title {
    width: 25rem;
    line-height: 1.6rem;
  }
}
.image-list:hover .image-list__image {
  border: 1px solid #64bcc7;
}

.image-card-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
}
.image-card-row__image {
  width: 15rem;
  flex: 3;
  transition: all 0.3s;
  border: 1px solid #cbcbcb;
  background-size: cover;
  background-position: bottom;
  overflow: hidden;
  height: 13rem;
}
@media only screen and (max-width: 768px) {
  .image-card-row__image {
    height: 14rem;
  }
}
.image-card-row__image img {
  width: 100%;
  height: 100%;
}
.image-card-row__text {
  flex: 4;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.image-card-row__title {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8rem;
  margin: 2.5rem 0;
}
.image-card-row:hover .image-card-row__image {
  border: 1px solid #64bcc7;
}

@media only screen and (min-width: 992px) {
  .image-card-row__title {
    margin: 1.5rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .image-card-row__text {
    height: 145px;
  }
}
.image-card-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .image-card-column {
    flex-direction: row;
  }
}
.image-card-column:hover .image-card-column__image {
  border: 1px solid #64bcc7;
}
.image-card-column__image {
  max-width: 25rem;
  border: 1px solid #cbcbcb;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .image-card-column__image {
    min-width: 12rem;
    width: 12rem;
    max-width: 12rem;
  }
}
.image-card-column__image img {
  width: 100%;
  height: 100%;
}
.image-card-column__text {
  padding: 1rem;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.image-card-column__title {
  font-size: 1.5rem;
  font-weight: 700;
}

.image-round-column {
  max-width: 25rem;
  margin: 0 auto;
}
.image-round-column__image {
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  width: 19rem;
  height: 19rem;
  border: 4px solid #e8e8e9;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .image-round-column__image {
    width: 12rem;
    height: 12rem;
  }
}
.image-round-column__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-round-column__name {
  margin: 1rem 0;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.image-round-column__title {
  color: #cbcbcb;
  font-size: 1rem;
  text-align: center;
}
.image-round-column__desc {
  font-size: 1rem;
  line-height: 1.5rem;
  overflow: hidden;
  height: 30px;
  width: 100%;
}
.image-round-column a:hover .image-round-column__desc:after {
  color: #64bcc7;
}
.image-round-column:hover .image-round-column__image {
  filter: contrast(1.3);
}

.product-card-column {
  width: 25rem;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .product-card-column {
    width: 16rem;
  }
}
.product-card-column__image {
  margin: 0 auto;
  width: 25rem;
  height: 25rem;
}
@media only screen and (max-width: 768px) {
  .product-card-column__image {
    width: 16rem;
    height: 16rem;
  }
}
.product-card-column__image img {
  width: 100%;
  height: 100%;
}
.product-card-column__body {
  padding: 0 2rem;
}
@media only screen and (max-width: 768px) {
  .product-card-column__body {
    padding: 0 1rem;
  }
}
.product-card-column__brand {
  margin-top: 1rem;
  color: #cbcbcb;
  font-size: 1rem;
}
.product-card-column__name {
  font-size: 1.4rem;
  font-weight: 700;
}
.product-card-column__name img {
  margin-left: 0.5rem;
}
.product-card-column__price {
  color: #cbcbcb;
  font-size: 1rem;
  line-height: 1.5rem;
}

.video {
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

blockquote.wp-block-quote {
  position: relative;
  padding: 10px 15px 10px 60px;
  box-sizing: border-box;
  font-style: italic;
  background: #f5f5f5;
  color: #777777;
  border-left: 4px solid #9dd4ff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}
blockquote.wp-block-quote:before {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #9dd4ff;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}
blockquote.wp-block-quote:before p {
  padding: 0;
  margin: 7px 0;
  line-height: 1.7;
}
blockquote.wp-block-quote:before cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

.wp-block-pullquote {
  border: none;
  padding: 0;
}
.wp-block-pullquote blockquote {
  border-left: 0;
  border-top: 8px solid #64bcc7;
  border-bottom: 8px solid #64bcc7;
  padding: 16px 0;
  text-align: center;
  max-width: 50%;
  margin: 0 auto;
}
.wp-block-pullquote.alignleft blockquote, .wp-block-pullquote.alignright blockquote {
  max-width: 100%;
}

.wp-block-image img {
  height: auto !important;
}
.wp-block-image figcaption {
  position: relative;
  padding-left: 20px;
}
.wp-block-image figcaption::before {
  content: "▲";
  position: absolute;
  top: 1px;
  left: 3px;
  width: 2rem;
  height: 2rem;
  color: #7e7e7e;
}

.wp-block-button__link {
  font-size: 1.5rem !important;
}

figcaption {
  color: #7e7e7e;
  font-size: 1.2rem !important;
  text-align: left !important;
}

.entry-content p {
  font-size: 1.5rem;
  line-height: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .entry-content p {
    font-size: 1.5rem;
  }
}
.entry-content ul li {
  list-style: disc;
}
.entry-content ol {
  list-style-type: decimal;
}
.entry-content ol li {
  list-style: decimal;
}

.responsive-map {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.responsive-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.responsive-yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.responsive-yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

article .entry-content p em {
  position: relative;
  padding-left: 20px;
  font-size: 1.2rem;
  font-style: initial;
  color: #7e7e7e;
}
article .entry-content p em::before {
  content: "▲";
  position: absolute;
  margin: 0;
  top: 1px;
  left: 3px;
  width: 2rem;
  height: 2rem;
  color: #7e7e7e;
  margin-top: -6px;
}

.community-post .community-post-con {
  position: absolute;
  width: 160px;
  height: auto;
  margin-left: -200px;
  margin-top: 60px;
}
.community-post .community-post-con .community-post-img img {
  width: 200px;
  border: 1px #64BCC7 solid;
}
.community-post .community-post-con .community-post-name {
  margin-top: 17px;
  margin-bottom: 10px;
}
.community-post .community-post-con .community-post-name h3 {
  color: #000;
}
.community-post .community-post-con .community-post-icons {
  width: 220px;
  /* 
          .social__item:nth-child(2){ a {  img{  margin-left: -10px; }   }}
          .social__item:nth-child(3){ a {  img{  margin-left: -15px;}   }}
          .social__item:nth-child(4){ a {  img{  margin-left: -20px;}   }} */
}
.community-post .community-post-con .community-post-icons .social__item a {
  margin-right: 5.5px;
}
.community-post .community-post-con .community-post-icons .social__item a img {
  width: 17% !important;
}
.community-post .community-post-con .community-post-websites {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -20px;
  width: 200px;
  height: 100%;
}
.community-post .community-post-con .community-post-websites .community-post-website {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}
.community-post .community-post-con .community-post-websites .community-post-website a {
  width: 100%;
  font-size: 10px;
  font-weight: 700;
  color: #64BCC7;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.community-post .community-post-con-sm {
  width: 100%;
  height: auto;
  border-bottom: 1px #000 solid;
}
.community-post .community-post-con-sm .row {
  margin-top: 1em;
  margin-bottom: 1em;
}
.community-post .community-post-con-sm .row h4 {
  margin-top: 15px;
  margin-left: -30px;
}
.community-post .community-post-con-sm .row img {
  max-width: 85%;
  border: 1px #64BCC7 solid;
}
.community-post .community-post-con-sm .row .community-member {
  width: 100%;
  position: absolute;
  z-index: 3;
}
.community-post .community-post-con-sm .row .community-member p {
  width: 60px;
  margin-right: 0;
  background-color: #64BCC7;
  padding: 1px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  font-weight: 500;
  margin-right: 15px;
  margin-top: -25px;
  font-size: 10px;
}

@media only screen and (min-width: 1225px) {
  .community-post-con {
    display: block;
  }
  .community-post-con-sm {
    display: none;
  }
}
@media only screen and (max-width: 1225px) {
  .community-post-con {
    display: none;
  }
  .community-post-con-sm {
    display: block;
  }
}
/* Extra small devices (phones, 600px and down) */
#alg_currency_selector {
  position: fixed;
  z-index: 9999999;
  top: 50%;
  right: 0;
}
#alg_currency_selector a {
  font-size: 12px;
  padding: 5px 10px;
  line-height: 22px;
  color: #fff;
  background-color: #64bcc7;
  width: 100%;
  display: flex;
  justify-content: center;
}
#alg_currency_selector a:first-child {
  background-color: #00a2c6;
}
@media only screen and (max-width: 500px) {
  #alg_currency_selector {
    top: 75%;
  }
}

.category-header {
  margin-top: 3rem;
}

.category-archive {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .category-archive {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 769px) {
  .category-archive__main {
    margin-right: 3rem;
  }
}
.category-archive__sub {
  height: 100%;
}

center .entry-content p {
  font-size: 1.2rem;
}

#newsletter-form-category .subscription__inline #mc-embedded-subscribe-cat,
#newsletter-form-category .subscription__inline #mc-embedded-subscribe-cat-sp {
  opacity: 0.3;
  margin-left: unset;
  border: unset !important;
}
#newsletter-form-category .subscription__checkbox {
  padding: 0 15px;
}
#newsletter-form-category .subscription__checkbox .registercheck-cat,
#newsletter-form-category .subscription__checkbox .registercheck-cat-sp {
  display: block;
  border: 1px solid black;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3) inset;
  border-radius: 10%;
  width: 1.1rem;
  height: 1.1rem;
  margin-bottom: 0;
  cursor: pointer;
}
#newsletter-form-category .subscription__checkbox #registercheck-category,
#newsletter-form-category .subscription__checkbox #registercheck-category-sp {
  display: none;
}
#newsletter-form-category .subscription__checkbox #registercheck-category:checked + .registercheck-cat,
#newsletter-form-category .subscription__checkbox #registercheck-category-sp:checked + .registercheck-cat-sp {
  background-color: #64bcc7;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1) inset;
}
#newsletter-form-category .subscription__checkbox .registercheck-label {
  margin-bottom: 0;
  margin-left: 0.5vw;
}
#newsletter-form-category .subscription__checkbox .registercheck-label .registercheck-label-link {
  text-decoration: underline;
}

@media only screen and (max-width: 500px) {
  .category-showcase .image-card-row {
    height: 15rem;
  }
}
.category-showcase .ajax-loadmore-btn {
  background-color: #cbcbcb;
  width: 30%;
  margin: 3rem auto;
  border-radius: 2px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px 0;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
.category-showcase .ajax-loadmore-btn:hover {
  background-color: #64bcc7;
  color: #fff;
}

.author .content-wrapper .showcase-container {
  padding-left: 0;
  padding-right: 0;
}
.author .content-wrapper .image-card-column__text {
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .author .content-wrapper .image-card-row {
    height: 15rem;
  }
}
.author .content-wrapper .ajax-loadmore-btn {
  background-color: #cbcbcb;
  width: 30%;
  margin: 3rem auto;
  border-radius: 2px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px 0;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
.author .content-wrapper .ajax-loadmore-btn:hover {
  background-color: #64bcc7;
  color: #fff;
}

.writer__container {
  padding: 4rem 3rem 4rem !important;
}

.profile-icon__image {
  border: none !important;
}

.profile-text h3 {
  margin-bottom: 2rem;
}

.member-tag {
  width: 55px;
  margin-right: 0;
  background-color: #64BCC7;
  padding: 5px;
  padding-left: 8px;
  color: #fff;
  font-weight: 500;
  margin-right: 15px;
  position: absolute;
}

.article-container {
  position: relative;
  max-width: 65.1rem;
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (min-width: 769px) {
  .article-container {
    max-width: 76.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .article-container {
    max-width: 100%;
  }
}
.article-container--video {
  max-width: 100%;
  margin-bottom: 4rem;
}
.article-container .english_article {
  color: #fff;
  width: 155px;
  font-size: 1.2rem;
  background-color: #64bcc7;
  display: inline-block;
  border-radius: 0px !important;
  position: absolute;
  letter-spacing: 2px;
  margin-top: -5px;
  right: 15px;
}
.article-container .english_article_phone {
  color: #fff;
  width: 135px;
  font-size: 1.2rem;
  background-color: #64bcc7;
  display: none;
  border-radius: 0px !important;
  margin-top: 10px;
}
.article-container .article-content .article-content-main strong a {
  color: #64bcc7;
}
.article-container .article-content .article-content-main strong a:hover {
  text-decoration: underline !important;
}
.article-container .article-content .article-content-main .wp-block-button__link:hover {
  text-decoration: none !important;
}

.showcase-container {
  max-width: 1088px;
}

.sticky-share {
  position: absolute;
  top: 3rem;
  right: -20rem;
  display: flex;
  flex-direction: row;
  transition: all 0.5s ease-out;
}
.sticky-share__text {
  text-transform: uppercase;
  position: relative;
}
.sticky-share__text::before {
  content: "";
  position: absolute;
  top: 130%;
  left: 1.4rem;
  width: 1px;
  height: 5rem;
  background-color: #000;
}
.sticky-share__icons {
  margin-top: 8rem;
  margin-right: -0.8rem;
}
.sticky-share__icons li {
  margin-top: 1rem;
}
.sticky-share__icons li:last-child {
  margin-right: 0.9rem;
}

.vertical {
  writing-mode: vertical-rl;
}

.article-header {
  border-bottom: 1px solid #000;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.article-header__category {
  display: inline-block;
  text-transform: uppercase;
  color: #7e7e7e;
  letter-spacing: 2px;
  font-size: 12px;
}
.article-header__title {
  font-size: 2.6rem;
  font-weight: 700;
  margin: 2rem auto;
  margin-top: 4%;
}
@media only screen and (max-width: 768px) {
  .article-header__title {
    font-size: 2rem;
    margin: 1rem auto;
  }
}
.article-header__foot {
  font-size: 1.2rem;
}
.article-header__foot .v-spacer {
  display: inline-block;
  padding: 0 2rem;
}
.article-header__author {
  color: #7e7e7e;
  text-transform: uppercase;
  text-decoration: underline;
}
.article-header__date {
  color: #7e7e7e;
  text-transform: uppercase;
}
.article-header__sp-social {
  display: none;
}
@media only screen and (max-width: 768px) {
  .article-header__sp-social {
    display: flex;
  }
}

.article-content {
  font-size: 1.5rem;
  line-height: 2.5rem;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  .article-content {
    font-size: 1.4rem;
    flex-direction: column;
    align-items: center;
  }
}
.article-content article {
  max-width: 100%;
}
.article-content a {
  text-decoration: underline;
}
.article-content h1 {
  font-size: 2.6rem;
}
@media only screen and (max-width: 768px) {
  .article-content h1 {
    font-size: 2rem;
  }
}
.article-content p {
  font-size: 1.5rem;
  line-height: 2.8rem;
}
.article-content h2 {
  font-size: 2.2rem;
  line-height: 3rem;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .article-content h2 {
    font-size: 1.8rem;
  }
}
.article-content h3 {
  display: inline-block;
  position: relative;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .article-content h3 {
    font-size: 1.6rem;
  }
}
.article-content h4 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .article-content h4 {
    font-size: 1.4rem;
  }
}
.article-content h5 {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .article-content h5 {
    font-size: 1.3rem;
  }
}
.article-content h6 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .article-content h6 {
    font-size: 1rem;
  }
}
.article-content .caption,
.article-content .keyword {
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .article-content .caption,
  .article-content .keyword {
    font-size: 1rem;
  }
}
.article-content .category-label,
.article-content .date,
.article-content .article-author {
  font-size: 1rem;
  letter-spacing: 1px;
}

.article-footer h4 {
  font-size: 1.6rem;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .keywords {
    text-align: center;
  }
}

.recommended-articles {
  position: relative;
  padding-top: 30px;
  padding-bottom: 18px;
  border: 1px #cbcbcb solid;
}
.recommended-articles li {
  margin-left: 3rem;
  margin-right: 3rem;
  border-bottom: 1px #cbcbcb solid;
  margin-bottom: 10px;
}
.recommended-articles li a {
  font-weight: 700;
  text-decoration: underline;
}
.recommended-articles li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.round-image-small {
  width: 6rem;
  height: 6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
}

.article-author {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .article-author {
    flex-direction: column;
  }
}
.article-author span.pc-hide {
  color: #7e7e7e;
  font-size: 1rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
  .article-author span.pc-hide {
    display: none;
  }
}
.article-author__image {
  display: inline-block;
  overflow: hidden;
  border: 2px solid #cbcbcb;
}
@media only screen and (min-width: 769px) {
  .article-author__image {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .article-author__image {
    margin: 1rem auto;
  }
}
.article-author__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.article-author__text {
  font-size: 1.2rem;
}
.article-author__text span {
  display: none;
  color: #7e7e7e;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
  .article-author__text span {
    display: block;
  }
}
.article-author__text a {
  text-decoration: underline;
  text-transform: capitalize;
}

.article-movie {
  position: relative;
  width: 90rem;
}
@media only screen and (max-width: 768px) {
  .article-movie {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .article-movie iframe {
    width: 100%;
  }
}

.article-content--video {
  max-width: 90rem;
  display: flex;
}

.profile-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20rem;
  height: 11rem;
  /*  &__text {} */
}
@media only screen and (max-width: 768px) {
  .profile-icon__container {
    width: 15rem;
  }
}
.profile-icon__image {
  display: inline-block;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  overflow: hidden;
  border: 4px solid #e8e8e9;
}
.profile-icon__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile-icon__image--writer {
  width: 15.5rem;
  height: 15.5rem;
}
@media only screen and (max-width: 768px) {
  .profile-icon__image--writer {
    width: 8.8rem;
    height: 8.8rem;
  }
}
.profile-icon__name {
  display: inline-block;
  font-size: 1.2rem;
  text-decoration: underline;
}

.profile {
  display: flex;
}

.profile-text h3 {
  font-size: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .profile-text h3 {
    font-size: 1.6rem;
  }
}
.profile-text p {
  font-size: 1rem;
}
.profile-text__title {
  color: #cbcbcb;
}
.profile-text__main {
  color: #000;
}

.profile-links {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .profile-links {
    flex-direction: column;
    align-items: flex-start;
  }
}
.profile-links a.icon {
  width: 2.4rem;
  height: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .profile-links a.icon {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.writer__container {
  padding: 6rem 3rem 6rem;
}
@media only screen and (max-width: 768px) {
  .writer__container {
    padding: 3rem 1.5rem 3rem;
  }
}
.writer__url {
  text-transform: uppercase;
  color: #64bcc7;
  font-size: 1.2rem;
  margin-left: 3rem;
  line-height: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .writer__url {
    margin-left: 0;
    font-size: 0.8rem;
  }
}

.wp-block-buttons .wp-block-button {
  margin-right: 0 !important;
  margin-bottom: 20px !important;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  font-size: 1.2rem !important;
  padding: 7px 10px !important;
}

.wp-block-media-text__media img {
  height: auto !important;
}

.btn-article {
  color: #fff;
  background-color: #32373c;
  border: none;
  border-radius: 28px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}

.btn-article:hover {
  color: #fff;
}

.social {
  justify-content: left;
}

.female-lead-section {
  background-color: #812121;
  margin-right: 0px;
  margin-left: 0px;
}
.female-lead-section .logo {
  padding: 5px;
}
.female-lead-section .logo a {
  display: flex;
  justify-content: center;
}
.female-lead-section .logo a img {
  width: 75%;
}
.female-lead-section .desc {
  padding: 12px 15px;
}
.female-lead-section .desc p {
  color: white;
  font-size: 1.45rem;
  line-height: 2em;
}
@media only screen and (max-width: 600px) {
  .female-lead-section .logo {
    margin: auto;
  }
  .female-lead-section .logo img {
    width: 100%;
    margin-left: 9%;
  }
  .female-lead-section .desc p {
    font-size: 1.2rem;
    line-height: 1.6em;
  }
}
.stand-with-israel-section-col picture img {
  width: 100%;
}

.second_title {
  font-weight: 200;
  color: grey;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .english_article {
    display: none !important;
  }
  .english_article_phone {
    display: block !important;
  }
  .article-header__title {
    margin: 3rem auto;
    margin-bottom: 1.5rem;
    line-height: 1.5em;
  }
  .desc {
    padding: 12px;
  }
  .desc p {
    font-size: 12px;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .article-header__title {
    margin: 3rem auto;
    margin-bottom: 1.5rem;
    line-height: 1.5em;
  }
}
/* CSS for Shortcode realted posts ('shortcode_realated') */
.sc-realeted-post-col {
  padding: 3rem;
  border: 1px #cbcbcb solid;
}
.sc-realeted-post-col .recommended-articles-header {
  margin-top: -50px;
  margin-left: 0px;
}
.sc-realeted-post-col .sc-realeted-post {
  margin-bottom: 0px !important;
}
.sc-realeted-post-col .sc-realeted-post .sc-realeted-post-image {
  border: unset;
  max-width: 15rem;
}
.sc-realeted-post-col .sc-realeted-post .sc-realeted-post-text .category-label {
  font-size: 1rem;
}
@media only screen and (max-width: 768px) and (min-width: 10px) {
  .sc-realeted-post-col .sc-realeted-post .sc-realeted-post-text .category-label {
    font-size: 0.9rem;
    line-height: 1.8rem;
  }
}
.sc-realeted-post-col .sc-realeted-post .sc-realeted-post-text .image-tile__title {
  padding-right: 0 !important;
}
.sc-realeted-post-col .sc-realeted-post .sc-realeted-post-text .image-tile__title .sc-realeted-post-title {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) and (min-width: 10px) {
  .sc-realeted-post-col .sc-realeted-post .sc-realeted-post-text .image-tile__title {
    line-height: 1.8rem;
  }
}
.sc-realeted-post-col .sc-realeted-post .sc-realeted-post-text .author-label span {
  font-size: 1rem;
}
@media only screen and (max-width: 768px) and (min-width: 10px) {
  .sc-realeted-post-col .sc-realeted-post .sc-realeted-post-text .author-label span {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 768px) and (min-width: 10px) {
  .sc-realeted-post-col .sc-realeted-post .sc-realeted-post-text .author-label {
    line-height: 1.8rem;
  }
}

#post-gallery {
  background-color: #f5f5f5;
  padding: 3vh 1.5vw;
  margin: 5vh 0;
}
@media only screen and (max-width: 768px) and (min-width: 10px) {
  #post-gallery {
    padding: 2rem 4rem;
  }
}
#post-gallery .slick-post .slider_content {
  height: 100%;
  position: relative;
}
#post-gallery .slick-post .slider_content_img {
  width: 60%;
  margin: auto;
}
@media only screen and (max-width: 768px) and (min-width: 10px) {
  #post-gallery .slick-post .slider_content_img {
    width: 100%;
  }
}
#post-gallery .slick-post .slider_content_description {
  margin-top: 3vh;
}
#post-gallery .slick-post .slider_content_count {
  position: absolute;
  right: 0;
  bottom: 0;
}
#post-gallery .slick-post .slider_content_count p {
  text-align: right;
}
#post-gallery .slick-post .slick-prev,
#post-gallery .slick-post .slick-next {
  width: 2vw;
}
@media only screen and (max-width: 768px) and (min-width: 10px) {
  #post-gallery .slick-post .slick-prev,
  #post-gallery .slick-post .slick-next {
    width: 2rem;
  }
}
@media only screen and (max-width: 768px) and (min-width: 10px) {
  #post-gallery .slick-post .slick-prev {
    left: -4.5rem !important;
  }
}
@media only screen and (max-width: 768px) and (min-width: 10px) {
  #post-gallery .slick-post .slick-next {
    right: -4.5rem !important;
  }
}
#post-gallery .pagingInfo {
  text-align: end;
  font-weight: bold;
}

.page-template-static-page h1 {
  text-align: center;
  margin-top: 3rem;
}
.page-template-static-page .terms-container .wp-block-image {
  display: flex;
  justify-content: center;
}
.page-template-static-page .terms-container .wp-block-image img {
  max-width: 40% !important;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.page-template-static-page .terms-container .wp-block-table td,
.page-template-static-page .terms-container .wp-block-table th {
  border: none;
}
.page-template-static-page .terms-container h4 {
  margin-top: 20px;
}
.page-template-static-page .terms-container h5 {
  margin-top: 6rem;
  margin-bottom: 3rem;
  font-size: 1.7rem;
}
.page-template-static-page .terms-container h6 {
  font-size: 1.7rem;
  margin-top: 3rem;
}
.page-template-static-page .terms-container h2 {
  font-size: 1.5rem;
  text-align: right;
  margin-top: 2rem;
}
.page-template-static-page .wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
  height: 1px !important;
}
.page-template-static-page .wpcf7 {
  width: 100% !important;
}
.page-template-static-page .wpcf7-form {
  width: 100% !important;
}
.page-template-static-page .wpcf7-form input[type=text],
.page-template-static-page .wpcf7-form label,
.page-template-static-page input[type=email],
.page-template-static-page input[type=url],
.page-template-static-page input[type=password],
.page-template-static-page input[type=search],
.page-template-static-page input[type=number],
.page-template-static-page input[type=tel],
.page-template-static-page input[type=range],
.page-template-static-page input[type=date],
.page-template-static-page input[type=month],
.page-template-static-page input[type=week],
.page-template-static-page input[type=time],
.page-template-static-page input[type=datetime],
.page-template-static-page input[type=datetime-local],
.page-template-static-page input[type=color],
.page-template-static-page select,
.page-template-static-page textarea {
  width: 100% !important;
}
.page-template-static-page .wp-block-contact-form-7-contact-form-selector {
  margin-top: 4rem;
}
.page-template-static-page .wp-block-contact-form-7-contact-form-selector input:not([type=checkbox]),
.page-template-static-page .wp-block-contact-form-7-contact-form-selector textarea {
  border: 1px #5e5e5e solid;
  min-height: 40px;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}
.page-template-static-page .wp-block-contact-form-7-contact-form-selector textarea {
  resize: none;
}
.page-template-static-page .wp-block-contact-form-7-contact-form-selector .wpcf7-list-item {
  margin: 0;
}
.page-template-static-page .wp-block-contact-form-7-contact-form-selector input[type=submit] {
  width: 20%;
  background-color: #64BCC7;
  color: #FFFFFF;
  border: none;
  margin-left: 42%;
  margin-top: 3rem;
}
.page-template-static-page .wp-block-contact-form-7-contact-form-selector input[type=submit]:hover {
  color: #000000;
  background-color: #d5d5d5;
}
.page-template-static-page .lt-two .image-tile__image .circle-play-pickup {
  margin-top: 7% !important;
  margin-left: 7% !important;
}

.page-template-newsletter-register .grecaptcha-badge,
#page-template-static-contact .grecaptcha-badge,
#page-template-static-about .grecaptcha-badge {
  display: block !important;
  visibility: visible !important;
}

.community-members .lt-ten {
  margin-top: 60px;
}
.community-members .lt-ten .community-card-member {
  margin-bottom: 20px;
}
.community-members .lt-ten .community-card-member .rounded-circle {
  padding: 4px;
  width: 90px;
  background-color: #fff;
  z-index: 2;
  position: absolute;
  margin-top: -40%;
}
.community-members .lt-ten .community-card-member .community-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}
.community-members .lt-ten .community-card-member .community-card .community-card-member-bgi,
.community-members .lt-ten .community-card-member .community-card .community-card-member-details {
  min-width: 100%;
  margin-right: 0px;
  background-color: #fff;
}
.community-members .lt-ten .community-card-member .community-card .community-card-member-bgi {
  height: 100px;
  overflow: hidden;
}
.community-members .lt-ten .community-card-member .community-card .community-card-member-bgi img {
  margin: 0;
}
.community-members .lt-ten .community-card-member .community-card .community-card-member-bgi .community-card-new {
  width: 100%;
  position: absolute;
  z-index: 3;
}
.community-members .lt-ten .community-card-member .community-card .community-card-member-bgi .community-card-new p {
  width: 55px;
  margin-right: 0;
  background-color: #B9406D;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  font-weight: 500;
  margin-right: 15px;
  margin-top: 15px;
}
.community-members .lt-ten .community-card-member .community-card .community-card-member-details {
  min-height: 150px;
  height: 100%;
}
.community-members .lt-ten .community-card-member .community-card .community-card-member-details .community-card-title {
  margin-top: 10px;
  margin-left: 100px;
}
.community-members .lt-ten .community-card-member .community-card .community-card-member-details .community-card-content {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}

.page-404 .page-404-title {
  font-size: 70px;
  color: #000;
  margin-top: 100px;
}
.page-404 .page-404-description {
  font-size: 15px;
  color: #000;
  margin-top: 50px;
}
.page-404 .page-404-button {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  background-color: #64bcc7;
  display: inline-block;
  width: 248px;
  height: 28px;
  vertical-align: middle;
  margin-top: 50px;
  margin-bottom: 90px;
}

.error404 #wcuCurrencySwitcherSimpleClassic {
  display: none !important;
}

.thankyou .thankyou-title {
  margin-top: 120px;
  font-size: 25px !important;
  color: #000;
}
.thankyou .thankyou-description {
  margin-top: 30px;
}
.thankyou .thankyou-description p {
  font-weight: 700;
  color: #000;
}
.thankyou .thankyou-description .thankyou-icon {
  padding-left: 5px;
  padding-right: 5px;
}
.thankyou .thankyou-description .thankyou-icon:nth-child(2) img {
  margin-top: -8px;
  padding-right: 5px;
}
.thankyou .thankyou-buttons {
  margin-top: 40px;
  margin-bottom: 120px;
}
.thankyou .thankyou-buttons .thankyou-button-back-previous,
.thankyou .thankyou-buttons .thankyou-button-back-home {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  background-color: #64bcc7;
  display: inline-block;
  width: 248px;
  height: 34px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 769px) {
  .thankyou .thankyou-title {
    font-size: 18px !important;
  }
  .thankyou .thankyou-buttons .thankyou-button-back-previous,
  .thankyou .thankyou-buttons .thankyou-button-back-home {
    width: 100%;
  }
}
.collaborators .collaborators-header .archive-label {
  margin-top: 2rem;
}
.collaborators .collaborators-navbar-pc .tab {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.3rem;
  padding: 0 0.7rem;
}
.collaborators .collaborators-navbar-pc .tab:nth-child(1) {
  padding-left: 0;
}
.collaborators .collaborators-navbar-pc .separator:last-child {
  display: none;
}
.collaborators .collaborators-navbar-sp .form-select {
  width: 100%;
  height: 5rem;
  text-align: center;
  text-align-last: center;
  -moz-text-align-last: center;
}
.collaborators .collaborators-navbar-sp .form-select:focus {
  border: 1px solid #64bcc7;
}
.collaborators .collaborators-cards-header {
  margin-top: 3rem;
}
.collaborators .collaborators-cards-header h2 {
  text-transform: uppercase;
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 1rem;
  border-bottom: unset;
}
@media only screen and (max-width: 768px) and (min-width: 0px) {
  .collaborators .collaborators-cards-header h2 {
    border-bottom: 1px solid black;
  }
}
.collaborators .collaborators-cards {
  border-bottom: 1px solid black;
}
@media only screen and (max-width: 768px) and (min-width: 0px) {
  .collaborators .collaborators-cards {
    border-bottom: unset;
  }
}
.collaborators .collaborators-cards .collaborate-col {
  margin-bottom: 4.5rem !important;
}
.collaborators .collaborators-cards .collaborate-col .collaborate-name .collaborate-name-english {
  font-size: 1.7rem;
  font-weight: bold;
}
.collaborators .collaborators-cards .collaborate-col .collaborate-name .collaborate-name-japanese {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
}
.collaborators .collaborators-cards .collaborate-col .collaborate-desc {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  min-height: 4.5rem;
}
.collaborators .collaborators-cards .collaborate-col .collaborate-desc p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 100;
}
.collaborators .collaborators-cards .collaborate-col .collaborate-buttons-row .btn {
  width: 100%;
  border-radius: unset;
  font-size: 1.2rem;
  padding: 0.7rem 0.75rem;
}
.collaborators .collaborators-cards .collaborate-col .collaborate-buttons-row .btn:hover {
  background-color: #64bcc7;
  border-color: #64bcc7;
}
.collaborators .collaborators-cards:last-child {
  border-bottom: unset;
}

/*  scroll css section here*/
.scrolltop {
  position: fixed;
  z-index: 1;
  bottom: 70px;
  right: 40px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: none;
}
.scrolltop .icon {
  font-size: 30px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) and (min-width: 0px) {
  .scrolltop {
    bottom: 35px;
    right: 30px;
    width: 40px;
    height: 40px;
  }
  .scrolltop .icon img {
    margin-top: -10px;
  }
}

.female-lead {
  max-width: 1125px !important;
}
.female-lead .female-lead-header {
  padding-top: 60px;
  overflow: hidden;
  height: 350px;
}
.female-lead .female-lead-header .female-lead-header-logo {
  padding-top: 40px;
}
.female-lead .female-lead-header .female-lead-header-logo img {
  width: 75%;
}
.female-lead .female-lead-header .female-lead-header-logo .female-lead-tag-desc div div {
  padding-top: 15px;
  position: absolute;
  width: 120%;
  z-index: 2;
  color: #fff;
  font-size: 15px;
  font-weight: none;
}
.female-lead .female-lead-header .female-lead-header-slider .slider {
  height: auto;
}
.female-lead .female-lead-header .female-lead-header-slider .slider .slick-prev,
.female-lead .female-lead-header .female-lead-header-slider .slider .slick-next,
.female-lead .female-lead-header .female-lead-header-slider .slider .slick-dots {
  display: none !important;
}
.female-lead .female-lead-header-mobile .slider {
  height: auto;
}
.female-lead .female-lead-header-mobile .slider .slick-prev,
.female-lead .female-lead-header-mobile .slider .slick-next,
.female-lead .female-lead-header-mobile .slider .slick-dots {
  display: none !important;
}
.female-lead .female-lead-header-mobile .female-lead-tag-desc p {
  width: 82%;
  padding-top: 25px;
  color: white;
  font-size: 12px;
  line-height: 2.5rem;
}
.female-lead .female-lead-header-mobile .female-lead-header-logo img {
  width: 82% !important;
  position: absolute;
  top: -92px;
}
.female-lead .female-lead-main {
  margin-top: 60px;
}
.female-lead .female-lead-main .card {
  width: 100% !important;
  height: auto;
  margin-bottom: 30px;
  overflow: hidden;
}
.female-lead .female-lead-main .card .card-image {
  background-color: #cbcbcb;
}
.female-lead .female-lead-main .card .card-image img {
  width: 100%;
  height: auto;
}
.female-lead .female-lead-main .card .card-body {
  width: 100%;
  min-height: 125px;
  bottom: 0;
  background-color: white;
}
.female-lead .female-lead-main .card .card-body .card-cat {
  font-size: 1rem;
  color: grey;
}
.female-lead .female-lead-main .card .card-body .card-title {
  text-decoration: none;
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  min-height: 80px;
}
@media only screen and (max-width: 600px) {
  .female-lead .female-lead-main .card .card-body .card-title {
    font-size: 1.2rem;
    min-height: 45px;
  }
}
.female-lead .female-lead-main .card .card-body .card-title:hover {
  color: #812121;
  transition: all 0.5s;
}
@media only screen and (max-width: 600px) {
  .female-lead .female-lead-main .card .card-body {
    min-height: 0px;
    height: 75px;
  }
}
@media only screen and (max-width: 600px) {
  .female-lead .female-lead-main .card {
    height: 100%;
    margin-top: 3vh;
    padding-right: 0px;
    padding-left: 0px;
    border: none;
  }
}
@media only screen and (max-width: 600px) {
  .female-lead .female-lead-main {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 600px) {
  .female-lead {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .female-lead .female-lead-header {
    display: none;
  }
  .female-lead .female-lead-main {
    padding-left: 25px;
    padding-right: 25px;
  }
  .female-lead .female-lead-main .card {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #812121;
    height: 95%;
    /*    .card-image {
        width: 103%;
    }

    .card-body {
        width: 90% !important;
    } */
  }
}
.page-template-standwithisrael #wcuCurrencySwitcherSimpleClassic {
  display: none !important;
}
.page-template-standwithisrael .stand-with-israel {
  max-width: 1125px !important;
}
.page-template-standwithisrael .stand-with-israel .stand-with-israel-header {
  padding: 50px 0;
  overflow: hidden;
}
.page-template-standwithisrael .stand-with-israel .stand-with-israel-header-col picture img {
  width: 100%;
}
.page-template-standwithisrael .stand-with-israel .stand-with-israel-main .card {
  width: 100% !important;
  height: auto;
  margin-bottom: 30px;
  overflow: hidden;
}
.page-template-standwithisrael .stand-with-israel .stand-with-israel-main .card .card-image {
  background-color: #cbcbcb;
}
.page-template-standwithisrael .stand-with-israel .stand-with-israel-main .card .card-image img {
  width: 100%;
  height: auto;
}
.page-template-standwithisrael .stand-with-israel .stand-with-israel-main .card .card-body {
  width: 100%;
  min-height: 125px;
  bottom: 0;
  background-color: white;
}
.page-template-standwithisrael .stand-with-israel .stand-with-israel-main .card .card-body .card-cat {
  font-size: 1rem;
  color: grey;
}
.page-template-standwithisrael .stand-with-israel .stand-with-israel-main .card .card-body .card-title {
  text-decoration: none;
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  min-height: 80px;
}
@media only screen and (max-width: 600px) {
  .page-template-standwithisrael .stand-with-israel .stand-with-israel-main .card .card-body .card-title {
    font-size: 1rem;
    line-height: 1.65rem;
    min-height: 45px;
  }
}
.page-template-standwithisrael .stand-with-israel .stand-with-israel-main .card .card-body .card-title:hover {
  color: #2C47A8;
  transition: all 0.5s;
}
@media only screen and (max-width: 600px) {
  .page-template-standwithisrael .stand-with-israel .stand-with-israel-main .card .card-body {
    min-height: 0px;
  }
  .page-template-standwithisrael .stand-with-israel .stand-with-israel-main .card .card-body .author-label {
    font-size: 0.7rem;
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (max-width: 600px) {
  .page-template-standwithisrael .stand-with-israel .stand-with-israel-main .card {
    height: 100%;
    margin-top: 3vh;
    padding-right: 0px;
    padding-left: 0px;
    border: none;
  }
}
@media only screen and (max-width: 600px) {
  .page-template-standwithisrael .stand-with-israel .stand-with-israel-main {
    margin-top: 5px;
  }
}
.page-template-standwithisrael .stand-with-israel .stand-with-israel-main .no-posts {
  display: flex;
  justify-content: center;
  margin: 7vh 0;
}
.page-template-standwithisrael .stand-with-israel .stand-with-israel-main .no-posts h2 {
  font-size: 3vw;
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .page-template-standwithisrael .stand-with-israel {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .page-template-standwithisrael .stand-with-israel .stand-with-israel-header {
    padding: 0;
  }
  .page-template-standwithisrael .stand-with-israel .stand-with-israel-main {
    padding-left: 25px;
    padding-right: 25px;
  }
  .page-template-standwithisrael .stand-with-israel .stand-with-israel-main .card {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    height: 90%;
    /*    .card-image {
        width: 103%;
    }

    .card-body {
        width: 90% !important;
    } */
  }
}

.page-template-newsletter-register #register-page-form {
  padding: 0 15vw;
  margin-bottom: 3vh;
}
.page-template-newsletter-register #register-page-form .register-page-email-col {
  border: 1px solid black;
  padding: 0;
  margin: 0 15px;
}
.page-template-newsletter-register #register-page-form .register-page-email-col input[type=text] {
  display: inline-block;
  width: 26rem;
  height: 3.1rem;
  line-height: 3.1rem;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  outline: none;
  width: 90%;
  background-color: #F5F5F5;
}
.page-template-newsletter-register #register-page-form .register-page-email-col input[type=submit] {
  margin-left: -0.4rem;
  color: #fff;
  font-size: 1.2rem;
  background-color: #64bcc7;
  display: inline-block;
  height: 3.1rem;
  line-height: 3.1rem;
  width: 10%;
  opacity: 0.3;
}
.page-template-newsletter-register #register-page-form .registercheck-row {
  margin-top: 1rem;
}
.page-template-newsletter-register #register-page-form .registercheck-row .rglabel {
  display: block;
  border: 1px solid black;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3) inset;
  border-radius: 10%;
  width: 1.1rem;
  height: 1.1rem;
  margin-bottom: 0;
  cursor: pointer;
}
.page-template-newsletter-register #register-page-form .registercheck-row .registercheck-register {
  display: none;
}
.page-template-newsletter-register #register-page-form .registercheck-row .registercheck-register:checked + .rglabel {
  background-color: #64bcc7;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1) inset;
}
.page-template-newsletter-register #register-page-form .registercheck-row .registercheck-label {
  font-size: 1.1rem;
  margin-bottom: 0;
  margin-left: 0.2rem;
}
.page-template-newsletter-register #register-page-form .registercheck-row .registercheck-label .registercheck-label-link {
  font-size: 1.1rem;
  margin-bottom: 0;
  margin-left: 0.2rem;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) and (min-width: 0px) {
  .page-template-newsletter-register #register-page-form {
    padding: 0;
  }
}
.page-template-newsletter-register .lt-two .image-tile__image .circle-play-pickup {
  margin-top: 7% !important;
  margin-left: 7% !important;
}

.campaigns-template-default #wcuCurrencySwitcherSimpleClassic {
  display: none !important;
}

.campaign-wrapper {
  max-width: none !important;
}
.campaign-wrapper .container {
  padding-right: 0;
  padding-left: 0;
  max-width: 50% !important;
}
@media only screen and (max-width: 768px) {
  .campaign-wrapper .container {
    max-width: 65% !important;
  }
}
@media only screen and (max-width: 500px) {
  .campaign-wrapper .container {
    padding: 0 3rem;
    max-width: 80% !important;
  }
}
@media only screen and (max-width: 768px) {
  .campaign-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.campaign-wrapper .subscription {
  padding: 3rem 2rem;
  font-size: 1.5rem;
}
.campaign-wrapper .subscription_inline {
  margin-bottom: 1rem;
}
.campaign-wrapper .divider {
  color: #64bcc7;
  margin: 9rem 0 6rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.campaign-wrapper .divider p {
  font-size: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .campaign-wrapper .divider p {
    font-size: 2rem;
  }
}
.campaign-wrapper .divider::before, .campaign-wrapper .divider::after {
  content: "";
  display: block;
  height: 0.09em;
  min-width: 40vw;
}
@media only screen and (max-width: 768px) {
  .campaign-wrapper .divider::before, .campaign-wrapper .divider::after {
    min-width: 35vw;
  }
}
@media only screen and (max-width: 500px) {
  .campaign-wrapper .divider::before, .campaign-wrapper .divider::after {
    min-width: 30vw;
  }
}
.campaign-wrapper .divider::before {
  background: linear-gradient(to right, rgba(240, 240, 240, 0), #64bcc7);
  margin-right: 4vh;
}
.campaign-wrapper .divider::after {
  background: linear-gradient(to left, rgba(240, 240, 240, 0), #64bcc7);
  margin-left: 4vh;
}
@media only screen and (max-width: 768px) {
  .campaign-wrapper .divider {
    margin: 5rem 0 4rem 0;
  }
}
.campaign-wrapper .campaign-top-sec-image-pc {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .campaign-wrapper .campaign-top-sec-image-pc {
    display: none;
  }
}
.campaign-wrapper .campaign-top-sec-image-sp {
  width: 100%;
  display: none;
}
@media only screen and (max-width: 768px) {
  .campaign-wrapper .campaign-top-sec-image-sp {
    display: block;
  }
}
.campaign-wrapper .campaign-top-sec-text p {
  font-weight: 100;
  font-size: 1.8rem;
  text-align: center;
  line-height: 4rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .campaign-wrapper .campaign-top-sec-text p {
    font-size: 1.4rem;
    line-height: 3rem;
  }
}
.campaign-wrapper .campaign-top-sec-buttons .col-6 {
  padding: 0 2rem;
}
.campaign-wrapper .campaign-top-sec-buttons .btn {
  font-size: 1.45rem;
  color: #fff;
  width: 100%;
  height: 7rem;
}
@media only screen and (max-width: 768px) {
  .campaign-wrapper .campaign-top-sec-buttons .btn {
    width: 100%;
    font-size: 1.4rem;
  }
}
.campaign-wrapper .campaign-top-sec-buttons-left {
  background-color: #707070;
}
@media only screen and (max-width: 768px) {
  .campaign-wrapper .campaign-top-sec-buttons-left {
    margin-bottom: 2rem;
  }
}
.campaign-wrapper .campaign-top-sec-buttons-right {
  background-color: #64bcc7;
}
.campaign-wrapper .campaign-gift-sec-number {
  margin-bottom: 2rem;
}
.campaign-wrapper .campaign-gift-sec-number-text {
  font-size: 1.8rem;
  background-color: #64bcc7;
  color: #fff;
  width: fit-content;
  padding: 1rem 3rem;
}
@media only screen and (max-width: 768px) {
  .campaign-wrapper .campaign-gift-sec-number-text {
    font-size: 1.4rem;
  }
}
.campaign-wrapper .campaign-gift-sec-number-text .number {
  font-size: 3vh;
}
.campaign-wrapper .campaign-gift-sec-card {
  background-color: #F5F5F5;
  padding: 3rem;
  margin: 4rem 0;
}
.campaign-wrapper .campaign-gift-sec-card-content {
  margin: auto;
}
.campaign-wrapper .campaign-gift-sec-card-content h4 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .campaign-wrapper .campaign-gift-sec-card-content h4 {
    margin-top: 1rem;
  }
}
.campaign-wrapper .campaign-gift-sec-card-content p {
  line-height: 3rem;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .campaign-wrapper .campaign-gift-sec-card-content p {
    font-size: 1.4rem;
  }
}
.campaign-wrapper .campaign-gift-sec-card img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .campaign-wrapper .campaign-gift-sec-card {
    padding: 2rem 1rem;
    margin: 2rem 0;
  }
}
.campaign-wrapper .campaign-gift-sec-btn a {
  font-size: 1.45rem;
  color: #fff;
  width: 40%;
  height: 7rem;
  background-color: #64bcc7;
}
@media only screen and (max-width: 768px) {
  .campaign-wrapper .campaign-gift-sec-btn a {
    width: 100%;
    font-size: 1.4rem;
  }
}
.campaign-wrapper .campaign-application-sec-text {
  margin-bottom: 4rem;
}
.campaign-wrapper .campaign-application-sec-text p {
  text-align: center;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .campaign-wrapper .campaign-application-sec-text p {
    font-size: 1.4rem;
  }
}
.campaign-wrapper .campaign-application-sec-form form#register-page-form {
  margin-bottom: 0 !important;
}
.campaign-wrapper .campaign-application-sec-form form#register-page-form .register-page-email-col {
  margin: 0 !important;
}
.campaign-wrapper .campaign-application-sec-form form#register-page-form .register-page-email-col input[type=text] {
  width: 100% !important;
  background-color: #fff !important;
  height: 7rem !important;
  font-size: 1.8rem;
}
@media only screen and (max-width: 500px) {
  .campaign-wrapper .campaign-application-sec-form form#register-page-form .register-page-email-col {
    margin: 0 15px !important;
  }
}
.campaign-wrapper .campaign-application-sec-form form#register-page-form .registercheck-row {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.campaign-wrapper .campaign-application-sec-form form#register-page-form .registercheck-row .registercheck-check-col {
  padding: 0;
}
.campaign-wrapper .campaign-application-sec-form form#register-page-form .registercheck-row .registercheck-check-col .rglabel {
  width: 1.5rem;
  height: 1.5rem;
}
.campaign-wrapper .campaign-application-sec-form form#register-page-form .registercheck-row .registercheck-label-col {
  padding: 0;
}
.campaign-wrapper .campaign-application-sec-form form#register-page-form .registercheck-row .registercheck-label-col .registercheck-label {
  font-size: 1.8rem;
  margin-left: unset !important;
}
.campaign-wrapper .campaign-application-sec-form form#register-page-form .registercheck-row .registercheck-label-col .registercheck-label a {
  font-size: 1.8rem;
}
.campaign-wrapper .campaign-application-sec-form form#register-page-form .register-submit-row .register-submit-col {
  padding: 0;
}
.campaign-wrapper .campaign-application-sec-form form#register-page-form .register-submit-row .register-submit-col input[type=submit] {
  width: 100%;
  height: 7rem;
  font-size: 1.8rem;
  opacity: 0.3;
}
@media only screen and (max-width: 500px) {
  .campaign-wrapper .campaign-application-sec-form form#register-page-form .register-submit-row .register-submit-col {
    margin: 0 15px !important;
  }
}
.campaign-wrapper .campaign-rules-sec {
  width: 100%;
  height: 45rem;
  line-height: 3em;
  overflow: scroll;
  padding: 3rem 5rem;
  margin-bottom: 9rem;
  color: #000;
  border: 1px solid #cbcbcb;
}
.campaign-wrapper .campaign-rules-sec p {
  font-size: 1.8rem;
  line-height: 3rem;
}
@media only screen and (max-width: 768px) {
  .campaign-wrapper .campaign-rules-sec p {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .campaign-wrapper .campaign-rules-sec {
    width: 85%;
    height: 40rem;
    margin-bottom: 6rem;
    padding: 2rem 2rem;
  }
}

@media only screen and (max-width: 500px) {
  .search-results .image-card-row {
    height: 15rem;
  }
}

.single-feature #wcuCurrencySwitcherSimpleClassic {
  display: none !important;
}
.single-feature .single-dest {
  box-shadow: inset 0px -6px 70px -20px #D3D4D3;
  margin-top: 0 !important;
  background-color: #fff !important;
}
.single-feature .single-dest .destination-content-wrapper {
  padding: 5rem 0;
  margin-bottom: 0 !important;
  max-width: unset !important;
  padding-bottom: 0;
}
.single-feature .single-dest .destination-content-wrapper .dest-header {
  padding: 0;
}
@media only screen and (max-width: 500px) {
  .single-feature .single-dest .destination-content-wrapper .dest-header {
    padding: 0 2rem;
  }
}
.single-feature .single-dest .destination-content-wrapper .top-header-row p {
  font-weight: 900;
  font-size: 1.8rem;
}
@media only screen and (max-width: 500px) {
  .single-feature .single-dest .destination-content-wrapper .top-header-row p {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 500px) {
  .single-feature .single-dest .destination-content-wrapper .top-header-row {
    margin-bottom: 1rem;
  }
}
.single-feature .single-dest .destination-content-wrapper .title-row {
  margin: 2rem 0 4rem 0;
  padding: 0;
}
.single-feature .single-dest .destination-content-wrapper .title-row .col {
  padding-left: 0;
}
.single-feature .single-dest .destination-content-wrapper .title-row_title {
  font-size: 4rem;
  text-align: start;
  padding-left: 15px;
}
@media only screen and (max-width: 500px) {
  .single-feature .single-dest .destination-content-wrapper .title-row_title {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .single-feature .single-dest .destination-content-wrapper .title-row {
    font-size: 3.2rem;
    margin: 0 0 3rem 0;
  }
}
.single-feature .single-dest .destination-content-wrapper .featured-img-row_image {
  width: 100%;
}
.single-feature .single-dest .destination-content-wrapper .long-desc-row .long-desc-col {
  padding: 0 5rem;
}
.single-feature .single-dest .destination-content-wrapper .long-desc-row .long-desc-col p {
  margin: 5rem 0;
  line-height: 4rem;
  font-size: 1.7rem;
  font-weight: 100;
}
@media only screen and (max-width: 768px) {
  .single-feature .single-dest .destination-content-wrapper .long-desc-row .long-desc-col {
    padding: 0 2rem;
  }
  .single-feature .single-dest .destination-content-wrapper .long-desc-row .long-desc-col p {
    margin: 3rem 0;
    line-height: 3.5rem;
    font-size: 1.5rem;
  }
}
.single-feature .single-dest .destination-content-wrapper .articles-anchor-row {
  padding: 0 5rem;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 500px) {
  .single-feature .single-dest .destination-content-wrapper .articles-anchor-row {
    margin-bottom: 2rem;
  }
}
.single-feature .single-dest .destination-content-wrapper .articles-anchor-row .anchor-col {
  padding: 2rem 7px;
  border-bottom: 2px solid #F3F3F3;
  overflow: hidden;
}
.single-feature .single-dest .destination-content-wrapper .articles-anchor-row .anchor-col_anchor {
  min-height: 11rem;
}
.single-feature .single-dest .destination-content-wrapper .articles-anchor-row .anchor-col_anchor_image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-feature .single-dest .destination-content-wrapper .articles-anchor-row .anchor-col_anchor_image img {
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .single-feature .single-dest .destination-content-wrapper .articles-anchor-row .anchor-col_anchor_title {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-feature .single-dest .destination-content-wrapper .articles-anchor-row .anchor-col_anchor_title p {
  padding: 1.5rem;
  line-height: 1.5;
}
@media only screen and (max-width: 500px) {
  .single-feature .single-dest .destination-content-wrapper .articles-anchor-row .anchor-col_anchor_title p {
    padding-top: 0;
  }
}
@media only screen and (max-width: 500px) {
  .single-feature .single-dest .destination-content-wrapper .articles-anchor-row .anchor-col_anchor_icon {
    padding: 0;
  }
}
.single-feature .single-dest .destination-content-wrapper .articles-anchor-row .anchor-col_anchor_icon img {
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .single-feature .single-dest .destination-content-wrapper .articles-anchor-row .anchor-col_anchor_icon img {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .single-feature .single-dest .destination-content-wrapper .articles-anchor-row .anchor-col_anchor {
    min-height: 9rem;
  }
}
@media only screen and (max-width: 768px) {
  .single-feature .single-dest .destination-content-wrapper .articles-anchor-row .anchor-col {
    border-bottom: 1px solid #D3D4D3;
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .single-feature .single-dest .destination-content-wrapper .articles-anchor-row .anchor-col:last-child {
    border-bottom: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .single-feature .single-dest .destination-content-wrapper .articles-anchor-row {
    padding: 1.5rem 2rem;
  }
}
.single-feature .single-dest .destination-content-wrapper .articles-content-wrapper {
  max-width: unset !important;
  display: grid;
  justify-content: center;
  border-bottom: 1px solid #D3D4D3;
  margin-bottom: 0;
  background-color: #F3F3F3;
}
.single-feature .single-dest .destination-content-wrapper .articles-content-wrapper .article-destination {
  padding: 9rem 0;
  height: 60rem;
  width: 100vw;
}
.single-feature .single-dest .destination-content-wrapper .articles-content-wrapper .article-destination_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: -webkit-fill-available;
}
.single-feature .single-dest .destination-content-wrapper .articles-content-wrapper .article-destination_description {
  position: relative;
}
.single-feature .single-dest .destination-content-wrapper .articles-content-wrapper .article-destination_description_title h3 {
  font-size: 3.4rem;
  margin: 2rem 0;
}
@media only screen and (max-width: 500px) {
  .single-feature .single-dest .destination-content-wrapper .articles-content-wrapper .article-destination_description_title {
    font-size: 2rem;
    max-width: unset !important;
    padding: 0 2rem;
    height: auto;
  }
}
.single-feature .single-dest .destination-content-wrapper .articles-content-wrapper .article-destination_description_title:first-child {
  margin-top: 3rem;
}
@media only screen and (max-width: 500px) {
  .single-feature .single-dest .destination-content-wrapper .articles-content-wrapper .article-destination_description_title:first-child {
    margin-top: 0;
  }
}
.single-feature .single-dest .destination-content-wrapper .articles-content-wrapper .article-destination_description_image {
  height: 300px;
}
.single-feature .single-dest .destination-content-wrapper .articles-content-wrapper .article-destination_description_desc p {
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .single-feature .single-dest .destination-content-wrapper .articles-content-wrapper .article-destination_description_desc {
    padding: 0 2rem;
    margin-top: 2rem;
  }
}
.single-feature .single-dest .destination-content-wrapper .articles-content-wrapper .article-destination_description_btn {
  position: absolute;
  bottom: 20px;
}
.single-feature .single-dest .destination-content-wrapper .articles-content-wrapper .article-destination_description_btn a {
  color: #fff;
  text-align: center;
  border-radius: 0;
  height: 4rem;
  width: 18vw;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .single-feature .single-dest .destination-content-wrapper .articles-content-wrapper .article-destination_description_btn {
    position: unset;
  }
  .single-feature .single-dest .destination-content-wrapper .articles-content-wrapper .article-destination_description_btn a {
    width: unset !important;
    height: 8vh;
    margin: 1.5rem 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .single-feature .single-dest .destination-content-wrapper .articles-content-wrapper .article-destination_description {
    margin: 3rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .single-feature .single-dest .destination-content-wrapper .articles-content-wrapper .article-destination {
    padding: 0;
    height: unset;
  }
}
.single-feature .single-dest .destination-content-wrapper .articles-content-wrapper:nth-child(even) {
  background-color: #F3F3F3;
}
.single-feature .single-dest .destination-content-wrapper .articles-content-wrapper:nth-child(even) .article-destination {
  background-color: #F3F3F3;
}
.single-feature .single-dest .destination-content-wrapper .articles-content-wrapper:nth-child(even) .article-destination .article-destination_description {
  padding-left: 5rem;
}
@media only screen and (max-width: 768px) {
  .single-feature .single-dest .destination-content-wrapper .articles-content-wrapper:nth-child(even) .article-destination .article-destination_description {
    padding-left: 15px;
  }
}
.single-feature .single-dest .destination-content-wrapper .articles-content-wrapper:nth-child(even) .article-destination .article-destination_description .article-destination_description_btn a {
  background-color: #64bcc7;
}
.single-feature .single-dest .destination-content-wrapper .articles-content-wrapper:nth-child(odd) {
  background-color: #fff;
}
.single-feature .single-dest .destination-content-wrapper .articles-content-wrapper:nth-child(odd) .article-destination {
  background-color: #fff;
  display: flex;
  flex-flow: row-reverse;
}
.single-feature .single-dest .destination-content-wrapper .articles-content-wrapper:nth-child(odd) .article-destination .article-destination_description_btn a {
  background-color: #64bcc7;
}
.single-feature .single-dest .destination-content-wrapper .product-card-con .product-card-header .mp-con-first-header {
  font-size: 3.4rem;
  margin-top: 7rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 500px) {
  .single-feature .single-dest .destination-content-wrapper .product-card-con .product-card-header .mp-con-first-header {
    margin-bottom: 0;
  }
}
.single-feature .single-dest .destination-content-wrapper .product-card-con .product-card-row .product-card-col .product-card_brand, .single-feature .single-dest .destination-content-wrapper .product-card-con .product-card-row .product-card-col .product-card_title, .single-feature .single-dest .destination-content-wrapper .product-card-con .product-card-row .product-card-col .product-card_price {
  padding: 0 1rem;
}
@media only screen and (max-width: 500px) {
  .single-feature .single-dest .destination-content-wrapper .product-card-con .product-card-row .product-card-col .product-card_brand, .single-feature .single-dest .destination-content-wrapper .product-card-con .product-card-row .product-card-col .product-card_title, .single-feature .single-dest .destination-content-wrapper .product-card-con .product-card-row .product-card-col .product-card_price {
    padding: 0;
  }
}
.single-feature .single-dest .destination-content-wrapper .product-card-con .product-card-row .product-card-col .product-card_brand {
  min-height: 1em;
  margin-top: 10px;
}
@media only screen and (max-width: 500px) {
  .single-feature .single-dest .destination-content-wrapper .product-card-con .product-card-row .product-card-col .product-card_brand {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 500px) {
  .single-feature .single-dest .destination-content-wrapper .product-card-con .product-card-row .product-card-col .product-card_brand_name {
    padding: 0;
  }
}
.single-feature .single-dest .destination-content-wrapper .product-card-con .product-card-row .product-card-col .product-card_brand_name a {
  font-size: 12px;
  font-weight: 500;
  color: #7e7e7e;
}
@media only screen and (max-width: 500px) {
  .single-feature .single-dest .destination-content-wrapper .product-card-con .product-card-row .product-card-col .product-card_brand_name a {
    margin-right: 1.5rem;
  }
}
.single-feature .single-dest .destination-content-wrapper .product-card-con .product-card-row .product-card-col .product-card_title {
  min-height: 5rem;
  text-transform: uppercase;
  font-size: 20px !important;
}
.single-feature .single-dest .destination-content-wrapper .product-card-con .product-card-row .product-card-col .product-card_title a h2 {
  font-size: 17px;
  margin-top: 5px;
  text-align: left;
}
@media only screen and (max-width: 500px) {
  .single-feature .single-dest .destination-content-wrapper .product-card-con .product-card-row .product-card-col .product-card_title a h2 {
    text-align: center;
  }
}
.single-feature .single-dest .destination-content-wrapper .product-card-con .product-card-row .product-card-col .product-card_price {
  position: relative;
  font-weight: 500;
  color: #D3D4D3;
}
.single-feature .single-dest .destination-content-wrapper .product-card-con .product-card-row .product-card-col .product-card_price span {
  margin-bottom: 0;
  font-size: 12px;
  color: #7e7e7e;
}
.single-feature .single-dest .destination-content-wrapper .mp-new-arrivals-row {
  margin-bottom: 2rem;
}
.single-feature .single-dest .destination-content-wrapper .mp-new-arrivals-row .mp-con-first-header {
  font-size: 1.8rem !important;
  font-weight: 700;
}
.single-feature .single-dest .destination-content-wrapper .mp-new-arrivals-row .MS-controls {
  display: none;
}
.single-feature .single-dest .destination-content-wrapper .mp-new-arrivals-row .product-card .product-title {
  min-height: 6rem;
}

.israel-innovation-wrapper .top-banner-row {
  margin: 2rem 0;
}
.israel-innovation-wrapper .top-banner-row .top-banner-col {
  padding: 0;
}
.israel-innovation-wrapper .right-col .video-section {
  background-color: #e8e8e9;
  padding: 2rem;
  margin-bottom: 2rem;
}
.israel-innovation-wrapper .right-col .video-section-title h3 {
  font-size: 22px;
  font-family: "Red Hat Text", YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 900;
  margin-bottom: 0;
  font-style: italic;
}
.israel-innovation-wrapper .right-col .video-section-video {
  margin: 2rem 0;
}
.israel-innovation-wrapper .right-col .video-section-video .video-section-video-col {
  padding: 0;
  margin: auto;
}
.israel-innovation-wrapper .right-col .video-section-video .video-section-video-col iframe,
.israel-innovation-wrapper .right-col .video-section-video .video-section-video-col video {
  width: 100%;
}
.israel-innovation-wrapper .right-col .video-section-text p {
  line-height: 2.5rem;
}
.israel-innovation-wrapper .right-col .guidebook-section {
  background-color: #e8e8e9;
  padding: 2rem;
}
.israel-innovation-wrapper .right-col .guidebook-section-title h3 {
  font-size: 22px;
  font-family: "Red Hat Text", YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 900;
  margin-bottom: 0;
  font-style: italic;
}
.israel-innovation-wrapper .right-col .guidebook-section-video {
  margin: 2rem 0;
}
.israel-innovation-wrapper .right-col .guidebook-section-video .guidebook-section-video-col {
  height: 19rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: auto;
}
.israel-innovation-wrapper .right-col .guidebook-section-video .guidebook-section-video-col iframe {
  width: 100%;
}
.israel-innovation-wrapper .right-col .guidebook-section-text p {
  line-height: 2.5rem;
  font-size: 14px;
}
.israel-innovation-wrapper .left-col .slider-section-col {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 500px) {
  .israel-innovation-wrapper .left-col .slider-section-col .slider-section .slider {
    width: 100%;
  }
}
.israel-innovation-wrapper .left-col .related-posts-col {
  margin-bottom: 2rem;
}
.israel-innovation-wrapper .left-col .related-posts-col-image {
  margin-bottom: 1rem;
}
.israel-innovation-wrapper .left-col .related-posts-col-image-col {
  height: 20rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.israel-innovation-wrapper .left-col .related-posts-col-image-col a {
  height: fit-content;
}
.israel-innovation-wrapper .left-col .related-posts-col-image-col a .exit-valley-watermark {
  position: absolute;
  z-index: 2;
  right: 1.5rem;
  top: 0;
}
.israel-innovation-wrapper .left-col .related-posts-col-image-col a .exit-valley-watermark img {
  width: 45%;
}
.israel-innovation-wrapper .left-col .related-posts-col-image-col a .exit-valley-image {
  position: relative;
  z-index: 1;
}
.israel-innovation-wrapper .left-col .related-posts-col-title {
  min-height: 6rem;
}
.israel-innovation-wrapper .left-col .related-posts-col-title p {
  line-height: 2.5rem;
  font-size: 14px;
}
.israel-innovation-wrapper .left-col .related-posts-col-author-date p.author-label a {
  font-size: 10px;
  color: #7E7E7E;
}

.exitvalley-section {
  width: 100%;
  border: 1px solid #707070;
  padding: 2rem 0;
  margin: auto;
}
@media only screen and (max-width: 500px) {
  .exitvalley-section {
    padding: 0;
  }
}
.exitvalley-section .desc p {
  font-size: 12px;
  line-height: 2.5rem;
}
@media only screen and (max-width: 500px) {
  .exitvalley-section .desc p {
    line-height: 2rem;
  }
}

.exit-valley-form {
  background-color: #EDEDED;
  padding: 4rem;
  margin: 4rem 0;
}
.exit-valley-form-title {
  margin-bottom: 1rem;
}
.exit-valley-form-title h3 {
  font-size: 22px;
}
.exit-valley-form-content label, .exit-valley-form-content p {
  font-size: 15px;
  font-weight: 100;
  width: 100%;
  margin-bottom: 1rem;
}
.exit-valley-form-content input {
  width: 100%;
  height: 4rem;
  border: 1px solid #707070;
}
.exit-valley-form-content input[type=submit] {
  height: 5rem;
  background-color: #1287FF;
  color: #fff;
}

/*==================================
policy
==================================*/
.policy {
  width: 100%;
  max-width: 1100px;
  padding: 110px 20px 0;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .policy {
    padding: 40px 20px 0;
    box-sizing: border-box;
  }
}
.policy h2 {
  margin-top: 120px;
  font-size: 2rem;
  font-weight: bold;
  display: block;
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .policy h2 {
    font-size: 1.3rem;
    margin-top: 50px;
  }
}
.policy-mark {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .policy-mark {
    margin-bottom: 40px;
  }
}
.policy-mark-img {
  width: 110px;
}
.policy-mark-text {
  width: 340px;
  padding-left: 40px;
  box-sizing: border-box;
}
.policy-mark-text p {
  font-size: 1.4rem;
  line-height: 2.1;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .policy-mark-text p {
    font-size: 1rem;
  }
}
.policy-lead {
  font-size: 1.4rem;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .policy-lead {
    font-size: 1.1rem;
  }
}
.policy-terms {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .policy-terms {
    margin-top: 30px;
  }
}
.policy-terms ol {
  margin-left: 2rem;
}
.policy-terms ol li {
  margin-top: 40px;
  font-size: 1.4rem;
  line-height: 2.1;
  padding-left: 18px;
  list-style-type: upper-latin;
}
@media screen and (max-width: 767px) {
  .policy-terms ol li {
    font-size: 1.1rem;
    margin-top: 30px;
    padding-left: 5px;
  }
}
.policy-terms ol li:first-child {
  margin-top: 0;
}
.policy-terms span.policy-terms-end {
  display: block;
  text-align: right;
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .policy-terms span.policy-terms-end {
    font-size: 1.1rem;
    margin-top: 20px;
  }
}
.policy-contact {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .policy-contact {
    margin-top: 20px;
  }
}
.policy-contact p {
  font-size: 1.4rem;
  line-height: 2.1;
  display: block;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .policy-contact p {
    font-size: 1.1rem;
    margin-top: 20px;
  }
}
.policy-contact p:first-child {
  margin-top: 0;
}
.policy-personal {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .policy-personal {
    margin-top: 20px;
  }
}
.policy-personal ol {
  margin-left: 2rem;
}
.policy-personal ol li {
  font-size: 1.4rem;
  line-height: 2.1;
  padding-left: 18px;
  list-style-type: decimal;
}
@media screen and (max-width: 767px) {
  .policy-personal ol li {
    font-size: 1.1rem;
    padding-left: 5px;
  }
}
.policy-personal table {
  width: 100%;
  max-width: 1020px;
  margin: 30px auto 0;
  border: 1px solid #404040;
}
.policy-personal table th, .policy-personal table td {
  font-size: 1.4rem;
  text-align: left;
  line-height: 2.1;
  padding: 20px 40px;
  border: 1px solid #404040;
}
@media screen and (max-width: 767px) {
  .policy-personal table th, .policy-personal table td {
    font-size: 1.1rem;
    padding: 8px 20px;
  }
}
.policy-data {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .policy-data {
    margin-top: 20px;
  }
}
.policy-data p {
  font-size: 1.4rem;
  line-height: 2.1;
  display: block;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .policy-data p {
    font-size: 1.1rem;
    margin-top: 20px;
  }
}
.policy-data p:first-child {
  margin-top: 0;
}
.policy-data p.table-title {
  margin-top: 45px;
  padding-left: 2rem;
}
.policy-data p.indent {
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .policy-data p.indent {
    padding-left: 5px;
  }
}
.policy-data p.mt0 {
  margin-top: 0;
}
.policy-data ol {
  margin-left: 2rem;
  margin-top: 30px;
}
.policy-data ol li {
  font-size: 1.4rem;
  line-height: 2.1;
  padding-left: 18px;
  list-style-type: lower-latin;
}
@media screen and (max-width: 767px) {
  .policy-data ol li {
    font-size: 1.1rem;
    padding-left: 5px;
  }
}
.policy-data table {
  width: 100%;
  max-width: 1020px;
  margin: 30px auto 0;
  border: 1px solid #404040;
}
.policy-data table th, .policy-data table td {
  font-size: 1.4rem;
  text-align: left;
  line-height: 2.1;
  padding: 20px 40px;
  border: 1px solid #404040;
}
@media screen and (max-width: 767px) {
  .policy-data table th, .policy-data table td {
    font-size: 1.1rem;
    padding: 8px 20px;
  }
}
.policy-data table > ol {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .policy-data table > ol {
    margin-top: 35px;
  }
}
.policy-data table > ol li {
  font-size: 1.4rem;
  line-height: 2.1;
  padding-left: 18px;
  list-style-type: lower-latin;
}
@media screen and (max-width: 767px) {
  .policy-data table > ol li {
    font-size: 1.1rem;
    padding-left: 5px;
  }
}
.policy-data ol.child-list {
  list-style: none;
}
.policy-data ol.child-list li {
  font-size: 1.4rem;
  line-height: 2.1;
  padding-left: 18px;
  list-style-type: none;
  text-indent: -2.3rem;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .policy-data ol.child-list li {
    font-size: 1.1rem;
    padding-left: 5px;
    margin-top: 20px;
    text-indent: -2rem;
  }
}
.policy-data ol.child-list + p {
  margin-top: 0;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .policy-data ol.child-list + p {
    padding-left: 5px;
  }
}
.policy-data span {
  display: block;
}
.policy-data span.indent {
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .policy-data span.indent {
    padding-left: 5px;
  }
}

.main-market-container {
  min-height: 1200px;
}
@media only screen and (max-width: 768px) and (min-width: 0px) {
  .main-market-container {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.woocommerce-product-gallery img {
  width: 100%;
  height: 100%;
}

.summary {
  padding-left: 20px;
  margin-bottom: 0 !important;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}
.summary .wcuCurrencySwitcherWidget {
  margin-top: 25px;
}
.summary .woocommerce-Price-tax-text {
  font-size: 14px;
  font-weight: 500;
}
.summary .summary-md .product_title {
  font-size: 1.41575em;
  font-weight: 700;
}
.summary .summary-md p {
  color: black;
  font-size: 12px;
  font-weight: 500;
  padding-top: 15px;
  margin-bottom: 15px;
}
.summary .summary-md .woocommerce-product-rating {
  margin-top: 0.125em !important;
}
.summary .summary-md .summary-vendor {
  padding-left: 15px;
  margin-bottom: 10px;
}
.summary .summary-md .summary-vendor img {
  width: 9%;
}
.summary .summary-md .summary-vendor h5 {
  margin-bottom: 0px;
  margin-left: 5px;
}
.summary .woocommerce-product-details__short-description p {
  line-height: 2.5rem;
}
.summary .posted_in {
  color: #000;
  font-weight: 500;
  font-family: "Red Hat Text", YakuHanJP, "Noto Sans JP", sans-serif;
}
.summary .posted_in a {
  color: #64bcc7;
}
.summary .share-icons-product {
  color: #000;
  font-weight: 500;
  font-size: 17px;
  margin-top: 15px;
  font-family: "Red Hat Text", YakuHanJP, "Noto Sans JP", sans-serif;
}
.summary .share-icons-product span {
  margin-left: 7px;
}

.summary-sm {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}
.summary-sm .summary-vendor {
  padding-left: 15px;
  margin: 10px 0;
}
.summary-sm .summary-vendor img {
  width: 100%;
}
.summary-sm .summary-vendor h5 {
  margin-bottom: 0px;
  margin-left: 5px;
}
.summary-sm p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #000;
}
.summary-sm .product_title {
  /* font-size: 16px !important; */
  font-size: 1.41575em;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding-top: 20px;
}

.single-product div.product {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  /*    table.variations th,
  table.variations td {
      @media only screen and (max-width: 768px) {
          display: flex !important;
          justify-content: center;
      }
  } */
}
.single-product div.product .woocommerce-product-rating a {
  text-decoration: none !important;
  font-weight: 300 !important;
  color: #64bcc7 !important;
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  .single-product div.product .woocommerce-product-rating {
    margin-bottom: 0.817924em !important;
  }
}
.single-product div.product form.cart {
  margin-bottom: 0 !important;
  /* @media only screen and (max-width: 768px) {
      display: flex;
      justify-content: center;
  } */
}
.single-product div.product form.cart .quantity input {
  height: 3.1rem !important;
}
.single-product div.product form.cart .quantity input:focus {
  outline-color: #64bcc7;
}
.single-product div.product form.cart button {
  color: #fff;
  font-size: 1.2rem;
  background-color: #64bcc7;
  display: inline-block;
  width: 50%;
  height: 3.1rem;
  line-height: 3.1rem;
}
@media only screen and (max-width: 768px) {
  .single-product div.product form.cart button {
    width: 100%;
  }
}
.single-product div.product .woocommerce-Price-currencySymbol {
  color: black;
}

.woocommerce-breadcrumb {
  font-family: "Noto Sans JP";
  font-weight: 500;
}
.woocommerce-breadcrumb a {
  text-decoration: none !important;
}
.woocommerce-breadcrumb a::before {
  content: none !important;
}

#tab-description {
  margin-bottom: 0px !important;
}
#tab-description p {
  margin-top: 35px;
}
#tab-description p:last-child {
  margin-bottom: 35px;
}

.slick-track .slick-slide {
  outline-color: #64bcc7 !important;
}

.images .slick-track {
  margin-left: 0px;
}
.images .slick-track img {
  width: 100% !important;
  height: auto !important;
}
.images .slick-arrow {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .images {
    margin-bottom: 0.817924em !important;
  }
}

.linked-posts-header {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}

.linked-posts ul li {
  margin-left: 4rem;
  text-decoration: underline;
  margin-bottom: 0.3rem;
  list-style-type: disc;
}
.linked-posts ul li a {
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .linked-posts ul li {
    width: 85%;
  }
}

.wc-tabs {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  min-height: 100px;
}
.wc-tabs #tab-title-additional_information {
  display: none;
}

.wc-tabs-wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 !important;
}

.wc-tab li {
  list-style: none !important;
}

.display-product-reviews {
  margin-top: 35px;
}
.display-product-reviews p {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 1rem;
}
.display-product-reviews span {
  font-size: 15px;
}

.woocommerce-Reviews-title,
.woocommerce-Tabs-panel {
  min-height: 20vh;
}
.woocommerce-Reviews-title h2,
.woocommerce-Tabs-panel h2 {
  display: none;
}
.woocommerce-Reviews-title #commentform .comment-form-author,
.woocommerce-Reviews-title #commentform .comment-form-email,
.woocommerce-Tabs-panel #commentform .comment-form-author,
.woocommerce-Tabs-panel #commentform .comment-form-email {
  margin-bottom: 2rem;
}
.woocommerce-Reviews-title #commentform .comment-form-author label,
.woocommerce-Reviews-title #commentform .comment-form-email label,
.woocommerce-Tabs-panel #commentform .comment-form-author label,
.woocommerce-Tabs-panel #commentform .comment-form-email label {
  margin-right: 2.5rem !important;
}
.woocommerce-Reviews-title .nocomments,
.woocommerce-Tabs-panel .nocomments {
  /* Extra small devices (phones, 600px and down) */
  /* Small devices (portrait tablets and large phones, 600px and up) */
}
@media only screen and (max-width: 600px) {
  .woocommerce-Reviews-title .nocomments,
  .woocommerce-Tabs-panel .nocomments {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 600px) {
  .woocommerce-Reviews-title .nocomments,
  .woocommerce-Tabs-panel .nocomments {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce-Reviews-title,
  .woocommerce-Tabs-panel {
    min-height: 30vh;
  }
}

.get-review-form {
  width: 40%;
  color: black;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px black solid;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: 31%;
}

.woocommerce-Reviews {
  display: none;
}

.star-rating span::before {
  color: #64BCC7 !important;
}

.comment-form {
  margin-bottom: 20px;
  margin-top: 20px;
}
.comment-form .comment-form-rating {
  margin-bottom: 30px;
}
.comment-form .comment-form-title {
  margin-bottom: -20px;
}
.comment-form textarea {
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  resize: none;
  padding: 10px;
  padding-left: 15px;
}
.comment-form textarea:focus {
  outline: none !important;
  border: 1.5px #64bcc7 solid !important;
}
.comment-form .form-submit {
  margin-top: 30px;
  margin-left: 35%;
}
.comment-form .form-submit .submit {
  background-color: #64bcc7;
  width: 40%;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
  padding-top: 3px;
  padding-bottom: 3px;
}

.product-no-comments {
  font-size: 1rem;
}

.up-sells .up-sells-header {
  margin-top: 30px;
  font-size: 2.2rem !important;
  font-weight: 700;
}
.up-sells .product {
  background-color: white;
  background-clip: content-box;
}
.up-sells .product h2 {
  color: black !important;
}
.up-sells .product h2:hover {
  color: #64bcc7 !important;
}
.up-sells .product .attachment-woocommerce_thumbnail {
  width: 100% !important;
  height: auto;
}
.up-sells .product .brand-name {
  font-size: 12px;
  font-weight: 500;
  color: #7e7e7e;
  min-height: 2em;
}
.up-sells .product .product-title {
  min-height: 40px;
  text-transform: uppercase;
  font-size: 20px !important;
}
.up-sells .product .product-title h2 {
  font-size: 1.4rem;
  margin-top: 5px;
  padding-right: 15px;
  padding-left: 15px;
  font-weight: bold;
}
.up-sells .product .product-price {
  position: relative;
  padding-bottom: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #7e7e7e;
}
.up-sells .product .product-price .price {
  color: #7e7e7e !important;
  font-weight: bold;
}
.up-sells .product .product-price .price .woocommerce-Price-currencySymbol {
  color: #7e7e7e !important;
}
.up-sells .product .product-button {
  display: none;
}

@media only screen and (max-width: 768px) {
  ul.products li.product,
  ul.products .wc-block-grid__product,
  .wc-block-grid__products li.product,
  .wc-block-grid__products .wc-block-grid__product {
    margin-bottom: 1.235801em !important;
  }
}

@media only screen and (max-width: 600px) {
  .main-market .woocommerce-message {
    font-size: 13px;
    padding: 0px;
  }
  .main-market .woocommerce-message .button {
    margin-left: 0px;
    width: 100%;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .wc-tabs {
    border-right: none !important;
    height: auto;
  }
  .get-review-form {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .summary {
    padding-left: 0 !important;
  }
}
.woocommerce-breadcrumb .breadcrumb-separator::after {
  height: 1.4em !important;
}

.reset_variations {
  display: none !important;
}

a.reset_variations {
  margin-left: 40% !important;
  margin-top: 5%;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item {
  border-radius: 0px !important;
  background-color: unset !important;
}
@media only screen and (max-width: 768px) {
  .woo-variation-swatches.wvs-style-squared .variable-items-wrapper {
    margin-left: 5px !important;
  }
}

.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled:after,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled:before,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover:after,
.woo-variation-swatches.wvs-attr-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover:before {
  opacity: 0 !important;
  background: unset !important;
}

.woocommerce-variation-price {
  display: none;
}

.woo-selected-variation-item-name {
  display: none !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
  box-shadow: 0 0 0 2px #64bcc7 !important;
}

.wpgs .slick-current {
  border-color: transparent !important;
}
.wpgs .slick-list {
  height: unset !important;
}
.wpgs .slick-list .slick-slide {
  padding-right: 5px !important;
  padding-left: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.wpgs .slick-list .slick-slide span {
  display: unset !important;
}
.wpgs .slick-list .slick-slide img:hover {
  outline: none;
  border: 1px solid #64bcc7;
}
.wpgs .slick-list .slick-slide img:focus {
  outline: #64bcc7;
}
.wpgs .slick-list .slick-slide:focus {
  outline: none;
}

.storefront-product-pagination {
  display: none !important;
}
.storefront-product-pagination img {
  height: auto !important;
}

.main-market {
  background-color: rgba(245, 245, 245, 0.9607843137);
}
.main-market .market-catpage-title {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 2.4rem;
}
.main-market .product-card {
  background-color: white;
  background-clip: content-box;
}
.main-market .product-card h2 {
  color: black !important;
}
.main-market .product-card h2:hover {
  color: #64bcc7 !important;
}
.main-market .product-card .attachment-woocommerce_thumbnail {
  width: 100% !important;
  height: auto;
}
.main-market .product-card .brand-row {
  margin-top: 20px;
}
.main-market .product-card .brand-row .brand-name {
  font-size: 12px;
  font-weight: 500;
  color: #7e7e7e;
  min-height: 2em;
}
.main-market .product-card .product-title {
  min-height: 50px;
  text-transform: uppercase;
}
.main-market .product-card .product-title h2 {
  font-size: 1.4rem;
  margin-top: 5px;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 586px) and (min-width: 0px) {
  .main-market .product-card .product-title h2 {
    font-size: 1.2rem;
  }
}
.main-market .product-card .product-price {
  position: relative;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #7e7e7e;
}
.main-market .product-card .product-button {
  margin-bottom: 1rem;
}
.main-market .product-card .product-button a {
  width: 80%;
  line-height: 2.7rem;
  margin: 0 auto;
  border: 1px solid transparent;
  letter-spacing: 1px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  .main-market .product-card {
    margin-bottom: 0rem !important;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
}

@media only screen and (max-width: 586px) and (min-width: 0px) {
  .mp-category-main {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.mp-category-main .yith-infs-loader {
  width: 100%;
  height: auto;
}
.mp-category-main .yith-infs-loader img {
  width: 3%;
}

.woocommerce button[name=update_cart],
.woocommerce input[name=update_cart] {
  background-color: #64bcc7 !important;
  text-align: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.woocommerce button[name=update_cart]:hover,
.woocommerce input[name=update_cart]:hover {
  color: #fff;
}

.woocommerce button[name=update_cart]:focus,
.woocommerce input[name=update_cart]:focus {
  outline: none;
}

.delete-col-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.color-red {
  color: red !important;
}

.cart-header {
  font-size: 26px;
  margin-top: 45px;
  margin-bottom: 15px;
}

.cart-card-container {
  padding: 30px;
  border: 1px #cbcbcb solid;
  margin-bottom: 10px;
}
.cart-card-container .cart-card {
  padding-left: 20px;
  padding-right: 20px;
}
.cart-card-container .cart-card .cart-card-details p {
  font-size: 18px;
}
.cart-card-container .cart-card .cart-card-details a {
  font-size: 20px;
}
.cart-card-container .cart-card .cart-card-details a, .cart-card-container .cart-card .cart-card-details p {
  margin-bottom: 5px;
}
.cart-card-container .cart-card .cart-card-details a.remove {
  width: auto;
  margin-left: -240px;
  font-size: 13px;
}
.cart-card-container .cart-card .cart-card-details a.remove::before {
  content: "削除する" !important;
  left: 0;
}
.cart-card-container .cart-card .cart-card-details .variation .variation-SoldBy:nth-child(1) {
  display: none;
}
.cart-card-container .cart-card .cart-card-details .variation .variation-SoldBy:nth-child(2) a {
  font-style: normal !important;
  font-size: 18px;
}
.cart-card-container .cart-card .cart-card-product-image {
  border: 1px #cbcbcb solid;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.cart-card-container .cart-card .cart-card-product-image img {
  width: 100%;
  height: auto;
}
.cart-card-container .cart-card .cart-card-total-price {
  text-align: right;
}
.cart-card-container .cart-card .cart-card-total-price .amount bdi {
  font-size: 20px;
}
.cart-card-container .cart-card .cart-card-quantity {
  text-align: right;
}
.cart-card-container .cart-card .cart-card-quantity .quantity .qty {
  width: 5.9em;
  border: 1px #cbcbcb solid;
}

.cart-discount .amount {
  color: #64BCC7;
}
.cart-discount .woocommerce-remove-coupon {
  float: right;
  color: #C76464;
}

.checkout-details-text {
  font-size: 15px;
}

.checkout-total {
  border-top: 1px #cbcbcb solid;
}
.checkout-total .checkot-total-price {
  font-size: 20px !important;
  margin-top: 4px;
  padding-right: 12px !important;
}

.coupon {
  width: 100%;
}
.coupon .coupon-input #coupon_code {
  background-color: #F5F5F5;
  width: 100%;
  height: 34px;
  border-bottom: 1px #cbcbcb solid;
}
.coupon .coupon-input #coupon_code::placeholder {
  color: transparent;
}
.coupon .coupon-input #coupon_code:focus {
  border: none !important;
}
.coupon .coupon-check-button button {
  width: 100%;
  height: 101%;
  background-color: #000;
  font-size: 15px;
}
.coupon .coupon-check-button button:hover {
  background-color: #000;
  color: #fff;
}

.cart-collaterals .checkout-button {
  background-color: #64bcc7 !important;
  text-align: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cart-collaterals .checkout-button::after {
  display: none;
}

.continue-shopping-button {
  background-color: none;
  border: 1px #000 solid;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}

.cart-discount .amount {
  color: #64BCC7;
  padding-right: 3px;
}
.cart-discount .woocommerce-remove-coupon {
  float: right;
  color: #C76464;
}

.shipping_address p.form-row {
  margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
  .content-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
#customer_details > .col-1 {
  max-width: none;
}

.form-row {
  margin-left: 0px;
}

.select2-container--default .select2-selection--single {
  border-radius: 0px !important;
}

label[for=stripe-card-element] {
  width: 100%;
}

.woocommerce-privacy-policy-text p {
  font-size: 13px;
  color: white;
}
.woocommerce-privacy-policy-text a {
  color: white;
}

#place_order {
  margin-top: 25px;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  background-color: #64BCC7;
  margin-bottom: 1.617924em;
}

.woocommerce-form-coupon .checkout-form-coupon-text p {
  float: right;
  margin-top: 5px;
}
.woocommerce-form-coupon input {
  border: 1px #cbcbcb solid;
  height: 34px;
  background-color: none;
  padding-left: 10px;
}
.woocommerce-form-coupon input:focus {
  outline: none;
}
.woocommerce-form-coupon button {
  height: 34px;
  background-color: #000;
  padding-left: 10px;
  padding-right: 10px;
}

#customer_details {
  max-width: none;
}
#customer_details .checkout-details {
  margin-bottom: 20px;
}
#customer_details .checkout-details .woocommerce-billing-fields .thwcfd-field-country {
  display: none !important;
}
#customer_details .checkout-details .woocommerce-billing-fields h3 {
  border-bottom: 1px #000 solid;
}
#customer_details .checkout-details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  margin-top: 15px;
}
#customer_details .checkout-details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
  margin-left: 0px;
}
#customer_details .checkout-details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-first {
  width: 48.444444% !important;
}
#customer_details .checkout-details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-last {
  width: 48.444444% !important;
}
#customer_details .checkout-details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p {
  display: block;
  margin-right: 0px;
  margin-bottom: 10px;
}
#customer_details .checkout-details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p label {
  color: #000;
}
#customer_details .checkout-details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p span input {
  border: 1px #cbcbcb solid;
  height: 34px;
  background-color: none;
  padding-left: 10px;
}
#customer_details .checkout-details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p span input:focus {
  outline: none;
}
#customer_details .checkout-details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p span input:not([value=""]) {
  background-color: rgba(245, 245, 245, 0.9607843137);
}
#customer_details .checkout-details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p span .select2-container--default .select2-selection--single {
  border-radius: 0px;
  height: 34px;
}
#customer_details .checkout-details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_country_field {
  display: none;
}

.checkout-comment h3 {
  border-bottom: 1px #000 solid;
  margin-bottom: 15px;
}
.checkout-comment .woocommerce-additional-fields p label {
  display: none;
}
.checkout-comment .woocommerce-additional-fields p span textarea {
  resize: none;
  border: 1px #cbcbcb solid;
  min-height: 150px;
  padding: 10px;
  padding-left: 15px;
}
.checkout-comment .woocommerce-additional-fields p span textarea:focus {
  outline: none;
}
.checkout-comment .woocommerce-additional-fields p span textarea::placeholder {
  color: transparent;
}

.woocommerce-checkout-review-order .checkout-review-con {
  border: 1px #cbcbcb solid;
  padding: 20px;
}
.woocommerce-checkout-review-order .checkout-review-con h3 {
  margin-bottom: 10px;
  color: #000;
}
.woocommerce-checkout-review-order .checkout-review-con table:not(.has-background) th {
  background-color: none !important;
}
.woocommerce-checkout-review-order .checkout-review-con table {
  background: transparent;
}
.woocommerce-checkout-review-order .checkout-review-con table .checkout-review-table-header {
  border-bottom: 1px #cbcbcb solid;
}
.woocommerce-checkout-review-order .checkout-review-con table .checkout-review-table-header th {
  font-style: 15px !important;
}
.woocommerce-checkout-review-order .checkout-review-con table tbody {
  border-bottom: 1px #cbcbcb solid;
}
.woocommerce-checkout-review-order .checkout-review-con table tbody tr {
  height: 30px;
  width: 100%;
}
.woocommerce-checkout-review-order .checkout-review-con table th {
  background-color: none !important;
}
.woocommerce-checkout-review-order .checkout-review-con table td.product-total,
.woocommerce-checkout-review-order .checkout-review-con table th.product-total,
.woocommerce-checkout-review-order .checkout-review-con table .cart-subtotal > td .amount {
  float: right;
}
.woocommerce-checkout-review-order .checkout-review-con table tfoot .tax-total .amount,
.woocommerce-checkout-review-order .checkout-review-con table tfoot .order-total .amount,
.woocommerce-checkout-review-order .checkout-review-con table tfoot .cart-discount .amount {
  float: right;
}
.woocommerce-checkout-review-order .checkout-review-con table tfoot .order-total {
  border-top: 1px #cbcbcb solid;
}
.woocommerce-checkout-review-order .checkout-review-con table tfoot .cart-discount .amount {
  color: #64BCC7;
}
.woocommerce-checkout-review-order .checkout-review-con table tfoot .cart-discount .woocommerce-remove-coupon {
  float: right;
  color: #C76464;
}
.woocommerce-checkout-review-order #payment .place-order {
  margin-top: 30px;
  background-color: #64BCC7;
}

#wc-stripe-cc-form .form-row-wide label[for=stripe-card-element] {
  width: 100% !important;
}
#wc-stripe-cc-form .form-row-wide .stripe-card-group {
  width: 100%;
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
  width: 200px;
}

#payment .payment_methods li .payment_box fieldset label {
  font-size: 13px;
}
#payment .payment_methods li .payment_box .form-row label {
  max-width: 100%;
}

.checkout-review-table-header th,
.woocommerce-shipping-totals th {
  background-color: #fff !important;
}

table.woocommerce-checkout-review-order-table .product-name {
  width: 70% !important;
}

#shipping_method label {
  visibility: collapse;
  display: flex;
  align-items: center;
  width: 51%;
  float: right;
}

#shipping_method label span {
  visibility: visible;
}

.woocommerce-shipping-fields input[type=text] {
  border: 1px #cbcbcb solid;
  height: 34px;
  background-color: none;
  padding-left: 10px;
  width: 245px;
}
.woocommerce-shipping-fields #shipping_company,
.woocommerce-shipping-fields #shipping_postcode,
.woocommerce-shipping-fields #shipping_city,
.woocommerce-shipping-fields #shipping_address_1,
.woocommerce-shipping-fields #shipping_address_2 {
  width: 555px;
}

.thwcfd-field-wrapper {
  margin-bottom: 20px;
}

.woocommerce-shipping-methods .woocommerce-Price-amount {
  margin-left: 10px;
}

.shop_table .cart_item td.product-name {
  background-color: #fff;
}
.shop_table .cart_item td.product-name .wcpv-sold-by-cart a {
  margin-left: -25px;
}
.shop_table .cart_item td.p-quntity {
  background-color: #fff;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .checkout-comment .woocommerce-additional-fields p span textarea {
    margin-bottom: 10px;
  }
  .shop_table .cart_item td.product-name .wcpv-sold-by-cart a {
    margin-left: 0px;
  }
  .woocommerce-shipping-fields {
    margin-left: 5px;
  }
  #customer_details .checkout-details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-first,
  #customer_details .checkout-details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-last,
  .woocommerce-shipping-fields #shipping_company, .woocommerce-shipping-fields #shipping_postcode, .woocommerce-shipping-fields #shipping_city, .woocommerce-shipping-fields #shipping_address_1, .woocommerce-shipping-fields #shipping_address_2,
  label[for=shipping_last_name],
  label[for=shipping_first_name],
  label[for=shipping_company],
  label[for=shipping_country],
  label[for=shipping_state],
  label[for=shipping_city],
  label[for=shipping_postcode],
  label[for=shipping_address_1],
  .woocommerce-input-wrapper,
  #shipping_last_name,
  #shipping_first_name,
  #shipping_company,
  #select2-shipping_country-container,
  #shipping_postcode,
  #shipping_state {
    width: 100% !important;
  }
  .woocommerce-info {
    font-size: 13px;
  }
  .woocommerce-checkout-review-order {
    margin-left: 15px;
    margin-right: 15px;
  }
  .woocommerce-checkout-payment {
    margin-top: 20px;
  }
  .checkout_coupon .checkout-form-coupon #coupon_code {
    width: 50%;
  }
  .checkout_coupon .checkout-form-coupon button {
    width: 48%;
  }
  .checkout-form-coupon-text p {
    text-align: center;
    margin-bottom: 15px;
  }
  label[for=wc-stripe-new-payment-method] {
    font-size: 13px;
  }
  #add_payment_method #payment ul.payment_methods li .stripe-credit-card-brand, .woocommerce-checkout #payment ul.payment_methods li .stripe-credit-card-brand {
    right: 0px !important;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .checkout-comment .woocommerce-additional-fields p span textarea {
    min-width: 335px;
  }
  .col2-set .form-row-first {
    margin-right: 0 !important;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .checkout-comment .woocommerce-additional-fields p span textarea {
    min-width: 550px;
  }
}
.vendors-main .content-wrapper .vendor-card {
  margin-bottom: 20px;
}
.vendors-main .content-wrapper .vendor-card .card {
  min-height: 330px;
}
.vendors-main .content-wrapper .vendor-card .card .wcpv-vendor-logo img {
  width: 90%;
}
@media only screen and (max-width: 990px) and (min-width: 10px) {
  .vendors-main .content-wrapper .vendor-card .card .wcpv-vendor-logo img {
    width: 250px;
  }
}
.vendors-main .content-wrapper .vendor-card .card .card-title {
  font-size: 1.7rem;
  margin-top: 5px;
  padding-right: 15px;
  padding-left: 15px;
  font-weight: 700;
  text-align: center;
}

.vendor-title {
  padding-top: 2rem;
}
.vendor-title .vendor-title-col {
  padding-left: 13px;
}
.vendor-title .vendor-title-col h2 {
  font-size: 2.6rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) and (min-width: 10px) {
  .vendor-title .vendor-title-col h2 {
    text-align: center;
  }
}

.vendor-main .vendor-details-col .vendor-logo {
  margin-bottom: 10px;
}
.vendor-main .vendor-details-col .vendor-logo img {
  border: 1px solid #64bcc7;
}
.vendor-main .vendor-details-col .vendor-website-link {
  margin-bottom: 15px;
}
.vendor-main .vendor-details-col .vendor-website-link .vendor-link-col {
  padding-left: 0px;
}
.vendor-main .vendor-details-col .vendor-website-link .vendor-link-col #chain-icon {
  width: 5%;
  margin-right: 5px;
  max-height: 100%;
  height: 100%;
}
.vendor-main .vendor-details-col .vendor-website-link .vendor-link-col a {
  font-family: 500;
  border-bottom: 1px solid #000;
}
.vendor-main .vendor-details-col .vendor-website-link:hover .vendor-link-col #chain-icon {
  fill: #00A2C6;
}
.vendor-main .vendor-details-col .vendor-website-link:hover .vendor-link-col a {
  color: #00A2C6;
  border-bottom: 1px solid #00A2C6;
}
.vendor-main .vendor-details-col .vendor-linked-posts-title {
  margin-bottom: 10px;
}
.vendor-main .vendor-details-col .vendor-linked-posts-title h4 {
  font-size: 1.4rem;
  font-weight: bold;
}
.vendor-main .vendor-details-col .vendor-linked-post {
  margin-bottom: 10px;
  overflow: hidden;
  width: 90%;
}
.vendor-main .vendor-details-col .vendor-linked-post .row {
  margin-right: 0;
  margin-left: 0;
}
.vendor-main .vendor-details-col .vendor-linked-post .row .vendor-linked-post-image {
  overflow: hidden;
  padding-left: 0;
}
.vendor-main .vendor-details-col .vendor-linked-post .row .vendor-linked-post-image img {
  width: 130%;
}
@media only screen and (max-width: 769px) and (min-width: 0px) {
  .vendor-main .vendor-details-col .vendor-linked-post .row .vendor-linked-post-image img {
    width: 100%;
  }
}
.vendor-main .vendor-details-col .vendor-linked-post .row .vendor-linked-post-content {
  padding-right: 16px;
  padding-left: 5px;
}
.vendor-main .vendor-details-col .vendor-linked-post .row .vendor-linked-post-content .card-body {
  height: 100%;
  padding: 0.5rem;
}
.vendor-main .vendor-details-col .vendor-linked-post .row .vendor-linked-post-content .card-body .card-title {
  text-transform: uppercase;
  font-size: 1rem;
}
.vendor-main .vendor-details-col .vendor-linked-post .row .vendor-linked-post-content .card-body .card-text {
  font-size: 1rem;
  font-weight: bold;
}
@media only screen and (max-width: 769px) and (min-width: 10px) {
  .vendor-main .vendor-details-col .vendor-linked-post .row .vendor-linked-post-content .card-body .card-text {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.vendor-main .vendor-details-col .vendor-linked-post .row .vendor-linked-post-content .card-body .card-author {
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: unset;
  position: absolute;
  /*    bottom: 3px;

  @media only screen and (max-width: 991px) and (min-width: 768px) {
      bottom: 12px;
  } */
}
.vendor-main .vendor-desc-col {
  margin-top: -1rem;
}
.vendor-main .vendor-desc-col p {
  font-size: 1.5rem;
  line-height: 3.4rem;
}

.main-market {
  min-height: 100vh;
}
.main-market .sticky-share {
  position: fixed;
  right: 7vw;
  top: 35vh;
  display: none;
}
.main-market .sticky-share .sticky-share__icons {
  margin-top: 12rem;
  margin-right: -3.5rem;
}
.main-market .market-page-con {
  padding-right: 0 !important;
  padding-left: 0 !important;
  /* Setup code */
  /* .row{
      margin-right: 0 !important;
      margin-left: 0 !important;
  } */
  /* END Setup code */
}
.main-market .market-page-con .mp-con-first-header {
  font-weight: 900;
  letter-spacing: 2px;
  color: black;
}
.main-market .market-page-con .mp-con-secound-header {
  font-weight: 600;
  letter-spacing: 0.5px;
}
.main-market .market-page-con .mp-slider-row {
  background-color: #e8e8e9;
  margin-left: 0;
  margin-right: 0;
}
.main-market .market-page-con .mp-slider-row .mp-slider-col {
  padding: 0;
}
.main-market .market-page-con .mp-slider-row .mp-slider-col .slider {
  min-width: 100%;
}
.main-market .market-page-con .mp-slider-row .mp-slider-col .slider .slick-slider .slick-track {
  height: 100%;
}
.main-market .market-page-con .mp-slider-row .mp-slider-col .slider .slick-slider .slick-arrow {
  background-color: rgba(0, 0, 0, 0.2);
  width: 5rem;
  height: 7rem;
}
.main-market .market-page-con .mp-slider-row .mp-slider-col .slider .slick-slider .slick-prev {
  left: 0px;
}
.main-market .market-page-con .mp-slider-row .mp-slider-col .slider .slick-slider .slick-next {
  right: 0px;
}
.main-market .market-page-con .mp-slider-row .mp-slider-col .slider .slick-slider .slick-prev::before {
  font-family: FontAwesome;
  content: "\f053";
  color: #fff;
}
.main-market .market-page-con .mp-slider-row .mp-slider-col .slider .slick-slider .slick-next::before {
  font-family: FontAwesome;
  content: "\f054";
  color: #fff;
}
.main-market .market-page-con .mp-slider-row .mp-slider-col .slider__content {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.main-market .market-page-con .mp-slider-row .mp-slider-col .slider__content .slider__link {
  width: 100%;
  height: 100%;
}
.main-market .market-page-con .mp-slider-row .mp-slider-col .slider__content .slider__pic img {
  width: 100%;
}
.main-market .market-page-con .mp-slider-row .mp-slider-col .slider__content .slider__text {
  padding-right: 0;
  left: unset;
  bottom: unset;
}
@media only screen and (max-width: 768px) and (min-width: 0px) {
  .main-market .market-page-con .mp-slider-row .mp-slider-col .slider__content .slider__text {
    transform: unset;
  }
}
.main-market .market-page-con .mp-slider-row .mp-slider-col .slider__content .slider__text .slider__text__title {
  text-align: center;
}
.main-market .market-page-con .mp-slider-row .mp-slider-col .slider__content .slider__text .slider__text__button {
  border-radius: 0;
  width: 13em;
  text-align: center;
  padding: 0.5em 0;
  margin: 0px 24%;
  font-size: 1em;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 768px) and (min-width: 576px) {
  .main-market .market-page-con .mp-slider-row .mp-slider-col .slider__content .slider__text .slider__text__button {
    width: unset;
  }
}
.main-market .market-page-con .mp-slider-row .mp-slider-col .slider__content_mobile {
  background-size: contain;
}
.main-market .market-page-con .mp-new-arrivals-row {
  background-color: #e8e8e9;
  padding: 3rem 0;
  margin-right: 0;
  margin-left: 0;
}
.main-market .market-page-con .mp-new-arrivals-row ::-webkit-scrollbar {
  display: none;
}
.main-market .market-page-con .mp-new-arrivals-row .new-arrival-cards {
  width: 200%;
}
.main-market .market-page-con .mp-new-arrivals-row .new-arrival-cards .product-card {
  flex: 0 0 auto;
  width: 21vw !important;
  /*    .product{
        .row{
            .col{
                padding-left: 0 !important;
                padding-right: 0 !important;
            }
        }
     } */
}
@media only screen and (max-width: 768px) and (min-width: 576px) {
  .main-market .market-page-con .mp-new-arrivals-row .new-arrival-cards .product-card {
    width: 41vw !important;
  }
}
@media only screen and (max-width: 576px) and (min-width: 0px) {
  .main-market .market-page-con .mp-new-arrivals-row .new-arrival-cards .product-card {
    width: 55vw !important;
  }
}
@media only screen and (max-width: 768px) and (min-width: 0px) {
  .main-market .market-page-con .mp-new-arrivals-row .new-arrival-cards {
    width: 1000% !important;
  }
}
@media only screen and (max-width: 576px) and (min-width: 0px) {
  .main-market .market-page-con .mp-new-arrivals-row .new-arrival-cards {
    position: relative;
    right: 12rem;
  }
}
.main-market .market-page-con .mp-pickup-row {
  padding: 3rem 0;
  background-color: #64bcc7;
}
.main-market .market-page-con .mp-pickup-row .mp-pickup-con h2,
.main-market .market-page-con .mp-pickup-row .mp-pickup-con h5 {
  color: #fff;
}
@media only screen and (max-width: 768px) and (min-width: 0px) {
  .main-market .market-page-con .mp-pickup-row .mp-pickup-con {
    padding-right: 0;
    padding-left: 0;
  }
}
.main-market .market-page-con .mp-special-feature-row {
  background-color: #e8e8e9;
  padding: 3rem 0;
}
.main-market .market-page-con .mp-special-feature-row .mp-special-feature-banner img {
  width: 100%;
}
@media only screen and (max-width: 768px) and (min-width: 0px) {
  .main-market .market-page-con .mp-special-feature-row .mp-special-feature-banner {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 768px) and (min-width: 0px) {
  .main-market .market-page-con .mp-special-feature-row .mp-special-feature-banner:last-child {
    margin-bottom: 0;
  }
}
.main-market .market-page-con .mp-category-row {
  background-color: #e8e8e9;
  padding: 0 0 3rem 0;
}
@media only screen and (max-width: 768px) and (min-width: 0px) {
  .main-market .market-page-con .mp-category-row .mp-con-cat-row {
    margin-right: -5px;
    margin-left: -5px;
  }
}
.main-market .market-page-con .mp-category-row .mp-category-card {
  width: 100%;
  height: 25rem;
  background-clip: content-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}
.main-market .market-page-con .mp-category-row .mp-category-card .overlay-black {
  width: 100%;
  height: 100%;
  position: inherit;
  background: rgba(0, 0, 0, 0.2);
}
.main-market .market-page-con .mp-category-row .mp-category-card .mp-category-name {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 2px;
  position: absolute;
}
@media only screen and (max-width: 768px) and (min-width: 0px) {
  .main-market .market-page-con .mp-category-row .mp-category-card .mp-category-name {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .main-market .market-page-con .mp-category-row .mp-category-card {
    height: 19rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-market .market-page-con .mp-category-row .mp-category-card {
    margin-bottom: 3rem !important;
  }
}
@media only screen and (max-width: 768px) and (min-width: 0px) {
  .main-market .market-page-con .mp-category-row .mp-category-card {
    height: 10rem;
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 0px) {
  .main-market .market-page-con .container-pick-cat {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.main-market .market-page-con .mp-brands-row {
  min-height: 20rem;
  padding: 3rem 0;
  background-color: #fff;
}
.main-market .market-page-con .mp-brands-row .slick-track {
  width: 100000px !important;
}
.main-market .market-page-con .mp-brands-row .slick-track .slick-slide {
  width: 200px !important;
}
.main-market .market-page-con .mp-brands-row .slick-track .slick-slide img {
  width: 75%;
}
@media only screen and (max-width: 576px) and (min-width: 0px) {
  .main-market .market-page-con .mp-brands-row .slick-track .slick-slide img {
    width: 55%;
  }
}
.main-market .market-page-con .mp-brands-row .slick-carousel {
  width: auto;
  margin: 60px 50px 50px;
}
.main-market .market-page-con .mp-brands-row .mp-brands-carusel {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.main-market .market-page-con .mp-brands-row .mp-brands-carusel .mp-brands-carusel-track {
  color: white;
}
.main-market .market-page-con .mp-brands-row .slick-prev:before,
.main-market .market-page-con .mp-brands-row .slick-next:before {
  display: none;
}
.main-market .market-page-con .mp-brands-row .slick-dots {
  display: none;
}
.main-market .market-page-con .mp-newsletter-row {
  min-height: 10rem;
  background-color: #64bcc7;
  padding: 6rem 0;
}
.main-market .market-page-con .mp-newsletter-row h2,
.main-market .market-page-con .mp-newsletter-row h5 {
  color: #fff;
}
.main-market .market-page-con .mp-newsletter-row a {
  margin-top: 2rem;
  border: 2px solid #fff !important;
  width: 225px;
}
@media only screen and (max-width: 576px) and (min-width: 0px) {
  .main-market .market-page-con .mp-newsletter-row a {
    width: 175px;
  }
}
.main-market .market-page-con .mp-newsletter-row .btn {
  font-size: 2rem;
}
@media only screen and (max-width: 576px) and (min-width: 0px) {
  .main-market .market-page-con .mp-newsletter-row .btn {
    font-size: 1.5rem;
  }
}
.main-market .market-page-con .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 95px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
@media (max-width: 992px) {
  .main-market .market-page-con .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .main-market .market-page-con .MS-controls button {
    font-size: 20px;
  }
}
.main-market .market-page-con .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
.main-market .market-page-con .MS-controls .MS-left {
  top: 40%;
  background-color: rgba(0, 0, 0, 0.2);
  left: 0px;
  width: 5rem;
  height: 7rem;
}
.main-market .market-page-con .MS-controls .MS-left .fas {
  color: #fff;
}
.main-market .market-page-con .MS-controls .MS-right {
  top: 40%;
  background-color: rgba(0, 0, 0, 0.2);
  right: 0px;
  width: 5rem;
  height: 7rem;
}
.main-market .market-page-con .MS-controls .MS-right .fas {
  color: #fff;
}
.main-market .market-page-con .MS-controls .MS-left:hover::before,
.main-market .market-page-con .MS-controls .MS-right:hover::before {
  opacity: 1;
}
.main-market .market-page-con .MS-controls .MS-left::before {
  font-family: FontAwesome;
  content: "\f053";
  color: #fff;
  padding: 5px;
  font-size: 30px;
  line-height: 1;
  opacity: 0.75;
  box-sizing: border-box;
  position: absolute;
  margin: -36%;
}
.main-market .market-page-con .MS-controls .MS-right::before {
  font-family: FontAwesome;
  content: "\f054";
  color: #fff;
  padding: 0;
  font-size: 30px;
  line-height: 1;
  opacity: 0.75;
  box-sizing: border-box;
  position: absolute;
  margin: -22%;
}
.main-market .market-page-con .MS-controls .MS-left:hover,
.main-market .market-page-con .MS-controls .MS-right:hover {
  opacity: 1;
}
.main-market .product-card {
  background-color: white;
  background-clip: content-box;
}
.main-market .product-card .product-card-image-col {
  height: auto;
}
.main-market .product-card .product-card-image-col .attachment-woocommerce_thumbnail {
  width: 100%;
  height: auto;
}
.main-market .product-card .product-card-image-col .product-card-image-hover {
  display: none;
  width: 100%;
  height: 100%;
  background-color: white;
}
.main-market .product-card .product-card-image-col .product-card-image-hover img {
  width: 100%;
  height: 100%;
  display: none;
}
.main-market .product-card .product-card-image-col .product-card-image-hover img:first-child {
  display: inline-block;
}
.main-market .product-card .product-card-image-col:hover .attachment-woocommerce_thumbnail {
  display: none;
  transition: displayd;
  transition-delay: 3s;
}
.main-market .product-card .product-card-image-col:hover .product-card-image-hover {
  display: inline-block;
  transition: display;
  transition-delay: 3s;
}
.main-market .product-card .brand-row {
  min-height: 2em;
}
.main-market .product-card .brand-row .brand-name {
  font-size: 12px;
  font-weight: 500;
  color: #7e7e7e;
}
.main-market .product-card .product-title {
  min-height: 6rem;
  text-transform: uppercase;
  font-size: 20px !important;
}
.main-market .product-card .product-title h2 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
@media only screen and (max-width: 1082) and (min-width: 0px) {
  .main-market .product-card .product-title {
    min-height: 7rem !important;
  }
}
.main-market .product-card .product-price {
  position: relative;
  padding-bottom: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #7e7e7e;
}
.main-market .product-card .product-button {
  margin-bottom: 1rem;
}
.main-market .product-card .product-button a {
  width: 21rem;
  line-height: 2.7rem;
  margin: 0 auto;
  border: 1px solid transparent;
  letter-spacing: 1px;
  font-size: 1.3rem;
}

.swiper-wrapper--menu {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 768px) and (min-width: 10px) {
  .wcuCurrencySwitcher.left,
  .wcuCurrencySwitcher.right {
    margin-top: 50% !important;
  }
}

.wcuCurrencySwitcher.horizontal li,
.wcuCurrencySwitcher.horizontal li {
  display: list-item !important;
  float: unset !important;
}