/* DEFAULTS */
*{
  font-family: Source Sans Pro !important;
}


@font-face {
  font-family: Source Sans Pro;
  src: url(/wp-content/themes/rezsinullazo.theme/assets/fonts/source-sans-pro/SourceSansPro-Thin.otf);
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: Source Sans Pro;
  src: url(/wp-content/themes/rezsinullazo.theme/assets/fonts/source-sans-pro/SourceSansPro-ThinIt.otf);
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: Source Sans Pro;
  src: url(/wp-content/themes/rezsinullazo.theme/assets/fonts/source-sans-pro/SourceSansPro-Light.otf);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Source Sans Pro;
  src: url(/wp-content/themes/rezsinullazo.theme/assets/fonts/source-sans-pro/SourceSansPro-LightIt.otf);
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: Source Sans Pro;
  src: url(/wp-content/themes/rezsinullazo.theme/assets/fonts/source-sans-pro/SourceSansPro-Regular.otf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Source Sans Pro;
  src: url(/wp-content/themes/rezsinullazo.theme/assets/fonts/source-sans-pro/SourceSansPro-It.otf);
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Source Sans Pro;
  src: url(/wp-content/themes/rezsinullazo.theme/assets/fonts/source-sans-pro/SourceSansPro-Semibold.otf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Source Sans Pro;
  src: url(/wp-content/themes/rezsinullazo.theme/assets/fonts/source-sans-pro/SourceSansPro-SemiboldIt.otf);
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: Source Sans Pro;
  src: url(/wp-content/themes/rezsinullazo.theme/assets/fonts/source-sans-pro/SourceSansPro-Bold.otf);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Source Sans Pro;
  src: url(/wp-content/themes/rezsinullazo.theme/assets/fonts/source-sans-pro/SourceSansPro-BoldIt.otf);
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Source Sans Pro;
  src: url(/wp-content/themes/rezsinullazo.theme/assets/fonts/source-sans-pro/SourceSansPro-Black.otf);
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Source Sans Pro;
  src: url(/wp-content/themes/rezsinullazo.theme/assets/fonts/source-sans-pro/SourceSansPro-BlackIt.otf);
  font-weight: 800;
  font-style: italic;
}
@keyframes co_grow {
  0% {
    transform: scale(0.95);
  }

  70% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.95);
  }
}
@keyframes forgo {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes forgoCart {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes hideAdded {
  0% {
    visibility: visible;
    opacity: 1;
  }
  90% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes mozgas {
  0% {
    transform: translatex(0%);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translatex(100%);
  }
}
:root {
  --titleSize: 25px;
  --subTitleSize: 16px;
  --textSize: 16px;
  --mainGreen: #7fc141;
  --mainBlue: #0d68a8;
  --mainOrange: #f7941c;
  --secondaryOrange: #f58400;
  --secondaryBlue: #2da8e5;
  /* --textBlack: #536484; */
  --textBlack: #3a4145;
  /* --textGrey: #434A51; */
  --textGrey: #3a4145;
  --textLightGrey: #7a7a7a;
  --bgGrey: #424950;
  --bgLightGrey: #f4f4f4;
  --gradient: linear-gradient(
    90deg,
    var(--secondaryBlue) 0%,
    var(--mainGreen) 100%
  );
}
:where(.wp-site-blocks) > *,
:where(body .is-layout-flow) > * {
  margin-block-start: 0;
  margin-block-end: 0;
}
body {
  font: 14px/20px PTSansRegular, Arial, Helvetica, sans-serif;
  --wp--preset--font-family--system-font: "Source Sans Pro", Sans-serif !important;
  font-family: "Source Sans Pro", Sans-serif !important;
  overflow-x: hidden;
  margin-block-start: 0;
  margin-block-end: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
p,
span,
textarea,
body > * {
  font-family: "Source Sans Pro", Sans-serif;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--textGrey);
}
h2 {
  display: block;
  width: 100%;
  font-size: var(--titleSize);
  text-align: center;
  margin-bottom: 60px;
  font-weight: 800;
  margin-top: 0;
  text-transform: uppercase;
}
p,
i {
  width: 100%;
  font-size: var(--textSize);
  color: var(--textBlack);
  text-align: left;
  margin-top: 0;
}
.small-title {
  margin-top: 60px;
  width: 100%;
  color: #333333;
  text-align: center;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
}
.a-left {
  text-align: left !important;
}
.double-bmargin {
  margin-bottom: 40px;
}
.a-center {
  text-align: center;
  margin-bottom: 0;
}
.subtitle {
  font-size: var(--subTitleSize);
  font-weight: 600;
  color: var(--textGrey);
  text-align: center;
}
.grid-4 .subtitle {
  margin-top: 27px;
}
.rn-no-top-margin {
  margin-top: 0 !important;
}
.rn-mt-0 {
  margin-top: 0;
}
.rn-mb-40 {
  margin-bottom: 40px;
}
.subtitle-text {
  font-size: var(--subTitleSize);
  color: var(--textGrey);
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  margin-top: 27px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.karrier-desc .subtitle-text {
  margin-top: 0;
}
label {
  font-size: 13px;
  margin-bottom: 0 !important;
}
::placeholder {
  color: #d2d2d2 !important;
}
body:not(.logged-in) .rn-logout {
  display: none;
}
body a {
  color: var(--secondaryBlue);
  text-decoration: none;
}
body a:hover,
body a:after,
body a:before {
  color: var(--secondaryBlue);
  text-decoration: underline;
}
main {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
  max-width: 1440px !important;
  margin: auto;
  overflow-x: clip;
  min-height: calc(100vh - 330px - 109px);
}
.has-bottom-margin {
  margin-bottom: 100px !important;
}
main.clearfix {
  overflow: visible;
}
.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
div {
  width: 100%;

}




.grid-2,
.grid-3,
.grid-4 {
  display: grid;
  overflow: hidden;
}
.grid-2 {
  grid-template-columns: repeat(2, calc(50% - 30px));
  gap: 60px;
}
.grid-3 {
  grid-template-columns: repeat(3, calc(33% - 23.5px));
  gap: 40px;
}
.grid-4 {
  grid-template-columns: repeat(4, calc(25% - 15px));
  gap: 20px;
}
.grid-2 img,
.grid-3 img,
.grid-4 img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 100%;
}
.icon-cont {
  display: flex;
  flex-flow: row;
  align-items: center;
  padding-right: 60px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.icon-cont img {
  margin: 0;
  width: 67px;
}
.icon-cont p {
  margin-bottom: 0;
  margin-left: 10px;
}
.application-cont,
.grid-4 > div,
.bluegrey-cont,
.lightgrey-cont {
  position: relative;
}
:not(.rn-content-block).lightgrey-cont {
  margin-top: 140px;
}
.bg {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.lightgrey-cont .bg {
  background-color: var(--bgLightGrey);
}
.bluegrey-cont .bg {
  background-color: #e8ebed;
}
.application-cont .bg {
  background-image: url(/wp-content/themes/rezsinullazo.theme/assets/img/bottom_img.png);
}
.application-cont h2,
.application-cont p {
  text-align: left;
  color: #ffffff;
}
.h1-margin {
  margin-top: 100px !important;
  font-size: 32px;
  line-height: 25px;
  margin-bottom: 60px;
  width: 100%;
  text-align: center;
}
.h2-nomargin,
.h2-margin {
  font-size: var(--titleSize);
  line-height: 25px;
}
.h2-nomargin {
  margin-bottom: 40px;
  margin-top: 20px;
  text-align: left;
}
.h2-top {
  margin-bottom: 10px;
}
.h2-bottom {
  margin-bottom: 40px;
}
.h2-top,
.h2-bottom {
  font-size: var(--titleSize);
  line-height: 25px;
}
.rb-grid {
  margin-top: 60px;
  margin-bottom: 120px;
}
.rb-grid.grid-4 img {
  width: unset;
  height: unset;
  /* max-width: 167px;
    max-height: 167px; */
}
.grid-4.csomagt-grid {
  grid-template-columns: repeat(2, calc(50% - 2px));
  gap: 20px;
}




@media only screen and (min-width: 900px) {
  .grid-4.csomagt-grid {
    grid-template-columns: repeat(4, 300px);
    gap: 80px;
  }
  
}

.grid-4.finanszirozas-grid > div:hover img,
.grid-4.csomagt-grid > div:hover img{
  border: 1px solid var(--mainGreen);
}

.grid-4.finanszirozas-grid > div img,
.grid-4.csomagt-grid > div img{
  border: 1px solid #fff;
}

.grid-4.finanszirozas-grid > div a p:hover{
  text-decoration: underline var(--mainGreen);
}

.grid-4.csomagt-grid > div,
.grid-4.finanszirozas-grid > div {
  max-width: 300px;
  text-decoration: underline white;
}


.grid-4.csomagt-grid:hover div a,
.grid-4.finanszirozas-grid:hover div a {
  text-decoration: underline white !important;
}

.grid-4.csomagt-grid div p:hover,
.grid-4.finanszirozas div p:hover {
  text-decoration: underline var(--mainGreen) !important;
}

.grid-4.finanszirozas-grid {
  grid-template-columns: repeat(2, calc(50% - 22px));
  column-gap: 29px;
  row-gap: 40px;
}


@media only screen and (min-width: 900px) {
  .grid-4.finanszirozas-grid {
    grid-template-columns: repeat(4, calc(25% - 22px));
    column-gap: 29px;
    row-gap: 40px;
  }
  
}




.grid-4.finanszirozas-grid img {
  transition: 0.2s ease-in-out;
  object-fit: cover !important;
  width: 100%;
  max-height: 295px;
}
.grid-4.finanszirozas-grid .subtitle-text {
  margin-top: 15px;
  margin-bottom: 0;
}
.finanszirozas-text {
  text-align: center;
  margin-bottom: 10px;
  font-size: 15px;
}
.finanszirozas-anchor {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: var(--subTitleSize);
}
input.orng-submit,
a.orng-submit {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 17px;
  line-height: 25px;
  padding: 17.5px 24px;
  border-radius: 5px;
  font-weight: 800;
  text-transform: uppercase;
  background-color: var(--secondaryOrange);
  color: #ffffff;
  width: fit-content;
  margin-top: 40px;
  margin-bottom: 58px;
  cursor: pointer;
}
a.orng-submit:after {
  content: url("/wp-content/themes/rezsinullazo.theme/assets/svg/chevron_right.svg");
  height: 21px;
  margin-left: 20px;
}
body a.orng-submit:hover,
body a.orng-submit:after,
body a.orng-submit:before {
  color: #ffffff;
}
input.orng-submit {
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 10px 60px;
}
.application-cont a.orng-submit {
  margin-top: 60px;
  margin-bottom: 0;
}
.product main a.orng-submit {
  margin-top: 0;
  margin-bottom: 0;
  background-color: var(--mainOrange);
  padding: 7px 40px;
  color: #ffffff;
  font-size: var(--textSize);
  text-transform: none;
  border-radius: 6px;
}
.carousel-wrap {
  overflow: hidden;
}
.carousel-cont {
  display: flex;
  padding-bottom: 60px;
  position: relative;
  white-space: pre-line;
}
.flex-col-mid {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
a.orng-submit.no-bm,
.flex-col-mid a.orng-submit {
  margin-bottom: 0;
}
.center-btn {
  margin-left: auto;
  margin-right: auto;
}
.carousel-cont img {
  width: 221px;
  height: 221px;
  margin: 0 auto;
  object-fit: contain;
}
.carousel-cont-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  flex: none;
}
.carousel-cont-inner p {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0;
  text-align: center;
}
#carousel-nav {
  display: flex;
  position: absolute;
  top: 60px;
  right: 0;
  width: fit-content;
}
#carousel-nav-left,
#carousel-nav-right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  background-color: #ffffff;
  border: 1px solid #e4e5e5;
  margin: 0 2px;
  cursor: pointer;
}
#carousel-nav svg {
  width: 14px;
  fill: var(--textGrey);
}
.green-btn {
  display: flex;
  align-items: center;
  font-size: var(--textSize);
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  background-color: var(--mainGreen);
  color: #ffffff;
  padding: 13px 29px;
  border-radius:6px;
}

.green-btn:hover{
  color:white;
  text-decoration: none;
}
.woocommerce-Price-currencySymbol {
  margin-left: 3px;
}
.blue-btn {
  display: flex;
  align-items: center;
  font-size: var(--textSize);
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
}
.blue-btn svg {
  width: 15px;
  height: 15px;
  fill: var(--secondaryBlue);
}
.blue-btn:hover svg {
  fill: var(--mainBlue);
}
.woocommerce-message {
  display: none;
}
.hidden {
  display: none !important;
}
.button:not(.is-form),
.rn-btn,
.wp-element-button {
  display: block;
  padding: 12px 30px;
  width: fit-content;
  background: var(--gradient);
  color: white !important;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
  background-size: 200% 100%;
  outline: none;
  border: none;
}
.button:not(.is-form):hover,
.rn-btn:hover,
.wp-element-button:hover {
  background-size: 100% 100% !important;
}
.entry-content {
  width: 100%;
}
.single-product .entry-content {
  box-sizing: border-box;
}
.wp-block-column a,
.entry-content a {
  text-decoration: none;
}
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  background-color: #ffffff;
  border-top: 1px solid #e0dede;
  border-bottom: 1px solid #e0dede;
  color: #4a4e57;
}
.rn-prizes .wp-block-column img {
  object-fit: contain;
  max-height: 90px;
  margin-bottom: 20px;
}
.rn-prizes h3,
.rn-prizes p {
  text-align: center;
}
h2.alcim {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 1.1em;
}
.rn-media figure {
  height: 54px;
}
.rn-media img {
  object-fit: contain;
  width: 100%;
  height: 54px;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="phone-number"],
input[type="text"] {
  border: 1px solid #d2d2d2;
  font-size: 13px;
  color: #747474;
  padding: 8px 15px;
  width: 100%;
  box-sizing: border-box;
}
.woocommerce-error {
  background-color: red;
  color: white;
  border: none;
}
.woocommerce-error[role="alert"]::before {
  display: none;
}
.woocommerce-error a {
  display: initial !important;
  width: auto !important;
  padding: 0 !important;
  background: unset !important;
  margin-top: auto !important;
  margin-left: 10px;
}
.wp-block-post-excerpt__excerpt {
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  color: var(--textLightGrey);
  margin-bottom: 10px;
}
.rn-readmore {
  color: var(--secondaryBlue) !important;
  text-transform: uppercase;
}
.rn-main {
  width: 100%;
}
.woocommerce-page .woocommerce-checkout #customer_details,
.woocommerce-page .woocommerce-checkout .col2-set {
  width: 100%;
}
.mobile {
  display: none;
}
.hidden-trigger {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e7e7e8;
  cursor: pointer;
}
.rn-tudastar-list > ul > li:last-of-type .hidden-trigger {
  border-bottom: none;
}
/* .hidden-trigger:last-of-type{
    border-bottom: none;
} */
.hidden-trigger-title {
  font-weight: 600;
  text-transform: uppercase;
}
.hidden-trigger-content {
  display: none;
}
.hidden-trigger-title {
  margin-bottom: 0;
}
.hidden-trigger .hidden-trigger-title:before {
  content: "+";
  position: relative;
  top: 0;
  margin-right: 10px;
  color: var(--mainGreen);
  font-size: 20px;
  font-weight: 400;
}
.hidden-trigger.open .hidden-trigger-title:before {
  content: "-";
}
.hidden-trigger.open .hidden-trigger-content {
  display: block;
  margin-top: 35px;
}
/* DEFAULTS END*/
/* HEADER */
header.wp-block-template-part {
  position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 99998;
  transition: height 0.25s ease;
  height: auto;
  border-bottom: 1px solid #e4e5e6;
}
body.logged-in.admin-bar header.wp-block-template-part {
  top: 32px;
}
.rn-head-row-1 {
  background: var(--gradient);
}
.rn-head-row-1 div {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  width: 1440px;
  max-width: 100%;
  margin: auto;
}
.rn-head-row-1 p {
  width: auto;
  line-height: 44px;
  margin: 0;
  color: #fff;
  font-size: 1rem;
  font-family: "Source Sans Pro", Sans-serif;
}
.rn-head-row-1 strong {
  margin-right: 15px;
}
.rn-head-row-1 a {
  color: #fff;
  text-decoration: none;
  margin: 0 15px;
}
.rn-head-row-1 a:hover {
  color: var(--textBlack) !important;
}
.rn-head {
  max-width: 1440px;
  margin: auto;
  padding: 12px 0;
}
.rn-head a {
  display: flex;
  text-decoration: none !important;
  font-size: 14px;
  margin-right: auto;
  font-weight: 500;
  flex: none;
  padding: 0 1px;
  box-sizing: content-box;
}
.rn-head nav {
  margin: auto;
  width: 100%;
  max-width: 85%;
  padding-right: 20px;
}
.rn-head nav a {
  text-transform: uppercase;
  /* margin: 0 10px; */
}
.rn-head
  nav
  li.current-menu-item:not(.nav-rb):not(.nav-csomag)
  a.wp-block-navigation-item__content {
  color: var(--mainGreen);
}
.rn-head
  nav
  li.current-menu-item.nav-csomag
  a.wp-block-navigation-item__content,
.rn-head nav li.current-menu-item.nav-rb a.wp-block-navigation-item__content {
  background-color: var(--mainGreen);
}
.wp-block-navigation__container {
  gap: 0;
  justify-content: space-between;
  width: 100%;
}
a.rn-logo-link {
  display: flex;
  flex-wrap: wrap;
  max-width: 16%;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  justify-content: center;
  margin-right: 0;
}
.rn-head-mid {
  display: flex;
  flex-flow: row;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.rn-sticky-logo {
  display: none;
}
h1.wp-block-heading,
h1.wp-block-post-title {
  display: none;
}
.wp-container-2.wp-container-2 {
  --navigation-layout-justify: center !important;
}
.rn-search-form {
  display: flex;
  flex-flow: row;
  position: relative;
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: 30px;
}
.wc-block-mini-cart {
  margin-right: 30px;
}
.rn-nav-icon {
  width: 40px;
  margin: auto;
}
.rn-hamburger:before {
  content: url(/wp-content/uploads/2023/05/kategoria-before.png);
  margin-right: 5px;
  filter: brightness(0) invert(1);
}
.rn-hamburger {
  background: var(--gradient);
  color: white !important;
  text-align: center;
  margin-right: 30px;
  padding: 5px 10px !important;
  border-radius: 10px;
}
.cart-trig {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: baseline;
  box-sizing: border-box;
  max-width: 30px;
  width: 30px;
  padding-right:10px !important;
  padding-left:10px !important;
  /* padding-right: 0!important; */
}
.rn-mini-cart__badge {
  display: flex;
  font-size: 10px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -5px;
  left: 50%;
  background: #f0450e;
  width: 20px;
  color: #ffffff;
  border-radius: 50%;
  height: 20px;
}
.wp-block-cb-carousel .slick-slide {
  padding-left: 0;
  padding-right: 15px;
}
div.slick-active:last-of-type {
  padding-right: 0;
}
.dashboard-icon,
.fav-icon {
  display: flex;
  align-items: baseline;
  flex-flow: column;
  justify-content: center;
}
.fav-icon {
  margin-right: auto;
}
#rn-search-input {
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 100%;
  padding: 10px 15px;
  margin: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.rn-search-btn {
  font-size: 15px;
  overflow: visible;
  position: absolute;
  border: 0;
  padding: 0 15px !important;
  margin: 0 !important;
  cursor: pointer;
  height: 40px;
  min-width: 50px;
  width: auto;
  line-height: 100%;
  min-height: 100%;
  right: 0;
  left: auto;
  top: 0;
  bottom: auto;
  color: #fff;
  -webkit-transition: 250ms ease-in-out;
  -moz-transition: 250ms ease-in-out;
  -ms-transition: 250ms ease-in-out;
  -o-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  text-transform: uppercase;
  background-color: #333;
  border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}
.wp-block-navigation-item::before {
  width: 28px;
  height: 28px !important;
  background-size: 100% 100%;
  object-fit: contain !important;
  margin-top: -5px;
  margin-right: 5px;
}
.rn-mobile-sep {
  display: flex;
  flex-flow: row;
}
.keszletmobilra,
.rn-mobile-search-trig,
.rn-mobile-trig {
  display: none;
}
img.rn-standard-logo {
  max-width: 100%;
  height: auto;
}
.cpapp-close {
  display: none;
}
.rn-content-block {
  padding-top: 100px;
  padding-bottom: 100px;
}
.rn-content-block h2 {
  font-size: 32px;
  line-height: 1.2;
}
/* .rn-content-block.lightgrey-cont{
    padding-bottom: 100px;
} */
.rn-videok-grid {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 15px));
  column-gap: 20px;
}
.rn-videok-cont {
  width: 100%;
  margin-bottom: 50px;
}
.rn-videok-grid iframe {
  width: 100%;
  max-width: 100%;
  height: 193px;
}
.rn-videok-cont .subtitle {
  margin-top: 17px;
  margin-bottom: 10px;
}
.rn-videok-cont .subtitle-text {
  margin-top: 0;
  margin-bottom: 0;
}


