/*
 Theme Name: tamashii-child
 Template: tamashii
*/
@keyframes pulse {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.2;
  }
  100% {
    scale: 1;
  }
}
body, html {
  box-sizing: border-box;
  outline: none;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000;
}
.t1 {
  font-size: 60px;
  line-height: 70px;
}
h1, h2, h3 {
  margin: 0;
}
a, span {
  color: #000;
  text-decoration: none;
}
.header-logo {
  position: fixed;
  left: 0;
  top: 0;
  padding-left: 40px;
  z-index: 99999;
  padding-top: 15px;
}
.header-logo a img {
  height: 57px;
  width: auto;
  object-fit: cover;
}
.header-logo.light a img.ligth {
  display: block;
}
.header-logo.light a img.dark {
  display: none;
}
.header-logo.dark a img.dark {
  display: block;
}
.header-logo.dark a img.light {
  display: none;
}
#wpadminbar {
  display: none !important;
}
header#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  transition: all 0.3s ease;
  padding: 10px 40px !important;
  padding-left: calc((100vw - 80px) / 10 * 3 + 0px) !important;
}
header#masthead::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 0;
  background-color: #fff;
  /* transition: all 0.3s ease-out;*/
}
header#masthead #site-navigation {
  display: flex;
  align-items: center;
  width: calc(100%);
  justify-content: space-between;
}
header#masthead #site-navigation .primary-menu-container {
  width: calc(100% / 7 * 2);
  position: relative;
}
header#masthead #site-navigation .primary-menu-container ul {
  gap: 11px 0;
}
header#masthead #site-navigation .primary-menu-container ul li {
  width: 50%;
}
header#masthead #site-navigation .primary-menu-container ul li a {
  font-size: 15px;
}
header#masthead #site-navigation .menu-wrapper li a {
  text-transform: uppercase;
  line-height: normal;
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-weight: 400;
  user-select: none;
}
header#masthead #site-navigation .menu-wrapper li a span {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-weight: 400;
  user-select: none;
}
header#masthead #site-navigation .menu-wrapper li a:hover {
  color: #C71A23;
  text-decoration: underline;
  mix-blend-mode: normal;
}
header#masthead #site-navigation .menu-wrapper li a:hover span {
  color: #C71A23;
  text-decoration: underline;
  mix-blend-mode: normal;
}
header#masthead .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 25px;
}
header#masthead .right .right-menu ul {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 25px;
}
header#masthead .right .right-menu ul li {
  margin: 0;
  padding: 0;
}
header#masthead .right .right-menu ul li::marker {
  font-size: 0;
}
header#masthead .right .right-menu ul li a {
  font-size: 12px;
  line-height: 15px;
}
header#masthead .right .right-menu ul li a span {
  font-size: 12px;
  line-height: 15px;
}
header#masthead .right .right-menu ul li.wpml-ls-item ul {
  position: absolute;
  display: none;
}
header#masthead .right .right-menu ul li.wpml-ls-item.submenu-open ul {
  display: block;
}
header#masthead .right .icon-menu ul {
  background-color: #fff;
}
header#masthead .right .icon-menu ul li {
  background-color: #000;
  mix-blend-mode: difference;
}
header#masthead .right .icon-menu ul li a .icon {
  mix-blend-mode: difference;
}
header#masthead .right .icon-menu ul li a .icon img.mobile {
  display: none;
}
header#masthead .right.mobile {
  display: none;
}
header#masthead.difference #site-navigation .primary-menu-container ul li ul {
  background-color: #090D12;
}
header#masthead.difference #site-navigation .menu-wrapper li a {
  color: #fff;
  font-weight: 300;
}
header#masthead.difference #site-navigation .menu-wrapper li a:hover {
  color: #C71A23;
}
header#masthead.difference #site-navigation .menu-wrapper li a:hover span {
  color: #c7c7c7;
}
header#masthead.difference #site-navigation .menu-wrapper li a span {
  color: #fff;
}
header#masthead.difference #site-navigation .right .icon-menu ul {
  background-color: transparent;
}
header#masthead.difference #site-navigation .right .icon-menu ul li {
  background-color: transparent;
}
header#masthead.difference #site-navigation .right .icon-menu ul li a .icon {
  mix-blend-mode: normal;
  background-color: transparent;
}
header#masthead.sticky {
  mix-blend-mode: normal !important;
}
header#masthead.sticky::before {
  height: 100%;
}
header#masthead.sticky #site-navigation .primary-menu-container ul li ul {
  background-color: #F6F2ED !important;
}
header#masthead.sticky #site-navigation .right .icon-menu ul li {
  background-color: #000;
  mix-blend-mode: difference;
}
header#masthead.sticky #site-navigation .right .icon-menu ul li a .icon {
  mix-blend-mode: difference;
}
header#masthead.sticky .menu-wrapper li a {
  color: #000 !important;
  font-weight: 400 !important;
}
header#masthead.sticky .menu-wrapper li a span {
  color: #000 !important;
  font-weight: 400 !important;
}
header#masthead.sticky .menu-wrapper li a:hover {
  color: #C71A23 !important;
}
header#masthead.sticky .menu-wrapper li a:hover span {
  color: #C71A23 !important;
}
header#masthead .languages {
  display: none;
}
.page-template-template-diventa-rivenditore header#masthead {
  mix-blend-mode: difference;
}
.page-template-template-diventa-rivenditore header#masthead #site-navigation .menu-wrapper li a:hover {
  color: #1ac7be;
}
.page-template-template-diventa-rivenditore header#masthead #site-navigation .menu-wrapper li a span {
  font-weight: 300;
}
.submenu {
  position: fixed;
  /*left: CalculateColSpace(3,-35);*/
  left: 0;
  top: 92px;
  display: flex;
  align-items: flex-start;
  background-color: #F6F2ED;
  width: 100vw;
  padding: 40px 35px;
  min-height: 350px;
  display: none;
  z-index: 1;
}
.submenu .left {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  gap: 50px;
}
.submenu .left .cat-group {
  padding: 0 10px;
  min-width: 180px;
}
.submenu .left .cat-group .div-img {
  width: 200px;
  position: relative;
}
.submenu .left .cat-group .div-img img {
  width: 100%;
  height: auto;
  max-height: 100px;
  object-fit: contain;
  background-color: #fff;
}
.submenu .left .cat-group .div-img.id-97 img, .submenu .left .cat-group .div-img.id-105 img, .submenu .left .cat-group .div-img.id-85 img {
  object-position: unset !important;
}
.submenu .left .cat-group a span {
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
}
.submenu .left .cat-group a:hover span {
  color: #C71A23;
}
.submenu .left .cat-group a.parent-cat {
  pointer-events: none;
}
.submenu .left .cat-group .cat-children {
  display: flex;
  flex-direction: column;
}
.submenu .left .cat-group .cat-children a {
  line-height: 14px;
  margin: 5px 0;
}
.submenu .left .cat-group .cat-children a span {
  text-transform: none;
  font-size: 12px;
}
.submenu .left .cat-group .cat-children.columns {
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
}
.submenu .left .cat-group .cat-children.columns .col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.submenu .left .cat-group:first-child .div-img {
  width: 100%;
}
.submenu .right {
  width: 70%;
  position: relative;
}
.submenu .right .div-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  display: none;
}
.submenu .right .div-img span {
  font-size: 50px;
  line-height: 60px;
}
.submenu .right .div-img img {
  width: 100%;
  height: auto;
}
.elements-in-cart {
  position: fixed;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #C71A23;
  top: 67px;
  right: 37px;
  z-index: 999999;
}
.search-form {
  position: fixed;
  width: 100%;
  height: 0px;
  background-color: #C71A23;
  top: 95px;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all 0.5s ease;
  height: 0px;
}
.search-form.open {
  height: 100px;
}
.search-form label {
  display: none;
}
.search-form form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  height: 100px;
}
.search-form form .form-input #search {
  width: 600px;
  height: 40px;
  border-radius: 40px;
  border: none;
  padding-left: 30px;
  background-color: #ffffff80;
  color: #fff;
}
.search-form form .form-footer {
  position: absolute;
  right: 0;
}
.search-form form .form-footer .button-background {
  width: 200px;
}
.search-form form .form-footer .button-background .draw {
  display: none;
}
.search-form form .form-footer .button-background .button {
  border: none !important;
  background-color: #fff !important;
}
.search-form form .form-footer .button-background .button span {
  color: #C71A23 !important;
}
@media only screen and (max-width: 1440px) {
  header#masthead #site-navigation .primary-menu-container {
    width: 40%;
  }
}
@media only screen and (max-width: 1200px) {
  .header-logo a img {
    height: 45px;
  }
  header#masthead #site-navigation .primary-menu-container ul li a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1025px) {
  .header-logo {
    left: 50%;
    transform: translateX(-50%);
    padding-left: 0;
  }
  .header-logo a img {
    height: 57px;
  }
  .header-logo a img.light {
    display: none !important;
  }
  .header-logo a img.dark {
    display: block !important;
  }
  header#masthead {
    mix-blend-mode: normal !important;
    justify-content: flex-end;
    align-items: center;
  }
  header#masthead #mobile-navigation .icon-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0;
  }
  header#masthead #mobile-navigation .icon-menu ul li::marker {
    font-size: 0;
  }
  header#masthead #mobile-navigation .icon-menu ul li a .icon img.mobile {
    display: block;
  }
  header#masthead #mobile-navigation .icon-menu ul li a .icon img.desktop {
    display: none;
  }
  header#masthead #mobile-navigation .icon-menu ul li:nth-child(3) a .icon {
    transform: translateY(4px);
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list {
    padding-bottom: 20px !important;
    padding-top: 30px !important;
  }
  header#masthead {
    height: 90px;
  }
  header#masthead::before {
    height: 100% !important;
  }
  .languages {
    display: block !important;
    margin-left: auto;
    margin-top: 45px;
    transform: translateY(-50%);
  }
  .languages .wpml-ls {
    width: auto;
  }
  .languages ul li {
    background-color: transparent;
    border: none;
  }
  .languages ul li a {
    background-color: transparent;
    border: none;
    padding-right: 0 !important;
  }
  .languages ul li a::after {
    display: none !important;
  }
  .languages ul li a span {
    font-size: 12px;
    line-height: 12px;
  }
  .languages ul li ul {
    border: none !important;
  }
  .languages ul li ul li a {
    padding-top: 0;
  }
  .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click a:hover {
    background-color: transparent;
  }
  #mobile-navigation {
    top: 50%;
  }
  #mobile-navigation .menu-button-container {
    transform: translateY(-50%);
    padding: 0;
  }
  header#masthead .right.mobile {
    display: flex;
  }
  header#masthead .right.mobile .icon-menu ul {
    align-items: flex-end;
    justify-content: flex-end;
    background-color: transparent;
  }
  header#masthead .right.mobile .icon-menu ul li {
    background-color: transparent;
    display: flex;
    align-items: center;
  }
  header#masthead .right.mobile .icon-menu ul li:nth-child(3) a .icon {
    transform: translateY(8px);
  }
  header#masthead .right.mobile .icon-menu ul li a .icon {
    mix-blend-mode: normal;
  }
  .elements-in-cart {
    top: 46px;
  }
  .vedi-carrello {
    display: none;
  }
  #mobile-navigation .primary-menu-container {
    perspective: 1000px;
    transform-style: preserve-3d;
    transition: transform 0.4s ease-in-out;
    height: 100dvh !important;
  }
  #mobile-navigation .primary-menu-container.hidden {
    transform: translate(0px, 150%) rotateX(-90deg);
  }
  #mobile-navigation .primary-menu-container.hidden:not(.anim-in) {
    visibility: hidden;
    height: 0;
    opacity: 0;
    width: 0;
  }
  #mobile-navigation .primary-menu-container.anim-in {
    transform: translate(0px, 0%) rotateX(0deg);
  }
  #mobile-navigation .primary-menu-container.anim-out {
    transform: translate(0px, -150%) rotateX(-90deg);
  }
  #mobile-navigation .primary-menu-container .menu-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  #mobile-navigation .primary-menu-container .menu-item > span {
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    text-transform: uppercase;
    display: inline-block;
    font-size: 24px;
    line-height: 105%;
  }
  #mobile-navigation .primary-menu-container .menu-item > span a, #mobile-navigation .primary-menu-container .menu-item > span span {
    text-transform: uppercase;
    display: inline-block;
    font-size: 24px;
    line-height: 105%;
  }
  #mobile-navigation .primary-menu-container .menu-item > span .plus {
    font-size: 22px;
    line-height: 28px;
    padding-right: 10px;
  }
  #mobile-navigation .primary-menu-container .menu-item > span .minus {
    font-size: 22px;
    line-height: 28px;
    padding-right: 10px;
    display: none;
  }
  #mobile-navigation .primary-menu-container .menu-item.active > span .plus {
    display: none;
  }
  #mobile-navigation .primary-menu-container .menu-item.active > span .minus {
    display: inline-flex;
  }
  #mobile-navigation .primary-menu-container .menu-item .menu-item-submenu {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
  }
  #mobile-navigation .primary-menu-container .menu-item .menu-item-submenu > span:not(:last-child) {
    margin-bottom: 5px;
  }
  #mobile-navigation .primary-menu-container .menu-container {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    transition: transform 0.4s ease-in-out;
    gap: 20px;
    padding: 20px 30px 60px;
    overflow: hidden;
  }
  #mobile-navigation .primary-menu-container .menu-container.anim-in {
    transform: translateX(calc(100% + 60px));
  }
  #mobile-navigation .primary-menu-container .menu-container.anim-in.anim-in-back {
    transform: translateX(0);
  }
  #mobile-navigation .primary-menu-container .menu-container.anim-in.submenu-active {
    overflow-x: hidden;
  }
  #mobile-navigation .primary-menu-container .menu-container.anim-in.submenu-active > .menu-item:not(.active) {
    display: none;
  }
  #mobile-navigation .primary-menu-container .menu-container.anim-in.submenu-active > .menu-item.active {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    transition: transform 0.4s ease-in-out;
    gap: 10px;
  }
  #mobile-navigation .primary-menu-container .menu-container.anim-in.submenu-active > .menu-item.active::-webkit-scrollbar {
    width: 3px !important;
  }
  #mobile-navigation .primary-menu-container .menu-container.anim-in.submenu-active > .menu-item.active > .menu-item-submenu {
    display: flex;
    padding: 24px 0;
  }
  #mobile-navigation .primary-menu-container .menu-container.anim-in.submenu-active > .menu-item.active > .menu-item-submenu > .menu-item {
    display: flex;
  }
  #mobile-navigation .primary-menu-container .menu-container.anim-in.submenu-active > .menu-item.active .menu-item-submenu.second {
    display: none;
  }
  #mobile-navigation .primary-menu-container .menu-container.anim-in.submenu-active > .menu-item.active.anim-in {
    transform: translateX(calc(100% + 60px));
  }
  #mobile-navigation .primary-menu-container .menu-container.anim-in.submenu-active > .menu-item.active.anim-in.anim-in-back {
    transform: translateX(0);
  }
  #mobile-navigation .primary-menu-container .menu-container.anim-in.submenu-active > .menu-item.active.anim-in.submenu-active {
    justify-content: flex-start;
  }
  #mobile-navigation .primary-menu-container .menu-container.anim-in.submenu-active > .menu-item.active.anim-in.submenu-active .menu-item:not(.active) {
    display: none;
  }
  #mobile-navigation .primary-menu-container .menu-container.anim-in.submenu-active > .menu-item.active.anim-in.submenu-active .menu-item-submenu.second {
    display: flex;
    padding: 24px 0;
  }
  #mobile-navigation .primary-menu-container .wpml-ls {
    position: absolute;
    left: 10px;
    bottom: 10px;
  }
  #mobile-navigation .primary-menu-container .wpml-ls a, #mobile-navigation .primary-menu-container .wpml-ls span {
    font-size: 14px;
  }
  #mobile-navigation .primary-menu-container .wpml-ls .wpml-ls-current-language a span {
    color: #C71A23;
    text-decoration: underline;
  }
  body.mobile-navigation-open #mobile-navigation .primary-menu-container {
    padding-top: 90px;
    border: none;
    overflow-y: hidden;
    z-index: 0;
  }
  body.mobile-navigation-open #mobile-navigation .primary-menu-container .menu-mobile-menu-container {
    overflow-y: auto;
    background-color: #fff;
    height: 100%;
    margin: 0;
  }
  body.mobile-navigation-open #mobile-navigation .primary-menu-container .menu-mobile-menu-container #mobile-menu-list {
    margin: 0;
    padding-bottom: 100px !important;
  }
  body.mobile-navigation-open #mobile-navigation .primary-menu-container .menu-mobile-menu-container #mobile-menu-list > li > a {
    font-size: 21px;
    line-height: 26px;
  }
  body.mobile-navigation-open #mobile-navigation .primary-menu-container .menu-mobile-menu-container #mobile-menu-list > li > a span {
    font-size: 21px;
    line-height: 26px;
  }
  #mobile-navigation .menu-button-container #mobile-menu-button {
    background-color: transparent !important;
  }
  header#masthead .right.mobile .icon-menu ul li a .icon {
    margin-top: -10px;
  }
  .search-form {
    top: 88px;
  }
}
@media only screen and (max-width: 768px) {
  .header-logo {
    padding-top: 0;
    height: 75px;
    display: flex;
    align-items: center;
  }
  .header-logo a img {
    height: 40px;
  }
  header#masthead {
    height: 75px;
    padding-right: 20px !important;
    padding-bottom: 0 !important;
  }
  .languages {
    margin-top: 37.5px;
  }
  #mobile-navigation .menu-button-container {
    left: 20px !important;
  }
  .search-form form .form-input #search {
    width: 80vw;
  }
  .search-form form .form-footer .button-background {
    width: 110px;
  }
  .elements-in-cart {
    top: 42px;
    right: 17px;
  }
  body.mobile-navigation-open #mobile-navigation .primary-menu-container {
    padding-top: 75px;
  }
  header#masthead .right.mobile .icon-menu ul li a .icon {
    margin-top: -15px;
  }
  .search-form {
    top: 74px;
  }
}
@media only screen and (max-width: 550px) {
  .header-logo {
    transform: unset;
    left: 15%;
  }
  .header-logo a img {
    height: 35px;
  }
  header#masthead .right.mobile .icon-menu ul {
    gap: 10px;
  }
}
::-webkit-scrollbar {
  width: 7px;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 0px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: transparent;
}
::selection {
  background-color: #000 !important;
  color: #fff !important;
}
html {
  margin-top: 0 !important;
}
* {
  box-sizing: border-box;
  scrollbar-width: 0;
}
@media screen and (max-width: 1780px) {
  .intro {
    max-width: 60vw;
    bottom: 115px;
  }
}
@keyframes alpha {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.99;
  }
}
.hiragino {
  font-family: "hiragino-mincho-pron", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal;
}
.tibetan {
  font-family: "Noto Serif Tibetan", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #C71A23;
}
.noto-serif {
  font-family: "Noto Serif", serif;
}
.boxed {
  padding: 0 40px;
}
@media only screen and (max-width: 768px) {
  .boxed {
    padding: 0 20px;
  }
}
h1, .h1 {
  font-size: 64px;
  line-height: 70px;
}
h2, .h2 {
  font-size: 48px;
  line-height: 60px;
}
.medium-text {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}
.medium-text p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}
span, a, p {
  font-size: 20px;
  line-height: 28px;
}
.big-title {
  font-size: 110px;
  line-height: 110px;
}
span em {
  font-family: "Noto Serif", serif;
}
sup {
  line-height: 0;
}
#breadcrumbs {
  position: absolute;
  top: 83px;
  right: 40px;
  margin: 0;
  z-index: 99;
}
#breadcrumbs span, #breadcrumbs a {
  font-size: 9px;
  color: #7C7C7C;
  text-transform: uppercase;
}
#breadcrumbs .breadcrumb_last {
  color: #000;
  font-family: "Noto Serif", serif;
  font-weight: 600;
  font-style: italic;
}
.unselectable {
  -webkit-user-select: none;
  /* Safari */
  user-select: none;
}
.text-animated .single-char {
  opacity: 0.2;
}
.text-animated .single-word {
  white-space: nowrap;
}
.image-animated .wrapper {
  overflow: hidden;
  clip-path: inset(0 0 100% 0);
}
.image-animated .wrapper img {
  width: 100%;
  height: auto;
}
.tibetan-animation {
  opacity: 0;
}
.tibetan-animation .single-char {
  opacity: 0;
  transform: translateY(30%);
  filter: blur(30px);
}
.tibetan-animation .single-word {
  white-space: nowrap;
}
.title-animated {
  opacity: 0;
  transform: translateY(50%);
  display: block;
}
.product-card {
  width: calc((100vw - 80px) / 10 * 2 + 0px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 30px;
  position: relative;
}
.product-card a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  position: relative;
}
.product-card a .counter {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.product-card a .counter span {
  font-size: 16px;
  line-height: 21px;
}
.product-card a .product-not-in-stock {
  position: absolute;
  left: 0;
  top: -50px;
  width: 100%;
  height: calc(100% + 50px);
  background-color: #00000044;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.product-card a .product-not-in-stock span {
  color: #fff;
}
.product-card a .sense {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 17px;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.product-card a .sense .tibetan-name {
  line-height: 55px;
}
.product-card a .sense .sense-name span {
  font-size: 15px;
  line-height: 20px;
  text-transform: lowercase;
}
.product-card a .div-img {
  width: 100%;
  position: relative;
}
.product-card a .div-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.product-card a .cat span {
  color: #864608;
  font-size: 16px;
  line-height: normal;
}
.product-card a .name span {
  color: #5E0E11;
}
.product-card a .not-in-stock-label span {
  color: #c71a23;
  font-size: 25px;
}
.product-card .price-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}
.product-card .price-cont .price span {
  font-weight: 300;
}
.product-card .price-cont .add-to {
  cursor: pointer;
}
.product-card .price-cont .add-to:hover svg, .product-card .price-cont .add-to.in-wish svg {
  fill: #000;
}
.product-card .sku {
  position: absolute;
  left: -28px;
  bottom: 0;
  writing-mode: sideways-lr;
}
.product-card .sku span {
  font-size: 12px;
  font-weight: 800;
  color: #A8A8A8;
}
.product-card .yith-wcwl-add-to-wishlist {
  display: none;
}
.product-card.not-in-stock a .div-img, .product-card.not-in-stock a .cat, .product-card.not-in-stock a .name, .product-card.not-in-stock a .sense {
  opacity: 0.4;
}
.product-card.not-in-stock .price-cont, .product-card.not-in-stock .yith-wcwl-add-to-wishlist {
  opacity: 0.4;
}
.marquee {
  display: flex;
  overflow: hidden;
  width: 100%;
}
.marquee .text {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding-left: 20px;
}
.marquee .text span {
  white-space: nowrap;
  font-size: 16px;
  line-height: 32px;
}
.marquee .text .div-img {
  position: relative;
  margin-left: 20px;
  width: 32px;
}
.marquee .text .div-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.button-background {
  position: relative;
}
.button-background .draw {
  position: absolute;
  display: flex;
  opacity: 0;
  transition: all 0.5s ease;
  display: none !important;
}
.button-background .draw.draw-sx {
  left: -46px;
  top: -8px;
}
.button-background .draw.draw-top {
  left: 20%;
  top: 0;
  transform: translateY(-100%);
}
.button-background .draw.draw-dx-top {
  right: -40px;
  top: -18px;
}
.button-background .draw.draw-dx-bot {
  right: -17px;
  bottom: -16px;
}
.button-background .draw.draw-bot {
  left: 50%;
  bottom: -1px;
  transform: translate(-50%, 100%);
}
.button-background .button {
  width: 100%;
  background-color: transparent !important;
  border-radius: 50px !important;
  border: 2px solid #C71A23 !important;
  padding: 0 !important;
  height: 40px !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  line-height: 28px !important;
  color: #C71A23 !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  overflow: hidden !important;
  position: relative;
}
.button-background .button span {
  text-transform: uppercase !important;
  font-size: 16px !important;
  line-height: 28px !important;
  color: #C71A23 !important;
  font-weight: 400 !important;
  z-index: 3;
  position: relative;
}
.button-background .button.with-before {
  justify-content: flex-start !important;
  padding-left: 27px !important;
}
.button-background .button.with-before span {
  font-size: 15px !important;
}
.button-background .button.with-before::before {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  font-size: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  color: #fff;
  background-image: url("/wp-content/themes/tamashii-child/assets/arrow_bottone.svg");
  background-size: contain;
}
.button-background .button.with-before::after {
  content: "";
  position: absolute;
  background-color: #C71A23;
  width: 26px;
  aspect-ratio: 1;
  border-radius: 50%;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 1s ease;
  display: inline-block;
  transform-origin: center center;
}
.button-background button, .button-background a, .button-background .button {
  transition: all 0.5s ease;
}
.button-background:hover .draw {
  opacity: 1;
}
.button-background:hover .button {
  text-decoration: none;
  color: #fff !important;
}
.button-background:hover .button:not(.with-before) {
  background-color: #C71A23 !important;
}
.button-background:hover .button span {
  color: #fff !important;
}
.button-background:hover .button.with-before::after {
  width: 200%;
  transform: translate(50%, -50%);
}
.woocommerce-account .woocommerce-address-fields .button, .woocommerce-account .woocommerce-address-fields .wps_rma_return_request_submit, #wps_rma_return_request_form .button, #wps_rma_return_request_form .wps_rma_return_request_submit, .woocommerce-order-details .button, .woocommerce-order-details .wps_rma_return_request_submit {
  width: 200px;
  background-color: transparent !important;
  border-radius: 50px !important;
  border: 2px solid #C71A23 !important;
  padding: 0 !important;
  height: 40px !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  line-height: 28px !important;
  color: #C71A23 !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  overflow: hidden !important;
  position: relative;
  transition: all 0.3s ease;
}
.woocommerce-account .woocommerce-address-fields .button span, .woocommerce-account .woocommerce-address-fields .wps_rma_return_request_submit span, #wps_rma_return_request_form .button span, #wps_rma_return_request_form .wps_rma_return_request_submit span, .woocommerce-order-details .button span, .woocommerce-order-details .wps_rma_return_request_submit span {
  text-transform: uppercase !important;
  font-size: 16px !important;
  line-height: 28px !important;
  color: #C71A23 !important;
  font-weight: 400 !important;
  z-index: 3;
  position: relative;
}
.woocommerce-account .woocommerce-address-fields .button:hover, .woocommerce-account .woocommerce-address-fields .wps_rma_return_request_submit:hover, #wps_rma_return_request_form .button:hover, #wps_rma_return_request_form .wps_rma_return_request_submit:hover, .woocommerce-order-details .button:hover, .woocommerce-order-details .wps_rma_return_request_submit:hover {
  background-color: #C71A23 !important;
  color: #fff !important;
}
.woocommerce-account .woocommerce-address-fields .button:hover span, .woocommerce-account .woocommerce-address-fields .wps_rma_return_request_submit:hover span, #wps_rma_return_request_form .button:hover span, #wps_rma_return_request_form .wps_rma_return_request_submit:hover span, .woocommerce-order-details .button:hover span, .woocommerce-order-details .wps_rma_return_request_submit:hover span {
  color: #fff !important;
}
.order_details .product-name .container-cell {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 6px;
}
.order_details .product-name .container-cell a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.order_details .product-name .container-cell a .cat {
  font-size: 13px;
  line-height: 16px;
  color: #864608;
}
.slick-custom-button {
  position: relative;
  display: inline-block;
}
.slick-custom-button .draw {
  position: absolute;
  display: flex;
  opacity: 0;
  transition: all 0.5s ease;
  display: none !important;
}
.slick-custom-button .draw.prev-sx {
  left: -36px;
  bottom: -2px;
}
.slick-custom-button .draw.prev-dx {
  right: -28px;
  bottom: -11px;
}
.slick-custom-button .draw.next-sx {
  left: -24px;
  bottom: 1px;
}
.slick-custom-button .draw.next-dx {
  right: -24px;
  top: -5px;
}
.slick-custom-button .draw.next-bot {
  left: 6px;
  bottom: -11px;
}
.slick-custom-button .button {
  width: 50px;
  height: 50px;
  position: relative;
  border: 2px solid #C71A23;
  background-color: transparent;
  transition: all 0.5s ease;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-custom-button .button svg {
  width: 50%;
  height: auto;
  stroke: #C71A23;
}
.slick-custom-button .button svg path {
  fill: #C71A23;
}
.slick-custom-button:hover .draw {
  opacity: 1;
}
.slick-custom-button:hover .button {
  background-color: #C71A23;
}
.slick-custom-button:hover .button svg {
  stroke: #fff;
}
.slick-custom-button:hover .button svg path {
  fill: #fff;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  to {
    -webkit-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@keyframes rotating {
  0% {
    -ms-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  50% {
    -ms-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  100% {
    -ms-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@keyframes bounce {
  0% {
    top: -30px;
  }
  50% {
    top: 30px;
  }
  100% {
    top: -30px;
  }
}
@keyframes bouncex {
  0% {
    right: -15px;
  }
  50% {
    right: 15px;
  }
  100% {
    right: -15px;
  }
}
.clouds-section {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.clouds-section .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100vh;
}
.clouds-section .container .cont {
  display: flex;
  height: 150px;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100vw;
}
.clouds-section .container .cont .single-cloud {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.clouds-section .container .cont .single-cloud.cl1, .clouds-section .container .cont .single-cloud.cl5, .clouds-section .container .cont .single-cloud.cl9 {
  align-items: flex-end;
}
.clouds-section .container .cont .single-cloud.cl2, .clouds-section .container .cont .single-cloud.cl4, .clouds-section .container .cont .single-cloud.cl6, .clouds-section .container .cont .single-cloud.cl8 {
  align-items: flex-start;
}
.clouds-section .container .cont .single-cloud.cl1 {
  margin-right: 10px;
}
.clouds-section .container .cont .single-cloud.cl2 {
  margin-right: 6.2vw;
}
.clouds-section .container .cont .single-cloud.cl3 {
  margin-right: 4.3vw;
}
.clouds-section .container .cont .single-cloud.cl5 {
  margin-right: 4.1vw;
}
.clouds-section .container .cont .single-cloud.cl6 {
  padding-top: 10px;
  margin-right: 6.2vw;
}
.clouds-section .container .cont .single-cloud.cl7 {
  margin-right: 9.3vw;
}
.clouds-section .container .cont .single-cloud.cl8 {
  padding-top: 5px;
  margin-right: 15px;
}
.clouds-section .container .cont .single-cloud.cl9 {
  padding-bottom: 8px;
}
.clouds-section .container .cont .single-cloud svg {
  width: 130px !important;
  position: relative;
  max-width: unset;
  height: auto !important;
}
.clouds-section .container .cont .single-cloud:nth-child(1) svg {
  -webkit-animation: rotating 6s linear infinite;
  -moz-animation: rotating 7s linear infinite;
  -ms-animation: rotating 4s linear infinite;
  -o-animation: rotating 6s linear infinite;
  animation: rotating 7s linear infinite, bounce 10s ease-in-out infinite, bouncex 9s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(2) svg {
  -webkit-animation: rotating 4s linear infinite;
  -moz-animation: rotating 7s linear infinite;
  -ms-animation: rotating 6s linear infinite;
  -o-animation: rotating 7s linear infinite;
  animation: rotating 7s linear infinite, bounce 9s ease-in-out infinite, bouncex 9s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(3) svg {
  -webkit-animation: rotating 8s linear infinite;
  -moz-animation: rotating 5s linear infinite;
  -ms-animation: rotating 6s linear infinite;
  -o-animation: rotating 7s linear infinite;
  animation: rotating 8s linear infinite, bounce 8s ease-in-out infinite, bouncex 10s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(4) svg {
  -webkit-animation: rotating 6s linear infinite;
  -moz-animation: rotating 4s linear infinite;
  -ms-animation: rotating 4s linear infinite;
  -o-animation: rotating 4s linear infinite;
  animation: rotating 4s linear infinite, bounce 9s ease-in-out infinite, bouncex 7s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(5) svg {
  -webkit-animation: rotating 7s linear infinite;
  -moz-animation: rotating 8s linear infinite;
  -ms-animation: rotating 6s linear infinite;
  -o-animation: rotating 6s linear infinite;
  animation: rotating 8s linear infinite, bounce 6s ease-in-out infinite, bouncex 9s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(6) svg {
  -webkit-animation: rotating 7s linear infinite;
  -moz-animation: rotating 6s linear infinite;
  -ms-animation: rotating 8s linear infinite;
  -o-animation: rotating 5s linear infinite;
  animation: rotating 8s linear infinite, bounce 6s ease-in-out infinite, bouncex 7s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(7) svg {
  -webkit-animation: rotating 4s linear infinite;
  -moz-animation: rotating 8s linear infinite;
  -ms-animation: rotating 6s linear infinite;
  -o-animation: rotating 4s linear infinite;
  animation: rotating 8s linear infinite, bounce 7s ease-in-out infinite, bouncex 6s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(8) svg {
  -webkit-animation: rotating 6s linear infinite;
  -moz-animation: rotating 5s linear infinite;
  -ms-animation: rotating 8s linear infinite;
  -o-animation: rotating 5s linear infinite;
  animation: rotating 4s linear infinite, bounce 6s ease-in-out infinite, bouncex 8s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(9) svg {
  -webkit-animation: rotating 7s linear infinite;
  -moz-animation: rotating 6s linear infinite;
  -ms-animation: rotating 7s linear infinite;
  -o-animation: rotating 8s linear infinite;
  animation: rotating 5s linear infinite, bounce 9s ease-in-out infinite, bouncex 7s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(10) svg {
  -webkit-animation: rotating 5s linear infinite;
  -moz-animation: rotating 5s linear infinite;
  -ms-animation: rotating 6s linear infinite;
  -o-animation: rotating 4s linear infinite;
  animation: rotating 8s linear infinite, bounce 7s ease-in-out infinite, bouncex 8s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(11) svg {
  -webkit-animation: rotating 8s linear infinite;
  -moz-animation: rotating 8s linear infinite;
  -ms-animation: rotating 5s linear infinite;
  -o-animation: rotating 4s linear infinite;
  animation: rotating 7s linear infinite, bounce 7s ease-in-out infinite, bouncex 6s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(12) svg {
  -webkit-animation: rotating 7s linear infinite;
  -moz-animation: rotating 8s linear infinite;
  -ms-animation: rotating 7s linear infinite;
  -o-animation: rotating 4s linear infinite;
  animation: rotating 5s linear infinite, bounce 6s ease-in-out infinite, bouncex 9s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(13) svg {
  -webkit-animation: rotating 5s linear infinite;
  -moz-animation: rotating 4s linear infinite;
  -ms-animation: rotating 5s linear infinite;
  -o-animation: rotating 6s linear infinite;
  animation: rotating 6s linear infinite, bounce 9s ease-in-out infinite, bouncex 6s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(14) svg {
  -webkit-animation: rotating 6s linear infinite;
  -moz-animation: rotating 5s linear infinite;
  -ms-animation: rotating 4s linear infinite;
  -o-animation: rotating 6s linear infinite;
  animation: rotating 6s linear infinite, bounce 8s ease-in-out infinite, bouncex 7s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(15) svg {
  -webkit-animation: rotating 8s linear infinite;
  -moz-animation: rotating 5s linear infinite;
  -ms-animation: rotating 8s linear infinite;
  -o-animation: rotating 8s linear infinite;
  animation: rotating 8s linear infinite, bounce 6s ease-in-out infinite, bouncex 6s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(16) svg {
  -webkit-animation: rotating 5s linear infinite;
  -moz-animation: rotating 7s linear infinite;
  -ms-animation: rotating 4s linear infinite;
  -o-animation: rotating 8s linear infinite;
  animation: rotating 5s linear infinite, bounce 10s ease-in-out infinite, bouncex 8s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(17) svg {
  -webkit-animation: rotating 6s linear infinite;
  -moz-animation: rotating 6s linear infinite;
  -ms-animation: rotating 7s linear infinite;
  -o-animation: rotating 7s linear infinite;
  animation: rotating 4s linear infinite, bounce 7s ease-in-out infinite, bouncex 6s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(18) svg {
  -webkit-animation: rotating 4s linear infinite;
  -moz-animation: rotating 5s linear infinite;
  -ms-animation: rotating 6s linear infinite;
  -o-animation: rotating 7s linear infinite;
  animation: rotating 7s linear infinite, bounce 8s ease-in-out infinite, bouncex 7s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(19) svg {
  -webkit-animation: rotating 5s linear infinite;
  -moz-animation: rotating 7s linear infinite;
  -ms-animation: rotating 7s linear infinite;
  -o-animation: rotating 6s linear infinite;
  animation: rotating 8s linear infinite, bounce 7s ease-in-out infinite, bouncex 7s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(20) svg {
  -webkit-animation: rotating 7s linear infinite;
  -moz-animation: rotating 4s linear infinite;
  -ms-animation: rotating 6s linear infinite;
  -o-animation: rotating 7s linear infinite;
  animation: rotating 4s linear infinite, bounce 10s ease-in-out infinite, bouncex 8s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(21) svg {
  -webkit-animation: rotating 8s linear infinite;
  -moz-animation: rotating 8s linear infinite;
  -ms-animation: rotating 5s linear infinite;
  -o-animation: rotating 5s linear infinite;
  animation: rotating 5s linear infinite, bounce 7s ease-in-out infinite, bouncex 8s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(22) svg {
  -webkit-animation: rotating 5s linear infinite;
  -moz-animation: rotating 6s linear infinite;
  -ms-animation: rotating 8s linear infinite;
  -o-animation: rotating 6s linear infinite;
  animation: rotating 6s linear infinite, bounce 8s ease-in-out infinite, bouncex 9s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(23) svg {
  -webkit-animation: rotating 7s linear infinite;
  -moz-animation: rotating 7s linear infinite;
  -ms-animation: rotating 5s linear infinite;
  -o-animation: rotating 4s linear infinite;
  animation: rotating 7s linear infinite, bounce 7s ease-in-out infinite, bouncex 9s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(24) svg {
  -webkit-animation: rotating 4s linear infinite;
  -moz-animation: rotating 6s linear infinite;
  -ms-animation: rotating 4s linear infinite;
  -o-animation: rotating 6s linear infinite;
  animation: rotating 4s linear infinite, bounce 6s ease-in-out infinite, bouncex 10s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(25) svg {
  -webkit-animation: rotating 4s linear infinite;
  -moz-animation: rotating 6s linear infinite;
  -ms-animation: rotating 7s linear infinite;
  -o-animation: rotating 4s linear infinite;
  animation: rotating 4s linear infinite, bounce 7s ease-in-out infinite, bouncex 10s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(26) svg {
  -webkit-animation: rotating 8s linear infinite;
  -moz-animation: rotating 6s linear infinite;
  -ms-animation: rotating 8s linear infinite;
  -o-animation: rotating 4s linear infinite;
  animation: rotating 5s linear infinite, bounce 9s ease-in-out infinite, bouncex 8s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(27) svg {
  -webkit-animation: rotating 7s linear infinite;
  -moz-animation: rotating 7s linear infinite;
  -ms-animation: rotating 8s linear infinite;
  -o-animation: rotating 7s linear infinite;
  animation: rotating 4s linear infinite, bounce 10s ease-in-out infinite, bouncex 7s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(28) svg {
  -webkit-animation: rotating 8s linear infinite;
  -moz-animation: rotating 8s linear infinite;
  -ms-animation: rotating 6s linear infinite;
  -o-animation: rotating 6s linear infinite;
  animation: rotating 8s linear infinite, bounce 7s ease-in-out infinite, bouncex 9s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(29) svg {
  -webkit-animation: rotating 5s linear infinite;
  -moz-animation: rotating 7s linear infinite;
  -ms-animation: rotating 7s linear infinite;
  -o-animation: rotating 4s linear infinite;
  animation: rotating 8s linear infinite, bounce 10s ease-in-out infinite, bouncex 6s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(30) svg {
  -webkit-animation: rotating 4s linear infinite;
  -moz-animation: rotating 7s linear infinite;
  -ms-animation: rotating 6s linear infinite;
  -o-animation: rotating 6s linear infinite;
  animation: rotating 7s linear infinite, bounce 8s ease-in-out infinite, bouncex 9s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(31) svg {
  -webkit-animation: rotating 7s linear infinite;
  -moz-animation: rotating 6s linear infinite;
  -ms-animation: rotating 8s linear infinite;
  -o-animation: rotating 6s linear infinite;
  animation: rotating 8s linear infinite, bounce 9s ease-in-out infinite, bouncex 7s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(32) svg {
  -webkit-animation: rotating 6s linear infinite;
  -moz-animation: rotating 7s linear infinite;
  -ms-animation: rotating 6s linear infinite;
  -o-animation: rotating 6s linear infinite;
  animation: rotating 4s linear infinite, bounce 10s ease-in-out infinite, bouncex 9s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(33) svg {
  -webkit-animation: rotating 7s linear infinite;
  -moz-animation: rotating 6s linear infinite;
  -ms-animation: rotating 5s linear infinite;
  -o-animation: rotating 6s linear infinite;
  animation: rotating 7s linear infinite, bounce 10s ease-in-out infinite, bouncex 10s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(34) svg {
  -webkit-animation: rotating 8s linear infinite;
  -moz-animation: rotating 4s linear infinite;
  -ms-animation: rotating 7s linear infinite;
  -o-animation: rotating 5s linear infinite;
  animation: rotating 4s linear infinite, bounce 8s ease-in-out infinite, bouncex 9s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(35) svg {
  -webkit-animation: rotating 5s linear infinite;
  -moz-animation: rotating 5s linear infinite;
  -ms-animation: rotating 6s linear infinite;
  -o-animation: rotating 7s linear infinite;
  animation: rotating 5s linear infinite, bounce 10s ease-in-out infinite, bouncex 8s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(36) svg {
  -webkit-animation: rotating 7s linear infinite;
  -moz-animation: rotating 8s linear infinite;
  -ms-animation: rotating 4s linear infinite;
  -o-animation: rotating 8s linear infinite;
  animation: rotating 8s linear infinite, bounce 7s ease-in-out infinite, bouncex 7s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(37) svg {
  -webkit-animation: rotating 4s linear infinite;
  -moz-animation: rotating 5s linear infinite;
  -ms-animation: rotating 7s linear infinite;
  -o-animation: rotating 5s linear infinite;
  animation: rotating 8s linear infinite, bounce 8s ease-in-out infinite, bouncex 9s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(38) svg {
  -webkit-animation: rotating 7s linear infinite;
  -moz-animation: rotating 4s linear infinite;
  -ms-animation: rotating 6s linear infinite;
  -o-animation: rotating 4s linear infinite;
  animation: rotating 7s linear infinite, bounce 8s ease-in-out infinite, bouncex 7s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(39) svg {
  -webkit-animation: rotating 4s linear infinite;
  -moz-animation: rotating 4s linear infinite;
  -ms-animation: rotating 5s linear infinite;
  -o-animation: rotating 6s linear infinite;
  animation: rotating 4s linear infinite, bounce 7s ease-in-out infinite, bouncex 7s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(40) svg {
  -webkit-animation: rotating 6s linear infinite;
  -moz-animation: rotating 4s linear infinite;
  -ms-animation: rotating 6s linear infinite;
  -o-animation: rotating 7s linear infinite;
  animation: rotating 5s linear infinite, bounce 7s ease-in-out infinite, bouncex 6s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(41) svg {
  -webkit-animation: rotating 5s linear infinite;
  -moz-animation: rotating 5s linear infinite;
  -ms-animation: rotating 4s linear infinite;
  -o-animation: rotating 8s linear infinite;
  animation: rotating 6s linear infinite, bounce 10s ease-in-out infinite, bouncex 10s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(42) svg {
  -webkit-animation: rotating 6s linear infinite;
  -moz-animation: rotating 4s linear infinite;
  -ms-animation: rotating 4s linear infinite;
  -o-animation: rotating 6s linear infinite;
  animation: rotating 7s linear infinite, bounce 8s ease-in-out infinite, bouncex 7s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(43) svg {
  -webkit-animation: rotating 4s linear infinite;
  -moz-animation: rotating 8s linear infinite;
  -ms-animation: rotating 5s linear infinite;
  -o-animation: rotating 7s linear infinite;
  animation: rotating 8s linear infinite, bounce 8s ease-in-out infinite, bouncex 9s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(44) svg {
  -webkit-animation: rotating 5s linear infinite;
  -moz-animation: rotating 5s linear infinite;
  -ms-animation: rotating 7s linear infinite;
  -o-animation: rotating 7s linear infinite;
  animation: rotating 6s linear infinite, bounce 6s ease-in-out infinite, bouncex 10s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(45) svg {
  -webkit-animation: rotating 5s linear infinite;
  -moz-animation: rotating 8s linear infinite;
  -ms-animation: rotating 6s linear infinite;
  -o-animation: rotating 6s linear infinite;
  animation: rotating 7s linear infinite, bounce 9s ease-in-out infinite, bouncex 7s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(46) svg {
  -webkit-animation: rotating 6s linear infinite;
  -moz-animation: rotating 6s linear infinite;
  -ms-animation: rotating 7s linear infinite;
  -o-animation: rotating 5s linear infinite;
  animation: rotating 8s linear infinite, bounce 7s ease-in-out infinite, bouncex 9s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(47) svg {
  -webkit-animation: rotating 8s linear infinite;
  -moz-animation: rotating 5s linear infinite;
  -ms-animation: rotating 8s linear infinite;
  -o-animation: rotating 7s linear infinite;
  animation: rotating 7s linear infinite, bounce 10s ease-in-out infinite, bouncex 9s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(48) svg {
  -webkit-animation: rotating 8s linear infinite;
  -moz-animation: rotating 6s linear infinite;
  -ms-animation: rotating 5s linear infinite;
  -o-animation: rotating 7s linear infinite;
  animation: rotating 6s linear infinite, bounce 9s ease-in-out infinite, bouncex 6s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(49) svg {
  -webkit-animation: rotating 6s linear infinite;
  -moz-animation: rotating 7s linear infinite;
  -ms-animation: rotating 6s linear infinite;
  -o-animation: rotating 6s linear infinite;
  animation: rotating 5s linear infinite, bounce 8s ease-in-out infinite, bouncex 10s ease-in-out infinite;
}
.clouds-section .container .cont .single-cloud:nth-child(50) svg {
  -webkit-animation: rotating 8s linear infinite;
  -moz-animation: rotating 4s linear infinite;
  -ms-animation: rotating 7s linear infinite;
  -o-animation: rotating 6s linear infinite;
  animation: rotating 5s linear infinite, bounce 9s ease-in-out infinite, bouncex 9s ease-in-out infinite;
}
.clouds-section.full-width .container .single-cloud.cl9 {
  margin-right: 5.3vw;
}
#find-out a {
  transition: all 0.3s ease;
}
#find-out a span {
  transition: all 0.3s ease;
}
#find-out a:hover {
  color: #C71A23;
  text-decoration: none;
}
#find-out a:hover span {
  color: #C71A23;
}
#find-out .container {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  justify-content: flex-start;
}
#find-out .container span {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
}
#find-out .container .left {
  display: flex;
  align-items: flex-start;
}
.single-gesture {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100vw - 80px) / 10 * 2 + 0px);
}
.single-gesture .tibetan-name span {
  white-space: nowrap;
  font-size: 40px;
  line-height: 48px;
  opacity: 0;
}
.single-gesture .tibetan-name span .single-char {
  opacity: 0;
  transform: translateY(30%);
  filter: blur(30px);
}
.single-gesture .tibetan-name span .single-word {
  white-space: nowrap;
}
.single-gesture .div-img {
  width: calc((100vw - 80px) / 10 * 2 + -70px);
  background-color: #fff;
  border-radius: 50%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: scale(0.5);
}
.single-gesture .div-img img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 100%;
}
.single-gesture .div-img svg {
  width: 150px;
  height: auto;
}
.single-gesture .div-img svg path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  fill-opacity: 0;
}
.single-gesture .div-img svg rect {
  display: none !important;
}
.single-gesture .name {
  margin-top: 10px;
  text-align: center;
  opacity: 0;
}
.single-gesture .name span {
  font-size: 30px;
  line-height: 35px;
  color: #864608;
}
.single-gesture .pronuncia {
  text-align: center;
  opacity: 0;
}
.single-gesture .pronuncia span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.single-gesture .sense {
  text-align: center;
  margin-top: 5px;
  opacity: 0;
}
.single-gesture .sense span {
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
}
.gform_wrapper .gform_heading {
  display: none;
}
.gform_wrapper form .gform_fields {
  row-gap: 30px;
}
.gform_wrapper form .gform_fields .gfield:not(.gfield--type-consent) {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.gform_wrapper form .gform_fields .gfield:not(.gfield--type-consent) .ginput_container {
  width: 100%;
}
.gform_wrapper form .gform_fields .gfield:not(.gfield--type-consent) label {
  padding-left: 30px;
  margin-top: 8px;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
}
.gform_wrapper form .gform_fields .gfield:not(.gfield--type-consent) .ginput_complex {
  row-gap: 30px;
  width: 100%;
  justify-content: space-between;
  margin-inline: 0;
}
.gform_wrapper form .gform_fields .gfield:not(.gfield--type-consent) .ginput_complex .gform-grid-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  inline-size: calc(50% - 8px);
  padding: 0;
  margin-inline: 0;
}
.gform_wrapper form .gform_fields .gfield:not(.gfield--type-consent) .ginput_complex .gf_clear {
  display: none;
}
.gform_wrapper form .gform_fields .gfield:not(.gfield--type-consent).gfield_contains_required label {
  position: relative;
  display: inline;
}
.gform_wrapper form .gform_fields .gfield:not(.gfield--type-consent).gfield_contains_required label .gfield_required {
  display: none;
}
.gform_wrapper form .gform_fields .gfield:not(.gfield--type-consent).gfield_contains_required label::before {
  content: "*";
  position: absolute;
  right: -9px;
  top: 0px;
  font-size: 12px;
}
.gform_wrapper form .gform_fields .gfield:not(.gfield--type-consent).not-valid input, .gform_wrapper form .gform_fields .gfield:not(.gfield--type-consent).not-valid textarea {
  border: 1px solid #C71A23;
  color: #C71A23;
  background-color: #eeeeee;
}
.gform_wrapper form .gform_fields input, .gform_wrapper form .gform_fields textarea, .gform_wrapper form .gform_fields select {
  background-color: #fff;
  border-radius: 50px;
  border: none;
}
.gform_wrapper form .gform_fields input:not(input[type="checkbox"], textarea), .gform_wrapper form .gform_fields textarea:not(input[type="checkbox"], textarea), .gform_wrapper form .gform_fields select:not(input[type="checkbox"], textarea) {
  height: 50px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.gform_wrapper form .gform_fields input[type="checkbox"] {
  border-radius: 2px !important;
}
.gform_wrapper form .gform_fields textarea {
  height: 250px;
  min-block-size: unset;
  border-radius: 25px;
}
.gform_wrapper form .gform_footer input {
  background-color: transparent !important;
  border: 2px solid #C71A23 !important;
  border-radius: 50px !important;
  color: #C71A23 !important;
  text-transform: uppercase !important;
  height: 40px !important;
}
@keyframes l3MiniCart {
  to {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}
.vedi-carrello {
  width: 400px;
  height: 0;
  background-color: #F6F2ED;
  position: fixed;
  top: 91px;
  right: 0;
  z-index: 999;
  overflow: hidden;
  transition: all 0.3s ease;
}
.vedi-carrello.open {
  height: calc(100vh - 90px);
}
.vedi-carrello .load {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000a1;
  z-index: 10;
  backdrop-filter: blur(1px);
  display: none;
}
.vedi-carrello .load::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #25b09b;
  --_m: conic-gradient(#0000 10%,#000),linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3MiniCart 1s infinite linear;
}
.vedi-carrello .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  height: calc(100vh - 92px);
  padding: 10px;
}
.vedi-carrello .container .divisor {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin: 12px 0;
}
.vedi-carrello .container .products {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-height: calc(66vh - 100px);
  overflow-y: auto;
  padding: 10px;
}
.vedi-carrello .container .products::-webkit-scrollbar {
  width: 2px;
}
.vedi-carrello .container .products .single-product {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.vedi-carrello .container .products .single-product .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.vedi-carrello .container .products .single-product .top .div-img {
  width: 90px;
  position: relative;
}
.vedi-carrello .container .products .single-product .top .div-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.vedi-carrello .container .products .single-product .top .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  min-width: 200px;
  max-width: 280px;
  user-select: none;
}
.vedi-carrello .container .products .single-product .top .actions * {
  user-select: none;
}
.vedi-carrello .container .products .single-product .top .actions .delete {
  width: 21px;
  height: 21px;
  position: relative;
}
.vedi-carrello .container .products .single-product .top .actions .delete img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vedi-carrello .container .products .single-product .top .actions .qty {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.vedi-carrello .container .products .single-product .top .actions .qty .qty-button {
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.vedi-carrello .container .products .single-product .top .actions .qty .qty-button span {
  font-size: 20px;
}
.vedi-carrello .container .products .single-product .top .actions .qty .qty-button.minus span {
  transform: translateY(-1px);
}
.vedi-carrello .container .products .single-product .top .actions .qty input {
  background-color: transparent;
  border: none;
  -moz-appearance: textfield;
  width: 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.vedi-carrello .container .products .single-product .top .actions .qty input::-webkit-outer-spin-button, .vedi-carrello .container .products .single-product .top .actions .qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.vedi-carrello .container .products .single-product .bot {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.vedi-carrello .container .products .single-product .bot .sku span {
  font-size: 10px;
  line-height: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.vedi-carrello .container .products .single-product .bot .cat {
  line-height: 14px;
}
.vedi-carrello .container .products .single-product .bot .cat span {
  font-size: 14px;
  line-height: 14px;
  color: #864608;
}
.vedi-carrello .container .products .single-product .bot .name span {
  color: #5E0E11;
}
.vedi-carrello .container .products .single-product:last-child .divisor {
  display: none;
}
.vedi-carrello .container .products .single-product[data-id="746"] .top .actions .delete {
  opacity: 0;
  pointer-events: none;
}
.vedi-carrello .container .products .single-product[data-id="746"] .bot .cat {
  display: none;
}
.vedi-carrello .container .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 30vh;
  padding: 10px;
}
.vedi-carrello .container .bottom .prices {
  width: 100%;
}
.vedi-carrello .container .bottom .prices .single-price {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 10px;
}
.vedi-carrello .container .bottom .prices .single-price span {
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
}
.vedi-carrello .container .bottom .prices .shipping-prevision {
  width: 40%;
  line-height: 12px;
}
.vedi-carrello .container .bottom .prices .shipping-prevision span {
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 400;
}
.vedi-carrello .container .bottom .prices .total {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.vedi-carrello .container .bottom .prices .total span {
  font-weight: 600;
  color: #5E0E11;
}
.vedi-carrello .container .bottom .prices .total .price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #5E0E11;
  font-weight: 600;
}
.vedi-carrello .container .bottom .prices .total .price .includes_tax, .vedi-carrello .container .bottom .prices .total .price .includes_tax span {
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
}
.vedi-carrello .container .button-background {
  width: 200px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 25px;
}
.single-category-gallery .container {
  padding-left: calc((100vw - 80px) / 10 * 1 + 0px);
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.single-category-gallery .container .title {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.single-category-gallery .container .title h2, .single-category-gallery .container .title .h2 {
  color: #864608;
}
.single-category-gallery .container .gallery {
  padding-right: calc((100vw - 80px) / 10 * 2 + 0px);
}
.single-category-gallery .container .gallery .slick-list {
  overflow: visible;
  margin: 0 calc((100vw - 80px) / 10 * -0.5 + -20px);
}
.single-category-gallery .container .gallery .slick-list .slick-slide {
  margin: 0 calc((100vw - 80px) / 10 * 0.5 + 20px);
}
.single-category-gallery .container .gallery .slick-list .slick-slide .product-card {
  padding-left: 20px;
  border-left: 1px solid #000;
}
.single-category-gallery .container .gallery .slick-list .slick-slide .product-card a .sense {
  padding-left: 30px;
}
.single-category-gallery .container .gallery .slick-list .slick-slide .product-card .price-cont .add-to {
  display: none;
}
.single-category-gallery .container .gallery .slick-arrow {
  display: none !important;
}
.product-filters {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  background-color: #fff;
  padding: 25px 0;
  z-index: 10;
}
.product-filters .single-filter {
  position: relative;
}
.product-filters .single-filter span {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  color: #5E0E11;
}
.product-filters .single-filter .label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
  min-width: 60px;
}
.product-filters .single-filter .label span {
  font-weight: bold;
}
.product-filters .single-filter .label .plus {
  display: block;
  width: 10px;
}
.product-filters .single-filter .label .minus {
  display: none;
  width: 10px;
}
.product-filters .single-filter .label .filter-active {
  display: none;
}
.product-filters .single-filter .options {
  position: absolute;
  bottom: -7px;
  transform: translateY(100%);
  left: 0;
  width: auto;
  max-height: 224px;
  overflow-y: auto;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  background-color: #F6F2ED;
  display: none;
}
.product-filters .single-filter .options::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.product-filters .single-filter .options::-webkit-scrollbar-thumb {
  background-color: #5E0E11;
  border-radius: 0px;
}
.product-filters .single-filter .options .single-option {
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 6px;
  border: 2px solid transparent;
}
.product-filters .single-filter .options .single-option:hover, .product-filters .single-filter .options .single-option.current {
  background-color: #C71A23;
}
.product-filters .single-filter .options .single-option:hover span, .product-filters .single-filter .options .single-option.current span {
  text-decoration: underline;
  color: #fff;
}
.product-filters .single-filter .options .single-option .color {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  margin-right: 7px;
}
.product-filters .single-filter .options .single-option span {
  font-weight: bold;
  color: #000;
  white-space: nowrap;
}
.product-filters .single-filter.filtered .label .filter-active {
  display: block;
}
.product-filters .single-filter.open .label .minus {
  display: block;
}
.product-filters .single-filter.open .label .plus {
  display: none;
}
.product-filters .single-filter.open .options {
  display: flex;
}
.home {
  overflow-x: hidden;
  background: #fff;
  margin: 0;
  overscroll-behavior: none;
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.home header {
  opacity: 0;
  pointer-events: none;
}
.home .header-logo {
  opacity: 0;
  pointer-events: none;
}
.home .elements-in-cart {
  opacity: 0;
}
.home #breadcrumbs {
  display: none;
}
.home *::-webkit-scrollbar {
  display: none !important;
}
.home section {
  display: block;
  position: relative;
  z-index: 1;
}
.home #first {
  width: 100vw;
  height: 100vh;
}
.home #first .fixed {
  display: block;
  pointer-events: none;
}
.home #first .fixed * {
  pointer-events: none;
}
.home #first .fixed .step {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home #first .fixed .step.step1 {
  position: relative;
  z-index: 1;
}
.home #first .fixed .step.step1 .logo {
  display: block;
}
.home #first .fixed .step.step1 .logo img {
  display: block;
}
.home #first .fixed .step.step1 .intro {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 55vw;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 140px;
  transform: translateX(-50%) translateY(25px);
  opacity: 0;
}
.home #first .fixed .step.step1 .intro p {
  display: block;
  text-align: center;
  font-size: 32px;
  line-height: 43px;
  color: #5e1b18;
  font-style: italic;
  margin: 0;
}
.home #first .fixed .step.step1 .scroll {
  position: absolute;
  left: 50%;
  bottom: 55px;
  mix-blend-mode: difference;
  transform: translateX(-50%);
  animation: alpha 2.4s infinite;
}
.home #first .fixed .step.step1 .scroll span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
}
.home #first .fixed .step.step1 .scroll span::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
  width: 16px;
  background-image: url(./assets/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.home #first .fixed .step.step1 .cta {
  position: absolute;
  bottom: 55px;
  right: 50px;
}
.home #first .fixed .step.step1 .cta .button-background {
  width: 200px;
}
.home #first .fixed .step.step1 .cta .button-background .button {
  background-color: #C71A23 !important;
  color: #fff !important;
}
.home #first .fixed .step.step1 .cta .button-background .button:hover {
  background-color: #fff !important;
  color: #c71a23 !important;
}
.home #first .fixed .step.step1 .cta a {
  pointer-events: all;
  user-select: none;
}
.home #first .fixed .step.step2 {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  visibility: hidden;
  z-index: 2;
  background-color: #080708;
}
.home #first .fixed .step.step2 span {
  color: #fff;
}
.home #first .fixed .step.step2 .tibetan-cont {
  width: calc((100vw - 80px) / 10 * 6 + 0px);
  text-align: center;
}
.home #first .fixed .step.step2 .tibetan-cont .tibetan {
  font-size: 96px;
  line-height: 160px;
}
.home #first .fixed .step.step2 .tibetan-cont .tibetan .single-char {
  opacity: 0.1;
  transform: translateY(30%);
  filter: blur(30px);
}
.home #first .fixed .step.step2 .cit {
  position: absolute;
  left: 50%;
  bottom: 85px;
  width: calc((100vw - 80px) / 10 * 5 + 0px);
  transform: translateX(-50%);
  text-align: center;
}
.home #first .fixed .step.step2 .cit em {
  font-size: 32px;
  line-height: 43px;
}
.home #first .fixed .step.step2 .cit .author {
  font-size: 16px;
  line-height: 21px;
  width: 100%;
  display: block;
  text-align: end;
  margin-top: 20px;
}
.home #first .fixed .step.step2 .cit .single-char {
  opacity: 0.1;
}
.home #first .fixed #webgl {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: block;
  z-index: 0;
  pointer-events: auto;
}
.home #first .fixed #webgl canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.home #second {
  margin-top: -1px;
}
.home #second::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 200px;
  background: linear-gradient(#080708 0%, rgba(8, 7, 8, 0) 95%);
  top: -1px;
  left: 0;
  z-index: 1;
}
.home #second .top-content .background {
  width: 100%;
  position: relative;
}
.home #second .top-content .background img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.home #second .top-content .div-img {
  position: absolute;
  left: 50%;
  top: 200px;
  transform: translateX(-50%);
  width: calc((100vw - 80px) / 10 * 4 + 0px);
}
.home #second .top-content .div-img img {
  width: 100%;
  height: auto;
}
.home #third {
  padding-top: 12vw;
}
.home #third .container {
  padding: 0 calc((100vw - 80px) / 10 * 1 + 0px);
}
.home #third .container .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.home #third .container .title span, .home #third .container .title .tamashii {
  font-size: 96px;
  line-height: 100px;
  font-weight: 300;
  display: inline-block;
}
.home #third .container .title span.bot, .home #third .container .title .tamashii.bot {
  padding-left: calc((100vw - 80px) / 10 * 1 + 0px);
}
.home #third .container .title span.tamashii, .home #third .container .title .tamashii.tamashii {
  color: #5E0E11;
  display: inline-block;
}
.home #third .container .title span img, .home #third .container .title .tamashii img {
  margin-left: 30px;
  margin-right: 10px;
  display: inline-block;
}
.home #third .container .page-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  position: relative;
  margin-top: 10.7vw;
}
.home #third .container .page-content .cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.home #third .container .page-content .cont .div-img {
  width: calc((100vw - 80px) / 10 * 3 + 0px);
}
.home #third .container .page-content .cont .text {
  width: calc((100vw - 80px) / 10 * 3 + 0px);
}
.home #third .container .page-content .cont.cont-2 {
  flex-direction: row-reverse;
  align-items: flex-end;
  padding-left: calc((100vw - 80px) / 10 * 1 + 0px);
  margin-top: -200px;
}
.home #third .container .page-content .sense {
  margin-top: 12.5vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: calc((100vw - 80px) / 10 * 1 + 0px);
  gap: 50px;
}
.home #third .container .page-content .sense .subtitle {
  width: calc((100vw - 80px) / 10 * 4 + 0px);
}
.home #third .container .page-content .sense .subtitle .h2 {
  font-weight: 500;
  font-style: italic;
  color: #5E0E11;
}
.home #third .container .page-content .sense .text {
  width: calc((100vw - 80px) / 10 * 3 + 0px);
}
.home #fourth {
  margin-top: 10.7vw;
}
.home #fourth .container {
  position: relative;
}
.home #fourth .container .zoom {
  width: 100%;
  position: relative;
  transform: scale(37%);
  transform-origin: center center;
  height: 100vh;
}
.home #fourth .container .zoom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home #fourth .container .static {
  position: absolute;
  left: 50%;
  bottom: -100vh;
  transform: translate(-50%, 50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}
.home #fourth .container .static .top {
  width: calc((100vw - 80px) / 10 * 8 + 0px);
  max-width: 100%;
  position: relative;
}
.home #fourth .container .static .top img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.home #fourth .container .static .bottom {
  width: calc((100vw - 80px) / 10 * 5 + 0px);
  max-width: 100%;
  position: relative;
}
.home #fourth .container .static .bottom img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.home #fifth {
  margin-top: 11vw;
}
.home #fifth .container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.home #fifth .container .title h2 {
  text-align: center;
  color: #5E0E11;
}
.home #fifth .container .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
}
.home #fifth .container .slick-arrow.prev {
  left: calc((100vw - 80px) / 10 * 0.5 + 0px);
  transform: translate(-50%, -50%);
}
.home #fifth .container .slick-arrow.next {
  right: calc((100vw - 80px) / 10 * 0.5 + 0px);
  transform: translate(50%, -50%);
}
.home #fifth .container .gallery-cat {
  margin-top: 50px;
}
.home #fifth .container .gallery-cat .slick-slide {
  overflow: visible;
}
.home #fifth .container .gallery-cat .slick-slide .single-cat {
  width: 100%;
  position: relative;
  padding: 100px calc((100vw - 80px) / 10 * 1 + 0px);
}
.home #fifth .container .gallery-cat .slick-slide .single-cat .tibetan-name {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.home #fifth .container .gallery-cat .slick-slide .single-cat .tibetan-name span {
  color: #E7DDD1;
  font-size: 200px;
  line-height: 220px;
}
.home #fifth .container .gallery-cat .slick-slide .single-cat .div-img {
  width: calc((100vw - 80px) / 10 * 4 + 0px);
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home #fifth .container .gallery-cat .slick-slide .single-cat .div-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.home #fifth .container .gallery-cat .slick-slide .single-cat .button-background {
  width: 200px;
  margin: 50px 0;
}
.home #fifth .container .gallery-cat .slick-slide .single-cat .name {
  margin-top: 30px;
}
.home #fifth .container .gallery-cat .slick-slide .single-cat .name span {
  color: #5E0E11;
}
.home #sixth {
  margin-top: 11vw;
}
.home #sixth .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 120px;
}
.home #sixth .container .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 0 calc((100vw - 80px) / 10 * 1 + 0px);
}
.home #sixth .container .top .title {
  width: calc((100vw - 80px) / 10 * 4 + 0px);
}
.home #sixth .container .top .title h2 {
  font-weight: 300;
  color: #5E0E11;
}
.home #sixth .container .top .text {
  width: calc((100vw - 80px) / 10 * 3 + 0px);
}
.home #sixth .container .top .text span {
  font-weight: 300;
}
.home #sixth .container .bot {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding-left: calc((100vw - 80px) / 10 * 1 + 0px);
}
.home #sixth .container .bot .single-news {
  width: calc((100vw - 80px) / 10 * 4 + 0px);
  margin-bottom: 170px;
  position: relative;
}
.home #sixth .container .bot .single-news:last-child {
  margin-top: 120px;
}
.home #sixth .container .bot .single-news a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.home #sixth .container .bot .single-news a .div-img {
  width: 100%;
  height: auto;
  position: relative;
}
.home #sixth .container .bot .single-news a .div-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.home #sixth .container .bot .single-news a .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.home #sixth .container .bot .single-news a .text .publish-date {
  margin-bottom: 20px;
}
.home #sixth .container .bot .single-news a .text .publish-date span {
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
}
.home #sixth .container .bot .single-news a .text .title span {
  color: #864608;
  font-size: 37px;
  line-height: 40px;
}
.home .clouds-section {
  margin-bottom: 85px;
}
.tax-product_cat #heading {
  padding-top: 400px;
}
.tax-product_cat #heading .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 120px calc((100vw - 80px) / 10 * 1 + 0px);
  gap: calc((100vw - 80px) / 10 * 1 + 0px);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  position: relative;
}
.tax-product_cat #heading .container .div-img {
  width: calc((100vw - 80px) / 10 * 4 + 0px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tax-product_cat #heading .container .div-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.tax-product_cat #heading .container .col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tax-product_cat #heading .container .col.left {
  width: calc((100vw - 80px) / 10 * 3 + 0px);
}
.tax-product_cat #heading .container .col.left .tibetan-name span {
  font-size: 48px;
  line-height: normal;
}
.tax-product_cat #heading .container .col.left .title h1 {
  color: #5E0E11;
}
.tax-product_cat #heading .container .col.right {
  width: calc((100vw - 80px) / 10 * 4 + 0px);
}
.tax-product_cat #heading .container .col.right .intro span p, .tax-product_cat #heading .container .col.right .intro span span {
  font-size: 36px;
  line-height: 48px;
  font-weight: 300;
}
.tax-product_cat #first {
  margin-bottom: 90px;
}
.tax-product_cat #first .container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.tax-product_cat #first .all-products {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 150px;
  padding: 90px calc((100vw - 80px) / 10 * 1 + 0px) 0;
  position: relative;
}
.tax-product_cat #first .all-products .case .div-img-big {
  width: calc((100vw - 80px) / 10 * 5 + 0px);
  position: relative;
}
.tax-product_cat #first .all-products .case .div-img-big img {
  width: 100%;
  height: auto;
}
.tax-product_cat #first .all-products .case.filtered .product-card {
  transform: unset !important;
}
.tax-product_cat #first .all-products .case-1 {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.tax-product_cat #first .all-products .case-1 .product-card {
  border-left: 1px solid #000;
  position: relative;
  transform: translateX(-30%);
  /*&::before{content: '';position: absolute; left: 0; bottom: 0; height: 110%; width: 100%; background-color: #fff; z-index: 2; transition: all 1s ease;}
                    &.visible::before{height: 0;}*/
}
.tax-product_cat #first .all-products .case-1 .product-card:not(:nth-child(3n)) {
  margin-right: calc(100% / 8);
}
.tax-product_cat #first .all-products .case-2 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.tax-product_cat #first .all-products .case-2 .card-container {
  background-color: #fff;
  padding: 40px 30px;
  width: calc((100vw - 80px) / 10 * 3 + 0px);
  position: absolute;
  left: calc((100vw - 80px) / 10 * 1 + 0px);
  top: 50%;
  transform: translateY(-50%);
}
.tax-product_cat #first .all-products .case-2 .card-container .product-card {
  border-left: 1px solid #000;
  width: 100%;
}
.tax-product_cat #first .all-products .case-3 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: calc((100vw - 80px) / 10 * 1 + 0px);
  position: relative;
}
.tax-product_cat #first .all-products .case-3 .cards {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.tax-product_cat #first .all-products .case-3 .cards .separator {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin: 90px 0;
}
.tax-product_cat #first .all-products .case-3 .cards .product-card {
  transform: translateX(-30%);
  border-left: 1px solid #000;
}
.tax-product_cat #first .all-products.loading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffffc9;
  z-index: 1;
}
.tax-product_cat #first .all-products .no-results {
  width: 100%;
  display: flex;
  justify-content: center;
}
.tax-product_cat #first .pagination {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.tax-product_cat #first .pagination .page-numbers {
  padding: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #C71A23;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: all 0.3s ease;
}
.tax-product_cat #first .pagination .page-numbers:hover, .tax-product_cat #first .pagination .page-numbers.current {
  background-color: #C71A23;
  color: #fff;
}
.tax-product_cat #first .pagination .page-numbers.dots {
  border: none;
}
.tax-product_cat #first .pagination .page-numbers.dots:hover {
  color: #000;
}
.tax-product_cat #first .pagination .page-numbers.next, .tax-product_cat #first .pagination .page-numbers.prev {
  display: none;
}
.tax-product_cat #second {
  margin-bottom: 5.2vw;
}
.single-product .notices {
  margin-bottom: 250px;
  margin-top: -150px;
}
.single-product .notices .woocommerce-message, .single-product .notices .woocommerce-error {
  background-color: #5E0E11;
  color: #fff;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  border-top: none;
  border-radius: 10px;
}
.single-product .notices .woocommerce-message::after, .single-product .notices .woocommerce-error::after {
  position: absolute;
}
.single-product .notices .woocommerce-message::before, .single-product .notices .woocommerce-error::before {
  top: 50%;
  transform: translateY(-50%);
}
.single-product .notices .woocommerce-message a, .single-product .notices .woocommerce-error a {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
}
.single-product .notices .woocommerce-message.woocommerce-error, .single-product .notices .woocommerce-error.woocommerce-error {
  flex-direction: row;
}
.single-product #heading {
  padding-top: 300px;
}
.single-product #heading .topbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
  padding: 0 50px;
}
.single-product #heading .topbar span {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  position: relative;
}
.single-product #heading .topbar span::before {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background-color: #fff;
  transition: all 0.5s ease;
}
.single-product #heading .topbar span.visible::before {
  width: 0;
}
.single-product #heading .topbar .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.single-product #heading .topbar .right span {
  font-size: 15px;
  line-height: 20px;
  cursor: pointer;
  color: #5E0E11;
  font-weight: 800;
}
.single-product #heading .topbar .left {
  display: flex;
  align-items: flex-end;
}
.single-product #heading .container {
  width: 100%;
  background-color: #E7DDD1;
  border-radius: 10px;
  padding: 0 0 calc((100vw - 80px) / 10 * 1 + 0px) calc((100vw - 80px) / 10 * 1 + 0px);
  position: relative;
}
.single-product #heading .container .top {
  padding-left: calc((100vw - 80px) / 10 * 1 + 0px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.single-product #heading .container .top .product-image {
  width: calc((100vw - 80px) / 10 * 5 + 0px);
  position: relative;
  max-height: 250px;
  transform: translateY(-100px);
  z-index: 10;
}
.single-product #heading .container .top .product-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transform: translateY(-50%);
}
.single-product #heading .container .top .add-to-cart {
  width: 400px;
  padding: 60px 50px 0 80px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.single-product #heading .container .top .add-to-cart::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #E7DDD1;
  z-index: 2;
  transition: all 0.5s ease;
  border-radius: 10px;
}
.single-product #heading .container .top .add-to-cart.visible::before {
  height: 0;
}
.single-product #heading .container .top .add-to-cart form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.single-product #heading .container .top .add-to-cart form .price, .single-product #heading .container .top .add-to-cart form .quantity-input {
  width: 50%;
}
.single-product #heading .container .top .add-to-cart form .price span {
  font-size: 32px;
  line-height: 43px;
  font-weight: 300;
}
.single-product #heading .container .top .add-to-cart form .quantity-input {
  border-radius: 40px;
  height: 40px;
  padding: 0 15px;
  border: 2px solid #000;
  position: relative;
}
.single-product #heading .container .top .add-to-cart form .quantity-input .quantity {
  width: 100%;
  height: 100%;
}
.single-product #heading .container .top .add-to-cart form .quantity-input .quantity .quantity-input-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.single-product #heading .container .top .add-to-cart form .quantity-input .quantity .quantity-input-container input {
  background-color: transparent;
  border: none;
  -moz-appearance: textfield;
  width: 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
}
.single-product #heading .container .top .add-to-cart form .quantity-input .quantity .quantity-input-container input::-webkit-outer-spin-button, .single-product #heading .container .top .add-to-cart form .quantity-input .quantity .quantity-input-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product #heading .container .top .add-to-cart form .quantity-input .quantity .quantity-input-container .btn-num {
  font-size: 16px;
  line-height: 21px;
  cursor: pointer;
  user-select: none;
  padding: 0 10px;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 500;
}
.single-product #heading .container .top .add-to-cart form .quantity-input .quantity .quantity-input-container .btn-num.minus span {
  transform: translateY(-1px);
}
.single-product #heading .container .top .add-to-cart form .varianti {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.single-product #heading .container .top .add-to-cart form .varianti .varianti-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.single-product #heading .container .top .add-to-cart form .varianti .varianti-container .single-variante {
  border: 1px solid #C71A23;
  padding: 5px;
  width: calc((100% - 50px) / 6);
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.single-product #heading .container .top .add-to-cart form .varianti .varianti-container .single-variante:hover, .single-product #heading .container .top .add-to-cart form .varianti .varianti-container .single-variante.selected {
  background-color: #C71A23;
  color: #fff;
}
.single-product #heading .container .top .add-to-cart form .varianti .varianti-container .single-variante.not-in-stock {
  border-color: #777777;
  color: #777777;
  pointer-events: none;
}
.single-product #heading .container .top .add-to-cart form .varianti .varianti-container .single-variante.not-in-stock::before {
  content: "";
  position: absolute;
  left: 50%;
  height: 50px;
  top: -6px;
  width: 1px;
  background-color: #777777;
  transform: rotate(-43deg);
}
.single-product #heading .container .top .add-to-cart form .button-background {
  width: 100%;
  margin-top: 45px;
}
.single-product #heading .container .top .add-to-cart form .button-background button.unclickable {
  pointer-events: none;
  opacity: 0.8;
  transition: all 0.3s ease;
  border-color: #777777 !important;
  background-color: transparent !important;
  color: #777777 !important;
}
.single-product #heading .container .top .add-to-cart form .product-out-of-stock {
  width: 100%;
  margin-top: 20px;
}
.single-product #heading .container .top .add-to-cart form .product-out-of-stock span {
  color: #C71A23;
  font-size: 18px;
  line-height: 20px;
}
.single-product #heading .container .top .add-to-cart .shipping-prevision {
  text-align: center;
  line-height: 12px;
  width: 60%;
  margin-top: 25px;
}
.single-product #heading .container .top .add-to-cart .shipping-prevision span {
  font-size: 12px;
  line-height: 12px;
}
.single-product #heading .container .text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 15px;
  width: calc((100vw - 80px) / 10 * 6 + 20px);
}
.single-product #heading .container .text-content .title h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.single-product #heading .container .text-content .title h1 .cat {
  color: #864608;
  font-size: 48px;
  line-height: 70px;
}
.single-product #heading .container .text-content .title h1 .name {
  color: #5E0E11;
}
.single-product #heading .container .text-content .text {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-top: 150px;
  opacity: 0;
}
.single-product #heading .container .text-content .text .tibetan-name {
  width: 30%;
}
.single-product #heading .container .text-content .text .tibetan-name .single-tibetan-word {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 15px;
}
.single-product #heading .container .text-content .text .tibetan-name .single-tibetan-word .tibetan {
  font-size: 48px;
  line-height: 80px;
}
.single-product #heading .container .text-content .text .tibetan-name .single-tibetan-word .tibetan .single-char {
  opacity: 0;
  transform: translateY(30%);
  filter: blur(30px);
}
.single-product #heading .container .text-content .text .tibetan-name .single-tibetan-word .tibetan .single-word {
  white-space: nowrap;
}
.single-product #heading .container .text-content .text .tibetan-name .single-tibetan-word .sense-name {
  font-size: 25px;
  line-height: 35px;
}
.single-product #heading .container .text-content .text .tibetan-name .single-tibetan-word:not(:first-child) {
  display: none !important;
}
.single-product #heading .container .text-content .text .tibetan-name.slick-slider .single-tibetan-word:not(:first-child) {
  display: flex !important;
}
.single-product #heading .container .text-content .text .description {
  width: calc((100vw - 80px) / 10 * 4 + 0px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.single-product #heading .container .text-content .text .description .product-description {
  margin-bottom: 50px;
}
.single-product #heading .container .text-content .text .description .product-description .text-animated p:first-child {
  margin-top: 0;
}
.single-product #heading .container .text-content .text .description .product-description span, .single-product #heading .container .text-content .text .description .product-description p {
  font-size: 36px;
  line-height: 48px;
  font-weight: 300;
}
.single-product #heading .container .text-content .text .description .disclaimer span, .single-product #heading .container .text-content .text .description .disclaimer p {
  font-weight: 300;
}
.single-product #first {
  margin-top: 60px;
}
.single-product #first .container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.single-product #first .container .single-row {
  padding: 30px 0;
  position: relative;
  border-top: 1px solid #000;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 7vw;
  transform: translateY(50%);
  opacity: 0.5;
}
.single-product #first .container .single-row:last-child {
  border-bottom: 1px solid #000;
}
.single-product #first .container .single-row .arrow {
  position: relative;
  padding-top: 15px;
  transition: all 0.3s ease;
}
.single-product #first .container .single-row .arrow img {
  width: 55px;
  height: auto;
  object-fit: cover;
  transition: all 1s ease;
}
.single-product #first .container .single-row .text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.single-product #first .container .single-row .text .title {
  text-transform: uppercase;
}
.single-product #first .container .single-row .text .title h2 {
  font-weight: 400;
}
.single-product #first .container .single-row .text .par {
  height: 0;
  overflow: hidden;
  transition: all 1s ease;
  position: relative;
  display: block;
}
.single-product #first .container .single-row .text .par span {
  display: block;
  position: relative;
}
.single-product #first .container .single-row.open .arrow img {
  transform: rotate(-90deg);
}
.single-product #first .container .single-row:hover .arrow {
  transform: translateX(15px);
}
.single-product #second {
  margin-top: 50px;
}
.single-product #second .images {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.single-product #second .images .single-img {
  position: relative;
}
.single-product #second .images .single-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.single-product #second .images .single-img.left {
  width: 40%;
}
.single-product #second .images .single-img.right {
  width: 60%;
}
.single-product #third {
  margin-top: 100px;
  margin-bottom: 5.2vw;
}
.single-product #third .single-slide {
  position: relative;
}
.single-product #third .single-slide .border {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 95%;
  width: 1px;
  background-color: #000;
}
.single-product #third .product-card {
  padding-left: 30px;
  width: 100%;
}
.single-product #third .button-background {
  width: 200px;
}
.single-product #fourth {
  margin-bottom: 5.2vw;
}
.page-template-template-storia p {
  margin: 0;
}
.page-template-template-storia .text > span > p {
  margin-top: 15px;
}
.page-template-template-storia #breadcrumbs {
  z-index: 2;
}
.page-template-template-storia #breadcrumbs .breadcrumb_last {
  color: #fff;
}
.page-template-template-storia section .container {
  display: flex;
  width: 100%;
  position: relative;
}
.page-template-template-storia section .container.vertical {
  flex-direction: column;
}
.page-template-template-storia .timeline {
  position: absolute;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  z-index: 1;
}
.page-template-template-storia .timeline .circle {
  width: 30px;
  height: 30px;
  opacity: 0;
  animation: 2s infinite pulse;
}
.page-template-template-storia .timeline .line {
  width: 1px;
  position: relative;
}
.page-template-template-storia .timeline .line .dotted {
  width: 100%;
  height: 0;
  border-left: 2px dashed #FAA338;
  transform: translateX(-1px);
}
.page-template-template-storia #heading {
  position: relative;
}
.page-template-template-storia #heading .back {
  width: 100vw;
  position: relative;
}
.page-template-template-storia #heading .back img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-template-template-storia #heading .title {
  position: absolute;
  left: calc((100vw - 80px) / 10 * 1 + 40px);
  bottom: 154px;
}
.page-template-template-storia #heading .title h1 {
  font-size: 110px;
  line-height: 110px;
  color: #fff;
}
.page-template-template-storia #heading::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 150px;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, black 95%);
  bottom: 0;
  left: 0;
  z-index: 1;
}
.page-template-template-storia #first {
  background-color: #000;
  margin-top: -1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5.2vw;
  position: relative;
}
.page-template-template-storia #first .timeline {
  left: calc((100vw - 80px) / 10 * 1 + 40px);
  top: -115px;
  flex-direction: column;
}
.page-template-template-storia #first .timeline .line {
  height: 25vw;
}
.page-template-template-storia #first .tibetan-text {
  text-align: center;
}
.page-template-template-storia #first .tibetan-text span {
  font-size: 120px;
  line-height: 160px;
  color: #fff;
}
.page-template-template-storia #first .container {
  align-items: center;
  justify-content: space-between;
  padding: 0 calc((100vw - 80px) / 10 * 1 + 0px);
}
.page-template-template-storia #first .container .left {
  width: calc((100vw - 80px) / 10 * 3 + 0px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}
