img{
    width: 100%;
    height: 100%;
}
body{
    margin:0;
    font-family: "Barlow", sans-serif;
}
a{
    text-decoration: none;
    color: currentColor;
}
.bg1{
    width: 100%;
    background-color: #db0668;
    padding: 20px 0px;
}
.cont1{
    width:90%;
    margin: auto;
}
.cont1 header{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
header img{
    width: 82px;
}
.topbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}
.topbox ion-icon{
    color: white;
}
.Search input{
    border-radius:30px;
    padding: 14px 20px;
    width: 657px;
    border-style: none;
    font-size: 13px;
}
.Search ion-icon{
    transform: translate(-40px, 8px);
    font-size: 25px;
}
.topbox ion-icon{
    margin: 0px 10px;
    font-size: 28px;
}
.topbox button{
    border-radius: 30px;
    padding: 12px 47px;
    border-style: none;
    font-size: 15px;
    font-weight: 700;
    color: #db0668;
}
.bg2{
    width: 100%;
    padding: 20px 0px;
}
.cont2{
    width: 90%;
    margin: auto;
}
.head2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #e4c024;
    border-radius: 30px;
    color: white;
    padding: 20px 10px;
}
.head2 h5{
    font-size: 13px;
    margin: 0px 28px;
    
}
.bg3{
    width: 100%;
    background-image: url('/images/banner.png');
    background-position: center;
    padding: 40px 0px;
}
.cont3{
    width: 90%;
    margin: auto;
}
.cont3 section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.adv{
    color: white;
}
.advimg img{
    width: 500px;
}
.adv h1{
    font-size: 39px;
}
.adv h3{
    font-size: 22px;
    margin: 0;
    font-weight: 100;
}
.adv h4{
    font-size: 20px;
    margin: 0;
}
.balls{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    width: 73px;
    margin-top: 18px;
}
.balls div{
    background-color: white;
    border-radius: 30px;
    padding: 5px;
}
.bg4{
    width: 100%;
    padding: 50px 0px;
}
.cont4{
    width: 90%;
    margin: auto;
}
.one img{
    width: 178px;
    height: 82px;
    padding: 0px 2px;
}
.one div{
    background: linear-gradient(45deg, #db066838, #7553fd3b);
    width: 177px;
    height: 100px;
    border-radius: 10px;
    padding: 20px 10px;
}
.one {
    width: 211px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.one h4,h1{
    text-align: center;
}
.one h4{
    font-size: 10px;
    font-weight: 100;
    margin-top: 15px;
    margin-bottom: 5px;
}
.one h1{
    font-size: 20px;
    margin: 0;
}
.two img{
    width: 156px;
    padding: 0px 8px;
}
.two div{
    background: linear-gradient(45deg, #db066838, #7553fd3b);
    width: 177px;
    height: 100px;
    border-radius: 10px;
    padding: 20px 10px;
}
.two{
    width: 211px;
}
.two h4,h1{
    text-align: center;
}
.two h4{
    font-size: 10px;
    font-weight: 100;
    margin-top: 15px;
    margin-bottom: 5px;
}
.two h1{
    font-size: 20px;
    margin: 0;
}    
.category{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    align-items: center;
}
.bg5{
    width: 100%;
    padding: 20px 0px;
}
.cont5{
    width: 90%;
    margin: auto;
}
.cont5 h1{
    text-align: left;
}
.cont5 h1 span{
    color: #e4c024;
}

.pro1 img{
    width: 301px;
    border-radius: 10px 10px 0px 0px;
}

.products{

    display: flex;
    flex-wrap: wrap;
    gap: 19px;

}

.featureproducts {
    display: flex;
    flex-wrap: wrap;
    gap: 19px;
}

.allproductdiv {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.pro1 {
    width: 300px;
    border: #db0668 1px solid;
    border-radius: 10px;
}
.pro1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.line2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 91px;
    margin-left: 20px;
}
.pro1 h4{
    margin-left: 20px;
}
.line2 h5{
    color: #db0668;
    font-size: 20px;
    margin: 0;
    margin-bottom: 22px;
}
.line2 h4{
    margin: 0;
    margin-bottom: 22px;
}
.view{
    padding: 1px 2px;
    background-color: #db0668;
    width: 126px;
    margin: auto;
    border-radius: 40px;
    margin-top: 40px;
}
.view ion-icon{
    color: white;
    font-size: 42px;
    transform: translate(0px,3px);
}
.view button{
    background-color: #db0668;
    border-style: none;
    font-size: 15px;
    color: white;
    transform: translate(5px,-13px);  
}
.photos{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 70px 0px;
}
.photos img{
    width: 670px;
    border-radius: 10px;
}
.bg6{
    width: 100%;
    padding: 20px 0px;
}
.cont6{
    width: 90%;
    margin: auto;
}
.cakes{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}


/* ********************************************Latest Changes************************************************* */

div#navbarSupportedContent {
    background-color: brown;
    border-radius: 15px 15px;
}

button.btn.btn-dark.dropdown-toggle {
    background-color: transparent;
    border: hidden;
}

.bg-footer {

    background-color: #541e0a !important;
}
#cart-countx {
    font-size: 7px;
    padding: 5px 5px;
    position: absolute;
    top: 35px;
    right: 323px;
    background: black !important;
}

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

.cart-container {
    position: relative; /* Parent element for relative positioning */
    display: inline-flex; /* Aligns children inline */
    align-items: center;
}

.bag-icon {
    font-size: 24px; /* Adjust size of the icon */
}

#cart-count {
    position: absolute;
    top: 26px;
    right: 5px;
    font-size: 10px;
    padding: 3px 6px;
    background: black !important;
    border-radius: 50%;
    z-index: 1;
}

#wishlist-count {
    position: absolute;
    top: 26px;
    right: 5px;
    font-size: 10px;
    padding: 3px 6px;
    background: black !important;
    border-radius: 50%;
    z-index: 1;
}