.material-icons-outlined,
.material-icons.material-icons--outlined,
.material-icons-two-tone,
.material-icons.material-icons--two-tone,
.material-icons-round,
.material-icons.material-icons--round,
.material-icons-sharp,
.material-icons.material-icons--sharp {
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.material-icons-outlined,
.material-icons.material-icons--outlined {
    font-family: 'Material Icons Outlined';
}

.material-icons-two-tone,
.material-icons.material-icons--two-tone {
    font-family: 'Material Icons Two Tone';
}

.material-icons-round,
.material-icons.material-icons--round {
    font-family: 'Material Icons Round';
}

.material-icons-sharp,
.material-icons.material-icons--sharp {
    font-family: 'Material Icons Sharp';
}

.btn.btn-icon {
    line-height: 1;
    /* margin-bottom: -16px; */
}

.main-panel {
    float: none;
    width: auto;
}

.main-container {

    max-width: 1024px;
}

@media (min-width: 992px) {
    .breadcrumbs-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.page-title .page-title-one {
    font-size: 19px;
    font-weight: 600;
    margin: 12px 0 0 0;
}

.page-title .page-title-two {
    font-size: 16px;
    margin: 7px 0 12px 0;
}


.breadcrumb {
    background: inherit;
    margin-bottom: 0;
}

.card-content .bootstrap-table {
    padding: 0;
    margin-bottom: 10px;
}

.csoport-hozzaad {
    display: flex;
}

.csoport-hozzaad input {
    min-width: 200px;
    margin-right: 10px;
}

@media (min-width: 768px) {
    .csoport-hozzaad {
        margin-bottom: 7px;
    }
    .csoport-hozzaad button {margin-left: 8px;}
}

@media (max-width: 450px) {
    .csoport-hozzaad {
        flex-wrap: wrap;
        margin: -5px;
    }
    .csoport-hozzaad > * {
        margin: 5px;
    }
}

.meretek {
    display: flex;
    margin-bottom: 10px;
}

.meretek input.meretek-meret {
    min-width: 200px;
    margin-right: 10px;
}

.meretek .meretek-ar {
    width: 150px;
    padding-right: 7px;
    margin-right: 10px;
    margin-bottom: 0;
}

.card .card-content-textedit {
    padding-bottom: 15px;
}

.card .card-footer-textedit {
    display: flex;
    align-items: center;
}

.card .card-footer-textedit .textedit-done-icon {
    margin-left: 5px;
}

.bootstrap-table.table-meretek {padding: 0 0 7px 0;}

.galery-image-list-card .card-content {
    padding-top: 0;
    padding-bottom: 0;
    /* margin-bottom: -10px; */
}

.galery-image-list {
    display:flex;
    flex-wrap: wrap;
    align-items: stretch;
    list-style-type: none;
    margin: -10px -10px -10px -10px;
    padding: 0;
}

.galery-item {
    flex-basis: auto;
    flex-grow: 0;
    width: 100%;
    padding: 10px;
}

@media (min-width: 576px) {
    .galery-item {
        width: 33.333%;
    }
}

.galery-item-contents {
    height: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    margin: 0;
    border-radius: unset;
}
.galery-image-container {
    flex: 1;
}
img.galery-image {
    height: 100%;
    width: 100%;
    display: block;
    object-position: center;
    object-fit: contain;
    background: #cfcfca;
}

.galery-item-selected .galery-item-contents {
    opacity: .8;
}

.galery-item-selected img.galery-image {

}

.galery-item-selected .btn.add-to-cart-button {
    color: #66615B;
}


.galery-image-container {
    max-height: calc((1024px - 20px) - 40px);
}

img.galery-image {
    max-height: calc((100vw - 20px) - 40px);
}

@supports (max-height: min(1px,1px)) {
    .galery-image-container {
        max-height: min(calc((100vw - 20px) - 40px), calc((1024px - 20px) - 40px));
    }

    img.galery-image {
        max-height: initial;
    }
}

@media (min-width: 576px) {

    /*.galery-image-container {
        max-height: calc((1024px - 20px) / 3 - 40px);
    }*/

    /*img.galery-image {
        max-height: calc((100vw - 20px) / 3 - 40px);
    }*/

    /*@supports (max-height: min(1px,1px)) {
        .galery-image-container {
            max-height: min(calc((100vw - 20px) / 3 - 40px), calc((1024px - 20px) / 3 - 40px));
        }

        img.galery-image {
            max-height: initial;
        }
    }*/
    @supports (max-height: min(1px,1px)) {

        img.galery-image {
            max-height: min(calc((100vw - 20px) / 3 - 40px), calc((1024px - 20px) / 3 - 40px));
        }
    }
}

.galery-item-footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.galery-item-footer span {
    display: block;
    height: 30px;
    padding: 5px 0 5px 10px;
    margin-right: 5px;
    overflow: hidden;
    white-space: nowrap;
}

.galery-item-footer select {
    padding: 0;
    width: 60px;
    height: 22px;
    margin: 6px 0 6px auto;
}

.galery-item .galery-item-footer button {
    display: flex;
    /* display: block; */
    /* vertical-align: -9px; */
    padding: 0 7px 0 5px;
    margin-left: auto;
}

.galery-item-footer button i {

}

.galery-upload .card-content {
    padding: 15px 15px;
}

.galery-upload .form-group {
    margin-bottom: 10px;
}
.galery-upload-form {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    /* margin: 10px 0; */
}

.galery-upload-form .btn-group {
    display: flex;
    flex-wrap: nowrap;
}

@media (max-width: 500px) {

    .galery-upload-form .btn-group {
        flex-direction: column;
        margin: -4.5px;
    }

    .galery-upload-form .btn-group > .btn {
        margin: 4.5px;
    }
    .galery-upload-form .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .galery-upload-form .btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}


.galery-file-upload input[type="file"] {
    display: none;
}
.galery-upload-form input[type=file] {
    width: 250px;
}

.galery-upload-form button {

}

.galery-upload-selected-files {
    margin-left: 10px;
}

.galery-upload .galery-upload-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -4.5px;
}

.galery-upload .galery-upload-row > * {
    margin: 4.5px;
}

.galery-upload .galery-upload-progress {
    display: none;
    margin-top: 15px;
    height: 2px;
    background: rgba(0,0,0,0.1);
}

.galery-upload .galery-upload-progress .galery-upload-progress-bar {
    display: block;
    height: 2px;
    width: 0;
    background: #68B3C8;
}

.galery-upload .galery-upload-progress.galery-upload-show {
    display: block;
}

.btn-label {
    margin-left: -3px;
}

.btn-label .material-icons {
    font-size: 18px;
    vertical-align: -4px;

}
.user-galery-intro {
    margin-bottom: 15px;
}
.user-galery-intro .card-content{
    padding-bottom: 15px;
}
.user-galery-intro .card-content > p:last-child {
    margin-bottom: 0;
}

button.add-to-cart-button {
    margin-left: 5px;
}

.user-navbar .navbar-header {
    display: flex;
    width: 100%;

    margin-left: 0;
}

.cart-button-container {
    position: relative;
    margin-left: auto;
    margin-right: -15px;

}

.cart-dropdown {
    display: none;

}

.cart-dropdown .bootstrap-table {
    padding: 0;
    /* margin-right: 29px; */
}

@media (min-width: 768px) {
    .cart-dropdown .card-content {
        max-height: 500px;
        overflow-y: auto;
    }
}

.order-page-cart .bootstrap-table {
    padding: 0;
    margin-bottom: 10px;
}

.cart-remove-cell {
    width: 45px;
}

img.cart-image {
    max-width: unset;
    width: 50px;
}

.cart-image[data-orientation=portrait] {
    width: auto;
    height: 50px;
    display: block;
}

.open .cart-dropdown {
    display: table;
    position: absolute;
    width: auto;
    min-width: 650px;
    top: 100%;
    right: 0;
    margin-top: -10px;
    z-index: 1000;
    /* max-height: 200px; */
    /* overflow-y: auto; */
}

@media (max-width: 767px) {
    .open .cart-dropdown {
        display: block;
        position: fixed;
        top: 75px;
        right: 0;
        left: 0;
        width: auto;
        min-width: 0;
        overflow-x: auto;
        max-height: calc(100vh - 65px);
        overflow-y: auto;
    }
    .open .cart-dropdown-container {
        display: table;
        min-width: 100%;
    }
}

.cart-button {
    height: 100%;
    position: relative;
    z-index: 3;
}

.cart-button .material-icons {
    font-size: 28px;
}

.user-navbar>.container .navbar-brand, .user-navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
}

