/*----------------------------------------------------
BestBlooms colour theme information
SuperLight	#e6eff5   230,239,245
LightGrey	#b9c5cc   185,197,204
MidGrey	#869299   134,146,153
bbBlack	#1d1f20   29,31,32
bbRed	#dc3232   220, 50, 50
bbGold	#D4AF37   212, 175, 55
	--ifMauveGrey: rgba(185,197,204,1.0);
	--bbMidGrey: rgba(134,146,153,1.0);
	--bbBlack: rgba(29,31,32,1.0);
	
iflorist 
pink ee0d6b  238 13 107
rortpink	b8359a		184 53 154
mauve  9f9dc6  159 157 198

	
	
----------------------------------------------------*/


html {scroll-behavior: smooth;}
body {
	--bbSuperLight: rgba(239,238,245,1.0);
	--ifMauveGrey: rgba(193,192,219,1.0);
	--ifMauve: rgba(159,157,198,1.0);
	--ifRortPink: rgba(184,53,154,1.0);
	--ifPink: rgba(238,13,107,1.0);
	--bbBlack: rgba(29,31,32,1.0);
	--bbRed: rgba(220,50,50,1.0);
	--bbGold: rgba(212,175,55,1.0);
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	font-size: 1.0em;
	color: var(--bbBlack);
}
img {
image-rendering: -o-crisp-edges;            /* Opera               */
image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */
image-rendering: optimize-contrast;         /* CSS3 Proposed       */
-ms-interpolation-mode: nearest-neighbor;   /* IE8+                */
filter: blur(0);-webkit-filter: blur(0);
}

