/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap'); */

@import url(https://db.onlinewebfonts.com/c/8a6696f7c4e8842de79f162e4dadafc2?family=Parafina+Regular+S);
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');



body {

    font-family: "Space Grotesk", sans-serif !important;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Parafina Regular S" !important;
    letter-spacing: calc(48px * 0.03);
}

.btn-yellow {
    background-color: #F58940;
    color: #fff !important;
    padding: 10px 20px;



    border-radius: 50px;
    transition: all 0.5s ease-in-out;

}

.btn-yellow:hover {
    background-color: #F8E7AF;
    transform: scale(1.1);
    color: #1e1914 !important;
}

/*********** global css **************/

.btn-black {
    background-color: #1e1914;
    padding: 15px 30px;
    color: #fff;
    border-radius: 50px;
    transition: all 0.5s ease-in-out;
}

.btn-black:hover {
    background-color: #3ac4ca;
    transform: scale(1.1);
}

.title-head {
    background-image: url(../images/bgcolor.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 200px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}

.title-head h2 {
    font-size: 32px;
    color: #fff;

}


.navbar-icons i.fas.fa-shopping-cart {
    position: relative;
}

.navbar-icons i.fas.fa-shopping-cart .cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background-color: #f58940;
    color: white;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 50%;
}

/********** Navigation bar ************/
.navbar {
    background-color: #fff;
}

/* 
.navbar-brand img {
    height: 30px;
} */

.navbar .nav-link {
    color: #1e1914 !important;
    font-size: 16px;
}

.nav-link:hover {
    text-decoration: underline;
}

a.nav-link.active {
    color: #1e1914 !important;
    text-decoration: underline;
}

.navbar-icons i,
.navbar-center-icons i {
    color: #1e1914;
}

.navbar-icons a {
    color: white;
    font-size: 16px;
    margin: 0 10px;
    text-decoration: none;
    text-align: center;
}

.top-banner {
    background-color: #F58940;
    color: black;
    text-align: center;
    padding: 5px 0 0;
    font-weight: bold;
}

.top-banner ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
}

.top-banner ul li {
    letter-spacing: 1px;
    font-weight: 500;
}

.top-banner a {
    color: black;
    text-decoration: underline;
}

.navbar-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.navbar-toggler {
    border: none;
    outline: none;
}

.navbar .navbar-nav li {
    padding: 0 20px;
}

/*****Carousel Slider*****/
.bloomsberryessentials-slider {
    background-image: url(../images/banner-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    height: 760px;
    background-position: center right;
}

.bloomsberryessentials-slider .bloom-slider-content {
    max-width: 600px;
    padding-left: 60px;
    color: #fff;
}

.bloomsberryessentials-slider .bloom-slider-content h2 {
    font-size: 66px;
}

.bloomsberryessentials-slider .bloom-slider-content p {
    font-size: 16px;
    padding: 10px 0;
}

/*****Feel Like yourself again******/

.best-sellers {
    position: relative;
    overflow: hidden;
}

.best-sellers h2 {
    font-size: 36px;
    color: #1e1914;
    font-weight: 400;
    text-align: left;
}

.best-sellers .rating {
    display: flex;
    align-items: center;
    font-size: 20px;
    justify-content: center;
    margin: 10px 0;
}

.best-sellers .star {
    color: #F58940;
    margin-right: 4px;

}

.best-sellers .number {
    margin-left: 8px;
    font-weight: bold;
    font-size: 14px;
}

.best-sellers ul.nav.nav-pills li {
    padding: 0 20px;
}

.best-sellers .nav-pills .nav-link {
    font-size: 16px;
    color: #1e1914;
	 font-family: "Space Grotesk", sans-serif;

}

.best-sellers .nav-pills .nav-link:hover {
    text-decoration: none;
}

.best-sellers .card.product-card img {
    max-width: 250px;
    padding: 20px;
    margin: 0 auto;
}

.best-sellers .nav-pills .nav-link.active,
.best-sellers .nav-pills .show>.nav-link {
    background-color: transparent;
    color: #F58940;
    position: relative;
    overflow: hidden;
}


.best-sellers .nav-pills .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: #F58940;
    animation: dude 0.95s forwards;
}

