@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700;800&display=swap');
body {
    margin: 0!important;
    padding: 0!important;
    font-family: 'Open Sans', sans-serif!important;
    background: #fbfbfd;
}
a.navbar-brand.fw-bold.store-logo {
    display: none;
}
.paginationsection a {
    color: #0b6b0b!important;
    font-weight: 700;
}
p {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 25px;
    color: #000;
}
a, a:hover {
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    text-decoration: none!important;
    cursor: pointer;
}
a, a:focus, a:hover, button, button:focus, button:hover, checkbox, checkbox:focus, checkbox:hover, input, input:focus, input:hover, select, select:focus, select:hover {
    outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display', serif!important;
	font-weight: 700;
}
ul {
    margin: 0; padding: 0;
}
li {
    list-style: none;
}
input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, textarea:focus {
    color: #333;
    background: 0 0;
}
.top-info a {
    text-decoration: none;
    color: #333;
}
/* .menu-section {background-color: rgb(109, 238, 212);}
.menu-section nav.navbar {
    padding: 0;font-family: 'Playfair Display', serif!important;
}
.navbar-nav .nav-link {
    color: rgb(169, 106, 106);
    padding: 15px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Playfair Display', serif!important;
    text-transform: uppercase;
}
.dropend .dropdown-toggle {
    color:rgb(169, 106, 106);
    margin-left: 1em;
    font-family: 'Playfair Display', serif!important;
    padding: 15px;
    font-size: 18px;
    font-weight: 700;
  }
.dropdown-item:hover {
    background-color: lightsalmon;
    color: #fff;
  }
.dropdown .dropdown-menu {
    display: none;
    width: 100%;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
    margin-left: 0;
  }
@media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
      position: absolute;
      top: 0;
      left: 100%;
    }
    .dropend .dropdown-toggle {
      margin-left: 0.5em;
    }
  }
  */
  .foot-info p {
    margin: 0px !important;
}
  .page-next {
    background: url(/arrow-right.webp) !important;
    background-repeat: no-repeat;
    font-weight: bold;
    margin: 0 10px !important;
    width: 40px !important;
    height: 40px !important;
    padding: 9px 20px !important;
    background-position: center;
    background-size: 100% !important;
}       

.page-prev {
    background: url(/arrow-left.webp) !important;
    background-repeat: no-repeat;
    font-weight: bold;
    margin: 0 10px !important;
    width: 40px !important;
    height: 40px !important;
    padding: 9px 20px !important;         
    background-position: center;    
    background-size: 100% !important;  
}
.r-product {
    border: 1px solid #d597ed;
    border-radius: 15px;
    color: rgb(220, 143, 229);
    margin-bottom: 15px;
}
.r-product img {
    width: 100%; margin-bottom: 15px;
}
.r-product h4 {font-size: 25px; color: rgb(220, 143, 229);}
h2.chead {
    font-size: 35px;
    color: #000;
}
.top-info i {
    font-size: 25px;
    padding: 0 5px;
}
.cinfo p a {
    color: #000;
}
.products_widget {
	text-align: center;
	padding: 15px;
	position: relative;
	border: solid #ecebebe6 2px;
	margin-bottom: 10px;
}
.products_widget:hover {
	box-shadow: 0 0 11px rgba(33,33,33,.2);
}
.relpos {
	position: relative;
}
.products_widget img {
    margin-bottom: 20px;
    height: 350px;
    object-fit: contain;
    width: 100%;
}
.products_widget h6 {    
	font-size: 20px;color: rgb(220, 143, 229);
}
.best::before {
    background-image: url(./best-seller.webp);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: right top;
	content: '';
	width: 60px;
	height: 80px;
	position: absolute;
	right: 0;
	top: -12px;
	z-index: 9;
}
.map-sec {
    border-radius: 15px;
    overflow: hidden;box-shadow: 0 0 11px rgba(33,33,33,.2);
    line-height: 0;
}
.map-sec iframe {margin: 0;}    
.map-text img {width: 100%;}
.cinfo {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
    border-radius: 0 0 20px 20px;
    padding: 40px 30px;
    height: 100%;
}
section.footer-section {
    border-top: 1px solid #ccc;
}

.foot-flower {
    display: flex;
    height: 100%;
    align-items: end;
}
.foot-flower img {
    width: 100%;
}
.foot-bottom {
    /* background-color: rgb(109, 238, 212); */   
    padding-bottom: 100px;
}
.foot-info h4 {
    /* color: rgb(169, 106, 106); */
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    padding: 5px 0;
    margin-bottom: 15px;
}
.foot-info ul li a {
    padding: 1px 0;
    display: inline-block;
    width: 100%;
    font-size: 14px !important;
    font-weight: 600;
    width: fit-content!important; 
}
.foot-info p {
    /* color: rgb(169, 106, 106); */
    font-weight: 600;
    font-size: 14px !important;
}
.banner-section h2 {
    color: rgb(50, 12, 187);
    font-size: 35px;
    margin-bottom: 15px;
}
.banner-section p {
    color: rgb(50, 12, 187);
    font-size: 18px;
    line-height: 30px;
}
.btn-rose {
    background: rgb(246, 152, 194);
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 35px;
}
.btn-rose:hover {
    background: #d597ed;
    color: #fff;
}