h1,h2 {font-family: 'Playfair Display', serif;
background: linear-gradient(to bottom, #ee0d6b, #b8359a);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
}
h3,h4,h5,h6 {font-family: 'Raleway', sans-serif;text-transform:uppercase;
}
h2,h3,h4,h5,h6 {color:var(--ifMauve);}
h6 {text-transform:uppercase;}

h1,h2,h3,h4,h5,h6 {margin-bottom: .5rem;font-weight: 500;line-height: 1.2;}

h1 {font-size: 2.25rem;}
h2 {font-size: 2rem;}
h3 {font-size: 1.6rem;}
h4 {font-size: 1.4rem;}
h5 {font-size: 1.2rem;}
h6 {font-size: 1.0rem;}

a {color: var(--ifMauve);text-decoration:none;}

.a:hover {color: var(--bbBlack);text-decoration:none;}
.alert-secondary a {color: var(--bbBlack);}
.alert-secondary a:hover {color: var(--ifMauve);}

.container, .container-lg, .container-md, .container-sm, .container-xl {max-width: 1440px;}

.form-control::placeholder {color: var(--ifMauveGrey) !important;}
.form-control {margin-bottom: 10px;}
.error {margin-bottom: 0px;border-color:var(--bbRed);box-shadow: 0 0 1px var(--bbRed);}
label.error {font-size:12px;color:var(--bbRed);margin-bottom: 8px;box-shadow: none;}

.btn-dark {
    color: #fff;
    background-color: var(--bbBlack);
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding: 13px 35px;
    border-radius: 0;
    font-size: 17px;
    border:  2px solid var(--bbBlack);
}
.btn-dark:hover {
    background-color: rgb(0 0 0 / 0%);
    border-color: #000;
    color: black;
}
.btn-white {
    color: var(--bbBlack);
    background-color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding: 13px 35px;
    border-radius: 0;
    font-size: 17px;
    border:  2px solid #fff;
}
.btn-white:hover {
    background-color: var(--bbSuperLight);
    border-color: var(--bbSuperLight);
    color: black;
}
.btn-red {
    color: #fff;
    background-color: var(--bbRed);
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding: 13px 35px;
    border-radius: 0;
    font-size: 17px;
    border:  2px solid var(--bbRed);
}
.btn-red:hover {
    background-color: rgba(200,40,40,1.0);
    color: #fff;
}
.btn-sm-dark {
    line-height: 1.0;
    color: #fff;
    background-color: var(--bbBlack);
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding: 8px 22px;
    border-radius: 0;
    font-size: 14px;
    border:  2px solid var(--bbBlack);
}
.btn-sm-dark:hover {
    color: white;
}
.btn-light {
    color: white;
    background-color: var(--ifPink); /* Fallback */
    background-image: linear-gradient(to bottom, var(--ifPink), var(--ifRortPink));
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding: 10px 36px;
    border-radius: 2px;
    font-size: 17px;
}
.btn-light:hover {
    background-color: var(--ifRortPink);
    color: white;
}
.btn-sm-light {
    color: var(--ifDarMauve);
    background-color: white;
    border-color: var(--ifMauveGrey);
    line-height: 1.0;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding: 8px 22px;
    border-radius: 0;
    font-size: 14px;
    border:  2px solid var(--ifMauveGrey);
    margin-right:4px;
}
.btn-sm-light.active {
    background-color: var(--ifMauve);
    color: white;
    border-color: var(--ifMauve);
    border:  2px solid var(--ifMauve);
}
.btn-sm-light.disabled {
    border-color: var(--ifMauveGrey);
    border:  2px solid var(--ifMauveGrey);
}
.btn-sm-light:hover {
    background-color: var(--ifMauveGrey);
    border-color: var(--ifMauveGrey);
    color: white;
}
.btn-sm-red {
    color: white;
    background-color: var(--bbRed);
    line-height: 1.0;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding: 8px 22px;
    border-radius: 0;
    font-size: 14px;
    border:  2px solid var(--bbRed);
    margin-right:4px;
}
.btn-sm-red:hover {
    background-color: rgba(200,40,40,1.0);
    border-color: rgba(200,40,40,1.0);
    color:white;
}
.btn-Vsm-light {
    color: var(--ifMauve);
    background-color: white;
    border-color: var(--ifMauveGrey);
    line-height: 1.0;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding: 6px 16px;
    border-radius: 0;
    font-size: 13px;
    border:  2px solid var(--ifMauveGrey);
    margin-right:4px;
}
.btn-Vsm-light.active {
    background-color: var(--ifMauve);
    color: white;
    border-color: var(--ifMauve);
    border:  2px solid var(--ifMauve);
}
.btn-Vsm-light.disabled {
    border-color: var(--ifMauveGrey);
    border:  2px solid var(--ifMauveGrey);
}
.btn-Vsm-light:hover {
    background-color: var(--ifMauveGrey);
    border-color: var(--ifMauveGrey);
    color: white;
}
.btn-light.focus, .btn-light:focus {
    box-shadow: none;
}
.btn-secondary {
background-color: var(--ifMauve);
border-color: var(--ifMauve);
line-height: 28px;
}

.btn-outline-secondary {
border-color: var(--ifMauve);
line-height: 28px;
}
.btn-link {
color:var(--bbBlack);
}
.btn-link:hover {
color:var(--ifMauve);
}

.bg-primary {
    background-color: var(--ifMauveGrey) !important;
}
.btn-dark i,.btn-light i {
    padding-left: 10px;
}
.bg-light {
    background-color: #eef0f1 !important;
}

.accessMgmt  {display:inline;}
.accessMgmt a {color: var(--bbBlack);}
.accessMgmt a:hover, a:active {color: var(--ifMauve);}

.bb_product_desc .accessDescrip p {
font-size:14px;
color: var(--bbBlack);
text-align:left;
padding:8px 12px 6px 12px;
}
.newsPic {
margin:0 0 12px 12px;
max-width:50%;
float:right;
}

.table .thead-light th {
    color: white;
    background-color: var(--ifMauveGrey);
    border:none;
}
.table  .countDown div	{display:inline;}


.header_desktop {
  position: relative; /* Ensure positioning context for pseudo-element */
  margin-top: 57px;
}
.header_desktop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:white;
/*  background-image: url('../images/header_background_Top.png');
  background-repeat: repeat-x;
  background-position: center bottom 0px;
  background-size: auto 110px;*/
  opacity: 1; /* Set opacity to 60% (0.6) */
  z-index: -1; /* Ensure the pseudo-element is behind the content */
}

.header_hero {
    padding: 0;
}
.header_hero_content p {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    color: var(--bbBlack);
}
.header_hero_content_right_cta p {
    margin-left: 15px;
}
.header_hero_content_right_cta .header_hero_content_jl a {
    color: var(--bbBlack);
    display: inline-block;
    border-right: 2px solid var(--bbBlack);
    padding-right: 12px;
    margin-right: 12px;
    line-height: 17px;
}
.header_hero_content_right_cta .header_hero_content_jl a:last-child {
    border: 0
}
.header_hero_content_right_cta p a {
    color: var(--bbBlack);
}
.header_hero_tooltip > a {
    text-transform: uppercase;
    font-size: 16px;
    color: var(--bbBlack);
    font-weight: 700;
}

.site_logo a {display: inline-block;}
.site_logo a img {width: 100%;}

.header_hero_searchbar {
    max-width: 250px;
    margin-left: auto;
}
.header_hero_searchbar button {
    background: white;
    border: 1px solid var(--ifMauveGrey) !important;
    border-left: 0 !important;
    color: var(--ifMauveGrey) !important;
    border-radius: 0;
}
.header_hero_searchbar .form-control {
    font-size: 14px;
    height: auto;
    border-radius: 0;
    text-align: right;
    padding-right: 2px;
    text-transform: uppercase;
}
.form-control:focus {
    color: #495057;
    border-color: var(--ifMauveGrey);
    box-shadow: 0 0 0 0.2rem rgb(186 194 201 / 35%);
}