@keyframes dude {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.best-sellers .nav-pills .nav-link:hover::after {
    width: 100%;
    transition: width 0.3s ease;
}

.best-sellers .nav-pills .nav-link:not(.active)::after {
    display: none;
}

.best-sellers .product-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in-out;
    background-color: #fff;

}

.best-sellers .product-card:hover {
    transform: translateY(-10px);
}

.best-sellers .product-img-wrapper {
    position: relative;
}

.best-sellers .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s ease;
    opacity: 0;
    z-index: 1;
    border-radius: 12px 12px 0 0;
}

.best-sellers .product-card:hover .img-overlay {
    opacity: 1;
}


.best-sellers .card.product-card h5,
.best-sellers .card.product-card .product-price {
    font-size: 18px;
    font-weight: 500;
    color: #1e1914;
    line-height: 1.5;
    min-height: 100px;
}

.best-sellers .card.product-card .product-color {
    font-size: 18px;
    color: #878787;
}

.best-sellers .card.product-card .btn-add-to-cart {
    background-color: #F58940;
    color: #fff;
    font-size: 18px;
    width: 100%;
    border-radius: 50px;
}

.best-sellers .card.product-card:hover .btn-add-to-cart {
    background-color: #F8E7AF;
    color: #1e1914;
}

/* Best- seller arrow */

.best-sellers .owl-nav {
    position: absolute;
    top: -205px;
    right: 0
}

.best-sellers button.owl-prev,
.best-sellers button.owl-next {
    background-color: #FFEEF2 !important;
    width: 40px;
    height: 40px;
    border-radius: 50px !important;
}

.best-sellers button.owl-prev:hover i,
.best-sellers button.owl-next:hover i {
    color: #F58940;
}

/******WE APPROACH ******/

.we-approach {
    background-color: #FDF5DC;
}

.we-approach .we-approach-content {
    max-width: 650px;
    width: 100%;
}

.we-approach .we-approach-content h2 {
    font-size: 36px;
    color: #1e1914;
    font-weight: 300;
}


.we-approach .we-approach-content ul {
    list-style: none;
    display: grid;
    padding: 0;
    grid-template-columns: auto auto;
    margin-top: 20px;
}

.we-approach .we-approach-content ul li {
    background-color: #fff;
    margin: 20px 10px;
    padding: 20px;
    border-radius: 20px;
}

.we-approach .we-approach-content h3 {
    font-size: 22px;
    color: #F58940;
    padding-top: 20px;
}

.we-approach .we-approach-box {
    position: relative;
    transition: all 0.5s ease-in-out;
}

.we-approach .we-approach-box:hover {
    transform: translateY(-10px);
}

.we-approach .we-approach-box:hover .number {
    background-color: #F58940;
}

.we-approach .we-approach-box .number {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1e1914;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    top: -35px;
    left: 0;
}

/*******Shop By Concern********/

.shop-concern {
    overflow: hidden;
}

.shop-concern h2 {
    font-size: 36px;
    color: #1e1914;
}

.shop-concern a.list-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shop-concern .shop-concern-content {
    display: grid;
    grid-template-columns: auto auto;
}

.shop-concern .shop-concern-box {
    margin: 10px;
}

.shop-concern .shop-concern-box h4 {
    color: #f58940;
    font-size: 20px;
}

.shop-concern .shop-concern-box a {
    padding: 10px;
    color: #1e1914;
    text-decoration: none;
    background: linear-gradient(to right, #f58940 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.9s ease;
    border-radius: 5px;
    margin: 10px 0;
}

.shop-concern .shop-concern-box a:hover {
    background-color: #f58940;
    background-position: left bottom;
    padding: 10px;
    color: #fff;
    border-radius: 5px;



}



/********Our Standard**********/


.our-standard {
    background-color: #FDF5DC;
}

.our-standard .our-standard-content {
    max-width: 650px;
    float: right;
}

.our-standard .standard-image img {
    float: right;
}

.our-standard .our-standard-content ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: auto auto;
}

