@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Lato", sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    color: rgb(119, 119, 119);
}
nav#menu {
    z-index: 999;
    background-color: #711d8c;
}
nav#menu .menu_drop_down_icon_holder {
    display: none;
}
/* theme button  */

.theme-btn {
  padding: 7px 12px;
  border: 0;
  border-radius: 3px;
  background-color: #711d8c;
  font-weight: bolder;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.theme-btn a {
  revert: ;
  padding: 0;
  background-color: transparent;
}

	/* 		loader  */
		
    .custom_loader {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99999999;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        width: 100%;
    }
    .search-icon-btn {
    background-image: url(/wp-content/uploads/2025/07/free-magnifying-glass.png) !important;
}
    .custom_loader .img {
            display: flex;
        flex-direction: column;
            }
    
    .custom_loader .img img {
        width: 50%;
        margin-inline: auto;
        display: block;
    }
    .myLoaded .custom_loader, .custom_loader.active {
        display: none;
    }		
    .custom_loader .img img:last-child {
        width: clamp(30px, 3.2vw, 72px);
    }
    /* 		end loader  */

h1, h2, h3, h4, h5, h6 {
    color: rgb(85, 85, 85);
    margin-bottom: 0.5em;
    margin-top: 0px;
    text-rendering: optimizespeed;
    width: 100%;
}
p{
    color: rgb(85, 85, 85);
}
/* header styling  */
.sticked {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background-color: #fff;
}
.header_Wrapper_block {
    transition: 0.5s;
    top: -150px;
}
.header_Wrapper_block.sticked {
    top: 0;
}
.menu_drop_down_icon_holder {}
.menu_drop_down_icon_holder svg {
    height: 30px;
    width: 25px;
    margin-left: -5px;
}
.wrapper {display: flex;flex-direction: column;}
.top_header_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #711d8c;
    box-shadow: 0 0 0 100vmax #711d8c;
    clip-path: inset(0 -100vmax);
    height: 48px;
}
.top_header_bar .social_links_holder {
    width: 40%;
}
.top_header_bar .social_links_holder .social_links {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
.top_header_bar .social_links_holder .social_links li {
    color: #fff;
}
.top_header_bar .social_links_holder .social_links li a {
    text-decoration: none;
    height: auto;
    display: inline-table;
    width: 32px;
}
.top_header_bar .social_links_holder .social_links li a svg {
    width: 100%;
}
.top_header_bar .social_links_holder .social_links .social_text_based {
    padding-left: 15px;
    font-size: 13px;
    font-weight: 800;
}
.top_header_bar .cta_btn {
    width: 20%;
    text-align: center;
}
.top_header_bar .cta_btn .theme_btn {
    text-decoration: none;
    padding: 8px 10px;
    background-color: #fa6256;
    color: #fff;
    border-radius: 7px;
    font-size: 11.6px;
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: uppercase;
    line-height: 27.936px;
    filter: drop-shadow(2px 4px 6px #00000030);
}
.woocommerce-order-received .woocommerce-order p > strong {
  display: initial;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0 10px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:nth-child(1) {
  margin-left: 0 !important;
   
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
  padding: 0 !important;
}
.top_header_bar .shopping_btns {
    width: 40%;
}
.top_header_bar .shopping_btns ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: end;
    margin: 0;
}
.top_header_bar .shopping_btns ul li {
    display: flex;
    align-items: center;
}
.top_header_bar .shopping_btns ul li a {
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
    text-transform: capitalize;
    font-weight: 700;
}
.top_header_bar .shopping_btns ul li a .amt_holder {}
.top_header_bar .shopping_btns ul li a .amt_cart_icon_holder {
    width: 26px;
    display: inline-block;
    height: auto;
}
.top_header_bar .shopping_btns ul li a .amt_cart_icon_holder svg {
    width: 100%;
    height: auto;
}
.top_header_bar .shopping_btns ul li a.hdr_shopnow_link {
    background-color: #aeca3e;
    font-size: 12.6px;
    padding: 8px 10px;
    border-radius: 4px;
    font-weight: 800;
    color: #000000a3;
    line-height: 1;
}
.top_header_bar .shopping_btns ul li .hdr_login_link {margin-left: 20px;border-left: 0.2px solid #dddddd7a;margin-right: 10px;line-height: 1;}
.main_header {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    align-items: center;
    box-shadow: 1px -14px 20px #000;
}
.main_header .logo_holder {
    width: clamp(150px, calc(34.2vw - 10px), 480px);
}
.main_header .logo_holder img {
    width: 100%;
}
.main_header .nav_list_holder {}
.main_header .nav_list_holder .nav_list {}
.main_header .nav_list_holder .nav_list ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0;
    gap: clamp(0px, 3.2vw, 10px);
}
.main_header .nav_list_holder .nav_list > ul > li {
    position: relative;
    padding: 15px clamp(5px, 0.2vw, 10px);
}
.main_header .nav_list_holder .nav_list ul li a {
    text-decoration: none;
    font-size: clamp(14px, 1.2vw, 16px);
    font-weight: 700;
    line-height: 25px;
    color: #711d8c;
    text-transform: uppercase;
    position: relative;
    padding-top: 7px;
}
.main_header .nav_list_holder .nav_list ul li .sub-menu li a {
    padding-top: 0;
}
.main_header .nav_list_holder .nav_list ul li .sub-menu li a:before{
    display: none;
}
.main_header .nav_list_holder .nav_list ul li:hover {
}
.main_header .nav_list_holder .nav_list ul li a.active {
  color: #aeca3e !important;
}
.main_header .nav_list_holder .nav_list > ul > li:has(ul > li > a.active) > a {
  color: #aeca3e;
}
.main_header .nav_list_holder .nav_list > ul > li:has(ul > li > a.active) > ul > li > a.active  {
  color: #000 !important;;
}
.main_header .nav_list_holder .nav_list > ul > li:has(ul > li > a.active) > a:before,
.main_header .nav_list_holder .nav_list ul li a.active:before {
  width: 100%;
}
.main_header .nav_list_holder .nav_list > ul > li:has(ul > li > a.active) > .menu_drop_down_icon_holder svg path {
  stroke: #aeca3e;
}
.main_header .nav_list_holder .nav_list ul li:hover a {
  color: #aeca3e;
}
.main_header .nav_list_holder .nav_list ul li a:before {
}
.main_header .nav_list_holder .nav_list ul li a:before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #aeca3e;
  transition: 0.3s;
  width: 0;
  transform: translateX(-50%);
}
.main_header .nav_list_holder .nav_list ul li:hover a:before {
  width: 100%;
}
.main_header .nav_list_holder .nav_list ul li .sub-menu {
    flex-direction: column;
    padding: 10px 25px;
    position: absolute;
    z-index: 9;
    background-color: #fff;
    border: 1px solid #ddd;
    opacity: 0;
    transition: 0.5s;
    margin-top: 18px;
    pointer-events: none;
}
.main_header .nav_list_holder .nav_list ul li .sub-menu li {
    border-bottom: 1px solid #ddd;
    line-height: 1.3;
    padding: 10px 0px;
    width: auto;
}
.main_header .nav_list_holder .nav_list ul li .sub-menu li a {white-space: nowrap;color: hsla(0,0%,40%,.85);transition: 0.5s;font-weight: 500;text-transform: capitalize;filter: drop-shadow(0px 0px 0px black);}
.main_header .nav_list_holder .nav_list > ul > li:first-child {
    margin-left: 0;
}
.main_header .nav_list_holder .nav_list > ul > li:hover {}
.main_header .nav_list_holder .nav_list > ul > li:hover .sub-menu {
    opacity: 1;
    margin-top: 10px;
    pointer-events: auto;
}
.main_header .nav_list_holder .nav_list ul li .sub-menu li a:hover {
    color: hsla(0,0%,7%,.85);
}
.main_header .nav_list_holder .nav_list ul li .sub-menu li:last-child {
    border-bottom: 0;
}
.home_top_slider {
    overflow: hidden;
}
.slick-prev {
    z-index: 999;
    left: 16px !important;
    width: 40px;
    border-radius: 70px;
    overflow: hidden;
    height: 40px;
}
.slick-prev svg, .slick-next svg {
    height: auto;
    width: 100%;
}
.slick-next {
    z-index: 999;
    width: 40px;
    border-radius: 70px;
    overflow: hidden;
    height: 40px;
    right: 16px !important;
}
.home_top_slider button.slick-arrow, .test_wrapper button.slick-arrow{
    opacity: 0;
    transition: 0.5s;
}
.test_wrapper_gallery button.slick-arrow{
    opacity: 1;
    transition: 0.5s;
}

span.slick-pause-icon {
    display: none !important;
}
.home_top_slider .slider_holder:hover button.slick-arrow {
    opacity: 1;
}
.home_top_slider .slider_holder {
    /* position: relative; */
    margin: 0;
}
.home_top_slider .slider_holder .slider_content_holder {
    height: 560px;
    overflow: hidden;
    position: relative;
}
.home_top_slider .slider_holder .slider_content_holder .img_holder {
    height: 100%;
    overflow: hidden;
}
.slider_holder .slick-active .img_holder img {
/*     object-position: 100% 65%; */
	object-position: center;
    transform: scale(1.15);
}
.home_top_slider .slider_holder .slider_content_holder .img_holder img {
    position: relative;
    height: 100%;
    object-fit: cover;
/*     object-position: 100% 65%; */
	object-position: center;
    width: 100%;
    transition: 17.5s;
}
.home_top_slider .slider_holder .slider_text_hollder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    text-align: center;
    background-color: rgba(113, 29, 140, 0.76);
    color: #fff;
    width: calc(30% + 130px);
    font-size: 100%;
    border: 1px solid #fff;
}
.home_top_slider .slider_holder .slider_text_hollder h3 {
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0.2em;
    margin-top: 0.2em;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1.4em, 3.2vw, 2em);
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}
.home_top_slider .slider_holder .slider_text_hollder a {
    padding: 10px;
    border: 2px solid #fff;
    margin: 0;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    text-transform: uppercase;
}
/* latest news styling  */

