/*!
 Theme Name:   Ekoappen Betheme Child
 Author:       Visionmate
 Template:     betheme
 Version:      1.0.0
 Text Domain:  ekoappen
*/
/* colors */
#top_bar * {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.admin-bar .header {
  top: 32px;
}

.admin-bar .ekoappen-menu_wrapper .menu-wrapper {
  padding-top: 32px;
}

#Wrapper {
  padding-top: 130px;
}

@media only screen and (max-width: 782px) {
  .admin-bar .header {
    top: 46px;
  }
  .admin-bar .ekoappen-menu_wrapper .menu-wrapper {
    padding-top: 46px;
  }
}
.header {
  position: relative;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: auto;
  background: #fff;
  z-index: 999;
  min-height: 62px;
}
.header .menu-item {
  list-style: none;
}
.header .menu-item a {
  color: #1A1A1A;
  text-decoration: none;
}

#top_bar {
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding: 20px 20px 10px;
  height: 66px;
  display: flex;
  align-items: center;
  z-index: 10;
  width: 1520px;
  max-width: 100%;
  margin: 0 auto;
}
#top_bar.-open {
  background: #6CA48C;
}
#top_bar .button {
  box-sizing: border-box;
  height: 1.5rem;
  margin-right: 18px;
  margin-top: -2px;
  cursor: pointer;
  display: none;
}
@media (max-width: 1239px) {
  #top_bar .button {
    display: block;
  }
}
#top_bar .button svg {
  stroke: #1A1A1A;
  transition: 0.2s;
}
#top_bar .button svg g:first-child {
  opacity: 1;
  transition: opacity 0s 0.2s;
}
#top_bar .button svg g:first-child line {
  transition: transform 0.2s 0.2s;
  transform: translateY(0px);
}
#top_bar .button svg g:last-child {
  opacity: 0;
  transition: opacity 0s 0.2s;
}
#top_bar .button svg g:last-child line {
  transition: transform 0.2s;
  transform: rotate(0deg);
  transform-origin: center;
}
#top_bar .button.-menu-open svg {
  stroke: #fff;
}
#top_bar .button.-menu-open svg g:first-child {
  opacity: 0;
}
#top_bar .button.-menu-open svg g:first-child line {
  transition: transform 0.2s;
}
#top_bar .button.-menu-open svg g:first-child line:first-child {
  transform: translateY(7px);
}
#top_bar .button.-menu-open svg g:first-child line:last-child {
  transform: translateY(-7px);
}
#top_bar .button.-menu-open svg g:last-child {
  opacity: 1;
}
#top_bar .button.-menu-open svg g:last-child line {
  transition: transform 0.2s 0.2s;
}
#top_bar .button.-menu-open svg g:last-child line:first-child {
  transform: rotate(45deg);
}
#top_bar .button.-menu-open svg g:last-child line:last-child {
  transform: rotate(-45deg);
}
#top_bar .logo {
  margin-right: auto;
}
#top_bar .logo a {
  display: flex;
  align-items: center;
}
#top_bar .logo, #top_bar .ekoappen-search-toggle, #top_bar .button {
  z-index: 9;
  position: relative;
}
#top_bar.-open .logo path.a, #top_bar.-open .ekoappen-search path.a, #top_bar.-search-open .logo path.a, #top_bar.-search-open .ekoappen-search path.a {
  stroke: white;
  fill: white;
}
#top_bar.-open .button svg, #top_bar.-search-open .button svg {
  stroke: #fff;
}
#top_bar .wc-block-mini-cart {
  z-index: 9;
  position: relative;
  margin-top: -2px;
  margin-left: 13px;
  padding: 0;
}
#top_bar .wc-block-mini-cart button {
  box-shadow: none;
  margin-right: 0;
  margin-bottom: 0;
  color: #1a1a1a;
}
#top_bar .wc-block-mini-cart button svg {
  width: 18px;
  height: 18px;
}
#top_bar .wc-block-mini-cart__badge {
  width: 17px;
  height: 17px;
  line-height: 17px;
  font-size: 11px;
  color: #fff;
  border-radius: 3px;
  background-color: #6ca48c;
  border: none;
}
#top_bar #header_user {
  z-index: 9;
  position: relative;
  margin-left: 8px;
  margin-top: -2px;
}
#top_bar #header_user i {
  color: #1a1a1a;
}
#top_bar.-search-open .wc-block-mini-cart, #top_bar.-open .wc-block-mini-cart {
  color: #fff;
}
#top_bar.-search-open .wc-block-mini-cart svg path, #top_bar.-open .wc-block-mini-cart svg path {
  fill: #fff;
}
#top_bar.-search-open .wc-block-mini-cart .wc-block-mini-cart__badge, #top_bar.-open .wc-block-mini-cart .wc-block-mini-cart__badge {
  color: #6ca48c;
  background-color: #fff;
}
#top_bar.-search-open #header_user i, #top_bar.-open #header_user i {
  color: #fff;
}
#top_bar.-search-open .ekoappen-search-toggle {
  margin-top: 7px;
  right: -3px;
}

.wp-block-woocommerce-mini-cart-contents .wc-block-cart-item__product {
  text-align: left;
}
.wp-block-woocommerce-mini-cart-contents .wc-block-components-button.outlined {
  box-shadow: none !important;
  background-color: #6ca48c;
  color: #fff;
  border-radius: 45px;
}
.wp-block-woocommerce-mini-cart-contents .wc-block-components-button.outlined:hover {
  background-color: #6ca48c;
}
.wp-block-woocommerce-mini-cart-contents .wc-block-components-button.contained:hover {
  color: #6ca48c;
}
.wp-block-woocommerce-mini-cart-contents h2.wc-block-mini-cart__title {
  font-size: 1.7em;
  font-weight: 600;
  margin: 4px 16px -40px;
  padding-bottom: 28px;
}

.wc-block-cart-items .wc-block-cart-item__image img {
  border-radius: 8px;
}
.wc-block-cart-items .wc-block-cart-item__image {
  padding-top: 25px !important;
}
.wc-block-cart-items .wc-block-cart-item__product,
.wc-block-cart-items .wc-block-cart-item__total {
  padding-top: 20px !important;
}
.wc-block-cart-items .wc-block-components-product-name {
  font-size: 1.25em;
  font-weight: 600;
}
.wc-block-cart-items .wc-block-components-product-name:hover {
  color: #6ca48c;
}
.wc-block-cart-items .wc-block-components-product-metadata__description {
  line-height: 2;
}
.wc-block-cart-items .wc-block-cart-item__quantity {
  padding: 0 !important;
  line-height: 1;
}

.ekoappen-menu_wrapper .menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 0;
  color: #fff;
  background-color: #6CA48C;
  display: none;
}
.ekoappen-menu_wrapper .menu-wrapper.-open .menu-wrapper-inner {
  overflow: auto;
}
.ekoappen-menu_wrapper .menu-wrapper .menu-wrapper-inner {
  box-sizing: border-box;
  height: 100%;
  padding: 5.125rem 20px 0;
  width: 1520px;
  max-width: 100%;
  margin: 0 auto;
}
.ekoappen-menu_wrapper .menu-wrapper #menu-main-top-menu {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .ekoappen-menu_wrapper .menu-wrapper #menu-main-top-menu {
    flex-direction: row;
  }
}
.ekoappen-menu_wrapper .menu-wrapper #menu-main-top-menu .menu-item.menu-item-has-children {
  padding: 1.375rem 0;
}
@media (min-width: 992px) {
  .ekoappen-menu_wrapper .menu-wrapper #menu-main-top-menu .menu-item.menu-item-has-children {
    flex-basis: 23%;
  }
}
.ekoappen-menu_wrapper .menu-wrapper #menu-main-top-menu .menu-item.menu-item-has-children > a,
.ekoappen-menu_wrapper .menu-wrapper #menu-main-top-menu .menu-item.menu-item-has-children .menu-item {
  font-weight: 400;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.688rem;
  letter-spacing: -0.34px;
}
.ekoappen-menu_wrapper .menu-wrapper #menu-main-top-menu .menu-item.menu-item-has-children > a {
  display: block;
}
@media (min-width: 1500px) {
  .ekoappen-menu_wrapper .menu-wrapper #menu-main-top-menu .menu-item.menu-item-has-children > a {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 3.188rem;
    letter-spacing: -0.65px;
  }
}
@media (min-width: 1920px) {
  .ekoappen-menu_wrapper .menu-wrapper #menu-main-top-menu .menu-item.menu-item-has-children > a {
    font-size: 2.125rem;
  }
}
.ekoappen-menu_wrapper .menu-wrapper #menu-main-top-menu .menu-item.menu-item-has-children .sub-menu {
  margin-top: 0.625rem;
  display: none;
  opacity: 1 !important;
}
@media (min-width: 992px) {
  .ekoappen-menu_wrapper .menu-wrapper #menu-main-top-menu .menu-item.menu-item-has-children .sub-menu {
    display: block;
  }
}
.ekoappen-menu_wrapper .menu-wrapper #menu-main-top-menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
  display: block;
  letter-spacing: 0.51px;
  color: #E8E8E8;
}
@media (min-width: 1920px) {
  .ekoappen-menu_wrapper .menu-wrapper #menu-main-top-menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
    font-size: 1.188rem;
    line-height: 2.25rem;
  }
}

#menu_horizontal {
  display: flex;
  align-items: center;
  width: 1520px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