.rn-videok-cont .subtitle-text:hover {
  text-decoration: underline var(--mainGreen) !important;
}

.rb-grid .subtitle-text {
  margin-bottom: 0;
}
.cofidis-box {
  display: flex;
  flex-flow: row;
  border: 1px solid #f7941c;
  border-left-width: 18px;
  box-sizing: border-box;
  padding: 20px 25px 20px 25px;
}
.cofidis-box h4 {
  margin-top: 0;
  margin-bottom: 15px;
}
.cofidis-box-left ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
}
.cofidis-box-right {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.cofidis-box-right div {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.cofidis-box-right small {
  color: var(--textLightGrey);
}
@media (max-width: 1450px) {
  .rn-content-block {
    padding: 100px 20px;
  }
}
@media (max-width: 1024px) {
  .rn-head {
    padding: 5px 10px;
    overflow: hidden;
  }
    .rn-head-row-1{
    display: none !important;
  }
  /* .rn-head-row-1{
        display: none;
    } */
  .rn-standard-logo {
    width: 90px;
    height: auto;
  }
  .rn-logo-link:after {
    white-space: pre-wrap;
    line-height: 1;
    text-align: center;
    margin-left: 0;
  }
  img.rn-standard-logo {
    height: auto;
  }
  .application-cont {
    padding: 0 20px;
  }
  .application-cont .bg {
    background-position-x: 63%;
  }
  .bg {
    width: 100%;
  }
  .rn-videok-grid {
    grid-template-columns: repeat(3, calc(33% - (40px / 3)));
    column-gap: 20px;
  }
}
@media (max-width: 904px) {
  .rn-mobile-sep {
    display: none;
  }
  .rn-mobile-trig {
    display: flex;
    align-items: center;
    flex: none;
    padding-right: 0 !important;
    margin-left: 20px;
  }
  .rn-mobile-trig svg {
    transform: rotate(180deg);
  }
  .rn-logo-link {
    padding-right: 0;
    margin-right: auto;
    max-width: 118px;
  }
  .cart-trig {
    width: 30px;
    padding-right: 0 !important;
  }
  .cart-trig img {
    width: 30px;
    height: 30px !important;
  }
  .rn-mini-cart__badge {
    left: 18px;
  }
}
@media (max-width: 620px) {
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-size:12px !important;
}
  .rn-form.grid-2-form{
    flex-flow: row;
    flex-wrap: wrap;
    flex-direction: column;

  }
  .rn-form-left{
    width: 100% !important;
  }
  .rn-form-right{
    width: 100% !important;
  }
  .rn-search-form {
    display: none;
  }
  .rn-mobile-search-trig {
    display: flex;
    align-items: center;
    height: 30px;
    padding-right: 0 !important;
    margin-right: 20px;
  }
  .rn-search-form.open {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    align-items: center;
    background-color: white;
    justify-content: center;
    z-index: 100000;
    left: 0;
    top: 0;
    padding: 20px;
    box-sizing: border-box;
  }
  .rn-search-form.open .rn-search-btn {
    top: calc(50% - 20px);
    right: 20px;
    min-height: unset;
  }
  .open .cpapp-close {
    position: absolute;
    top: 10px;
    right: 10px;
    fill: #000000;
    width: 20px;
    display: block;
  }
  .rn-mobile-sep.open {
    display: flex;
    z-index: 1000000;
    position: fixed;
    top: 61px;
  }

  .rn-finansz-box div {
  overflow-y: auto;
  /*word-break: break-all;*/
}
}
/* HEADER END */
/* HOME SLIDES */
.rn-slides-cont {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  max-width: 1440px;
  height: 540px;
  position: relative;
}
#rn-home-slider {
  overflow: hidden;
}
#rn-home-slides {
  width: 100%;
  flex: none;
}
#rn-home-slides.slides-grid {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-gap: 0;
  flex: auto;
}
#rn-home-slides-nav {
  display: flex;
  flex-flow: row;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  z-index: 10000;
  width: auto;
  left: 300px;
}
.rn-home-slides-nav-dot {
  display: none;
  width: 13px;
  height: 13px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin-left: 6px;
  margin-right: 6px;
  cursor: pointer;
}
.rn-home-slides-nav-dot.current {
  background-color: #ffffff;
}



