/* Header Section */
.space {
    height: 14vh;
}

.logo_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 20px;
}

.logo-image {
    height: 2vh;
    background-color: rgba(255, 255, 255, 0);
}

.menu_container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.custom_menu {
    display: flex;
    justify-content: center;
}

.custom_menu ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.custom_menu li {
    display: inline;
    font-size: 16px;
    margin: 0 10px;
}

.custom_menu li a {
    color: #5d0703;
    text-decoration: none;
}

.custom_menu li a:hover {
    color: #f26522;
}

.login_menu {
    display: flex;
    align-items: center;
}

.login_menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}

.login_menu li {
    margin-left: 15px;
}

.login_menu li a {
    color: #ffffff;
    text-decoration: none;
}

.login_menu li a:hover {
    color: #f26522;
}

/* Side Navigation Bar */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    background-color: #5d0703;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f26522;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Media Queries for Mobile Devices */
@media screen and (max-width: 768px) {
    .custom_menu {
        display: none;
    }

    .login_menu {
        justify-content: flex-end;
        width: 100%;
    }

    .toggle_icon {
        font-size: 30px;
        cursor: pointer;
    }
}

@media screen and (min-width: 769px) {
    .sidenav {
        display: none;
    }
}

.logo-image {
    transition: filter 0.3s;
}

.foot-backs {
    background-color: #A18E5E;
}

.spray-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spray-animation {
    width: 0;
    height: 0;
    border: 5px solid #a27101;
    border-radius: 50%;
    animation: spray 1s forwards;
}

@keyframes spray {
    0% {
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        width: 200vw;
        height: 200vh;
        opacity: 0;
    }
}

.w3-bar {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    /* padding: 10px 20px !important; */
    background-color: #fffff2 !important;
}

.w3-bar-item {
    font-family: 'Arial', sans-serif !important;
    font-size: 16px !important;
    color: #000000 !important;
    padding: 10px 20px !important;
    text-transform: uppercase !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
    display: flex;
    align-items: center;
}

.w3-bar-item.w3-right {
    margin-left: auto;
    /* Pushes the right-aligned items to the far right */
}

.w3-bar-item.w3-left {
    display: flex;
    align-items: center;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

.w3-bar-item.w3-left a:first-child {
    margin-right: 10px;
    /* Adjust as needed for spacing between the icon and the logo */
}

.w3-button i {
    font-size: 24px;
}


/* Hover effects */
.w3-bar-item:hover {
    background-color: #55555500 !important;
    color: #ffcc00 !important;
    /* Text color on hover */
}

.w3-top {
    margin-top: 40px;
    /* Adjust this value based on the height of the discount strip */
}

.discount-strip {
    background-color: black;
    color: white;
    padding: 10px 0;
    /* Adjust padding for height */
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.discount-strip marquee {
    width: 100%;
}

.discount-item {
    margin: 0 50px;
    /* Adjust margin for more space between items */
    display: inline-block;
}

/* Adjust the rest of the page content to accommodate the fixed strip */
body {
    padding-top: 50px;
    /* Adjust padding-top to match the height of your discount strip */
}

/* Ensure top bar stays on top */
.w3-top {
    z-index: 9999 !important;
}

.w3-top {
    z-index: 9999;
}

.logo-image {
    height: 40px;
    transition: filter 0.3s;
}

.product-card {
    text-align: center;
    background-color: #5d070300;
}

.product-image {
    width: 100%;
    height: auto;
}

/* body{
    background: #ddd;
    min-height: 100vh;
    vertical-align: middle;
    display: flex;
    font-family: sans-serif;
    font-size: 0.8rem;
    font-weight: bold;
} */
/* .title{
    margin-bottom: 5vh;
} */
.card {
    margin: auto;
    max-width: 90vw;
    width: 90%;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 1rem;
    border: transparent;
}

@media(max-width:767px) {
    .card {
        margin: 3vh auto;
    }
}

.cart {
    background-color: #fff;
    padding: 4vh 5vh;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
}

@media(max-width:767px) {
    .cart {
        padding: 4vh;
        border-bottom-left-radius: unset;
        border-top-right-radius: 1rem;
    }
}

.summary {
    background-color: #ddd;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 4vh;
    color: rgb(65, 65, 65);
}

@media(max-width:767px) {
    .summary {
        border-top-right-radius: unset;
        border-bottom-left-radius: 1rem;
    }
}

.summary .col-2 {
    padding: 0;
}

.summary .col-10 {
    padding: 0;
}

.row {
    margin: 0;
}

.title b {
    font-size: 1.5rem;
}

.main {
    margin: 0;
    padding: 2vh 0;
    width: 100%;
}

.col-2,
.col {
    padding: 0 1vh;
}

a {
    padding: 0 1vh;
}

.close {
    margin-left: auto;
    font-size: 0.7rem;
}

/* img{
    width: 3.5rem;
} */
.back-to-shop {
    margin-top: 4.5rem;
}

h5 {
    margin-top: 4vh;
}

hr {
    margin-top: 1.25rem;
}

form {
    padding: 2vh 0;
}

select {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 1.5vh 1vh;
    margin-bottom: 4vh;
    outline: none;
    width: 100%;
    background-color: rgb(247, 247, 247);
}

input {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 1vh;
    margin-bottom: 4vh;
    outline: none;
    width: 100%;
    background-color: rgb(247, 247, 247);
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

.btn {
    background-color: #000;
    border-color: #000;
    color: white;
    width: 100%;
    font-size: 0.7rem;
    margin-top: 4vh;
    padding: 1vh;
    border-radius: 0;
}

.btn:focus {
    box-shadow: none;
    outline: none;
    box-shadow: none;
    color: white;
    -webkit-box-shadow: none;
    -webkit-user-select: none;
    transition: none;
}

.btn:hover {
    color: white;
}

a {
    color: black;
}

a:hover {
    color: black;
    text-decoration: none;
}

#code {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.253), rgba(255, 255, 255, 0.185)), url("https://img.icons8.com/small/16/000000/long-arrow-right.png");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
}

#empty-cart-message {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    /* Adjust the height to fill the page */
}