.bottom_drawer {
	bottom: 0;
	left: 50%;
	position: fixed;
	transform: translate(-50%,0);
	width: 100%;
	z-index: 99;
}
.sticky {
	display: block;
}
.bottom_drawer .header_bar {
	border-radius: 4px 4px 0 0;
	color: #fff;
	padding: 10px 15px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
    /* background-color: rgb(246, 152, 194); */
}
.bottom_drawer .header_bar span {
	padding: 0 5px;
}
input#start {
    width: 105px !important;
  }
  .bottom_drawer input[type="text"] {
    border-radius: 5px;
    color: #79468b;
    width: 100px;
    padding: 7px 8px;
    outline: 0;
  }
  .bottom_drawer .free_delivery .delivery_zip_code {
	border: 0;
	border-bottom: 1px solid #fff;
	background: #fff;
	border-radius: 0;
	color: #0e0d0e;
	width: 66px;
	outline: 0;
	margin: 6px;
	border-radius: 8px;
}
.bottom_drawer span#counter_content {
	color: #f6d4f9;
    display: flex;
}
img.pay-img {
    width: 100%;
}

.occasion {
    padding: 50px 0
}
.occasion .slick-slide img {
    display: block;
    width: 100%;
}
.occasion .slick-slide img {
    display: block;
    margin: 0 auto;
    height: 200px;
    width: 100%!important;
    object-fit: cover
}

.occasion .slick-initialized .slick-slide {
    display: block;
    border: 1px solid #d597ed;
    margin: 5px;
    border-radius: 15px;
    padding: 15px
}

.occasion .slick-next::before,.occasion .slick-prev::before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.occasion .slick-initialized .slick-slide {
    display: block;
    border: 1px solid #d597ed;
    margin: 0 35px;
    border-radius: 15px;
    padding: 15px
}

.occasion .slick-prev {
    left: 0
}

.occasion .slick-next {
    right: 0
}
.product-carousel .slick-next,.product-carousel .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: red;
    border: none;
    outline: 0;
    background: 0 0;
    z-index: 99
}

.product-carousel .slick-next::before,.product-carousel .slick-prev::before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.product-carousel .slick-prev {
    left: 25px
}

.product-carousel .slick-next {
    right: 25px
}


.main-navigation {
    display: block;
    width: 100%
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0,0,0,.2);
    float: left;
    position: absolute;
    top: 95%;
    left: -999em;
    z-index: 99999
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0
}

.main-navigation ul ul li:hover>ul,.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto
}

.main-navigation ul ul a {
    width: auto;
    background: #fff
}

.main-navigation ul li:hover>ul,.main-navigation ul li.focus>ul {
    left: auto
}

.menu-menu-1-container {
    position: inherit
}

.main-navigation ul ul.submenu {
    width: 100%;
    left: 0!important;
    right: 0;
    display: none
}

.main-navigation a {
    display: block;
    text-decoration: none
}

.main-navigation ul li:hover>ul,.main-navigation ul li.focus>ul {
    display: inline-block
}

.submenu li {
    float: left;
    text-align: center
}

.menu-toggle,.main-navigation.toggled ul {
    display: block
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display:none
    }

    .main-navigation ul {
        display: flex
    }
}

.site-main .comment-navigation,.site-main .posts-navigation,.site-main .post-navigation {
    margin: 0 0 1.5em
}

.comment-navigation .nav-links,.posts-navigation .nav-links,.post-navigation .nav-links {
    display: flex
}

.comment-navigation .nav-previous,.posts-navigation .nav-previous,.post-navigation .nav-previous {
    flex: 1 0 50%
}

.comment-navigation .nav-next,.posts-navigation .nav-next,.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%
}

.sticky {
    display: block
}

/*********media query start*********/

@media only screen and (min-width: 320px) and (max-width: 650px) {
    .top-info span {
        display: block;
    }
    .minfo-view {
        justify-content: center!important;
    }
    .top-header-contact-info-outer {
        text-align: center;
        padding: 0 20px !important;
    }
    
    
    .logo img {
        width: 125px;
    }

}

@media only screen and (min-width: 320px) and (max-width: 767px){
    .header-section {
      text-align: center;
      display: none;
    }
    a.navbar-brand.fw-bold.store-logo {
        display: block;
    }       
    .navbar-brand img {
        width: 75px;
    }  
    div#ui-datepicker-div {
        left: 60px!important;
    }
.free_delivery {
    display: flex;
    font-size: 12px;
    align-items: center;
}
.products_widget {
    text-align: center;
    padding: 15px;
    margin: 0 auto 20px;
}
input#start {
    width: 80px !important;
}
.mm-0 {
    padding: 0;
}
.foot-info {
    text-align: center;
}
    } 
    
@media only screen and (min-width: 320px) and (max-width: 991px) {
    .foot-bottom {
        /* background-color: rgb(109, 238, 212); */
        padding-bottom: 175px;
    }
    .header-section button.navbar-toggler {
        background: url(/images/menuicon.png) no-repeat;
        background-size: 75%;
        text-align: center;
        border: none;
        padding: 10px;
        background-position: center;
        box-shadow: none;
    }
    .header-section {
        text-align: center;
    }
    .top-header-contact-info-outer {
        text-align: center;
        padding: 0 20px !important;
    }
    
    
    .logo img {
        width: 125px;
    }
    
  }


  @media only screen and (min-width: 768px) and (max-width: 1080px) {
  .map-sec {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 11px rgba(33,33,33,.2);
    line-height: 0;
    margin-top: 24px!important;
}
.foot-info h4 {
    /* color: rgb(169, 106, 106); */   
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    padding: 5px 0;
    margin-bottom: 15px;
}

  }






  