.woocommerce-MyAccount-navigation,
#rn-home-slider-nav {
  width: 288px;
  max-width: 24%;
  flex: none;
  overflow: hidden;
  z-index: 1;
}
.woocommerce-MyAccount-navigation ul,
.rn-side-col nav ul,
#rn-home-slider-nav ul {
  background-color: #f3f4f4;
  width: 100%;
  gap: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li,
.rn-side-col nav li,
#rn-home-slider-nav li {
  width: 100%;
  padding: 12px 20px;
  color: var(--textGrey);
  font-size: var(--textSize);
  box-sizing: border-box;
  border-bottom: 1px solid #e4e5e5;
  font-size: 16px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:first-child {
  padding-top: 7px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  color: var(--textGrey);
}
.woocommerce-account .woocommerce-MyAccount-navigation li a,
.rn-side-col nav li a,
.rn-side-col nav li button,
#rn-home-slider-nav li a {
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active,
.rn-side-col .grenn-bg,
#rn-home-slider-nav .grenn-bg {
  background-color: #7ec428;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12.25px 20px;
}
#rn-home-slider-nav .grenn-bg:last-child {
  border-color: #7ec428 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  color: #ffffff;
}
.rn-side-col .blue-bg {
  background-color: #2da8e5;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.rn-side-col nav ul li.current-menu-item {
  color: #20AE8A;
  background-image: linear-gradient(to left,var(--bgLightGrey) 98%, #20AE8A 2%);
}
.rn-onsale-cat {
  color: white !important;
  background-color: #ED1C32 !important;
  font-weight: bold !important;
  text-transform: uppercase;
}
.slick-next:before,
.slick-prev:before,
#rn-home-slides-nav-left,
#rn-home-slides-nav-right {
  display: flex;
  position: absolute;
  width: 30px;
  height: 34px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  fill: #c5c5c5;
  cursor: pointer;
}
nav:not([aria-label="Main"])
  .wp-block-navigation-item.open-on-click
  .wp-block-navigation-submenu__toggle {
  padding: 7px 20px;
  border-bottom: 1px solid #e4e5e5;
}
nav:not([aria-label="Main"])
  .wp-block-navigation-item.open-on-click
  .wp-block-navigation-submenu__toggle
  + .wp-block-navigation__submenu-icon {
  display: none;
}
nav:not([aria-label="Main"]) .wp-block-navigation-item.has-child {
  flex-flow: column;
  padding: 0;
  border: none;
}
nav:not([aria-label="Main"]) ul.wp-block-navigation__submenu-container {
  position: static !important;
  width: 100% !important;
  border: none !important;
  background-color: #f3f4f4 !important;
}
nav:not([aria-label="Main"]) .wp-block-navigation-submenu__toggle {
  position: relative;
}
nav:not([aria-label="Main"]) .wp-block-navigation-submenu__toggle:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/wp-content/themes/rezsinullazo.theme/assets/icons/arrow_right.png);
  width: 10px;
  height: 12px;
  background-size: 100%;
  background-repeat: no-repeat;
}
nav[aria-label="Main"] .wp-block-navigation__submenu-container {
  left: -50% !important;
  right: 0 !important;
  /* margin: 0 20px; */
}
nav:not([aria-label="Main"])
  .wp-block-navigation-submenu__toggle[aria-expanded="true"]:after {
  background-image: url(/wp-content/themes/rezsinullazo.theme/assets/icons/arrow_down.png);
}
#rn-home-slides-nav-left {
  left: 0;
}
#rn-home-slides-nav-right {
  right: 0;
}
.rn-slides {
  display: flex;
  flex-flow: row;
  overflow: visible;
  padding: 0;
  scroll-behavior: smooth;
  position: relative;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.rn-slides::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.rn-slides {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
#rn-home-slides a {
  display: flex;
  width: 100%;
  height: 100%;
}
#rn-home-slides img {
  height: 100%;
  max-width: 1152px;
  /* max-height: 518px; */
  object-fit: cover;
}
.rn-home-slide {
  width: 100%;
  position: relative;
}
/* .rn-home-slide.current{
    display: block;
    animation: fadeIN 1s ease;
} */
.rn-home-slide .slider-text-box {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 34%;
  text-align: left;
  padding: 20px;
  height: 100%;
  box-sizing: border-box;
}
.rn-home-slide:nth-child(1) .slider-text-box {
  max-width: 374px;
}
/*.rn-home-slide:nth-child(2) .slider-text-box {
  max-width: 392px;
}
*/




.slider-text-box h2,
.slider-text-box p {
  text-transform: uppercase;
  color: #ffffff;
  text-align: left;
}


.slider-text-box h2 {
  font-size: 22px;
  line-height: 1em;
  margin-bottom: 30px;
  margin-top: -20px;
}
/*.slider-text-box p {
  display: none;
}*/

@media only screen and (min-width: 700px) {

  .slider-text-box h2 {
    font-size: 50px;
    line-height: 1.2em;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .slider-text-box p {
    display: block;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.2em;
  }
  .rn-home-slides-nav-dot {
    display: block;
  }

  .rn-home-slide:nth-child(2) .slider-text-box {
  max-width: 100%;
  }


  }
  
  @media only screen and (max-width: 1024px) {
    .slider-text-box h2,
    .slider-text-box p {
    line-height: 1.2;
    margin: 0px !important;
    padding-bottom: 20px;
  }

      .rn-home-slide .slider-text-box {
      position: absolute;
      top: 860px;
      width: 90%;
      height: 300px;
      box-sizing: border-box;
      overflow: hidden;
      padding: 10px 0px 10px 20px;
    }
    .rn-home-slide:nth-child(1) .slider-text-box{
      max-width: 700px;
    }
    
    }


  @media only screen and (max-width: 500px) {

    /*.rn-home-slide .slider-text-box {
      position: absolute;
      top: 380px;
      width: 90%;
      height: 200px !important;
      box-sizing: border-box;
      overflow: hidden;
      padding: 10px 0px 10px 20px;
    }*/
    .rn-home-slide .slider-text-box {
      position: absolute;
      top: 390px !important;
      width: 90%;
      height: 200px !important;
      box-sizing: border-box;
      overflow: hidden;
      padding: 10px 0px 10px 20px;
    }
    .slider-text-box h2,
    .slider-text-box p {
    line-height: 1.2;
    margin: 0px !important;
    padding-bottom: 20px;
  }
    }

@keyframes fadeIN {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.rn-cat-slide {
  width: 275px;
  flex: none;
  position: relative;
}
.rn-cat-slide a {
  display: flex;
  flex-flow: row;
  align-items: center;
  color: var(--textBlack);
  text-decoration: none;
  padding: 0 25px;
}
.rn-cat-slide a span {
  font-weight: 700;
  font-size: 16px;
  max-width: calc(100% - 110px);
}
.rn-cat-slide a img {
  max-width: 60px;
  max-height: 60px;
  margin-left: auto;
}
.rn-cat-slide:before {
  position: absolute;
  right: 0px;
  width: 2px;
  height: 100%;
  content: "";
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}
.termekeink-col a:first-child {
  height: 100%;
}
.tamogatas-tablazat {
  margin-top: 40px;
  margin-bottom: 40px;
}
.tamogatas-tablazat tr td {
  color: var(--textBlack);
  border-color: #000000;
}
.tamogatas-tablazat tr td:first-child {
  background-color: #424a4f;
  color: #fff;
  min-width: 110px;
}
.tamogatas-tablazat tr:first-child {
  background: var(--gradient);
}
.tamogatas-tablazat tr:first-child td.has-text-align-left {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.tamogatas-tablazat tr:first-child td.has-text-align-left a {
  color: #fff;
}
.question-box-ltp .img-cont {
  margin-right: 20px;
}
/* HOME SLIDES END */
/* FOOTER */
footer {
  background-color: var(--bgGrey);
  width: 100%;
}
#rn-footer {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  width: 100%;
  max-width: 1440px;
  padding-top: 60px;
  padding-bottom: 80px;
}
#rn-footer-row-3,
#rn-footer-row-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: baseline;
}
#rn-footer-row-4 span {
  color: #7ec813;
  font-size: 14px;
  font-weight: 500;
}
.rn-footer-row {
  width: 25%;
}
.rn-footer-row img {
  max-width: 210px;
}
.rn-footer-details {
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
}
.rn-footer-subtitle {
  font-size: 14px;
  line-height: 23.8px;
  color: var(--textLightGrey);
  margin: 0;
  text-decoration: none;
  text-align: left;
}
a.rn-footer-subtitle:hover {
  color: #ffffff;
}
/* .rn-footer-subtitle a{
    text-decoration: none;
    color: var(--textLightGrey);
} */
.rn-footer-contact,
.rn-footer-info {
  list-style: none;
  padding: 0;
  text-align: left;
  font-size: 11px;
}
.rn-footer-info {
  text-align: center;
}
.rn-footer-li-item {
  display: flex;
}

@media (max-width: 568px) {
    #rn-footer {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
    box-sizing: border-box;
    padding-bottom: 40px;
  }

  #rn-home-slider-nav {
    display: none;
  }

  #rn-home-slider{
    height: 510px !important;
  }
      #rn-home-slides-nav {
    left: 0;
    width: 100%;
    z-index:100;
    padding-bottom: 20px;
  }

}



@media (max-width: 1024px) {
  #rn-footer {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
    box-sizing: border-box;
    padding-bottom: 40px;
  }

  #rn-home-slider-nav {
    display: none;
  }

  #rn-home-slider{
    height: 990px;
  }


  .grid-3,
  .grid-4 {
    grid-template-columns: repeat(2, calc(50% - 10px));
  }
    #rn-home-slides-nav {
    left: 0;
    width: 100%;
    z-index:100;
    padding-bottom: 20px;
  }

}
@media (max-width: 700px) {
  .rn-footer-row {
    width: 50%;
  }
  .rn-videok-grid {
    grid-template-columns: repeat(2, calc(50% - 10px));
    column-gap: 20px;
  }
}
@media (max-width: 370px) {
  .rn-footer-row {
    width: 100%;
  }
}
/* FOOTER END */
/* HOME CSS */
.rn-home-mid {
  display: flex;
  margin-top: 40px !important;
}
.rn-home-mid-left {
  width: 66.66666667%;
  padding: 0px 2.88%;
}
.rn-home-mid-left img {
  width: 100%;
  height: 100%;
}
.rn-home-mid-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 33.3333333%;
  background-image: url("/wp-content/uploads/2023/05/torzsvasarloi-banner.jpg");
  background-size: 100% 100%;
  text-decoration: none;
}
.rn-home-mid-right img {
  display: block;
  width: 45px;
}
.rn-home-mid-right p {
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  padding: 0 40px;
  font-size: 21px;
}
.rn-home-mid-right p:first-of-type {
  font-size: 32px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}
