.container {
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100vw;
    position: absolute;
    transform-origin: 0px 0px;
    overflow: hidden;
    user-select: none;
    background: #dadde6aa;
}

.homePage {
    left: 0px;
    top: 0px;
    position: relative;
    user-select: none;
}

.packagePage {
    left: 0px;
    top: 0px;
    position: absolute;
    user-select: none;
}

.productPage {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    user-select: none;
}

.packageDetailPage {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    user-select: none;
    z-index: 22;
    visibility: hidden;
}


/******************************************* Main Screen */

.home-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-style: italic;
    font-weight: 900;
    line-height: .8;
    top: 30px;
    left: 10px;
    position: absolute;
    width: 300px;
    height: 140px;
    color: #f3bb00;
    transform: rotate(-3deg);
    z-index: 19;/*22*/
    user-select: none;
}

.home-title-home {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-style: italic;
    font-weight: 900;
    line-height: .8;
    top: 200px;
    left: 50px;
    position: absolute;
    width: 300px;
    height: 140px;
    color: #f3bb00;
    transform: rotate(-3deg);
    z-index: 22;

}

.home-slide {
    z-index: 1;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
    top: -40px;
    transform: translateX(-40px);
}

.home-slide-img {
    list-style-type: none;
    float: left;
    height: 100vh;
    width: 100vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-slide-img img {
    height: 100vh;
    width: 100vw;
}

.home-slide-buttons {
    top: calc(50% - 200px);
    left: 0px;
    position: absolute;
}

.home-corner-bg {
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 6;
}

#homeSlideArrowL{
    top: 50px;
    left: 25px;
}

#homeSlideArrowR{
    top: -100px;
    left: calc(100vw - 75px);
    float: right;
}

/*  Admin Page */

.admin-page {
    z-index: 40;
}

.admin-page-background {
    top: 0px;
    left: 0px;
    position: absolute;
    cursor: none;
    height: 100%;
    width: 100%;
    background: linear-gradient(63deg, rgba(21, 22, 22, 0.8) 0%, rgba(164, 170, 176, 0.8) 35%, rgba(73, 92, 108, 0.5) 100%);
    z-index: 41;
    backdrop-filter: blur(4px);
}

.pin-box {
    width: 220px;
    height: 370px;
    padding: 20px;
    left: calc(50% - 110px);
    top: calc(50% - 185px);
    position: absolute;
    background: linear-gradient(63deg, rgba(124, 155, 183, 0.8) 0%, rgba(218, 226, 232, 0.8) 35%, rgba(124, 155, 183, 0.5) 100%);
    z-index: 60;
    box-shadow: 0px 0px 9px 5px rgba(76, 74, 116, 0.72);
    border-radius: 4px;
}

.pin-input {
    font-size: 30px;
    width: 212px;
    border-radius: 4px;
}

.pin-show-pass {
    background-image: url('../img/eye.svg');
    color: #f3bb00;
    background-size: 60px;
    background-repeat: no-repeat;
    height: 60px;
    width: 60px;
    position: relative;
    z-index: 60;
    top: -50px;
    left: 160px;
    margin-bottom: -58px;
}

.admin-menu {
    width: 500px;
    height: 500px;
    left: calc(50% - 260px);
    top: calc(50% - 240px);
    position: absolute;
    z-index: 60;
    padding: 5px;
    background: #bec5d1cd;
    box-shadow: 0px 0px 9px 5px rgba(63, 61, 116, 0.72);
    border-radius: 4px;
    align-content: center;
}

.admin-menu-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: .8;
    color: #3b5d81;
    text-align: center;
    margin: 20px;
}

.admin-menu-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: .8;
    color: #3b5d81;
    text-align: center;
    /*margin: 10px;*/
    margin-top: 20px;
}

.admin-menu-rule {
    height: 1px;
    width: 50%;
    left: 124px;
    display: table;
    position: relative;
    background: linear-gradient(90deg, rgba(52, 101, 184, 0) 0%, rgb(69, 96, 185) 49%, rgba(52, 101, 184, 0) 100%);
    margin: 10px;
}

.admin-menu-radio {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: #3b5d81;
}

.admin-menu-entry {
    margin: 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    right: 0px;
    position: relative;
    text-align: center;
    color: #3b5d81;
}

.admin-menu-input {
    width: 60px;
    height: 30px;
    top: 0px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #3b5d81;
}

