@charset "UTF-8";
/* Grid breakpoints */
/* Colors */
.topbar-wrapp {
  height: 38px;
}
@media (min-width: 768px) {
  .topbar-wrapp {
    height: 32px;
  }
}
@media (max-width: 767.98px) {
  .topbar-wrapp .top-bar-left {
    text-align: left;
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  .topbar-wrapp .topbar-menu {
    display: unset;
  }
}
.topbar-wrapp .topbar-menu ul li {
  line-height: 38px;
}
@media (min-width: 768px) {
  .topbar-wrapp .topbar-menu ul li {
    line-height: 32px;
  }
}

.main-header .main-nav {
  width: 40%;
}
.main-header .main-nav .menu li a {
  color: #898989;
}
.main-header .site-logo {
  padding: 0;
  text-align: center;
  width: 30%;
}
@media (min-width: 768px) {
  .main-header .site-logo {
    width: 20%;
  }
}
.main-header .right-column {
  width: 70%;
}
@media (min-width: 768px) {
  .main-header .right-column {
    width: 40%;
  }
}
@media (max-width: 767.98px) {
  .main-header .right-column .wishlist-info-widget {
    display: none;
  }
}
.main-header .right-column .lang-nav {
  display: inline-block;
  width: 10%;
}
.main-header .right-column .lang-nav .menu-item-has-children > a {
  color: #28a8af;
  font-weight: bold;
}

.main-header ~ .page-title .container,
.main-header ~ .main-page-wrapper .page-title .container {
  width: 100%;
  padding: 0;
}

@media (max-width: 767.98px) {
  .nav-shop .basel-show-categories {
    display: inline-block;
  }
}
.nav-shop .basel-product-categories .shop-all-link {
  display: none;
}
@media (max-width: 767.98px) {
  .nav-shop .basel-product-categories {
    padding: 20px 35px 35px 35px;
    height: auto !important;
  }
}
@media (max-width: 767.98px) {
  .nav-shop .basel-product-categories li {
    padding: 5px 0;
  }
}
.nav-shop .basel-product-categories li a {
  text-align: left;
  text-transform: none;
  padding: 0;
}
@media (min-width: 768px) {
  .nav-shop .basel-product-categories li a {
    text-align: center;
    padding: 0 10px;
  }
}
@media (max-width: 767.98px) {
  .nav-shop .basel-product-categories li .children li {
    padding: 0 15px;
  }
}
.nav-shop .basel-product-categories li.wc-default-cat {
  display: block;
}
@media (min-width: 768px) {
  .nav-shop .basel-product-categories li.wc-default-cat {
    display: inline-block;
  }
}
.nav-shop .cat-item-65,
.nav-shop .cat-item-51,
.nav-shop .cat-item-447,
.nav-shop .cat-item-374,
.nav-shop .cat-item-424 {
  display: none;
}

.main-footer .social-sites {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 15px;
}
.main-footer .social-sites li {
  text-transform: uppercase;
  padding-right: 30px;
  margin-bottom: 0;
}
.main-footer .social-sites li:first-child {
  display: inline-block;
  flex-basis: 100%;
  text-transform: uppercase;
  padding-right: 0;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .main-footer .social-sites li:first-child {
    padding-right: 75px;
    flex-basis: initial;
    margin-bottom: 0;
  }
}
.main-footer .social-sites li:last-child {
  display: flex;
  align-items: center;
}
.main-footer .social-sites li:last-child::after {
  content: "/globero.hu";
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  padding-left: 20px;
}
.main-footer .social-sites li a {
  color: #28a8af !important;
}
.main-footer .social-sites li i {
  font-size: 3.2rem;
}
.main-footer .social-sites h2 {
  font-size: 2rem;
  color: #28a8af;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .main-footer .social-sites h2 {
    font-size: 2.4rem;
  }
}

.footer-container .widget-area {
  padding: 30px 0 20px 0;
}
.footer-container .footer-column {
  margin-bottom: 0;
}
.footer-container .footer-widget:last-child {
  margin-bottom: 30px;
}
.footer-container .footer-widget .widget-title {
  padding-bottom: 10px;
}
.footer-container .footer-widget .widget-title:before {
  background-color: #28a8af;
}
.footer-container.color-scheme-light .main-footer + .copyrights-wrapper .min-footer {
  border-top: 1px solid #28a8af;
  padding-top: 35px;
  padding-bottom: 35px;
}

#footer-icons .icons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#footer-icons .icons .hover {
  display: none;
}
#footer-icons .icon {
  text-decoration: none;
  color: #252222;
  padding: 0 10px;
  flex: 0 1 100%;
}
@media (min-width: 768px) {
  #footer-icons .icon {
    flex: 0 1 50%;
  }
}
@media (min-width: 992px) {
  #footer-icons .icon {
    flex: 0 0 33%;
  }
}
@media (min-width: 1366px) {
  #footer-icons .icon {
    flex: 0 1 20%;
  }
}
#footer-icons .icon:hover {
  background: #28a8af;
  color: #fff;
}
#footer-icons .icon figure {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  #footer-icons .icon figure {
    justify-content: center;
  }
}
#footer-icons .icon figure img,
#footer-icons .icon figure svg {
  height: 80px;
  width: 80px;
}
#footer-icons .icon:hover img {
  display: none;
}
#footer-icons .icon:hover .hover {
  display: block;
}
#footer-icons .icon figcaption {
  margin-left: 10px;
  line-height: 1.3;
}

html {
  font-size: 62.5%;
  /* 1rem = 10px */
}

body {
  font-size: 14px;
  /* px fallback */
  font-size: 1.4rem;
  /* default font-size for document */
  line-height: 1.6;
}

html,
body {
  overflow-x: hidden;
}

.main-page-wrapper {
  background: #faf8f7;
}

