:root {
    --dark-green-blue: #00697e;
    --green-blue: #0199b0;
    --light-green-blue: #81ccd8;
    --dark-gray: rgb(68, 68, 68);
}

@font-face {
    font-family: calibri;
    src: url(/font/calibri.ttf);
}

@font-face {
    font-family: calibrib;
    src: url(/font/calibrib.ttf);
}

@font-face {
    font-family: calibrii;
    src: url(/font/calibrii.ttf);
}

@font-face {
    font-family: calibril;
    src: url(/font/calibril.ttf);
}

@font-face {
    font-family: calibrili;
    src: url(/font/calibrili.ttf);
}

@font-face {
    font-family: calibrilz;
    src: url(/font/calibrilz.ttf);
}

@font-face {
    font-family: MinionPro-Regular;
    src: url(/font/MinionPro-Regular.otf);
}

.file-upload-container {
    padding-bottom: 50px;
}

.hide {
    display: none;
}


.btn-primary {
    padding: 7px 25px;
    background-color: var(--green-blue) !important;
    border: 0px;
    transition-property: transform;
    transition-duration: .5s;
    text-transform: uppercase;
    font-family: calibri;
}

    .btn-primary img {
        max-height: 80%;
    }

    .btn-primary:hover, .btn-primary:active, btn-primary:focus {
        background-color: var(--dark-green-blue) !important;
        color: white;
    }

body {
    font-family: calibri;
    margin: 0px;
    min-height: 100vh;
}

.h-100-vh {
    height: 100vh;
}

.brand {
    background-image: url('/img/Login_logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

a {
    color: var(--green-blue);
    font-family: calibrii;
    text-decoration: none;
    color: initial;
}

.underline-link {
    text-decoration: underline;
    color: var(--green-blue);
}

a:hover {
    color: var(--green-blue);
}

.nopadding {
    padding: 0px;
}

.blue-green-color {
    color: var(--green-blue) !important;
}

.field-validation-error {
    color: rgb(250,70,120);
    font-family: calibrii;
}

input[type=number] {
    height: 45px;
    width: 60px;
    border: 1px solid var(--green-blue);
    border-radius: 5px;
    padding: 3px;
    text-align: center;
}

h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-family: calibrib;
}

h5 {
    text-transform: uppercase;
    font-family: calibrib;
    color: var(--dark-green-blue);
    font-size: 17px;
}

@media only screen and (max-width: 600px) {
    .login-container .brand {
        display: block;
    }
}


/*####### LOGIN PAGE #######*/

.login-container .row {
    min-height: 100vh;
}


/* RIGHT SIDE */

.login-right-side {
    background-color: var(--dark-green-blue);
}

.login-form-container {
    width: 100%;
    font-family: calibrib;
    color: white;
}

    .login-form-container input {
        border: 1px solid var(--green-blue);
        padding: 15px 12px;
    }

    .login-form-container p {
        font-size: 43px;
    }

    .login-form-container a {
        color: white;
        margin-left: 20px;
    }

.login-container .brand {
    width: 200px;
    height: 100px;
    position: absolute;
    filter: invert() grayscale();
    right: 50px;
    top: 50px;
    display: none;
}

.login-button:hover, .login-button:active {
    background-color: var(--light-green-blue) !important;
    color: var(--dark-green-blue) !important;
}

/* LEFT SIDE */

.login-left-side {
    background-image: url('/img/Login_logo.png');
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
}


/*####### END LOGIN PAGE #######*/


/*####### MAIN PAGE #######*/

nav .cart {
    height: 40px;
    width: 100%;
    text-align: center;
    max-width: 180px;
    padding: 0px;
    margin-right: 5px;
}

nav {
    border-bottom: 3px solid gray;
    height: 120px;
}

    nav .brand {
        float: left;
        width: 100%;
        height: 100%;
    }

    nav .btn {
        float: right;
        height: 50px;
    }

    nav .container-fluid {
        padding: 0px;
        overflow: hidden;
    }

.custome-list li {
    float: left;
    padding: 0 20px;
    margin-top: 7px;
    border-left: 1px solid var(--dark-green-blue);
    cursor: pointer
}

.custome-list a, .custome-list .menu-item {
    text-transform: uppercase;
    font-family: Calibri;
    letter-spacing: 1px;
    font-style: normal;
    font-weight: 400;
}

    .custome-list .menu-item:hover {
        color: var(--green-blue);
    }

.disable-menu.card-inactive .menu-item:hover {
    color: var(--bs-body-color);
}

.custome-list li:last-child {
    border-right: 1px solid var(--dark-green-blue);
}


.custome-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
}

