body {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    color: #6D6D6D;
    background: #F3F3F3;
} 

body.modal-open {
    height: 100vh;
    overflow-y: hidden;
  }

header 
{ 
    max-height: unset;
    overflow: visible;
    position: relative;
    z-index: 100 !important;
}

h1, h2, h3 {
    color: #FF2E8A;
    text-transform: uppercase;
}

.text-right {
    text-align: right;
}

.centerPart {
    max-width: 1200px;
}

.color-primary {
    color: #FF2E8A;
}

.color-primary-light {
    color: #ff61a6;
}

.color-primary-light-bg {
    background-color: #FCE1EC;
}

.color-purple-bg {
    background-color: #6968AA;
    color: #fff;
}


.header-menu a::after {
    display: none;
}

.color-gray {
    color: #6D6D6D;
}

.hide-desktop {
    display: none !important;
}

.jnp-tag-border {
    border: 1px solid #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    padding: 10px;
    display: inline-block;
}

.header-menu a, 
#header-mobil ul li a, 
.header-menu-main {
    color: #000;
    padding: 0px 13px;
}

#header-mobil ul li a {
    padding: 15px 10px;
    
}

#header-mobil ul li a.color-gray {
    color: #000 !important;
}

#header-menu-row .header-menu a, 
#header-menu-row .header-menu-main,
#header-menu-row #header-mobil ul li a, 
#header-menu-row #header-mobil-profile ul li a {
    color: #FF2E8A;
}

#header-menu-row .header-menu a.link-primary {
    color: #FF2E8A !important;
}

.header-mobil hr {
    background-color: #FF2E8A;
    margin-left: 10px;
    margin-bottom: 10px;
}

/* #header-menu-row .header-menu a:hover, 
#header-menu-row .header-menu-main:hover, */
#header-menu-row #header-mobil ul li a:hover, 
#header-menu-row #header-mobil-profile ul li a:hover {
    /* text-shadow: 0 0 1px #FF2E8A;
    text-shadow: 0 0 1px #FF2E8A, 0 0 1px #FF2E8A; */
    font-weight: 700;
}

#header-menu-row #header-mobil ul li a.color-gray:hover, 
#header-menu-row #header-mobil-profile ul li a.color-gray:hover {
    /* text-shadow: 0 0 1px #6D6D6D;
    text-shadow: 0 0 1px #6D6D6D, 0 0 1px #6D6D6D; */
    font-weight: 700;
} 

#header-menu-row #header-mobil-profile ul {
    list-style: none;
    margin: 0;
    padding: 0 0 20px;
}

#header-mobil-profile ul li {
    display; block;
    position: relative;
}

#header-mobil-profile ul li a {
    color: #000;
    display: inline-block;
    font-size: 16px;
    padding: 12px 0;
}

#header-mobil-profile ul li a {
    color: #fff;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

#header-menu-row .header-menu-main {
    position: relative;
}

.header-menu-main:hover .header-menu-sub-box {
    height: 280px;
}

.header-mobil-footer {
    display: none;
}


.link-primary {
    color: #FF2E8A !important;
}

.top-header-menu .nolink {
    font-size: 13px;
    color: #fff;
}


.header-menu-left ul li {
    min-width: 50px;
}

.jn-header-menu {
    margin-top: 10px !important;
}

.jn-header-menu  > li > a {  
    font-size: 18px;
    line-height: 22px;
}

header .centerPart {
  
  margin-top: -4px !important;
}


.header-menu-sub a {
 color: #6D6D6D !important;
 font-weight: 500;
}

.header-menu-sub a:hover {
    font-weight: 700;
}

.header-menu-sub.primary a {
    color: #FF2E8A !important;
}

.header-menu-sub2 > a {
    text-decoration: underline;
}

.header-menu-sub2 ul {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

.header-menu-sub2 ul li a {
    color: #6D6D6D !important;
}


.header-menu-sub-box {
    background-color: #fff;
    text-align: right;
    right: 10px !important;
    top: 45px !important;
    left: auto !important;
    width: 300px !important;
    display: flex;
    flex-direction: column;
    border-bottom-left-radius: 40px;
}

.header-menu-sub-box.header-menu-coupon-sub-box {
    left: 20px !important;
    right: auto !important;
    text-align: left !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 40px;
    top: 35px !important;
}


#bottom-header-menu-row {
    background: #fff;
    color: #fff;
    padding: 5px ö;
    z-index: 10 !important;
    border-bottom: 2px solid #000;
}

#bottom-header-menu-row a,
#bottom-header-menu-row p {
    color: #fff !important;
    margin: 0;
}

#bottom-header-menu-row #EMAIL {
    border-color: #fff !important;
    color: #fff !important;
    width: 280px;
    height: 25px !important;
}

#bottom-header-menu-row #EMAIL:focus {
    outline: none;
}

#bottom-header-menu-row .sib-form .entry__error {
    color: #fff !important;
}

#bottom-header-menu-row .sib-form .checkbox, 
#bottom-header-menu-row .sib-form .radio-button,
.jn-popup  .checkbox, 
.jn-popup  .radio-button,
.joy-form  .checkbox, 
.joy-form  .radio-button {
    background:transparent;
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    border-radius: 20px;
}

.sib-form .checkbox_tick_positive:before,
.jn-popup .checkbox_tick_positive:before,
.joy-form .checkbox_tick_positive:before {
    border: 0 !important;
    transform: none !important;
    transform-origin: none !important;
    margin-left: 0 !important;
    left: 20px !important;
    font-size: 16px;
    top: 4px !important;
    
}



#bottom-header-menu-row  .sib-form .checkbox_tick_positive:before,
.jn-popup .checkbox_tick_positive:before,
.joy-form .checkbox_tick_positive:before {
    /* border-color: #ff61a6; */
}

#bottom-header-menu-row  .sib-form .input_replaced:checked+.checkbox_tick_positive:before,
.jn-popup .checkbox_tick_positive:before,
.joy-form .checkbox_tick_positive:before {
    /* border-color:#fff; */
    content: '✓' !important;
}

#bottom-header-menu-row  .sib-form .input_replaced:checked+.checkbox_tick_positive,
.jn-popup .input_replaced:checked+.checkbox_tick_positive,
.joy-form .input_replaced:checked+.checkbox_tick_positive {
    /* background:transparent !important;
    border-color:#fff !important; */
    content: '✓' !important;
}


footer .sib-form .checkbox, 
footer .sib-form .radio-button,
.jn-popup .checkbox, 
.jn-popup .radio-button,
.joy-form .checkbox, 
.joy-form .radio-button {
    background:transparent;
    border: 1px solid #6D6D6D;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 20px;
}

.joy-form .checkbox, 
.joy-form .radio-button {
    position: relative;
    z-index:1;

}

footer .sib-form .checkbox_tick_positive:before,
.jn-popup .checkbox_tick_positive:before {
    border-color: #FCE1EC;
}

footer .sib-form .input_replaced:checked+.checkbox_tick_positive:before,
.jn-popup .input_replaced:checked+.checkbox_tick_positive:before {
    border-color:#6D6D6D !important;
    content: '✓' !important;
    color:#6D6D6D !important;
}

.joy-form .checkbox, 
.joy-form .radio-button {
    background:transparent;
    border: 1px solid #6D6D6D;
    width: 20px !important;
    height: 20px !important;
    margin-right: 5px;
    display: inline-block;
    border-radius: 20px;
}

.joy-form .checkbox_tick_positive:before {
    border-color: #f2f2f2;
    color: #f2f2f2;
    content: '✓' !important;
    display: inline-flex !important;
    align-items: flex-end;
    margin-left: 3px !important;
    margin-top: 2px !important;
}

.joy-form .input_replaced:checked+.checkbox_tick_positive,
.jn-popup-container.joy-form .input_replaced:checked+.checkbox_tick_positive
 {
    background: transparent !important;
    border-color: #FF2E8A !important;
}

.joy-form .input_replaced:checked+.checkbox_tick_positive:before,
.jn-popup-container.joy-form .input_replaced:checked+.checkbox_tick_positive:before {
    border-color:#FF2E8A !important;
    content: '✓' !important;
    color:#FF2E8A !important;
    display: inline-flex !important;
    align-items: flex-end;
    margin-left: 3px !important;
    margin-top: 2px !important;
}

.jn-popup-container.joy-form .input_replaced:checked+.checkbox_tick_positive:before {
    margin-left: 2px !important;
    margin-top: 0px !important;
}

.joy-form label p {
    width: calc(100% - 30px);
    font-size: 12px;
    margin-bottom: 0;
}

.code-form label {
    display: flex !important;
    align-items: center;
    position: relative
}
       
footer .sib-form .input_replaced:checked+.checkbox_tick_positive,
.jn-popup  .input_replaced:checked+.checkbox_tick_positive {
    background:transparent !important;
    border-color:#6D6D6D !important;
}



.sib-form .checkbox_tick_positive:before {

}


.sib-form .entry__choice label {
    display: flex;
}

.sib-form .entry__choice label span:last-child {
    width: calc(100% - 30px);
}

.sib-form .entry__choice label span:last-child p {
    margin-left: 20px !important;
    text-align: left !important;
}

#bottom-header-menu-row #EMAIL:not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder { color:#fff !important; opacity: 1.0;  font-weight: 500;}
#bottom-header-menu-row #EMAIL:not([type="checkbox"]):not([type="radio"])::-moz-placeholder { color:#fff !important; opacity: 1.0;  font-weight: 500;}
#bottom-header-menu-row #EMAIL:not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder { color:#fff !important; opacity: 1.0;  font-weight: 500;}
#bottom-header-menu-row #EMAIL:not([type="checkbox"]):not([type="radio"]):-moz-placeholder { color:#fff !important; opacity: 1.0; font-weight: 500;}


#bottom-header-menu-row .sib-form-block__button {
    box-shadow: none;
    background-color: #fff;
    color: #ff61a6 !important;
}

#bottom-header-menu-row #subscribe-box {
    width: 100%;
}

#bottom-header-menu-row .sib-form {
    padding: 0 !important;
}

#bottom-header-menu-row #subscribe-box .centerPart {
    display: flex;
}

#bottom-header-menu-row #subscribe-box .centerPart #sib-form {
    display: flex;
    justify-content: center;
}

#bottom-header-menu-row #subscribe-box .centerPart #sib-form>div {
    margin: 0 5px;
    padding: 5px 0 !important;
    display: flex;
    align-items: center;
}

#bottom-header-menu-row #subscribe-box .centerPart>p {
    text-transform: uppercase;
}

#bottom-header-menu-row .form__entry.entry_block label {
    margin: 0;
}

#bottom-header-menu-row .sib-optin {
    margin-bottom: 0 !important;
}

#bottom-header-menu-row .entry__choice {
    margin-bottom: 0 !important;
    margin-top: 4px !important;
}




#check_box_sg_reg_field {
    margin-left: 3px;
}

.ur-frontend-form {
    margin-bottom: 10px;
}
.ur-frontend-form .description {
    font-size: 10px;
    color: #6D6D6D;
    margin-left: 42px;
    margin-top: -10px;
}

#scrollTop {
    background-color: #FF2E8A;;
}

#scrollTop:hover {
    background-color: #FFF;
    color: #FF2E8A;;
}



/* Nyereményjáték  */
.codes-hero-block {
    background-image: url('/wp-content/themes/joy-napok/assets/img/jn-22-november/nyeremenyjatek-hero-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 30px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.codes-hero-block img {
    max-width: 550px;
    width: 100%;
    margin: 20px auto;
}


.codes-hero-block p:first-child {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #FF2E8A;
    max-width: 520px;
    margin: 20px auto;
}

.codes-hero-block p:last-child {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    max-width: 520px;
    margin: 20px auto;
}

.codes-hero-block p:last-child {
    
}


.code-form {
    width: 100%;
}

.code-form label {
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    color: #333333;
    text-align: left;
    display: block;
    margin-bottom: 10px;
    /* padding-left: 30px; */
}

.code-form label a { 
    text-decoration: underline;
}

.code-form input[type="checkbox"] {
    display: inline-block;
}


.code-form-answer,
.code-form input[type=text],
.code-form input[type=email],
.code-form input[type=password],
.code-form input[type=submit] {
    padding: 14px;
    width: 100%;
    border-radius: 30px;
    margin-bottom: 10px;
    height: auto;
}

#code_form_2 .col {
    width: 33.3%;
}

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

.code-form-answer {
    border: 1px solid #FF2E8A;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #FF2E8A;
    font-weight: bold;
    cursor: pointer;
}
    .code-form-answer:hover,
    .code-form-answer.active {
        background: #FF2E8A;
        color: #fff;
    }

.code-form input[type=text],
.code-form input[type=email] {
    border: 1px solid #333333;
    color: #333333;
    text-align: center;
}

.code-form input[type=submit] {
    border: 1px solid #FF2E8A;
    background: #FF2E8A;
    color: #fff;
    cursor: pointer;
}

.code-form .col {
    background: #fff;
    border-radius: 10px;
    margin: 10px;
    width: calc(33.3% - 20px);
    padding: 40px 20px;
}

.code-form .col p {
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FF2E8A;
}

.code-form .col p:nth-child(2) {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #333333;
    flex: none;
    order: 1;
    flex-grow: 0;
    text-transform:none;
}


@media only screen and (max-width: 768px) {
    .codes-hero-block {
       min-height: 400px;
    }

    .codes-info-block,
    .code-form {
        flex-direction: column;
    }

    .codes-info-block .col,
    .code-form .col {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .codes-hero-block {
       min-height: 345px;
    }

    
}


/* Nyereményjáték  */

.header-menu a, #header-mobil ul li a, .header-menu-main {
    font-weight: 500;
}

#header-menu-row {
  /* background: rgba(255, 255, 255, 0.6); */
  background: #FF2E8A;
}

#header-menu-row .centerPart {
  height: 65px;
  /* margin-top: -17px !important; */
  /* padding-top: 15px; */
}

/* #header-menu-row .col:nth-child(1) {
    width: 100%;
} */

.search-icon {
    margin-left: 10px;
}

#header-menu-row .col:nth-child(2) {
    text-align: center;
    display: flex;
    justify-content: flex-end;
    /* width: 20%; */
    width: 60%;
}

