html, body {
    height:100%;
}


.text-white {
  --bs-text-opacity: 1;
  color: rgb(0, 0, 0) !important;
}

.primary-color{
    color: #dbb3bb;
}
button.primary-background{
background-color: #000;
  color: WHITE;
}
button.primary-background:hover{
    background-color: #e9ce74

;
    color: white;
    transition: 0.2s;
}

.top-head{
    background-color: #F7F7F7;
    border-bottom: 1px solid #dfdfe3;
}

.inside-btn {
    display: flex;
    flex-direction: row;
    gap: 6px;
    justify-content: center;
    align-content: center;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #dfdfe3;
    padding: 4px;
    margin-bottom: 0;
    border-radius: 5px;
}


/* SELECT CURRENCY AND LANGUAGE CSS STARTS FROM HERE */

a.flag-main-div{
    border-radius: 10px;
    padding: 10px;
}

a.flag-main-div:hover{
    border:1px solid #e9ce74

;
    border-radius: 10px;
    padding: 10px;
    box-shadow:#dedede;
}

.flag-div img{
width: 100px;
}
/* SELECT CURRENCY AND LANGUAGE CSS ENDS HERE */


/* MOBILE HAMBARGER CSS STARTS FROM HERE */

button.hamburger{
color: WHITE;
  background-color: #000;
  border:
}

div.cart-button{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #dbb3bb;
    color: #FFFFFF;
    
}

.navbar-nav li {
    font-weight: 600;
    color: white !important;
}
.navbar-nav li:hover{
    color: white !important;
}



i.hambarger-icon{
    width: 10px;
    height: 10px;
    font-size: 6px;
}

div.cart-button:hover {
    background-color: #e9ce74

;
    transition: 0.3s;
}

.list-item-div{
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    gap: 10px;
    border: 1px solid #d6d6d6

;
    padding-right: 10px;
    border-radius: 10px;
    color: #000 !important;

 !important;
}
.list-item-div:hover{
    border: 1px solid #e9ce74

;
    background-color: #e9ce74

;
    color: white !important;
}


/* MOBILE HAMBARGER CSS ENDS HERE */

/* SEARCH-BAR CSS STARTS FROM HERE */

.searchbar-bg{
    background-color: #F7F7F7;
}

nav.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.logo{
    width: 120px;
    height: 50px;
}

.main {
    width: 50%;
    margin: 15px auto;
}



.input-group input.form-control{
    outline: 0;
    font-size: 18px;
    color: 1px solid #000;

;
    border: 1px solid #d3b9ec
}

.input-group input.form-control::placeholder{
    color: #e9ce74


}

.result-box, .mobile-result-box{
    max-height: 300px;
    overflow-y: scroll;
    position: absolute;
    /*width: 33rem;*/
    background-color: white;
}

.result-box ul, .mobile-result-box ul{
    border: 1px solid #e9ce74

;
    padding: 5px 5px;
    border-radius: 5px;
}

.result-box ul li, .mobile-result-box ul li{
    list-style-type: none;
    border-radius: 3px;
    padding: 10px 5px 10px 10px;
    cursor: pointer;
    border-bottom: 0.5px solid #e9ce74

;
    text-align: right;
}

.result-box ul li:last-child, .mobile-result-box ul li:last-child{
    border-bottom: none;
}

.result-box ul li:hover, .mobile-result-box ul li:hover{
    background: #e9ce74

;
    color: white;
    transition: 0.3s;
}

#mobile-input-box{
    border:1px solid #d3b9ec
}
#mobile-input-box::placeholder{
    color: #e9ce74


}


.input-group .btn {
    background-color: #000;
}

.input-group .btn:hover {
    background-color: #e9ce74

;
}

button.cart-button{
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #dbb3bb;
    
}

button.cart-button:hover {
    background-color: #e9ce74

;
}

/* SEARCH-BAR CSS ENDS HERE */

/* NAVBAR CSS STARTS FROM HERE */


.navbar-hover li:hover a {
    color: #FFFFFF !important;
    background-color: #e9ce74

;
    transition: 0.3s;
}

/* NAVBAR CSS ENDS HERE */

/* CAROUSEL CSS STARTS FROM HERE */

/*.carousel{*/
/*    height:550px;*/
/*}*/






/* CAROUSEL CSS ENDS HERE */

/* SWIPER-SLIDER CSS STARTS FROM HERE */


.swiper1 {
    width: 40%;
    height: 40%;
}

.slider-div {
    text-align: center;
    font-size: 18px;
    flex-direction: column;
}

.slider-div img {
    display: block;
    width: 220px;
    height: 220px;
    border-radius: 100%;
    object-fit: cover;
}

.slider-div p{
    color: #dbb3bb;
    font-weight: bold;
}

  /* SWIPER-SLIDER CSS ENDS HERE */


  /* SLIDER FOR CARDS CSS STARTS FROM HERE */