.nav-menu p {
    display: inline;
    margin: 0px;
}

.nav-menu * {
    text-align: right;
}

.search-box-container {
    position: relative;
}

.help-icon {
    position: absolute;
    height: 35px;
    top: 5px;
    right: 25px;
}


/* CARD */

.medium-card-container {
    padding-left: 0px;
}

.card {
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    display: flex;
}

    .card div {
        background-color: var(--green-blue);
        font-family: calibrib;
        font-size: 2vw;
        letter-spacing: 2px;
        color: white;
        text-transform: uppercase;
    }

    .card img {
        height: 100%;
        max-width: 100%;
    }

    .card .icon {
        height: 3vw;
    }

    .card > .container-fluid,
    .card > .container-fluid > .row,
    .card > .container-fluid > .row {
        height: 100%;
    }

.card-medium .caption-col {
    padding-left: 20px;
}

.card-small {
    height: 130px;
    transition: 1s;
    cursor: pointer;
}

    .card-small .icon {
        height: 3.5vw;
    }

    .card-small .icon-container {
        display: flex;
    }

.icon-container .icon {
    align-self: flex-end;
}

.card-small div {
    font-size: 1.0vw;
}

    .card-small div p {
        margin: 0px;
    }

.card-small > .container-fluid {
    padding: 15px;
}

.card-small:hover {
    transform: scale(1.05);
}

.card-item:hover {
    box-shadow: 2px 2px 10px gray;
    transform: scale(1.01);
}

.card-item {
    width: 20vw;
    /*height: 24vw;*/
    border: 1px solid gray;
    margin: 20px 0;
    transition: .5s;
    transition-property: transform;
}

    .card-item div {
        background-color: white;
        letter-spacing: 0px;
    }

    .card-item > .container-fluid {
        padding: 10px;
    }

        .card-item > .container-fluid > .row {
            height: auto;
        }

    .card-item .image-container {
        height: 14vw;
    }

    .card-item p {
        font-size: .9vw;
        margin-bottom: 2px;
        color: black;
    }

    .card-item .btn-primary {
        height: 3vw;
        width: 9vw;
        font-size: .9vw;
        padding-top: 0.75vw;
    }

.card-hover:hover .hover-img {
    transform: scale(1.1);
}

.card-hover .hover-img {
    transition: 1s;
}

.item-no {
    font-family: calibrii;
    /*font-size: .9vw !important;*/
    font-size: 1em !important;
}

.font-family-calibrii {
    font-family: calibrii;
}

.item-caption {
    font-size: 20px;
}

.col-img {
    overflow: hidden;
}

.item-img-col {
    height: 270px;
}

.item-img-col {
    display: flex;
    justify-content: center;
}

.item-details-col {
    height: 5.5vw;
}

.items-row {
    justify-content: space-between;
    padding: 0 12px;
}

.card-inactive div {
    background-color: #abd8e0;
}


/* END CARD */

.hr {
    width: 100%;
    height: 3px;
    background-color: #00697e;
}

.content-section-1 .hr {
    width: calc(100% - 25px);
}

.search-box {
    padding: 10px 12px;
    border: 1px solid var(--green-blue);
}

.content-section-1 > .row {
    padding: 30px 0;
}

.category-p {
    font-family: calibri;
    font-size: 2.5vw;
    text-transform: uppercase;
    color: var(--green-blue);
    margin: 0px;
    padding-left: 20px;
}

.content-section-1 .custome-list {
    float: left;
}

.ajanlat {
    background: rgb(190, 190, 190);
    background: linear-gradient(180deg, rgb(221, 221, 221) 0%, rgba(221, 221, 221, 1) 60%, rgba(255, 255, 255, 1) 60%);
}

.ajanlat-caption {
    font-size: 45px;
    text-transform: uppercase;
    font-family: calibrib;
    color: var(--dark-gray);
}

h2 {
    font-size: 45px;
    text-transform: uppercase;
    font-family: calibrib;
    color: var(--dark-gray);
}

