    /* .row>.column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
} */
    
     ::-webkit-scrollbar {
        width: 8px;
    }
    /* ::-webkit-scrollbar-button:single-button {
        background-color: #3e3e3e;
        display: block;
        border-style: solid;
        height: 15px;
        width: 20px;
    } */
    /* Up */
    /* ::-webkit-scrollbar-button:single-button:vertical:decrement {
        border-width: 0 10px 20px 10px;
        border-color: transparent transparent #FFFFFF transparent;
    }
    
     ::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
        border-color: transparent transparent #737373 transparent;
    } */
    /* Down */
    /* ::-webkit-scrollbar-button:single-button:vertical:increment {
        border-width: 20px 10px 0 10px;
        border-color: #FFFFFF transparent transparent transparent;
    }
    
     ::-webkit-scrollbar-button:vertical:single-button:increment:hover {
        border-color: #737373 transparent transparent transparent;
    }
     */
    
     ::-webkit-scrollbar-thumb {
        background: #D7181E;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    }
    
     ::-webkit-scrollbar-thumb:hover {
        background: #b8141a;
    }
    
     ::-webkit-scrollbar-thumb:active {
        background: #a11217;
    }
    
     ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #3e3e3e;
    }
    
    a:hover {
        cursor: pointer;
    }
    
    .anyag-list-border {
        border-top: outset 4px;
        margin-bottom: 20px !important;
    }
    
    .no-border {
        border: none !important;
    }
    
    .icon-left:before {
        padding-right: 10px;
    }
    
    .icon-left-far:before {
        padding-right: 30px;
    }
    
    .icon-right:before {
        padding-left: 10px;
    }
    
    .required {
        color: #D7181E;
    }
    
    .icon-left-flipped::before {
        padding-left: 10px;
    }
    
    .footer-text {
        font-weight: normal;
        font-family: 'roboto condensed';
    }
    
    .kinalat-cim {
        font-size: 40px;
    }
    
    .kinalat {
        font-size: 20px;
    }
    
    .tomlo-a {
        color: #3e3e3e;
    }
    
    .import-label {
        margin-bottom: 0;
    }
    
    .equip-a {
        color: #3e3e3e;
    }
    
    .item-card-tomlo {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        transition: 0.3s;
        border-radius: 10px
    }
    
    .outfit-correction {
        padding-top: 54px;
    }
    
    .outfit-title {
        text-align: center;
        background: #D7181E;
        /* border-radius: 20px 20px 20px 20px; */
        color: white;
        padding: 10px 10px 10px 10px;
    }
    
    .icon-middle:before {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    body.kapcsolat li.kapcsolat {
        background-color: #D7181E;
    }
    
    body.webshop li.webshop {
        background-color: #D7181E;
    }
    
    body.bermunka li.bermunka {
        background-color: #D7181E;
    }
    
    body.termekek li.termekek {
        background-color: #D7181E;
    }
    
    body.termekek li.termekek a i {
        -webkit-animation: fa-spin 2s infinite linear;
        animation: fa-spin 2s infinite linear;
    }
    
    body.termekek-tartozek li.termekek {
        background-color: #D7181E;
    }
    
    body.termekek-tartozek li.termekek a i {
        -webkit-animation: fa-spin 2s infinite linear;
        animation: fa-spin 2s infinite linear;
    }
    
    .termek-description-font {
        font-size: 16px;
    }
    
    .menu-active {
        background-color: #D7181E;
    }
    
    body.galeria li.galeria {
        background-color: #D7181E;
    }
    
    body.rolunk li.rolunk {
        background-color: #D7181E;
    }
    
    body.index li.index {
        background-color: #D7181E;
    }
    
    .parent-spin:hover .child-spin {
        -webkit-animation: fa-spin 2s infinite linear;
        animation: fa-spin 2s infinite linear;
    }
    
    .menu-text {
        font-size: 18px;
        font-weight: normal;
        font-family: 'Roboto Condensed';
    }
    
    .fejlec-profile-color {
        color: #00000066;
    }
    
    .fejlec-text {
        vertical-align: middle;
        font-size: 18px;
        font-weight: normal;
        font-family: 'Roboto Condensed';
    }
    
    .menu-text-pad {
        font-size: 18px;
        padding-left: 10px;
        font-weight: normal;
        font-family: 'Roboto Condensed';
        color: white;
    }
    
    .item-card-tomlo:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
        background-color: #D7181E;
        color: #FFFFFF !important;
    }
    
    .item-card-description-tomlo {
        padding: 0px 12.5px 0px 12.5px;
        text-align: initial;
    }
    
    .item-card-category-tomlo {
        padding-bottom: 10px;
        text-align: center;
    }
    
    .card-deck {
        padding: 10px;
        transition: 400ms ease-in-out;
    }
    
    .card-deck:hover {
        box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.6);
    }
    
    .header-motto {
        margin-top: 10px;
    }
    
    .header-icon {
        margin-top: 10px;
    }
    
    .float-left {
        float: left;
    }
    
    .float-right {
        float: right;
    }
    
    .icon-text-white {
        color: white;
        font-weight: normal;
        padding-left: 10px;
    }
    
    .card-bot-pad {
        padding-bottom: 33px;
    }
    
    .center {
        text-align: center;
    }
    
    .card-no-padding {
        padding: 0px;
    }
    
    .contact-list-icon {
        float: left;
        font-style: normal;
    }
    
    .query-table-last-row-empty {
        background-color: white !important;
    }
    
    .query-table-last-row-data {
        font-weight: bold;
        color: white;
        background-color: #D7181E !important;
    }
    
    .query-table-last-row-text {
        text-align: right;
    }
    
    .contact-list-item {
        color: #656565;
    }
    
    .itemlist-checkbox {
        height: 31px;
        width: 31px;
    }
    
    .inline-block {
        display: inline-block;
    }
    
    .contact-list-text-top {
        margin: 0px;
        font-size: 16px;
    }
    
    .mapouter {
        position: relative;
        text-align: right;
        height: 450px;
        width: auto;
    }
    
    .anyag-font {
        font-size: 25px;
    }
    
    .gmap_canvas {
        overflow: hidden;
        background: none !important;
        height: 450px;
        width: auto;
    }
    
    .contact-list-text {
        margin: 0px;
        font-size: 16px;
        padding-bottom: 20px;
    }
    
    .contact-text-single {
        padding-top: 20px;
    }
    
    .contact-offset {
        vertical-align: top;
    }
    
    .contact-item {
        margin-left: 23px;
    }
    
    .contact-list {
        margin-left: 135px;
    }
    
    .location-about {
        margin-top: 20px;
        vertical-align: middle;
        text-align: center;
    }
    /* Create four equal columns that floats next to eachother */
    /* .column {
    float: left;
    width: 25%;
} */
    /* The Modal (background) */
    
    .gal-modal {
        display: none;
        position: fixed;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: black;
        z-index: 999;
    }
    /* Modal Content */
    
    .gal-modal-content-desktop {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        width: 50%;
        max-width: 1200px;
        z-index: 1000;
    }
    
    .gal-modal-content-mobile {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        width: 100%;
        max-width: 1200px;
        z-index: 1000;
    }
    
    .desktop-portrait {
        width: 22.5%;
    }
    
    .desktop-portrait-gear {
        width: 37.5%;
    }
    
    .mobile-portrait {
        width: 90%;
    }
    /* The Close Button */
    
    .close {
        color: #D7181E;
        position: absolute;
        top: 10px;
        right: 25px;
        font-size: 35px;
        font-weight: bold;
        opacity: 1;
        text-shadow: none;
    }
    
    .close:hover,
    .close:focus {
        color: rgb(255, 0, 0);
        text-decoration: none;
        cursor: pointer;
    }
    /* Hide the slides by default */
    
    .mySlides {
        display: none;
    }
    
    .show-item {
        display: block;
    }
    
    .hide-item {
        display: none;
    }
    /* Next & previous buttons */
    
    .prev-gallery,
    .next-gallery {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        padding: 16px;
        margin-top: -50px;
        color: #D7181E;
        font-weight: bold;
        font-size: 20px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
    }
    /* Position the "next button" to the right */
    
    .next-gallery {
        right: 0;
        border-radius: 3px 0 0 3px;
    }
    
    .prev-gallery {
        left: 0;
        border-radius: 3px 0 0 3px;
    }
    /* On hover, add a black background color with a little bit see-through */
    
    .prev-gallery:hover,
    .next-gallery:hover {
        background-color: rgba(255, 255, 255, 0.247);
    }
    /* Number text (1/3 etc) */
    
    .numbertext {
        background: rgba(255, 255, 255, 0.7);
        border-radius: 5px;
        color: #D7181E;
        font-size: 12px;
        padding: 8px 12px;
        position: absolute;
        top: 0;
    }
    /* Caption text */
    
    .caption-container {
        text-align: center;
        background-color: black;
        padding: 2px 16px;
        color: white;
    }
    
    img.demo {
        opacity: 0.6;
    }
    
    .active,
    .demo:hover {
        opacity: 1;
    }
    
    img.hover-shadow {
        transition: 0.3s;
    }
    
    .hover-shadow:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    
    .item-list-no-bullet {
        list-style-type: none;
    }
    
    .item-menu-dynamic {
        height: 100%;
        margin-top: 10px;
        padding: 0px;
        transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
    
    .item-menu {
        height: 100%;
        margin-top: 10px;
        padding: 0px;
    }
    
    .item-menu-dynamic:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
        transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
    
    .item-list-1st-row {
        height: 430px;
    }
    
    @media (max-width: 1000px) {
        .item-list-1st-row {
            height: auto;
        }
    }
    
    .item-card-title {
        font-size: 14px;
    }
    
    .card-title {
        background-color: #3e3e3e;
        padding: 10px;
        color: #fff;
        font-weight: 500;
    }
    
    .card-price {
        font-size: 18px;
    }
    
    .orkan-grey[class^="fa-"]:before,
    .orkan-grey[class*=" fa-"]:before {
        color: #3e3e3e !important;
    }
    
    .item-card-title-text {
        padding-top: 20px;
        font-size: 16px;
    }
    
    .item-card-desc {
        font-size: 18px;
    }
    
    .item-card-border {
        border-style: solid;
        border-color: #3e3e3e;
        background: #3e3e3e;
        color: #FFFFFF;
    }
    
    .item-card-border-round {
        border-style: solid;
        border-color: #3e3e3e;
        border-radius: 20px;
        background: #3e3e3e;
        color: #FFFFFF;
    }
    
    .item-card-no-pad {
        margin: 0px;
        padding: 0px;
    }
    
    .item-list-border-black {
        border-right-width: initial;
        border-right-style: groove;
        border-right-color: #656565;
    }
    
    .item-list-border-red {
        border-right-width: initial;
        border-right-style: groove;
        border-right-color: #FF0000;
    }
    
    .item-list-border-black-mobile {
        border-bottom-width: initial;
        border-bottom-style: groove;
        border-bottom-color: #656565;
        padding-bottom: 10px;
    }
    
    .item-list-border-red-mobile {
        border-bottom-width: initial;
        border-bottom-style: groove;
        border-bottom-color: #FF0000;
        padding-bottom: 10px;
    }
    
    .item-list-sub-li-icon {
        padding-right: 9px;
        margin-left: 2px;
    }
    
    .item-details-sub-li-icon {
        padding-right: 25px;
        margin-left: 2px;
    }
    
    .item-list-sub-li-pad {
        padding-top: 20px;
    }
    
    .item-details-sub-li-pad {
        padding-top: 20px;
        font-size: 18px;
    }
    
    .item-details-ul-pad {
        padding-left: 10px;
        margin-bottom: 20px;
    }
    
    .item-details-sub-desc-red {
        padding: 5px 5px 5px 5px;
        color: #FFFFFF;
        background-color: #D7181E;
        border-radius: 10px 10px 10px 10px;
        text-align: center;
    }
    
    .item-details-sub-desc-antra {
        padding: 5px 5px 5px 5px;
        color: #FFFFFF;
        background-color: #3e3e3e;
        border-radius: 10px 10px 10px 10px;
        text-align: center;
    }
    
    .item-list-text {
        font-size: 18px;
        color: #656565;
    }
    
    .item-list-text:hover {
        color: #D7181E;
    }
    
    .item-list-full-img {
        padding-left: 45px;
    }
    
    .item-card {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        transition: 0.3s;
        border-radius: 10px;
    }
    
    .img-card {
        border-radius: 10px 10px 0 0;
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    }
    
    .item-card:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    }
    
    .header-info {
        display: inline-block;
    }
    
    .item-hr {
        display: initial;
    }
    
    .item-hr-border {
        border: none;
    }
    
    .search-no-result {
        display: none
    }
    
    .fuvoka-id {
        text-align: center;
        font-size: 20px;
    }
    
    .item-card-description-mm2010 {
        padding: 0px 12.5px 17.133px 12.5px;
        text-align: initial;
    }
    
    .item-card-description-three-line {
        padding: 0px 12.5px 25px 12.5px;
        text-align: initial;
    }
    
    .item-card-description-fuvoka {
        height: 52px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .item-card-description-two-line {
        padding: 0px 12.5px 50.3px 12.5px;
        text-align: initial;
    }
    
    .item-card-description-one-line {
        padding: 0px 12.5px 71px 12.5px;
        text-align: initial;
    }
    
    .item-card-description-seven-line {
        padding: 0px 12.5px 117px 12.5px;
        text-align: initial;
    }
    
    .item-card-description-nine-line {
        padding: 0px 12.5px 163px 12.5px;
        text-align: initial;
    }
    
    .item-card-category {
        padding-bottom: 10px;
    }
    
    .item-card-title-extra {
        margin-bottom: 33px;
    }
    
    .dimension-table-td {
        border-style: solid;
        text-align: center;
        font-size: 18px;
        border-color: #3e3e3e;
        padding: 10px 10px 10px 10px;
    }
    
    .dimension-table-th {
        font-size: 20px;
        border-style: solid;
        border-color: #3e3e3e;
        text-align: center;
        padding: 10px 10px 10px 10px;
    }
    
    .dimension-table {
        margin-top: 20px;
        width: -webkit-fill-available;
        width: -moz-available;
    }
    
    .dimension-table-last {
        margin-top: 20px;
        width: -webkit-fill-available;
        width: -moz-available;
        margin-bottom: 20px;
    }
    
    .mobile-only {
        display: none !important;
    }
    
    @media (max-width: 1000px) {
        .dimension-table {
            margin-top: 20px;
            width: -webkit-fill-available;
            width: -moz-available;
            margin-bottom: 20px;
        }
    }
    
    @media (max-width: 1000px) {
        .contact-list {
            margin-left: 0px;
        }
    }
    
    @media (max-width: 1000px) {
        .dimension-table-ext {
            table-layout: fixed;
            width: 900px !important;
            margin-top: 20px;
            border: hidden;
            margin-bottom: 20px;
        }
    }
    
    @media (max-width: 1000px) {
        .third-right-btn {
            float: none;
        }
    }
    
    @media (max-width: 355px) {
        .second-right-btn {
            float: none;
            margin-top: 20px;
        }
    }
    
    @media (max-width: 459px) {
        .third-right-btn {
            float: none;
            margin-top: 20px;
        }
    }
    
    @media (max-width: 513px) {
        .third-right-bot-btn {
            float: none;
            margin-top: 20px;
        }
    }
    
    @media (max-width: 1000px) {
        .fourth-right-btn {
            float: none;
        }
    }
    
    @media (max-width: 673px) {
        .fourth-right-btn {
            float: none;
            margin-top: 20px;
        }
    }
    
    @media (max-width: 1050px) {
        .checkbox-select-grid {
            display: grid !important;
        }
    }
    
    @media (max-width: 1050px) {
        .checkbox-select-item {
            margin-bottom: 10px;
        }
    }
    
    @media (max-width: 1050px) {
        .checkbox-select-btn {
            margin: auto !important;
        }
    }
    
    @media (max-width: 1200px) {
        .mobile-only {
            display: block !important;
        }
    }
    
    @media (max-width: 1000px) {
        .admin-table {
            width: 900px !important;
            margin-top: 20px;
            border: hidden;
            margin-bottom: 20px;
        }
    }
    
    @media (max-width: 1000px) {
        .admin-table-auto {
            width: 900px !important;
            margin-top: 20px;
            border: hidden;
            margin-bottom: 20px;
        }
    }
    
    @media (max-width: 1000px) {
        .admin-table-auto-2 {
            margin-top: 20px;
            border: hidden;
            margin-bottom: 20px;
        }
    }
    
    @media (max-width: 1000px) {
        .admin-table-margin-bot {
            margin-bottom: 20px;
        }
    }
    
    @media (max-width: 1000px) {
        .dimension-table-ext-last {
            table-layout: fixed;
            width: 1000px !important;
            margin-top: 20px;
            border: hidden;
            margin-bottom: 20px;
        }
    }
    
    .dimension-table-td-ext {
        border-style: solid;
        border-left: hidden;
        text-align: left;
        font-size: 18px;
        border-color: #3e3e3e;
        padding: 15px;
    }
    
    .dimension-table-td-ext-6 {
        border-style: solid;
        border-left: hidden;
        text-align: center;
        font-size: 18px;
        border-color: #3e3e3e;
        padding: 15px;
    }
    
    .dimension-table-th {
        font-size: 20px;
        border-style: solid;
        border-color: #3e3e3e;
        text-align: center;
        padding: 10px 10px 10px 10px;
    }
    
    .szoras-title {
        text-align: center;
        background: #3e3e3e;
        /* border-radius: 20px 20px 20px 20px; */
        color: white;
        padding: 10px 10px 10px 10px;
        margin-bottom: 30px;
    }
    
    .dimension-table-ext {
        border: hidden;
        margin-top: 20px;
        width: -webkit-fill-available;
        width: -moz-available;
    }
    
    .dimension-table-ext-last {
        margin-top: 20px;
        border: hidden;
        width: -webkit-fill-available;
        width: -moz-available;
        margin-bottom: 20px;
    }
    
    .table-o {
        overflow-x: auto;
    }
    
    .accordion-item-details {
        margin-top: 20px;
        margin-bottom: 20px;
        width: -moz-available;
    }
    
    .video-fill {
        height: 350px;
        width: -webkit-fill-available;
        width: -moz-available;
    }
    
    .antra {
        color: #3e3e3e;
    }
    
    .btn-tabs {
        color: #e3e3e3 !important;
        background-color: #3e3e3e !important;
        border-color: #3e3e3e !important;
        border-radius: 10px 10px 10px 10px !important;
    }
    
    .btn-tabs:hover {
        color: #e3e3e3 !important;
        background-color: #D7181E !important;
        border-color: #D7181E !important;
        border-radius: 10px 10px 10px 10px !important;
    }
    
    .btn-filter {
        color: #e3e3e3;
        background-color: #3e3e3e;
        border-color: #3e3e3e;
        border-radius: 10px 10px 10px 10px;
    }
    
    .btn-filter:hover {
        color: #e3e3e3;
        background-color: #D7181E;
        border-color: #D7181E;
        border-radius: 10px 10px 10px 10px;
    }
    
    .filter-li {
        padding: 10px 0px 10px 15px
    }
    
    .img-items {
        border-radius: 10px 10px 10px 10px;
    }
    
    .item-list-text {
        margin-top: 30px;
        padding-bottom: 15px;
    }
    
    .accordion-item {
        background-color: #3e3e3e;
        color: #FFFFFF;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        transition: 0.4s;
    }
    
    .order-accordion {
        width: auto !important;
    }
    
    .active-accordion,
    .accordion-item:hover {
        background-color: #D7181E;
    }
    
    .accordion-item:after {
        content: '\002B';
        color: #FFFFFF;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }
    
    .active-accordion:after {
        content: "\2212";
    }
    
    .panel-item {
        padding: 0 18px;
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }
    
    .item-color-display-div {
        width: 300px;
        display: inline-grid;
    }
    
    .item-color-display {
        width: 100%;
        height: 75px;
    }
    
    @media (max-width: 1000px) {
        .item-color-display-div {
            width: auto;
            display: inline-grid;
        }
    }
    
    .video-container {
        padding-left: 20px;
        padding-right: 20px;
        height: auto;
        position: relative;
        overflow: hidden;
    }
    /* The grid: Four equal columns that floats next to each other */
    
    .item-details-row {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .item-details-column {
        float: left;
        width: 25%;
        padding: 10px;
    }
    /* Style the images inside the grid */
    
    .item-details-column img {
        opacity: 0.8;
        cursor: pointer;
    }
    
    .item-details-column img:hover {
        opacity: 1;
    }
    /* Clear floats after the columns */
    /* The expanding image container */
    
    .item-details-container {
        position: relative;
    }
    /* Expanding image text */
    
    #imgtext {
        position: absolute;
        bottom: 15px;
        left: 15px;
        color: white;
        font-size: 20px;
    }
    
    .route-li {
        float: left;
        display: block;
        padding: 5px 10px;
    }
    
    .selected-img {
        border-bottom: solid !important;
        border-bottom-color: #D7181E !important;
    }
    
    .item-details-border-right {
        border-right: solid;
        border-right-color: #3e3e3e;
        border-right-width: thick;
        margin-bottom: 40px;
    }
    
    .item-details-border-left {
        border-left: solid;
        border-left-color: #3e3e3e;
        border-left-width: thick;
        margin-bottom: 40px;
    }
    
    .item-details-border-right-thin {
        border-right: solid;
        border-right-color: #3e3e3e;
        border-right-width: 2px;
        margin-bottom: 40px;
    }
    
    .item-details-border-left-thin {
        border-left: solid;
        border-left-color: #3e3e3e;
        border-left-width: 2px;
        margin-bottom: 40px;
    }
    
    .item-title {
        font-size: 55px;
    }
    
    .item-sub-title {
        font-size: 22px;
    }
    /*set extra style for the cancel button*/
    
    .cancelbtn {
        width: auto;
        padding: 10px 18px;
        background-color: #f44336;
    }
    /*centre the display image inside the container*/
    
    .imgcontainer {
        text-align: center;
        margin: 24px 0 12px 0;
        position: relative;
    }
    /*set image properties*/
    
    img.avatar {
        width: 40%;
        border-radius: 50%;
    }
    /*set padding to the container*/
    
    .container-login {
        padding: 16px;
    }
    /*set the forgot password text*/
    
    span.psw {
        float: right;
        padding-top: 16px;
    }
    /*set the Modal background*/
    
    .modal-login {
        z-index: 50000;
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
        padding-top: 60px;
    }
    /*style the model content box*/
    
    .modal-content-login {
        background-color: #fefefe;
        margin: 5% auto 15% auto;
        border: 1px solid #888;
        width: 40%;
        z-index: 60000;
    }
    
    .modal-login-form {
        margin: 10% auto;
        width: 50%;
    }
    /*style the close button*/
    
    .close-login {
        float: right;
        color: #FFFFFF;
        font-size: 35px;
        font-weight: bold;
        width: 8%;
        background-color: #D7181E;
        border: none;
        border-radius: 50%;
        margin: 5px;
    }
    
    .close-login:hover,
    .close-login:focus {
        cursor: pointer;
    }
    
    .mobile-header {
        display: none;
    }
    
    .desktop-header {
        display: block;
    }
    /* add zoom animation*/
    
    .animate {
        -webkit-animation: animatezoom 0.6s;
        animation: animatezoom 0.6s
    }
    
    @-webkit-keyframes animatezoom {
        from {
            -webkit-transform: scale(0)
        }
        to {
            -webkit-transform: scale(1)
        }
    }
    
    @keyframes animatezoom {
        from {
            transform: scale(0)
        }
        to {
            transform: scale(1)
        }
    }
    
    @media screen and (max-width: 300px) {
        span.psw {
            display: block;
            float: none;
        }
        .cancelbtn {
            width: 100%;
        }
    }
    
    @media (max-width: 1000px) {
        .item-details-border-left {
            border: none;
        }
    }
    
    @media (max-width: 1000px) {
        .item-details-border-right {
            border: none;
        }
    }
    
    @media (max-width: 1000px) {
        .item-details-border-left-thin {
            border: none;
        }
    }
    
    @media (max-width: 1000px) {
        .item-details-border-right-thin {
            border: none;
        }
    }
    
    @media (max-width: 1000px) {
        .desktop-header {
            display: none;
        }
        .mobile-header {
            display: block;
        }
    }
    
    @media (max-width: 575.98px) {
        .header-info {
            display: none;
        }
    }
    
    @media (max-width: 575.98px) {
        .navi-icons {
            display: none;
        }
    }
    
    @media (max-width: 575.98px) {
        .item-hr {
            display: none;
        }
    }
    
    @media (max-width: 575.98px) {
        .item-hr-border {
            border-bottom-width: initial;
            border-bottom-style: groove;
            border-bottom-color: #656565;
            padding-bottom: 10px;
        }
    }
    
    @media (max-width: 1200px) {
        .menu-text-pad {
            font-size: 18px;
            padding-left: 0px;
            font-weight: normal;
            font-family: 'Roboto Condensed';
        }
    }
    /* * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    } */
    
    ul.breadcrumb-navi {
        margin-left: 50px;
        display: inline-block;
        list-style: none;
    }
    
    body.termekek-all ul.breadcrumb-navi {
        margin-left: 30px;
        display: inline-block;
        list-style: none;
    }
    
    ul.breadcrumb-navi li {
        float: right;
        padding: 5px;
        background-color: #D7181E;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        position: relative;
        margin-left: -50px;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        margin-top: 3px;
    }
    
    ul.breadcrumb-navi li a {
        overflow: hidden;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        text-decoration: none;
        height: 35px;
        color: white;
        background-color: #3e3e3e;
        text-align: center;
        min-width: 50px;
        display: block;
        line-height: 36px;
        padding-left: 52px;
        padding-right: 33.33333px;
        width: 50px;
    }
    
    ul.breadcrumb-navi li a .icon {
        display: inline-block;
    }
    
    ul.breadcrumb-navi li a .text {
        display: none;
        opacity: 0;
    }
    
    ul.breadcrumb-navi li a:hover {
        width: 300px;
        background-color: #D7181E;
    }
    
    ul.breadcrumb-navi li a:hover .text {
        display: inline-block;
        opacity: 1;
    }
    
    ul.breadcrumb-navi li:last-child a {
        padding: 0;
    }
    
    ul.breadcrumb-navi li:last-child:hover {
        padding: 0px;
        margin-top: 0;
    }
    
    ul.breadcrumb-navi li:last-child:hover a {
        width: 60px;
        height: 55px;
        line-height: 60px;
    }
    
    .festes-img-with-text {
        position: relative;
        text-align: center;
        height: 380px;
        background-image: url("../../bermunka/kepek/painting.jpg");
    }
    
    .szoras-img-with-text {
        position: relative;
        text-align: center;
        height: 660px;
        background-image: url("../../bermunka/kepek/szoras2.jpg");
    }
    
    .img-with-text {
        position: relative;
        text-align: center;
    }
    
    .top-middle-small {
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .top-middle-large {
        position: absolute;
        top: 17.5%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .contact-form {
        font-size: 16px;
    }
    
    .bermunka-link {
        font-size: 40px;
        margin-bottom: 10px;
        color: #3e3e3e;
    }
    
    .bermunka-link-margin {
        margin-bottom: 20px;
    }
    
    .bermunka-link:hover {
        color: #D7181E;
    }
    
    .item-card-box:hover>.item-card-box-desc {
        /* background-color: #D7181E; */
        color: #FFFFFF !important;
    }
    /* .item-card-box:hover .antra {
        color: #FFFFFF !important;
    } */
    
    .item-card-box {
        transition: all 1s;
    }
    
    .item-card-box:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
        transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
    
    .pad-10 {
        padding: 10px;
    }
    
    .pad-right-20 {
        padding-right: 20px;
    }
    
    .pad-right-10 {
        padding-right: 10px !important;
    }
    
    .pad-left-10 {
        padding-left: 10px !important;
    }
    
    .pad-bot-10 {
        padding-bottom: 10px !important;
    }
    
    .pad-left-22 {
        padding-left: 22px;
    }
    
    .no-pad {
        padding: 0px;
    }
    
    .no-pad-imp {
        padding: 0px !important;
    }
    
    .no-pad-left {
        padding-left: 0px;
    }
    
    .no-pad-right {
        padding-right: 0px;
    }
    
    @media (max-width: 1000px) {
        .no-pad-left {
            padding: 0px;
        }
    }
    
    @media (max-width: 1000px) {
        .no-pad-right {
            padding: 0px;
        }
    }
    
    .horizontal-ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #333333;
    }
    
    .horizontal-list {
        float: left;
        display: block;
        color: white;
        text-align: center;
        padding: 16px;
        text-decoration: none;
    }
    
    .pagination {
        display: inline-block;
    }
    
    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color .3s;
    }
    
    .pagination a.active {
        background-color: #D7181E;
        color: white;
    }
    
    .pagination a:hover:not(.active) {
        background-color: #ddd;
    }
    
    .article-number {
        text-align: center;
        padding-top: 15px;
    }
    
    .price {
        margin-top: 20px;
        padding-left: 0px;
        height: 34px;
    }
    
    .cart-btn {
        margin-top: 14px;
        text-align: right;
    }
    
    .fieldset-custom {
        padding: 0px 50px 20px 50px;
        background-color: #3e3e3e;
        color: white;
        margin-bottom: 30px;
    }
    
    .legend-custom {
        margin-left: -30px;
        color: white;
        background-color: #D7181E;
        padding: 5px 10px;
        width: auto;
        border-bottom: none;
    }
    
    .cart {
        float: right;
        font-weight: bold;
        position: relative;
    }
    
    .cart a {
        color: #000;
    }
    
    .cart span {
        font-size: 12px;
        line-height: 14px;
        background: #F68B1E;
        padding: 2px;
        border: 2px solid #fff;
        border-radius: 50%;
        position: absolute;
        top: -1px;
        left: 13px;
        color: #fff;
        width: 20px;
        height: 20px;
        text-align: center;
    }
    
    .search-label {
        font-size: 18px;
        padding-top: 5px;
        padding-left: 25px;
    }
    
    .eur-label {
        font-size: 18px;
    }
    
    .eur-value {
        font-size: 18px;
        padding-left: 10px;
    }
    
    .breadcrumb-height {
        height: 240px;
    }
    
    @media (max-width: 1000px) {
        .breadcrumb-height {
            height: auto;
        }
    }
    
    .search-input {
        max-width: 220px;
        margin-left: 22px;
    }
    
    .eur-input {
        max-width: 280px;
        margin-left: 20px;
    }
    
    .btn-left {
        margin-right: 10px;
    }
    
    .btn-right {
        margin-left: 10px;
    }
    
    .btn-link {
        width: -webkit-fill-available;
        width: -moz-available;
        font-size: 18px;
    }
    
    .btn-submit:active,
    .btn-submit:focus {
        outline: none !important;
    }
    
    .btn-left-far {
        margin-right: 20px;
    }
    
    .product-list-pad {
        padding-bottom: 20px;
    }
    
    .btn-bot-left {
        margin: 0px 5px 0px 20px;
    }
    
    .btn-bot-no-margin {
        margin: 0px 5px 0px 0px;
    }
    
    .margin-right-20 {
        margin-right: 20px;
    }
    
    .margin-right-10 {
        margin-right: 20px;
    }
    
    .margin-bot-30 {
        margin-bottom: 30px;
    }
    
    .margin-top-20 {
        margin-top: 20px;
    }
    
    .margin-bot-20 {
        margin-bottom: 20px;
    }
    
    .margin-bot-16 {
        margin-bottom: 16px;
    }
    
    .margin-bot-15 {
        margin-bottom: 15px;
    }
    
    .margin-bot-10 {
        margin-bottom: 10px;
    }
    
    .margin-bot-5 {
        margin-bottom: 5px;
    }
    
    .margin-left-10 {
        margin-left: 20px;
    }
    
    .margin-left-20 {
        margin-left: 20px;
    }
    
    .margin-left-30 {
        margin-left: 20px;
    }
    
    .no-margin {
        margin: 0px;
    }
    
    .margin-left-0 {
        margin-left: 0;
    }
    
    .cart-table-head {
        border: none !important;
    }
    
    .div-border-right-bot {
        border-bottom: solid 2px;
        border-right: solid 1px;
    }
    
    .div-border-right-top {
        border-top: solid 1px;
        border-right: solid 1px;
    }
    
    .div-border-left-top {
        border-top: solid 1px;
        border-left: solid 2px;
    }
    
    .div-border-left-bot {
        border-bottom: solid 2px;
        border-left: solid 2px;
    }
    
    .div-cross {
        height: 400px;
    }
    
    .admin-table {
        table-layout: fixed;
    }
    
    .admin-table-auto-2 {
        table-layout: auto;
    }
    
    .admin-table-auto-horizontal {
        table-layout: auto;
    }
    
    .table.admin-table th {
        background-color: #D7181E;
        vertical-align: middle;
        border: none !important;
        color: white;
    }
    
    .standard-checkbox {
        height: 20px;
        width: 20px;
    }
    
    .checkbox-text {
        vertical-align: bottom;
    }
    
    .admin-table-auto-2 th {
        background-color: #D7181E;
        vertical-align: middle;
        border: none !important;
        color: white;
    }
    
    .table.admin-table-auto th {
        background-color: #D7181E;
        vertical-align: middle;
        border: none !important;
        color: white;
    }
    
    .palya-table td {
        padding-left: 0px !important;
        border: none !important;
    }
    
    .account-header {
        margin-top: 0px;
    }
    
    .table.admin-table td {
        vertical-align: middle;
        border: none !important;
    }
    
    .admin-table-auto-2 td {
        vertical-align: middle;
        border: none !important;
    }
    
    .table.admin-table-auto td {
        vertical-align: middle;
        border: none !important;
    }
    
    .admin-cells {
        vertical-align: middle;
    }
    
    .table-img {
        width: 50%;
    }
    
    .table-img-gallery {
        width: 20%;
    }
    
    .transparent-img {
        min-height: 88%;
    }
    
    .products-bg {
        height: 300px;
        border: 10px solid white;
        background-image: url("../../admin/admin_menu/img/products.jpg");
    }
    
    .menu-div-width {
        max-width: 350px;
    }
    
    .arrived-bg {
        height: 300px;
        border: 10px solid white;
        background-image: url("../../admin/keszlet_menu/img/arriveditems.jpg");
    }
    
    .prices-bg {
        height: 300px;
        border: 10px solid white;
        background-image: url("../../admin/keszlet_menu/img/item_prices.jpg");
    }
    
    .itemlist-bg {
        height: 300px;
        border: 10px solid white;
        background-image: url("../../admin/keszlet_menu/img/itemlist.jpg");
    }
    
    .mainpage-bg {
        height: 300px;
        border: 10px solid white;
        background-image: url("../../admin/admin_menu/img/main_page.jpg");
    }
    
    .issued-bg {
        height: 300px;
        border: 10px solid white;
        background-image: url("../../admin/keszlet_menu/img/issueditems.jpg");
    }
    
    .full-list-bg {
        height: 300px;
        border: 10px solid white;
        background-image: url("../../admin/item_list_menu/img/full_list.jpg");
    }
    
    .gyartmany-bg {
        height: 300px;
        border: 10px solid white;
        background-image: url("../../admin/item_list_menu/img/gyartmany.jpg");
    }
    
    .workers-bg {
        height: 300px;
        border: 10px solid white;
        background-image: url("../../admin/keszlet_menu/img/workers.jpg");
    }
    
    .gallery-bg {
        height: 300px;
        border: 10px solid white;
        background-image: url("../../admin/admin_menu/img/gallery.jpg");
    }
    
    .newsletter-bg {
        height: 300px;
        border: 10px solid white;
        background-image: url("../../admin/admin_menu/img/newsletter.jpg");
    }
    
    .stock-bg {
        height: 300px;
        border: 10px solid white;
        background-image: url("../../admin/admin_menu/img/stock.jpg");
    }
    
    .items-bg {
        height: 300px;
        border: 10px solid white;
        background-image: url("../../admin/keszlet_menu/img/items.jpg");
    }
    
    .cat-bg {
        height: 300px;
        border: 10px solid white;
        background-image: url("../../admin/admin_menu/img/categories.jpg");
    }
    
    .user-bg {
        height: 300px;
        border: 10px solid white;
        background-image: url("../../admin/admin_menu/img/users.jpg");
    }
    
    .order-bg {
        height: 300px;
        border: 10px solid white;
        background-image: url("../../admin/admin_menu/img/orders.jpg");
    }
    
    .queries-bg {
        height: 300px;
        border: 10px solid white;
        background-image: url("../../admin/keszlet_menu/img/queries.jpg");
    }
    
    .month-in-query-bg {
        height: 300px;
        border: 10px solid white;
        background-image: url("../../admin/reports_menu/img/month_in_query.jpg");
    }
    
    .month-out-query-bg {
        height: 300px;
        border: 10px solid white;
        background-image: url("../../admin/reports_menu/img/month_out_query.jpg");
    }
    
    .worker-all-query-bg {
        height: 300px;
        border: 10px solid white;
        background-image: url("../../admin/reports_menu/img/worker_all.jpg");
    }
    
    .worker-one-query-bg {
        height: 300px;
        border: 10px solid white;
        background-image: url("../../admin/reports_menu/img/worker_one.jpg");
    }
    
    .state-bg {
        height: 300px;
        border: 10px solid white;
        background-image: url("../../admin/admin_menu/img/order_states.jpg");
    }
    
    .method-bg {
        height: 300px;
        border: 10px solid white;
        background-image: url("../../admin/admin_menu/img/payment_methods.jpg");
    }
    
    .shipping-bg {
        height: 300px;
        border: 10px solid white;
        background-image: url("../../admin/admin_menu/img/shipping_methods.jpg");
    }
    
    .data-bg {
        height: 300px;
        border: 10px solid white;
        background-image: url("../../user/img/data.jpg");
    }
    
    .pw-bg {
        height: 300px;
        border: 10px solid white;
        background-image: url("../../user/img/password.jpg");
    }
    
    .admin-bg {
        height: 300px;
        border: 10px solid white;
        background-image: url("../../user/img/admin.jpg");
    }
    
    .orders-bg {
        height: 300px;
        border: 10px solid white;
        background-image: url("../../user/img/orders.jpg");
    }
    
    .logout-bg {
        height: 300px;
        border: 10px solid white;
        background-image: url("../../user/img/logout.jpg");
    }
    
    .eye-input {
        margin-right: -2.5em;
        display: inline-block;
    }
    
    .eye {
        width: 1.25em;
        height: 0.75em;
        position: relative;
        display: inline-block;
        --background: #D7181E;
        --color: #fff;
    }
    
    .eye div {
        overflow: hidden;
        height: 50%;
        position: relative;
        margin-bottom: -1px;
    }
    
    .eye div:before {
        content: '';
        background: #3e3e3e;
        position: absolute;
        left: 0;
        right: 0;
        height: 300%;
        border-radius: 100%;
    }
    
    .eye div:last-child:before {
        bottom: 0;
    }
    
    .eye:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 0.35em;
        height: 0.35em;
        background: var(--color);
        border: 0em solid var(--background);
        border-radius: 100%;
        z-index: 1;
    }
    
    .eye:after {
        content: '';
        position: absolute;
        top: -0.15em;
        left: calc(33.333% - 0.15em);
        transform: rotate(45deg) scaleX(0);
        transform-origin: left center;
        width: 90%;
        height: 0.1em;
        background: var(--color);
        border-top: 0.15em solid var(--background);
        z-index: 2;
        transition: transform 0.25s;
    }
    
    .eye.slash:after {
        transform: rotate(45deg) scaleX(1);
    }
    
    .profile-btn {
        border-radius: 30px 30px 0px 0px;
        width: 100%;
        background-color: #D7181E;
        border-color: #D7181E;
        color: white;
    }
    
    .order-table-margin {
        margin-bottom: 130px;
    }
    
    .profile-btn:hover {
        background-color: #b8141a;
        border-color: #b8141a;
        color: white;
    }
    
    .form-checkbox {
        margin: 10px 30px !important;
        width: 50px;
        height: 50px;
    }
    
    .dropdown {
        position: relative;
        display: inline-block;
    }
    
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        min-width: 100px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }
    
    .dropdown-content-btn {
        width: 200px;
        margin: 0 !important;
    }
    
    .order-comment {
        width: 300px;
    }
    
    .justify {
        text-align: justify;
    }
    
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }
    
    .dropdown-content a:hover {
        background-color: #ddd;
    }
    
    .dropdown:hover .dropdown-content {
        display: block;
    }
    
    .dropdown:hover .dropbtn {
        background-color: #7EB6FF;
    }
    
    .price-extra-line {
        margin-bottom: 41px;
    }
    
    .name-extra-line {
        margin-bottom: 38px;
    }
    
    .crossed-line {
        text-decoration: line-through;
    }
    
    .flex {
        display: flex;
    }
    
    #work:hover .work-text {
        border: solid 2px black;
        box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2);
    }
    
    #work:hover h2 {
        color: #D7181E;
    }
    
    #work h2 {
        transition: 1s ease-in-out;
    }
    
    .work-text {
        border: solid 2px white;
        padding: 15px;
        transition: 1s ease-in-out;
    }
    
    .width-100 {
        max-width: 100%;
    }
    
    .order-state {
        font-size: 24px;
    }
    
    .order-date {
        width: 125px;
    }
    
    @-moz-document url-prefix() {
        .name-two-line {
            margin-bottom: -0.8px;
        }
        .price-extra-line {
            margin-bottom: 41.784px !important;
        }
        .name-extra-line {
            margin-bottom: 38px;
        }
    }
    
    .szoras-font {
        font-size: 14px;
        font-weight: 600;
    }
    
    .bg-green {
        background-color: #649f2b;
        color: white;
    }
    
    .bg-blue {
        background-color: #386685;
        color: white;
    }
    
    .bg-yellow {
        background-color: #d0b426;
        color: white;
    }
    
    .bg-red {
        background-color: #D7181E;
        color: white;
    }
    
    .img-comp-container {
        position: relative;
        height: 293px;
        /*should be the same height as the images*/
    }
    
    .img-comp-margin {
        margin: auto;
        width: 220px;
    }
    
    .img-comp-img {
        position: absolute;
        width: auto;
        height: auto;
        overflow: hidden;
    }
    
    .img-comp-img img {
        display: block;
        vertical-align: middle;
    }
    
    .img-comp-max {
        max-width: initial;
    }
    
    .img-comp-slider {
        position: absolute;
        z-index: 9;
        cursor: ew-resize;
        /*set the appearance of the slider:*/
        width: 40px;
        height: 40px;
        background-image: url("../img/resizing-icon-7.png");
        opacity: 0.875;
        border-radius: 50%;
    }
    
    .img-magnifier-container {
        position: relative;
    }
    
    .img-magnifier-glass {
        position: absolute;
        border: 3px solid #000;
        border-radius: 50%;
        cursor: none;
        /*Set the size of the magnifier glass:*/
        width: 100px;
        height: 100px;
    }
    
    .bottom-center-indiv-text {
        position: absolute;
        background-color: #3e3e3e;
        width: 60%;
        opacity: 0.75;
        bottom: -12px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .select-product-btn {
        border: none;
        background-color: #3e3e3e;
    }
    
    .btn-selected {
        border: solid #D7181E !important;
    }
    
    .text-indiv-container {
        position: relative;
        text-align: center;
        color: white;
    }
    
    .div-horizontal-center {
        display: flex;
        justify-content: center;
    }
    
    .scroll-div {
        overflow-y: scroll;
    }
    
    .div-vertical-center {
        display: flex;
        align-items: center;
    }
    
    .div-giga-center {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .div-center-bottom {
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    
    .div-center-bottom-spec {
        display: table;
        justify-content: center;
        align-items: flex-end;
    }