.our-standard .our-standard-content .card {
    padding: 15px;
    margin: 15px;
    min-height: 260px;
    border: none;
    transition: all 0.5s ease-in-out;
}

.our-standard .our-standard-content .card .card-body {
    padding: 20px 0;
}

.our-standard .our-standard-content .card:hover {
    transform: translateY(-10px);
}

.our-standard .our-standard-content .card img {
    max-width: 53px;
    animation: bounce-up-down 2s ease-in-out infinite;
}



@keyframes bounce-up-down {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

.our-standard .our-standard-content .card h5 {
    font-size: 18px;
    color: #1e1914;
}

.our-standard .our-standard-content .card p {
    font-size: 16px;
    color: #6D6D6D;
}

/******What We Leave Out*****/
.leave-out h2 {
    font-size: 36px;
    color: #1e1914;
    text-align: center;
}

.leave-out p {
    font-size: 16px;
    color: #1e1914;
    text-align: center;
}

.leave-out .leave-out-box img {
    animation: bounce-up-down 2s ease-in-out infinite;
    padding-bottom: 20px;
}



.leave-out .leave-out-content h2 {
    font-size: 36px;
    color: #1e1914;
    padding: 20px 0;
    text-align: left;
}

.leave-out .leave-out-content h4 {
    font-size: 24px;
    color: #1e1914;
    padding: 20px 0;
    text-align: left;
}

.leave-out .leave-out-content p {
    font-size: 16px;
    color: #1e1914;
    text-align: left;
}

/**************/

.you-learn {
    background-color: #FDF5DC;
}

.you-learn .you-learn-box {
    max-width: 650px;
}

.you-learn .you-learn-list {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    list-style: none;


}

.you-learn .you-learn-list li {
    line-height: 2;
    font-size: 16px;
    color: #1e1914;
}

.you-learn .you-learn-list li i {
    margin: 10px;
    color: #00BA00;
    font-size: 18px;
}



/********Footer *******/

.footer-left p a {
    text-decoration: none;
    color: #1e1914;
    font-size: 16px;
}




.main-footer .form-control::placeholder {
    color: #1e1914;
}


.main-footer ul.social-links {
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: start;
}

.main-footer ul.social-links li {
    margin: 20px 10px;
}

.main-footer ul.social-links li img {
    max-width: 30px;

}

.footer-menus h5 {
    font-size: 16px;
    color: #1e1914;
}

.footer-menus ul {
    margin: 0;
}

.footer-menus li a {
    font-size: 14px;
    color: #1e1914;
}

.main-footer .form-first {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.main-footer .form-first .input-group {
    display: flex;
    gap: 10px;
}

.main-footer .form-first input {
    flex: 1;
    border-radius: 50px;
    height: 60px;
    border: 1px solid #1e1914;
}

.form-first button {
    white-space: nowrap;
    border: 1px solid #1e1914;
    border-radius: 50px;
    font-size: 14px;
}

.form-first button:hover {
    background-color: #F8E7AF;
}

/* 
form.wpcf7-form {
    display: flex;
    align-items: center;
} */

.form-group input[type="email"] {
    height: 60px;
    border-radius: 50px;
    padding: 10px;
}

.form-group .btn {
    border: 1px solid;
    border-radius: 50px;
    font-size: 16px;
}

.form-group .btn strong {
    font-size: 16px;
}

.form-group .btn:hover {
    background-color: #f58940 !important;
    color: #fff !important;
}

.form-group {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

/* Responsive  */

@media screen and (max-width: 1399px) and (min-width: 1200px) {
    .navbar .navbar-nav li {
        padding: 0px;
    }

    .navbar .nav-link {
        color: #1e1914 !important;
        font-size: 14px;
    }

    #carouselAXUMUS .banner-product img {
        max-width: 315px;
        width: 100%;
    }

    #carouselAXUMUS ul.banner-list li:nth-child(2) {
        position: absolute;
        top: 15%;
        left: 45%;
    }

    #carouselAXUMUS ul.banner-list li:nth-child(3) {
        position: absolute;
        bottom: 6%;
        left: 26%;
    }

    ul#menu-header-menu li:nth-child(5) {
        margin-right: 20px;
    }
}

