

html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

body {
    margin: 0;
    font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #424242;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
}

.text-800 {
    color: #616161 !important;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}


.imageContainer {
    height: 20rem; /* Adjust the desired height */
}

    .imageContainer img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.viewCartImage {
    height: 10rem;
}

    .viewCartImage > img {
        object-fit: contain;
        height: 100%;
        width: 100%;
    }

#viewCartTable {
    vertical-align: middle;
}

#similarItems::-webkit-scrollbar {
    width: 0px; /* hide scrollbar for Chrome, Safari, and Opera */
    height: 0px;
}

#similarItems {
    scrollbar-width: none; /* hide scrollbar for Firefox */
    -ms-overflow-style: none; /* hide scrollbar for Internet Explorer and Edge */
}

.email {
    background-image: url("../email.svg") !important;
    background-position: 3%;
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 10%;
}

.password {
    background-image: url("../password.svg");
    background-position: 3%;
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 10%;
}

.name {
    background-image: url("../name.svg");
    background-position: 3%;
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 10%;
}

.username {
    background-image: url("../username.svg");
    background-position: 3%;
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 10%;
}

.phone-number {
    background-image: url("../phone-number.svg");
    background-position: 3%;
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 10%;
}

.create-account {
    background-image: url("../create-account.svg");
    background-position: 3%;
    background-repeat: no-repeat;
    background-size: 15%;
    padding-left: 10%;
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:visited {
    background-color: #7D7ABC !important;
}

.login-button {
    background-image: url("../login-button.svg");
    background-position: 90%;
    background-repeat: no-repeat;
    background-size: 25%;
    padding-right: 10%;
    padding-left: 10px;
}

.login-button2 {
    background-image: url("../login-button.svg");
    background-position: 90%;
    background-repeat: no-repeat;
    background-size: 30px;
    padding-right: 55px;
    padding-left: 25px;
}

.signup-button {
    background-image: url("../create-account.svg");
    background-position: 90%;
    background-repeat: no-repeat;
    background-size: 25%;
    padding-right: 45px;
    padding-left: 10px;
}

#logoContainer {
    width: 6%;
    height: 6%;
    object-fit: contain;
}

#logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/*Start Contact Button*/
#contactButton {
    bottom:55px;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
    0% {
        background-color: #00b2ac;
        -webkit-box-shadow: 0 0 3px #00b2ac;
    }

    50% {
        background-color: #00b2ac;
        -webkit-box-shadow: 0 0 40px #00b2ac;
    }

    100% {
        background-color: #00b2ac;
        -webkit-box-shadow: 0 0 3px #00b2ac;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #00b2ac;
        -moz-box-shadow: 0 0 3px #00b2ac;
    }

    50% {
        background-color: #00b2ac;
        -moz-box-shadow: 0 0 40px #00b2ac;
    }

    100% {
        background-color: #00b2ac;
        -moz-box-shadow: 0 0 3px #00b2ac;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #00b2ac;
        box-shadow: 0 0 3px #00b2ac;
    }

    50% {
        background-color: #00b2ac;
        box-shadow: 0 0 40px #00b2ac;
    }

    100% {
        background-color: #00b2ac;
        box-shadow: 0 0 3px #00b2ac;
    }
}

@keyframes glowing {
    0% {
        background-color: #00b2ac;
        box-shadow: 0 0 3px #00b2ac;
    }

    50% {
        background-color: #00b2ac;
        box-shadow: 0 0 40px #00b2ac;
    }

    100% {
        background-color: #00b2ac;
        box-shadow: 0 0 3px #00b2ac;
    }
}

/*End Contact Button*/

/*Start Price Strikethrough*/
.strikediag {
    background: linear-gradient(to left top, transparent 47.75%, currentColor 49.5%, currentColor 50.5%, transparent 52.25%);
}
.withpadding {
    height:fit-content;
    padding: 0 0.15em;
}
/*End Price Strikethrough*/

/*Announcment Start*/
.announcement {
    display: inline-block;
    height: 100%;
    text-align: center;
    width: 100%;
    vertical-align: middle;
}