.page-template-template-storia #first .container .left span {
  color: #fff;
}
.page-template-template-storia #first .container .left .subtitle span {
  font-style: italic;
}
.page-template-template-storia #first .container .left .text span {
  font-weight: 300;
}
.page-template-template-storia #first .container .right {
  width: calc((100vw - 80px) / 10 * 4 + 0px);
  position: relative;
  transform: translateY(50%);
  z-index: 2;
}
.page-template-template-storia #first .container .right img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-template-template-storia .first-clouds {
  margin-top: 170px;
}
.page-template-template-storia #second {
  padding-top: 390px;
  padding-bottom: 10.4vw;
  position: relative;
}
.page-template-template-storia #second .timeline {
  right: calc((100vw - 80px) / 10 * 3 + 0px);
  bottom: 0;
  height: 100%;
  transform: translateY(15px);
}
.page-template-template-storia #second .timeline .line {
  height: 100%;
}
.page-template-template-storia #second .container {
  padding: 0 calc((100vw - 80px) / 10 * 2 + 0px);
  align-items: flex-start;
  z-index: 2;
}
.page-template-template-storia #second .container .cit {
  width: 83%;
}
.page-template-template-storia #second .container .cit span {
  font-weight: 500;
  font-style: italic;
  color: #5E0E11;
}
.page-template-template-storia #second .container .text {
  width: 50%;
  margin-top: 50px;
}
.page-template-template-storia #second .container .text span {
  font-weight: 300;
}
.page-template-template-storia #third {
  position: relative;
}
.page-template-template-storia #third .pin-spacer {
  overflow: hidden !important;
}
.page-template-template-storia #third .back {
  width: 100%;
  height: 100vh;
  position: relative;
  margin: 0 auto;
  transform-origin: top;
  transform: scale(57%);
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  z-index: -1;
}
.page-template-template-storia #third .front {
  width: calc((100vw - 80px) / 10 * 3 + 0px);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  z-index: 2;
}
.page-template-template-storia #third .front img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-template-template-storia #fourth {
  margin-top: 15vw;
  position: relative;
}
.page-template-template-storia #fourth .timeline {
  top: -70px;
  transform: translate(-50%, -100%);
  left: 50%;
  height: 30vw;
}
.page-template-template-storia #fourth .timeline .line {
  height: 100%;
}
.page-template-template-storia #fourth .container {
  padding: 0 calc((100vw - 80px) / 10 * 2 + 40px) 0 calc((100vw - 80px) / 10 * 1 + 40px);
  align-items: flex-start;
  justify-content: space-between;
}
.page-template-template-storia #fourth .container .left {
  width: calc((100vw - 80px) / 10 * 3 + 0px);
  position: relative;
}
.page-template-template-storia #fourth .container .left img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-template-template-storia #fourth .container .right {
  width: calc((100vw - 80px) / 10 * 3 + 0px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.page-template-template-storia #fourth .container .right .subtitle h2 {
  font-weight: 500;
  font-style: italic;
  color: #5E0E11;
}
.page-template-template-storia #fourth .container .right .text span {
  font-weight: 300;
}
.page-template-template-storia #fourth .images {
  padding-left: calc((100vw - 80px) / 10 * 1 + 40px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 10.4vw;
  padding-bottom: 11vw;
  position: relative;
}
.page-template-template-storia #fourth .images .timeline {
  bottom: 80px;
  left: calc((100vw - 80px) / 10 * 2 + 40px);
  transform: translateX(-15px);
  height: 100%;
}
.page-template-template-storia #fourth .images .timeline .line {
  height: calc(100% - 110px);
}
.page-template-template-storia #fourth .images .left {
  width: calc((100vw - 80px) / 10 * 3 + 0px);
  position: relative;
  z-index: 2;
}
.page-template-template-storia #fourth .images .left .wrapper {
  position: relative;
  width: 100%;
}
.page-template-template-storia #fourth .images .left img {
  width: 100%;
  height: auto;
}
.page-template-template-storia #fourth .images .right {
  width: calc((100vw - 80px) / 10 * 5 + 40px);
  position: relative;
}
.page-template-template-storia #fourth .images .right .wrapper {
  position: relative;
  width: 100%;
}
.page-template-template-storia #fourth .images .right img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-template-template-storia #fifth .container {
  align-items: flex-start;
}
.page-template-template-storia #fifth .container .top {
  width: 100%;
  padding: 0 calc((100vw - 80px) / 10 * 1 + 0px) 0 calc((100vw - 80px) / 10 * 2 + 0px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.page-template-template-storia #fifth .container .top .subtitle {
  width: calc((100vw - 80px) / 10 * 3 + 20px);
}
.page-template-template-storia #fifth .container .top .subtitle h2 {
  color: #5E0E11;
}
.page-template-template-storia #fifth .container .top .text {
  width: calc((100vw - 80px) / 10 * 3 + 0px);
  padding-top: 180px;
}
.page-template-template-storia #fifth .container .top .text span {
  font-weight: 300;
}
.page-template-template-storia #fifth .container .bot {
  width: 100%;
  position: relative;
  margin-top: 5.5vw;
  padding-bottom: 300px;
}
.page-template-template-storia #fifth .container .bot .div-img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.page-template-template-storia #fifth .container .bot img {
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.page-template-template-storia #fifth .container .bot .timeline {
  bottom: 90px;
  left: calc((100vw - 80px) / 10 * 1 + 0px);
  transform: translateX(-15px);
  height: calc(100% - 90px);
}
.page-template-template-storia #fifth .container .bot .timeline .line {
  height: 100%;
}
.page-template-template-storia #sixth .container {
  align-items: flex-start;
  padding: 0 calc((100vw - 80px) / 10 * 1 + 0px);
}
.page-template-template-storia #sixth .container .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.page-template-template-storia #sixth .container .top .subtitle {
  width: calc((100vw - 80px) / 10 * 3 + 20px);
}
.page-template-template-storia #sixth .container .top .subtitle h2 {
  color: #5E0E11;
}
.page-template-template-storia #sixth .container .top .text {
  width: calc((100vw - 80px) / 10 * 3 + 0px);
}
.page-template-template-storia #sixth .container .top .text span {
  font-weight: 300;
}
.page-template-template-storia #sixth .container .bot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 10vw;
  width: 100%;
}
.page-template-template-storia #sixth .container .bot .text {
  width: calc((100vw - 80px) / 10 * 2 + 0px);
}
.page-template-template-storia #sixth .container .bot .text span {
  font-weight: 300;
}
.page-template-template-storia #sixth .container .bot .images {
  display: flex;
  align-items: flex-start;
  width: calc((100vw - 80px) / 10 * 5 + 40px);
  gap: 40px;
}
.page-template-template-storia #sixth .container .bot .images .div-img {
  display: flex;
  align-items: flex-start;
  position: relative;
  flex-direction: column;
}
.page-template-template-storia #sixth .container .bot .images .div-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-template-template-storia #sixth .container .bot .images .div-img .description {
  line-height: 14px;
}
.page-template-template-storia #sixth .container .bot .images .div-img .description span {
  font-size: 12px;
  line-height: 14px;
}
.page-template-template-storia #sixth .container .bot .images .left {
  width: calc((100vw - 80px) / 10 * 3 + 0px);
}
.page-template-template-storia #sixth .container .bot .images .right {
  width: calc((100vw - 80px) / 10 * 2 + 0px);
}
.page-template-template-storia #seventh {
  margin-top: 10vw;
}
.page-template-template-storia #seventh .container {
  width: 100%;
  padding: 0 calc((100vw - 80px) / 10 * 2 + 0px);
}
.page-template-template-storia #seventh .container .top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 70px;
}
.page-template-template-storia #seventh .container .top .subtitle {
  width: calc((100vw - 80px) / 10 * 5 + 0px);
}
.page-template-template-storia #seventh .container .top .subtitle h2 {
  font-style: italic;
  font-weight: 500;
  color: #5E0E11;
}
.page-template-template-storia #seventh .container .top .text {
  width: calc((100vw - 80px) / 10 * 4 + 0px);
}
.page-template-template-storia #seventh .container .top .text span {
  font-weight: 300;
}
.page-template-template-storia #seventh .container .bot {
  margin-top: 170px;
  position: relative;
}
.page-template-template-storia #seventh .container .bot .scrollGallery {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page-template-template-storia #seventh .container .bot .scrollGallery .div-img {
  position: absolute;
  height: 100vh;
  left: 50%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  overflow: hidden;
}
.page-template-template-storia #seventh .container .bot .scrollGallery .div-img img {
  display: block;
  height: auto;
  will-change: transform;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.page-template-template-storia #seventh .container .bot .scrollGallery .div-img img.vertical {
  width: calc((100vw - 80px) / 10 * 3 + 0px);
}
.page-template-template-storia #seventh .container .bot .scrollGallery .div-img img.horizontal {
  width: calc((100vw - 80px) / 10 * 4 + 30px);
}
.page-template-template-storia #seventh .container .bot .scrollGallery .div-img:first-child img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
}
.page-template-template-storia #find-out {
  margin-top: 5vw;
}
.page-template-template-storia .second-clouds {
  margin-top: 120px;
  margin-bottom: 80px;
}
.page-template-template-hand-gesture #heading {
  padding-top: 250px;
}
.page-template-template-hand-gesture #heading .tibetan-text {
  width: 100%;
  margin: 0 auto;
  position: relative;
  line-height: 200px;
  display: flex;
  justify-content: center;
}
.page-template-template-hand-gesture #heading .tibetan-text span {
  font-size: 200px;
  line-height: 200px;
}
.page-template-template-hand-gesture #first {
  margin-top: -80px;
}
.page-template-template-hand-gesture #first .container {
  background-color: #E7DDD1;
  padding: 120px calc((100vw - 80px) / 10 * 1 + 0px) 245px;
  border-radius: 10px;
}
.page-template-template-hand-gesture #first .container .title {
  margin: 0 auto;
}
.page-template-template-hand-gesture #first .container .title h1 {
  text-align: center;
  color: #5E0E11;
}
.page-template-template-hand-gesture #first .container .all-gesture {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin-top: 60px;
  gap: 125px calc((100vw - 80px) / 10 * 1 + -4px);
}
.page-template-template-hand-gesture #first .container .all-gesture .single-gesture:last-child {
  margin-left: calc((100vw - 80px) / 10 * 1 + 0px);
}
.page-template-template-hand-gesture #first .container .all-gesture .single-gesture .div-img svg {
  width: 230px;
}
.page-template-template-hand-gesture #find-out {
  margin-top: 80px;
}
.page-template-template-hand-gesture .clouds-section {
  margin-top: 70px;
  margin-bottom: 80px;
}
.page-template-template-otto-simboli #heading {
  padding-top: 250px;
  position: relative;
}
.page-template-template-otto-simboli #heading .container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.page-template-template-otto-simboli #heading .container .small {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 20px;
}
.page-template-template-otto-simboli #heading .container .small::before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s ease;
}
.page-template-template-otto-simboli #heading .container .small.visible::before {
  width: 0;
}
.page-template-template-otto-simboli #heading .container .tibetan-text {
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 70px;
  line-height: 200px;
}
.page-template-template-otto-simboli #heading .container .tibetan-text > span {
  font-size: 200px;
  line-height: 200px;
}
.page-template-template-otto-simboli #first {
  margin-top: -80px;
}
.page-template-template-otto-simboli #first .container {
  background-color: #E7DDD1;
  padding: 120px calc((100vw - 80px) / 10 * 0.5 + 0px) 100px;
  border-radius: 10px;
}
.page-template-template-otto-simboli #first .container .title {
  margin: 0 auto;
}
.page-template-template-otto-simboli #first .container .title h1 {
  text-align: center;
  color: #5E0E11;
}
.page-template-template-otto-simboli #first .container .all-gesture {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 60px;
  width: 100%;
}
.page-template-template-otto-simboli #first .container .all-gesture .single-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 70px;
}
.page-template-template-otto-simboli #first .container .all-gesture .single-row:first-child, .page-template-template-otto-simboli #first .container .all-gesture .single-row:last-child {
  padding-left: calc((100vw - 80px) / 10 * 1 + 0px);
  padding-right: calc((100vw - 80px) / 10 * 1 + -32px);
}
.page-template-template-otto-simboli #first .container .all-gesture .single-row:first-child {
  align-items: flex-end;
}
.page-template-template-otto-simboli #first .container .all-gesture .single-row:first-child .single-simbolo:nth-child(2) {
  padding-bottom: 200px;
}
.page-template-template-otto-simboli #first .container .all-gesture .single-row:last-child {
  align-items: flex-start;
}
.page-template-template-otto-simboli #first .container .all-gesture .single-row:last-child .single-simbolo:nth-child(2) {
  padding-top: 200px;
}
.page-template-template-otto-simboli #find-out {
  margin-top: 80px;
}
.page-template-template-otto-simboli .clouds-section {
  margin-top: 70px;
  margin-bottom: 80px;
}
.page-template-template-diventa-rivenditore #heading .div-img {
  width: 100%;
  position: relative;
}
.page-template-template-diventa-rivenditore #heading .div-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-template-template-diventa-rivenditore #heading .title {
  position: absolute;
  top: 180px;
  left: calc((100vw - 80px) / 10 * 1 + 40px);
}
.page-template-template-diventa-rivenditore #heading .title h1 {
  color: #5E0E11;
}
.page-template-template-diventa-rivenditore #first .container {
  width: 100%;
  padding: 150px calc((100vw - 80px) / 10 * 1 + 0px) 0 calc((100vw - 80px) / 10 * 2 + 0px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.page-template-template-diventa-rivenditore #first .container .text {
  width: calc((100vw - 80px) / 10 * 2 + 0px);
  padding-top: 90px;
}
.page-template-template-diventa-rivenditore #first .container .text span {
  font-weight: 300;
}
.page-template-template-diventa-rivenditore #first .container .text span em {
  font-family: "Noto Serif", serif;
}
.page-template-template-diventa-rivenditore #first .container .div-img {
  width: calc((100vw - 80px) / 10 * 3 + 0px);
  position: relative;
}
.page-template-template-diventa-rivenditore #first .container .div-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-template-template-diventa-rivenditore #second .container {
  width: 100%;
  padding: 145px calc((100vw - 80px) / 10 * 1 + 0px) 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10.4vw;
}
.page-template-template-diventa-rivenditore #second .container .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.page-template-template-diventa-rivenditore #second .container .top .subtitle {
  width: calc((100vw - 80px) / 10 * 3 + 0px);
}
.page-template-template-diventa-rivenditore #second .container .top .subtitle h2 {
  color: #5E0E11;
}
.page-template-template-diventa-rivenditore #second .container .top .text {
  width: calc((100vw - 80px) / 10 * 4 + 0px);
}
.page-template-template-diventa-rivenditore #second .container .bot {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.page-template-template-diventa-rivenditore #second .container .bot .div-img {
  position: relative;
}
.page-template-template-diventa-rivenditore #second .container .bot .div-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-template-template-diventa-rivenditore #second .container .bot .div-img.left {
  width: calc((100vw - 80px) / 10 * 4 + 0px);
}
.page-template-template-diventa-rivenditore #second .container .bot .div-img.right {
  width: calc((100vw - 80px) / 10 * 3 + 0px);
}
.page-template-template-diventa-rivenditore #third {
  margin-top: 135px;
}
.page-template-template-diventa-rivenditore #third .container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  padding-right: calc((100vw - 80px) / 10 * 1 + 0px);
}
.page-template-template-diventa-rivenditore #third .container .single-valore {
  width: calc((100vw - 80px) / 10 * 4 + 0px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 100px;
}
.page-template-template-diventa-rivenditore #third .container .single-valore .name {
  width: 100%;
  padding-left: 25%;
}
.page-template-template-diventa-rivenditore #third .container .single-valore .name h2 {
  color: #864608;
}
.page-template-template-diventa-rivenditore #third .container .single-valore .bottom {
  display: flex;
  align-items: flex-start;
}
.page-template-template-diventa-rivenditore #third .container .single-valore .bottom .tibetan-name {
  width: calc((100vw - 80px) / 10 * 1 + 0px);
  writing-mode: vertical-lr;
  text-orientation: mixed;
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
.page-template-template-diventa-rivenditore #third .container .single-valore .bottom .text {
  width: calc((100vw - 80px) / 10 * 3 + 0px);
}
.page-template-template-diventa-rivenditore #third .container .single-valore .bottom .text span {
  font-weight: 300;
}
.page-template-template-diventa-rivenditore #third .container .single-valore .bottom .text em {
  font-family: "Noto Serif", serif;
}
.page-template-template-diventa-rivenditore #fourth {
  margin-top: 120px;
}
.page-template-template-diventa-rivenditore #fourth .container {
  background-color: #E7DDD1;
  border-radius: 10px;
  width: 100%;
  padding: 145px calc((100vw - 80px) / 10 * 2.5 + 0px);
}
.page-template-template-diventa-rivenditore #fourth .container .subtitle {
  margin-bottom: 70px;
  text-align: center;
}
.page-template-template-diventa-rivenditore #fourth .container .subtitle span {
  font-size: 32px;
  line-height: 40px;
  color: #5E0E11;
}
.page-template-template-diventa-rivenditore #fourth .container .modulo form input[type="submit"], .page-template-template-diventa-rivenditore #fourth .container .gform-loader {
  position: absolute;
  left: -200vw;
}
.page-template-template-diventa-rivenditore #fourth .container .button-background {
  margin-top: 15px;
  width: 200px;
}
.page-template-template-diventa-rivenditore .clouds-section {
  margin: 70px 0 80px;
}
.woocommerce-cart .pop-up-catalogo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background-color: #0000003c;
  display: none;
}
.woocommerce-cart .pop-up-catalogo .popup-container {
  background-color: #E7DDD1;
  padding: 50px;
  border-radius: 20px;
  position: relative;
}
.woocommerce-cart .pop-up-catalogo .popup-container .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.woocommerce-cart .pop-up-catalogo .popup-container .container .title {
  margin-bottom: 20px;
}
.woocommerce-cart .pop-up-catalogo .popup-container .container .title span {
  font-size: 32px;
  line-height: 36px;
  color: #5E0E11;
}
.woocommerce-cart .pop-up-catalogo .popup-container .container .actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  margin-top: 30px;
}
.woocommerce-cart .pop-up-catalogo .popup-container .container .actions .qty {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.woocommerce-cart .pop-up-catalogo .popup-container .container .actions .qty .qty-button {
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.woocommerce-cart .pop-up-catalogo .popup-container .container .actions .qty .qty-button span {
  font-size: 20px;
}
.woocommerce-cart .pop-up-catalogo .popup-container .container .actions .qty .qty-button.minus span {
  transform: translateY(-1px);
}
.woocommerce-cart .pop-up-catalogo .popup-container .container .actions .qty input {
  background-color: transparent;
  border: none;
  -moz-appearance: textfield;
  width: 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  margin-top: 0;
}
.woocommerce-cart .pop-up-catalogo .popup-container .container .actions .qty input::-webkit-outer-spin-button, .woocommerce-cart .pop-up-catalogo .popup-container .container .actions .qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-cart .pop-up-catalogo .popup-container .container .actions .add .button-background {
  width: 200px;
}
.woocommerce-cart .pop-up-catalogo .popup-container .container .actions .none .button-background {
  width: 400px;
}
.woocommerce-cart .pop-up-catalogo.active {
  display: flex;
}
.woocommerce-cart article header {
  display: none;
}
.woocommerce-cart #content {
  min-height: unset;
}
.woocommerce-cart .woocommerce-notices-wrapper {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message, .woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error {
  background-color: #5E0E11;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: none;
  border-radius: 10px;
  display: none;
}
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message::after, .woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error::after {
  position: absolute;
}
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message::before, .woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error::before {
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message a, .woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error a {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
}
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message:last-child, .woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error:last-child {
  display: block;
}
.woocommerce-cart .woocommerce {
  padding-top: 150px;
}
.woocommerce-cart .woocommerce #heading {
  display: flex;
  align-items: center;
  gap: 50px;
  width: 100%;
  justify-content: center;
}
.woocommerce-cart .woocommerce #heading .title h1 {
  color: #5E0E11;
}
.woocommerce-cart .woocommerce #heading .subtitle span {
  color: #5E0E1180;
}
.woocommerce-cart .woocommerce #first {
  margin-top: 75px;
}
.woocommerce-cart .woocommerce #first .divisor {
  margin: 42px 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.woocommerce-cart .woocommerce #first .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.woocommerce-cart .woocommerce #first .container > .left {
  width: calc((100vw - 80px) / 10 * 7 + 0px);
  position: relative;
  padding-top: 40px;
}
.woocommerce-cart .woocommerce #first .container > .left .all-cart-products {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .product-content {
  display: flex;
  align-items: flex-end;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
}
.woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .left {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 40px;
  padding-left: 50px;
  width: 65%;
  position: relative;
}
.woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .left .div-img {
  width: 200px;
  position: relative;
}
.woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .left .div-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .left .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(100% - 220px);
}
.woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .left .text .sku span {
  font-size: 12px;
  line-height: 36px;
  font-weight: 800;
  text-transform: uppercase;
}
.woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .left .text .cat {
  line-height: 20px;
  margin-top: 30px;
}
.woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .left .text .cat span {
  font-size: 16px;
  line-height: 20px;
  color: #864608;
}
.woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .left .text .name span {
  font-size: 32px;
  line-height: 40px;
  color: #5E0E11;
}
.woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .right {
  padding-right: 100px;
}
.woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .right .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  user-select: none;
}
.woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .right .actions * {
  user-select: none;
}
.woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .right .actions .delete {
  width: 31px;
  height: 31px;
  position: relative;
  margin-right: 10px;
}
.woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .right .actions .delete img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .right .actions .qty {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .right .actions .qty .qty-button {
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .right .actions .qty .qty-button span {
  font-size: 25px;
}
.woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .right .actions .qty .qty-button.minus span {
  transform: translateY(-2px);
}
.woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .right .actions .qty input {
  background-color: transparent;
  border: none;
  -moz-appearance: textfield;
  width: 60px;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
.woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .right .actions .qty input::-webkit-outer-spin-button, .woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .right .actions .qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .right .actions .price {
  width: 150px;
  text-align: end;
}
.woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .right .actions .price span {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  white-space: nowrap;
}
.woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product:nth-last-child(2) .divisor {
  display: none;
}
.woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product[data-id="746"] .right .actions .delete {
  display: none;
}
.woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product[data-id="746"] .left {
  pointer-events: none;
}
.woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product[data-id="746"] .left .text .cat {
  display: none;
}
.woocommerce-cart .woocommerce #first .container > .left .coupon-container {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 100px;
}
.woocommerce-cart .woocommerce #first .container > .left .coupon-container .text span {
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.woocommerce-cart .woocommerce #first .container > .left .coupon-container .coupon {
  position: relative;
}
.woocommerce-cart .woocommerce #first .container > .left .coupon-container .coupon input {
  border-radius: 50px;
  height: 50px;
  width: 320px;
  background-color: #eeeeee;
  border: none;
  padding-left: 20px;
  font-size: 20px;
  line-height: 20px;
}
.woocommerce-cart .woocommerce #first .container > .left .coupon-container .coupon input::-webkit-input-placeholder {
  color: transparent !important;
}
.woocommerce-cart .woocommerce #first .container > .left .coupon-container .coupon input:-moz-placeholder {
  color: transparent !important;
}
.woocommerce-cart .woocommerce #first .container > .left .coupon-container .coupon input::-moz-placeholder {
  color: transparent !important;
}
.woocommerce-cart .woocommerce #first .container > .left .coupon-container .coupon input:-ms-input-placeholder {
  color: transparent !important;
}
.woocommerce-cart .woocommerce #first .container > .left .coupon-container .coupon button {
  border-radius: 50px;
  height: 50px;
  width: 140px;
  background-color: #fff;
  border: 2px solid #C71A23;
  position: absolute;
  right: 0;
  transform: translateX(50%);
  font-size: 20px;
  color: #C71A23;
  text-transform: uppercase;
  font-weight: 400;
}
.woocommerce-cart .woocommerce #first .container > .right {
  width: calc((100vw - 80px) / 10 * 3 + -40px);
  background-color: #E7DDD1;
  border-radius: 10px;
}
.woocommerce-cart .woocommerce #first .container > .right .cart_totals {
  width: 100%;
}
.woocommerce-cart .woocommerce #first .container > .right .cart_totals .prices {
  width: 100%;
}
.woocommerce-cart .woocommerce #first .container > .right .cart_totals .prices .single-price {
  padding: 0 30px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 30px;
}
.woocommerce-cart .woocommerce #first .container > .right .cart_totals .prices .single-price span {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}
.woocommerce-cart .woocommerce #first .container > .right .cart_totals .prices .shipping-prevision {
  width: 50%;
  line-height: 14px;
  margin-top: 10px;
  padding: 0 30px;
}
.woocommerce-cart .woocommerce #first .container > .right .cart_totals .prices .shipping-prevision span {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
.woocommerce-cart .woocommerce #first .container > .right .cart_totals .prices .total {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 30px;
}
.woocommerce-cart .woocommerce #first .container > .right .cart_totals .prices .total span {
  font-weight: 600;
}
.woocommerce-cart .woocommerce #first .container > .right .cart_totals .prices .total .label, .woocommerce-cart .woocommerce #first .container > .right .cart_totals .prices .total .price {
  font-weight: 600;
  font-size: 32px;
  line-height: 43px;
}
.woocommerce-cart .woocommerce #first .container > .right .cart_totals .prices .total .label span, .woocommerce-cart .woocommerce #first .container > .right .cart_totals .prices .total .price span {
  font-size: 32px;
  line-height: 43px;
  color: #5E0E11;
}
.woocommerce-cart .woocommerce #first .container > .right .cart_totals .prices .total .price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.woocommerce-cart .woocommerce #first .container > .right .cart_totals .prices .total .price .includes_tax, .woocommerce-cart .woocommerce #first .container > .right .cart_totals .prices .total .price .includes_tax span {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
.woocommerce-cart .woocommerce #first .container > .right .cart_totals .wc-proceed-to-checkout .button-background {
  width: 220px;
  margin: 0 auto;
  margin-bottom: 45px;
}
.woocommerce-cart .woocommerce #first .container > .right .cart_totals .wc-proceed-to-checkout .button-background .button {
  background-color: #fff !important;
  height: 50px !important;
}
.woocommerce-cart .woocommerce #first .container > .right .cart_totals .wc-proceed-to-checkout .button-background .button span {
  font-size: 20px !important;
}
.woocommerce-cart .woocommerce #first .cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.woocommerce-cart .woocommerce #first .cart-empty .button-background {
  width: 250px;
  margin-top: 40px;
}
.woocommerce-cart .woocommerce .clouds-section {
  margin-top: 100px;
  margin-bottom: 80px;
}
.woocommerce-checkout article header {
  display: none;
}
.woocommerce-checkout #wc-stripe-payment-request-wrapper, .woocommerce-checkout #wc-stripe-payment-request-button-separator {
  display: none !important;
}
.woocommerce-checkout .select2-dropdown {
  background-color: #EEEEEE;
  border-radius: 10px;
  border: none;
  padding: 10px;
}
.woocommerce-checkout .select2-dropdown input {
  border-radius: 50px;
  border: none;
  height: 30px;
}
.woocommerce-checkout .select2-dropdown .select2-results ul li {
  font-size: 17px;
  line-height: 20px;
  font-weight: 300;
}
.woocommerce-checkout .woocommerce {
  padding-top: 150px;
}
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-NoticeGroup-checkout {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login-toggle {
  display: none;
}
.woocommerce-checkout .woocommerce #heading {
  display: flex;
  align-items: center;
  gap: 50px;
  width: 100%;
  justify-content: center;
}
.woocommerce-checkout .woocommerce #heading .title h1 {
  color: #5E0E11;
}
.woocommerce-checkout .woocommerce #heading .subtitle span {
  color: #5E0E1180;
  text-decoration: line-through;
}
.woocommerce-checkout .woocommerce form.checkout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 50px;
}
.woocommerce-checkout .woocommerce form.checkout #order_review_heading {
  display: none;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details h3 {
  color: #5E0E11;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .login {
  width: 100%;
  padding: 20px;
  background-color: #5E0E11;
  border-radius: 10px;
  margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .login .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .login .container span, .woocommerce-checkout .woocommerce form.checkout #customer_details .login .container label, .woocommerce-checkout .woocommerce form.checkout #customer_details .login .container a {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .login .container .button {
  height: 40px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 140px;
  cursor: pointer;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .login .container .button span {
  font-size: 18px;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .login .container .heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .login .container .form-login {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .login .container .form-login .input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 25px;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .login .container .form-login .input .form-row {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .login .container .form-login .input .form-row label {
  padding-left: 30px;
  margin-top: 8px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  display: inline;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .login .container .form-login .input .form-row label .required {
  display: none;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .login .container .form-login .input .form-row label::before {
  content: "*";
  position: absolute;
  right: -9px;
  top: 0px;
  font-size: 12px;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .login .container .form-login .input .form-row input {
  background-color: #fff;
  border-radius: 50px;
  border: none;
  height: 40px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .login .container .form-login .bottom-form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .login .container .form-login .bottom-form .lost_password {
  width: 100%;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .login .container .form-login .bottom-form .remember {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .login .container .form-login .bottom-form .remember input {
  width: 17px;
  height: 17px;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .login .container .form-login .bottom-form .remember span {
  transform: translateY(2px);
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .col-1, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 {
  width: 100%;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .woocommerce-billing-fields h3, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .woocommerce-shipping-fields h3, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .woocommerce-billing-fields h3, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .woocommerce-shipping-fields h3 {
  font-family: "hiragino-mincho-pron", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal;
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 25px;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row {
  width: calc(100% / 2 - 30px);
  float: none !important;
  clear: none !important;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row.form-row-wide, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row.form-row-wide, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row.form-row-wide, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row.form-row-wide, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row.form-row-wide, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row.form-row-wide, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row.form-row-wide, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row.form-row-wide {
  width: 100%;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .form-row, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .form-row {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .form-row input, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .form-row select, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .form-row textarea, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .form-row .select2-selection, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .form-row input, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .form-row select, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .form-row textarea, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .form-row .select2-selection {
  height: 50px;
  border-radius: 50px;
  background-color: #EEEEEE;
  border: none;
  display: flex;
  align-items: center;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .form-row input:not(input[type="checkbox"]), .woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .form-row select:not(input[type="checkbox"]), .woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .form-row textarea:not(input[type="checkbox"]), .woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .form-row .select2-selection:not(input[type="checkbox"]), .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .form-row input:not(input[type="checkbox"]), .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .form-row select:not(input[type="checkbox"]), .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .form-row textarea:not(input[type="checkbox"]), .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .form-row .select2-selection:not(input[type="checkbox"]) {
  padding: 0 20px;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .form-row textarea, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .form-row textarea {
  height: 250px;
  padding: 30px !important;
  border-radius: 10px;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .form-row textarea::-webkit-input-placeholder, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .form-row textarea::-webkit-input-placeholder {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .form-row textarea:-ms-input-placeholder, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .form-row textarea:-ms-input-placeholder {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .form-row textarea:-moz-placeholder, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .form-row textarea:-moz-placeholder {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .form-row textarea::-moz-placeholder, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .form-row textarea::-moz-placeholder {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .form-row .select2 .select2-selection span, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .form-row .select2 .select2-selection span {
  font-size: 20px;
  font-weight: 300;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .form-row .select2 .select2-selection .select2-selection__arrow, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .form-row .select2 .select2-selection .select2-selection__arrow {
  top: 50%;
  right: 30px;
  transform: translateY(-35%);
  width: 16px;
  height: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  transform-origin: center center;
  background-image: url("/wp-content/themes/tamashii-child/assets/dropdown.svg");
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .form-row .select2 .select2-selection .select2-selection__arrow b, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .form-row .select2 .select2-selection .select2-selection__arrow b {
  display: none !important;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .form-row .select2.select2-container--open .select2-selection .select2-selection__arrow, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .form-row .select2.select2-container--open .select2-selection .select2-selection__arrow {
  transform: translateY(-50%) rotate(-180deg);
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .form-row.create-account, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .form-row.create-account {
  padding: 0;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .form-row .optional, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .form-row .optional {
  display: none !important;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .form-row.woocommerce-invalid input, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .form-row.woocommerce-invalid input {
  border: 1px solid #C71A23;
  color: #C71A23;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .form-row label, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .form-row label {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  margin-left: 30px;
  margin-top: 5px;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .checkbox, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  position: relative;
  cursor: pointer;
  user-select: none;
  margin-left: 0 !important;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .checkbox input, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .checkbox input {
  opacity: 0;
  height: 20px;
  width: 20px;
  margin: 0;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .checkbox .checkmark, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .checkbox .checkmark {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #EEEEEE;
  border-radius: 2px;
  margin: 0;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .checkbox .checkmark::before, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .checkbox .checkmark::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%) rotate(45deg);
  border: solid #fff;
  border-width: 0 2px 2px 0;
  width: 4px;
  height: 9px;
  display: none;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .checkbox span, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .checkbox span {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: 300;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .checkbox .optional, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .checkbox .optional {
  display: none;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .checkbox input:checked ~ .checkmark, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .checkbox input:checked ~ .checkmark::before, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .checkbox input:checked ~ .checkmark::before {
  display: block;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 #ship-to-different-address, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 #ship-to-different-address {
  margin-bottom: 25px;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 #ship-to-different-address span, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 #ship-to-different-address span {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce form.checkout #order_review {
  width: calc(50% - 20px);
}
.woocommerce-checkout .woocommerce form.checkout #order_review .divisor {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin: 35px 0;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .shop_table {
  background-color: #E7DDD1;
  padding: 40px;
  border-radius: 10px;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .shop_table .products {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .shop_table .products .single-product {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .shop_table .products .single-product .product-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(100% - 170px);
}
.woocommerce-checkout .woocommerce form.checkout #order_review .shop_table .products .single-product .product-name .cat span {
  color: #864608;
  font-weight: 300;
  font-size: 16px;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .shop_table .products .single-product .product-name .name {
  font-family: "hiragino-mincho-pron", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal;
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
  color: #5E0E11;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .shop_table .products .single-product .product-total {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 25px;
  width: 150px;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .shop_table .products .single-product .product-total .product-quantity {
  font-size: 15px;
  font-weight: 300;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .shop_table .products .single-product .product-total .amount {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .shop_table .prices {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .shop_table .prices .single-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .shop_table .prices .single-price * {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .shop_table .prices .single-price.cart-subtotal {
  margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .shop_table .prices .single-price.order-total * {
  font-size: 32px;
  line-height: 43px;
  font-weight: 600;
  color: #5E0E11;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .shop_table .prices .single-price.order-total .price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .shop_table .prices .single-price.order-total .price .includes_tax, .woocommerce-checkout .woocommerce form.checkout #order_review .shop_table .prices .single-price.order-total .price .includes_tax span {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .shop_table .prices .shipping-prevision span {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce form.checkout #order_review #payment {
  background-color: #fff;
}
.woocommerce-checkout .woocommerce form.checkout #order_review #payment .payment_methods {
  border-bottom: none;
}
.woocommerce-checkout .woocommerce form.checkout #order_review #payment .payment_methods li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.woocommerce-checkout .woocommerce form.checkout #order_review #payment .payment_methods li .input-container {
  position: relative;
  display: flex;
}
.woocommerce-checkout .woocommerce form.checkout #order_review #payment .payment_methods li .input-container input {
  opacity: 0;
  height: 20px;
  width: 20px;
}
.woocommerce-checkout .woocommerce form.checkout #order_review #payment .payment_methods li .input-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eeeeee;
  border-radius: 50%;
}
.woocommerce-checkout .woocommerce form.checkout #order_review #payment .payment_methods li .input-container .checkmark:hover {
  background-color: #ccc;
}
.woocommerce-checkout .woocommerce form.checkout #order_review #payment .payment_methods li .input-container .checkmark:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #eeeeee;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.woocommerce-checkout .woocommerce form.checkout #order_review #payment .payment_methods li .input-container input:checked ~ .checkmark::before {
  background-color: #5E0E11;
}
.woocommerce-checkout .woocommerce form.checkout #order_review #payment .payment_methods li.payment_method_bacs .payment_box p {
  font-size: 15px;
  line-height: 18px;
}
.woocommerce-checkout .woocommerce form.checkout #order_review #payment .payment_methods li.payment_method_stripe p {
  font-size: 15px;
  line-height: 18px;
}
.woocommerce-checkout .woocommerce form.checkout #order_review #payment .payment_methods li .payment_box {
  background-color: #E7DDD1;
}
.woocommerce-checkout .woocommerce form.checkout #order_review #payment .payment_methods li .payment_box::before {
  border-bottom-color: #E7DDD1;
}
.woocommerce-checkout .woocommerce form.checkout #order_review #payment .place-order {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woocommerce-checkout .woocommerce form.checkout #order_review #payment .place-order::before {
  position: absolute;
}
.woocommerce-checkout .woocommerce form.checkout #order_review #payment .place-order .terms {
  width: calc((100vw - 80px) / 10 * 3 + 0px);
}
.woocommerce-checkout .woocommerce form.checkout #order_review #payment .place-order .terms p, .woocommerce-checkout .woocommerce form.checkout #order_review #payment .place-order .terms a {
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}
.woocommerce-checkout .woocommerce form.checkout #order_review #payment .place-order .terms a {
  text-decoration: underline;
}
.woocommerce-checkout .woocommerce form.checkout #order_review #payment .place-order .pay {
  width: 200px;
  height: 50px;
  position: relative;
}
.woocommerce-checkout .woocommerce form.checkout #order_review #payment .place-order .pay .button-background {
  width: 100%;
  height: 100%;
}
.woocommerce-checkout .woocommerce form.checkout #order_review #payment .place-order .pay .button-background button {
  float: none;
  height: 100% !important;
}
.woocommerce-checkout .woocommerce form.checkout #order_review #payment .place-order .pay .button-background button span {
  font-size: 20px !important;
}
.woocommerce-checkout .woocommerce .clouds-section {
  margin-top: 70px;
  margin-bottom: 80px;
}
.woocommerce-checkout #wc-stripe-express-checkout-element, .woocommerce-checkout #wc-stripe-express-checkout-button-separator, .woocommerce-checkout #wc-stripe-express-checkout__order-attribution-inputs {
  display: none !important;
}
.blog.paged #heading {
  display: none;
}
.blog.paged #first .container .single-news, .blog.paged #first .container .single-news:first-child {
  width: calc((100vw - 80px) / 10 * 4 + 0px);
  margin-left: calc((100vw - 80px) / 10 * 1 + -5px);
  margin-bottom: 190px;
}
.blog.paged #first .container .single-news:nth-child(2n), .blog.paged #first .container .single-news:first-child:nth-child(2n) {
  transform: translateY(120px);
}
.blog.paged #first .container .single-news a, .blog.paged #first .container .single-news:first-child a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.blog.paged #first .container .single-news a .div-img, .blog.paged #first .container .single-news:first-child a .div-img {
  width: 100%;
  height: auto;
  position: relative;
}
.blog.paged #first .container .single-news a .div-img img, .blog.paged #first .container .single-news:first-child a .div-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.blog.paged #first .container .single-news a .text, .blog.paged #first .container .single-news:first-child a .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.blog.paged #first .container .single-news a .text .publish-date, .blog.paged #first .container .single-news:first-child a .text .publish-date {
  margin-bottom: 20px;
}
.blog.paged #first .container .single-news a .text .publish-date span, .blog.paged #first .container .single-news:first-child a .text .publish-date span {
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
}
.blog.paged #first .container .single-news a .text .news-content .par, .blog.paged #first .container .single-news:first-child a .text .news-content .par {
  display: none;
}
.blog #heading {
  padding-top: 250px;
}
.blog #heading .container {
  padding: 0 calc((100vw - 80px) / 10 * 1 + 0px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.blog #heading .container .tibetan-text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog #heading .container .tibetan-text span {
  color: #C71A23;
  font-size: 196px;
  line-height: 210px;
}
.blog #heading .container .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 50px;
}
.blog #heading .container .text .title h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  color: #864608;
}
.blog #heading .container .text .par {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}
.blog #heading .container .text .par .left {
  width: calc((100vw - 80px) / 10 * 4 + 0px);
}
.blog #heading .container .text .par .right {
  width: calc((100vw - 80px) / 10 * 3 + 0px);
}
.blog #heading .container .text .par .right span {
  font-weight: 300;
}
.blog #first {
  margin-top: 200px;
  position: relative;
}
.blog #first .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.blog #first .container .single-news {
  width: calc((100vw - 80px) / 10 * 4 + 0px);
  margin-left: calc((100vw - 80px) / 10 * 1 + -5px);
  margin-bottom: 190px;
}
.blog #first .container .single-news:nth-child(2n+1) {
  transform: translateY(120px);
}
.blog #first .container .single-news a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.blog #first .container .single-news a .div-img {
  width: 100%;
  height: auto;
  position: relative;
}
.blog #first .container .single-news a .div-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.blog #first .container .single-news a .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.blog #first .container .single-news a .text .publish-date {
  margin-bottom: 20px;
}
.blog #first .container .single-news a .text .publish-date span {
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
}
.blog #first .container .single-news a .text .news-content .par {
  display: none;
}
.blog #first .container .single-news:not(:first-child) .title span {
  color: #864608;
  font-size: 40px;
  line-height: 40px;
}
.blog #first .container .single-news:first-child {
  width: 100%;
  margin-left: 0;
  transform: unset;
}
.blog #first .container .single-news:first-child a {
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
}
.blog #first .container .single-news:first-child a .div-img {
  width: calc((100vw - 80px) / 10 * 5 + 0px);
}
.blog #first .container .single-news:first-child a .text {
  justify-content: space-between;
  width: calc((100vw - 80px) / 10 * 4 + 0px);
  padding-right: calc((100vw - 80px) / 10 * 1 + 0px);
}
.blog #first .container .single-news:first-child a .text .par {
  display: block;
  font-weight: 300;
}
.blog #first .container .single-news:first-child a .text .title span {
  color: #864608;
}
.blog #first .pagination {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  align-items: center;
}
.blog #first .pagination span, .blog #first .pagination a {
  font-family: "hiragino-mincho-pron", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal;
  color: #C71A23;
}
.blog #first .pagination span.current, .blog #first .pagination a.current {
  text-decoration: underline;
}
.blog #first .pagination .page-numbers:not(.prev, .next) {
  border: 1px solid #C71A23;
  border-radius: 50%;
  padding: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog #first .pagination > .prev, .blog #first .pagination > .next {
  margin: 0 15px;
}
.blog .clouds-section {
  margin: 110px 0 130px;
}
.single-post .double-boxed {
  padding: 0 calc((100vw - 80px) / 10 * 1 + 0px);
}
.single-post h2 {
  font-size: 40px;
  color: #864608;
  line-height: 48px;
}
.single-post #heading {
  padding-top: 130px;
  position: relative;
}
.single-post #heading img {
  width: 100%;
  height: auto;
  max-height: 70vh;
  object-fit: cover;
}
.single-post #first {
  margin-top: 80px;
}
.single-post #first .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.single-post #first .container .left {
  width: calc((100vw - 80px) / 10 * 4 + 0px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.single-post #first .container .left .subtitle {
  margin-top: 30px;
}
.single-post #first .container .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: calc((100vw - 80px) / 10 * 2 + 0px);
}
.single-post #first .container .right .publish-date span {
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
}
.single-post #first .container .right .share {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.single-post #first .container .right .share .social {
  overflow: hidden;
}
.single-post #first .container .right .share .social .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0 20px;
  transform: translateX(100%);
  transition: all 0.5s ease;
}
.single-post #first .container .right .share .social .container .single-social a img {
  width: 15px;
  height: auto;
}
.single-post #first .container .right .share .social.open .container {
  transform: unset;
}
.single-post #first .container .right .share .share-button {
  cursor: pointer;
}
.single-post #news-content {
  margin-top: 80px;
}
.single-post #news-content .single-layout {
  position: relative;
  margin-bottom: 7.8vw;
}
.single-post #news-content .single-subtitle {
  margin-bottom: 40px;
}
.single-post #news-content .title-paragraph {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 7.8vw;
}
.single-post #news-content .title-paragraph .title {
  width: calc((100vw - 80px) / 10 * 4 + 0px);
}
.single-post #news-content .title-paragraph .title span {
  color: #5E0E11;
}
.single-post #news-content .title-paragraph .text {
  width: calc((100vw - 80px) / 10 * 5 + 0px);
}
.single-post #news-content .title-paragraph .text span {
  font-weight: 300;
}
.single-post #news-content .title-paragraph.horizontal {
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.single-post #news-content .title-paragraph.horizontal .text {
  width: calc((100vw - 80px) / 10 * 3 + 0px);
}
.single-post #news-content .single-paragraph .text {
  width: 100%;
}
.single-post #news-content .single-paragraph .text span {
  font-weight: 300;
}
.single-post #news-content .single-paragraph.left .text {
  width: calc((100vw - 80px) / 10 * 5 + 0px);
}
.single-post #news-content .single-paragraph.center .text {
  width: calc((100vw - 80px) / 10 * 6 + 0px);
  margin: 0 auto;
}
.single-post #news-content .double-paragraph .container {
  padding-right: calc((100vw - 80px) / 10 * 1 + 0px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.single-post #news-content .double-paragraph .container .text {
  width: calc((100vw - 80px) / 10 * 3 + 0px);
}
.single-post #news-content .double-paragraph .container .text span {
  font-weight: 300;
}
.single-post #news-content .single-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.single-post #news-content .single-image.center {
  width: calc((100vw - 80px) / 10 * 6 + 0px);
}
.single-post #news-content .image-text .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-post #news-content .image-text .container .div-img, .single-post #news-content .image-text .container .text {
  width: calc((100vw - 80px) / 10 * 3.5 + 0px);
  position: relative;
}
.single-post #news-content .image-text .container .div-img img, .single-post #news-content .image-text .container .text img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.single-post #news-content .image-text .container .div-img span, .single-post #news-content .image-text .container .text span {
  font-weight: 300;
}
.single-post #news-content .image-text.inverted .container {
  flex-direction: row row-reverse;
}
.single-post #news-content .double-image .container {
  padding-left: calc((100vw - 80px) / 10 * 1 + 0px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.single-post #news-content .double-image .container .left, .single-post #news-content .double-image .container .right {
  width: calc((100vw - 80px) / 10 * 3 + 0px);
  position: relative;
}
.single-post #news-content .double-image .container .left img, .single-post #news-content .double-image .container .right img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.single-post #news-content .double-image .container .right {
  padding-top: 150px;
}
.single-post #news-content .triple-image .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.single-post #news-content .triple-image .container .div-img {
  width: calc((100vw - 80px) / 10 * 3 + 0px);
  position: relative;
}
.single-post #news-content .triple-image .container .div-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.single-post #news-content .video .container {
  width: calc((100vw - 80px) / 10 * 6 + 0px);
  margin: 0 auto;
  position: relative;
}
.single-post #news-content .video .container video {
  width: 100%;
  height: auto;
}
.single-post #news-content .video .container iframe {
  width: 100%;
  width: 100%;
  height: 1000px;
}
.single-post #news-content .category-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
}
.single-post #news-content .category-gallery .slick-arrow.prev {
  left: calc((100vw - 80px) / 10 * 0.5 + 0px);
  transform: translate(-50%, -50%);
}
.single-post #news-content .category-gallery .slick-arrow.next {
  right: calc((100vw - 80px) / 10 * 0.5 + 0px);
  transform: translate(50%, -50%);
}
.single-post #news-content .category-gallery .gallery-cat .slick-slide {
  overflow: visible;
}
.single-post #news-content .category-gallery .gallery-cat .slick-slide .single-cat {
  width: 100%;
  position: relative;
}
.single-post #news-content .category-gallery .gallery-cat .slick-slide .single-cat .tibetan-name {
  position: relative;
  width: 100%;
}
.single-post #news-content .category-gallery .gallery-cat .slick-slide .single-cat .tibetan-name img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.single-post #news-content .category-gallery .gallery-cat .slick-slide .single-cat .div-img {
  width: calc((100vw - 80px) / 10 * 4 + 0px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single-post #news-content .category-gallery .gallery-cat .slick-slide .single-cat .div-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.single-post #news-content .category-gallery .gallery-cat .slick-slide .single-cat .button-background {
  width: 200px;
  margin: 50px 0;
}
.single-post #news-content .category-gallery .gallery-cat .slick-slide .single-cat .name span {
  color: #5E0E11;
}
.single-post #news-content .pulsante {
  display: flex;
  align-items: center;
}
.single-post #news-content .pulsante .button {
  padding: 0 15px !important;
}
.single-post .pagination {
  display: inline-block;
  width: 100%;
}
.single-post .pagination .prev {
  float: left;
}
.single-post .pagination .next {
  float: right;
}
.single-post .pagination span.mobile {
  display: none;
}
.single-post .pagination .button-background {
  width: 230px;
}
.single-post .clouds-section {
  margin-bottom: 90px;
  margin-top: 100px;
}
.search #content {
  min-height: unset;
}
.search #heading {
  padding-top: 150px;
}
.search #heading .title {
  padding: 0 calc((100vw - 80px) / 10 * 1 + 0px);
}
.search #first {
  margin-top: 100px;
  position: relative;
}
.search #first .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 calc((100vw - 80px) / 10 * 1 + 0px);
}
.search #first .container .single-product {
  width: calc(100% / 3 - (19vw / 3));
  margin-bottom: 150px;
  position: relative;
}
.search #first .container .single-product:not(:nth-child(3n)) {
  margin-right: 9.5vw;
}
.search #first .container .single-product .shop_table {
  display: none !important;
}
.search #first .container .single-product .product-card {
  width: 100%;
  border-left: 1px solid #000;
}
.search #first .pagination {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  align-items: center;
}
.search #first .pagination span, .search #first .pagination a {
  font-family: "hiragino-mincho-pron", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal;
  color: #C71A23;
}
.search #first .pagination span.current, .search #first .pagination a.current {
  text-decoration: underline;
}
.search #first .pagination .page-numbers:not(.prev, .next) {
  border: 1px solid #C71A23;
  border-radius: 50%;
  padding: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search #first .pagination > .prev, .search #first .pagination > .next {
  margin: 0 15px;
}
.search #no-results {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}
.search #no-results .button-background {
  width: 250px;
}
.search #no-results .button-background .button {
  height: 50px;
}
.search .clouds-section {
  margin-bottom: 70px;
  margin-top: 30px;
}
.page-template-template-wishlist #content {
  min-height: unset;
}
.page-template-template-wishlist #heading {
  padding-top: 200px;
}
.page-template-template-wishlist #heading .title {
  padding: 0 calc((100vw - 80px) / 10 * 1 + 0px);
}
.page-template-template-wishlist #heading .title h1 {
  color: #5E0E11;
}
.page-template-template-wishlist #first {
  margin-top: 100px;
}
.page-template-template-wishlist #first .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 calc((100vw - 80px) / 10 * 1 + 0px);
}
.page-template-template-wishlist #first .container .single-product {
  width: calc((100vw - 80px) / 10 * 2 + 0px);
  margin-bottom: 150px;
  position: relative;
}
.page-template-template-wishlist #first .container .single-product:not(:nth-child(3n)) {
  margin-right: calc((100vw - 80px) / 10 * 1 + -20px);
}
.page-template-template-wishlist #first .container .single-product .shop_table {
  display: none !important;
}
.page-template-template-wishlist #first .container .single-product .product-card .price-cont .add-to svg {
  fill: #000;
}
.page-template-template-wishlist #first .container .single-product .product-card {
  border-left: 1px solid #000;
}
.page-template-template-wishlist #first .container .single-product .load {
  position: absolute;
  top: -25px;
  left: 0;
  width: 105%;
  height: calc(100% + 25px);
  background-color: #0000008a;
  z-index: 10;
  display: none;
}
.page-template-template-wishlist #first .container .single-product .load::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #25b09b;
  --_m: conic-gradient(#0000 10%,#000),linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}
.page-template-template-wishlist #first .empty-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 150px;
}
.page-template-template-wishlist #first .empty-list .button-background {
  width: 250px;
  margin-top: 40px;
}
.page-template-template-wishlist .clouds-section {
  margin-bottom: 100px;
}
.woocommerce-account article header {
  display: none;
}
.woocommerce-account #content {
  min-height: unset;
}
.woocommerce-account #heading {
  padding-top: 150px;
  width: 100%;
}
.woocommerce-account #heading .title {
  width: 100%;
}
.woocommerce-account #heading .title h1 {
  margin-left: 32%;
  color: #5E0E11;
}
.woocommerce-account #first {
  margin-top: 100px;
}
.woocommerce-account #first .woocommerce-MyAccount-navigation {
  margin-bottom: 150px;
}
.woocommerce-account #first .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 4px;
}
.woocommerce-account #first .woocommerce-MyAccount-navigation ul li:first-child, .woocommerce-account #first .woocommerce-MyAccount-navigation ul li:nth-child(3), .woocommerce-account #first .woocommerce-MyAccount-navigation ul li:nth-child(5) {
  display: none;
}
.woocommerce-account #first .woocommerce-MyAccount-navigation ul li a {
  text-transform: uppercase;
}
.woocommerce-account #first .woocommerce-MyAccount-navigation ul li::marker {
  font-size: 0;
}
.woocommerce-account #first .woocommerce-MyAccount-content {
  margin-bottom: 150px;
}
.woocommerce-account #first .woocommerce-MyAccount-content > form {
  padding: 50px;
  background-color: #E7DDD1;
  border-radius: 10px;
}
.woocommerce-account #first .woocommerce-MyAccount-content > form h3 {
  margin-bottom: 20px;
}
.woocommerce-account #first .woocommerce-MyAccount-content > form p {
  margin: 0;
}
.woocommerce-account #first .woocommerce-MyAccount-content > form .form-row {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-account #first .woocommerce-MyAccount-content > form .form-row input, .woocommerce-account #first .woocommerce-MyAccount-content > form .form-row select, .woocommerce-account #first .woocommerce-MyAccount-content > form .form-row textarea, .woocommerce-account #first .woocommerce-MyAccount-content > form .form-row .select2-selection {
  height: 50px;
  border-radius: 50px;
  background-color: #fff;
  border: none;
  display: flex;
  align-items: center;
}
.woocommerce-account #first .woocommerce-MyAccount-content > form .form-row input:not(input[type="checkbox"]), .woocommerce-account #first .woocommerce-MyAccount-content > form .form-row select:not(input[type="checkbox"]), .woocommerce-account #first .woocommerce-MyAccount-content > form .form-row textarea:not(input[type="checkbox"]), .woocommerce-account #first .woocommerce-MyAccount-content > form .form-row .select2-selection:not(input[type="checkbox"]) {
  padding: 0 30px;
}
.woocommerce-account #first .woocommerce-MyAccount-content > form .form-row textarea {
  height: 250px;
  padding: 30px !important;
  border-radius: 10px;
}
.woocommerce-account #first .woocommerce-MyAccount-content > form .form-row textarea::-webkit-input-placeholder {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.woocommerce-account #first .woocommerce-MyAccount-content > form .form-row textarea:-ms-input-placeholder {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.woocommerce-account #first .woocommerce-MyAccount-content > form .form-row textarea:-moz-placeholder {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.woocommerce-account #first .woocommerce-MyAccount-content > form .form-row textarea::-moz-placeholder {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.woocommerce-account #first .woocommerce-MyAccount-content > form .form-row .select2 .select2-selection span {
  font-size: 20px;
  font-weight: 300;
}
.woocommerce-account #first .woocommerce-MyAccount-content > form .form-row .select2 .select2-selection .select2-selection__arrow {
  top: 50%;
  right: 30px;
  transform: translateY(-35%);
  width: 16px;
  height: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  transform-origin: center center;
  background-image: url("/wp-content/themes/tamashii-child/assets/dropdown.svg");
}
.woocommerce-account #first .woocommerce-MyAccount-content > form .form-row .select2 .select2-selection .select2-selection__arrow b {
  display: none !important;
}
.woocommerce-account #first .woocommerce-MyAccount-content > form .form-row .select2.select2-container--open .select2-selection .select2-selection__arrow {
  transform: translateY(-50%) rotate(-180deg);
}
.woocommerce-account #first .woocommerce-MyAccount-content > form .form-row .optional {
  display: none !important;
}
.woocommerce-account #first .woocommerce-MyAccount-content > form .form-row.woocommerce-invalid input {
  border: 1px solid #C71A23;
  color: #C71A23;
}
.woocommerce-account #first .woocommerce-MyAccount-content > form .form-row label {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  margin-left: 30px;
  margin-top: 5px;
}
.woocommerce-account #first .woocommerce-MyAccount-content > form .form-row label .required {
  font-size: 12px;
}
.woocommerce-account #first .woocommerce-MyAccount-content > form .button-background {
  margin-top: 20px;
  width: 250px;
}
.woocommerce-account #first .woocommerce-MyAccount-content > form .button-background .button {
  height: 50px !important;
}
.woocommerce-account #first .woocommerce-MyAccount-content > form fieldset {
  border: none;
  padding-left: 0;
  padding: 0;
}
.woocommerce-account #first .woocommerce-MyAccount-content > form fieldset legend {
  margin-bottom: 10px;
  padding-left: 10px;
}
.woocommerce-account #first .woocommerce-MyAccount-content .woocommerce-Addresses {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 50px;
}
.woocommerce-account #first .woocommerce-MyAccount-content .woocommerce-Addresses::before {
  position: absolute;
}
.woocommerce-account #first .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  flex: 1;
  padding: 30px;
  background-color: #E7DDD1;
  float: none;
  border-radius: 10px;
  position: relative;
  padding-bottom: 60px;
}
.woocommerce-account #first .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header {
  display: block;
  margin-bottom: 15px;
}
.woocommerce-account #first .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header h2 {
  font-family: "hiragino-mincho-pron", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal;
}
.woocommerce-account #first .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address header a {
  position: absolute;
  float: none;
  bottom: 30px;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
  left: 30px;
  width: 100%;
}
.woocommerce-account #first-unlogged {
  padding-top: 150px;
  margin-bottom: 50px;
}
.woocommerce-account #first-unlogged form {
  background-color: #E7DDD1;
  border: none;
  padding: 30px;
}
.woocommerce-account #first-unlogged form .woocommerce-form-row {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.woocommerce-account #first-unlogged form .woocommerce-form-row .password-input {
  width: 100%;
  margin-top: 20px;
}
.woocommerce-account #first-unlogged form .woocommerce-form-row input {
  background-color: #fff;
  border-radius: 50px;
  border: none;
  height: 40px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.woocommerce-account #first-unlogged form .woocommerce-form-row label {
  padding-left: 30px;
  margin-top: 8px;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
  position: relative;
  display: inline;
}
.woocommerce-account #first-unlogged form .woocommerce-form-row label .required {
  display: none;
}
.woocommerce-account #first-unlogged form .woocommerce-form-row label::before {
  content: "*";
  position: absolute;
  right: -9px;
  top: 0px;
  font-size: 12px;
}
.woocommerce-account #first-unlogged form p, .woocommerce-account #first-unlogged form a, .woocommerce-account #first-unlogged form span {
  font-size: 15px;
  line-height: 20px;
}
.woocommerce-account #first-unlogged form .button-background {
  width: 200px;
  height: 40px;
}
.woocommerce-account .clouds-section {
  margin-bottom: 50px;
}
.woocommerce-order-received h2 {
  font-family: "hiragino-mincho-pron", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal;
  margin-bottom: 30px;
  color: #5E0E11;
}
.woocommerce-order-received h3 {
  margin-bottom: 15px;
  color: #5E0E11;
}
.woocommerce-order-received #heading .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.woocommerce-order-received #first {
  margin-top: 50px;
}
.woocommerce-order-received #first .woocommerce-order {
  background-color: #E7DDD1;
  border-radius: 10px;
  padding: 30px;
}
.woocommerce-order-received #first .woocommerce-order table, .woocommerce-order-received #first .woocommerce-order address {
  background-color: #ffffffaa;
}
.woocommerce-view-order h2 {
  font-family: "hiragino-mincho-pron", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal;
  margin-bottom: 30px;
  color: #5E0E11;
}
.woocommerce-view-order .woocommerce-MyAccount-content {
  padding: 30px;
  background-color: #E7DDD1;
  border-radius: 10px;
}
.woocommerce-view-order .woocommerce-MyAccount-content table, .woocommerce-view-order .woocommerce-MyAccount-content address {
  background-color: #ffffffaa;
}
.woocommerce-view-order .woocommerce-customer-details {
  padding: 0 40px;
}
@media only screen and (max-width: 768px) {
  .woocommerce-view-order .woocommerce-customer-details {
    padding: 0 20px;
  }
}
.woocommerce-view-order .wps_rma_outer_wrap_info ul {
  display: none;
}
.woocommerce-view-order .wps_rma_outer_wrap_info ul li:last-child {
  display: none;
}
.woocommerce-view-order .wps_rma_outer_wrap_info .wps_rma_refund_info_wrap {
  border: 1px solid #5E0E11;
  border-radius: 10px;
}
.woocommerce-view-order .wps_rma_outer_wrap_info .wps_rma_refund_info_wrap table th {
  background: transparent !important;
}
.woocommerce-view-order .wps_rma_outer_wrap_info .wps_rma_refund_info_wrap form {
  padding-top: 20px;
}
.woocommerce-view-order .wps_rma_outer_wrap_info .wps_rma_refund_info_wrap form input {
  width: 300px;
}
.woocommerce-orders table tbody tr {
  height: 70px;
}
.woocommerce-orders table tbody tr .button-background {
  width: 200px;
}
.woocommerce-orders table tbody tr .button-background .draw {
  display: none;
}
.page-template-template-rivenditori #heading {
  padding-top: 150px;
}
.page-template-template-rivenditori #heading h1 {
  color: #5E0E11;
}
.page-template-template-rivenditori #first {
  margin-top: 100px;
}
.page-template-template-rivenditori #first .tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 50px;
  gap: 20px;
  cursor: pointer;
  display: none;
}
.page-template-template-rivenditori #first .tabs .single-tab {
  border: 1px solid #000;
  border-radius: 30px;
  padding: 5px 10px;
  min-width: 50px;
  line-height: 20px;
}
.page-template-template-rivenditori #first .tabs .single-tab.active {
  font-weight: bold;
}
.page-template-template-rivenditori #first .tabs .single-tab.active span {
  color: #C71A23;
}
.page-template-template-rivenditori #first .custom-search {
  width: 23%;
  position: relative;
  height: 50px;
  margin-bottom: 40px;
}
.page-template-template-rivenditori #first .custom-search input {
  height: 100% !important;
  border-radius: 30px;
  font-size: 20px;
}
.page-template-template-rivenditori #first .custom-search input[type="text"] {
  width: 100%;
  padding: 0 30px !important;
  border: 1px solid #000;
}
.page-template-template-rivenditori #first .custom-search .button-background {
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
  height: 100%;
}
.page-template-template-rivenditori #first .custom-search .button-background .draw {
  display: none;
}
.page-template-template-rivenditori #first .custom-search .button-background .button {
  height: 100% !important;
  border-width: 3px !important;
}
.page-template-template-rivenditori #first .custom-search .delete-search {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.page-template-template-rivenditori #first .custom-search .delete-search span {
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
}
.page-template-template-rivenditori #first .custom-search .delete-search:hover {
  opacity: 1;
}
.page-template-template-rivenditori #first .wpgmza-store-locator.wpgmza_sl_main_div {
  display: none !important;
}
.page-template-template-rivenditori #first .map {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.page-template-template-rivenditori #first .map > a {
  display: none;
}
.page-template-template-rivenditori #first .map .wpgmza-google-html-overlay {
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-template-rivenditori #first .map .wpgmza-pagination {
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 0;
  width: 23%;
  display: flex;
}
.page-template-template-rivenditori #first .map .wpgmza-pagination .paginationjs {
  width: 100%;
}
.page-template-template-rivenditori #first .map .wpgmza-pagination .paginationjs ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-template-template-rivenditori #first .map .wpgmza-pagination .paginationjs ul li {
  flex: 1;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: unset !important;
  border: 1px solid #ccc;
  background-color: #fff;
}
.page-template-template-rivenditori #first .map .wpgmza-pagination .paginationjs ul li:not(:last-child) {
  border-right: none;
}
.page-template-template-rivenditori #first .map .wpgmza-pagination .paginationjs ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: unset !important;
  min-height: unset !important;
}
.page-template-template-rivenditori #first .map .wpgmza-pagination .paginationjs ul li.active a {
  background-color: #C71A23;
}
.page-template-template-rivenditori #first .map .wpgmza_marker_list_class {
  width: 23% !important;
  max-height: calc(70vh - 99px);
  overflow: auto;
  border: 1px solid #ccc;
  position: relative;
  overflow-x: hidden;
  padding-bottom: 40px;
  min-height: 500px;
}
.page-template-template-rivenditori #first .map .wpgmza_marker_list_class .divisor {
  position: absolute;
  content: "";
  bottom: 0px;
  height: 36px;
  border-top: 1px solid #ccc;
  width: 100%;
  left: 0;
}
.page-template-template-rivenditori #first .map .wpgmza_marker_list_class .wpgmaps_mlist_row {
  border: none;
  border-bottom: 1px solid #ccc;
}
.page-template-template-rivenditori #first .map .wpgmza_marker_list_class .wpgmaps_mlist_row:last-child {
  border-bottom: none;
}
.page-template-template-rivenditori #first .map .wpgmza_marker_list_class .wpgmaps_mlist_row .wpgmza_marker_title {
  margin-top: 0;
  margin-bottom: 10px;
}
.page-template-template-rivenditori #first .map .wpgmza_marker_list_class .wpgmaps_mlist_row .wpgmza_marker_title a {
  color: #5E0E11;
}
.page-template-template-rivenditori #first .map .wpgmza_marker_list_class .wpgmaps_mlist_row .wpgmza-gallery-container {
  display: none;
}
.page-template-template-rivenditori #first .map .wpgmza_marker_list_class .wpgmaps_mlist_row .wpgmza-desc p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 5px;
}
.page-template-template-rivenditori #first .map .wpgmza_marker_list_class .wpgmaps_mlist_row .wpgmza-desc p:last-child {
  display: none;
}
.page-template-template-rivenditori #first .map .wpgmza_marker_list_class .loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-template-template-rivenditori #first .map .wpgmza_marker_list_class .loader::before {
  content: "";
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #5E0E11;
  --_m:  conic-gradient(#0000 10%,#000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
.page-template-template-rivenditori #first .map .wpgmza_map {
  margin-right: 0 !important;
  margin-top: -100px;
}
.page-template-template-rivenditori #first .map .wpgmza_map .wpgmza-modern-store-locator {
  top: 20px !important;
  width: 100%;
  left: 0 !important;
  display: flex;
  left: 20px !important;
  display: none;
}
.page-template-template-rivenditori #first .map .wpgmza_map .wpgmza-modern-store-locator .wpgmza-inner {
  height: 50px !important;
  box-shadow: none !important;
  display: inline-block !important;
  left: 0;
  padding: 0 !important;
  background-color: transparent;
}
.page-template-template-rivenditori #first .map .wpgmza_map .wpgmza-modern-store-locator .wpgmza-inner input {
  height: 100% !important;
  border-radius: 30px;
  font-size: 20px;
}
.page-template-template-rivenditori #first .map .wpgmza_map .wpgmza-modern-store-locator .wpgmza-inner input[type="text"] {
  width: calc((100vw - 80px) / 10 * 3 + 0px);
  padding: 0 30px !important;
}
.page-template-template-rivenditori #first .map .wpgmza_map .wpgmza-modern-store-locator .wpgmza-inner input[type="button"] {
  background-color: transparent;
  color: #C71A23;
  border: 2px solid #C71A23;
  width: 170px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.page-template-template-rivenditori #first .map .wpgmza_map .wpgmza-modern-store-locator .wpgmza-inner input[type="button"]:hover {
  background-color: #C71A23;
  color: #fff;
}
.page-template-template-rivenditori #first .map .wpgmza_map .wpgmza-modern-store-locator .wpgmza-inner select {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  font-size: 20px;
}
.page-template-template-rivenditori #first .map .wpgmza_map .wpgmza-modern-store-locator .wpgmza-inner .wpgmza_sl_search_button_div {
  position: absolute;
  left: calc((100vw - 80px) / 10 * 3 + 4px);
  display: inline-block !important;
  height: 50px;
  transform: translateX(-100%);
}
.page-template-template-rivenditori #first .map .wpgmza_map .wpgmza-modern-store-locator .wpgmza-inner .wpgmza_sl_reset_button_div {
  height: auto !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page-template-template-rivenditori #first .map .wpgmza_map .wpgmza-modern-store-locator .wpgmza-inner .wpgmza_sl_reset_button_div::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("/wp-content/themes/tamashii-child/assets/cross.svg");
  background-size: cover;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.page-template-template-rivenditori #first .map .wpgmza_map .wpgmza-modern-store-locator .wpgmza-inner .wpgmza_sl_reset_button_div:hover::before {
  opacity: 1;
}
.page-template-template-rivenditori #first .map .wpgmza_map .wpgmza-modern-store-locator .wpgmza-inner .wpgmza_sl_reset_button_div input {
  display: none !important;
}
.page-template-template-rivenditori #first .map .wpgmza_map .gm-style-iw {
  background-color: #F6F2ED;
  padding: 0;
  min-width: 200px !important;
}
.page-template-template-rivenditori #first .map .wpgmza_map .gm-style-iw .gm-style-iw-d {
  overflow: hidden !important;
  padding: 20px;
  padding-top: 0;
  margin-top: -5px !important;
}
.page-template-template-rivenditori #first .map .wpgmza_map .poi-info-window div, .page-template-template-rivenditori #first .map .wpgmza_map .poi-info-window a, .page-template-template-rivenditori #first .map .wpgmza_map .gm-style .transit-container {
  background-color: transparent !important;
}
.page-template-template-rivenditori #first .map .wpgmza_map .wpgmza-infowindow .wpgmza_infowindow_title {
  margin-top: 0;
}
.page-template-template-rivenditori #first .map .wpgmza_map .wpgmza-infowindow .wpgmza_infowindow_address {
  display: none;
}
.page-template-template-rivenditori #first .map .wpgmza_map .wpgmza-infowindow .wpgmza_infowindow_description p {
  font-size: 15px;
  line-height: 20px;
}
.page-template-template-rivenditori #first .map .wpgmza_map .gm-style .gm-style-iw-tc::after {
  background-color: #F6F2ED;
}
.page-template-template-rivenditori .clouds-section {
  margin: 130px 0 70px;
}
.page-template-template-grazie #content {
  min-height: unset !important;
}
.page-template-template-grazie #first {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 200px;
  padding-bottom: 100px;
}
.page-template-template-grazie #first h1, .page-template-template-grazie #first h2 {
  text-align: center;
}
.page-template-template-grazie #first .title {
  margin-bottom: 15px;
}
.page-template-template-grazie #first .custom-button {
  margin-top: 50px;
}
.page-template-template-grazie #first .custom-button .button-background {
  width: 200px;
}
.page-template-template-grazie #first .custom-button .button-background .button {
  height: 50px !important;
}
.page-template-template-contatti #heading {
  padding-top: 200px;
}
.page-template-template-contatti #heading .title {
  margin-left: calc((100vw - 80px) / 10 * 1 + 0px);
  width: calc((100vw - 80px) / 10 * 2 + 30px);
}
.page-template-template-contatti #heading .title h1 {
  color: #5E0E11;
}
.page-template-template-contatti #first {
  margin-top: -54px;
}
.page-template-template-contatti #first .container {
  display: flex;
  align-items: flex-end;
  padding: 0 calc((100vw - 80px) / 10 * 2 + 0px) 0 calc((100vw - 80px) / 10 * 1 + 0px);
  justify-content: space-between;
}
.page-template-template-contatti #first .container .buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.page-template-template-contatti #first .container .buttons .button-background {
  width: 170px;
}
.page-template-template-contatti #first .container .buttons .button-background:nth-child(2) {
  width: 225px;
}
.page-template-template-contatti #modulo {
  margin-top: 80px;
  padding-bottom: 36px;
}
.page-template-template-contatti #modulo .container {
  border-radius: 10px;
  background-color: #E7DDD1;
  padding: 140px 30px 70px;
  display: flex;
  justify-content: center;
}
.page-template-template-contatti #modulo .container .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: calc((100vw - 80px) / 10 * 5 + 0px);
  position: relative;
}
.page-template-template-contatti #modulo .container .inner .title {
  margin-bottom: 65px;
  width: 100%;
}
.page-template-template-contatti #modulo .container .inner .title h2 {
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  width: 100%;
}
.page-template-template-contatti #modulo .container .inner .gform_wrapper {
  width: 100%;
}
.page-template-template-contatti #modulo .container .inner .gform_wrapper form input[type="submit"], .page-template-template-contatti #modulo .container .inner .gform_wrapper form .gform-loader {
  position: absolute;
  left: -200vw;
}
.page-template-template-contatti #modulo .container .inner .gform_wrapper form .gfield--type-consent .gfield_required {
  display: none !important;
}
.page-template-template-contatti #modulo .container .inner .button-background {
  width: 200px;
  margin-top: 10px;
}
.page-template-template-assistenza-clienti #heading {
  padding-top: 200px;
}
.page-template-template-assistenza-clienti #heading .title {
  padding: 0 calc((100vw - 80px) / 10 * 1 + 0px);
}
.page-template-template-assistenza-clienti #heading .title h1 {
  color: #5E0E11;
}
.page-template-template-assistenza-clienti #first {
  margin-top: 50px;
  padding-bottom: 40px;
}
.page-template-template-assistenza-clienti #first .page-content {
  padding: 0 calc((100vw - 80px) / 10 * 1 + 0px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  position: relative;
}
.page-template-template-assistenza-clienti #first .page-content > div {
  width: 100%;
}
.page-template-template-assistenza-clienti #first .page-content .sections-with-index {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.page-template-template-assistenza-clienti #first .page-content .sections-with-index .index .index-title span {
  font-size: 28px;
  line-height: 32px;
}
.page-template-template-assistenza-clienti #first .page-content .sections-with-index .index .container {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-template-template-assistenza-clienti #first .page-content .sections-with-index .index .container .single-anchor {
  cursor: pointer;
}
.page-template-template-assistenza-clienti #first .page-content .sections-with-index .index .container .single-anchor .text {
  text-decoration: underline;
}
.page-template-template-assistenza-clienti #first .page-content .sections-with-index .all-sections {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-template-template-assistenza-clienti #first .page-content .sections-with-index .all-sections .single-section .title {
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}
.page-template-template-assistenza-clienti #first .page-content .accordion {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-template-template-assistenza-clienti #first .page-content .accordion .single-row {
  border-bottom: 1px solid #000;
  padding: 30px 0;
  cursor: pointer;
}
.page-template-template-assistenza-clienti #first .page-content .accordion .single-row:first-child {
  border-top: 1px solid #000;
}
.page-template-template-assistenza-clienti #first .page-content .accordion .single-row .title {
  position: relative;
}
.page-template-template-assistenza-clienti #first .page-content .accordion .single-row .title img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 20px;
  height: auto;
  transition: all 0.3s ease;
}
.page-template-template-assistenza-clienti #first .page-content .accordion .single-row .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.page-template-template-assistenza-clienti #first .page-content .accordion .single-row.open .title img {
  transform: translateY(-50%) rotate(-180deg);
}
.page-template-template-assistenza-clienti #first .page-content .accordion .single-row.open .accordion-content {
  max-height: 20000px;
}
#first-refund {
  padding-top: 140px;
  margin-bottom: 100px;
}
#first-refund .wps_rma_refund_form_wrapper {
  width: 100%;
  background-color: #E7DDD1;
  border-radius: 20px;
  padding: 40px;
}
#first-refund .wps_rma_refund_form_wrapper #wps_rma_return_request_container {
  background-color: transparent;
}
#first-refund .wps_rma_refund_form_wrapper #wps_rma_return_request_container h1 {
  font-family: "hiragino-mincho-pron", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal;
  color: #5E0E11;
}
#first-refund .wps_rma_refund_form_wrapper .wps_rma_product_table_wrapper {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #5E0E11;
}
#first-refund .wps_rma_refund_form_wrapper .wps_rma_product_table_wrapper .wps-rma-product__table {
  background-color: #E7DDD1;
}
#first-refund .wps_rma_refund_form_wrapper .wps_rma_product_table_wrapper .wps-rma-product__table tr td, #first-refund .wps_rma_refund_form_wrapper .wps_rma_product_table_wrapper .wps-rma-product__table tr th {
  border: none;
}
#first-refund .wps_rma_refund_form_wrapper .wps_rma_product_table_wrapper .wps-rma-product__table tr td, #first-refund .wps_rma_refund_form_wrapper .wps_rma_product_table_wrapper .wps-rma-product__table tr th {
  background-color: #E7DDD1 !important;
  border-right: 1px solid #5E0E11;
}
#first-refund .wps_rma_refund_form_wrapper .wps_rma_product_table_wrapper .wps-rma-product__table tr td:last-child, #first-refund .wps_rma_refund_form_wrapper .wps_rma_product_table_wrapper .wps-rma-product__table tr th:last-child {
  border-right: none;
}
#first-refund .wps_rma_refund_form_wrapper .wps_rma_product_table_wrapper .wps-rma-product__table tr td.product-name img, #first-refund .wps_rma_refund_form_wrapper .wps_rma_product_table_wrapper .wps-rma-product__table tr th.product-name img {
  width: 200px !important;
  height: auto !important;
}
#first-refund .wps_rma_refund_form_wrapper .wps_rma_product_table_wrapper .wps-rma-product__table tr td input[type="number"], #first-refund .wps_rma_refund_form_wrapper .wps_rma_product_table_wrapper .wps-rma-product__table tr th input[type="number"] {
  background-color: #ffffffaa !important;
}
#first-refund .wps_rma_refund_form_wrapper .wps_rma_product_table_wrapper .wps-rma-product__table thead {
  border-bottom: 1px solid #5E0E11;
}
#first-refund .wps_rma_refund_form_wrapper .wps_rma_product_table_wrapper .wps-rma-product__table thead th:first-child {
  width: 250px;
}
#first-refund .wps_rma_refund_form_wrapper .wps_rma_product_table_wrapper .wps-rma-product__table tbody tr:last-child {
  border-top: 1px solid #5E0E11;
}
#first-refund .wps_rma_refund_form_wrapper textarea, #first-refund .wps_rma_refund_form_wrapper input[type="text"], #first-refund .wps_rma_refund_form_wrapper select {
  background-color: #ffffffaa !important;
}
#first-refund .wps_rma_refund_form_wrapper .woocommerce-columns--addresses .woocommerce-column h2 {
  font-family: "hiragino-mincho-pron", sans-serif !important;
  font-weight: 300 !important;
  font-style: normal;
}
.page-template-template-simboli-vittoria #heading {
  padding-top: 250px;
  position: relative;
}
.page-template-template-simboli-vittoria #heading .container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.page-template-template-simboli-vittoria #heading .container .small {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 20px;
}
.page-template-template-simboli-vittoria #heading .container .small::before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s ease;
}
.page-template-template-simboli-vittoria #heading .container .small.visible::before {
  width: 0;
}
.page-template-template-simboli-vittoria #heading .container .tibetan-text {
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 70px;
  line-height: 200px;
}
.page-template-template-simboli-vittoria #heading .container .tibetan-text > span {
  font-size: 200px;
  line-height: 200px;
}
.page-template-template-simboli-vittoria #first {
  margin-top: -80px;
}
.page-template-template-simboli-vittoria #first .container {
  background-color: #E7DDD1;
  padding: 120px calc((100vw - 80px) / 10 * 1 + 0px) 50px;
  border-radius: 10px;
}
.page-template-template-simboli-vittoria #first .container .text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-template-template-simboli-vittoria #first .container .text .title {
  margin: 0 auto;
}
.page-template-template-simboli-vittoria #first .container .text .title h1 {
  text-align: center;
  color: #5E0E11;
}
.page-template-template-simboli-vittoria #first .container .text .par {
  margin-top: 50px;
}
.page-template-template-simboli-vittoria #first .container .text .par p {
  text-align: center;
}
.page-template-template-simboli-vittoria #first .container .all-gesture {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 70px;
  width: 100%;
  gap: calc((100vw - 80px) / 10 * 1 + 0px);
}
.page-template-template-simboli-vittoria #first .container .all-gesture .single-simbolo {
  width: auto;
  flex: 1;
  /*&:hover{
                        .div-img{
                            background-color: #C71A23;
                            svg{path{stroke: #fff;}}
                        } 
                    }*/
}
.page-template-template-simboli-vittoria #first .container .all-gesture .single-simbolo .div-img {
  width: 80%;
  transition: all 0.5s ease;
}
.page-template-template-simboli-vittoria #first .container .all-gesture .single-simbolo .div-img svg {
  width: 80%;
}
.page-template-template-simboli-vittoria #first .container .all-gesture .single-simbolo .div-img svg rect {
  display: block !important;
}
.page-template-template-simboli-vittoria #first .container .all-gesture .single-simbolo .sense span {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}
.page-template-template-simboli-vittoria #first .container .appunti {
  margin-top: 90px;
}
.page-template-template-simboli-vittoria #first .container .appunti .single-appunto span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.page-template-template-simboli-vittoria #find-out {
  margin-top: 80px;
}
.page-template-template-simboli-vittoria .clouds-section {
  margin-top: 70px;
  margin-bottom: 80px;
}
.error404 #content {
  min-height: unset;
}
.error404 #first {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-direction: column;
  padding: 200px 0;
}
.error404 #first .title h1 {
  font-size: 100px;
  line-height: 110px;
}
.error404 #first .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.error404 #first .container a {
  width: 250px;
}
.page-template-test-animazione #first {
  display: block;
  width: 2000px;
  height: 2000px;
  margin: 200px auto;
  position: relative;
  margin-top: -500px;
  margin-left: -300px;
}
.page-template-test-animazione #first .gira {
  position: absolute;
  top: 600px;
  left: 600px;
  z-index: 100;
}
.page-template-test-animazione #first .single-img {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-template-test-animazione #first .single-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-test-animazione #first .single-img:last-child {
  display: block;
}
footer#colophon {
  width: 100%;
  background: #c71a23;
  padding: 0 40px;
}
footer#colophon a, footer#colophon span {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #fff;
}
footer#colophon .footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 130px 0 90px;
  gap: 130px calc((100vw - 80px) / 10 * 2 + 0px);
}
footer#colophon .footer-inner .footer-col {
  flex: unset;
}
footer#colophon .footer-inner .footer-col:first-child, footer#colophon .footer-inner .footer-col:nth-child(3) {
  width: calc((100vw - 80px) / 10 * 3 + 0px);
  margin-left: calc((100vw - 80px) / 10 * 1 + 0px);
}
footer#colophon .footer-inner .footer-col:nth-child(2), footer#colophon .footer-inner .footer-col:last-child {
  width: calc((100vw - 80px) / 10 * 3 + 40px);
}
footer#colophon .footer-inner .footer-col a, footer#colophon .footer-inner .footer-col a span {
  font-size: 18px;
  line-height: normal;
}
footer#colophon .footer-inner .footer-col .intro {
  width: 100%;
}
footer#colophon .footer-inner .footer-col .intro span {
  font-size: 20px;
}
footer#colophon .footer-inner .footer-col .container {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 0;
}
footer#colophon .footer-inner .footer-col .container .col {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
footer#colophon .footer-inner .footer-col .container .col a span {
  text-transform: uppercase;
}
footer#colophon .footer-inner .footer-col:first-child .div-img {
  width: 100%;
}
footer#colophon .footer-inner .footer-col:nth-child(3) .title {
  width: calc(100% + 30px);
  margin-bottom: 30px;
}
footer#colophon .footer-inner .footer-col:nth-child(3) .title span {
  font-size: 48px;
  line-height: 55px;
}
footer#colophon .footer-inner .footer-col:nth-child(3) form {
  position: relative;
  width: calc(100%);
}
footer#colophon .footer-inner .footer-col:nth-child(3) form input {
  border-radius: 40px !important;
  height: 40px !important;
  text-transform: uppercase !important;
  font-size: 16px;
}
footer#colophon .footer-inner .footer-col:nth-child(3) form .gform-body .gform_fields {
  display: block !important;
}
footer#colophon .footer-inner .footer-col:nth-child(3) form .gform-body input {
  background-color: #ffffff80;
  color: #fff;
}
footer#colophon .footer-inner .footer-col:nth-child(3) form .gform_footer {
  position: absolute;
  bottom: 0;
  right: 0;
}
footer#colophon .footer-inner .footer-col:nth-child(3) form .gform_footer input {
  background-color: #ffffff !important;
  color: #C71A23 !important;
  border: none !important;
  width: 140px !important;
}
footer#colophon .footer-inner .footer-col:nth-child(3) .container-social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-top: 50px;
}
footer#colophon .footer-inner .footer-col:nth-child(3) .container-social a img {
  width: 25px;
  height: auto;
}
footer#colophon .footer-inner .footer-col .mobile {
  display: none;
}
footer#colophon .footer-inner .footer-col:last-child a {
  font-size: 12px;
}
footer#colophon .footer-inner .footer-col:last-child {
  display: none !important;
}
footer#colophon .footer-inner .footer-col .gform_validation_errors {
  padding: 0;
  margin-bottom: 15px;
  padding: 0;
  box-shadow: unset;
}
footer#colophon .footer-inner .footer-col .gform_validation_errors h2 {
  color: #fff;
  font-size: 14px !important;
}
footer#colophon .footer-inner .footer-col .gform_validation_errors h2 .gform-icon {
  display: none;
}
footer#colophon .footer-inner .footer-col .gfield_validation_message {
  display: none;
}
footer#colophon .footer-inner .footer-col .gform_confirmation_message {
  color: #fff;
  font-size: 18px;
}
footer#colophon .footer-bottom {
  padding-bottom: 15px;
}
footer#colophon .footer-bottom .container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  line-height: 15px;
}
footer#colophon .footer-bottom .container span {
  font-size: 12px;
  line-height: normal;
}
footer#colophon .footer-bottom .container.mobile {
  display: none;
  align-items: flex-end;
}
@media only screen and (max-width: 1440px) {
  footer#colophon .footer-inner {
    gap: 100px 0;
    justify-content: space-between;
  }
  footer#colophon .footer-inner .footer-col {
    width: 45% !important;
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  footer#colophon .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
  }
  footer#colophon .footer-inner .footer-col {
    width: 100% !important;
  }
  footer#colophon .footer-inner .footer-col .intro {
    max-width: 100% !important;
  }
  footer#colophon .footer-inner .footer-col .desktop {
    display: none !important;
  }
  footer#colophon .footer-inner .footer-col .mobile {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  footer#colophon .footer-inner .footer-col .mobile:not(.intro) {
    margin-top: 25px;
  }
  footer#colophon .footer-inner .footer-col .mobile .container {
    /*flex-direction: column; align-items: flex-start;*/
    flex-wrap: nowrap;
    width: 100%;
    gap: 10px;
  }
  footer#colophon .footer-inner .footer-col .mobile .container .col {
    width: 50%;
  }
  footer#colophon .footer-inner .footer-col:last-child {
    display: none;
  }
  footer#colophon .footer-bottom .container {
    display: none;
  }
  footer#colophon .footer-bottom .container.mobile {
    display: flex;
  }
  footer#colophon .footer-inner .footer-col:nth-child(3) .container-social {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  footer#colophon {
    padding: 0 20px;
  }
  footer#colophon .footer-inner {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 600px) {
  footer#colophon .footer-inner .footer-col a, footer#colophon .footer-inner .footer-col a span {
    font-size: 13px;
  }
  footer#colophon .footer-inner .footer-col:nth-child(3) .title span {
    font-size: 30px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 500px) {
  footer#colophon .footer-inner .footer-col:nth-child(3) .title {
    margin-bottom: 13px;
  }
  footer#colophon .footer-inner .footer-col:nth-child(3) .title span {
    font-size: 27px;
    line-height: 32px;
  }
  footer#colophon .footer-inner .footer-col:nth-child(3) .container-social {
    margin-top: 25px;
  }
  footer#colophon .footer-inner .footer-col:nth-child(3) .container-social a img {
    width: 20px;
  }
}
@media only screen and (max-width: 450px) {
  footer#colophon .footer-inner .footer-col .container .col {
    width: 100% !important;
  }
  footer#colophon .footer-inner .footer-col:nth-child(3) form .gform_footer input {
    width: 100px !important;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1680px) {
  /*.page-template-template-rivenditori{
        #first{
            .custom-search{width: 40%;}
            .map{
                flex-direction: column; align-items: flex-start; margin-top: 20px;
                .wpgmza_marker_list_class{
                    width: 100% !important; max-width: 100%; overflow: auto; display: flex; align-items: stretch; max-height: unset; margin-top: 10px;
                    .wpgmza_basic_row{min-width: 350px; border: 1px solid #ccc; margin: 0; &:not(:first-child){border-left: 0;}}
                }
                .wpgmza_map{margin-top: 0px; width: 100% !important;}
                .wpgmza-pagination{bottom: unset; position: relative;}
            }
        } 
    }*/
  .page-template-template-diventa-rivenditore #second .container .bot .sx {
    width: 55%;
  }
  .page-template-template-diventa-rivenditore #second .container .bot .dx {
    width: 40%;
  }
  .page-template-template-rivenditori #first .custom-search {
    height: 40px;
  }
  .page-template-template-rivenditori #first .custom-search input {
    font-size: 15px;
  }
  .page-template-template-rivenditori #first .custom-search .button-background {
    width: 130px;
  }
  .page-template-template-otto-simboli #heading .container {
    gap: 30px;
  }
  .page-template-template-otto-simboli #heading .container .tibetan-text {
    line-height: 170px;
    padding-top: 50px;
  }
  .page-template-template-otto-simboli #heading .container .tibetan-text > span {
    font-size: 150px;
    line-height: 170px;
  }
}
@media only screen and (max-width: 1500px) {
  h1, .h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .blog #heading .container {
    padding: 0;
  }
  .blog #heading .container .tibetan-text span {
    font-size: 130px;
    line-height: 150px;
  }
  .blog #heading .container .text .par .left, .blog #heading .container .text .par .right {
    width: calc((100vw - 80px) / 10 * 4.5 + 0px);
  }
  .blog #first .container .single-news {
    margin-left: 0;
    width: calc((100vw - 80px) / 10 * 4.47 + 0px);
  }
  .blog #first .container .single-news:nth-child(2n) {
    margin-right: calc((100vw - 80px) / 10 * 1 + 0px);
  }
  .blog #first .container .single-news:first-child {
    margin-bottom: 100px;
  }
  .home #first .fixed .step {
    height: calc(var(--vh, 1vh) * 100);
  }
  .home #first .fixed .step.step1 .logo img {
    width: 350px;
  }
  .home #first .fixed .step.step1 .intro p, .home #first .fixed .step.step1 .intro span {
    font-size: 25px;
    line-height: 33px;
  }
  .home #first .fixed .step.step2 .tibetan-cont {
    width: 90%;
  }
  .home #first .fixed .step.step2 .tibetan-cont .tibetan {
    font-size: 80px;
    line-height: 120px;
  }
  .home #first .fixed .step.step2 .cit {
    width: 80%;
  }
  .home #third .container {
    padding: 0;
  }
  .home #third .container .page-content .cont {
    padding-left: 0 !important;
  }
  .home #third .container .page-content .cont .text {
    width: 50%;
  }
  .home #third .container .page-content .cont .div-img {
    width: 40%;
  }
  .home #third .container .page-content .sense {
    width: 100%;
    padding-left: 0;
  }
  .home #third .container .page-content .sense .subtitle {
    width: 100%;
  }
  .home #third .container .page-content .sense .text {
    width: 100%;
  }
  .home #sixth .container .top, .home #sixth .container .bot {
    padding: 0 !important;
  }
  .home #sixth .container .top .title {
    width: 35%;
  }
  .home #sixth .container .top .text {
    width: 45%;
  }
  .page-template-template-storia #fourth .container {
    padding: 0 40px;
  }
  .page-template-template-storia #fourth .container .left {
    width: 40%;
  }
  .page-template-template-storia #fourth .container .right {
    width: 45%;
  }
  .page-template-template-storia #second {
    padding-top: 130px;
  }
  .page-template-template-storia #fifth .container .top {
    padding: 0;
  }
  .page-template-template-storia #fifth .container .top .subtitle {
    width: 40%;
  }
  .page-template-template-storia #fifth .container .top .text {
    width: 45%;
  }
  .page-template-template-storia #sixth .container {
    padding: 0;
  }
  .page-template-template-storia #sixth .container .top .subtitle {
    width: 40%;
  }
  .page-template-template-storia #sixth .container .top .text {
    width: 45%;
  }
  .tax-product_cat #heading .container {
    padding: 100px 30px;
  }
  .tax-product_cat #heading .container .col.right .intro {
    max-width: unset;
  }
  .tax-product_cat #heading .container .col.right .intro span p, .tax-product_cat #heading .container .col.right .intro span span {
    font-size: 27px;
    line-height: 30px;
  }
  .tax-product_cat #first .all-products {
    padding: 90px 0;
  }
  .tax-product_cat #first .all-products .case-1 .product-card {
    width: calc(100% / 3 - (100px / 3));
  }
  .tax-product_cat #first .all-products .case-1 .product-card:not(:nth-child(3n)) {
    margin-right: 50px;
  }
  .tax-product_cat #first .all-products .case-2 .card-container {
    left: calc((100vw - 80px) / 10 * 2 + 0px);
    width: calc((100vw - 80px) / 10 * 3 + 60px);
  }
  .tax-product_cat #first .all-products .case-2 > .div-img {
    width: 50%;
  }
  .tax-product_cat #first .all-products .case-3 > .div-img {
    width: 50%;
  }
  .tax-product_cat #first .all-products .case-3 .cards {
    width: calc((100vw - 80px) / 10 * 3 + 0px);
    position: relative;
  }
  .tax-product_cat #first .all-products .case-3 .cards .product-card {
    width: 100%;
  }
  .single-product #heading .container {
    padding: 0 0 50px 50px;
  }
  .single-product #heading .container .text-content {
    width: 100%;
    padding-right: 50px;
  }
  .single-product #heading .container .text-content .text .tibetan-name {
    width: 30%;
  }
  .single-product #heading .container .text-content .text .description {
    width: 60%;
  }
  .single-product #heading .container .text-content .text .description .product-description span, .single-product #heading .container .text-content .text .description .product-description p {
    font-size: 25px;
    line-height: 30px;
  }
  .single-post .double-boxed {
    padding: 0;
  }
  .single-post #news-content .single-paragraph.left .text, .single-post #news-content .single-paragraph.center .text {
    width: 70%;
  }
  .single-post #news-content .image-text .container .div-img {
    width: 45%;
  }
  .single-post #news-content .image-text .container .text {
    width: 45%;
  }
  .single-post #news-content .title-paragraph .text {
    width: 70%;
  }
  .single-post #news-content .title-paragraph.horizontal .title {
    width: 35%;
  }
  .single-post #news-content .title-paragraph.horizontal .text {
    width: 60%;
  }
  .single-post #news-content .double-paragraph .container {
    padding-right: 0;
  }
  .single-post #news-content .double-paragraph .container .left, .single-post #news-content .double-paragraph .container .right {
    width: 45%;
    position: relative;
  }
  .single-post #news-content .double-paragraph .container .left .text, .single-post #news-content .double-paragraph .container .right .text {
    width: 100%;
  }
  .page-template-template-hand-gesture #first .container {
    padding: 120px 30px;
  }
  .page-template-template-hand-gesture #first .container .all-gesture {
    justify-content: space-between;
    gap: 125px 0;
  }
  .page-template-template-hand-gesture #first .container .all-gesture .single-gesture {
    width: calc(100% / 2 - 50px);
  }
  .page-template-template-hand-gesture #first .container .all-gesture .single-gesture:last-child {
    margin-left: 0;
  }
  .page-template-template-hand-gesture #first .container .all-gesture .single-gesture .div-img {
    width: 70%;
  }
  .page-template-template-diventa-rivenditore #first .container {
    padding: 0;
    padding-top: 50px;
  }
  .page-template-template-diventa-rivenditore #first .container .text {
    width: 45%;
  }
  .page-template-template-diventa-rivenditore #first .container .div-img {
    width: 45%;
  }
  .page-template-template-diventa-rivenditore #second .container {
    padding: 0;
    padding-top: 50px;
  }
  .page-template-template-diventa-rivenditore #second .container .top .subtitle {
    width: 35%;
  }
  .page-template-template-diventa-rivenditore #second .container .top .text {
    width: 60%;
  }
  .page-template-template-diventa-rivenditore #fourth .container {
    padding: 140px 70px;
  }
  .page-template-template-wishlist #heading .title {
    padding: 0;
  }
  .page-template-template-wishlist #first .container {
    padding: 0;
  }
  .page-template-template-wishlist #first .container .single-product {
    width: calc(100% / 3 - (100px / 3));
  }
  .page-template-template-wishlist #first .container .single-product:not(:nth-child(3n)) {
    margin-right: 50px;
  }
  .page-template-template-wishlist #first .container .single-product .product-card {
    width: 100%;
    padding-left: 20px;
  }
  .woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .right {
    padding-right: 0;
  }
  .woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .left {
    padding-left: 0;
  }
  .search #heading .title {
    padding-left: 0;
    padding-right: 0;
  }
  .search #first .container {
    padding-right: 0;
    padding-left: 0;
  }
  .page-template-template-rivenditori #first .custom-search input[type="text"] {
    font-size: 14px;
    padding: 0px 10px !important;
  }
  .page-template-template-rivenditori #first .custom-search .button-background {
    width: 80px;
  }
  .page-template-template-simboli-vittoria #heading {
    padding-top: 170px;
  }
  .page-template-template-simboli-vittoria #heading .container .tibetan-text {
    line-height: 160px;
  }
  .page-template-template-simboli-vittoria #heading .container .tibetan-text > span {
    font-size: 160px;
    line-height: 160px;
  }
  .page-template-template-simboli-vittoria #first .container {
    padding: 120px 20px 50px;
  }
}
@media only screen and (max-width: 1300px) {
  .woocommerce-checkout .woocommerce form.checkout #customer_details .login .container .form-login .input {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .woocommerce-checkout .woocommerce form.checkout #customer_details .login .container .form-login .input .form-row {
    width: 100%;
  }
  .home #fifth .container .gallery-cat .slick-slide .single-cat .tibetan-name span {
    font-size: 180px;
    line-height: 200px;
  }
}
@media only screen and (max-width: 1250px) {
  .page-template-template-otto-simboli #heading .container .tibetan-text {
    line-height: 150px;
    padding-top: 30px;
  }
  .page-template-template-otto-simboli #heading .container .tibetan-text .small span {
    font-size: 17px;
  }
  .page-template-template-otto-simboli #heading .container .tibetan-text > span {
    font-size: 100px;
    line-height: 150px;
  }
  .single-gesture .tibetan-name span {
    font-size: 35px;
    line-height: 40px;
  }
  .single-gesture .name span {
    font-size: 25px;
    line-height: 30px;
  }
  .single-gesture .sense span {
    font-size: 20px !important;
    line-height: 25px !important;
  }
  .blog #first .container .single-news {
    width: calc((100vw - 80px) / 10 * 4.75 + 0px);
  }
  .blog #first .container .single-news:nth-child(2n) {
    margin-right: calc((100vw - 80px) / 10 * 0.5 + 0px);
  }
}
@media only screen and (max-width: 1200px) {
  .medium-text {
    font-size: 22px;
    line-height: 28px;
  }
  .medium-text p {
    font-size: 22px;
    line-height: 28px;
  }
  .big-title {
    font-size: 90px;
    line-height: 100px;
  }
  .home #third .container .title span, .home #third .container .title .tamashii {
    font-size: 70px;
    line-height: 80px;
  }
  .page-template-template-storia #first .tibetan-text span {
    font-size: 90px;
    line-height: 135px;
  }
  .woocommerce-cart .woocommerce #first .container > .left {
    width: 45%;
  }
  .woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .product-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .left {
    width: 100%;
  }
  .woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .right .actions .price {
    margin-left: 70px;
  }
  .woocommerce-cart .woocommerce #first .container > .right {
    width: 45%;
  }
  .page-template-template-simboli-vittoria #heading {
    padding-top: 130px;
  }
  .page-template-template-simboli-vittoria #heading .container .tibetan-text {
    line-height: 120px;
  }
  .page-template-template-simboli-vittoria #heading .container .tibetan-text > span {
    font-size: 120px;
    line-height: 120px;
  }
}
@media only screen and (max-width: 1100px) {
  h2, .h2 {
    font-size: 35px;
    line-height: 42px;
  }
  .home #first {
    opacity: 0;
    height: calc(var(--vh, 1vh) * 100);
  }
  .home #first .fixed .scroll {
    display: none;
  }
  .home #first .fixed .step {
    position: relative;
  }
  .home #first .fixed .step.step2 {
    visibility: visible;
    z-index: 0;
  }
  .home #fifth .container .gallery-cat .slick-slide .single-cat .tibetan-name span {
    font-size: 120px !important;
    line-height: 160px !important;
  }
}
@media only screen and (max-width: 1024px) {
  span, a, p {
    font-size: 18px;
    line-height: 24px;
  }
  .medium-text {
    font-size: 22px;
    line-height: 28px;
  }
  .medium-text p {
    font-size: 22px;
    line-height: 28px;
  }
  h2, .h2 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  .big-title {
    font-size: 60px;
    line-height: 70px;
  }
  .single-category-gallery .container {
    padding-left: 0;
  }
  .home #first .fixed .step.step2 .tibetan-cont {
    position: absolute;
    bottom: calc(var(--vh, 1vh) * 47);
  }
  .home #first .fixed .step.step2 .cit {
    top: calc(var(--vh, 1vh) * 58);
  }
  .home #third .container .page-content .cont .div-img .wrapper {
    width: 100%;
  }
  .home #third .container .page-content .cont.cont-2 {
    margin-top: 50px;
  }
  .home #fifth .container .gallery-cat .slick-slide .single-cat {
    padding-top: 0;
    padding-bottom: 0;
  }
  .home #sixth .container {
    gap: 40px;
  }
  .home #sixth .container .bot .single-news {
    width: 45%;
  }
  .home #sixth .container .bot .single-news a .text .title span {
    font-size: 30px;
    line-height: 35px;
  }
  .home #sixth .container .bot .single-news a .text .publish-date {
    margin-bottom: 7px;
  }
  .blog #first {
    margin-top: 80px;
  }
  .blog #first .container .single-news:first-child a {
    flex-direction: column;
    align-items: flex-start;
  }
  .blog #first .container .single-news:first-child a .div-img {
    width: 100%;
  }
  .blog #first .container .single-news:first-child a .text {
    width: 100%;
    padding-right: 0;
  }
  .blog #first .container .single-news:first-child a .text .title .h1 {
    width: 100%;
    display: block;
  }
  .page-template-template-storia #heading .title {
    left: 40px;
  }
  .page-template-template-storia #heading .title h1 {
    font-size: 60px;
    line-height: 80px;
  }
  .page-template-template-storia #first .timeline .line {
    height: 30vw;
  }
  .page-template-template-storia #first .container {
    padding: 0;
    margin-top: 50px;
  }
  .page-template-template-storia #first .container .left {
    width: 45%;
  }
  .page-template-template-storia #first .container .right {
    width: 45%;
  }
  .page-template-template-storia #second .timeline {
    height: 145%;
  }
  .page-template-template-storia #second .container {
    padding: 0 15vw 0 0;
  }
  .page-template-template-storia #third .front {
    width: 60%;
  }
  .page-template-template-storia #fourth .timeline {
    height: 50vw;
  }
  .page-template-template-storia #fifth .container .top .text {
    padding-top: 0;
  }
  .page-template-template-storia #sixth .container .top {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-template-template-storia #sixth .container .top .subtitle {
    width: 100%;
  }
  .page-template-template-storia #sixth .container .top .text {
    width: 100%;
    padding-top: 30px;
  }
  .page-template-template-storia #sixth .container .bot .text {
    width: 30%;
  }
  .page-template-template-storia #sixth .container .bot .images {
    width: 65%;
    position: relative;
  }
  .page-template-template-storia #sixth .container .bot .images .left {
    width: 60%;
  }
  .page-template-template-storia #sixth .container .bot .images .right {
    width: 35%;
  }
  .page-template-template-storia #seventh .container {
    padding: 0;
  }
  .page-template-template-storia #seventh .container .top {
    gap: 15px;
  }
  .page-template-template-storia #seventh .container .top .subtitle {
    width: 100%;
  }
  .page-template-template-storia #seventh .container .top .text {
    width: 100%;
  }
  .page-template-template-storia #seventh .container .bot {
    margin-top: 0;
  }
  .page-template-template-storia #seventh .container .bot .scrollGallery .div-img {
    width: 100%;
  }
  .page-template-template-storia #seventh .container .bot .scrollGallery .div-img img.vertical {
    width: 60%;
  }
  .page-template-template-storia #seventh .container .bot .scrollGallery .div-img img.horizontal {
    width: 80%;
  }
  .tax-product_cat #heading .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .tax-product_cat #heading .container .col.left {
    width: 100%;
  }
  .tax-product_cat #heading .container .col.right {
    width: 100%;
    padding-top: 0;
  }
  .single-product .notices {
    margin-bottom: 30px;
    margin-top: 50px;
  }
  .single-product .notices .woocommerce-message {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 20px;
  }
  .single-product #heading {
    padding-top: 90px;
  }
  .single-product #heading .container .top {
    padding-left: 0;
  }
  .single-product #heading .container .top .product-image {
    margin-top: 50px;
    width: 45%;
  }
  .single-product #heading .container .top .product-image img {
    transform: unset;
  }
  .single-product #heading .container .top .add-to-cart {
    padding-left: 0;
    width: 45%;
  }
  .single-product #heading .container .text-content .text {
    margin-top: 60px;
  }
  .single-product #heading .topbar .right span, .single-product #heading .topbar .left span {
    font-size: 12px;
    line-height: 14px;
  }
  .single-product #first .container .single-row .arrow {
    padding-top: 0;
  }
  .single-post #first .container .left {
    width: 65%;
  }
  .single-post #first .container .right {
    width: 30%;
  }
  .single-post #news-content {
    margin-top: 30px;
  }
  .single-post #news-content .single-layout {
    margin-bottom: 60px;
  }
  .page-template-template-hand-gesture #heading {
    padding-top: 150px;
  }
  .page-template-template-hand-gesture #first .container {
    padding: 70px 30px;
  }
  .page-template-template-hand-gesture #first .container .all-gesture .single-gesture .tibetan-name span {
    font-size: 28px;
    line-height: 35px;
  }
  .page-template-template-diventa-rivenditore #second .container {
    gap: 40px;
  }
  .page-template-template-diventa-rivenditore #second .container .top {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-template-template-diventa-rivenditore #second .container .top .subtitle, .page-template-template-diventa-rivenditore #second .container .top .text {
    width: 100%;
  }
  .page-template-template-diventa-rivenditore #third .container {
    padding: 0;
  }
  .page-template-template-diventa-rivenditore #third .container .single-valore {
    width: calc(50% - 50px);
    margin-bottom: 50px;
  }
  .page-template-template-diventa-rivenditore #third .container .single-valore:nth-child(2n) {
    margin-left: 100px;
  }
  .page-template-template-diventa-rivenditore #third .container .single-valore .name {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .page-template-template-diventa-rivenditore #third .container .single-valore .bottom {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .page-template-template-diventa-rivenditore #third .container .single-valore .bottom .tibetan-name {
    writing-mode: unset;
    transform: unset;
    width: 100%;
    padding-bottom: 0;
  }
  .page-template-template-diventa-rivenditore #third .container .single-valore .bottom p {
    margin: 0;
  }
  .page-template-template-diventa-rivenditore #third .container .single-valore .bottom .text {
    width: 100%;
  }
  .woocommerce-cart .woocommerce #first .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .woocommerce-cart .woocommerce #first .container > .left {
    width: 100%;
  }
  .woocommerce-cart .woocommerce #first .container > .right {
    width: 100%;
  }
  .woocommerce-account #heading .title h1 {
    margin-left: 0;
    margin: 0 auto;
  }
  .woocommerce-account #first {
    margin-top: 40px;
  }
  .woocommerce-account #first .woocommerce-MyAccount-navigation {
    margin-bottom: 50px;
    width: 100%;
    float: none;
  }
  .woocommerce-account #first .woocommerce-MyAccount-navigation ul {
    padding-left: 0;
  }
  .woocommerce-account #first .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
  }
  .woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row {
    width: calc(100% / 2 - 10px);
  }
  .woocommerce-checkout .woocommerce form.checkout #order_review #payment .place-order {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
  }
  .woocommerce-checkout .woocommerce form.checkout #order_review #payment .place-order .terms {
    width: 100%;
  }
  .search #first .container .single-product {
    width: calc(100% / 2 - (100px / 2));
    margin-bottom: 80px;
  }
  .search #first .container .single-product:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .search #first .container .single-product:nth-child(2n) {
    margin-left: 100px;
  }
  .search #first .container .single-product .product-card {
    padding-left: 20px;
  }
  .search #first .pagination {
    position: relative;
    justify-content: center;
    margin-top: 30px;
  }
  .search #first .pagination .page-numbers {
    display: block !important;
  }
  .search #first .pagination .next, .search #first .pagination .prev {
    margin: 0 !important;
  }
  .page-template-template-rivenditori #first {
    margin-top: 40px;
  }
  .page-template-template-rivenditori #first .custom-search .button-background {
    width: 120px;
  }
  .page-template-template-rivenditori #first .tabs {
    margin-bottom: 20px;
    display: flex;
  }
  .page-template-template-rivenditori #first .map .wpgmza_map {
    margin-top: 0 !important;
  }
  .page-template-template-rivenditori #first.only-map .map .wpgmza_marker_list_class, .page-template-template-rivenditori #first.only-map .map .wpgmza-pagination {
    display: none !important;
  }
  .page-template-template-rivenditori #first.only-map .map .wpgmza_map {
    width: 100% !important;
    display: block !important;
  }
  .page-template-template-rivenditori #first.only-map .custom-search {
    display: none !important;
  }
  .page-template-template-rivenditori #first.only-list .map .wpgmza_marker_list_class, .page-template-template-rivenditori #first.only-list .map .wpgmza-pagination {
    display: block !important;
    width: 100% !important;
  }
  .page-template-template-rivenditori #first.only-list .map .wpgmza_map {
    display: none !important;
  }
  .page-template-template-rivenditori #first.only-list .map .wpgmza-pagination {
    bottom: -8px;
  }
  .page-template-template-rivenditori #first.only-list .custom-search {
    display: block !important;
    width: 100% !important;
  }
  .page-template-template-hand-gesture #heading .tibetan-text {
    line-height: 150px;
  }
  .page-template-template-hand-gesture #heading .tibetan-text span {
    font-size: 150px;
    line-height: 150px;
  }
  .page-template-template-simboli-vittoria #first .container .text .par {
    margin-top: 30px;
  }
  .page-template-template-simboli-vittoria #first .container .all-gesture {
    flex-wrap: wrap;
    gap: 100px 50px;
    justify-content: center;
  }
  .page-template-template-simboli-vittoria #first .container .all-gesture .single-gesture {
    flex: unset;
    width: calc(100% / 2 - 25px);
  }
  .page-template-template-simboli-vittoria #first .container .appunti {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .blog #heading .container .tibetan-text span {
    font-size: 100px;
    line-height: 120px;
  }
  .blog #heading .container .text .par {
    flex-direction: column;
    align-items: flex-start;
  }
  .blog #heading .container .text .par .left, .blog #heading .container .text .par .right {
    width: 100%;
  }
  .page-template-template-storia #heading .back {
    width: 100vw;
    height: 100vh;
  }
  .page-template-template-storia #heading .back img {
    height: 100%;
  }
  .page-template-template-diventa-rivenditore #heading .div-img {
    width: 100vw;
    height: 100vh;
  }
  .page-template-template-diventa-rivenditore #heading .div-img img {
    height: 100%;
  }
  .home #fourth .container .static {
    width: 100%;
  }
  .home #fourth .container .static .top, .home #fourth .container .static .bottom {
    width: 90%;
  }
  .home #third .container .title span, .home #third .container .title .tamashii {
    font-size: 50px;
    line-height: 60px;
  }
  .home #third .container .title span img, .home #third .container .title .tamashii img {
    width: 50px;
    height: auto;
  }
  .home #third .container .title .bot {
    padding-left: 20px !important;
  }
  .woocommerce-checkout .woocommerce form.checkout {
    flex-direction: column;
    align-items: flex-start;
  }
  .woocommerce-checkout .woocommerce form.checkout #customer_details {
    width: 100%;
  }
  .woocommerce-checkout .woocommerce form.checkout #customer_details .login .container .form-login .input {
    flex-direction: row;
    align-items: center;
    gap: 0px;
  }
  .woocommerce-checkout .woocommerce form.checkout #customer_details .login .container .form-login .input .form-row {
    width: calc(50% - 20px);
  }
  .woocommerce-checkout .woocommerce form.checkout #order_review {
    width: 100%;
  }
  .woocommerce-checkout .woocommerce form.checkout #order_review .shop_table .products .single-product .product-total {
    flex-direction: column;
    align-items: flex-end;
    gap: 0px;
    width: 125px;
  }
  .page-template-template-wishlist #heading {
    padding-top: 130px;
  }
  .page-template-template-wishlist #first {
    margin-top: 50px;
  }
  .page-template-template-wishlist #first .container .single-product {
    width: calc(50% - 25px);
    margin-bottom: 70px;
  }
  .page-template-template-wishlist #first .container .single-product:not(:nth-child(3n)) {
    margin-right: 0px;
  }
  .page-template-template-wishlist #first .container .single-product:nth-child(2n) {
    margin-left: 50px;
  }
  .tax-product_cat #heading {
    padding-top: 100px;
  }
  .tax-product_cat #heading .container .div-img {
    position: relative;
    width: 100%;
    transform: unset;
    left: unset;
    top: unset;
  }
  .tax-product_cat #first {
    margin-bottom: 60px;
  }
  .tax-product_cat #first .all-products {
    padding: 90px 0 0;
    gap: 70px;
  }
  .tax-product_cat #first .all-products .case-1 {
    flex-wrap: wrap;
  }
  .tax-product_cat #first .all-products .case-1 .product-card {
    width: calc(100%);
  }
  .tax-product_cat #first .all-products .case-1 .product-card:not(:last-child) {
    margin-bottom: 70px;
  }
  .tax-product_cat #first .all-products .case-1 .product-card:not(:nth-child(3n)) {
    margin-right: 0px;
  }
  .tax-product_cat #first .all-products .case-2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 70px;
  }
  .tax-product_cat #first .all-products .case-2 .card-container {
    width: 100%;
    position: relative;
    left: unset;
    top: 0;
    transform: unset;
    padding-bottom: 0;
  }
  .tax-product_cat #first .all-products .case-2 .card-container .div-img {
    width: 100%;
  }
  .tax-product_cat #first .all-products .case-2 .div-img-big {
    width: 100%;
  }
  .tax-product_cat #first .all-products .case-2 .card-container {
    padding: 0px;
  }
  .tax-product_cat #first .all-products .case-3 {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 70px;
  }
  .tax-product_cat #first .all-products .case-3 .div-img-big {
    width: 100%;
  }
  .tax-product_cat #first .all-products .case-3 .cards {
    width: 100%;
    position: relative;
  }
  .tax-product_cat #first .all-products .case-3 .cards .separator {
    display: none;
  }
  .tax-product_cat #first .all-products .case-3 .cards .product-card {
    width: 100%;
  }
  .tax-product_cat #first .all-products .case-3 .cards .product-card .div-img {
    width: 100%;
  }
  .tax-product_cat #first .all-products .case-3 .cards .product-card:not(:last-child) {
    margin-bottom: 70px;
  }
  .tax-product_cat #first .all-products .product-card {
    padding-left: 20px !important;
    opacity: 1 !important;
    transform: unset !important;
  }
  .single-product #heading .topbar {
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .single-product #heading .container {
    padding: 0 20px 20px;
  }
  .single-product #heading .container .top {
    padding-left: 0;
  }
  .single-product #heading .container .top .product-image {
    margin-top: 50px;
    width: 45%;
  }
  .single-product #heading .container .top .add-to-cart {
    padding-left: 0;
    width: 45%;
    padding-right: 0;
  }
  .single-product #heading .container .text-content {
    padding-right: 0;
    margin-top: 40px;
  }
  .single-product #heading .container .text-content .title h1 .cat {
    font-size: 30px;
    line-height: 35px;
  }
  .single-product #heading .container .text-content .text {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 25px;
  }
  .single-product #heading .container .text-content .text .tibetan-name, .single-product #heading .container .text-content .text .description {
    width: 100% !important;
  }
  .single-product #heading .container .text-content .text .tibetan-name .product-description span, .single-product #heading .container .text-content .text .tibetan-name .product-description p, .single-product #heading .container .text-content .text .description .product-description span, .single-product #heading .container .text-content .text .description .product-description p {
    font-size: 20px;
    line-height: 25px;
  }
  .single-product #heading .container .text-content .text .description {
    margin-top: 30px;
  }
  .single-product #heading .container .text-content .text .tibetan-name .tibetan {
    font-size: 30px;
    line-height: 45px;
  }
  .page-template-template-otto-simboli #heading .container .tibetan-text {
    line-height: 120px;
    padding-top: 30px;
  }
  .page-template-template-otto-simboli #heading .container .tibetan-text .small span {
    font-size: 17px;
  }
  .page-template-template-otto-simboli #heading .container .tibetan-text > span {
    font-size: 70px;
    line-height: 120px;
  }
  .page-template-template-simboli-vittoria #heading {
    padding-top: 100px;
  }
  .page-template-template-simboli-vittoria #heading .container .small {
    top: 30px;
  }
  .page-template-template-simboli-vittoria #heading .container .tibetan-text {
    line-height: 100px;
  }
  .page-template-template-simboli-vittoria #heading .container .tibetan-text > span {
    font-size: 100px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 900px) and (min-height: 700px) {
  .page-template-template-storia #heading .back {
    height: 80vh;
  }
}
@media only screen and (max-width: 900px) and (min-height: 700px) {
  .page-template-template-diventa-rivenditore #heading .div-img {
    height: 80vh;
  }
}
@media only screen and (max-width: 768px) {
  .medium-text {
    font-size: 18px;
    line-height: 25px;
  }
  .medium-text p {
    font-size: 18px;
    line-height: 25px;
  }
  h2, .h2 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  .boxed {
    padding: 0 20px;
  }
  #breadcrumbs {
    right: 20px;
    top: 70px;
  }
  #find-out .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  #find-out .container span {
    font-size: 15px;
    line-height: 20px;
  }
  #find-out .container .right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  #find-out .container .right .single-link {
    line-height: 20px;
  }
  .single-category-gallery .container {
    padding-left: 0;
  }
  .single-category-gallery .container .gallery {
    padding-right: 0;
  }
  .button-background .draw {
    display: none;
  }
  .product-card a .sense .tibetan-name {
    line-height: 34px;
  }
  .product-card a .sense .tibetan-name span {
    font-size: 30px;
    line-height: 34px;
  }
  .clouds-section .container .cont .single-cloud svg {
    width: 90px !important;
  }
  .home #fifth .container .gallery-cat .slick-slide .single-cat .tibetan-name span {
    font-size: 80px !important;
    line-height: 160px !important;
  }
  .marquee .text span {
    font-size: 12px;
    line-height: 15px;
  }
  .marquee .text .div-img {
    width: 20px;
  }
  .blog #heading {
    padding-top: 180px;
  }
  .blog #heading .container .tibetan-text span {
    font-size: 70px;
    line-height: 80px;
  }
  .blog #first {
    margin-top: 40px;
  }
  .blog #first .container .single-news {
    width: 100%;
    margin-bottom: 60px;
  }
  .blog #first .container .single-news .text .publish-date {
    margin-bottom: 10px !important;
  }
  .blog #first .container .single-news .text .title span {
    font-size: 32px;
    line-height: 38px;
  }
  .blog #first .container .single-news:nth-child(2n) {
    margin-right: 0;
  }
  .blog #first .container .single-news:nth-child(2n+1) {
    transform: unset;
  }
  .blog .clouds-section {
    margin: 50px 0;
  }
  .home #first .fixed .step.step1 .logo {
    position: absolute;
    bottom: calc(var(--vh, 1vh) * 47);
  }
  .home #first .fixed .step.step1 .logo img {
    width: 250px;
  }
  .home #first .fixed .step.step1 .intro {
    max-width: 90%;
    bottom: auto;
    top: calc(var(--vh, 1vh) * 57);
  }
  .home #first .fixed .step.step1 .intro p {
    font-size: 20px;
    line-height: 25px;
  }
  .home #first .fixed .step.step2 .tibetan-cont .tibetan {
    font-size: 50px;
    line-height: 80px;
  }
  .home #second .top-content .div-img {
    width: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .home #third .container .page-content .sense {
    gap: 20px;
  }
  .home #sixth .container .top {
    flex-direction: column;
    align-items: flex-start;
  }
  .home #sixth .container .top .title, .home #sixth .container .top .text {
    width: 100%;
  }
  .home #sixth .container .bot {
    flex-direction: column;
    align-items: flex-start;
  }
  .home #sixth .container .bot .single-news {
    width: 100%;
    margin-bottom: 50px;
  }
  .home #sixth .container .bot .single-news:last-child {
    margin-top: 0;
  }
  .page-template-template-storia #heading .title h1 {
    font-size: 40px;
    line-height: 55px;
  }
  .page-template-template-storia #first .tibetan-text span {
    font-size: 50px;
    line-height: 70px;
  }
  .page-template-template-storia #first .container {
    flex-direction: column;
    align-items: center;
  }
  .page-template-template-storia #first .container .left {
    width: 100%;
    gap: 20px;
  }
  .page-template-template-storia #first .container .right {
    width: 70%;
    transform: unset;
    margin-bottom: -150px;
    margin-top: 30px;
  }
  .page-template-template-storia #second .container .text {
    width: 100%;
    margin-top: 25px;
  }
  .page-template-template-storia #fourth .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding: 0 20px;
  }
  .page-template-template-storia #fourth .container .left {
    width: 40%;
  }
  .page-template-template-storia #fourth .container .right {
    width: 100%;
    gap: 20px;
  }
  .page-template-template-storia #fifth .container .top {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-template-template-storia #fifth .container .top .subtitle {
    width: 100%;
  }
  .page-template-template-storia #fifth .container .top .text {
    width: 100%;
    padding-top: 30px;
  }
  .page-template-template-storia #fifth .container .bot {
    padding-bottom: 160px;
  }
  .page-template-template-storia #fifth .container .bot .timeline {
    bottom: 25px;
  }
  .page-template-template-storia #find-out {
    margin-top: 0;
  }
  .single-product .notices .woocommerce-message {
    font-size: 15px;
    line-height: 20px;
  }
  .single-product .notices .woocommerce-message a {
    font-size: 13px;
    line-height: 15px;
  }
  .single-product #heading .container .top {
    flex-direction: column;
    align-items: flex-start;
  }
  .single-product #heading .container .top .product-image {
    width: 100%;
    max-height: unset;
  }
  .single-product #heading .container .top .add-to-cart {
    width: 100%;
  }
  .single-product #heading .container .top .add-to-cart::before {
    height: 100%;
  }
  .single-product #third {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .single-post #first .container {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .single-post #first .container .left, .single-post #first .container .right {
    width: 100%;
  }
  .single-post #first .container .left .share .social .container, .single-post #first .container .right .share .social .container {
    flex-direction: row;
    align-items: center;
  }
  .single-post #first .container .right {
    margin-bottom: 10px;
  }
  .single-post #news-content .single-paragraph .text {
    width: 100% !important;
  }
  .single-post #news-content .image-text .container {
    flex-direction: column;
  }
  .single-post #news-content .image-text .container .div-img {
    width: 100%;
  }
  .single-post #news-content .image-text .container .text {
    width: 100%;
  }
  .single-post #news-content .title-paragraph {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0 !important;
  }
  .single-post #news-content .title-paragraph .title {
    width: 100% !important;
  }
  .single-post #news-content .title-paragraph .text {
    width: 100% !important;
  }
  .single-post #news-content .double-paragraph .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .single-post #news-content .double-paragraph .container .left, .single-post #news-content .double-paragraph .container .right {
    width: 100%;
  }
  .single-post #news-content .double-image .container {
    padding-left: 0;
  }
  .single-post #news-content .double-image .container .left, .single-post #news-content .double-image .container .right {
    width: 48%;
    padding-top: 0;
  }
  .single-post #news-content .video .container {
    width: 100%;
  }
  .single-post .pagination span.mobile {
    display: block;
  }
  .single-post .pagination span.desktop {
    display: none;
  }
  .page-template-template-hand-gesture #heading .tibetan-text {
    width: 200px;
  }
  .page-template-template-hand-gesture #first .container .all-gesture {
    gap: 50px 0;
  }
  .page-template-template-diventa-rivenditore #heading {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .page-template-template-diventa-rivenditore #heading .div-img {
    height: 500px;
  }
  .page-template-template-diventa-rivenditore #heading .div-img img {
    width: 100%;
    height: 100%;
  }
  .page-template-template-diventa-rivenditore #heading .title {
    position: relative;
    left: unset;
    top: unset;
    padding: 130px 5vw 30px;
  }
  .page-template-template-diventa-rivenditore #third {
    margin-top: 50px;
  }
  .page-template-template-diventa-rivenditore #fourth {
    margin-top: 50px;
  }
  .page-template-template-diventa-rivenditore #fourth .container {
    padding: 50px;
  }
  .woocommerce-account #first {
    margin-top: 20px;
  }
  .woocommerce-account #first .woocommerce-MyAccount-navigation {
    margin-bottom: 20px;
  }
  .woocommerce-account #first .woocommerce-MyAccount-content {
    overflow: auto;
    margin-bottom: 70px;
  }
  .woocommerce-account #first .woocommerce-Addresses {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .woocommerce-account #first .woocommerce-Addresses::before {
    display: none !important;
  }
  .woocommerce-account #first-unlogged form {
    margin-top: 20px;
  }
  .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
    display: table-header-group;
  }
  .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
    display: table-row !important;
  }
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    display: table-cell !important;
    text-align: unset !important;
  }
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    display: none !important;
  }
  .woocommerce table.my_account_orders {
    width: 800px;
  }
  .woocommerce-cart .woocommerce #heading {
    gap: 20px;
  }
  .woocommerce-cart .woocommerce #heading .arrow {
    width: 50px;
    position: relative;
  }
  .woocommerce-cart .woocommerce #heading .arrow img {
    width: 100%;
    height: auto;
  }
  .woocommerce-cart .woocommerce #first .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .woocommerce-cart .woocommerce #first .container > .left {
    width: 100%;
  }
  .woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .right {
    padding-right: 0;
  }
  .woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .right .actions .qty input {
    width: 40px;
    font-size: 18px;
  }
  .woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .right .actions .qty .qty-button {
    width: 20px;
    height: 20px;
  }
  .woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .right .actions .qty .qty-button span {
    font-size: 15px;
    line-height: 15px;
  }
  .woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .right .actions .delete {
    width: 21px;
    height: 21px;
  }
  .woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .right .actions .price {
    margin-left: 60px;
  }
  .woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .left {
    gap: 0;
    justify-content: space-between;
  }
  .woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .left .div-img {
    width: 150px;
  }
  .woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .left .text {
    width: calc(100% - 170px);
  }
  .woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .left .text .cat {
    margin-top: 0;
  }
  .woocommerce-cart .woocommerce #first .container > .left .coupon-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .woocommerce-cart .woocommerce #first .container > .right {
    width: 100%;
    padding-right: 0;
  }
  .woocommerce-checkout #heading {
    gap: 20px;
  }
  .woocommerce-checkout #heading .arrow {
    width: 50px;
    position: relative;
  }
  .woocommerce-checkout #heading .arrow img {
    width: 100%;
    height: auto;
  }
  .woocommerce-order-received .woocommerce #heading .title {
    gap: 20px;
  }
  .woocommerce-order-received .woocommerce #heading .title .arrow {
    width: 50px;
    position: relative;
  }
  .woocommerce-order-received .woocommerce #heading .title .arrow img {
    width: 100%;
    height: auto;
  }
  .woocommerce-order-received .woocommerce .woocommerce-order-overview {
    padding: 0;
  }
  .woocommerce-order-received .woocommerce .wc-bacs-bank-details {
    padding: 0;
  }
  .page-template-template-rivenditori #first .custom-search {
    height: 40px;
  }
  .page-template-template-rivenditori #first .custom-search .button-background {
    width: 100px;
  }
  .search #first .container .single-product {
    width: calc(100% / 2 - (50px / 2));
  }
  .search #first .container .single-product:nth-child(2n) {
    margin-left: 50px;
  }
  .slick-custom-button .button {
    width: 35px;
    height: 35px;
  }
  .woocommerce .woocommerce-customer-details .woocommerce-column__title {
    margin-bottom: 6px;
    margin-top: 35px;
  }
  .woocommerce .woocommerce-order-details {
    margin-bottom: 0;
  }
  .woocommerce-view-order .woocommerce-MyAccount-content {
    padding: 20px;
  }
  .single-category-gallery .container .gallery .slick-list .slick-slide .product-card {
    padding-left: 0;
    border-left: none;
  }
  .tax-product_cat #heading .container {
    padding: 40px 20px;
  }
  .tax-product_cat #first .all-products {
    padding-top: 30px;
  }
  .page-template-template-simboli-vittoria #heading .container .tibetan-text {
    line-height: 80px;
  }
  .page-template-template-simboli-vittoria #heading .container .tibetan-text > span {
    font-size: 80px;
    line-height: 80px;
  }
  .single-product #heading .topbar {
    padding: 0;
  }
  .single-product #heading .topbar .right span, .single-product #heading .topbar .left span {
    font-size: 11px;
  }
}
@media only screen and (max-width: 639px) {
  .gform_wrapper form .gform_fields .gfield:not(.gfield--type-consent) .ginput_complex {
    flex-direction: column;
    flex-flow: column nowrap;
  }
  .gform_wrapper form .gform_fields .gfield:not(.gfield--type-consent) .ginput_complex .gform-grid-col {
    inline-size: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .home #first .fixed .step.step2 .tibetan-cont {
    position: absolute;
    bottom: calc(var(--vh, 1vh) * 47);
  }
  .home #first .fixed .step.step2 .tibetan-cont .tibetan {
    font-size: 35px;
    line-height: 60px;
  }
  .home #first .fixed .step.step2 .cit {
    position: absolute;
    top: calc(var(--vh, 1vh) * 58);
  }
  .home #first .fixed .step.step2 .cit em {
    font-size: 20px;
    line-height: 25px;
  }
  .home #third .container .title span, .home #third .container .title .tamashii {
    font-size: 38px;
    line-height: 40px;
  }
  .home #third .container .title span img, .home #third .container .title .tamashii img {
    width: 40px;
    height: auto;
    margin-left: 15px;
  }
  .page-template-template-hand-gesture #first .container .all-gesture {
    gap: 80px 0;
  }
  .page-template-template-hand-gesture #first .container .all-gesture .single-gesture {
    width: 100%;
  }
  .woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product {
    flex-direction: column;
    align-items: flex-start;
  }
  .woocommerce-checkout .woocommerce form.checkout #order_review .shop_table {
    padding: 20px;
  }
  .woocommerce-checkout .woocommerce form.checkout #order_review .shop_table .products .single-product {
    flex-direction: column;
    align-items: flex-start;
  }
  .woocommerce-checkout .woocommerce form.checkout #order_review .shop_table .products .single-product .product-name {
    width: 100%;
  }
  .woocommerce-checkout .woocommerce form.checkout #order_review .shop_table .products .single-product .product-total {
    width: 100%;
    align-items: flex-start;
  }
  .woocommerce-checkout .woocommerce form.checkout #customer_details .login .container .form-login .input {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .woocommerce-checkout .woocommerce form.checkout #customer_details .login .container .form-login .input .form-row {
    width: 100%;
  }
  .single-post .pagination .prev, .single-post .pagination .next {
    width: 45%;
  }
  .single-post .pagination .prev .button-background, .single-post .pagination .next .button-background {
    width: 100%;
  }
  .page-template-template-diventa-rivenditore #heading .div-img {
    height: 400px;
  }
  .page-template-template-diventa-rivenditore #heading .div-img img {
    width: 100%;
    height: 100%;
  }
  .page-template-template-diventa-rivenditore #heading .title h1 {
    font-size: 45px;
    line-height: 50px;
  }
  .page-template-template-otto-simboli #heading .container .tibetan-text {
    line-height: 90px;
  }
  .page-template-template-otto-simboli #heading .container .tibetan-text > span {
    font-size: 45px;
    line-height: 90px;
  }
  .page-template-template-simboli-vittoria #heading .container .tibetan-text {
    line-height: 50px;
  }
  .page-template-template-simboli-vittoria #heading .container .tibetan-text > span {
    line-height: 125px;
    font-size: 50px;
  }
  .page-template-template-simboli-vittoria #heading .container .small {
    top: 65px;
  }
  .page-template-template-simboli-vittoria #heading .container .small span {
    font-size: 13px;
  }
  .page-template-template-simboli-vittoria #first .container {
    padding: 70px 20px 50px;
  }
  .page-template-template-simboli-vittoria #first .container .text .par {
    margin-top: 0;
  }
  .page-template-template-simboli-vittoria #first .container .all-gesture {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .page-template-template-simboli-vittoria #first .container .all-gesture .single-gesture {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  h1, .h1 {
    font-size: 33px;
    line-height: 38px;
  }
  .page-template-template-storia #heading .title h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .big-title {
    font-size: 40px;
    line-height: 45px;
  }
  .gform_wrapper form .gform_fields {
    row-gap: 15px;
  }
  .gform_wrapper form .gform_fields .gfield:not(.gfield--type-consent) .ginput_complex {
    row-gap: 15px;
  }
  .gform_wrapper form .gform_fields .gfield:not(.gfield--type-consent) .ginput_complex .gform-grid-col {
    padding-right: 0;
  }
  .gform_wrapper form .gform_fields input:not(input[type="checkbox"], textarea), .gform_wrapper form .gform_fields textarea:not(input[type="checkbox"], textarea), .gform_wrapper form .gform_fields select:not(input[type="checkbox"], textarea) {
    height: 40px;
  }
  .blog #heading .container .tibetan-text span {
    font-size: 50px;
    line-height: 60px;
  }
  .blog #first .container .single-news {
    margin-bottom: 40px;
  }
  .home #first .fixed .step.step1 .logo img {
    width: 170px;
  }
  .home #third .container .page-content .cont {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 30px;
  }
  .home #third .container .page-content .cont .text, .home #third .container .page-content .cont .div-img {
    width: 100% !important;
  }
  .home #third .container .page-content .cont .text img, .home #third .container .page-content .cont .div-img img {
    width: 100%;
    height: auto;
  }
  .home #third .container .page-content .cont.cont-2 {
    margin-top: 30px;
  }
  .page-template-template-storia #heading {
    padding-top: 75px;
  }
  .page-template-template-storia #heading .back {
    height: auto;
  }
  .page-template-template-storia #heading .title {
    bottom: -120px;
    z-index: 1;
  }
  .page-template-template-storia #first {
    padding-top: 200px;
  }
  .page-template-template-storia #first .tibetan-text span {
    font-size: 35px;
    line-height: 40px;
  }
  .page-template-template-storia #second .container {
    padding: 0;
  }
  .page-template-template-storia #second .container .cit {
    width: 100%;
  }
  .page-template-template-storia #third .back {
    transform: scale(85%);
  }
  .page-template-template-storia #fourth {
    margin-bottom: 30px;
  }
  .page-template-template-storia #fourth .images {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px;
    gap: 40px;
  }
  .page-template-template-storia #fourth .images .left, .page-template-template-storia #fourth .images .right {
    width: 100% !important;
  }
  .page-template-template-storia #fourth .images .timeline {
    display: none;
  }
  .page-template-template-storia #sixth .container .bot {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .page-template-template-storia #sixth .container .bot .text {
    width: 100%;
  }
  .page-template-template-storia #sixth .container .bot .images {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .page-template-template-storia #sixth .container .bot .images .div-img {
    width: 100% !important;
  }
  .single-post #heading img {
    min-height: 40vh;
  }
  .single-post #first {
    margin-top: 30px;
  }
  .single-post #first .container .right .publish-date span {
    font-size: 12px;
    line-height: 15px;
  }
  .single-post #first .container .left .subtitle {
    margin-top: 18px;
  }
  .single-post #news-content .single-layout {
    margin-bottom: 30px;
  }
  .single-post #news-content .triple-image .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .single-post #news-content .triple-image .container .div-img {
    width: 100%;
  }
  .page-template-template-diventa-rivenditore #heading .div-img {
    height: 300px;
  }
  .page-template-template-diventa-rivenditore #heading .div-img img {
    width: 100%;
    height: 100%;
  }
  .page-template-template-diventa-rivenditore #heading .title h1 {
    font-size: 33px;
    line-height: 40px;
  }
  .page-template-template-diventa-rivenditore #first .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .page-template-template-diventa-rivenditore #first .container .text, .page-template-template-diventa-rivenditore #first .container .div-img {
    width: 100%;
  }
  .page-template-template-diventa-rivenditore #first .container .text {
    padding-top: 0;
  }
  .page-template-template-diventa-rivenditore #third .container .single-valore {
    width: 100%;
    margin-left: 0 !important;
  }
  .page-template-template-diventa-rivenditore #fourth .container {
    padding: 30px;
  }
  .page-template-template-diventa-rivenditore #fourth .container .button-background {
    margin-top: 0px;
  }
  .page-template-template-diventa-rivenditore #fourth .container .subtitle {
    margin-bottom: 30px;
  }
  .page-template-template-diventa-rivenditore #fourth .container .subtitle span {
    font-size: 26px;
    line-height: 30px;
  }
  .page-template-template-wishlist #first .container .single-product {
    width: 100%;
  }
  .page-template-template-wishlist #first .container .single-product:nth-child(2n) {
    margin-left: 0px;
  }
  .page-template-template-wishlist #first .container .single-product .product-card {
    padding-left: 0;
    border-left: none !important;
  }
  .woocommerce-account #first .woocommerce-MyAccount-content form {
    padding: 20px;
  }
  .woocommerce-account #first .woocommerce-MyAccount-content form input, .woocommerce-account #first .woocommerce-MyAccount-content form select, .woocommerce-account #first .woocommerce-MyAccount-content form textarea, .woocommerce-account #first .woocommerce-MyAccount-content form .select2-selection {
    height: 40px !important;
  }
  .woocommerce-account #first .woocommerce-MyAccount-content form .button-background {
    margin-top: 20px;
  }
  .woocommerce-account #first .woocommerce-MyAccount-content form .button-background .button {
    height: 40px !important;
  }
  .woocommerce-account #first .woocommerce-MyAccount-content form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .woocommerce-account #first .woocommerce-MyAccount-content form > p {
    width: 100%;
  }
  .woocommerce-cart .woocommerce #heading {
    gap: 16px;
  }
  .woocommerce-cart .woocommerce #heading .arrow {
    width: 30px;
  }
  .woocommerce-cart .woocommerce #heading h1, .woocommerce-cart .woocommerce #heading .h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .left .text .name span {
    font-size: 25px;
    line-height: 30px;
  }
  .woocommerce-checkout .woocommerce #heading {
    gap: 16px;
  }
  .woocommerce-checkout .woocommerce #heading .arrow {
    width: 30px;
  }
  .woocommerce-checkout .woocommerce #heading h1, .woocommerce-checkout .woocommerce #heading .h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .woocommerce-order-received .woocommerce #heading .title {
    gap: 16px;
  }
  .woocommerce-order-received .woocommerce #heading .title .arrow {
    width: 30px;
  }
  .woocommerce-order-received .woocommerce #heading .title h1, .woocommerce-order-received .woocommerce #heading .title .h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .search #first .container .single-product {
    width: 100%;
  }
  .search #first .container .single-product:nth-child(2n) {
    margin-left: 0px;
  }
  .search #first .container .single-product .product-card {
    padding-left: 0;
    border-left: none !important;
  }
  .page-template-template-rivenditori .clouds-section {
    margin-top: 60px;
  }
  .page-template-template-hand-gesture #heading .tibetan-text {
    line-height: 150px;
  }
  .page-template-template-hand-gesture #heading .tibetan-text span {
    font-size: 100px;
    line-height: 150px;
  }
  .tax-product_cat #heading .container .col.right .intro span p, .tax-product_cat #heading .container .col.right .intro span span {
    font-size: 19px;
    line-height: 22px;
  }
  .page-template-template-simboli-vittoria #heading {
    padding-top: 50px;
  }
  .page-template-template-simboli-vittoria #heading .container .small {
    top: 80px;
  }
  .page-template-template-simboli-vittoria #heading .container .tibetan-text > span {
    font-size: 40px;
  }
  .page-template-template-simboli-vittoria #first .container .all-gesture {
    margin-top: 40px;
  }
  .page-template-template-simboli-vittoria #first .container .appunti .single-appunto span {
    font-size: 14px;
    line-height: 20px;
  }
  .home #fifth .container .gallery-cat .slick-slide .single-cat .tibetan-name span {
    font-size: 50px !important;
    line-height: 160px !important;
  }
  .home #fifth .container .gallery-cat .slick-slide .single-cat .div-img {
    width: 200px;
  }
}
@media only screen and (max-width: 450px) {
  .big-title {
    font-size: 35px;
    line-height: 40px;
  }
  .home #third {
    padding-top: 60px;
  }
  .single-product #heading .container .top .add-to-cart {
    padding-top: 20px;
  }
  .single-product #heading .container .top .add-to-cart form .button-background {
    margin-top: 20px;
  }
  .single-product #heading .container .text-content .title h1 .cat {
    font-size: 21px;
    line-height: 25px;
  }
  .single-product #heading .container .text-content .text .tibetan-name span {
    font-size: 25px;
    line-height: 30px;
  }
  .single-product #heading .container .text-content .text .description .product-description {
    margin-bottom: 30px;
  }
  .woocommerce-cart .woocommerce #first {
    margin-top: 0;
  }
  .woocommerce-cart .woocommerce #first .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .woocommerce-cart .woocommerce #first .container > .left .coupon-container {
    margin-top: 50px;
  }
  .woocommerce-cart .woocommerce #first .container > .left .coupon-container input, .woocommerce-cart .woocommerce #first .container > .left .coupon-container button {
    height: 40px !important;
  }
  .woocommerce-cart .woocommerce #first .container > .left .coupon-container input {
    width: 250px !important;
  }
  .woocommerce-cart .woocommerce #first .container > .left .coupon-container button {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .woocommerce-cart .woocommerce #first .container > .right .cart_totals .wc-proceed-to-checkout {
    padding-top: 0 !important;
  }
  .woocommerce-cart .woocommerce #first .container > .right .cart_totals .wc-proceed-to-checkout .button-background {
    margin-bottom: 20px;
  }
  .woocommerce-cart .woocommerce #first .cart-empty {
    margin-top: 50px;
  }
  .woocommerce-cart .woocommerce #first .cart-empty .button-background {
    margin-top: 20px;
  }
  .woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-1 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .woocommerce-billing-fields .woocommerce-shipping-fields__field-wrapper .form-row, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row {
    width: 100%;
  }
  .woocommerce-checkout .woocommerce form.checkout #order_review #payment .payment_methods {
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce-checkout .woocommerce form.checkout #order_review #payment .payment_methods li label:not(.input-container) {
    font-size: 18px;
  }
  .woocommerce-checkout .woocommerce form.checkout #order_review #payment .place-order {
    padding: 0 !important;
    margin-top: -20px;
  }
  .woocommerce-checkout .woocommerce form.checkout #order_review #payment .place-order .pay {
    margin-top: 10px;
  }
  .woocommerce-checkout .woocommerce form.checkout #order_review #payment .place-order .pay .button-background .button {
    height: 40px !important;
  }
  .woocommerce-account #first .woocommerce-MyAccount-content form .form-row {
    margin-bottom: 10px;
  }
  .woocommerce-account #first .woocommerce-MyAccount-content form .button-background {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 400px) {
  .medium-text {
    font-size: 16px;
    line-height: 20px;
  }
  .medium-text p {
    font-size: 16px;
    line-height: 20px;
  }
  span, a, p {
    font-size: 16px;
    line-height: 20px;
  }
  h2, .h2 {
    font-size: 22px !important;
    line-height: 26px !important;
  }
  .home #first .fixed .step.step1 .intro p {
    font-size: 17px;
    line-height: 22px;
  }
  .home #third .container .title span, .home #third .container .title .tamashii {
    font-size: 30px;
    line-height: 35px;
  }
  .home #third .container .title span img, .home #third .container .title .tamashii img {
    width: 30px;
  }
  .home #third .container .title .bot {
    padding-left: 0px !important;
  }
  .product-filters .single-filter .label {
    display: inline-block;
    width: min-content;
    line-height: 13px;
    min-width: unset;
    padding-right: 15px;
  }
  .product-filters .single-filter .label span {
    display: inline;
  }
  .product-filters .single-filter .label .minus, .product-filters .single-filter .label .plus {
    right: 0;
    top: 50%;
    transform: translateY(-35%);
    position: absolute;
  }
  .product-filters .single-filter span {
    font-size: 11px;
  }
}
@media only screen and (max-width: 380px) {
  .woocommerce-cart .woocommerce #first .container > .left .all-cart-products .single-product .left .text .name span {
    font-size: 22px;
    line-height: 27px;
  }
}