.content-section-1 {
    background-image: url('/img/background.png');
    background-repeat: no-repeat;
    background-size: 60rem;
    background-position: -450px -350px;
}


/* HíRLEVÉL */

.hirlevel {
    padding-top: 50px;
    padding-bottom: 40px;
}

    .hirlevel .text {
        font-size: 13px;
    }

.hirlevel-input-container {
    background-color: var(--green-blue);
    height: 60px;
    width: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-right: 10px;
}

    .hirlevel-input-container input {
        height: 40px;
        width: 80%;
    }

    .hirlevel-input-container p {
        color: white;
        margin: 0px;
        font-family: calibrib;
        text-transform: uppercase;
        padding-right: 30px;
    }


/* HíRLEVÉL VÉGE */


/* FOOTER */

.footer-gray {
    height: 300px;
    background-color: var(--dark-gray);
    padding: 50px 0;
}

.brand-mini {
    background-image: url('/img/logo_kicsi.png');
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
}

footer .custome-list {
    float: left;
    color: white;
}

    footer .custome-list li {
        font-family: calibril;
        border-color: white;
        border-width: 1px;
    }

footer a {
    color: white;
}

footer .custome-list li:last-child {
    border-color: white;
    border-width: 1px;
}

.company-info-col > .row {
    padding-bottom: 15px;
    color: white;
}

    .company-info-col > .row p {
        margin: 0px;
    }

.company-info-col .blue {
    color: var(--green-blue);
}

.footer-blue {
    background-color: var(--green-blue);
    padding: 20px 0;
    color: white;
}

    .footer-blue .row > * {
        width: fit-content;
    }


/* FOOTER VÉGE */

@media only screen and (max-width: 1500px) {
    .cart img {
        display: none;
    }
}


/*####### END MAIN PAGE #######*/


/*####### SHOP PAGE #######*/

.shop-background {
    background-image: url('/img/background.png');
    background-repeat: no-repeat;
    background-size: 60rem;
    background-position: 70vw -350px;
}

.shop-container > .row {
    padding-bottom: 25px;
}

.form-select {
    background-image: url('/img/icon_dropdown.png');
    background-size: 30px;
    border: 1px solid var(--green-blue);
    padding: 10px 20px;
    cursor: pointer;
    font-family: calibrib;
    text-transform: uppercase;
}

.shop-search-container {
    margin-top: 5vw;
}

.order-contanire {
    margin-top: 6vw;
}

.order-caption {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: calibrib;
    color: var(--green-blue);
    text-decoration: underline;
    font-size: x-large;
    text-align: right;
    letter-spacing: 2px;
}

.filter-caption {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: calibrib;
    color: var(--green-blue);
    text-decoration: underline;
    font-size: x-large;
    text-align: right;
    letter-spacing: 2px;
}

.filter-list {
    text-align: right;
    list-style-type: none;
    text-decoration: underline;
    text-transform: uppercase;
    font-family: calibrib;
    letter-spacing: 1px;
}

.page-size {
    padding-top: 1vw;
}

.pager .btn {
    min-width: 150px;
    font-family: calibrib;
}

.page-num {
    text-align: center;
    text-transform: uppercase;
    font-family: calibrib;
}


/*####### END SHOP PAGE #######*/

/*####### HELP PAGE #######*/
.help-text {
    font-family: calibrib;
    font-size: 20px;
}

.mail-to-container {
    padding: 50px 0;
}

.help-right-side {
    background-color: var(--light-green-blue);
    padding: 100px 40px;
}

.help-left-side {
    padding-right: 150px;
}
/*####### END HELP PAGE #######*/
/*####### OWN LIST PAGE #######*/
.myitem-container {
    min-height: calc(100vh - 490px);
    padding: 40px 0;
}

.myitem-table td {
    font-family: calibrib;
}

.myitem-table .item-no {
    font-family: calibrii;
}

.myitem-table .myitem-name {
    color: var(--green-blue);
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Calibri;
    min-width: 300px;
}

.myitem-table img {
    width: 150px;
}

.myitem-table td {
    vertical-align: middle;
}
/*####### END OWN LIST PAGE #######*/
/*####### ITEM DETAILS PAGE #######*/
.oitem-details-container .row {
    padding-bottom: 10px;
}

