/* Base theme css for colors and fonts*/

a {
    text-decoration: none;
}

/* theme color  */
.blm_green {
    color: #012c3d
}

.blm_bggreen {
    background-color: #012c3d
}

.blm_blue {
    color: #78bcc4
}

.blm_bgblue {
    background-color: #78bcc4
}

.blm_white {
    color: #f7f8f3;
}

.blm_bgwhite {
    background-color: #f7f8f3;
}

.blm_red {
    color: #ed3126;
}

.blm_bgred {
    background-color: #ed3126;
}

.blm_darkyellow {
    color: #483500;
}

.blm_grey {
    color: #464646;
}

/* font weights  */
.blm_fontw-100 {
    font-weight: 100;
}

.blm_fontw-200 {
    font-weight: 200;
}

.blm_fontw-300 {
    font-weight: 300;
}

.blm_fontw-400 {
    font-weight: 400;
}

.blm_fontw-500 {
    font-weight: 500;
}

.blm_fontw-600 {
    font-weight: 600;
}

.blm_fontw-700 {
    font-weight: 700;
}

.blm_fontw-800 {
    font-weight: 800;
}

/* font size*/
.blm_font-s51 {
    font-size: 51px;
    line-height: 1.2;
}


.blm_font-s36 {
    font-size: 36px;
    line-height: 1.4;
}

.blm_font-s30 {
    font-size: 30px;
    line-height: 1.4;
}

.blm_font-s29 {
    font-size: 29px;
    line-height: 1.4;
}

.blm_font-s28 {
    font-size: 28px;
    line-height: 1.4;
}

.blm_font-s27 {
    font-size: 27px;
    line-height: 1.4;
}

.blm_font-s26 {
    font-size: 26px;
    line-height: 1.4;
}

.blm_font-s25 {
    font-size: 25px;
    line-height: 1.4;
}

.blm_font-s24 {
    font-size: 24px;
    line-height: 1.4;
}

.blm_font-s23 {
    font-size: 23px;
    line-height: 1.4;
}

.blm_font-s21 {
    font-size: 21px;
    line-height: 1.4;
}

.blm_font-s20 {
    font-size: 20px;
    line-height: 1.4;
}

.blm_font-s19 {
    font-size: 19px;
    line-height: 1.4;
}

.blm_font-s18 {
    font-size: 18px;
    line-height: 1.4;
}

.blm_font-s17 {
    font-size: 17px;
    line-height: 1.4;
}

.blm_font-s16 {
    font-size: 16px;
    line-height: 1.4;
}

.blm_font-s17 {
    font-size: 17px;
    line-height: 1.4;
}

.blm_font-s18 {
    font-size: 18px;
    line-height: 1.4;
}

.blm_font-s14 {
    font-size: 14px;
    line-height: 1.4;
}

.blm_font-s13 {
    font-size: 13px;
    line-height: 1.4;
}

.blm_font-s11 {
    font-size: 11px;
    line-height: 1.4;
}


.w-55 {
    width: 55%;
}

.w-70 {
    width: 70%;
}

.w-85 {
    width: 85%;
}

.h-100 {
    height: 100%;
}

.h-90 {
    height: 90%;
}

.h-80 {
    height: 80%;
}

/* font family  */
.blm_fontf-quicksand {
    font-family: 'Quicksand', 'sans-serif';
}

.blm_fontf-raleway {
    font-family: 'Raleway', 'sans-serif';
}

.blm_fontf-wix {
    font-family: 'Wix Madefor Display', 'sans-serif';
}

.blm_fontf-jost {
    font-family: 'Jost', 'sans-serif';
}

/* body  */
body {
    font-family: 'Jost', 'Wix Madefor Display', 'sans-serif';
    overflow-x: hidden;
}

p {
    font-family: 'Wix Madefor Display', 'sans-serif';
}

li,
section {
    position: relative;
}

p,
figure {
    margin: 0;
}

