.joms-stream > .joms-js--comments,
.joms-stream > .joms-js--newcomment {
    display: none !important;
}

.joms-stream.js-show-comment > .joms-js--comments {
    display: block !important;
}

.action-list {
    display: flex !important;
    justify-content: space-around;
    padding-bottom: 0 !important;
}

.action-item {
    position: relative;
    flex: 1;
    padding: 5px;
}

.action-item a {
    display: flex !important;
    height: 40px;
    width: 100%;
    line-height: 28px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 3px;
    transition: background-color 300ms;
    justify-content: center;
    align-items: center;
}

.action-item a::before {
    display: block;
    content: '';
    background-size: auto;
    width: 24px;
    height: 18px;
    background-repeat: no-repeat;
}

.action-item a.joms-button--reaction::before {
    background-image: url(./icon/fb-icon.png);
    background-position: 0px -272px;
}

.action-item a.joms-button--reaction.reaction-btn--like::before {
    background-image: url(./icon/fb-icon.png);
    background-position: 0px -254px;
}

.action-item a.joms-button--reaction.reaction-btn--love::before {
    background-image: url(./icon/reactions.png);
    background-position: 0px -18px;
    background-size: 18px;
}

.action-item a.joms-button--reaction.reaction-btn--wow::before {
    background-image: url(./icon/reactions.png);
    background-position: 0px -36px;
    background-size: 18px;
}


.action-item a.joms-button--reaction.reaction-btn--haha::before {
    background-image: url(./icon/reactions.png);
    background-position: 0px -54px;
    background-size: 18px;
}

.action-item a.joms-button--reaction.reaction-btn--sad::before {
    background-image: url(./icon/reactions.png);
    background-position: 0px -72px;
    background-size: 18px;
}

.action-item a.joms-button--reaction.reaction-btn--angry::before {
    background-image: url(./icon/reactions.png);
    background-position: 0px -90px;
    background-size: 18px;
}

.action-item a.js-comment-toggle::before {
    background-image: url(./icon/fb-icon.png);
    background-position: 0px -235px;
}

.action-item a.joms-button--share::before {
    background-image: url(./icon/fb-icon.png);
    background-position: 0px -291px;
}


.action-item a:hover {
    background-color: #f5f5f5;
}

.joms-stream__actions a, .joms-comment__actions a {
    font-size: 11px;
    line-height: 14px !important;
}

.com_community .joms-comment__reply .joms-textarea__wrapper {
display: flex;
align-items: center;
}

.joms-stream.js-show-comment > .joms-js--newcomment {
display: flex!important;
}

.joms-comment__reply.joms-js--newcomment .btn-send {
    display: flex;
    float: right;
}

.com_community .joms-comment__reply .joms-textarea__wrapper .avatar img {
max-width: 35px;
height: auto !important;
}

#shack-article-manager .sam-top .sam-filters {
    display: flex;
}

#shack-article-manager select {
    margin-right: 20px;
}

.t3-megamenu .nav > .dropdown > .dropdown-toggle .caret {
    display: inline-block !important;
    color: #fff !important;
    border-top-color: #fff !important;
    border-bottom-color: #fff !important;
}

.t3-megamenu .mega-nav, .t3-megamenu .dropdown-menu .mega-nav {
    display: block;
}

.t3-mainnav .t3-navbar ul li a:after {
  display: none !important;
}

.t3-megamenu .mega.open > .mega-dropdown-menu, .t3-megamenu .mega.dropdown-submenu.open > .mega-dropdown-menu {
    padding: 12px 10px !important;
}

.t3-megamenu .mega > .mega-dropdown-menu {
    min-width: 250px !important;
}

.joms-avatar--stream.joms-online {
    padding-top: 24px;

    img {
        border-radius: 50%;
        width: 50px;
        height: 50px;
    }

    a.btn.btn-primary {
        padding: 10px 20px;
        color: #fff;
        background: #222222;
        border: none;
        text-transform: capitalize;
    }
}

.scrollUp .t3-mainnav {
    margin-top: 72px;
}

.ja-megafilter-wrap .products-toolbar .orderby-displaynumber .toolbar-amount {
    display: none;
}

.ja-megafilter-wrap .toolbar-top .products-toolbar .orderby-displaynumber .justify-content-end {
    display: none;
}

.nav a.fa {
    font-family: 'Inter',sans-serif!important;
    font-weight: 400;
}

.nav a.fa:before {
    font-family: 'FontAwesome'!important;
}

/*.ea-nmm-info-panel__viewport .ea-nmm-panel-block {
    display: none;
}*/