.rn-home-list-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.rn-home-list-row-right {
  width: 50%;
}
.rn-home-list-row img {
  width: 100%;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
}
.rn-home-list-row img:hover {
  transform: scale(0.97);
}
.wp-block-post-template.wp-block-post-template {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 90px;
}
.no-margin-query .wp-block-post-template.wp-block-post-template {
  margin-bottom: 0;
}
.home .wp-block-post-template.wp-block-post-template {
  margin-bottom: 0;
}
.wp-block-post-template.wp-block-post-template > li {
  width: calc(25% - 15px);
  position: relative;
  margin-block-start: 0;
  margin-block-end: 0;
}
.wp-block-post-template.wp-block-post-template
  > li
  > .wp-block-post-featured-image {
  margin-right: 0;
}
.wp-block-post-template.wp-block-post-template > li > h2 {
  font-size: var(--subTitleSize);
  font-weight: 600;
  color: var(--textGrey);
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px;
}
.wp-block-post-template.wp-block-post-template > li > h2 a {
  color: var(--textGrey);
}
.badge,
.wp-block-post-template.wp-block-post-template > li > .wp-block-post-date {
  width: auto;
  background-color: #7ec428;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
}
.blue-badge {
  background-color: var(--secondaryBlue);
}
.mobile-logo-cont {
  display: none;
}
nav[aria-label="Main 2"] {
  display: none;
}
.wp-block-navigation .wp-block-navigation-item.nav-csomag,
.wp-block-navigation .wp-block-navigation-item.nav-rb {
  background-color: unset;
}
/* HOME END */
/* PRODUCT CSS */
li.product {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: end;
  align-content: baseline;
}
.product .wp-block-woocommerce-product-price,
.product .wp-block-post-excerpt {
  display: flex;
  margin-bottom: 20px;
}
li.product .wp-block-woocommerce-product-price,
li.product .wp-block-post-excerpt {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body.single-product .wp-block-woocommerce-product-price {
  margin-top: 20px;
  margin-bottom: 20px;
}
.product main a {
  color: #000000;
  text-decoration: none !important;
}
.product h3 {
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.product h3 a {
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  font-size: 16px !important;
  color: var(--textGrey);
  font-weight: 600;
  text-align: center;
  text-overflow: ellipsis;
  height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product h3 a:hover {
  color: var(--mainGreen);
}
/* .product .wp-block-post-excerpt__excerpt{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 39px;
} */
h3.rn-no-line-clamp a {
  -webkit-line-clamp: none;
  height: unset;
}
ul li .amount {
  font-weight: 700;
  font-family: "Source Sans Pro", Sans-serif;
  font-size: 22px;
  margin: 0 auto;
  color: var(--textGrey);
}
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce a.button,
.single_add_to_cart_button {
  display: block;
  padding: 12px 5px;
  width: 100%;
  box-sizing: border-box;
  background: #424a4f;
  color: white !important;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 10px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
  background-size: 200% 100%;
}
.woocommerce-info .button.wc-forward {
  width: auto;
  margin-left: auto;
  padding: 0.5rem 1rem;
}
.single-product-form a.add_to_cart_button {
  width: max-content;
  font-size: 17px;
  line-height: 25px;
  padding: 17.5px 24px;
  border-radius: 5px;
  font-weight: 800;
  margin-top: 0;
  margin-left: 20px;
}
.woocommerce a.button:hover,
.single_add_to_cart_button:hover {
  background-size: 100% 100% !important;
  background: var(--mainBlue);
  color: #ffffff !important;
}
.rn-sale-price p {
  color: red;
  text-transform: uppercase;
}
.rn-sale-price > .woocommerce-Price-amount.amount {
  color: red;
}
.rn-kieg-desc {
  width: 100%;
  max-width: 100%;
}
.added_to_cart.wc-forward {
  display: none !important;
}
.wp-block-woocommerce-product-price {
  width: 100%;
}
.wc-block-components-product-image img {
  transition: 0.2s ease-in-out;
  /*object-fit: cover !important;*/
  object-fit: contain !important;
  width: 100%;
  /* height: 100%; */
  max-height: 256px;
}
.wp-block-post-featured-image {
  position: relative;
  margin-right: 30px;
}
.single-prod-col {
  margin-bottom: 20px !important;
}
.single-prod-col.termcs-col,
.single-prod-col.szolg-col {
  margin-bottom: 0 !important;
}
.single-prod-col.termcs-col .grid-3 {
  margin-bottom: 40px;
}
.single-prod-col.szolg-col .prod-right {
  padding-bottom: 120px;
}
.single-prod-col.termcs-col .prod-right {
  flex: none;
  width: 20%;
  box-sizing: border-box;
}
.woocommerce .wp-block-woocommerce-product-image-gallery {
  max-width: 100% !important;
  height: auto !important;
  width: 100% !important;
  box-sizing: border-box;
}
.woocommerce-product-gallery .flex-viewport {
  height: 500px !important;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  border: 2px solid var(--bgLightGrey);
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  top: unset;
  bottom: 0;
  right: 0;
}
.woocommerce
  div.product
  .no-zoom
  div.images
  .woocommerce-product-gallery__trigger {
  display: none;
}
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__trigger::before {
  width: 12px;
  height: 12px;
  border: 2px solid #929ba0;
  top: 7px;
  left: 7px;
}
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__trigger::after {
  background: #929ba0;
}
.pswp {
  z-index: 999999;
}
.pswp__bg {
  background: rgba(0, 0, 0, 0.5);
}
.woocommerce div.product div.images img {
  max-height: 500px;
  object-fit: contain;
}
.single-product .wp-block-post-title {
  text-align: left;
  margin-bottom: 20px;
}
.wc-block-components-product-sku {
  display: block;
  font-size: 0.875em;
  overflow-wrap: break-word;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 40px;
}
.rn-stock-status {
  width: fit-content;
  background-color: var(--mainGreen);
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  padding: 5px 15px;
  margin: 0 5px;
  border-radius: 5px;
}
.rn-stock-status:first-of-type {
  margin-left: 0;
}
.rn-stock-status:last-of-type {
  margin-right: 0;
}
.rn-stock-status-arch {
  display: block;
  width: 100%;
  text-align: center;
  color: var(--mainGreen);
  font-size: var(--subTitleSize);
  font-weight: 600;
  text-transform: uppercase;
}
.rn-stock-status.sale {
  background-color: red;
}
.darkgreen-badge {
  background-color: #1faa83;
}
.grey-badge {
  background-color: #7a7a7a;
}
.rn-after-atc b {
  color: #1faa83;
}
.rn-content-checklist {
  display: flex;
  flex-flow: column;
}
/* .rn-stock-status-arch.out-of-stock{
    color: #860808;
} */
.colored-text {
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 3px;
}
.blue-text {
  color: var(--secondaryBlue);
}
.green-text {
  color: var(--mainGreen);
}
.orange-text {
  color: var(--mainOrange);
}
.single-product-form .rn-stock-status,
.egysegar {
  text-align: left;
  font-size: 16px;
  color: #212121;
}
.quantity {
  display: flex;
  flex-flow: row;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.quantity button,
.quantity input {
  /* height: 30px!important;
    width: 40px!important; */
  font-size: 13px !important;
  background-color: white;
  border: 1px solid #d1d3d4;
  color: #212121;
  padding: 0 !important;
  text-align: center;
  box-sizing: content-box;
  outline: none !important;
  margin: 0 !important;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity input[type="number"] {
  -moz-appearance: textfield;
}
.minus,
.plus {
  cursor: pointer;
}
.quantity {
  display: flex;
}
.woocommerce div.product form.cart div.quantity {
  display: inline-flex;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
.quantity input {
  appearance: textfield !important;
  -moz-appearance: textfield !important;
  margin: 0 !important;
  height: 52px !important;
  border: 1px solid #d1d3d4 !important;
  width: 50px !important;
}
.quantity button {
  color: #ffffff !important;
  background-color: #d1d3d4 !important;
  width: 34px !important;
  cursor: pointer !important;
  font-size: 26px !important;
  line-height: 25px;
  height: 50%;
  box-sizing: border-box;
}
.rn-qty-btn-cont {
  display: flex;
  flex-flow: column;
  max-height: 52px;
  gap: 2px;
  align-items: center;
  width: fit-content;
}
.qty-button.minus {
  border-bottom-right-radius: 5px !important;
}
.qty-button.plus {
  border-top-right-radius: 5px !important;
}
.woocommerce-cart table.cart .quantity .qty-button {
  vertical-align: middle;
  margin-bottom: 0;
}
.wc-block-breadcrumbs {
  width: 100%;
  text-align: left;
  font-size: 13px !important;
  color: #333333;
  padding-right: 10px;
}
.wc-block-breadcrumbs a {
  text-decoration: none;
  color: var(--secondaryBlue) !important;
}
.rn-kolcson-box {
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 10px 20px;
  max-width: 350px;
}
.rn-kolcson-box a {
  display: grid;
  grid-template-columns: 140px auto;
  gap: 20px;
  height: 86px;
  align-items: center;
}
.rn-kolcson-box a svg {
  width: 125px;
  margin: auto;
}
.rn-kolcson-box.rcomfort a img {
  max-width: 108px;
  margin: auto;
}
.rn-kolcson-box.rcomfort a p {
  color: #8d99a0;
}
.rn-kolcson-box.otp a p {
  color: rgb(0, 102, 72);
}
.rn-kolcson-box.cofidis a p {
  color: #d0103a;
}
.rn-kolcson-box a p {
  width: auto;
  margin: 0;
}
.rn-kolcson-box.otp {
  margin-top: 40px;
}
.rn-kolcson-box.palyazat {
  margin-top: 40px;
}
.rn-kolcson-box.palyazat a {
  height: auto;
  grid-template-columns: 140px auto;
}
.rn-tudastar-videok-nav a.wp-block-navigation-item__content {
  color: #20ae8a !important;
  font-weight: 600;
}
.rn-tudastar-list ul.wp-block-post-template.wp-block-post-template {
  display: flex;
  flex-flow: column;
  row-gap: 0;
  margin-bottom: 0;
}
.rn-tudastar-list ul li {
  width: 100% !important;
  font-size: 16px;
}
.rn-tudastar-list ul li p > strong {
  color: #20ae8a;
}
.rn-tudastar-list ol.wp-block-list > li {
  margin-bottom: 20px;
}
.rn-tudastar-formblock {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.rn-tudastar-formblock::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #e7e7e8;
  top: 0;
  left: 0%;
  /*transform: translateX(-50%);*/
}
.rn-tudastar-formblock h2 {
  text-align: left;
  color: #20ae8a;
  margin-bottom: 30px;
}
.rn-tudastar-formblock form.rn-form p.form-row {
  padding: 7px;
  border-radius: 10px;
  border: 1px solid #e7e7e8;
}
.rn-tudastar-formblock form.rn-form p.form-row.form-row-half {
  width: calc(50% - 20px);
}
.product .cart {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  align-content: space-between;
  width: 100%;
  height: 118px;
}
.product .variations_form.cart {
  height: unset;
  justify-content: flex-end;
}
.product .variations_form.cart td {
  text-align: right;
}
.reset_variations {
  display: block;
}
.product .cart.single-product-form {
  justify-content: flex-start;
  height: unset;
  align-items: center;
  flex-flow: row;
  width: fit-content;
  margin-top: 20px;
}
.single-product-form .add_to_cart_inline {
  width: auto;
}
.rn-stock-count {
  display: block !important;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
  color: green;
  width: 100%;
}
.add_to_cart_inline {
  width: 100%;
  margin: 0;
}
.wp-block-woocommerce-product-price del .amount {
  display: block;
  width: 100%;
  font-size: 21px;
  color: grey;
  text-decoration: line-through;
}
.egysegar.discounted {
  color: grey;
  text-decoration: line-through;
  font-size: 14px;
}
.wp-block-woocommerce-product-price ins {
  text-decoration: none;
}
.wp-block-woocommerce-product-price ins .amount {
  font-weight: 700 !important;
  font-family: "Source Sans Pro", Sans-serif;
  font-size: 34px;
  line-height: 0em !important;
  color: red;
}
.rn-product-desc {
  position: relative;
  max-height: 10000px;
  transition: all 0.5s ease-in;
  overflow: visible;
}
.rn-read-more {
  position: absolute;
  font-weight: 600;
  z-index: 1;
}
.rn-read-more {
  bottom: -30px;
}
.closed .rn-read-more {
  bottom: 0;
}
.rn-product-desc.closed {
  max-height: 500px;
  overflow: hidden;
  transition: all 0.5s ease-in;
}
.rn-product-desc.closed:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
  background: transparent;
  transition: all 0.5s ease-in;
}
.rn-product-desc.closed:after {
  background: linear-gradient(transparent 1%, #ffffff 85%);
}
.wc-block-grid__product-price ins .amount {
  font-weight: 700;
  color: red;
  font-size: 30px;
}
.rn-kieg-prods {
  background-color: var(--bgLightGrey);
  padding: 10px 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.single-prod-col {
  width: 100%;
  position: relative;
}
.wp-block-woocommerce-product-details {
  width: 100%;
}
.wp-block-woocommerce-product-meta {
  margin-top: 20px;
}
.wp-block-woocommerce-product-sku strong {
  font-weight: 400;
}
.taxonomy-product_cat a {
  color: #7fc141;
}
.wp-block-woocommerce-product-meta .wp-container-5.wp-container-5 {
  flex-flow: column;
  text-align: left;
  justify-content: flex-start;
  align-items: baseline;
}
.wp-block-woocommerce-product-details ul.wc-tabs {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  border: none;
  margin-bottom: -1px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}
.woocommerce-tabs .tabs li {
  opacity: 1;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
}
.woocommerce-tabs .tabs li a {
  /* border: 1px solid transparent!important; */
  padding: 10px 20px !important;
  color: var(--textBlack) !important;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600 !important;
}
.woocommerce-tabs .tabs li.active {
  /* border: 1px solid #ddd!important; */
  border-bottom: none !important;
  min-height: 40px;
  margin-left: 0px;
  border-radius: 0;
  background: var(--bgGrey) !important;
}
.woocommerce-tabs .tabs li.active a {
  color: #ffffff !important;
}
#tab-description h2 {
  display: none;
}
#tab-description,
.woocommerce-tabs .wc-tab {
  /* border: 1px solid #e0dede; */
  padding: 20px 0 !important;
  margin: 0;
  box-sizing: border-box;
}
#tab-params {
  padding-top: 0 !important;
}
#tab-params tr {
  position: relative;
}
#tab-params tr:after {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #d3ced2;
  z-index: 1;
}
.wp-block-query-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-top: 40px !important;
  font-size: 9px;
  line-height: normal;
}
.page-numbers {
  display: inline-flex;
  position: relative;
  float: none;
  margin: 0 4px;
  padding: 0;
  align-items: center;
  justify-content: center;
  width: 10px;
  /* margin-left: calc((30px)/ 10);
    margin-right: calc((30px)/ 10); */
  border: none;
  font-size: 14px;
  color: #bcbec0;
  font-weight: 600;
}
.page-numbers.current {
  /* background-color: #7FC141; */
  color: var(--textGrey);
}
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next {
  font-size: 12px;
}
.wp-block-query-pagination-previous:before {
  content: "\2039";
  margin-right: 5px;
}
.wp-block-query-pagination-next:after {
  content: "\203A";
  margin-left: 5px;
}
#rn-erp-form .blockOverlay:before,
.add_to_cart_button:before {
  content: "";
  width: 40px;
  height: 40px;
  display: none;
  position: absolute;
  top: calc(25% - 20px);
  left: calc(50% - 20px);
  background-color: rgba(0, 0, 0, 0.8);
  background-size: 80% 80%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  transition: all 0.5s;
}
#rn-erp-form .blockOverlay:before {
  top: calc(50% - 20px);
}
.add_to_cart_button.added:before {
  display: block;
  background-image: url("/wp-content/themes/rezsinullazo.theme/assets/svg/checkmark.svg");
  animation: hideAdded 2.5s linear;
  visibility: hidden;
  opacity: 0;
}
#rn-erp-form .blockOverlay:before,
.add_to_cart_button.loading:before {
  display: block;
  background-image: url("/wp-content/themes/rezsinullazo.theme/assets/svg/spinner.svg");
  animation: forgoCart 1.5s infinite linear;
}
#rn-erp-form {
  position: relative;
}
li.product:hover .add_to_cart_button.added:before {
  visibility: visible;
  opacity: 1;
}
.wp-block-post-template.is-flex-container {
  row-gap: 2em;
  justify-content: left;
}
.wc-block-components-product-price.wc-block-grid__product-price {
  display: flex;
  flex-flow: column;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 0 !important;
}
.prod-right {
  position: relative !important;
  background-color: var(--bgLightGrey);
  padding-left: 30px;
}
.grey-side {
  position: relative !important;
  background-color: var(--bgLightGrey);
  padding-left: 20px;
  box-sizing: border-box;
  padding-bottom: 120px;
}
.grey-side .bg,
.prod-right .bg {
  position: absolute;
  background-color: var(--bgLightGrey);
  left: 0;
  top: -88px;
  transform: unset;
  height: calc(100% + 88px);
}
.prod-right .wc-block-components-product-price.wc-block-grid__product-price {
  align-items: flex-start;
  position: relative;
  color: var(--textBlack);
  font-size: 31px !important;
}
.prod-right .wc-block-components-product-price.wc-block-grid__product-price p {
  font-size: var(--titleSize);
  margin-bottom: 0;
}
.prod-right
  .wc-block-components-product-price.wc-block-grid__product-price
  small {
  font-size: var(--textSize);
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.8em;
}
.prod-right .wc-block-components-product-price.wc-block-grid__product-price p,
.prod-right
  .wc-block-components-product-price.wc-block-grid__product-price
  span {
  line-height: 1em;
}
.prod-right .wp-block-woocommerce-product-price del .amount {
  position: absolute;
  top: -20px;
}
.prod-right .wp-block-woocommerce-product-price.has-sale {
  flex-flow: column;
}
.prod-right
  .wc-block-components-product-price.wc-block-grid__product-price.rn-listaar-cont {
  margin-bottom: 20px !important;
}
.prod-right
  .wc-block-components-product-price.wc-block-grid__product-price.rn-listaar-cont
  p {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 500;
}
.prod-right
  .wc-block-components-product-price.wc-block-grid__product-price.rn-listaar-cont
  p
  span {
  margin-left: 4px;
}
.prod-right
  .wc-block-components-product-price.wc-block-grid__product-price.rn-listaar-cont
  small {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
body.single-product main {
  position: relative;
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
  width: calc(25% - 20px);
  padding: 0;
  box-sizing: border-box;
}




.wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li {
  width: calc(50% - 30px);
  padding: 0;
  box-sizing: border-box;
}
.csomagt-grid > div:hover a p,
.wp-block-post-template.is-flex-container.is-flex-container.columns-2
  > li:hover
  h3
  a,
.wp-block-post-template.is-flex-container.is-flex-container.columns-4
  > li:hover
  h3
  a, .grid-4.finanszirozas-grid > div:hover a p {
  color: var(--mainGreen);
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-2
  > li
  div[data-block-name="woocommerce/product-image"],
.wp-block-post-template.is-flex-container.is-flex-container.columns-4
  > li
  div[data-block-name="woocommerce/product-image"] {
  position: relative;
  border: 1px solid var(--bgLightGrey);
  margin-bottom: 10px;
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-2
  > li:hover
  div[data-block-name="woocommerce/product-image"],
.wp-block-post-template.is-flex-container.is-flex-container.columns-4
  > li:hover
  div[data-block-name="woocommerce/product-image"] {
  border: 1px solid var(--mainGreen);
}
.onsale {
  display: none;
}
.rn-select-cont {
  width: fit-content;
}
.single-product .rn-select-cont {
  width: 100%;
}
.rn-select-cont ul {
  display: block;
  list-style: none;
  margin: 0 0 10px auto;
  padding: 0;
  line-height: 39px;
  color: #333333;
  position: relative;
  z-index: 100;
  cursor: pointer;
}
ul.rn-select-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  width: 100%;
  background-color: #f3f4f4;
}
ul.rn-select-list li {
  padding: 0 13px;
  order: 2;
}
ul.rn-select-list li a {
  display: block;
  width: 100%;
}
ul.rn-select-list li.current {
  order: 1;
  background: var(--textLightGrey);
}
ul.rn-select-list li.current a {
  color: #ffffff !important;
}
ul.rn-select-list li.selected,
ul.rn-select-list li:hover {
  background: var(--textLightGrey);
}
ul.rn-select-list li.selected a,
ul.rn-select-list li:hover a {
  color: #ffffff !important;
}
.rn-select-dropdown > li:after {
  display: block;
  content: "";
  background-image: url(/wp-content/themes/rezsinullazo.theme/includes/blocks/rn-order-by/../../../assets/icons/arrow_down.png);
  z-index: 101;
  position: absolute;
  top: 0;
  right: 5px;
  text-align: center;
  height: 100%;
  width: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}
.rn-select-dropdown > li:hover > ul:not(.select-active) {
  display: flex;
  flex-flow: column;
  position: absolute;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: clip;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
}
.rn-select-cont .current-li {
  background-color: #f3f4f4;
  display: block;
  padding: 9.5px 18px;
  width: max-content;
}
.single-product .rn-select-cont .current-li {
  width: 100%;
  box-sizing: border-box;
}
.rn-kt-cont {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-bottom: 20px;
}
.rn-kt-cont * {
  flex: none;
}
.rn-kt-cont div {
  width: auto;
}
.rn-kt-cont div.quantity {
  margin-right: 0;
}
.rn-kt-cont p {
  font-size: 14px;
  margin-bottom: 0;
}
p.rn-kieg-title {
  text-transform: uppercase;
  font-weight: 600;
}
.rn-kieg-prod-title-cont {
  max-width: 254px;
}
.rn-kt-cont img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin: 0 10px;
}
.rn-kt-cont span {
  font-size: 14px;
  font-weight: 600;
  margin-left: auto;
}
.rn-kt-cont span.woocommerce-Price-currencySymbol {
  margin-left: 3px;
}
.rn-kt-cont small span {
  font-weight: 400;
}
.rn-kt-cont .rn-qty-btn-cont {
  max-height: 40px !important;
  gap: 1px;
}
.rn-kt-cont .quantity input {
  width: 40px !important;
  height: 40px !important;
}
.rn-kt-cont .quantity button {
  line-height: 10px;
  height: 51%;
}
.rn-kt-cont .rn-szolg-title {
  max-width: calc(100% - 73px);
}
.rn-kt-cont input[type="checkbox"] {
  -moz-appearance: initial;
  position: relative;
  visibility: hidden;
}
.rn-kt-cont input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  visibility: visible;
  left: -4px;
  top: -4px;
  width: 20px;
  height: 20px;
  border: 1px solid #424a4f;
  box-sizing: border-box;
  background-color: #f3f4f4;
}
.rn-kt-cont input[type="checkbox"]:checked::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #424a4f;
  visibility: visible;
}
.woocommerce .woocommerce-breadcrumb {
  margin-top: 2%;
  margin-bottom: 1%;
}
.woocommerce-account main .woocommerce {
  max-width: 100%;
}
.wc-block-components-product-image a {
  display: block;
  width: 100%;
  max-height: 256px;
  text-align: center;
}
.rn-szcs
  .wp-block-post-template.is-flex-container.is-flex-container.columns-4
  > li
  div[data-block-name="woocommerce/product-image"] {
  margin-bottom: 15px;
}
.rn-szcs h3 a {
  font-weight: 400;
}
.rn-szcs .wc-block-components-product-price i {
  font-weight: 400;
  line-height: 1.2rem;
  margin-bottom: 10px;
}
.rn-szolgcs-price {
  display: flex;
  flex-flow: row;
  width: 100%;
}
.rn-szolgcs-price .orng-submit {
  margin: 0;
}
.rn-szolgcs-price .add_to_cart_button {
  background-color: #3a4145;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
  margin-left: 10px;
  width: 40px;
}
.rn-szolgcs-price .add_to_cart_button img {
  filter: brightness(0) invert(1);
}
.wp-element-button br {
  display: none;
}
@media (max-width: 1024px) {
  .rn-single-product {
    padding: 0 10px;
  }
}
@media (max-width: 929px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(50% - 1.25em);
    padding: 0 1.25em;
    box-sizing: border-box;
  }
  .woocommerce-tabs .wc-tab {
    padding: 20px;
  }
  .wp-block-woocommerce-product-details ul.wc-tabs {
    display: flex;
    flex-flow: column;
  }
  .woocommerce-tabs .tabs li.active {
    border: none !important;
  }
  .woocommerce-tabs .tabs li a {
    padding-left: 0;
  }
}
@media (max-width: 400px) {
  .rn-home-mid,
  .rn-home-list-row,
  .wp-block-query {
    padding: 0;
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(50% - 10px);
    padding: 0;
    box-sizing: border-box;
  }
  .single-product-form .add_to_cart_inline {
    width: 100%;
    margin-top: 10px;
  }
  .woocommerce div.product form.cart div.quantity {
    margin-right: 0;
  }
}
/* PRODUCT CSS END */
/* ARCHIVE CSS */
.rn-main-col {
  padding: 0 20px;
  width: calc(77% - 40px);
}
.rn-main-title-row {
  display: flex;
  flex-flow: row;
  margin-bottom: 20px;
}
.rn-main-title-row h2 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  font-size: var(--titleSize) !important;
}
.rn-side-col {
  width: 23%;
  z-index: 1;
}
.wc-block-components-product-image {
  width: 100%;
}