.tooltip_box {
    background: rgb(144 153 160 / 86%);
    padding: 35px;
}

.tooltip_box {text-align: center;}
.tooltip_box h3 {
    font-weight: 600;
    color: white;
    font-size: 20px;
    margin-bottom: 0;
}
.tooltip_box p {
    margin: 0;
    color: white;
    font-size: 27px;
}
.header_social_icons {
    padding: 10px 0;
}
.header_social_icons a {
    color: white;
    font-size: 27px;
    padding: 0 7px;
}
.header_sub_content a.btn {
    background: white;
    border: 1px solid white;
    width: 100%;
    margin: 7px 0;
    font-weight: 600;
    color: black;
    padding: 8px 0px;
}
.header_sub_content a.btn:hover {
    background: black;
    color: white;
    border-color: black;
}

.tooltip_box {
    background: rgba(134,146,153,0.86);
    padding: 35px;
    position: absolute;
    right: 0;
    top: 26px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease all;
    width: 320px;
}
.header_hero_tooltip {
    position: relative;
    z-index: 10;
    margin-bottom: 5px;
}
.header_hero_tooltip:hover .tooltip_box {
    opacity: 1;
    visibility: visible;
    transition: 0.4s ease all;
}

/* Mega Menu CSS */

.site_navigation {
    border-top: 1px solid var(--bbBlack);
    border-bottom: 1px solid var(--bbBlack);
    position: sticky;
    top: 0px;
    background: white;
    z-index: 9;
}
.site_navigation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6; /* Set opacity to 60% (0.6) */
  z-index: -1; /* Ensure the pseudo-element is behind the content */
}




.hvr-underline-reveal:before {
  background: var(--ifMauveGrey);
}
.site_navigation .hvr-underline-from-left:before {
    height: 3px;
  background: var(--ifMauveGrey);
}

.no_chevron_subnav.dropdown-toggle::after {content: unset;}

#delivery_bar1 {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10000;
}

#caniget_p_mobile {display: none;}

@media screen and (min-width: 992px) {
    .navbar .has_mega_dropdown {position:static;}

    .navbar .has_mega_dropdown .dropdown-menu {
        width:100%;
        left:0;
        right:0;
        top:54px;
        display:block;
        visibility: hidden;
        opacity: 0;
        transition: 0.9s ease all !important;
    }

    .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
        display:block;
        visibility: visible;
        opacity: 1;
        transition: 0.5s ease all !important;
    }

    .navbar .has_mega_dropdown .dropdown-menu {
        border: 1px solid rgba(0,0,0,.15);
        background-color: #fff;
    }
    .navbar .dropdown-menu {
        margin-top: 0px;
        border-top: 1px solid var(--bbBlack) !important;
        border-radius: 0 !important;
    }

}
.navbar-light .navbar-nav .nav-link {
    color: black !important;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 20px;
    font-size: 16px;
}
.navbar .dropdown .dropdown-menu {
    border: 0;
    background: rgb(255 255 255 / 96%);
}

.dropdown_menu_title h2 {
    font-weight: 600;
    text-transform: uppercase;
    color: var(--ifMauve);
    font-size: 25px;
    margin-bottom: 20px;
}
.dropdown_menu_left {
    padding: 20px 0;
}
.dropdown_img {
    height: 100%;
    background-size: cover !important;
    background-position: center;
}
.navbar .container {display: block;}
.nav_dropdown_links {}
.nav_dropdown_links ul {
    list-style: none;
    padding: 0;
}
.nav_dropdown_links ul li {
    padding: 3px 0;
}
.nav_dropdown_links ul li a {
    color: black;
    text-decoration: none !important;
}
.nav_dropdown_links ul li a:before {
    background: black;
}
.site_navigation_close_action {display: none;}
.div_for_mobile {display: none;}

.membernav_strip {
    background-color: var(--bbBlack) !important;
    padding: 10px 0;
}
.membernav_strip .st_content {
    padding: 5px 0;
    text-align:left;
}
.membernav_strip .st_content ul {
    list-style: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    margin: 0;
    padding:0;
    color:white;
}
.membernav_strip .st_content ul li {
    display: inline-block;
    padding-right:20px;
}
.membernav_strip .st_content ul li a {color: white;}
.membernav_strip .st_content ul li a:hover {color: var(--ifMauve);}


/* Hero Section */