.off-canvas-toggle.btn-inverse {
    float: left;
    background: transparent;
    border: 1px solid #333;
    line-height: 25px;
    padding-left: 6px;
    padding-right: 6px;
}

.off-canvas-toggle.btn-inverse:active:hover {
    background: transparent;
}

.t3-off-canvas .t3-off-canvas-body a {
    text-transform: capitalize;
}

.t3-off-canvas .nav a.fa:before {
    margin-right: 8px;
}

.t3-off-canvas .nav a.fa {
    font-size: 16px;
}

.t3-off-canvas .t3-off-canvas-body a {
    padding: 14px 25px;
}

.t3-off-canvas .t3-off-canvas-body .nav > li {
    border-top: 1px solid #3e3e3e;
}

@media (max-width: 991px) {
  #arrowchat_mobiletab {
    top: 5px !important;
    right: 85px !important;
    width: 40px !important;
    height: 40px !important;
  }
  #arrowchat_mobiletab_icon {
    line-height: 40px;
    font-size: 25px;
    color: #ffffff;
    }
}

#ea .ea-nmm-content-listing__item {
  display: inline!important;
}

.gallery-custom .owl-carousel .owl-item img {
    max-width: 96%;
}

@media (max-width:  991px) {
    .gallery-custom .owl-stage-outer {
        padding: 0;
    }

    .gallery-custom .owl-carousel .owl-item img {
        max-width: 100%;
    }
}

.ea-db-menu.view-normal .ea-db-nav__item.manager, 
#ea .ea-nmm-popup .ea-nmm-main-footer__action .btn-nmm-insert,
#ea.ea-view--composer .ea-composer-main .ea-composer-container > .ea-composer-form-group {
	display: none!important;
}


.joms-avatar--stream.joms-online a.btn.btn-primary {
    padding: 10px 10px;
}

.ja-megafilter-wrap .ja-products-wrapper .row {
    justify-content: center;
}

#ea .ea-db-nav__item.posts > a[data-ea-sidebar-parent]:before,
#ea .ea-db-header__toggle-sidebar a[data-ea-side-toggle]:before {
    content: "\f07a";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}

#ea .ea-db-nav__item.posts > a .material-icons,
#ea .ea-db-header__toggle-sidebar > a .material-icons {
    display: none;
}

#ea .ea-mobile-action-bar {
    position: relative;
    display: flex;
}

#ea .ea-mobile-action-bar .ea-mobile-action-bar__cell {
    opacity: 0.4;
    pointer-events: none;
}

#ea .ea-mobile-action-bar.is-active .ea-mobile-action-bar__cell {
    opacity: 1;
    pointer-events: auto;
}

.joms-postbox-video .joms-postbox-tab .joms-postbox-save {
    font-size: 0;
}

.joms-postbox-video .joms-postbox-tab .joms-postbox-save:before {
    content: "Feltöltés";
    font-size: 14px;
}

#ea .redactor-structure {
    min-height: 300px !important;
}

.shop-action .joms-avatar--stream img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

#ea .ea-composer-cover .ea-composer-cover-preview__options {
    display: none;
}

.ja-megafilter-wrap .ja-products-wrapper .product-item .product-item-photo img {
    object-fit: contain;
    object-position: center center;
    height: 230px;
    width: 100%;
}

.shop-action .btn.btn-primary {
    text-transform: capitalize;
    padding: 12px;
    border-radius: 3px;
    margin-bottom: 6px;
    background: #0076ff;
    color: #fff;
    border: #0076ff;
}

.shop-action .btn.btn-primary.chat, .shop-action .btn.btn-primary.email {
    background: #f2c94c;
    border: #f2c94c;
    color: #000;
}

.module_menu .nav > li > a {
    padding: 16px 10px;
    display: block;
}

.article-aside .icons.float-right.float-end {
    display: none;
}

#ea .ea-composer-container-header__form-group .ea-panel[data-custom-fields-wrapper-mobile] {
    border: 1px solid #d5dde6;
    border-radius: 3px;
    width: 100%;
}

#ea.is-mobile .ea-db-header__toggle-sidebar {
    display: none;
}

.shop-layout .fields-container {
    list-style: none;
    padding:  0;
    margin-top: 20px;
}
.shop-layout .field-entry.location .field-label {
    font-size: 0;    
}