.latest_news_banner {
    background-color: #711d8c;
    color: rgb(239, 246, 10);
    position: relative;
    top: -7px;
}
.latest_news_banner p {
    width: calc(50% + 170px);
    margin-inline: auto;
    font-weight: 700;
    line-height: 25px;
    font-family: 'Lato', sans-serif;
    color: rgb(239, 246, 10);
	font-size: 16px;
}
.latest_news_banner p span {
    display: block;
}
.latest_news_banner p:last-child {
    font-weight: 700;
}
.latest_news_banner p a {
    color: inherit;
    text-decoration: none;
    font-weight: 900;
}

.premier_florish_section_with_sponsor_logos {}

section {
    padding: clamp(20px, 3.2vw, 40px) 0;
    content-visibility: auto;
}
.florbelle_reviews_section {}
.florbelle_reviews_section iframe {
    width: 100% !important;
}
.sponsor_logo_holder {
}
.sponsor_logo_holder img {
    margin-inline: auto !important;
    text-align: center !important;
    justify-content: center;
    display: flex;
    margin-bottom: 25px;
}
.premier_florish_section_with_sponsor_logos .pf_with_icon_content_holder {}

.premier_florish_section_with_sponsor_logos .pf_with_icon_content_holder h2 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: clamp(22px, 3.2vw, 27.2px);
    color: #555555;
}

.premier_florish_section_with_sponsor_logos .pf_with_icon_content_holder .bold {
    font-size: clamp(16px, 3.2vw, 18px);
    font-weight: 700;
    color: #555555;
    font-family: 'Montserrat';
    margin-bottom: .5em;
    margin-top: 0;
    margin-bottom: 15px;
}

.premier_florish_section_with_sponsor_logos .pf_with_icon_content_holder .pf_charactertise_holder {
    margin-bottom: 25px;
}

.premier_florish_section_with_sponsor_logos .pf_with_icon_content_holder .pf_charactertise_holder h3 {
    font-size: clamp(20px, 3.2vw, 20px);
    font-family: 'Montserrat';
    font-weight: 700;
    color: #555;
}

.premier_florish_section_with_sponsor_logos .pf_with_icon_content_holder .pf_charactertise_holder p {color: #555;}


/* event styling  */

.event_content_img_with_text_holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease-in-out .5s;
}
.event_block_section .event_content_img_with_text_holder:hover {}
.event_block_section .event_content_img_with_text_holder:hover img {
    transform: scale(1.05);
}
.event_block_section .event_content_img_with_text_holder:hover:before {
    background-color: #ad85923b;
    z-index: 9;
}
.event_block_section {
    padding: clamp(20px, 3.2vw, 40px) clamp(20px, 3.2vw, 40px);
    background-color: #8a4dad;
}
.event_block_section .event_content_img_with_text_holder {
    overflow: hidden;
    position: relative;
    border: 1px solid #fff;
    aspect-ratio: 4 / 3;
}
.event_block_section .event_content_img_with_text_holder:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    content: '';
    background-color: #00000036;
    width: 100%;
    height: 100%;
    transition: ease-in-out 0.5s;
}
.event_block_section .event_content_img_with_text_holder h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-size: clamp(30.625px, 12.2vw, 61.625px);
    font-style: italic;
    font-family: "Dancing Script", sans-serif;
    margin: 0;
    font-weight: bold;
    filter: drop-shadow(0px 0px 4px black);
    z-index: 9999;
}
.Special_Events_Showcase {
    padding: 25px 0 0;
    background-color: #b289af;
}
.Special_Events_Showcase h2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: clamp(25px, 3.2vw, 48px);
    letter-spacing: 3px;
    padding-top: 25px;
}

/* start about  */


.about_section {
  padding: 60px 0;
  gap: 60px;
}
.about_section > div:first-child {
  display: flex;
  justify-content: center;
  align-content: center;
  height: 100%;
  align-items: start;
  position: sticky;
  top: 150px;
}
.about_section > div:first-child > div .wp-block-column {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  height: 300px;
  width: 300px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
}
.about_section > div:first-child > div .wp-block-column figure {
  position: absolute;
  top: 0;
}
.about_section > div:first-child > div .wp-block-column figure + div {
  position: absolute;
  top: 72%;
  background-color: #fff;
  margin: 0;
}
.about_section > div:first-child > div .wp-block-column figure + div > div {
  height: auto;
  padding: 15px;
}
.about_section > div:first-child > div .wp-block-column .wp-block-heading {
  margin: 0;
}
.about_section > div:first-child > div .wp-block-column p {
  margin: 0;
}
.about_section > div:last-child {
}
.about_section > div:last-child {
}
.about_section > div:last-child > div > div > div {
  display: ;
}
.about_section > div:last-child > div > div > div > div:last-child {
}
.about_section > div:last-child > div > div > div > div:last-child > figure {
  border-radius: 50%;
  height: 200px;
  overflow: hidden;
  width: 200px;
}
@media only screen and (max-width: 781px){
  .about_section > div:first-child {
  position: relative;
  top: 0;
}
	.about_section {
		gap: 5px;
	}
	.about_section > div:last-child > div > div > div > div:last-child {
  order: 1;
}
.about_section > div:last-child > div > div > div > div:first-child {
  order: 2;
}
}

/* end about  */
/* gallery photos  */

.home_gallery {
    padding: 0;
}


.home_gallery {
    padding: 0;
}
.gal_img_holder {
    aspect-ratio: 3 / 2;
    overflow: hidden;
}

.gal_img_holder img {
    height: 100%;
    object-fit: cover;
    object-position: 50% 32%;
}
.footer_menu_section {
    background-color: #711d8c;
    padding: 30px 0;
    margin-top: auto;
}
.footer_menu_section .footer_menu_liast {}
.footer_menu_section .footer_menu_liast ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    margin: 0;
    flex-wrap: wrap;
}
.footer_menu_section .footer_menu_liast ul li {}
.footer_menu_section .footer_menu_liast ul li:last-child a {
    border-right: 0;
}
.footer_menu_section .footer_menu_liast ul li a {
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
    border-right: 2px solid #9b979d;
}
.main_footer {
    padding: 40px 0;
    background-color: #5b5b5b;
    color: #fff;
}
.main_footer .footer_content_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}
.main_footer .footer_content_row .footer_Content_col {}
.main_footer .footer_content_row .footer_Content_col .footer_location {}
.main_footer .footer_content_row .footer_Content_col .footer_time {
    padding: 15px 0;
}
.main_footer .footer_content_row .footer_Content_col .footer_time strong {
    display: block;
}
.main_footer .footer_content_row .footer_Content_col .footer_online_Cards {}
.main_footer .footer_content_row .footer_Content_col .footer_online_Cards ul {
    list-style: none;
    display: flex;
    align-items: center;
    padding-left: 0;
}
.main_footer .footer_content_row .footer_Content_col .footer_online_Cards ul li {}
.main_footer .footer_content_row .footer_Content_col .footer_online_Cards ul li a {
    background-color: hsla(0,0%,100%,.1);
    border-radius: 5px;
    display: inline-block;
    margin: 3px 3px 0;
    opacity: .6;
    padding: 3px 5px 5px;
    transition: opacity .3s;
}
.main_footer .footer_content_row .footer_Content_col .footer_online_Cards ul li a img {}
.main_footer .footer_content_row .footer_Content_col .footer_online_Cards ul li a svg {fill: #fff;width: 50px;}
.main_footer .footer_content_row .footer_Content_col .footer_online_Cards ul li:first-child a {
    background-color: transparent;
}
.main_footer p {
    color: #fff;
    margin: 0;
    display: flex;
}
.main_footer p strong {
    font-size: inherit !important;
    margin-left: 4px;
    width: auto !important;
    margin-right: 0;
}
.mob_toggle_btn {
    display: none;
}
.cart_mobile, .cart_mobile span.amt_cart_icon_holder {
    display: none;
    position: relative;
}
.get_qty_item {
  position: absolute;
  top: 8px;
  right: 0;
  background-color: #711d8c;
  height: 22px;
  width: 22px;
  display: flex;
  align-content: center;
  justify-content: center;
  text-align: center;
  padding: 0px 6px;
  color: #fff;
  border-radius: 70px;
  z-index: 0;
  font-size: 12px;
}
/* inner page banner image  */
.inner_page ul li {
  font-size: clamp(16px, 3.2vw, 18px);
  line-height: 28.16px;
  margin-bottom: 10px;
/*   list-style-image: url(/wp-content/uploads/2025/11/flor-bella-icon.png); */
}
.inner_page  .has-text-align-left {
	width: fit-content;
    margin-inline: auto;
	line-height: 2;
	font-weight: bolder;
}
.inner_banner_slider_section {
    padding: 0;
    height: clamp(310px, 46.2vw, 460px);
    overflow: hidden;
}
.banner_slider_content_holder {}
.inner_banner_slider_section .banner_slider_content_holder {
    position: relative;
    height: 100%;
}
.inner_banner_slider_section .banner_slider_content_holder:before {
    width: 100%;
    height: 50px;
    content: '';
    top: 0;
    position: absolute;
    background-image: linear-gradient(180deg, #711d8c75, #711d8c75);
    filter: blur(25px);
}
.inner_banner_slider_section .banner_slider_content_holder .banner_content_holder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: calc(60% + 100px);
    height: auto;
    padding: 15px 0;
    background-color: rgba(100, 85, 107, 0.72);
    border: 5px solid #fff;
}
.inner_banner_slider_section .banner_slider_content_holder .img_holder {
    height: 100% !important;
}
.inner_banner_slider_section .banner_slider_content_holder .img_holder img {
    height: 100%;
    object-fit: cover;
    object-position: 100% 35%;
}
.inner_banner_slider_section .banner_slider_content_holder .banner_content_holder h2 {
    font-size: clamp(35px, 8.2vw, 64px);
    font-weight: 900;
    margin-bottom: 10px;
    padding: 0 12px;
}
.inner_banner_slider_section .banner_slider_content_holder .banner_content_holder * {
    color: #fff;
    text-decoration: none;
}
.inner_banner_slider_section .banner_slider_content_holder .banner_content_holder a {
    border: 1px solid #fff;
    width: fit-content;
    padding: 5px 10px;
    margin-inline: auto;
    font-weight: 800;
    font-family: 'Montserrat';
    font-size: clamp(16px, 3.2vw, 24px);
    transition: 0.5s;
}
.inner_banner_slider_section .banner_slider_content_holder .banner_content_holder a:hover {
    color: inherit;
    background-color: #fff;
	color: #5e5e5e;
}
.pf_with_icon_content_holder h2 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: clamp(22px, 3.2vw, 34.2px);
    color: #555555;
}
.pf_with_icon_content_holder .bold {
    font-size: clamp(16px, 3.2vw, 18px);
    font-weight: 700;
    color: #555555;
    font-family: 'Montserrat';
    margin-bottom: .5em;
    margin-top: 0;
    margin-bottom: 15px;

}
.pf_charactertise_holder p {
    color: #555;
}

