body {
    color: #151615;
    font-size: 2vw;
    margin: 0;
}
.free {
    width: 100%;
    height: 3%;
    background-color: #D7C9B6;
    margin: 0;
    text-align: center;
}
.free-text {
    font-size: 2.5vw;
    padding: 0.5vw;
    margin: 0;
}
.more-info {
    width: 5%;
    height: 3%;
    position: absolute;
    display: none;
}
.sides {
    font-weight: 100;
}
.header {
    width: 100%;
    height: 20%;
    display: flex;
    margin: 0;
    border-bottom: 1px solid #aaa;
    margin-bottom: 2vw;
}
.logo-container {
    width: 10%;
    height: 90%;
    margin: 0;
}
.logo {
    width: 50%;
    height: 100%;
}
.menu-container {
    width: 70%;
    display: flex;
    margin: 0;
}
.menu {
    list-style-type: none;
    justify-content: space-around;
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 1vw;
}
.menu li {
    padding: 1vw;
    margin: 0;
}
.menu li a {
    text-decoration: none;
    color: #151615;
    font-weight: 600;
    /* padding: 1vw;
    margin: 0; */
}
.personal-container {
    width: 15%;
    display: flex;
    margin-left: 5%;
    margin-top: 1%;
}
.personal {
    width: 2vw;
    height: 2vw;
    padding: 1vw;
    color: #151615;
}
.main {
    width: 100%;
    background-image: url(./images/gadgets.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    padding-bottom: 5vw;
    padding-top: 5vw;
}
.main-text-container {
    width: 30%;
    margin-left: 5%;
}
.main-text {
    font-size: 7vw;
}
.main-text-bold {
    font-size: 2vw;
    font-weight: 600;
}
.main-text-small {
    font-size: 2.5vw;
    margin-top: -10%;
    font-weight: 500;
}
.main-button {
    background-color: #151615;
    color: white;
    box-shadow: none;
    border: 2px solid #151615;
    padding: 2vw 3vw;
    font-size: 2vw;
}
#info {
    width: 100%;
    margin: 0.5vw 0;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}
#info-content {
    width: 90%;
    display: flex;
    margin: 0 auto;
}
.info {
    width: 23%;
    height: 5%;
    padding: 2vw;
    display: flex;
}
.icon2 {
    width: 4vw;
    height: 4vw;
    color: #151615;
    padding: 1.5vw 1vw;
}
.text-info {
    display: flex;
    flex-direction: column;
}
.info-header {
    font-weight: 700;
}
.info-text {
    font-size: 1.8vw;
    margin-top: -10%;
}
.header3 {
    width: 100%;
    justify-content: space-evenly;
    display: flex;
}
.favourites {
    margin-left: -25%;
    width: 50%;
}
.view {
    width: 10%;
    margin-right: -30%;
    margin-top: 2vw;
}
.view-all {
    font-size: 1.8vw;
    text-decoration: underline;
}
.products-row {
    width: 90%;
    display: flex;
    margin: 0 auto 1vw auto;
    justify-content: space-between;
}
.product-card {
    width: 22.5%;
    height: 20%;
}
.product-card:hover {
    width: 24%;
    box-shadow: 0px 0px 5px #151615;
}
.product {
    width: 100%;
    border-radius: 2px;
}
.product-photo {
    width: 100%;
    height: fit-content;
}
.product-desc {
    font-size: 2vw;
    font-weight: 600;
    text-align: center;
}
.product-price {
    font-size: 2vw;
    font-weight: 600;
    text-align: center;
}
.delivery {
    font-weight: 600;
    text-align: center;
}
.colors {
    display: flex;
    justify-content: space-evenly;
}
.color1 {
    background-color: gold;
    width: 2vw;
    height: 2vw;
    border-radius: 1vw;
}
.color2 {
    background-color: black;
    width: 2vw;
    height: 2vw;
    border-radius: 1vw;
}
.color3 {
    background-color: white;
    width: 2vw;
    height: 2vw;
    border-radius: 1vw;
    border: 1px solid #aaa;
}
.color4 {
    background-color: red;
    width: 2vw;
    height: 2vw;
    border-radius: 1vw;
}
#main2 {
    width: 100%;
    background-image: url(./images/gadgets_2.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 5vw 0;
}
#main-text-container2 {
    width: 30%;
    margin-left: 5%;
    /* background-image: linear-gradient(90deg, #151615, #D7C9B6);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent; */
}
#standard {
    font-size: 1.6vw;
    /* margin-bottom: -2vw; */
}
#main-text2 {
    font-size: 4vw;
    margin-top: 2vw;
}
#main-text-small2 {
    font-size: 1.9vw;
    margin-top: -5%;
    width: 50%;
}
#new {
    width: 90%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}