input[type='radio'] {
    box-sizing: border-box;
    appearance: none;
    background: white;
    outline: 2px solid rgb(130, 148, 172);
    border: 3px solid white;
    width: 20px;
    height: 20px;
}

input[type='radio']:checked {
    background: rgb(59, 89, 121);
}

.admin-menu-buttons {
    display: flex;
    top: 20px;
    position: relative;
    width: 100%;
}

.admin-menu-button {
    width: 120px;
    height: 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    color: #3b5d81;
}


/*  Product Page */

.productPage-corner-bg {
    top: 0px;
    left: -80px;
    position: absolute;
    z-index: 9;
    opacity: .8;
}

.productPage-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 90px;
    font-style: italic;
    font-weight: 900;
    line-height: .8;
    top: 300px;
    left: -160px;
    position: absolute;
    width: 820px;
    height: 240px;
    color: #f3bb00;
    transform: rotate(290deg);
    z-index: 10;
    overflow: hidden;
}

.productPage-slide {
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 1;
}

.product-slide-buttons {
    top: 700px;
    left: 0px;
    position: absolute;
}

.blur-overlay {
    top: 0px;
    left: 0px;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(63deg, rgba(124, 155, 183, 0.8) 0%, rgba(218, 226, 232, 0.8) 35%, rgba(124, 155, 183, 0.5) 100%);
    z-index: 2;
    backdrop-filter: blur(4px);
}

.blur-overlay-detail {
    top: 0px;
    left: 0px;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(63deg, rgba(124, 155, 183, 0.8) 0%, rgba(218, 226, 232, 0.8) 35%, rgba(124, 155, 183, 0.7) 100%);
    z-index: 19;
    backdrop-filter: blur(8px);
}


/******************************************* UI elements */


/* package box ***/

.package-boxes-container {
    width: 65%;
    height: calc(100vh - 160px);
    overflow: hidden;
    top: 4px;
    left: 10%;
    position: absolute;
}

.package-boxes {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    /*  align-items: center;
        align-content: center;*/
    position: relative;
    height: calc(100vh - 160px);
    top: 0px;
    left: 0px;
    z-index: 20;/*6*/
    transform: translateX(0px);
}

.package-box {
    height: calc(100vh - 240px);
    width: 400px;
    top: 60px;
    left: 0px;
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    border: 4px solid #013c9d;
    z-index: 5;
    box-shadow: 0px 0px 10px #013c9d22;
}

.package-box-img {
    width: 100%;
    height: 45%;
    top: 0px;
    left: 0px;
    position: relative;
    background: url('');
    background-size: 400px;
    border-radius: 4px 4px 0px 0px;
    z-index: 6;
    overflow: hidden;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-color: rgba(0, 0, 0, 0.2);
}

.package-box-text {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    width: 400px;
    /*top: 45%;*/
    height: 55%;
    overflow: hidden;
    /* overflow-y: scroll;*/
}

.package-title {
    font-size: 20px;
    font-weight: 700;
    color: #013c9d;
    padding: 10px;
}

.package-description {
    font-size: clamp(10px, 1.9vw, 13px);
    font-weight: 300;
    max-height: 190px;
    overflow-y: scroll;
    padding: 0px 10px;
}

.package-details {
    font-size: 20px;
    font-weight: 500;
    list-style-type: none;
    padding: 0;
    margin: 0;
    max-height: 400px;
    overflow: hidden;
}

.package-price {
    padding-top: 10px;
    font-size: 30px;
    font-weight: 700;
    /*top: 340px;*/
    width: 400px;
    position: absolute;
    bottom: 85px;
}

.package-savings {
    padding-top: 10px;
    font-size: 18px;
    font-weight: 400;
    /*top: 390px;*/
    width: 400px;
    position: absolute;
    bottom: 60px;
}

.package-buttons {
    width: 400px;
    height: 45px;
    left: 0px;
    /*top: 448px;*/
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    bottom: 0;
    padding-bottom: 10px;
}

.package-details-button-detail {
    width: 140px;
    height: 45px;
    background-image: url('../img/details-button.png');
}

.package-details-button-add {
    width: 140px;
    height: 45px;
    background-image: url('../img/yellow-button-sm.png');
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 20px;
    line-height: 2.3;
    color: #013C9D;
}


/* package details */
.package-detail-box {
    width: 75%;
    height: 90%;
    overflow: hidden;
    top: 40px;
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    border: 4px solid #013c9d;
    box-shadow: 0px 0px 10px #013c9d22;
    z-index: 20;
    font-family: 'Montserrat', sans-serif;
    margin-left: auto;
    margin-right: auto;
}