/* Frontpage */
.home .site-content {
  margin-bottom: 0;
}
.home .section-slider div#n2-ss-3 .n2-ss-control-bullet {
  left: 65px !important;
}
@media (max-width: 480px) {
  .home .section-slider div#n2-ss-3 .n2-ss-control-bullet {
    left: 15px !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .home .section-slider div#n2-ss-3 .n2-ss-control-bullet {
    left: 35px !important;
  }
}
@media (max-width: 767px) {
  .home .section-slider .nextend-arrow {
    display: none !important;
  }
  .home .section-slider .n2-ss-control-bullet-horizontal {
    bottom: 0 !important;
  }
  .home .section-slider .nextend-bullet-bar > div {
    padding: 3px !important;
  }
}
@media (max-width: 767.98px) {
  .home .section-feature-icons {
    display: none;
  }
}
.home .section-featured-product-categories {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .home .section-featured-product-categories {
    margin-top: 10px;
  }
}
.home .section-featured-product-categories h2 {
  font-size: 2.4rem !important;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .home .section-featured-product-categories h2 {
    font-size: 3.2rem !important;
    margin-bottom: 20px;
  }
}
.home .section-featured-product-categories .promo-banner {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .home .section-featured-product-categories .promo-banner {
    margin-bottom: 0;
  }
}
.home .section-featured-product-categories .banner-inner {
  background: rgba(0, 0, 0, 0.45);
  padding: 10px;
}
.home .section-featured-product-categories .banner-inner h3 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 0;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .home .section-featured-product-categories .banner-inner h3 {
    font-size: 2.4rem;
    text-align: left;
  }
}
.home .section-new-and-onsale {
  min-height: 250px;
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .home .section-new-and-onsale {
    display: none;
  }
}
.home .section-new-and-onsale .vc_column-inner {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  background-size: cover;
}
.home .section-new-and-onsale h2 {
  font-size: 2.4rem !important;
  margin-bottom: 5px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .home .section-new-and-onsale h2 {
    font-size: 3.2rem !important;
    margin-bottom: 10px !important;
  }
}
.home .section-new-and-onsale .column-new .vc_column-inner {
  align-items: flex-end !important;
  padding-right: 75px;
}
.home .section-new-and-onsale .column-new .vc_column-inner h2 {
  margin-bottom: 0;
}
.home .section-new-and-onsale .column-onsale .vc_column-inner {
  align-items: flex-start !important;
  padding-left: 75px;
}
.home .section-new-and-onsale .column-onsale .vc_column-inner h2 {
  margin-bottom: 0;
}
.home .section-new-and-onsale .basel-button-wrapper {
  margin: 20px 0 0 0;
}
.home .section-new-and-onsale .btn-inline {
  background: #565758;
  padding: 15px 80px 10px 80px;
}
.home .section-new-and-onsale .btn {
  background: #565758;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.8rem;
  border: none;
  padding: 0 0 5px 0;
}
.home .section-new-and-onsale .home-contacts-address {
  font-size: 3.2rem !important;
}
@media (min-width: 992px) {
  .home .section-new-mobile {
    display: none;
  }
}
.home .section-new-mobile .title-wrapper {
  padding: 40px 0;
}
.home .section-new-mobile .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 0;
}
.home .section-new-mobile .title-after_title {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1rem;
}
.home .section-new-mobile .btn {
  width: 100%;
  background: #565758;
}
@media (min-width: 992px) {
  .home .section-new-and-onsale-mobile {
    display: none;
  }
}
.home .section-new-and-onsale-mobile .title-wrapper {
  padding: 40px 0;
}
.home .section-new-and-onsale-mobile .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 0;
}
.home .section-new-and-onsale-mobile .title-after_title {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1rem;
}
.home .section-new-and-onsale-mobile .btn {
  width: 100%;
  background: #565758;
}
.home .section-featured-products .basel-hover-standard .product-element-top {
  border: none;
}
.home .section-featured-products .title-wrapper .title-after_title {
  margin-bottom: 30px;
}
.home .section-featured-products .star-rating {
  display: none;
}
.home .section-featured-products .vc_column-inner {
  padding-top: 0;
}
.home .section-contacts {
  min-height: 250px;
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .home .section-contacts {
    padding: 0 15px 15px 15px;
    display: none;
  }
}
.home .section-contacts .vc_column-inner {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  background-size: cover;
}
.home .section-contacts h2 {
  font-size: 2.4rem !important;
  margin-bottom: 5px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .home .section-contacts h2 {
    font-size: 3.2rem !important;
    margin-bottom: 10px !important;
  }
}
.home .section-contacts h3 {
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .home .section-contacts h3 {
    font-size: 1.5rem;
  }
}
.home .section-contacts .basel-button-wrapper {
  margin: 20px 0 0 0;
  background: #565758;
}
.home .section-contacts .btn-inline {
  padding: 15px 80px 10px;
  background: #565758;
  border: none;
  margin-bottom: 15px;
}
.home .section-contacts .btn {
  background: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 0 0 5px 0;
  border: none;
}
.home .section-contacts .wpb_text_column {
  color: #ffffff;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .home .section-contacts .wpb_text_column {
    margin-bottom: 0;
  }
}
.home .section-contacts .wpb_text_column a {
  color: #ffffff;
}
.home .section-contacts .home-contacts-address {
  font-weight: bold;
  font-size: 2.2rem;
  color: #ffffff;
}
.home .section-contacts .column-contacts {
  font-size: 2.2rem;
  font-weight: bold;
  color: #ffffff;
}
.home .section-contacts .column-contacts a {
  color: #ffffff;
}
.home .section-about .home-about-text {
  font-size: 1.7rem;
}
@media (max-width: 767.98px) {
  .home .section-about .vc_column-inner {
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  .home .section-about .title-wrapper {
    margin-top: 10px !important;
    margin-bottom: 50px !important;
  }
}
.home .section-social {
  min-height: 250px;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .home .section-social {
    padding: 50px;
  }
}
.home .section-social h2 {
  font-size: 2.8rem;
  margin-bottom: 5px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .home .section-social h2 {
    font-size: 3.2rem !important;
    margin-bottom: 10px !important;
  }
}
.home .section-social .wpb_text_column {
  margin-bottom: 0;
  color: #ffffff;
}
.home .section-social .vc_column-inner {
  justify-content: center;
  padding-top: 0;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .home .section-social .vc_column-inner {
    padding: 0 20px !important;
  }
}
.home .section-social .social-icons {
  margin: 50px 0 0 0;
  text-align: center;
}
@media (min-width: 992px) {
  .home .section-social .social-icons {
    margin: 0 0 0 50px;
    text-align: left;
  }
}
.home .section-social .social-icons li:not(:last-child) {
  margin-right: 50px;
}
.home .section-social .social-icons a {
  color: #ffffff;
}
.home .section-social .social-icons i {
  font-size: 5rem;
}
.home .section-instagram .vc_column-inner {
  padding-top: 20px;
}
@media (max-width: 767.98px) {
  .home .section-instagram .basel-images-gallery.view-grid.columns-3 .basel-gallery-item {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .home .section-contacts-mobile {
    display: none;
  }
}
.home .section-contacts-mobile .title-wrapper {
  padding: 40px 0;
}
.home .section-contacts-mobile .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.home .section-contacts-mobile .title-after_title {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1rem;
}
.home .section-contacts-mobile .btn {
  width: 100%;
  background: #565758;
}

/* Blog */
.blog .entry-meta-list,
.post .entry-meta-list {
  display: flex;
}
.blog .entry-meta-list .meta-author,
.post .entry-meta-list .meta-author {
  order: 1;
}
.blog .entry-meta-list .meta-author a,
.post .entry-meta-list .meta-author a {
  color: #28a8af;
}
.blog .entry-meta-list .meta-author::after,
.post .entry-meta-list .meta-author::after {
  content: "/";
  padding: 0 5px;
}
.blog .entry-meta-list .meta-tags,
.post .entry-meta-list .meta-tags {
  order: 2;
}
.blog .entry-meta-list .meta-tags::after,
.post .entry-meta-list .meta-tags::after {
  content: "/";
  padding: 0 5px;
}
.blog .entry-meta-list .meta-post-categories,
.post .entry-meta-list .meta-post-categories {
  visibility: hidden;
}
.blog .entry-meta-list .modified-date,
.post .entry-meta-list .modified-date {
  order: 3;
}
.blog .blog-post-loop a,
.post .blog-post-loop a {
  color: #28a8af;
}
.blog .title-size-small .entry-title, .blog .title-size-small h1,
.post .title-size-small .entry-title,
.post .title-size-small h1 {
  font-size: 2.6rem;
}

/* Live shopping oldal */
.page-id-33843 .main-page-wrapper {
  padding-top: 0;
}
.page-id-33843 .promo-banner {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .page-id-33843 .promo-banner {
    margin-bottom: 0;
  }
}
.page-id-33843 .banner-inner {
  background: rgba(0, 0, 0, 0.45);
  padding: 10px;
}
.page-id-33843 .banner-inner h3 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 0;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .page-id-33843 .banner-inner h3 {
    font-size: 2.4rem;
    text-align: left;
  }
}
.page-id-33843 .live-shopping-blog-promotion,
.page-id-33843 .live-shopping-newsletter {
  text-align: center;
  font-size: 1.9rem;
  line-height: normal;
}
.page-id-33843 .live-shopping-blog-promotion h2,
.page-id-33843 .live-shopping-newsletter h2 {
  font-size: 3.2rem;
  font-weight: 800;
  text-transform: uppercase;
}
.page-id-33843 .live-shopping-newsletter label {
  text-align: left;
}
.page-id-33843 .live-shopping-newsletter input[type=submit].hirlevel-gomb {
  background-color: #28a8af;
  color: #ffffff;
  border: solid 1px #28a8af;
}
.page-id-33843 .live-shopping-newsletter input[type=submit].hirlevel-gomb:hover {
  background-color: #4bbcc2;
  border: solid 1px #4bbcc2;
}
.page-id-33843 .live-shopping-newsletter .wpcf7-response-output {
  display: none;
}
.page-id-33843 .live-shopping-newsletter .wpcf7-form:not(.send) .wpcf7-response-output,
.page-id-33843 .live-shopping-newsletter div.wpcf7-validation-errors {
  color: #28a8af;
  border-color: #28a8af;
}

@media (max-width: 767.98px) {
  #post-33843 .flex-column > .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-flow: column-reverse;
  }
  #post-33843 .flex-column > .vc_column-inner > .wpb_wrapper .wpb_content_element {
    margin-bottom: 0;
  }
  #post-33843 .flex-column > .vc_column-inner > .wpb_wrapper .wpb_single_image {
    margin-bottom: 15px;
  }
  #post-33843 .live-shopping-steps .wpb_single_image {
    margin-bottom: 15px;
  }
  #post-33843 .live-shopping-steps .wpb_column:not(:last-child) {
    padding-bottom: 40px;
  }
  #post-33843 .live-shopping-blog-promotion {
    margin-top: 0 !important;
  }
  #post-33843 .live-shopping-blog-promotion .wpb_text_column {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #post-33843 .live-shopping-newsletter .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #post-33843 .live-shopping-newsletter .wpb_row.vc_inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #post-33843 .live-shopping-newsletter .wpcf7-form > p:last-of-type {
    text-align: center;
  }
}
/* Booking form */
#booking_form1 .datepick-inline {
  border: none;
  box-shadow: initial;
  border-radius: 0;
}
#booking_form1 .datepick-inline .calendar-links {
  background: #28a8af;
}
#booking_form1 .datepick-inline .calendar-links a {
  color: #ffffff;
  box-shadow: none;
  padding: 0 5px;
}
#booking_form1 .datepick-inline .datepick-header {
  color: #ffffff;
  box-shadow: none;
}
#booking_form1 .datepick-inline .datepick-title-row th {
  border-color: #ddd;
  color: #333;
}
#booking_form1 .datepick-inline .datepick-days-cell {
  border-color: #ddd;
  color: #333;
}
#booking_form1 .datepick-inline .date_available {
  background: #28a8af;
  color: #ffffff;
  box-shadow: initial;
}
#booking_form1 .datepick-inline .date_available a {
  color: #ffffff;
  box-shadow: initial;
}
#booking_form1 .datepick-inline .datepick-one-month .datepick .datepick-current-day a {
  font-size: 1.8rem;
  box-shadow: initial;
}
#booking_form1 .block_hints .block_free {
  background: #28a8af;
}
#booking_form1 .block_hints .block_free a {
  color: #ffffff;
  box-shadow: initial;
}
#booking_form1 .block_hints .block_booked {
  color: #ffffff;
  box-shadow: initial;
}
#booking_form1 .booking_form_div .btn {
  background: #28a8af;
  color: #ffffff;
  border: none;
  border-radius: 0;
  box-shadow: initial;
  text-align: center;
  font-size: 1.4rem;
  margin: 0;
  padding: 10px 20px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