.new-sample {
    width: 22.5%;
    height: 20%;
}
.new-sample:hover {
    width: 24%;
    box-shadow: 0px 0px 5px #151615;
}
.latest {
    width: 100%;
    border-radius: 2px;
}
.product-photo2 {
    width: 100%;
    height: fit-content;
}
.product-desc2 {
    font-size: 2vw;
    /* font-weight: 500; */
    text-align: center;
}
.product-price2 {
    font-size: 2vw;
    /* font-weight: 500; */
    text-align: center;
    margin-top: -1vw;
}
.special-container {
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 2vw;
    background-color: #D7C9B6;
    border-bottom: 1px solid #aaa;
}
.special {
    width: 25%;
    height: 20%;
    display: flex;
}
.desc {
    font-weight: 600;
    font-size: 2vw;
}
.desc2 {
    font-size: 2vw;
    margin-top: -7%;
}
.btm-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #D7C9B6;
    border-bottom: 1px solid #aaa;
    padding: 1vw 0;
    margin: 0 auto;
}
.session {
    width: 18%;
}
.btm-logo {
    width: 10%;
}
.btm-logo-text {
    font-size: 1.7vw;
    padding-left: 1vw;
}
.session-header {
    text-align: left;
    font-size: 2vw;
}
.session-content {
    margin: -6% 0 0 0;
    list-style-type: none;
    padding-left: 0;
    font-size: 1.7vw;
}
.social-handles {
    /* display: flex; */
    /* justify-content: space-evenly; */
    width: 20%;
}
.social {
    width: 2vw;
    height: 2vw;
    padding-right: 0.5vw;
}
.footer {
    width: 100%;
    height: 5%;
    display: flex;
    background-color: #D7C9B6;
    margin: 0;
}
.date-container {
    width: 30%;
    padding-left: 2%;
}
.date-container p {
    font-size: 1.7vw;
}
.space {
    width: 15%;
}
.others {
    width: 50%;
    display: flex;
    justify-content: space-evenly;
}
.others p {
    font-size: 1.7vw;
}
#shop-all-container {
    width: 15%;
    height: 2%;
    display: flex;
    justify-content: space-evenly;
    margin-left: 3vw;
}
.navigate {
    width: 2vw;
    height: 2vw;
    margin-top: 1.2vw;
}