.grey-btn {
  background: #424a4f;
  color: #ffffff;
  border-radius: 0;
  font-size: 14px;
  border: none;
  padding: 13px 29px !important;
}
.rn-orange-small-title {
  color: var(--mainOrange);
  font-weight: 800;
  line-height: 25px;
  font-size: var(--subTitleSize);
  text-transform: uppercase;
}
.rn-orange-box {
  border: 1px solid var(--mainOrange);
  padding: 20px 30px;
  box-sizing: border-box;
  background-color: #f4f4f4;
}
.rn-orange-box.finanszirozas {
  background-color: none;
}
.rn-orange-box.finanszirozas h2 {
  color: var(--mainOrange);
}
.rn-orange-box.finanszirozas p {
  text-align: center;
}
.rn-finansz-box {
  margin-bottom: 40px;
}

.rn-finansz-box div{
  margin-bottom: 55px;
}


.rn-finansz-title {
  background-color: var(--secondaryBlue);
  color: #ffffff;
  padding: 5px 10px;
  margin-bottom: 0;
}
.rn-finansz-row {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  margin-bottom: 0;
  font-size: 16px;
  list-style: none;
}





.rn-finansz-row:nth-child(odd) {
  background-color: #f4f4f4;
}
.rn-finansz-row span,
.rn-finansz-row ul {
  display: flex;
  flex-flow: column;
  gap: 10px;
  width: 50%;
}
.rn-finansz-row ul {
  margin: auto;
}
/* .rn-finansz-row span:nth-child(2){
    text-align: center;
} */
.blue-span {
  color: var(--secondaryBlue);
}
.green-span {
  color: var(--mainGreen);
}
.orange-span {
  color: var(--mainOrange);
}
.termekcs-badge {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #20ae8a;
  padding: 5px 7px;
  color: #ffffff;
  font-weight: 600;
  font-size: var(--subTitleSize);
}
.termcs-cont {
  border-radius: 10px;
  height: fit-content;
  overflow: hidden;
}
.termcs-cont .subtitle-text {
  color: #ffffff;
  text-align: left;
  margin: 0;
  padding: 20px 10px;
  box-sizing: border-box;
}
.termcs-cont-details {
  padding: 20px 10px;
  box-sizing: border-box;
}
.termcs-cont .divider-text {
  padding: 20px 10px;
  box-sizing: border-box;
  background-color: var(--bgGrey);
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.termcs-cont-details.add-to-cart {
  background-color: var(--bgGrey) !important;
}
.termcs-cont-details.add-to-cart p {
  color: #ffffff;
}
.termcs-cont-details-add-to-cart {
  display: flex;
  flex-flow: row;
}
.termcs-cont-details-add-to-cart a.ajax_add_to_cart {
  width: 55px;
}
.termcs-cont-details-add-to-cart a.ajax_add_to_cart img {
  filter: invert(1) brightness(10);
  width: 25px;
}
.termcs-cont-details:nth-child(even) {
  background-color: var(--bgLightGrey);
}
.termcs-cont-details:nth-child(odd) {
  background-color: #e8ebed;
}
.termcs-cont.blue {
  background-color: var(--secondaryBlue);
  border: 1px solid var(--secondaryBlue);
}
.blue .termcs-cont-details-add-to-cart a.ajax_add_to_cart {
  background-color: var(--secondaryBlue);
}
.termcs-cont.blue
  .termcs-cont-details-add-to-cart
  .wc-block-components-product-price
  span,
.termcs-cont.blue .divider-text {
  color: var(--secondaryBlue);
}
.termcs-cont.green {
  background-color: var(--mainGreen);
  border: 1px solid var(--mainGreen);
}
.green .termcs-cont-details-add-to-cart a.ajax_add_to_cart {
  background-color: var(--mainGreen);
}
.termcs-cont.green
  .termcs-cont-details-add-to-cart
  .wc-block-components-product-price
  span,
.termcs-cont.green .divider-text {
  color: var(--mainGreen);
}
.termcs-cont.orange {
  background-color: var(--mainOrange);
  border: 1px solid var(--mainOrange);
}
.orange .termcs-cont-details-add-to-cart a.ajax_add_to_cart {
  background-color: var(--mainOrange);
}
.termcs-cont.orange
  .termcs-cont-details-add-to-cart
  .wc-block-components-product-price
  span,
.termcs-cont.orange .divider-text {
  color: var(--mainOrange);
}
.termcs-cont-details-add-to-cart .wp-block-woocommerce-product-price {
  margin: 0 !important;
}
.termcs-cont-details-add-to-cart .wc-block-components-product-price span {
  font-size: 32px;
}
h2.small-margin {
  margin-bottom: 30px;
}
h4.green-title {
  font-size: 20px;
  font-weight: 600;
  color: #7ec428;
}
.rn-arrow-text {
  font-weight: 800;
  line-height: 25px;
  font-size: var(--subTitleSize);
  text-transform: uppercase;
}
.rn-arrow-text span:not(.arrow-text) {
  color: var(--secondaryOrange);
  line-height: 25px;
  font-size: 23px;
  margin: 0 5px;
}
.rn-arrow-text small {
  font-weight: 400;
  text-transform: none;
}
.rn-animated-arrow-text .rn-arrow-text span {
  opacity: 0;
}
.rn-animated-arrow-text .rn-arrow-text span.animated {
  animation: fadeIN 0.5s ease;
  animation-fill-mode: forwards;
}
.partner-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  padding: 0px 18px;
  box-sizing: border-box;
}
.partner-img-box {
  display: flex;
  height: 176px;
  padding: 20px;
  background-color: #ffffff;
  box-sizing: border-box;
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
}
.partner-img-box img {
  height: auto;
  width: unset;
  object-fit: contain;
}
.partner-box p {
  text-align: center;
}
@media (max-width: 1460px) {
  body:not(.home) main {
    padding: 10px;
  }
}
@media (max-width: 1024px) {
  html {
    margin-top: 0 !important;
  }
  body.logged-in.admin-bar header.wp-block-template-part {
    top: 0;
  }
  nav[aria-label="Main 2"] {
    display: flex;
    margin-left: 20px;
    margin-right: 20px;
  }
  nav[aria-label="Main 2"]
    button.wp-block-navigation__responsive-container-open {
    position: relative;
  }
  nav[aria-label="Main 2"]
    button.wp-block-navigation__responsive-container-open
    svg {
    display: none;
  }
  nav[aria-label="Main 2"]
    button.wp-block-navigation__responsive-container-open:before {
    content: "";
    background-image: url(/wp-content/themes/rezsinullazo.theme/assets/img/mobile_menu.png);
    width: 24px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  nav[aria-label="Main 2"]
    button.wp-block-navigation__responsive-container-open:after {
    content: "MENÜ";
    font-weight: 600;
    margin-left: 10px;
    color: var(--textGrey);
  }
  .rn-content-block p {
    text-align: center;
  }
  .search-trig {
    margin-left: auto;
  }
  .rn-main-col {
    padding: 0 5px;
    width: calc(100% - 10px);
  }
  .rn-side-col {
    display: none;
  }
  .single-prod-col .img-col {
    max-width: 40%;
  }
  .rn-stock-status {
    left: unset;
    right: 0;
  }
  .wp-block-post-template.wp-block-post-template > li > .wp-block-post-date {
    font-size: 14px;
    padding: 7px;
  }
}
@media (max-width: 780px) {
  .rn-finansz-row {
  padding-left: 0px;
  padding-right: 0px;
  }
  .single-prod-col .img-col {
    max-width: 100%;
  }
  .rn-stock-status {
    top: 140px;
  }
}
@media (max-width: 444px) {
  .rn-order-by-cont {
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .orderby-order-container {
    display: block;
    width: 100%;
  }
}
/* ARCHIVE CSS END */
/* THANK YOU */
.woocommerce-page .woocommerce-table--order-details,
.woocommerce-page .woocommerce-customer-details address {
  width: 100% !important;
}
p.woocommerce-thankyou-order-received {
  text-align: center !important;
  margin-bottom: 10px !important;
  font-size: 40px !important;
  line-height: 1.4 !important;
  color: #333333 !important;
  font-weight: 700 !important;
}
body.woocommerce-order-received .woocommerce-order h2 {
  width: 100%;
  text-align: center;
  border-bottom: 2px solid rgb(135, 131, 127);
  margin-bottom: 30px;
  font-size: 21px;
  line-height: 1.5;
  margin-top: 20px;
  font-weight: 600;
}
body.woocommerce-order-received .woocommerce-order tfoot td,
body.woocommerce-order-received
  .woocommerce-order
  .woocommerce-table__product-total.product-total,
body.woocommerce-order-received
  .woocommerce-order
  .woocommerce-table__product-table.product-total {
  text-align: right;
}
body.woocommerce-order-received .woocommerce-order section {
  margin-top: 60px;
}
.wc-block-order-confirmation-order-note,
.wc-block-order-confirmation-shipping-address {
  box-sizing: border-box;
}
.wc-block-order-confirmation-summary ul {
  justify-content: unset;
  gap: 25px;
}
.wc-block-order-confirmation-summary {
  margin-top: 0;
  /* margin-bottom: 0; */
}
.wc-block-order-confirmation-summary ul li .amount {
  font-size: var(--textSize);
  color: var(--textBlack);
  font-weight: 400;
}
.wc-block-order-confirmation-status p {
  font-size: 32px;
  line-height: 33px;
  margin-top: 100px;
  margin-bottom: 60px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}
.wc-block-order-confirmation-summary
  ul
  li
  > .wc-block-order-confirmation-summary-list-item__key {
  font-size: 18px;
  font-weight: 600;
}
.wc-block-order-confirmation-summary
  ul
  li
  > .wc-block-order-confirmation-summary-list-item__value {
  font-size: var(--textSize);
  color: var(--textBlack);
}
/* THANK YOU END */
/* LOGIN */
#logcol,
#regcol {
  float: none;
  margin: auto;
}
#regcol {
  display: none;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: none;
  padding: 0;
}
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: none;
  margin: auto;
  width: auto;
}
.woocommerce-LostPassword {
  display: flex;
}
.show-reg-trig {
  margin-left: auto;
}
.u-column1.col-1,
.u-column2.col-2 {
  box-sizing: border-box;
  overflow: hidden;
}
.rn-form p.form-row .input-text,
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  box-sizing: border-box;
  width: 100%;
  font-size: 13px;
  padding: 0 15px;
  height: 29px;
}
.rn-form p.form-row textarea {
  width: calc(100% - 10px);
  height: 150px;
  resize: none;
  margin: auto;
  background-color: #ffffff !important;
}
.woocommerce-page .woocommerce-form-login .show-password-input {
  top: 0.4rem;
  right: 0.8rem;
}
.woocommerce-page label.woocommerce-form__label-for-checkbox span::before {
  height: 15px;
  width: 15px;
}
.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
  float: none;
  width: 100%;
}
.woocommerce-LostPassword a,
.woocommerce-form-register p {
  font-size: 13px;
}
.woocommerce-form-login__submit,
.woocommerce-form-register__submit {
  padding: 13px 29px !important;
  line-height: 17px;
  font-size: 14px !important;
}
button.button[name="save_address"],
button.button[name="save_account_details"] {
  background: #424a4f;
  color: #ffffff;
  border-radius: 0;
  font-size: 14px;
  margin-top: 20px;
}
.rn-form p.form-row,
.woocommerce-account p.form-row:not(#billing_company_check_field) {
  background-color: #f3f4f4;
  display: flex;
  flex-flow: row;
  align-items: center;
  padding: 3px 5px;
  box-sizing: border-box;
}
.rn-form p.form-row label:not(.woocommerce-form__label-for-checkbox),
.woocommerce-account
  p.form-row
  label:not(.woocommerce-form__label-for-checkbox) {
  position: relative;
  font-size: 15px;
  padding-left: 10px;
  color: #424a4f;
  width: max-content;
  white-space: pre;
}
.rn-form p.form-row label:not(.woocommerce-form__label-for-checkbox) {
  line-height: 2;
}
.rn-form p.form-row label[for="file"] {
  white-space: normal;
}
.woocommerce-account p#shipping_country_field,
.woocommerce-account p#billing_country_field {
  display: none !important;
}
.rn-form p.form-row .woocommerce-input-wrapper,
.woocommerce-account p.form-row .woocommerce-input-wrapper,
.woocommerce-account p.form-row .password-input {
  width: 100%;
}
.rn-form p.form-row input[type="checkbox"],
.rn-form p.form-row input[type="radio"],
.woocommerce-account input[type="checkbox"],
.woocommerce-account input[type="radio"] {
  -moz-appearance: initial;
  position: relative;
  visibility: hidden;
}
.woocommerce-account input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  visibility: visible;
  left: -4px;
  top: -4px;
  width: 20px;
  height: 20px;
  border: 1px solid #424a4f;
  box-sizing: border-box;
  background-color: #f3f4f4;
}
.woocommerce-account input[type="checkbox"]:checked::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #424a4f;
  visibility: visible;
}
@-moz-document url-prefix() {
  .woocommerce form .form-row .input-checkbox {
    margin: 8px 21px 0 0;
  }
  .woocommerce-account input[type="checkbox"],
  .woocommerce-account input[type="radio"] {
    display: inline;
    margin: 8px 21px 0 0;
    text-align: center;
    vertical-align: middle;
  }
  .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin-left: 5px;
  }
}
/* FORM */
.rn-form-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  padding: 3px 5px;
  background-color: #f3f4f4;
  box-sizing: border-box;
}
.rn-form-row label {
  position: relative;
  /* padding-left: 10px; */
  color: #424a4f;
  width: max-content;
  /* white-space: pre; */
  font-size: 15px;
}
.rn-form-row input {
  border: none;
  background-color: #f3f4f4;
}
.rn-form p.form-row input:not([type="checkbox"]):not([type="radio"]),
.woocommerce-account
  p.form-row
  input:not([type="checkbox"]):not([type="radio"]) {
  width: 100%;
  height: 34px;
  font-size: 16px;
  border: none;
  background-color: #f3f4f4;
}
.rn-form p.form-row.file-row {
  background-color: #424a4f;
}
.rn-form p.form-row.file-row:after {
  content: url("/wp-content/themes/rezsinullazo.theme/assets/img/upload.png");
  margin-left: auto;
  margin-right: 10px;
}
.rn-form p.form-row.file-row label {
  color: #ffffff;
}
.rn-form p.form-row.file-row input[type="file"] {
  display: none;
}
.rn-form p.form-row select {
  background-color: #f3f4f4;
  width: 100%;
  margin-right: 20px;
  border: none;
}
.rn-form p.form-row.col-row {
  flex-flow: column;
  align-items: baseline;
  justify-content: center;
}
.rn-form p.form-row.col-row textarea,
textarea.rn-textarea {
  max-width: calc(100% - 20px);
  background-color: #f3f4f4;
  border: none;
}
textarea.rn-textarea {
  width: 100%;
  background-color: #ffffff;
  height: 80px;
}
.woocommerce-account p.form-row.form-row-wide {
  position: relative;
  margin-bottom: 25px;
}
.woocommerce-account p.form-row input[name="account_display_name"] + span {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 10px;
}
.woocommerce-account p.form-row label .required {
  position: absolute;
  left: 0;
  color: #424a4f !important;
}
.rn-form-grey-box {
  width: 100%;
  margin: auto;
  max-width: 500px;
  padding: 100px 0;
  position: relative;
}
.rn-form-grey-box .bg {
  background-color: #f3f4f4;
}
.rn-form-grey-box p.form-row,
.rn-form-grey-box p.form-row input:not([type="checkbox"]):not([type="radio"]) {
  background-color: #ffffff;
}
.rn-checkbox-row {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
  width: 100%;
  font-size: var(--textSize);
  color: var(--textBlack);
  line-height: 20px;
  margin-bottom: 5px !important;
}
.rn-form input[type="checkbox"],
.rn-form input[type="radio"] {
  -moz-appearance: initial;
  position: relative;
  visibility: hidden;
  width: 13px;
}
.rn-form input[type="checkbox"] {
  visibility: visible;
}
.rn-form input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  visibility: visible;
  left: -4px;
  top: -4px;
  width: 20px;
  height: 20px;
  border: 1px solid #424a4f;
  box-sizing: border-box;
  background-color: #f3f4f4;
}
.rn-form input[type="checkbox"]:checked::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #424a4f;
  visibility: visible;
}
.rn-form input[type="radio"]:before {
  content: "";
  display: block;
  position: absolute;
  visibility: visible;
  left: -4px;
  top: -4px;
  width: 20px;
  height: 20px;
  border: 1px solid #424a4f;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #f3f4f4;
}
.rn-form input[type="radio"]:checked::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #424a4f;
  visibility: visible;
}
.rn-form p.rn-form-row-nobg,
.rn-form .rn-form-row-nobg {
  background-color: unset;
  padding: 0;
  width: auto;
}
.rn-form p.rn-form-row-nobg input:not([type="checkbox"]):not([type="radio"]) {
  height: 40px;
}
.rn-form .rn-form-row-nobg .rn-select-cont .current-li {
  width: 297px;
}
.rn-form p.rn-form-row-nobg input[type="number"] {
  max-width: 200px;
}
.rn-form div.rn-form-row-nobg {
  gap: 40px;
}
.rn-from-block {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #f3f4f4;
}
.rn-from-block:last-of-type {
  border-bottom: unset;
}
.grid-2-form {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.rn-form-left {
  width: 65%;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #f3f4f4;
}
.rn-form-left .rn-from-block {
  padding: 30px;
  border: none;
  box-sizing: border-box;
}
.rn-form-right {
  display: flex;
  flex-wrap: wrap;
  align-content: baseline;
  width: 35%;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px;
  background-color: var(--bgGrey);
  box-sizing: border-box;
  height: auto;
}
.rn-form-right p.form-row {
  box-sizing: border-box;
  border-radius: 10px;
  height: 58px;
}
.rn-form-right input[type="submit"] {
  margin-top: 30px !important;
}
.rn-form-right small {
  display: block;
  width: 100%;
  margin-left: auto;
  text-align: right;
  color: var(--bgLightGrey);
}
.rn-finanszirozas-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  margin-bottom: 40px;
}
.rn-finanszirozas-table th {
  padding-bottom: 20px;
}
.rn-finanszirozas-table td:not(:first-of-type) {
  text-align: center;
}
.rn-finanszirozas-table tr td {
  padding: 10px 20px;
}
.rn-finanszirozas-table tr:nth-child(odd) td {
  background-color: #f4f4f4;
}
/* FORMS END */
/* LOGIN END */
.gmaps-right iframe,
.gmaps-right {
  width: 100%;
}
.gmaps-right iframe {
  height: 400px;
}
.fade-in-up {
  position: relative;
  animation: fadeInUp 3s;
  transition: all 0.5s ease;
}
.rn-focus {
  position: relative;
}
.rn-focus input:focus {
  border: none;
  outline: none;
}
.rn-focus label {
  position: absolute !important;
  top: -15px;
}
#rn-erp-form .select2-selection,
#rn-erp-form .select2-dropdown {
  width: 100%;
  height: 34px;
  font-size: 16px;
  border: none;
  background-color: #f3f4f4;
}
#rn-erp-form .select2-search--dropdown {
  background-color: #f3f4f4;
}
.rn-select {
  position: relative;
}
.rn-upload-row,
.rn-upload-row label {
  cursor: pointer;
}
nav[aria-label="Tudástár témakörök"] .current-menu-item a {
  color: #20AE8A !important;
}
.rn-file-to-upload {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.rn-remove-file {
  display: flex;
  margin-left: 10px;
  background-color: #000000;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 11px;
  color: #ffffff !important;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    bottom: -40px;
  }
  50% {
    bottom: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  nav[aria-label="Main"] {
    display: none;
  }
  .rn-slides-cont {
    max-width: 100%;
    height: 272px;
  }
  .rn-home-mid-left {
    padding-left: 0;
  }
  .rn-home-mid,
  .rn-home-list-row,
  .wp-block-query {
    box-sizing: border-box;
    padding: 0 10px;
  }
  .rn-home-list-anchor:before {
    display: none;
  }
  .rn-home-slide {
    flex: none;

  }
  #rn-home-slides img:not(.mobile) {
    display: none;
  }
  #rn-home-slides img.mobile {
    display: block;
    max-width: 100%;
    width: 100%;
  }
  body
    .is-layout-constrained
    > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100% !important;
    box-sizing: border-box;
  }
  #carousel-nav {
    right: 10px;
  }
  .rn-footer-row {
    width: 50%;
  }
  #rn-footer-row-3,
  #rn-footer-row-4 {
    justify-content: flex-start;
  }
  .rn-footer-details {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 760px) {
  html.has-modal-open {
    overflow: unset !important;
  }
  h2 {
    margin-top: 40px !important;
    margin-bottom: 30px !important;
  }
  header {
    display: flex;
    flex-wrap: wrap;
  }
  header > .wp-block-template-part {
    order: 2;
    display: none;
  }
  header > .wp-block-group.rn-head {
    order: 1;
  }
  nav[aria-label="Main 2"] {
    justify-content: flex-start;
    width: auto;
  }
  nav[aria-label="Main 2"]
    button.wp-block-navigation__responsive-container-open {
    flex-flow: column;
    align-items: center;
  }
  nav[aria-label="Main 2"]
    button.wp-block-navigation__responsive-container-open:after {
    margin-left: 0;
  }
  .rn-content-block h2 {
    font-size: 22px;
  }
  .wp-block-post-template.wp-block-post-template > li {
    width: calc(50% - 15px);
  }
  .wp-block-post-template.wp-block-post-template > li > h2 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .lightgrey-cont {
    margin-top: 20px !important;
    padding: 0 10px;
  }
  .rn-content-block {
    padding: 0 20px 30px;
  }
  .hide-mobile {
    display: none !important;
  }
  .wp-block-navigation__responsive-container {
    box-sizing: border-box;
  }
  .wp-block-navigation__responsive-container.is-menu-open.is-menu-open {
    height: min-content;
    top: 72px;
    padding: 0;
    max-width: 100%;
    overflow: hidden;
  }
  .wp-block-navigation__responsive-container.is-menu-open.is-menu-open
    .wp-block-navigation {
    gap: 0;
    background-color: #f3f4f4 !important;
  }
  .has-modal-open
    .admin-bar
    .is-menu-open
    .wp-block-navigation__responsive-dialog {
    margin-top: 0;
  }
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation-item {
    width: 100%;
  }
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation-item
    a {
    width: 100%;
    padding: 12px 20px !important;
    box-sizing: border-box;
    border-bottom: 1px solid #e4e5e5;
    border-radius: 0 !important;
  }
  a.dashboard-trig {
    margin-right: 0;
  }
  .rn-home-mid {
    flex-flow: column;
  }
  #rn-footer-row-3 {
    justify-content: flex-start;
  }
  .rn-footer-details {
    margin-left: 0;
    padding: 0;
  }
  :root {
    --titleSize: 22px;
    --subTitleSize: 16px;
    --textSize: 14px;
  }
  .rn-footer-row {
    width: 100%;
  }
  .rn-home-mid-left,
  .rn-home-mid-right,
  .rn-home-list-row-right {
    width: 100%;
  }
  .rn-home-mid-right {
    background-size: cover;
    background-position: center;
    padding: 10px;
    max-width: 100%;
    box-sizing: border-box;
  }
  h1 {
    font-size: 28px !important;
  }
  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: repeat(1, 100%);
    gap: 40px;
  }
  .home .grid-4 {
    grid-template-columns: repeat(2, calc(50% - 5px));
    gap: 10px;
  }
  .page-template-rb h2 {
    margin-bottom: 20px !important;
  }
  .grid-2 div,
  .grid-3 div,
  .grid-4 div {
    padding: 0 !important;
  }
  .page-template-mecs p,
  .grid-2 p,
  .grid-3 p,
  .grid-4 p {
    text-align: left;
  }
  p.subtitle-text {
    text-align: center;
    margin-top: 10px;
  }
  .grid-2 a:not(.no-block),
  .grid-3 a:not(.no-block),
  .grid-4 a:not(.no-block) {
    display: block;
    width: 100%;
    text-align: center;
  }
  .icon-cont {
    flex-flow: column;
  }
  .icon-cont h4 {
    width: 100%;
    text-align: center;
    margin-left: 0 !important;
    margin-top: 5px !important;
    margin-bottom: 20px !important;
  }
  .page-template-mecs .icon-cont img {
    margin-top: 5px !important;
    margin-bottom: 20px !important;
  }
  .page-template-mecs .rn-above-img {
    margin-top: 40px !important;
    margin-bottom: 30px !important;
  }
  .rn-mecs-img {
    width: calc(100% + 20px) !important;
    margin-bottom: -10px;
  }

  .mobile-logo-cont {
    display: block;
  }
  .rn-logo-link.mobile {
    max-width: 100%;
  }
  .rn-logo-link.mobile img.rn-standard-logo {
    width: 60%;
  }
  .rn-footer-row img {
    display: block;
    margin: auto;
  }
  .rn-footer-contact,
  .rn-footer-info,
  .rn-footer-subtitle,
  .rn-footer-contact,
  .rn-footer-info,
  .rn-footer-subtitle,
  .rn-footer-li-item {
    display: block;
    text-align: center !important;
    width: 100%;
  }
  #rn-footer-row-1 {
    order: 1;
  }
  #rn-footer-row-4 {
    order: 2;
  }
  #rn-footer-row-2 {
    order: 3;
  }
  #rn-footer-row-3 {
    order: 4;
  }
  .rn-head-row-1 p {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
  }
  .rn-head-row-1 a {
    margin: 0 auto;
    font-size: 14px;
  }
  input.orng-submit,
  a.orng-submit {
    font-size: 14px;
    padding: 13.5px 16px;
    width: fit-content !important;
    box-sizing: border-box;
    justify-content: center;
  }
  .partner-img-box {
    margin-bottom: 10px;
  }
  .partner-box p {
    text-align: center;
  }
  .carousel-cont-inner {
    width: 100%;
  }
  .rn-main-title-row {
    flex-flow: column;
  }
  .prod-right {
    padding-left: 0;
  }
  .rn-kolcson-box {
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .rn-kolcson-box a,
  .rn-kolcson-box.palyazat a {
    grid-template-columns: auto auto;
  }
  .rn-kolcson-box a svg {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .rn-videok-cont {
    text-align: center;
  }
  .rn-videok-grid {
    grid-template-columns: 100%;
    column-gap: 0px;
  }
}
.pl-0 {
  padding-left: 0;
}
.pr-0 {
  padding-right: 0;
}
.wp-block-navigation .wp-block-navigation-item.nav-csomag a {
  background-color: var(--secondaryOrange);
  color: #ffffff;
  padding: 5px 7px;
  border-radius: 5px;
}
.wp-block-navigation .wp-block-navigation-item.nav-rb a {
  background-color: #fdcb08;
  padding: 5px 7px;
  border-radius: 5px;
}

/* DANI EDIT */

.main_page .wc-block-breadcrumbs {
  display: none !important;
}

/* DANI EDIT - VÉGE */


.wp-block-navigation__responsive-close{
  margin-left: 0px !important;
}


.finan_img{
  width: 50%;
}

.wp-block-post-date a{
  color: white;
}

.rn-post-main-right h2{
  margin-bottom: 0px !important;
}


.flex-middle{
  text-align: left !important;
}


.svg-ikonok{
  max-width: 150px !important;
  padding-bottom: 20px;
}

.rn-content-block h3 {
  margin-bottom: 5px;
}


.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;  
  box-sizing: border-box;  
}