ul#menu-header-menu li:nth-child(5) {
    margin-right: 20px;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    ul#menu-header-menu li:nth-child(3) {
        margin-right: 0px;
    }

    .navbar .navbar-nav li {
        padding: 0 6px;
    }
}

footer.main-footer {
    border-top: 1px solid #1e19140001a;
}

.brand-logo ul.brand-logo-list {
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding: 0;
    align-items: center;
    overflow: hidden;
    margin: 0;
    flex-wrap: wrap;
}

.brand-logo ul.brand-logo-list li img {
    max-width: 260px;
}

/****INNER BANNER ****/
.inner-banner {
    position: relative;
    height: 420px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.inner-banner img {
    width: 100%;
    height: 420px !important;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.inner-banner .inner-banner-content {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 20px;
    margin: 0px auto;
}

.inner-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 420px;
    background: rgb(0 0 0 / 60%);
    z-index: -1;
}

.woocommerce-shop.inner-banner .overlay {
    height: 405px;
}

.inner-banner ol.breadcrumb {
    background-color: #F58940;
    font-size: 16px;
    border-radius: 50px;
    padding: 8px 12px;
    margin: 0 !important;

}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 0 !important;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0 !important;
}

.inner-banner .inner-banner-content h2 {
    text-align: center;
    color: #fff;
    font-size: 42px;

}

.inner-banner .inner-banner-content p {
    text-align: center;
    color: #fff;
    font-size: 16px;

}

ol.breadcrumb li a,
ol.breadcrumb li.active,
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    text-decoration: none;
}

/***About us page**/

/*  About Bloomsberry Essentials */

.about-bloomsberry {
    overflow: hidden;
}

.about-bloomsberry .row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.about-bloomsberry img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.about-bloomsberry .about-bloomsberry-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #FDF5DC;
    padding: 80px 30px 50px 110px;
}


.about-bloomsberry .about-bloomsberry-content h4 {
    font-size: 24px;
    color: #1e1914;
    font-weight: 500;
}

.about-bloomsberry .about-bloomsberry-content h2 {
    font-size: 32px;
    color: #1e1914;
}

.about-bloomsberry .about-bloomsberry-content p {
    font-size: 16px;
    color: #1e1914;
    line-height: 1.6;
}

.about-bloomsberry .about-bloomsberry-content .btn {
    max-width: fit-content;
    width: 100%;
}

/* Designed for Women Who Deserve Real Answers */

.designed-women h2 {
    font-size: 32px;
    color: #1e1914
}

.designed-women p {
    font-size: 16px;
    color: #1e1914
}

.designed-women .designed-women-content h4 {
    font-size: 20px;
    color: #1e1914;
    padding-bottom: 20px;
}

.designed-women .benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.designed-women .benefits-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    background-color: #F8F8F8;
    border: 1px solid #e8e8e8;
    padding: 5px;
    border-radius: 5px;
}

.designed-women .benefits-list li i {
    color: green;
    font-size: 1.2rem;
    line-height: 1.5;
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.designed-women .benefits-list li span {
    display: block;
    line-height: 1.5;
}

/* Meet Our Founder */


.our-founder {

    overflow: hidden;
}

.our-founder .row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.our-founder img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.our-founder .our-founder-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #FFD1B5;
    padding: 80px 100px 50px 30px;
}

.our-founder .our-founder-content h4 {
    font-size: 24px;
    color: #1e1914;
    font-weight: 500;
}

.our-founder .our-founder-content h2 {
    font-size: 32px;
    color: #1e1914;
}

.our-founder .our-founder-content p {
    font-size: 16px;
    color: #1e1914;
    line-height: 1.6;
}

.our-founder .our-founder-content .btn {
    max-width: fit-content;
    width: 100%;
}

/* Our Values */

.our-values h4 {
    font-size: 24px;
    color: #1e1914;
    text-align: center;
    font-weight: 500;
}