.shop-all-text {
    font-size: 2vw;
}
#header5 {
    display: flex;
}
#shop-all-main-container {
    width: 30%;
    margin-left: 3vw;
}
#shop-all-main {
    font-size: 4vw;
}
.sub-text {
    font-size: 2vw;
    margin-top: -1.5vw;
}
#showing-container {
    width: 20%;
}
#showing {
    font-size: 1.5%;
}
#all-products-container {
    width: 95%;
    margin: 0 auto;
    padding: 1vw;
}
.page-numbers-main-container {
    width: 100%;
    display: flex;
    justify-content: center;
}
.page-numbers-container {
    display: flex;
    width: 20%;
    justify-content: space-evenly;
}
.page-number-box {
    width: 2vw;
    height: 2vw;
    border-radius: 2px;
    margin: 0;
    text-align: center;
    padding: 0.5vw;
}
.page-number {
    font-size: 2vw;
    margin: 0;
}
.page-number a {
    text-decoration: none;
    color: #151615;
}
.active-page-number {
    color: white;
    font-size: 2vw;
    margin: 0;
    padding: 0;
}
.active-page-number a {
    text-decoration: none;
    color: white;
}
.active-page-number-box {
    width: 2vw;
    height: 2vw;
    border-radius: 2px;
    background-color: #151615;
    margin: 0;
    padding: 0.5vw;
    text-align: center;
}
.nav-page-box {
    width: 2vw;
    height: 2vw;
    border-radius: 2px;
    background-color: #bbb;
    margin: 0;
    padding: 0.5vw;
    vertical-align: middle;
}
.navigate2 {
    width: 2vw;
    height: 2vw;
    margin: 0;
    color: #151615;
}
.navigate2 a {
    color: #151615;
}
.values-container-main {
    width: 90%;
    background-color: white;
    margin: 1vw auto;
}
.values-header {
    font-weight: 600;
    text-align: center;
    font-size: 3vw;
}
.values-container-row {
    display: flex;
    justify-content: space-evenly;
}
.values-container {
    width: 20%;
    padding: 2vw;
    border-right: 1px solid #aaa;
}
.values-icon {
    text-align: center;
    width: 3vw;
    height: 3vw;
}
.values-desc-header {
    text-align: center;
    font-weight: 600;
}
.values-desc {
    font-size: 2vw;
    text-align: center;
}
.our-story-container-main {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-evenly;
    margin-bottom: 3vw;
}
.our-story-photo {
    width: 50%;
    background-image: url(./images/gadgets_3.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.our-story-container {
    width: 40%;
}
.our-story-text {
    font-size: 2vw;
}
.our-story-desc {
    font-size: 2vw;
}
.our-story-signature {
    font-weight: 600;
    font-style: italic;
}
.form-container {
    margin: 10% auto;
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    background-color: #aaa;
    border: 1px solid #151615;
    border-radius: 10px;
    box-shadow: 5px 5px #151615;
}
.form-header {
    text-align: center;
}
.input {
    padding: 1vw;
    color: #151615;
    font-weight: 500;
    outline: none;
    font-size: 2vw;
    text-align: center;
    margin: 1vw auto;
    display: block;
}
.input2 {
    padding: 1vw;
    color: #151615;
    font-weight: 500;
    outline: none;
    font-size: 2vw;
    text-align: center;
    margin: 1vw auto;
}
.form-button {
    background-color: #151615;
    padding: 1vw;
    border-radius: 5px;
    display: block;
    margin: 2vw auto;
    border: 2px solid #151615;
    color: white;
    width: fit-content;
    font-size: 2vw;
}
.next-action {
    font-size: 2vw;
}
.next-action a {
    color: #151615;
}
.welcome-text-container {
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.welcome-text {
    font-size: 2vw;
    font-weight: 600;
}
.welcome-header {
    text-align: center;
    font-size: 4vw;
}
.logout-button {
    background-color: #F20;
    padding: 0 2vw;
    border-radius: 5px;
    margin: 0;
    border: 2px solid #F20;
    color: white;
    font-size: 2vw;
}
.description-container {
    background-color: #D7C9B6;
    width: 90%;
    padding: 5%;
    margin: 0 auto;
}
.description-header {
    text-align: left;
    font-size: 3vw;
}
.description {
    list-style-type: circle;
}
.description li {
    font-size: 2vw;
    font-weight: 500;
}
.description li a {
    color: #151615;
}
.attention {
    color: rgb(235, 91, 7);
}
.note-text {
    font-size: 2vw;
    font-weight: 600;
}
.form-container-2 {
    border: 1px solid #aaa;
    padding: 2vw;
    width: 50%;
    margin: 2vw auto;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #151615;
}
.contact-container {
    width: 30%;
    margin-left: 5%;
    margin-top: 1vw;
}
.contact-header {
    margin-bottom: 0;
    display: block;
}
.btn-container {
    float: right;
    margin-right: 2vw;
}
#history-container {
    width: 70%;
    margin: 3vw auto;
    display: none;
}
#history-table {
    width: 100%;
    border-collapse: collapse;
}
tr, th, td {
    border: 1px solid #151615;
    padding: 1vw;
}
.action-buttons-container {
    width: 90%;
    display: flex;
    justify-content: space-evenly;
    margin: 2vw auto;
}
.action-buttons {
    background-color: #151615;
    color: white;
    border: 2px solid #151615;
    padding: 2vw 3vw;
    font-size: 2vw;
    border-radius: 10px;
}
#orders-container {
    width: 90%;
    margin: 0 auto;
}
.content-header {
    text-align: center;
    font-size: 3vw;
    margin-bottom: 0;
    margin-top: 4vw;
}
.table-main-container {
    width: 90%;
    margin: 0 auto;
    overflow-x: auto;
}
.table-main {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
#update-orders-container {
    width: 90%;
    margin: 2vw auto;
}
.update-form-main {
    width: 100%;
}
#update-form {
    display: flex;
}
#update-button {
    display: block;
}
#view-customers-table-container {
    width: 90%;
    margin: 0 auto;
}
#all-orders {
    font-size: 2vw;
}
#orders-container, #update-orders-container, #view-customers-table-container {
    display: none;
}
#remember-me-box {
    display: flex;
    margin: 0 auto;
    width: 80%;
    /* justify-content: center; */
}
#remember-me {
    width: 2vw;
    height: 2vw;
    margin: 0 1vw 0 0;
    padding: 0;
}
#remember-me-text {
    font-size: 2vw;
    margin: 0;
    padding: 0;
}
.message {
    font-size: 2vw;
    color: #151615;
    text-align: center;
}
.table-header {
    margin: 2vw auto 1vw auto;
    text-align: center;
}
#latest-date, #latest-status {
    display: none;
}
.space-top {
    margin-top: 5vw;
}
.space-left {
    margin-left: 1vw;
}
.user-icon {
    background-color: #D7C9B6;
    text-align: center;
    color: #151615;
    font-weight: 600;
    font-size: 2vw;
    border-radius: 1vw;
}
.receipt-container {
    width: 40%;
    margin: 3vw auto;
    padding: 1vw;
    font-size: 2vw;
    background-color: #D7C9B6;
    border: 1px dashed #151615;
}
.receipt-logo {
    width: 3vw;
    height: 2vw;
    margin: 5vw auto 1vw auto;
}
.receipt-header {
    text-align: center;
}
.receipt-text {
    font-weight: 600;
}
.receipt-text-content {
    margin-top: 0.5vw;
}
.receipt-note {
    text-align: center;
}
.receipt-footer {
    font-style: italic;
    font-size: 2vw;
    text-align: center;
    font-weight: 600;
}
.receipt-button {
    background-color: #151615;
    padding: 1vw;
    border-radius: 5px;
    display: block;
    margin: 2vw auto;
    border: 2px solid #151615;
    color: white;
    width: fit-content;
    font-size: 1.7vw;
}
.btns-container {
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    width: 40%;
}
a {
    color: #151615;
    text-decoration: none;
}
.terms-container {
    width: 90%;
    margin: 1vw auto;
    background-color: #d7c9b68f;
    padding: 2vw;
}
.terms-header {
    text-align: center;
}
.terms-date {
    font-weight: 600;
    font-size: 2vw;
}
.terms-contact-us {
    list-style-type: none;
    font-weight: 600;
    margin-left: 0;
    padding-left: 0;
}
#terms-link {
    text-decoration: underline;
    color: blue;
    font-weight: 600;
}
#inline-link {
    text-decoration: underline;
}
#amount {
    color: white;
}
.underlined {
    text-decoration: underline;
}
.right-position {
    display: inline;
    float: right;
}
.left-position {
    display: block;
    /* float: left; */
}
.space-up-down {
    margin-top: 20%;
    margin-bottom: 20%;
}
@keyframes FadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeInText {
  from {
    transform: translateX(100px);
    opacity: 0;
  } to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInText2 {
  from {
    transform: translateY(100px);
    opacity: 0;
  } to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* @keyframes spin {
    100% {
        transform: rotate(360deg);
    }
} */
.fade-in-element {
    animation: FadeIn 1000ms;
}
.fadeInText {
    animation: fadeInText 1000ms 0ms forwards;
}
.fadeInText2 {
    animation: fadeInText2 1000ms 0ms forwards;
}
.animate-on-scroll {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease-out;
}
.animate-on-scroll.show {
    opacity: 1;
    transform: translateY(0);
}
@keyframes spin {
    0% { 
        transform: rotate(0deg); 
    }
    100% {
        transform: rotate(360deg);
    }
}
#login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.spinnerStyle {
    border: 0.5vw solid #D7C9B6;
    border-radius: 50%;
    border-top: 0.5vw solid #151615;
    display: none;
    width: 2vw;
    height: 2vw;
}
#login.loading .spinnerStyle {
    display: inline-block;
    animation: spin 1s linear infinite;
}
#login.loading .button-text {
    opacity: 0.7;
}