.shop-layout .field-entry.location .field-label:before {
    background:  #f1f1f1;
    border-radius: 3px;
    display: inline-block;
    content: "\f3c5";
    color: #333;
    font-size: 16px;
    font-family: "Font Awesome 6 Pro";
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    height: 36px;
    width: 36px;
}
#reels-feed-wrapper .feed-item {
  position: relative;
  border: none;
  padding: 15px 0;
  max-width: 400px;
  margin: auto;
}
#reels-feed-wrapper .feed-item > div {
  margin: 0 !important;
}
#reels-feed-wrapper .feed-item .avatar {
  position: absolute;
  bottom: 65px;
  left: 10px;
  z-index: 10;
  width: 30px;
}
#reels-feed-wrapper .feed-item .feed-item-video-wrapper > div {
  margin: 0 !important;
  position: relative;
}
#reels-feed-wrapper .feed-item .feed-item-video-wrapper > div > a {
  color: #fff;
}
#reels-feed-wrapper .feed-item .feed-item-video-wrapper > div:first-child {
  position: absolute;
  bottom: 40px;
  left: 24px;
  z-index: 10;
  right: 45px;
  width:  auto;
}
@media (max-width: 480px) {
  #reels-feed-wrapper .feed-item .feed-item-video-wrapper > div:first-child {
    left: 15px;
  }
}

#reels-feed-wrapper .feed-item .feed-item-video-wrapper .feed-item-caption {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #fff;
}
#reels-feed-wrapper .feed-item .feed-item-video-wrapper > div .feed-item-video > video {
  max-width: 100%;
  border-radius: 6px;
}
#reels-feed-wrapper .feed-item .feed-item-video-wrapper > div .feed-item-icons {
  margin: 0;
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 2;
}
#reels-feed-wrapper .feed-item .feed-item-video-wrapper > div .feed-item-icons .item-icon-wrapper {
  position: relative;
  color: #fff;
  margin-bottom: 20px;
}
#reels-feed-wrapper .feed-item .feed-item-video-wrapper > div .feed-item-icons .item-icon-wrapper .item-icon {
  background: transparent;
  padding: 0;
  color: #fff;
  width: 20px;
  line-height: 1.2;
}
#reels-feed-wrapper .feed-item .feed-item-video-wrapper .feed-creator-name {
  font-size: 0;
}
#reels-feed-wrapper .feed-item .feed-item-video-wrapper .feed-creator-name b {
  font-size: 16px;
}
#reels-feed-wrapper .feed-item .feed-item-video-wrapper .unmute-button {
  bottom: auto;
  right: 20px;
  top: 20px;
  left: auto;
  width: 25px;
}
#reels-feed-wrapper button {
  background: #f2c94c;
  color: #fff;
  box-shadow: none;
  outline: none;
  border: none;
  padding: 6px 30px;
  text-transform: capitalize;
  font-size: 16px;
}
#reels-feed-wrapper .feed + div {
  text-align: center;
  margin-top: 25px;
}
#reels-feed-wrapper .feed-item-follow-button {
  display: flex;
  align-items: flex-end;
  margin-bottom: 6px;
}
#reels-feed-wrapper .feed-item-follow-button .n-button {
  padding: 4px 14px;
  font-size: 12px;
  line-height: 1;
  height: 26px;
}
#reels-feed-wrapper .feed-item-follow-button .n-button:hover {
  opacity: 0.85;
}
#reels-feed-wrapper .feed-item-follow-button .n-button.n-button--ghost {
  background: #5dcdbd;
}
#reels-feed-wrapper .feed-item-follow-button .n-button__content {
  position: relative;
  z-index: 2;
}
#reels-feed-wrapper .feed-item-follow-button .n-button__border,
#reels-feed-wrapper .feed-item-follow-button .n-button__state-border {
  border: none !important;
}
#reels-feed-wrapper .feed-item-follow-button .n-base-wave--active {
  background: #f2c94c;
}

.creator-navigation {
  display: flex;
  gap: 2.5rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.creator-navigation a {
  color: #000;
  font-size: 18px;
  line-height: 1;
}
.creator-navigation a:hover {
  color: #f2c94c;
}

#creator-profile-app {
  padding-left: 70px;
  position: relative;
}
#creator-profile-app img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
}
#creator-profile-app h3 {
  font-size: 18px;
  margin: 0;
}

.post-thumb {
  height: 200px !important;
  width: 100% !important;
  object-fit: cover;
}

.com_reels.view-feed #arrowchat_base {
  display: none;
}

.com_reels.view-feed #arrowchat_mobiletab {
	display: none;
}

.nav a.fa:before {
    font-family: 'FontAwesome' !important;
    color: #ff3b30;
}

#reels-feed-wrapper .n-button__icon {
	color: #f2c94c !important;
}