#header-menu-row .col:nth-child(3) {
    width: 40%;
}

#header-menu-row .col:nth-child(3) {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
}

.header-right {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
    height: 47px;
    justify-content: space-evenly;
}

.header-right .top-header-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.header-right .top-header-menu ul {
    display: flex;
}

.header-right .top-header-menu ul li a {
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 20px !important;
}

.header-right .top-header-menu ul li a:hover {
    /* text-shadow: 0px 0px 2px #6D6D6D; */
    font-weight: bold !important;
}

.header-menu-right>ul {
    /* width: 120px; */
    width: 100%;
    margin-right: 0;
    display: flex;
    align-items: center;
    /* margin-left: auto; */
}

.header-logo-joy {
    width: 500px;
    margin-top: 0px !important;
    margin-bottom: -5px !important;
    display: flex;
    align-items: center;
}

.header-logo-joy-mobile {
    display: none;
}

#header-menu-row {
    height: 75px;
}

#header-menu-row .header-menu a {
    display: flex;
    align-items: center;
}

.jn-header-menu > li > a:hover {
    text-shadow: 0px 0px 2px #FF2E8A;
}

.header-date {
    background: #333333;
    color: #fff;
    padding: 3px 8px;
    display: inline-block;
    height: 26px;
    font-size: 12px;
    margin: auto;
    width: 123px;
}


.header-menu {
  display: flex;
}


/* Simple page  */

.simple-page-title {
    color: #FF2E8A;
    margin-bottom: 20px;
}

.page-simple-page {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* Simple page  */


/* GYIK  */
.schema-faq {

}

.schema-faq-section {
    /* padding-bottom: 20px; */
    margin-bottom: 20px;
    border-bottom: 1px solid #ff61a6;
}

.schema-faq-question {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.05em;
    color: #FF2E8A;
    padding-bottom: 20px;
    display: block;
    padding-left: 45px;
    position: relative;
    cursor: pointer;
}



.schema-faq-question::after {
    width: 26px;
    height: 26px;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    right: auto;
    bottom: auto;
    top: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('/wp-content/themes/joy-napok/assets/img/jn-21-dec/icon-dropdown.svg');
}

.schema-faq-answer {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #6D6D6D;
    padding-left: 45px;
    display: none;
}

/* GYIK  */

.lost-pass #user-registration {
    background-color: transparent !important;
}

/* Search results  */
.search-results .page-title {
    font-size: 24px;
    line-height: 29px;
    margin-top: 50px;
}

.search-results .page-title span {
    font-size: 40px;
    line-height: 48px; 
}

.search-results article {
    margin-bottom: 40px;
}

.search-results article .entry-title {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.05em;
    color: #FF2E8A;
    margin-bottom: 0;
}

.search-results article .entry-title a {
    text-decoration: none;
    color: #FF2E8A;
}

.search-results article .entry-summary {
    margin-top: 0;
}

.search-results article .entry-summary p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.search-results article .entry-summary a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FF2E8A;
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
}

.search-results article .entry-row {
    display: flex;
}

.search-results article .post-thumbnail {
    display: block;
    margin-right: 20px;
    width: 200px;
    height: 160px;
}

.search-results article .post-thumbnail img {
    display: block;
    width: 200px;
    height: 100%;
    object-fit: cover;
}

.search-results .nav-previous a {
    color: #FF2E8A;
    font-weight: bold;
}

.search-results article .entry-row>div {
    width: calc(100% - 200px);
}


/* Search results  */

/* Mobil menu  */
.header-mobil-button .ease {
    background-color: #fff !important;
}

.mobile-login-link {
    padding: 0 !important;
}

.mobile-login-link img {
    max-width: none;
}

#header-mobil-buttons {
    right: unset;
    left:unset;
    top: unset;
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
    /* display: none; */
    
}


@media only screen and (max-width: 768px) {
    .button-kuponcsomag {
        display: none;
    }
    
}



.header-mobil-button:first-of-type {
    margin-right: 0;
    padding: 5px;
}

#menuButton {
    height: 15px;
}

#menuButton span:nth-of-type(2) {
    width: 100%;
    left: 50%;
}

#menuButton::after
{ 
  background-color: transparent;  
}


#header-mobil-buttons-right {
    display: none;
    margin-left: auto;

}

#header-mobil .header-menu-main {
    padding-top: 0;
}

.header-mobil {
    margin-top: 20px;
}

.header-mobil .login-button {
    width: auto;
    max-width: 130px;
    margin: auto;
}

#header-mobil.active {
  margin-top: -4px;
    /* background: linear-gradient(202.48deg, #FFF7F7 12.82%, #B3EEF3 89.55%); */
    background: #fff;
}

#header-mobil ul li {
    text-align: left;
    font-size: 15px;
    line-height: 18px;
    padding-left: 20px;
    padding-right: 20px;
}

.mobile-search-block {
    padding: 10px 0;
    background: #FCE1EC;

}

#header-mobil .header-search-form div {
    display: flex;
}

#header-mobil .header-search-form button {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid #E65EC5;
    border-left: 0;
    background: transparent;
}

#header-mobil .header-search-form input:not([type="checkbox"]):not([type="radio"]) {
    background: transparent;
}

#menuButton.opened::after {
    box-shadow: none;
    border: 1px solid #fff;
}

.header-mobil-button.opened .ease {
    background-color: #fff !important;
}

.header-logos {
    display: flex;
    align-items: center;
}


#header-mobil-buttons-right img {
    margin: 0 5px;
    cursor: pointer;
}


.header-logo-joy {
    
}

.header-logo-block {
    display: flex;
}

.header-logo-sponsors {
    display: flex;
    justify-content: flex-end;
    /* width: 230px; */
    margin-left: 0;
    margin-right: auto;
    
}

.header-logo-sponsors.right {
    margin-right: 0;
    margin-left: auto;
}

.header-logo-sponsor {
    margin-left: auto;
    margin-right: 0;
    padding-top: 3px;
    margin-right: 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-logo-sponsor img {
    max-height: 24px !important;
    max-width: 100px !important;
    width: auto !important;
}

.header-logo-sponsor a {
    position: absolute;
    display: block;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    
}

.header-logo-sponsor span {
    color: #000;
    font-size: 12px;
    line-height: 16px; 
    display: block;
    margin-left: 5px;
    margin-right: 5px;
    /* margin-bottom:-8px; */
}

.header-logo-sponsor-2 {
    width: 125px;
    margin-top: 21px !important;
}

.header-logo {
    margin: 0 5px;
}


#header-mobil-profile {
    /* display: none; */
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding: 0 80px 20px;
    pointer-events: none;
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 100;
}

#header-mobil-profile.active {
    opacity: 1;
    pointer-events: all;
    /* background: linear-gradient(202.48deg, #FFF7F7 12.82%, #B3EEF3 89.55%); */
    background: #FFF7F7;
}



/* Mobil menu  */


/* Login button */

.login-button {
    border-radius: 20px;
    border: 1px solid #FF2E8A;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 0 !important;
    color: #FF2E8A;
    text-transform: uppercase;
    cursor: pointer;
    width: auto;
    height: 30px !important;
    line-height: 30px !important;
}

.login-button-left {
    display: block;
    padding: 2px 8px;
}

.login-button-right {
    background-color: #FF2E8A;
    display: block;
    
    padding: 0px 3px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.login-button-right img {
    width: 20px;
    margin-right: 2px;
    margin-left: 1px;
    margin-top: -1px;
}


.button.webshop-button {
    width: 100px !important;
    box-shadow: none !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    height: 30px !important;
    line-height: 30px !important;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.button-kuponcsomag {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    padding: 5px 15px !important;
    background: #FF2E8A;
    color: #fff !important;
    border-radius: 25px;
}


/* Login popup  */
.jn-popup {
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    z-index:101;
    overflow-y: auto;
} 

.jn-popup-bg {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(202.48deg, #FFF7F7 12.82%, #B3EEF3 89.55%);
    opacity: 0.4;
}


.jn-popup-container {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    background: #FFFFFF;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 580px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;


    position: absolute;
    height: fit-content;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
    margin: 20px auto 40px auto;
    width: calc(100% - 20px);
}

.jn-popup-container .user-registration-error,
.user-registration-error {
    border: 0;
    font-size: 10px !important;
    background: transparent;
    padding: 0 15px;
}

.jn-popup-container .user-registration-error::before {
    display: none;
}

.jn-popup-container h2 {
    margin-bottom: 0px;
    color: #ff61a6;
}

.jn-popup .user-registration-Button {
    background: #FF2E8A;
    box-shadow: inset -1px -2px 1px #ff61a6;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
}

.jn-login-close {
    margin-left: auto;
    margin-right: 0;
}

.jn-popup-login #user-registration {
    box-shadow: none !important;
    background: transparent !important;
    max-width: 380px;
    width: 100%;
}

.jn-popup-login-description {
    color: #ff61a6;
    font-size: 20px !important;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;

}

.jn-popup-login .ur-frontend-form,
.jn-popup-reg .user-registration {
    border: 0 !important;
}

.jn-popup-login .user-registration {
    margin-bottom: 10px !important;
}

.jn-popup-login p {
    font-size: 14px;
}

.jn-exit-popup #subscribe-box {
  max-width: 380px;
  margin: 0 auto;
}

.jn-exit-popup #subscribe-box .centerPart { 
  text-align: center;
}

.jn-exit-popup #subscribe-box .sib-form-block__button-with-loader {
  margin-left: auto !important;
}

.jn-exit-popup .jn-popup-container {
  background: #FFF2FA;
}

.jn-exit-popup .jn-popup-logo {
  margin-bottom: 20px;
  width: 140px;
  height: auto;
}

.jn-exit-popup-close {
  margin-right: 0;
  margin-left: auto;
}



.user-registration-LostPassword.lost_password {
    font-size: 10px;
    line-height: 15px;
    color: #6D6D6D !important;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.form-row--remember-me {
    text-align: center;
}

.user-registration-LostPassword.lost_password a {
    margin-top: 15px;
    color: #6D6D6D !important;
    text-decoration: none;
    display: block;
    width: 100%;
    font-size: 14px;
}

/* Registration form */

.reg-form {
    max-width: 900px !important;
}

.reg-form .ur-field-item {
    width: calc(50%);
    padding: 5px 20px;
    float: left;
}

.reg-form .field-user_pass,
.reg-form .field-user_confirm_password {
    float: right;
}

.reg-form .ur-form-grid label.ur-label {
    display: none;
}

.reg-form .field-radio {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    float: none;
}

.reg-form .field-checkbox {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    float: none;
}

.reg-form .ur-button-container {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    float: none;
}

.reg-form #radio_userage_field ul {
    width: 100%;
}

.reg-form .nsl-container-block {
    margin-top: 60px;
}


.email-confirm-alert {
    color: red;
    font-size:12px;
    display: none;
    padding: 10px 0;
}

/* Registration form */




.ur-frontend-form input[type=submit] {
    margin-bottom: 5px;
}

.user-registration-form__label.user-registration-form__label-for-checkbox {
    margin-top: -20px !important;
    margin-bottom: 20px !important;
    font-size: 10px !important;
    line-height: 15px;
}

.jn-popup-login {
    max-width: 380px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.jn-popup-reg {
    display: none;
    max-width: 380px;
    width: 100%;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.jn-popup-loginreg input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
    border: 1px solid #6D6D6D;
    box-sizing: border-box;
    border-radius: 30px !important;
    padding: 4px 20px !important;
    color: #6D6D6D;
    text-transform:none !important;
}

.jn-popup-loginreg .ur-label {
    display: none !important;
}

.nsl-button-facebook {
    background-color: transparent !important;
    border: 1px solid #FF2E8A;
    border-radius: 30px !important;
    color: #FF2E8A !important;
    font-weight: bold;
}

.nsl-button-svg-container {
    background-color: #FF2E8A !important;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

#radio_userage_field ul {
    margin: 0;
    padding: 0;
    display: flex;
}


#radio_userage_field ul li  {

    padding: 5px 10px 5px 0;
}
#radio_userage_field ul li label {
    font-size: 10px;
    line-height: 15px;
    color: #6D6D6D;
}

.ur-checkbox-list .ur-checkbox-label {
    font-size: 10px !important;
    line-height: 15px;
    color: #6D6D6D;
}

.ur-frontend-form input[type="checkbox"] + label::before {
    left: -26px !important;
    top: -2px !important;
    border-color: #FF2E8A; !important;
    border-radius: 20px !important;
    width: 20px !important;
    height: 20px !important;
    background: #fff;
}

.ur-frontend-form input[type="radio"] {
    width: 20px !important;
    height: 20px !important;
    border-color: #FF2E8A; !important;
}

.form-row ul {
    margin: 0;
    padding: 0;
}

.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item {
    margin-bottom: 10px;
}



.button {
    background: #FF2E8A;
    /* box-shadow: inset -1px -2px 1px #C81664; */
    border-radius: 200px !important;
    color: #fff !important;
    width: 100% !important;
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 22px !important;
    border: 0 !important;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    
}


.button:hover {
    /* box-shadow: 0px 4px 4px #E9C1D1, inset -1px -2px 1px #C81664; */
    text-decoration: none;
}


.button-link {
    display: flex;
    text-decoration: none;
    padding: 15px 40px;
    width: max-content !important;
}

.login-link,
.reg-link {
    color: #FF2E8A !important;
    cursor: pointer;
}

.nsl-container-buttons {
    margin-top: -30px;
    margin-bottom: 20px;
}


/* Footer  */