.our-values h2 {
    font-size: 32px;
    color: #1e1914;
    text-align: center;
    padding-bottom: 30px;
    font-weight: normal;
}

.our-values .card {
    border: 1px solid #6D6D6D;
    border-radius: 20px;
    padding: 70px 30px 5px;
    min-height: 350px;
}

.our-values .card img {
    max-width: 72px;
    width: 100%;
}

.our-values .card h5 {
    font-size: 24px;
    color: #1e1914;
    font-weight: 500;
}

.our-values .card p {
    font-size: 14px;
    color: #6D6D6D;
    font-weight: 500;
}

/* Ready to Take Control of Perimenopause? */

.ready-takecontrol {
    background-image: url(../images/ready-takecontrol.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.ready-takecontrol .ready-takecontrol-content {
    padding: 50px 0;
}

.ready-takecontrol .ready-takecontrol-content h2 {
    color: #1e1914;
    font-size: 32px;
}

.ready-takecontrol .ready-takecontrol-content ul {
    padding-left: 20px;
    padding-top: 5px;
}

.ready-takecontrol .ready-takecontrol-content li {
    font-size: 16px;
    color: #1e1914;
}

/******Testimonials*****/

.testimonials h2 {
    font-size: 32px;
    color: #1e1914;
    font-weight: normal;
}

.testimonials .h4 {
    font-size: 24px;
    color: #1e1914;
    font-weight: 500;
}

.testimonials .card {
    padding: 2.5rem 2.5rem 1.25rem;
    box-shadow: 0 0 0.625rem #ddd;
    border-radius: 1.25rem;
    min-height: 290px;

    transition: background-color 0.3s ease, transform 0.3s ease;
}

.testimonials .card:hover {
    transform: translateY(-5px);
}



.testimonials .card .star-group span {
    color: #FFD600;
    padding-bottom: 1.25rem;
}

.testimonials .card .card-box p {
    font-size: 1rem;
    color: #1e1914;
    line-height: 2;
}

.testimonials .card .name-author h4 {
    font-size: 1.25rem;
    color: #46527F;
    font-weight: 700;
}

.testimonials .card .name-author p {
    font-size: 1rem;
    color: #1e1914;
}

/*********RESPONSIVE*********/

@media screen and (max-width: 1399px) and (min-width: 1200px) {

    .we-approach .we-approach-content,
    .our-standard .our-standard-content,
    .you-learn .you-learn-box {
        padding: 50px 0;
        margin: 0;
    }

    .we-approach .we-approach-content ul {
        margin: 0;
    }

    .you-learn .you-learn-list {
        margin-bottom: 10px;
    }

    .best-sellers .card.product-card h5,
    .best-sellers .card.product-card .product-price {
        min-height: 125px;
    }

    .our-values .card {
        min-height: 375px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {

    .we-approach .we-approach-content,
    .our-standard .our-standard-content,
    .you-learn .you-learn-box {
        padding: 50px 0;
        margin: 0;
    }

    .we-approach .we-approach-content ul {
        margin: 0;
    }

    .you-learn .you-learn-list {
        margin-bottom: 10px;
    }

    .our-standard .our-standard-content .card {
        min-height: 250px;
    }

    .best-sellers .owl-nav {
        position: absolute;
        top: -218px;
        right: 0;

    }

    .our-values .card {
        min-height: 350px;
    }
}

@media screen and (max-width: 991px) {
    .navbar-center-icons a {
        margin: 0 20px;
    }

    .our-values .card {
        min-height: auto;
        padding: 25px 10px 0px;
    }

    .ready-takecontrol {
        background-position: center;
    }

    button.navbar-toggler.ms-auto {
        border: 1px solid #1e1914;
        background-color: #000;
    }

    .we-approach .we-approach-content,
    .our-standard .our-standard-content,
    .you-learn .you-learn-box {
        max-width: 100%;
        padding: 30px 0;
    }

    .shop-concern .shop-concern-content {
        padding: 30px 0;
    }

    .our-standard .our-standard-content ul {
        margin: 0;
    }

    .bloomsberryessentials-slider {
        background-position: right;
    }

    .we-approach img,
    .shop-concern img,
    .our-standard img,
    .you-learn img {
        width: 100%;
    }

    .we-approach .we-approach-content ul {
        margin: 0;
    }

    .you-learn .you-learn-list {
        margin-bottom: 10px;
        margin-left: 0;
    }

    ul#pills-tab {
        margin: 0;
    }

    .footer-menus ul {
        margin-bottom: 15px;
    }
}


@media screen and (max-width: 767px) {

    .bloomsberryessentials-slider .bloom-slider-content {
        padding: 0px 20px;
    }

    .we-approach .we-approach-content ul,
    .our-standard .our-standard-content ul {
        grid-template-columns: auto;
    }

    .shop-concern .shop-concern-content {
        display: grid;
        grid-template-columns: auto;
    }

    .best-sellers .owl-nav {
        position: static;
    }

    .about-bloomsberry .about-bloomsberry-content {
        padding: 30px 15px;
    }

    .woocommerce ul.products li.product a.woocommerce-loop-product__link {
        display: block;
        min-height: auto !important;
    }

    .designed-women .benefits-list li {
        flex-wrap: wrap;
    }

    .our-founder .our-founder-content {
        padding: 30px 15px;
    }

    .ready-takecontrol .ready-takecontrol-content {
        padding: 50px 15px;
    }
}

@media screen and (max-width: 420px) {
    a.navbar-brand img {
        max-width: 120px;
    }

    .bloomsberryessentials-slider .bloom-slider-content h2 {
        font-size: 56px;
        line-height: 1;
    }

    .best-sellers ul.nav.nav-pills li {
        padding: 5px 0 !important;
    }

    .single-product div.product .product_title {
        font-size: 28px;
    }

    .designed-women .benefits-list li {
        display: block;
    }

    .ready-takecontrol .ready-takecontrol-content ul {
        padding-left: 20px;
        padding-top: 5px;
        margin: 0;
    }

    .single-product .accordion button {
        width: 100%;
        padding: 1em 30px 1em 8px !important;
        font-size: 1rem !important;
    }

    .single-product .accordion button .accordion-title {
        margin: -8px !important;
    }
}

/* Shop All */

.woocommerce-shop .page-description h2 {
    color: #1e1914;
    font-size: 32px;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    height: 40px;
    padding: 0 10px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    color: #1e1914;
}

.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 1em;
    background-color: #F58940 !important;
    color: #fff !important;
    font-size: 18px;
    width: 100%;
    border-radius: 50px;
    text-align: center
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit .woocommerce ul.products li.product .button:hover,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
    background-color: #F8E7AF !important;
    color: #1e1914;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    display: block;
    min-height: 400px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 80px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single-product .content-area {
    padding-top: 50px;
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    color: #1e1914;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
    background-color: #F58940 !important;
}

.woocommerce .quantity .qty {
    height: 36px;
}

.single-product .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0.5rem !important;
}

.single-product .accordion button .icon {
    right: 5px !important;
}

.single-product .accordion .accordion-content p {
    padding-left: 10px;
}

.product_meta span.posted_in a {
    color: #1e1914;
}

.wp-singular h5.card-title {
    font-size: 18px;
    line-height: 1.5;
}

#wpcf7-f256-o1 label {
    color: #1e1914;
}

#wpcf7-f256-o1 input {
    height: 45px;
    padding: 10px;
}