#menu_horizontal .second-menu {
  display: none;
  height: 3.75rem;
  align-items: center;
}
@media (min-width: 992px) {
  #menu_horizontal .second-menu {
    display: flex;
  }
}
#menu_horizontal .second-menu .menu-item {
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.02em;
  padding-right: 30px;
}
#menu_horizontal .second-menu .menu-item:first-child {
  padding-left: 0;
  border-left: none;
}
#menu_horizontal .second-menu .menu-item:last-child {
  padding-right: 0;
}
#menu_horizontal .second-menu .menu-item > a {
  transition: 0.2s;
  color: #1A1A1A;
  user-select: none;
}
#menu_horizontal .second-menu .menu-item > a:hover {
  color: #6CA48C;
}
#menu_horizontal .second-menu .menu-item > a:hover::after {
  background-color: #6CA48C !important;
}
#menu_horizontal .second-menu .menu-item:hover .sub-menu {
  display: block;
}
#menu_horizontal .second-menu .menu-item .sub-menu {
  position: absolute;
  height: auto;
  display: none;
  padding-top: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
  min-width: 100%;
}
#menu_horizontal .second-menu .menu-item .sub-menu .menu-item {
  font-size: 0.938rem;
  font-weight: 400;
  border: none;
  padding: 0 0.625rem;
}
#menu_horizontal .second-menu .menu-item.menu-item-has-children > a {
  display: flex;
  align-items: center;
}
#menu_horizontal .second-menu .menu-item.menu-item-has-children > a::after {
  transition: 0.2s;
  content: "";
  display: inline-block;
  height: 5px;
  margin-left: 6px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='9' height='5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.93.48C.831.499.763.539.666.636c-.222.222-.248.458-.071.655.032.036.864.756 1.85 1.602C3.751 4.013 4.26 4.44 4.32 4.469a.371.371 0 0 0 .18.038.371.371 0 0 0 .18-.038c.06-.029.569-.456 1.875-1.576.986-.846 1.818-1.566 1.85-1.602.177-.197.151-.433-.071-.655-.167-.167-.327-.203-.509-.113-.07.034-.482.379-1.704 1.426-.886.76-1.616 1.381-1.621 1.381-.005 0-.735-.621-1.621-1.381C1.22.527 1.177.493 1.035.476A.462.462 0 0 0 .93.48' fill-rule='evenodd' fill='%23000'/%3E%3C/svg%3E") no-repeat 50% 50%;
  mask: url("data:image/svg+xml,%3Csvg width='9' height='5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.93.48C.831.499.763.539.666.636c-.222.222-.248.458-.071.655.032.036.864.756 1.85 1.602C3.751 4.013 4.26 4.44 4.32 4.469a.371.371 0 0 0 .18.038.371.371 0 0 0 .18-.038c.06-.029.569-.456 1.875-1.576.986-.846 1.818-1.566 1.85-1.602.177-.197.151-.433-.071-.655-.167-.167-.327-.203-.509-.113-.07.034-.482.379-1.704 1.426-.886.76-1.616 1.381-1.621 1.381-.005 0-.735-.621-1.621-1.381C1.22.527 1.177.493 1.035.476A.462.462 0 0 0 .93.48' fill-rule='evenodd' fill='%23000'/%3E%3C/svg%3E") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 9px;
  background-color: #000;
}
#menu_horizontal .second-menu #menu-item-229 > a::after {
  content: none;
}
#menu_horizontal .third-menu {
  margin-left: auto;
}
#menu_horizontal .third-menu ul {
  display: flex;
}
#menu_horizontal .third-menu .menu-item > a {
  color: #6CA48C;
  font-weight: 600;
}

.ekoappen-search_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 4;
  padding: 104px 20px 0;
  color: #fff;
  background-color: #6CA48C;
  display: none;
}
@media (min-width: 768px) {
  .ekoappen-search_wrapper {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
@media (min-width: 1240px) {
  .ekoappen-search_wrapper {
    padding: 5.125rem 20px;
  }
}
@media (min-width: 1500px) {
  .ekoappen-search_wrapper {
    padding: 104px 20px;
  }
}
.ekoappen-search_wrapper.open {
  display: flex;
  align-items: center;
}
.ekoappen-search_wrapper #searchform {
  position: relative;
  width: 1400px;
  max-width: 100%;
  margin: 100px auto 0;
}
.ekoappen-search_wrapper #searchform i {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ekoappen-search_wrapper #searchform i:before {
  display: none;
}
.ekoappen-search_wrapper #searchform i.icon_search {
  left: 20px;
  background-image: url("assets/images/search@2x.png");
}
.ekoappen-search_wrapper #searchform .icon_close i {
  right: 20px;
  background-image: url("assets/images/reorder-two-outline@2x.png");
}
.ekoappen-search_wrapper #searchform .field {
  width: 100%;
  background: transparent;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  margin: 0;
  box-shadow: none;
  font-family: "Poppins", Arial, Tahoma, sans-serif;
  font-size: 1.1875rem;
  padding: 0 60px;
  padding-bottom: 10px;
  border-radius: 0;
}
.ekoappen-search_wrapper #searchform .field:focus {
  background: transparent !important;
}
.ekoappen-search_wrapper #searchform .field::-webkit-input-placeholder {
  color: #fff;
  font-family: "Poppins", Arial, Tahoma, sans-serif;
  font-size: 1.1875rem;
}
.ekoappen-search_wrapper #searchform .field:-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-family: "Poppins", Arial, Tahoma, sans-serif;
  font-size: 1.1875rem;
}
.ekoappen-search_wrapper #searchform .field::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-family: "Poppins", Arial, Tahoma, sans-serif;
  font-size: 1.1875rem;
}
.ekoappen-search_wrapper #searchform .field:-ms-input-placeholder {
  color: #fff;
  font-family: "Poppins", Arial, Tahoma, sans-serif;
  font-size: 1.1875rem;
}
.ekoappen-search_wrapper #searchform .field::-ms-input-placeholder {
  color: #fff;
  font-family: "Poppins", Arial, Tahoma, sans-serif;
  font-size: 1.1875rem;
}
.ekoappen-search_wrapper #searchform .field::placeholder {
  color: #fff;
  font-family: "Poppins", Arial, Tahoma, sans-serif;
  font-size: 1.1875rem;
}

#Error_404 {
  overflow: initial !important;
  position: initial !important;
  top: initial !important;
  margin-top: initial !important;
  left: initial !important;
}

.ekoappen-top-label {
  margin: 20px auto 50px auto;
  max-width: 740px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 10px rgba(47, 47, 47, 0.0901960784);
  border-radius: 12px;
  padding: 15px 25px;
  box-sizing: border-box;
  color: #6CA48C;
  font-family: "Poppins", Arial, Tahoma, sans-serif;
  font-size: 1.1875rem;
}
.ekoappen-top-label p {
  font-size: 0.75rem;
}
.ekoappen-top-label :last-child {
  margin-bottom: 0;
}

#comment {
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.0705882353);
  border-radius: 12px;
}

#comments > :first-child {
  border: none !important;
}
#comments .commentlist li {
  margin-bottom: 0;
}
#comments .commentlist li ul.children {
  padding-left: 20px;
  border: none;
}
#comments .commentlist > li .photo {
  position: relative !important;
  border: none !important;
  left: auto !important;
  width: 35px !important;
  height: 35px !important;
}
#comments .ekoappen-comment {
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.0705882353);
  border-radius: 12px;
  padding: 15px;
  background: #fff;
  margin-bottom: 30px;
}
#comments .ekoappen-comment .comment-meta .name {
  font-size: 19px;
}
#comments .ekoappen-comment .comment-meta a {
  font-size: 16px;
  color: #7B7B7B;
  text-decoration: none;
}
#comments .ekoappen-comment .comment-meta a:hover {
  color: #7B7B7B;
  text-decoration: none;
}
#comments .ekoappen-comment .comment-meta a.comment-edit-link {
  font-size: 0.8125rem;
}
#comments .ekoappen-comment__author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#comments .ekoappen-comment__author img {
  max-width: 35px;
  border-radius: 50%;
  margin-right: 10px;
}
#comments .ekoappen-comment__content {
  padding-left: 45px;
  font-family: "Poppins", Arial, Tahoma, sans-serif;
  font-size: 13px;
}

div.post-meta-container {
  max-width: 740px;
  padding: 0 20px;
  margin: 0 auto;
  float: none;
  margin-bottom: 20px;
}
div.post-meta-container .row-container {
  margin: 0 1%;
}
div.post-meta-container a, div.post-meta-container a:hover {
  text-decoration: none;
}
div.post-meta-container .post-taxonomies, div.post-meta-container .post-author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
div.post-meta-container .post-taxonomies > a:last-child {
  margin-right: 0;
}
div.post-meta-container .post-meta-row {
  margin: 0 -10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
div.post-meta-container .post-author {
  margin-right: 5px;
}
div.post-meta-container .profile-picture {
  width: 40px;
  height: 40px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.0784313725);
  border-radius: 12px;
  background: #d4d4d4;
  overflow: hidden;
  margin-right: 5px;
}
div.post-meta-container .post-author-name {
  color: #1A1A1A;
}
div.post-meta-container .post-category {
  color: #777777;
  margin-right: 10px;
}
div.post-meta-container .post-meta-item {
  padding: 5px 10px;
  color: #777777;
  font-size: 0.8125rem;
  font-family: "Poppins", Arial, Tahoma, sans-serif;
}
div.post-meta-container .post-meta-item i {
  color: #6CA48C;
}
div.post-meta-container .post-meta-item img {
  vertical-align: middle;
}

.ekoappen-source {
  color: #777777;
  font-size: 0.8125rem;
  font-family: "Poppins", Arial, Tahoma, sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 20px;
}
.ekoappen-source a, .ekoappen-source span {
  text-decoration: underline;
  color: #777777;
  margin-left: 5px;
}
.ekoappen-source a:hover, .ekoappen-source span:hover {
  text-decoration: underline;
  color: #777777;
}

.ekoappen-post-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 90px;
}
.ekoappen-post-footer .share-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1rem;
}
.ekoappen-post-footer .share-simple-wrapper {
  padding: 0;
  border: none;
}
.ekoappen-post-footer .share-simple-wrapper .share-label {
  display: none;
}
.ekoappen-post-footer .share-simple-wrapper .icons > a {
  color: #6CA48C;
  display: none;
}
.ekoappen-post-footer .share-simple-wrapper .icons > a.facebook, .ekoappen-post-footer .share-simple-wrapper .icons > a.twitter, .ekoappen-post-footer .share-simple-wrapper .icons > a.linkedin {
  display: inline-block;
}
.ekoappen-post-footer .share-simple-wrapper .icons > a.facebook i, .ekoappen-post-footer .share-simple-wrapper .icons > a.twitter i, .ekoappen-post-footer .share-simple-wrapper .icons > a.linkedin i {
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ekoappen-post-footer .share-simple-wrapper .icons > a.facebook i:before, .ekoappen-post-footer .share-simple-wrapper .icons > a.twitter i:before, .ekoappen-post-footer .share-simple-wrapper .icons > a.linkedin i:before {
  display: none;
}
.ekoappen-post-footer .share-simple-wrapper .icons > a.facebook i {
  background-image: url("assets/images/facebook@2x.png");
}
.ekoappen-post-footer .share-simple-wrapper .icons > a.twitter i {
  background-image: url("assets/images/twitter@2x.png");
}
.ekoappen-post-footer .share-simple-wrapper .icons > a.linkedin i {
  background-image: url("assets/images/linkedin-green@2x.png");
}
.ekoappen-post-footer .share-simple-wrapper .icons > a:hover {
  color: #6CA48C;
}

.footer-social-icons a > i {
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.footer-social-icons a > i:before {
  display: none;
}
.footer-social-icons a > i.icon-facebook {
  background-image: url("assets/images/facebook-f@2x.png");
}
.footer-social-icons a > i.icon-instagram {
  background-image: url("assets/images/instagram-black@2x.png");
}
.footer-social-icons a > i.icon_youtube {
  background-image: url("assets/images/youtube-black@2x.png");
}
.footer-social-icons a > i.icon_linkedin {
  background-image: url("assets/images/linkedin-black@2x.png");
}

.post-content, #post-comments {
  max-width: 740px;
  padding: 20px 0;
  margin: 0 auto;
  font-size: 1.1875rem;
}
.post-content a, #post-comments a {
  color: #6CA48C;
}
.post-content a:hover, #post-comments a:hover {
  color: #6CA48C;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6, #post-comments h1, #post-comments h2, #post-comments h3, #post-comments h4, #post-comments h5, #post-comments h6 {
  font-weight: 600;
}
.post-content .wp-block-image img, #post-comments .wp-block-image img {
  border-radius: 16px;
}
.post-content .wp-block-image figcaption, #post-comments .wp-block-image figcaption {
  color: #777777;
  font-size: 0.8125rem;
  text-align: center;
}