.oitem-details-container {
    padding: 40px 0;
    min-height: calc(100vh - 490px);
}

    .oitem-details-container img {
        width: 100%;
        height: 500px;
        border: 1px solid gray;
        border-radius: 7px;
        object-fit: contain;
    }

    .oitem-details-container .button-container {
        display: flex;
        justify-content: end;
    }

        .oitem-details-container .button-container .btn-primary {
            height: 40px;
            margin-left: 10px;
        }

    .oitem-details-container .price {
        font-size: 20px;
        font-family: calibrib;
    }
/*####### END ITEM DETAILS PAGE #######*/
/*####### SIZE TABLES PAGE #######*/
.sizetable-section {
    border: 1px solid var(--green-blue);
    border-radius: 5px;
    min-height: 40px;
    padding: 15px 10px 10px 10px;
    position: relative;
    transition-duration: .5s;
    background-color: white
}

    .sizetable-section .collapse-toggle {
        font-size: 20px;
        text-transform: uppercase;
        font-family: calibrib;
        color: var(--dark-gray);
        width: 100%;
    }

        .sizetable-section .collapse-toggle img {
            height: 20px;
        }

        .sizetable-section .collapse-toggle img {
            transform: rotate(90deg);
        }

    .sizetable-section img {
        max-height: 200px;
        max-width: 100%;
    }

    .sizetable-section .collapse .row {
        padding-bottom: 20px;
    }

    .sizetable-section .collapse-toggle div {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.size-tables-container .row {
    padding-bottom: 20px;
}

.size-tables-container {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 60px, rgba(190,190,190,1) 60px, rgba(190,190,190,1) 350px, rgba(255,255,255,1) 350px);
}
/*####### END SIZE TABLES PAGE #######*/
/*####### CART CARD ######*/
.cart-right-side {
    background-color: var(--light-green-blue);
    padding: 20px 40px;
}

.cart-note {
    margin: -10px 0px 10px 20px;
    font-family: calibri;
}

.cart-card {
    width: 500px;
    max-height: 500px;
    position: absolute;
    background-color: white;
    border: 1px solid var(--green-blue);
    top: 110px;
    border-radius: 5px;
    right: 8.3%;
    background-color: var(--light-green-blue);
    padding-bottom: .75rem;
    box-shadow: 2px 2px 10px 0px grey;
    z-index: 50;
}

.validation-summary-errors {
    color: black;
    font-weight: 600;
}

.cart-card::after {
    content: '';
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    background-color: var(--light-green-blue);
    top: -25px;
    transform: rotate(-45deg);
    border-color: var(--green-blue);
    border-width: 1px 1px 0px 0px;
    border-style: solid;
    right: 10%;
    z-index: 0;
}

.cart-card .cart-item {
    margin: 10px 0;
    background-color: var(--dark-green-blue);
    z-index: 200;
    position: relative;
    border-radius: 5px;
}

.cart-item-content {
    background-color: white;
    border: 1px solid var(--green-blue);
    border-radius: 5px;
    padding: 5px;
}

.cart-text {
    display: inline-block;
    width: 60%;
}

.cart-item-container {
    max-height: 360px;
    overflow-x: hidden;
    margin-bottom: 10px;
    margin-top: .75rem;
}

    .cart-item-container::-webkit-scrollbar, .result-container::-webkit-scrollbar {
        width: 10px;
    }

    .cart-item-container::-webkit-scrollbar-track, .result-container::-webkit-scrollbar-track {
        background: transparent;
    }

    .cart-item-container::-webkit-scrollbar-thumb, .result-container::-webkit-scrollbar-thumb {
        background: var(--green-blue);
        border-radius: 20px;
    }

        .cart-item-container::-webkit-scrollbar-thumb:hover, .result-container::-webkit-scrollbar-thumb:hover {
            background: var(--dark-green-blue);
        }

.cart-item:first-child {
    margin-top: 0px;
}

.cart-item:last-child {
    margin-bottom: 0px;
}

.cart-item a, .cart-item .cart-item-delete {
    color: white;
    font-size: 30px;
    cursor: pointer;
}

.cart-item-delete {
    width: 100%;
    text-align: center;
    padding-right: 10px;
}