footer {
    /* background: #FCE1EC; */
    background: #fff;
    color: #333333;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    box-shadow: none;
    border-top: 2px solid #000;
}

    footer a {
        color: #333333 !important;
        text-decoration: none !important;
    }

    footer a:hover {
        color: #FF2E8A !important;
        font-weight: 700;
    }

    footer p {
        margin-bottom: 10px;
    }

    footer p b {
        font-size: 18px;
        line-height: 22px;
    }

    footer ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    footer li {
        padding: 15px 0;
    }

    footer .centerPart {
        align-items: stretch;
        padding: 50px 0 10px 0;
    }

    footer .centerPart .col {
        padding: 0 50px;
        height: auto;
        
    }

    footer .centerPart .col:nth-child(1),
    footer .centerPart .col:nth-child(2) {
        /* border-right: 1px solid #FF2E8A; */
        width: 100%;
        
    }

    footer .app-icons {
        display: flex;
        margin: 30px auto 0 auto;
        width: 100%;
        justify-content: center;
    }

    footer .jn-cimlap {
      max-width: 280px;
      height: auto; 
      margin: 20px auto 0 auto;
    }

    footer .col-elofizetes {
      text-align: center;
      
    }

    footer .col-elofizetes img {
      max-width: 160px;
      
    }

    @media only screen and (min-width: 992px) {
        footer .centerPart .col:nth-child(1),
        footer .centerPart .col:nth-child(2) {
           width: 33%;
        }
    }
    

/* Footer  */

.home-gradient-bg {
    background: #F3F3F3;
    /* background: linear-gradient(183.1deg, #FFF2F8 9.57%, #FCE1EC 97.05%); */
}



/* Main block  */

.jnpbh-main {
position: relative;
z-index: 1;
/* margin-bottom: 130px; */
max-width: 1240px;
display: flex;
flex-wrap: none !important;
margin-top: 55px;
}

.jnpbh-main-left {
width: 60%;
padding-right: 100px;
}  


/* Hero block */

.jnp-hero-block {
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
    width: calc(100% - 400px);
    
}

.jnp-hero-logo {
    position: absolute;
    margin: auto;
    left: -73px;
    top: -54px;
    width: 148px;
    height: 148px;
}

.jnp-hero-block h1 {
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 80px;
    line-height: 97px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}

.jnp-hero-block h2 {
    color: #AAAAAA;
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom:10px;
}

.jnp-hero-block h3 {
    text-align: center !important;
    padding: 10px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFE500;
    background-color: #000;
    width: 100%;
    font-weight: 800;
    font-size: 40px;
    line-height: 110.02%;
    /* letter-spacing: 0.05em; */
    text-transform: uppercase;
}

.jnp-hero-block h3 span {
    /* text-decoration: line-through; */
    color: #FF2E8A;
}

.jnp-hero-block h3 .button {
    display: none;
}

.jnp-hero-row {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
}

.jnp-hero-row.jnp-coupon-datasheet {
    flex-direction: column;
}

.jnp-hero-app-block {
    background: #FFE500;
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    
}

.jnp-hero-row.jnp-coupon-datasheet .jnp-hero-app-block {
    justify-content: flex-start;
    background:transparent;
    border: 0;
    margin: 0;
    

}

 

    .jnp-hero-app-block p {
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 48px;   
        display: block;
        width: 100%;  
        color: #000;
        text-align: center;
        margin-bottom: 10px;
    }

    .jnp-hero-row.jnp-coupon-datasheet .jnp-hero-app-block p {
        text-align: left;
        font-size: 25px;
        line-height: 30px;
    }

    .jnp-hero-app-block a {
        width: 50%;
        display: contents;
        margin: 5px;
    }

.jnp-hero-text-block {
    margin: 10px;
    text-align: center;
    background: #D9D9D9;
    border: 1px solid #000000;
    border-radius: 5px;
    padding:20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.jnp-hero-text-block.mobile {
    display: none;
}

.jnp-hero-row.jnp-coupon-datasheet .jnp-hero-text-block {
    margin: 0;
    text-align: left;
    border: 0;
    background: transparent;
    align-items: flex-start;
    padding:10px;
    margin-bottom: 20px;
}

.jnp-hero-text-block p {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.jnp-hero-text-block .button,
.coupon-list-row .button,
.jnp-hero-block h3 .button,
.jnp-hero-row.jnp-coupon-datasheet .app-button 
 {
    background: #FF2E8A;
    border-radius: 5px !important;
    width: 100%;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 15px !important;
    line-height: 22px !important;
    padding: 10px !important;
    text-transform: uppercase !important;
    text-decoration: none;
}


.jnp-hero-row.jnp-coupon-datasheet .jnp-hero-text-block .button {
    width: auto !important;
    display: inline-block;
}

.coupon-list-row {
    width: 100%;
    margin: 20px 0;
}

.coupon-list-row .button,
.jnp-hero-block h3 .button,
.jnp-hero-row.jnp-coupon-datasheet .app-button {
    background: #000;
    display: inline-block;
    max-width: 250px;
    margin-bottom: 20px;
}

.jnp-hero-block h3 .button {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    width: fit-content !important;
    max-width: none;
}

.jnp-hero-row.jnp-coupon-datasheet .app-button {
    max-width: 140px;
    margin-left: 10px;
    margin-bottom: 0px;
    display: none;
}


.coupon-list-row p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    font-weight: bold;
}

.jnpbh-main-images {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
    width: 400px;
}

.jnpbh-main-images img:first-child {
    margin: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index:1;
    width: 160px;
    margin-left: 50px;
}

.jnpbh-main-images img:last-child {
   margin-left: 80px;
    max-width: 190px;
}

/* Hero block */



/* PizzaMe Hero block */

.pizzame .jnp-hero-block {
    background: none;
    border: 0;
}

.pizzame .jnp-hero-block h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    text-align: left;
    text-transform: uppercase;
    margin-left: 0;
    margin-right: auto;
    color: #FF2E8A;
    margin-left: 145px;
}

.pizzame .jnp-hero-block h2 {
    font-family: 'Inria Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height */
    text-align: left;
    text-transform: uppercase;
    margin-left: 145px;
    margin-right: auto;
    color: #BBBBBB;
}

.pizzame .jnp-hero-block h3 {
    background: transparent;
    font-family: 'Inria Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    /* letter-spacing: 0.05em; */
    text-transform: uppercase;
    color: #000;
    text-align: left !important;
}

.pizzame .jnp-hero-block h3 img {
    display: none;
}

.pizzame .jnp-hero-block h3 small { 
    font-size: 14px;
}

.pizzame .jnp-hero-block h3 small a { 
    color: #0000EE;
}

.pizzame .jnp-hero-app-block {
    background: #FF2E8A;
    border: 0;
    border-radius: 0;
}

.pizzame .jnp-hero-app-block p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    text-transform: uppercase;
}

.pizzame .jnp-hero-text-block {
    border: 0;
    background: transparent;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}

.pizzame .jnp-hero-text-block .button {
    background: transparent;
    color: #000 !important;
    font-family: 'Inria Sans' !important;
    font-style: normal;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 22px;
    /* identical to box height */

    text-align: center;
    text-transform: uppercase !important;
    border: 1px solid #000 !important;
}

.pizzame .jnp-hero-logo {
    left: 29px;
    top: 0;
    width: 114px;
    height: 114px;
}

.pizzame-header {
    margin-top: 90px;
}

.pizzame-block-white {
    background-color: #fff;
}

.pizzame-block-grey {
    background-color: #F3F3F3;
}

.pizzame-hero-block .jnp-hero-block {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    max-width: 992px;
}

.pizzame.pizzame-hero-block .jnp-hero-block h3 {
    color: #FF2E8A;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    padding-left: 0;
    padding-top: 40px;
}

.pizzame-block {
    width: 100%;
    max-width: 992px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.pizzame-block p { 
    margin-bottom: 10px;
    color: #000;
}

.pizzame-block h3 {
    color: #000;
}

.pizzame-block ul {
    padding-left: 0;
    margin-left: 20px;
}

.pizzame-block li {
    color: #000;
}

.pizzame-table {
    display: flex;
}

.pizzame-table .col {
    width: 50%;
}

.header-right .top-header-menu ul li a.pizzame-menu-item {
    color: #000 !important;
}

.h3-app-text-link {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
}

/* PizzaMe Hero block */


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

    .header-logo-joy {
        width: 455px;
    }

    .jnpbh-main-left {
        /* width: 60%; */
        padding-right: 50px;
    }  

    .jnp-hero-bg-1 h2 {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .jnp-hero-bg-2 .jnp-hero-block.yellow {
        margin-top: -40px !important;
    }

    .jnpbh-main {
        margin-bottom: 60px;
    }
  }


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

    .header-logo-sponsors {
        justify-content: center;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .jnp-hero-block h1 {
        font-size: 60px;
    }

    .jnp-hero-block h3 {
        font-size: 30px;
    }

  }


  .header-logo-search {
    display: none;     
    width: 25px;
    height: 25px;
  }

  .header-logo-search a {
    padding: 0;
  }

  .header-logo-search img {
    width: 25px;
    height: 25px;
  }

  .jnp-hero-block h3 .button {
    display: none;
  }

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

    .coupon-filters select,
    .coupon-filters select option {
        font-size: 12px !important;
    }

    .jnp-hero-block h3 .button {
        display: block;
    }


    .pizzame-table {
        flex-direction: column;
    }

    .pizzame-table .col {
        width: 100%;
    }

    /* .jnp-coupon-list.spec-title {
        background: #000 !important;
    } */

    .jnp-hero-row.jnp-coupon-datasheet .app-button {
        display: block;
    }

    .jnp-hero-text-block p {
        margin-bottom: 10px;
    }

    .jnp-hero-row.jnp-coupon-datasheet .jnp-hero-app-block {
        display: none;
    }

    .page-coupon--page .centerPart-bigger .col:first-child {
        width: calc(100% + 20px) !important;
        margin-left: -10px;
        display: flex;
    }

    .page-coupon--page .centerPart-bigger .col:first-child .coupon-main,
    .page-coupon--page .centerPart-bigger .col:first-child p {
        width: 50% !important;
        margin: 10px auto;
    }

    .page-coupon--page .centerPart-bigger .col:first-child .coupon-item-image {
        margin-top: 0;
    }

    .jnpbh-main-left {
        width: 100%;
        padding-right: 0px;
    }  

    .header-logo-search {
        order: 3;
        display: block;
        margin-right: 0;
        margin-left: auto;
    }

    .jnp-hero-block {
        background: transparent;
        border: 0;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }

    .jnp-hero-block h1 {
        font-size: 32px;
    }

    

    .jnpbh-main-images,
    .jnp-hero-logo,
    .jnp-hero-block h2,
    .header-logo-sponsors.right,
    .header-logo-sponsor span {
        display: none;
    }

    .header-logo-joy-desktop {
        display: none;
    }

    .header-logo-joy-mobile {
        display: block;
    }


    .jnp-hero-block h3 {
        background-color: #FFE500;
        color: #000;
        font-size: 20px;
        line-height: 25px;
        border-radius: 10px;
    }

    .jnp-hero-block h3 .button {
        display: flex;
    }
    
    .jnpbh-main-left>div:not(.jnpbh-date) {
        max-width: 100% !important;
        margin-left: 0 !important;
    }

    .jnp-hero-bg-1::after {
        right: -100vw !important;
    }

    .jnpbh-main {
        flex-direction: column;
        margin-top: 0;
    }

    .jnpbh-main-right {
        width: 100% !important;
        display: flex;
        flex-wrap: wrap;
    }

    .jnpbh-main-right > a,
    .jnpbh-main-right > p,
    .jnpbh-main-right > div {
        width: 100% !important;
    }

    .jnp-hero-text-block,
    .jnp-hero-app-block {
        display: none;
    }

    .coupon-page-info .jnp-hero-text-block,
    .coupon-page-info .jnp-hero-app-block {
        display: flex;
    }

    .jnp-hero-text-block.mobile {
        display: flex;
        width: 100%;
        border-radius: 10px;
        border: 0;
    }

    .jnp-hero-text-block.mobile .button {
        width: max-content !important;
        margin: 0px auto;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .coupon-main__header .coupon-discount.discount-5 {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    .coupon-main__header .coupon-discount.discount-10 {
        font-size: 20px !important;
        line-height: 26px !important;
    }

    .coupon-main__header .coupon-discount.discount-25 {
        font-size: 18px !important;
        line-height: 22px !important;
    }

    .coupon-main__header {
        height: 40px !important;
    }



    /* PizzaMe Hero block */
    .pizzame .jnp-hero-block h1  {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 40px;
        /* identical to box height, or 125% */
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        text-transform: uppercase;
        color: #000;
    }

    .pizzame-header {
        display: none;
    }

    .pizzame .jnp-hero-block h3 {
        background: #fff;
        border-radius: 10px;
        padding: 20px;
        margin: 20px 0;
        text-align: left !important;
        font-size: 20px !important;
        line-height: 30px !important;
        text-align: center !important;

    }

    .pizzame .jnp-hero-block {
        padding: 20px 0;
    }

    .pizzame .jnp-hero-block h3 .button {
        background: #FF2E8A;
    }

    .pizzame .jnp-hero-block h3 img {
        display: block;
        margin-bottom: 15px;
        margin-top: -15px;
        margin-left: auto;
        margin-right: auto;
    }

    .pizzame .jnp-hero-text-block.mobile {
        background: #C8C8C8;
    }

    .pizzame .jnp-hero-text-block.mobile .button {
        background: #FFFFFF;
    }

    .pizzame .jnp-hero-block h3 small,
    .pizzame .jnp-hero-block h3 small a {
        color: #0000EE;
    }

    /* PizzaMe Hero block */





  }

  @media only screen and (max-width: 600px) {
    .jnp-hero-bg-1 {
        flex-direction: column;
        align-items: center;
    }

    .jnp-hero-bg-1 div {
        text-align: center;
    }

    .jnpbh-main-left img {
        margin-top: 20px !important;
    }

    .jnp-hero-bg-2 {
        flex-direction: column;
        padding: 0 !important;
    }

  }

  .jnpbh-main-right {
    width: 40%;
  }

  .jnpbh-main-left p { 
      max-width: 480px;
  }


  .jnpbh-main-left a {
    text-decoration: none;
    color: #FF2E8A;
  }

  .jnpbh-main-left hr { 
    margin: 30px 0;
    background-color:  #ff61a6;
  }
  
  .jnpbh-main-left img,
  .jnpbh-main-left div,
  .jnpbh-main-left h2
  {
    position: relative;
    z-index: 1;
  }
 
  /* .jnpbh-main-left div {
      background-color: #FFC555;
      padding: 30px 30px 30px 130px;
      margin-top: 40px;
      border-top-right-radius: 100px;
      border-bottom-right-radius: 100px;
  
      padding-left: calc(50vw - 555px);
      margin-left: calc(-50vw + 555px);
  } */

  .text-ping-bg {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    background-color: #FF2E8A;
    padding: 5px;
    text-align: center;
    margin-top: 45px;
  }

  .jnpbh-main-left div p {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    
  }

  .jnp-hero-bg-1 {
    background: #FF2E8A;
    border-radius: 0px 20px 20px 0px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
  }

  .jnp-hero-bg-1::after {
    width: auto;
    height: auto;
    content: ' ';
    display: block;
    position: absolute;
    left: -100vw;
    right: 100px;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #FF2E8A;
  }

  .jnp-hero-bg-1 h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
  }

  .jnp-hero-bg-1 img {
    max-height: 240px;
    width: auto;
  }

  .jnp-hero-bg-2 {
    display: flex;
    padding: 0 20px;

  }

  .jnp-hero-bg-2 .jnp-hero-block {
    padding: 20px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    height: fit-content;
  }

  .jnp-hero-bg-2 .jnp-hero-block .button-white {
    display: inline-block;
    font-size: 16px;
  }

  .jnp-hero-bg-2 .jnp-hero-block.yellow {
    background: #FFC555;
    margin-top: -70px;
    margin-right: 20px;
  }

  .jnp-hero-bg-2 .jnp-hero-block.yellow.v2 h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #FF2E8A;
  }

  .jnp-hero-bg-2 .jnp-hero-block.yellow.v2 p {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4em !important;
    line-height: 25px;
    color: #FFFFFF;
  }


    .jnp-hero-bg-2 .jnp-hero-block.yellow.v2 p span {
        background: #FF2E8A;
        padding: 5px;
        white-space: nowrap
    }


  .jnp-hero-bg-2 .jnp-hero-block.black {
    background: #333333;
    margin-top: 20px;
  }
  
  .jnp-hero-bg-2 .jnp-hero-block.black .button-white {
    color: #333333 !important;
  }

  .jnp-hero-plaza-list {
    display: flex;
    justify-content: space-between;
  }

  .jnp-hero-plaza-list img {

  }

  .jnpbh-main-right-img {
    width: 100%;
    height: auto;
  }

  .button-white {
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #000;
  }

  .jnpbh-main-left .button-white {
    color: #FFC555;
  }
  
  .jnpbh-main-img {
    width: 600px;
    height: auto;
    margin: auto;
    position: absolute !important;
    top: 50px;
    left: auto;
    bottom: 0;
    right: 10px;
    z-index: 0 !important;
  }

  .jnpbh-mobile-img {
    width: 250px;
    height: auto;
    margin: auto;
    margin-bottom: 20px;
    /* position: absolute !important;
    
    left: 300px;
    bottom: -40px;
    z-index: 1 !important; */
  }