.pager div.pages {
  background: transparent;
}
.pager div.pages .page {
  border-radius: 50%;
}
.pager div.pages .page.active, .pager div.pages .page:hover {
  background: #6CA48C;
}
.pager div.pages .next_page, .pager div.pages .prev_page {
  color: #6CA48C;
}
.pager div.pages .next_page:hover, .pager div.pages .prev_page:hover {
  color: #6CA48C;
}

.ekoappen-pager {
  text-align: center;
}
.ekoappen-pager .pages {
  display: inline-block;
  margin: 20px 30px 0;
  padding: 4px 3px;
}
.ekoappen-pager a, .ekoappen-pager span {
  border-radius: 50%;
  display: inline-block;
  margin: 0 1px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  color: #a8a8a8;
}
.ekoappen-pager a.current, .ekoappen-pager a:hover, .ekoappen-pager span.current, .ekoappen-pager span:hover {
  background: #6CA48C;
  text-decoration: none;
  color: #fff;
}
.ekoappen-pager .prev, .ekoappen-pager .next {
  width: auto;
  height: auto;
  background: transparent !important;
  color: #6CA48C;
}
.ekoappen-pager .prev:hover, .ekoappen-pager .next:hover {
  color: #6CA48C;
}
.ekoappen-pager .prev {
  margin-right: 30px;
}
.ekoappen-pager .next {
  margin-left: 30px;
}

div.grid .standard-post-item {
  background: transparent !important;
}
div.grid .standard-post-item img {
  border-radius: 16px;
}
div.grid .standard-post-item .aspect-ratio {
  background: rgba(119, 119, 119, 0.5);
}
div.grid .standard-post-item a {
  text-decoration: none;
  color: inherit;
}
div.grid .standard-post-item a:hover {
  text-decoration: none;
  color: inherit;
}
div.grid .standard-post-item__image-link {
  position: relative;
  display: block;
}
div.grid .standard-post-item__content {
  margin-top: 10px;
  display: block;
}
div.grid .standard-post-item__content--title {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
  color: #1A1A1A;
  margin-bottom: 0;
}
div.grid .standard-post-item a.standard-post-item__author-link {
  color: #777777;
  font-size: 0.75rem;
  font-weight: 500;
  display: block;
  line-height: 1;
  font-family: "Poppins", Arial, Tahoma, sans-serif;
  margin-top: 5px;
}
div.grid .standard-post-item a.standard-post-item__author-link:hover {
  text-decoration: underline;
}
div.grid .standard-post-item .sponsored-badge {
  top: 10px;
  right: 10px;
}

.sponsored-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 10px 20px;
  border-radius: 8px;
  background: rgba(87, 87, 86, 0.5);
  backdrop-filter: blur(3px);
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 500;
  font-family: "Poppins", Arial, Tahoma, sans-serif;
  line-height: 1;
  z-index: 1;
}

