.header-right .country-list{
    font-size: small;
    position: relative;
}
a.btn.btn-primary.shop_nowbtn {
    border-radius: 20px;
    border: 2px solid white;
}
.navbar .nav_dis{
    display: none;
}
.intro-slider .seasona_flow{
    text-align: center;
}
.poster-container .shop-now-btn{
    margin-bottom: 90px !important;
    border: 1px solid black !important;
}
.all_spring_flowers{
    font-weight: 600;
    font-size: 18px;
}
.fnext{
    color: #ffd301;
}

.container-fluid .big_card{
    border: 1px solid rgb(233, 233, 233);
    border-radius: 10px;
}

.border_right{
    border-right: 1px solid white;
    padding-right: 10px;
}

.card-img-top{
    border-radius: 5px;
}
.intro-slider .send_your_feeling{
    color: white;
}
.flashborder{
    border-right: 1px solid white;
}

.header-right .sel_count{
    color: black;
}
.carousel-header {
    position: relative;
    margin-bottom: 15px;
}
.carousel-header h5 {
    margin: 0;
}
.discount-class button, .entry-body center button {
    border-radius: 20px;
    background-color: #3C4619;
    color: #fff;
    font-weight: bold;
}

.discount-class button:hover, .entry-body center button:hover {
    border-radius: 20px;
    background-color: white !important;
    border: 2px solid  black;
    font-weight: bold;
    color: black;
}
.carousel-header .view-all {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.5rem;
    font-size: 0.875rem;
}
.poster-container {
    position: relative;
    text-align: center;
}
.poster-image {
    width: 100%;
    height: auto;
}
.m-deal .card-text {
    font-weight: 300;
    font-size: 15px;
    color: #232525;
}
.m-deal .card-text1 {
    font-size: 12px;
}
.m-deal .price {
    font-weight: bold;
    color: black;
}
.poster-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2rem;
    font-weight: bold;
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
}
.shop-now-btn {
    position: absolute;
    bottom: 97px;
    left: 50%;
    transform: translateX(-50%);
    color: rgb(8, 8, 8);
    border-radius: 20px;
    background-color: white;
    border: black;

}


/* banner css */


.accordion-button::after {
    content: '\002B';
    font-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}
.accordion-button.collapsed::after {
    transform: rotate(0deg);
}
.accordion-button:not(.collapsed)::after {
    transform: rotate(45deg);
}


@media (max-width: 768px) {
    .wishlist-link .wishlist-txt {
        display: none;
        margin-top: -49px;
    }

}


ul.menu.sf-arrows.sf-js-enabled {
    margin-left: 200px;

}

.menu {
    line-height: 0.5;
}



ul.menu.sf-arrows.sf-js-enabled {
    margin-left: 170px;
}



/* footer css */

/* Flexbox to ensure all widgets align in a single line */
.footer-middle .row {
    display: flex;
    flex-wrap: wrap; /* Ensure wrapping for smaller screens */
    justify-content: space-between; /* Space between items */
    align-items: flex-start;
}

.footer-middle .col-lg-12,
.footer-middle .col-lg-3 {
    flex: 1;
    margin: 10px; /* Adds space between columns */
}

/* For smaller devices, stack the columns vertically */
@media (max-width: 768px) {
    .footer-middle .row {
        flex-direction: column; /* Stack columns vertically on mobile */
        align-items: center;
    }

    .footer-middle .col-lg-12,
    .footer-middle .col-lg-3 {
        width: 100%; /* Make columns take full width on small devices */
        margin: 0;
    }
}

h4.widget-title {
    margin-left: 20px;
}




.cta.cta-horizontal.cta-horizontal-box.bg-light.bg-image {
    padding: 18px;
}



ul a:hover{
    color: black !important;
}



/* slider css */
@media screen and (min-width: 1200px) {
    .intro-slider-container, .intro-slide {
        height: 500px;
        top: -35px;
    }
}



.owl-simple.owl-light.owl-nav-inside .owl-dots .owl-dot.active span {
    border-color:yellow;
    background: yellow;
}


.owl-simple .owl-dots .owl-dot.active span {
    width: 15px;
    border-color: #ccc;
    background: #ccc;
    height: 15px;
}


.owl-simple .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 6px;
    border: 0.1rem solid #d7d7d7;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all .3s ease;
    border-radius: 30px;
}


.owl-simple.owl-nav-inside .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -38px;
}



.entry-media {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: rgba(0, 0, 0, 0.5);*/
    opacity: 0;
    transition: opacity 0.3s ease;
}

.add-to-cart {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.entry-media:hover .overlay {
    opacity: 1;
}

.entry-media:hover .add-to-cart {
    display: block;
}
.flashimg {
    margin: -119px;
}


.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    border-radius: 50%;
}

.owl-nav .owl-prev {
    left: 10px;
}

.owl-nav .owl-next {
    right: 10px;
}



@media screen and (min-width: 1200px) {
    .intro-content .btn {
        min-width: 137px;
    }
}

@media screen and (max-width: 400px) {
    .m-deal .card-text {
        font-size: 12px;
    }
    .m-deal .price {
        font-weight: normal;
        color: black;
    }
    .btn {
        min-width: 140px !important;
    }

}
/* carousel css */

.scrolling-wrapper{
    overflow-x: auto;
}

.subtitle{
    font-size: 1.25em;
    opacity: 0.65;
}

.card-block{
    height: 300px;
    background-color: #fff;
    border: none;
    background-position: center;
    background-size: cover;
    transition: all 0.2s ease-in-out !important;
    border-radius: 24px;
&:hover{
     transform: translateY(-5px);
     box-shadow: none;
     opacity: 0.9;
 }
}

.card-description
{
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.container-fluid .card-img-top{
    border-radius: 10px 10px 0px 0px;
}

.container-fluid .card-title{
    font-family:'Playfair Display',serif;
}

.container-fluid .paray{
    font-weight: 600;
    font-size: 11px;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
}
.entry-body .bdf_colc{
    font-family: Brush Script MT;
}

.mother_viewall{
    background-color: #f7f7f7;
}

.leeeloo{
    background-color: #3c4619;
    padding: 20px;
}
.container-fluid .img-fluidq{
    width: 80px;
    height: 80px;

}

.textoftext{
    color: white;
}

.textview21 .textoftext{
    color: white;
    text-align: justify;
}
.speaktheline{
    border-radius: 20px;
    background-color: yellow !important;
    color: black;
    border-color: yellow !important;
}
.footer  .kakag{
    width: 100%;
height: 120px;

}
.footer .rowww{
    width: 100%;
}

.footer-bottom .gfgfgf{
    width: 100%;
    height: 10px;
}
.enter_email_address{
    border-radius: 20px;
}

.intro-slider .intro-slide{
    border-radius: 10px;
}