figure:not(.fig-h100) {
    height: 100%;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.z-99 {
    z-index: 99;
    position: relative;
}

.body-wrapper {
    max-width: 1440px;
    width: 90%;
    margin: auto;
    padding-inline: 20px;
}

.logo-container,
section {
    position: relative;
}

.blm-section-spacing {
    padding: 3.5rem 0;
}

.blm-flex-wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.blm-para,
.blm-para p {
    font-weight: 400;
    line-height: 1.4;
    color: #333;
    font-size: 16px;
    font-family: 'Jost', 'sans-serif';
    margin-bottom: 10px;
}

.blm-para h1,
.blm-para h2,
.blm-para h3,
.blm-para h4,
.blm-para h5,
.blm-para h6 {
    font-family: 'Jost', 'Raleway', 'Wix Madefor Display', 'sans-serif';
    font-weight: 600;
}

.blm-section-heading {
    font-size: 40px;
    font-family: 'Jost', 'Raleway', 'Wix Madefor Display', 'sans-serif';
    padding: 0 0 13px 0;
    margin: 0 0 10px 0;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    line-height: 1.4;
    font-weight: 400;
    color: #012c3d;
}

.blm-section-heading-underline:after {
    content: '';
    display: block;
    height: 3px;
    width: 50%;
    background: #012c3d;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    border-radius: 50px;
    transition: all 0.5s ease;
}

.blm-section-heading-underline:hover::after {
    width: 90%;
}

.blm-btn-one,
.blm-btn-small {
    font-family: 'Jost';
    background-color: #333;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 1.4;
    padding: 12px 20px;
    border-radius: 8px;
    outline: none;
    box-shadow: unset;
    border: 1px solid #333;
    transition: all 0.3s ease;
}

.blm-btn-small {

    font-size: 14px;
    padding: 8px 12px;
}

.blm-btn-one:hover {}

.blm-pre-heading {
    display: block;
    font-size: 16px;
    font-family: 'Jost', 'Raleway', 'Wix Madefor Display', 'sans-serif';
    font-weight: 600;
    color: orangered;
    text-transform: uppercase;
    line-height: 1.4;

}

.blm-image {
    border-radius: 10px;
}

.blm-image-scale {
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0, 0.21, 0.69, 0.97);
    display: block;
}

.blm-figure-wrapper {
    overflow: hidden;
    border-radius: 10px;
}

.blm-image-scale:hover {
    transform: scale(1.035);
}

.slider_flex,
.slider_left_wrapper,
.slider_right_wrapper {
    display: flex;
    /* flex-wrap: wrap; */
    height: 100%;
    align-items: center;
    column-gap: 25px;
    min-height: 485px;
    width: 100%;
}

.slider_left_wrapper {
    flex: 0 0 42%;
    width: 42%;
}

.slider_right_wrapper {
    width: 54%;
    position: absolute;
    right: 0;
    top: 0;
    align-items: flex-start;
}

.blm-logo-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-bar-border {
    position: relative;
}

.top-bar-border::after {
    content: '';
    position: absolute;
    /* top: 0; */
    left: 0;
    right: 0;
    background: #dfdfdf;
    width: 100%;
    display: block;
    height: 1px;
    bottom: -10px;
}

.blm-shop-by-category {
    border-radius: 50%;
    aspect-ratio: 1/1;
    object-fit: cover;
    overflow: hidden;
    margin: auto;
    transition: all 0.5s ease;
}

.blm-shop-by-category:hover {
    transform: scale(1.02);

}

.shop-by-figure {
    position: relative;
    /* border: 2px dashed #dfdfdf; */
    border-radius: 50%;
    padding: 10px;
    transform: scale(1);
    overflow: hidden;
    transition: all 0.5s ease;
}

.shop-by-figure:hover::after {
    /* border: 2px dashed transparent; */
    border: 2px dashed orange;
    animation: rotate 20s infinite;

}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.shop-by-figure::after {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    aspect-ratio: 1/1;
    position: absolute;

    border: 2px dashed #dfdfdf;
    top: 0;
    left: 0;
    border-radius: 50%;
    transition: all 0.5s ease;
    z-index: -1;
}

#shop-by-category {
    /* padding: 2rem 0 0 0;  */
}

.shop-by-heading {
    font-size: 25px;
    font-family: 'Jost';
    line-height: 1.4;
    color: #012c3d;
}

#shop-by-category .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

#shop-by-category .owl-nav i {
    color: orange;
    font-size: 20px;
}

.blm_copyright {

    padding: 1rem 0;
    background: #031f2a;
}

.blm_footer {
    background-color: #012c3d;
    padding: 60px 0 0 0;
    font-family: 'Jost';
}

.blm_footer img.wp-image-196 {
    max-width: 170px;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
}

footer p {
    color: #fff;
    font-family: 'Jost';
}