.post-with-background {
  background: transparent;
  position: relative;
  color: white;
  border-radius: 16px;
  overflow: hidden;
}
.post-with-background a {
  text-decoration: none;
  color: inherit;
}
.post-with-background a:hover {
  text-decoration: none;
  color: inherit;
}
.post-with-background__content {
  display: flex;
  align-items: flex-end;
}
.post-with-background__content--title {
  color: inherit;
  font-size: 1.75rem;
  font-weight: 600;
}
.post-with-background__content--meta {
  color: inherit;
  font-size: 0.75rem;
  font-weight: 500;
  display: block;
  line-height: 1;
}
.post-with-background__content--meta > span {
  display: inline-block;
}
.post-with-background__content--meta .middot {
  width: 15px;
  text-align: center;
}
.post-with-background__content--meta-with-image {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.post-with-background__content--meta-with-image .image {
  width: 35px;
  height: 35px;
  overflow: hidden;
  background: #d4d4d4;
  border-radius: 50%;
  margin-right: 10px;
}
.post-with-background__content--meta-with-image .image img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.post-with-background__content--meta-with-image .meta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.post-with-background__content--meta-with-image .author_name, .post-with-background__content--meta-with-image .post_date {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: #E8E8E8;
  font-family: "Poppins", Arial, Tahoma, sans-serif;
  line-height: 1.5;
}

.content-align {
  padding: 20px;
  width: 100%;
}

.aspect-ratio {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.aspect-ratio.ekoappen-highlighted_big {
  padding-bottom: 67.4698795181%;
}
.aspect-ratio.ekoappen-highlighted_small {
  padding-bottom: 47.1%;
}
.aspect-ratio.ekoappen-article_block {
  padding-bottom: 68.6%;
}
.aspect-ratio.ekoappen-blog_list {
  padding-bottom: 56%;
}
.aspect-ratio.ekoappen-banner_image {
  padding-bottom: 32.7298050139%;
}
.aspect-ratio > .aspect-ratio__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
  display: flex;
  align-items: flex-end;
}
.aspect-ratio > .aspect-ratio__content.center-center {
  align-items: center;
  justify-content: center;
}
.aspect-ratio > .aspect-ratio__content > iframe {
  width: 100%;
  height: 100%;
}
.aspect-ratio .featured-image {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: auto !important;
  max-width: initial !important;
  height: 100% !important;
  transform: translate(-50%, -50%);
}
.aspect-ratio.with-overlay:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.aspect-ratio.with-radius {
  border-radius: 16px;
}

.with-radius .hotspots-interaction img {
  border-radius: 16px;
}

.with-radius .hotspots-image-container,
.with-radius .leaflet-container {
  background: transparent !important;
}

.center-form {
  justify-content: center !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.blogger-category-filter {
  margin: 10px 1%;
}
.blogger-category-filter__inner {
  margin: 0 -16px;
}
.blogger-category-filter__inner a {
  color: #1F1F1F;
  display: inline-block;
  padding: 5px 16px;
  font-size: 1.75rem;
  font-weight: 500;
  font-family: "Poppins", Arial, Tahoma, sans-serif;
}
.blogger-category-filter__inner a:hover {
  color: inherit;
  text-decoration: none;
}
.blogger-category-filter__inner a.active {
  color: #6CA48C;
}
.blogger-category-filter__inner--return > a {
  color: #7B7B7B;
  font-family: "Poppins", Arial, Tahoma, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.ekoappen-blogger-header, .author-item {
  margin: 0 1%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .ekoappen-blogger-header, .author-item {
    flex-direction: row;
  }
}
.ekoappen-blogger-header__picture, .author-item__picture {
  flex: 0 0 auto;
  width: 180px;
}
.ekoappen-blogger-header__picture--wrapper, .author-item__picture--wrapper {
  width: 150px;
  height: 150px;
  position: relative;
  background: #d4d4d4;
  border-radius: 50%;
  overflow: hidden;
}
.ekoappen-blogger-header__picture--wrapper > img, .author-item__picture--wrapper > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ekoappen-blogger-header__content, .author-item__content {
  flex: 1 1 auto;
}
.ekoappen-blogger-header__content--name, .author-item__content--name {
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1.2;
}
.ekoappen-blogger-header__content--description, .author-item__content--description {
  color: #7B7B7B;
  font-family: "Poppins", Arial, Tahoma, sans-serif;
  font-size: 1.4375rem;
  font-weight: 400;
  line-height: 36px;
}

.ekoappen-lists .ekoappen-page-header__excerpt {
  color: #7B7B7B;
  font-family: "Poppins", Arial, Tahoma, sans-serif;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 36px;
}

.author-item {
  margin: 0;
  padding: 45px;
  box-sizing: border-box;
  min-height: 230px;
}
.author-item__picture {
  width: 150px;
}
.author-item__picture--wrapper {
  width: 120px;
  height: 120px;
}
.author-item__content--name {
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
.author-item__content--name img {
  margin-left: 20px;
}
.author-item__content--description {
  color: #7B7B7B;
  font-family: "Poppins", Arial, Tahoma, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 36px;
}

.ekoappen-authors-list .post-item {
  box-shadow: 0px 6px 32px rgba(47, 47, 47, 0.0901960784);
  border-radius: 16px;
}
.ekoappen-authors-list .post-item a {
  text-decoration: none;
}
.ekoappen-authors-list .post-item a:hover {
  text-decoration: none;
}

.blogg-page .ekoappen-page-header__title, .our-bloggers .ekoappen-page-header__title, .page-template-ekoappen-partners .ekoappen-page-header__title, .page-template-ekoappen-offers .ekoappen-page-header__title {
  padding: 0;
  max-width: 100%;
}
.blogg-page .ekoappen-page-header__excerpt, .our-bloggers .ekoappen-page-header__excerpt, .page-template-ekoappen-partners .ekoappen-page-header__excerpt, .page-template-ekoappen-offers .ekoappen-page-header__excerpt {
  padding: 0;
  max-width: 100%;
}

.tag .ekoappen-page-header__title {
  max-width: 980px;
}
.tag .ekoappen-page-header__excerpt {
  max-width: 980px;
}

#Content blockquote {
  background: transparent;
}

.ekoappen-page-header {
  margin: 0 1%;
}
.ekoappen-page-header > .featured-image {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
.ekoappen-page-header__title {
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1.2;
  max-width: 740px;
  padding: 0 20px;
  margin: 0 auto;
}
.ekoappen-page-header__excerpt {
  color: #313131;
  font-family: "Poppins", Arial, Tahoma, sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 36px;
  max-width: 740px;
  padding: 0 20px;
  margin: 0 auto;
}
.ekoappen-page-header > .ekoappen-page-header__excerpt {
  margin-top: 30px;
}
.ekoappen-page-header .featured-image {
  border-radius: 16px;
}
.ekoappen-page-header .featured-image__caption {
  color: #777777;
  font-size: 0.8125rem;
}
.ekoappen-page-header .aspect-ratio {
  margin-top: 30px;
}
.ekoappen-page-header .aspect-ratio .ekoappen-page-header__title, .ekoappen-page-header .aspect-ratio .ekoappen-page-header__excerpt {
  color: #fff;
  margin-bottom: 0;
}
.ekoappen-page-header .aspect-ratio .content-align {
  max-width: 720px;
  text-align: center;
}

.ekoappen-badges {
  display: flex;
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 3;
}
.ekoappen-badges__badge {
  flex: 1 1 auto;
  padding: 10px 20px;
  margin: 5px 10px;
  border-radius: 8px;
  background: rgba(87, 87, 86, 0.5);
  backdrop-filter: blur(3px);
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 500;
  font-family: "Poppins", Arial, Tahoma, sans-serif;
  line-height: 1;
}

.inner-content {
  margin: 0 1%;
}

.ekoappen-featured-posts {
  margin: 0 -10px;
}
@media screen and (min-width: 768px) {
  .ekoappen-featured-posts {
    display: grid;
    grid-template-columns: 59% 42%;
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: column;
  }
}
@media screen and (min-width: 768px) {
  .ekoappen-featured-posts .featured-item:first-child {
    grid-row-end: span 2;
  }
}
.ekoappen-featured-posts .featured-item > a {
  padding: 10px;
  display: block;
}
.ekoappen-featured-posts .featured-item__title {
  color: #fff;
}

.ekoappen-blogg-category {
  margin: 50px 0;
}
.ekoappen-blogg-category .section_wrapper {
  max-width: 980px;
}

.subtitle-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 1%;
}
.subtitle-container .subtitle {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
.subtitle-container .show-all {
  color: #6CA48C;
  text-decoration: none;
  font-size: 1.1875rem;
  font-weight: 500;
  font-family: "Poppins", Arial, Tahoma, sans-serif;
}
.subtitle-container .show-all:hover {
  text-decoration: none;
}

.mixed-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.mixed-grid .grid-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mixed-grid .grid-item {
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .mixed-grid .grid-item {
    width: 33.3333333333%;
  }
}
.mixed-grid .grid-item .aspect-ratio {
  padding-bottom: 84.6153846154%;
}
.mixed-grid .grid-item:nth-child(5n+1), .mixed-grid .grid-item:nth-child(5n+2) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mixed-grid .grid-item:nth-child(5n+1), .mixed-grid .grid-item:nth-child(5n+2) {
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .mixed-grid .grid-item:nth-child(5n+1), .mixed-grid .grid-item:nth-child(5n+2) {
    width: 50%;
  }
  .mixed-grid .grid-item:nth-child(5n+1) .aspect-ratio, .mixed-grid .grid-item:nth-child(5n+2) .aspect-ratio {
    padding-bottom: 55.9322033898%;
  }
}
.mixed-grid .grid-item > a {
  position: relative;
  display: block;
  padding: 10px;
}

.ekoappen-related-articles {
  padding: 50px 0;
  background: #F9F9F9;
}
.ekoappen-related-articles .column {
  margin-bottom: 0;
}
.ekoappen-related-articles .posts_group {
  margin-bottom: 30px;
}

.ekoappen-front-page__section {
  padding: 70px 0;
}
.ekoappen-front-page__section.featured_articles_section .ekoappen-front-page__section--inner {
  max-width: 1520px;
}
.ekoappen-front-page__section.ad_block .ekoappen-front-page__section--inner {
  max-width: 980px;
}
.ekoappen-front-page__section.blogg_articles {
  background: #F7F7F7;
}
.ekoappen-front-page__section--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.ekoappen-front-page__section--header__title {
  font-size: 1.75rem;
  font-weight: 600;
  font-family: "Poppins", Arial, Tahoma, sans-serif;
  color: #303336;
}
.ekoappen-front-page__section--header__readmore {
  font-size: 1.1875rem;
  font-weight: 500;
  font-family: "Poppins", Arial, Tahoma, sans-serif;
  color: #6CA48C;
  text-decoration: none;
  justify-self: flex-end;
}
.ekoappen-front-page__section--header__readmore:hover {
  text-decoration: none;
  color: #6CA48C;
}
.ekoappen-front-page__section--header__readmore img {
  vertical-align: middle;
  margin-left: 5px;
}
.ekoappen-front-page__section--inner {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1200px;
  box-sizing: border-box;
}
.ekoappen-front-page__section--inner img {
  max-width: 100%;
  height: auto;
}
.ekoappen-front-page__section--inner .grid.front-page {
  margin: 0 -25px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.ekoappen-front-page__section--inner .grid.front-page .post-item {
  padding: 0 25px 75px 25px;
  margin: 0;
  width: 100%;
  float: none;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .ekoappen-front-page__section--inner .grid.front-page .post-item {
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .ekoappen-front-page__section--inner .grid.front-page .post-item {
    width: 33.3333333333%;
  }
}
.ekoappen-front-page__section--inner .grid.front-page .post-item img {
  width: 100%;
}

.offer_item {
  padding: 2.1875rem 1.25rem;
  box-shadow: 0px 6px 32px rgba(47, 47, 47, 0.0901960784);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .offer_item {
    flex-direction: row;
    align-items: flex-start;
    padding: 4.375rem 2.688rem;
  }
  .offer_item.has-additional-content {
    padding-bottom: 30px;
  }
}
.offer_item .logo {
  margin-right: 1.875rem;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #D5D8EA;
  border: 1px solid #D5D8EA;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  overflow: hidden;
}
.offer_item--description {
  margin-top: 1.3rem;
}
@media (min-width: 768px) {
  .offer_item--description {
    margin-top: 0;
  }
}
.offer_item--description .read-more {
  text-align: left;
  text-decoration: underline;
  font-family: "Poppins", Arial, Tahoma, sans-serif;
  letter-spacing: -0.48px;
  color: #6CA48C;
  margin-left: 10px;
}
.offer_item--description .additional-content {
  letter-spacing: -0.37px;
  color: #7B7B7B;
  font-size: 1rem;
  line-height: 2.0625rem;
  margin-top: 20px;
}
.offer_item--description h5 {
  margin-bottom: 0.6rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.5rem;
  display: flex;
  align-items: center;
  letter-spacing: -0.65px;
}
@media (min-width: 768px) {
  .offer_item--description h5 {
    font-size: 2.125rem;
    line-height: 3.125rem;
  }
}
.offer_item--description h5 span {
  margin-left: 16px;
}
.offer_item--description > div {
  font-size: 1rem;
  letter-spacing: -0.48px;
  color: #7B7B7B;
  line-height: 1.6rem;
}
@media (min-width: 768px) {
  .offer_item--description > div {
    font-size: 1.25rem;
    line-height: 2.063rem;
  }
}

.ekoappen-post-categories {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .ekoappen-post-categories {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.ekoappen-post-categories > a {
  display: flex;
  align-items: center;
  color: #313131;
  font-weight: 400;
  letter-spacing: 0.51px;
  font-family: "Poppins", Arial, Tahoma, sans-serif;
  text-decoration: none;
  margin-right: 25px;
  font-size: 1.1875rem;
  margin-bottom: 5px;
}
.ekoappen-post-categories > a:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("assets/images/tag@2x.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
  flex: 0 0 auto;
}
.ekoappen-post-categories > a:hover {
  text-decoration: none;
  color: #313131;
}

.mcwp-main-wrapper .mcwp-form {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(assets/images/newsletter-bg-2.jpg);
  background-color: #eef0f2;
  background-size: 110% auto;
  background-repeat: no-repeat;
  background-position: 35% 90%;
  box-shadow: 0 3px 14px rgba(47, 47, 47, 0.1019607843);
  padding: 100px 60px;
  border-radius: 16px;
  opacity: 1;
}
.mcwp-main-wrapper .mcwp-form__title {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0;
  color: #1F1F1F;
  opacity: 1;
}
.mcwp-main-wrapper .mcwp-form__terms {
  margin: 16px 0;
}
.mcwp-main-wrapper .mcwp-form a {
  font-size: 12px;
  color: #777;
}
.mcwp-main-wrapper .mcwp-form input[type=email] {
  display: inline-block;
  border-radius: 6px;
  opacity: 1;
}
.mcwp-main-wrapper .mcwp-form input[type=submit] {
  display: inline-block;
  background: #78A28D 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px rgba(120, 162, 141, 0.2352941176);
  border-radius: 6px;
  opacity: 1;
}

.mcwp-footer-wrapper .mcwp-form {
  background-color: transparent;
}
.mcwp-footer-wrapper .mcwp-form__title {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0;
  color: #1a1a1a;
  opacity: 1;
}
.mcwp-footer-wrapper .mcwp-form__terms {
  margin: 8px 0 14px;
  line-height: 1;
}
.mcwp-footer-wrapper .mcwp-form a {
  font-size: 11px;
  color: #777 !important;
}
.mcwp-footer-wrapper .mcwp-form input[type=email] {
  display: inline-block;
  border-radius: 6px;
  font-size: 14px;
  color: #1a1a1a;
  height: 33px;
  width: auto;
  opacity: 1;
}
.mcwp-footer-wrapper .mcwp-form input[type=submit] {
  display: inline-block;
  background: #78A28D 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px rgba(120, 162, 141, 0.2352941176);
  border-radius: 6px;
  height: 33px;
  width: auto;
  padding: 0 20px;
  opacity: 1;
}

.um-wrapper {
  display: flex;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.um-wrapper .um-form-logo {
  display: block;
  margin: 0 auto;
  transform: scale(0.5);
}
.um-wrapper .um {
  margin-bottom: 0 !important;
}
.um-wrapper .um .um-form {
  background-color: #fff;
  padding: 34px;
  border-radius: 10px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.um-wrapper .um .um-form input[type=submit].um-button {
  background-color: #6ca48c;
}
.um-wrapper .um .um-form input[type=submit].um-button:hover {
  background-color: #588f77;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.um-wrapper .um .um-form .um-field-label {
  margin: 0;
}
.um-wrapper .um .um-form .um-field-label label {
  font-size: 12px !important;
  font-weight: normal !important;
  color: #1a1a1a !important;
  margin: 0 !important;
}
.um-wrapper .um .um-form .um-field-area input.um-form-field {
  border: 1px solid #D5D8EA !important;
  border-radius: 6px;
}
.um-wrapper .um .um-form .um-field-area input.um-form-field:focus {
  border-color: #4B527B !important;
  background-color: #fff !important;
}
.um-wrapper .um .um-form .um-field-error {
  background: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #e53935;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
.um-wrapper .um .um-form .um-field-error .um-field-arrow {
  display: none;
}
.um-wrapper .um .um-form .um-field-checkbox-option, .um-wrapper .um .um-form .um-field-radio-option {
  margin: 0px 0px 0px 24px;
  font-size: 12px;
  font-weight: normal;
}
.um-wrapper .um .um-form .um-field-checkbox-state i {
  font-size: 24px;
  line-height: 16px;
}
.um-wrapper .um .um-form .um-field-checkbox.active i {
  color: #6ca48c;
}
.um-wrapper .um .um-form p.um-notice {
  font-size: 12px;
  padding: 8px !important;
  margin: 8px 0 0 0 !important;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.um-wrapper .um .um-form p.um-notice i {
  top: 3px;
}
.um-wrapper .um .um-form p.um-notice.err {
  background-color: #e53935;
}
.um-wrapper .um .um-form .um-toggle-gdpr {
  color: #7b7b7b;
}

.search .post-item {
  border-radius: 1rem;
}
.search .post-item .post-footer {
  display: none;
}
.search .post-item .post-excerpt {
  margin: 0;
}

#Content .ekoappen-single-article, #Content .added-padding {
  box-sizing: border-box;
  padding: 0 20px;
}

.category .ad-space, .ekoappen-single-article .ad-space {
  margin: 20px auto;
}

.category .ad-space {
  max-width: 980px;
  padding: 0 20px;
}

.ekoappen-single-article .ad-space {
  max-width: 740px;
}

.home-button-ng__wrapper {
  margin-top: 44px;
}
.home-button-ng__wrapper .home-button-ng {
  color: #fff;
  background: #78A28D 0 0 no-repeat padding-box;
  box-shadow: 0 3px 6px rgba(120, 162, 141, 0.2352941176);
  border-radius: 6px;
  height: 33px;
  width: auto;
  padding: 10px 20px;
  opacity: 1;
}
.home-button-ng__wrapper .home-button-ng:hover {
  text-decoration: none;
  color: #fff;
}

.ekoappen-quiz__results {
  padding: 40px 0;
}
.ekoappen-quiz__results--score {
  padding-bottom: 30px;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 46px;
  color: #1A1A1A;
}
.ekoappen-quiz__results--score span {
  font-size: 26px;
  color: #7B7B7B;
}
.ekoappen-quiz__results--wrong-answers {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 60px;
  color: #1A1A1A;
}
.ekoappen-quiz__results .ekoappen-quiz__results--form-row input {
  width: 100% !important;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.0705882353);
  border-radius: 12px;
}
.ekoappen-quiz__results .ekoappen-quiz__results--form-row p {
  font-size: 16px;
  color: #1A1A1A;
}
.ekoappen-quiz__results .ekoappen-quiz__results--retake {
  background: #6CA48C 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 17px rgba(108, 164, 140, 0.262745098);
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding: 10px 30px;
}
.ekoappen-quiz__results .ekoappen-quiz__results--retake:hover {
  text-decoration: none;
  color: #FFFFFF;
}
.ekoappen-quiz__question {
  padding: 40px 0;
}
.ekoappen-quiz__question--title, .ekoappen-quiz__question--count {
  font-weight: 700;
  color: #1A1A1A;
}
.ekoappen-quiz__question--count {
  padding-bottom: 30px;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 46px;
}
.ekoappen-quiz__question--count span {
  font-size: 26px;
  color: #7B7B7B;
}
.ekoappen-quiz__question--title {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 60px;
}
.ekoappen-quiz__question--answer {
  margin-bottom: 20px;
}
.ekoappen-quiz__question--answer input {
  display: none;
}
.ekoappen-quiz__question--answer p {
  background: #F8F9FA 0% 0% no-repeat padding-box;
  border-radius: 10px;
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 400;
  line-height: 40px;
  padding: 30px 50px;
  cursor: pointer;
}
.ekoappen-quiz__question--answer input:checked + p {
  background-color: #C2DECA;
}
.ekoappen-quiz__question--submit {
  background: #6CA48C 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 17px rgba(108, 164, 140, 0.262745098);
  border-radius: 10px;
  opacity: 1;
  width: 100%;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

/* 404 error page */
.error404 #Error_404 {
  margin: 40px auto !important;
}
.error404 #Error_404 .error_desk p .button {
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  .error404 #Error_404 .error_desk p .button {
    font-size: 16px;
  }
}
.error404 .ekoappen-front-page__section--inner {
  display: flex;
  flex-direction: column-reverse;
}

.hide-ads .ad-space,
.hide-ads .bsa_pro_ajax_load {
  display: none !important;
}

.page-template-page-lecturers .ekoappen-authors-list {
  margin: 100px 0;
}

/* 2023 Community */
.full-width-page .ekoappen-single-article {
  padding: 0 !important;
}
.full-width-page .post-content, .full-width-page #post-comments {
  max-width: 1480px;
  margin: 0 auto;
}
.full-width-page .section_wrapper,
.full-width-page .container {
  max-width: 1480px;
  margin: 0 auto;
}
.full-width-page .one.column {
  width: 100%;
  float: none;
  margin: 0;
}
.full-width-page .ekoappen-page-header__title {
  max-width: 100%;
  font-weight: 500;
}
.full-width-page .ekoappen-page-header__title {
  font-size: 44px !important;
}
.full-width-page h1, .full-width-page h2, .full-width-page h3, .full-width-page h4, .full-width-page h5, .full-width-page h6 {
  font-weight: 500;
  color: #000;
  letter-spacing: -0.045em;
}
.full-width-page h1.wp-block-heading {
  font-size: 2.86875em;
  line-height: 123%;
}
.full-width-page h2.wp-block-heading {
  font-size: 2.125em;
  line-height: 123%;
}
.full-width-page p {
  letter-spacing: -0.045em !important;
}
.full-width-page .wp-block-button__link {
  padding: 14px 21px;
  font-size: 16px;
  font-weight: 500;
  line-height: 123%;
  letter-spacing: -0.045em;
  transition: 0.3s ease all;
}
.full-width-page .wp-block-button__link:hover {
  text-decoration: none;
}
.full-width-page #Content .post-content p {
  color: #000 !important;
}

.wp-block-cover .wp-block-cover__image-background {
  height: 100% !important;
}

.newsletter-form-plain {
  color: #000 !important;
  margin-top: 180px;
  margin-bottom: 180px;
}
@media screen and (max-width: 991px) {
  .newsletter-form-plain {
    margin-top: 140px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .newsletter-form-plain {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
.newsletter-form-plain > h2 {
  font-size: 2.125em !important;
  line-height: 123%;
  letter-spacing: -0.045em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .newsletter-form-plain > h2 {
    margin-bottom: 10px;
  }
}
.newsletter-form-plain > p {
  font-size: 16px;
  letter-spacing: -0.045em;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .newsletter-form-plain > p {
    margin-bottom: 25px;
  }
}
.newsletter-form-plain .gform_wrapper.gravity-theme .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  align-items: flex-start;
}
.newsletter-form-plain .gform_wrapper.gravity-theme .gform_fields .gfield--type-email {
  width: 400px;
  max-width: 100%;
}
.newsletter-form-plain .gform_wrapper.gravity-theme .gform_fields .gfield--type-email input {
  border: 1px solid #EBECEF;
  border-radius: 10px;
  padding: 25px 21px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 123%;
  height: 0;
}
.newsletter-form-plain .gform_wrapper.gravity-theme .gform_fields .gfield--type-email input::placeholder {
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: -0.045em !important;
  color: #9EA3AE !important;
}
.newsletter-form-plain .gform_wrapper.gravity-theme .gform_fields .gfield--type-submit {
  flex-shrink: 0;
}
.newsletter-form-plain .gform_wrapper.gravity-theme .gform_fields .gfield--type-submit input[type=submit] {
  border-radius: 10px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: -0.045em !important;
  transition: 0.3s ease all;
  padding: 18px 21px !important;
}
.newsletter-form-plain .gform_wrapper.gravity-theme .gform_fields .gfield--type-submit input[type=submit]:hover {
  background-color: #6ca48c;
}

.gform_wrapper .gform_validation_errors {
  width: 800px !important;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px !important;
}

.gform_wrapper.gravity-theme .gform-body .gfield_validation_message,
.gform_wrapper.gravity-theme .gform-body .validation_message {
  display: block;
  padding: 0;
  background: none;
  border: none;
  text-align: left;
  margin-top: 8px !important;
  font-size: 13px !important;
  line-height: 18.59px !important;
}

.page-template-page-fraga-experterna .subtitle {
  font-weight: 500;
  font-size: 34px;
  line-height: 51px;
  letter-spacing: -0.035em;
}
.page-template-page-fraga-experterna .subtitle-container {
  margin: 0;
}
.page-template-page-fraga-experterna .ekoappen-experts-section-search-wrapper {
  border: 0;
}
.page-template-page-fraga-experterna .ekoappen-experts-section-search-wrapper input {
  border-bottom: 1px solid #D5D8EA;
  transition: border 0.3s ease-in-out;
}
.page-template-page-fraga-experterna .ekoappen-experts-section-search-wrapper input:focus {
  border-color: #303336;
}
.page-template-page-fraga-experterna .ekoappen-experts-section-search-wrapper .field {
  font-size: 19px;
  line-height: 32px;
  letter-spacing: -0.03em;
  padding: 12px 0;
  color: #727785;
}
.page-template-page-fraga-experterna .ekoappen-experts-section-search-wrapper svg {
  right: 0;
}
.page-template-page-fraga-experterna .ekoappen-experts-section-search-wrapper svg .a {
  fill: #30374E;
}
.page-template-page-fraga-experterna .ekoappen-authors-list {
  margin-top: 25px;
}
.page-template-page-fraga-experterna .ekoappen-authors-list .post-item {
  border: 1px solid #F1F2F4;
  box-shadow: 0px 10px 26px rgba(26, 26, 26, 0.02);
  border-radius: 16px;
  margin-bottom: 18px;
  transition: border 0.3s ease-in-out;
}
.page-template-page-fraga-experterna .ekoappen-authors-list .post-item:hover {
  border-color: #D5D8EA;
}
.page-template-page-fraga-experterna .ekoappen-authors-list .post-item .question-item {
  padding: 26px 26px 32px;
}
.page-template-page-fraga-experterna .ekoappen-authors-list .post-item h2 {
  font-size: 26px;
  line-height: 39px;
  letter-spacing: -0.035em;
  color: #1A1A1A;
  display: flex;
  align-items: center;
}
.page-template-page-fraga-experterna .ekoappen-authors-list .post-item h2 img {
  width: 15px;
  margin-left: 8px;
}
.page-template-page-fraga-experterna .ekoappen-authors-list .post-item .question-item__meta-wrapper {
  display: flex;
  align-items: center;
}
.page-template-page-fraga-experterna .ekoappen-authors-list .post-item .question-item__meta--author {
  font-weight: 400;
  font-size: 16px;
  line-height: 17.6px;
  letter-spacing: -0.03em;
  color: #4B5059;
}
.page-template-page-fraga-experterna .ekoappen-authors-list .post-item .question-item__meta--author div {
  margin-bottom: 2px;
  color: #84899C;
  font-size: 14px;
  line-height: 15px;
}
.page-template-page-fraga-experterna .ekoappen-authors-list .post-item .question-item__picture {
  width: auto;
  margin-right: 11px;
}
.page-template-page-fraga-experterna .ekoappen-authors-list .post-item .question-item__picture--wrapper {
  width: 40px;
  height: 40px;
}
.page-template-page-fraga-experterna .ekoappen-authors-list .post-item .question-item__meta--answer-date {
  font-size: 18px;
  line-height: 26px;
  text-align: right;
  position: absolute;
  right: 32px;
  top: 39px;
  letter-spacing: -0.035em;
  color: #7B7B7B;
}
@media screen and (max-width: 768px) {
  .page-template-page-fraga-experterna .ekoappen-authors-list .post-item .question-item__meta--answer-date {
    position: static;
    right: auto;
    top: auto;
    text-align: left;
  }
}
.page-template-page-fraga-experterna .ekoappen-authors-list .post-item .question-item__title {
  padding-right: 100px;
}
@media screen and (max-width: 768px) {
  .page-template-page-fraga-experterna .ekoappen-authors-list .post-item .question-item__title {
    margin-bottom: 5px;
  }
}
.page-template-page-fraga-experterna .ekoappen-authors-list .post-item .question-item__content {
  font-size: 16px;
  line-height: 160%;
  color: #4B5059;
  margin: 17px 0 22px;
  width: 850px;
  max-width: 100%;
}
.page-template-page-fraga-experterna .gform_required_legend {
  display: none;
}
.page-template-page-fraga-experterna .gform_wrapper.gravity-theme .qa-form .gfield_label {
  font-size: 18px !important;
  line-height: 162%;
  letter-spacing: -0.045em;
  font-weight: 400;
  color: #0B0E14 !important;
  margin-bottom: 5px;
}
.page-template-page-fraga-experterna .gform_wrapper.gravity-theme .qa-form input[type=text],
.page-template-page-fraga-experterna .gform_wrapper.gravity-theme .qa-form input[type=email],
.page-template-page-fraga-experterna .gform_wrapper.gravity-theme .qa-form textarea {
  margin: 6px 0 34px;
  padding: 12px 0;
  font-size: 16px !important;
  line-height: 162%;
  letter-spacing: -0.045em;
  color: #84899C;
  border: none;
  border-bottom: 1px solid #EBECEF;
  border-radius: 0;
  box-shadow: none;
  transition: border 0.3s ease-in-out;
}
.page-template-page-fraga-experterna .gform_wrapper.gravity-theme .qa-form input[type=text]:focus,
.page-template-page-fraga-experterna .gform_wrapper.gravity-theme .qa-form input[type=email]:focus,
.page-template-page-fraga-experterna .gform_wrapper.gravity-theme .qa-form textarea:focus {
  background: none !important;
  border-color: #303336;
}
.page-template-page-fraga-experterna .gform_wrapper.gravity-theme .qa-form input[type=text]::placeholder,
.page-template-page-fraga-experterna .gform_wrapper.gravity-theme .qa-form input[type=email]::placeholder,
.page-template-page-fraga-experterna .gform_wrapper.gravity-theme .qa-form textarea::placeholder {
  color: #84899C;
  font-size: 16px !important;
  line-height: 162%;
  letter-spacing: -0.045em;
}
.page-template-page-fraga-experterna .gform_wrapper.gravity-theme .qa-form textarea {
  margin-bottom: 35px;
}
.page-template-page-fraga-experterna .gform_wrapper.gravity-theme .qa-form .gfield--type-consent {
  margin: 6px 0 34px;
  width: 100%;
  max-width: 645px;
}
.page-template-page-fraga-experterna .gform_wrapper.gravity-theme .qa-form .gfield--type-consent label {
  max-width: 100%;
  margin: 0;
  margin-left: 8px;
  display: block;
  text-align: left;
  color: #1F1F1F !important;
  font-weight: 400;
  font-size: 13px !important;
  line-height: 160%;
  letter-spacing: -0.055em;
}
.page-template-page-fraga-experterna .gform_wrapper.gravity-theme .qa-form .gfield--type-consent input {
  margin-top: 3px;
  margin-left: 0;
}
.page-template-page-fraga-experterna .gform_wrapper.gravity-theme .qa-form .ginput_container_consent {
  display: flex;
  align-items: flex-start;
}
.page-template-page-fraga-experterna .gform_wrapper.gravity-theme .qa-form .gfield--type-captcha {
  -ms-grid-column-span: 9 !important;
  grid-column: span 9 !important;
}
@media (max-width: 640px) {
  .page-template-page-fraga-experterna .gform_wrapper.gravity-theme .qa-form .gfield--type-captcha {
    grid-column: span 12 !important;
  }
}
.page-template-page-fraga-experterna .gform_wrapper.gravity-theme .qa-form #field_submit {
  -ms-grid-column-span: 3 !important;
  grid-column: span 3 !important;
  justify-content: flex-end;
  align-self: center !important;
}
@media (max-width: 640px) {
  .page-template-page-fraga-experterna .gform_wrapper.gravity-theme .qa-form #field_submit {
    grid-column: span 12 !important;
    justify-content: flex-start;
    margin-top: 20px;
  }
}
.page-template-page-fraga-experterna .gform_wrapper.gravity-theme .qa-form #field_submit input {
  margin-top: 0;
  margin-right: 0;
  border-radius: 45px;
  padding: 14px 25px;
  font-size: 16px;
}
.page-template-page-fraga-experterna .gform_wrapper.gravity-theme .qa-form .gform_validation_errors {
  margin: 0 0 34px !important;
}
.page-template-page-fraga-experterna .gform_confirmation_wrapper .gform_confirmation_message {
  background: none !important;
  border: 1px solid #6CA48C !important;
  border-radius: 16px !important;
}
.page-template-page-fraga-experterna #Content .wp-block-cover h1.wp-block-heading {
  color: #fff !important;
  font-size: 3.4em !important;
}
@media screen and (max-width: 768px) {
  .page-template-page-fraga-experterna #Content .wp-block-cover h1.wp-block-heading {
    font-size: 2.55em !important;
  }
}
@media screen and (max-width: 360px) {
  .page-template-page-fraga-experterna #Content .wp-block-cover h1.wp-block-heading {
    font-size: 2.01875em !important;
  }
}

.questions-load-more {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.questions-load-more__btn {
  cursor: pointer;
  display: block;
  border-radius: 45px;
  padding: 5px 20px;
  background-color: #fff;
  color: #1A1A1A;
  border: 1px solid #F1F2F4;
  font-size: 16px;
  transition: border 0.3s ease-in-out;
}
.questions-load-more__btn:hover {
  text-decoration: none;
  color: #1A1A1A;
  border-color: #D5D8EA;
}

.questions-notice {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 160%;
  color: #000;
  margin: 40px 0 10px;
}

div#wpadminbar ~ span.select2-container,
body.admin-bar > span.select2-container {
  margin-top: -32px !important;
}

@media screen and (max-width: 782px) {
  div#wpadminbar ~ span.select2-container,
  body.admin-bar > span.select2-container {
    margin-top: -46px !important;
  }
}
.ekoappen-featured-posts {
  grid-template-columns: 59% 41%;
}

/* 2023 WooCommerce */
#Content .woocommerce-error.alert,
#Content .woocommerce-info.alert,
#Content .woocommerce-message.alert {
  padding: 15px 20px 15px 90px !important;
  font-size: 18px;
}
#Content .woocommerce-error.alert .alert_icon,
#Content .woocommerce-info.alert .alert_icon,
#Content .woocommerce-message.alert .alert_icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
#Content .alert .wc-forward {
  margin-right: 35px;
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  font-size: 85% !important;
}
.woocommerce .woocommerce-MyAccount-content address,
.woocommerce-page .woocommerce-MyAccount-content address {
  font-size: 85% !important;
}
.woocommerce #Content,
.woocommerce-page #Content {
  margin-bottom: 40px;
}
.woocommerce #Content .section_wrapper,
.woocommerce-page #Content .section_wrapper {
  padding: 0 20px !important;
  max-width: 100% !important;
}
@media only screen and (min-width: 1460px) {
  .woocommerce #Content .section_wrapper,
  .woocommerce #Content .container,
  .woocommerce-page #Content .section_wrapper,
  .woocommerce-page #Content .container {
    max-width: 1480px !important;
  }
}
.woocommerce #Content .one.column,
.woocommerce-page #Content .one.column {
  width: 100%;
  margin: 0;
  float: none;
}
.woocommerce #Content .product.modern .product_wrapper .summary .product_title,
.woocommerce #Content .product.modern .product_wrapper .summary .price,
.woocommerce #Content .product.modern .product_wrapper .summary .cart,
.woocommerce #Content .product.modern .product_wrapper .summary .description,
.woocommerce-page #Content .product.modern .product_wrapper .summary .product_title,
.woocommerce-page #Content .product.modern .product_wrapper .summary .price,
.woocommerce-page #Content .product.modern .product_wrapper .summary .cart,
.woocommerce-page #Content .product.modern .product_wrapper .summary .description {
  width: 100%;
  max-width: 100%;
  text-align: left;
  float: none;
}
.woocommerce #Content .product.modern .product_wrapper .summary .price,
.woocommerce-page #Content .product.modern .product_wrapper .summary .price {
  margin-bottom: 20px;
}
.woocommerce #Content .product.modern .product_wrapper .summary .description,
.woocommerce-page #Content .product.modern .product_wrapper .summary .description {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 0;
  margin-top: 30px;
}
.woocommerce #Content .product.modern .product_wrapper .summary .woocommerce-product-details__short-description,
.woocommerce-page #Content .product.modern .product_wrapper .summary .woocommerce-product-details__short-description {
  width: 100%;
  float: none;
}
.woocommerce #Content .product.modern .product_wrapper .summary .cart .button,
.woocommerce-page #Content .product.modern .product_wrapper .summary .cart .button {
  float: none;
}