@media (max-width: 767.98px) {
  #booking_form1 .booking_form_div .btn {
    width: 100%;
  }
}
#booking_form1 .wpbc_booking_form_structure.wpbc_form_right .wpbc_structure_form {
  max-height: initial;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  #booking_form1 .wpbc_booking_form_structure.wpbc_form_right .wpbc_structure_form {
    float: right;
    max-height: 360px;
    flex-wrap: wrap;
    width: 62%;
  }
}
#booking_form1 .wpbc_booking_form_structure.wpbc_form_right .wpbc_structure_form .form-group {
  margin: 5px 0;
  width: 100%;
}
@media (min-width: 992px) {
  #booking_form1 .wpbc_booking_form_structure.wpbc_form_right .wpbc_structure_form .form-group {
    width: 330px;
  }
}
@media (max-width: 767.98px) {
  #booking_form1 .wpbc_change_over_triangle {
    width: 100%;
  }
}

/* Cookie bar */
#cookie-law-info-bar {
  width: 350px !important;
}
@media (max-width: 767.98px) {
  #cookie-law-info-bar {
    z-index: 9999999999;
  }
}
#cookie-law-info-bar .cli_messagebar_head {
  margin-bottom: 25px !important;
}
#cookie-law-info-bar .cli-style-v2 {
  font-size: 1.2rem;
}
#cookie-law-info-bar .cli-style-v2 a {
  font-size: 1.2rem;
  text-decoration: none !important;
  padding: 0 0 10px 0;
  font-weight: bold !important;
  border-color: initial !important;
}
#cookie-law-info-bar .cli-bar-message {
  margin-bottom: 15px;
}
#cookie-law-info-bar .cli-bar-btn_container {
  display: flex;
  flex-direction: column;
}
#cookie-law-info-bar .cli-bar-btn_container .cli_action_button,
#cookie-law-info-bar .cli-bar-btn_container .cli-plugin-main-link,
#cookie-law-info-bar .cli-bar-btn_container .cli_settings_button {
  margin-left: 0;
}