@media print {
    body, .print-me {
        print-color-adjust: exact !important;
    }
    body {
        width: 80mm;
    }
    body * {
        visibility: hidden;
    }
    .print-me,  .print-me * {
        visibility: visible;
    }
    .print-me {
        /* position: absolute; */
        /* width: 160mm; */
        padding: 5mm;
    }
    @page {
        size: 80mm auto;
        margin: 0;
    }
}

@media (min-width: 768px) {
    body {
        color: #151615;
        font-size: 2vw;
        margin: 0;
    }
    .free {
    width: 100%;
    height: 3%;
    background-color: #D7C9B6;
    margin: 0;
    text-align: center;
}
.free-text {
    font-size: 1.8vw;
    padding: 0.5vw;
    margin: 0;
}
.more-info {
    width: 5%;
    height: 3%;
    position: absolute;
    display: none;
}
.sides {
    font-weight: 100;
}
.header {
    width: 100%;
    height: 20%;
    display: flex;
    margin: 0;
    border-bottom: 1px solid #aaa;
    margin-bottom: 2vw;
}
.logo-container {
    width: 10%;
    height: 90%;
    margin: 0;
}
.logo {
    width: 50%;
    height: 100%;
}
.menu-container {
    width: 70%;
    display: flex;
    margin: 0;
}
.menu {
    list-style-type: none;
    justify-content: space-around;
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 1vw;
}
.menu li {
    padding: 1vw;
    margin: 0;
}
.menu li a {
    text-decoration: none;
    color: #151615;
    font-weight: 600;
    /* padding: 1vw;
    margin: 0; */
}
.personal-container {
    width: 15%;
    display: flex;
    margin-left: 5%;
    margin-top: 1%;
}
.personal {
    width: 2vw;
    height: 2vw;
    padding: 1vw;
    color: #151615;
}
.main {
    width: 100%;
    background-image: url(./images/gadgets.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    padding-bottom: 5vw;
    padding-top: 5vw;
}
.main-text-container {
    width: 30%;
    margin-left: 5%;
}
.main-text {
    font-size: 5vw;
}
.main-text-bold {
    font-size: 1.5vw;
    font-weight: 600;
}
.main-text-small {
    font-size: 1.5vw;
    margin-top: -10%;
}
.main-button {
    background-color: #151615;
    color: white;
    box-shadow: none;
    border: 2px solid #151615;
    padding: 2vw 3vw;
    font-size: 2vw;
}
#info {
    width: 100%;
    margin: 0.5vw 0;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}
#info-content {
    width: 90%;
    display: flex;
    margin: 0 auto;
}
.info {
    width: 23%;
    height: 5%;
    padding: 2vw;
    display: flex;
}
.icon2 {
    width: 4vw;
    height: 4vw;
    color: #151615;
    padding: 1.5vw 1vw;
}
.text-info {
    display: flex;
    flex-direction: column;
}
.info-header {
    font-weight: 700;
}
.info-text {
    font-size: 1.5vw;
    margin-top: -10%;
}
.header3 {
    width: 100%;
    justify-content: space-evenly;
    display: flex;
}
.favourites {
    margin-left: -25%;
    width: 50%;
}
.view {
    width: 10%;
    margin-right: -30%;
    margin-top: 2vw;
}
.view-all {
    font-size: 1.5vw;
    text-decoration: underline;
}
.products-row {
    width: 90%;
    display: flex;
    margin: 0 auto 1vw auto;
    justify-content: space-between;
}
.product-card {
    width: 22.5%;
    height: 20%;
}
.product-card:hover {
    width: 24%;
    box-shadow: 0px 0px 5px #151615;
}
.product {
    width: 100%;
    border-radius: 2px;
}
.product-photo {
    width: 100%;
    height: fit-content;
}
.product-desc {
    font-size: 1.5vw;
    font-weight: 600;
    text-align: center;
}
.product-price {
    font-size: 1.5vw;
    font-weight: 600;
    text-align: center;
}
.delivery {
    font-weight: 600;
    text-align: center;
}
.colors {
    display: flex;
    justify-content: space-evenly;
}
.color1 {
    background-color: gold;
    width: 2vw;
    height: 2vw;
    border-radius: 1vw;
}
.color2 {
    background-color: black;
    width: 2vw;
    height: 2vw;
    border-radius: 1vw;
}
.color3 {
    background-color: white;
    width: 2vw;
    height: 2vw;
    border-radius: 1vw;
    border: 1px solid #aaa;
}
.color4 {
    background-color: red;
    width: 2vw;
    height: 2vw;
    border-radius: 1vw;
}
#main2 {
    width: 100%;
    background-image: url(./images/gadgets_2.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 5vw 0;
}
#main-text-container2 {
    width: 30%;
    margin-left: 5%;
    /* background-image: linear-gradient(90deg, #151615, #D7C9B6);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent; */
}
#standard {
    font-size: 1.6vw;
    /* margin-bottom: -2vw; */
}
#main-text2 {
    font-size: 4vw;
    margin-top: 2vw;
}
#main-text-small2 {
    font-size: 1.5vw;
    margin-top: -5%;
    width: 50%;
}
#new {
    width: 90%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}