@media (max-width: 667px) {
  .joms-sidebar {
    display: none;
	}
}
.n-modal-container .custom-card {
    max-width: 440px;
}
.n-modal-container .card-share {
    background: transparent;
}
.n-modal-container .n-card-header {
    padding: 10px;
}
.n-modal-container .n-card-header .n-base-close {
    position: absolute;
    right: 10px;
    top: 10px;
}
.n-modal-container .n-card__content .n-card-header {
    padding: 0;
}
.n-modal-container .n-card__content .n-card-header .n-card-header__main {
    margin-bottom: 10px;
}
.n-modal-container .n-card__content .n-card__content {
    padding: 0;
}
.n-modal-container .link-to-share {
    position: relative;
}
.n-modal-container .link-to-share .n-input {
    width: 100%!important;
}
.n-modal-container .link-to-share .n-input-wrapper {
    padding: 0;
}
.n-modal-container .link-to-share .n-input__input-el {
    color: #555;
    padding: 0 10px;
}
.n-modal-container .link-to-share .icon-share {
    background: #333333;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    position: absolute;
    right: 4px;
    top: 4px;
    font-size: 14px!important;
    padding: 5px 10px;
    height: auto;
    width: auto;
}
.n-modal-container .link-to-share .icon-share:hover,
.n-modal-container .link-to-share .icon-share:focus,
.n-modal-container .link-to-share .icon-share:active {
    background: #f2c94c;
}
.n-modal-container .link-to-share .icon-share:hover svg,
.n-modal-container .link-to-share .icon-share:focus svg,
.n-modal-container .link-to-share .icon-share:active svg {
    color: #fff !important;
}
.n-modal-container .list-share-services {
    display: flex;
    gap: 10px;
}
.n-modal-container .list-share-services .icon-share {
    border-radius: 4px;
    background: #000;
    cursor: pointer;
    color: #fff;
    line-height: 42px;
    width: 38px;
    height: 38px;
    font-size: 18px!important;
    transition: 400ms all;
}
.n-modal-container .list-share-services .icon-share:nth-child(1) {
    background: #1877f2;
}
.n-modal-container .list-share-services .icon-share:nth-child(2) {
    background: #ff4500;
}
.n-modal-container .list-share-services .icon-share:nth-child(3) {
    background: #1da1f2;
}
.n-modal-container .list-share-services .icon-share:nth-child(4) {
    background: #0088cc;
}
.n-modal-container .list-share-services .icon-share:hover {
    transform: translateY(-3px);
}
.n-modal-container .list-share-services .icon-share:hover svg {
    color: #fff;
}
#reels-video-wrapper .post-meta {
    justify-content: flex-start;
}
#reels-video-wrapper .post-meta .post-icon {
    border-radius: 4px;
    background: #eee;
    margin-left: 15px;
}
#reels-video-wrapper .post-meta > div {
    margin-right: 5px;
    width: auto;
}
#reels-video-wrapper .post-meta > div svg {
    width: 12px;
}
#reels-video-wrapper .author-wrapper {
    align-items: center;
}
#reels-video-wrapper .author-wrapper .creator-username {
    color: #333;
    line-height: 1;
    margin-top: 4px;
}
#reels-video-wrapper .author-wrapper .creator-name {
    line-height: 1;
}
#reels-video-wrapper .comment-list-inner {
    position: static;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}
#reels-video-wrapper .comment-like-icon {
    color: #eee;
    line-height: 1;
}
#reels-video-wrapper .comment-like-icon.liked {
    color: #c00;
}
#reels-video-wrapper .comment-item .creator-name a {
    color: #555;
}
#reels-video-wrapper .comment-item .comment-info {
    display: flex;
    align-items: center;
    color: #999;
    font-size: 12px;
}
#reels-video-wrapper .comment-item .comment-dropdown {
    position: relative;
    top: 3px;
}

#reels-video-wrapper .post-info-wrapper[data-v-67e77261] {
    flex: 0 0 auto;
}

#reels-video-wrapper .app-container,
#reels-video-wrapper .video-post-wrapper {
    height: auto;
}

div.post-meta>div[data-v-61680930] {
  justify-content: center;
  height: 26px;
  width: 26px;
}