.cli-modal-dialog #wt-cli-accept-all-btn {
  padding: 10px;
  margin-top: 25px;
  background-color: #ffffff !important;
}
.cli-modal-dialog .cli-tab-footer .wt-cli-privacy-accept-btn {
  background: #ffffff;
}
.cli-modal-dialog .cli-privacy-readmore {
  color: #ffffff !important;
}

/* Misc */
.error404 .nav-shop {
  display: none;
}

.page-title > .container {
  width: 100%;
}

.basel-pagination .current {
  background-color: #28a8af;
  border-color: #28a8af;
  color: #ffffff;
}

@media (min-width: 1600px) {
  .title-shop .container {
    width: 100%;
  }
}
.product-grid-item.basel-hover-standard {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .product-grid-item.basel-hover-standard {
    margin-bottom: 30px;
  }
}
.product-grid-item.basel-hover-standard.sale .content-product-image {
  border: none;
}
.product-grid-item.basel-hover-standard .product-title {
  width: 100%;
}
.product-grid-item.basel-hover-standard .product-title a {
  text-align: left;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .product-grid-item.basel-hover-standard .product-title a {
    font-size: 2rem;
  }
}
.product-grid-item.basel-hover-standard .price {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
  flex: 0 1 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 2rem;
  height: 60px;
  background-color: #28a8af;
  color: #ffffff;
  border: 1px solid #28a8af;
}
@media (min-width: 992px) {
  .product-grid-item.basel-hover-standard .price {
    flex: 0 1 49%;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.product-grid-item.basel-hover-standard .price .amount {
  color: #ffffff;
  line-height: 1;
}
.product-grid-item.basel-hover-standard .price del > .amount,
.product-grid-item.basel-hover-standard .price ins > .amount {
  color: #ffffff;
}
.product-grid-item.basel-hover-standard .price ins {
  line-height: 1;
}
.product-grid-item.basel-hover-standard .price del {
  font-size: 1.2rem;
  display: block;
}
.product-grid-item.basel-hover-standard .btn-add {
  flex: 0 1 100%;
  margin: 0;
}
@media (min-width: 992px) {
  .product-grid-item.basel-hover-standard .btn-add {
    flex: 0 1 49%;
  }
}
.product-grid-item.basel-hover-standard .btn-add a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background-color: #ffffff !important;
  color: #28a8af;
  border-color: #28a8af !important;
  font-weight: bold;
  font-size: 1.4rem;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .product-grid-item.basel-hover-standard .btn-add a {
    margin-bottom: 0 !important;
  }
}
.product-grid-item.basel-hover-standard .btn-add a:hover {
  background-color: #28a8af !important;
  color: #ffffff;
  opacity: 1;
}
.product-grid-item.basel-hover-standard .added_to_cart {
  width: 100%;
  font-weight: bold;
  font-size: 1.2rem;
}
.product-grid-item.basel-hover-standard .product-labels {
  max-width: 60%;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.product-grid-item.basel-hover-standard .product-labels .product-label {
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.4px;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 8px 15px;
}
.product-grid-item.basel-hover-standard .product-labels .product-label:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .product-grid-item.basel-hover-standard .product-labels .product-label {
    font-size: 1.2rem;
  }
}
.product-grid-item.basel-hover-standard .product-labels .customer-order-needed {
  background: #565758;
}
.product-grid-item.basel-hover-standard .basel-buttons {
  padding-top: 10px;
  padding-right: 10px;
}
.product-grid-item.basel-hover-standard .basel-buttons .yith-wcwl-add-to-wishlist a,
.product-grid-item.basel-hover-standard .basel-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a,
.product-grid-item.basel-hover-standard .basel-buttons .product-compare-button > a,
.product-grid-item.basel-hover-standard .basel-buttons .quick-view > a {
  color: #ffffff;
  font-weight: bold;
}
.product-grid-item.basel-hover-standard .basel-buttons .basel-wishlist-btn a {
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .product-grid-item.basel-hover-standard .basel-buttons .basel-wishlist-btn {
    display: none;
  }
}
.product-grid-item.basel-hover-standard.basel-hover-alt.purchasable .product-title a {
  font-size: 1.5rem;
}
.product-grid-item.basel-hover-standard.basel-hover-alt.purchasable .price {
  height: 32px !important;
  flex-direction: row;
  background-color: transparent;
  color: #28a8af;
  font-weight: normal;
  font-size: 1.6rem;
  justify-content: flex-start;
  border: none;
}
.product-grid-item.basel-hover-standard.basel-hover-alt.purchasable .price .amount {
  color: #949494;
}
.product-grid-item.basel-hover-standard.basel-hover-alt.purchasable .price del {
  margin-right: 5px;
}
.product-grid-item.basel-hover-standard.basel-hover-alt.purchasable .price ins .amount {
  color: #28a8af;
}
.product-grid-item.basel-hover-standard.basel-hover-alt.purchasable .btn-add a {
  background-color: transparent !important;
  height: 32px !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0;
}
.product-grid-item.basel-hover-standard.basel-hover-alt.purchasable .btn-add a:before {
  position: initial;
  margin-right: 5px;
}

.cat-design-default .hover-mask {
  width: 100%;
  background: rgba(0, 0, 0, 0.45);
  box-shadow: none;
  bottom: 0;
}
.cat-design-default .hover-mask h3 {
  font-family: "Gotham Bold", sans-serif !important;
  font-weight: bold !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  color: #ffffff;
  font-size: 1.4rem;
  padding-left: 15px;
  padding-right: 15px;
}

.basel_additional_tab_tab {
  display: none !important;
}

.single-product-content .cart .button {
  background-color: #28a8aF;
  border-color: #28a8aF;
}

.single-product-content .cart .button:focus,
.single-product-content .cart .button:hover {
  background-color: #28a8af;
  border-color: #28a8af;
}

/* Account */
.woocommerce-account-fields label {
  margin-bottom: 30px;
}
.woocommerce-account-fields .woocommerce-form-register label {
  margin-bottom: 0;
}
.woocommerce-account-fields .radio input[type=radio] {
  margin-left: 0;
}
.woocommerce-account-fields .radio span {
  margin-left: 30px;
}

@media screen and (max-width: 39.9375em) {
  .modal.not-logged-in-customer .col-sm-6:last-child {
    margin-top: 30px;
  }
}
.modal.not-logged-in-customer .modal-body {
  padding: 50px;
}
.modal.not-logged-in-customer h3 {
  color: #28a8af;
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 0.6px;
  font-weight: 700;
}
.modal.not-logged-in-customer label.radio {
  margin-bottom: 20px;
}
.modal.not-logged-in-customer label.radio input {
  margin-left: 0;
}
.modal.not-logged-in-customer label.radio span {
  padding-left: 36px;
}
.modal.not-logged-in-customer label[for=password] {
  display: flex;
  justify-content: space-between;
}
.modal.not-logged-in-customer label[for=password] a {
  color: #aaaaaa;
  font-size: 13px;
}
.modal.not-logged-in-customer .button {
  padding: 15px;
  margin-top: 30px;
}
@media screen and (max-width: 39.9375em) {
  .modal.not-logged-in-customer .button {
    width: 100%;
  }
}
@media screen and (min-width: 40em) {
  .modal.not-logged-in-customer .button {
    padding: 15px 60px;
  }
}
.modal.not-logged-in-customer .button:not(:hover) {
  background: #28a8af;
  border-color: #28a8af;
  color: #ffffff;
}
.modal.not-logged-in-customer .form-row-first,
.modal.not-logged-in-customer .form-row-last {
  float: none;
  width: 100%;
}
.modal.not-logged-in-customer .social-login-separator {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #cccccc;
  font-size: 14px;
}
.modal.not-logged-in-customer .social-login-separator:before,
.modal.not-logged-in-customer .social-login-separator:after {
  content: "";
  border-top: 1px solid;
  margin: 0 10px 0 0;
  flex: 1 0 10px;
  color: #aaaaaa;
}
.modal.not-logged-in-customer .social-login-separator:after {
  margin: 0 0 0 10px;
}

.woocommerce-mini-cart-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}