@media only screen and (min-width: 1240px) {
  .woocommerce-cart #Content .ekoappen-page-header__title,
  .woocommerce-cart #Content .post-content,
  .woocommerce-cart #Content #post-comments {
    max-width: 1480px;
  }
}
.woocommerce-cart #Content .column.one {
  width: 100%;
  margin: 0;
  float: none;
}
.woocommerce-cart #Content table.shop_table {
  overflow: hidden;
  margin-bottom: 40px;
}
.woocommerce-cart #Content table.shop_table th,
.woocommerce-cart #Content table.shop_table td {
  padding: 15px 10px !important;
}
.woocommerce-cart #Content table.shop_table img {
  border-radius: 6px;
}
.woocommerce-cart #Content .wc-proceed-to-checkout {
  padding-top: 0;
}
@media only screen and (min-width: 769px) {
  .woocommerce-cart #Content .shop_table .product-name {
    width: 45%;
  }
}
.woocommerce-cart #Content .shop_table .product-name a {
  font-size: 18px;
}
.woocommerce-cart #Content .product-quantity {
  display: none;
}
.woocommerce-cart #Content button[name=update_cart] {
  display: none;
}
.woocommerce-cart #Content table.cart td.actions .coupon {
  display: flex;
  align-items: center;
}
.woocommerce-cart #Content table.cart td.actions .coupon label {
  margin-right: 15px;
  margin-bottom: 0;
}
.woocommerce-cart #Content table.cart td.actions .coupon .input-text {
  width: 250px;
}

