﻿:root {
    --menuBg: rgba(64, 0, 64, 0.6);
    --bs-breadcrumb-active-color: #FFBF00;
}

body {
    background: linear-gradient(to top right, #F6EE08, #E353E3);
    font-size: large;
    height: 100%;
}

.menu {
    background: var(--menuBg);
    padding-left: 5px;

}

.menuBtn {
    background-color: silver;
}

nav.menu {
    padding-left: 20px;
    padding-top: 3px;
}

div.menu {
    background-color: rgba(64, 0, 64, 0.9);
}

.navbar {
    z-index: 100;
}

.navbar a,
.breadcrumb-item a {
    color: #FFFF00;
}

img,
input[type=image] {
    width: 95%;
    max-width: 450px;
    border-radius: 16%;
}

.active a {
    color: #FFBF00;
    transform: scaleY(1.2);
    font-weight: 900;
}

a.active {
    font-weight: 900;
    color: #FFBF00 !important;
}

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-active-color) !important;
}

.logoPic {
    max-width: 200px;
}

#viewCart {
    max-width: 40px;
}

#picGrid {
    text-align: center;
}

#picGrid img {

    border: inset gray 3px;
}

#gallery img,
#the_modal img {
    border-radius: 0;
    border: inset gray 5px;
}

.bgBody {
    background: linear-gradient(to right, #FFFF00, #400140);
}

.warn {
    color: black;
    padding: 2px;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.4);
    max-width: 450px;
}

.footer {
    width: 100%;
    background-color: lightgray;
    color: black;
    text-align: center;
}

h1,
h2 {
    font-family: 'Audiowide';
    background: #9A0BC5;
    /* border-radius: 8%; */
}

h1 {
    color: #2F2B30;
    width: fit-content;
    padding: 5px;
    text-align: center;
}

h2 {
    color: #E2DE03;
    font-size: large;
    width: 100%;
    padding: 3px;
}

h4 {
    font-size: large;
}

h1.info {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.dropdown-menu {
    color: rgba(64, 0, 64, 0.9);
    background-color: yellow;
}

a.dropdown-item {
    color: rgb(64, 0, 64);
}

.tight {
    max-width: 600px;
}

.footer a {
    padding: 6px;
    color: black;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    text-decoration-color: #E2DE03;
}

.hide {
    display: flex;
}

.unhide,
.unhide_sm {
    display: none;
}

#pay img {
    border-radius: 0%;
}

.explode img {
    float: right;
    clear: right;
    max-width: 400px;
}

.info a {
    text-decoration: none;
    color: #000066;
    font-size: large;
}

.info li {
    list-style-type: none;
}


img.hover-shadow {
    transition: 0.3s
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.label {
    min-height: 70px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.fits {
    width: fit-content;
}

.dropdown-item:hover {
    background-color: grey;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 100px;
    width: 100px;
    outline: black;
    background-size: 100%, 100%;
    background-image: none;
}

.carousel-control-next-icon:after {
    content: '>';
    font-size: 55px;
    font-weight: 800;
    color: black;
}

.carousel-control-prev-icon:after {
    content: '<';
    font-size: 55px;
    font-weight: 800;
    color: black;
}

.modal-footer {
    justify-content: center;
}

.modal-footer img {
    width: 14%;
    height: 14%;
}

#price {
    background: none;
    font-size: 60px;
    color: #2F2B30;
}

#add {
    max-width: 150px;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: rgb(124, 116, 116);
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with slight opacity */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/*Add positioning for the pages using the next and prev buttons*/
.prevp,
.nextp {
    position: fixed;
    top: 65%;
    text-decoration: none;
}

#loves {
    color: #400040;
    font-weight: bold;
    background: #F6EE08;
    padding: 5px 10px;
    border-radius: 50%;
}

.overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    color: #F1F1F1;
    width: 90%;
    height: 100%;
    transition: .5s ease;
    padding: 20px;
    padding-top: 30px;
    text-align: center;

}

.onTop {
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 30;
    overflow: scroll;
}

.onTop img {
    width: 50px;
    display: inline-flex;
    align-items: center;
    border: 3px gray inset;
    border-radius: 0;
}

.searchTable {
    /*min-height: 70px;*/
    display: inline-flex;
    align-items: center;
    text-align: left;
    justify-content: left;
    width: 80%;
    color: black;
    background: none;
}

.shorter {
    height: fit-content;
}

/* .prevp {
    left: -1%;
} */

@media only screen and (min-width: 576px) {
    .unhide_sm {
        display: flex;
    }

}

@media only screen and (min-width: 992px) {
    .hide {
        display: none;
    }

    .unhide {
        display: flex;
    }

    ul {
        font-size: small;
    }
}

@media only screen and (min-width: 1200px) {
    ul {
        font-size: medium;
    }
}

@media only screen and (orientation: landscape) and (max-width: 1023px) {
    .modal-content {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .modal-header {
        width: 100%;
    }

    #the_carousel {
        width: 100%;
    }

    .modal-body {
        flex: none;
        width: 55%;
        margin-left: 5%;

    }

    .modal-footer {
        width: 35%;
        border: none;
        justify-content: flex-end;
    }

    .modal-footer img {
        width: 40%;
        height: 20%;
    }
}