.form-group .rightIconFld {
	margin-bottom: 35px;
}
.rightIconFld .invalid-feedback,
.rightIconFld .valid-feedback {
	position: absolute;
}

.btn_primary:focus{
	color: #fff;
}


/* Custom floating alert messages */
.floating-alert-top{
    position: fixed;
    top: 7px; 
    -right: 2%;
    -width: 400px;
    min-width: 300px;
    z-index: 9999;
}

.floating-alert-bottom{
    position: fixed;
    bottom: 15px;
    right: 2%;
    width: 40%;
    z-index: 9999;
}

.productCard.productAdded .addChilli {
  pointer-events: none;
  display: block; 
}
.form-control:focus {
    box-shadow: none;
}
input.invalid,  select.invalid, textarea.invalid{
    border-color: #FF0000!important;
}
.tab {
  display: none;
}
.step {
  height: 2px;
  width: 2px;
  display: inline-block;
  opacity: 0;
}
.step.finish {
  background-color: #4CAF50;
}
#bookTable .btn_primary {
    padding: 0;
    min-width: 116px;
    height: 45px;
    line-height: 50px;
}
#bookTable .btnstepForm {
    margin-top: 20px;
}

.footerSection .footerCol .footertitle h4.footerLogo {
  padding-left: 0px !important;
}

.elfsight-page-space-theme {
    padding: 100px 0px;
} 
.menu-detail > a:hover, .menu-detail > a.active {
    color: var(--primary-theme-color);
}

/*checkout summary apply button*/
.apply-btn button {
  border: none !important;
  padding: 10px 20px;
}

/* Custom Style override for https://orderart.atlassian.net/browse/OA-554 */
.custom-control-label::before {
  top: 4px;
  width: 16px;
  height: 16px;
}

.oa-sidebar-active-link{
  text-transform: uppercase;
  font-family: var(--primary-font);
  font-size: 1.286rem;
  color: var(--primary-theme-color);
  position: relative;
  font-weight: 700;
  transition: all 300ms ease-in-out 0s;
  letter-spacing: 1px;
}

/* Custom Styling for h1 tag which we are replacing with h2 for SEO purposes */
.oa-page-title {
  font-size: 1.429em;
  line-height: 30px;
  margin: 0;
  font-weight: 600;
  text-transform: capitalize;
}

/* custom style for solving overlaping issue of homepage slider */
.menu_slider .swiper-slide {
  background-color: #ffffff !important;
  opacity: 0 !important;
}
.menu_slider .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  background-color: #fff;
}
.menuSliderInfo .titleColtheme p {
  min-height: 115px;
}
/* custom style for solving overlaping issue of homepage slider ends here */