.jnpbh-date {
    /* background: #FF2E8A; */
    /* box-shadow: 0px 5px 10px rgba(89, 191, 199, 0.4), inset 0px -3px 2px #88CDD3, inset 0px 4px 4px #FFFFFF; */
    /* box-shadow: 0px 5px 10px rgba(238, 115, 160, 0.5), inset 0px -3px 2px #C81664, inset 0px 4px 4px rgba(255, 255, 255, 0.5); */
    /* border-radius: 160px; */
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: left;
    /* width: fit-content; */
    /* padding: 8px 20px; */
    margin: 5px auto 20px 0;
    color: #ff61a6;
    /* position: absolute !important; */
    /* right: 0px; */
  }
  
/* Main block  */


/* Timeline block  */
.timeline-block {
    /* max-width:1140px; */
    max-width:750px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.timeline-block p {
    max-width:740px;
    margin: 0 auto;
    
}
/* Timeline block  */


/* Home coupons  */
#home-coupons {
    background-color: transparent;
}

#home-coupons .centerPart { 
    padding-top: 0;
    max-width: 1200px;
}

.reg-container {
    padding-top: 50px;
}

.plaza-coupon-container {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.plaza-coupon-container h2 {
    color: #fff;
    margin-bottom: 50px;
}


/* Home coupons  */


/* Coupon list */
.coupon, 
.coupon-mm  {
    border: 0;
    padding: 1%;
}

    .coupon:hover .coupon-main,
    .coupon-mm:hover .coupon-main
    {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }

.coupons-hidden::before, 
.coupons-hidden::after, 
#extra-coupons-media-markt::before, 
#extra-coupons-media-markt::after {
    display: none;
}

/* .coupon-img {
    padding: 0 !important;
} */

.coupon-main-img {
    /* background-color: transparent !important;
    box-shadow: none !important; */
    background-size: cover;
    min-height: 370px;
}


@media only screen and (max-width: 768px) {
    .coupon-main-img {
        min-height: 270px;
    }
}


.coupon-main-img img {
    margin: 20px auto auto auto;
    
}

.coupon-main {
    border-radius: 10px;
}

.coupon-discount::after {
    display: none;
}


.coupon-main__header {
    /* background-color: #ff61a6; */
    background-color: #FF2E8A;
    
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 7px;
    display:flex;
    justify-content: space-between;
    margin: -5px -5px 10px -5px;
    align-items: center;
    height: 60px;
}

    .coupon-main__header .coupon-discount {
        padding: 0;
        /* border-right: 1px solid #fff; */
        width: 100%;
        margin-right: 0;
        font-weight: bold;
        /* font-size: 40px;
        line-height: 48px; */
        text-align: center;
        font-size: 36px;
        line-height: 48px;
        text-transform: uppercase;
    }

        .coupon-main__header .coupon-discount.long-discount {
            font-size: 18px;
            line-height: 22px;
        }

        .coupon-main__header .coupon-discount.discount-5 {
            font-size: 40px;
            line-height: 48px;
            text-align: center;
        }

        .coupon-main__header .coupon-discount.discount-10 {
            font-size: 25px;
            line-height: 30px;
        }

        .coupon-main__header .coupon-discount.discount-25 {
            font-size: 18px;
            line-height: 22px;
        }

        .coupon-main__header .coupon-discount.discount-50 {
            font-size: 15px;
            line-height: 18px;
        }

    .coupon-main__header .fav-icon {
        width: 26px;
        height: 26px;
        margin: 0 10px;
    }

.coupon-main .coupon-title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FF2E8A;
    margin: 0 auto 10px auto;
    
}

.coupons-cover {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F3F3F3 81.89%);
}

/* Coupon list  */



/* Coupon type block  */

.coupon-type-block {
    padding-bottom: 80px;
    padding-top: 80px;
}

.coupon-type-block .centerPart {
  justify-content: center;
}

.coupon-type-block .col p {
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 5px;
}

.coupon-type-block .col p strong {
    color: #ff61a6;
    font-size: 18px;
}

.coupon-type-block .centerPart .col {
    width: 33.33%;
    display: flex;
}

.coupon-type-block .centerPart .col img {
    /* float: left; */
    margin-right: 0px;
    margin-bottom: 20px;
    /* margin-top: -20px; */
    text-align: left;
    max-width: 75px;
    max-height:  75px;
}

.coupon-type-block .centerPart .col a { 
    color: #FF2E8A;
    text-decoration: none;
    display: inline-block;
    width: 150px;
}

.coupon-type-block .centerPart .col a img {
    margin-top: 0;
    margin-bottom: 0;
} 

.coupon-type-block .centerPart .col a:hover { 
    text-decoration: underline;
}

/* Coupon type block  */



/* Care block */

.care-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .care-block-border {
    border: 1px solid #FF2E8A;
    padding: 30px;
    max-width: 1170px;
    margin: 30px auto;
  }
  
  .care-block .centerPart .col {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #ff61a6;
    width: 20%;
    padding: 10px;
    
  }
  
  .care-block .care-img {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 5px 10px #FCE1EC;
    width: 110px;
    height:110px;
    border-radius:110px;
    margin: 0 auto 20px auto;
  }
  
  
  /* Care block */


/* Coupon info block  */
.coupon-info-block {
    padding-bottom: 80px;
}

.coupon-info-block .button-link {
    margin: auto;
}

.coupon-info-block .col img {
    margin-bottom: 20px;
    max-height: 190px;
    margin-left: auto;
    margin-right: auto;
}

.coupon-info-block .col p {
    margin-right: 20px;
    margin-left: 20px;
}


.coupon-info-block .col {
    width: 100%;
}

.coupon-pic {
  text-align: center;
}