.zigzag_col_6 {
    /* height: 500px; */
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.zigzag_col_6 iframe {
    width: 100%;
    background-color: #711d8c40;
}
.zigzag_col_6:has(h2, p) {
  padding: 30px 0;
}
.zigzag_img_holder img {
    height: 500px;
    object-fit: cover;
    object-position: center;
}
.zigzag_heading{
    font-size: clamp(16px, 3.2vw, 25px);
    font-weight: 700;
    line-height: 35.2px;
    font-family: 'Montserrat';
}
.zigzag_text{
    font-size: clamp(16px, 3.2vw, 17.6px);
    line-height: 28.16px
}
.zigzag_img_text ul {
    text-align: left !important;
    list-style: none;
    /* padding-left: 0; */
}

.zigzag_img_text .button {
  padding: 10px 20px;
  background: #711d8c;
  color: #fff;
  margin-top: 15px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 7px;
}
p > strong {
/*     font-size: clamp(16px, 3.2vw, 22px);
    width: 84%;
    display: inline-block;
    margin-inline: auto; */
}
p {
    font-size: clamp(16px, 3.2vw, 18px);
}
h2 {
    font-weight: 600;
}
.zigzag_img_text ul li .caret_icon_holder {
    margin-right: 9px;
    display: inline-block;
}
.zigzag_img_text ul li {
    font-size: clamp(16px, 3.2vw, 18px);
    line-height: 28.16px;
    margin-bottom: 10px;
    list-style-image: url(/wp-content/uploads/2025/11/flor-bella-icon.png);
}

.zigzag_btn_wrapper {
    padding: 0 0 60px 0px;
}

.zigzag_btn_wrapper .btns_holder {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.zigzag_btn_wrapper .btns_holder a {
    background-color: #B289AF;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    width: clamp(200px, 25.2vw, 400px);
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.5s;
}

.zigzag_btn_wrapper .btns_holder a > span:has(svg) {
    width: 32px;
    display: inline-block;
    height: 32px;
}

.zigzag_btn_wrapper .btns_holder a > span > svg {
    width: 100%;
    height: auto;
}

.zigzag_btn_wrapper .btns_holder a span {
    font-size: clamp(15px, 3.2vw, 18px);
}

.zigzag_btn_wrapper .btns_holder a:hover {
    box-shadow: inset 0 0 0 100px rgba(0,0,0,.2);
}
/* faq  */

.font-xxx-purple {
    font-size: clamp(24px, 3.2vw, 48px);
    color: #711d8c;
}
.faq_content_holder {}
.faq_content_holder h3 {
    margin-top: 30px;
    font-size: clamp(20.4px, 3.2vw, 24.6px);
}
.faq_content_holder h3 + p {
    margin-bottom: 30px;
}
.faq_ele_wrapper {}
.faq_content_holder .faq_ele_wrapper {}
.faq_content_holder .faq_ele_wrapper .faq_ele {
    border-top: 1px solid #ddd;
}

.faq_content_holder .faq_ele_wrapper .faq_ele h4 {
    font-size: clamp(17.6px, 3.2vw, 17.6px);
    padding: 6px 7px;
    cursor: pointer;
    margin-bottom: 0;
}
.faq_content_holder .faq_ele_wrapper .faq_ele h4 svg {
    width: 38px;
    margin-left: 0;
    height: 100%;
}
.faq_content_holder .faq_ele_wrapper .faq_ele .faq_detail {
    display: none;
    padding: 10px 0 16px 48px;
}

.faq_content_holder .faq_ele_wrapper .faq_ele .menu_drop_down_icon_holder {
    position: relative;
}
.faq_content_holder .faq_ele_wrapper .faq_ele .menu_drop_down_icon_holder svg {
    transform: rotate(0deg);
    transition: 0.15s;
}
.faq_content_holder .faq_ele_wrapper .faq_ele.active .menu_drop_down_icon_holder svg{
    transform: rotate(180deg);
}
.faq_content_holder .faq_ele_wrapper .faq_ele.active {}

.faq_content_holder .faq_ele_wrapper .faq_ele.active h4 {
    background-color: #f7f7f7;
    color: #b48eb1;
    font-weight: 600;
}
.faq_content_holder .faq_ele_wrapper .faq_ele h4:hover {
    color: #000;
}
.faq_content_holder .faq_ele_wrapper .faq_ele.active h4:hover {
    color: #b48eb1;
}

/* portfolio styling  */

.portfolio_section {
    text-align: center;
    background-image: linear-gradient(45deg, rgba(113, 29, 140, 0.8), rgba(113, 29, 140, 0.8)), url(../imgs/FBD_Wedding2.jpg);
    background-position: center;
    content-visibility: auto;
}
.portfolio_section h2 {
    font-size: clamp(25px, 3.2vw, 43.8px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Montserrat';
}
.portfolio_section h2 + p {
    margin-bottom: 25px;
    font-size: clamp(20px, 3.2vw, 21.92px);
}
.portfolio_section a {
    text-decoration: none;
}
.portfolio_section a .portfolio_content_holder {}
.portfolio_section a .portfolio_content_holder .portfolio_img_holder {
    border: 3px solid #711d8c;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}
.portfolio_section a .portfolio_content_holder .portfolio_img_holder img {
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.portfolio_section a .portfolio_content_holder h3 {
    font-size: 18.4px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 15px;
}
.portfolio_section a:hover {}
.portfolio_section a:hover .portfolio_img_holder {
    border: 3px solid #b6e013;
}
.portfolio_section a:hover img {
    transform: scale(1.10);
}
.portfolio_section * {
    color: #fff;
}
.test_wrapper_gallery {
	margin-bottom: 0;
}
.test_statment_gallery img {
	width: 100%;
	aspect-ratio: 2 / 5;
	object-fit: cover;
	height: 500px
}
.about_page .test_statment_gallery img {
	object-fit: contain;
  max-height: 386px;
  min-height: 500px;
}
/* Testimonial  */

.client_testimonial_section {
    color: #fff;
    background-image: linear-gradient(180deg, rgba(105, 161, 7, 0.8), rgba(105, 161, 7, 0.8)), url(/wp-content/themes/florbella2025/assets/imgs/FBD_Wedding2.jpg);
    background-position: center;
    padding-bottom: 60px;
}
.client_testimonial_section h2 {
    color: #fff;
    font-family: 'Dancing Script';
    font-size: clamp(35px, 3.2vw, 48px);
    font-weight: 700;
    margin-bottom: 50px;
}
.client_testimonial_section .test_wrapper {}
.client_testimonial_section .test_wrapper .test_statment {
    position: relative;
}
.client_testimonial_section .test_wrapper .test_statment h2 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: clamp(22px, 3.2vw, 26px);
    margin-bottom: 19px;
}
.client_testimonial_section .test_wrapper .test_statment h2 + p {
    color: #fff;
    font-size: clamp(18px, 3.2vw, 20.8px);
    font-style: italic;
    padding: 0 calc(15% - 100px);
}
.client_testimonial_section .test_wrapper .test_statment .client_name {}
.client_testimonial_section .test_wrapper .test_statment:before {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22%23ffffff%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%2264px%22%20height%3D%2264px%22%20viewBox%3D%22-12.4%20-12.4%20148.76%20148.76%22%20xml:space%3D%22preserve%22%20stroke%3D%22%23ffffff%22%3E%3Cg%3E%3Cpath%20d%3D%22M49.8%2C29.032c3.1-1.3%2C4.4-5%2C3-8l-4.9-10.3c-1.4-2.899-4.8-4.2-7.8-2.899c-8.5%2C3.6-15.8%2C8.3-21.6%2C14%20C11.4%2C28.532%2C6.6%2C36.232%2C4%2C44.732c-2.6%2C8.601-4%2C20.3-4%2C35.2v30.7c0%2C3.3%2C2.7%2C6%2C6%2C6h39.3c3.3%2C0%2C6-2.7%2C6-6v-39.3c0-3.301-2.7-6-6-6%20H26.5c0.2-10.101%2C2.6-18.2%2C7-24.301C37.1%2C36.133%2C42.5%2C32.133%2C49.8%2C29.032z%22/%3E%3Cpath%20d%3D%22M120.4%2C29.032c3.1-1.3%2C4.399-5%2C3-8l-4.9-10.199c-1.4-2.9-4.8-4.2-7.8-2.9c-8.4%2C3.6-15.601%2C8.3-21.5%2C13.9%20c-7.101%2C6.8-12%2C14.5-14.601%2C23c-2.6%2C8.399-3.899%2C20.1-3.899%2C35.1v30.7c0%2C3.3%2C2.7%2C6%2C6%2C6H116c3.3%2C0%2C6-2.7%2C6-6v-39.3%20c0-3.301-2.7-6-6-6H97.1c0.2-10.101%2C2.601-18.2%2C7-24.301C107.7%2C36.133%2C113.1%2C32.133%2C120.4%2C29.032z%22/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: clamp(32px, 3.2vw, 50px) clamp(32px, 3.2vw, 50px);
    width: 100%;
    height: 100%;
    left: 0;
}

.client_testimonial_section .test_wrapper .test_statment:after {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22%23ffffff%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns:xlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%2264px%22%20height%3D%2264px%22%20viewBox%3D%22-12.4%20-12.4%20148.76%20148.76%22%20xml:space%3D%22preserve%22%20stroke%3D%22%23ffffff%22%3E%3Cg%3E%3Cpath%20d%3D%22M49.8%2C29.032c3.1-1.3%2C4.4-5%2C3-8l-4.9-10.3c-1.4-2.899-4.8-4.2-7.8-2.899c-8.5%2C3.6-15.8%2C8.3-21.6%2C14%20C11.4%2C28.532%2C6.6%2C36.232%2C4%2C44.732c-2.6%2C8.601-4%2C20.3-4%2C35.2v30.7c0%2C3.3%2C2.7%2C6%2C6%2C6h39.3c3.3%2C0%2C6-2.7%2C6-6v-39.3c0-3.301-2.7-6-6-6%20H26.5c0.2-10.101%2C2.6-18.2%2C7-24.301C37.1%2C36.133%2C42.5%2C32.133%2C49.8%2C29.032z%22/%3E%3Cpath%20d%3D%22M120.4%2C29.032c3.1-1.3%2C4.399-5%2C3-8l-4.9-10.199c-1.4-2.9-4.8-4.2-7.8-2.9c-8.4%2C3.6-15.601%2C8.3-21.5%2C13.9%20c-7.101%2C6.8-12%2C14.5-14.601%2C23c-2.6%2C8.399-3.899%2C20.1-3.899%2C35.1v30.7c0%2C3.3%2C2.7%2C6%2C6%2C6H116c3.3%2C0%2C6-2.7%2C6-6v-39.3%20c0-3.301-2.7-6-6-6H97.1c0.2-10.101%2C2.601-18.2%2C7-24.301C107.7%2C36.133%2C113.1%2C32.133%2C120.4%2C29.032z%22/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: clamp(32px, 3.2vw, 50px) clamp(32px, 3.2vw, 50px);
    width: clamp(32px, 3.2vw, 50px);
    height: clamp(32px, 3.2vw, 50px);
    right: 0;
    top: 85%;
    transform: translate(0, -50%) scale(-1, -1);
}


/* Shop Page Title Container */
.florbelle_shop_section .shop-page-title {
  background-color: #fff;
  padding: 10px 0 30px;
  font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
}

.florbella-single-product div div + div {
}
.florbella-single-product div div + div .custom-product-fields {
}
.florbella-single-product div div + div .custom-product-fields * {
  font-weight: 600;
	font-size: 16px;
}
.florbella-single-product div div + div .custom-product-fields input[type="tel"] {
  width: 100%;
  border: 1px solid #bfbfbf;
  padding: 8px;
  outline: 0;
}
.florbella-single-product div div + div .custom-product-fields #special_instruction {
  border: 1px solid #bfbfbf;
  height: 100px;
}
/* Flex layout */
.florbelle_shop_section .page-title-inner {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 0;
}

/* Breadcrumb */
.florbelle_shop_section .woocommerce-breadcrumb {
  font-size: 20.4px !important;
  letter-spacing: 0.4px;
  margin: 0 !important;
  font-weight: 600;
  font-family: 'Lato';
  color: #1a1a1a !important;
  text-transform: uppercase;
}
.florbelle_shop_section .woocommerce-breadcrumb a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
}
.florbelle_shop_section .woocommerce-breadcrumb a:hover {
  color: #d4a373; /* Elegant highlight */
}

/* Result Count */
.florbelle_shop_section .woocommerce-result-count p {
  margin: 0 !important;
  font-size: 14px;
  color: #444;
  font-weight: 500;
}

/* Dropdown Sorting */
.florbelle_shop_section .woocommerce-ordering select {
  padding: 10px 14px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  color: #333;
  transition: all 0.3s ease;
}
.florbelle_shop_section .woocommerce-ordering select:hover {
  border-color: #d4a373;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(212, 163, 115, 0.1);
}
.florbelle_shop_section .woocommerce-ordering {
  position: relative;
  display: inline-block;
  margin: 0 !important;
}

/* Mobile Responsive */
@media only screen and (max-width: 991px){	
.florbella-single-product .for_subs_cat .products .product {
  flex: 0 1 clamp(120px, 3.2vw, 150px) !important;
}
}

@media (max-width: 767px) {
	
.gform_wrapper.gravity-theme .gfield.gfield--width-half {
  grid-column: span 12;
}
  .florbelle_shop_section .page-title-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
	.florbelle_shop_section > div > div + div > div {
		position: relative !important;
		margin-bottom: 15px;
		top: 0 !important;
	}
  .florbelle_shop_section .flex-col.text-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .florbelle_shop_section .woocommerce-ordering select {
    width: 100%;
  }
}

@media only screen and (max-width: 580px){
	#tab-order tbody .cart_item .product-name img {
		float: left;
	}
}
.florbelle_shop_section .woocommerce-result-count.d-inline-block {
    margin: 0;
}

.florbelle_shop_section .flex-col.text-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.florbelle_shop_section .woocommerce-ordering.d-inline-block {
    margin: 0 !important;
}

.florbelle_shop_section .woocommerce .woocommerce-ordering {
    margin: 0;
}

.florbelle_shop_section .product-wrapper {
    padding: 0 0px 15px !important;
}

.florbelle_shop_section .product-wrapper a {
    text-decoration: none;
    font-size: clamp(18px, 3.2vw, 20px) !important;
    display: block;
}

.florbelle_shop_section .product-wrapper span {}

.florbelle_shop_section .product-wrapper a h2.woocommerce-loop-product__title {
    font-size: clamp(15px, 3.2vw, 17px);
    margin: 18px 0;
}
.florbelle_shop_section .product-wrapper span.price {
    font-weight: 600;
    color: #000000d4;
}
.florbelle_shop_section .product-wrapper span.price + a {
    display: none;
}

.florbelle_shop_section .product-wrapper a {}

.florbelle_shop_section .product-wrapper a img {
    width: 90%;
    object-fit: cover;
    aspect-ratio: 9 / 10;
}
.shop-sidebar {}
.shop_sidebar h2 {
    font-size: clamp(15px, 3.2vw, 17px);
    text-transform: uppercase;
    font-weight: 600;
}
.sidebar_shop_listing {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}
.sidebar_shop_listing li {
    border-bottom: 1px solid #dddddd9c;
    padding: 5px 0;
}
.sidebar_shop_listing li a {
    text-decoration: none;
    color: inherit;
    font-size: 18px;
}
.sidebar_shop_listing li a:hover {
    color: #000;
}
.sidebar_shop_listing li:last-child {
    border-bottom: 0px solid;
}
.offer_box {
    text-align: center;
    padding: 15px;
    background-color: purple;
    color: #fff;
}
.offer_box h3 {
    font-size: clamp(18px, 3.2vw, 20.8px);
    color: #fff;
    font-family: 'dancing script';
    font-weight: 700;
    padding: 0 15px;
}
.offer_box .offer_alert_box {
    color: #000;
    padding: 15px 0 1px;
    background-color: #fff8ff;
}
.offer_box .offer_alert_box .off_heading {
    color: ;
    font-size: 16.8px;
}
.offer_box .offer_alert_box ul {
    padding: 0;
    text-align: center;
    list-style: none;
}
.offer_box .offer_alert_box ul li {
    margin-bottom: 7px;
    font-size: 14px;
}
.offer_box .offer_alert_box ul li strong {
    display: block;
}
.offer_box .offer_alert_box ul li span {}

.florbelle_shop_section > div > div + div {
    align-items: start;
}

.florbelle_shop_section > div > div + div > div{
    position: sticky;
    top: 150px;
}
.shop-page-title .pagination {}
.shop-pagination .navigation {
    text-align: center;
    justify-content: center;
}
.shop-pagination .navigation .nav-links {
    display: flex;
    gap: 10px;
    align-items: center;
}
.shop-pagination .navigation .nav-links a, .shop-pagination .navigation .nav-links span {
    border-radius: 24px;
    width: 32px;
    display: inline-block;
    height: 32px;
    color: #000;
    text-decoration: none;
    outline: 2px solid #888888;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop-pagination .navigation .nav-links .page-numbers.current {
    background-color: #b289af;
    color: #fff;
	outline: 2px solid transparent;
	width: 35px;
    height: 35px;
}
.florbella-single-product .shop_alert + div.row {
    margin-top: 40px;
}
.shop_alert.purple .close {
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
}

.shop-page-container {
}
.shop-page-container .shop-main-content {
}
.shop-page-container .shop-main-content .shop-title {
  display: none;
}
/* add to cart section */

.florbella-cart-page {}
.florbella-cart-page .cart-steps {}
.florbella-cart-page .cart-steps h3 {
    text-align: center;
    font-weight: 700;
    color: #cccccc;
    font-family: 'Montserrat';
}
.florbella-cart-page .cart-steps h3 .step.active {
    color: #000;
}
.florbella-cart-page .woocommerce-info {
    border-top: 0;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid #777777;
    box-shadow: 1px 6px 4px #dddddd26;
}
.florbella-cart-page form.woocommerce-cart-form {}
.florbella-cart-page form.woocommerce-cart-form .shop_table_responsive {}
.florbella-cart-page form.woocommerce-cart-form .shop_table_responsive tbody {}

.florbella-cart-page form.woocommerce-cart-form .shop_table_responsive thead {
  background-color: #eee;
  text-transform: uppercase;
}
.florbella-cart-page form.woocommerce-cart-form > div {
}
.florbella-cart-page form.woocommerce-cart-form > div > div {
    padding-bottom: 15px !important;
}
.florbella-cart-page form.woocommerce-cart-form > div > div * {
  border: 0;
}
.florbella-cart-page form.woocommerce-cart-form > div > div .cart-actions {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: start;
}
.florbella-cart-page form.woocommerce-cart-form > div > div:nth-child(2) {
  border: 2px solid #711d8c;
  padding: 15px 15px 5px;
  height: max-content;
  background-color: #e8e2eb;
}
.woocommerce-info a {
  color: #000;
  text-decoration: none;
}

html body .ywgc_enter_code .form-row {
  display: flex;
  align-content: center;
  margin: 0 !important;
  height: 40px;
}
.ywgc_enter_code .form-row input {
  border-radius: 0;
  border: 1px solid #cac7c7 !important;
  padding: 7px 12px;
  width: 100%;
  height: 100%;
}
.ywgc_enter_code .form-row .button {
  background-color: #711d8c !important;
  text-transform: uppercase;
  border-radius: 0;
}
form.woocommerce-cart-form > div > div .continue-shopping-btn {
  border: 2px solid #711d8c;
  text-transform: uppercase;
  color: #711d8c;
  border-radius: 0;
  background-color: transparent;
}
.florbella-cart-page form.woocommerce-cart-form > div > div .update-cart-btn {
  margin-left: 15px;
  border: 2px solid #711d8c;
  text-transform: uppercase;
  border-radius: 0;
  background-color: #b289af;
  color: #fff !important;
}
.florbella-cart-page form.woocommerce-cart-form > div > div .update-cart-btn:hover {
  background-color: #d8c3d6 !important;
}

.florbella-cart-page form.woocommerce-cart-form > div > div .shop_table tbody {
}
.florbella-cart-page form.woocommerce-cart-form > div > div .shop_table tbody .woocommerce-cart-form__cart-item {
  position: relative;
}
.florbella-cart-page form.woocommerce-cart-form > div > div .shop_table tbody .woocommerce-cart-form__cart-item td {
  color: #000;
}
.florbella-cart-page form.woocommerce-cart-form > div > div .shop_table tbody .woocommerce-cart-form__cart-item td a {
  color: #000;
  text-decoration: none;
}
.florbella-cart-page form.woocommerce-cart-form > div > div .shop_table tbody .woocommerce-cart-form__cart-item td .qty {
  border: 1px solid #ddd;
}
.col-md-4 {
}
.florbella-cart-page form.woocommerce-cart-form > div > div:nth-child(2) .cart-totals-box {
}
.florbella-cart-page form.woocommerce-cart-form > div > div:nth-child(2) .cart-totals-box h2 {
  font-size: 16px;
  text-transform: uppercase;
}
.florbella-cart-page form.woocommerce-cart-form > div > div:nth-child(2) .cart-coupon {
  display: none;
}
.florbella-cart-page form.woocommerce-cart-form > div > div:nth-child(2) .cart-totals-box .shop_table {
  margin-bottom: 0;
}
.florbella-cart-page form.woocommerce-cart-form > div > div:nth-child(2) .cart-totals-box .shop_table tr {
  padding: ;
}
.florbella-cart-page form.woocommerce-cart-form > div > div:nth-child(2) .cart-totals-box .shop_table tr th {
  padding: 0;
}
.florbella-cart-page form.woocommerce-cart-form > div > div:nth-child(2) .cart-totals-box .shop_table tr th + td {
  text-align: end;
  color: #000;
	font-size: 14px;
}
.florbella-cart-page form.woocommerce-cart-form > div > div .shop_table tbody .woocommerce-cart-form__cart-item td img {
  width: 60px;
  aspect-ratio: 7 / 9;
  object-fit: contain;
  margin-left: auto;
  display: flex;
}
.florbella-cart-page form.woocommerce-cart-form > div > div .shop_table thead tr {
}
.florbella-cart-page form.woocommerce-cart-form > div > div .shop_table thead tr .product-thumbnail {
}
.florbella-cart-page form.woocommerce-cart-form > div > div .shop_table tbody .woocommerce-cart-form__cart-item td.product-remove {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.florbella-cart-page form.woocommerce-cart-form > div > div .shop_table tbody .woocommerce-cart-form__cart-item td.product-remove .remove {
  display: flex !important;
  align-content: center !important;
  justify-content: center !important;
  padding: 0 5px;
  height: 25px;
  width: 25px;
  border: 1px solid #9d9d9d;
  color: #9d9d9d !important;
}
.florbella-cart-page form.woocommerce-cart-form > div > div .shop_table tbody .woocommerce-cart-form__cart-item td.product-remove .remove:hover {
  background-color: transparent;
  color: #000 !important;
  border: 1px solid #000 !important;
}
.florbella-cart-page form.woocommerce-cart-form .wc-proceed-to-checkout {
  padding-top: 0;
}
.florbella-cart-page form.woocommerce-cart-form .wc-proceed-to-checkout .checkout-button.button {
  background-color: #83798a;
  margin: 0;
  padding: 9px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.5px;
  margin-top: 15px;
}
/* end cart section  */


/* start shop spage  */

.florbella-single-product div {
}
.florbella-single-product div div + div {
}
.florbella-single-product div div + div .product-breadcrumb {
}
.florbella-single-product div div + div .product-breadcrumb .woocommerce-breadcrumb {
}
.florbella-single-product div div + div .product-breadcrumb .woocommerce-breadcrumb a {
  text-decoration: none;
  font-size: clamp(16px, 3.2vw, 18px);
}
.florbella-single-product div div + div .product_title {
  font-weight: bolder;
  padding-bottom: 10px !important;
  position: relative;
  font-size: 1.7em;
}
.florbella-single-product div div + div .product_title:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  height: 3px;
  width: 40px;
  background-color: #e5e5e5;
}
.florbella-single-product div div + div .product-price {
  font-size: clamp(18px, 3.2vw, 22px);
  color: #111;
  font-weight: 700;
  white-space: nowrap;
}
.florbella-single-product div div + div .variations_form {
}
.florbella-single-product div div + div .variations_form .single_variation_wrap {
}
.florbella-single-product .for_subs_cat {
}
.florbella-single-product .for_subs_cat > label {
  display: block;
  font-size: .9em;
  font-weight: 700;
  margin-bottom: .4em;
  color: #000;
}
.florbella-single-product .for_subs_cat .products {
  margin-top: 15px;
}
.florbella-single-product .for_subs_cat .products .product {
  flex: 0 1 20%;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  position: relative;
  margin: 0 6px 9px;
  transition: border-color .3s ease;
  filter: drop-shadow(0 4px 6px rgba(0,0,0,.08));
}
.florbella-single-product .for_subs_cat .products .product .item-internal {
}
.florbella-single-product .for_subs_cat .products .product .item-internal .img-wrp {
}
.florbella-single-product .for_subs_cat .products .product .item-internal .img-wrp .size-thumbnail {
}
.florbella-single-product .for_subs_cat .products .product .item-internal .txt-wrp {
  min-height: 35px;
  display: flex;
  align-content: center;
  justify-content: center;
  height: 35px;
  margin-top: 0;
  padding: 2px 5px;
}
.florbella-single-product .for_subs_cat .products .product .item-internal .txt-wrp .title {
  display: flex;
  align-content: center;
  justify-content: center;
  height: 100%;
}
.florbella-single-product .for_subs_cat .products .product .item-internal .txt-wrp .title strong {
  padding: 2px 0;
  height: 100%;
}
.florbella-single-product .for_subs_cat .products .product .item-internal .bottom-wrapper {
}
.florbella-single-product .for_subs_cat .products .product .item-internal .bottom-wrapper .button-base.small {
}
.florbella-single-product .for_subs_cat .products .product .item-internal .bottom-wrapper .button-base .product_type_simple {
  padding: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
  align-content: center;
  justify-content: center;
  display: block;
  background-color: #ad7cbc;
  color: #ffff;
  text-transform: uppercase;
}

.florbella-single-product .for_subs_cat .products .product .item-internal .bottom-wrapper .button-base:has(.add_to_cart_button) {
}
.florbella-single-product .for_subs_cat .products .product .item-internal .bottom-wrapper .button-base:has(.added_to_cart) {
}
.florbella-single-product .for_subs_cat .products .product .item-internal .bottom-wrapper:has(.added_to_cart) .added {
  display: none !important;
}
.florbella-single-product .for_subs_cat .products .product .item-internal .bottom-wrapper .added_to_cart {
  display: flex !important;
  background-color: #ad7cbc;
}
.florbella-single-product div div + div .variations_form .for_subs_cat .products .product .item-internal .bottom-wrapper .button-base .add_to_cart_button {
  display: block;
  background-color: #ad7cbc;
  color: #ffff;
  text-transform: uppercase;
}
.florbella-single-product .for_subs_cat .products .product .item-internal .bottom-wrapper .added_to_cart img {
  filter: invert(1) brightness(1.5);
	opacity: 1;
}
.florbella-cart-page form.woocommerce-cart-form > div > div:nth-child(2) .cart-totals-box .shop_table tr th + td .woocommerce-shipping-destination strong {
  font-size: 16px;
}
.florbella-single-product div .woocommerce-product-gallery {
}
.florbella-single-product div .woocommerce-product-gallery ol.flex-control-thumbs {
  margin-top: 15px !important;
}
.florbella-single-product div .woocommerce-product-gallery ol.flex-control-thumbs li img {
  object-fit: cover;
  padding: 3px;
  /*! background-color: #711d8c; */
}
.florbella-single-product div .woocommerce-product-gallery ol.flex-control-thumbsli {
}
.florbella-single-product div .woocommerce-product-gallery ol.flex-control-thumbs li {
  aspect-ratio: 4 / 4;
  display: flex;
  align-content: center;
  justify-content: center;
}
.florbella-single-product div div + div .variations_form .quantity {
  border: 0px solid red;
  border-radius: 4px;
}
.florbella-single-product div div + div .variations_form .qty {
  border: 1px solid #cacaca;
  height: 36px;
  border-radius: 2px;
}
.single_add_to_cart_button {
  text-transform: uppercase;
}
.product-meta {
}
.product-meta > p {
  font-size: 14px;
}
.product-meta > p strong {
  font-weight: 400;
	font-size: 16px;
	width: fit-content;
}
.product-meta > p a {
  text-decoration: navajowhite;
  color: #000;
  font-weight: 400;
}
.florbella-single-product div .tabs-section {
}
.florbella-single-product div .tabs-section .tabs {
  border-top: 1px solid #d0cece;
  justify-content: start !important;
  display: flex;
  align-content: center;
  padding: 0 !important;
}
.florbella-single-product div .tabs-section .tabs li {
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #711d8c;
}

.florbella-single-product div div + div .wc-tab {
  border-bottom: 1px solid #ddd;
	padding-bottom: 20px !important;
}
.florbella-single-product div .tabs-section .tabs::before {
  display: none !important;
}
.florbella-single-product div div + div .wc-tab h2 {
  display: none;
}
.florbella-single-product .row {
  align-items: start;
}
.florbella-single-product .row > div:first-child {
}

.florbella-single-product {
}
.florbella-single-product .related.products {
}
.florbella-single-product .related.products .products {
}
.florbella-single-product .related.products .products .product {
  box-shadow: 1px 2px 5px #0000001c;
  padding: 13px;
  position: relative;
  transition: 0.5s;
  margin-bottom: 0;
}
.florbella-single-product .related.products .products .product a {
}
.florbella-single-product .related.products .products .product a img {
  aspect-ratio: 5 / 6;
  object-fit: cover;
  box-shadow: 0px 4px 21px -20px #000;
}
.florbella-single-product .related.products .products .product:hover {
  box-shadow: 1px 1px 27px #0000000f;
}
.florbella-single-product .related.products .products .product .price {
  color: black;
  font-weight: bolder;
}
.florbella-single-product .related.products .products .product .button {
  background-color: #a363a5;
  color: #fff;
  line-height: ;
  text-transform: uppercase;
  font-size: 12px;
}

.florbella-single-product .related.products .products .product .price {
  color: black;
  font-weight: bolder;
}
.florbella-single-product .related.products .products .product .button {
  background-color: #a363a5;
  color: #fff;
  line-height: ;
  text-transform: uppercase;
  font-size: 12px;
}

.florbella-single-product div .tabs-section h2 {
  text-transform: uppercase;
  font-size: clamp(17px, 3.2vw, 20px);
  font-weight: 800;
  font-family: revert;
  margin-bottom: 22px;
  letter-spacing: 0.5px;
}
.florbella-single-product .related.products .products .product a h2 {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: .1em;
  margin-top: .1em;
}

.florbella-single-product .woocommerce-tabs ul.tabs li a {
  text-transform: uppercase;
  font-size: 14px;
}
/* end shop page */


/* start checkout  */

.woocommerce-checkout {
  overflow-x: hidden;
}

.step.active {
  color: #000;
}
.cart-steps {
  text-align: center;
}
.cart-process {
  display: flex;
  justify-content: center;
  gap: 15px;
  font-weight: 700;
  color: #ccc;
  font-family: Montserrat, sans-serif;
  flex-wrap: wrap;
  margin-bottom: clamp(30px, 3.2vw, 50px);
}
.cart-process .step {
  font-size: clamp(18px, 3.2vw, 22px);
}
.pickup-delivery-wrap {
  /*! display: flex; */
  /*! align-items: center; */
  gap: 0;
  /*! flex-wrap: wrap; */
  display:   inline-block !important;
  columns: 2 208px;
  align-content: center;
}
.pickup-delivery-wrap label {
  padding: 7px 15px;
  background-color: transparent;
  color: #000000b0;
  outline: 1px solid #ccc;
  border-radius: 4px;
  margin-left: 20px;
  font-size: 15px;
  cursor: pointer;
}
.pickup-delivery-wrap label:has(input[type="radio"]:checked) {
  outline: 2px solid #711d8c;
  background-color: #f3e9f8;
  color: #711d8c;
}

.pickup-delivery-wrap label:checked{
	outline: 1px solid #a25ab9;
}
.pickup-delivery-wrap label.active {
  background-color: #e4e4e4;
  outline: 2px solid #711d8c;
}
.pickup-delivery-wrap label input {
  display: none;
}
.pickup-delivery-wrap .order-type {
  /*! flex: 1 1 100%; */
  /*! width: 100%; */
  /*! display: block; */
  /*! max-width: 100%; */
  column-span: all;
}
.pickup-delivery-wrap * {
}
.pickup-delivery-wrap h3 {
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
  padding-bottom: 0 !important;
}
.order-type h4 {
  display: none;
}
.order-type input {
  width: calc(50% + 100px);
  padding: 6px 10px;
  outline: none;
  border: 1px solid #ccc;
}

.woocommerce-checkout .tab-content {
  padding: 16px;
  background-color: #fbfbfb;
}
.order-type.pickup-options {
}

.woocommerce-input-wrapper input {
	border: 1px solid #ccc;
	outline: none;
}
.woocommerce-input-wrapper input:focus {
	border: 1px solid #a25ab9;
}
.checkout-nav button {
	background-color: #711d8c;
	color: white;
}
.checkout-nav button:hover {
	background-color: #a25ab9;
	color: white;
}
/* checkout page's style */
.pickup-location{
		color: #31708f;
		background-color: #d9edf7;
		border-color: #bce8f1;
		padding: 15px;
		margin: 20px 0 10px 0px;
		border: 1px solid transparent;
		border-radius: 4px;
	}
	.pickup-location span {
		    display: inherit;
	}
	.checkout-tabs .tabs {
		list-style: none;
		display: flex;
		gap: 10px;
		cursor: pointer;
		padding: 0;
		margin-bottom: 20px;
		flex-wrap: wrap;
		justify-content: start;
	}
	.checkout-tabs .tabs .tab {
		padding: 5px 12px;
		border: 1px solid #ccc;
		background: #f7f7f7;
		text-align: center;
	}
	.checkout-tabs .tabs .tab.active {
		background: #a25ab9;
		color: white;
	}
	.tab-content .tab-pane {
		display: none;
	}
	.tab-content .tab-pane.active {
		display: block;
	}
	.checkout-nav {
		margin-top: 20px;
		text-align: right;
		margin-bottom: 20px;
	}
	.order-type {
		margin-top: 20px;
	}	
	input.field-error,
	textarea.field-error,
	select.field-error {
		border: 1px solid red !important;
		background-color: #fff6f6;
	}
	.field-error {
		color: red;
		font-size: 0.9em;
		margin-top: 5px;
	}
	.field-error-input {
		border-color: red !important;
	}
	.woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select{
		background-color: #ffd2c6a6;
	}
	.field-error-message{
		color: red;
		font-size: small;
	}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
  border: 1px solid #bfbfbf !important;
  border-radius: 0 !important;
}

