html, body {
    max-width: 1920px;
    margin: 0 auto;
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat", sans-serif !important;
    
}

.two-column-content img {max-width: 100%;}

a, a:visited, a:hover, a:active {
    text-decoration: none !important
}

#blury-background {
   position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  
  /* Biztosítjuk, hogy minden más felett jelenjen meg */
  z-index: 9999;
  
  /* Elmossa a mögötte lévő elemeket */
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px); /* Safari támogatás miatt */
  
  /* LÉNYEGES VÁLTOZÁS: Sötétített, áttetsző fekete réteg */
  background-color: rgba(0, 0, 0, 0.5); /* 50%-os átlátszóságú fekete */
}

.information-list-body .information img,
.information-page-body .information img {
    max-width: 100% !important;
}

.information-page-body .information__fulltext.information__item img {
    border-radius: 16px;
}

.scroll-top-button {
    display: none !important;
}

.main-container {
    max-width: 1440px;
    padding: 0 36px;
}


.header .container {
    max-width: 1372px;
}

.header {
    display: flex;
    flex-direction: column-reverse;
    background-color: #590638;
    border-radius: 0 0 32px 32px
}
.checkout-app-container .header {
    /*display: none;*/
    display: block;
    background-color: transparent !important;
}

.checkout-app-container {
    min-height: 100vh;
}

.header-quantity-box {
    background-color: #f1cd00;
    color: #3d0128;
    top: 11px;
    right: 5px;
    font-weight: 600;
}

.header-quantity-box.header-login-quantity-box {
    display: none !important;
}

.checkout-app-container .column.logo, .checkout-app-container .column.information {
    display: none !important
}

.checkout-app-container {
    background-color: #F8F8F8;
    color: #3D0128 !important
}

.checkout-app-left {
    background-color: #F8F8F8 !important;
}

.checkout-app-right {
    background-color: #eee !important;
}

.checkout-app-container input {
    border: 1px solid #3D0128CC !important;
    border-radius: 8px !important;
    background-color: #fff !important;
    outline: 0 !important;
}

.checkout-app-container input[type="checkbox"] {
    border-radius: 4px !important;
}

.progress-bar-2.progress-indicator .progress-indicator-line:after {
    background-color: #e3e3e3 !important;
    color: #333;
    width: 32px !important;
    height: 32px !important;
    top: -17px !important;
    border: 2px solid #e3e3e3 !important;
    content: '' !important;
}

.progress-bar-2.progress-indicator .progress-indicator-item-current .progress-indicator-line:after {
    background-color: #3D0128 !important;
    color: #fff;
    width: 32px !important;
    height: 32px !important;
    top: -17px !important;
    border: 2px solid #3d0128 !important
}

.progress-bar-2.progress-indicator .progress-indicator-line:before {
    background: #e3e3e3 !important;
}

.progress-indicator--label.progress-indicator-label {
    color: #3D0128 !important;
    margin-top: 20px !important;
}

.progress-indicator--item.progress-indicator-item .progress-indicator--line::after {
    font-size: 18px !important;
    color: #222 !important;
    text-align: center !important;
    line-height: 28px !important;    
}

.progress-indicator--item.progress-indicator-item.progress-indicator--item_current .progress-indicator--line::after {
    color: #fff !important;
}

.progress-indicator--item.progress-indicator-item:nth-child(1) .progress-indicator--line::after {
    content: '1' !important
}

.progress-indicator--item.progress-indicator-item:nth-child(2) .progress-indicator--line::after {
    content: '2' !important
}

.progress-indicator--item.progress-indicator-item:nth-child(3) .progress-indicator--line::after {
    content: '3' !important
}

.progress-indicator--item.progress-indicator-item:nth-child(4) .progress-indicator--line::after {
    content: '4' !important
}

#user-informations {
    padding: 20px;
    border-radius: 16px;
    background-color: #fff;
    margin-top: 16px;
}

.checkout-app-container button {
    background-color: #F2CD00 !important;
    color: #3D0128 !important;
    border-radius: 100px !important;
    font-size: 16px;
    padding:12px 24px !important;
    font-weight: 700 !important;
    display: inline-block;
    border: 0 !important;
    cursor: pointer;
    height: unset !important;
}

.checkout-app-container button:hover {
    background-color: #3D0128 !important;
    color: #F2CD00 !important;
}

.checkout-app-right .sidebar-header {
    align-items: center;
}

.user-auth-header {
    align-items: center !important;
}

.checkout-app-container input.ac-test-coupon-input {
    background-color: transparent !important;
}

#wherecanwefindyou, .checkout-app-container .sr-custom-checkbox-label, #sidebarHeader, .summary-pay-wrapper.summary-bottom-box, .sr-coupon-input .sr-coupon-title, .total.total-title, .total.ac-test-total  {
    color:#3D0128 !important;
}

.total.total-title, .sr-coupon-title, .total.ac-test-total {
    font-size: 16px;
}

.total-row.total-sum {
    font-size: 16px;
}

.shipping-method, .payment-method {
    background-color: #fff;
    border-radius: 16px;
    padding: 20px;
}

.payment-summary-billing-box {
    background-color: #fff;
    border-radius: 0 0 16px 16px;
    padding: 20px;
}

.shipping-summary #accordion .row:not(.checkout-input-row),
#accordion .row {
    border: 0 !important;
    outline: 0;
    background-color: #F4F0F2;
    border-radius: 16px !important;
    overflow: hidden !important;
}

.shipping-method .radio-wrapper,
.payment-method .radio-wrapper {
    background-color: transparent !important;
}

.checkout-app-container .sr-radio-input {
    width: 24px !important;
    height: 24px !important;
    border-radius: 100px !important;
}

.checkout-accordion-item .sr-radio-entry .sr-radio-input:before {
    left: 3px !important;
    top: 3px !important;
}

.checkout-app-container .panel-heading {
    outline: 0 !important;
}

.shipping-method .panel-body,
.payment-method .panel-body {
    border-radius: 0 0 16px 16px;
    color: #3D0128
}

.accordion-data-title {
    margin-bottom: 0;
}

.sr-radio-entry .sr-radio-input:before {
    width: 16px !important;
    height: 16px !important;
}

.shipping-method *,
.payment-method * {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.checkout-accordion-item {
    opacity: 1 !important;
}

.checkout-app-container input[type="checkbox"], .shipping-summary #accordion .sr-radio-entry input[type=radio] {
    background-color: #3D012840 !important;
    /*background: #3D012840 !important;*/
}

.checkout-app-confirmation-col {
    margin-top: 30px;
    border-radius: 16px;
    background-color: #fff;
    padding: 30px !important;
    margin-bottom: 30px ;
}

.checkout-app-confirmation-col .header {
    display: none !important
}

.page-summary-container-title h3 {
    color: #3D0128
}

.page-summary-container .page-summary .page-summary-content {
    border: 0 !important;
    border-radius: 16px !important;
    background-color: #F4F0F2 !important;
}

/*.page-summary-container .page-summary .page-summary-content * {
    color:#3D0128 !important;
}*/

.cart-items * {
    color:#494949 !important;
}

.page-summary-title h4::before {
    display: none !important;
    font-weight: 600 !important;
    color:#3D0128 !important;
    font-size: 14px !important;
}

.page-summary-container-title h3 {
    color: #3D0128 !important;
    font-weight: 600 !important;
}

.summary-row-order-list .row-label {
    display: none !important
}

.summary-row-order-comment #comment {
    border: 1px solid #3D0128CC !important;
    border-radius: 8px !important;
    background-color: #fff !important;
    outline: 0 !important;
}

.checkout-app-confirmation.checkout-app .summary-bottom-box {
    max-width: 100% !important;
}

.checkout-app-confirmation.checkout-app .btn-order.btn {
    width: auto !important;
}

.page-summary-content *:not(button) {
    color: #3D0128 !important;
}

body[data-test-id="checkout"] {
    min-height: 100% !important;
    height: auto !important;
}

.header-top {
    background-color: #590638;
    border-radius: 0 0 32px 32px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto !important;
}

.header-top__contact-wrapper a {
    display: flex;
    align-items: center;
}

.header-middle {
    border-radius: 0 0 24px 24px;
    background-color: #3D0128;
    height: 66px;
}

.header-menu {
    margin-right: 15px;
    margin-top: 5px
}

.header-menu ul {
    display: flex;
    align-items: center;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.header-menu ul a {
    display: block;
    color: #fff !important;
    padding: 6px 19.5px;
    font-weight: 600;
    font-size: 16px;
    
}

.tn-btn {
    background-color: #F2CD00 !important;
    color: #3D0128 !important;
    border-radius: 100px;
    font-size: 12px;
    padding:9px 12px;
    font-weight: 700;
    display: inline-block;
    border: 0 !important;
    cursor: pointer;
}

.tn-btn:hover {
    background-color: #3D0128 !important;
    color: #F2CD00 !important;
}

.tn-btn.inverted {
    background-color: #3D0128 !important;
    color: #F2CD00 !important;
}

.tn-btn.inverted:hover {
    background-color: #F2CD00 !important;
    color: #3D0128 !important;
}

.header-middle-center {
    display: flex;
    align-items: center;
    flex: auto;
    justify-content: flex-end;
    margin-right: 0;
}

#header-middle-login:hover .header-middle-right-box-user-icon-link, .cart-dropdown:hover .cart-dropdown-toggle, .wishlist-dropdown:hover {
    background-color: transparent !important;
    
}

.header-cart-icon {
    border: 0;
    outline: 0;
}

.header-navbar-top-right-search {
    border-radius: 8px;
    border: 1px solid #fff;
    background-color: #FFFFFF1A;
    height: 32px;
    width: 345px
}

.header .search-module__input {
    background-color: transparent;
    padding: 12px 12px 12px 21px;
    color: #fff;
    height: 32px;
    border-bottom: 0 !important;
    width: 345px;
    font-size: 16px
}

.header .search-module__input::placeholder {
    color: #FFFFFF80;
}

.search-button-append svg {
    color: #fff;
    width: 13px;
}

.search-button-append button {
    padding: 10px;
}

.cart-dropdown-toggle, .header-middle-right-box, .header-middle-wishlist-module {
    width: 24px;
    margin-left: 13px;
}

.header-top__contact {
    font-size: 14px !important;
    margin-right: 19px;
}

.header-top__contact img {
    margin-right: 8px
}

.header.full-width-ux .container {
    max-width: 100%;
    padding-left: 37px;
    padding-right: 37px;
}

.header .dropdown-hover-menu {
    background-color: #3D0128;
    border-radius: 8px;
}

.header .dropdown-hover-menu a {
    color: #fff !important
}

.header .dropdown-hover-menu a:hover {
    color:#F2CD00 !important
}

#results {
    background-color: #fff;
    color: #3D0128;
    border-radius: 16px
}

#results * {
        color: #3D0128;
}

#results .dropdown-header {
    color: #3D012880;
    text-transform: uppercase;
    padding: 10px;
}

#results .header-dropdown-item {
    display: flex;
    align-items: center;
}

#results .dropdown-item {
    padding:0 10px;
}

#section-bannerslider {
    position: relative;
    padding: 40px 36px;
    max-width: 1440px;
    margin: 0 auto;
}

    #section-bannerslider.full-width-ux {
    max-width: 100%
}

#section-bannerslider .banner-item__image {
    width: 100%;
    border-radius: 16px !important;
    max-width: 1368px !important;
}

#section-bannerslider 
.slick-dots {
    position: absolute;
    right: 182px;
    bottom: 34px;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}   

#section-bannerslider 
.slick-dots li button {
    width: 100px;
    height: 4px;
    border-radius:100px;
    background-color: #FFFFFF33;
    margin-left: 5px;
    border: 0;
    outline: 0;
    font-size: 0;
}

#section-bannerslider 
.slick-dots li.slick-active button {
    background-color: #fff;
}

#section-bannerslider .slick-arrow{
    width: 1px;
    height: 1px;
    opacity: 0;
}

#fake-banner-arrows {
    border: 1px solid #fff;
    border-radius: 100px;
    width: 120px;
    height: 56px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 28px;
    right: 194px;
    transform: translateX(100%);
}

.fake-banner-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    cursor: pointer;
    height: 100%;
}

.fake-banner-arrow-left {
    padding-left: 16px;
}

.fake-banner-arrow-right {
    padding-right: 16px;
}

.banner-item__content {
    width: 600px !important;
    left: 32px !important;
    text-align: left !important;
}

#UXControlPanel {
    position: fixed;
    z-index: 99999999999;
    bottom: 10px;
    left: 10px;
    padding: 10px;
    background-color: #bdbdbdff;
    opacity: 0.8
}

#UXControlPanel button {
    margin: 0 5px;
}

.banner-item__content {
    bottom: 36px !important;
}

.banner-item__title {
    line-height: 64px !important;
    font-weight: 600 !important;
    font-size: 56px !important;
    margin-bottom: 0 !important;
}

.banner-item__button-btn {
    font-size: 16px !important;
    padding: 11px 15px;
}

.banner-item__subtitle {
    font-size: 16px !important;
    margin-bottom: -5px
}

#ajandek-kereso-modul-wrapper {
    max-width:1440px;
    margin: 0 auto;
    padding: 47px 36px 36px;    
    color: #fff;
}

#ajandek-kereso-modul-wrapper.full-width-ux {
    max-width: 100%;
}

#ajandek-kereso-modul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #590638;
    border-radius: 16px;
    padding: 25px 22px 25px 36px;
}

#ajandek-kereso-modul h3 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 42px;
}

.home-body #ajandek-kereso-modul .left {
    width: 60%;
}

#ajandek-kereso-modul .left img {
    max-width: 100%;
}

.home-body #ajandek-kereso-modul .right {
    width: 30.5%;
}

#reszletes_kereso_cim {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 5px;
    text-align: center;
    /* color: #ffffff;*/
    color: #3d0128; 
}

#reszletes_kereso_select_button {
    padding: 0px;
    /*  display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap; */
}

#reszletes_kereso_select {
    /* display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: wrap */
}

#reszletes_kereso_button {
    text-align: center;
    padding: 8px 24px;
    background-color: #f2cd00;
    color: #3d0128;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    border: 1px solid #3d0128;
    margin-top: 3px
}

#reszletes_kereso_button:hover {
    background-color: #fff;
    color: #3d0128;
}

.reszletes_kereso_select_item {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.reszletes_kereso_select_list {
    display: none;
    padding: 0;
    padding-top: 20px;
    background-color: #6A1F4C;
    color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50px;
    z-index: 99999999;

    border: 1px solid #951F6A !important;
    overflow: hidden;
    max-height: 50vh;
    overflow: auto;
}

.reszletes_kereso_select_list.active {
    display: block;
    border-top: 0;
    border-radius: 8px
}

.reszletes_kereso_select_cim {
    position: relative;
    padding: 13px;
    border: 1px solid #FFFFFFCC;
    cursor: pointer;
    background-color: #6A1F4C;
    color: #FFFFFF80;
    border-radius: 8px;
    width: 400px;
    height: 48px;
    max-width: 100%;
}

.reszletes_kereso_select_cim::before {
    content: '';
    position: absolute;
    top: 47%;
    right: 12px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 8px;
    height: 8px;
}

.reszletes_kereso_select_list_item {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 5px 15px;
}

.reszletes_kereso_select_list_item:hover {
    background-color: #f2cd00;
    color: #3d0128;
}

.reszletes_kereso_select_list_item_checkbox_wrapper {
    width: 30px;
    height: 30px;
    border: 1px solid #3d0128;
    margin-right: 15px;
    position: relative;
    display: none;

}

.reszletes_kereso_select_list_item .reszletes_kereso_pszeudo_checkbox {
    position: absolute;
    transform: rotate(45deg);
    width: 10px;
    height: 20px;
    border-right: 2px solid #f2cd00;
    border-bottom: 2px solid #f2cd00;
    display: none;
    left: 10px;
}

.reszletes_kereso_select_list_item.active .reszletes_kereso_select_list_item_checkbox_wrapper {
    background-color: #3d0128
}

.reszletes_kereso_select_list_item.active .reszletes_kereso_pszeudo_checkbox {
    display: block;
}

.reszletes_kereso_select_cim_pre {
    padding-bottom: 10px;
    font-weight: 300;
    font-size: 18px;
    /*color: #ffffff;*/
    color: #3d0128;
    
}

#reszletes_kereses_eredmenye {
    color: #333;
    margin-bottom: 100px;
}