.coupon-pic img {
    max-height: 130px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

  .coupon--big-logo .coupon-pic img {
      max-width: 90%;
      max-height: none;
  }

  .coupon--big-logo .coupon-item-image {
    margin-top: 20px;
}

.coupon-notification {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}


@media only screen and (min-width: 992px) {
    .coupon-info-block .col {
        width: 50%;
    }
}

/* Coupon info block  */

#openBlock,
.bg-21-majus
{
    background-color: #FCE1EC;
    background-image: url('/wp-content/themes/joy-napok/assets/img/teaser-21-majus/bg-pattern.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
    #openBlock .centerPart-small 
    {
        padding-bottom: 20px;
        z-index: 5; 
    }

.underline-red
{
    background: #FF2E8A;
    -webkit-box-shadow: 10px 0 0 #FF2E8A, -10px 0 0 #FF2E8A;
    box-shadow: 10px 0 0 #FF2E8A, -10px 0 0 #FF2E8A;
}

.bg-pattern-21-majus
{
    background-color: #FCE1EC;
    background-image: url('/wp-content/themes/joy-napok/assets/img/jn-21-majus/title-bg.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.buttonStyle-pink
{
    background-color: #FF2E8A;
    border: 1px solid #FF2E8A;
    color: #FFF;
}

.buttonStyle-pink a
{
    text-decoration: none;
    color: #FFF;
}

.buttonStyle-large
{
    font-size: 16px;
    padding: 15px 30px;
    
}

    .buttonStyle-pink:hover
    {
        background-color: #FFF;
        color: #FF2E8A;
    }

    .buttonStyle-pink:hover a
    {
        
        color: #FF2E8A;
    }

.margin-bottom-top-30 { margin: 30px 0; }

.color-red { color: #FF2E8A; }

.buttonStyle-main-bg
{
    background-color: #FF2E8A;
    border: 1px solid #FF2E8A;
    color: #FFF;
}
    .buttonStyle-main-bg:hover
    {
        background-color: #FFF;
        color: #FF2E8A;
    }

.buttonStyle-main-border
{
    background-color: #FFF;
    border: 1px solid #FF2E8A;
    color: #FF2E8A;
}
    .buttonStyle-main-border:hover
    {
        background-color: #FF2E8A;
        color: #FFF;
    }

.bg-gradient-linear-21-majus
{
    background: -moz-linear-gradient(top, rgba(196,196,196,0) 0%, rgba(200,194,198,0.1) 10%, rgba(255,166,222,1) 100%);
    background: -webkit-linear-gradient(top, rgba(196,196,196,0) 0%,rgba(200,194,198,0.1) 10%,rgba(255,166,222,1) 100%);
    background: linear-gradient(to bottom, rgba(196,196,196,0) 0%,rgba(200,194,198,0.1) 10%,rgba(255,166,222,1) 100%);
}

/* NYITO OLDAL */
.kuponom-feature-list
{
    padding: 80px 0 10px;

        background-image: url('/wp-content/themes/joy-napok/assets/img/jn-23-majus/main-bg.svg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        padding: 30px;
        min-height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
}

.kuponom-signup-form {
    background-color: #f2f2f2;
    padding-top: 50px;
    padding-bottom: 50px;
}

.kuponom-signup-form p {
    font-size: 16px;
    margin-bottom: 40px;

}

.kuponom-signup-form p img {
    margin-bottom: 15px;
    
}

.kuponom-signup-form p span,
.joy-app-btn,
.no-joy-app-btn {
    font-weight: bold;
    color: #FF2E8A;
    font-size:14px;
}

.joy-app-btn,
.no-joy-app-btn {
    text-decoration: underline;
    cursor: pointer;
    padding-bottom: 20px;
}

.lost-password-link {
    font-size:12px; 
    text-decoration: none;
    display: none;
}

.no-joy-app-btn {
    display: none;
}

.kuponom-signup-form .reg-form .ur-frontend-form {
    max-width: 380px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.kuponom-signup-form .reg-form .ur-field-item {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.kuponom-signup-form-2 {
    padding: 80px 0;
    background-color: #f2f2f2;
}


.kuponom-signup-form-2 .gift-item {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
    position: relative;
}

.kuponom-signup-form-2 .gift-item.active {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}


    .kuponom-signup-form-2 .col {
        padding: 20px;
    }

    .kuponom-signup-form-2 .col img {
        height: 225px;
        margin-bottom: 10px;
        object-fit:cover;
    }

    .kuponom-signup-form-2 .col span {
        font-weight: bold;
        color: #FF2E8A;
    }

    .no-gift {
        background: transparent;
        text-decoration: underline;
        color: #FF2E8A !important;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        cursor: pointer;
    }
    
    #selected_gift {
        background: transparent;
    }
    
    .selected-gift-container {
        position: relative;
    }
    
    .selected-gift-container::after {
        width: 10px;
        height: 10px;
        border-right: 1px solid #000;
        border-top: 1px solid #000;
        transform: rotate(135deg);
        content: ' ';
        color: #000;
        display: block;
        position: absolute;
        left: auto;
        right: 20px;
        top: -5px;
        bottom: 0;
        margin: auto;
        
    }

    .form-response-message {
        font-size: 14px;
        font-weight: bold;
        color: #FF2E8A;
        border: 1px solid #FF2E8A;
        padding: 10px 20px;
        margin-bottom: 20px;
    }

    #gift-popup-form {
        position: relative;
    }

    .no-gift:hover {
        background: transparent;
        color: #828282 !important;
    }

    .submit-gift {
        background-color: #828282;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        cursor: pointer;
        padding-left: 40px;
        padding-right: 40px;
    }

    .submit-gift:hover,
    .submit-gift.active  {
        background-color: #FF2E8A;
    }

    .jn-gift-popup .jn-popup-container {
        text-align: center;
        padding-top: 15px;
        padding-bottom: 40px;
        margin-top: 150px;
    }

    .jn-gift-popup .jn-popup-container h2 {
        margin-top:30px;
    }

    .jn-gift-popup h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .jn-gift-popup label {
        font-size: 12px;
        margin-bottom: 20px;
        display: flex;
    }

    .jn-gift-popup .gift_question_text {
        width: calc(100% - 40px);
    }

    .jn-gift-popup input[type="button"],
    .jn-gift-popup input[type="submit"] {
        background-color: #FF2E8A;
        color: #fff;
        border-radius: 40px;
        padding: 5px 30px;
        margin: 0 auto 20px auto;
        max-width: 300px;
        cursor: pointer;
    }

    .jn-gift-popup input[type="submit"].no-gift-popup-btn {
        font-weight: bold;
        color: #FF2E8A;
        text-decoration: underline; 
        cursor: pointer;
        background: transparent;
        border: 0;
    }



.kuponom-signup-form-3 {
    

}

.kuponom-signup-form-3 .col {
    width: 50%;
    padding: 100px 20px;
}

.kuponom-signup-form-3 .col strong,
.kuponom-signup-form-3 .col a {
    color: #FF2E8A;
}

.kuponom-signup-form-3 .col ol {
    padding-left: 0;
    margin-left: 20px;
}

.kuponom-signup-form-3 .col ol li {
    padding-bottom: 15px;
}

.pink-col {
    background-color: #FF2E8A;
}

.pink-col h1,
.pink-col h2,
.pink-col h3,
.pink-col p {
    color: #fff;
}








    /* .home-feature-list .centerPart { flex-wrap: wrap; } */

    .home-feature-list-item
    {
        margin: 0 45px 40px;
        position: relative;
        width: 210px;
    }
        .home-feature-list-item.inactive
        {
            opacity: .5;
            pointer-events: none;
        }
        .home-feature-list-item img { max-width: 170px; }
        .home-feature-list-item p,
        .home-special-brand p
        {
            font-size: 25px;
            font-weight: 900;
            line-height: 1.2em;
            margin: 10px 0 0;
            text-transform: uppercase;
        }

.home-special-brands
{
    padding: 40px 0;
}
    .home-special-brand
    {
        
       border: 1px solid #FF2E8A; padding: 20px;
        width: calc(50% - 20px);
    }

/* VASARLASI LEHETOSEGEK */
.buy-coupon-options .centerPart { max-width: 1440px; }
    .buy-coupon-option
    {
        border: 1px solid #FF2E8A;
        font-size: 20px;
        font-weight: 900;
        line-height: 1.25em;
        margin: 0 0 40px;
        position: relative;
        width: calc(33.333% - 17px);
    }
        .buy-coupon-option-pic
        {
            background-position: right bottom;
            background-repeat: no-repeat;
            background-size: cover;
            min-height: 200px;
            width: 55%;
        }
        .buy-coupon-option-text
        {
            margin-left: -10%;
            padding: 20px 15px;
            width: 55%;
        }

/* SENDINBLUE */
.sib-form
{
    background-color: transparent !important;
    /* margin: 0 auto;
    max-width: 500px;
    width: 100%; */
    padding: 20px 0 !important;
}
     .sib-form-container,
    #sib-container,
    .sib-form .entry__field 
    {
        background-color: transparent !important;
    }
    #sib-container,
    .sib-form-block
    {
        padding: 0 !important;
    } 
     .sib-form .entry__label,
    .sib-form .entry__specification { display: none; }

    .sib-form .entry__field
    {
        border: none;
        box-shadow: none;
        outline: none;
    } 

    .sib-form .entry__label,
    .sib-form .entry__specification
     {
        display: none !important;
    }

    /* .sib-form .input_replaced:checked+.checkbox_tick_positive {
        background: #FF2E8A !important;
        border-color: #FF2E8A !important;
    } */

    .sib-form input:not([type="checkbox"]):not([type="radio"]) {
        border: 1px solid #6D6D6D;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        color: #6D6D6D;
        font-family: 'Inter', sans-serif;
        font-size: 12px;
        font-weight: 700;
        height: 50px;
        line-height: 1.2em;
        padding: 10px 30px;
        border-radius: 25px;
        text-transform: uppercase;
        width: 100%;
    }

    
    .sib-form input:not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder { color:#6D6D6D !important; opacity: 1.0;  font-weight: 500;}
    .sib-form input:not([type="checkbox"]):not([type="radio"])::-moz-placeholder { color:#6D6D6D !important; opacity: 1.0;  font-weight: 500;}
    .sib-form input:not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder { color:#6D6D6D !important; opacity: 1.0;  font-weight: 500;}
    .sib-form input:not([type="checkbox"]):not([type="radio"]):-moz-placeholder { color:#6D6D6D !important; opacity: 1.0; font-weight: 500;}

    .sib-form .entry__field {
        border: 0 !important;
    }

    .sib-form .entry__error {
        color: #FF2E8A !important;

    }

    /* .sib-form .entry__field input
    {
        left: -26px !important;
        top: -2px !important;
        border-color: #FF2E8A; !important;
        border-radius: 20px !important;
        width: 20px !important;
        height: 20px !important;
        background: #fff;
    }
        .sib-form .entry__field input::-webkit-input-placeholder { color:#000 !important; opacity: 1.0; text-align: center;}
        .sib-form .entry__field input::-moz-placeholder { color:#000 !important; opacity: 1.0; text-align: center;}
        .sib-form .entry__field input:-ms-input-placeholder { color:#000 !important; opacity: 1.0; text-align: center;}
        .sib-form .entry__field input:-moz-placeholder { color:#000 !important; opacity: 1.0; text-align: center;}

        .sib-form .entry__field:focus-within { box-shadow: none; }  */

    /* .sib-form-block__button
    {
        background-color: #FF2E8A;
        border: 1px solid #FF2E8A;
        border-radius: 2em;
        color: #FFF;
        cursor: pointer;
        font-family: 'Rubik', sans-serif;
        font-size: 13px;
        font-weight: 500;
        height: 42px;
        letter-spacing: 1px;
        padding: 0 50px;
        text-transform: uppercase;
        -moz-transition: .3s all ease-in-out;
        -ms-transition: .3s all ease-in-out;
        -o-transition: .3s all ease-in-out;
        -webkit-transition: .3s all ease-in-out;
        transition: .3s all ease-in-out;
    } */
        /* .sib-form-block__button:hover
        {
            background-color: #FFF;
            color: #FF2E8A;
        } */

    .sib-form-block__button {
        width: auto !important;
        margin-right: auto !important;
        margin-left: 0 !important;
    }



    .sib-optin,
    .sib-checkbox-group
    {
        font-size: 12px;
        line-height: 1.2em;
        margin-bottom: 25px;
    }

    .sib-form-container a.sub-form-data-rules-link
    {
        color: #FF2E8A !important;
        font-weight: 700;
        text-decoration: underline !important;
    }

    .sib-form-container a.sub-form-data-rules-link:hover {
        
    }

    #subscribe-box .sib-form-block {
        padding: 0 !important;
    }


#subscribe-box .centerPart {
    padding: 0;
}



#mainPart {
    margin-top: -55px;
    /* margin-top: 0px; */
}

#mainPart.page-coupons--page {
    margin-top: 0px !important;
}


/* SHOPPIEGO block */
.logo-shoppiego { margin-bottom: 30px; }
    .logo-shoppiego img { width: 160px; }
.app-icon
{
    display: inline-block;
    margin: 0 5px 10px;
	position: relative;
	width: 140px;
}
    .app-icon img { width: 100%; }

/* MAGAZIN block */
.magazin-promo
{
    position: relative;
}
    .magazin-promo .col { z-index: 5; }
    .text-bg 
    {
        bottom: 0;
        left: 50%;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }

.reg-login-icon { margin-bottom: 10px; }

/* KUPONOK page */
.header-mid .centerPart
{
    height: auto;
    /* min-height: 140px; */
    padding: 40px 20px 10px 20px;
}

    .header-mid .centerPart.plaza-header {
        padding: 20px;
        
    }

    .plaza-header-wrap {
        /* background-color: #6968AA; */
        background: #FCE1EC;
    }

    .plaza-code-box {
        /* background-color: #6968AA; */
        background: #FCE1EC;
        color: #fff;
    }

    /* .header-mid .centerPart.plaza-header h2 {
        color: #fff;
    } */

    .header-mid-logo
    {
        max-width: 120px;
    }
        .header-mid-logo .open-block-logo { width: 100%; }
    .header-mid-title
    {
        font-size: 36px;
        font-weight: 900;
        letter-spacing: 1px;
        line-height: 1.1em;
        text-transform: uppercase;
        margin-bottom: 10px;
        color: #ff61a6;
    }

/*#mainPart.page-coupons--page
{
    padding-top: 40px;
}*/
.page-coupons-main-support { 
    padding: 40px 0; 
    /* display: flex; */
    display: none;
    align-items: center;
    padding-left: 20px;
    text-align: center;
    justify-content: center;
}
    .page-coupons-main-support img { 
        max-width: 130px; 
        margin-left: 30px;
    }

    .page-coupons-main-support p {
        margin-bottom: 0;
        font-weight: bold;
        font-size: 24px;
        line-height: 24px;
    } 

    .padding-top-40-bottom-80 { padding: 40px 0 80px; }
    .padding-top-40-bottom-40 { padding: 40px 0 40px; }
    .padding-bottom-top-1 { padding: 1px 0; }

.coupon-filters-container {
    background: #000;
    padding: 10px;
    position: relative;
    z-index: 90 !important;
}

#header-menu-row-sticky-wrapper.is-sticky #header-menu-row {
    /* background-color: #FFF7F7; */
    z-index: 190 !important;
}

.coupon-filters {
    max-width: 1420px;
    display: flex;
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* PLAZA kuponok */

.page-plaza-kuponok .removedCouponParent {
    display: flex !important;
}

/* .page-plaza-kuponok .coupon-filters-container {
    background: #fff;
}

.page-plaza-kuponok .coupon-filters select {
    border: 1px solid #6968AA;
    color: #6968AA;
    background-image: url(../img/jn-22-majus/select.svg);
}

.page-plaza-kuponok #couponFilters input[type="text"] {
    border: 1px solid #6968AA;
    color: #6968AA;
}

.page-plaza-kuponok #couponFilters input[type="submit"] {
    background: #6968AA;
}



.page-plaza-kuponok #couponFilters input[type="text"]::placeholder { 
    color: #6968AA;
  }
  
  .page-plaza-kuponok #couponFilters input[type="text"]:-ms-input-placeholder { 
    color: #6968AA;
  }
  
  .page-plaza-kuponok #couponFilters input[type="text"]::-ms-input-placeholder { 
    color: #6968AA;
  }


.page-plaza-kuponok #couponFilters .fa {
    color: #6968AA;
}


.page-plaza-kuponok .jn-settings-search path {
    stroke: #6968AA;
}

.page-plaza-kuponok .spec-title {
    color: #6968AA;
}

.page-plaza-kuponok .coupon-main__header,
.centerPart.coupon-type-mall .coupon-main__header {
    background-color: #6968AA;
}

.page-plaza-kuponok .coupon-main .coupon-title,
.centerPart.coupon-type-mall .coupon-title {
    color: #6968AA;
}

.page-plaza-kuponok .choosen-plaza-info .centerPart h3 {
    color: #6968AA;
}
 */



/* Plaza filters */
.plaza-filters form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.plaza-filters form>div {
    width: 16%;
    margin: 0 5px;

}

.plaza-filters select,
.plaza-filters input {
}




::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ff61a6;
    opacity: 1; /* Firefox */
    font-weight: 500;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ff61a6;
    font-weight: 500;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #ff61a6;
    font-weight: 500;
  }

#couponFilters input[type="submit"] {
    background: #FF2E8A;
/* GOMB */

box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.25), inset 0px 4px 4px rgba(255, 255, 255, 0.25), inset 0px -2px 2px rgba(119, 119, 119, 0.25);
border-radius: 3px;

    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.25), inset 0px 4px 4px rgba(255, 255, 255, 0.25), inset 0px -2px 2px rgba(119, 119, 119, 0.25);
    border-radius: 3px;
    /* box-shadow: inset -1px -2px 1px #C81664; */
    
    border: 0;
    color: #FFFFFF;
    padding: 5px 20px;
    width: auto;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    height: 37px;
    text-transform:none;

}



.coupon-filters select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-position: 10px center;
    border: 1px solid #fff;
    border-radius: 0;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -ms-border-radius: 2em;
    -o-border-radius: 2em;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    /* font-weight: 700; */
    height: 37px;
    padding: 5px 35px 5px 35px;
    text-transform: uppercase;
    width: 100%;
    margin-right: 10px;
    border-radius: 3px;
    /* background-image: url(../img/jn-21-dec/select.svg); */
    
}

.jnp-coupon-list.spec-title {
    width: 100%;
    background: #FF2E8A;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    margin-top: 0;
    padding: 15px;
    text-align: center;
}

.emptyResult,
p.workerName {
    color: #FF2E8A;
}
/* 
.coupons-filter-all {
    display: flex;
    align-items: center;
} */

#couponFilters {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.coupon-filter-cat {
    margin-bottom: 0;
    position: relative;
}

.coupon-filter-brand {
    position: relative;
}



/* Custom select */

    .custom-select {
        position: relative;
        font-family: Arial;
        min-width: 290px;
        margin-right: 20px;
    }
    
    .custom-select select {
        display: none; /*hide original SELECT element: */
    }
    
    .select-selected {
        background-color: #fff;
        border-radius: 3px;
        
    }
    
    /* Style the arrow inside the select element: */
    .select-selected:after {
        position: absolute;
        content: "";
        top: 18px;
        left: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #000 transparent transparent transparent;
    }
    
    /* Point the arrow upwards when the select box is open (active): */
    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #000 transparent;
        top: 7px;
    }
    
    /* style the items (options), including the selected item: */
    .select-items div,.select-selected {
        color: #000;
        font-size: 14px;
        text-transform: uppercase;
        padding: 8px 26px;
        font-weight: bold;
        border: 1px solid transparent;
        border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
        cursor: pointer;
        overflow: hidden;
        white-space: nowrap;
    }
    
    /* Style items (options): */
    .select-items {
        position: absolute;
        background-color: #fff;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 99;
        overflow: auto;
        max-height: 405px;

    }
    
    /* Hide the items when the select box is closed: */
    .select-hide {
        display: none;
    }
    
    .select-items div:hover, .same-as-selected {
        background-color: rgba(0, 0, 0, 0.1);
    }