.hero_section {}
.hero_layer {
    min-height: 500px;
    height: 50vh;
    padding: 45px 0;
}
.hero_section_content {max-width: 600px;}
.hero_section_content h1 {
    color: var(--bbBlack);
    font-size: 46px;
    font-weight: 600;
}
.hero_section_content h5 {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--ifMauve);
    font-size: 25px;
}
.hero_section_content p {
    font-weight: 400;
    font-size: 18px;
    color: var(--ifMauve);
}
.hero_section_content h1.Black,h5.Black,p.Black {color:var(--bbBlack);}
.hero_section_content h1.MidGrey,h5.MidGrey,p.MidGrey {color:var(--ifMauve);}
.hero_section_content h1.LightGrey,h5.LightGrey,p.LightGrey {color:var(--ifMauveGrey);}
.hero_section_content h1.SuperLight,h5.SuperLight,p.SuperLight {color:var(--bbSuperLight);}
.hero_section_content h1.White,h5.White,p.White {color:white;}
.hero_section_content a {margin-top: 55px;}

.section_strip {
    background-image: url(../iflorist/magnolia_background.gif);
    padding: 10px 0;
}
.bg-dark {background-color: var(--ifMauve) !important;}
.st_content {padding: 5px 0;}
.st_content p {
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    text-align: center;
}
.st_content p span {
    display: inline-block;
    padding: 0 25px;
}
.st_content h1 {
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 26px;
    margin: 0;
    text-align: center;
}
.st_content h2 {
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 26px;
    margin: 0;
    text-align: center;
}
.st_content h6 {
color: white;
text-align: center;
display:none;
}

.section {padding: 50px 0;}

.title {
    margin-bottom: 30px;
    text-align: center;
}
.title h2 {
    text-align: center;
    color: var(--bbBlack);
}
.title p {
    color: var(--bbBlack);
    font-weight: 400;
    font-size: 18px;
}

.spph_each {
    margin: 20px 0;
    text-align:center;
}
.spph_product_img a {
    display: block;
    overflow: hidden;
}
.spph_product_img a img {
    transition: 0.5s ease all;
    object-fit: contain;
	max-width: 100%;
    
}
.spph_product_img a:hover img {
    transform: scale(1.2);
    transition: 0.5s ease all;
}
.spph_product_desc {padding: 10px 10px 0 10px;}
.spph_product_desc a {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--ifMauve);
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
}
.spph_product_desc a i {padding-left: 5px;}

.soldout {
  margin: 10px;
  background: var(--ifRortPink);
  color:white;
  padding:.5em 0;
  position: absolute;
  top:0;
  right:0;
  transform: translateX(30%) translateY(0%) rotate(45deg);
  transform-origin: top left;
  z-index:6;
}
.soldout:before, .soldout:after {
  content: '';
  position: absolute;
  top:0;
  margin: 0 -1px; /* tweak */
  width: 100%;
  height: 100%;
  background: var(--ifRortPink);
}
.soldout:before {right:100%;}
.soldout:after {left:100%;}

.productBanner {
  margin: 10px;
  background:var(--ifMauveGrey);
  color:#575757;
  font-weight:700;
  padding:.5em 0;
  position: absolute;
  top:0;
  right:0;
  transform: translateX(30%) translateY(0%) rotate(45deg);
  transform-origin: top left;
  z-index:6;
}
.productBanner:before, .productBanner:after {
  content: '';
  position: absolute;
  top:0;
  margin: 0 -1px; /* tweak */
  width: 100%;
  height: 100%;
  background:var(--ifMauveGrey);
}
.productBanner:before {right:100%;}
.productBanner:after {left:100%;}

.badges img {width: 130px;margin:0 4px 18px 0;}
.section_about_content_r .badges img {display:inline;width: 130px;margin:18px 2px;}

.section_cta {
    max-width: 500px;
    margin: auto;
    margin-top: 40px;
}

.sp_block_left {
    padding: 40px 30px 40px 0px;
    border-right: 1px solid black;
    height: 100%;
    position:relative;
    
}
.sp_block_left:before {
	content: "";
	position: absolute;
	right: -5px;
	top: -1px;
	width: 4px;
	height: 1px;
	background: white;
    height: 100%;
}
.sp_block_left:after {
	content: "";
	position: absolute;
	right: -5px;
	bottom: -1px;
	width: 4px;
	height: 1px;
	background: white;
}
.sp_block_right {
    padding: 40px 0px 40px 30px;
    border-left: 1px solid var(--bbBlack);
    height: 100%;
}
.col2px {margin: 0 -2px;}
.col2px > div  {padding: 0 2px;}
.col5px {margin: 0 -5px;}
.col5px > div  {padding: 0 5px;}

.filters .nice-select {display:inline-block;float:none;}

.sp_block h2{
    color: var(--ifMauve);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
}
.sp_block p {margin-bottom: 20px;}
.sp_block h5 {font-size: 19px;margin-bottom: 25px;}
.sp_block .btn {
    padding: 11px 5px;
    width: 100%;
    font-size: 14px;
}