.product-module .product-snapshot-vertical:not(.slick-slider) .product-snapshot {
    width: 324px;
    max-width: 324px;
   
}

.product-module .product-snapshot-vertical:not(.slick-slider) {
    column-gap: 0;
    row-gap: 0;
}

#bestseller {
    max-width: 1440px;
    padding: 0 36px;
    margin-top: 40px;
}

.product-snapshot-vertical {
    justify-content: space-between;
}

.product-card-image__link {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.card-number-of-programs {
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 100px;
    border: 1px solid #f8f8f8;
    background-color: #00000033;
    color: #fff;
    min-width: 128px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
    padding: 0 10px;
}

.product-card__title-link {
    color: #494949;
    font-weight: 600;
    font-size: 18px;
}

.product-price {
    font-weight: 600;
    font-size: 24px;
    color: #202020
}

/* .button-add-to-cart {
    background-color: #3D0128;
    color: #fff;
    border-radius: 100px;
    height: 48px;
    line-height: 48px;
} */

.product-card__footer {
    opacity: 0.3;
    filter: grayscale(1);
    pointer-events: none;
    display: none !important
}

.custom-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.custom-card-footer > * {
    width: 0;
    height: 0
}

.custom-card-footer > * {
    width: 138px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-card-footer-qty-setter {
     width: 138px !important;
     height: 48px !important;
     opacity: 1 !important;
     display: flex;
     align-items: center;
     justify-content: center;
     border: 1px solid #3D0128CC !important;
     border-radius: 8px;
}

.custom-card-footer-qty-setter > * {
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%

}

.qty-setter-minus, .qty-setter-plus {
    position: relative;
    cursor: pointer;
}

.qty-setter-minus::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 1px;
    background-color: #3D0128;
}

.qty-setter-plus::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 1px;
    background-color: #3D0128;
}

.qty-setter-plus::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 10px;
    background-color: #3D0128;
}

.tn-add-to-cart {
    width: 138px;
    height: 48px;
    background-color: #3D0128;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 48px;
    border-radius: 100px;
    cursor: pointer;
}

.tn-details {
    width: 138px;
    height: 48px;
    background-color:#6868681A;
    font-weight: 700;
    font-size: 16px;
    color: #3D0128;
    text-align: center;
    line-height: 48px;
    border-radius: 100px;
    cursor: pointer;
}

.cart-list.dropdown-hover-menu.cart-dropdown {
    display: none !important
}

.module-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.module-head  {
    margin-bottom: 40px;
}

.module-head h3 {
    color: #3D0128;
    font-weight: 600;
    margin-bottom: 0 !important;
    font-size: 40px !important; 
}

.module-head-check-all {
     display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    color:#3D0128;
    padding-right: 20px;
    cursor: pointer;
}

.module-head-check-all img {
    margin-left: 10px;
}

.product-snapshot.list_div_item {
    padding-bottom: 5px;
}

#bestseller .slick-prev, #bestseller .slick-next, #featured .slick-prev, #featured .slick-next {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #3D0128;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 35%;
}

#bestseller .slick-prev, #featured .slick-prev {
    left: -12px;
}

#bestseller .slick-next, #featured .slick-next {
    right: -12px;
}

#bestseller .slick-prev img,
#featured .slick-prev img {
    transform: rotate(180deg);
}

#bestseller .slick-prev::before, #bestseller .slick-next::before,
#featured .slick-prev::before, #featured .slick-next::before {
    display: none;
}

.card__body.product-card__body {
    padding: 0 16px;
}

.product-card-image {
    margin-bottom: 3px;
}

.kickerimage__title {
    position: absolute;
    top: 28px;
    left: 21px;
    color: #fff !important;
    font-weight: 600;
    font-size: 40px;
    text-decoration: none !important;
}

.kickerimage-button {
    position: absolute;
    bottom: 47px;
    left: 22px;
    font-weight: 700;
    font-size: 16px;
    padding: 13px 15px !important;
}

.kickerimage__image {
    border-radius: 16px;
}

.kickerimage-module {
    margin-top: 100px;
}

.kickerimage-module .module-body {
    max-width: 1440px;
    padding: 0 36px;
}

#latest {
    max-width: 1440px;
    padding: 0 34px;
}

.category-offer {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 36px;
    margin-top: 55px;
}

.category-offers-list {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.category-offers-list li {
    width: 208px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.category-offers-list li img {
    border-radius: 16px;
    max-width: 100%;
}

.category-offers-list li .offer-list-elem-title {
    position: absolute;
    bottom: 24px;
    left: 25px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.category-offer .slick-prev, .category-offer .slick-next {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #3D0128;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
}

.category-offer .slick-prev {
    left: -12px;
}

.category-offer .slick-next {
    right: -12px;
}

.category-offer .slick-prev img, .category-offer .slick-next img,
#manufactureroffer .slick-prev img, #manufactureroffer .slick-next img, #bestseller .slick-prev img, #bestseller .slick-next img, #featured .slick-prev img, #featured .slick-next img, #package-extra-slider .slick-prev img, #package-extra-slider .slick-next img {
    width: 56.85%;
}

.category-offer .slick-prev img {
    transform: rotate(180deg);
}

.category-offer .slick-prev::before, .category-offer .slick-next::before {
    display: none;
}

#featured {
    max-width: 1440px;
    padding: 0 34px
}

#trustindex-mainpage-wrapper {
    max-width: 1440px;
    padding: 0 36px;
    margin: 0 auto
}

#trustindex-mainpage {
    padding: 125px 40px 20px;
    margin: -100px auto 0;
    background-color: #EBE3E7;
    border-radius: 0 0 32px 32px;
}

#trustindex-mainpage .module-head {
    margin-bottom: 20px;
}

#trust-index-fake-arrows {
    width: 88px;
    height: 40px;
    display: flex;
    align-items: center;
    background-color: #3D0128;
    border-radius: 100px;
}

#trust-index-fake-arrows > * {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    cursor: pointer;
    height: 100%;
}

#trust-index-fake-arrows > *:nth-child(1) {padding-left: 10px;}
#trust-index-fake-arrows > *:nth-child(2) {padding-right: 10px;}

#trust-index-fake-arrows > *:nth-child(1) img {
    transform: rotate(180deg);
}

#trustindex-mainpage .ti-prev,
#trustindex-mainpage .ti-next {
    width: 1px;
    height: 1px;
    opacity: 0;
}

#trustindex-mainpage  .ti-footer {
    text-align: left;
}

#trustindex-mainpage .ti-inner {
    display: flex !important;
    flex-direction: column;
}

#trustindex-mainpage .ti-stars {
    order: 1;
}

#trustindex-mainpage .ti-review-text-container.ti-review-content {
    order: 2;
    color: #494949;
    margin: 4px 0;
    font-weight: 400;
}

#trustindex-mainpage .ti-review-header {
    order: 4;
}

#trustindex-mainpage .ti-with-tooltip img {
    display: none !important;
}

#trustindex-mainpage .ti-read-more {
   order: 3;
   margin-bottom: 10px;
}

#trustindex-mainpage .ti-reviews-container-wrapper {
    margin: 0 !important;
}

#trustindex-mainpage .ti-reviews-container {
    margin: 0 -10px;
}

#module_manufactureroffer_wrapper {
    max-width: 1440px;
    padding: 0 36px;
    margin: 0 auto
}

#manufactureroffer {
    margin: 100px 0;
    width: 100%;
    max-width: 100%;
}

.manufactureroffer-card__link img {
    margin: 0 auto;
}

#manufactureroffer .module-head {
    width: 100%;
    justify-content: center;
}

#manufactureroffer .module-head-title {
    font-weight: 600;
    font-size: 32px !important;
    text-align: center;
}

#manufactureroffer .slick-prev, #manufactureroffer .slick-next,
#package-extra-slider .slick-prev, #package-extra-slider .slick-next {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #3D0128;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
}

#manufactureroffer .slick-prev,
#package-extra-slider .slick-prev {
    left: -12px;
}

#manufactureroffer .slick-next ,
#package-extra-slider .slick-next {
    right: -12px;
}

#manufactureroffer .slick-prev img,
#package-extra-slider .slick-prev img {
    transform: rotate(180deg);
}

#manufactureroffer .slick-prev::before, #manufactureroffer .slick-next::before,
#package-extra-slider .slick-prev::before, #package-extra-slider .slick-next::before {
    display: none;
}

#subscription-module {
    max-width: 1440px;
    padding: 44px 36px 60px;
    margin: 0 auto;
}

#newsletter_subscribe {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 0;
}

#newsletter_subscribe .module-head {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 33.33%;
    padding-right: 15px;
    margin-bottom: 0;
}

#newsletter_subscribe .module-body {
    width: 66.66%;
    padding-left: 8px;
}

#newsletter_subscribe .subscribe-box {
    flex-direction: row;
    
}

#subscription-module-wrapper {
    background-color: #590638;
    border-radius: 32px 32px 0 0;
    color: #fff;
    margin-top: 50px;
}

#subscription-module .module-head h3 {
    color: #fff;
    font-weight: 600;
    font-size: 24px !important;
}

#subscription-module .newsletter-pretext {
    font-weight: 400;
    font-size: 14px;
    margin-top: 15px;
    line-height: 1.3;
}

#newsletter-emailsubscribe input {
    position: relative;
    padding: 13px;
    border: 1px solid #FFFFFFCC;
    cursor: pointer;
    background-color: #6A1F4C;
    color: #FFFFFF80;
   
}

#newsletter-emailsubscribe input::placeholder {
    opacity: 0 !important;
}

#newsletter-emailsubscribe input[type="text"],
#newsletter-emailsubscribe input[type="email"] {
    width: 360px;
    height: 48px;
    border-radius: 8px;
    box-shadow: none !important;
}

#newsletter-emailsubscribe input[type="checkbox"] {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    padding: 0;
}

#newsletter-emailsubscribe .subscribe-policy__label.form-check-label {
    font-weight: 400;
    font-size: 14px;
    width: 710px;
}

#newsletter-emailsubscribe .subscription-label {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding-left: 16px;
}

#newsletter-emailsubscribe .subscribe-policy .form-check {
    align-items: flex-start;
}

#newsletter-emailsubscribe .subscribe-box__item {
    margin-right: 12px;
}

#subscription-module-wrapper .subscribe-button {
    margin-top: 0;
    align-self: flex-end;
}

#subscription-module-wrapper .subscribe-button .btn {
    font-size: 16px;
    padding: 12px 16px;
}

footer {
    background-color: #3D0128;
    border-radius: 32px 32px 0 0;
    margin-top: -35px !important;
    border-top: 0 !important;
    padding-top: 42px !important;
    padding-bottom: 5px;
}

footer * {
    color: #fff;
}

footer > .container {
    max-width: 1440px;
    padding: 0 36px;
}

.footer-main-logo {
    margin-bottom: 40px;
}

.footer-col-sub-title {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 12px;
}

.footer-ugyfelszolgalat {
    margin-bottom: 42px;
}

.footer-ugyfelszolgalat-row {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}

.footer-ugyfelszolgalat-row img {
    width: 24px;
    margin-right: 16px;
}

.footer-social-row {
    display: flex;
    align-items: center;
}

.footer-social-row a {
    margin-right: 16px;
}

#customcontent10, #customcontent6 {
    padding-top: 97px;
}

#customcontent10 ul, #customcontent6 ul {
    list-style: none;
    padding-left: 0;
}

#customcontent10 ul li, #customcontent6 ul li {
    margin-bottom: 32px;
}

#customcontent10 ul a, #customcontent6 ul a {
    font-weight: 600;
    font-size: 16px;
}

.footer-logos-divider {
    background-color: #FFFFFF40;
    height: 1px;
    width: 100%;
    margin: 10px 0;
}

#customcontent2 img {
    margin: 4px;
}

.footer-copyright {
    font-size: 14px;
    font-weight: 400;
}

#spanshot_vertical {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#spanshot_vertical .product-snapshot {
    max-width: 324px;
}

.information-page-body .column-content,
.information-list-body .column-content {
    width: 100% !important;
}

/*.information-page-body .container {
    max-width: 1440px;
    padding: 0;
}*/


.ajandekkereso-subpage #reszletes_kereso_select_button,
.ajandekkereso-subpage #reszletes_kereso_select
{
    display: flex;
    align-items: center;
}

.ajandekkereso-subpage #reszletes_kereso_button {
    margin-top: 0
}

.ajandekkereso-subpage .reszletes_kereso_select_item {
    margin-bottom: 0;
    margin-right: 16px;
}

.ajandekkereso-subpage #ajandek-kereso-modul h3 {
    font-size: 32px;
    margin-bottom: 0;
}

.ajandekkereso-subpage#ajandek-kereso-modul-wrapper {
    padding-left: 0;
    padding-right: 0;
}

.ajandekkereso-subpage #ajandek-kereso-modul {
    padding-left: 22px;
}

.ajandekkereso-subpage-results-title {
    padding-left: 14px;
    font-size: 24px;
    font-weight: 600;
    padding-top: 8px;
}

.control-line {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    outline: 1px solid red;
    width: 1370px;
    z-index: 999999999999;
    pointer-events: none;
}

#body.informationid_99 .page-head {
    display: none;
}

#reszletes_kereses_eredmenye .product-snapshot.list_div_item {
     margin-right: 7px;
    margin-left: 7px;
}

/*#reszletes_kereses_eredmenye .product-snapshot.list_div_item:nth-child(4n) {
    margin-right: 0;
}*/

.product-page-top-container {
    max-width: 1440px;
    padding: 30px 36px 0;
}

.product-page-product-name {
    color: #3D0128;
    font-size: 32px;
    font-weight: 600;
}

.product-parameters {
    font-size: 16px;
    font-weight: 400;
    color: #494949;
}

.product-parameters * {
    color: #494949;
}

.product-parameters strong {
    color: #3D0128;
}

.product-advantages {
    background-color: #EEEEEE;
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 4px;
}

.product-advantages > * {
    width: 50%;
}

.product-advantage-item {
    display: flex;
    align-items: center;
    padding: 12px;
}

.product-advantage-item img {
    margin-right: 15px;
}

.product-advantage-item span {
    color: #3D0128;
    font-weight: 600;
    font-size: 16px;
}

#product-image .slick-prev,
#product-image .slick-next  {
    opacity: 0;
    width: 1px;
}

.product-image__thumbs {
    display: none !important;
}

.product-image__main-wrapper img{
    border-radius: 16px;
}

.product-image__main-wrapper .slick-dots button {
    width: 100px;
    height: 4px;
    border-radius: 100px;
    background-color: #3D012840;
    margin-left: 5px;
    border: 0;
    outline: 0;
    font-size: 0;    
}

.product-image__main-wrapper .slick-dots .slick-active button {
    background-color: #3D0128;
}

.product-image__main-wrapper .slick-dots {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: flex-start;
    margin:  60px 0 0;
}