.video-box {
  position: relative;
  width: 90%;
  max-width: 90%;  
  height: 0;
  padding-bottom: 75%;  
  border-radius: 10px;
  overflow: hidden;
}


.video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.svg-fade-in-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
}

.svg-fade-in-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
}

/*.svg-item {
  width: auto;
  opacity: 0;
  transform: translateX(-60px);
  animation: fadeInLeft 1.2s ease-out forwards;
  animation-delay: 0s; 
}*/


.svg-item {
  width: auto;
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.svg-item.animate {
  opacity: 1;
  transform: translateX(0);
}


@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}


@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}




#main-page-first-h2,
#main-page-first-p,
#main-page-first-p2,
#main-page-first-p3,
#main-page-first-p4
{
  text-align: left !important;
}

#mobile-category-menu{
  width: 100%;
  display: flex;
  justify-content: center;
}
.mobile-category-menu-conatiner{
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;

}
#mobile-category-menu nav{
  background-color: #009B79;
  margin: 0px 0px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#mobile-category-menu .wp-block-navigation__responsive-container-open img{
  width:25px;
  height: 25px;
  padding-left: 15px;
  
}

#mobile-category-menu .wp-block-navigation__responsive-container-open {
  width:300px !important;
  height: 50px;
  color: white;
  display: flex;
  align-content: center;
  align-items: center;
  column-gap: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  
}


