.Occasions-new-middle-frame .slick-slide *:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.slider-main-frame .carousel-inner .item img{
    width: 100%; 
}
.fa-solid {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-brands
{
 display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}
.fa-xmark:before {
  content: "\f00d";
}
.fa-regular{
display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;


}
.fa-heart:before {
  content: "\f004";
}
@font-face { 
    font-family: 'Quagera';
    src: url('../fonts/FontsFree-Net-quageraregular-jebd9.ttf') format('truetype');
  }
  @font-face { 
    font-family: Coldiac; 
    src: url('../fonts/Coldiac.ttf') format('truetype');   
  }
   @font-face { 
    font-family: CormorantGaramond-Light;
    src: url('../fonts/CormorantGaramond-Regular.ttf') format('truetype');
  }
   @font-face { 
    font-family: CormorantGaramond-Bold;
    src: url('../fonts/CormorantGaramond-Bold.ttf') format('truetype');
  }
  
  @font-face { 
    font-family: CormorantGaramond-Light;
    src: url('../fonts/CormorantGaramond-Light.ttf') format('truetype');
  }
  @font-face { 
    font-family: CormorantGaramond-LightItalic;
    src: url('../fonts/CormorantGaramond-LightItalic.ttf') format('truetype');
  }
   @font-face { 
    font-family: CormorantGaramond-SemiBoldItalic;
    src: url('../fonts/CormorantGaramond-SemiBoldItalic.ttf') format('truetype');
  }
@font-face { 
    font-family: 'New York';
    src: url('../fonts/new-york-font-family/NewYork.ttf') format('truetype');
  }
  @font-face { 
    font-family: 'NewYork';
    src: url('../fonts/NewYork.otf') format('truetype');
  }

  @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital@1&family=Montserrat:wght@400;600;700&display=swap');
  @keyframes slideOutFromBottom {
    0% {
      height: 0px;
    }
    100% {
      height:500px;
}
      
  }
  
  
  
  /* home page new */
header .menu-main-menu .menu-list li a .fa-pen{
    font-size: 12px;
} 
.Airloons-main-sub-menu.Rakhi-new{ 
    background: #ce987e !important;
}
.Airloons-main-sub-menu.Rakhi-new a:hover{
    background: #ce987e !important;
    background: url(../images/mother-icon.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 20px center !important;
    background-size: 25px !important;
    

}
.Airloons-main-sub-menu.Rakhi-new a{
   color: #fff !important;
   background: url(../images/mother-icon.png) ;
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 25px;
}
.Airloons-main-sub-menu.Rakhi-new{
    position: relative;
}
.valentines-day-flowers-left{
    
}
.valentines-day-flowers-right{
    background: #e2665e;
    position: absolute;
    height: 10px;
    width:10px;
    /* Animation */
    transform: rotate(-45deg) scale(1);
    animation: pulse 2s linear infinite; 
    top:26px;
    right: 70px;  
}
.valentines-day-flowers-left {
    background: #e2665e;
    position: relative;
    height: 10px;
    width:10px;
    /* Animation */
    transform: rotate(-45deg) scale(1);
    animation: pulse 2s linear infinite; 
    top:26px;
    left: 20px;
}


.valentines-day-flowers-right::after {
    /* background:blue; */
    background:inherit;
    border-radius: 50%; /* To make circle */
    content:'';
    position:absolute;
   
    top: -50%; 
    
    left:0;
    height: 10px;
    width:10px;
}
.valentines-day-flowers-right::before {
  
    background:inherit; 
    border-radius: 50%; /* To make circle */
    content:'';
    position:absolute;
    top:0; 
    right:-50%; /* Inherit properties of parent */     
    height: 10px;
    width:10px;  
}
.valentines-day-flowers-left::after {
    /* background:blue; */
    background:inherit;
    border-radius: 50%; /* To make circle */
    content:'';
    position:absolute;
   
    top: -50%; 
    
    left:0;
    height: 10px;
    width:10px;
}
.valentines-day-flowers-left::before {
  
    background:inherit; 
    border-radius: 50%; /* To make circle */
    content:'';
    position:absolute;
    top:0; 
    right:-50%; /* Inherit properties of parent */     
    height: 10px;
    width:10px;  
}

@keyframes pulse{
    0% {
        transform: rotate(-45deg) scale(1);
        opacity: 0;
    }
    50% {
        transform: rotate(-45deg) scale(1.3);
        opacity: 1;
    }
    100% {
        transform: rotate(-45deg) scale(1);
        opacity: 1;
    }
}
.bolg-first-section.new-add .blog-right-all .row{
    display: flex;
    flex-wrap: wrap;
}

.checkout-detail-page-new input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  
}
  .Out-of-Stock-but{
          text-align: left;
  }
   .Out-of-Stock-but h4{
          color: #fff;
    background-color: red;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 5px;
  }
  .productdetail-option.CUSTOM label{
      width: 100% !important;
  }
  .productdetail-option #customfield{
        border: 0 !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0px !important;
    width: 78%;
    margin-top: 10px;
    font-family: CormorantGaramond-Light !important;
    font-size: 18px;
  }
  .Same-Day-Delivery-item-detail p{
    background-color: #f6f2ff;
    color: #c3a157;
    font-size: 14px;
    /* font-family: 'Quagera'; */
    padding: 2px 8px;
    display: inline-block;
    border-radius: 5px;
    margin-top:2px;
  }
  .blog-detail-main-page .bolg-first-section {
    margin-top: 30px;
}
 .blog-detail-main-page .lastest-post-right ul li a{
        text-decoration: none !important;
}
 .blog-detail-main-page .bolg-first-section-middle{
   margin-bottom:30px; 
}
  .blog-main-page-nee-start .blog-heading-main h1{
          margin: 0px;
    font-family: 'Quagera';
    color: #c3a157;
    text-align: center;
    font-size: 42px;
    margin-bottom: 30px;
  }
  .blog-main-page-nee-start .bolg-first-section-middle{
          margin-bottom: 20px;
  }
  .blog-main-page-nee-start .bolg-first-link{
          text-decoration: none !important;
  }
  .select-date-section button{
      font-size:14px;
  }
  .selectDate button{
        font-size:14px;
  }
  .roses-lilies-main-page-listin ~ .same-day-banner-frame-middle .same-day-banner-frame-middle-3 .second-word {
   font-family: CormorantGaramond-Light;
}
.same-day-delivery-footer-bar-frame_main{
    background-color: #e0b662;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 14px 60px;
    text-align: center;
    color: #000;
    font-weight: 500;
    z-index: 4;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    display:none;
}
.same-day-delivery-footer-bar-frame_main p{
        font-family: CormorantGaramond-Light;
    font-size: 22px;
    text-align: center;
    color: #fff;
        margin: 0px;
}
.same-day-delivery-footer-bar-frame_main .woocommerce-store-notice .woocommerce-store-notice__dismiss-link {
    position: absolute;
    right: 10px;
    top: 18px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #000;
    background-color: #fff;
    transition: background-color .25s ease;
    -webkit-transition: background-color .25s ease;
    border-radius: 60px;
    left: 100px !important;
}
.same-day-delivery-footer-bar-frame_main p a{
        font-family: CormorantGaramond-Light;
    font-size: 18px;
    text-align: center;
    color: #fff;
    text-decoration: none !important;
}
  .Add-On-select-box-frame select option[disabled] { 
     display:none;
   }
  .corperatepage-main p span{
      font-family: CormorantGaramond-Bold;
  }
  .none{
      display:none !important;
  }
  .select-date-section.product-detail select{
      border: 1px solid #ccc;
    padding: 15px 10px;
    background: transparent;
  }
  /*ani */
  
 .animfadeIn{

        will-change: transform, opacity;

    }
	.ct-text,.animfadeIn{
    backface-visibility:hidden;
    -webkit-backface-visibility:hidden
}
.hero-logo,.hero-top h1,.hplay-btn,.arrow-indicator,.animfadeIn{
    visibility:hidden
} 

.cart-detail.cart-detail-new-page.wishlist-main .cart-detail-left {
    width: 100%;
    
}
.cart-detail.cart-detail-new-page.wishlist-main .cart-product-list-left {
    width: 70%;
    justify-content: space-around;
    margin: 0 auto;
}
.cart-detail.cart-detail-new-page.wishlist-main .cart-product-remove-icon{
        width: 10%;
}
.cart-detail.cart-detail-new-page.wishlist-main .wishlistimage{
        width: 20%;
}
.cart-detail.cart-detail-new-page.wishlist-main .cart-product-des{
       width: 30%; 
}
.needtologin.wishlist{
    text-align: center;
    margin-top: 30px;
}
.needtologin.wishlist a{
    padding: 13px 30px;
    background: #c19b51;
    border: 0;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}
.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}
   
  
  /*ani end */
  
  .Be-A-Part-Of-Our-World.best-seller.Similar-Products-product-detail .best-seller-box .BALLOON-BOUQUET-frame-mk img{
          border-radius: 100%;
  }
    .Be-A-Part-Of-Our-World.best-seller.Similar-Products-product-detail .best-seller-box .BALLOON-BOUQUET-frame p{
        font-family: CormorantGaramond-Light;
    color: #000000;
    font-size: 16px;
    margin-top: 11px;
    }
  
  .elect-date-section-bottom .selectDate input{
      border: 1px solid #ccc;
    padding: 9px 10px;
    background: transparent;
  }
  /*same day Deli Start */ 
  .same-day-banner-frame-middle-3{
    position: absolute;  
    top: -280px;
    right: 60px;
        width: 520px;
  }
  .location-main-left.new-add{
    justify-content: end;
    margin-bottom: 20px;
    width: 90%;
  }
  .ORDER-PAGE-PAY {
    background: #E0B662;
    border: 0px;
    padding: 5px 5px;
    margin-right: 5px;
    color: #fff;
    margin-bottom: 5px;
}
.square-wrapper .content-container a{
        text-decoration: none !important;
}
.mfp-arrow-right:after{
    content: "\f061" !important;
    font-family: FontAwesome;
    border: 0px !important;
    color: #fff !important;
    font-size: 30px;
}
.mfp-arrow-left:after{
      content: "\f060" !important;
    font-family: FontAwesome;
    border: 0px !important;
    color: #fff !important;
    font-size: 30px;
}
  .my-account-sec .florella-container{
     width: 1000px;
    max-width: 80%;
  }
  .location-main-left.new-add .location-right .sort-by select {
     font-weight: normal;
    color: #141414;
    font-size: 16px;
    font-family: CormorantGaramond-Light;
    border: 1px solid #e7e7e7;
    padding: 7px 20px;
}
.location-main-left.new-add .location-right .sort-by p{
    margin: 0px;
    color: #141414;
    font-size: 17px;
    font-family: CormorantGaramond-Light;
    margin-right: 15px;
}
.same-day-banner-frame-middle-2 img{
    width:100%;
}
.same-day-banner-frame-middle{
        position: relative;
}
.same-day-banner-frame-middle .container{
     position: relative;
}
.same-day-banner-frame-middle-3 h3{
    font-family: 'Quagera';
    color: #c3a157;
    text-align: center;
    font-size: 44px;
}
.same-day-banner-frame-middle-3 h1{
    font-family: 'Quagera';
    color: #c3a157;
    text-align: center;
    font-size: 44px;
}

.same-day-banner-frame-middle-3 p{
    font-family: CormorantGaramond-Light;
    font-size: 18px;
    text-align: center;
    color: #000000;
}
.same-day-banner-frame-middle-3 p b{
    font-family: CormorantGaramond-Bold;
}
.Lorem-ipsum-product-desc p strong{
    font-family: CormorantGaramond-Bold;
}
.Lorem-ipsum-product-desc p b{  
    font-family: CormorantGaramond-Bold;
}
.Lorem-ipsum-product-desc ul li{
    list-style-type: disc;
}
.Lorem-ipsum-product-desc ul{
        padding-left: 15px;
}
.same-day-banner-frame-middle-3 p span{
font-family: CormorantGaramond-Bold;
}
.same-day-banner-frame-middle-3 p a{
font-family: CormorantGaramond-Bold;
color:#c3a157;
}
.same-day-banner-frame-middle-3 p span.number{
font-family: arial;
}
.location-main-left.new-add .location-right .sort-by {
    text-align: right;
    margin-top: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
}
  .product-list-boxes.sameday-del-start {
    width: 85%;
    margin: 0 auto;
    justify-content: space-evenly;
  }
  .product-list-boxes.sameday-del-start .product-list-box{
    width: 31%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .product-list-boxes.sameday-del-start .product-list-img img{
      border-radius: 50px;
  }
  .product-list-boxes.sameday-del-start .product-list-name{
    margin-top: 10px;
    padding-top: 0px;
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;    
  }
  .product-list-boxes.sameday-del-start .product-list-price{
    margin-top: -5px;
    padding-top: 0px;
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;   
    font-family: CormorantGaramond-Light;
  }
  
  
  /*same day Deli End */
  
 #button.show {
    opacity: 1;
    visibility: visible;
}
#button {
    display: inline-block;
    background-color: #b28628;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    left: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
}
.show {
    display: block!important;
}

 #button i {
    color: #fff;
    margin-top: 12px;
    font-size: 17px;
} 
 /*.premium:hover{
    margin-right: -91px;
}

.premium img:hover {
    content: url("../images/premium.webp");
    width:100%;
}*/
.our-collection-part-section .our-services-part-section-img-main:nth-child(1){
    padding-top:0px;   
}
.our-collection-part-section .our-services-part-section-image-main:nth-child(1){
    padding-top:0px;   
}
.our-collection-holder.new-frame-home{
    margin-top: 0px !important;
}
.our-collection-main.main-heading .our-services-heading{
    margin-bottom: 40px;
}
.our-services-part-section-image-main{
        position: relative;
}
.heading-main-page-new p.what-peo{
    font-family: Coldiac;
}
.our-services-part-section-image{
     position: relative;
}
.our-services-part-section-image-main .our-services-part-section-image .services-part-hover{
        position: absolute;
    right: 40px;
    top: 0px;
}
  .our-collection-holder .our-services-part-section-image{
      height:330px;
  }
 .our-services-part-section-image:hover .services-part-normal{
     display:none;
 }
 .our-services-part-section-image .services-part-hover{
     display:none;
     border-radius: 70px;
   
 }
  .our-services-part-section-image:hover .services-part-hover{
      display:block;
      width:540px;
  }
  .occasion-lists ul li:hover{
        font-style: italic; 
    border-bottom: 1px solid #000;
  }
  .hand-delivered-locations ul li a:hover p{
     font-family: CormorantGaramond-SemiBoldItalic;
  }
  .header-container-frame-fix{
        position: fixed;
        display: flex;
        background: #fff;
        z-index: 9999999;
        align-items: center;
        border-radius: 100px;
        cursor: pointer;
        cursor: pointer;
       bottom: 40%;
       box-shadow: 0 8px 24px hsla(210,8%,62%,.2);
  } 
  .header-container-frame-fix-left{
      display:none;
  }
  .header-container-frame-fix-right{
      display:none;
  }
   
  .righr-arrow-top-section{
        position: absolute;
        right: -30px;
        font-size: 19px;
        cursor: pointer;
        height: 100%;
        align-items: center;
        display: flex;
        z-index: 999;
        display: none;
       
  }
 .header-container-frame-fix h4{
      color: black;
    font-size: 24px;
    text-transform: uppercase;
    font-family: CormorantGaramond-Light;
    margin-bottom: 0px;
  }
   .header-container-frame-fix .header-container-frame-fix-right p:nth-child(2){
       line-height: 10px;
       text-transform: uppercase;
   }
   .header-container-frame-fix .header-container-frame-fix-right p:nth-child(3){
         text-transform: uppercase;
         margin-bottom: 0px;
        margin-top: 20px;
   }
  .cart-detail.cart-detail-new-page  #cart-item{
           max-width: 950px; 
           padding-top:35px;
   }
   .header-container-frame-fix-right{
       padding-right: 40px;
padding-left:15px;
   }