.section_sp_blocks {
    border-top: 1px solid var(--bbBlack);
    border-bottom: 1px solid var(--bbBlack);
    background: url(../images/MagPattern_Black.jpg);
    color: var(--ifMauve);
}
.section_sp_block_layer {background: rgba(255,255,255,0.85);}

.sp_block_right table {width: 100%;}
.sp_block_right table td {
    vertical-align: top;
    padding: 0px 8px;
}
.sp_block_right table td  i {
    font-size: 25px;
}
.sp_block_right table p {
    font-weight: 500;
    font-size: 16px;
}

.bb_product_img {
    position: relative;
    height: 240px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: 0.4s ease all;
    text-align:center;
}
.bb_product_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.6s ease all;
}
.bb_product_options {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease all;

}
.bb_product_options span {
    color: white;
    background: rgba(0,0,0,0.65);
    width: 100%;
    display: block;
    padding:14px 0;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s ease all;
}
.bb_product_options span:hover {transition: 0.3s ease all;}
.bb_product_options span i {padding-left: 5px;}
.bb_products_box {
    padding:4px;
    border:1px solid white;
}
.bb_products_box:hover {
    padding:2px;
    border:3px solid var(--ifMauveGrey);
}
.bb_products_box .bb_product_img {
/*    box-shadow: 0 0 13px rgba(0,0,0,0.10);
*/}
.bb_products_box:hover .bb_product_options {
    opacity: 1;
    visibility: visible;
    transition: 0.4s ease all;
}
.bb_products_box:hover .bb_product_img {box-shadow:none;}
.bb_products_box:hover .bb_product_img img {
    transform: scale(1.2);
    image-rendering: -webkit-optimize-contrast;
    transition: 0.6s ease all;
}
.bb_product_desc h4 {
    font-weight: 500;
    font-size: 16px;
    text-align:center;
    line-height:1.2;
}
.bb_product_desc h4 a {color: var(--ifMauve);}
.bb_product_desc h4 a:hover {color: var(--bbBlack);}
.bb_product_desc p {
    color: var(--ifMauve);
    text-align:center;
    font-size: 14px;
    margin: 0;
    margin-top: -6px;
}
.bb_products_box {margin: 15px 0;}

.bb_product_reviews {
	text-align: center;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 6px;
	color:var(--ifMauveGrey)
}
.bb_product_reviews span {display: inline-block;}
.bb_product_reviews_stars {
    letter-spacing: -2px;
    color: var(--bbGold);
}
.bb_product_reviews_stars .off {color:var(--bbSuperLight)}
.bb_product_reviews_count {margin-left:10px;}

.bb_accessory_descrip {
	text-align: center;
font-size:14px;
color: var(--bbBlack);
	padding-top: 3px;
	padding-bottom: 6px;
	color:var(--bbBlack)
}

/*  same styles, bt for products appearing in blog */
.bbb_product_img {
    position: relative;
    height: 240px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: 0.4s ease all;
    text-align:center;
}
.bbb_product_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.6s ease all;
}
.bbb_products_box {
    padding:4px;
    border:3px solid var(--bbSuperLight);
    margin: 15px 0;
}
.bbb_products_box:hover {
    border:3px solid var(--ifMauveGrey);
}
.bbb_products_box .bbb_product_img {
/*    box-shadow: 0 0 13px rgba(0,0,0,0.10);
*/}
.bbb_products_box:hover .bbb_product_options {
    opacity: 1;
    visibility: visible;
    transition: 0.4s ease all;
}
.bbb_products_box:hover .bbb_product_img {
    box-shadow:none;
}
.bbb_products_box:hover .bbb_product_img img {
    transform: scale(1.2);
	image-rendering: -webkit-optimize-contrast;
    transition: 0.6s ease all;
}
.bbb_product_desc h4 {
    font-weight: 500;
    font-size: 16px;
    text-align:center;
    line-height:1.2;
}
.bbb_product_desc h4 a {
    color: var(--ifMauve);
}
.bbb_product_desc h4 a:hover {
    color: var(--bbBlack);
}
.bbb_product_desc p {
    color: var(--ifMauve);
    text-align:center;
    font-size: 14px;
    margin: 0;
    margin-top: -6px;
}
.bbb_product_options {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease all;
}
.bbb_product_options span {
    color: white;
    background: rgba(0,0,0,0.65);
    width: 100%;
    display: block;
    padding:14px 0;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s ease all;
}
.bbb_product_options span:hover {
    transition: 0.3s ease all;
}
.bbb_product_options span i {padding-left: 5px;}
.bbb_product_reviews {
	text-align: center;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 6px;
	color:var(--ifMauveGrey);
}
.bbb_product_reviews span {
    display: inline-block;
}
.bbb_product_reviews_stars {
    letter-spacing: -2px;
    color: var(--bbGold);
}
.bbb_product_reviews_stars .off {color:var(--bbSuperLight);}
.bbb_product_reviews_count {margin-left:10px;}