html body .woocommerce .form-row-first {
	/*! width:  calc(50% + 10px) !important; */
  /*! margin-right:  10px !important; */
}

html body .woocommerce .form-row-last {
  margin-right: 0 !important;
}
.woocommerce-billing-fields {
}
.woocommerce-billing-fields h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(18px, 3.2vw, 20px);
  margin-top: 15px;
}
.selection > span {
  border-radius: 0 !important;
  border: 1px solid #bfbfbf !important;
}

#tab-order {
}
#tab-order tbody {
}
#tab-order tbody .cart_item {
  color: #000;
  font-weight: 700;
}
html body #tab-order tbody .cart_item .product-name {
}
#tab-order tbody .cart_item .product-name img {
  margin-right: 15px;
  float: left;
}
#tab-order thead {
  text-transform: uppercase;
}
.prev-tab {
  padding: 7px 12px;
  border: 0;
  border-radius: 3px;
  background-color: #ad80b9 !important;
  font-weight: bolder;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.next-tab.theme-btn {
  margin-left: 10px;
}
#tab-confirm .woocommerce-checkout-review-order-table,
#tab-confirm h3 {
  display: none;
}
#tab-confirm #payment {
  background-color: transparent;
}
.woocommerce form .form-row label[for="text_updates_optin"] {
  margin-bottom: 10px;
}
#place_order {
  text-transform: uppercase;
}
.woocommerce-privacy-policy-link {
  color: black;
  text-decoration: none;
}
/* end checkout */