@media (min-width: 992px) {
    .user-navbar .navbar-header {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.cart-item-count {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.cart-item-count-nonchangeable {
    white-space: nowrap;
}

.cart-item-price {
    white-space: nowrap;
    text-align: right;
}

table .cart-total-count-desc, table .cart-total-price-desc {
    width: 1px;
}

.table-img-col {
    width: 1px;
}

.table-count-col {
    width: 1px;
}

.table-price-col  {
    width: 1px;
}

.cart-total-count, .cart-total-price {
    text-align: right;
}

.cart-plus-minus-button.btn.btn-icon {
    display: flex;
    height: auto;
    padding: 0;
}

.cart-plus-minus-button:not(:first-child) {
    margin-top: 2px;
}

.cart-item-count .cart-plus-minus-button i {
    font-size: 20px;
    width: 20px;
}

.cart-plus-minus-button-container {
    display: block;
    margin-left: 5px;
}

.cart-item-price {
    white-space: nowrap;
}

.cart-remove-button.btn.btn-icon {
    display: flex;
    vertical-align: -9px;
    padding: 0;
    margin-left: 5px;
}

tbody tr > td.cart-remove-cell {
    border-top: none;
}

.cart-remove .cart-remove-button i, .cart-price-and-remove-button .cart-remove-button i {
    font-size: 24px;
    width: 24px;
}

.cart-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
    /* margin-right: 29px; */
}

.cart-actions button:not(:first-child) {
    margin-left: 7px;
}

.cart-close-button.btn.btn-icon {
    font-size: 14px;
    padding: 0px;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 15px;
    margin-top: 15px;
    z-index: 1001;
}

.cart-close-button .material-icons {
    font-size: inherit;
}

.main-panel {
    position: relative;
}

.content {
    position: relative;
}

.navbar {
    position: relative;
    position: sticky;
    top: 0;
    z-index: 4;
}

.cover-under-dropdown {
    display: none;
}

.cover-under-dropdown-backdrop {
    display: none;
}

.cover-under-dropdown-backdrop-lighter {
    display: none;
}

.dropdown-open .cover-under-dropdown {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.dropdown-open .cover-under-dropdown-backdrop {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    background: #000;
    opacity: 0.35;
}

.dropdown-open .cover-under-dropdown-backdrop-lighter {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    background: #000;
    opacity: 0.12;
}

@supports(backdrop-filter: blur(1.1px)) {
    .dropdown-open .cover-under-dropdown-backdrop  {
        background: #000;
        opacity: 0.17;
        backdrop-filter: blur(1.1px);
    }
    .dropdown-open .cover-under-dropdown-backdrop-lighter  {
        background: #000;
        opacity: 0.05;
        backdrop-filter: blur(0.7px);
    }
}

.bigimage-overlay {
    display: none;
}

.bigimage-overlay.shown {
    display: block;
    position: fixed;
    top: 0; bottom: 0; left: 0; right: 0;
    z-index: 2000;
    background: black;
}

img.bigimage {
    display: block;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}

.bigimage-overlay-close,
.bigimage-overlay-back {
    font-size: 40px;
    line-height: 1;
    margin: 0;
}

.bigimage-overlay-back {
    position: absolute;
    left: 0;
    top: 0;
}

.bigimage-overlay-back i.material-icons.material-icons--outlined,
.bigimage-overlay-close i.material-icons.material-icons--outlined {
    font-size: inherit;
    line-height: inherit;
}

.bigimage-overlay-back i.material-icons.material-icons--outlined {
    margin-left: -5px;
}

.bigimage-overlay-close i.material-icons.material-icons--outlined {

}

.bigimage-overlay-close {
    position: absolute;
    right: 0;
    top: 0;
}

.login-background {
    background-image: url('../img/background/background-2.jpg');
}

.not-found-background {
    background-image: url('../img/background/background-5.png');
}

.not-found-msg {
    max-width: 400px; margin: 0 auto;
}

.not-found-msg h1,
.not-found-msg h2,
.not-found-msg h3 {
    text-align: center; color: white;
}
.koszono{
    max-width: 450px; margin: 0 auto;
}
.koszono h1,
.koszono h2,
.koszono h3{
    text-align: center; color: #5e5e5e;
}

.not-found-msg-admin {
    max-width: 400px; margin: 0 auto;
}

.not-found-msg-admin h1,
.not-found-msg-admin h2,
.not-found-msg-admin h3 {
    text-align: center;
}

.big-centered-text {
    max-width: 400px; margin: 0 auto;
}

.big-centered-text h1,
.big-centered-text h2,
.big-centered-text h3 {
    text-align: center;
}

form input.dirty:invalid, form select.dirty:invalid {
    background-color: #FFC0A4;
}

form input[type=checkbox] + label {
    background-clip: content-box;
}

form input[type=checkbox].dirty:invalid + label {
    background-color: #FFC0A4;
}

.order-page {
    max-width: 18cm;
}

.input-radio {
    cursor: pointer;
}

.input-radio input, .input-radio label {
    cursor: inherit;
}

.input-radio label {
    margin-left: 5px;
}

.form-group-aff {
    margin-top: 12px;
}

.form-group-payment-method {
    margin-bottom: 6px;
}

label.aff-label {
    cursor: default;
    margin-left: 10px;
}


.aff-checkbox-group {
    display: block;
}

.aff-checkbox-group input {
    position: absolute;
    cursor: pointer;
    left: 15px;
}

label.aff-label p {
    margin-bottom: 0;
    margin-left: 12px;
}

.payment-information {
    margin-bottom: 0px;
}

.payment-information p {
    margin-bottom: 0;
}

a.simplepay-logo img {
    padding: 5px 4px 10px;
    margin-bottom: -12px;
}

.cart-mobile .cart-item-row-1 {
    display: flex;
    align-items: center;
    margin-top: 13px;
}

.cart-mobile .cart-item-row-2 {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #cfcfca;
    margin-top: 10px;
    padding-bottom: 8px;

}

.cart-mobile .cart-item {

}

.cart-mobile img.cart-image {
    width: 100px;
}

.cart-mobile img.cart-image[data-orientation=portrait] {
    width: auto;
    height: 100px;
}

.cart-mobile .cart-item-name {
    margin-left: 15px;
}

.cart-mobile .cart-item-count {
    white-space: nowrap;
    margin-left: 15px;
    margin-left: auto;
}

.cart-mobile .cart-item-plus-minus {
    white-space: nowrap;
    display: flex;
    margin-left: 6px;
}

.cart-mobile .cart-item-plus-minus .cart-plus-minus-button {
    width: 24px;
    margin-top: -2px;

}

.cart-mobile .cart-item-plus-minus .cart-plus-minus-button:nth-child(2) {
    margin-left: 5px;
}

.cart-mobile .cart-item-price {
    margin-left: 10px;
}

.cart-mobile .cart-remove-button.btn.btn-icon {
    margin-top: -2px;
    margin-left: 4px;
}

.cart-mobile .cart-total-count-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.cart-mobile .cart-total-price-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.cart-mobile .cart-total-count {
    margin-left: auto;
}

.cart-mobile .cart-total-price {
    margin-left: auto;
}

@media (max-width: 480px){
    .cart-mobile .cart-actions {
        flex-direction: column;
        align-items: flex-end;
    }
    .cart-mobile .cart-actions .continue-to-orders-button {
        margin-left: 0;
        margin-top: 10px;
    }
}

.orders-header {

}



.orders-header-row {
    display: flex;
}

.orders-header-row2 {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.orders-header-download-button {
    align-self: flex-end;
}

.orders-header-download-button + .orders-header-download-button {
    margin-left: 5px;
}

.orders-title {

}

.orders-search {
    margin-left: auto;
}
