.category-cover {
  background: rgba(240, 244, 226, 0.6);
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px 0 20px;
}
@media screen and (min-width: 900px) {
  .category-cover {
    padding: 80px 0;
  }
}
.category-cover .c {
  z-index: 3;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .category-cover .c {
    position: relative;
  }
}
.category-cover .c h1 {
  animation-name: showCoverLeft;
  animation-duration: 0.4s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  animation-direction: normal;
  margin: 0 0 20px;
  font-weight: 600;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 900px) {
  .category-cover .c h1 {
    display: flex;
    align-self: center;
    justify-content: center;
    position: relative;
    color: #1a2020;
    z-index: 3;
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
  }
}
.category-cover .c h1 strong {
  color: #2fac72;
  margin: 0 10px;
}
@keyframes showCoverLeft {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.category-cover .c .sep {
  width: 0;
  background-color: #FFF;
}
.category-cover .c p {
  line-height: 1.61;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  animation-name: showCoverDown;
  animation-duration: 0.4s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  animation-direction: normal;
}
@media screen and (min-width: 900px) {
  .category-cover .c p {
    display: inline-block;
    color: #1a2020;
    text-align: left;
    line-height: 1.8;
    margin: 0;
    text-align: center;
    max-width: 1000px;
  }
}
@keyframes showCoverDown {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.category-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 80% center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .category-cover img {
    object-position: center;
  }
}
.category-cover .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.category-cover .bg video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.woo__category {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 40px 20px 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .woo__category {
    padding: 100px 50px 0px;
  }
}
.woo__category__main {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .woo__category__main {
    justify-content: space-between;
  }
}
.woo__category__main__desc {
  width: 100%;
  margin-bottom: 30px;
  padding: 0 0 20px;
  line-height: 1.61;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 900px) {
  .woo__category__main__desc {
    display: none;
  }
}
.woo__category__main__desc .h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}
.woo__category__main__desc p {
  margin: 0;
}
@media screen and (max-width: 900px) {
  .woo__category__main__desc p {
    display: none;
  }
}
.woo__category__main .woocommerce-message {
  display: none;
}
.woo__category__main .woocommerce-notices-wrapper {
  flex: 0 0 100%;
}
.woo__category__main .page-title {
  display: none;
}
.woo__category__main .woocommerce-result-count {
  display: none;
}
@media screen and (min-width: 900px) {
  .woo__category__main .woocommerce-result-count {
    color: #1a2020;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 30px;
    height: 40px;
    align-items: center;
  }
}
.woo__category__main__filters {
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
@media screen and (min-width: 900px) {
  .woo__category__main__filters {
    margin-left: 60px;
  }
}
@media screen and (max-width: 540px) {
  .woo__category__main__filters #preset_615 {
    display: none;
  }
}
.woo__category__main__filters .yith-wcan-filters {
  background: transparent;
  margin-bottom: 0;
}
.woo__category__main__filters .yith-wcan-filters form {
  display: flex;
  align-items: center;
}
.woo__category__main__filters .yith-wcan-filters .yith-wcan-filter {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
}
@media screen and (min-width: 900px) {
  .woo__category__main__filters .yith-wcan-filters .yith-wcan-filter {
    margin-right: 30px;
  }
}
.woo__category__main__filters .yith-wcan-filters .yith-wcan-filter h4 {
  color: #1a2020;
  margin: 0 15px 0 0;
  font-size: 14px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  position: relative;
}
.woo__category__main__filters .yith-wcan-filters .yith-wcan-filter h4:after {
  content: ":";
}
.woo__category__main__filters .yith-wcan-filters .yith-wcan-filter .filter-content {
  position: relative;
}
.woo__category__main__filters .yith-wcan-filters .yith-wcan-filter .filter-content .yith-wcan-dropdown {
  background: #FFF;
  width: 200px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  border-radius: 0;
  height: 40px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  color: #1a2020;
  border: 1px solid #2fac72;
}
@media screen and (min-width: 900px) {
  .woo__category__main__filters .yith-wcan-filters .yith-wcan-filter .filter-content .yith-wcan-dropdown {
    width: 180px;
  }
}
.woo__category__main__filters .yith-wcan-filters .yith-wcan-filter .filter-content .yith-wcan-dropdown.open {
  box-shadow: none;
}
.woo__category__main__filters .yith-wcan-filters .yith-wcan-filter .filter-content .yith-wcan-dropdown .dropdown-wrapper {
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  top: 100%;
  width: calc(100% + 2px);
  left: -1px;
  border: 1px solid #2fac72;
}
.woo__category__main__filters .yith-wcan-filters .yith-wcan-filter .filter-content .yith-wcan-dropdown .dropdown-wrapper li {
  margin: 0;
  transition: 0.4s;
}
.woo__category__main__filters .yith-wcan-filters .yith-wcan-filter .filter-content .yith-wcan-dropdown .dropdown-wrapper li:nth-child(odd) {
  background: #EDF8F9;
}
.woo__category__main__filters .yith-wcan-filters .yith-wcan-filter .filter-content .yith-wcan-dropdown .dropdown-wrapper li label {
  display: flex;
}
.woo__category__main__filters .yith-wcan-filters .yith-wcan-filter .filter-content .yith-wcan-dropdown .dropdown-wrapper li a {
  width: 100%;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  padding: 5px 10px;
  color: #f4c92f;
  transition: 0.4s;
}
.woo__category__main__filters .yith-wcan-filters .yith-wcan-filter .filter-content .yith-wcan-dropdown .dropdown-wrapper li:hover {
  background: #f4c92f;
}
.woo__category__main__filters .yith-wcan-filters .yith-wcan-filter .filter-content .yith-wcan-dropdown .dropdown-wrapper li:hover a {
  color: #FFF;
}
.woo__category__main__filters .yith-wcan-filters .yith-wcan-filter .filter-content .irs--round {
  margin-top: -22px;
}
.woo__category__main__filters .yith-wcan-filters .yith-wcan-filter .filter-content .irs--round .irs-bar, .woo__category__main__filters .yith-wcan-filters .yith-wcan-filter .filter-content .irs--round .irs-line {
  top: 37px;
}
.woo__category__main__filters .yith-wcan-filters .yith-wcan-filter .filter-content .irs {
  width: 200px;
}
.woo__category__main__filters .yith-wcan-filters .yith-wcan-filter .filter-content .irs-bar {
  height: 1px;
}
.woo__category__main__filters .yith-wcan-filters .yith-wcan-filter .filter-content .irs-line {
  height: 1px;
}
.woo__category__main__filters .yith-wcan-filters .yith-wcan-filter .filter-content .irs-min,
.woo__category__main__filters .yith-wcan-filters .yith-wcan-filter .filter-content .irs-max {
  display: none;
}
.woo__category__main__filters .yith-wcan-filters .yith-wcan-filter .filter-content .irs-single,
.woo__category__main__filters .yith-wcan-filters .yith-wcan-filter .filter-content .irs-bar,
.woo__category__main__filters .yith-wcan-filters .yith-wcan-filter .filter-content .irs-handle {
  background-color: #f4c92f;
  border-color: #f4c92f;
}
.woo__category__main__filters .yith-wcan-filters .yith-wcan-filter .filter-content .irs-from,
.woo__category__main__filters .yith-wcan-filters .yith-wcan-filter .filter-content .irs-to {
  background-color: #f9f9f9;
  border: 0.7px solid #f4c92f;
  color: #f4c92f;
}
.woo__category__main__filters .yith-wcan-filters .yith-wcan-filter .filter-content .irs-from:before,
.woo__category__main__filters .yith-wcan-filters .yith-wcan-filter .filter-content .irs-to:before {
  top: 101%;
}
.woo__category__main__filters .yith-wcan-filters .yith-wcan-filter .filter-content .irs-handle.to, .woo__category__main__filters .yith-wcan-filters .yith-wcan-filter .filter-content .irs-handle.from {
  width: 10px;
  height: 10px;
  top: 32px;
}
.woo__category__main__filters .yith-wcan-filters .yith-wcan-filter .filter-content .irs-handle.to {
  left: 95%;
}
.woo__category__main__filters .yith-wcan-filters .yith-wcan-filter .filter-content .filter-items {
  position: relative;
  overflow-y: auto;
}
.woo__category__main__filters .yith-wcan-filters .apply-filters {
  height: 40px;
  margin: 0;
  padding: 0;
  border: none;
  width: 100px;
  font-size: 14px;
  background: #f4c92f;
  color: #FFF;
}
@media screen and (max-width: 900px) {
  .woo__category__main__filters {
    margin-bottom: 10px;
    margin-left: 0;
    width: 100%;
  }
  .woo__category__main__filters .yith-wcan-filters {
    width: 100%;
  }
  .woo__category__main__filters .yith-wcan-filters .filters-container {
    width: 100%;
  }
  .woo__category__main__filters .yith-wcan-filters .filters-container form {
    width: 100%;
  }
  .woo__category__main__filters .yith-wcan-filters .filters-container form .yith-wcan-filter {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.woo__category__main .woocommerce-ordering {
  margin: 0;
  margin-left: auto;
  color: #1a2020;
  display: none;
}
@media screen and (max-width: 900px) {
  .woo__category__main .woocommerce-ordering {
    width: 100%;
    margin-left: 0;
  }
}
.woo__category__main .woocommerce-ordering .orderby {
  height: 40px;
  background: #FFF;
  color: #1a2020;
  padding: 0 10px;
  margin: 0 0 30px;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  border: 1px solid #2fac72;
  border-radius: 0;
}
@media screen and (max-width: 900px) {
  .woo__category__main .woocommerce-ordering .orderby {
    width: 100%;
    margin-bottom: 20px;
  }
}
.woo__category__main__categories {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  padding: 10px 0 30px;
}
@media screen and (min-width: 900px) {
  .woo__category__main__categories {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 60px;
    padding: 20px 0 0;
  }
}
.woo__category__main__categories li .mw {
  background: #f4c92f;
  border-radius: 2px;
}
.woo__category__main__categories li .mw:before {
  padding-bottom: 56.25%;
}
.woo__category__main__categories li h4 {
  margin: 5px 0 0;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .woo__category__main__categories li h4 {
    margin: 5px 0;
  }
}
.woo__category__main__categories li h4 a {
  font-size: 16px;
}
.woo__category__main .products {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.woo__category__main .products:before {
  display: none !important;
}
@media screen and (min-width: 900px) {
  .woo__category__main .products {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 60px;
  }
}
.woo__category__main .products .product {
  width: 100% !important;
  height: auto !important;
  background-color: #FFF;
  position: relative;
  text-align: center;
  margin: 0 !important;
  overflow: hidden !important;
  transition: 0.3s;
}
.woo__category__main .products .product.last {
  margin-right: 0 !important;
}
@media screen and (max-width: 900px) {
  .woo__category__main .products .product:nth-child(even) {
    margin-right: 0 !important;
  }
}
.woo__category__main .products .product a {
  display: block;
  padding: 0 0 5px;
  letter-spacing: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px !important;
}
@media screen and (min-width: 900px) {
  .woo__category__main .products .product a {
    padding: 0 0 20px;
    letter-spacing: 0.32px;
    margin-bottom: 0 !important;
  }
}
.woo__category__main .products .product img {
  max-width: 80% !important;
  margin: 0 auto !important;
}
.woo__category__main .products .product h2 {
  margin: 0 !important;
  padding: 0 !important;
  color: #1a2020;
  font-size: 14px !important;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .woo__category__main .products .product h2 {
    padding: 30px 10px 0 !important;
    font-size: 15px !important;
  }
}
.woo__category__main .products .product .sale {
  margin: 0 auto;
  text-align: center;
  position: relative;
  font-size: 14px;
  color: #2fac72;
}
.woo__category__main .products .product .sale:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 1px;
  background: #2fac72;
  transform: translate3d(-50%, -50%, 0);
}
.woo__category__main .products .product .discount {
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 3;
}
.woo__category__main .products .product .price {
  text-align: center;
}
.woo__category__main .products .product .price bdi {
  color: #1a2020;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.015rem;
  opacity: 1;
  margin-top: 5px;
  display: inline-block;
}
@media screen and (min-width: 900px) {
  .woo__category__main .products .product .price bdi {
    letter-spacing: 0;
    font-size: 15px;
  }
}
.woo__category__main .products .product .button {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  margin: 0 !important;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: #f9f9f9 !important;
  color: #1a2020 !important;
  border: 2px solid transparent !important;
  border-radius: 0 !important;
  transform: translate3d(100px, 0, 0);
  transition: 0.4s !important;
  display: none;
}
.woo__category__main .products .product .button:hover {
  border: 2px solid #2fac72 !important;
  color: #FFF !important;
  background-color: #2fac72 !important;
}
.woo__category__main .products .product .button:after {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 14px;
  color: #1a2020;
  margin: 0;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-top: -10px;
}
.woo__category__main .products .product .button:before {
  font-family: "WooCommerce";
  content: "\e01d";
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 14px;
  color: #1a2020;
  margin: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-top: -10px;
}
.woo__category__main .products .product .button.loading:before, .woo__category__main .products .product .button.added:before {
  display: none;
}
.woo__category__main .products .product .added_to_cart {
  display: none;
}
.woo__category__main .products .product:hover:before {
  content: "";
  width: 100%;
  height: 100%;
}
.woo__category__main .products .product:hover:after {
  content: "";
  width: 100%;
  height: 100%;
}
.woo__category__main .products .product:hover .button {
  transform: translate3d(0, 0, 0);
}
.woo__category__main .woocommerce-pagination {
  flex: 0 0 100%;
  padding: 30px 0;
  border-top: 1px solid #2fac72;
}
.woo__category__main .woocommerce-pagination .page-numbers {
  padding: 0;
  margin: 0;
  border: none;
}
.woo__category__main .woocommerce-pagination .page-numbers li {
  border: none;
  background: none;
  margin: 0 10px;
}
.woo__category__main .woocommerce-pagination .page-numbers li span {
  color: #f4c92f;
  font-size: 14px;
  font-weight: 600;
  background: none !important;
}
.woo__category__main .woocommerce-pagination .page-numbers li a {
  color: #f4c92f;
  font-size: 14px;
  background: none !important;
}
.woo__category__filter {
  width: 340px;
  background: #2fac72;
  margin-top: -100px;
  padding: 20px 30px 30px;
}
.woo__category__filter h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 30px 0 20px;
}
.woo__category__filter__categories {
  padding: 0 5px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woo__category__filter__categories li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.woo__category__filter__categories li a {
  width: 100%;
  color: #f4c92f;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woo__category__filter__categories li a .icon {
  width: 14px;
  height: auto;
  fill: #f4c92f;
  margin-right: 15px;
  transform: rotate(-90deg);
}
.woo__category__filter__categories li a .icon path {
  stroke-width: 1px;
  stroke: #f4c92f;
}
.woo__category__filter__categories li a .count {
  font-size: 14px;
  margin-left: auto;
  width: 24px;
  text-align: center;
}

.promo {
  background: #1a2020;
  width: 100%;
  position: relative;
  height: 40px;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .promo {
    height: 50px;
  }
}
.promo .marquee {
  position: absolute;
  height: 40px;
  display: flex;
  align-items: center;
  left: 0;
  top: 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  z-index: 4;
}
@media screen and (min-width: 900px) {
  .promo .marquee {
    height: 50px;
  }
}
.promo p {
  margin: 0;
  color: #f1f5e5;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  animation: marqueeInfinite 20s linear infinite;
}
@media screen and (min-width: 900px) {
  .promo p {
    font-size: 15px;
  }
}
.promo p strong {
  color: #2fac72;
}
.promo p span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #f1f5e5;
  margin: 0 40px;
  position: relative;
  top: -1px;
  border-radius: 50px;
}

.product__ctn {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 0;
  flex-wrap: wrap;
}
@media screen and (min-width: 900px) {
  .product__ctn {
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
}
.product__ctn__gallery {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  align-self: flex-start;
}
@media screen and (min-width: 900px) {
  .product__ctn__gallery {
    flex-direction: row;
    max-width: 55%;
    padding-top: 30px;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    margin-bottom: 40px;
  }
}
.product__ctn__gallery .main-image {
  background: #FFF;
  width: 100%;
  margin-bottom: auto;
  overflow: hidden;
  padding: 20px 0 40px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .product__ctn__gallery .main-image {
    padding: 20px 0 75px;
  }
}
.product__ctn__gallery .main-image img {
  margin: 0 auto;
  display: block;
  max-width: 60%;
}
@media screen and (min-width: 900px) {
  .product__ctn__gallery .main-image img {
    max-width: 100%;
    width: auto;
    max-height: calc(100vh - 290px);
  }
}
.product__ctn__gallery .main-image figure {
  margin: 0;
  padding: 0;
}
.product__ctn__gallery .main-image a {
  pointer-events: none;
}
.product__ctn__gallery .main-image .swiper-wrapper {
  align-items: center;
}
.product__ctn__gallery .main-image .swiper-button-prev,
.product__ctn__gallery .main-image .swiper-button-next {
  width: 40px;
  height: 40px;
  margin: 0;
  cursor: pointer;
  background: #FFF;
  border-radius: 50px;
  box-shadow: 0 6px 12px 0 rgba(0,0,0,0.2);
  transform: translate3d(0, -50%, 0);
}
@media screen and (min-width: 900px) {
  .product__ctn__gallery .main-image .swiper-button-prev,
.product__ctn__gallery .main-image .swiper-button-next {
    width: 60px;
    height: 60px;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.2);
  }
}
.product__ctn__gallery .main-image .swiper-button-prev:after,
.product__ctn__gallery .main-image .swiper-button-next:after {
  color: #1a2020;
  font-size: 22px;
}
@media screen and (min-width: 900px) {
  .product__ctn__gallery .main-image .swiper-pagination {
    margin-bottom: 10px;
  }
}
.product__ctn__gallery .main-image .swiper-pagination-bullet {
  background: transparent;
  width: 12px;
  height: 12px;
  opacity: 1;
  margin: 0 8px !important;
  box-shadow: 0 0 0 2px #2fac72 inset;
}
.product__ctn__gallery .main-image .swiper-pagination-bullet-active {
  background: #2fac72;
}
.product__ctn__info {
  max-width: 100%;
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 900px) {
  .product__ctn__info {
    max-width: 45%;
    padding: 30px 50px 0 50px;
  }
}
.product__ctn__info .breadcrumbs {
  display: flex;
  align-items: center;
  margin: 10px auto 0;
  line-height: 1.8;
  text-align: center;
  z-index: 3;
}
.product__ctn__info .breadcrumbs li {
  color: #f4c92f;
}
.product__ctn__info .breadcrumbs li a {
  color: inherit;
  font-size: 14px;
  font-weight: 300;
}
.product__ctn__info .breadcrumbs li.sep {
  margin: 0 5px;
  font-size: 15px;
  font-weight: 300;
}
.product__ctn__info .h4 {
  margin: 10px 0 0;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0;
}
.product__ctn__info .info {
  line-height: 1.8;
  display: flex;
  justify-content: space-between;
}
.product__ctn__info .info li {
  color: #1a2020;
  font-size: 15px;
  margin: 10px 0;
}
.product__ctn__info .info li strong {
  font-weight: 300;
}
.product__ctn__info .stock {
  display: none;
}
.product__ctn__info .buy-area {
  width: 100%;
  margin: 10px 0 20px;
  padding: 5px 0 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 900px) {
  .product__ctn__info .buy-area {
    margin: 20px 0;
    padding: 10px 0 30px;
  }
}
.product__ctn__info .buy-area .price .amount {
  display: block;
  margin: 0 0 20px;
}
@media screen and (min-width: 900px) {
  .product__ctn__info .buy-area .price .amount {
    margin: 0 0 30px;
  }
}
.product__ctn__info .buy-area .price .amount bdi {
  color: #1a2020;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (min-width: 900px) {
  .product__ctn__info .buy-area .price .amount bdi {
    font-size: 34px;
  }
}
.product__ctn__info .buy-area .price del .amount {
  margin: 0;
}
.product__ctn__info .buy-area .price del .amount bdi {
  color: rgba(26, 32, 32, 0.6);
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
.product__ctn__info .buy-area .price del .amount bdi:after {
  content: "";
  width: 106%;
  height: 2px;
  position: absolute;
  margin-top: -1px;
  top: 50%;
  left: -3%;
  background: rgba(26, 32, 32, 0.6);
}
.product__ctn__info .buy-area .variations {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.product__ctn__info .buy-area .variations tbody {
  width: 100%;
}
.product__ctn__info .buy-area .variations tbody tr {
  width: 100%;
  display: flex;
  align-items: center;
}
.product__ctn__info .buy-area .variations tbody tr th, .product__ctn__info .buy-area .variations tbody tr td {
  min-width: 100px;
  display: inline;
  color: #1a2020;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: left;
}
.product__ctn__info .buy-area .variations tbody tr td {
  width: 100%;
  margin-left: 10px;
}
.product__ctn__info .buy-area .variations tbody tr td select {
  width: 100%;
  background: #FFF;
  padding: 10px;
  color: #1a2020;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #2fac72;
  border-radius: 0;
}
.product__ctn__info .buy-area .variations tbody tr td .reset_variations {
  display: none !important;
}
.product__ctn__info .buy-area .woocommerce-variation-price .price {
  display: block;
  margin-bottom: 20px;
}
.product__ctn__info .buy-area .woocommerce-variation-price .price bdi {
  color: #1a2020;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 700;
}
.product__ctn__info .buy-area form.cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product__ctn__info .buy-area form.cart .quantity {
  margin-right: 10px;
}
.product__ctn__info .buy-area form.cart .quantity .qty {
  width: 90px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.025em;
  border: 1px solid #2fac72;
  margin: 0;
  padding-left: 0px;
  border-radius: 60px;
}
@media screen and (min-width: 900px) {
  .product__ctn__info .buy-area form.cart .quantity .qty {
    height: 60px;
    font-size: 16px;
    padding-left: 15px;
  }
}
.product__ctn__info .buy-area form.cart .button {
  width: 100%;
  max-width: calc(100% - 100px);
  height: 50px;
  background: #2fac72 !important;
  color: #f9f9f9;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  transition: 0.4s;
}
@media screen and (min-width: 900px) {
  .product__ctn__info .buy-area form.cart .button {
    font-size: 16px;
    height: 60px;
  }
}
.product__ctn__info .buy-area form.cart .button:hover {
  background: #f4c92f !important;
  color: #FFF;
}
.product__ctn__info .buy-area form.cart .button.disabled {
  pointer-events: none;
}
.product__ctn__info .buy-area form.variations_form {
  display: block;
}
.product__ctn__info .buy-area .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product__ctn__info .buy-area .woocommerce-variation-add-to-cart .quantity {
  margin-right: 10px;
}
.product__ctn__info .buy-area .woocommerce-variation-add-to-cart .quantity .qty {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.025em;
  font-family: "Poppins", sans-serif;
  border: 1px solid #2fac72;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}
.product__ctn__info .buy-area .woocommerce-variation-add-to-cart .button {
  max-width: 48%;
  width: 100%;
  height: 50px;
  background: #f4c92f !important;
  color: #f9f9f9;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.025em;
  font-family: "Poppins", sans-serif;
  text-transform: none;
  border-radius: 0;
  transition: 0.4s;
}
@media screen and (min-width: 900px) {
  .product__ctn__info .buy-area .woocommerce-variation-add-to-cart .button {
    font-size: 16px;
    height: 60px;
  }
}
.product__ctn__info .buy-area .woocommerce-variation-add-to-cart .button:hover {
  background: #2fac72 !important;
  color: #f4c92f;
}
.product__ctn__info .buy-area .woocommerce-variation-add-to-cart .button.disabled {
  pointer-events: none;
}
.product__ctn__info .buy-area .inquiry {
  display: none;
  max-width: 48%;
  width: 100%;
}
.product__ctn__info .buy-area .inquiry .btn {
  display: none !important;
  width: 100%;
  height: 50px;
  font-size: 15px;
  font-weight: 600;
  color: #f4c92f;
  border-color: #f4c92f;
}
@media screen and (min-width: 900px) {
  .product__ctn__info .buy-area .inquiry .btn {
    font-size: 16px;
    height: 60px;
  }
}
.product__ctn__info .excerpt {
  color: #1a2020;
  line-height: 1.6;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
.product__ctn__info .excerpt p {
  color: #1a2020;
  line-height: 1.6;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
.product__ctn__info .excerpt ul {
  margin: 10px 0 0;
}
.product__ctn__info .excerpt ul li {
  margin: 0 0 10px;
  color: #1a2020;
  line-height: 1.6;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  position: relative;
  padding-left: 25px;
}
.product__ctn__info .excerpt ul li:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: 3px;
  height: 3px;
  border: 3px solid #1a2020;
  border-radius: 6px;
}
.product__ctn__info .product__tabs {
  width: 100%;
  float: left;
  line-height: 1.2em;
  clear: both;
  margin-right: 50px;
  text-align: left;
  margin-bottom: 40px;
}
.product__ctn__info .product__tabs .product__tab {
  background: #f1f5e5;
  width: 100%;
  float: left;
  max-height: 60px;
  overflow: hidden;
  margin: 0 0 10px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: 0s;
  border-radius: 12px;
}
.product__ctn__info .product__tabs .product__tab h5 {
  margin: 0;
  line-height: 60px;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #1a2020;
  cursor: pointer;
  position: relative;
  padding: 0 20px;
}
.product__ctn__info .product__tabs .product__tab h5:before {
  content: "";
  width: 12px;
  height: 2px;
  background: #2fac72;
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -2px;
  transform: rotate(45deg);
  border-radius: 6px;
  transition: 0.3s;
}
.product__ctn__info .product__tabs .product__tab h5:after {
  content: "";
  width: 12px;
  height: 2px;
  background: #2fac72;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -2px;
  transform: rotate(-45deg);
  border-radius: 6px;
  transition: 0.3s;
}
.product__ctn__info .product__tabs .product__tab p {
  font-size: 15px;
  padding: 0 20px;
  margin: 25px 0;
  line-height: 1.61em;
}
.product__ctn__info .product__tabs .product__tab p span {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
  margin: 10px 0 0;
  display: inline-block;
}
.product__ctn__info .product__tabs .product__tab p strong {
  font-size: 15px;
  font-weight: 600;
}
.product__ctn__info .product__tabs .product__tab.tab__open {
  background: #FFF;
  max-height: 1000px;
  transition: max-height 0.4s;
}
.product__ctn__info .product__tabs .product__tab.tab__open h5 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.product__ctn__info .product__tabs .product__tab.tab__open h5:before {
  transform: rotate(-45deg);
}
.product__ctn__info .product__tabs .product__tab.tab__open h5:after {
  transform: rotate(45deg);
}
.product__ctn__related {
  max-width: 100%;
  width: 100%;
  text-align: center;
  flex: 0 0 100%;
}
@media screen and (min-width: 900px) {
  .product__ctn__related {
    padding-bottom: 50px;
  }
}
.product__ctn__related h5 {
  margin: 0 0 30px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (min-width: 900px) {
  .product__ctn__related h5 {
    margin: 60px 0;
  }
}
.product__ctn__related .products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
@media screen and (min-width: 900px) {
  .product__ctn__related .products {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px 100px;
  }
}
.product__ctn__related .products:before, .product__ctn__related .products:after {
  display: none !important;
}
.product__ctn__related .products li {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 900px) {
  .product__ctn__related .products li {
    background: #FFF;
    width: 100% !important;
    margin: 0 !important;
    text-align: center;
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 900px) {
  .product__ctn__related .products li img {
    max-width: 80%;
    margin: 0 auto 10px !important;
  }
}
.product__ctn__related .products li h2 {
  font-size: 15px !important;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .product__ctn__related .products li h2 {
    font-size: 13px !important;
    padding: 0 10px !important;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 5px !important;
    margin-top: 0 !important;
  }
}
.product__ctn__related .products li .price bdi {
  color: #1a2020;
  font-size: 13px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .product__ctn__related .products li .price bdi {
    font-size: 15px;
  }
}
.product__ctn__related .products li .button {
  display: none;
}

.simple-product .product__ctn__info .buy-area .price bdi {
  font-size: 22px;
  font-weight: 700;
}

@keyframes show-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.inquiry-popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99;
  background: rgba(249, 249, 249, 0.8);
  display: block;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  padding: 75px 0;
  transition: opacity 0.4s;
  overflow: auto;
}
.inquiry-popup__ctn {
  background: #2fac72;
  padding: 20px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
  box-shadow: 10px 10px 40px rgba(244, 201, 47, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .inquiry-popup__ctn {
    max-width: 550px;
    padding: 40px 60px;
  }
}
.inquiry-popup__ctn .close-popup {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -20px;
  right: -20px;
  background: #f4c92f;
  cursor: pointer;
  border-radius: 1px;
}
.inquiry-popup__ctn .close-popup span {
  width: 20px;
  height: 2px;
  background: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3D(-50%, -50%, 0) rotate(45deg);
  border-radius: 2px;
}
.inquiry-popup__ctn .close-popup span:last-child {
  transform: translate3D(-50%, -50%, 0) rotate(-45deg);
}
.inquiry-popup__ctn__head {
  text-align: center;
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 900px) {
  .inquiry-popup__ctn__head {
    display: flex;
    align-items: center;
    text-align: left;
  }
}
.inquiry-popup__ctn__head .product-thumb {
  background: #FFF;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0 20px 0px 0;
  border-radius: 1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 900px) {
  .inquiry-popup__ctn__head .product-thumb {
    margin: 0 auto 20px;
  }
}
.inquiry-popup__ctn__head .product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.inquiry-popup__ctn__head__txt h3 {
  margin: 0 0 5px;
  font-size: 20px;
}
@media screen and (min-width: 900px) {
  .inquiry-popup__ctn__head__txt h3 {
    font-size: 26px;
  }
}
.inquiry-popup__ctn__head__txt p {
  font-size: 14px;
  margin: 0 0 5px;
}
.inquiry-popup__ctn form {
  text-align: center;
}
.inquiry-popup__ctn form h6 {
  display: none;
}
.inquiry-popup__ctn form p {
  margin: 0;
}
.inquiry-popup__ctn form input {
  width: 100%;
  margin-bottom: 10px;
  font-size: 15px;
  color: #1a2020;
  padding: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 60px;
}
.inquiry-popup__ctn form textarea {
  width: 100%;
  height: 120px;
  margin-bottom: 10px;
  color: #1a2020;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  padding: 15px;
  resize: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.inquiry-popup__ctn form button {
  border: none;
  cursor: pointer;
  margin: 10px auto 10px;
  padding: 0;
}

.show-inquiry {
  overflow: hidden;
}
.show-inquiry main {
  z-index: 999;
}
.show-inquiry .inquiry-popup {
  opacity: 1;
  visibility: visible;
}

.woocommerce-cart .header {
  background: #f9f9f9;
}
.woocommerce-cart .header__mid .main-menu,
.woocommerce-cart .header__mid .search,
.woocommerce-cart .header__mid .menu-trigger {
  display: none;
}
.woocommerce-cart .header__mid .search .icon {
  fill: #f4c92f;
}
.woocommerce-cart .header__mid .menu-trigger .line {
  background: #f4c92f;
}
.woocommerce-cart .main-menu,
.woocommerce-cart .menu-trigger,
.woocommerce-cart .footer__top {
  display: none;
}
.woocommerce-cart main {
  background: #f9f9f9;
  padding-top: 80px;
  min-height: calc(100vh - 70px);
}
@media screen and (min-width: 900px) {
  .woocommerce-cart main {
    padding-top: 150px;
  }
  .woocommerce-cart main .c {
    display: flex;
    justify-content: space-between;
  }
}
.woocommerce-cart .footer__bottom {
  border: none;
}
.woocommerce-cart .woocommerce-shipping-destination,
.woocommerce-cart .woocommerce-shipping-calculator {
  display: none;
}
.woocommerce-cart .woocommerce-notices-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message {
  background: transparent;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0px 0px 70px;
  margin: 20px auto 40px;
  font-weight: 400;
  font-size: 16px;
  border-bottom: none;
}
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message:last-child {
  display: flex;
}
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message a {
  display: none;
}
.woocommerce-cart .cart-empty {
  background: transparent;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.woocommerce-cart .return-to-shop {
  max-width: 1200px;
  width: 100%;
  margin: 40px auto;
}
.woocommerce-cart .return-to-shop .button {
  background: #f4c92f;
  width: 220px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0;
  padding: 0;
  margin: 0 auto;
  transition: 0.4s;
}
.woocommerce-cart table.shop_table_responsive tr:last-child td,
.woocommerce-cart table.shop_table_responsive tr:last-child td {
  background: transparent;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  text-align: center;
  font-family: "Inter", sans-serif;
  border-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 600;
  margin-top: -10px;
}

.woocommerce-cart-form {
  margin: 0;
  padding-top: 10px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .woocommerce-cart-form {
    max-width: calc(100% - 400px);
    margin-bottom: 40px;
  }
}
.woocommerce-cart-form table.shop_table {
  background: #f9f9f9;
  border-radius: 0;
  border: none;
}
@media screen and (max-width: 900px) {
  .woocommerce-cart-form table.shop_table tr {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    border-radius: 8px;
  }
  .woocommerce-cart-form table.shop_table tr td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
  }
  .woocommerce-cart-form table.shop_table tr td.product-remove {
    justify-content: flex-end;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .woocommerce-cart-form table.shop_table tr:last-child {
    border: none;
    margin: 0;
  }
  .woocommerce-cart-form table.shop_table tr:last-child td {
    padding: 0;
    margin: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .woocommerce-cart-form table.shop_table tr {
    display: flex;
    justify-content: space-between;
  }
  .woocommerce-cart-form table.shop_table tr .product-name {
    width: 300px;
  }
}
.woocommerce-cart-form table.shop_table img {
  width: auto;
  height: 80%;
  padding: 13% 15% 7%;
  background: #FFF;
  margin: 10% 0;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-cart-form table.shop_table th,
.woocommerce-cart-form table.shop_table td {
  font-size: 14px;
}
.woocommerce-cart-form table.shop_table th a, .woocommerce-cart-form table.shop_table th strong,
.woocommerce-cart-form table.shop_table td a,
.woocommerce-cart-form table.shop_table td strong {
  font-size: 14px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
}
.woocommerce-cart-form table.shop_table th.actions,
.woocommerce-cart-form table.shop_table td.actions {
  padding-top: 20px;
}
@media screen and (max-width: 900px) {
  .woocommerce-cart-form table.shop_table th.actions,
.woocommerce-cart-form table.shop_table td.actions {
    width: 100%;
    display: block;
  }
}
.woocommerce-cart-form table.shop_table th .quantity .qty,
.woocommerce-cart-form table.shop_table td .quantity .qty {
  width: 100px;
  height: 50px;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #2fac72;
  border-radius: 50px;
  margin: 0;
  pointer-events: auto;
}
.woocommerce-cart-form table.shop_table th {
  color: #1a2020;
  font-size: 16px;
  font-family: "Jost", sans-serif;
  padding: 9px 12px 12px;
}
.woocommerce-cart-form table.shop_table .product-remove {
  padding: 10px;
}
@media screen and (min-width: 900px) {
  .woocommerce-cart-form table.shop_table .product-remove {
    padding: 0 5px;
  }
}
.woocommerce-cart-form table.shop_table .product-thumbnail {
  width: 100px;
  padding: 0;
}
.woocommerce-cart-form table.shop_table .product-thumbnail a {
  display: block;
}
@media screen and (max-width: 900px) {
  .woocommerce-cart-form table.shop_table .product-name > p,
.woocommerce-cart-form table.shop_table .product-name .variation {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .woocommerce-cart-form table.shop_table .product-name > p {
    color: #1a2020;
    font-size: 13px;
    margin: 5px 0 -5px;
    opacity: 0.7;
  }
  .woocommerce-cart-form table.shop_table .product-name .variation {
    margin: 5px 0;
    opacity: 0.7;
  }
  .woocommerce-cart-form table.shop_table .product-name .variation dt,
.woocommerce-cart-form table.shop_table .product-name .variation dd {
    font-size: 13px;
    color: #1a2020;
  }
  .woocommerce-cart-form table.shop_table .product-name .variation dt p,
.woocommerce-cart-form table.shop_table .product-name .variation dd p {
    font-size: 13px;
    margin: 0;
    color: #1a2020;
  }
}
.woocommerce-cart-form table.shop_table .product-price {
  display: none;
}
.woocommerce-cart-form table.shop_table .product-quantity {
  text-align: center;
}
.woocommerce-cart-form table.shop_table .product-quantity .quantity {
  display: inline-flex;
}
.woocommerce-cart-form table.shop_table .product-subtotal {
  text-align: right;
}
.woocommerce-cart-form .coupon {
  display: none;
}
.woocommerce-cart-form .coupon #coupon_code {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  font-size: 13px;
  font-family: "Jost", sans-serif;
  border: 2px solid #2fac72;
  border-radius: 50px;
  margin-bottom: 10px;
}
@media screen and (min-width: 900px) {
  .woocommerce-cart-form .coupon #coupon_code {
    width: 260px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .woocommerce-cart-form .coupon button {
    width: 100% !important;
    margin: 0 0 5px;
  }
}
.woocommerce-cart-form .actions .button {
  width: 100%;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13x;
  font-weight: 400;
  border-radius: 50px;
  background-color: #2fac72;
  color: #FFF;
  transition: 0.4s;
  font-family: "Jost", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .woocommerce-cart-form .actions .button {
    width: 130px;
  }
}
.woocommerce-cart-form .actions .button:hover {
  border: 2px solid #2fac72;
  color: #2fac72;
  background-color: transparent;
}
@media screen and (min-width: 900px) {
  .woocommerce-cart-form .actions .button {
    width: 180px;
    height: 50px;
  }
}
.woocommerce-cart-form .actions .button[disabled] {
  display: none !important;
}

.woocommerce-cart .cart-collaterals {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 900px) {
  .woocommerce-cart .cart-collaterals {
    max-width: 340px;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
  margin-bottom: 0;
  background: #FFF;
  font-family: "Inter", sans-serif;
  padding: 5px 20px 20px;
  box-shadow: 20px 20px 40px 0 rgba(0, 0, 0, 0.075);
  border-radius: 16px;
  margin-bottom: 30px;
}
@media screen and (min-width: 900px) {
  .woocommerce-cart .cart-collaterals .cart_totals {
    padding: 20px;
    margin-bottom: 0;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
  display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals,
.woocommerce-cart .cart-collaterals .cart_totals .cart-subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-cart .cart-collaterals .cart_totals .order-total {
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woocommerce-cart .cart-collaterals .cart_totals .fee {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-cart .cart-collaterals .cart_totals .cart-subtotal th,
.woocommerce-cart .cart-collaterals .cart_totals .cart-subtotal td bdi,
.woocommerce-cart .cart-collaterals .cart_totals .cart-subtotal label, .woocommerce-cart .cart-collaterals .cart_totals .fee th,
.woocommerce-cart .cart-collaterals .cart_totals .fee td bdi,
.woocommerce-cart .cart-collaterals .cart_totals .fee label, .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals th,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals td bdi,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals label {
  font-size: 14px !important;
  font-weight: 400;
  opacity: 0.6;
}
.woocommerce-cart .cart-collaterals .cart_totals ul#shipping_method li {
  margin-bottom: 0 !important;
  font-size: 16px;
}
.woocommerce-cart .cart-collaterals .cart_totals ul#shipping_method li label {
  font-size: 16px;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table {
  background: #FFF;
  border-radius: 0;
  border: none;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th {
  border: none;
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td {
  background: transparent !important;
  border: none;
  color: #1a2020;
  font-size: 16px;
  font-family: "Jost", sans-serif;
  padding: 15px 0 !important;
}
@media screen and (max-width: 900px) {
  .woocommerce-cart .cart-collaterals .cart_totals table.shop_table td {
    width: 100% !important;
    font-size: 14px !important;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td a, .woocommerce-cart .cart-collaterals .cart_totals table.shop_table td strong {
  color: #1a2020;
  font-size: 16px;
  font-family: "Jost", sans-serif;
}
@media screen and (max-width: 900px) {
  .woocommerce-cart .cart-collaterals .cart_totals table.shop_table td a, .woocommerce-cart .cart-collaterals .cart_totals table.shop_table td strong {
    font-size: 14px !important;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 0;
  margin: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .checkout-button {
  background: #f4c92f !important;
  margin: 0;
  font-size: 15px !important;
  border-radius: 50px !important;
  font-family: "Jost";
  text-transform: uppercase;
  font-weight: 700 !important;
}
@media screen and (max-width: 900px) {
  .woocommerce-cart .cart-collaterals .cart_totals .checkout-button {
    padding: 20px 0 !important;
  }
}
.woocommerce-cart .includes_tax {
  display: none;
}

@keyframes show-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.gratis {
  font-size: 15px;
  font-weight: 400;
  background: #FFF;
  padding: 15px 20px;
  line-height: 1.61;
  border-radius: 16px;
  margin: 0;
  box-shadow: 20px 20px 40px 0 rgba(0, 0, 0, 0.075);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.gratis .icon {
  width: 24px;
  height: auto;
  fill: #2fac72;
  margin-right: 15px;
}
@media screen and (max-width: 500px) {
  .gratis {
    margin-bottom: 30px;
  }
  .gratis .icon {
    margin-bottom: 15px;
  }
}

.woocommerce-checkout {
  font-family: "Inter", sans-serif;
  font-size: 16px;
}
.woocommerce-checkout h3 {
  margin: 0 0 30px;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .woocommerce-checkout h3 {
    text-align: center;
    margin: 30px 0 10px;
  }
}
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: block;
  margin-bottom: 40px;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  background: #2fac72;
  color: #f1f5e5;
  margin: 0;
  border: none;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info:before {
  display: none;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 5px;
  }
}
.woocommerce-checkout form.woocommerce-form-coupon {
  margin: 0;
  background: #f1f5e5;
  position: relative;
  top: -40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce-checkout form.woocommerce-form-coupon p {
  min-width: unset;
  width: auto;
  font-weight: 600;
}
.woocommerce-checkout form.woocommerce-form-coupon p:first-child {
  flex: 0 0 100%;
  text-align: center;
  margin: 0 0 20px;
}
.woocommerce-checkout form.woocommerce-form-coupon .input-text {
  width: 400px !important;
  height: 50px;
  padding: 0 25px;
  margin: 0;
  color: #1a2020;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  border-radius: 50px;
  border: none;
  font-weight: 600;
  text-transform: uppercase;
}
.woocommerce-checkout form.woocommerce-form-coupon .button {
  background-color: #2fac72;
  color: #FFF;
  width: 240px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.4s;
  border-radius: 60px;
}
.woocommerce-checkout .header {
  background: #f9f9f9;
}
.woocommerce-checkout .header__mid .main-menu,
.woocommerce-checkout .header__mid .search,
.woocommerce-checkout .header__mid .menu-trigger {
  display: none;
}
.woocommerce-checkout .header__mid .search .icon {
  fill: #f4c92f;
}
.woocommerce-checkout .header__mid .menu-trigger .line {
  background: #f4c92f;
}
.woocommerce-checkout .main-menu,
.woocommerce-checkout .menu-trigger,
.woocommerce-checkout .footer__top {
  display: none;
}
.woocommerce-checkout main {
  background: #f9f9f9;
  padding-top: 71px;
}
@media screen and (min-width: 900px) {
  .woocommerce-checkout main {
    padding-top: 106px;
    padding-bottom: 80px;
  }
}
.woocommerce-checkout .newsletter {
  display: none;
}
.woocommerce-checkout .footer {
  padding: 0;
}
.woocommerce-checkout .footer > .c {
  display: none;
}
.woocommerce-checkout .footer .copyrights {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 900px) {
  .woocommerce-checkout form.woocommerce-checkout {
    display: flex;
    justify-content: space-between;
  }
}
.woocommerce-checkout #customer_details {
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .woocommerce-checkout #customer_details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: calc(100% - 490px);
    width: 100%;
    margin-bottom: 50px;
  }
  .woocommerce-checkout #customer_details:before, .woocommerce-checkout #customer_details:after {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .woocommerce-checkout #customer_details .col-1 {
    max-width: 100%;
    width: 100%;
    padding-bottom: 0;
  }
  .woocommerce-checkout #customer_details .col-1 #order_comments_field {
    margin-bottom: 0;
    padding: 0;
  }
}
.woocommerce-checkout #customer_details .col-1 input {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  border-radius: 8px;
}
@media screen and (min-width: 900px) {
  .woocommerce-checkout #customer_details .col-1 input {
    height: 60px;
    font-size: 16px;
    border-radius: 0;
  }
}
@media screen and (min-width: 900px) {
  .woocommerce-checkout #customer_details .col-2 {
    width: 460px;
    display: flex;
    padding-top: 30px;
  }
}
.woocommerce-checkout #customer_details .col-2 .info-box {
  background: #FFF;
  padding: 15px 20px 10px;
  margin: 20px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 900px) {
  .woocommerce-checkout #customer_details .col-2 .info-box {
    padding: 20px 30px 10px;
  }
}
.woocommerce-checkout #customer_details .col-2 .info-box h5 {
  margin: 10px 0 20px;
  font-size: 16px;
  font-weight: 600;
}
.woocommerce-checkout #customer_details .col-2 .info-box h5:before {
  content: "!";
  width: 24px;
  height: 24px;
  display: inline-block;
  background: #f4c92f;
  color: #FFF;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.woocommerce-checkout #customer_details .col-2 .info-box ul {
  padding: 0;
  margin: 0;
}
.woocommerce-checkout #customer_details .col-2 .info-box ul li {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 1.61;
  padding-left: 35px;
  position: relative;
}
.woocommerce-checkout #customer_details .col-2 .info-box ul li:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  width: 3px;
  height: 3px;
  border: 3px solid #f4c92f;
  border-radius: 6px;
}
.woocommerce-checkout form .form-row-first,
.woocommerce-checkout form .form-row-last {
  width: 100%;
  min-width: 100%;
}
@media screen and (min-width: 900px) {
  .woocommerce-checkout form .form-row-first,
.woocommerce-checkout form .form-row-last {
    width: 49%;
    min-width: 49%;
  }
}
.woocommerce-checkout .woocommerce-billing-fields label,
.woocommerce-checkout .woocommerce-shipping-fields label {
  font-size: 14px;
  margin: 10px 10px 5px;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .woocommerce-checkout .woocommerce-billing-fields label,
.woocommerce-checkout .woocommerce-shipping-fields label {
    font-size: 16px;
  }
}
.woocommerce-checkout .woocommerce-billing-fields label .required,
.woocommerce-checkout .woocommerce-shipping-fields label .required {
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .woocommerce-checkout .woocommerce-billing-fields label .required,
.woocommerce-checkout .woocommerce-shipping-fields label .required {
    font-size: 16px;
  }
}
.woocommerce-checkout .woocommerce-billing-fields input,
.woocommerce-checkout .woocommerce-shipping-fields input {
  width: 100%;
  height: 48px;
  padding: 0 15px;
  font-size: 16px;
  background: #f9f9f9;
  color: #1a2020;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}
.woocommerce-checkout .woocommerce-billing-fields input:focus,
.woocommerce-checkout .woocommerce-shipping-fields input:focus {
  padding: 0 20px;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
}
.woocommerce-checkout #ship-to-different-address {
  display: flex;
  align-items: center;
  margin: 30px 0 35px;
}
.woocommerce-checkout #ship-to-different-address input {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  position: relative;
  top: 3px;
}
.woocommerce-checkout #order_comments_field label {
  font-size: 16px;
  margin: 10px 10px 5px;
}
.woocommerce-checkout #order_comments_field label .optional {
  display: none;
}
.woocommerce-checkout #order_comments {
  width: 100%;
  height: 120px;
  padding: 15px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  background: #f9f9f9;
  color: #1a2020;
  border: 1px solid rgba(0, 0, 0, 0.1);
  resize: none;
  transition: 0.4s;
  border-radius: 8px;
}
@media screen and (min-width: 900px) {
  .woocommerce-checkout #order_comments {
    border-radius: 0;
  }
}
.woocommerce-checkout #order_comments:focus {
  padding: 15px 20px;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
}
@media screen and (min-width: 900px) {
  .woocommerce-checkout #order_review {
    max-width: 450px;
    width: 100%;
    margin-top: -8px;
  }
}
.woocommerce-checkout #order_review table.shop_table {
  background: #f9f9f9;
  border-radius: 0;
  border: none;
}
.woocommerce-checkout #order_review table.shop_table thead .product-name {
  font-size: 0;
}
.woocommerce-checkout #order_review table.shop_table th,
.woocommerce-checkout #order_review table.shop_table td {
  font-size: 14px;
  padding: 15px 0;
}
.woocommerce-checkout #order_review table.shop_table th a, .woocommerce-checkout #order_review table.shop_table th strong,
.woocommerce-checkout #order_review table.shop_table td a,
.woocommerce-checkout #order_review table.shop_table td strong {
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
.woocommerce-checkout #order_review table.shop_table th #shipping_method li,
.woocommerce-checkout #order_review table.shop_table td #shipping_method li {
  margin-bottom: 0;
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .woocommerce-checkout #order_review table.shop_table th,
.woocommerce-checkout #order_review table.shop_table td {
    font-size: 16px;
  }
  .woocommerce-checkout #order_review table.shop_table th a, .woocommerce-checkout #order_review table.shop_table th strong,