.woocommerce-mini-cart-item .quantity-and-price {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
.woocommerce-mini-cart-item .quantity {
  text-align: right;
  font-size: 14px !important;
}
.woocommerce-mini-cart-item .quantity .minus,
.woocommerce-mini-cart-item .quantity .plus {
  border: 1px solid #707070;
  background: #ffffff;
  border-radius: 5px;
  color: #707070;
}
.woocommerce-mini-cart-item .quantity .qty {
  border: none;
  background: none;
  height: 25px;
  width: 30px;
  padding: 0;
}
.woocommerce-mini-cart-item .quantity .woocommerce-Price-amount {
  font-weight: bold;
  color: #28a8af !important;
}

.widget_shopping_cart .total strong {
  font-size: 14px;
}
.widget_shopping_cart .total:not(.grand-total) {
  border-bottom: none;
}
.widget_shopping_cart .woocommerce-Price-amount {
  color: #1B1919 !important;
}
.widget_shopping_cart .grand-total {
  border-top: none;
}
.widget_shopping_cart .grand-total .woocommerce-Price-amount {
  color: #28a8af !important;
}
.widget_shopping_cart .woocommerce-mini-cart__total {
  font-size: 14px !important;
}
.widget_shopping_cart .woocommerce-mini-cart__shipping-cost {
  text-align: right;
}
.widget_shopping_cart .woocommerce-mini-cart__shipping-cost > .woocommerce-Price-amount {
  display: block;
  font-weight: bold;
  padding-top: 5px;
}
.widget_shopping_cart .woocommerce-mini-cart__free-shipping-notice {
  margin: 30px 0;
  font-size: 12px;
}
.widget_shopping_cart .buttons .widget-close {
  display: block;
  margin-top: 15px;
}
.widget_shopping_cart .buttons .widget-close:hover {
  color: #28a8af;
  text-decoration: none;
}
.widget_shopping_cart .buttons button {
  width: 100%;
}

.woocommerce-cart-form {
  background: #ffffff;
}
.woocommerce-cart-form .responsive-table {
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.cart_item .product-thumbnail {
  text-align: left;
}
.cart_item .yith-wcwl-add-to-wishlist {
  margin-top: 10px;
}
.cart_item .yith-wcwl-add-to-wishlist a {
  font-size: 12px;
  color: #28a8af;
}
.cart_item .yith-wcwl-add-to-wishlist a:before {
  font-size: 12px;
}

.shop_table td.product-subtotal span {
  color: #28a8af;
  font-size: 16px;
}
.shop_table td.product-remove a {
  background: none;
}
.shop_table td.product-remove a::after, .shop_table td.product-remove a::before {
  background-color: #424242;
  height: 1px;
}
.shop_table .quantity input[type=number] {
  border: none;
  background: none;
  height: 25px;
}
.shop_table .quantity .minus,
.shop_table .quantity .plus {
  border: 1px solid #707070;
  background: #ffffff;
  border-radius: 5px;
  color: #707070;
}

.cart-actions {
  margin-top: 0;
  margin-bottom: 3rem !important;
  padding: 1.5rem;
}
.cart-actions .coupon .input-text {
  border-color: #e6e6e6;
  border-right: 0;
  margin-right: 0 !important;
}
.cart-actions .coupon .button {
  background-color: #31a8af !important;
  border-color: #e6e6e6;
  border-left: 0;
}
.cart-actions .checkout-button,
.cart-actions button[name=login]:not(:hover) {
  background-color: #28a8af !important;
  color: #ffffff !important;
  border-color: #28a8af !important;
}

.cart-shipping-info .free-shipping-notice {
  display: flex;
  align-items: center;
}
.cart-shipping-info .free-shipping-notice .woocommerce-Price-amount {
  color: #4c4c4c;
}
.cart-shipping-info .shipping-cost {
  text-align: right;
}
.cart-shipping-info .shipping-cost .woocommerce-Price-amount {
  display: block;
  font-weight: bold;
  color: #28a8af;
}
.cart-shipping-info .grand-total {
  text-align: right;
  margin-top: 30px;
  font-weight: bold;
  font-size: 22px;
}
.cart-shipping-info .grand-total .woocommerce-Price-amount {
  padding-left: 20px;
  display: block;
  font-weight: bold;
  color: #28a8af;
}

.cart-collaterals {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cart-collaterals .cross-sells,
.cart-collaterals .cart_totals {
  background: #ffffff;
  flex: 1 1 50%;
  padding: 1.5rem;
}
@media screen and (max-width: 63.9375em) {
  .cart-collaterals .cross-sells,
.cart-collaterals .cart_totals {
    flex: 1 1 100%;
  }
}
@media screen and (max-width: 63.9375em) {
  .cart-collaterals .cross-sells {
    order: 2;
  }
}
.cart-collaterals .cart_totals {
  background: #ffffff;
}
@media screen and (max-width: 63.9375em) {
  .cart-collaterals .cart_totals {
    order: 1;
  }
}

/* Checkout page */
.woocommerce-checkout .woocommerce-form-coupon {
  background: #ffffff;
  margin-bottom: 2rem;
}

.checkout-order-review {
  background-color: #ffffff !important;
  padding: 2rem !important;
}
.checkout-order-review .responsive-table {
  padding: 0 !important;
}

@media screen and (max-width: 991px) {
  #step-checkout-data.in {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  #step-checkout-data .col-md-7 {
    order: 2;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 991px) {
  #step-checkout-data .col-md-5 {
    order: 1;
    margin-bottom: 1rem;
  }
}
#step-checkout-data .btn-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.panel-success .panel-heading {
  color: #ffffff;
  background-color: #28a8af;
  border-color: #28a8af;
}

.woocommerce form .form-row .required {
  visibility: hidden;
}

.woocommerce-form button {
  padding: 15px;
}
.woocommerce-form button:not(:hover) {
  background: #28a8af;
  border-color: #28a8af;
  color: #ffffff;
}

.woocommerce-checkout .woocommerce-billing-fields {
  margin-top: 0;
}

#globero-checkout-data-confirmation-default-address {
  background: #def3f2;
  padding: 10px 15px;
  border: 1px solid #28a8af;
}

