.blm_annoumnet-text {
    background: #28463a 0% 0% no-repeat padding-box;
}

.blm_announce_link {
    font-weight: 300;
}

.blm_bggreen {
    background-color: #28463a;
    background: #28463a 0% 0% no-repeat padding-box;

}

#slider-left .blm_red {
    color: #fff;
    font-family: 'Wix Madefor Display';
}

.blm-section-heading {
    color: #28463a
}

.blm-pre-heading {
    /* font-weight: 00; */
}

.text-white.blm-section-heading-underline:after {
    background-color: #fafafa;

}

.blm_footer,
.blm_copyright {
    background: #28463a 0% 0% no-repeat padding-box;
}

.blm_copyright {
    border-top: 1px solid #fafafa87;
}

footer form {
    background: #335d69;
    border: 1px solid #ffffff61;
}

.accordion-button:not(.collapsed) {
    background-color: #28463a;
    color: #fff;
}

.modal-body {
    background: #28463a;

}

[data-name="password"] span.fa {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    background: orange;
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 0 6px 6px 0;
    max-height: 38px;
}

.modal .wpcf7-not-valid-tip {}

.modal .wpcf7-spinner {
    display: none;
}

.modal span.wpcf7-not-valid-tip {
    margin-top: 3px;
    background-color: #fafafa;
    font-size: 13px;
    padding: 3px;
    border-radius: 5px;
    width: auto;
}

.modal .wpcf7 form .wpcf7-response-output {
    margin: auto;
}

footer .blm_socialmedia_list {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

 footer .blm_socialmedia_list_item a {
    background: #fff;
  
    width: 35px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #28463a;
    border: 1px solid #28463a;
    transform: translate(0, 0);
    transition: all 0.3s ease-in;
   
}
footer .blm_socialmedia_list_item a:hover {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    transform: translate(0, -2px);
}

footer .blm_copyright  .menu li {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
footer .blm_socialmedia_list_item a i{
    font-size: 20px;
}

@media only screen and (max-width:991px) {
    .woocommerce-product-gallery {
        display: flex;
        column-gap: 10px;
    }
    .flex-control-nav.flex-control-thumbs li {
        margin-bottom: 10px;
    }
    span.blm_menu_arrow {
        position: absolute;
        top: 0;
        right: 0;
        background: #ccc;
        width: 30px;
        aspect-ratio: 1/1;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #14231d;
        font-size: 16px;
        border-radius: 5px;
    }
    span.blm_menu_arrow i{
        
        transform: rotate(0deg);
        transition: transform 0.3s ease;
    }
    .dropdown-menu {
        background: transparent;
        border: 0;
    }
    .header .header-menu .dropdown-menu .nav-item>.nav-link {
        font-size: 15px;
        font-weight: 500;
        padding: 10px 5px;
    }
    .header .header-menu .dropdown-menu .nav-item:after {
        content: "\f105";
        font-family: "Font Awesome 6 Pro";
        position: absolute;
        top: 0;
       left: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        color: orange;
        left: 0;
    }
    .header .header-menu .dropdown-menu .nav-item>.nav-link::after{
        display: none;
    }
    .navbar-nav .dropdown-menu {
        position: static;
        display: block;
        opacity: 0;
        visibility: hidden;
        height: 0;
        padding: 0;
        transition: height 0.5s ease;
    }
    .navbar-nav .dropdown-menu.show {
      
        height: 100%;
        opacity: 1;
        visibility: visible;
        transition: height 10s ease;
    }
    .submenu--opened span.blm_menu_arrow i {
        transform: rotate(-90deg);
    }
}   