.botw2_products_surround {
    margin: 15px 0;
    padding:4px;
    border:1px solid white;
}
.botw2_product_img {
    position: relative;
    height:200px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: 0.4s ease all;
    text-align:center;
}
.botw2_product_img img {
    width: 100%;
    object-fit: contain;
    height: 100%;
    transition: 0.6s ease all;
}
.botw2_products_surround:hover {
    padding:2px;
    border:3px solid var(--ifMauveGrey);
}
.botw2_products_box {
    padding:2px 2px 4px 2px;
    margin: 0;
    border:1px solid var(--ifMauveGrey);
}
.botw2_products_box:hover .botw2_product_options {
    opacity: 1;
    visibility: visible;
    transition: 0.4s ease all;
}
.botw2_products_box:hover .botw2_product_img img {
    transform: scale(1.2);
	image-rendering: -webkit-optimize-contrast;
    transition: 0.6s ease all;
    overflow:hidden;
}

.botw2_products_surround div.botw2_header {
background-color:var(--ifMauveGrey);
text-align:center;
top:-10px;
width:100%;
font-size:16px;
height:32px;
color:white;
font-weight:500;
}
.botw2_products_surround div.botw2_header img {
max-height:33px;
position:relative;
top:-3px;
}
.botw2_products_surround div.botw2_header img:first-child {padding-right:4px;z-index: 99;}
.botw2_products_surround div.botw2_header img:last-child {padding-left:4px;z-index: 99;}
.botw2_product_desc h4 {
    font-weight: 500;
    font-family: 'Cinzel', serif;
    font-size: 16px;
    text-align:center;
    line-height:1.2;
}
.botw2_product_desc h4 a {
    color: var(--ifMauve);
}
.botw2_product_desc p {
    color: var(--ifMauve);
    text-align:center;
    font-size: 14px;
    margin: 0;
    margin-top: -6px;
}
.botw2_product_options {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease all;

}
.botw2_product_options span {
    color: white;
    background: rgba(0,0,0,0.65);
    width: 100%;
    display: block;
    padding:14px 0;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s ease all;
}
.botw2_product_options span:hover {
    transition: 0.3s ease all;
}
.botw2_product_options span i {
    padding-left: 5px;
}


.thumbnail  {width:100%;object-fit:constrain;border:var(--ifMauveGrey) solid 1px;}

@media (min-width: 992px) {
.col-lg-f5 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-lg-f20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.col-lg-f33 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}
.col-lg-f50 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}


.section_about_content_l h2 {
    color: var(--bbBlack);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
}
.section_about_content_l h3 {
    color: var(--bbBlack);
    font-weight: 500;
    font-size: 29px;
    margin-bottom: 30px;
    font-family: 'Cinzel', serif;
    text-transform: uppercase;
}
.section_about_content_l h4 {
    color: var(--bbBlack);
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.section_about_content_l p {
    margin-bottom: 20px;
    color: black;
    line-height: 1.4;
}
.section_about_content_l h5 {
    font-weight: 600;
    color: var(--ifMauve);
    margin-bottom: 15px;
}
.section_about_content_r img {
    display: block;
    max-width: 127px;
    margin: 15px auto;
}
.section_about_content_r img.section_about_author {
    width: 100%;
    max-width: 100%;
    margin: 0;
    background: white;
    padding: 4px;
    border: 1px solid #dedede;
}

.section_about_content_r h3 {
    color: black;
    font-style: italic;
    text-align: center;
    font-size: 26px;
}
.section_about_content_r {
    margin-right: -120px;
}

.cr_review_img {
    height: 100%;
    background-size: cover !important;
    background-position: center;
    min-height:208px;
}
.cr_review_content {
    padding: 25px;
}
.cr_review_box {
    border: 1px solid var(--ifMauve);
    margin: 25px 0;
    min-height:210px;
}
.item {
	padding: 0 2px;
}
.cr_review_content p {
    color: black;
    font-size: 14px;
    margin-bottom: 25px;
}
.cr_review_content p.Clamp {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow:hidden;
}

.cr_review_content h6 {

}
.cr_review_content h6 span.cr_review_author {
    color: black;
    font-style: italic;
    text-transform: none;
}
.cr_review_content h6 span.cr_review_stars {
    letter-spacing: -2px;
    color: var(--bbGold);
}


div#CustomerReviews {
    padding: 0 35px;
}
button.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px !important;
    background: transparent !important;
    opacity: 0.5;
    transition: 0.3s ease all;
}
button.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px !important;
    background: transparent !important;
    opacity: 0.5;
    transition: 0.3s ease all;
}
button.owl-next:hover, button.owl-prev:hover {
    opacity: 1 !important;
    color: var(--ifMauve) !important;
    transition: 0.3s ease all;
}



