.h-id #customcontent10,
.e-id #customcontent10,
.t-id #customcontent10{
	display: none !important;
}

.header-hamburger-button{
	border-radius: 30px !important;
}

.headermenu-list .nav-link {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.headermenu-list .headermenu-list__item:last-child .headermenu-list__item-link {
    background-color: #F28933 !important;
    color: #fff !important;
    border-radius: 30px !important;
    padding: 8px 20px !important;
    margin-left: 10px !important;
    font-weight: 700 !important;
    display: inline-block !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.headermenu-list .headermenu-list__item:last-child .headermenu-list__item-link::after {
    content: none !important;
    display: none !important;
}

.headermenu-list .headermenu-list__item:last-child .headermenu-list__item-link:hover {
    background-color: #fff !important;
    color: #1a263e !important;
    text-decoration: none !important;
}

@media (max-width: 991.98px) {
	.header-hamburger-button{
		border-radius: 0px !important;
	}
}
/*
.sr-cart-table .row-danger-box td {
	background: #007d0b;}

.sr-cart-table .row-danger {
    border: 2px solid #007d0b;
}*/

.sr-cart-table .row-danger-box td {
	display:none;}

.sr-cart-table .row-danger {
    border: 2px solid #fff;
}

div.cart-action-list-item.alert.alert-warning {display:none;}
/* Sikeres kapcsolatfelvétel oldal */


.page-body.success-page-body .page-head{
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin: 60px auto 30px;
    width: 100%;
}

.page-body.success-page-body .success-page-buttons{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.page-body.success-page-body .success-page-buttons .btn{
    padding: 16px 42px;
    font-size: 18px;
}
.js-wishlist-comment-toggle{ display: none; }

/* A bal oszlop 100%-osra nyújtása a köszönőoldalon */


body.informationid_82 .column-content-left {
    width: 100% !important;
    flex: 0 0 100% !important; 
}

/* A felesleges üres jobb oszlop eltüntetése */
body.informationid_82 .column-right {
    display: none !important;
}



.informationid_76 .row table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #ffffff;
    border: 1px solid rgba(37, 51, 82, 0.10);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(37, 51, 82, 0.08);
    color: #253352;
    font-size: 15px;
    line-height: 1.5;
}

.informationid_76 .row table td {
    padding: 18px 24px;
    border: 0;
    border-bottom: 1px solid rgba(37, 51, 82, 0.08);
    vertical-align: middle;
    background: #fff;
}

.informationid_76 .row table tr:last-child td {
    border-bottom: 0;
}

.informationid_76 .row table td:first-child {
    width: 38%;
    font-weight: 700;
    color: #253352;
    background: #f7f8fb;
}

.informationid_76 .row table td:last-child {
    color: #3d4658;
    font-weight: 500;
    background: #ffffff;
}

.informationid_76 .row table tr:hover td {
    background: #fffaf6;
}

.informationid_76 .row table tr:hover td:first-child {
    color: #f28933;
}

.informationid_76 .row table td:first-child {
    position: relative;
}

.informationid_76 .row table td:first-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 0;
    border-radius: 0 4px 4px 0;
    background: #f28933;
    transform: translateY(-50%);
    transition: height 0.2s ease;
}

.informationid_76 .row table tr:hover td:first-child::before {
    height: 28px;
}

.informationid_76 .row table a {
    color: #253352;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.informationid_76 .row table a:hover {
    color: #f28933;
}

@media (max-width: 768px) {

    .informationid_76 .row table {
        font-size: 14px;
        border-radius: 12px;
    }

    .informationid_76 .row table td {
        padding: 15px 18px;
    }

    .informationid_76 .row table td:first-child {
        width: 40%;
    }
}

@media (max-width: 600px) {

    .informationid_76 .row table {
        display: block;
        width: 100%;
        border-radius: 12px;
    }

    .informationid_76 .row table tbody {
        display: block;
        width: 100%;
    }

    .informationid_76 .row table tr {
        display: block;
        width: 100%;
        padding: 14px 18px;
        border-bottom: 1px solid rgba(37, 51, 82, 0.08);
    }

    .informationid_76 .row table tr:last-child {
        border-bottom: 0;
    }

    .informationid_76 .row table td {
        display: block;
        width: 100% !important;
        padding: 0;
        border: 0;
        background: transparent;
    }

    .informationid_76 .row table td:first-child {
        margin-bottom: 5px;
        padding-left: 0;
        background: transparent;
        font-size: 12px;
        line-height: 1.4;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        color: #253352;
    }

    .informationid_76 .row table td:last-child {
        background: transparent;
        font-size: 15px;
        line-height: 1.5;
        color: #3d4658;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .informationid_76 .row table tr:hover td {
        background: transparent;
    }

    .informationid_76 .row table tr:hover td:first-child {
        color: #f28933;
    }

    .informationid_76 .row table td:first-child::before {
        display: none;
    }
}

@media (max-width: 400px) {

    .informationid_76 .row table tr {
        padding: 13px 15px;
    }

    .informationid_76 .row table td:last-child {
        font-size: 14px;
    }
}

span.announcement-bar-title {color:white;}

.account_forgotten_body div.content.account-form-gutter {
	padding-bottom: 20px;
}