.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: 15px; 
    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; 
}

.elfsight-page-space-theme {
    padding: 100px 0px;
} 

/** HomePage Slider Issue Fix: Inactive Slide showing below Active Slide **/
.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 override for https://orderart.atlassian.net/browse/OA-554 */
.custom-control-label::before {
    top: 4px;
    width: 16px;
    height: 16px;
  }

/* Custom styling for h1 tag which replaces active class anchor tag */
.oa-sidebar-active-link{
    color: var(--tertiary-theme-color);
    font-size: 1rem;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    transition: all 300ms ease-in-out 0s;
}

/* Custom styling for h1 which replaces h2 tag for SEO improvements */
.oa-page-title{
    font-size: 1.428rem;
    line-height: 30px;
    margin: 0;
    font-weight: 600;
    text-transform: capitalize;
}

.footerCol {
    color: white;
}

/** 
TLDR; To add Margin Top to Non-Animated Buttons in Background Image Slider.

.bannerSectiontheme .btnBanner .btn__wrap already existed but it also adds a overlay animation. 
Hence, a btn_wrap class (single underscore) for just the margin-top.
**/
.bannerSectiontheme .btnBanner .btn_wrap {
    margin-top: 36px;
}

.hidden {
    display: none !important;
}