.header-container-frame-fix-right a{
color: #000;
    text-decoration: none !important;
}
    .header-container-frame-fix .header-container-frame-fix-right p:nth-child(3) span{
        display:block;
    }
.Testimonials-middle-frame-img{
    border-top: 1px solid #000;
    margin-top: 20px;
    padding-top: 10px;
}
.cities-banner-img{
    position: absolute;
    top: 0px;
    z-index: 99999;
    right: 0px;
    width: 180px;
    background: #e6e6e561;
    height: 90%;
    border-left: 1px solid #fff;
}
.checkout-pop-up-bottom-frmae{
    color: #ffffff;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #0000008a;
      position: fixed;
          z-index: 9999999;
}
.checkout-pop-up-bottom-frmae-middle{
    width: 380px;
    margin: 0 auto;
    background: #fff;
    position: relative; 
    font-family: 'NewYork';
        margin-top: 10%;
}
.checkout-pop-up-bottom-frmae-middle-close{
    color: #2b2c2d;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 18px;
    font-family: 'NewYork';
    cursor: pointer;
}
.cities-banner-img ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 90%;
}
.cities-banner-img ul li{
    width:100%;
}
.cities-banner-img ul li a{
   font-size: 19px;
    color: black;
    text-transform: uppercase;
    transition: all 0.3s;
    font-family: CormorantGaramond-Light;
    display: inline-block;
    width: 100%;
    padding: 12px 20px;
    text-decoration: none !important;
}
.checkout-pop-up-bottom-frmae-middle-bottom{
    text-align: center;
    padding: 45px 0px;
    
}
.checkout-pop-up-bottom-frmae-middle-bottom h3{
    font-family: 'NewYork';
     margin: 0px; 
    font-size: 20px;   
    color: #000; 
    text-align: center; 
    margin-bottom: 20px; 
    letter-spacing: 1px;
}
.checkout-pop-up-bottom-frmae-middle-bottom buttom{
    display: block;
    background: #c19b51;
    width: 238px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    padding: 15px 0px;
    margin-bottom: 20px;
    cursor: pointer;
    font-weight: 500;
    font-family: 'NewYork';
}
.checkout-pop-up-bottom-frmae-middle-bottom a{
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: underline;
    font-family: 'NewYork';
    letter-spacing: 1px;
}
.cities-banner-img ul li a:hover{
    background: #ece8e4;
}
header .menu-main-menu .menu-list li:hover .droup-down-menu-list{
   display:block;  
   z-index:999999999;
}
.droup-down-menu-list li a{}
.heading-main-page-new{
        text-align: center;
}
.cities-banner-img{
    position: absolute;
}
.cities-banner-img{
    position: absolute;
    top: 0px;
    z-index: 99999;
}
.Testimonials-middle-frame-img{
        display: flex;
}
.heading-main-page-new p{
    font-family: CormorantGaramond-Light;
    font-size: 20px;
    color: black;
}
.heading-main-page-new h2{
   font-family: 'Quagera';
    color: black;
    font-size: 50px;
    margin-bottom:0px;
}
.menu-header-right-frame ul li a img{
    width: 21px;
}
.best-seller .slick-prev:before{
    background: url(../images/left-arrow.webp);
    background-size: cover;
    opacity: 1;
    position: relative;
    left: -30px;
    color: #e0b66200;
}
.best-seller .slick-next:before{
    background: url(../images/right-arrow.webp);
    background-size: cover;
    opacity: 1;
    position: relative;
    left: 20px;
    color: #e0b66200;
}

  /* *******************Welcome section start************************* */

/*.banner-top-attached{
    visibility: inherit;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    position: absolute;
    top: 0%;
    z-index: 99999;
}
.welcome-main-frame{
    margin-top:35%;
}*/

  .welcome-start{
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }

.welcome-heading{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
}
.welcome-heading-block{
    display: block;
}
 
.image-one{
    position: absolute;
    left: 0;
    top: 0;
    width:90px;
}
.image-two{
    position: absolute;
    right: 0;
    top: -70px;
}

.welcome-heading h1{
    font-family: 'Quagera';
    color: black;
    font-size: 70px;                                            
}
.welcome-heading h2{
    font-family: 'Quagera';
    color: black;
    font-size: 70px;                                            
}
                
.welcome-content{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55%;
}
.welcome-datails p{
    font-family: CormorantGaramond-LightItalic;
    font-style: italic;
    color: black; 
    font-size: 20px;
    margin-right: 110px;  
    text-align: center; 
} 
.banner-image.faq-product-care img{ 
    width: 400px;
    margin-top: 30px;  
}
.image-three{
    position: absolute;
    right: 0;
    bottom: -30px;
    width:100px;
}

/* ********************************** Why Fiorella *********************************** */

.why-fiorella-headding h1{
    font-family: 'Quagera';
    color: black;
    font-size: 50px;
    text-align: center;        
                        
}
.why-fiorella-headding h2{
    font-family: 'Quagera';
    color: black;
    font-size: 50px;
    text-align: center;        
                        
}

.square-animation .baseline-below-heading{
    animation: 1s ease-out 0s 1 slideInFromLeft;  
}
.droup-down-menu-list{
    position: absolute;
    top: 51px;
    z-index: 9999;
    background: #fff;
    border-radius: 70px;
    width: 270px;
    height: auto;
    padding: 40px 0px;
    left: -23px;
    box-shadow: 0 8px 24px hsla(210,8%,62%,.2);
    display:none;
    padding-bottom: 25px;

}
.droup-down-menu-list li a{
    width:100%;
}
.droup-down-menu-list li a:hover{
        background: #efeded !Important;
}
.droup-down-menu-list li:nth-child(1) a:hover{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.droup-down-menu-list li:last-child a:hover{
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.droup-down-menu-list li{
           margin-right: 0px !important;
    margin-bottom: 0px;
}
.droup-down-menu-list li a{
        padding: 12px 0px !Important;
        padding-left: 47px !important;
        font-size: 13px !important;
}
.square3.square-animation .baseline-below-heading-right{
        animation: 1s ease-out 0s 1 slideInFromRight;
}
.droup-down-menu-list li:last-child a{
    border: 0px !important;
}
.droup-down-menu-list::after{
content: '';
    position: absolute;
    left: 50px;
    top: -12px;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 18px solid #ffffff;
    clear: both;
}

.baseline-below-heading{
    border-top: 1px solid black;
    width: 61%;
    display: block;
}
header .menu-main-menu .menu-list li:last-child a{
    border: 0px solid #b28628;
    padding: 11px 15px;
}
header .menu-main-menu .menu-list li a.active{
    border: 1px solid #b28628;
}
.droup-down-menu-list li a.active{
    border: 0px solid #b28628 !important;
}
header .menu-main-menu .menu-list li.active a{
    border: 1px solid #b28628;
    
}
.slider-main-frame .carousel-indicators li{
        border: 1px solid #858585;
        background-color: #858585;
}
.fiorella-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0;
}
.content-container{
    background-color: #f6f1ee;
    border-radius: 90px;
    width: 23%;
    position: relative;
}
.content-heading-po-img{
        position: absolute;
    top: 0px;
    left: 0px;
   
}
.content-containerconcierge-middle{
     transition: opacity 0.3s ease-out;
     opacity: 0;
}
.content-container:hover .content-heading-po-img{
    transition: opacity 0.3s ease-out;
    opacity: 0;
}
.content-container:hover .content-containerconcierge-middle{
   opacity: 1;
}
.content-heading-po-img img{ 
    width:100%;
    border-radius: 90px;
}
.content-heading-po-img-cont{
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #00000096;
    border-radius: 90px;
   
} 
.content-heading-po-img-cont h4{
   display: flex;
    width: 100%;
    align-items: center;
    height: 100%;
    justify-content: center;
    color: #fff;
    font-family: 'NewYork';
    line-height: 36px;
    font-size: 20px;
    font-weight: normal;
}
.container-image img{}
.content-containerconcierge-middle{
     padding: 40px;
      display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.content-heading{
    text-align: center;
}
.content-heading h4{
    font-family: 'NewYork';
    font-size: 14px;
    color: black;
    margin-top:30px;
}


/* *********************************hand-delivered over india ************************************ */


 

.hand-delivered-start{
display: flex;
margin: 30px 0;

}
.hand-delivered-image{
    width: 50%;
}

.hand-delivered-content{
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}
.hand-delivered-heading h1{
    font-family: 'Quagera';
   color: black;
       font-size: 48px;
  
}
.hand-delivered-heading h2{
    font-family: 'Quagera';
   color: black;
       font-size: 48px;
  
}

.hand-delivered-sub-heading{
        text-align: center;
    margin-left: 0px;
}
.baseline-below-heading-right{
   border-top: 1px solid black;
    width: 50%;
    display: block;
    margin-left: 0px;
    position: absolute;
    top: 180px;
    float: right;
    text-align: right;
    right: 0px;

}
.baseline-below-heading-right.new-d{
 top: 220px;

}
.hand-delivered-across-india-start{
        position: relative;
}
.hand-delivered-sub-heading h4{
    font-family: CormorantGaramond-Light;
    font-size: 18px;
   color: black;
   letter-spacing: 1px;
}

.hand-delivered-locations ul{
    list-style: none;
display: flex;
flex-wrap: wrap;
margin-top: 50px ;
padding-left: 80px;
}

.hand-delivered-locations ul li{
    display: flex;
    width: 50%;
    margin: 25px 0;
   

}
.hand-delivered-locations ul li a{
    text-decoration: none;
    color: black;
    display: flex;
}

.lcoation-icon i  {
    font-size: 30px;
}
.hand-delivered-locations ul li a:hover i{
    color: #d8b27d;
}

.location-name p{
    font-size: 22px;
    margin-left: 10px;
    font-family: CormorantGaramond-Light;
}


 /* ****************************** Our Services *****************************  */ 

 .our-services-main{
    margin: 50px 0;

 }
 .our-services-part-section{
         position: relative;
 }
 .our-services-part-section-image.our-service-hover{
      position: relative;
 }
.our-services-part-section:hover .our-services-part-section-name{
         position: absolute;
    text-align: center;
    top:105px;
    width: 100%;
    height:100%;
 }
 .our-services-part-section:hover .our-services-part-section-name p{
     color:#fff;
     font-size:25px;
 }
 .our-services-heading{
    text-align: center;
 }
 .our-services-heading h1{
    font-family: 'Quagera';
    color: black;
    animation: 1s ease-out 0s 1 slideInFromLeft;
    font-size: 50px;
 }
.our-services-heading h2{
    font-family: 'Quagera';
    color: black;
    animation: 1s ease-out 0s 1 slideInFromLeft;
    font-size: 50px;
 }

 .our-services-sub-heading{
    text-align: center ;
 }

 .our-services-sub-heading h4{
    font-family: CormorantGaramond-Light;
    font-size: 20px;
    color: black;
 }
 .our-services-three{
    display: flex;
    justify-content: center;
    padding: 50px 0px;
 }

 .our-services-part-section{
    width: 32%;
    text-align: center;
 }
.square-wrapper4  .our-services-part-section-name{
margin-top: 11px;
 
}
 .our-services-part-section-name{
margin-top: 14px;
 }
 .our-services-part-section-name p {
    font-size: 20px;
    font-family: CormorantGaramond-Light;
    color: black;
    margin-bottom:0px;
 }

 .our-services-two{
    display: flex;
    justify-content: center;
    padding: 10px 0px;
 }

  
 .our-collection-holder{
    display: flex;
    justify-content: center;
    margin: 40px 0;
 }
 .our-services-part-section-image-main{
    border-right: 0px solid black;
    margin-bottom: 0px;
    padding: 30px 0;
 }
.border-middle-frame-b{
     border-right: 1px solid black;
}


@keyframes slide-up {
  from {
    margin-top: 100%;
    height: 300%;
  }
  to {
    margin-top: 0%;
    height: 100%;
  }
}



.square4.square-animation .border-middle-frame-b{
    animation: slideOutFromBottom 6s;
}

.meter-main-frame-all{
    width:1px;
   position: relative;
}
.square4.square-animation .meter {
 position: absolute;
    left: 0;
    top: 32px;
    width: 100%;
    height: 96%;
    display: flex;
    align-items: flex-end;
}
.square4.square-animation .progress {
  flex: 1; /*grow*/
  animation: progressBar ease-in-out forwards;
   background-color:#00000040;
  animation-duration: 3s;
}
@keyframes progressBar {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
 .our-services-part-section{
    transition: transform .2s;
}
.our-services-part-section img{
    border-radius: 50%;
   -webkit-transition: box-shadow 0.6s;
    -moz-transition: box-shadow 0.6s;
    transition: box-shadow 0.6s; 
}
 .our-services-part-section:hover img {
    vertical-align: middle;
    border-radius: 50%;
    box-shadow: 0 0 0 35px #f3f2f2;
 }
  .back-ov-clo{
  background: #0000006b;
    position: absolute;
    width: 270px;
    height: 270px;
    top: 0px;
    left: 48px;
    border-radius: 100%;
   opacity: 0;
  transition: opacity 1s ease-out;
  }
    .our-services-part-section:hover .back-ov-clo{
           opacity: 1;
    }

 .our-collection-part-section{
    width: 50%;
    text-align: center;
 }

/* ********************************** Our Collection *************************** */


.our-services-part-section-img-main{
    padding: 30px;
}


 /* *******************************occasion-start-main*************************** */

.our-occasion-heading{   
    text-align: center;    
}
.our-collection-all-proucts.container{   
    width: 880px;   
}
 .our-occasion-heading h1{    
        font-family: 'Quagera';
    color: black;
    font-size: 50px;   
 }
.our-occasion-heading h2{    
        font-family: 'Quagera';
    color: black;
    font-size: 50px;   
 }

.our-occasion-heading h2{    
        font-family: 'Quagera';
    color: black;
    font-size: 50px;   
 }


 .occasion-start-main{
    margin: 40px 0;
 }

 .occasion-detail-main{
    display: flex;
        width: 950px;
    margin: 40px auto;
    margin-top:0px;
 }
 .occasion-content{
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
 
 }

 

 
 .occasion-lists{
    padding: 0 20px;
 }
  .cities-banner img{
      width:100%;
  }

 .occasion-lists ul li {
   font-family: CormorantGaramond-Light;
    color: black;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 10px;
    list-style-type: disc;
 }

 .occasion-photo-container{
    width: 70%;
    position: relative;
    animation: 1s ease-out 0s 1 slideInFromRight;
    padding: 30px;
      padding-bottom: 0px;
 }
 
 @keyframes slideInFromRight {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0);
    }
  }


  
 .occasion-content{
    animation: 1s ease-out 0s 1 slideInFromLeft;
    padding: 0px;
 }

 @keyframes slideInFromLeft {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0);
    }
  }
 .occasion-heading h1{
    font-family: 'Quagera';
    color: black;
    font-size: 88px;
    position: absolute;
    left: -138px;
    top: 20px;
 }
