
body a{
  text-decoration: none !important;
}

#navbar__item-button a{
  background-color: #b86e79;
  color: #ffffff !important;
}


.bg-light {
    background-color: #641a35!important;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #d8e2fe;
}

.top_section{
  /* margin: 5px; */
  background-color: #e8e8e8;
  padding-top: 5px;
}

#top_left_box a{
  padding-top: 20px;
  color: #b86e79 !important;
}
#top_right_box ul{
  list-style: none;
  vertical-align: middle;
}
#top_right_box ul li{
  display: inline-block;
  padding-left: 10px;
  justify-content:right;
}
#top_right_box ul li a{
  padding-top: 30px;
  color: #000000 !important;
}
#top_right_box{
  padding-top: 30px;
}


#navbarNavDropdown {
    justify-content: center;
}


.product_col{
  padding-top: 10px;
}
.product_bg{
  background-color: #b86e79;
  color: #dcdcff;
  /* border-radius: 10px; */
}

.product_heading{
  font-family: 'Libre Baskerville', serif;
  padding-top: 30px;
}

/* image hover css */

.product_img {
  height: 400px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.product_img img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.product_img:hover img {
  transform: scale(1.5);
}

/* Footer */
/* .footer-bg{
  background-color: #641a35;
} */
.footer-bg {
display: block;
box-sizing: border-box;
height: 380px;
background-color: #641a35;
clip-path: ellipse(93% 100% at 50% 100%);
}
#footer_row{
  padding: 80px;
  color: #ffffff;
}
#footer_row ul{
  list-style: none;
}
#footer_row ul li{
  margin-left: -30px;
}
#footer_row a{
  color: #ffffff;
}
#social_icon ul li{
  display: inline-block;
  padding: 20px;
}
.footer-menu{
  text-transform: uppercase;
}
#top{
  margin-top: -50px;
}

/* contact_us Page */
.page_title h2{
  font-weight: 700;
}
.page_logo{
  vertical-align: center;
}