.new-sample {
    width: 22.5%;
    height: 20%;
}
.new-sample:hover {
    width: 24%;
    box-shadow: 0px 0px 5px #151615;
}
.latest {
    width: 100%;
    border-radius: 2px;
}
.product-photo2 {
    width: 100%;
    height: fit-content;
}
.product-desc2 {
    font-size: 1.5vw;
    /* font-weight: 500; */
    text-align: center;
}
.product-price2 {
    font-size: 1.5vw;
    /* font-weight: 500; */
    text-align: center;
}
.special-container {
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 2vw;
    background-color: #D7C9B6;
    border-bottom: 1px solid #aaa;
}
.special {
    width: 25%;
    height: 20%;
    display: flex;
}
.desc {
    font-weight: 600;
    font-size: 1.5vw;
}
.desc2 {
    font-size: 1.5vw;
    margin-top: -7%;
}
.btm-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #D7C9B6;
    border-bottom: 1px solid #aaa;
    padding: 1vw 0;
    margin: 0 auto;
}
.session {
    width: 18%;
}
.btm-logo {
    width: 10%;
}
.btm-logo-text {
    font-size: 1.3vw;
    padding-left: 1vw;
}
.session-header {
    text-align: left;
}
.session-content {
    margin: -6% 0 0 0;
    list-style-type: none;
    padding-left: 0;
    font-size: 1.5vw;
}
.social-handles {
    /* display: flex; */
    /* justify-content: space-evenly; */
    width: 20%;
}
.social {
    width: 2vw;
    height: 2vw;
    padding-right: 1vw;
}
.footer {
    width: 100%;
    height: 5%;
    display: flex;
    background-color: #D7C9B6;
    margin: 0;
}
.date-container {
    width: 30%;
    padding-left: 2%;
}
.date-container p {
    font-size: 1.5vw;
}
.space {
    width: 15%;
}
.others {
    width: 50%;
    display: flex;
    justify-content: space-evenly;
}
.others p {
    font-size: 1.5vw;
}
#shop-all-container {
    width: 15%;
    height: 2%;
    display: flex;
    justify-content: space-evenly;
    margin-left: 3vw;
}
.navigate {
    width: 2vw;
    height: 2vw;
    margin-top: 1.2vw;
}