.occasion-heading h2{
    font-family: 'Quagera';
    color: black;
    font-size: 88px;
    position: absolute;
    left: -138px;
    top: 20px;
 }

.occasion-heading h2{
    font-family: 'Quagera';
    color: black;
    font-size: 88px;
    position: absolute;
    left: -138px;
    top: 20px;
 }

 .occasion-lists a{
         text-decoration: none !important;
 }
 .occasion-photo-container img{
    width: 100%;
    
 }

 .text {
    display: inline-block;
    overflow: hidden;
  }
  .fa-stack-2x {
    font-size: 26px;
}
.fa-stack {
    display: inline-block;
    /* height: fit-content; */
    line-height: revert;
    left: 7px;
    position: relative;
    vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
    left: -26px;
    top: 3px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: var(--fa-stack-z-index,auto);
}
 
 .fa-stack-1x {
        line-height: 1.3;
    font-size: 20px;
}

.active-arrow{
        transform: rotate(180deg)
}


/*product detail start*/
  .Similar-Products-product-detail .heading-main-page-new h2{
   font-family: 'Quagera';  
    font-weight: normal;
    font-size: 42px;
    margin-bottom: 0px;
  }
  
  .Similar-Products-product-detail .florella-container {
    max-width: 80%;
}
.BALLOON-BOUQUET-frame-mk{
     width: 82%;
    margin: 0 auto;
}
.Similar-Products-product-detail .best-seller-box.slick-slide img{
   border-radius: 100%;
   width:100%;
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}
.Similar-Products-product-detail .slick-prev, .slick-next{
    width:25px;
    height:25px;
}
.Similar-Products-product-detail .slick-initialized .slick-slide{
    text-align:center;
    transition: transform .2s;
    padding-top: 55px;
    padding-bottom: 35px;
}
.Similar-Products-product-detail .best-seller-box.slick-slide p{
    font-family: CormorantGaramond-Light;
    color: #000000;
    font-size: 16px;
    margin-top: 11px;
}
.Similar-Products-product-detail .slick-initialized .slick-slide:hover .BALLOON-BOUQUET-frame-mk{
    vertical-align: middle;
    border-radius: 100%;
    box-shadow: 0 0 0 37px #f5f5f5;
    background: #f5f5f5;
}
.Similar-Products-product-detail .slick-initialized .slick-slide:hover img{
   position: relative;
    top: -12px;
}
.Similar-Products-product-detail .slick-initialized .slick-slide:hover .BALLOON-BOUQUET-frame p{
        margin-top: -12px;
}
.Similar-Products-product-detail .slick-initialized .slick-slide{
    text-decoration: none !important;
}
.Be-A-Part-Of-Our-World.best-seller.Similar-Products-product-detail{
    margin-bottom:0px;
}
  .Similar-Products-product-detail .slick-list.draggable{

    margin: 0 auto; 
        padding: 0% 1%;
}
.Testimonials-frame.best-seller.review-section-product-detail-page .heading-main-page-new h2{
    font-family: 'Quagera';
    font-weight: normal;
    font-size: 42px;
    margin-bottom: 0px;
}
.Testimonials-frame.best-seller.review-section-product-detail-page .fa-fa-star-main-section .fa.fa-star{
   color:#fcb75e; 
}
.Testimonials-frame.best-seller.review-section-product-detail-page .fa-fa-star-main-section .fa.fa-star-o{
    color:#ccc;
}
.Testimonials-frame.best-seller.review-section-product-detail-page .Testimonials-frame .florella-container {
    max-width: 75%;
}
.product-detail.section-new-frame-list .productdetail-imgsec{
     width: 50%;
}
.product-detail.section-new-frame-list .productdetail-imgsec .productdetail-imgsec-new{  
     display:flex;
     width: 100%; 
     flex-wrap: wrap;  
}
.product-detail.section-new-frame-list #product-image{
      width: 78%;  
      margin-bottom: 20px;
}
.product-detail.section-new-frame-list .florella-container{
    max-width: 1010px;
}
.product-detail.section-new-frame-list .florella-container #thumbnails{
    margin-top: 5px;
}
.product-detail.section-new-frame-list #thumbnails ul.thumbelina li a img{
       border-radius: 15px;
    margin-bottom: 10px;
}
.product-detail.section-new-frame-list .fullscreen #zoom-overlay img{
    border-radius: 15px;
}
.product-detail.section-new-frame-list .productdetail-imgsec img{
    border-radius: 35px;
}
.inner-page-header header {
    box-shadow: 0 8px 24px hsla(210,8%,62%,.09);
    background: #fff;
}
.inner-page-header.produst-detail header {
    box-shadow: 0 8px 24px hsla(210,8%,62%,.09);
}

.product-detail.section-new-frame-list{
    padding-top: 50px;
    background: #f8f8f8;
     background: #fff;
    padding-bottom:0px;
}
.productdetail-txtsec.product-detail-page-right-section{
       padding-left: 55px; 
}
.productdetail-txtsec.product-detail-page-right-section .productdetail-head{
    font-family: 'Quagera';
    font-size:28px;
    font-weight: 600;
    color:#141414;
    text-transform: capitalize;
}
.productdetail-txtsec.product-detail-page-right-section  .productdetail-price{
    padding-top: 0px;
    font-size:22px;
    color:#141414;
    font-family: 'NewYork';
}
.product-detail-Country-section{
        display: flex;
            margin-bottom: 20px;
}
.product-detail-Country-section{
    font-family: CormorantGaramond-Light;
   margin-top: 20px;
}
.product-detail-Country-section p{
    font-family: CormorantGaramond-Bold;
    color:#141414;
    font-size:14px;
    margin-bottom: 0px;
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-right: 0px;
    
}
.product-detail-Country-section input{
     font-size: 17px;
     border: 1px solid #ccc;
     padding: 7px 10px;
     font-family:'NewYork';
     background: transparent;
    
}
.product-detail-Country-section button{
        background: #b59a65;
    color: #fff;
    font-size: 15px;
    border: 0px;
    padding: 0px;
    width: 100px;
    text-align: center;
}
.productdetail-txtsec.product-detail-page-right-section .Box-customisation-frame p{
    color: #141414;
    font-family: CormorantGaramond-Light;
    font-size: 18px;
    font-weight: 600;
}
.productdetail-txtsec.product-detail-page-right-section .Box-customisation-frame p span:nth-child(2) {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid #666;
    border-radius: 100%;
}
.productdetail-txtsec.product-detail-page-right-section .Box-customisation-frame p span:nth-child(1) {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #000;
    border-radius: 100%;
    margin-right: 10px;
}
.productdetail-txtsec.product-detail-page-right-section .Box-customisation-frame.colours-one p span:nth-child(1){
    width: auto;
    height: auto;
    display: inline-block;
    background: transparent;
    border-radius: 0px;
    margin-right: 0px;
    color: #737373;
    font-style: italic;
    font-size:15px;
}
.Add-On-select-box-frame select{
    font-family: CormorantGaramond-Light;
    border: 1px solid #ccc;
    color: #737373;
    width: 93%;
    height: 50px;
    padding: 10px 10px;
    font-size: 18px;
   
    margin-bottom: 23px;
    outline:none;
    background:transparent;
} 
.Page-heading-cart-page {
    
}
.Page-heading-cart-page h4{
    text-align:center;
    font-family: 'Quagera';
    color: black;
    font-size: 40px;
    margin-bottom: 29px;
}
.Add-On-select-box-frame select option:checked,
    option:hover {
      background-color: #e4e4e4;
    }
.productdetail-txtsec.product-detail-page-right-section .Box-customisation-frame.first-main-list p span:hover{
    outline: 1px solid #b89e6c;
    outline-offset: 5px;
}
.productdetail-txtsec.product-detail-page-right-section .Box-customisation-frame ul li {
    margin-right: 30px;
}
.productdetail-txtsec.product-detail-page-right-section .Box-customisation-frame ul li .flo-1-frame-list-main{
        height: 45px;
}
.productdetail-txtsec.product-detail-page-right-section .Box-customisation-frame ul li p{
    font-size:10px;
    text-align: center;
}
.Add-On-new-frame-list{
    margin-top:30px;
}
.Add-On-new-frame-list h4{
    color: #141414;
    font-family: CormorantGaramond-Bold;
    font-size: 18px;
   
    margin-top:0px;
    margin-bottom:20px;
}
.Add-On-new-frame-list h4 span{
    color: #737373;
    font-style: italic;
    font-size: 15px;
}
.Add-On-new-frame-list ul {
        display: flex;
        flex-wrap: wrap;
}
.Add-On-new-frame-list ul li{
        width: 29%;
        margin-right:3%;
            text-align: center;
            margin-bottom: 20px;
}
.Add-On-new-frame-list{
    display: flex;
}
.Add-On-new-frame-list-left{
    width:70%;
    border-right: 0px solid #ccc;
}
.Add-On-new-frame-list-right{
    width:50%;
    padding-left: 20px;
    display:none;
}
.Add-On-new-frame-list-right-main-middle p{
    color:#141414;
    font-size:12px;
}
.Add-On-new-frame-list-right-main-middle p a{
    color: #141414;
    margin-left: 10px;
}
.Add-On-new-frame-list-right-main-middle h4{
    color: #141414;
    font-family: CormorantGaramond-Light;
    font-size: 18px;
    font-weight: 600;
}

.Add-On-new-frame-list ul li a{
        text-decoration: none !important;
}
.Add-On-new-frame-list ul li a:hover img{
    border:1.5px solid #c2af88;
}
/*input[type=date]::-webkit-datetime-edit-text {
    -webkit-appearance: none;
    display: none;
}
input[type=date]::-webkit-datetime-edit-month-field{
    -webkit-appearance: none;
    display: none;
}
input[type=date]::-webkit-datetime-edit-day-field {
    -webkit-appearance: none;
    display: none;
}
input[type=date]::-webkit-datetime-edit-year-field {
    -webkit-appearance: none;
    display: none;
}*/
.Add-On-new-frame-list ul li a:hover{}
.Add-On-new-frame-list ul li img{
    width: 100%;
    border-radius: 25px;
}
.Add-On-new-frame-list ul li p{
    color: #141414;
    font-family: CormorantGaramond-Bold;
    font-size: 10px;
  
    margin-top: 5px;
}
.Add-On-new-frame-list ul li p span{
    font-size: 14px;
    display:block;
}
.Lorem-ipsum-product-desc{
        padding-left: 115px;
           font-family: CormorantGaramond-Light;
    color: #141414;
    
    font-size: 15px;
    line-height: 24px;
}
.Lorem-ipsum-product-desc p{
        font-family: CormorantGaramond-Light;
    color: #141414;
    
    font-size: 15px;
    line-height: 24px;
}
.Lorem-ipsum-product-desc table{
    width:100% !important;
}
.add-to-card-section-product-detail{
  width: 570px;
    margin: 0 auto;
    margin-top: 28px;
}
.add-to-card-section-product-detail-date{
    display: flex;
    font-family: CormorantGaramond-Light;
}
.add-to-card-section-product-detail-date .form-group{
   width:50%; 
}
.add-to-card-section-product-detail-date .form-group label{
       font-family: CormorantGaramond-Light;
    font-size: 16px;
    font-weight: 600;
    color: #141414;
    width: 100%;
    text-align: center;
}
.add-to-card-section-product-detail-date .form-group input{
    width: 97%;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height:36px;
     background: transparent;
}
.form-group.text-ari textarea{
      font-family: CormorantGaramond-Light;
    font-size: 16px;
     border: 1px solid #ccc;
     width: 97%;
     width: 100%;
     background: transparent;
}
.form-group.text-ari textarea {
    font-family: CormorantGaramond-Light;
    font-size: 16px;
    border: 1px solid #ccc;
    width: 100%;
    padding:10px;
    height:70px;
}
.form-group.qu-para p{
     font-family: CormorantGaramond-Light;
    font-size: 16px;
    text-align:center;
    font-weight: 600;
    color: #000000;
}
.value-qu-plus-all-fous-frame{
        display: flex;
    
    align-items: center;
    justify-content: center;
}
.value-qu-plus-all-fous-frame .wrap button{
    height: 36px;
    border: 0px;
    color: #000;
    padding: 0px 18px;
    font-size: 20px;
    background: #ebebeb;
}
.value-qu-plus-all-fous-frame .wrap{
    background: #ebebeb;
}

