.header-10 #siteNav > li > a {
    color: #000;
}

.header-10 .iconset .hdr-icon {
    color: #000;
}

.slideshow .middle-left .slideshow-content-in {
    text-align: left;
    left: 3%;
}

.profile-badge {
    height: 31px;
    width: 31px;
    text-align: center;
    padding: 6px 10px 6px 10px;
    font-size: 17px;
    font-weight: bold;
    vertical-align: middle;
    border-radius: 100%;
    background: green;
    color: #fff;
}

.bottom-divider {
    border-bottom: 3px solid #f3f4f5;
}

.btn-secondary, .btn-secondary:focus {
    color: #000;
}

.icon-hover:hover {
    background-color: #D9CCBA;
    border-radius: 50px;
    padding: 5px 7px 5px 7px;
}

.menu-hover:hover {
    /*background-color: #f7f7f7;*/
    /*padding: 2px 5px 2px 2px;*/
}

.tooltip-inner {
    background-color: #fff;
    color: #000;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    border-top-color: #fff;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    border-right-color: #fff;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    border-bottom-color: #fff;
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    border-left-color: #fff;
}

.favourite-icon-heart,
.favourite-icon-bell {
    position: absolute;
    top: 10px;
    font-size: 24px;
    color: white;
    z-index: 2;
}

.favourite-icon-heart {
    right: 50px;
}

.favourite-icon-bell {
    right: 10px;
}

#search_post_code {
    height: 50px;
    color: #000;
    font-size: 14px;
    border-radius: 0;
    transition: color 0.3s, font-size 0.3s;
}

#search_post_code::placeholder {
    color: #b4b6b6;
    font-size: 14px;
}

.strong-600 {
    font-weight: 600;
}
.strong-700 {
    font-weight: 700;
}
.strong-800 {
    font-weight: 800;
}
.strong-900 {
    font-weight: 900;
}
.card-img-top:hover {
    border: 2px solid #d9ccba;
    cursor: pointer;
}
.zoomscal-hov:hover{
    border: 2px solid #036441;
}
.ss-mega-title {
    font-size: 10px;
}
.newsletter_btn:hover {
    border: 2px solid #036441;
}

.wishlist-product-thumbnail {
    position: relative;
}

.wishlist-image-container {
    position: relative;
    display: inline-block;
}

.wishlist-product-icon {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    padding: 5px;
    border-radius: 50%;
    color: #000;
    cursor: pointer;
}

.iti .iti--allow-dropdown .iti--show-flags .iti--inline-dropdown {
    width: 100%;
}

.page-heading-styled {
    /*display: inline-block;*/
    position: relative;
    font-size: 24px; /* Adjust font size as needed */
    font-weight: bold; /* Adjust font weight as needed */
}

.page-heading-styled::after {
    content: "";
    display: block;
    height: 3px; /* Underline height */
    width: 40px; /* Underline width */
    background-color: #036441; /* Underline color */
    position: absolute;
    bottom: -10px; /* Adjust the distance of the underline from the text */
    left: 50%;
    transform: translateX(-50%);
}

.category-icon-styled {
    position: relative;
    font-weight: bold;
}

.category-click {
    cursor: pointer;
}

.category-icon-styled::after {
    content: "";
    display: block;
    height: 4px;
    width: 40px;
    background-color: #036441;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.skin-btn-hover:hover {
    background-color: #D9CCBA !important;
    color: #000;
}

.bg-primary {
    background-color: #036441 !important;
}
.input-grid-align {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    width: 100%;
    padding: 0;
}
.selection-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 4px solid transparent;
    transition: border-color 0.3s ease;
}

.selected .selection-overlay {
    border-color: #036441;
}

.selected-mosque-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 4px solid transparent;
    transition: border-color 0.3s ease;
}
.selected-mosque-overlay {
    border-color: #036441;
}

.selected-mosque {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
    font-size: 18px;
}

.selected-mosque {
    display: block;
}

.selection-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
    font-size: 18px;
}

.selected .selection-icon {
    display: block;
}

.step-badge {
    margin-bottom: 20px; /* Adjust as needed for spacing between steps */
    text-align: left; /* Center the badge and content */
}