#product-images-slider-fake-arrows {
    width: 88px;
    height: 40px;
    display: flex;
    align-items: center;
    background-color: #3D0128;
    border-radius: 100px;
    margin-left: auto;
    margin-top: -40px;
    position: relative;
    z-index: 99;
}

#product-images-slider-fake-arrows > * {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    cursor: pointer;
    height: 100%;
}

#product-images-slider-fake-arrows > *:nth-child(1) {padding-left: 10px;}
#product-images-slider-fake-arrows > *:nth-child(2) {padding-right: 10px;}

#product-images-slider-fake-arrows > *:nth-child(1) img {
    transform: rotate(180deg);
}

.product-page-right .product-page-right-box.product-page-price,
.product-page-right .product-cart-box {
    display: none !important;
}

#product-page-add-one-to-cart{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #3D0128;
    border-radius: 16px;
    padding: 8px 20px;
    overflow: hidden;
}

#product-page-add-one-to-cart-price {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

#product-page-add-one-to-cart .tn-btn {
    font-size: 16px;
    font-weight: 700;
    padding: 12px 24px;
}

.product-page-left{
    width: 47%;
}

.product-page-right{
    width: 53%;
    padding-left: 33px !important;
    margin-top: 0 !important;
    padding-top: 17px !important;
}

#product .ti-widget {
    text-align: left;
    margin-top: 27px;
}

.product-page-container .tab-menu__item {
    width: 100%;
}

.product-page-container .tab-menu {
    border-bottom: 0;
}

.active.tab-menu__item-button-desktop {
    box-shadow: none !important;
    font-weight: 600;
    font-size: 32px;
    color: #3D0128 !important;
}

#list-map-tabs {
    width: 656px;
    height: 40px;
    position: relative;
    margin: 24px auto 45px;
    display: flex;
    align-items: center;
}

#list-map-tabs > * {
    position: absolute;
    top: 0;
    height: 100%;
    width: 53%;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F4F0F2;
    color: #3D0128;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
}

#list-map-tabs > *.active {
    background-color: #3D0128;
    color: #fff;
    z-index: 9;
}

#list-map-tabs > * img {
    margin-left: 10px;
}

#list-map-tabs > *:nth-child(1) {
    left: 0;
}

#list-map-tabs > *:nth-child(2) {
    right: 0;
}

#list-map-tabs > *.active img {
    filter: brightness(0) invert(1);
}

#module_relatedproducts_wrapper {
    margin-bottom: 30px;
}

#module_relatedproducts_wrapper .product-snapshot.list_div_item {
    margin-right: 7px;
    margin-left: 7px;
    margin-bottom: 32px;
}

/*#module_relatedproducts_wrapper .product-snapshot.list_div_item:nth-child(4n) {
    margin-right: 0;
}*/

.product-page-container {
    max-width: 1440px;
    padding: 0 36px;
}

#module_relatedproducts_wrapper .product-card__item.product-card__price,
#module_relatedproducts_wrapper .custom-card-footer-add-to-cart,
#module_relatedproducts_wrapper .custom-card-footer-qty-setter {
    display: none;
}

#module_relatedproducts_wrapper .custom-card-footer-details {
    width: 90%
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 30px 0;
}

.pagination-btn,
.pagination-number {
  background: transparent;
  border: none;
  color: #3D0128;
  font-weight:700;
  font-size: 16px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.pagination-btn:disabled {
  color: #ccc;
  cursor: not-allowed;
}

.pagination-number.active {
  color: #b0b0b0;
  cursor: default;
  pointer-events: none;
}

.pagination-dots {
  color: #3D0128;
  font-weight: 800;
}

.pagination-btn-prev img {
    transform: rotate(180deg);
}

.product-page-map-tab {
    margin-bottom: 100px;
}

.desc-slider .img {
    padding: 5px;
    border-radius: 8px;
}

.desc-slider .slick-dots {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: flex-start;
    margin: 60px 0 0;
}

.desc-slider .slick-dots button {
    width: 72px;
    height: 4px;
    border-radius: 100px;
    background-color: #3D012840;
    margin-left: 5px;
    border: 0;
    outline: 0;
    font-size: 0;
}

.desc-slider .slick-dots .slick-active button {
    background-color: #3D0128;
}

.desc-slider img {
    padding: 5px;
    border-radius: 16px;
}

.desc-slider .slick-arrow {
    width: 1px;
    opacity: 0;
}

.product-page-right #product-images-slider-fake-arrows {
    margin-top: -60px;
}

.product-parameter__short-description img {
    border-radius: 16px;
    padding: 5px;
    max-width: 33.33% !important;
    height: auto !important;
}

.moved-ajanlat {
    background-color: #f9f9f9;
    border-radius: 16px;
    padding: 15px 15px;;
    margin-bottom: 20px;
}

.moved-ajanlat-content {
    display: none;
}

.moved-ajanlat-content.shown {
    display: block;
}

.moved-ajanlat-content * {
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #494949 !important;
    line-height: 1.5;
}

.moved-ajanlat-content strong, .moved-ajanlat-content a {
    color: #3D0128 !important
}

.moved-ajanlat-content img {
    border-radius: 16px;
    max-width: 30% !important;
    height: auto !important;
}

.moved-ajanlat-title {
    color: #3D0128;
    font-weight: 600;
    font-size: 24px;
    position: relative;
    cursor: pointer;
    padding-left: 37px;
}

.moved-ajanlat-title::before {
    content: '';
    position: absolute;
    top: 11px;
    right: 10px;
    border-right: 2px solid #3D0128;
    border-top: 2px solid #3d0128;
    transform: rotate(135deg);
    width: 10px;
    height: 10px;
}

.back-to-packages {
    display: flex;
     font-weight: 700;
    font-size: 12px;
    color:#3D0128;
    margin-bottom: 16px;
}

.back-to-packages img {
    transform: rotate(180deg);
    margin-right: 15px;
   
}

.product-page-tabs {
    display: none
}

.product-page-right iframe {
    border-radius: 8px;
    overflow: hidden;
}

#product-page-add-one-to-cart img {
    margin: -12px 0 -12px -20px;
}

#product-page-add-one-to-cart-price {
    padding: 0 8px;
}

.ajanlat-kereso-subpage #reszletes_kereso_select {
    display: flex;
    align-items: center;
}

.ajanlat-kereso-subpage #reszletes_kereso_select > * {
    margin-bottom: 0 !important;
}

.actualQuantity {
    color: #222
}

#search-results-grid > * {
    width: 50%;
    max-width: 50%;
    margin-bottom: 20px;
}

#search-results-grid .search-package-card .product-card {
    flex-direction: row;
    align-items: flex-start;
}

#search-results-grid .product-card__item.product-card__price {
    margin-top: 0;
    margin-bottom: 7px;
}

#search-container .module-head h3 {
    font-weight: 600;
    font-size: 56px !important;
}

.ajanlat-kereso-subpage #ajandek-kereso-modul h3 {
    font-size: 32px;
    margin-bottom: 0;
}

#search-container .reszletes_kereso_select_item {
    margin-left: 22px;
}

.talalatok {
    color: #494949;
    font-size: 24px;
    font-weight: 600;
    margin: 43px 0;
}

#search-container .product-card__title-link {
    font-weight: 600;
    font-size: 24px;
    color: #494949;
}

#search-container .product-card__details-list {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 30px;
}

#search-container .product-card__item.product-card__title {
    margin-bottom: 10px;
}

#search-container .product-card__details-list li {
    margin-bottom: 4px;
    position: relative;
    color: #3D0128;
    list-style: none;
}

#search-container .product-card__details-list li::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 11px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #3D0128;
}

.no-result-lead{
    color: #494949;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}

.no-result-suggest-title {
    font-weight: 600;
    font-size: 38px;
    color:#3D0128;
    margin-bottom: 34px;
}

.search-suggestions {
    display: flex;
    align-items: flex-start;
}

.search-suggestion {
    font-weight: 600;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    padding: 0 14px;
    border: 1px solid #3d0128;
    color: #3D0128;
    border-radius: 100px;
}

#no-results-message {
    margin-top: 45px;
}

.information-page-body .page-head-title,
.information-list-body .page-head-title {
    font-weight: 600;
    font-size: 56px;
    color: #3D0128
}

.information-page-body .main-container,
.information-list-body .main-container {
    padding-top: 30px;
}

.information-page-body .information__fulltext.information__item,
.information-list-body .information__fulltext.information__item {
    font-weight: 400;
    font-size: 16px;
    color: #494949;
    line-height: 1.5;
}

.informationid_51 .two-column-content, .informationid_32 .two-column-content, .informationid_61 .two-column-content, .informationid_139 .two-column-content, .informationid_34 .two-column-content,.informationid_53 .two-column-content {
    display: flex;
    align-items: flex-start;
}

.informationid_51 .two-column-content > *,
.informationid_32 .two-column-content > *,
.informationid_139 .two-column-content > *,
.informationid_53 .two-column-content > *,
.informationid_34 .two-column-content > * {
    width: 50%;
}

.informationid_51 .two-column-content > *:nth-child(1) {
    padding-right: 15px;
}

.informationid_61 .two-column-content > *:nth-child(1) {
    width: 66.66%;
}

.informationid_61 .two-column-content > *:nth-child(2) {
    width: 33.33%;
}

.why-choose-us-item .lead {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin-top: 12px;
    padding-right: 8px;
}

.informationid_51 .why-choose-us-btn {
    display: none
}

.informationid_51 .main-content .module {
    margin-top: 83px;
}

#faq {
    margin-top: 20px;
}

.faq-subtitle {
    font-weight: 600;
    font-size: 40px;
    color: #3D0128;
    margin-bottom: 20px;
}

.faq-item {
    background-color: #F4F0F2;
    border-radius: 16px;
    margin-bottom: 18px;
}

.faq-item-q {
    font-weight: 600;
    font-size: 24px;
    color: #3D0128;
    padding: 12px 17px;
    cursor: pointer;
    position: relative;
}

.faq-item-q::before {
    content: '';
    position: absolute;
    top: 21px;
    right: 29px;
    border-right: 2px solid #3D0128;
    border-top: 2px solid #3d0128;
    transform: rotate(135deg);
    width: 10px;
    height: 10px;
}

.faq-item-a {
    font-weight: 400;
    font-size: 16px;
    color: #494949;
    padding: 1px 17px 18px;
    line-height: 1.5;
    display: none;
}

#faq-inner > .faq-item-a {
    display: block;
}

.faq-item-a.active {
    display: block;
}

#faq-inner {
    background-color: #EBE3E7;
    border-radius: 16px;
    padding: 33px 40px;
}

.faq-divider {
    background-color: #3D012840;
    height: 1px;
    width: 100%;
    margin: 24px 0 20px
}

.informationid_61 #why-choose-us ul {
    flex-direction: column;
}

.informationid_61 .why-choose-us-item {
    width: 100%;
}

.informationid_61 #customcontent3 {
    padding:  0 20px;
}

.informationid_61 .main-content .module {
    margin-top: 87px;
}

.informationid_61 .why-choose-us-item {
    display: flex;
    align-items: center;
    margin-bottom: 38px;
}

.informationid_61 .why-choose-us-item .text {
    margin-top: 0;
    margin-left: 13px;
}

.informationid_32 .company-and-gift-card-item {
    width: 100%
}

.informationid_32 #company-and-giftcard {
    flex-wrap: wrap;
}

.informationid_32 .company-and-gift-card-item {
    aspect-ratio: 1.91;
}

.informationid_32 .form,
.informationid_139 .form,
.informationid_53 .form {
    background-color: #3D0128;
    border-radius: 16px;
    padding: 35px 40px
}

.contact-form-title {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 16px;
}

.contact-form-subtitle {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 16px;
}

.informationid_139 .form .form-element,
.informationid_53 .form .form-element {
    flex-direction: column;
}

.informationid_32 .form .form-element label,
.informationid_139 .form .form-element label,
.informationid_53 .form .form-element label {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding-left: 16px;
}

.informationid_32 .form input,.informationid_32 .form textarea,
.informationid_139 .form input,.informationid_139 .form textarea,
.informationid_53 .form input,.informationid_53 .form textarea {
    background-color: transparent;
    padding: 12px 12px 12px 21px;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #fff;
    background-color: #FFFFFF1A;
    outline: 0 !important;
    width: 100%;
}

.informationid_32 .form input,
.informationid_139 .form input,
.informationid_53 .form input {
    height: 48px;
}

.informationid_32 .form textarea,
.informationid_139 .form textarea,
.informationid_53 .form textarea {
    height: 180px;
    resize: none;
}

.informationid_32 .form-element.form-label-top,
.informationid_139 .form-element.form-label-top,
.informationid_53 .form-element.form-label-top {
    margin-bottom: 30px;
}

.informationid_32 .information-page-right-side {
    padding-top: 87px;
    padding-left: 18px;
}

.informationid_32 #customcontent11 {
    padding: 0 !important;
    padding-left: 24px;
}

.informationid_32 .company-and-gift-card-item:nth-child(1) {
    margin-bottom: 22px;
}

.informationid_32 .form .tn-btn,
.informationid_139 .form .tn-btn,
.informationid_53 .form .tn-btn {
    font-size: 16px;
    padding: 12px 26px;
}

.informationid_139 .form-element-customtext,
.informationid_53 .form-element-customtext {
    display: none !important;
}

.informationid_139 .page-body p,
.informationid_53 .page-body p {
    font-size: 16px;
    font-weight: 400;
    color: #494949;
    line-height: 1.5;
    margin-bottom: 15px;
}

.informationid_139 .two-column-content > *:nth-child(1),
.informationid_53 .two-column-content > *:nth-child(1) {
    padding-right: 24px;
}

.common-module-head {
    text-align: center;
    padding: 50px 36px;
    max-width: 1440px;
    margin: 0 auto;
    justify-content: center;
}

.informationid_34 .information-page-right-side .top {
    background-color: #3d0128;
    color: #fff;
    border-radius: 16px 16px 0 0;
    padding: 24px 40px;
}

.payment-shipping-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 5px;
}

.payment-shipping-lead {
    font-weight: 400;
    font-size: 16px;
}

.informationid_34 .information-page-right-side .bottom img {
    border-radius: 0 0 16px 16px;
    max-width: 100%;
}

.informationid_34 .page-head-title {
    display: none;
}

.informationid_34 .two-column-content > *:nth-child(1) {
    padding-right: 12px;
}

.informationid_34 .two-column-content > *:nth-child(2) {
    padding-left: 12px;
}

.informationid_34 .information-page-right-side {
    margin-top: 16px;
}

.blog-gyujto .information-list__card {
    overflow: hidden;
    border-radius: 16px;
}

.blog-gyujto .information-list__card-body {
    position: absolute;
    bottom: -64px;
    left: 0;
    width: 100%;
    height: auto;
    transition: 0.2s;
    padding-left: 23px;
}

.blog-gyujto .information-list__card:hover .information-list__card-body {
    bottom: 20px;
}

.blog-gyujto .information__introtext-image {
    margin-bottom: 0;
    color: #fff !important;
}

.blog-gyujto .information-list__card-title, .blog-gyujto .information-list__card-title  *,
.blog-gyujto .information-list__card-subtitle, .blog-gyujto .information-list__card-subtitle  *,
.blog-gyujto .information-list__card-text, .blog-gyujto .information-list__card-text * {
    color: #fff !important;
}

.blog-gyujto .information-list__card-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 16px;
}

.blog-gyujto .information-list__card-subtitle {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 36px;
}

.blog-gyujto .information-list__wrapper {
    row-gap: 20px;
}

.blog-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: linear-gradient(to bottom, transparent, #000000a3);
}

.blog-gyujto .pagination__results {
    display: none
}