/* Custom select  */





.reset-filter {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.coupon-filter-cat,
.coupon-filter-brand, 
.couponFilterTyped-box {
    width: 40%;
    margin-right: 10px;
}

.couponFilterTyped-box {
    position: relative;
    display: flex;
    align-items: center;
}

.couponFilterTyped-box .fa { 
    margin-top: 5px;
}

#couponFilters .fa {
    color: #ff61a6;
}

#couponFilters input[type="text"] {
    border: 1px solid #ff61a6;
    border-radius: 2em;
    color: #ff61a6;
    padding: 5px 10px 5px 40px;
    width: 100%;
    background-color: transparent !important;
    height: 50px;
    margin-right: 10px;
}

#couponFilters input[type="text"]::-webkit-input-placeholder { color:#ff61a6; font-weight: 700; }
#couponFilters input[type="text"]::-moz-placeholder { color:#ff61a6; font-weight: 700; }
#couponFilters input[type="text"]:-ms-input-placeholder { color:#ff61a6; font-weight: 700; }
#couponFilters input[type="text"]:-moz-placeholder { color:#ff61a6; font-weight: 700; }


    /*.coupon-filter-brand,
    .coupon-filter-plaza
    {
        float: left;
        margin: 0 0 25px;
        width: 48%;
    }
    .coupon-filter-brand { margin-right: 4%; }*/

    .coupon-filter-full-width
    {
        clear: both;
        float: none;
        margin-right: 0;
        width: 100%;
    }

   

    .coupon-like {
        background-color: transparent;
        box-shadow:  none;
        color: transparent;
        
        cursor: pointer;
        font-size: 22px;
        height: 32px;
        width: 50px;
        padding-top: 5px;
        padding-right: 10px;
        margin-left:-5px;
        text-align: center;
        position: relative;
        right: unset;
        top: unset;
        z-index: 25;
        display: none;
    }

    .coupon-like:hover, .coupon-like.liked {
        background-color: transparent;
        color: #FFF;
    }

    .coupon-like img.add-to-fav {

    }

    .coupon-like img.remove-to-fav {
        display: none !important;   
    }
    
    
    @media only screen and (min-width: 1024px) {
        
        .coupon-like:hover img.add-to-fav {
            display: none !important; 
        }
    
        .coupon-like:hover img.remove-to-fav {
            display: block !important; 
        }    
    }
    

    .coupon-like.liked img.add-to-fav {
        display: none !important; 
    }

    .coupon-like.liked img.remove-to-fav {
        display: block !important; 
    }

#extra-coupons { 
    position: relative; 
}

#extra-coupons.coupon-list-extra {
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
    /* #extra-coupons::before,
    #extra-coupons::after
    {
        background-color: #ff61a6;
        
        content: '';
        height: 1px;
        left: 50%;
        position: absolute;
        right: auto;
        top: auto;
        max-width: 1160px;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 2000px;
        z-index: 1;
    } */

    #extra-coupons::before {
        top: -40px;
    }

    #extra-coupons::after {
        bottom: 0px;
    }


    #extra-coupons .centerPart { z-index: 5; }

    #extra-coupons .coupons-mm .owl-stage {
        display: flex;
        padding: 40px 0;
    }

#extra-coupons .coupon, 
#extra-coupons .coupon-mm
{
    border: none;
    /* padding: 0; */
    /* width: 100%; */
    height: auto;
    display: flex;
    justify-content: center;
}

#extra-coupons .spec-title {
    color: #fff !important;
    font-weight: bold;
    font-size: 26px;
    line-height: 48px;
    background-color: #000;
    text-align: center;
    margin-top: 0;
}



#extra-coupons .owl-carousel .owl-item img {
    width: auto;
}

    /* #extra-coupons .coupon::after, 
    #extra-coupons .coupon-mm::after
    {
        background-image: url('/wp-content/themes/joy-napok/assets/img/jn-21-majus/extra-bg.svg');
        background-position: left top;
        background-repeat: no-repeat;
        background-size: contain;
        content: '';
        height: 100%;
        left: -10%;
        position: absolute;
        top: -10%;
        width: 100%;
        z-index: 1;
    } */

    #extra-coupons .coupon-main
    {
        /* border: 5px solid #FF2E8A; */
        z-index: 5;
        max-width: 350px;
    }
        /* .extra-coupon-badge
        {
            background-image: url('/wp-content/themes/joy-napok/assets/img/jn-21-majus/extra-badge.svg');
            background-repeat: no-repeat;
            background-size: contain;
            height: 100%;
            left: -1px;
            pointer-events: none;
            position: absolute;
            top: -1px;
            width: 45%;
        }
        #extra-coupons .coupon-badge
        {
            border: none;
            border-radius: 100%;
            height: 32px;
            padding: 12px 0 0;
            width: 32px;
        } */
        #extra-coupons .coupon-discount
        {
            /* margin-bottom: -10px;
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); */
        }
            /* #extra-coupons .coupon-discount::before,
            #extra-coupons .coupon-discount::after
            {
                background-color: #FF2E8A;
                width: calc(50% - 26px);
            }
            #extra-coupons .coupon-discount::before
            {
                content: '';
                height: 1px;
                left: 0;
                position: absolute;
                top: 50%;
                z-index: 2;
            }
            #extra-coupons .coupon-discount::after 
            { 
                left: auto;
                right: 0;
            } */

            #extra-coupons .coupon-title
            {
                text-transform: uppercase;
                color: #ff61a6;
            }

           

            #extra-coupons .coupon-main__header {
                background-color: #FF2E8A;
            }

#extra-coupons .owl-nav {
    margin: auto;
    position: absolute;
    top: 0;
    left: auto;
    bottom: auto;
    right: 20px;
    
}

#extra-coupons .owl-carousel .owl-nav button.owl-next span, 
#extra-coupons .owl-carousel .owl-nav button.owl-prev span {
    font-size: 30px;
    padding: 15px;
    color: #ff61a6;
}

#extra-coupons .owl-carousel .owl-dots {
    margin: auto;
    position: absolute;
    top: -4px;
    left: auto;
    bottom: auto;
    right: 110px;
}

#extra-coupons .owl-carousel .owl-dots .owl-dot {
    
    border: 1px solid #ff61a6;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    margin-left: 8px;
}

#extra-coupons .owl-carousel .owl-dots .owl-dot.active {
    background-color: #ff61a6;
}

.spec-title {
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 10px;
    color: #ff61a6;
}

.coupon-main { padding: 5px 5px 10px; }

.coupon-title, .coupon-discount-info
{
    color: #92327D;
}

.margin-bottom-30 { margin-bottom: 30px; }

#support-coupons .coupons-mm
{
    flex-basis: 100%;
    height: 0px; 
    overflow: hidden;
    width: 0px; 
}

.content-block { padding: 20px 0 }
    .content-block .centerPart { max-width: 1440px; }


/* Timeline  */
.timeline-row {
    display: flex;
    position: relative;
    height: 156px;
    margin-top: 60px;
    justify-content: space-between;
}

.timeline-row::after {
    width: 100%;
    height: 3px;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: -29px;
    margin: auto;
    background-color: #fff;
    
}


.timeline-item {
    display: flex;
    flex-direction:column;
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    max-width: 220px;
}



.timeline-item::after {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: -30px;
    margin: auto;
    background-color: #fff;
    box-shadow: 0px 0.475947px 0.475947px #88CDD3, inset -0.35696px -0.475947px 0.237974px -0.237974px rgba(136, 205, 211, 0.7), inset 0.594934px 0.594934px 0.237974px -0.35696px rgba(255, 255, 255, 0.3);
    
}

.timeline-item h2 {
    color: #fff;
}

.timeline-item__text {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #FF2E8A;
    margin-top: 15px;
}

.timeline-item__text h3 {
    font-size: 18px;
    line-height: 23px;
}

.timeline-item__double {
    justify-content:flex-start;
}

.timeline-item__top {
    justify-content: flex-start;
}

.timeline-item__bottom {
    justify-content: flex-end;
}

.timeline-item__right {
    margin-left: auto;
}

.timeline-item__today {  
    width: 32px;
    height: 32px;
    background: #FF2E8A;
    box-shadow: 0px 0.475947px 0.475947px #88CDD3, inset -0.35696px -0.475947px 0.237974px -0.237974px rgba(136, 205, 211, 0.7), inset 0.594934px 0.594934px 0.237974px -0.35696px rgba(255, 255, 255, 0.3);
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 100%;
    margin-top: 47px;
    z-index: 1;
}

.timeline-item__nobubble.timeline-item__top {
    padding-top: 24px;
}

.timeline-item__nobubble.timeline-item__bottom {
    padding-bottom: 24px;
}
/* 
.bubble {
    background: #FBF7F7;
    box-shadow: 0px 2.50649px 5.01299px rgba(238, 115, 160, 0.5), inset 0px -1.5039px 1.0026px rgba(238, 115, 160, 0.5), inset 0px 2.00519px 2.00519px #FFFFFF;
    border-radius: 80.2078px;
    padding: 5px 20px;
    color: #FF2E8A;
    text-transform: uppercase;
    margin-top: 7px;
} */

.bubble {
    margin-bottom: 20px;
    max-height: 90px;
}

.bubble-large {
    margin-top: 0;
}

/* .bubble img { 
    height: 20px;
    width: auto;
} */


.bubble img { 
    height: 90px;
    max-width: 190px;
    width: auto;
    margin-top: -40px;
    object-fit: contain;
}

.bubble-large img {
    height: 30px !important;
}

.bubble-top {
    position: relative;
    
}

.bubble-top::after {
    width: 10px;
    height: 10px;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    margin: auto;
    background-color: #FBF7F7;
    transform: rotate(45deg);
}

.bubble-bottom {
    position: relative;
}

.bubble-bottom::after {
    width: 10px;
    height: 10px;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -3px;
    margin: auto;
    background-color: #FBF7F7;
    transform: rotate(45deg);
}

.bubble-text {
    margin-bottom: 36px;
}

/* Timeline  */



/* PLAZA KUPONOK */

.plaza-header {

}

.plaza-header .col {
    width: auto;
}

.plaza-header .col img {
    margin: 0 20px;
}


.plaza-code-box 
{
    /* background-image: url('/wp-content/themes/joy-napok/assets/img/teaser-21-majus/bg-pattern.svg'); */
    padding-top: 5px;

}

.plaza-code-box  .coupon-header-block {
    max-width: 430px;
}