/* start payment recieve  */


.woocommerce-order {
  padding: 30px 0;
}
.woocommerce-order .woocommerce-notice--success {
  text-align: center;
  color: #fff;
  background-color: #03a60399;
  padding: 15px !important;
  font-size: 20px;
}
.woocommerce-thankyou-order-details {
  text-align: ;
  display: grid;
  place-content: center !important;
  width: ;
  gap: 19px;
  padding: 0;
  grid-template-columns: repeat(auto-fit, minmax(min(230px, 30%), 1fr)) !important;;
}
.woocommerce-thankyou-order-details:before {
  display: none !important;
}
.woocommerce-order-details .order_details {
}
.woocommerce-order-details {
}
.woocommerce-order-details .woocommerce-order-details__title {
  margin-bottom: 22px !important;
}
.woocommerce-customer-details {
  border: 1px solid #bfbfbf;
  padding: 15px 25px;
}
.woocommerce-customer-details .woocommerce-column__title {
  margin-bottom: 15px !important;
}
.woocommerce-customer-details address {
  border: 0 !important;
  /*! display: flex; */
  padding: 0 30px !important;
}
.woocommerce-customer-details address > * {
  flex: 1 1 143px;
}
.woocommerce-customer-details address br {
  height: ;
  /*! display: none; */
  letter-spacing: 26px !important;
}
.woocommerce-order-details .order_details thead {
  text-transform: uppercase;
  background-color: #eeecec;
}