.section_pattern {
    background: url(../iflorist/magnolia_background.gif);
    background-size: 280px auto; /* Adjusts the size of the tile */
    background-repeat: repeat; /* Ensures the image tiles seamlessly */
}
.section_pattern_layer {
    padding: 50px 0;
    background: rgba(255,255,255,0.76);
}



.spb_box {
    background: white;
    margin: 0 0 15px 0;
}
.spb_img {
    width: 100%;
    max-height:200px;
   /* min-height:240px; */
    display:block;
    overflow:hidden;
}
.spb_img img {
    width: 100%;
    object-fit:cover;
}
.spb_content {
    padding: 25px;
}
.spb_content h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--ifMauve);
}
.spb_content p {
    font-size: 14px;
    margin-bottom: 20px;
    color: var(--bbBlack);
}
.spb_content p.Clamp {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow:hidden;
}
.spb_content a {
}
.spb_content_cta {
    text-align: center;
}


.sconnect_form_input input {
    height: auto;
    border-radius: 0;
    background: white;
    padding: 11px 10px;
}
.sconnect_form_input button {
    padding: 10px 0;
}


section.section_connect {
    background: rgb(149,157,163);
    background: -moz-linear-gradient(24deg, rgba(149,157,163,1) 0%, rgb(219 222 225) 100%);
    background: -webkit-linear-gradient(24deg, rgba(149,157,163,1) 0%, rgb(219 222 225) 100%);
    background: linear-gradient(24deg, rgba(149,157,163,1) 0%, rgb(219 222 225) 100%);
    padding: 35px 0;
}

.sconnect_left h3 {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
}
.sconnect_right p {
    color: white;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 25px;
}