.plaza-code-box form
{
    margin: 0 auto;
    max-width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .plaza-code-box form input[type="text"]
    {
        background-color: #FFF;
        border: none;
        
        border-top-left-radius: 2em;
        border-bottom-left-radius: 2em;
        
        color: #FF2E8A;
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        font-weight: 500;
        height: 40px;
        
        outline: none;
        padding: 10px 20px;
        text-align: center;
    }
        .plaza-code-box input::-webkit-input-placeholder { color:#FF2E8A; opacity: 1;}
        .plaza-code-box input::-moz-placeholder { color:#FF2E8A; opacity: 1;}
        .plaza-code-box input:-ms-input-placeholder { color:#FF2E8A; opacity: 1;}
        .plaza-code-box input:-moz-placeholder { color:#FF2E8A; opacity: 1;}

    .plaza-code-box form input[type="submit"]
    {
        background-color: #FF2E8A;
        border: 1px solid #FF2E8A;
        border-top-right-radius: 2em;
        border-bottom-right-radius: 2em;
        color: #FFF;
        cursor: pointer;
        font-size: 13px;
        font-weight: 700;
        
        height: 40px;
        width: 40px;
        text-align: center;
        text-decoration: none;
    }

.plaza-logos { 
    padding-bottom: 1px; 
    /* display: none; */
}

    .plaza-logo {
        cursor: pointer;
    }
    
    .plaza-logos .centerPart 
    { 
        max-width: 1440px; 
        padding: 0;
    }
        .plaza-logos img
        {
            margin: 0 20px 40px;
            max-height: 60px;
            max-width: 100px;
        }



.choosen-plaza-info .centerPart:empty { display: none; }

.choosen-plaza-info .centerPart {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
    padding: 0 30px;
}

.choosen-plaza-info .centerPart h3
{
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.1em;
    text-transform: uppercase;
    color: #ff61a6;
    padding: 0;
    /* margin-top: 70px; */
    width: 100%;
}

.choosen-plaza-info .centerPart p {
    width: 100%;
    margin-bottom: 0;
}

.choosen-plaza-info .centerPart img {
    float: left;
    margin-right: auto;
    margin-left: auto;
    max-width: 140px;
    max-height: 140px;
}

.choosen-plaza-info .centerPart > div {
    display: none;
}

    .page-coupon--page .choosen-plaza-info .centerPart { padding-top: 20px; }
/* 
    .choosen-plaza-info .centerPart img
    {
        margin-right: 15px;
        max-width: 85px;
    } */

.plaza-coupons-infos
{
    font-size: 14px;
    padding: 50px 0 0;
}
    .plaza-coupons-infos .col
    {
        margin-bottom: 40px;
        width: 30%;
    }
        .plaza-coupons-infos .col img
        {
            margin: 0 auto 20px;
            max-height: 100px;
        }
        .plaza-coupons-infos h3
        {
            color: #FF2E8A;
            font-size: 20px;
        }

    .plaza-coupons-validation-lead
    {
        font-size: 16px;
        font-weight: 600;
    }
        .plaza-coupons-validation-lead .fa
        {
            font-size: 26px;
            margin-right: 5px;
        }

    .plaza-coupons-validation p.plaza-coupons-validation-item
    {
        margin: 0 0 20px;
        padding: 5px 0 5px 40px;
        position: relative;
    }
        .plaza-coupons-validation p.plaza-coupons-validation-item span
        {
            background-color: #FF2E8A;
            border-radius: 100%;
            color: #FFF;
            font-size: 18px;
            font-weight: 700;
            height: 30px;
            left: 0;
            padding: 6px 0 0;
            position: absolute;
            text-align: center;
            top: 50%;
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 30px;
        }

        .owl-carousel.off {
            display: block;
        }

        .dfp-ad-zone {
            position: relative;
        }

        .dfp-ad-zone span {
            width: 100%;
            height: 20px;
            display: block;
            color: #333333;
            margin:  0 auto;
            font-size: 14px;
            line-height: 16px;
        }

    .jn-swipe-icon {
        display: none;
        
    }

    .list-results {
        margin: 10px auto;
        max-width: 500px;
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        display: none;
    }

    .jn-settings {
        display: none;
        cursor: pointer;
    }

    .jn-settings-search {
        margin-right: 20px;
    }

    .list-results-mobile {
        display: none;
    }

    .centerPart-bigger {
        display: flex;
        max-width: 840px;
        margin-right: auto;
        margin-left: auto;
        padding-top: 20px;
    }

    /* Coupon page  */
    #mainPart.page-coupon--page {
        margin-top: 50px;
    }

    .page-coupon--title .header-mid-title {
        font-weight: bold;
        font-size: 40px;
        line-height: 48px;
        letter-spacing: 0.05em;
        text-transform: uppercase;

        color: #ff61a6;
    }

    .page-coupon--gradient {
        /* background: linear-gradient(202.48deg, #FFF7F7 12.82%, #B3EEF3 89.55%); */
        background: linear-gradient(183.1deg, #FFF7F7 9.57%, #FCE1EC 97.05%);
    }

    .page-coupon--page .centerPart-bigger .col:first-child {
        width: 280px;
        flex: 0 0 280px;
    }

    .page-coupon--page .centerPart-bigger .col:last-child {
        width: calc(100% - 280px);
    }

    .page-coupon--page .coupon-main {
        height: auto;
    }

    .coupon-page-info {
        margin-left: 20px;
        /*margin-right: 20px;*/
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #6D6D6D;
    }

    .coupon-page-info strong {
        font-weight: 500;
    }

    .coupon-page-info a {
        color: #FF2E8A;
    }

    .coupon-title {
        display: block !important;
    }

    .coupon-description {
        display: block;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        text-align: left;
        color: #6D6D6D;
    }

    .coupon-main .coupon-description {
        text-align: center;
    }

    .coupon-short-description {
        font-weight: bold;
        font-size: 25px;
        line-height: 35px;
        /* or 140% */
        color: #FF2E8A;
    }

    .coupon-short-description strong {
        font-weight: bold;
    }


    .coupon-buttons {
        display: none;
    }

    .buy-button {
        padding: 15px 30px;
        text-decoration: none;
        margin-right: 20px;
        width: 200px !important;
        height: 60px !important;
        line-height: 30px !important;
    }

    .add-to-fav-login,
    .add-to-fav-login:hover {
        text-decoration: none;
    }


    .page-coupon--page .coupon-main__header {
        max-height: 60px;
    }

    .page-coupon--page .coupon-like-button {
        border: 1px solid #FF2E8A;
        color: #FF2E8A;
        border-radius: 30px;
        padding: 10px 15px;
        width: auto;
        font-weight: bold;
        font-size: 18px;
        line-height: 22px;
        width: fit-content;
        margin: 0 auto 30px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .coupon-like-remove-fav-text {
        display: none;
    }

    .page-coupon--page .coupon-like-button.liked .coupon-like-add-fav-text {
        display: none;
    }

    .page-coupon--page .coupon-like-button.liked .coupon-like-remove-fav-text {
        display: block;
    }


    .page-coupon--page .coupon-like-button i.fa {
        margin-right: 10px;
        padding-right: 10px;
        border-right: 1px solid #FF2E8A;
    }

    .hide-fav-button {
        border-right: 0 !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
    }

    /* Recommended coupons  */
    .recommended-coupons {

    }

    .home-recommended-coupons {
        background-color: #FCE1EC;
        margin-top: 0px;
        /* padding-top: 20px; */
    }

    .home-recommended-coupons .owl-carousel {
        position: relative;
    }

    .home-recommended-coupons .owl-carousel::before {
        background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #FCE1EC 81.89%);
        width: 80px;
        height: calc(100% - 20px);
        position: absolute;
        left: 0;
        top: 0;
        content: ' ';
        display: block;
        z-index: 1;
    }
    .home-recommended-coupons .owl-carousel::after {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FCE1EC 81.89%);
        width: 80px;
        height: calc(100% - 20px);
        position: absolute;
        right: 0;
        top: 20px;
        
        content: ' ';
        display: block;
        z-index: 1;
    }

    .recommended-coupons .centerPart:nth-child(2) {
        padding: 0;
    }


    #extra-coupons.recommended-coupons .coupon-title {
        color: #FF2E8A;
    }

    #extra-coupons.recommended-coupons::before, 
    #extra-coupons.recommended-coupons::after {
        display: none;
    }

    #extra-coupons.recommended-coupons .spec-title {
        color: #ff61a6;
    }

    #extra-coupons.recommended-coupons .owl-carousel .owl-dots .owl-dot.active {
        background-color: #FF2E8A;
    }

    #extra-coupons.recommended-coupons .owl-carousel .owl-dots .owl-dot {
        border: 1px solid #FF2E8A;
    }

    #extra-coupons.recommended-coupons .owl-carousel .owl-nav button.owl-next span, 
    #extra-coupons.recommended-coupons .owl-carousel .owl-nav button.owl-prev span {
        color: #FF2E8A;
    }

    #extra-coupons.recommended-coupons .coupon-main__header {
        background-color: #FF2E8A;
    }

    /* #extra-coupons .coupon-title {
        color: #FF2E8A;
    } */


    .joy-form input[type="text"], 
    .joy-form input[type="password"], 
    .joy-form input[type="email"], 
    .joy-form input[type="tel"], 
    .joy-form input[type="number"] {
        border: 1px solid #6D6D6D !important; 
        color: #6D6D6D !important;
        font-weight: bold !important;
        font-size: 16px !important;
        line-height: 20px !important;
        border-radius: 20px !important;
        background: transparent !important;
        padding: 15px 25px !important;
        text-align: left !important;
        height: 50px !important;
        border-radius: 50px !important;
        text-transform: none !important;
    }

    .joy-form.profil-form-personal-data .form-item label {
        color: #6D6D6D !important;
        margin: 0 auto 5px auto !important;
        font-size: 16px !important;
        line-height: 20px !important;
        font-weight: 600 !important;
        text-transform:none !important;
        display: block;
        text-align: center;
    }

    .joy-form .ur-button-container button[type="submit"], 
    .joy-form .ur-button-container input[type="button"], 
    .joy-form .ur-button-container input[type="submit"] {
        
        border: 0 !important;
        background-color: #FF2E8A; !important;
        box-shadow: inset -1px -2px 1px #C81664 !important;
        border-radius: 200px !important;
    }

    .joy-form .ur-button-container input[type="button"]:hover, 
    .joy-form .ur-button-container input[type="submit"]:hover, 
    .joy-form .ur-button-container button:hover {
        
        /* color: #fff !important; */
        box-shadow: 0px 4px 4px #E9C1D1, inset -1px -2px 1px #C81664 !important;
    }

    .joy-form.reg-form .nsl-container-buttons .nsl-button-facebook {
        background: transparent !important;
    }

    .joy-form.reg-form .nsl-container-buttons .nsl-button-facebook .nsl-button-label-container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .joy-form button {
        border: 1px solid #C81664 !important;

    }

    .joy-form button:hover {

        color: #C81664 !important;
    }

    .popup-submit-gift {
        display: none;
    }

    .reg-header {
        margin-top: 50px;
        position: relative;
    }

    .jn-reg-close-link {
        position: absolute;
        right: 0;
        
    }

    .joy-form input[type="checkbox"], 
    .joy-form input[type="radio"] {
        /* display: none !important; */
        position: absolute;
        z-index: -1;
        left: 3px;
        top: 0px;
        bottom: 0;
        margin: auto;
    }



    /* .joy-form.reg-form input:not([type="checkbox"]):not([type="radio"]) {
        text-align: left !important;
    } */

    .joy-form.reg-form input:not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder { color:#6D6D6D !important; opacity: 1.0;  font-weight: 500; font-size: 16px; text-align:left; text-transform:none; }
    .joy-form.reg-form input:not([type="checkbox"]):not([type="radio"])::-moz-placeholder { color:#6D6D6D !important; opacity: 1.0;  font-weight: 500; font-size: 16px; text-align:left; text-transform:none; }
    .joy-form.reg-form input:not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder { color:#6D6D6D !important; opacity: 1.0;  font-weight: 500; font-size: 16px; text-align:left; text-transform:none; }
    .joy-form.reg-form input:not([type="checkbox"]):not([type="radio"]):-moz-placeholder { color:#6D6D6D !important; opacity: 1.0; font-weight: 500; font-size: 16px; text-align:left; text-transform:none; }

    

    .joy-form.profil-form-personal-data .col-2 .form-item--zip,
    .joy-form.profil-form-personal-data .col-2 .form-item--last_name {
        margin-right: 20px !important;
    }
    /* Recommended coupons  */

    /* Search popup  */
    .header-search-form-popup {
        /* display: flex; */
    }

    .header-search-form-close {
        margin-left: auto;
        margin-right: 0;
    }

    .header-search-form-popup #searchform div {
        display: flex;
        max-width: 580px;
        margin-bottom: 40px;
        margin-top: 20px;
    }

    .header-search-form-popup .header-search-form {
        width: 80%;
    }

    .header-search-form-popup #searchform input:not([type="checkbox"]):not([type="radio"]) {
        border: 1px solid #ccc;
        color: #ccc;
        width: 100%;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        width: 100%;
    }

    .header-search-form-popup #searchform button, 
    .header-search-form-popup #searchform [type="button"], 
    .header-search-form-popup #searchform [type="reset"], 
    .header-search-form-popup #searchform [type="submit"] {
        border: 1px solid;
        border-color: #ccc;
        border-radius: 3px;
        background: transparent !important;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: 0;
    }


    /* Search popup  */

/* Coupon page  */

.coupon-profile-ad-bottom {
    padding-bottom: 30px;
}

.coupon-webshop-link {
    font-weight: bold;
}

.coupon-webshop-link img {
    margin-right: 12px;
}

.coupon-coupon-code {
 
}

.coupon-coupon-code span {
    font-weight: bold;
    color: #FF2E8A;
}

.coupon-coupon-code img {
    margin-right: 8px;
}

.coupon-page-redeem-dates {
    text-align: left;
    margin-left: 0;
}

.coupon-page-redeem-dates p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}


.barcode-text img {
   margin-right: 8px; 
}

.barcode-text-arrow {
    margin-left: 8px;
}

.barcode-text span {
    font-weight: normal;
    text-decoration: none ;
    font-size: 13px;
    line-height: 24px;
    color: #6D6D6D;
}


.barcode-text span.barcode-text-title {
    color: #FF2E8A;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
}

.barcode-image {
    display: none;
}

/* Coupon page  */


/* Favourite popup  */
.jn-favourite-popup,
.jn-favourite-remove-popup {
    display: flex;
    background: #FF2E8A;
    border: 1px solid #FF2E8A;
    color: #fff;
    box-sizing: border-box;
    border-radius: 200px;
    position:fixed;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -140px;
    top: auto;
    max-width: 350px;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 6;
}

.jn-favourite-popup.active,
.jn-favourite-remove-popup.active {
    bottom: 20px;
}

.jn-favourite-popup img,
.jn-favourite-remove-popup img {
    margin: 5px;
}

.jn-favourite-popup p,
.jn-favourite-remove-popup p {
    margin: 10px;
}

.jn-favourite-popup a,
.jn-favourite-remove-popup a {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
}
/* Favourite popup  */