/* End payment recieve  */

/* start login page  */

.woocommerce:has(.woocommerce-form-login) {
  padding: 25px 15px;
}
html body .woocommerce h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.woocommerce .woocommerce-form-login {
  border: 0 !important;
  padding-top: 0 !important;
  margin-top: 8px !important;
  margin-left: ;
  justify-content: ;
  width: 100% !important;
  padding: 0 !important;
}
.woocommerce p {
  padding: 0 !important;
}
.woocommerce form .form-row:has(label.woocommerce-form-login__rememberme) {
  margin-top: 25px;
}

.woocommerce form .form-row:has(label.woocommerce-form-login__rememberme) label {
  display: block;
  margin-bottom: 10px;
}
.woocommerce form .form-row:has(label.woocommerce-form-login__rememberme) label #rememberme {
  margin-right: 10px;
  accent-color: #711d8c;
}
.lost_password {
}
.lost_password a {
  text-decoration: navajowhite;
  color: #000;
  margin-top: 10px;
  display: inline-block;
}
.woocommerce-form-login__submit {
  background-color: #b289af !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-transform: uppercase;
}

/* end login page  */
/* start empty cart page  */
.page-id-53 {
}
.page-id-53 .wrapper {
  height: 100vh;
}
.woocommerce-info:before {
  display: none !important;
}
.wc-empty-cart-message {
  text-align: center;
}
.wc-empty-cart-message .woocommerce-info {
  border-top: 0;
  border: 1px solid #bfbfbf;
  border-radius: 16px;
  margin-top: 30px;
}
.return-to-shop .button {
  background-color: #b289af !important;
  color: #fff !important;
  text-transform: uppercase;
  text-align: center;
  width: fit-content;
  margin-inline: auto !important;
  display: flex !important;
}
#primary {
  margin-top: auto;
}
a {
  color: #000;
  text-decoration: none;
}
/* end empty cart page  */