.step-badge .badge {
    font-size: 14px; /* Adjust the font size as needed */
    margin-bottom: 10px; /* Adjust as needed for spacing between badge and content */
}

.bg-primary {
    background-color: #036441 !important;
}


.slick-slide {
    margin: 0 5px 0 5px;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}

.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: visible;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.br-0 {
    border-radius: 0;
}

.font-8 {
    font-size: 8px;
}
.font-9 {
    font-size: 9px;
}
.font-10 {
    font-size: 10px;
}
.font-11 {
    font-size: 11px;
}
.font-12 {
    font-size: 12px;
}
.font-13 {
    font-size: 13px;
}
.font-14 {
    font-size: 14px;
}
.font-15 {
    font-size: 15px;
}
.font-16 {
    font-size: 16px;
}
.font-17 {
    font-size: 17px;
}
.font-18 {
    font-size: 18px;
}
.font-19 {
    font-size: 19px;
}
.font-20 {
    font-size: 20px;
}
.font-21 {
    font-size: 21px;
}
.font-22 {
    font-size: 22px;
}
.font-23 {
    font-size: 23px;
}
.font-24 {
    font-size: 24px;
}
.font-25 {
    font-size: 25px;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}


.text-primary {
    color: #036441;
}

.text-almond {
    color: #F4EADD !important;
}

.btn-primary {
    background-color: #036441 !important;
}
.btn-secondary {
    background-color: #F4EADD !important;
}

.btn-primary-hover:hover {
    background-color: #035B3B !important;
}

.btn-secondary:hover {
    background-color: #035B3B !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-primary {
    background-color: #036441 !important;
}
.bg-almond-light {
    background-color: #FAF5EF !important;
}
.bg-lightest-grey {
    background-color: #f0f0f0 !important;
}
.bg-light-grey {
    background-color: #f7f7f7 !important;
}

.banner-image-mobile{
    height: 70vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.dropdown-menu[data-bs-popper='static'] {
    position: static;
}

.dropdown-menu.show > a {
    pointer-events: none;
}

.icon-text-container {
    display: flex;
    align-items: center;
}

.icon-container {
    margin-right: 5px;
}



select.form-select {
    color: grey;
}
/* Hidden placeholder */
select option[disabled]:first-child {
    display: none;
}

h2#swal2-title
{
    font-size: 20px;
}

.form-select {
    font-size: 14px !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #f4eadd !important;
    color: #000 !important;
    font-size: 1em;
}


/* Base styles for the header */
.classicTopbar {
    color: #fff;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.classic-topHeader {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}

.classicHeader:not(.is-fixed) {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    background: transparent;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.classicHeader.header.is-fixed {
    background-color: #fff;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hiding and showing the logo for different states */
.classicHeader.header.is-fixed .main-logo {
    display: none !important;
}

.classicHeader.header.is-fixed .main-logo-onscroll {
    display: block !important;
}

/* Adjusting the icon and text color for different states */
.classicHeader.header.is-fixed .iconset .hdr-icon,
.classicHeader.header.is-fixed .cart_total {
    color: #000 !important;
}

.classicHeader:not(.is-fixed) .iconset .hdr-icon,
.classicHeader:not(.is-fixed) .cart_total {
    color: #fff !important;
}

/* Smooth transition for all elements */
.classicHeader.header {
    transition: background-color 0.3s ease, color 0.3s ease;
}

.is-small {
    /* Add any additional styles for the smaller header state */
    transition: background-color 0.3s ease, color 0.3s ease;
}

.animated {
    transition: background-color 0.3s ease, color 0.3s ease;
}

div:where(.swal2-container) div:where(.swal2-popup) {
    display: none;
    position: relative;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 100%);
    width: 40em !important;
    max-width: 100% !important;
    padding: 0 0 1.25em;
    border: none;
    border-radius: 5px;
    background: #fff;
    color: #545454;
    font-family: inherit;
    font-size: 1rem;
}


.hero-details {
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.6;
}

h2#swal2-title {
    font-size: 22px !important;
    font-weight: bold;
}

div:where(.swal2-container) .swal2-html-container {
    font-size: 18px !important;
}

.lookbook-grid .lookbook-caption {
    padding: 5px 5px !important;
}