.woocommerce-checkout #order_review table.shop_table td a,
.woocommerce-checkout #order_review table.shop_table td strong {
    font-size: 16px;
  }
  .woocommerce-checkout #order_review table.shop_table th #shipping_method li,
.woocommerce-checkout #order_review table.shop_table td #shipping_method li {
    font-size: 16px;
  }
}
.woocommerce-checkout #order_review table.shop_table .cart-subtotal,
.woocommerce-checkout #order_review table.shop_table .woocommerce-shipping-totals {
  display: none;
}
.woocommerce-checkout #order_review table.shop_table .product-name > p {
  display: none;
}
.woocommerce-checkout #order_review table.shop_table .product-name .variation {
  margin: 5px 0;
  opacity: 0.7;
}
.woocommerce-checkout #order_review table.shop_table .product-name .variation dt,
.woocommerce-checkout #order_review table.shop_table .product-name .variation dd {
  font-size: 13px;
  color: #1a2020;
}
.woocommerce-checkout #order_review table.shop_table .product-name .variation dt p,
.woocommerce-checkout #order_review table.shop_table .product-name .variation dd p {
  font-size: 13px;
  margin: 0;
  color: #1a2020;
}
.woocommerce-checkout #order_review table.shop_table .product-total {
  text-align: right;
}
.woocommerce-checkout #order_review table.shop_table .tax-rate {
  display: none;
}
.woocommerce-checkout #order_review table.shop_table .fee th {
  font-weight: 400;
}
.woocommerce-checkout #order_review table.shop_table .fee td span,
.woocommerce-checkout #order_review table.shop_table .fee td bdi {
  font-weight: 400;
}
.woocommerce-checkout #order_review table.shop_table .fee td,
.woocommerce-checkout #order_review table.shop_table .order-total td {
  text-align: right;
}
.woocommerce-checkout #order_review #payment {
  background: rgba(0, 0, 0, 0.05);
  margin-bottom: 50px;
  border-radius: 0;
}
.woocommerce-checkout #order_review #payment ul.payment_methods {
  border-bottom: none;
}
.woocommerce-checkout #order_review #payment label {
  font-size: 16px;
  margin: 10px 10px 5px;
}
.woocommerce-checkout #order_review #payment .payment_box.payment_method_cod {
  background: #f9f9f9;
  font-size: 16px;
  border-radius: 0;
}
.woocommerce-checkout #order_review #payment .payment_box.payment_method_cod:before {
  border-bottom-color: #f9f9f9;
}
.woocommerce-checkout #order_review #payment .payment_box.payment_method_cod p {
  margin: 0;
  font-size: 16px;
}
.woocommerce-checkout #order_review #payment .woocommerce-privacy-policy-text p {
  color: #1a2020;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 10px;
}
.woocommerce-checkout #order_review #payment .woocommerce-privacy-policy-text p a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.woocommerce-checkout #order_review #payment .tos {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.woocommerce-checkout #order_review #payment .tos input {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  position: relative;
  top: 2px;
  cursor: pointer;
}
.woocommerce-checkout #order_review #payment .tos label {
  font-size: 16px;
  color: #1a2020;
  cursor: pointer;
  font-weight: 600;
}
.woocommerce-checkout #order_review #payment #place_order {
  background: #2fac72;
  width: 240px;
  height: 60px;
  display: flex;
  color: #FFF;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  float: none;
  letter-spacing: 0.025em;
  margin: 0 auto 10px;
  font-weight: 700;
  font-size: 15px;
  font-family: "Jost";
  text-transform: uppercase;
  border-radius: 60px;
}
.woocommerce-checkout .woocommerce-privacy-policy-text p {
  display: none;
}
.woocommerce-checkout .includes_tax {
  display: none;
}

/*# sourceMappingURL=woo.css.map */