/* start subsrition  */

.subscriptions {
  width: ;
}
.subscriptions .wp-block-list {
  width: fit-content;
  text-align: left;
  margin-inline: auto;
}
.subscriptions .wp-block-buttons {
  margin-inline: auto;
  width: fit-content;
  margin-top: 30px;
}
.wp-block-columns {
}
.inner_page .container.py-5 .wp-block-columns {
  margin-bottom: 0;
}
/* end subscription  */

/* start contact page  */

.page-id-827 .inner_banner_slider_section .banner_slider_content_holder .img_holder img {
  object-position: 100% 64%;
}

.gform_Contact_form {
  align-items: start !important;
}
html body .gform_Contact_form {
  align-content: start !important;
  top: 0;
  background-color: #711d8c;
  padding: 15px;
}
#gform_wrapper_1 {
  color: #fff;
}
.gform_Contact_form > div:first-child fieldset {
  color: #fff;
}
.gform_Contact_form {
}
#gform_wrapper_1 .gform_heading * {
  color: #fff;
}
.gform_wrapper.gravity-theme .gfield_label {
  width: 100%;
}
.gform_wrapper.gravity-theme .gfield_label + div {
}
.gform_wrapper.gravity-theme .gfield_label + div input {
  width: 100% !important;
}
.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
}
.gform_Contact_form > div:first-child {
  position: sticky;
  top: 150px;
}
.gform_Contact_form > div:first-child #gform_wrapper_1 {
  padding: 15px;
  background-color: #711d8c;
  color: #fff;
}
.gform_Contact_form > div:first-child #gform_wrapper_1 * {
  color: #fff;
}
.gform_Contact_form > div:first-child #gform_wrapper_1 .gform-field-label--type-sub {
  display: none;
}
.gform_Contact_form > div:first-child #gform_wrapper_1 input::placeholder {
  color: #000;
}
.gform_Contact_form > div:first-child #gform_wrapper_1 .ginput_container {
}
.gform_Contact_form > div:first-child #gform_wrapper_1 .ginput_container input {
  width: 100%;
}
.gform_Contact_form > div:first-child #gform_wrapper_1 .field_validation_below{
  border-top: 1px solid #fff!important;;
}
.gform_wrapper.gravity-theme .ginput_complex label, .gform_wrapper.gravity-theme .ginput_complex legend {
	display: none !important;
}

.gform_wrapper.gravity-theme .gfield_label {
  border-bottom: 1px solid;
}
.contact_info_right {
}
html body .contact_info_right p {
  font-size: 15px !important;
}
.contact_info_right strong {
  font-size: 15px;
  display: inline-block;
  width: 100%;
}
.contact_info_right img {
  width: 200px;
}

#gform_wrapper_1 .gform-footer {
  background-color: ;
}
#gform_wrapper_1 .gform-footer input {
  padding: 8px 30px;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  background-color: #b6dc1c;
  color: #3b3b3b;
  font-weight: bolder;
  letter-spacing: 1px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  padding: 0;
  margin: 0 15px;
}

/* end contact page  */

/* start Product Levels buttons css */
/* Styling for the entire swatch container */
.woocommerce-attribute-swatches {
    display: flex; /* Makes swatches line up horizontally */
    flex-wrap: wrap; /* Allows swatches to wrap to the next line if needed */
    gap: 10px; /* Space between swatches */
}

/* Styling for individual swatch options */
.swatch-option {
    padding: 8px 15px;
    border: 1px solid #ddd; /* Default border */
    background-color: #f9f9f9;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    display: inline-flex; /* Use flex for potential icon/text alignment */
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out; /* Smooth transitions */
    min-width: 60px; /* Adjust as needed */
    text-align: center;
}

/* Hover effect for swatch options */
.swatch-option:hover:not(.selected):not(.disabled) {
    border-color: #999; /* Darker border on hover */
    background-color: #eee;
}

/* Styling for selected swatch option */
.swatch-option.selected {
    border-color: #ff6600; /* Orange border as per screenshot */
    background-color: #fff;
    color: #333; /* Or a darker text color */
    box-shadow: 0 0 5px rgba(255, 102, 0, 0.3); /* Subtle glow */
}

/* Styling for disabled/out-of-stock swatch options */
.swatch-option.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    background-color: #f0f0f0;
    border-color: #eee;
    text-decoration: line-through; /* Optional: Strikethrough for disabled */
}
.swatch-option.disabled:hover {
    border-color: #eee; /* No hover effect on disabled */
    background-color: #f0f0f0;
}


/* Styling for the Clear button */
.reset_variations {
    margin-left: 15px; /* Space from swatches */
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    color: #666; /* Adjust color */
    white-space: nowrap; /* Keep it on one line */
}

.reset_variations:hover {
    color: #000;
}


/* --- Tooltip Styles --- */
.swatch-tooltip {
    background-color: #333; /* Black background like screenshot */
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    position: absolute; /* Managed by JS */
    display: none; /* Hidden by default */
    pointer-events: none; /* Ensures clicks pass through to elements underneath */
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.swatch-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333; /* Matches tooltip background */
    bottom: -5px; /* Positions it at the bottom center of the tooltip */
    left: 50%;
    transform: translateX(-50%);
}

/* Positioning of LEVEL and CLEAR */
/* This depends on your theme's layout. You might need to adjust the parent elements. */
/* Assuming 'LEVEL' is text and 'CLEAR' is a link, often they are in a flex container */
.variations > tbody > tr > td {
    display: flex;
    align-items: center; /* Vertically align items */
    gap: 15px; /* Space between attribute name, swatches, and clear */
    flex-wrap: wrap; /* Allow wrapping */
}