.woocommerce-shipping-methods li {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px !important;
}
.woocommerce-shipping-methods li label {
  padding-right: 15px;
}

#shipping_country_field label {
  display: block;
}

#ship-to-different-address .checkbox input[type=checkbox] {
  position: relative;
  margin-left: 0;
}

ul.customer-data li:first-child {
  display: block;
  margin-bottom: 10px;
}
ul.customer-data li a.edit-step {
  display: block;
  margin-top: 15px;
  color: #28a8af;
}

.save-step:hover,
.proceed-to-review:hover {
  background: #28a8af;
  color: #ffffff;
  border: 1px solid #28a8af;
}
@media screen and (max-width: 420px) {
  .save-step,
.proceed-to-review {
    width: 100%;
  }
}

.proceed-to-review {
  background: #28a8af;
  color: #ffffff;
  border: 1px solid #28a8af;
}

.globero-checkout-data-confirmation .shop_table {
  background: #ffffff;
  border: 1px solid #ddd;
}

.checkout-data-confirmation__blocks .panel-heading {
  background: #ffffff;
}
.checkout-data-confirmation__blocks h4 {
  color: #28a8af;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.6px;
  font-weight: 700;
  margin-bottom: 0;
}

.checkout-data-confirmation__buttons {
  margin-top: 20px;
  margin-bottom: 20px;
}
.checkout-data-confirmation__buttons .btn:first-child {
  margin-right: 15px;
}
.checkout-data-confirmation__buttons .btn:hover {
  background: #28a8af;
  border: 1px solid #28a8af;
}
@media screen and (max-width: 420px) {
  .checkout-data-confirmation__buttons .btn {
    width: 100%;
  }
  .checkout-data-confirmation__buttons .btn:first-child {
    margin-bottom: 8px;
  }
}