.sortbar {
    background-color: transparent !important;
}

.blog-gyujto .pagination__list {
    justify-content: center;
    width: 100%;;
}

.blog-gyujto .pagination__link {
    background-color: transparent !important;
    color:#3d0128 !important;
    font-weight: 700;
    font-size: 16px;
}

.blog-gyujto .information-list__wrapper .tn-btn {
    padding: 15px 36px;
    font-size: 16px;
}

.information-page-narrow-container .main-container {
    max-width: 972px !important;
}

.information-page-narrow-container .page-body img {
    border-radius: 16px;
    margin-bottom: 16px;
}

.information-page-narrow-container .page-body p,
.information-page-narrow-container .page-body p * {
    line-height: 1.5 !important;
    color: #494949 !important;
    font-size: 16px !important;
}

.information-page-narrow-container .page-body a {
    color:#3D0128 !important
}

.information-page-narrow-container #relatedproducts {
    display:  none !important;
}

.form-label-side label {
    width: 100%;
}

.sr-login-page-body .sr-container-small,
.sr-register-page-body .sr-container-small {
    padding: 20px;
    background-color: #fff;
    margin: 40px auto 20px;
    border-radius: 16px;
    max-width: 670px;
}



/*.sr-login-page-body .sr-container-small *:not(button),
.sr-register-page-body .sr-container-small *:not(button) {
    color: #3D0128
}*/

body.sr-login-page-body,
body.sr-register-page-body {
    background-color: #f8f8f8;
}

.sr-login-wrapper .checkout-input-row {
    background-color: #fff;
}

.sr-login-page-body .page-head-center-title,
.sr-register-page-body .page-head-center-title {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 60px;
}

.sr-login-page-body .sr-login-wrapper,
.sr-register-page-body .sr-register-wrapper {
    max-width: 70%;
    margin: 0 auto;
    
}

.sr-login-page-body .checkout-app-container,
.sr-register-page-body .checkout-app-container {
background-color: #fff;
}

#login-reg-toggle {
    margin: 20px auto 44px;
}

#login-reg-toggle-inner {
    width: 304px;
    position: relative;
    height: 40px;
    background-color: #F4F0F2;
    border-radius: 100px;
    margin: 0 auto;
}

.login-reg-tab {
    width: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    color: #3d0128;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
}

.login-reg-tab.active {
    z-index: 9;
    background-color: #3d0128;
    color: #fff;
}

.login-tab {
    left: 0;
}

.reg-tab {
    right: 0;
}

.sr-login-page-body .sr-login-forgotten-div a, .sr-login-page-body .ac-register-button {
    color: #3D0128
}

.account-page-design .main-content {
    padding-top: 80px;
}

.account-page-design .main-content .container {
    max-width: 1440px;
    padding: 0 36px;
}

.account-page-design .page-head-title {
    font-weight: 600;
    font-size: 40px;
    color:#3D0128;
}

.account-page-design .account-menu__box a {
    color: #3d0128;
    font-size: 14px;
}

.account-page-design .account-menu__box.account-menu__box-personal-box {
    border-top: 0 ;
}

.account-page-design .account-menu__list {
    background-color: transparent !important;
    padding-left: 0 !important;
}

.account-page-design .account-menu__box h3 {
     color: #494949;
}

.account-page-design .account-menu__box-personal-box a, 
.account-page-design .account-menu__box-personal-box button,
.account-page-design .main-content .tn-btn {
    padding: 12px 24px;
    font-size: 16px;
}



.account-page-design .main-content input[type="text"],
.account-page-design .main-content input[type="password"] {
    border: 1px solid #3D0128CC !important;
    border-radius: 8px !important;
    background-color: #fff !important;
    outline: 0 !important;
}

.account-page-design .main-content .col-form-label {
    color: #494949
}

.account-page-design .address-item-card {
    border: 0 !important;
    border-radius: 16px;
    background-color: #f8f8f8 !important;
}

.not_found_body .main-content,
.category-list-body .main-content {
    padding-top: 30px;
}

.not_found_body .main-content .container {
    max-width: 1440px;
    padding: 0 36px;
}

.not_found_body .page-head-title,
.category-list-body .page-head-title  {
    font-size: 56px;
    color: #3D0128
}

.not_found_body .buttons a {
    background-color: #F2CD00 !important;
    color: #3D0128 !important;
    border-radius: 100px !important;
    font-size: 16px;
    padding:12px 24px !important;
    font-weight: 700 !important;
    display: inline-block;
    border: 0 !important;
    cursor: pointer;
}

.category-list-body .column-right.list-page-column-right {
    width: 100%;
    padding: 0 15px;
}

.category-list-body  .main-content .container {
    max-width: 1440px;
    padding: 0 36px;
}

.category-list-body .category-description {
    line-height: 1.5;
    font-size: 16px;
    color: #494949
}

.category-list-body .category-description img {
    border-radius: 18px;
    padding: 8px;
}

.category-description  .slick-prev, .category-description  .slick-next {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #3D0128;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-description  .slick-prev {
    left: -12px;
}

.category-description  .slick-next {
    right: -12px;
}

.category-description  .slick-prev img {
    transform: rotate(180deg);
}

.category-description  .slick-prev::before, .category-description .slick-next::before {
    display: none;
}

.category-list-body .sortbar {
    display: none;
}

.category-list-body .product-snapshot-vertical {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.product-card__item.product-card__sku.ac-product-card-sku {
    display: none;
}

.product-card__title-link.ac-product-card__title-link {
    display: block;
    max-width: 294px;
}

.ajanlat-city {
    font-weight: 600;
    font-size: 24px;
    color: #494949;
    margin-top: 16px;
}

#pseudo-alert-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background: #00000050;
    z-index: 999999;
}

#pseudo-alert{
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    max-width: calc(100% - 30px);
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
}

#pseudo-alert-msg{
    margin-bottom: 30px;
}

#pseudo-alert-btn .btn {
    color: #f1cd00
}

#pseudo-alert-btn .btn:hover {
    background-color: #3d0128 !important;
    border: 1px solid #3d0128 !important;
}

.shipping-location-form {
    display: none !important;
}

#popup-content {
    background-color: #fff;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    position: fixed;
    width: 600px;
    max-width: calc(100% - 30px);
}

.popup-title {
    font-weight: 600;
    color: #3D0128;
    font-size: 32px;
    margin-bottom: 16px;
}

.popup-subtitle {
    font-weight: 400;
    color: #494949;
    font-size: 16px;
    margin-bottom: 16px;
}

.popup-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-buttons .tn-btn {
    font-size: 16px;
    padding: 12px 24px;
    font-weight: 600;
    margin: 0 5px;
}

.step-1-main-img {
    width: 40%;
}

.step-1-main-img-mobile {
    display: none 
}




/* CUSTOMCONTENTS ---------------------------------------------------------------------------- */

#customcontent4{
    max-width: 1440px;
    padding: 0 36px;
    margin-top: 87px;
}

#how-it-works {
    
    border-radius: 32px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    color: #fff;
}

.step {
    width: 33.33%;
    position: relative;
    padding: 20px 0;
}

.step > * {
    position: relative;
}

.step-1 {
    display: flex;
    align-items: flex-end;
    background-color: #6A0B48;
    width: 40%;
    padding-left: 20px;
}

.step-1-main-img {
    margin-right: 23px;
}

.step-2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: #560A34;
    width: 30%;
    padding-left: 40px;
}

.step-2::before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    width: 7%;
    height: 100%;
    display: inline-block;
    background: #6A0B48;
    clip-path: polygon(0 0, 0% 0, 64% 50%, 0% 100%, 0 100%);
    z-index: 0;
}

.step-3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #3d0128;
    width: 30%;
    padding-left: 30px;
    padding-right: 25px;
}

.step-3::before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    width: 7%;
    height: 100%;
    display: inline-block;
    background: #560A34;
    clip-path: polygon(0 0, 0% 0, 64% 50%, 0% 100%, 0 100%);
    z-index: 0;
}

.step-img-text {
    display: flex;
    align-items: center;
}

.how-it-works-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 24px;
}

.step-text{
    font-weight: 600;
    font-size: 14px;
}

.step-3-btn {
    align-self: flex-end;
    padding: 12px 27px;
    font-size: 16px;
}

.step-img {
    margin-right: 16px;
}

#why-choose-us {
    background-color: #3D0128;
    border-radius: 32px;
    padding: 40px 40px 20px;
}

#why-choose-us .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#why-choose-us .bottom {
    display: flex;
    align-items: center;
}

#why-choose-us .module-head {
    margin-bottom: 0;
}

.module-head h3.why-choose-us-title {
    color: #fff !important;
    font-size: 48px !important;
    font-weight: 600 !important;
}

.why-choose-us-item {
    width: 25%;
}

#customcontent3 {
    max-width: 1440px;
    padding: 0 36px;
}

.why-choose-us-btn {
    font-weight: 700;
    font-size: 16px;
    padding: 10px 20px;
}

.why-choose-us-btn.on-mobile {
    display: none !important
}

#why-choose-us ul  {
    list-style: none;
    padding-left: 0;
    margin-top: 37px;
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.informationid_51 #why-choose-us ul  {
    align-items: flex-start;
}

.why-choose-us-item .text {
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}

#customcontent11 {
    max-width: 1440px;
    padding: 0 36px;
    margin-top: 0;
}

#company-and-giftcard {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.company-and-gift-card-item {
    aspect-ratio: 2.1;
    border-radius: 16px;
    overflow: hidden;
    width: calc(50% - 12px);
    color: #fff;
    padding: 42px 38px;
    position: relative;
}

    .company-and-gift-card-item-title {
    font-weight: 600;
    font-size: 40px;
    }

.company-and-gift-card-item-lead {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin: 16px 0 53px;
}

.company-and-gift-card-item:nth-child(1) {
    background-image: url('https://tenapod.shop/custom/tenapod/image/data/ux/ceges_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.company-and-gift-card-item:nth-child(2) {
    background-color: #F2CD00;
    color: #3D0128;
}

.company-and-gift-card-item-btn-wrapper {
    position: absolute;
    bottom: 39px;
    left: 39px;
}

.company-and-gift-card-item-btn-wrapper .tn-btn {
    font-weight: 700;
    font-size: 16px;
    padding: 12px 19px
}

#module_customcontent3_wrapper {
    position: relative;
    z-index: 1;
}