.buynow {display:block;}
.buynow input[type=radio].BuyNowBtn {display:none;}
.buynow input[type=radio].BuyNowBtn + label.BuyNowLabel {
    position: absolute;
    bottom:0;
    right:0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.0;
    padding: 8px 6px;
    text-align:center;
    cursor:pointer;
    width:100%;
}
.buynow input[type=radio].BuyNowBtn:checked + label.BuyNowLabel {
    border: 1px solid var(--bbRed);
    background-color: var(--bbRed);
    color: white;
}
.buynow input[type=radio].BuyNowBtn + label.BuyNowLabel:before {content: "select";}
.buynow input[type=radio].BuyNowBtn:checked + label.BuyNowLabel:after {content: "ed";}
.buynow .BuyNowLabel {
color: var(--ifMauve);
background-color: white;
text-transform: uppercase;
border-radius: 0;
border:  1px solid var(--ifMauve);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.buynow .BuyNowLabel:hover {
background-color: var(--bbRed);
border:  1px solid var(--bbRed);
color: white;
}

.addnow {display:inline-block;}

.addnow input[type=checkbox].AddNowBtn {display:none;}
.addnow input[type=checkbox].AddNowBtn + label.AddNowLabel {
position: absolute;
bottom:0;
right:0;
font-weight: 500;
font-size: 14px;
line-height: 1.0;
padding: 8px 0 8px 6px;
text-align:center;
cursor:pointer;
width:100%;
}
.addnow input[type=checkbox].AddNowBtn:checked + label.AddNowLabel {
border:  1px solid var(--bbRed);
    background-color: var(--bbRed);
    color: white;
}
.addnow input[type=checkbox].AddNowBtn + label.AddNowLabel:before {content: "add";}
.addnow input[type=checkbox].AddNowBtn:checked + label.AddNowLabel:after {content: "ed";}
.addnow .AddNowLabel {
color: var(--ifMauve);
background-color: white;
text-transform: uppercase;
border-radius: 0;
border:  1px solid var(--ifMauve);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.addnow .AddNowLabel:hover {
background-color: var(--bbRed);
border:  1px solid var(--bbRed);
color: white;
}

p.sizeDescrip {
box-sizing: border-box;
color: var(--bbBlack);
font-size: 14px;
font-weight: 400;
line-height: 21px;
margin-bottom: 16px;
margin-top: 0px;
}
.thumbnail {border:none;}
.productSizeBox {
border:1px white solid;
padding:8px;
border-bottom:1px var(--ifMauveGrey) solid;
}
.productSizeBox:last-child {
border-bottom:1px white solid;
}
.productSizeBox:hover {
border:3px var(--ifMauveGrey) solid;
padding:6px;
}
.productOrderSection {
border:1px var(--ifMauveGrey) solid;
padding:16px;
margin-bottom:18px;
}
.productOrderSection.header {
background:var(--ifMauveGrey);
padding:16px;
margin-bottom:0px;
}
.productOrderSection h4 {color:white;}

.filterBy input[type=radio].BlogFiltrBtn {display:none;}
.filterBy .BlogFiltrLabel {
color: var(--ifMauve);
background-color: white;
text-transform: uppercase;
border-radius: 0;
border:  2px solid var(--ifMauveGrey);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.filterBy .BlogFiltrLabel:hover {
background-color: var(--ifMauve);
border:  1px solid var(--ifMauve);
color: white;
}
.filterBy input[type=radio].BlogFiltrBtn + label.BlogFiltrLabel {
position: relative;
font-weight: 500;
font-size: 14px;
line-height: 1.0;
padding: 8px 12px;
text-align:center;
cursor:pointer;
}
.filterBy input[type=radio].BlogFiltrBtn:checked + label.BlogFiltrLabel {
border:  2px solid var(--ifMauve);
background-color: var(--ifMauve);
color: white;
}
.page-link {
    color: var(--ifMauve);
    background-color: var(--bbSuperLight);
    border-color: var(--ifMauveGrey);
    }
.page-link:hover {
    color: var(--bbBlack);
    background-color: var(--ifMauveGrey);
    border-color: var(--ifMauve);
    }
.page-link.active {
    color: var(--bbBlack);
    background-color: var(--ifMauveGrey);
    border-color: var(--ifMauve);
    }
    
.blogCatHead {width:100%;}
.blogCatHead h5 {
font-family: 'Playfair Display', Verdana, sans-serif;
color:white;text-transform:none;
background: linear-gradient(to bottom, #ee0d6b, #b8359a);
display:block;
width:100%;
padding:8px;
}
.blogCatBox {
border:1px solid var(--ifMauveGrey);
padding:8px;
width:100%;
background:white;
}
.blogCatBox h6 {
color:white;
background:var(--ifMauveGrey);
display:block;
width:100%;
padding:8px;
}
.blogCatBox p {
font-size:14px;
line-height:1.2;
margin:0 0 8px 0;
}


footer {
    background: var(--bbBlack);
    padding-top: 35px;
    padding-bottom: 60px;
}
.footer_header_flex {margin-bottom: 40px;}
.footer_content_header p {
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 3px;
}
.footer_content_header h2 {
    font-weight: 600;
    color: white;
    margin: 0;
    font-size: 30px;
}
.footer_social_icons a {
    color: white;
    font-size: 27px;
    padding: 0 7px;
}

.footer_sub_content a.btn {
    background: white;
    border: 1px solid white;
    width: 100%;
    margin: 7px 0;
    font-weight: 600;
    color: black;
    padding: 8px 0px;
}
.footer_sub_content p {
color: #fff;
font-size: 12px;
line-height: 14px;
font-style: italic;
padding-top: 6px;
}
.footer_sub_content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}
.footer_sub_content ul li {}
.footer_sub_content ul li a {
    color: white;
    text-decoration: none !important;
    display: inline-block;
    position: relative;
}
.footer_right {text-align:center;}

.footer_right img {width: 100%;max-width:300px;height:auto;}
.footer_right a {color:white;}
.footer_right a:hover {color:var(--bbSuperLight);}
.footer_right p {
    text-align: center;
    color: white;
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 30px;
}
.footer_left {padding-right: 45px;}

.suburb_footer {column-count: 8;border-top:1px var(--ifMauve) solid;padding-top:10px;}
.footer_suburbs {
color:white;
font-size:12px;
opacity:0.6;
}
.footer_suburbs a {
color:white;
opacity:1.0;
text-decoration:none;
}
.footer_suburbs a:hover {}


.hvr-underline-from-left:before {
    height: 2px;
    background: white;
}

.textCentre	{text-align: center;}
.textCenter	{text-align: center;}
.textRight	{text-align: right;}
.alert-secondary {background-color: var(--bbSuperLight);border: 0;}
.bborder {border-collapse:initial;border:1px solid #000;}

.contact_us_submit_button{margin-top: 25px;}

.testimonials_filter_container .nice-select{
	float: right;
	margin-right: 6px;
	margin-top: -2px;
}

.blog_results_searchResults button{margin-top: -3px;}

.member_menu_li_container{display: inline;color:var(--bbSuperLight);}
.member_details_details_submit_button{margin-top: 25px;}

.cart_navigation_container{margin-bottom: 20px;}
.cart_h1{float: left;}
.checkout_navigation_container{margin: 6px 0 0 0;float:right;}
.checkout_navigation_container div{	margin-bottom: 5px;}

.cart_promotionalcode_input{width: 400px !important;}
.cart_promotionalcode_button{width: 140px;float: right;}

.cart_giftsandextras_container{margin: 0 40px 0 0;}
.cart_giftsandextras_img{float: left;margin: -20px 4% 0 2%;}
.cart_giftsandextras_button{float: right;margin-left: 20px;}

.cart_giftsandextras_h3{font-style: italic;}
.accessDescrip{clear: both;}