.checkout-data-confirmation-shipping-comment__title {
  margin-bottom: 10px;
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
}

.cart-discount th {
  text-align: right;
}

.checkout-order-total th {
  text-align: right;
  text-transform: uppercase;
}
.checkout-order-total td strong {
  font-size: 22px;
}
.checkout-order-total td strong .amount {
  color: #1aada3;
}
.checkout-order-total td small {
  display: block;
}

.wc_payment_methods [type=checkbox] + label[for],
.wc_payment_methods [type=radio] + label[for] {
  cursor: pointer;
}
.wc_payment_methods [type=checkbox] + label, .wc_payment_methods [type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 15px;
  margin-bottom: 0;
}
.wc_payment_methods label {
  display: block;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  color: #0a0a0a;
}
.wc_payment_methods .payment_box {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.wc_payment_methods .payment_box p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .topbar-wrapp .top-bar-left {
    text-align: left;
  }

  .topbar-wrapp .topbar-menu {
    display: unset;
  }

  .topbar-menu ul > li > a {
    display: none;
  }

  .topbar-menu ul > li > a:last-child {
    display: unset;
    font-size: 1.4rem;
  }
}
.woocommerce-checkout .nav-shop {
  display: none;
}

.woocommerce-form.woocommerce-form-login.hidden-form p:first-child {
  display: none;
}

#order_review .responsive-table {
  overflow-x: hidden;
}

#order_review .cart_item {
  margin-bottom: 15px;
}

#order_review .cart-subtotal {
  margin-bottom: 15px;
  font-weight: bold;
}

#order_review .woocommerce-shipping-methods label .woocommerce-Price-amount {
  display: inline;
}

#order_review .order-total {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

#order_review .order-total {
  font-size: 24px;
  margin-top: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  #order_review .order-total div:last-child {
    text-align: right;
  }
}
#order_review .order-total bdi {
  color: #28a8af;
}

#order_review .includes_tax {
  font-weight: normal;
  text-transform: none;
  font-size: 12px;
  display: block;
}

#order_review .includes_tax .woocommerce-Price-amount {
  color: #28a8af;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.woocommerce-product-gallery {
  position: sticky;
  top: 75px;
}

.basel-products-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.basel-products-nav .similar-products {
  font-size: 13px;
}

.woocommerce-Tabs-panel.panel {
  background: #ffffff;
  padding: 30px;
}

@media (max-width: 991px) {
  .topbar-wrapp .top-bar-left {
    font-size: 1.2rem;
  }
}
@media (max-width: 991px) {
  .archive.woocommerce .page-title {
    width: 100%;
    border-bottom: 1px solid rgba(168, 168, 168, 0.15);
    position: sticky;
    margin-top: -40px;
    margin-bottom: 40px;
    top: 60px;
    z-index: 100;
  }
}
.woocommerce-pagination .page-numbers li .current {
  background-color: #28a8aF;
  border-color: #28a8aF;
}

.woocommerce-message {
  border-color: #28a8af;
  color: #28a8af;
}

.woocommerce-product-gallery__wrapper a.has-lightbox::before {
  bottom: 10px;
}

/* Rankmath SEO breadcrumbs */
.single-breadcrumbs-wrapper .rank-math-breadcrumb {
  padding-left: 15px;
  padding-right: 15px;
}