/* ------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------

----------------------------------------------------RESZPONZÍV NÉZETEK-----------------


*/
/* 1200px - 1439px */
@media(max-width: 1439px) {
    .main-container, #section-bannerslider, #ajandek-kereso-modul-wrapper, #bestseller, .kickerimage-module .module-body, #latest, 
    .category-offer, #featured, #trustindex-mainpage-wrapper, #module_manufactureroffer_wrapper, #subscription-module, footer > .container,
    .product-page-top-container, .product-page-container, .common-module-head, .account-page-design .main-content .container,
    .not_found_body .main-content .container, .category-list-body  .main-content .container, #customcontent4, #customcontent3 ,#customcontent11 {
        max-width: 1200px !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .header .container {
        max-width: 1132px;
    }

    .control-line {
        width: 1125px;
    }

    .header-menu ul a {
        padding: 6px 13.5px;
        font-size: 15px;
    }

    .header-top__contact {
        font-size: 13px !important;
    }

    .header .search-module__input {
        font-size: 14px;
    }

    .banner-item__title {
        line-height: 60px !important;
        font-size: 50px !important;
    }

    .banner-item__subtitle {
        font-size: 15px !important;
    }

    .banner-item__button-btn {
        font-size: 15px !important;
        padding: 10px 14px;
    }

    #reszletes_kereso_button {
        padding: 7px 22px;
        font-size: 18px;
    }

    .main-content .module, .category-offer {
        margin-top: 40px;
    }

    .module-head h3 {
        font-size: 36px !important;
    }

    .module-head-check-all {
        font-size: 15px;
    }

    .product-module .product-snapshot-vertical:not(.slick-slider) .product-snapshot, #spanshot_vertical .product-snapshot
    {
        width: 270px;
        max-width: 270px;
    }

    .product-card__title-link {
        font-size: 17px;
    }

    .custom-card-footer-qty-setter
    {
        width: 110px !important;
        height: 42px !important;
        border-radius: 7px;
    }

    .tn-details, .tn-add-to-cart {
        width: 110px;
        height: 42px;
        font-size: 15px;
        line-height: 42px;
    }

    .product-price {
        font-size: 22px;
    }

    .kickerimage__title {
        font-size: 36px;
    }

    .kickerimage-button {
        font-size: 15px;
        padding: 12px 14px !important;
    }

    .category-offers-list li .offer-list-elem-title {
        font-size: 16px;
    }

    .category-offer .slick-prev, .category-offer .slick-next,#manufactureroffer .slick-prev, #manufactureroffer .slick-next, #bestseller .slick-prev, #bestseller .slick-next,#featured .slick-prev, #featured .slick-next, #package-extra-slider .slick-prev, #package-extra-slider .slick-next{
        width: 50px;
        height: 50px;
    }

    .category-offers-list li {
        padding: 8px;
    }

    .module-head {
        margin-bottom: 32px;
    }

    #customcontent4
    {
        margin-top: 65px;
    }

    .step-1-main-img {
        margin-right: 18px;
    }

    .how-it-works-title {
        font-size: 29px;
        margin-bottom: 20px
    }

    .step-img {
        margin-right: 13px
    }

    .step-text {
        font-size: 12px; 
    }

    .step-3-btn {
        padding: 11px 25px;
        font-size: 15px ;
    }

    .module-head h3.why-choose-us-title {
        font-size: 40px !important;
    }

    .why-choose-us-item .text {
        font-size: 17px;
        margin-top: 8px;
    }

    .why-choose-us-btn {
        font-size: 15px;
        padding: 9px 18px;
    }

    #why-choose-us {
        border-radius: 28px;
        padding: 36px 36px 16px;
    }

    #why-choose-us ul {
        margin-top: 32px;
    }

    #manufactureroffer {
        margin: 70px 0;
    }

    #manufactureroffer .module-head-title {
        font-size: 29px !important;
    }

    .company-and-gift-card-item {
        padding: 33px 30px;
    }

    .company-and-gift-card-item-title {
        font-size: 33px;
    }

    .company-and-gift-card-item-lead {
        font-size: 15px;
        margin: 14px 0 40px;
    }

    .company-and-gift-card-item-btn-wrapper {
        bottom: 14px;
        left: 30px;
    }

    .company-and-gift-card-item-btn-wrapper .tn-btn {
        font-size: 15px;
        padding: 11px 17px;
    }

    #subscription-module .module-head h3 {
        font-size: 22px !important;
    }

    #subscription-module .newsletter-pretext {
        font-size: 13px;
        margin-top: 13px;
    }

    #newsletter-emailsubscribe input[type="text"], #newsletter-emailsubscribe input[type="email"] {
        width: 280px;
    }

    #newsletter-emailsubscribe .subscribe-policy__label.form-check-label {
        font-size: 13px;
    }

    .footer-main-logo
    {
        margin-bottom: 34px;
    }

    .footer-col-sub-title {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .footer-ugyfelszolgalat {
        margin-bottom: 34px;
    }

    .footer-ugyfelszolgalat-row {
        font-size: 15px;
        margin-bottom: 13px;
    }

    .footer-ugyfelszolgalat-row img {
        width: 22px;
        margin-right: 12px;
    }

    #customcontent10 ul li, #customcontent6 ul li {
        margin-bottom: 26px;
    }

    #customcontent10 ul a, #customcontent6 ul a {
        font-size: 15px;
    }

    #customcontent10, #customcontent6 {
        padding-top: 75px;
    }

    .product-page-top-container {
        padding-top: 30px;
    }

    .product-image__main-wrapper .slick-dots button {
        width: 80px;
        height: 3px;
    }

    #product-page-add-one-to-cart-price {
        font-size: 20px;
    }

    #product-page-add-one-to-cart {
        padding: 8px 18px;
    }

    #product-page-add-one-to-cart .tn-btn {
        font-size: 15px;
        padding: 11px 22px;
    }

    .product-page-right {
        padding-left: 30px !important;
        padding-top: 14px !important;
    }

    #product .ti-widget {
        margin-top: 20px;
    }

    .position-1-wrapper {
        padding-top: 20px;
    }

    .product-advantage-item {
        padding: 11px;
    }


    .product-advantage-item img {
        margin-right: 13px;
    }

    .product-advantage-item span {
        font-size: 15px;
    }

    .active.tab-menu__item-button-desktop {
        font-size: 29px;
    }

    .tab-wrapper {
        margin-top: 66px;
    }

    #list-map-tabs {
        width: 556px;
        margin: 20px auto 40px;
    }

    #list-map-tabs > * {
        font-size: 15px;
    }

    #module_relatedproducts_wrapper .product-snapshot.list_div_item {
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 28px;
    }

    .ajanlat-city {
        font-size: 22px;
        margin-top: 13px;
    }

    .moved-ajanlat {
        padding: 13px 13px;
        margin-bottom: 18px;
    }

    .moved-ajanlat-title {
        font-size: 22px;
        padding-left: 32px;
    }

    .moved-ajanlat-title::before {
        top: 9px
    }

    .information-page-body .main-container, .information-list-body .main-container {
        padding-top: 30px;
    }

    body:not(.home-body) #ajandek-kereso-modul-wrapper {
        padding: 30px 20px 30px;
    }

    .ajandekkereso-subpage #ajandek-kereso-modul h3 {
        font-size: 27px;
    }

    .reszletes_kereso_select_cim {
        width: 325px;
    }

    .ajandekkereso-subpage#ajandek-kereso-modul-wrapper {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #search-container .module-head h3 {
        font-size: 50px !important;
    }

    .talalatok {
        margin: 30px 0;
        font-size: 22px;
    }

    #search-container .product-card__title-link {
        font-size: 20px;
    }

    #search-container .product-card__details-list {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .information-page-body .page-head-title, .information-list-body .page-head-title {
        font-size: 50px;
    }

    .information-page-body .information__fulltext.information__item, .information-list-body .information__fulltext.information__item {
        font-size: 15px;
    }

    .informationid_51 .main-content .module {
        margin-top: 60px;
    } 

    .why-choose-us-item .lead {
        font-size: 15px;
    }

    #faq-inner {
        padding: 29px 32px;
    }

    .faq-subtitle {
        font-size: 36px;
        margin-bottom: 16px;
    } 

    .faq-item-q {
        font-size: 22px;
        padding: 11px 15px;
    }

    .faq-item-a {
        font-size: 15px;
        padding: 0px 15px 16px;
    }

    .informationid_61 .why-choose-us-item {
        margin-bottom: 32px;
    }

    .informationid_61 .why-choose-us-item .text {
        margin-left: 12px;
    }

    .informationid_32 .form, .informationid_139 .form, .informationid_53 .form {
        padding: 30px 34px;
    }

    .contact-form-title {
        font-size: 36px;
        margin-bottom: 13px;
    }

    .contact-form-subtitle {
        font-size: 13px;
        margin-bottom: 14px;
    }

    .informationid_32 .form-element.form-label-top, .informationid_139 .form-element.form-label-top, .informationid_53 .form-element.form-label-top {
        margin-bottom: 24px;
    }

    .informationid_32 .form .tn-btn, .informationid_139 .form .tn-btn, .informationid_53 .form .tn-btn {
        font-size: 15px;
    }

    .informationid_32 .information-page-right-side {
        padding-top: 80px;
    } 

    .informationid_34 .information-page-right-side .top {
        padding: 20px 32px;
    }

    .payment-shipping-title {
        font-size: 22px;
    }

    .payment-shipping-lead {
        font-size: 15px;
    }

    .informationid_34 .information-page-right-side
    {
        margin-top: 20px;
    } 

    .blog-gyujto .information-list__card-title {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .blog-gyujto .information-list__card-subtitle {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .blog-gyujto .information-list__wrapper .tn-btn {
        padding: 14px 33px;
        font-size: 15px;
    }

   

}


/* 992px - 1199px */
@media(max-width:1199px) {
    .main-container, #section-bannerslider, #ajandek-kereso-modul-wrapper, #bestseller, .kickerimage-module .module-body, #latest, 
    .category-offer, #featured, #trustindex-mainpage-wrapper, #module_manufactureroffer_wrapper, #subscription-module, footer > .container,
    .product-page-top-container, .product-page-container, .common-module-head, .account-page-design .main-content .container,
    .not_found_body .main-content .container, .category-list-body  .main-content .container, #customcontent4, #customcontent3, #customcontent11 {
        max-width: 1024px !important;
    }

    .header .container {
        max-width:936px;
    }

    .control-line {
        width: 916px;
    }

    .header-menu ul a {
        padding: 5px 8.5px;
        font-size: 12px;
    }

    .header-top__contact {
        font-size: 12px !important;
    }

    .header .search-module__input {
        font-size: 13px;
    }

    .banner-item__title {
        line-height: 50px !important;
        font-size: 40px !important;
    }

    .banner-item__subtitle {
        font-size: 14px !important;
    }

    .banner-item__button-btn {
        font-size: 14px !important;
        padding: 9px 13px;
    }

    #reszletes_kereso_button {
        padding: 6px 20px;
        font-size: 17px;
    }

    .main-content .module, .category-offer {
        margin-top: 40px;
    }

    .module-head h3 {
        font-size: 33px !important;
    }

    .module-head-check-all {
        font-size: 14px;
    }

    .product-module .product-snapshot-vertical:not(.slick-slider) .product-snapshot, #spanshot_vertical .product-snapshot
    {
        width: 215px;
        max-width: 215px;
    }

    .product-card__title-link {
        font-size: 16px;
    }

    .custom-card-footer-qty-setter
    {
        width: 100px !important;
        height: 38px !important;
        border-radius: 6px;
    }

    .tn-details, .tn-add-to-cart {
        width: 90px;
        height: 38px;
        font-size: 14px;
        line-height: 38px;
    }

    .product-price {
        font-size: 18px;
    }

    .kickerimage__title {
        font-size: 33px;
    }

    .kickerimage-button {
        font-size: 14px;
        padding: 10px 12px !important;
    }

    .category-offers-list li .offer-list-elem-title {
        font-size: 15px;
    }

    .category-offer .slick-prev, .category-offer .slick-next,#manufactureroffer .slick-prev, #manufactureroffer .slick-next, #bestseller .slick-prev, #bestseller .slick-next,#featured .slick-prev, #featured .slick-next, #package-extra-slider .slick-prev, #package-extra-slider .slick-next {
        width: 44px;
        height: 44px;
    }

    .category-offers-list li {
        padding: 7px;
    }

    .module-head {
        margin-bottom: 26px;
    }

    #customcontent4
    {
        margin-top: 50px;
    }

    .step-1-main-img {
        margin-right: 12px;
    }

    .how-it-works-title {
        font-size: 24px;
        margin-bottom: 12px
    }

    .step-img {
        margin-right: 11px
    }

    .step-3-btn {
        padding: 10px 22px;
        font-size: 14px ;
    }

    .module-head h3.why-choose-us-title {
        font-size: 36px !important;
    }

    .why-choose-us-item .text {
        font-size: 16px;
        margin-top: 7px;
    }

    .why-choose-us-btn {
        font-size: 14px;
        padding: 8px 16px;
    }

    #why-choose-us {
        border-radius: 24px;
        padding: 30px 30px 12px;
    }

    #why-choose-us ul {
        margin-top: 26px;
    }

    #manufactureroffer {
        margin: 54px 0;
    }

    #manufactureroffer .module-head-title {
        font-size: 27px !important;
    }

    .company-and-gift-card-item {
        padding: 20px 16px;
    }

    .company-and-gift-card-item-title {
        font-size: 30px;
    }

    .company-and-gift-card-item-lead {
        font-size: 13px;
        margin: 10px 0 32px;
    }

    .company-and-gift-card-item-btn-wrapper {
        bottom: 10px;
        left: 16px;
    }

    .company-and-gift-card-item-btn-wrapper .tn-btn {
        font-size: 14px;
        padding: 10px 14px;
    }

    #subscription-module .module-head h3 {
        font-size: 20px !important;
    }

    #subscription-module .newsletter-pretext {
        font-size: 12px;
        margin-top: 10px;
    }

    #newsletter-emailsubscribe input[type="text"], #newsletter-emailsubscribe input[type="email"] {
        width: 214px;
    }

    #newsletter-emailsubscribe .subscribe-policy__label.form-check-label {
        font-size: 12px;
    }

    .footer-main-logo
    {
        margin-bottom: 28px;
    }

    .footer-col-sub-title {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .footer-ugyfelszolgalat {
        margin-bottom: 28px;
    }

    .footer-ugyfelszolgalat-row {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .footer-ugyfelszolgalat-row img {
        width: 20px;
        margin-right: 10px;
    }

    #customcontent10 ul li, #customcontent6 ul li {
        margin-bottom: 20px;
    }

    #customcontent10 ul a, #customcontent6 ul a {
        font-size: 14px;
    }

    #customcontent10, #customcontent6 {
        padding-top: 66px;
    }

    .product-page-top-container {
        padding-top: 30px;
    }

    .product-image__main-wrapper .slick-dots button {
        width: 70px;
    }

    #product-page-add-one-to-cart-price {
        font-size: 18px;
    }

    #product-page-add-one-to-cart {
        padding: 8px 15px;
    }

    #product-page-add-one-to-cart .tn-btn {
        font-size: 14px;
        padding: 10px 20px;
    }

    .position-1-wrapper {
        padding-top: 18px;
    }

    .product-advantage-item {
        padding: 10px;
    }


    .product-advantage-item img {
        margin-right: 11px;
    }

    .product-advantage-item span {
        font-size: 14px;
    }

    .active.tab-menu__item-button-desktop {
        font-size: 27px;
    }

    .tab-wrapper {
        margin-top: 54px;
    }

    #list-map-tabs {
        width: 456px;
        margin: 16px auto 32px;
    }

    #list-map-tabs > * {
        font-size: 14px;
    }

    #module_relatedproducts_wrapper {
        margin-bottom: 60px;
    }

    #module_relatedproducts_wrapper .product-snapshot.list_div_item {
        margin-bottom: 22px;
    }

    .ajanlat-city {
        font-size: 20px;
        margin-top: 11px;
    }

    .moved-ajanlat {
        padding: 11px 11px;
        margin-bottom: 14px;
    }

    .moved-ajanlat-title {
        font-size: 20px;
        padding-left: 28px;
    }

    .moved-ajanlat-title::before {
        top: 7px
    }

    .information-page-body .main-container, .information-list-body .main-container {
        padding-top: 30px;
    }

    body:not(.home-body) #ajandek-kereso-modul-wrapper {
        padding: 24px 16px;
    }

    .ajandekkereso-subpage #ajandek-kereso-modul h3 {
        font-size: 20px;
    }

    .reszletes_kereso_select_cim {
        width: 275px;
    }

    #search-container .module-head h3 {
        font-size: 40px !important;
    }

    .talalatok {
        margin: 24px 0;
        font-size: 20px;
    }

    #search-container .product-card__title-link {
        font-size: 18px;
    }

    #search-container .product-card__details-list {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .information-page-body .page-head-title, .information-list-body .page-head-title {
        font-size: 40px;
    }

    .information-page-body .information__fulltext.information__item, .information-list-body .information__fulltext.information__item {
        font-size: 14px;
    }

    .informationid_51 .main-content .module {
        margin-top: 50px;
    } 

    .why-choose-us-item .lead {
        font-size: 14px;
    }

    #faq-inner {
        padding: 24px 26px;
    }

    .faq-subtitle {
        font-size: 28px;
        margin-bottom: 12px;
    } 

    .faq-item-q {
        font-size:18px;
        padding: 10px 13px;
    }

    .faq-item-a {
        font-size: 14px;
        padding: 0px 13px 14px;
    }

    .informationid_61 .why-choose-us-item {
        margin-bottom: 20px;
    }

    .informationid_61 .why-choose-us-item .text {
        margin-left: 10px;
    }

    .informationid_32 .form, .informationid_139 .form, .informationid_53 .form {
        padding: 24px 26px;
    }

    .contact-form-title {
        font-size: 33px;
        margin-bottom: 10px;
    }

    .contact-form-subtitle {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .informationid_32 .form-element.form-label-top, .informationid_139 .form-element.form-label-top, .informationid_53 .form-element.form-label-top {
        margin-bottom: 20px;
    }

    .informationid_32 .form .tn-btn, .informationid_139 .form .tn-btn, .informationid_53 .form .tn-btn {
        font-size: 14px;
    }

    .informationid_32 .information-page-right-side {
        padding-top: 30px;
    } 

    .informationid_34 .information-page-right-side .top {
        padding: 16px 28px;
    }

    .payment-shipping-title {
        font-size: 20px;
    }

    .payment-shipping-lead {
        font-size: 14px;
    }

    .informationid_34 .information-page-right-side
    {
        margin-top: 16px;
    } 

    .blog-gyujto .information-list__card-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .blog-gyujto .information-list__card-subtitle {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .blog-gyujto .information-list__wrapper .tn-btn {
        padding: 11px 26px;
        font-size: 14px;
    }

    #fake-banner-arrows {bottom: 80px}

    .step-2,.step-3 {
        padding-left: 20px;
    }

    .step-3-btn {
        padding: 10px 20px;
        font-size: 12px;
    }

    .informationid_61 .main-content .module {
        margin-top: 67px;
    }

    .informationid_61 .module-head h3.why-choose-us-title {
        font-size: 32px !important;
    }

    .informationid_61 #why-choose-us {
        padding: 24px 24px 16px;
    }

    .informationid_61 .why-choose-us-item .text {
        width: calc(100% - 38px)
    }

    .faq-item-q::before {
        top: 17px
    }

}