#wpcf7-f256-o1 .wpcf7-submit {
    background-color: #F58940 !important;
    border-radius: 50px !important;
    font-size: 18px;
    border: none !important;
    transition: all 0.5s ease-in-out;
}

#wpcf7-f256-o1 .wpcf7-submit:hover {
    background-color: #F8E7AF;
    transform: scale(1.1);
    color: #1e1914 !important;
}

nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

nav.woocommerce-MyAccount-navigation ul li a {
    text-decoration: none;
    color: #1e1914;

}

.woocommerce-account button.woocommerce-Button.button,
.woocommerce-address-fields .button,
.wc-block-cart .wc-block-cart__submit-container a {
    background-color: #F58940 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 50px !important;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    outline: none;

}

.woocommerce-account button.woocommerce-Button.button:hover,
.woocommerce-address-fields .button:hover,
.wc-block-cart .wc-block-cart__submit-container a:hover {
    background-color: #F8E7AF !important;
    transform: scale(1.1);
    color: #1e1914 !important;
}

.wp-block-woocommerce-cart-cross-sells-block .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button,
.wc-block-components-checkout-place-order-button {
    background-color: #F58940 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 50px !important;
    transition: all 0.5s ease-in-out;


}

.wp-block-woocommerce-cart-cross-sells-block .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button:hover,
.wc-block-components-checkout-place-order-button:hover {
    background-color: #F8E7AF !important;
    transform: scale(1.1);
    color: #1e1914 !important;
}