.shop-all-text {
    font-size: 1.5vw;
}
#header5 {
    display: flex;
}
#shop-all-main-container {
    width: 30%;
    margin-left: 3vw;
}
#shop-all-main {
    font-size: 3vw;
}
.sub-text {
    font-size: 1.5vw;
    margin-top: -1.5vw;
}
#showing-container {
    width: 20%;
}
#showing {
    font-size: 1.5%;
}
#all-products-container {
    width: 95%;
    margin: 0 auto;
    padding: 1vw;
}
.page-numbers-main-container {
    width: 100%;
    display: flex;
    justify-content: center;
}
.page-numbers-container {
    display: flex;
    width: 20%;
    justify-content: space-evenly;
}
.page-number-box {
    width: 2vw;
    height: 2vw;
    border-radius: 2px;
    margin: 0;
    text-align: center;
    padding: 0.5vw;
}
.page-number {
    font-size: 1.5vw;
    margin: 0;
}
.page-number a {
    text-decoration: none;
    color: #151615;
}
.active-page-number {
    color: white;
    font-size: 1.5vw;
    margin: 0;
    padding: 0;
}
.active-page-number a {
    text-decoration: none;
    color: white;
}
.active-page-number-box {
    width: 2vw;
    height: 2vw;
    border-radius: 2px;
    background-color: #151615;
    margin: 0;
    padding: 0.5vw;
    text-align: center;
}
.nav-page-box {
    width: 2vw;
    height: 2vw;
    border-radius: 2px;
    background-color: #bbb;
    margin: 0;
    padding: 0.5vw;
    vertical-align: middle;
}
.navigate2 {
    width: 2vw;
    height: 2vw;
    margin: 0;
    color: #151615;
}
.navigate2 a {
    color: #151615;
}
.values-container-main {
    width: 90%;
    background-color: white;
    padding: 2vw;
}
.values-header {
    font-weight: 600;
    text-align: center;
}
.values-container-row {
    display: flex;
    justify-content: space-evenly;
}
.values-container {
    width: 20%;
}
.values-icon {
    text-align: center;
    width: 3vw;
    height: 3vw;
}
.values-desc-header {
    text-align: center;
    font-weight: 600;
}
.values-desc {
    font-size: 1.5vw;
    text-align: center;
}
.side-border {
    border-right: 1px solid #aaa;
}
.our-story-container-main {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-evenly;
    margin-bottom: 3vw;
}
.our-story-photo {
    width: 50%;
    background-image: url(./images/gadgets_3.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.our-story-container {
    width: 40%;
}
.our-story-text {
    font-size: 1.7vw;
}
.our-story-desc {
    font-size: 1.5vw;
}
.our-story-signature {
    font-weight: 600;
}
.form-container {
    margin: 10% auto;
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    background-color: #D7C9B6;
    border: 1px solid #151615;
    border-radius: 10px;
    box-shadow: 5px 5px #151615;
}
.form-header {
    text-align: center;
}
.input {
    padding: 1vw;
    color: #151615;
    font-weight: 500;
    outline: none;
    font-size: 1.8vw;
    text-align: center;
    margin: 1vw auto;
    display: block;
}
.input2 {
    padding: 1vw;
    color: #151615;
    font-weight: 500;
    outline: none;
    font-size: 1.8vw;
    text-align: center;
    margin: 1vw auto;
}
.form-button {
    background-color: #151615;
    padding: 1vw;
    border-radius: 5px;
    display: block;
    margin: 2vw auto;
    border: 2px solid #151615;
    color: white;
    width: fit-content;
    font-size: 1.5vw;
}
.next-action {
    font-size: 1.5vw;
}
.next-action a {
    color: #151615;
}
.welcome-text-container {
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.welcome-text {
    font-size: 1.8vw;
    font-weight: 600;
}
.welcome-header {
    text-align: center;
    font-size: 4vw;
}
.logout-button {
    background-color: #F20;
    padding: 0 2vw;
    border-radius: 5px;
    margin: 0;
    border: 2px solid #F20;
    color: white;
    font-size: 1.5vw;
}
.description-container {
    background-color: #D7C9B6;
    width: 90%;
    padding: 5%;
    margin: 0 auto;
}
.description-header {
    text-align: left;
    font-size: 3vw;
}
.description {
    list-style-type: circle;
}
.description li {
    font-size: 1.7vw;
    font-weight: 500;
}
.description li a {
    color: #151615;
}
.attention {
    color: rgb(235, 91, 7);
}
.note-text {
    font-size: 1.8vw;
    font-weight: 600;
}
.form-container-2 {
    border: 1px solid #aaa;
    padding: 2vw;
    width: 50%;
    margin: 2vw auto;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #151615;
}
.contact-container {
    width: 30%;
    margin-left: 5%;
    margin-top: 1vw;
}
.contact-header {
    margin-bottom: 0;
}
.btn-container {
    float: right;
    margin-right: 2vw;
}
#history-container {
    width: 70%;
    margin: 3vw auto;
    display: none;
}
#history-table {
    width: 100%;
    border-collapse: collapse;
}
tr, th, td {
    border: 1px solid #151615;
    padding: 1vw;
}
.action-buttons-container {
    width: 90%;
    display: flex;
    justify-content: space-evenly;
    margin: 2vw auto;
}
.action-buttons {
    background-color: #151615;
    color: white;
    border: 2px solid #151615;
    padding: 2vw 3vw;
    font-size: 2vw;
    border-radius: 10px;
}
#orders-container {
    width: 90%;
    margin: 0 auto;
}
.content-header {
    text-align: center;
    font-size: 3vw;
    margin-bottom: 0;
    margin-top: 4vw;
}
.table-main-container {
    width: 90%;
    margin: 0 auto;
    overflow-x: auto;
}
.table-main {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
#update-orders-container {
    width: 90%;
    margin: 2vw auto;
}
.update-form-main {
    width: 100%;
}
#update-form {
    display: flex;
}
#update-button {
    display: block;
}
#view-customers-table-container {
    width: 90%;
    margin: 0 auto;
}
#all-orders {
    font-size: 1.7vw;
}
#orders-container, #update-orders-container, #view-customers-table-container {
    display: none;
}
#remember-me-box {
    display: flex;
    margin: 0 auto;
    width: 80%;
    /* justify-content: center; */
}
#remember-me {
    width: 2vw;
    height: 2vw;
    margin: 0 1vw 0 0;
    padding: 0;
}
#remember-me-text {
    font-size: 1.5vw;
    margin: 0;
    padding: 0;
}
.message {
    font-size: 1.5vw;
    color: #151615;
    text-align: center;
}
.table-header {
    margin: 2vw auto 1vw auto;
    text-align: center;
}
#latest-date, #latest-status {
    display: none;
}
.space-top {
    margin-top: 5vw;
}
.space-left {
    margin-left: 1vw;
}
.user-icon {
    background-color: #D7C9B6;
    text-align: center;
    color: #151615;
    font-weight: 600;
    font-size: 2vw;
    border-radius: 1vw;
}
.receipt-container {
    width: 40%;
    margin: 3vw auto;
    padding: 1vw;
    font-size: 1.6vw;
    background-color: #D7C9B6;
    border: 1px dashed #151615;
}
.receipt-logo {
    width: 3vw;
    height: 2vw;
    margin: 5vw auto 1vw auto;
}
.receipt-header {
    text-align: center;
}
.receipt-text {
    font-weight: 600;
}
.receipt-text-content {
    margin-top: 0.5vw;
}
.receipt-note {
    text-align: center;
}
.receipt-footer {
    font-style: italic;
    font-size: 2vw;
    text-align: center;
    font-weight: 600;
}
.receipt-button {
    background-color: #151615;
    padding: 1vw;
    border-radius: 5px;
    display: block;
    margin: 2vw auto;
    border: 2px solid #151615;
    color: white;
    width: fit-content;
    font-size: 1.5vw;
}
.btns-container {
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    width: 40%;
}
a {
    color: #151615;
    text-decoration: none;
}
.terms-container {
    width: 90%;
    margin: 1vw auto;
    background-color: #d7c9b68f;
    padding: 2vw;
}
.terms-header {
    text-align: center;
}
.terms-date {
    font-weight: 600;
    font-size: 1.7vw;
}
.terms-contact-us {
    list-style-type: none;
    font-weight: 600;
    margin-left: 0;
    padding-left: 0;
}
#terms-link {
    text-decoration: underline;
    color: blue;
    font-weight: 600;
}
#inline-link {
    text-decoration: underline;
}
#amount {
    color: white;
}
.underlined {
    text-decoration: underline;
}
.right-position {
    display: inline;
    float: right;
}
.left-position {
    display: inline;
    float: left;
}
}