.rn-logo-link-mobile img{
  width: 180px;
  height: auto;
}

.mobile-top-width{
  height: 40px;
  width: 100%;
  background: linear-gradient(90deg, var(--secondaryBlue) 0%, var(--mainGreen) 100%);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.mobile-top-width a{
  color: white;
  font-weight: bold;

}

.mobile-top-width a:active,.mobile-top-width a:focus{
  color: white;
  font-weight: bold;
  text-decoration: underline;

}

.mobile-top-column{
  display: block;
}

.order-first{
  text-align: end;
  padding-right: 10px;
  border-right: 1px solid white;
}
.order-second{
  text-align: start;
  padding-left: 10px;
}

.site-font ul li,
.site-font span,
.site-font p{
  font-family: sans-serif ;
  font-size: 16px ;
}

.wp-block-list li{
  list-style: disc;
  color: #3A4145;
}

.svg-item img{
  width: auto;
  height: 35px;
}

.offcanvas {
  position: fixed;
  top: 0;
  right: -120%;
  width: 100%;
  max-width: 300px;
  height: 100vh;
  background: white;
  box-shadow: -2px 0 5px rgba(0,0,0,0.3);
  transition: right 0.3s ease-in-out;
  padding: 20px;
  z-index: 9999;
}

.offcanvas.active {
  right: 0;
  padding-top: 60px;
}

#search-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

.search-trig img {
  cursor: pointer;
  transition: transform 0.2s;
}

.search-trig img:hover {
  transform: scale(1.1);
}


#main-page-grid a:hover p,
#main-page-blog li:hover a{
  color: var(--mainGreen) ;
  text-decoration: underline white;
}