@media only screen and (min-width: 1240px) {
  .woocommerce-checkout #Content .ekoappen-page-header__title,
  .woocommerce-checkout #Content .post-content,
  .woocommerce-checkout #Content #post-comments {
    max-width: 1480px;
  }
}
.woocommerce-checkout #Content .column.one {
  width: 100%;
  margin: 0;
  float: none;
}
.woocommerce-checkout #Content .select2-selection__rendered {
  line-height: 38px;
}
.woocommerce-checkout #Content .select2-container .select2-selection--single {
  height: 42px;
}
.woocommerce-checkout #Content .select2-selection__arrow {
  height: 41px;
}
.woocommerce-checkout #Content .form-row textarea {
  height: 10em;
}
.woocommerce-checkout .select2-container--default .select2-search--dropdown .select2-search__field {
  height: 42px;
  margin-bottom: 0;
}
.woocommerce-checkout .select2-results__option {
  height: 42px;
  line-height: 30px;
}

.woocommerce-shop #Content {
  margin-bottom: 35px;
}
.woocommerce-shop #Content .woocommerce-products-header__title {
  font-weight: 500;
  font-size: 48px;
  line-height: 123%;
  letter-spacing: -0.045em;
  margin-bottom: 32px;
}

.community-links,
.shop.products,
.related.products {
  border: 0 !important;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 6.375em;
}
.community-links.products-lecturer,
.shop.products.products-lecturer,
.related.products.products-lecturer {
  margin-bottom: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .community-links,
  .shop.products,
  .related.products {
    padding-top: 0 !important;
  }
}
.community-links > h2,
.shop.products > h2,
.related.products > h2 {
  margin-bottom: 20px;
}
.community-links > h2 small a,
.shop.products > h2 small a,
.related.products > h2 small a {
  font-size: 18px !important;
  line-height: 162%;
  letter-spacing: -0.045em;
  color: #717171;
  font-weight: 400;
  margin-left: 7px;
  transition: 0.2s ease color;
}
.community-links > h2 small a:hover,
.shop.products > h2 small a:hover,
.related.products > h2 small a:hover {
  color: #6ca48c;
}
.community-links .row,
.shop.products .row,
.related.products .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.community-links ul.products,
.shop.products ul.products,
.related.products ul.products {
  margin-left: -1%;
  margin-right: -1%;
}
.community-links ul.products li.product .desc,
.shop.products ul.products li.product .desc,
.related.products ul.products li.product .desc {
  padding: 15px 0;
}
.community-links ul.products li.product .desc h4,
.shop.products ul.products li.product .desc h4,
.related.products ul.products li.product .desc h4 {
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0;
  font-size: 1.5rem !important;
  letter-spacing: -0.4px;
}
.community-links ul.products li.product .desc h4 a:hover,
.shop.products ul.products li.product .desc h4 a:hover,
.related.products ul.products li.product .desc h4 a:hover {
  color: #6ca48c;
  transition: 0.3s;
}
.community-links ul.products li.product .excerpt,
.shop.products ul.products li.product .excerpt,
.related.products ul.products li.product .excerpt {
  margin: 10px 0;
  font-size: 1rem;
  line-height: 1.5;
}
.community-links ul.products .image_frame,
.shop.products ul.products .image_frame,
.related.products ul.products .image_frame {
  border: 0;
}
.community-links ul.products .image_frame .image_wrapper,
.shop.products ul.products .image_frame .image_wrapper,
.related.products ul.products .image_frame .image_wrapper {
  box-shadow: 0 15px 40px 0 rgba(47, 47, 47, 0.1);
  border-radius: 16px;
}