footer .wp-block-heading {
    color: #fff;
    line-height: 1.4;
    font-family: 'Jost';
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.blm_text_copyright {
    text-align: end;
}

.footer_contact_list_item,
.snta_widget-area ul li {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    color: #f7f8f3;
    /* margin: 5px 0; */
    padding: 0;
    position: relative;
}

.two-address .icon-block {
    padding-right: 7px;
}

.two-address .icon-block {
    padding-right: 7px;
}

.two-address .block-1 {
    flex: 1 0 90%;
    padding-bottom: 10px;
}

.two-address .footer_contact_list_item {
    flex-wrap: wrap;
}

.two-address .block-2 {
    padding-left: 30px;
}

.two-address .address-two-heading {
    font-size: 16px;
    margin: 0;
    line-height: 1.4;
}

.two-address .block-2>li {
    margin-bottom: 10px;
}

.two-address a {
    color: #aaa;
}

.footer_contact_list_item:first-child,
.blm_widget-area ul li:first-child {
    padding-top: 0;
}

footer .menu li {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

footer .menu li a {
    color: #aaa;
    font-size: 16px;
}

footer form {

    background: #031f2a;
    padding: 13px;
    border-radius: 5px;

}

.gallery-images {
    opacity: 0;
}

.featured-image {
    opacity: 1;
    transition: all 0.5s ease;
}

.featured-abs {

    position: absolute;
    top: 0;
    left: 0;
}

.featured-product:hover .gallery-images {
    opacity: 1;
}

.featured-product:hover .featured-image {
    opacity: 0;
}

.owl-carousel-gallery .owl-dots {

    position: absolute;
    bottom: 0;
    width: 100%;
}

.owl-carousel-gallery button.owl-dot {
    width: 5px;
    height: 5px;
    background: #012c3d !important;
    margin: 4px;
    border-radius: 50%;
}

.owl-carousel-gallery button.owl-dot.active {
    background-color: orange !important;
}

.dismiss-btn {
    position: absolute;
    top: -6%;
    right: -3%;
    background: orange;
    color: #fff;
    /* padding: 10px; */
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-body {
    background: #031f2a;
    padding: 1rem;
    border: 0.2px solid #f9f9f9;
    border-radius: 10px;
}

#sub-header {
    padding: 19rem 0;
    height: 100%;
    background-repeat: no-repeat ;
}

.subheader-overlay {
    width: 100%;
    height: inherit;
    display: block;
    position: absolute;
    top: 0;
}

.blm_sub-header {
    color: #fff;
}

.text-breadcrumb {
    color: #fff;
}

.dark-breadcrumb .text-breadcrumb {
    color: #333;
}

.breadcrumb-separator i {
    font-size: 10px;
}

.blm-office-list li {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.blm-office-list li>a {
    display: flex;
    column-gap: 10px;
    color: #333;
    align-items: baseline;
    transition: all 0.5s ease;
}

.blm-office-list li>a .icon {
    font-size: 16px;
    color: orangered;
    transition: all 0.5s ease;
}

.blm-office-list li>a .text {
    font-size: 16px;
    line-height: 1.4;
    transition: all 0.5s ease;
    font-weight: 400;

}

.blm-office-list li>a:hover .icon {
    color: #012c3d;
}

.blm-office-list li>a:hover .text {
    color: orangered;
}

.blm-office-address-heading {
    font-size: 25px;
    line-height: 1.4;
    color: #012c3d;
    font-weight: 500;
    margin-bottom: 10px;
}

.contact-wrapper {
    padding: 2rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 8px 3px #ccc;
}

.accordion-button::before {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    /* margin-left: auto; */
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z' fill='%23ffa500'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

.accordion-button:not(.collapsed)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z' fill='%23ffa500'/%3E%3C/svg%3E");
    transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
    display: none;
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    column-gap: 10px;
}

.accordion-button {

    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    border-radius: 10px !important;
}

.accordion-button:not(.collapsed) {
    background-color: #012c3d;
    color: #fff;

}

.accordion-button:focus {
    box-shadow: unset;
}

.blm-products-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 25px;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    height: 100%;
}

.blm-product {
    text-align: center;
    transition: all 0.5s ease;
}

.blm-col-4,
.blm-product[data-col="4"] {
    flex: 0 0 23.5%;
}

.blm-col-3,
.blm-product[data-col="3"] {
    flex: 0 0 32%;
}

.blm-col-2,
.blm-product[data-col="2"] {
    flex: 0 0 49%;

}


.blm-product-image {
    border-radius: 5px;
}

.blm-product-heading {
    font-size: 20px;
    color: #012c3d;
    line-height: 1.4;

}

.blm-product-figure,
.blm-product-fig {
    transition: all 0.5s ease-in;
    overflow: hidden;
}

.blm-display-image {
    transition: all 0.3s ease;

}

.blm-hover-image {
    position: absolute;
    top: 0;
    left: -50%;
    opacity: 0;
    transition: all 0.3s ease-in;
    visibility: hidden;
    z-index: -1;
}

.blm-product-figure:hover .blm-display-image {
    visibility: hidden;
    z-index: -1;
    opacity: 0;
}

.blm-product-figure:hover .blm-hover-image {
    opacity: 1;
    visibility: visible;
    left: 0%;
}

.sort-row {
    display: flex;
    column-gap: 1px;
    /* row-gap: 10px; */
    margin-bottom: 2px;
}

.sort-col {
    width: 10px;
    border: 2px solid orange;
    aspect-ratio: 1/1;
}

.product-sort {
    padding: 0;
    border: 0;
}

.product-sort-view {
    display: flex;
    column-gap: 10px;
    margin-bottom: 20px;
}

.blm-category-heading {
    font-size: 22px;
    line-height: 1.4;
    color: #012c3d;
}

.blm_filter_wrapper {
    background: #fafafa;
    padding: 1rem;
    border-radius: 10px;
    height: 100%;
}

.filter-label {
    font-size: 16px;
    color: #012c3d;
    line-height: 1.4;
    display: block;
    flex: 1;
}

.blm_category_count_wrapper {
    background-color: orange;
    aspect-ratio: 1/1;
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-bottom: 7px;
    /* padding: 5px; */
    border-radius: 50%;
    color: #fff;
}

.form-check-input:checked {
    background-color: orange;
    border-color: orange;
}

.form-check-input:focus {
    border-color: rgba(230, 158, 26, 0.829);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-check-input:focus {
    border-color: #ffa500;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(255 165 0 / 24%);
}

.blm-noproducts {
    font-size: 30px;
    list-style: 1.4;
    color: #012c3d;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.blm-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition: all 0.5s ease;
}

.spinner-grow {
    color: orange !important;
}

.woocommerce-product-gallery {
    display: flex;
    column-gap: 20px;
}

.woocommerce-product-gallery__trigger {
    display: none;
}

.woocommerce .product .images img {
    width: 100%;
    height: auto;
    /* width: 100%; */
}

.woocommerce-product-gallery__image img {
    width: 100%;

}

.flex-control-nav.flex-control-thumbs {
    padding: 0;
    list-style: none;
    order: 1;
    margin: 0;
    max-height: 500px;
    overflow-y: scroll;
}

.flex-control-nav.flex-control-thumbs::-webkit-scrollbar {
    display: none;
}

.flex-control-nav.flex-control-thumbs li {
    margin-bottom: 20px;
}

.flex-control-nav.flex-control-thumbs img {
    height: 100%;
    object-fit: cover;
}

.flex-control-nav.flex-control-thumbs img {
    width: 150px;
    aspect-ratio: 1/1;
}

.flex-viewport {
    order: 2;
    width: 100%;
}

.blm-brands-slider {
    object-fit: contain;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blm-brands-slider>img {
    object-fit: contain;
    aspect-ratio: 1/1;
    max-width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 1rem;
}

.accordion-button img.icon.img-fluid {
    width: 35px;
    mix-blend-mode: normal;
    transition: all 0.3s ease-in;
}

.accordion-button:not(.collapsed) img.icon.img-fluid {
    /* mix-blend-mode: plus-lighter; */
    background: #ecececdb;
    padding: 3px;
    border-radius: 10px;
}

#home-accordion .accordion-button::before {
    display: none;
}

.testimonial-wrapper {
    text-align: center;
    color: #28463a;
    font-family: 'Jost';
    background: #fff;
    padding: 3rem 1rem;
    border-radius: 10px;
    min-height: 257px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.testimonial-content>* {
    font-family: 'Jost';
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}

.testimonial-name>* {
    font-size: 17px;
    font-family: 'Wix Madefor Display';
    font-weight: 600;
    margin-bottom: 13px;
}

.testimonial-rating>* {
    color: darkgoldenrod;
}

#testimonials .blm-description>* {
    color: #fff;
}

.mision-vision-img {
    border-radius: 15px;
    aspect-ratio: 1/1;
    max-width: 120px;
    background: #efefef;
    padding: 0.7rem;
}

@media only screen and (min-width:1367px) {

    .slider_flex,
    .slider_left_wrapper,
    .slider_right_wrapper,
    .slider-image__ {
        min-height: 600px;
        height: 600px;
    }

    .slider-image__ {
        object-fit: cover;
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {

    .slider_flex,
    .slider_left_wrapper,
    .slider_right_wrapper {
        min-height: 36vw;
    }
}

@media only screen and (max-width:991px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 90%;
    }

    .slider_flex,
    .slider_left_wrapper,
    .slider_right_wrapper {
        min-height: 357px;
    }

    .figure {
        margin-bottom: 20px;
        text-align: center;
    }
}

@media only screen and (max-width:767px) {
    .slider_right_wrapper {
        position: relative;
        position: relative;
        width: 100%;
        top: unset;
        right: unset;
        margin-bottom: 20px;
    }

    .slider_left_wrapper {
        flex: 0 0 100%;
        width: 100%;
    }

    .slider_flex {
        flex-wrap: wrap;
    }

    .slider_flex,
    .slider_left_wrapper,
    .slider_right_wrapper {
        min-height: auto;
    }

    .mcolumn-reverse {
        flex-direction: column-reverse;
    }

    #menu-copy-right {
        display: flex;
    }

    .blm_widget-area {
        margin-bottom: 25px;
    }

    .slider_right_wrapper {
        margin-top: 25px;
    }
}

@media only screen and (max-width:991px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 95%;
    }

    .offcanvas.offcanvas-end {
        width: 75%;
    }

    .off-canvas-top-bar {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .blm_topbar_contact_list>.blm_contact_list {
        justify-content: center;
    }

    #sub-header {
        padding: 3rem 0;
        background-size: cover;
    }
}



.owl-carousel .animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-out {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.owl-carousel .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}



@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



#blm_top-bar .blm_socialmedia_list {
    display: none !important;
}

figure.figure.blm-category-figure {
    background: #f8f8f8;
}

.modal .wpcf7-response-output {
    background-color: #fff;
}

.owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    margin-top: 24px;
}