.heading-one p{
    color: #000;
    font-weight: bold;
    font-size: 25px;
    /*margin-top: 100px;*/
}

.heading-two p{
    color: #dbb3bb;
    font-weight: bold;
    font-size: 25px;
}


.slider2-div{
    border-radius: 10px;
    border: 1px solid #dedede;
}

.slider2-div img {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 10px;
}

.slider2-div p{
     color: #dbb3bb; 
    font-weight: bold;
    text-align: end;
    margin-bottom: 0;
}

.product-name{
    color: #f75878;
    font-size: 14px;
}
.price{
    font-size: 20px;
}

.main-price{
    font-size: 12px;
}

button.favourite{
    width: 35px;
    height: 35px;
    border-radius: 20px 0px 20px 0px;
    background-color: #dbb3bb;
    
}

button.favourite:hover {
    background-color: #e9ce74

;
}

button.card-button{
    width: 150px;
    height: 35px;
    border-radius: 20px 0px 20px 0px;
    background-color: #dbb3bb;
    color:#FFFFFF
}
a.card-button{
    width: 150px;
    height: 35px;
    /*border-radius: 20px 0px 20px 0px;*/
background-color: #000;
  color: WHITE;
}


button.card-button:hover {
    background-color: #e9ce74

;
    color:#FFFFFF
}
a.card-button:hover {
    background-color: #e9ce74

;
    color:#FFFFFF
}

 /* SLIDER FOR CARDS CSS ENDS HERE */


/* 3D ICONS SECTION CSS STARTS FROM HERE */

.icons-3d{
    border: 1px solid #dfdfe3;
    border-radius: 20px;
    color:#dbb3bb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 5px;
    text-align: center;
}

.icons-3d img{
    width: 150px;
    height: 150px;
}

/* FOOTER CSS STARTS FROM HERE */

.footer-div{
    border-top: 1px solid #dbb3bb;
}

.footer-col{
    display: flex;
    flex-direction: column;
    align-items: center;
}

div.important-links .links{
    color: black;
    text-align: right !important;
}

.footer-logo{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;

}

.footer-heading{
    color:#f2aab8;
    margin-bottom: 20px;
}

.footer-heading{
    color:#6f6363;
    margin-bottom: 20px;
}

.footer-col p{
    font-size: 14px;
    text-align: justify;
    direction: rtl;
}

.footer-logo img{
    width: 150px;
    height: 60px;
}

.reserved{
    background-color: #000;
}

.payment{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.social-icons{
    color:#dbb3bb;
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin-bottom: 20px;
}

.social-icon{
    padding:5px;
    height: 35px;
    width: 35px;
    border-radius: 15px;
    font-size:22px;
}

.social-icon:hover{
    background: #e9ce74

;
    color: white;
    transition: 0.3s;
}

.payment-icon-div{
    width: 30px;
    height: 30px;
}

.payment-icon-div img{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    padding: 5px;
    border-radius: 20px;
}

.payment-icon-div img:hover{
    background-color: #e9ce74

;
    transition: 0.3s;
}
.single-row{
    width: 160px;
}

.who-we-are{
    width: 80%
}






.shop-section .left-s .circle {
  width: 100%;
  height: 203px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  /* margin-inline: 30px; */
  color: black;
  /* margin: auto; */
  overflow: hidden;
  box-shadow: 0 0rem 0.5rem rgba(0, 0, 0, 0.175) !important;
}

.shop-section .left-s .d-flex {
  row-gap: 30px !important;
  justify-content: space-around;
  align-items: center;
}

.shop-section .left-s-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-inline: 10px;
}

.shop-section .left-s .left-s-text h3 a {
  color: #fc7a32;
  font-weight: 800;
  font-size: 25px;
}

.shop-section .left-s .left-s-text p a {
  color: #999999;
  font-size: 16px;
}

.shop-section .left-s .circle i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 40px;
}
@media (max-width: 768px) {
    .swiper-brands
    {
        margin-left:10px!important;
    }
    .carousel .carousel-inner img
    {
        height:450px!important;
        
    }
    .contain-slider
    {
        height:450px!important;
    }
    .carousel-indicators
    {
        bottom :-250px!important;
    }
}
@media (max-width: 991px) {
  .shop-section .left-s .d-flex {
    row-gap: 40px;
  }

  .shop-section .left-s .circle {
    width: 87px;
    height: 87px;
    /* margin-inline: 10px;
    margin: auto; */
  }
  .shop-section .left-s .circle i {
    font-size: 22px;
  }
  
  .shop-section .left-s-text {
    display: flex !important;
  }

  .shop-section .left-s .left-s-text h3 a {
    font-size: 20px !important;
  }



  .shop-section .left-s .left-s-text p a {
    font-size: 13px !important;
  }
  
  
}
.brand_image
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 40px;
}
.swiper-brands
{
    margin-left:5px;
    /*width:15%!important;*/
}
/* FOOTER CSS ENDS HERE */

.brand_slider_home
{
    row-gap:10px;
}