/* 768px - 991px */
@media(max-width: 991px) {

     .main-container, #section-bannerslider, #ajandek-kereso-modul-wrapper, #bestseller, .kickerimage-module .module-body, #latest, 
    .category-offer, #featured, #trustindex-mainpage-wrapper, #module_manufactureroffer_wrapper, #subscription-module, footer > .container,
    .product-page-top-container, .product-page-container, .common-module-head, .account-page-design .main-content .container,
    .not_found_body .main-content .container, .category-list-body  .main-content .container, #customcontent4, #customcontent3, #customcontent11 {
        max-width: 662px !important;
    }

    .header .container, .checkout_success_body .main-content .container {
        max-width:620px;
    }

    .control-line {
        width: 600px;
    }


    #custom-mobile-menu {
        position: fixed;
        top: 87px;
        left: 110%;
        width: 100%;
        height: 100%;
        background-color: #3D0128;
        z-index: 9;
    }

    #custom-mobile-menu.shown {
        left: 0;
    }

    #custom-mobile-menu .header-menu {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #3D0128;
        padding-top: 107px;
    }

    #custom-mobile-menu .header-menu a {
        font-weight: 600;
        font-size: 18px;
    }

    #custom-mobile-menu .header-menu ul {
        flex-direction: column;
        align-items: flex-end;
        max-width: 620px;
        margin: 0 auto;
    }

    #custom-mobile-menu .header-menu ul li {
        margin-bottom: 27px;
    }

    #custom-mobile-menu .ajandekkartyat-kaptam-btn {
        position: fixed;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
        font-weight: 700 !important;
        font-size: 16px !important;
        padding: 12px 60px;
        display: none;
    }

    #custom-mobile-menu .ajandekkartyat-kaptam-btn.shown {
        display: inline-block !important
    }

    #section-header .header {
        flex-direction: column;
    }

    #section-header .header-middle {
        background-color: #590638;
        height: auto;
    } 

    #section-header .header-top {
        display: block;
        background-color: #3D0128;
    }

    #section-header .header-middle-left #js-mobile-navbar {
        display: none;
    }    

    #section-header .header-top-row {
        justify-content: center;
    }

    .header-top__contact {
        margin-right: 0;
        margin: 0 10px;
    }

    .header-middle-center {
        width: 100%;
        justify-content: center;
        display: none;
        padding: 10px 0;
    }

    .header-middle-center.shown {
        display: flex;
    }

    #header-middle-login {
        display: block;
    }

    #mobile-menu-toggler {
        margin-left: 10px;
    }

    #section-header.opened-mobile-menu {
        background-color: #3D0128;
    }

    .header .search-module__input, .header-navbar-top-right-search {
        height: 48px;
        width: 100%
    }

    #ajandek-kereso-modul {
        flex-wrap: wrap;
    }

    .home-body #ajandek-kereso-modul .left, .home-body #ajandek-kereso-modul .right {
        width: 100%;
    }

    .home-body #ajandek-kereso-modul .left {
        margin-bottom: 20px;
    }

    #ajandek-kereso-modul-wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }

    #ajandek-kereso-modul h3 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .reszletes_kereso_select_cim {
        width: 100%;
    }

    .module-head h3 {
        font-size: 30px !important;
    }

    .kickerimage-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .kickerimage__title {
        top: 12px;
        left: 12px;
        font-size: 26px;
    }

    .kickerimage-button {
        left: 12px;
        bottom: 21px;
    }

    .product-module .product-snapshot-vertical:not(.slick-slider) .product-snapshot, #spanshot_vertical .product-snapshot {
        width: 234px !important;
        margin: 0 8px !important;
    }

    #why-choose-us ul {
        flex-wrap: wrap;

    }

    #why-choose-us ul li {
        width: 50%;
        margin-bottom: 16px;
    }

    #company-and-giftcard {
        flex-wrap: wrap;
    }

    .company-and-gift-card-item {
        width: 100%;
        margin-bottom: 16px;
    }

    .company-and-gift-card-item {
        aspect-ratio: 3;
    }

    #newsletter_subscribe {
        flex-direction: column;
    }

    #newsletter_subscribe > * {
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 16px;
    }

    #newsletter-emailsubscribe input[type="text"], #newsletter-emailsubscribe input[type="email"] {
        width: 212px;
    }
    
    #newsletter-emailsubscribe .subscribe-policy__label.form-check-label {
        width: 560px;
    }

    #how-it-works {
        flex-wrap: wrap;
    }

    #how-it-works .step {
        width: 100% !important;
        padding-top: 50px;
    }

    .step-2::before {
        content: '';
        position: absolute;
        left: 0;
        top: -1px;
        width: 100%;
        height: 35px;
        display: inline-block;
        background: #6A0B48;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        z-index: 0;
    }

    .step-3::before {
        content: '';
        position: absolute;
        left: 0;
        top: -1px;
        width: 100%;
        height: 35px;
        display: inline-block;
        background: #560A34;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        z-index: 0;
    }

    .step-1 {
        flex-wrap: wrap;
    }

    .step-1 > * {
        width: 100%;
    }

    .step-1-main-img {
        width: auto;
        display: block;
        margin: 0 auto 16px
    }

    .step-3 {
        flex-direction: column-reverse;
    }

    .step-3-btn {
        align-self: center;
        margin-top: 30px;
    }

    .step-text {
        font-size: 14px;
    }

    #customcontent10 {
        padding-top: 132px;
    }

    #customcontent6 {
        padding-top: 0;
    }

    .why-choose-us-btn {
        white-space: nowrap;
    }

    .ajandekkereso-subpage #ajandek-kereso-modul > *,
    #ajandek-kereso-modul > *  {
        width: 100%;
    }

    .ajandekkereso-subpage #ajandek-kereso-modul .left,
    #ajandek-kereso-modul .left {
        margin-bottom: 16px;
    }

    .ajandekkereso-subpage #reszletes_kereso_select_button, .reszletes_kereso_select,
    #ajandek-kereso-modul #reszletes_kereso_select_button, .reszletes_kereso_select {
        flex-wrap: wrap;
    }

    .ajandekkereso-subpage #reszletes_kereso_select_button > *,
    #ajandek-kereso-modul #reszletes_kereso_select_button > *, .reszletes_kereso_select > * {
        width: 100%;
        margin: 0 0 16px;
        flex-wrap: wrap;
    }

    .ajandekkereso-subpage .reszletes_kereso_select_cim,
    #ajandek-kereso-modul .reszletes_kereso_select_cim {
        margin-bottom: 16px;
    }

    .information-page-body .main-container, .information-list-body .main-container {
        padding-top: 10px;
    }

    .product-page-left, .product-page-right {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #relatedproducts .product-snapshot-vertical {
        flex-wrap: wrap !important;
    }

    #relatedproducts .product-snapshot {
        margin-bottom: 16px !important;
    }

    #search-container .reszletes_kereso_select_item {
        margin-left: 0;
    }

    .informationid_51 .two-column-content > *, .informationid_32 .two-column-content > *, .informationid_139 .two-column-content > *, .informationid_53 .two-column-content > *, .informationid_34 .two-column-content > *,.informationid_61 .two-column-content > *:nth-child(1),.informationid_61 .two-column-content > *:nth-child(2) {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .informationid_51 .two-column-content, .informationid_32 .two-column-content, .informationid_61 .two-column-content, .informationid_139 .two-column-content, .informationid_34 .two-column-content, .informationid_53 .two-column-content {
        flex-wrap: wrap;
    }

    .informationid_32 .company-and-gift-card-item {
        aspect-ratio: 3;
    }

    .informationid_34 .two-column-content {
        flex-direction: column-reverse;
    }

    .blog-gyujto .information-list__wrapper
    {
        grid-template-columns: repeat(auto-fill, minmax(calc(50% - var(--information-list-gutter)), 1fr));
    }

    .information-page-narrow-container .main-container {
        max-width: 662px !important;
    }

    .information__introtext-left,
    .information__introtext-right {
        width: 100%;
    }

    .informationid_53 .information-page-right-side {
        margin-top: 16px;
    }

    .checkout-app-right .sidebar-header {
        background-color: #e3e3e3 !important;
    }

    .checkout-app-right .sidebar-header * {
        color: #3D0128 !important
    }

    .checkout-app .step-container {
        padding-top: 26px !important;
    }

    .checkout_success_body .main-content {
        padding: 20px 0;
    }

    .checkout_success_body .page-head-title {
        color: #3D0128 !important
    }

    .checkout_success_body .confirm-after-next-button {
        background-color: #F2CD00 !important;
        color: #3D0128 !important;
        border-radius: 100px;
        font-size: 16px;
        padding: 12px 16px;
        font-weight: 700;
        display: inline-block;
        border: 0 !important;
        cursor: pointer;
    }

    .sr-login-page-body .sr-container-small, .sr-register-page-body .sr-container-small {
        max-width: 600px !important;
    }

    .informationid_61 #why-choose-us ul {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .informationid_61 #customcontent3 {
        padding: 0 !important;
    }

     .on-opened {
        display: none;
    }

    .opened-mobile-menu .on-closed {
        display: none;
    }

    .opened-mobile-menu .on-opened {
        display: block;
    }


}

@media(max-width: 767px) {
    .header-top__contact-wrapper a img {
        max-width: 12px;
        max-height: 12px;
        margin-right: 4px;
    }

    .header-top__contact-wrapper a {
        font-size: 10px !important;
        margin: 0 7px;
    }

    .header .container, .checkout_success_body .main-content .container {
        max-width: 100%;
    }

    .header-top {
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 0 0 8px 8px;
    }

    .header-middle-container {
        padding: 0 16px;
    }

    .cart-dropdown-toggle, .header-middle-right-box, .header-middle-wishlist-module {
        margin-left: 16px;
    }

    .header-logo-img {
        margin-left: -4px;
    }

    .header-middle {
        border-radius: 0 0 16px 16px;
    }

    #custom-mobile-menu {
        top: 75px
    }

    #custom-mobile-menu .header-menu {
        padding-top: 34px;
        padding-right: 24px;
    }

    .on-closed {
        display: block;
    }

   

    .main-container, #section-bannerslider, #ajandek-kereso-modul-wrapper, #bestseller, .kickerimage-module .module-body, #latest, .category-offer, #featured, #trustindex-mainpage-wrapper, #module_manufactureroffer_wrapper, #subscription-module, footer > .container, .product-page-top-container, .product-page-container, .common-module-head, .account-page-design .main-content .container, .not_found_body .main-content .container, .category-list-body .main-content .container, #customcontent4, #customcontent3, #customcontent11, .header .container, .checkout_success_body .main-content .container {
        max-width: 100% !important;
    }

    .main-container, #section-bannerslider, #ajandek-kereso-modul-wrapper, #bestseller, .kickerimage-module .module-body, #latest, .category-offer, #featured, #trustindex-mainpage-wrapper, #module_manufactureroffer_wrapper, #subscription-module, footer > .container, .product-page-top-container, .product-page-container, .common-module-head, .account-page-design .main-content .container, .not_found_body .main-content .container, .category-list-body .main-content .container, #customcontent4, #customcontent3, #customcontent11 {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    #section-bannerslider {
        padding-top: 22px !important;
        padding-bottom: 22px !important;
    }

    .banner-item__content {
        width: 100% !important;
        left: 4px !important;
        bottom: 45px !important;
    }

    .banner-item__title {
        font-size: 32px !important;
        line-height: 38px !important;
    }

    .banner-item__button-btn {
        font-size: 16px !important;
        padding: 13px 17px;
    }

    .banner-item__container {
        gap: 20px
    }

    .banner-item__subtitle {
        font-size: 16px !important;
    }

    #fake-banner-arrows {
        display: none !important
    }

    #section-bannerslider .slick-dots li button {
        width: 50px;
    }

    #section-bannerslider .slick-dots {
        left: 10px;
        right: unset !important;
        bottom: 15px
    }

    #ajandek-kereso-modul h3 {
        font-size:  32px !important;
    }

    .home-body #ajandek-kereso-modul .left {
        margin-bottom: 46px;
    }

    #ajandek-kereso-modul {
        padding: 25px 15px 8px 15px !important;
    }

    .reszletes_kereso_select_item {
        margin-bottom: 16px;
    }

    /*.ajandekkereso-subpage #reszletes_kereso_select_button > *, #ajandek-kereso-modul #reszletes_kereso_select_button > *, .reszletes_kereso_select > * {
        margin-top: 16px;
    }*/

    #reszletes_kereso_button {
        margin-top: 0 !important;
    }

    #reszletes_kereso_button {
        padding: 12px 20px;
        font-size: 16px;
    }

    .reszletes_kereso_select_cim::before {
        right: 22px
    }

    .module-head h3 {
        font-size: 32px !important;
    }

    .main-content .module-head-title {
        text-align: left;
    }

    .product-module .product-snapshot-vertical.slick-slider .product-snapshot {
        position: relative;
        left: 80px;
    }

    .module-head-check-all {
        display: none;
    }

    .custom-card-footer {
        flex-direction: column;
        margin-top: 5px;
        padding: 0 5px;
    }

    .custom-card-footer > * {
        width: 100% !important;
        margin: 0 auto 16px !important
    }

    #popup-content {
        padding: 24px;
    }

    .main-content .module, .category-offer {
        margin-top: 40px;
    }

    .card__body.product-card__body {
        padding: 0 6px;
    }

    .product-card__title-link.ac-product-card__title-link {
        font-size: 17px;
    }

    .product-card__title {
        margin-top: 6px;
    }

    .custom-card-footer-qty-setter, .tn-details, .tn-add-to-cart {
        height: 48px !important;
    }

    .tn-details, .tn-add-to-cart {
        font-size: 16px !important;
    }

    .qty-setter-minus::before, .qty-setter-plus::before {
        width: 20px;
        height: 2px;
    }

    .qty-setter-plus::after {
        width: 2px;
        height: 20px;
    }

    .actualQuantity {
        font-weight: 600;
        font-size: 16px;
    }

    .kickerimage-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .category-offer .slick-prev, .category-offer .slick-next, #manufactureroffer .slick-prev, #manufactureroffer .slick-next, #bestseller .slick-prev, #bestseller .slick-next,#featured .slick-prev, #featured .slick-next {
        display: none !important
    }

    .kickerimage__title {
        top: 26px;
        left: 23px;
        font-size: 31px;
        font-weight: 600;
    }

    .kickerimage-button {
        font-size: 16px;
        padding: 12px 16px !important;
        left: 21px;
        bottom: 33px;
    } 

    .kickerimage-grid {
        gap: 10px !important
    }

    .category-offers-list li  {
        padding: 0;
        margin-right: 10px;
    }

    .category-offers-list li img {
        width: 200px
    }

    #customcontent4 {
        margin-top: 27px;
    }

    #how-it-works {
        border-radius: 16px;
    }

    #how-it-works .step {
        padding-top: 26px;
    }

    .how-it-works-title {
        font-size: 32px;
    }

    .step-1 {
        padding-left: 14px;
        padding-right: 14px;
    }

    .step-1-main-img {
        display: none;
    }

    .step-1-main-img-mobile {
        display: block 
    }

    .how-it-works-title {
        margin-bottom: 28px;
    }

    .step-1 .step-img-text {
        margin-top: 20px;
    }

    .step-img {
        margin-right: 15px;
    }

    .step-2, .step-3 {
        padding-top: 53px !important;
    }

    .step-3-btn {
        width: 100%;
        text-align: center;
        padding: 15px 20px;
        font-size: 16px;
    }

    #why-choose-us {
        border-radius: 16px;
        padding: 25px 15px 25px;
    }

    #why-choose-us .why-choose-us-btn {
       display: none;
    }

    #why-choose-us .why-choose-us-btn.on-mobile {
        display: block !important;
        text-align: center !important;
    }

    #why-choose-us .bottom {
        flex-wrap: wrap;
    }

    #why-choose-us ul {
        margin-top: 36px;
        margin-bottom: 0;
    }

    #why-choose-us ul li {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 32px;
    }

    .why-choose-us-item .text {
        margin-top: 0;
    }

    .module-head h3.why-choose-us-title {
        font-size: 32px !important;
    }

    .why-choose-us-item .icon {
        margin-right: 16px;
    }

    .why-choose-us-btn {
        font-size: 16px;
        padding: 12px 21px;
    }

    #trustindex-mainpage {
        padding: 125px 15px 20px;
        border-radius: 0 0 16px 16px;
    }

    #trustindex-mainpage .module-head {
        margin-bottom: 10px;
    }

    #trust-index-fake-arrows {
        margin-left: auto;
    }
    
    .company-and-gift-card-item {
        aspect-ratio: 0.82;
        padding: 26px 16px;
    }

    .company-and-gift-card-item-title {
        font-size: 32px;
    }

    .company-and-gift-card-item-lead {
        font-size: 16px;
        margin: 19px 0 26px;
    }

    .company-and-gift-card-item-btn-wrapper .tn-btn {
        font-size: 16px;
        padding: 12px 19px;
    }


    .company-and-gift-card-item-btn-wrapper {
        bottom: 20px
    }

    .company-and-gift-card-item {
        margin-bottom: 27px;
    }

    #newsletter-emailsubscribe .subscribe-box {
        flex-direction: column;
    }

    #subscription-module-wrapper {
        margin-top: 16px;
    }

    #subscription-module-wrapper .subscribe-button {
        align-items: flex-start;
    }

    #newsletter-emailsubscribe input[type="text"], #newsletter-emailsubscribe input[type="email"] {
        width: 100%;
    }

    #subscription-module-wrapper {
        border-radius: 16px 16px 0 0;
    }

    #subscription-module {
        padding-top: 26px;
    }

    #subscription-module .module-head h3 {
        font-size: 24px !important;
    }

    #subscription-module .newsletter-pretext {
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 22px;
    }

    #newsletter-emailsubscribe .subscribe-box__item {
        margin-right: 0;
    }

    .subscribe-box {
        gap: 18px;
    }

    .subscribe-policy {
        margin-top: 18px;
        margin-bottom: 30px;
    }

    footer {
        border-radius: 16px 16px 0 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-main-logo {
        max-width: 138px;
        margin-bottom: 41px;
    }

    .footer-col-sub-title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .footer-ugyfelszolgalat-row {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .footer-ugyfelszolgalat-row img {
        width: 24px;
    }

    .footer-ugyfelszolgalat {
        margin-bottom: 36px;
    }

        #customcontent10 {
        padding-top: 0;
    }

    .ajandekkereso-subpage .reszletes_kereso_select_item {
        margin-right: 0;
    }

    .product-module .product-snapshot-vertical:not(.slick-slider) .product-snapshot, #spanshot_vertical .product-snapshot {
        max-width: 100% !important;
        width: 100% !important;
    }

    .product-image__main-wrapper .slick-dots {
        margin-top: 40px;
    }

    .product-page-left, .product-page-right {
        padding-left:  8px !important;
        padding-right:  8px !important;
    }

    #product-image {
        gap: 18px;
    }

    .product-page-product-name {
        font-size: 24px;
    }

    .product-advantage-item {
        padding: 11px 11px 11px;
    }

    .product-advantages > * {
        width: 100%;
    } 

    .product-advantages {
        padding: 6px 4px;
    }

    #manufactureroffer .module-head-title {
        font-size: 24px !important;
    }

    .tab-menu__item-button-mobile.first-button {
        font-size: 24px;
    }

    .tab-menu__item-button-mobile {
        padding-right: 0 !important;
        color: #3D0128 !important;
        text-align: left;
    }

    #list-map-tabs {
        width: 100%;
    }

    .home-position.product-module:not(#dealofday) .product-snapshot-vertical:not(.slick-slider) .product-snapshot, .product-position.product-module .product-snapshot-vertical:not(.slick-slider) .product-snapshot {
        /*flex-basis: unset !important;*/
        flex-grow: 1;
    }

    /*.product-module .product-snapshot-vertical:not(.slick-slider) .product-snapshot, #spanshot_vertical .product-snapshot {
        margin: 0 !important;
    }*/

    #injected-product-map {
        aspect-ratio: 0.63 !important;
    }

    .moved-ajanlat-content iframe {
        max-width: 100% !important;
    }

    #search-results-grid .search-package-card .product-card {
        flex-direction: column;
    }

    #search-container .product-card__details-list li {
        margin-bottom: 8px;
    }

    #search-container .product-card__details-list {
        font-size: 16px;
    }

    #search-container .product-module .product-snapshot-vertical:not(.slick-slider) .product-snapshot {
        margin: 0 !important;
    }

    #search-container .card__body.product-card__body {
        width: 100%;
    }

    .information-page-body .page-head-title, .information-list-body .page-head-title {
        font-size: 32px !important;
    }

    .information-page-body .information__fulltext.information__item, .information-list-body .information__fulltext.information__item {
        font-size: 16px;
    }

    #why-choose-us ul li {
        flex-wrap: wrap;
    }

    #faq-inner {
        padding: 19px 14px;
    }

    .faq-subtitle {
        font-size: 32px;
    }

    .faq-item-q {
        padding: 13px 40px 13px 16px;
        font-size: 18px;
    }

    .faq-item-q::before {
        right: 23px;
    }

    .faq-item-a {
        font-size: 16px;
    }

    .informationid_61 .why-choose-us-item .text {
        margin-left: 0;
        width: calc(100% - 64px);
    }

    .informationid_32 .form, .informationid_139 .form, .informationid_53 .form {
        padding: 19px 12px;
        line-height: 1.3;
    }

    .contact-form-title {
        margin-bottom: 14px;
    }

    .contact-form-subtitle {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .informationid_32 .company-and-gift-card-item {
        aspect-ratio: 0.82;
    }

    .informationid_34 .information-page-right-side .top {
        padding: 16px;
    }

    .payment-shipping-title {
        font-size: 18px;
    }

    .payment-shipping-lead {
        font-size: 16px;
    }

    .blog-gyujto .information-list__wrapper {
        grid-template-columns: repeat(auto-fill, minmax(calc(100% - var(--information-list-gutter)), 1fr));
    }

    .sr-login-page-body .sr-login-wrapper, .sr-register-page-body .sr-register-wrapper {
        max-width: 90%;
    }    
}