.post-meta svg {
  width: 12px;
}
/*
.ons-icon.fa,
.fa, .fab, .fad, .fal, .far, .fas,
.fa.fa {
  font-family: FontAwesome!important;
  font-weight: 400;
}

#arrowchat_mobiletab_icon,
.far.far,
.fal.fal,
.fa-light.fa-light {
  font-family: FontAwesome;
  font-weight: 400;
}

.fa-light.fa-browsers:before {
  content: "\f15b";
}

.fad.fa-wreath:before {
  position: static;
  font-family: FontAwesome;
  content: "\f02e";
  font-weight: 400;
}

.fad.fa-wreath:after {
  display: none;
}*/

@media (max-width:767px) {
  .feed-item-video .feed-item-video-poster {
    max-height: calc(100vh - 150px);
  }
  
  #reels-feed-wrapper .feed-item .feed-item-video-wrapper > div .feed-item-video > video {
      position: relative;
  }

  .feed-item-video .feed-item-video-poster {
      position: absolute;
  }
  
  #reels-feed-wrapper .feed-item .feed-item-video-wrapper > div,
  #reels-feed-wrapper .feed-item .feed-item-video,
  #reels-feed-wrapper .feed-item > div {
    width: 100%;
  }
}
/*
.fa-solid, .fas {
    font-family: FontAwesome;
}

.fa-hand-wave:before {
    content: "\f25b";
}

.fa-circle-plus:before {
    content: "\f055";
}

.fa-dash:before, .fa-minus-large:before {
    content: "\f068";
}

.fa-video-camera:before, .fa-video:before {
    content: "\f03d"
}

.arrowchat_video_unavailable::before {
    opacity: 0.3;
}

.fa-face-grin-wide:before, .fa-grin-alt:before {
    content: "\f118"
}

.fa-paper-plane-alt:before, .fa-paper-plane-top:before, .fa-send:before {
    content: "\f1d9";
}

.fa-mobile-android-alt:before, .fa-mobile-screen:before {
    content: "\f10b";   
}

.arrowchat_pending_delivered:before {
    content: "\f05d";
    font-family: FontAwesome;
}

.fa-gif:before {
    content: "\f06b";
}
*/

.fa-commenting:before {
    content: "\f27a"!important;
}

.fa-angle-up:before {
  content: "\f34d"!important;
}

.mobile-top {
    margin-top: 70px;
}

.mobile-top .menu {
    display: flex;
    justify-content: center;
    padding: 0 10px;
    gap: 15px;
}

.mobile-top .menu li {
    border: 0;
}

.mobile-top .menu li a {
    border-radius: 3px;
    display: flex;
    gap: 5px;
    padding: 10px;
    background: #fff;
    text-transform: none;
}

.mobile-top .menu li a:hover {
    background: #fafafa;
}

.com_reels #t3-content {
    padding-top: 0;
}

.mobile-top .menu li a:before {
  display: none;
}

.S9gUrf-YoZ4jf, .S9gUrf-YoZ4jf * {
  text-align: center;
  margin: 0 auto !important;
}

.joms-login-facebook {
	margin-bottom: 10px !important;
	margin-top: 20px !important;
      text-align: center;
    margin: auto;
    width: 100%;
}

.btn-sign-with-facebook {
  background-size: 16px 16px;
  background-position: 5px 6px !important;
  padding: 5px 10px 5px 25px !important;
  border-radius: 3px !important;
}

.login-mb.col-md-4.col-xs-4 {
    display: flex;
}

button#share_button {
    background: transparent;
    border: 1px solid #333;
    line-height: 20px;
    padding-left: 6px;
    padding-right: 6px;
    display: block;
    margin-top: 14px;
    font-size: 13px;
}

a.btn.btn-inverse.off-canvas-toggle {
    display: none;
}

div#joms-app--aboutme-special {
    display: none;
}


.action-item:nth-of-type(3) a.joms-button--share::before {
	background-position: 0px -513px;
}

.joms-bookmarks.joms-list .vkontakte, .joms-bookmarks.joms-list .weibo, .joms-bookmarks.joms-list .tumblr, .joms-bookmarks.joms-list .viber {
display: none !important;
}

.article-title {
font-size: 30px;
}

@media (max-width:676px) {
    .view-followinglist.itemid-615 .following-section, .view-followinglist.itemid-608 .following-section {
        display: none;
    }

    .view-following.itemid-607 .following-list-wrapper, .view-following.itemid-581 .following-list-wrapper {
        display: block !important;
        position: initial;
        max-width: 100% !important;
    }

    .view-following.itemid-607 .follower-section, .view-following.itemid-581 .follower-section {
        display: none;
    }

    .view-feed.itemid-582 .following-list-wrapper {
        display: none !important;
    }
    #arrowchat_welcome {
        bottom: 54px !important;
    }
  
  .article-title {
      font-size: 20px;
  }
}
