*,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Roboto', sans-serif;
}

/*.button {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    padding: 6px 15px;*/
/*    gap: 15px;*/
/*    background-color: #007ACC;*/
/*    outline-offset: -3px;*/
/*    border-radius: 5px;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    transition: 400ms;*/
/*    color: white;*/
/*    border: 1px solid #007ACC;*/
/*}*/



/*.button:hover {*/
/*    background-color: transparent;*/
/*    color: #007ACC;*/

/*}*/



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 70vh;
    overflow: hidden;
    padding: 0;
}

#hero .carousel-item {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}



#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero .carousel-content {
    text-align: center;
}





@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-height: 500px) {
    #hero {
        height: auto;
    }

    #hero .container {
        padding-top: 130px;
        padding-bottom: 60px;
    }
}

.search .bi {
    font-size: 25px;
}

.input {
    max-width: 150px;
    background-color: #e4dfdf;
    color: #242424;
    padding: .15rem .5rem;
    min-height: 40px;
    border-radius: 4px;
    outline: none;
    border: none;
    line-height: 1.15;
    box-shadow: 0px 10px 20px -18px;
}

input:focus {
    border-bottom: 2px solid #5b5fc7;
    border-radius: 4px 4px 2px 2px;
}

input:hover {
    outline: 1px solid lightgrey;
}

.remove .bi {
    color: brown;
    font-size: 20px;
    margin-left: 30px;
    cursor: pointer;
}

.total-price h6 {
    color: brown;
}

.quantity-controls .decrement,
.quantity-controls .increment,
.quantity {
    border: 1px solid brown;
}

.cart h2 {
    background-color: brown;
    color: aliceblue;
}

.item-total {
    margin-left: 6px;
}

.item-name {
    margin-right: 10px;
}

/* .filter-menu {
    text-align: center;
}

.filter-menu ul li {
    list-style: none;
    display: inline-block;
    margin: 20px 0px;
    border: 1px solid #000000;
    padding: 10px 20px;
    cursor: pointer;
    transition: 0.5s ease;
    border-radius: 5px;
}

.filter-menu ul li:hover {
    background-color: #000000;
    color: white;
}

li.active {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
} */

.cart-column {
    margin-top: 20px;
}

.badge {
    font-size: 16px;
}

.cart-area {
    margin-top: 50px;
}

/* #modalcart {
display: none;
} */
@media (min-width: 768px) {
    #modalcart {
        display: none;
    }
}

@media (max-width: 768px) {
    #cartColumn {
        display: none;
    }

    #hero {
        display: none;
    }
}

footer .bi {
    color: #007ACC;
    font-size: 24px;
}

footer span {
    font-size: 18px;
}

footer a {
    text-decoration: none;
    color: #007ACC;
}

footer a:hover {
    color: #1a82c7;
}

.card {
    box-shadow:
        2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02),
        6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028),
        12.5px 12.5px 10px rgba(0, 0, 0, 0.035),
        22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042),
        41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05),
        100px 100px 80px rgba(0, 0, 0, 0.07);
}





.thank a {
    color: #007ACC;
}

.thank a:hover {
    color: #1a82c7;
}

.container.thank {
    position: relative;
}

.container.thank .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(36, 9, 9, 0.5);
    /* Adjust the alpha value (0.5) to control transparency */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
}

.overlay a {
    color: #fff;
    /* Set the color of the text */
}




/* CSS for index2*/
.portfolio-menu li {
    list-style: none;
    font-size: 20px;
}

.main-btn {
    color: #090909;
    padding: 5px;
    font-size: 18px;
    border-radius: 0.5em;
    background: #e8e8e8;
    border: 1px solid #e8e8e8;
    transition: all .3s;
    box-shadow: 6px 6px 12px #c5c5c5,
        -6px -6px 12px #ffffff;
    height: 35px;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 90px;
    margin-bottom: 2rem;
}

.main-btn:hover {
    border: 1px solid white;
}

.main-btn:active {
    box-shadow: 4px 4px 12px #c5c5c5,
        -4px -4px 12px #ffffff;
}



.item-details {
    display: flex;
    justify-content: space-between;
}
.b {
    display: flex;
    justify-content: flex-end;
}

@media screen and (min-width:1250px) {
.item{
    align-items: end;
    display: flex;
    justify-content: space-between;
    
}
#fixed-button .btn{display: none;}
}

@media screen and (max-width:1250px) {
    /* .item-details {
        display: flex;
        flex-direction: column;
    } */

    .item-details .p {
        color: #6d6767;
        width: auto;
        overflow: hidden;
    }

    .item-details {
        display: inline-block;
    }

    .b {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 20px;
    }
    .menu-container{
        display: none;
    }
    #hero{
        display: none;
    }

}

b {
    color: brown;
}

.item-details .p {
    color: #6d6767;
    /* width: 420px; overflow: hidden; text-overflow: ellipsis; */
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0 !important;
    margin-left: 0 !important;
}


#fixed-button .btn{
    position: fixed;
    left: 0;
    top: 50%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 4;
    
}


@media (max-width: 1250px){
.col-md-8 {
    width: 100% !important;
}
}

/* button {
    color: #090909;
    padding: 10px ;
    font-size: 18px;
    border-radius: 0.5em;
    background: #e8e8e8;
    border: 1px solid #e8e8e8;
    transition: all .3s;
    box-shadow: 6px 6px 12px #c5c5c5,
               -6px -6px 12px #ffffff;
               height: 40px;
               align-items: center;
               text-align: center;
               justify-content: center;
  }
  
  button:hover {
    border: 1px solid white;
  }
  
  button:active {
    box-shadow: 4px 4px 12px #c5c5c5,
               -4px -4px 12px #ffffff;
  } */