/*#section-bannerslider, #ajandek-kereso-modul-wrapper, #module_bestseller_wrapper, #section-kickerimage, #module_latest_wrapper, #category-offer-who, #module_customcontent4_wrapper, #module_featured_wrapper, #module_customcontent3_wrapper, #trustindex-mainpage-wrapper, #module_manufactureroffer_wrapper,#module_customcontent11_wrapper, #subscription-module-wrapper {display: block;}*/

/*  KOSÁR  */

.empty-cart-bubble {
    margin: 110px auto 50px;
    border-radius: 16px;
    background-color: #fff;
    text-align: center;
    width: 904px;
    max-width: calc(100% - 60px);
    padding: 0 6%;
}

.empty-cart-title {
    font-weight: 600;
    font-size: 32px;
    color: #3D0128;
    margin-bottom:13px;
}

.empty-cart-lead {
    font-weight: 400;
    font-size: 16px;
    color: #494949;
    margin-bottom: 15px;
}

.empty-cart-cta .tn-btn {
    padding: 12px 30px;
    font-weight: 700;
    font-size: 16px;
}

.sr-cart-page-body {
    background-color: #f8f8f8;
}

.sr-cart-page-body .sr-cart-page .page-head h1 {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    color:#3D0128
}

.sr-cart-page-body .page-head-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
}

.sr-cart-page-body .table.sr-cart-table th {
    display: none;
}

/*.sr-cart-page-body .delete-button.cart-button {
    opacity: 0;
    height: 1px;
    width: 1px;
}*/

.sr-cart-page-body .cart-product-name {
    padding-bottom: 0 !important;
}

.sr-cart-page-body .cart-row-price {
    display: none !important;
}

.sr-cart-page-body .cart-buttons-wrapper {
    padding: 0 !important;
}

.delete-cart-items-btn {
    font-weight: 700;
    font-size: 12px;
    width: 107px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background-color: #E3E3E3;
    border-radius: 100px;
    cursor: pointer;
}

.ac-prod-name span {
    font-weight: 600;
    font-size: 18px;
    color: #494949
}

.ac-prod-delete {
    font-weight: 700 !important;
    font-size: 14px !important;
    color:#3D0128 !important;
    position: relative;
}

.ac-prod-delete::before {
   content: "";
  position: absolute;
  right: -31px; /* Innen állíthatod, milyen messze legyen a gomb szélétől */
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  
  background-color: #3D0128; /* Az ikon eredeti színe */
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 7H8H6V20C6 20.1748 6.09738 20.4333 6.33203 20.668C6.56669 20.9026 6.82523 21 7 21H17C17.1748 21 17.4333 20.9026 17.668 20.668C17.9026 20.4333 18 20.1748 18 20V7H16ZM15 4V5H9V4C9 3.82523 9.09738 3.56669 9.33203 3.33203C9.56669 3.09738 9.82523 3 10 3H14C14.1748 3 14.4333 3.09738 14.668 3.33203C14.9026 3.56669 15 3.82523 15 4ZM7 5V4C7 3.17477 7.40262 2.43331 7.91797 1.91797C8.43331 1.40262 9.17477 1 10 1H14C14.8252 1 15.5667 1.40262 16.082 1.91797C16.5974 2.43331 17 3.17477 17 4V5H19H21C21.5523 5 22 5.44772 22 6C22 6.55228 21.5523 7 21 7H20V20C20 20.8252 19.5974 21.5667 19.082 22.082C18.5667 22.5974 17.8252 23 17 23H7C6.17477 23 5.43331 22.5974 4.91797 22.082C4.40262 21.5667 4 20.8252 4 20V7H3C2.44772 7 2 6.55228 2 6C2 5.44772 2.44772 5 3 5H5H7ZM9 17V11C9 10.4477 9.44772 10 10 10C10.5523 10 11 10.4477 11 11V17C11 17.5523 10.5523 18 10 18C9.44772 18 9 17.5523 9 17ZM13 11V17C13 17.5523 13.4477 18 14 18C14.5523 18 15 17.5523 15 17V11C15 10.4477 14.5523 10 14 10C13.4477 10 13 10.4477 13 11Z"/></svg>');
  mask-repeat: no-repeat;
  mask-size: contain;
  
  /* Safari / Webkit támogatás */
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 7H8H6V20C6 20.1748 6.09738 20.4333 6.33203 20.668C6.56669 20.9026 6.82523 21 7 21H17C17.1748 21 17.4333 20.9026 17.668 20.668C17.9026 20.4333 18 20.1748 18 20V7H16ZM15 4V5H9V4C9 3.82523 9.09738 3.56669 9.33203 3.33203C9.56669 3.09738 9.82523 3 10 3H14C14.1748 3 14.4333 3.09738 14.668 3.33203C14.9026 3.56669 15 3.82523 15 4ZM7 5V4C7 3.17477 7.40262 2.43331 7.91797 1.91797C8.43331 1.40262 9.17477 1 10 1H14C14.8252 1 15.5667 1.40262 16.082 1.91797C16.5974 2.43331 17 3.17477 17 4V5H19H21C21.5523 5 22 5.44772 22 6C22 6.55228 21.5523 7 21 7H20V20C20 20.8252 19.5974 21.5667 19.082 22.082C18.5667 22.5974 17.8252 23 17 23H7C6.17477 23 5.43331 22.5974 4.91797 22.082C4.40262 21.5667 4 20.8252 4 20V7H3C2.44772 7 2 6.55228 2 6C2 5.44772 2.44772 5 3 5H5H7ZM9 17V11C9 10.4477 9.44772 10 10 10C10.5523 10 11 10.4477 11 11V17C11 17.5523 10.5523 18 10 18C9.44772 18 9 17.5523 9 17ZM13 11V17C13 17.5523 13.4477 18 14 18C14.5523 18 15 17.5523 15 17V11C15 10.4477 14.5523 10 14 10C13.4477 10 13 10.4477 13 11Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.sr-cart-page.cart-page-vue {
    max-width: 970px;
    margin: 40px auto;
    padding: 38px 45px;
    background-color: #fff;
    border-radius: 16px;
}

.gift-wrapping {
    display: none !important;
}

#summaryBox .col-cart-summary-box-table {
    width: 100%;
}

.sr-cart-page .redeem-help {
    display: none !important
}

.sr-cart-bottom-buttons-row .sr-col-shop-continue .sr-cart-back {
    font-weight: 700 !important;
    font-size: 16px !important;
    color:#3D0128 !important
}

.sr-cart-bottom-buttons-row .ac-next-to-checkout.sr-next-to-checkout {
    padding: 12px 24px;
    font-weight: 700;
    font-size: 16px;
}

.product-extras-title {
    font-weight: 600;
    font-size: 24px;
    color:#3D0128;
    margin-bottom: 20px;
}

#product-extras {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.product-extra-col {
    width: calc(50% - 16px);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.product-extra-col-txt-cta {
    width: calc(100% - 140px);
    padding: 10px 6px;
}

.product-extra-txt {
    font-weight: 600;
    color: #494949;
    font-size: 16px;
    margin-bottom: 10px;
    height: 48px;
}

.product-extra-price-label {
    font-weight: 600;
    color: #3d0128;
    font-size: 16px;
    margin-bottom: 20px;
}

.product-extra-cta {
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #3d0128;
    cursor: pointer;
    border-radius: 100px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
}

.cart-row-image {
    padding: 13px 0 !important;
}

.cart-row-name {
    padding-left: 24px !important;
}

.cart-row-amount {
    padding-right: 0 !important;
}

.sr-cart-table .cart-row-name {
    width: 42% !important;
}

.sr-cart-quantity-input {
    border: 0 !important;    
}

.sr-cart-quantity-input * {
    color:#3D0128 !important
}

.sr-cart-quantity-input .btn {
    background-color: #fff !important;
}

.input-group-btn-minus,
.input-group-btn-plus {
    width: 43px !important;
    height: 48px !important;
}

.input-group-btn-minus button {
    border-radius: 8px 0 0 8px;
    border-top: 1px solid #3D0128 !important;
    border-bottom: 1px solid #3D0128 !important;
    border-left: 1px solid #3D0128 !important;
    width: 43px !important;
    height: 48px !important;
    justify-content: center;

}

.input-group-btn-plus button {
    border-radius: 0 8px 8px 0;
    border-top: 1px solid #3D0128 !important;
    border-bottom: 1px solid #3D0128 !important;
    border-right: 1px solid #3D0128 !important;
    width: 43px !important;
    height: 48px !important;
    justify-content: center;
}

.sr-cart-page-body
.form-control.ac-quantity {
    border-top: 1px solid #3D0128 !important;
    border-bottom: 1px solid #3D0128 !important;
    width: 52px !important;
    height: 48px !important;
    font-size: 16px !important;
}

.sr-cart-quantity-input > * {
    height: 48px !important;
}

.sr-cart-table .cart-row-quantity {
    width: 158px !important;
    padding: 0;
}

.sr-cart-quantity-minus, .sr-cart-quantity-plus {
    width: 19px !important;
    height: auto !important;
}

.cart-row-delete {
    padding-left: 26px !important;
}

.ac-prod-current-price.current-price {
    font-weight: 600 !important;
    color: #494949 !important;
    font-size: 18px !important;
}

.sr-cart-summary-box-table > * {
    font-weight: 600 !important;
    font-size: 24px !important;
    color: #3d0128 !important;
}

#product-extras-wrapper {
    margin-top: 37px;
}

#unique-text-package-select {
    width: 100%;    
    border-radius: 8px;
    border: 1px solid #3D0128;
}

#popup-content #reszletes_kereso_inner {
    width: 100%;
    text-align: left;
}

#popup-content .reszletes_kereso_select_cim {
    width: 100%;
    background-color: #fff;
    border: 1px solid #3D0128;
    color: #3d0128
}

#popup-content .reszletes_kereso_select_cim::before {
    top: 47%;
    border-right: 1px solid #3D0128;
    border-bottom: 1px solid #3D0128;
}

.unique-text-selector-title {
    text-align: left;
    color: #3D0128;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    padding-left: 20px;
}

#unique-text-type-selector-block .radio-card {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background-color: #F4F0F2;
    border-radius: 16px;
    
    text-align: left;
    justify-content: flex-start;
    padding: 12px 12px;
    cursor: pointer;
}

#unique-text-type-selector-block .radio-card input {
    width: 24px;
    height: 24px;
    filter: hue-rotate(40deg);
}

#unique-text-type-selector-block .radio-content {
    margin-left: 20px;
    color:#3D0128;
    font-size: 14px;
    font-weight: 700;
}