.product-item-wrapper {
  width: calc(25% - 15px);
}
@media screen and (max-width: 1280px) {
  .product-item-wrapper {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}
@media screen and (max-width: 991px) {
  .product-item-wrapper {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 580px) {
  .product-item-wrapper {
    width: 100%;
  }
}
.product-item-wrapper--large {
  width: calc(50% - 15px);
}
@media screen and (max-width: 1280px) {
  .product-item-wrapper--large {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}
@media screen and (max-width: 991px) {
  .product-item-wrapper--large {
    width: 100%;
  }
}
.product-item-wrapper--large .product-item {
  padding: 4.36%;
  aspect-ratio: 365/273.5;
}
@media screen and (max-width: 1280px) {
  .product-item-wrapper--large .product-item {
    padding: 8.92%;
    aspect-ratio: 365/557;
  }
}
@media screen and (max-width: 991px) {
  .product-item-wrapper--large .product-item {
    padding: 4.36%;
    aspect-ratio: 365/273.5;
  }
}
@media screen and (max-width: 580px) {
  .product-item-wrapper--large .product-item {
    padding: 8.92%;
    aspect-ratio: 365/557;
  }
}
.product-item-wrapper--large .product-item .product-info h2 {
  font-size: 3.4em;
  margin-bottom: 15px;
}
@media screen and (max-width: 1280px) {
  .product-item-wrapper--large .product-item .product-info h2 {
    font-size: 2.7625em;
  }
}
.product-item-wrapper--page .product-item .product-info h2 {
  width: 100%;
  font-size: 1.540625em;
  text-align: left;
}

.product-item {
  aspect-ratio: 365/557;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 12px;
  overflow: hidden;
  font-size: 16px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 8.92%;
}
.product-item:hover {
  text-decoration: none;
}
.product-item:hover .product-info {
  margin-bottom: 15px;
}
.product-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 37.43%, rgba(0, 0, 0, 0) 48.56%);
  transition: background-image 0.3s ease-in-out;
}
.product-item .product-info {
  width: 100%;
  z-index: 1;
  text-align: center;
  letter-spacing: -0.045em;
  transition: all 0.3s ease-in-out;
}
.product-item .product-info h2 {
  font-size: 1.9125em;
  margin-bottom: 10px;
  line-height: 130%;
  font-weight: 500;
  letter-spacing: -0.045em;
}
.product-item .product-info p {
  font-size: 1.0625em;
  line-height: 135.5%;
}
.product-item .product-info p:first-of-type {
  margin-bottom: 2px;
}

.products-narrow .product-item-wrapper {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 1280px) {
  .products-narrow .product-item-wrapper {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 991px) {
  .products-narrow .product-item-wrapper {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 580px) {
  .products-narrow .product-item-wrapper {
    width: 100%;
  }
}

@media only screen and (min-width: 1240px) {
  .woocommerce-order-received #Content .ekoappen-page-header__title,
  .woocommerce-order-received #Content .post-content,
  .woocommerce-order-received #Content #post-comments {
    max-width: 1480px;
  }
}
.woocommerce-order-received #Content .column.one {
  width: 100%;
  margin: 0;
  float: none;
}
.woocommerce-order-received #Content .post-content ul li {
  list-style: none;
}
.woocommerce-order-received #Content ul.order_details li {
  padding-left: 2em;
}
.woocommerce-order-received #Content .woocommerce-customer-details address::before {
  content: none;
}
.woocommerce-order-received #Content .shop_table .product-name a {
  font-size: 18px;
}
.woocommerce-order-received #Content .order-again {
  display: none;
}

.woocommerce-account #Content {
  color: #313131;
}
@media only screen and (min-width: 1240px) {
  .woocommerce-account #Content .ekoappen-page-header__title,
  .woocommerce-account #Content .post-content,
  .woocommerce-account #Content #post-comments {
    max-width: 1480px;
  }
}
.woocommerce-account #Content .woocommerce-MyAccount-content p {
  letter-spacing: normal !important;
}
.woocommerce-account #Content .woocommerce-MyAccount-content header > h3 {
  margin-top: 0 !important;
}
.woocommerce-account #Content .woocommerce-MyAccount-content header > a {
  font-size: 16px;
}
.woocommerce-account #Content .woocommerce-MyAccount-content .woocommerce-Message {
  padding: 15px 20px 15px 90px !important;
  font-size: 18px;
}
.woocommerce-account #Content .woocommerce-MyAccount-content .woocommerce-Message:before {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.woocommerce-account #Content .woocommerce-MyAccount-content .woocommerce-Message .woocommerce-Button {
  background-color: #9b812e !important;
  color: #fff !important;
  padding: 7px 15px !important;
  font-size: 16px !important;
}
.woocommerce-account #Content .post-content .woocommerce-MyAccount-navigation ul {
  padding-left: 0;
}
.woocommerce-account #Content .post-content .woocommerce-MyAccount-navigation li {
  list-style: none;
}
.woocommerce-account #Content .post-content .woocommerce-MyAccount-navigation li a {
  color: #313131;
  border: none;
  box-shadow: 0px 6px 32px rgba(47, 47, 47, 0.0901960784);
  border-radius: 6px;
  padding-left: 15px;
}
.woocommerce-account #Content .post-content .woocommerce-MyAccount-navigation li.is-active a {
  color: #fff;
  font-weight: 600;
}
.woocommerce-account #Content .post-content .woocommerce-MyAccount-navigation li:first-child {
  margin-top: 0;
}
.woocommerce-account #Content .column.one {
  width: 100%;
  margin: 0;
  float: none;
}
.woocommerce-account #Content address::before {
  content: none;
}
.woocommerce-account #Content .edit-account fieldset {
  margin-top: 40px;
}
.woocommerce-account #Content .addresses address {
  font-size: 18px;
}
.woocommerce-account #Content .order-again {
  display: none;
}