.wp-block-woocommerce-cart-cross-sells-block .wc-block-components-product-name {
    text-decoration: none;
    color: #1e1914;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 75px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.woocommerce-cart .wc-block-cart-item__wrap a {
    color: #1e1914;
    text-decoration: none;
}

.wps_recurring_bifurcation_wrapper h4,
.wps_recurring_bifurcation_wrapper h4 a {
    font-size: 18px;
    color: #1e1914;
    line-height: 1.7;
}

.privacy-policy .page h1,
.privacy-policy .page h2 {
    font-size: 32px !important;
    color: #1e1914;
}

.privacy-policy .page p {
    font-size: 16px;
    color: #1e1914;
    line-height: 1.7
}

nav.woocommerce-breadcrumb,
h1.woocommerce-products-header__title.page-title {
    display: none;
}

.woocommerce-shop .site-main {
    padding-top: 54px;
}

.wc-block-cart .wc-block-cart__submit-container a:focus,
.wc-block-components-checkout-place-order-button:focus {
    box-shadow: none !important;
    outline: none !important;
}

.single-product .flex-viewport {
    border: 1px solid #1e1914;
    border-radius: 10px;
}

.single-product div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    color: #1e1914;
    font-size: 36px !important;
    font-weight: 700 !important;
}

.single-product .woocommerce-product-details__short-description p em {
    font-style: normal;
    color: #1e1914 !important;
}

.single-product span.woocommerce-Price-amount.amount {
    font-weight: 700 !important;
}

.single-product .summary.entry-summary {
    margin: 0 !important;
}

.woocommerce div.product form.cart {
    margin-bottom: 0.5em !important;
}

.woocommerce a.button.faq-button {
    background-color: transparent !important;
    border: 1px solid #1e1914;
    padding: 10px 35px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.woocommerce a.button.faq-button:hover {
    background-color: #000 !important;
    color: #fff;
}

.woocommerce-page .custom-upsell-box ul.products li.product {
    margin: 0 3.8% 0em 0 !important;
}

.tax-product_cat header.woocommerce-products-header {
    padding-top: 50px;
}

/* Product icon */

.product-benefits-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: start;

}

.product-benefits-icons li {
    text-align: center;
    width: 100px;

}

.product-benefits-icons img {
    max-width: 55px !important;
    margin-bottom: 10px;
}

.product-benefits-icons figcaption {
    text-transform: uppercase;
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    display: flex !important;
    justify-content: center !important;
}

.search-results .type-product {
    max-width: 500px;
    width: 100%;
}

.search-results .type-product h2 a,
.search-results h2.entry-title a {
    font-size: 28px;
    text-decoration: none;
    color: #000
}

aside#secondary {
    display: none;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em;
    background-color: #f58940;
    color: #fff;
    border-radius: 50px;
    padding: 10px 25px;
}

p.woocommerce-LostPassword.lost_password a {
    color: #000;
    text-decoration: none;
}

.wc-block-grid .wc-block-grid__product a.wc-block-grid__product-link {
    text-decoration: none;
    font-size: 14px;
    color: #000;
    min-height: 380px;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    background-color: #F58940 !important;
    font-size: 18px !important;
    font-weight: 500;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
    background-color: #F58940 !important;
    color: #000;
}