#cart-container .btn-primary:hover, .button-container .btn-primary:hover {
    background-color: var(--dark-green-blue);
    color: white;
}

.trash-container {
    align-items: center;
    display: flex;
    margin-left: -7px;
}

.button-container {
    padding-top: 10px;
}

.price, .reszosszeg {
    font-family: calibrib;
    margin: 0px;
}

.reszosszeg {
    text-transform: uppercase;
}

.reszosszeg-container {
    padding: 10px 0;
}
/*####### END CART CARD ######*/
/*####### CART PAGE #######*/
.sum-order-card {
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    font-family: calibrib;
    border: 1px solid var(--dark-green-blue);
}

.sum-price-container {
    padding-top: 25px;
}

.file-upload-container a {
    color: var(--green-blue) !important;
    cursor: pointer;
}
/*####### END CART PAGE ######*/
/*####### MyProfile Page ######*/
.profilinof-caption {
    font-family: calibrib;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.profilinof {
    padding-bottom: 30px;
}

.my-order-table-container tr a i {
    font-size: 20px;
}

.order-no {
    color: var(--green-blue);
}
/*####### END MyProfile Page ######*/

/*####### Error Message ######*/
.view-message-container {
    position: fixed;
    top: 50px;
    right: 50px;
    width: 400px;
    z-index: 10000;
}

    .view-message-container .alert {
        border-radius: 10px;
        box-shadow: 5px 5px 10px grey;
    }

        .view-message-container .alert.alert-success {
            border: 3px solid darkgreen;
        }

        .view-message-container .alert.alert-danger {
            border: 3px solid darkred;
        }

        .view-message-container .alert.alert-warning {
            border: 3px solid darkgoldenrod;
        }

        .view-message-container .alert.alert-info {
            border: 3px solid darkcyan;
        }

.alert {
    padding: 0.5rem 0.5rem;
}

/*####### END Error Message ######*/

/*.disable-menu {
    cursor:not-allowed;
    pointer-events: none;
}*/

.disable-menu {
    cursor: not-allowed;
    opacity: 0.5;
}

    .disable-menu > a {
        color: currentColor;
        display: inline-block; /* For IE11/ MS Edge bug */
        pointer-events: none;
        text-decoration: none;
        pointer-events: none;
    }

.card-item .btn-primary.add-to-cart {
    padding: 0;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: .7em;
    margin-top: 4px;
}

.result-container {
    width: calc(100% - 24px);
    max-height: 400px;
    overflow: auto;
    background-color: var(--light-green-blue);
    position: absolute;
    z-index: 10;
    box-shadow: 2px 2px 10px 0px grey;
    padding: 1rem;
}

.list-container {
    padding: 0 30px;
}

.search-item {
    margin: 10px 0;
    background-color: white;
    border-radius: 5px;
    border: 1px solid var(--green-blue);
}

.search-box-button {
    height: 100%;
    width: 50%;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: x-large;
}

.buttons {
    padding: 0;
    display: flex;
}

.auto-width-select {
    width: auto;
    padding-right: 45px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    margin-right: 0;
    margin-left: auto;
}

td a.btn, .btn-tel, .nowrap {
    white-space: nowrap;
}

.oitem-details-container .row.centered-row {
    height: 100%;
    align-items: center;
    padding-bottom: 0;
}

.bn-form-control {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.no-resize-textarea {
    resize: none;
}

.validation-error-row {
    margin-bottom: 10px;
    color: red;
    font-weight: bold;
}

input.invalid {
    border: 2px solid darkred;
}

.subCategoryList .filter-element.menu-item {
    font-weight: bold;
    font-size: large;
}

p.login-information {
    font-size: 16px;
    margin-top: 2vh;
    text-align: justify;
}

.selected .menu-item {
    color: var(--green-blue);
}

.form-check-input:checked {
    background-color: var(--green-blue) !important;
    border-color: var(--green-blue) !important;
}

.no-overflow-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-bn {
    color: var(--green-blue) !important;
}

.style-link {
    cursor: pointer;
    text-decoration: underline;
    color: var(--green-blue);
}

.w-fit-content {
    width: fit-content !important;
}

.cursor-pointer {
    cursor: pointer;
}
.ql-align-right {
    text-align: right;
}

.ql-align-center {
    text-align: center;
}

.ql-align-left {
    text-align: left;
}