.rank-math-breadcrumb {
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
  color: #9E9E9E;
  vertical-align: middle;
}

.shipping-restriction-notice {
  margin: 0 0 20px 0 !important;
}

/* Owl navigation position */
.single-product-content .product-images .thumbs-position-bottom .owl-nav {
  right: initial;
  bottom: initial;
  top: 15px;
  left: 15px;
}

.thumbs-position-bottom .thumbnails .owl-nav {
  top: initial !important;
  left: initial !important;
  bottom: 15px !important;
  right: 15px !important;
}

/* Artmoon termék oldal fej */
@media (max-width: 481px) {
  .artmoon_hidden {
    display: none;
  }
}
@media (min-width: 481px) and (max-width: 1178px) {
  .artmoon_header_shrink {
    height: 170px;
  }
}
@media (min-width: 1179px) {
  .artmoon_header_big {
    height: 320px;
  }
}
@media (max-width: 480px) {
  .artmoon_header_mini {
    height: 100px;
  }
}
/* Product pictograms */
.product .featured-attributes {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .product .featured-attributes > div {
    flex: 0 1 30%;
  }

  .product .featured-attributes > div .tooltip {
    font-size: 1rem;
    margin-top: 5px;
    text-align: center;
    color: #28a8af;
  }
}
@media (min-width: 768px) {
  .product .featured-attributes > div {
    flex: 0 1 16.666666667%;
  }
}
.product .featured-attributes > div:not(:last-child) {
  margin-right: 5px;
  margin-bottom: 5px;
}

/* WooCommerce Gallery Image--------------------------------------------------- */
.woocommerce-product-gallery__image {
  position: relative;
}

.product.product-has-zoom .woocommerce-product-gallery__wrapper a {
  display: block;
  position: relative;
  z-index: 100;
  opacity: 1;
}

.product.product-has-zoom .woocommerce-product-gallery__wrapper a img {
  transition: opacity 0.5s linear;
}

.product.product-has-zoom .woocommerce-product-gallery__wrapper a:hover img {
  opacity: 0;
}
/*display törölve (flex volt), hogy ne látszon a nagyító*/
a.has-lightbox::before {
  top: initial;
  bottom: 60px;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00e";
  background: #fff;
  color: #000;
  opacity: 1;
  border-radius: initial;
  font-size: 18px;
  width: 38px;
  height: 38px;
  display: none;
  align-items: center;
  justify-content: center;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: block;
}

#card-icons {
  background: #fff;
  padding: 15px 0;
}

#card-icons img {
  width: 70px;
}

#card-icons .icons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

@media (max-width: 1365px) {
  #card-icons .icons {
    flex-wrap: wrap;
  }
}
#card-icons .icons .icon {
  flex: 0 1 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  #card-icons .icons .icon {
    flex: 0 1 25%;
    padding: 0 5px;
  }

  #card-icons .icons .icon:nth-child(1),
#card-icons .icons .icon:nth-child(2),
#card-icons .icons .icon:nth-child(3) {
    flex: 0 1 33%;
    margin-bottom: 15px;
  }
}
#card-icons .icons .hover {
  display: none;
}

.product-btn.product-prev::after {
  content: "Hasonló termékek";
  text-transform: uppercase;
  font-weight: 500;
}

.product-btn.product-prev:lang(en)::after {
  content: "Similar products";
}

/* LightBox Indicator --------------------------------------------------- */
a.has-lightbox {
  position: relative;
  display: block;
}
/*diplay törölve (block volt), hogy ne látszon a nagyítás gomb*/
a.has-lightbox:before {
  position: absolute;
  top: 5px;
  right: 4px;
  text-align: center;
  display: none;
  width: 30px;
  height: 30px;
  z-index: 100;
  content: "\f065";
  /* change to the icon you want, this is the resize icon */
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  background: #8d8d9d;
  border: 2px solid #fff;
  overflow: hidden;
  border-radius: 50%;
  opacity: 0.7;
}

.single-product-content .entry-title {
  font-weight: bold;
  font-size: 2.4rem;
}

.add-to-cart-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

.add-to-cart-wrapper .price {
  order: 1;
}

.add-to-cart-wrapper .stock {
  order: 3;
}

.add-to-cart-wrapper .cart {
  order: 2;
  margin-top: 10px;
}

.globero-checkout-message {
  background: #28a8af;
  color: white;
  padding: 15px;
  font-weight: bold;
}

#shipping_method + .woocommerce-shipping-destination {
  display: none;
}

.meta-post-categories {
  background: none !important;
}

#shipping_method .woocommerce-Price-amount {
  display: block;
}

.featured-attributes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.featured-attributes .featured-attribute {
  flex: 0 1 14.2%;
  justify-content: center;
  color: #28a8af;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 640px) {
  .featured-attributes .featured-attribute {
    flex: 0 1 25%;
  }
}
.featured-attributes .featured-attribute img {
  max-width: 80%;
}

.featured-attribute > p {
  display: none;
}

@media (max-width: 1023px) {
  .featured-attribute > p {
    display: block;
  }
}
.tabs-layout-accordion {
  border: none;
}

.tabs-layout-accordion .basel-tab-wrapper {
  border: none;
}

.tabs-layout-accordion .basel-tab-wrapper .basel-accordion-title {
  background: #28a8af;
  color: #fff;
  padding: 15px;
}

.tabs-layout-accordion .basel-tab-wrapper .basel-accordion-title:hover,
.tabs-layout-accordion .basel-tab-wrapper .basel-accordion-title.active {
  color: #fff !important;
}

.tabs-layout-accordion .basel-tab-wrapper .basel-accordion-title:after {
  color: #fff;
  margin-right: 15px;
}

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