.product-purchased {
  padding: 8px 10px;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
  position: absolute;
  left: 15px;
  top: 15px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.image_frame .image_wrapper .image_links {
  display: none;
}

.woocommerce.single-product .content_wrapper .related.products {
  margin-top: 60px;
}
.woocommerce.single-product .product_wrapper h2,
.woocommerce.single-product .product_wrapper h3,
.woocommerce.single-product .related.products h2,
.woocommerce.single-product .related.products h3 {
  font-weight: 500;
  font-size: 1.5111111111em;
  line-height: 162%;
  letter-spacing: -0.045em;
  color: #000;
}
.woocommerce.single-product .product_wrapper h2,
.woocommerce.single-product .related.products h2 {
  font-size: 1.7em !important;
  line-height: 162% !important;
  letter-spacing: -0.045em;
}
.woocommerce.single-product .product_wrapper h3,
.woocommerce.single-product .related.products h3 {
  font-size: 1.0625em !important;
  line-height: 1.5 !important;
  letter-spacing: -0.045em;
}
.woocommerce.single-product .product_wrapper .single-product-thumbnail {
  border-radius: 12px;
  display: block;
  overflow: hidden;
  position: relative;
}
.woocommerce.single-product .product_wrapper .single-product-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.woocommerce.single-product .product_wrapper .single-product-thumbnail .countdown {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  flex-wrap: wrap;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  user-select: none;
}
.woocommerce.single-product .product_wrapper .single-product-thumbnail .countdown p, .woocommerce.single-product .product_wrapper .single-product-thumbnail .countdown div {
  width: 100%;
  text-align: center;
}
.woocommerce.single-product .product_wrapper .single-product-thumbnail .countdown p {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: -0.025em;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}
.woocommerce.single-product .product_wrapper .single-product-thumbnail .countdown div {
  font-weight: 500;
  font-size: 3.4em;
  line-height: 1.5;
  letter-spacing: -0.04em;
}
.woocommerce.single-product .product_wrapper .single-product-video {
  border-radius: 12px;
  overflow: hidden;
  padding: 56.25% 0 0 0;
  position: relative;
}
.woocommerce.single-product .product_wrapper .single-product-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.woocommerce.single-product .product_wrapper .product_top {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce.single-product .product_wrapper .product_top .breadcrumb {
  width: 100%;
  order: 1;
  color: #6c6c6c;
  font-size: 16px;
  letter-spacing: -0.045em;
  margin-bottom: 4px;
}
.woocommerce.single-product .product_wrapper .product_top .breadcrumb nav {
  margin-bottom: 0;
}
.woocommerce.single-product .product_wrapper .product_top .product_title {
  order: 2;
  font-weight: 500;
  font-size: 2.2666666667em;
  line-height: 123%;
  letter-spacing: -0.045em;
  color: #000000;
  margin-bottom: 0;
  margin-right: auto;
}
.woocommerce.single-product .product_wrapper .product_top .price {
  display: none;
}
.woocommerce.single-product .product_wrapper .product_top .product_custom_details {
  order: 5;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 135.5%;
  letter-spacing: -0.045em;
  color: #000000;
  margin-top: 14px;
  margin-bottom: 3.08125em;
}
@media screen and (max-width: 991px) {
  .woocommerce.single-product .product_wrapper .product_top .product_custom_details {
    margin-top: 10px;
    margin-bottom: 1.859375em;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce.single-product .product_wrapper .product_top .product_custom_details {
    margin-top: 7px;
    margin-bottom: 1.009375em;
  }
}
.woocommerce.single-product .product_wrapper .product_top .product_custom_details a {
  color: inherit;
}
.woocommerce.single-product .product_wrapper .product_top form {
  margin-left: auto;
  order: 3;
  margin-bottom: 0;
}
.woocommerce.single-product .product_wrapper .product_top .single_add_to_cart_button {
  padding: 7.5px 24px;
  border-radius: 45px;
  border: 1px solid #6ca48c;
  background-color: #fff;
  color: #000000;
  font-weight: 500;
  font-size: 0.9444444444em;
  line-height: 1.7em;
  letter-spacing: -0.045em;
  float: none;
}
.woocommerce.single-product .product_wrapper .product_top .single_add_to_cart_button:hover::after {
  content: none;
}
.woocommerce.single-product .product_wrapper .product_top .product_subscribe {
  order: 4;
  margin-left: 5px;
}
.woocommerce.single-product .product_wrapper .product_top .product_subscribe .ekoappen-button {
  border: 1px solid #6ca48c;
  padding: 7.5px 24px;
  border-radius: 45px;
  font-size: 0.9444444444em;
  line-height: 1.7em;
  margin-bottom: 0;
}
.woocommerce.single-product .product_wrapper .product_content {
  display: flex;
  margin-bottom: 6.375em;
}
.woocommerce.single-product .product_wrapper .product_content > div:first-child {
  width: 878px;
  max-width: 100%;
  margin-right: auto;
}
.woocommerce.single-product .product_wrapper .product_content > div:nth-child(2) {
  width: 493px;
  max-width: 100%;
}
.woocommerce.single-product .product_wrapper .product_description_text {
  font-size: 0.9444444444em;
  line-height: 162%;
  color: #000;
  letter-spacing: -0.045em;
}
.woocommerce.single-product .product_wrapper .product_lecturer img {
  display: block;
  width: 20%;
  height: auto;
  border-radius: 50%;
}
.woocommerce.single-product .product_wrapper .product_lecturer h3 {
  margin-top: 0.7555555556em;
  margin-bottom: 5px;
}
.woocommerce.single-product .product_wrapper .product_lecturer p {
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  letter-spacing: -0.045em;
  color: #4e4e4e;
}

.single_add_to_cart_button {
  padding: 0.7171875em 1.275em !important;
  display: flex !important;
  align-items: center;
  background-color: #6CA48C !important;
  color: #fff !important;
  border-radius: 45px !important;
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  float: none !important;
  text-align: left;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 123%;
  letter-spacing: -0.045em;
}
.single_add_to_cart_button::before {
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 9px;
  position: relative;
  top: -1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM188.3 147.1c-7.6 4.2-12.3 12.3-12.3 20.9V344c0 8.7 4.7 16.7 12.3 20.9s16.8 4.1 24.3-.5l144-88c7.1-4.4 11.5-12.1 11.5-20.5s-4.4-16.1-11.5-20.5l-144-88c-7.4-4.5-16.7-4.7-24.3-.5z'/%3E%3C/svg%3E");
  mask-size: cover;
  width: 16px;
}
.single_add_to_cart_button::after {
  border-radius: 45px !important;
}
.single_add_to_cart_button + span {
  position: absolute;
  top: 0;
  right: 1.275em;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 123%;
  letter-spacing: -0.045em;
  pointer-events: none;
}

.d-flex {
  display: flex;
}

.semibold {
  font-weight: 600 !important;
}

.bold {
  font-weight: 700 !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.text-center {
  text-align: center !important;
}

.video-form-footer {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.video-form-footer .woocommerce-Price-amount {
  font-weight: 600 !important;
  font-size: 2.55em !important;
  line-height: 123% !important;
  letter-spacing: -0.045em !important;
  color: #000;
}
.video-form-footer .price {
  margin-bottom: 20px;
}
.video-form-footer small {
  display: block;
  font-weight: 500 !important;
  line-height: 123% !important;
  font-size: 16px;
  letter-spacing: -0.045em;
  color: #727785;
}

.btn-rounded {
  border-radius: 45px !important;
}

.text-small {
  font-size: 12px !important;
  line-height: 1rem;
}

.product_top .cart {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .d-sm-block {
    display: block !important;
  }
}

.btn-single {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .btn-single {
    margin-top: 20px;
  }
}

.image-rounded {
  width: 4.35625em;
  border-radius: 50%;
  margin-bottom: 7px;
}

@media screen and (max-width: 768px) {
  .mobile-text-center {
    text-align: center !important;
  }
}

#Content .post-content .text-white,
.text-white {
  color: #fff !important;
}

.single-product-col-main {
  width: calc(100% - 365px - 20px);
}
@media screen and (max-width: 991px) {
  .single-product-col-main {
    width: calc(70% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .single-product-col-main {
    width: 100%;
  }
}

.single-product-col-side {
  width: 365px;
  margin-left: 20px;
}
@media screen and (max-width: 991px) {
  .single-product-col-side {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .single-product-col-side {
    width: 100%;
  }
}

.product-price {
  margin-bottom: 3.878125em;
}
@media screen and (max-width: 991px) {
  .product-price {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .product-price {
    margin-bottom: 2.125em;
  }
}
@media screen and (max-width: 991px) {
  .product-price .single-product-col-main {
    width: 100%;
  }
}
.product-price .single-product-col-side {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 991px) {
  .product-price .single-product-col-side {
    width: 100%;
    margin-left: 0;
  }
}
.product-price .single-product-col-side > div {
  border: 1px solid #F1F2F4;
  border-radius: 12px;
  padding: 9.5%;
  font-weight: 400;
  font-size: 0.85em;
  line-height: 123%;
  letter-spacing: -0.045em;
  color: #727785;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .product-price .single-product-col-side > div {
    margin-top: 10px;
    width: 100%;
    padding: 26px 22px;
  }
}
.product-price .single-product-col-side > div .video-form-footer {
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .product-price .single-product-col-side > div .video-form-footer {
    width: 350px;
    max-width: 100%;
  }
}
.product-price ul {
  margin-bottom: 1.328125em;
}
.product-price ul li {
  padding: 0.371875em 0;
  font-size: 16px;
  line-height: 150%;
  display: flex;
}
.product-price ul li::before {
  flex-shrink: 0;
  content: "";
  background: url("assets/images/check-circle.svg") no-repeat 0 50%;
  margin-right: 5px;
  padding-left: 20px;
  position: relative;
  top: -1px;
}

.product-description .single-product-col-main {
  padding-right: 40px;
}
@media screen and (min-width: 991px) {
  .product-description .single-product-col-main {
    width: clamp(0px, 100% - 365px - 20px, 1000px);
  }
}
.product-description .single-product-col-side {
  margin-left: auto;
  color: #727785;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.045em;
}
@media screen and (max-width: 768px) {
  .product-description .single-product-col-side {
    margin-top: 30px;
  }
}
.product-description .single-product-col-side h3 small {
  color: #727785 !important;
  display: block;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px;
  letter-spacing: -0.045em;
}
.product-description .single-product-col-side h3 a:hover span {
  text-decoration: underline;
}
.product-description .product_description_text {
  color: #4B5059 !important;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 160% !important;
}

.woocommerce div.product form.cart {
  margin-bottom: 1.115625em;
  margin-top: auto;
  position: relative;
}
.woocommerce div.product form.cart + .single-product-add-to-cart-text {
  display: block;
}

.single-product-add-to-cart-text {
  display: none;
  line-height: 160.5%;
  letter-spacing: -0.045em;
}

.single-product-purchased-text {
  margin-top: auto;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
}
.single-product-purchased-text i {
  margin-right: 5px;
  font-size: 24px;
  color: #6ca48c;
}
.single-product-purchased-text i::before {
  margin-left: -3px;
}

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

.related-product-item {
  height: 500px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.related-product-item .related-info {
  text-align: center;
  padding-top: 90%;
}
.related-product-item .related-info p, .related-product-item .related-info h2 {
  line-height: 1rem !important;
}

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