#home-coupons .coupons-info a {
    margin-left: auto;
    margin-right: auto;
}














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

    /* #bottom-header-menu-row {
        display: none;
    } */

}

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

    #bottom-header-menu-row .centerPart {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 5px;
        text-align: center;
    }

}

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


    .header-logo-sponsor img {
        height: 25px !important;
        width: auto !important; 
    }

    .header-logo-sponsor:nth-child(2) img {
        height: 25px !important;
        width: 150px !important; 
    }

    #code_form_2 .col {
        width: 100%;
    }

    .header-logo-sponsors {
        margin-right: 0;
        margin-left: auto;
        order: 3;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .header-logo-sponsors .header-logo-sponsor {
        text-align: center;
    }

    .header-logo-sponsors .header-logo-sponsor:first-child {
        text-align: left;
        margin-left: 0 !important;
    }

    .header-logo-sponsors .header-logo-sponsor:last-child {
        text-align: right;
    }

    .code-form .col {
        margin-left: 0;
        margin-right: 0;
    }

    .top-header-menu {
        display: none;
    }
    

    #header-mobil-buttons {
        order: 1;
    }

    .header-logo-block {
        flex-direction: column;
        align-items: center;
        order: 2;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .header-logo-sponsor {
        margin-left: auto !important;
        margin-right: 0 !important;
        order: 3;
    }

    .header-logo-block .header-logo-joy  {
        flex-direction: column;
        align-items: center;
        width: 220px !important;
    }

    .header-logo-block .header-logo-joy a {
        justify-content: center;
    }
     
    #header-mobil-buttons-right {
        display: none !important;
    }


    #header-menu-row .col:nth-child(1) {
        flex-direction: row;
        align-items: center;
      }
    .jnpbh-main-left div p {
      font-size: 17px;
      line-height: 25px;
      
    }

    .home-recommended-coupons .owl-carousel::before {
       display: none;
    }
    .home-recommended-coupons .owl-carousel::after {
        display: none;
    }

    #header-menu-row .centerPart {
  
      margin-top: -17px !important;
      padding-top: 15px;
    }

    #bottom-header-menu-row .centerPart {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #bottom-header-menu-row #subscribe-box .centerPart #sib-form {
        flex-direction: column;
    }

    #bottom-header-menu-row #EMAIL,
    #bottom-header-menu-row #subscribe-box .sib-form-block {
        width: 100%;
        text-align: center !important;
    }

    #bottom-header-menu-row .sib-form-block__button {
        min-width: 280px;
        text-transform: none;
    }

    .care-block .centerPart {
        flex-wrap: wrap;
        justify-content: center;
    }

    .care-block-border {
        padding-left: 0;
        padding-right: 0;
    }


    .care-block .centerPart .col {
        width: 50%;
    
    }


    .reg-form .ur-field-item {
        width: calc(100%);
    }

    .coupon-type-block .centerPart .col a {
        display: block;
        width: 100%;
    }

    #mainPart.page-coupons--page
    {
        /* padding-top: 55px; */
        padding-top: 0px;
    }

    #couponFilters input[type="submit"] {
        width: 100%;
    }

    .hide-mobile {
        display: none !important;
    }

    .hide-desktop {
        display: block !important;
    }

    .coupon-buttons {
        flex-direction: column;
        display: none;
    }

    .coupon-buttons .buy-button,
    .coupon-buttons .coupon-like-button {
        width: 100% !important;
    }

    .coupon-buttons .buy-button {
        text-align: center;
    }

    .coupon-buttons .coupon-like-button span {
        margin-left: auto;
        margin-right: auto;
    }
    .coupon-info-block,
    .coupon-type-block .text {
        flex-direction: column;
    }

    .coupon-info-block .col,
    .coupon-type-block .centerPart .col {
        width: 100%;
        margin-bottom: 20px;
    }

    .button.webshop-button {
        display: none;
    }

    .ur-frontend-form {
        padding: 20px 0;
    }

    .coupon-page-info {
        margin-left: 0px;
    }

    .magazin-promo
    {
        -ms-flex-direction: column;
		flex-direction: column;
    }
        .magazin-promo .col
        {
            position: relative;
            width: 100%;
        }
            .magazin-promo-content
            {
                margin: 0 auto;
                padding: 40px 20px;
            }
        .magazin-promo .text-bg
        {
            bottom: 0;
            height: auto;
            left: 0;
            top: 580px;
        }

    .buy-coupon-options .centerPart
    {
        -webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
        -ms-flex-direction: column;
		flex-direction: column;
    }
        .buy-coupon-option
        {
            max-width: 460px;
            width: 100%;
        }


    header .centerPart {
        justify-content: center;
    }

    .header-menu-left {
        width: 100% !important;
    }

    .header-logo-joy {
        margin-bottom: 0 !important;
    }
    


    .header-logos {
        width: calc(100% - 170px) !important;
    }

    .header-menu-right {
        width: 130px !important;
        display: none !important;
    }

    #header-mobil {
        top: 60px;
        padding: 0 !important;

    }


    .header-logo-joy img {
        width: 220px !important;
    }

    .header-date {
        padding: 0px 8px;
        height: 20px;
        font-size: 12px;
    }

    .jnp-tag-border {
        margin-bottom: -10px;
    }


    .header-logo-sponsor img {
        width: 80px !important;
    }

    #header-mobil-buttons-right {
        display: flex;
    }

    #header-mobil-buttons {
        display: flex;
    }

    #header-menu-row {
        display: flex;
        padding: 0px;
        height: 56px;
        align-items: center;
        justify-content: space-between;
    }

    #menuButton span:first-of-type {
      top: 0;
    }

    #top-header-menu-row {
        display: none;
    }

    .header-menu-left ul,
    .header-menu-right ul {
        display: none;
    }


    .home-feature-list {
        padding: 50px 0 10px;
    }

    .jnpbh-main {
        margin-bottom: 0;
    }

    .jnpbh-main-left {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        margin-bottom: 50px;
    }

    .jnpbh-main-left h2 {
        text-align: center;
    }

    .jnpbh-main-logo {
      margin-top: -40px !important;
      margin-bottom: -40px !important;
    }

    .jnpbh-main-left h3 {
        margin-top: 50px;
        text-transform: none;
    }

    .jnpbh-main-left hr {
        display: none;
    }

    .jnpbh-main-left p strong {
        font-weight: 500;
    }

    .jnpbh-main-left img {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    
    .jnpbh-main-left>div:not(.jnpbh-date) {
        margin-left: -20px;
        padding-left: 20px;
        max-width: calc(100% - 90px);
    }

    .jnpbh-main-left .button-link {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .jnpbh-date {
        font-size: 20px;
        margin-left: auto;
        margin-right: auto;
        left: 0px;
        right: auto;
        top: 0px;

    }

    /* .jnpbh-mobile-img {
        left: auto;
        bottom: 50px;
        right: -70px;
    } */

    .jnpbh-main-img {
        position: relative !important;
        top: 0;
        right: 0;
        margin-bottom: -40px;
    }


    .timeline-row-wrap {
        width: 100vw;
        overflow-y:hidden;
        height: 240px;
    }

    .timeline-row-mask {
        width: 100vw;
        overflow:hidden;
        height: 220px;
        margin-top: 20px;
    }

    .timeline-row {
        /* min-width: 1140px; */
        min-width: 00px;
    }

    .timeline-row .timeline-item:last-child {
        margin-right: 40px;
    }


    .timeline-item__text {
        margin-top: 38px;
    }

    .timeline-row::after {
        width: 500px;
    }


    /* .timeline-block {
        padding-bottom: 10px;
    }

    .timeline-block.textAlignCenter {
        text-align: left;
        margin: 0 20px;
    } */

    /* .timeline-row {
        margin: 40px 0;
        flex-direction: column;
        height: 620px;
        
    }

    .timeline-row::after {
        height: 100%;
        width: 3px;
    }

    .timeline-item h2 {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 0;
        
    }

    .timeline-item {
        
        height: 100px;
        margin-left: 0;
        margin-right: 0;
    }

        .timeline-item::after {
            top: 0;
        }


    .timeline-item__top,
    .timeline-item__bottom {
        justify-content: center;
    }

    .timeline-item__top {
        align-items: flex-start;
    }
        
    .timeline-item__bottom {
        align-items: flex-end;

    }

    .timeline-item__nobubble {
        align-items: flex-end;
        justify-content: center;
        height: 60px;
    }

        .timeline-item__nobubble img {
            width: calc( 50% - 20px);
        }

        .timeline-item__nobubble.timeline-item__top {
            padding-top: 0;
        }

        .timeline-item__nobubble.timeline-item__bottom {
            padding-bottom: 0;
        }

    .timeline-item__today {
        margin: 20px auto;
        border-radius: 32px;
    }

    .timeline-item__double {
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        margin: 40px auto;
    }

    .timeline-item__double .bubble-top {
        width: calc( 50% - 20px);
    
    }

    .timeline-item__double .bubble-text {
        width: calc( 50% - 20px);
        margin-bottom: 0;
        font-size: 12px;
        line-height: 14px;
        padding: 5px 13px;
    }

    .bubble-bottom::after {
        transform: rotate(45deg);
        right: -2px;
        top: 0;
        bottom: 0;
        left: auto;
    }

    .bubble-top::after {
        left: -3px;
        right: auto;
        top: 0;
        bottom: 0;
    }

    .timeline-item__bottom {
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        height: 50px;
    }

    .timeline-item__bottom .bubble-bottom {
        width: calc( 50% - 20px);
    }

    .timeline-item__bottom .bubble-bottom::after {
        left: -3px;
        right: auto;
        top: 0;
        bottom: 0;
    }

    .timeline-item__bottom .timeline-item__text {
        width: calc( 50% - 20px);
        text-align: right;
        
    }

    .bubble {
        margin-top: 0;
    } */


    footer .centerPart {
        flex-direction: column;
        padding-top: 20px;
    }

    footer .centerPart .col:first-child {
        margin-top: 20px;
    }

    footer .centerPart .col {
        padding: 0 20px;
    }

    footer .centerPart .col:nth-child(2) {
        margin-top: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 0px;
        /* border-top: 1px solid #6D6D6D;
        border-bottom: 1px solid #6D6D6D; */
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px);
        border-right: 0;
    }

    #home-coupons,
    #coupon-list {
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
    }

    #home-coupons .coupons,
    #coupon-list  .coupons {
        /* display: block; */
        display: flex;
    }

    #home-coupons .owl-stage,
    #coupon-list .owl-stage{
        display: flex;
    }

    

    #home-coupons .coupons .coupon,
    #coupon-list  .coupons .coupon {
        /* width: 100%; */
        width: calc(50% - 10px);
        margin: 5px;
    }

    #home-coupons .coupons .coupon {
        display: none;
    }

    #home-coupons .coupons .coupon:nth-child(1),
    #home-coupons .coupons .coupon:nth-child(2),
    #home-coupons .coupons .coupon:nth-child(3),
    #home-coupons .coupons .coupon:nth-child(4) {
        display: block;
    }

    .coupon-main__header .coupon-discount {
        font-size: 25px;
        line-height: 28px;
    }

    .coupon-main .coupon-title {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 10px;
        
    }

    #home-coupons .coupons-info,
    #coupon-list .coupons-info {
        margin: 10px auto 0 auto;
        text-align: center;
    }

    .popup-submit-gift {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
       
    }
    
    #coupon-list .coupons {
        display: flex;
        flex-wrap: wrap;
        padding: 0 5px;
    }

    /* #coupon-list .coupons .coupon {
        width: 50%;
        padding: 10px;
    } */

    #home-coupons .owl-nav,
    #coupon-list .owl-nav {
        display: none;
    }

    #extra-coupons .owl-nav,
    #extra-coupons .owl-carousel .owl-dots {
        display: none;
    }

    /* #extra-coupons .spec-title, */
    #coupon-list  .spec-title {
        font-size: 24px;
        line-height: 30px;
        display: flex;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 0;
        
        /* margin-bottom: -60px; */
    }

    #coupon-list  .spec-title {
        margin-bottom: 30px;
        text-align: left;
    }

    /* #coupon-list p {
        display: none;
    } */

    .coupon-description {
        font-size: 12px;
    }

    #coupon-list .coupons {
        padding-top: 0px;
    }

    .jn-swipe-icon {
        display: block;
        margin-right: 0;
        margin-left: auto;
    }

    .page-coupons-main-support {
        /* display: flex; */
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: calc(100% - 40px);
        padding-left: 0;
        padding-right: 0;
        
    }

    .page-coupons-main-support img {
        max-width: 180px;
        margin: 0;
    }

    .jn-settings {
        display: block;
        
    }

    .list-results-mobile {
        background: #FCE1EC;
        /* display: flex; */
        justify-content: space-between;
        align-items: center;
        padding: 20px;
    }

    .list-results-mobile div {
        text-align: left;
        max-width: 250px;
    }

    .list-results {
        display: none;
    }

    /* .coupon-filters-container {
        background: #FFF7F7;
    } */

    #couponFilters {
        flex-direction: column;
        padding-top: 10px;
        width: 100%;
    }
    .coupon-filters-container {
        display: none;
    }

    .coupon-filter-cat, 
    .coupon-filter-brand, 
    .couponFilterTyped-box {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .removedCouponParent {
        display: none;
    }

    /* coupon page  */

    

    .page-coupon--page .centerPart-bigger {
        display: flex;
        flex-direction: column;
    }

    .page-coupon--page .centerPart-bigger .col {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .page-coupon--page .centerPart-bigger .col:last-child {
      width: 100% !important;
    }

    .page-coupon--title .header-mid-title {
        text-align: center;
        font-size: 24px;
        line-height: 29px;
    }

    .page-coupon--page .coupon-like-button {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 30px;
    }


    .kuponom-signup-form .centerPart,
    .kuponom-signup-form-2 .centerPart,
    .kuponom-signup-form-3  .centerPart{
        flex-direction: column;
    }

    .kuponom-signup-form-3  .centerPart .col{
        width: 100%;

    }

    .kuponom-signup-form .jnpbh-main-left p {
        margin-left: auto;
        margin-right: auto;
    }

    .jn-gift-popup {
        margin-top: 100px;
    }

    .jn-gift-popup h2 {
        font-size: 28px;
    }

    .home-recommended-coupons {
        background-color: #F3F3F3;
    }

    .jnp-footer-logo {
        max-width: 200px;
    }

    footer li {
        padding: 8px 0;
    }

}
        
@media screen and (max-width: 840px)
{
    .welcome-text { padding: 40px 20px }
        .welcome-text h2 
        {
            font-size: 22px;
            line-height: 1.4em;
            margin: 0;
        }

    #support-coupons .coupons-mm break { display: none; }

    .plaza-logos img
    {
        max-height: 80px;
        max-width: 160px;
    }

    .choosen-plaza-info .centerPart { font-size: 20px; }

    .plaza-coupons-infos .flexBox
    {
        -webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
        -ms-flex-direction: column;
		flex-direction: column;
        text-align: center;
    }
        .plaza-coupons-infos .col
        {
            max-width: 480px;
            width: 100%;
        }
}
@media screen and (max-width: 768px)
{
    #openBlock { padding: 20px 0 0; }

    .header-mid .centerPart 
    { 
        height: auto; 
        padding: 20px;
    }
		.header-mid .centerPart h3 { margin-bottom: 5px; }

        .header-mid-title { font-size: 28px; }

    .magazin-promo { display: block; }

    .home-feature-list-item 
    { 
        margin: 0 5% 40px; 
        width: 40%;
    }
        .home-feature-list-item img { width: 100% }

        .home-feature-list-item p, 
        .home-special-brand p { font-size: 20px; }

    
}

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

    /* .jn-popup {
        overflow-y: auto;
    } */

    .home-special-brands .centerPart
    {
        -webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
        -ms-flex-direction: column;
		flex-direction: column;
    }
        .home-special-brand
        {
            margin: 0 0 40px;
            max-width: 460px;
            width: 100%;
        }

    
    .buttonStyle-large
    {
        font-size: 13px;
        padding: 10px 30px;
        
    }

    /* .header-logo-sponsors {
        flex-direction: column;
        width: 77px;
    } */
    
    .header-logo-sponsors .header-logo {
        margin: 0;
        text-align: right;
    }
    
    .header-logo-sponsors .header-logo img {
        margin: 0 0 0 auto;
    }
    
    .header-logo-sponsors .header-logo span  {
        display: none;
    }

    .header-logo-sponsor-2 {
        margin-top: -10px !important;
        width: 77px;
    }

    .header-logo-sponsor-2 img { 
        height: 40px;
        width: auto !important;
    }
   
}