.package-detail-box-left{
    width: 49%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: left;
    border: 0px solid red;
    height: calc(100% - 80px);
}

.package-detail-box-right{
    width: 49%;
    position: relative;
    float: right;
    margin-right: auto;
    margin-left: auto;
    border: 0px solid green;
    height: calc(100% - 80px);
}

.package-detail-text {
    text-align: left;
    font-size: medium;
    position: relative;
    width: 95%;
    padding: 10px 20px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 80%;
}

.package-detail-images {
    position: relative;
    width: 95%;
    height: 100%;
    padding: 0px 20px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.package-detail-thumbnails {
    display: flex;
    gap: 8px;
    width: 640px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.package-detail-title {
    font-size: 30px;
    font-weight: 700;
    color: #013c9d;
    padding: 20px 20px 0px 20px;
}

.package-detail-sku {
    font-size: 18px;
    font-weight: 300;
    color: #013c9d;
    padding-left: 20px;
}

.package-detail-price {
    padding-left: 40px;
    font-size: 30px;
    font-weight: 700;
    bottom: 48px;
    width: 400px;
    position: absolute;
}

.package-detail-savings {
    padding-left: 40px;
    font-size: 18px;
    font-weight: 400;
    bottom: 26px;
    width: 400px;
    position: absolute;
}

.package-detail-buttons {
    width: 200px;
    height: 45px;
    left: 480px;
    bottom: 30px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    display: none;
}

.package-details-button-add {
    width: 140px;
    height: 45px;
    background-image: url('../img/yellow-button-sm.png');
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Montserrat;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 2.3;
    color: #013C9D;
}


.package-detail-package-box-pos {
    height: 640px;
    width: 400px;
    top: 60px;
    left: 410px;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    border: 6px solid #013c9d;
    z-index: 22;
    overflow: hidden;
}

.package-detail-media-bg {
    top: 60px;
    left: 800px;
    position: absolute;
    z-index: 20;
    width: 1020px;
    height: 652px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #5a7c9f;
    border-radius: 2px;
}

.package-detail-media {
    top: 120px;
    left: 830px;
    position: absolute;
    z-index: 30;
    width: 980px;
    height: 700px;
    background-repeat: no-repeat;
    background-size: contain;
    filter: drop-shadow(3px 3px 8px #5b5b79);
}

.close-icon {
    width: 48px;
    height: 48px;
    top: 16px;
    right: 12%;
    position: absolute;
    z-index: 24;
    background-image: url('../img/close-icon.png');
}

.package-boxes-detail {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    height: 470px;
    top: 0px;
    left: 0px;
    z-index: 20;
    transform: translateX(0px);
}

.package-box-detail {
    margin-top: 10px;
    margin-right: 28px;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    height: 320px;
    width: 320px;
    background: linear-gradient(0deg, rgba(52, 101, 184, 1) 13%, rgba(255, 255, 255, 1) 14.1%, rgba(255, 255, 255, 1) 87%, rgba(52, 101, 184, 1) 87.1%, rgba(52, 101, 184, 1) 100%);
    border-radius: 4px;
    border: 6px solid #013c9d;
    z-index: 5;
}

.package-box-text-detail {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    top: 0px;
    width: 320px;
    height: 320px;
    overflow: hidden;
}

.package-title-detail {
    font-size: 18px;
    line-height: 1;
    height: 90px;
    text-align: left;
    height: 28px;
    line-height: .95;
    vertical-align: bottom;
    padding: 6px;
    overflow: hidden;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px;
}

.package-description-detail {
    font-size: 14px;
    font-weight: 300;
    padding: 4px;
    margin-bottom: 2px;
    padding-left: 12px;
    height: 56px;
    padding-bottom: 14px;
}

.package-box-img-detail {
    width: 320px;
    height: 240px;
    left: 0px;
    position: relative;
    border: 0px solid #FFFFFF;
}

.package-box-detail-img-img {
    width: 320px;
    height: 240px;
    top: -20px;
    left: 0px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 41;
    border: 0px solid #FFFFFF;
    background-color: white;
}

.package-box-detail-img-thumb {
    width: 48px;
    height: 48px;
    top: -110px;
    margin: 8px;
    border: 3px solid #FFFFFF;
    right: 0px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 42;
    float: right;
}


/* product box ***/

.product-boxes-container {
    width: 1420px;
    height: 960px;
    overflow: hidden;
    top: 4px;
    left: 412px;
    position: absolute;
}

.product-boxes {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    height: 1080px;
    top: 0px;
    left: 0px;
    z-index: 20;
    transform: translateX(0px);
    -webkit-perspective: 1920;
    perspective: 1920;
}

.product-box {
    font-family: 'Montserrat', sans-serif;
    margin-top: 10px;
    margin-right: 28px;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    height: 440px;
    width: 440px;
    background: linear-gradient(0deg, rgba(1, 60, 157, 1) 14%, rgba(255, 255, 255, 1) 14.1%, rgba(255, 255, 255, 1) 83%, rgba(1, 60, 157, 1) 83.1%, rgba(1, 60, 157, 1) 100%);
    border-radius: 4px;
    border: 4px solid rgb(1, 60, 157);
    z-index: 5;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.product-box-flip {
    height: 320px;
    width: 440px;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 50;
    pointer-events: all;
}

.product-box-front {
    position: relative;
    top: 0px;
    width: 440px;
    height: 440px;
    overflow: hidden;
    backface-visibility: hidden;
}

.product-box-back {
    position: relative;
    top: -440px;
    width: 440px;
    height: 440px;
    overflow: hidden;
    backface-visibility: hidden;
    transform: rotateY(180deg);
}

.product-title {
    font-size: 28px;
    height: 44px;
    text-align: left;
    line-height: .95;
    vertical-align: bottom;
    padding: 9px;
    overflow: hidden;
    font-weight: 500;
    color: #fff;
    margin-bottom: 12px;
}

.flip-icon {
    background-image: url('../img/flipicon.png');
    background-size: contain;
    position: relative;
    top: -64px;
    margin-bottom: -26px;
    left: 400px;
    width: 26px;
    height: 26px;
    opacity: .5;
    z-index: 39;
}

.product-description {
    font-size: 18px;
    font-weight: 300;
    padding: 4px;
    margin-bottom: 2px;
    padding-left: 12px;
    height: 306px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.product-details {
    font-size: 24px;
    font-weight: 500;
    list-style-type: none;
    padding: 0;
    margin: 0;
    max-height: 400px;
    overflow: hidden;
}

.product-box-img {
    width: 440px;
    height: 310px;
    left: 0px;
    position: relative;
}

.product-box-img-img {
    width: 440px;
    height: 306px;
    top: 0px;
    left: 0px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 41;
}

.product-box-img-thumb {
    width: 48px;
    height: 48px;
    top: -70px;
    margin: 8px;
    border: 3px solid #FFFFFF;
    right: 0px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 42;
    float: right;
}

.product-footer {
    top: 10px;
    left: 10px;
    width: 400px;
    position: relative;
}

.product-price {
    font-size: 26px;
    font-weight: 500;
    text-align: right;
    top: -36px;
    left: 180px;
    width: 240px;
    z-index: 90;
    color: aliceblue;
    position: relative;
}

.product-details-button {
    width: 140px;
    height: 36px;
    left: 0px;
    top: 0px;
    margin: 0;
    z-index: 90;
    position: relative;
    background-image: url('../img/yellow-button-sm.png');
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 20px;
    line-height: 2;
    color: #013C9D;
    text-align: center;
}


/******************************************* Bottom Menu */

.menu {
    /*top: 1010px;*/
    bottom: 0px;
    left: 0px;
    position: absolute;
    height: 140px;
    width: 100%;
    background: linear-gradient(63deg, rgba(124, 155, 183, 1.0) 0%, rgba(218, 226, 232, 1.0) 35%, rgba(124, 155, 183, 1.0) 100%);
    z-index: 18;
    backdrop-filter: blur(4px);
}

.menu-line {
    top: 0px;
    left: 0px;
    position: relative;
    height: 4px;
    background-color: #ddd;
    z-index: 42;
}

.home-cart-icons {
    list-style-type: none;
    columns: 2;
    width: 118px;
    position: relative;
    /* margin-left: -16px; */
    /* padding-left: 28px; */
    float: left;
}

.cart-notification {
    background-color: #f3bb00;
    color: #013c9d;
    top: 22px;
    left: 126px;
    position: absolute;
    width: 24px;
    height: 22px;
    border-radius: 12px;
    padding-top: 2px;
    z-index: 10;
    font-size: 16px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: none;
}

.home-button {
    top: 0px;
    left: 0px;
}

.cart-button {
    top: 0px;
    left: 0px;
}

.buttons {
    top: 0px;
}

.button-row-container {
    top: 10px;
    /* left: 414px; */
    width: 60%;
    overflow: hidden;
    position: relative;
    height: 120px;
    margin: 0px;
    z-index: 6;
    float: left;
    padding-left: 50px;
}

.button-row {
    top: 16px;
    left: 0px;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 120px;
    transform: translateX(0px);
    pointer-events: auto;

    overflow-x: scroll;
    display: flex;
}

.button-arrows {
    left: 40px;
    position: relative;
    visibility: hidden;
}

.selectors {
    top: 8px;
    /* margin-left: 130px; */
    position: relative;
    height: 120px;
    /* width: 100%; */
    float: left;
    padding: 0px 20px 0px 30px;
}

.selector-button {
    width: 130px;
    height: 20px;
    background: #dadde6aa;
    border-radius: 4px;
    padding: 8px 14px 12px 12px;
    list-style-type: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    vertical-align: baseline;
    color: #3b5d81;
    margin-bottom: 12px;
}

.arrow-sm-r {
    top: 1px;
    left: 12px;
    position: relative;
    width: 18px;
    height: 18px;
    z-index: 40;
}

.arrow-sm {
    top: 1px;
    left: 12px;
    position: relative;
    width: 16px;
    height: 72px;
    z-index: 40;
    opacity: .36;
}

.arrow-lg {
    top: 0px;
    left: 0px;
    position: relative;
    width: 36px;
    height: 150px;
    z-index: 40;
    opacity: .25;
}

.s-glow {
    background: #ffffffaa;
    box-shadow: 0 0 6px 1px #ddd;
    color: #013c9d;
}

.menu-button {
    width: 170px;
    height: 50px;
    background: #dadde6aa;
    border-radius: 4px;
    padding: 10px;
    list-style-type: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
    vertical-align: middle;
    color: #3b5d81;
    float: left;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-arrow {
    width: 16px;
    height: 80px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    vertical-align: middle;
    color: #3b5d81;
    float: left;
    margin-left: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.m-glow {
    background: #ffffffaa;
    box-shadow: 0 0 20px 1px #ddd;
    color: #013c9d;
}


/* subcat ////////////////////////////////////////*/

.subcatCont {
    width: 190px;
    height: 300px;
    left: 350px;
    top: 466px;
    position: absolute;
    visibility: hidden;
    overflow: hidden;
    z-index: 20;
}

.subcatMenu {
    position: relative;
    width: 190px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-color: #013c9ddd;
    border-radius: 2px;
    padding-top: 4px;
}

.subcatMenuButton {
    color: #013c9dee;
    background-color: #e9e9e9dd;
    padding: 8px;
    height: 42px;
    margin: 6px;
    border-radius: 2px;
    height: 32px;
    text-align: center;
    line-height: .9;
    align-items: center;
    display: flex;
    justify-content: center;
}


/* orders ////////////////////////////////////////*/

.order-container {
    z-index: 40;
}

.order-container-left{
    width: 49%;
    /*position: relative;*/
    margin-right: auto;
    margin-left: auto;
    height: 100%;
    float: left;
    border: 1px solid red;
}

.order-container-right{
    width: 49%;
    /*position: relative;*/
    margin-right: auto;
    margin-left: auto;
    height: 100%;
    float: right;
    border: 1px green solid;
}

.order-background {
    top: 0px;
    left: 0px;
    position: absolute;
    cursor: none;
    height: 100%;
    width: 100%;
    background: linear-gradient(63deg, rgba(82, 103, 121, 0.8) 0%, rgba(164, 170, 176, 0.8) 35%, rgba(73, 92, 108, 0.5) 100%);
    z-index: 41;
    backdrop-filter: blur(4px);
}

.order-info {
    font-family: 'Montserrat', sans-serif;
    width: 27%;
    height: 400px;
    top: 20px;
    /* left: 980px; */
    color: #000;
    position: absolute;
    background-color: white;
    box-shadow: 3px 3px 7px 0px rgba(1, 34, 88, .6);
    padding: 60px;
    z-index: 42;
}

.order-info .close-icon{
    top: -22px;
    z-index: 20;
    right: -20px;
}

.order-entry {
    margin: 0px 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 400;
    right: 0px;
    position: relative;
    text-align: left;
    color: #3b5d81;
}

.order-enter-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #3b5d81;
    text-align: left;
    width: 100%;
    margin-top: 26px;
}

.order-input {
    width: 100%;
    height: 30px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    border: 1px solid #3b5d81;
    font-weight: 400;
    color: #3b5d81;
}

.order-rule {
    height: 1px;
    width: 100%;
    left: 0px;
    display: table;
    position: relative;
    background: linear-gradient(90deg, rgba(52, 101, 184, 1.0) 0%, rgb(69, 96, 185) 49%, rgba(52, 101, 184, 0) 100%);
    margin: 3px 0px;
}

.customer-modal {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    /*background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;*/
}

.close-modal {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-modal:hover,
.close-modal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.order-footer {
    bottom: 44px;
    display: grid;
    /*grid-template-columns: 1fr 2fr 1fr;
    grid-template-rows: 1fr;*/
    grid-column-gap: 20px;
    grid-row-gap: 0px;

    width: 100%;
    position: relative;
    margin-top: 80px;
}

.order-clear {
    grid-area: 1 / 1 / 2 / 2;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #3b5d81;
    max-width: 140px;
    width: 100%;
}

.order-restore {
    grid-area: 1 / 2 / 2 / 3;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #3b5d81;
    max-width: 140px;
    width: 100%;
}

.order-email {
    grid-area: 1 / 3 / 2 / 4;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #3b5d81;
    max-width: 140px;
    width: 100%;
}



.order-page {
    font-family: 'Montserrat', sans-serif;
    width: 32%;
    height: 80%;
    top: 20px;
    left: 8%;
    color: #000;
    position: absolute;
    background-color: white;
    box-shadow: 3px 3px 7px 0px rgba(1, 34, 88, .6);
    padding: 60px;
    z-index: 42;
}

.order-logo {
    height: 60px;
    /*left: -20px;*/
    position: relative;
    background-image: url('../img/header-logo-v1.png');
    background-repeat: no-repeat;
    margin-bottom: 18px;
    background-size: contain;
}

.order-header {
    /*fix this */
    position: relative;
    font-weight: 900;
    font-size: 24px;
    /*left: 400px;*/
    top: -40px;
    float: right;
}

.order-customer {
    /*fix this */
    position: relative;
    font-weight: 900;
    font-size: 24px;
    left: 400px;
    top: 0px;
}

.order-header-subtitle {
    font-size: 12px;
    padding-top: 10px;
}

.order-body {
    height: 80%;
    overflow: hidden;
    width: 100%;
    position: relative;
    top: 10px;
    left: 0;
}

.order-items {
    height: 530px;
    padding: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
}

.order-item {
    margin-bottom: 10px;
    align-items: center;
    width: 100%;
    height: 64px;
    display: grid;
    grid-template-columns: 60px 1fr 64px 34px;
    grid-template-rows: 1fr;
    grid-column-gap: 12px;
    grid-row-gap: 0px;
}

.order-img {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    grid-area: 1 / 1 / 2 / 2;
}

.order-name {
    font-size: 16px;
    color: black;
    grid-area: 1 / 2 / 2 / 3;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    width: 100%;
    position: relative;
    left: 10px;
    color: #3b5d81;
}

.order-price {
    right: 0px;
    font-size: 16px;
    text-align: right;
    grid-area: 1 / 3 / 2 / 4;
}

.order-delete-icon {
    background-image: url('../img/trash-icon.png');
    width: 24px;
    height: 24px;
    opacity: .22;
    grid-area: 1 / 4 / 2 / 5;
}

.order-sub-price {
    right: 0px;
    font-size: 16px;
    top: -12px;
    position: relative;
    text-align: right;
    float: right;
}

.order-listtotals {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: normal;
    /*width: 560px;*/
    line-height: .4;
}

.order-subtotals {
    position: relative;
    float: right;
    right: 150px;
    width: 100%;
    text-align: right;
}

.order-totals {
    right: 0px;
    width: 100%;
    bottom: 40px;
    position: absolute;
}



/* scrollbar  */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #dad9d9;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Modal */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    /*padding: 10px 62px 0px 62px;*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    padding: 0 0 0 0;
    width: 100%;
    /*max-width: 1000px;
    margin-top: calc(50% - 500px);
    border: 1px solid #888;*/
    height: 100%;
}
.slide {
    /*display: none;*/
    margin-left: auto;
    margin-right: auto;
}
.image-slide {
    /*width: 100%;*/
    display: none;
    max-height: 750px;
    height: 100%;
}
.modal-preview {
    width: 100%;
}
.close.pointer{
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 50px;
    font-weight: bold;
    z-index: 100;
    cursor: pointer;
}  
.previous,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 50px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.previous:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 1895px) {
    .package-boxes-container {
        width: 67% !important;
        height: calc(100vh - 160px);
        overflow-x: auto;
        left: 15% !important;
    }
    .package-boxes{
        overflow-x: auto;
        overflow-y: hidden;
    }
    .package-box{
        margin-right: 10px;
    }
}

@media only screen and (max-width: 1600px) {
    .package-boxes-container {
        left: 10% !important;
    }
    .package-detail-thumbnails{
        width: 90%;
        overflow-x: scroll;
    }
}

@media only screen and (max-width: 1480px) {
    .package-boxes-container {
        left: 5% !important;
    }
}

@media only screen and (max-width: 1350px) {
    .package-boxes-container {
        left: 2% !important;
    }
}

@media only screen and (max-width: 1300px) {
    .package-boxes-container {
        left: 10% !important;
        width: 50% !important;
        /*z-index: 100;*/
    }
}

@media only screen and (max-width: 1200px) {
    .order-info{
        padding: 30px;
    }
    .order-page{
        padding: 30px;
    }
}

@media only screen and (max-width: 1150px) {
    .package-boxes-container {
        left: 5% !important;
    }
    .package-detail-box{
        overflow-y: auto;
    }
    .package-detail-box-left{
        width: 100%;
        height: auto;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .package-detail-price{
        width: 100%;
        padding-left: 10px;
        display: none;
    }
    .package-detail-savings{
        display: none;
    }
    .package-detail-buttons{
        left: 10px;
        display: none;
    }
    .package-detail-large-image{
        text-align: center;
    }
    .package-detail-large-image img{
        width: 500px !important;
    }
    .package-detail-box-right{
        width: 100%;
    }
}

@media only screen and (max-width: 1090px) {
    .package-boxes-container {
        left: 2% !important;
    }

    .selector-button {
        width: 120px;
        height: 20px;
        font-size: 15px;
        margin-left: -20px;
    }
    /*.button-row-container{
        width: auto;
    }
    .button-row{
        top: 0px;
        width: auto;
    }
    .menu-button{
        width: 160px;
        height: 20px;
        padding: 10px;
        font-size: 15px;
        float: left;
        margin-right: 20px;
        padding-bottom: 5px;
    }*/
}
@media only screen and (max-width: 995px) {
    .package-boxes-container {
        left: 10% !important;
        width: 30% !important;
    }
    .button-row-container{
        padding-left: 0px;
    }
    /*.button-row{
        display: grid;
    }*/
    .home-corner-bg img{
        width: 80%;
    }
    .home-title-home{
        font-size: 35px;
        top: 18%;
    }
    .order-page{
        width: 70%;
    }    
    .order-container-right{
        display: none;
    }
    .order-header{
        font-size: 16px;
    }
    .package-price{
        bottom: 20px;
        font-size: 15px;
    }
    .package-details-button-detail{
        transform: scale(0.5);
    }
    .package-details-button-add{
        transform: scale(0.5);
    }
    .package-savings {
        font-size: 16px;
    }
    .package-detail-thumbnail{
        width: auto;
        height: 100px;
    }
}
@media only screen and (max-width: 870px) {
    .selectors{
        display: none;
    }
    .package-boxes-container {
        left: 5% !important;
    }
    .package-detail-large-image img{
        width: 300px !important;
    }
    .button-row-container{
        padding-left: 20px;
        width: 75%;
    }
    .image-slide{
        max-height: 550px;
    }

}
@media only screen and (max-width: 715px) {
    .button-row-container{
        padding-left: 10px;
        width: 70%;
    }

}
@media only screen and (max-width: 680px) {
    .package-boxes-container {
        left: 2% !important;
    }
    .image-slide{
        max-height: 450px;
    }
}
@media only screen and (max-width: 600px) {
    .package-boxes-container {
        left: 2% !important;
        width: 23% !important;
    }
    .home-title-home{
        font-size: 25px;
        top: 14%;
        left: 25px;
    }
    .home-cart-icons{
        width: 85%;
        text-align: center;
        columns: 3;
        margin-top: 7px;
        z-index: 100;
    }
    .button-row{
        display: flex;
        top: 55px;
    }
    .menu-button{
        width: 110px;
        padding: 8px;
        height: 40px;
        font-size: 12px;
    }
    .button-row-container{
        text-align: center;
        width: 90%;
        position: absolute;
        padding-left: 20px;
        padding-right: 20px;
    }
    .package-detail-text{
        width: 85%;
    }
    .admin-menu{
        width: 400px;
        left: calc(50% - 205px);
    }

}
@media only screen and (max-width: 550px) {
    .home-title{
        font-size: 35px;
    }
    .package-detail-title{
        font-size: 25px;
    }
    .package-detail-text{
        font-size: 14px;
    }
    .package-detail-thumbnail{
        height: 100px !important;
    }
    .package-boxes-container {
        left: 2% !important;
        width: 18% !important;
    }
    /*.home-cart-icons{
        columns: 2;
    }*/
    .selectors{
        display: none;
    }
    /*.button-row{
        display: grid;
        top: 0;
        float: right;
    }*/
    .menu-button{
        width: 110px;
        padding: 8px;
    }
    /*.button-row-container{
        position: relative;
        float: right;
        right: 30px;
    }*/

}
@media only screen and (max-width: 460px) {
    .package-box{
        width: 300px;
    }
    .package-box-text{
        width: 300px;
    }
    .package-price{
        width: 300px;
    }
    .package-savings{
        width: 300px;
    }
    .package-buttons{
        width: 300px;
    }
    .package-detail-large-image img{
        width: 200px !important;
    }
    .package-boxes-container {
        width: 15% !important;
    }
    .admin-menu {
        width: 300px;
        left: calc(50% - 155px);
    }
    .admin-menu-rule{
        left: calc(50% - 75px);
    }
    .admin-menu-radio{
        font-size: 15px;
    }
    .admin-menu-entry{
        font-size: 15px;
    }
    .admin-menu-input{
        font-size: 15px;
        height: 20px;
        width: 40px;
    }
    .admin-menu-button{
        width: 90px;
        font-size: 12px;
    }
    .image-slide{
        max-height: 300px;
    }
}
@media (min-height: 1200px) {
    .package-detail-box-right{
        height: calc(50% - 80px);
    }
    .package-details-button-detail{
        transform: scale(0.8);
    }
    .package-details-button-add{
        transform: scale(0.8);
    }
}
@media (max-height: 920px) {
    .package-price{
        font-size: 16px;
    }
    .package-description{
        max-height: 100px;
        overflow-y: scroll;
    }
}
@media (max-height: 900px) {
    .package-details-button-detail{
        transform: scale(0.8);
    }
    .package-details-button-add{
        transform: scale(0.8);
    }
    .package-detail-large-image{
        text-align: center;
    }
    .package-detail-large-image img{
        width: 80% !important;
    }
    /*.package-detail-thumbnail{
        width: auto !important;
        height: 150px;
    }*/
    .package-box-img{
        background-size: contain;
    }
}
@media (max-height: 730px) {
    .package-price{
        font-size: 16px;
    }
    .package-description{
        max-height: 50px;
    }
}
@media (max-height: 650px) {
    .package-price{
        font-size: 16px;
    }
    .package-description{
        max-height: 0px;
    }
}
@media screen and (max-height: 800px) and (max-width: 1000px) {
    .package-detail-large-image img{
        width: 65% !important;
    }
}
@media screen and (max-height: 700px) and (max-width: 1000px) {
    .package-detail-large-image img{
        width: 55% !important;
    }
}
@media screen and (max-height: 600px) and (max-width: 1000px) {
    .package-detail-large-image img{
        width: 40% !important;
    }
    .package-detail-thumbnail{
        height: 100px;
    }
}
@media screen and (max-height: 600px) and (max-width: 950px) {
    .container{
        height: 1000px;
    }
    .home-slide-img{
        height: 1000px;
    }
    .home-title-home {
        font-size: 35px;
        top: 23%;
    }
    .package-boxes-container{
        height: 850px;
    }
    .package-boxes{
        height: 850px;
    }
    .package-box{
        height: 750px;
    }
    .home-title{
        font-size: 35px;
    }
    .package-description{
        max-height: 300px;
    }
    .package-detail-box-right{
        height: calc(70% - 80px);
    }
    .package-detail-large-image img{
        width: 50% !important;
    }
}
  