.value-qu-plus-all-fous-frame .wrap .count{
   border: 0px solid #ebebeb;
    height: 36px;
    outline: 0;
    padding: 0px 15px;
    margin-bottom: 2px;
    width: 50px;
}
.value-qu-plus-all-fous-frame .add-to-card-button-frame button{
    height: 36px;
    background: #b59a65;
    border: 0px;
    color: #fff;
    padding: 0px 49px;
    font-family: CormorantGaramond-Light;
    font-size: 16px;
    margin-left: 10px;
}
#date::-webkit-calendar-picker-indicator {
    width: 22px;
    height: 22px;
    background: url("../images/cal.webp");
    background-repeat: no-repeat;
    background-size: 22px;
}
.Similar-Products-product-detail .best-seller-container{
    margin:20px;
    margin-top: 0px;
} 
.BALLOON-BOUQUET-frame{
      
}
    /*product detail End*/
    
 /* checkout page start */
 .checkout-detail.checkout-detail-page-new p{ 
    font-family: 'NewYork';
    font-size: 14px;
    letter-spacing: 1px;
 } 
 .checkout-formgroup textarea { resize: none; }
 .checkout-detail.checkout-detail-page-new .Gift-Card-discount-code input{
     border: 1px solid #ccc;
    width: 100%;
    height: 35px;
    padding:10px;
 }
 .checkout-detail.checkout-detail-page-new .Gift-Card-discount-code button{
     background: #c19b51;
    border: 0px;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
 }
 .cart-is-empty h3{
     font-family: CormorantGaramond-Light;
    color: #000;
    text-align: center;
    font-size: 28px;
 }
 .cart-is-empty a{
   background: #b59a65;
    border: 0px;
    color: #fff;
    padding: 0px 49px;
    font-family: CormorantGaramond-Light;
    font-size: 16px;
    margin-left: 10px;
    padding: 10px 10px;
 }
 .cart-is-empty .deepaktest{
    margin-top: 40px;
    text-align: center; 
}
 .checkout-detail.checkout-detail-page-new .Gift-Card-discount-code{
     margin-top:25px;
     margin-bottom:20px;
 }
 .checkout-page-productright-menu-one img{
         width: 60px;
         margin-right:12px;
 }
 .checkout-page-productright-menu{
     display: flex;  
     margin-bottom:20px;
 }
 .checkout-page-productright-menu-two h4{
    color: #000;
    margin: 0px;
    
        font-family: CormorantGaramond-Light;
    font-weight: 600;
    font-size: 14px;
 }
 .checkout-page-productright-menu-two p{
     margin-bottom:0px;
 }
 .checkout-page-productright-menu-two h5{
    margin: 0px;
    margin-top: 5px;
    color: #000;
 }
 .checkout-page-productright-menu-three{
    margin-left: 30px;
    margin-right: 30px;
    cursor: pointer;
    font-size: 16px;
    color: #575757;
 }
 .checkout-detail-page-new .florella-container{
    max-width: 970px;
    padding-top: 60px;   
 }
 .checkout-detail-page-new .checkout-page-productright-menu{
     align-items: center;
 }
 .checkout-detail-page-new .checkout-page-productright-menu-two p{
    font-family: CormorantGaramond-Light;
    font-weight: 600;
    font-style: italic;
 }
 .search-header-new-design{
    position: absolute;
    bottom: -68px;
    background: #ffffff;
    width: 100%;
    padding: 9px 0px;
    z-index: 999999;
    display: none;
    border-top: 1px solid #cccccc54; 
 }
 .search-header-new-design .search-header-new-design-middle{
    max-width: 1150px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
 }
 
 .search-header-new-design .search-header-new-design-middle input{
    border: 0px;
    padding: 15px 0px;
    font-family: CormorantGaramond-Light;
    text-transform: uppercase;
    font-size: 15px;
    font-style: italic;
    width: 245px;
    display: table;
    background: transparent;
 }
 .search-header-new-design .search-header-new-design-middle .search-headersubmit{
     width: auto;
    background-color: #b28628;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    font-style: normal;
    font-size: 14px;
    margin-left: 20px;
 }
 .search-header-new-design .search-header-new-design-middle button{
    padding: 0px;
    margin: 0px;
    background: transparent;
    border: 0px;
    position: absolute;
    right: 130px;
    top: 15px;
 }
 .search-header-new-design .search-header-new-design-middle button img{
     width: 24px;
 }
 header{
         position: relative;
         z-index: 999999;
    background: transparent;
 }
.search-header-new-design .search-header-new-design-middle input:focus{
  outline: none !important;
  outline: 0 !important;
  outline: none !important;
}