.home .blm-category-image {
    width: 90%;
    margin: auto;
    padding-top: 1rem;
}

#blm-featured-products .shop-by-heading {
    font-size: 20px;
}

#slider-left .owl-nav {
    justify-content: flex-start;
    margin-top: 15px;
}

#slider-left .owl-nav button {
    background-color: #ff4500;
    aspect-ratio: 1/1;

    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
}

.whatsapp-sticky {
    position: fixed;
    bottom: 1%;
    right: 1%;
    display: block;
    z-index: 999;
    width: 80px;
}

.pulsating-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 30px;
    height: 30px;
    z-index: -1;

}

.pulsating-circle:before {
    content: '';
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: #28463a;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.blm--whatsapp-mssg {
    position: fixed;
    bottom: 0;
    right: 2%;
    background-color: #fff;
    color: #28463a;
    padding: 5px 63px 5px 19px;
    border-radius: 5px;
    bottom: 4%;
    border: 1px solid #28463a;
    z-index: 9;
    font-weight: 600;
}

/* .pulsating-circle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
} */

@keyframes pulse-ring {
    0% {
        transform: scale(0.33);
    }

    80%,
    100% {
        opacity: 0;
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}

@media only screen and (max-width:991px) {
    .whatsapp-sticky {
        width: 80px;
    }

    .blm--whatsapp-mssg {
        bottom: 3%;
        padding-right: 9%;
        right: 2.5%;
    }

    .blm-col-4,
    .blm-product[data-col="4"] {
        flex: 0 0 48%;
    }

    .product-sort-view {
        display: none;
    }
}

@media only screen and (max-width:600px) {
    .blm--whatsapp-mssg {

        right: 6.5%;
        bottom: 30px;
    }

}

@media only screen and (max-width:420px) {
    .blm--whatsapp-mssg {
        bottom: 4%;
        padding-right: 15%;
        right: 4.5%;
    }

    .blm--whatsapp-mssg p {
        font-size: 14px;
    }
}
@media only screen and (max-width:376px) {
    .blm--whatsapp-mssg {
        right: 8.5%;
    }
}

@media only screen and (max-width:991px) {
    button.navbar-toggler::after {
        content: 'Menu';
        font-size: 16px;
        color: #333;

    }
    button.navbar-toggler {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 9px;
        border: 0;
    }
}