#main-page-grid a p:hover,
#main-page-blog li a:hover {
  text-decoration: underline;
}

#main-page-grid div:hover img,
#main-page-blog li:hover img{
  border: 1px solid var(--mainGreen);
}

#main-page-grid div img{
  border: 1px solid transparent;
}




.left-align-text{
  text-align: start;
}

.hvkamt-grid a{
  display: inline !important;
}

@media only screen and (min-width: 1025px) {
  .video-box {
    width: 100%;
    margin-right: 5%;
    margin-left: 5%;
    max-width: 800px; 
    padding-bottom: 35%;  
  }

  .svg-fade-in-container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #main-page-first-h2,
  #main-page-first-p,
  #main-page-first-p2,
  #main-page-first-p3,
  #main-page-first-p4{
    text-align: center !important;
  }
  .flex-middle{
    text-align: center !important;
  }
  #mobile-category-menu{
    display: none;
  }
  .rn-logo-link-mobile img{
    display: none;
  }
  .mobile-top-width{
    display: none;
  }
  .offcanvas {
    max-width: 400px;
  }
}




@media only screen and (max-width: 1024px) {

.rn-head-mid .rn-logo-link {
    display: none;
  }
}


#mobile-category-menu .wp-block-navigation__responsive-container-content{
  padding-top: 0px !important;
  max-height: 95vh;
  overflow-y: auto;
  padding-bottom: 80px !important;
  background-color: var(--bgLightGrey) !important;
}

.wp-block-navigation__responsive-container-close{
  background-color: whitesmoke;
  border-radius: 15px;
}

.green-menu a{
  color:var(--mainGreen) !important;
}

#mobile-category-menu #modal-3{
  display: none;
}


.wp-block-navigation__submenu-container.has-modal-open,
#mobile-category-menu #modal-3.wp-block-navigation__responsive-container.has-modal-open{
  display: block !important; 
}


.termekeink-col .termekeink-title{
  display: flex;
  width: 100%;
  white-space: wrap;
  height: 80px;
  justify-content: center;
  align-items: center;
 
}

.termekeink-col:hover img{
  border:1px solid var(--mainGreen);
}

.termekeink-col:hover a{
  color: var(--mainGreen);
}




.single-product-label-up-sell,.upsell-checkbox{
  display: flex;
  column-gap: 5px;
}

.single-product-label-up-sell img{
  width: 60px;
  height: 60px;
  object-fit: fill;
}

.single-product-label-up-sell *{
  margin: 0px;
  margin-bottom: 2px;
}

.cart-subtotal{
  display: none;
}
@media only screen and (max-width: 700px) {



  .finan_img{
    width: 95%;
  }
  }

#rn-home-slider-nav li:hover{
  background-color: #DDDEE0;

}

#rn-home-slider-nav li:active,
#rn-home-slider-nav li:focus
{
  color: var(--mainGreen);
}

.rn-side-col nav ul .current-menu-item.rn-onsale-cat{
  background: none;
  background-color: red;
}

.cat-orange-box:hover{
  transition:0.5s box-shadow;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25),
  0 10px 10px rgba(0,0,0,0.22);
}

#rn-home-slider-nav .grenn-bg:hover {
  background-color: var(--mainGreen);

}

.woocommerce.wc-block-catalog-sorting.has-font-size.has-small-font-size.wp-block-woocommerce-catalog-sorting.has-small-font-size{
  width: fit-content;
}

.rn-disc-perc{
  display: none;
}

.rn-videok-cont:hover p{
  text-decoration: underline white  !important;
  color: var(--mainGreen);
}

.rn-videok-cont img{
  border:1px solid transparent;
}

.rn-videok-cont:hover img{
  border:1px solid var(--mainGreen);
}

.wp-block-post.has-post-thumbnail img{
  border:1px solid white !important;
}

.wp-block-post.has-post-thumbnail:hover img{
  border:1px solid var(--mainGreen);
}

li.wp-block-post.has-post-thumbnail:hover h2 a{
  text-decoration: underline white;
  color: var(--mainGreen) !important;
}

li.wp-block-post.has-post-thumbnail h2.wp-block-post-title a:hover{
  text-decoration: underline var(--mainGreen) !important;
}



.swiper {
  padding: 20px 0;
}

.swiper-slide {
  width: auto !important;
  flex-shrink: 0;
}
.swiper-button-green{
  color: var(--mainGreen) !important;
}
.rn-content-block {
  overflow: hidden;
}

#mobile-category-menu .wp-block-navigation__responsive-container-open {
  width:300px !important;
  height: 50px;
  color: white;
  display: flex;
  align-content: center;
  align-items: center;
  column-gap: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  
}

@media only screen and (max-width: 470px) {
  .swiper-slide {
    width: 100% !important;
  }
  #mobile-category-menu .wp-block-navigation__responsive-container-open {
  width:300px !important;
  }

  
  }

  @media only screen and (min-width: 470px) {
  #mobile-category-menu .wp-block-navigation__responsive-container-open {
  width:500px !important;
  }
  .wp-block-navigation__responsive-container-close{
    padding-right: 20px !important;
  }
.wp-block-navigation__container.is-responsive.items-justified-right.wp-block-navigation{
  padding-right: 100px !important;
}
  
  }




.services-add-to-cart {
    display: flex;
    flex-direction: column !important;
    align-items: flex-start !important;
}

  .allow-overflow{
    overflow: visible !important;
  }

  .wp-block-search__button {
    background: none;
    background-color: var(--bgGrey);
    border-radius: 5px;
    font-size: 14px;
  }

  .wp-block-search__button:hover {
    background-color: var(--secondaryOrange);
  }

.rn-head-mid .wp-block-navigation__container {
  padding-left:4% !important;
  padding-right:3% !important;
}

.wp-block-group.wp-block-group-is-layout-flow ul{
  /*width: calc( 100% - 40px ) !important;*/
}


.rn-finansz-box div {
  /*word-break: break-all;*/
}

.rn-finansz-box div table {
  word-break: normal;
}

.table-font-size b,
.table-font-size td{
  font-size:16px;
}

.adatkezelesi-tajekoztato-szoveg *{
  font-size:16px;

}

body.woocommerce-cart .wp-block-group > .woocommerce{
  max-width: 100% !important;
  margin:0px !important;
}

.rn-orange-box.finanszirozas h2{
  margin-bottom:30px;
}

.rn-content-block.lightgrey-cont p{
  text-align: center;
}

.rn-content-block.lightgrey-cont h2{
  margin-bottom:30px;
}


.rn-finanszirozas-table td,
.rn-finanszirozas-table th,
ul li,
.rn-finansz-box a{
  font-size:16px;
}


.sale-product-price{
    display: flex;
    flex-direction: column-reverse;
    align-items: center
}

.sale-product-price .onsale-price bdi{
    color:#ed1c32;
    font-size: 30px;
}

.sale-product-price .regular-price bdi{
    font-size: 21px;
    color: #808080;
    font-weight: 700;
}

.rn-content-block.lightgrey-cont {
  overflow: visible;
  padding-top: 50px;
  padding-bottom:50px;
}

.rn-blue-list li::marker{
  color: #1FA8F0;
}

#rn-csomagtervezo-nyilak{
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;

}

.woocommerce form .form-row .input-text{
  border: var(--wc-form-border-width) solid white;

}


.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs{
display:flex;
flex-direction:row;
}