.cart-product-list-left-wishlist{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom:1.4px solid #b9b9b9;
}
.cart-product-list-left-wishlist .cart-product-img img{
    width:100%;
}
.cart-product-list-left-wishlist .cart-product-img{
    width:30%;
    padding-right: 14px;
}
.cart-product-list-left-wishlist .cart-product-des{
    width:50%;
}
.cart-product-list-left-wishlist .cart-product-remove-icon{
    width:20%;
}
.cart-product-list-left-wishlist .cart-product-name {
    font-size: 14px;
    font-weight: 600;
    font-family: CormorantGaramond-Light;
    color: #000;
}
.cart-product-list-left-wishlist .cart-product-options {
    padding-top: 0px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.cart-product-list-left-wishlist .cart-product-options small {
    display: block;
    font-style: italic;
    font-weight: normal;
    line-height: 10px;
    font-family: Cambria;
}
 .cart-product-list-left-wishlist .cart-product-options p {
    margin-top: 10px;
    font-weight: normal;
    font-family: 'NewYork';
}
.cart-product-list-left-wishlist .cart-product-remove-icon-wi i {
    font-size: 18px;
    color: #636363;
    cursor: pointer;
}
.wishlish-main-section-middle-pop.cart-detail{
        padding-bottom: 0px;
}
.cart-totals-subtotal-main-wish{
    padding-top: 20px;
} 
.wishlish-main-section-middle-pop-menu-list-frame{
    width: 190px;
    float: right;
    background: #ffffff94;
    position: relative;
    height: 100%;
    overflow: auto;
    padding: 0px;
    display: inline-block;
}
.wishlish-main-section-middle-pop-menu-list-frame ul{
     position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #ffffff;
        text-align: center;
        width: 100%;
}
.wishlish-main-section-middle-pop-menu-list-frame ul li a{
    font-family: CormorantGaramond-Light;
    font-style: italic;
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
     padding: 14px 0px;
    text-decoration: none !important;
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-left: 30px;
}
.wishlish-main-section-middle-pop-menu-list-frame ul li{
    width:100%;
}
.wishlish-main-section-middle-pop-menu-list-frame ul li a.active{
     background: #c2a058;
    color: #fff;
}
.wishlish-main-section-middle-pop-menu-list-frame ul li a:hover{
    background: #c2a058;
    color: #fff;
   
}
.wishlish-main-section-middle-pop-menu-list-frame ul a.active{
    
}
.none-hiddle{
    display:none;
    /*position: absolute;
    width: 100%;
    left: 0px;*/
}
.hand-delivered-image {
    position: relative;
}



/* product care page */
.product-care-main-page .background-image img{
    width:100%;
}
.product-main-heading{
     position:relative;
}
.product-care-main-page .text-main{
     position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: center;
    width: 100%;
}
.product-care-main-page .text-main h1{
    font-family: 'Quagera';
    color: #fff;
    font-size: 48px; 
}
 .product-care-main-page .fresh-flower-heading h2{
     font-family: 'Quagera';
     color:#141414;
     font-size: 36px; 
      text-align: center;
 }
 .product-care-main-page .fresh-flowers-three-sections-main{
        display: flex;
        margin-top: 65px;
        align-items: center;
        margin-bottom: 10px;
 }
 .product-care-main-page .fresh-img{
     width: 20%;
     text-align: center;
 }
 .product-care-main-page .fresh-img img{
      width: 100px;
 }
 .product-care-main-page .fresh-content{
     width: 80%;
     padding: 0px 30px;
 }
 .product-care-main-page .fresh-img-2{
     width: 20%;
         text-align: center;
 }
 .product-care-main-page .fresh-img-2 img{
     width:100px;
 }
  .product-care-main-page .fresh-content p{
    font-family: CormorantGaramond-Light;
    color: #141414;
    font-size: 18px;
    font-style: italic;
 }
 .product-care-main-page .fresh-content ul{
    margin-top: 25px;
    padding: 0px;
 }
.product-care-main-page .fresh-content ul li{
     font-family: CormorantGaramond-Light;
    color: #141414;
    font-size: 18px;
    margin-bottom: 20px;
    list-style-type: none;
        position: relative;
 }
.product-care-main-page .fresh-content ul li:before {
    color: #000;
    content: "\2022";
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin-left: -1em;
    position: absolute;
    top: 1px;
    width: 10px;
    left: 9px;
}
.product-care-main-page .fresh-flowers-start{
    margin-top:70px;
    margin-bottom: 50px;
}
.product-care-main-page .baseline-below-heading {
    border-top: 1px solid #777777;
}
.product-care-main-page .baseline-below-heading.one{
    width:58%;
}
.product-care-main-page .baseline-below-heading.two{
    width:65%;
}
.product-care-main-page .fresh-img-top-one{
        margin-top: 30px; 
}


/*select City */
.select-city-main-page-section{
    background:url(../images/Desktop@5.webp);
   /* background:url(../images/Deskop-Banner-GIF-2.gif); */
    /*background:url(../images/select-city.webp);     
     */
    /* background:url(../images/banner/select-city-@desktop@2x.webp);*/
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: fixed;
    background-position: center;
    background-size: cover;
} 
.select-city-main-page-section-middle{
    position: absolute;
    top: 45%;
    left: 76%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: center;
    width: 410px; 
}
.select-city-main-page-logo img{
    margin-bottom: 80px;
    width: 250px;
}
.select-city-main-right-logo-b h1{
    font-family: 'NewYork';
    font-size: 34px;
    color: #000000;
    font-weight: normal;
}
.select-city-main-right-logo-b select{
    width: 100%;
    height: 50px;
    border: 0px;
    color: #000;
    text-align: center;
    font-family: CormorantGaramond-Light;
    font-size:20px;
   border-right: 15px solid transparent;
    border-left: 16px solid transparent;
        margin: 25px 0px;
}

.select-city-main-right-logo-b option{
    font-family: CormorantGaramond-Light;
    -webkit-font-family: CormorantGaramond-Light;
}
.select-city-main-right-logo-b select:focus{
    outline: none;
}
.select-city-main-right-logo-b .city-button{
        font-family: 'NewYork';
    font-size: 18px;
    color: #fff;
    background: #c19b51;
    border: 0px;
    width: 100%;
    height: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
}
.logon-page-main-frame{
      background: linear-gradient(#fafafa, #fafafa, #fdfdfd, #fdfdfd);
    
}
.logon-page-main-frame ~ footer .footer-container{
    border-top: 0px solid #666666;
}
.logon-page-main-from{
    width:500px;
     padding-left:100px; 
}
.logon-page-main-frame-mkldt{
    background:url(../images/login-page-image.webp); 
    background-repeat: no-repeat;
    background-position: right bottom;
    padding:80px 0px;
        background-size: 60%;
}
.logon-page-main-heading ul{
    display:flex;
    margin-bottom: 55px;
}
.logon-page-main-heading ul li{
    font-family: 'Quagera';
    color: #c19b51;
    font-size: 32px;
}
.logon-page-main-heading ul li a{
   font-family: 'Quagera';
    color: #c19b51;
    font-size: 32px;
    margin-right: 5px;
    text-decoration: none !important;
}
.logon-page-main-heading ul li:nth-child(2) a{
    margin-left: 14px;
}
.logon-page-main-from .form-control{
   border: 0px;
    background: transparent;
    border-bottom: 1px solid #babbbd;
    border-radius: 0px;
    box-shadow: initial;
}
.logon-page-main-from .form-control:focus {
        outline: none !important; 
        padding-left: 0px;
}
.logon-page-main-from label {
    font-weight: 600;
    font-family: CormorantGaramond-Light;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.6px;
}
.logon-page-main-from .btn-default{
    background: #c19b51;
    width: 100%;
    border-radius: 0px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: CormorantGaramond-Light;
    border: 0px !important;
    margin-top: 25px;
    letter-spacing: 2px;
}
.checkbox-forget-password-main-page-section{
    display:flex;
        margin-top: 10px;
}
.checkbox-forget-password-main-page-section .checkbox label{
        text-transform: inherit;
        font-size: 18px;
}
.checkbox-forget-password-main-page-section .checkbox label input{
        position: relative;
    top: 2px;
}
.checkbox-forget-password-main-page-section .checkbox{
     width: 50%;
}
.forget-password-logon-page{
    width: 50%;
   margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
}
.forget-password-logon-page a{
    font-weight: 600;
    font-family: CormorantGaramond-Light;
    font-size: 16px;
    color: #555555;
    letter-spacing: 1px;
    text-decoration: underline; 
}
.logon-page-main-heading{
    padding-left:100px;
}



/*product cate page start*/
.productcategory-section-middle{
    position: relative;
    width: 98%;
    margin: 0 auto;
}
.productcategory-section-middle-img img{
    width:100%;
}
.productcategory-section-middle-cont{
    position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        width: 94%;
}
.productcategory-section-middle-cont h1{
    font-family: 'Quagera';
    font-size: 45px;
    color: #c3a157;  
        margin-top: 0px;
}
.productcategory-section-middle-cont p{
    font-family: CormorantGaramond-Light;
    font-size: 18px;
    width: 57%;
    margin: 0 auto;
    color: #000000;
}
.productcategory-section{
        margin-top: 25px;
            margin-bottom: 40px;
}
.our-services-part-section-image-hover{
  position: absolute;
    right: 40px;
    background: #fff;
    width: 470px;
    top: 79px;
    padding: 60px 20px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    opacity: 0;
}  

.our-services-part-section-image-hover p{
    font-family: CormorantGaramond-Light;
    font-size: 18px;
    color: #000000;
    border-left: 2px solid #a48033;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 2px solid #a48033; 
    text-align: left;
}
.our-services-part-section-image:hover .our-services-part-section-image-hover{
    opacity: 1;
}
.our-collection-part-section.secon .our-services-part-section-image-hover{
        right: -175px;
}
.productcategory-section ~ .square-wrapper4{
    margin-bottom: 50px;
}
.hand-delivered-start.new-add{
        flex-direction: row-reverse;
}
.contact-us-form-new-from-bottom{
    
}
.contact-us-form-new-from-bottom .container{
       width: 750px;
    margin: 0 auto;
}
.contact-us-form-new-from-bottom .contact-form-head{
    font-family: 'NewYork';
    color:#b3892c;
    font-size: 27px;
    margin-bottom: 30px;
}
.contact-us-form-new-from-bottom .contact-groups{
    display:flex;
    justify-content: space-between;
}
.contact-us-form-new-from-bottom .contact-group{
    width:48%;
}
.contact-us-form-new-from-bottom label {
    font-weight: 600;
    font-family: CormorantGaramond-Light;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.6px;
}
.contact-us-form-new-from-bottom .form-control {
    border: 0px;
    background: transparent;
    border-bottom: 1px solid #babbbd;
    border-radius: 0px;
    box-shadow: initial;
}
.contact-us-form-new-from-bottom .contact-groups {
    margin-bottom: 15px;
}
.contact-us-form-new-from-bottom .subject-groups{
    margin-bottom: 15px;
}
.contact-us-form-new-from-bottom .msg-groups{
    margin-bottom: 15px;
}
.contact-us-form-new-from-bottom textarea.form-control{
    height: 200px;
    border: 1px solid #babbbd;
}
.contact-us-form-new-from-bottom .msg-groups label{
        margin-top: 5px;
    margin-bottom: 15px;
}
.contact-us-form-new-from-bottom #contactUs{
    background: #b59a65;
    color: #fff;
    text-transform: capitalize;
    font-family: CormorantGaramond-Light;
    font-size: 19px;
    margin-top: 15px;
    padding: 7px 25px;
}
.contact-us-form-new-from-bottom .contact-submit{
     text-align:center;
}
.contact-us-form-new-from-bottom #contact-form{
    margin-bottom:60px;
}
.contact-us-lotaion-page{
      margin-top: -30%;
    z-index: 9;
    position: relative;
}
.contact-us-lotaion-page-middle{
   width: 940px;
    margin: 0 auto;
    background: #efe0cb99;
    padding: 35px;
    border-radius: 140px;
}
.contact-us-lotaion-page-middle-inner{
    background:#fff;
        padding: 50px 50px;
    border-radius: 140px;


}
.contact-us-lotaion-page-middle-inner h3{
    font-family: 'Quagera';
    color:#bea265;
    font-size:40px;
    text-align: center;
    margin-bottom: 80px;
    margin-top: 0px;
}
.contact-us-lotaion-page-middle-inner h1{
    font-family: 'Quagera';
    color:#bea265;
    font-size:40px;
    text-align: center;
    margin-bottom: 80px;
    margin-top: 0px;
}
.contact-us-lotaion-page-middle-inner ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}
.contact-us-lotaion-page-middle-inner ul li{
    width:45%;
    margin-bottom: 15px;
}
.contact-us-lotaion-page-middle-inner ul li:last-child{
    margin-bottom: 0px;
}
.contact-us-lotaion-page-middle-inner ul li img{
    width: 20px;
    height: 30px;
}
.contact-us-lotaion-page-middle-inner ul li:nth-child(1) img{
        /*width: 35px;*/
}
.contact-us-lotaion-page-middle-inner ul li h4{
    font-family: CormorantGaramond-Bold;
    color: #000000;
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.contact-us-lotaion-page-middle-inner ul li p{
    font-family: CormorantGaramond-Light;
    font-size: 20px;
    margin: 0px;
    margin-bottom: 6px;
}
.contact-us-lotaion-page-middle-inner ul li p a{
    color: #000;
    text-decoration: none !important;
}
.contact-us-form-sec{
    margin-top:60px;
}
.our-service-main-page{
     background:url("../images/our-service-back.webp");
     background-repeat: no-repeat;
     padding: 30px 0px;
     background-size: cover;
}
.our-service-main-page-middle{
   width: 650px;
    margin: 0px auto;
    padding: 0px 0px;
    border: 30px solid #ffffff63;
    border-radius: 100%;
}
.our-service-main-page-middle-inner{
    background: #fff;
    padding: 80px 40px;
    border-radius: 100%;
}
.our-service-main-page-middle-inner h1{
    margin: 0px;
    font-family: 'Quagera';
    color: #c3a157;
    text-align: center;
    font-size: 42px;
    margin-bottom: 30px;
}
.our-service-main-page-middle-inner p{
    margin: 0px;
    font-family: CormorantGaramond-Light;
    font-size: 18px;
    text-align: center;
    color: #000;
}
.our-service-main-page-middle-inner p.Collaborative{
    margin-top: 20px;
    margin-bottom: 20px;
    color: #c3a157;
}
.our-service-main-page-middle-inner p.contact-us a{
   font-family: 'Quagera';
    color: #c3a157;
    font-size: 20px;
    padding: 4px 50px;
    border-radius: 26px;
    border: 1px solid #c3a157;
    background-color: #fff;
    text-decoration: none !important;
    margin-top: 30px;
    display: inline-block; 
    transition: transform .2s; 
    background: #c3a157;
    color: #fff;
} 
.our-service-main-page-middle-inner p.contact-us a:hover {
    transform: scale(1.1);
    background: #c3a157;
    color: #fff;
}
/* image slideshows for events

.our-service-main-bottom-banner .carousel-wrap {
  width: 100%;
}

.our-service-main-bottom-banner .bootleggers .item {
  -webkit-backface-visibility: hidden;
  display: inline-block;
}

.our-service-main-bottom-banner .item img {
  border-radius: 50%;
}

.our-service-main-bottom-banner .owl-nav>div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.our-service-main-bottom-banner .owl-nav i {
  font-size: 52px;
}

.our-service-main-bottom-banner .owl-nav .owl-prev {
  left: -30px;
  color: #000;
}

.our-service-main-bottom-banner .owl-nav .owl-next {
  right: -30px;
  color: #000;
}

.our-service-main-bottom-banner .aboutrow {
  display: flex;
}

.our-service-main-bottom-banner .aboutcol {
  padding: 1.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.our-service-main-bottom-banner .eventname {
  font-size: 2.25em;
  font-weight: bold;
  color: #8d0700;
}

 */
 .our-service-main-bottom-banner-middle{
    width: 95%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 35px;
    position: relative;
 } 
 .our-service-main-bottom-banner-middle  .fa-caret-left-f{
    background: url(../images/left-arrow.webp);
    background-size: 40px;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    position: absolute;
    top: 42%;
    left: -70px; 
 }
 .our-service-main-bottom-banner-middle  .fa-caret-right-f{
    background: url(../images/right-arrow.webp);
    background-size: 40px;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    position: absolute;
    top: 42%;
    right: -90px;
 }
 .mfp-counter{
     display:none !important;
 }
.Birthday-oca-page-main-middle-img{
   position: relative; 
   margin-bottom: 25px;
}
.Birthday-oca-page-main-middle-img img{
    width:100%;
}
.Birthday-oca-page-main-middle h1{
     margin: 0px;
    font-family: 'Quagera';
    color: #c3a157;
    text-align: center;
    font-size: 54px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.Birthday-oca-page-main-middle-img-cont{
    position: absolute;
    width: 100%;
}
.Birthday-oca-page-main-middle-img-cont p{
    width: 60%;
    text-align: center;
    margin: 0 auto;
    margin-top: 36px;
    font-family: CormorantGaramond-Light;
    font-size:18px;
    color:#000;
}
.our-service-main-bottom-banner.occasions .our-service-main-bottom-banner-middle{
        width: 86%;
}
.bcrumb-relative.new-list-page{
    margin-top:30px;
}
.bolg-first-section.new-add{     
    margin-top:30px;
}
.product-list-box{
        position: relative;
}
.listing-page-wishlist{
    position: absolute;
    right: 5px;
    padding: 10px 20px;
    color: #b286285c !important;
    font-size: 20px;
    top: 10px; 
}
.product-list .product-list-box:hover .listing-page-wishlist .fa-heart{
           font-weight: 900;
}
.caupon-submit-btn.new span{
    width: 100px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
}

.Testimonials-frame.best-seller.review-section-product-detail-page .slick-list{
    padding-top:0px;
}
.terms-and-condition-new-page-middle{
    width: 900px;
    margin: 0 auto;
    margin-bottom: 100px;
}
.terms-and-condition-new-page-middle h1{
    color: #bea265;
    font-family: 'Quagera';
    text-align: center;
    font-size: 42px;
    margin-top:40px;
}
.terms-and-condition-new-page-middle-first ul{
        margin-top: 40px;
}
.terms-and-condition-new-page-middle-first ul li{
    margin-bottom: 25px;
    font-family: CormorantGaramond-Light;
    font-size: 19px;
    color: #000;
}
.terms-and-condition-new-page-middle-first2{
        margin-top: 45px;
}
.terms-and-condition-new-page-middle-first2 h4{
    font-family: CormorantGaramond-Light;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
}
.terms-and-condition-new-page-middle-first2 h6{
    font-family: CormorantGaramond-Light;
    font-size: 20px;
    color: #000;
    text-align: center;
    font-style: italic;
    border-bottom: 1px solid #000;
    display: inline-block;
    margin-top: 0px;
}
.terms-and-condition-new-page-middle-first2-center{
    text-align:center;
}
.terms-and-condition-new-page-middle-first2 p{
    margin-bottom: 25px;
    font-family: CormorantGaramond-Light;
    font-size: 19px;
    color: #000;
    text-align: center;
}
.terms-and-condition-new-page-middle-first2 ul{
        margin-bottom: 25px;
}
.terms-and-condition-new-page-middle-first2 ul li{
    margin-bottom: 8px;
    font-family: CormorantGaramond-Light;
    font-size: 19px;
    color: #000; 
}
.about-us-page-new-frame{
        position: relative;
        margin-bottom: 55px;
}
.about-us-page-new-frame-banner img{
    width:100%;
}
.about-us-page-new-frame-banner-cont{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    width: 100%;
}
.about-us-page-new-frame-banner-cont h1 {
    color: #bea265;
    font-family: 'Quagera';
    text-align: center;
    font-size: 48px;
    margin-top: 0px;
    margin-bottom: 40px;
}
.about-us-page-new-frame-banner-cont-middle{
    width: 480px;
    margin: 0 auto;
}
.about-us-page-new-frame-banner-cont p{
    margin-bottom: 30px;
   
    font-size: 18px;
    color: #000;
    text-align: center;
    font-family: CormorantGaramond-Light;
}
header .menu-main-menu .menu-list li:nth-child(3) .droup-down-menu-list{
    width: 220px;
    border-radius: 30px;
}

.search-header-new-design .search-header-new-design-middle input[type=submit] {
    background: #b28628;
    color: #fff;
    width: auto;
    padding: 5px 15px;
    border-radius: 4px;   
    margin-left: 20px;
} 

.thank-you-page.ORDER-MAIN-PAGE-TAHNK-YOU h1{
        color: #bea265;
        font-family: 'Quagera';
        text-align: center;
        font-size: 36px;
        margin-top: 40px;
}
.thank-you-page.ORDER-MAIN-PAGE-TAHNK-YOU ul{
    text-align: center;
}
.thank-you-page.ORDER-MAIN-PAGE-TAHNK-YOU ul li{
    font-size: 18px;
    font-family: CormorantGaramond-Light;
}
.thank-you-page.ORDER-MAIN-PAGE-TAHNK-YOU ul li span{
    color: #bea265;  
}
.thank-you-page.ORDER-MAIN-PAGE-TAHNK-YOU p{
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0px; 
    font-size: 25px;
}

@media all and (min-width:961px) and (max-width:1129px){
    header .menu-main-menu .menu-list li a{
        padding: 10px 8px;
    }
    .occasion-detail-main{
        width: 100%;
    }
    .slider-main-frame .item img{
        width:100%;  
    }
    .welcome-datails p{
        margin-right: 0px;
    }
    .image-three{
        right: -115px;
    }
    .image-one{
        left: -90px;
    }
    header .menu-main-menu .menu-list li a{
        font-size: 13px;
    }
    .hand-delivered-heading h1{
        font-size: 36px;
    }
.hand-delivered-heading h2{
        font-size: 36px;
    }

    .hand-delivered-image img{
        width:100%;
    }
    .hand-delivered-image {
        padding-right: 5%;
    }
    .baseline-below-heading-right{
        top: 220px;
    }
    .hand-delivered-locations ul{
        margin-left: 0px;
    }
    .our-services-three {
       
        justify-content: space-between;
       
    }
    .our-services-part-section-image img{
        width:100%;
    }
    .our-collection-holder .our-services-part-section-image {
        height: auto;
    }
    .occasion-heading h1{
        font-size: 50px; 
    }
.occasion-heading h2{
        font-size: 50px; 
    }
    footer .footer-container{
        width: 95%;
    }
    .content-container {
        background-color: transparent;
    } 
}


@media all and (min-width:621px) and (max-width:960px){
    .select-city-main-page-section-middle {
        position: absolute;
        top: 30%;
        left: 50%;
        /* -webkit-transform: translate(-50%, -50%); */
        transform: translate(-50%, -50%);
        color: #ffffff;
        text-align: center;
        width: 80%;
    }
    .slider-main-frame .item img {
        width: 100%;
    }
    .occasion-detail-main{
        width: 100%;   
    }
    .our-services-part-section img{
        width: 100%;
    }
    .our-services-three {
       
        justify-content: space-between;
    }
    .hand-delivered-locations ul{
        padding-left: 0px;
    }
    .hand-delivered-image img{
        width: 100%;
    }
    
} 
 @media all and (min-width:120px) and (max-width:620px){  
    
  
    .productdetail-txtsec.product-detail-page-right-section .productdetail-head{
        margin-top: 5px;
    }

    .select-city-main-page-section{
       /* background:url(../images/select-city.webp);  
        background:url(../images/Mobile-4.webp);    */   
       /* background:url(../images/banner/select-ity-mobile@2x.webp); */
       background:url(../images/Mobile@4.webp);
       background-repeat: no-repeat;
           height: 100%;
           width: 100%;
           position: fixed;
           background-position: center;
           background-size: cover;
          
       } 

.corperatepage-main.belgian-chocolate-frame-banner-cont-middle.same-day-content.n-d-a{
    width: 85%;
    margin: 0 auto;
}
.Airloons-main-sub-menu.Rakhi-new a:hover{
    background: url(../images/mother-icon.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 5px center !important;
    background-size: 25px !important;

}
.Airloons-main-sub-menu.Rakhi-new a{
   color: #fff !important;
    background: url(../images/mother-icon.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 25px;
}


.heading-main-all-page{
    font-size: 18px;
    margin-right: 0px;
}
    .value-qu-plus-all-fous-frame .wrap{
        background: #fff;
    }
    .value-qu-plus-all-fous-frame .wrap input{
        background: #ebebeb;
        border: 1px solid #ebebeb;
    }
    


    .checkoyt-heading h1 {
        font-size: 34px !important;
    }   
     
     .cart-pop-upsection-middle-right .mini-cart.cart_list.product_list .col-md-8.mini-cart.cart_list-right{
        position: relative;
        width: 50%;
        float: left;
        padding-left: 0px;
     }
     
     .product-detail-Country-section p{
            width: auto;
        padding: 10px 5px;
}
   .product-detail-Country-section input{
           width: 38%;
   }  
     header .menu-main-menu {
    width: 100%;
    margin-left: 0%;
    margin-top: 0px;
    position: relative;
    left: 0px;
    padding-left: 0%;
    top: 0px;
    padding-top:0px;
}
.logo-img-mobile{
    display:block !important;
}
.menu-header-right-frame {
    width: 60%;
}
.menu-header-right-frame ul{
        float: right;
}
.search-header-new-design .search-header-new-design-middle button{
        right: 45px;
}
.wishlish-main-section-middle-pop-menu-list-frame{
    display:none;
}
.cart-pop-upsection-wishlist .cart-pop-upsection-middle-right {
    width: 90% !Important;
}
     /*start */
     .welcome-heading{
         width: 100%;
     }
     .welcome-content{
          width: 100%;
     }
     .image-one{
         width: 40px;
     }
     .image-two {
    position: absolute;
    right: 0px;
    top: -25px;
    width: 60px;
}
.welcome-heading h1{
    font-size: 42px;
}
.welcome-heading h2{
    font-size: 42px;
}

.fiorella-content.container .content-container {
    width: 50%;
    margin-bottom: 20px;
    background-color: transparent;
    border-radius: 20px;
}
.content-containerconcierge-middle {
  display:none;
}
.content-heading-po-img {
    position: relative;
    width: 87%;
    margin: 0 auto;
}
.content-heading-po-img img{
        border-radius: 40px;
}
.content-heading-po-img-cont{
    border-radius: 40px;
}
.hand-delivered-start {
    display: inline-block;
}
.hand-delivered-image {
    width: 100%;
}
.hand-delivered-content{
    width: 100%;
    position: relative;
}
.hand-delivered-locations ul{
    padding-left: 0px;
}
.our-services-three {
    flex-wrap: wrap;
    padding-bottom: 0px;
}
.our-services-part-section {
    width: 100%;
    
}
.our-services-two {
    justify-content: space-around;
    margin: 0 auto;
    width: 100%;
}
.our-collection-holder {
    /*display: inline-block;*/
}
.occasion-detail-main {
    display: inline-block;
    width: 100%;
}
.occasion-content {
    width: 100%;
    align-items: normal;
}
.occasion-photo-container {
    width: 100%;
    padding-left: 10px;
}
.occasion-heading h1 {
    font-size: 36px;
    left: 0px;
    top: 0px;
    position: relative;
    text-align:center;
}
.occasion-heading h2 {
    font-size: 36px;
    left: 0px;
    top: 0px;
    position: relative;
    text-align:center;
}

footer .footer-container{
        padding-top: 2px;
}
footer .footer-container .footer-box:nth-child(3){
    display:none;
}
footer .footer-container .footer-box ul{
    margin:0px;
}
.logo-right-footer {
    text-align: center;
    margin-top: 15px;
}
.logo-right-footer p{
    text-align: center;
    font-size:12px;
}
.right-footer-from {
    width: 85%;
    margin: 0 auto;
}
.footer-box .logo-right-footer img {
    width: 38%;
}
.footer-scocial{
    justify-content: center;
}
.right-footer-from button{
    margin-left: 0px;
}
.our-collection{
        overflow: hidden;
}
.welcome-datails p{
    width: 95%;
    margin: 0 auto;
    text-align:center;
}
.image-three {
    right: 10px;
    bottom: -60px;
    width: 30px;
}
.welcome-start{
    margin-top: 20px;
}
.why-fiorella-headding h1{
    font-size:36px;
}
.why-fiorella-headding h2{
    font-size:36px;
}

.hand-delivered-heading h1{
     font-size:36px;
}
.hand-delivered-heading h2{
     font-size:36px;
}

.baseline-below-heading-right{
        top: 110px;
        width:70%;
}
.hand-delivered-locations ul li a{
    align-items: center;
}
.lcoation-icon i {
    font-size: 20px;
}
.our-services-heading h1{
    font-size:36px;
}
.our-services-heading h2{
    font-size:36px;
}
.our-services-three{
    margin: 0 auto;
    width: 100%;
    justify-content: space-around;
}
.our-services-part-section {
    width: 45%;
    margin-bottom: 20px;
}
.our-collection-part-section {
    width: 100%;
    text-align: center;
}
.our-services-part-section-image:hover .services-part-hover {
    width: 100%;
}
.our-occasion-heading h1{
        font-size: 36px;
}
.our-occasion-heading h2{
        font-size: 36px;
}

.heading-main-page-new h2{
    font-size: 36px;
}
.heading-main-page-new p.what-peo{
    font-size: 14px;
}
.best-seller .best-seller-container{
        padding-top: 0px;
        margin-bottom: 0pc;
}
.Be-A-Part-Of-Our-World {
    margin-bottom: 0px;
    padding-bottom: 30px;
}
.righr-arrow-top-section{
    display:none;
}
.our-collection-holder .our-services-part-section-image img{
    width:70%;
}
.our-services-part-section-image-main{
    padding: 0px 0;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    height: 180px;
    overflow: hidden;
}
.our-collection-all-proucts.container {
    width: 100%;
}
.our-collection-holder.new-frame-home{
    width: 100%;
}
.our-services-part-section-image:hover .services-part-normal {
    display: block;
}
.our-services-part-section-image .services-part-hover {
    display: none !important;
} 
.our-collection-holder .our-services-part-section-image {
    height: auto;
}
.our-services-part-section-img-main {
    padding: 0px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
        height: 180px;
    overflow: hidden;
}
.Testimonials-frame .florella-container {
    max-width: 95%;
}
.best-seller .slick-next:before{
       background-size: 20px; 
       background-repeat: no-repeat;
}
.best-seller .slick-prev:before{
    background-size: 20px; 
    background-repeat: no-repeat;
    left: 5px;
}
.Be-A-Part-Of-Our-World .florella-container {
    max-width: 85%;
}
.our-services-part-section:hover img{
    box-shadow: 0 0 0 0px #f3f2f2;
}
.back-ov-clo{
     left: 57px;   
}
.occasion-lists{
        margin-left: 0px;
}
.occasion-lists ul{
        margin: 0 auto;
    display: table;
    list-style-type: none;
    padding: 0px;
}
.occasion-lists ul li{
    list-style-type: none;
    text-align: center;
}
.logon-page-main-frame-mkldt{
        background: linear-gradient(#fafafa, #fafafa, #fdfdfd, #fdfdfd);
        padding: 50px 0px;
}
.logon-page-main-heading {
    padding-left: 0px;
    text-align: center;
}
.logon-page-main-heading ul {
    width: 95%;
    padding-left: 0px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.logon-page-main-from {
    width: 95%;
    padding-left: 0px;
    margin: 0 auto;
}
.checkout-pop-up-bottom-frmae-middle {
    width: 85%;
}
.cart-detail .cart-product-list .cart-product-list-right{
        margin-top: 20px;
        margin-left: 20%;
}
.cart-detail .cart-product-list{
    border-bottom: 1px solid #ccc;
}
.product-care-main-page .text-main h1{
    font-size:36px;
}
.product-care-main-page .text-main{
    background: #0000007d;
    height: 100%;
}
.product-care-main-page .fresh-flowers-three-sections-main{
    margin-top: 30px;
}
.product-care-main-page .fresh-flowers-three-sections-main {
    display: inline-block;
    width:100%;
}
.product-care-main-page .fresh-img {
    width: 100%;
}
.product-care-main-page .fresh-content {
    width: 100%;
}
.product-care-main-page .fresh-img-2 {
    width: 100%;
}
.product-care-main-page .fresh-img img {
    width: 40px !important;
    margin-top: 5px;
}
.product-care-main-page .fresh-img-2 img{
    width: 40px !important;
}
.checkout-detail {
    padding-bottom: 30px;
    overflow: hidden;
}
.footer-box-list{
       display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 0px !important;
}
.footer-box-list li{
        width: 100%;
         text-align: center;
}
footer .footer-box:first-child{
        text-align: left;
    margin-bottom: 0px;
}
.our-services-part-section img{
    width:100%;
}
.select-city-main-page-section-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    /* -webkit-transform: translate(-50%, -50%); */
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: center;
    width: 80%;
}
.select-city-main-page-logo img {
    margin-bottom: 30px;
    width: 50%;
}
.select-city-main-right-logo-b h1{
    font-size: 30px;
}
.select-city-main-right-logo-b select{
    font-size: 15px;
}
.select-city-main-right-logo-b .city-button{
    font-size: 16px; 
}
header .mobile-menu i {
    font-size: 17px;
    margin-top: 8px;
    margin-left:0px;
}
.logo-img.header{
   display:none; 
}
.logo-img-mobile img{
    width: 70%;
    margin: 0 auto;
    display: table;
}
.mobile-menu{
  width: 25%;  
}
.logo-img-mobile{
   width: 50%; 
}
.menu-header-right-frame{
    width:25%;
}

.menu-header-right-frame ul li:last-child{
      display: none;  
}
.menu-header-right-frame ul li:nth-child(3){
        margin-right: 5px; 
}
.Be-A-Part-Of-Our-World .slick-slide img{
        width: 70%;
}
header .menu-main-menu .menu-list li:last-child a {
    border: 0px solid #b28628;
    padding: 15px 25px;
}
.slider-main-frame .carousel-indicators{
    z-index:1; 
    bottom: -35px;
}
.offcanvas_close-menubar{
        font-size: 20px;
}
header .menu-main-menu .menu-list li:nth-child(1) a {
    
    font-size: 15px;
    display: inline-block;
    width: 90%;
    border-bottom: 1px solid #cccccc94;
    border-top: 1px solid #cccccc94;
    margin: 0 auto;
    padding: 10px 25px;
}
header .menu-main-menu .menu-list li a{
        padding: 6px 25px;
}
header .menu-main-menu .menu-list li:last-child a{
    padding: 6px 25px;
}
header .menu-main-menu .menu-list li:nth-child(1) span{
    position: relative;
    top: 3px;
    left: 10px;
}
.why-fiorella-start .fiorella-content.container{
    padding-bottom:0px;
}
.our-collection-holder.new-frame-home{
    margin-bottom: 0px;
}
.back-ov-clo{
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px !important;
}
.our-collection-holder .our-services-part-section-image img {
    margin: 0 auto;
}
header .menu-main-menu .menu-list {
    background: #e8eaea;
}
.offcanvas_close-menubar{
        border-radius: 3px; 
}
.welcome-datails p{
    font-family: CormorantGaramond-Light;
    font-size: 17px;
    line-height: 30px;
}
.container-image img {
    width: 100%;
} 
.our-services-part-section:hover .our-services-part-section-name{
    top: inherit;
    left: inherit;
    -webkit-transform: translate(-50%, -50%);
    transform: initial;
    text-align: center;
    width: 100%;
    height: auto;
    position: relative;
}
.our-services-part-section:hover .our-services-part-section-name p {
    font-size: 20px;
    color: #000;
}
.menu-header-right-frame ul li a img{
    width: 16px;
}
.menu-header-right-frame ul li {
    margin-right: 10px;
}
.right-footer-from input{
        border-radius: 0px;
}
.right-footer-from button {
   background: #d3a551;
    border: 0px;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    height: 35px;
    width: 35px;
}
.our-services-part-section:hover .back-ov-clo {
    display: none;
}
footer .footer-box{
        margin-bottom: 0px;
}
.hand-delivered-locations ul li{
    margin: 10px 0;
    /*justify-content: center;*/
}
.hand-delivered-locations ul{
    margin-top: 10px;
}
.location-name p{
    margin-bottom: 5px;
}
#button{
    left: 10px; 
} 
.contact-us-lotaion-page {
  margin-top: -100px;
}
.contact-us-lotaion-page-middle {
    width: 90%;
    border-radius: 30px;
    padding: 15px;
} 
.contact-us-form-new-from-bottom .container {
    width: 90%;
    margin: 0 auto;
}
.contact-us-lotaion-page-middle-inner ul li {
    width: 100%;
}
.contact-us-lotaion-page-middle-inner ul{
     width: 100%;
}
.contact-us-lotaion-page-middle-inner {
    background: #fff;
    padding: 20px 20px;
    border-radius: 30px;
}
.contact-us-lotaion-page-middle-inner h3{
    margin-bottom: 30px;
        font-size: 36px;
}
.contact-us-lotaion-page-middle-inner h1{
    margin-bottom: 30px;
        font-size: 36px;
}
.contact-us-form-new-from-bottom .contact-group {
    width: 100%;
}
.contact-us-form-new-from-bottom .contact-groups {
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
}
.contact-us-form-sec {
    margin-top: 35px;
}
.contact-us-lotaion-page-middle-inner ul li:nth-child(1) img {
    width: 18px;
}
.contact-us-lotaion-page-middle-inner ul li img {
    width: 18px;
}
.contact-us-lotaion-page-middle-inner ul li h4{
    font-size:22px;
}
.contact-us-form-new-from-bottom .contact-group {
    margin-bottom: 15px;
}
.our-service-main-page-middle {
    width: 90%;
    margin: 0px auto;
    padding: 0px 0px;
    border: 7px solid #ffffff63;
    border-radius: 10px;
}
.our-service-main-page-middle-inner{
        border-radius: 0%;
            padding: 30px 30px !important;
}
.our-service-main-bottom-banner-middle .fa-caret-right-f{
       background-size: 25px;
    right: 30%;
    top: 170px;
    height: 40px;
}
.our-service-main-bottom-banner-middle .fa-caret-left-f{
        background-size: 25px;
        left: inherit;
    right: 45%;
     top: 170px;
    height: 40px;
}
.our-service-main-page-middle-inner h1{
    font-size: 35px;
    margin-bottom: 0px;
}

.Birthday-oca-page-main-middle h1{
        font-size: 45px;
}
.Birthday-oca-page-main-middle-img-cont {
    position: relative;
        margin-bottom: 25px;
}
.Birthday-oca-page-main-middle-img-cont p {
    width: 90%;
}
.our-service-main-bottom-banner.occasions .our-service-main-bottom-banner-middle {
    width: 95%;
}
.product-detail.section-new-frame-list .florella-container {
    max-width: 100%;
}
.product-detail.section-new-frame-list .productdetail-imgsec {
    width: 100%;
}
.productdetail-txtsec.product-detail-page-right-section {
    padding-left: 0px;
    width: 100%;
    padding-top: 10px;
}
.Lorem-ipsum-product-desc {
    padding-left: 0px;
}
.add-to-card-section-product-detail {
    width: 100%;
}
.product-detail.section-new-frame-list{
    padding-top:0px;
    padding-bottom: 30px;
}
.product-detail .productdetail-sec{
    padding: 0 0px;   
}
.Lorem-ipsum-product-desc{
     padding: 0 20px;   
}
.productdetail-txtsec.product-detail-page-right-section{
    padding: 0 20px;   
}
.product-detail.section-new-frame-list #product-image{
      width: 100%;
}
.product-detail-Country-section{
        flex-wrap: wrap;
}
.product-detail-Country-section button{
   /* padding: 10px 32px;
    margin-top: 0px;
     width:28%; */
}
.caupon-submit-btn.new span{
    margin-top: 25px;
}
.Add-On-new-frame-list {
    display: inline-block;
    width: 100%;
}
.Add-On-new-frame-list-left {
    width: 100%;
    border-right: 0px solid #ccc;
}
.fullscreen #zoom-overlay img{
    width: 80%;
}
.Add-On-new-frame-list ul li {
    width: 30%;
    margin-right: 0px;
    text-align: center;
        margin-bottom: 20px;
}
.Add-On-new-frame-list ul li img {
    border-radius: 5px;
}
.Add-On-new-frame-list ul{
        justify-content: space-around;
}
.add-to-card-section-product-detail {
    width: 90%;
}
.Box-customisation-frame ul{
        flex-wrap: wrap; 
}
.productdetail-txtsec.product-detail-page-right-section .Box-customisation-frame ul li {
    margin-right: 5%;
    width: 20%;
}
.value-qu-plus-all-fous-frame .wrap .count{
        width: 40%;
}
.value-qu-plus-all-fous-frame .wrap button{
        width: 25%;
}
.value-qu-plus-all-fous-frame .add-to-card-button-frame button{
    width: 110px;
    padding: 0px 10px;
}
.droup-down-menu-list{
     left: -10px;
    width: 100%;
    position: relative;
    top: 10px;
}
.menu-header-right-frame ul li a #total_items{
    top: -5px;
    right: 0px;
    font-size: 14px;
}
header .menu-main-menu .menu-list li .droup-down-menu-list li{
        padding-top: 0px;
}
header .menu-main-menu .menu-list li .droup-down-menu-list li a{
    border-bottom: 0px !important;
    border-top: 0px !important;
}
.terms-and-condition-new-page-middle {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.terms-and-condition-new-page-middle h1{
    font-size: 30px;
    margin-top: 20px;
}
.terms-and-condition-new-page-middle-first ul {
    margin-top: 20px;
}
.terms-and-condition-new-page-middle-first2 {
    margin-top: 40px;
}
.terms-and-condition-new-page-middle-first2 h4{
    font-size:19px;
}
.about-us-page-new-frame-banner{
    display:none;
}
.about-us-page-new-frame-banner-cont {
    position: relative;
    top: 0px;
    left: 0px;
    transform: inherit;
    color: #fff;
    width: 100%;
}
.about-us-page-new-frame-banner-cont-middle {
    width: 90%;
    margin: 0px auto;
    padding: 0px 0px;
    border: 20px solid #ffffff63;
    border-radius: 10px;
}
.about-us-page-new-frame-banner-cont h1{
    margin-bottom: 20px;
    font-size: 36px;
}
.about-us-page-new-frame{
    background:url(../images/about-us-banner-2.webp);
    background-repeat: no-repeat;
    padding: 30px 0px;
    background-size: cover;
}
.about-us-page-new-frame-banner-cont-middle2{
        background: #fff;
        padding: 30px 30px;
}
.about-us-page-new-frame-banner-cont p{
        margin-bottom: 20px;
}
.about-us-page-new-frame{
        margin-bottom: 10px;
}
.value-qu-plus-all-fous-frame .wrap{
    width:50%;
}
.cart-detail.cart-detail-new-page .value-qu-plus-all-fous-frame .wrap {
    width: 100%;
}
.cart-detail.cart-detail-new-page .value-qu-plus-all-fous-frame{
    width: 55%;
}
.productdetail-txtsec.product-detail-page-right-section .Box-customisation-frame ul li .flo-1-frame-list-main {
    height: auto;
    text-align: center;
}
.product-detail .productdetail-option select {
    margin-top: 10px;
}
.search-header-new-design .search-header-new-design-middle input{
    width: 55%;
    font-size: 12px;
}

}

.yatin{
    color: #fff;
    background-color: #b59a65;
    border: none;
    padding: 2px 10px;
    font-size: 14px;
    border-radius: 3px;
    font-family: CormorantGaramond-Light;
}
.my-account-right-txt2 ~ a{
    text-decoration: none !important;
}
.my-account-right-txt2 ~ a .internal.page.button{
    padding: 7px 0px;
    background-color: #c19b51;
    border: 0px;
    color: #fff;
    font-size: 11px;
    margin-top: 0px;
    margin-right: 20px;
    font-family: 'NewYork';
    width: 185px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*Faq page start **********************************/

.main-banner-holder{
    margin:30px 0;
    
}
.banner-image{
    position:relative;
    text-align:center;
}
.banner-image img{
    border-radius: 50%;
    /*border: 30px solid #f4f4f4;*/
}

.banner-heading{
      position: absolute;
      right: 0;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      height: fit-content;
}

.banner-heading h1{
    font-family: 'Quagera';
    color: #c3a157;
    text-align: center;
    font-size: 60px;
}

.faq-main{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom:50px;
}

.faq-left{
    width:15%;
}
.faq-left img{
    width:100%;
} 
.faq-center-question{
    width: 65%;
}

.faq-right{
    width:15%;
}
.faq-right img{
    width:100%;
}

.faq-main .panel-default{
   text-align: center;
    border: none;
    box-shadow: none;
}
.panel-default>.panel-heading{
    background-color:#fff;
    border: none;
}
.faq-main .panel-title a{
    text-decoration: none;
    font-family: CormorantGaramond-Bold;
    color: #000;
    font-size:16px;
    display: inline-block;
    width: 100%;

}
.faq-main .panel-title{
    display: inline-block;
    width: 100%;
}
.faq-main .panel-body p{
    font-family: CormorantGaramond-Light;
    font-size: 18px;
    color:#000;
}

.faq-main .panel-default>.panel-heading {
    background-color: #fff;
    border: none;
    width: 85%;
    border-bottom: 1px solid #ccc;
    margin: 0 auto;
    display: flex;
}

.faq-main .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #fff;
}
 
 .faq-main .panel-group .panel+.panel {
    margin-top: 10px;
    box-shadow: none;
}

.faq-main .panel-heading i{
    float:inline-end;
}

/*************************************Same day delivery main*/
 
 






/*Faq page end **********************************/
.new-forever-roses-page-new .care-list button{
    transition: transform .2s;
}
.new-forever-roses-page-new .care-list button:hover{
    transform: scale(1.1);
    background:#c3a157;
    color:#fff;
}
.belgian-chocolate-new-frame-banner img{
    width: 95%;   
    margin: 0 auto;
    display: table;
}
.belgian-chocolate-new-frame{
        position: relative;
        margin-top: 30px;
    margin-bottom: 10px;
}
.belgian-chocolate-frame-banner-cont{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000;
    text-align: center;
    width: 100%;
}
.belgian-chocolate-frame-banner-cont h1{
    font-family: 'Quagera';
    color: #c3a157;
    text-align: center;
    font-size: 36px;
    margin-top: 75px;
}
.belgian-chocolate-frame-banner-cont p{
    font-family: CormorantGaramond-Light;
    font-size: 18px;
    text-align: center;
    color: #000000;
    width: 57%;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
}
.belgian-chocolate-new-frame.box-bouquet-experts.container{
        margin-bottom: 10px;
}
.Premium-Belgian-Chocolates-main-frame-middle{
    display: flex;
    justify-content: space-between;
    width: 98%;
    margin: 0 auto;
        margin-bottom: 80px;
        align-items: center;
}
.Premium-Belgian-Chocolates-main-frame{
        margin-top: 100px;
}
.Premium-Belgian-Chocolates-main-frame-middle-left{
        width: 25%;
        
}
.Premium-Belgian-Chocolates-main-frame-middle-left img{
    width: 80%;
}
.Premium-Belgian-Chocolates-main-frame-middle-middle{
        width: 50%;
    border-right: 1px solid #c79f59;
    border-left: 1px solid #c79f59;
    padding: 0px 55px;
}
.Premium-Belgian-Chocolates-main-frame-middle-middle p{
    font-family: CormorantGaramond-Light;
    font-size: 18px;
    text-align: center;
    color: #000000;
    margin-bottom: 45px;
}
.Premium-Belgian-Chocolates-main-frame-middle-middle p:last-child{
    margin-bottom:0px;
}
.Premium-Belgian-Chocolates-main-frame-middle-right{
        width: 25%;
}
.Premium-Belgian-Chocolates-main-frame-middle-right ul{
        margin: 0 auto;
    display: table;
}
.Premium-Belgian-Chocolates-main-frame-middle-right ul li{
    margin-bottom: 25px;
    text-align: center;
}
.Premium-Belgian-Chocolates-main-frame-middle-right ul li img{
    
}
.Premium-Belgian-Chocolates-main-frame-middle-right ul li p{
    font-family: CormorantGaramond-Light;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    margin-bottom: 0px;
    margin-top: 10px;
}
.Premium-Belgian-Chocolates-main-frame-middle-top-img{
    text-align: center;
        margin-bottom: 50px;
}
.Premium-Belgian-Chocolates-main-frame-middle-top-img img{
        width: 350px;
}
.Premium-Belgian-Chocolates-main-frame-middle-top-img2{
    margin-top: 30px;
}
.Premium-Belgian-Chocolates-main-frame-middle-top-img2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Premium-Belgian-Chocolates-main-frame-middle-top-img2 ul li{
    margin-bottom: 70px;
        width: 45%;
        text-align: center;
}
.Premium-Belgian-Chocolates-main-frame-middle-top-img2 ul li img{
    
}
.Premium-Belgian-Chocolates-main-frame-middle-top-img2 ul li h4{
    font-family: CormorantGaramond-Light;
    font-size: 30px;
    color: #000000;
    margin-bottom: 5px;
        text-transform: uppercase;
}
.Premium-Belgian-Chocolates-main-frame-middle-top-img2 ul li p{
    font-family: CormorantGaramond-Light;
    font-size: 18px;
    color: #000000;
    width: 80%;
    margin: 0 auto;
}
.Premium-Belgian-Chocolates-main-frame-top{
    margin-top: 100px;
}
/*all product start*/


.all-product-heading p{
   width: 56%;
   padding-left: 80px;
}

.all-product-heading h1{
    margin-top:0;
}





/*all product end*/

/*concierge start*/

.concierge-frame-banner{
    top: 25%;
    left: 67%;
    width: 74%;
}
.concierge-frame-banner p{
    
     
    width: 45%;
}

.concierge-frame-banner-image img{
    width:100%;
}
.concierge-frame-new{
    overflow-x: hidden;
    margin-top: 0px;
}


/*concierge end*/
/*birthday start*/

.birthday-banner-content p{
    width: 45%;
    margin-top:0;
}
.birthday-top-heading{
    text-align:center;
}
.birthday-top-heading h1{
    font-family: 'Quagera';
    color: #c3a157;
    text-align: center;
    font-size: 36px;
    
}

.birthday-text{
    top: 60%;
}





/*birthday end*/


/* new-forever-roses*********************************************/
.forever-rose-new h1{
        margin-top: 0px;
}
.forever-rose-new p b{
    font-family: CormorantGaramond-Bold;
}

.our-coll-roses{
    color: #c3a157 !important;
}
.slick-slide {
    outline: none !important;
}
.our-collection-roses{
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    margin: 36px auto;
}
.our-collection-roses.container.new-forever-roses{
        width: 60%;
}
.new-forever-roses-page-new .rose-collection-start{
    text-align:center;
    width:30%;
    margin: 0px;
    margin-bottom:30px;
}
.rose-collection-start a{
    text-decoration:none;
    color:#000;
}
.rose-collection-start img{
    width:120px;
}
.rose-collection-start{
    transition: transform .2s;
}
.rose-collection-start:hover{
    transform: scale(1.1);
}
.rose-collection-start p{
        margin-top: 10px;
}

.care-list{
    text-align: center;
}
.care-list ul{
    list-style:inside;
}

.care-list button{
    font-family: 'Quagera';
    color: #c3a157;
    font-size: 20px;
    padding: 4px 50px;
    border-radius: 26px;
    border:1px solid #c3a157;
    background-color:#fff;
    margin-top:30px;
    background:#c3a157;
    color:#fff;
}


/*same day deliery new********************************************/

.new-same-delivery{
    display:flex;
    margin-bottom:50px;
}
.part-image{
    width:25%;
}
.part-image img{
    width: -webkit-fill-available;
    height: -webkit-fill-available;
}
.part-content{
    width:50%;
    text-align: center;
}
.part-content .same-day-content{
    padding: 30px;
    overflow: auto;
    height: 82vh;
    padding-bottom:0px;
}

.part-content h1{
    font-family: 'Quagera';
    color: #c3a157;
    text-align: center;
    font-size: 36px;
}
.part-content .same-delivery-understand{
    width: 90%;
    margin: auto;
    color: #000;
    font-family: CormorantGaramond-Light;
    font-size:18px;
}

.same-day-content h2{
    margin-top:20px;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: lighter;
    font-family: CormorantGaramond-Light;
    color: #c3a157;
}
.same-day-content .HOW-IT-WORKS h2{
    margin-top:30px;
}
.same-day-content h4{
      text-transform: uppercase;
    font-size: 18px;
    font-family: 'CormorantGaramond-Light';
        color: #c3a157;
    margin-top:30px;
}
.same-day-content p{
    width: 90%;
    margin: auto;
    font-family: CormorantGaramond-Light;
    font-size:18px;
    color:#000;
}
.last-content-how-it-work{
    margin-bottom:30px !important;
}
.Explore-Our-Collection-sameday button {
    transition: transform .2s;
}
.Explore-Our-Collection-sameday  button {
    font-family: 'Quagera';
    color: #c3a157;
    font-size: 20px;
    padding: 4px 50px;
    border-radius: 26px;
    border: 1px solid #c3a157;
    background-color: #fff;
    margin-top: 30px;
    background: #c3a157;
    color: #fff;
}
.Explore-Our-Collection-sameday button{
        margin-top: 20px;
       margin-bottom: 20px;
    }
    .Explore-Our-Collection-sameday button:hover {
    transform: scale(1.1);
    background: #c3a157;
    color: #fff;
}
.new-same-delivery-main-continer.concierge-new-page .HOW-IT-WORKS ul{
    width: 50%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
}
.new-same-delivery-main-continer.concierge-new-page .HOW-IT-WORKS ul li{
    text-transform: uppercase;
    font-family: CormorantGaramond-Light;
    color: #000;
    font-size: 15px;
    border-bottom: 1px solid #bf9446;
    padding: 10px 0px;
}
.new-same-delivery-main-continer.concierge-new-page .HOW-IT-WORKS ul li:last-child{
    border-bottom: 0px solid #bf9446;
}
.same-day-content p.Relax-as-we-handle-logistics{
       color: #bf9446;
    line-height: 30px;
    margin-bottom: 30px;
}
.same-day-content p.You-can-connect{
        margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
}
.same-day-content p.You-can-connect a{
    color: #000;
    text-decoration: none !important;
}
.concierge-new-page .same-day-content p{
    margin-bottom:30px;
}
@media all and (min-width:120px) and (max-width:620px){
    .value-qu-plus-all-fous-frame {
    display: inline-block;
    width:100%;
    }
    .value-qu-plus-all-fous-frame .wrap{
                margin: 0 auto;
    }
    .value-qu-plus-all-fous-frame  .add-to-card-button-frame{
               margin-top: 20px;
        width: 100%;
        text-align: center;
    }
    .value-qu-plus-all-fous-frame  .add-to-card-button-frame button:nth-child(1){
        margin-left: 0px;
    }
    .our-service-main-bottom-banner-middle{
            margin-bottom: 10px; 
    }
    .same-day-banner-frame-middle .same-day-banner-frame-middle-3 h3{
        position: absolute;
        right: 10px;
        top: -108px;
    }
    .same-day-banner-frame-middle .same-day-banner-frame-middle-3 h3 ~ p{
            margin-top: 25px;
    }
    
    .new-forever-roses-page-new .rose-collection-start{
            width: 50%;
            margin-bottom: 10px;
    }
    .our-collection-roses.container.new-forever-roses {
    width: 100%;
}

    .Similar-Products-product-detail .slick-initialized .slick-slide:hover .BALLOON-BOUQUET-frame-mk {
    box-shadow: 0 0 0 0px #f5f5f5;
    background: transparent;
}
    .carousel-indicators li{
        width: 5px;
        height: 5px; 
    }
    .carousel-indicators .active{
         width: 7px;
        height: 7px;  
    }
     .same-day-banner-frame-middle-3 {
    position: relative;
    top: 0px;
    right: 0px;
}
.same-day-banner-frame-middle-3 p br{
    display:none;
}
.same-day-banner-frame-middle-3 h3{
    font-size: 22px; 
} 
.same-day-banner-frame-middle-3 h1{
    font-size: 22px; 
} 
.product-list-boxes.sameday-del-start {
    width: 100%;
}
.product-list-boxes.sameday-del-start .product-list-box {
       width: 49%;
}
.product-list-boxes.sameday-del-start .product-list-img img {
    border-radius: 20px;
}
.location-main .location-main-left.new-add .col-md-4--:nth-child(1) {
    display: block;
}
.my-account-right-txt2 ~ a .internal.page.button{
        margin-bottom: 10px;
        width:100%;
}
.belgian-chocolate-new-frame-banner img{
    display:none;
}
.belgian-chocolate-frame-banner-cont {
    position: relative;
    top: 0px;
    left: 0px;
    -webkit-transform: initial;
    transform: initial;
    color: #000;
    text-align: center;
    width: 100%;
    border: 1px solid #d8c293;
    padding: 25px 15px;
    border-radius: 45px;
}
.belgian-chocolate-frame-banner-cont h1{
    margin-top:0px; 
}
.belgian-chocolate-frame-banner-cont p{
    width:100%;
}
.belgian-chocolate-new-frame{
    margin-bottom:30px;
}
.same-day-banner-frame-middle-3{
    width:100%;
}
.my-account-sec .my-account-left ul li a{
    padding-bottom: 15px;
    padding-top: 15px;
}
.my-account-sec .my-account-left ul {
    padding: 35px 45px 20px 45px;
}
.all-product-heading p{
    padding-left:0;
}
.concierge-frame-new{
     width: 90%;
    margin: 30px auto ;
}

.Premium-Belgian-Chocolates-main-frame-middle-top-img img {
    width: 60%;
    margin-bottom: 20px;
}
.Premium-Belgian-Chocolates-main-frame-middle-top-img2 ul li {
    margin-bottom: 35px;
    width: 100%;
    text-align: center;
}
.Premium-Belgian-Chocolates-main-frame-middle {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}
.Premium-Belgian-Chocolates-main-frame-middle-left {
    width: 100%;
    margin-bottom: 25px;
} 

.Premium-Belgian-Chocolates-main-frame-middle-left img {
    width: 30%;
    margin: 0 auto;
    display: table;
}
.Premium-Belgian-Chocolates-main-frame-middle-middle {
    width: 100%;
    border-right: 0px solid #c79f59;
    border-left: 0px solid #c79f59;
    padding: 0px 18px;
}
.Premium-Belgian-Chocolates-main-frame-middle-middle p{
    margin-bottom: 20px;
}
.Premium-Belgian-Chocolates-main-frame-middle-right {
    width: 100%;
    margin-top: 25px;
}
.Premium-Belgian-Chocolates-main-frame {
    margin-top: 30px;
}
.Premium-Belgian-Chocolates-main-frame-top {
    margin-top: 50px;
}
.welcome-heading h1 .welcome-heading-block{
display: inline-block;
}
.welcome-heading h2 .welcome-heading-block{
display: inline-block;
}
.welcome-heading h1 {
    font-size: 25px;
}
.welcome-heading h2 {
    font-size: 25px;
}

.welcome-datails.mobile{
      display:block !important;
  }
  .welcome-datails.desktop{
      display:none;
  }
  .welcome-sec{
      display:none;
  }
  .readless{
      display:none;
  }
  .welcome-datails p .readmore{
    font-size: 30px;
    cursor: pointer;
  }
  .welcome-datails p .readless{
    font-size: 30px;
    cursor: pointer;
  }
  .why-fiorella-headding h1 {
    font-size: 30px;
}
 .why-fiorella-headding h2 {
    font-size: 30px;
}

.content-heading-po-img-cont h4{
        line-height: 24px;
    font-size: 14px;
}
.hand-delivered-heading h1 {
    font-size: 30px;
}
.hand-delivered-heading h2 {
    font-size: 30px;
}

.square3.square-animation .baseline-below-heading-right{
    display:none; 
}
.hand-delivered-locations ul{
        justify-content: space-between;
}
.hand-delivered-locations ul li {
    width: 45%;
}
footer .footer-container .footer-box:nth-child(4) {
    display: flex;
    flex-wrap: wrap;
}
.right-footer-from {
    width: 60%;
} 
.footer-scocial {
    width: 40%;
    margin-top: 0px;
}
#button{
        bottom: 70px;
}
.right-footer-from button {     
       font-size: 11px;
    height: 25px;
    width: 25px;
    padding: 0px;
    text-align: center;      
}   
.right-footer-from input{
        border-bottom: 1px solid #000;
}
.Be-A-Part-Of-Our-World {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.best-seller {
    margin: 0px 0px;
}
.occasion-start-main {
    margin: 0px 0;
}
.occasion-detail-main  .occasion-photo-container {
    display:none; 
}
.product-detail .productdetail-option label{
    width: 100% !important;
}
.select-date-section{
    margin-bottom:0px;
}
.form-group.text-ari textarea{
    margin-top:17px;
}
.select-date-section button{
    margin-bottom:0px;
    width: 100%;
}
.selectDate {
    width: 30% !important;
}
.elect-date-section-bottom .selectDate input{
        width: 100%;
}
.Add-On-select-box-frame select{
        height: auto;
}
.Add-On-new-frame-list {
    margin-top: 0px;
}
.add-to-card-section-product-detail {
   
    margin-top: 0px;
}
.Add-On-new-frame-list-right {
    width: 100%;
    padding-left: 0px;
}
.Add-On-new-frame-list h4 {
    margin-bottom: 5px;
}
.select-date-section button{
    width: 31%;
}
.select-date-section {
    margin-bottom: 0px;
}
.Similar-Products-product-detail .slick-initialized .slick-slide .best-seller-box{
    width: 100%;
}
.checkout-detail .checkout-right-info .checkout-place-order {
    text-align: center;
}
.elect-date-section-bottom .selectDate input{
    height: 52px; 
}
.location-name p {
    font-size: 18px;
}
.footer-box .logo-right-footer img {
    width: 32%;
}
.checkout-detail .checkout-right-info .checkout-product-total{
        border-top: 0px solid #ccc;  
}
footer .footer-box-list li a {
    font-size: 12px;
}
.rose-collection-start{
    width:50%;
}
.new-same-delivery {
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
}
.part-image {
    width: 100%;
}
.part-content {
    width: 100%;
    text-align: center;
} 
.part-content .same-day-content {
    padding: 0px;
    overflow: auto;
    height: auto;
    padding-bottom: 0px;
}
.part-image img {
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: table;
}

.part-content h1{
    font-size: 32px;
}
.same-day-content h2 {
    font-size: 24px;
}
.product-detail.section-new-frame-list .productdetail-imgsec img {
    border-radius: 0px;
}
.product-detail.section-new-frame-list #thumbnails ul.thumbelina li a img {
    border-radius: 0px;
    margin-bottom: 0px;
}
.Testimonials-middle-frame2{
        margin-top: 31px;
}
.Testimonials-frame.best-seller.review-section-product-detail-page .heading-main-page-new h2{
    font-size: 36px;
}
.Similar-Products-product-detail .heading-main-page-new h2{
    font-size: 36px;
}
.Similar-Products-product-detail .slick-initialized .slick-slide{
        padding-top: 30px;
            padding-top: 30px;
}
.content-container:hover .content-heading-po-img{
        opacity: 1;
}
.select-date-section.product-detail select{
        margin-bottom: 20px;
}
.Similar-Products-product-detail .slick-initialized .slick-slide{
     margin-bottom: 20px;
}
.Add-On-select-box-frame select{
    width: 99%;
        margin-top: 10px;
}
.cart-detail .cart-product-list .cart-product-list-left .cart-product-des .cart-product-name{
text-align: left;
}
.cart-detail .cart-product-list .cart-product-list-left .cart-product-des .cart-product-options{
    text-align: left;
}
.cart-detail .cart-totals {
    padding: 10px 5px;
}
.Page-heading-cart-page h4{
    margin-bottom: 15px;  
}
 .cart-pop-upsection .cart-pop-upsection-middle-right{
         padding: 50px 20px;
 }
 .mfp-arrow-right:before {
    border-left: 0px solid #3F3F3F !important;
}
.mfp-arrow-left:before{
        border-right: 0px solid #3F3F3F important;
}
.faq-main-banner .banner-image img{
        width: 50%;
}
.faq-center-question {
    width: 100%;
}
.banner-image.faq-product-care img{ 
    width: 50%;
}
.same-day-delivery-footer-bar-frame_main{
        z-index: 9999;
}
.same-day-delivery-footer-bar-frame_main .woocommerce-store-notice .woocommerce-store-notice__dismiss-link{
    left: 10px !important; 
    font-size: 14px;
        width: 34px;
    height: 34px;
}
.same-day-delivery-footer-bar-frame_main{
    padding: 15px 60px;
}
.same-day-delivery-footer-bar-frame_main p{
        line-height: 22px;
}
.same-day-delivery-footer-bar-frame_main p a{
    font-size:16px;
}
.same-day-delivery-footer-bar-frame_main p span{
    display:block;
}
.productdetail-option #customfield{
    width:100%;
}
} 


@media all and (min-width:421px) and (max-width:620px){
    
    .our-service-main-bottom-banner-middle .fa-caret-right-f{
                top: 190px;
    }
    .our-service-main-bottom-banner-middle .fa-caret-left-f{
        top: 190px;
    }
    .box-bouquet-experts-page_nn_new .fa-caret-right-f{
               top: 206px !important;
    }
    .box-bouquet-experts-page_nn_new .fa-caret-left-f{
               top: 206px !important;
    }
    
}



.my-account-sec .my-account-left ul li:nth-child(3){
  display: none;
}
.my-account-sec .my-account-left ul li:nth-child(4){
    display: none;
}



@media all and (min-width:980px) and (max-width:1350px){

header .menu-main-menu .menu-list li a {
    font-size: 13px;
    padding: 15px 7px;      
}

}





 