.unique-text-popup-window {
    overflow: auto;
    max-height: calc(100vh - 100px);
    padding: 40px 16px !important;
}

.unique-text-popup-window .popup-buttons,
.cart-content-delete-popup-window .popup-buttons {
    justify-content: space-between !important;
}

.unique-text-popup-window .popup-buttons .tn-btn,
.cart-content-delete-popup-window .popup-buttons .tn-btn{
    width: calc(50% - 8px);    
    margin: 0 !important;
}

.unique-text-popup-window .popup-buttons .tn-btn:nth-child(1),
.cart-content-delete-popup-window .popup-buttons .tn-btn:nth-child(1){
    background-color: #E3E3E3 !important;
    color: #3D0128 !important;
}

.unique-text-popup-window .popup-buttons .tn-btn:nth-child(2),
.cart-content-delete-popup-window .popup-buttons .tn-btn:nth-child(2) {
    background-color: #3D0128 !important;
    color: #fff !important;
}

/*.unique-text-popup-window
{
    background-color: #F4F0F2 !important
}*/


#szinek_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.szinek_valaszto_elem {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 4px;
    cursor: pointer;
}

#szerkeszto_inner {width: 317px; margin: 0 auto;box-shadow:0px 6px 24px 0px #1F1F1F14; position: relative; max-width: 100%;}

#uzenet-kartya{width:100%;max-width:90vw;aspect-ratio:0.7219; background-image:url('kartya02_uj.jpg');background-position:center;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;align-items:center;overflow:hidden}

#uzenet-kartya textarea{border: 0 !important; width:68%;text-align:center;resize:none!important;overflow:hidden;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;line-height:1.2;background-color:transparent;outline:1px dashed #8e44ad;display:block;font-family:Arial,Helvetica,sans-serif}

#uzenet-kartya {background-size: cover; background-repeat: no-repeat; background-position: center;}

.egyedi-uzenet-1 #uzenet-kartya {background-image: unset; background: #fff;background-image: url('https://tenapod.shop/custom/tenapod/image/data/uj_udvozlo_1.jpg');background-size: cover; background-repeat: no-repeat; background-position:center;}

.egyedi-uzenet-2  #uzenet-kartya {background-image: url('https://tenapod.shop/custom/tenapod/image/data/kartya03_uj.jpg')}

.egyedi-uzenet-3 #uzenet-kartya {background-image: url('https://tenapod.shop/custom/tenapod/image/data/kartya02_uj.jpg')}

.uzenet-no-outline #uzenet-kartya textarea {outline: 0 !important}

.uzenet-center #uzenet-kartya {justify-content: center;} 

#szovegszerkeszto_panel {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#szovegszerkeszto_panel> * {
    width: 50% !important
}

.card-style-list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.card-style-item {
    width: calc(33.33% - 20px);
    border-radius: 16px;
    outline: 1px solid #b0b0b0;
    margin: 0 10px;
    cursor: pointer;
}

.card-style-item img {
    max-width: 100%;
}

.card-style-item.active {
    outline: 1px solid #3D0128
}

#szerkeszto .egyedi_uzenetek_popup_title, .predefined-text-selector-title, .card-style-selector-title {
    font-weight: 700;
    font-size: 14px;
    color: #3D0128;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 4px;
}

.predefined-text-item {
    background-color: #F4F0F2;
    height: 50px;
    line-height: 50px;
    border-radius: 16px;
    color: #3D0128;
    padding: 0 15px;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 8px;
    text-align: left;
    cursor: pointer;
}

.predefined-text-selector-title-or {
    text-align: center;
    padding: 0 !important;
    margin-bottom: 8px;
}

.ai-text-gen-btn {
    background-color: #f1cd00;
    height: 50px;
    line-height: 50px;
    border-radius: 16px;
    color: #3D0128;
    padding: 0 15px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 16px;
    cursor: pointer;
}

.card-style-item-title {
    font-weight: 600;
    color: #494949;
    font-size: 18px;
    padding: 5px;
    text-align: left;
    padding-left: 16px;
}

#predefined-text-selector-block{
    margin-top: 16px;
}

#szerkeszto {margin-top: 16px;}


    .cart-product-name a {
        position: relative;
    }

    .cart-product-name a span {
        display: block
    }

    .overlay-card-item-title {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
        background-color: #fff !important;
        font-weight: 600;
        font-size: 18px;
        color: #494949;
    }

    .overlay-card-item-title.grey-bg {
        background-color: var(--checkout-grey, #efefef);
    }

    .overlay-card-item-title.checkout-bg {
        bottom: -3px
    }

    .summary-wrapper .overlay-card-item-title {
        background-color: #efefef !important;
    }

    .summary-wrapper .product-name,
    .cart-items .product-name-attribute-wrapper .product-name {
        position: relative
    }

.ai-prompt-title {
    font-weight: 700;
    font-size: 14px;
    color: #3D0128;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 4px;
}

.ai-prompt-textarea-wrapper {
    margin-bottom: 10px;
}

.ai-prompt-textarea {
    height: 98px;
    resize: none;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid #3D0128CC !important;
    width: 100%;
    outline: 0 !important;
    padding: 20px !important;
}

.ai-prompt-lead {
    margin-bottom: 10px;
    color:#3d0128;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

.ai-prompt-cta {
    width: 120px;
    height: 48px;
    background-color: #3d0128;
    color: #fff;
    border-radius: 100px;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    line-height: 48px;
    cursor: pointer;
}

#file-upload-block {
    margin: 16px 0;

}

.file-upload-block-title {
    font-weight: 700;
    font-size: 14px;
    color: #3D0128;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 4px;
}

.file-upload-block-subtitle {
    font-weight: 400;
    font-size: 14px;
    color: #3D0128;
    margin-bottom: 30px;
}

.file-upload-wrapper {
    position: relative;
    aspect-ratio: 1.58;
    border-radius: 16px;
    border: 1px dashed #3d0128;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    overflow: hidden;
}

.file-upload-input {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    opacity: 0;
}

.file-upload-overlay {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.file-upload-overlay span {
    margin-right: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #3d0128;
}


.qr_code_row {
    position: absolute;
    bottom: 40%;
    left: 0;
    width: 100%;
    height: 12.5%;
    text-align: center;
}

.qr_code_row img {
    height: 100%;
}

.red-highlight {
    border: 1px solid red !important;
}

.red-color {
    color: red !important
}

.unique-text-popup-window .popup-buttons.centered-flex {
    justify-content: center !important;
}

.pacakge-extra-slider-item {
    padding: 8px;
}

.pacakge-extra-slider-item-img {
    width: 200px;
    max-width: 100%;
}

.pacakge-extra-slider-item-title {
    color:#3D0128;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 15px;
}

.pacakge-extra-slider-item-price {
    color:#494949;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.pacakge-extra-slider-item-add-to-cart {

}

#results.dropdown-menu.search-results {
    display: none !important
}

#js-cart {
    cursor: pointer;
}

@media(max-width: 991px) {
    .sr-cart-table tr {
        flex-basis: 50% !important;
        width: 50% !important;
    }

    .cart-product-name a span {
        overflow: hidden !important;
    }

    .cart-row-delete {
        padding-left: 0 !important;
    }

    .sr-cart-table .mobile-price-wrapper {
        flex-basis: 40% !important;
    }

    .sr-cart-table td {
        border-bottom: 0 !important;
    }

    .sr-cart-table > * {
        border-bottom: 1px solid #f1f1f1
    }

     .sr-cart-table .cart-row-image {
        flex-basis:  20% !important;
    }

    .sr-cart-table .mobile-price-wrapper {
        align-items: flex-start !important;
    }
    
    #product-extras {
        flex-wrap: wrap;
    }

    .product-extra-col {
        width: 70%;
        margin-bottom: 16px;
    }

    .product-extra-txt {
        height: unset;
    }

    .unique-text-popup-window {
        padding: 16px !important
    }

    .popup-title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .szinek_valaszto_elem {
        margin-bottom: 4px;
    }
}



@media(max-width: 767px) {
    .egyedi_uzenet_tipus_popup_wrapper {padding-top: 20px !important}

   

    .sr-cart-page-body .page-head-center {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .sr-cart-page-body .page-head-center > *{
        width: 100%;
        text-align: left;
    }

    .sr-cart-page.cart-page-vue {
        padding: 15px !important;
    }

    .sr-cart-page-body .sr-cart-page .page-head h1 {
        font-size: 20px;
    }

    .overlay-card-item-title {
        font-size: 15px;
    }

    .delete-cart-items-btn {
        width: 120px !important;
        text-align: center !important;
        margin-top: 15px;
    }

    .sr-cart-table .cart-row-image {
        flex-basis: 20% !important;
    }

    .sr-cart-table .cart-row-name {
        width: 30% !important;
        padding: 5px !important;
    }

    .sr-cart-quantity-minus, .sr-cart-quantity-plus {
        width: 10px !important;
    }

    .sr-cart-quantity-input > * {
        height: 30px !important;
    }

    .sr-cart-page-body .form-control.ac-quantity {
        width: 30px !important;
        height: 30px !important;
        font-size: 15px !important;
    }

    .input-group-btn-minus, .input-group-btn-plus {
        width: 30px !important;
        height: 30px !important;
    }

    .input-group-btn-plus button, .input-group-btn-minus button {
        width: 30px !important;
        height: 30px !important;
    }

    .sr-cart-page-body .form-control.ac-quantity {
        flex: unset !important;
    }

    .sr-cart-table .mobile-price-wrapper {
        flex-basis:  30% !important;
    }

    .ac-prod-current-price.current-price {
        font-size: 14px !important;
    }

    .sr-cart-table tr:nth-child(1) {
        flex-basis: 40% !important;
        width: 40% !important;
    }

    .sr-cart-table tr:nth-child(2) {
        flex-basis: 60% !important;
        width: 60% !important;
    }

    .product-extra-col {
        width: 100%;
    }

    
}

#sticky-add-to-cart {    
    border-radius: 16px;
    background-color: #3D0128;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 32px;
    transition: 0.5s;
    overflow: hidden;
    margin-bottom: 30px;
}

#sticky-add-to-cart.is-visible {
    bottom: 100px;
}

.sticky-img-name {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.sticky-price-add-to {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.sticky-img-name  img {
    margin-right: 16px;
    max-height: 80px;
}

.sticky-add-to-cart-btn {
    margin-left: 16px;
}


@media(max-width: 991px) {
    /*#sticky-add-to-cart {
        display: none !important;
    }*/
    .sticky-img-name, .sticky-price-add-to {
        font-size: 11px;
        padding-right: 5px;

    }

    .sticky-price-add-to {
        white-space: nowrap;
    }

    .sticky-img-name img {
        margin-right: 7px;
    }

    .sticky-add-to-cart-btn {
        margin-left: 7px;
    }
}

.kickerimage__overlay {
    margin: 0 !important
}

.kickerimage__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    aspect-ratio: 1;
    height: 100%;
    background-color: #00000020;
    border-radius: 16px;
}

.offer-elem-img-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.offer-elem-img-wrapper::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(to bottom, transparent, #000000b0);
    border-radius: 16px;
}

@media(max-width: 767px) {
    .offer-elem-img-wrapper::before {
        width: calc(100% - 10px);
    }
}

.hidden-popup-content {
    opacity: 0;
    pointer-events: none;
}

#popup-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #3D0128;
    --_m: 
      conic-gradient(#0000 10%,#000),
      linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
            mask: var(--_m);
    -webkit-mask-composite: source-out;
            mask-composite: subtract;
    animation: l3 1s infinite linear;
}

@keyframes l3 {
  to {
    /* Szóközzel válaszd el, és add meg újra a translate-et is! */
    transform: translate(-50%, -50%) rotate(1turn);
  }
}

.informationid_97 .two-column-content .page-body .information__fulltext.information__item {
    display: none !important
}

#reszletes_kereses_eredmenye .product-snapshot {
    margin-bottom: 16px;
}

.cart-product-name {
    pointer-events: none !important;
}

@media(max-width: 767px) {
    .overlay-card-item-title {
        font-size: 13px !important;
    }

    .ac-prod-delete {
        font-size: 10px !important;
    }

    .ac-prod-delete::before {
        right: -25px !important;
        width: 20px !important;
        height: 20px !important;
    }

    .ac-prod-current-price.current-price {
        font-size: 12px !important;
    }

    .sr-cart-table .mobile-price-wrapper {
        flex-basis: 60% !important;
    }

    .cart-product-name a span {
        max-height:  100px !important;
    }

    .product-card__title-link.ac-product-card__title-link {
        min-height: 48px !important;
    }
}

.breadcrumb-item span {
    font-weight: 500;
    font-size: 14px;
    color: #3D0128;
}

.breadcrumb-item.active span {
    color: #494949;
}

.offer-preview-for-sales .product-image__main-img {
    margin: 0 auto;
    max-width: 324px;
    margin-bottom: 50px;
}

#ajandek-kereso-modul-wrapper.ajandekkereso-subpage {
    padding-top: 5px;
}

.hidden-addtocart-line {
    opacity: 0;
}

.search-button-append {z-index: 99;}
.search-button-append button {
    pointer-events: none;
}

.fixed-header-class {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}


#tab_relatedproducts .card-number-of-programs {
    min-width: 100px;
    top: 15px;
    left: 15px;
}

.home-body .main-content .module {
    margin-top:  55px !important;
}

#app .btn, #app .navigation-button {
    height: 48px !important;
}

#email-validation-btn-wrapper {
    max-width: 100%;
}


@media(max-width: 767px) {
    .unique-text-popup-window#popup-content .reszletes_kereso_select_cim {
        font-size: 12px;
        padding: 6px 10px;
        display: flex;
        align-items: center;
    }

    .unique-text-popup-window#popup-content .reszletes_kereso_select_cim::before {
        right: 10px;
    }

    .pacakge-extra-slider-item-title {
        font-size: 14px !important;
    }

    .pacakge-extra-slider-item-add-to-cart {
        padding: 10px 22px;
    }

    #package-extra-slider {
        margin-bottom: 20px;
    }

    .home-body .main-content .module {
        margin-top:  30px !important;
    }

    .sr-cart-page-body .cart-product-name a span {
        font-size: 0;
    }

    .sr-cart-page-body .overlay-card-item-title {
        position: unset !important;
    }

    .module-head-check-all.module-head-check-all-mobile {
        display: block !important
    }

    .product-card__title {
        margin-bottom: 0 !important;
    }

    .mobile-coupon-input .sr-coupon-input .input-group-btn {
        top: 3px !important;
        right: -3px !important;
    }

    .mobile-coupon-input .sr-coupon-input .input-group-btn button {
        width: auto !important;
        font-size: 14px !important;
        padding: 12px 15px !important;
    }

}

.header-navbar-top-right-search {
    position: relative;
}

.header-navbar-top-right-search svg {
    color: #fff;
    width: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    cursor: pointer;
}

#tn-search-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0 !important;
    outline: 0 !important;
    background-color: transparent !important;
    color: #fff !important;
    padding-left: 20px;
}

#tn-search-input::placeholder {
    color: #FFFFFF80 !important;
}

#search-results-grid-offers {
    margin-top: 30px;
}

#search-results-grid-offers .custom-card-footer-add-to-cart.tn-add-to-cart{
    display: none !important;
}

#search-results-grid-offers .list_div_item {
    margin-bottom: 20px;
}

#search-results-grid-offers .ac-product-card__title-link {
    font-size: 18px !important;
}

@media(max-width: 767px) {
    #search-results-grid-offers .search-package-card-offer {
        max-width: 324px !important;
    }

    #search-results-grid-offers {
        justify-content: flex-start;
    }
}