.variations > tbody > tr > th.label { /* Styling for the "LEVEL" label */
    padding-right: 0; /* Remove default padding if needed */
    vertical-align: middle;
    font-weight: bold;
    text-transform: uppercase; /* As per screenshot */
}

/* Ensure price is displayed correctly below */
.woocommerce-variation-price {
    margin-top: 20px; /* Space between swatches/clear and price */
    font-size: 24px; /* Example size */
    font-weight: bold;
}
/* end Product Levels buttons css */


/* start blogs page  */
.card {
  overflow: hidden;
  box-shadow: 0px 2px 20px #d7dfe2;
  background: white;
  border-radius: 0.5rem;
  position: relative;
  transition: 250ms all ease-in-out;
  cursor: pointer;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0px 2px 40px #d7dfe2;
}

.banner-img {
  object-fit: cover;
  width: 100%;
}

.blog-date {
  font-size: 0.8rem;
  font-weight: bold;
  color: white;
  background: #711d8c;
  padding: 0.5rem 1.3rem 0.5rem 1rem;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  top: 1rem;
  border-radius: 0 2rem 2rem 0;
}

.popular {
  background: #ef257a;
}

.technology {
  background: #651fff;
}

.psychology {
  background: #e85808;
}

.blog-card-body {
  /*! margin: 15rem 1rem 1rem 1rem; */
  display: flex;
  flex-direction: column;
}

.blog-card-body a {
  padding: 10px 16px;
  background-color: #711d8c;
  display: inline-block;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  border-radius: 3px;
  outline: 1px solid #fff;
  outline-offset: -3px;
  font-size: 13px;
  width: 178px;
  text-align: center;
  margin-inline: auto;
}
.blog-author {
  font-size: 0.9rem;
  font-weight: 500;
  color: #4d97b2;
}

.blog-title {
  font-size: clamp(16px, 3.2vw, 22px);
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.blog-description {
  color: #616b74;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.card-profile {
  display: flex;
  margin-top: 2rem;
  align-items: center;
}

.profile-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}

.card-profile-info {
  margin-left: 1rem;
}

.profile-name {
  font-size: 1rem;
}

.profile-followers {
  color: #616b74;
  font-size: 0.9rem;
}

.recent_post_wrapper {
}
.recent_post_wrapper .rec_single_post {
  margin-top: 20px;
  border-bottom: 1px solid #bfbfbf4d;
}
.recent_post_wrapper .rec_single_post a {
  display: flex;
  gap: 15px;
}
.recent_post_wrapper .rec_single_post a .rec_thumbnail_image {
  flex: 1 1 30%;
}
.recent_post_wrapper .rec_single_post a .rec_thumbnail_image .rec-banner-img {
  width: 100%;
  aspect-ratio: 4 / 4;
  object-fit: cover;
  overflow: hidden;
  border-radius: 50%;
  outline: 3px groove #aeca3e;
}
.recent_post_wrapper .rec_single_post a .rec_post_details {
  flex: 1 1 70%;
}
.recent_post_wrapper .rec_single_post a .rec_post_details h2 {
  font-size: clamp(15px, 3.2vw, 19px);
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.recent_post_wrapper .rec_single_post a .rec_post_details p {
  font-size: clamp(12px, 3.2vw, 14px);
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
/* end blogs page  */

.collect_img_holder img {
  aspect-ratio: 5 / 3;
  object-fit: cover;
  width: 100%;
  cursor: pointer;
}

/* testimonial page starts */
.testimonial-content p {
  color: #fff;
}
.testimonail_page_section blockquote {
	position: relative;
}
.testimonail_page_section blockquote::before {
    content: "“";
    font-size: 8rem;
    color: #cdcdcd;
    position: absolute;
    left: -45px;
    top: -52px;
}

.testimonail_page_section blockquote::after {
    content: "”";
    font-size: 8rem;
    color: #cdcdcd;
    position: absolute;
    right: -10px;
    bottom: -98px;
}
/* end testimonial page  */

/* start privacy polict  */
/* Base Styling */
.privacy-policy.page-id-887 #main {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #333;
  line-height: 1.7;
  font-size: 16px;
  background: #fafafa;
  padding-bottom: 60px;
}

.privacy-policy.page-id-887 #main .container {
  background: #fff;
  padding: 40px 50px;
  border-radius: 12px;
  box-shadow: 0 4px 25px rgba(0,0,0,0.05);
}

/* Intro paragraph */
.privacy-policy.page-id-887 #main p:first-of-type {
  font-size: 17px;
  font-weight: 500;
  color: #444;
  margin-bottom: 30px;
}

/* Headings */
.privacy-policy.page-id-887 #main h3.wp-block-heading {
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #222;
  position: relative;
  padding-left: 12px;
}

.privacy-policy.page-id-887 #main h3.wp-block-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 4px;
  height: 100%;
  background: #711d8c;
  border-radius: 4px;
}

/* Paragraphs */
.privacy-policy.page-id-887 #main p {
  margin-bottom: 18px;
  color: #555;
}

/* Lists */
.privacy-policy.page-id-887 #main ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.privacy-policy.page-id-887 #main ul li {
  margin-bottom: 8px;
  color: #444;
  position: relative;
}



/* Links */
.privacy-policy.page-id-887 #main a {
  color: #4a90e2;
  text-decoration: none;
  border-bottom: 1px dashed #4a90e2;
  transition: color 0.2s ease;
}
.privacy-policy.page-id-887 p > strong {
	font-size: clamp(16px, 3.2vw, 18px);
}
.privacy-policy.page-id-887 #main a:hover {
  color: #2c6bb2;
}

/* Contact Section */
.privacy-policy.page-id-887 #main p:last-of-type {
  /*! font-size: 14px; */
  /*! color: #777; */
  /*! margin-top: 40px; */
  /*! border-top: 1px solid #eee; */
  /*! padding-top: 20px; */
  /*! text-align: center; */
}

/* Responsive */
@media (max-width: 768px) {
  .privacy-policy.page-id-887 #main .container {
    padding: 25px 20px;
  }
  .privacy-policy.page-id-887 #main h3.wp-block-heading {
    font-size: 20px;
  }
}


/* end privacy policy  */

.f-panzoom__viewport > .f-panzoom__content {
  opacity: 1;
}
img
{
    opacity:0;
    transition:opacity 1s ease-in-out;
}
.reveal
{
    opacity:1
}

.florbella-checkout-page img {
  opacity: 1 !important;
}
.xoo-wsc-modal * {
  opacity: 1;
}

.postid-21908 .col-md-6 strong {
  font-size: inherit;
  width: auto;
  display: initial;
  margin: inherit;
}

.woocommerce img, .woocommerce-page img {
  opacity: 1;
}

/* Popup Styling */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.popup-overlay.show {
  display: flex;
}

.popup-box {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  position: relative;
  animation: fadeScale 0.3s ease;
  overflow-y: scroll;
  height: 90%;
}

/* Close Button */
.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 26px;
  cursor: pointer;
}

/* Form */
.popup-form input,
.popup-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.popup-box .popup-title {
  display: none;
}
.popup-box .popup-form > h2 {
  text-align: center;
  color: #380e46;
}
.popup-box .popup-form #gform_wrapper_3 .gform_heading .gform_title {
  display: none;
}
.popup-box .popup-form #gform_wrapper_3 .gform-body.gform_body #field_3_11 .ginput_container_radio #input_3_11 {
  display: flex;
}
.popup-box .popup-form #gform_wrapper_3 .gform-body.gform_body #field_3_11 .ginput_container_radio #input_3_11 > div {
  display: flex;
  align-content: center;
  justify-content: center;
}
.popup-box .popup-form #gform_wrapper_3 .gform-body.gform_body #field_3_11 .ginput_container_radio #input_3_11 > div input {
  margin: 0;
  accent-color: purple;
  width: 16px !important;
  margin-right: 6px;
}
.popup-box .popup-form .gform-footer #gform_submit_button_3 {
  width: 170px;
  margin-inline: auto;
  background-color: #380e46;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* Animation */
@keyframes fadeScale {
  from {
    opacity: 0;
    transform: scale(0.85);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}


/* 404 page style  */
.not_found_page_content_hoilder {
  margin-inline: auto;
  max-width: 500px;
  position: relative;
  margin-block: 15px;
}
.not_found_page_content_hoilder img {
  width: 100%;
  object-fit: contain;
}
.not_found_page_content_hoilder .theme-btn {
 position: absolute;
  bottom: clamp(20px, 4.2vw, 75px);
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  width: 216px;
  text-align: center;
}
.alt-font {
	letter-spacing: -1px;
	font-family: "Dancing Script", sans-serif;
	font-weight: 700;
    font-style: normal;
	line-height: 1.3;
	margin-bottom: .5em;
    margin-top: 0;
    text-rendering: optimizeSpeed;
    width: 100%;
	font-size: 300%;
    color: #711d8c;
}
.red-alert * {
  color: #b20000;
}
#gform_2 .gform-footer input {
  padding: 6px 18px;
  background-color: #711d8c;
  color: #fff;
  border: 0;
  outline: 0;
  border-radius: 5px;
	display: none;
}
#gform_2 a.button {
  padding: 6px 18px;
  background-color: #711d8c;
  color: #fff;
  border: 0;
  outline: 0;
  border-radius: 5px;
	text-transform: uppercase;
}

#gform_2 select {
  padding: 10px !important;
  background-color: transparent;
  border: 1px solid #ddd;
}
.shop_alert.purple p {
    color: #fff;
    margin: 0;
}