.read-mBtn a{
font-weight:bold;
}
.blog-section .text-blog{
position: relative;
    height: 100%;
}

@media only screen and (min-width: 768px) {
.blog-section .text-blog .read-mBtn{
position:absolute;
bottom:0;
left:0;
}
}

.page-section-small img,
.images-blog img{
max-width:100%;
display:block;
}

#wpadminbar{
    /*display: none;*/
}

html {
	/*margin: 0 !important;*/
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0;
	padding: 0;
}

a {
	color: inherit;
	text-decoration: inherit;
}

a img {
	border: 0;
}

body {
	font-family: helvetica, arial;
	font-size: 16px;
	color: #6d6e71;
}

h1, h2, h3, h4, h5, h6, p, li, label {
	line-height: 1.3;
}

#bounds {
	transition: transform 500ms;
}

body.show-menu #bounds {
	transform: translateX(-250px);
}


:root {
  --tondoFont: helvetica, arial;
  --scale:scale(1);
}


.right-detail .quantity-protect input{
    z-index: 3;
    position: relative;
}

body.show-menu .header-menu-button {
	display: none;
}

body.show-menu .header-menu-close {
	display: block;
	/*left:250px;*/
}

#page,.second-page {
	max-width: 103.6rem;
	margin: 0 auto;
	width: 100%;
	padding: 0 2rem;
}

.second-page {
	max-width: 103.6rem;
}

.second-page.new_cus_second_page {
max-width: 675px;	
}

#footer {
	text-align: center;
	margin: 20px 0px;
}

#footer p {
	font-size: 14px;
	margin: 10px 0px;
}

#footer .social img {
	width: 25px;
	margin: 0px 3px;
}




/* PAGE */



.page-section {
	margin: 40px auto;
}

.page-section-small {
	max-width: 650px;
	text-align: center;
	margin: 0 auto;
}


.page-standard h1 {
	margin: 20px 0px;
	background-color: #F5ACCC;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: normal;
	color: white;
	text-transform: lowercase;
}

.page-standard h2 {
	font-size: 20px;
	margin: 0 0px 20px;
}

.page-standard p {
	font-size: 16px;
	padding: 10px 0px;
	text-align:left;
}

.page-id-76771 .page-standard p {
	text-align:left;
}
.page-grid {
	font-size: 0px;
	padding: 7px;
	text-align: center;
}
.page-grid h3{
    font-size:14px;
}
.page-grid-cell {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	position: relative;
}
.page-grid-cell-33{
	width:33.33333%;
}
.page-grid-cell:after {
	content: '';
	display: block;
	padding-top: calc(100% + 50px);
}
.page-grid-cell.page-grid-cell-33:after {
	content: none;
}

.page-grid-cell-bounds {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	padding: 7px;
}

.page-grid-cell-border {
	border: 1px solid #6d6e71;
	padding: 10px;
}

.page-grid-cell-inner {
	width: 100%; height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.page-grid p {
	font-size: 16px;
}




/* HOME */

#home-bg {
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	position: absolute;
	top: 0; right: 0; left: 0;
	cursor: pointer;
}

#home-bg .home-arrow {
	display: none;
}

#home {
	height: 100vh;
	position: relative;
	cursor: pointer;
}

.home-text {
	color: #414241;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	width: 50%;
	font-size: 22px;
	padding-top:10px;
}

.home-text h2 {
	font-size: 48px;
}

.home-text p a {
	border-bottom: 1px solid #F5ACCC;
	display: inline-block;
}

.home-price {
	border-radius: 75px;
	width: 75px; height: 75px;
	font-size: 30px;
	font-weight: bold;
	background-color: #F5ACCC;
	padding-top: 20px;
	display: inline-block;
	vertical-align: top;
	margin: 20px;
	color: white;
	text-align: center;
}

.home-text p a.home-button,
.home-text p a.go-to-second-page{
    border:2px solid #414241;
}
.home-text p a.home-button:hover{
	border:2px solid #F5ACCC;	
}
#page.page-home.page-second-no-gap{
	padding-bottom:0px;
}
.home-button, .go-to-second-page {
    padding: 8px 35px;
    background: #414241;
    border:2px solid #414241;
    color: #F5ACCC;
    display: inline-block;
    vertical-align: top;
    margin: 20px 0px;
    cursor: pointer;
}

.home-button:hover{
    background-color: #F5ACCC;
    color: #414241;
	border:2px solid #F5ACCC;
}

    .btn.active {
	    background: #A9DC92;
	    color: #fff;
	    border: 1px solid #A9DC92;
    }

.home-price-open{
    font-weight:bold;
}
.home-order-other {
	font-size: 14px;	
}

.home-arrow {
	position: absolute;
	left: 50%; bottom: 20px;
	margin-left: -20px;
	cursor: pointer;
	width:50px;
}

.update-home-boxes .page-grid-cell-33{
    padding:0 20px;
    margin-top:30px;
}

.sub-heading{
    font-size:36px;
    letter-spacing:2px;
    font-family: var(--tondoFont);
    color:#58595b;
    font-weight:700;
    text-align:center;
    padding-top:70px;
    text-transform:uppercase;
    line-height:41px;
    width:100%;
}

.update-home-boxes .home-button{
    background-color: #F5ACCC;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 60px;
    border-radius: 100px;
    border: none;
    font-size: 21px;
    color: #fff;
    transition: all .3s ease;
}

.update-home-boxes .home-button:hover{
    background-color: #d186b7;
    transform: scale(1);
}

.update-home-boxes h3 {
    font-family: var(--tondoFont);
    color: #58595b !important;
    font-size: 21px;
    padding-top: 20px !important;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.update-home-boxes p {
    font-size: 21px;
    font-family: var(--tondoFont);
    line-height: 26px;
}

.update-home-boxes:last-child h3 {
    font-weight:normal;
}

.page-home h1,
.page-home h2 {
	font-size: 27px;
	font-weight: normal;
	margin: 10px 0px;
}

.page-home h2 {
	color: #F5ACCC;
}

.second-page{
    display:flex;
}


.seasonal-section{
    margin:0 auto;
}
.seasonal-section-copy{
	max-width:900px;
	text-align:center;
    margin-bottom:40px;
}
.seasonal-section-copy p{
	text-align:left;
}
.seasonal-section-copy h2{
    margin-bottom:20px;
}
.seasonal-section .half-littleflower{
    margin:0 auto;
}
.coverall{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity:0;
}
.half-littleflower,
.half-big-flower {
    padding:0 4px;
}

.sp-bf-img{
	max-height:443px;
	overflow:hidden;
}
.half-littleflower img,
.half-big-flower img{
    width:100%;
    height:auto;
}

.sp-lf-text,
.sp-bf-text{
    text-align:center;
    margin: 25px 0;
    color:black;
}
.sp-lf-text h2,
.sp-bf-text h2{
    font-weight:bold;
    color:black;
}

.variations tr{
    padding:0 !important;
    border:0 !important;
}



/* CONTACT/NEWSLETTER */

input[type='submit'].gform_button {
	line-height: 1.3;
	padding: 10px 20px;
	font-weight: normal;
	border-radius: 0;
	color: white;
	background-color: #A9D6A3;
	white-space: normal;
	font-family: helvetica, arial;
	width: 100%;
	border: 0;
	font-size: 16px;
	cursor: pointer;
}


.top-bar-inner{
    margin: 0 auto;
    text-align: center;
    background: #414241;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 32px);
	padding:5px 10px;
}

/* TERMS */

.page-terms ul,
.page-terms ol {
	margin: 10px 0px;
}

.page-terms ul {
	padding-left: 20px;
}


.page-terms > ol:first-of-type {
	counter-reset: mycounter; 
}

.page-terms > ol > li:before { 
    content: counter(mycounter) ". "; 
    counter-increment: mycounter;
}

.page-terms > ol ol {
	counter-reset: mycounterb; 
}

.page-terms > ol ol li:before { 
    content: counter(mycounter) "." counter(mycounterb) " "; 
    counter-increment: mycounterb;
}

.page-terms ol li {
    list-style: none;
}

.page-terms li ol,
.page-terms li ul {
    padding-left: 20px;
}
.page-terms ul li  ul{
	margin-top:0;
}
.page-terms ol,
.page-terms ul {
	padding-left: 20px;
}

.page-terms li {
	margin: 0px 0px;
	padding: 0px 10px;
}
/* GALLERY */

.page-gallery h1 {
	text-align: center;
	text-transform: lowercase;
}

/* WOO */

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	line-height: 1.3;
	/* padding: 15px 20px; */
	padding: 7px 20px 4px;
	font-weight: normal;
	border-radius: 0;
	color: white;
	background-color: #F5ACCC;
	white-space: normal;
	font-family: helvetica, arial;
	-webkit-appearance: none;
}

/* table .button {
	padding: 7px 20px 4px;
} */

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: #F5ACCC;
	color: white;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #A9D6A3;
	color: white;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #A9D6A3;
	color: white;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	border-color: #F5ACCC;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
	color: #F5ACCC;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
	border: 1px solid #6d6e71;
	background: transparent;
	padding: 8px 10px;
	min-width: 150px;
	font-size: 16px;
	font-family: helvetica, arial;
	-webkit-appearance: none;
	border-radius: 0;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border-radius: 0;
	border-color: #6d6e71;
}

.woocommerce-billing-fields h3, .woocommerce-additional-fields h3 {
	margin: 20px 0px;
	background-color: #F5ACCC;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: normal;
	color: white;
	text-transform: lowercase;
}

#order_review_heading {
	margin: 20px 0px;
	background-color: #F5ACCC;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: normal;
	color: white;
	text-transform: lowercase;
}

fieldset {
	border: 0;
}

.shop-steps {
	font-size: 0;
	text-align: center;
	margin: 20px;
	/*display:none;*/
}

.shop-steps li {
	display: inline-block;
	vertical-align: top;
	width: 30px; height: 30px;
	border-radius: 30px;
	border: 1px solid #F5ACCC;
	color: #F5ACCC;
	font-size: 16px;
	margin: 5px;
	padding: 4px 0px 0px 1px;
}

.shop-steps li.selected {
	background-color: #F5ACCC;
	color: white;
}

.woocommerce .cart-empty {
	text-align: center;
}

.woocommerce .return-to-shop {
	margin-top: 10px;
	text-align: center;
}




/* SHOP CATALOGUE */

.woocommerce-products-header {
	max-width: 450px;
	margin: 40px auto;
	text-align: center;
}

.woocommerce .products ul, .woocommerce ul.products {
	text-align: center;
}

/* .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	float: none;
	clear: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 0 1.9% 2.992em 1.9%;
} */

.woocommerce ul.products li.product .button {
	display: none;
}
.woocommerce.columns-4 .woocommerce-loop-product__title {
    font-weight: 400;
    font-size: 22px !important;
    line-height: 28px;
    margin-bottom: 36px !important;
    color: #000;
    text-align: left;
}
.woocommerce ul.products li.product .price {
    font-size: .857em;
    font-size: 20px;
    text-transform: uppercase;
    border: 2px solid #A9DC92;
    width: 100%;
    height: 50px;
    display: flex;
    color: #000;
    background: transparent;
    align-items: center;
    justify-content: center;
    transition: 0.4s all ease-in-out;
    padding: 6px 2px 3px;
    cursor: pointer;
}
.woocommerce li.product a:hover .price{border-color: #e4abc4;}

/* CHECKOUT */


.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	border: 1px solid #6d6e71;
	background: transparent;
	padding: 8px 10px;
	min-width: 150px;
	font-size: 16px;
	font-family: helvetica, arial;
	border-radius: 0;
	-webkit-appearance: none;
	height: 51px;
	resize: none;
}

.woocommerce #customer_details.col2-set .col-1, .woocommerce-page #customer_details.col2-set .col-1 {
	width: 100%;
	float: none;
}

#thanks {
	height: 100vh;
	text-align: center;
	background-image: url('artwork/lf_thanks_bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.thanks-bg {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: rgba(245, 172, 204, 0.5);
	
}

.thanks-text {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	font-size: 20px;
	color: white;
	display: inline-block;
	vertical-align: top;
	background-color: rgba(109, 110, 112, 0.7);
	padding: 10px;
}

.thanks-text p {
	padding: 10px;
}

.thanks-social img {
	width: 30px;
	margin: 0 5px;
}

.woocommerce-order-received #page {
	margin: 0;
	padding: 0;
	max-width: none;
}

.woocommerce-order-received .shop-steps {
	display: none !important;
}

.woocommerce-order-received #footer {
	display: none;
}

/* CART */


.woocommerce table.shop_table {
	border-radius: 0;
	border-color: #6d6e71;
	font-size:16px;
	/*border-collapse: collapse;*/
}

.woocommerce table.shop_table td {
	/*border-color: #6d6e71;*/
	padding: 12px;
}

.woocommerce table.shop_table .product-thumbnail {
	display: none;
}

.woocommerce table.shop_table .quantity input {
	border: 1px solid #6d6e71;
	background: transparent;
	padding: 5px;
	font-size: 16px;
	font-family: helvetica, arial;
	border-radius: 0;
	-webkit-appearance: none;
}

.lf-cart-edit-button,
.lf-cart-duplicate-button {
	color: white !important;
	background: #F5ACCC;
	padding: 5px;
	display: inline-block;
	width: 80px;
	text-align: center;
	margin-top: 5px;
	font-size: 12px;
}

.woocommerce table.shop_table dl.variation {
	font-size: 0;
	display: table;
	width: 100%;
}

.woocommerce table.shop_table dl.variation dt {
	width: 49%;
	margin: 0;
	float: none;
	clear: none;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
	padding-bottom: 5px;
}

.woocommerce table.shop_table dl.variation dd {
	width: 49%;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 5px;
}

.woocommerce table.shop_table dl.variation li {
	list-style: none;
	padding-bottom: 5px;
}

.woocommerce table.shop_table .variation-EditCartItem {
	display: none !important;
}

.woocommerce table.shop_table .variation-CardPhoto a {
	font-size: 0 !important;
}

.woocommerce table.shop_table .variation-CardPhoto a br {
	display: none;
}

.woocommerce table.shop_table .variation-CardPhoto img {
	max-width: none !important;
	width: 150px !important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
	float: none;
}

.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 {
	display: none;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {	
	font-size: 16px;
	font-size: 20px;
}

.wc-proceed-to-checkout .button.checkout-button {
	font-size: 20px !important;
	padding: 18px 20px 20px !important;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
	text-align: left;
}

/* PRODUCT */

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: none;
	width: auto;
}

.woocommerce div.product .product_title {
	display: none;
}


.woocommerce .product-type-grouped .product_title{
	display:block !important;
}
.product-type-variable-subscription .product_title { 
	display: none !important; 
}

.variations_form .odtotal{display: none;}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	display: none;
}

#gform_page_1_2 #field_1_31 fieldset{
    margin: 0px -31px !important;
}

#field_1_22 .ginput_counter{
    right:36px !important;
}

.woocommerce div.product form.cart .button {
	float: none;
}

.validation_error {
	border-top: 3px solid #F5ACCC;
	padding: 15px;
	background: #f3f3f3;
}

.gf_progressbar_wrapper {
	display: none;
}

.gform_fields {
	list-style: none;
}

.gsection_title {
	margin: 20px 0px;
	background-color: #F5ACCC;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: normal;
	color: white;
	text-transform: lowercase;
}

.gform_hidden, .gfield_visibility_hidden {
	display: none;
}
.variations tr{
position: relative;
	display:flex;
	align-content:center;
	justify-content:space-between;
	margin-bottom:20px;
	border: 1px solid #6d6e71;
	margin: 20px 0px;
	padding: 4px 20px;	
}
.variations tr td:first-child{
	width: 33.33%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    text-transform: lowercase;
    padding-right: 10px;
}
.postid-324536.woocommerce div.product form.cart .variations{
    margin-top:70px;
}
.postid-324536.woocommerce div.product form.cart .variations td.label{
    display: block;
    position: absolute;
    top: -66px;
    left:3px;
    background-color: white;
    width: 172px;
    padding: 0 4px;
    letter-spacing: .5px;
    font-size: 21px;
    font-weight: 700;
    font-family: var(--tondoFont);
    text-transform: uppercase;
}
.postid-324536.woocommerce div.product form.cart .variations td.label label{
    width:100%;
}
.postid-324536{
    margin-top:70;
}
.postid-324536 .single_variation_wrap .quantity-protect {
    display: none;
}
.gfield {
	border: 1px solid #6d6e71;
	margin: 20px 0px;
	font-size: 0;
	position: relative;
	padding: 10px 20px;
    margin-bottom: 30px;
}

.quantity-protect {
	border: 1px solid #6d6e71;
	margin: 20px 0px;
	font-size: 0;
	position: relative;
	padding: 10px 20px;
	float: none;
}

.quantity-protect:before {
	content: 'quantity';
	width: 33.33%;
	font-size: 16px;
	display: inline-block;
}

.gsection {
	border: 0;
	margin: 0;
	padding: 0;
}

.gfield_label {
	width: 33.33%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	padding-right: 10px;
}

.gfield_description {
	font-size: 16px;
	padding-top: 10px;
}

.ginput_counter {
	font-size: 13px;
	margin-top: 5px;
	color: #a5a5a5;
	position: absolute;
	top: 0px; right: 20px;
}

.gfield_error .gfield_label {
	color: #F5ACCC;
}

.ginput_container {
	/* width: 66.66%; */
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}

.ginput_container input[type='text'],
.ginput_container select,
.ginput_container textarea {
	border: 0;
	background: transparent;
	font-size: 16px;
	font-family: helvetica, arial;
	width: 100%;
	display: block;
	-webkit-appearance: none;
	appearance: none;
	resize:  none;
	height: 51px;
}

.ginput_container input[type='radio'] {
	margin-right: 10px;
}

.gfield_radio {
	list-style: none;
}

.quantity-protect input {
	border: 0;
	background: transparent;
	font-size: 16px;
	font-family: helvetica, arial;
	width: 66%;
	display: inline-block;
	text-align: left;
}



.gform_variation_wrapper .product_totals {
	display: none;
}
.deliverydetail p {
    word-break: break-all;
}
.gform_next_button {
	width: 70% !important;
    background-color: #F5ACCC !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 60px;
    border-radius: 100px !important;
    font-size: 21px !important;
    color: #fff;
    font-weight: 700 !important;
    transition: all .3s ease;
    cursor: pointer !important;
    text-transform: lowercase;
}

.gform_next_button:hover {
	background-color: #d186b7;
    transform: var(--scale);
}

.gform_previous_button {
	width: 50%;
	border-right: 10px solid white !important;
}

/*
button[name='add-to-cart'].gform_button,
#gform_submit_button_1{
	width: 50%;
	position: relative;
	top: -40px;
	float: right !important;
	border-left: 10px solid white !important;
} */
.image-choices-field {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.image-choices-field > label {
	display: none;
}

.image-choices-field .ginput_container {
	width: 100%;
}

.image-choices-field .image-choices-choice {
	width: 100%;
	text-align: left;
	margin: 15px 0px 0 !important;
}

.image-choices-field .image-choices-choice label {
	display: block !important;
	width: auto !important;
	padding: 0 !important;
	text-align: left;
}

.image-choices-choice-image-wrap {
	width: 33% !important;
	height: auto !important;
	float: left;
	border-right: 20px solid white;
}

.image-choices-choice-image-wrap:after {
	content: '';
	display: block;
	padding-top: 100%; 
}

.image-choices-field .image-choices-choice-selected {
	border-color: transparent !important;
}

.image-choices-choice-text {
	vertical-align: top;
	font-size: 16px !important;
}

.image-choices-choice-price {
	vertical-align: top;
	font-size: 16px !important;
	margin-top: 5px !important;
}

.image-choices-choice-price:before {
    content: 'Add to order';
    color: white;
    left: 50%;
    top: calc(50% - 5px);
    transform: translate(-50%,-50%);
    position:absolute;
}

.image-choices-choice-price:after {
    content: '+$ 3.50';
    color: white;
    text-align: center;
    position: absolute;
    top: calc(50% + 3px);
    left: 0;
    width: 258px;
}


.image-choices-field .image-choices-choice-selected .image-choices-choice-price:before {
	content: 'Remove';
}

.lf-add-ons-field {
	display: none !important;
}

.lf-photo-add-on-field .image-choices-choice-text:after {
	/*content: "Add a photo now to personalise your card (selfie or other).";*/
	content:'Upload a personal photo to your tag';
	display: block;
	font-size: 16px;
}
.woocommerce form .form-row .input-checkbox{
	-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
	outline: 0px;
     border-radius: 0;
	position:relative;
	padding:10px;
	    margin-right: 20px;
	border:0px solid white;
	background-color:white;
}
.woocommerce form .form-row .input-checkbox:after{
	border:2px solid grey;
	position:absolute;
	content:'';
	top:0;
	left:0;
	width:25px;
	height:25px;
	
}
.woocommerce form .form-row .input-checkbox:checked:after{
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAXCAYAAAD3CERpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMS1jMDAwIDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMy4wIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1RTJGN0NDNzAyQkQxMUVFOUY4N0MyQzJGRkNDOUUxMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1RTJGN0NDODAyQkQxMUVFOUY4N0MyQzJGRkNDOUUxMyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVFMkY3Q0M1MDJCRDExRUU5Rjg3QzJDMkZGQ0M5RTEzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjVFMkY3Q0M2MDJCRDExRUU5Rjg3QzJDMkZGQ0M5RTEzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+oDTrpgAAATFJREFUeNpiZPj/n4H+gF6WzgtNA2JdEJMRbCkjI60trACS7UD8CoitaW8pwkIY2EFbSzEtvALETkx09CHYQoak1a+Z6G0hiMNEbwupbykRFlLXUiItpJ6l80LriLUQ09J5oRJkWNgBJBuRRC7gsxC1RJoXqgLkHwfiBUBcBtT0n0gLy5FETgGxG1DvR3zaIJbOD1MEsg8DsTRUfAYQZ+G1mEwLkYP3HRA/RBLPAOL5QIOZqW0hwlKIYlcg3o8kFw/Ei4AWsFLTQtSElLT6G5D0AeItSPJRQLwWaBEbtSzEXrVBLFgFxP7INQMQXwXiYkotxF2fQuJyEdSn2ADZFuIuHJJW/wWScUA8l9oW4i+RIBanQrMPDBym1ELimyuQBGQGTmiQBEenhhksBVMBAAQYAEcLk1n1aiGBAAAAAElFTkSuQmCC');
	background-position: -10px -597px;
	background-repeat: no-repeat;
}
.woocommerce-input-wrapper{
display:block;
margin-bottom:10px;
}
.lf-photo-add-on-field .image-choices-choice-text {
	font-size: 0 !important;
}
#field_1_24 .image-choices-choice-price:before,
#field_1_45 .image-choices-choice-price:before{
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: lowercase;
    font-weight: 700;
    transition:all 0.5s ease; 
}
#field_1_24 .image-choices-choice-price{
    float:left;
}

#field_1_24 .ginput_price,
#field_1_45 .ginput_price{
    display: flex;
    background: #A9D6A3;
    width: 258px;
    height: 60px;
    font-size: 0;
    border-radius: 100px;
}
#field_1_45.image-choices-choice-selected .ginput_price,
#field_1_24 .image-choices-choice-selected .ginput_price{
    background-color:#F5ACCC;
}

#field_1_45.image-choices-choice-selected .image-choices-choice-price:before,
#field_1_24 .image-choices-choice-selected .image-choices-choice-price:before{
    content:'remove';
        top: calc(50% + 4px);
}
#field_1_45.image-choices-choice-selected .image-choices-choice-price:after,
#field_1_24 .image-choices-choice-selected .image-choices-choice-price:after{
    display:none;
}

#ui-datepicker-loading {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 100;
	background-color: rgba(255, 255, 255, 0.8);
	background-image: url('/wp-admin/images/wpspin_light.gif');
	background-position: center;
	background-repeat: no-repeat;
}

.lf-sign-in-prev-rec h2 {
	position: relative;
	cursor: pointer;
}

/*.lf-sign-in-prev-rec h2:after {
	content: 'previous recipients';
	cursor: pointer;
	position: absolute;
	top: 0; left: 0;
	font-size: 16px;
	margin: 10px 20px;
}*/

.lf-cart-item-error {
	font-size: 12px;
	color: red;
}


/* PATCHES */

input[type='submit'], input[type='button'], button {
	outline: 0;
}

input[type='submit']:focus, input[type='button']:focus, button:focus {
	outline: 0;
}


/* MY ACCOUNT */

.woocommerce-MyAccount-navigation li {
	list-style: none;
	line-height: 2;
}

.lf-form-date-warning {  font-size: 12px; margin-top: 10px; }
.woocommerce-checkout.woocommerce-page .col2-set .col-2{
	float:left;
}
.fee{
    display:none !important;
}
.divide-grid{
	padding: 100px 14px 10px 14px;
}
.divide-grid.bottom-divided{
	padding-top:20px;
}
.contactustoorder{
    text-align: left;
    padding: 0 20px;
    background-color: #f5accc;
    color: white;
    border: 1px solid #f5accc;
}
.about-us-block{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
	flex-wrap:wrap;
}
.about-us-block img{
	/*margin-right:20px;
	max-width:calc(50% - 20px);*/
	margin-right: 20px;
    max-width: calc(40% - 25px);
    width: 100%;
}
.about-us-block .about-us-copy{
	/*padding-top: 10px;
    font-size: 18px;
    line-height: 22px;
	max-width:50%;*/
	
	padding-top: 0px;
	font-size: 18px;
    line-height: 22px;
    max-width: 60%;
}

.elohw {
    font-size: 16px !important;
    padding: 1px !important;
}
.infusion-field textarea,
.infusion-field input[type=email],
.infusion-field input[type=text]{
	    display: inline-block;
    vertical-align: middle;
    border: 1px solid #eee;
	max-width: 66% !important;
    width: 66% !important;
	padding: 10px 8px !important;
	resize: none;
	height: 51px;
}
.woocommerce div.product form.cart .variations td.label{
    display:none;
}

.pum-close.popmake-close{
    display:none;
}
.form-row.iw-extra-fields-6,
.form-row.iw-extra-fields-5{
	display:none;
}
input::-webkit-input-placeholder { /* Edge */
  color: #58595b !important;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #58595b !important;
}
#field_1_30 .gsection_title{
    font-size:0;
    min-height:40px;
    border-radius:20px;
}
input::placeholder {
  color: #58595b !important;
}


#field_1_47 h2{
   padding: 0 4px;
    letter-spacing: .5px;
    font-size: 21px;
    font-weight: 700;
    font-family: var(--tondoFont);
    background: #fff;
    text-transform: uppercase;
    color: inherit;
    position: absolute;
    top: 0;
    left: 23px;
    margin-top: -14px;
}
#field_1_47{
    display: list-item;
    border-top: 3px solid rgb(238, 197, 222);
    border-right: 3px solid rgb(238, 197, 222);
    border-left: 3px solid rgb(238, 197, 222);
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgb(255, 255, 255);
    margin: 0px -23px -20px;
    border-radius: 20px 20px 0 0;
    /* border-bottom: 0px; */
    position: relative;
    padding-top: 20px;
}

#page.page-second-no-gap{
	padding-top:20px;
}

.page-section.page-section-small.page-section-small-top{
	padding:30px 0 10px 0;
}
.page-grid-cell-inner img{
	max-width:100%;
}
.page-grid-cell-inner-new{
	background-color:#c1c9ca;
	border:none;
}
.page-grid-cell-inner-new h2{
	color:black;
	font-size:21px;
	line-height:23px;
}
.page-grid-cell-inner-new p{
	color:white;
	font-size:20px;
	line-height:24px;
}

.followuponinstagram .page-grid-cell{
	width:12.50%
}
.lf-token-add-on-field .image-choices-choice-price:before {
    content: 'See tokens';
    margin-right: 10px;
    padding: 5px 20px;
    color: white;
    background: #A9D6A3;
}

.token-box {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
}

.token-box .ginput_container_radio{
	width:75%;
	display:flex;
    justify-content: space-between;
    align-items: end;
	flex-wrap: wrap;
}

.token-box .gfield_radio{
	width:100%;
}

.token-box .gfield_radio li{
	width:50%;
}

.token-box .gfield_radio li.image-choices-choice-selected{
	position:relative;
}
.token-box .gfield_radio li.image-choices-choice-selected:after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: calc(100% - 26px);
    height: calc(100% - 10px);
    border: 5px solid #F5ACCC;
    z-index: 2;
}

.token-box .gfield_radio li .image-choices-choice-image-wrap{
	width:100% !important;
}

.token-box .gfield_description{
	width:25%;
	padding-left:0px;
	color:black;
	font-size:14px;
	padding-top:14px;
}

.variation-Promotion,
.variation-Promotionbox{
	display:none !important;
}

.lf-token-add-on-field .ginput_price{
	position:relative;
}
.lf-token-add-on-field .ginput_price:after{
	content: 'free';
    position: absolute;
    width: 50px;
    height: 20px;
    top: -2px;
    right: -53px;
}	

#field_1_39{
	display:none !important;
}

.gfield.select-little-vase{
    border:0px solid white;
}

.gfield.select-little-vase ul.gfield_radio{
    display:flex;
}
.gfield.select-little-vase ul.gfield_radio .image-choices-choice-image-wrap{
    width:100% !important;
}
.little-event-flowers  .little-subscription{
    border:0px solid white;
}
.little-event-flowers .gfield_checkbox{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 75%;
    border: 0px solid white;
    padding: 0;
}
.little-event-flowers .gfield_checkbox input{
    opacity:0;
    position:relative;
    margin-left:25px;
    height: 40px;
    width: 40px;
}
.little-event-flowers .gfield_checkbox li{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: row-reverse;
}
.little-event-flowers .gfield_checkbox li label{
    position:relative;
}
.little-event-flowers .gfield_checkbox li input[type=checkbox]:checked+label:after  {
    background:url("artwork/correct.png") no-repeat;
    content:'';
    position:absolute;
    width:40px;
    height:40px;
top: -9px;
    right: -64px;
}
.little-event-flowers .gfield_checkbox li:after{
    content: '';
    position: absolute;
    height: 40px;
    width: 40px;
    border: 1px solid #333;
    right: 0;
    top: 0;
    z-index: -1;
}
#field_1_35 .gfield_label, #field_1_19 .gfield_label{
    display: block;
    width: 100%;
    padding-bottom: 5px;
}

#field_1_19 .gfield_label .gfield_description{
    display:none;
}

.little-event-flowers .gfield{
    padding: 0px 0px;
}
.little-event-flowers label.gfield_label
{
    display:none;
}
.little-event-flowers .ginput_container{
    width:100%;
}
.little-event-flowers .ginput_container input[type='text'], .little-event-flowers .ginput_container select, .little-event-flowers .ginput_container textarea{
    padding:10px 20px;
}
.little-event-flowers .image-choices-choice-text strong{
    width: 100%;
    padding-bottom: 8px;
    display: inline-table;
    margin-top: 5px;
}
.little-event-flowers .image-choices-choice-text{
    text-align: center;
    display: table;
    margin: 0px auto;
    padding-top: 20px;
}

.woocommerce form .form-row#gdpr_concent_field{
	margin-bottom:-10px;
}
#gdpr_concent_field a{
	text-decoration:underline;
}
.woocommerce form #gdpr_concent_field.form-row-first {
    width:100%;
}

body.woocommerce div.product form.cart .reset_variations{
	display:none !Important;
}
.product-type-variable-subscription .quantity-protect{
	display:none;
}


.post-200918 .lf-photo-add-on-field,
.post-200917 .lf-photo-add-on-field,
.post-200916 .lf-photo-add-on-field,
.post-200915 .lf-photo-add-on-field{
    display:none;
}
.single_variation_wrap .quantity-protect {
    /* position: absolute; */
    width: 100%;
    /* top: 60px; */
    /* left: 0; */
}

.postid-200919 .gform_variation_wrapper.gform_wrapper.single_variation_wrap{
    margin-top:55px;
}
.woocommerce div.product form.cart .group_table td:first-child{
    width:33.33333%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.woocommerce-grouped-product-list-item{
    display:flex;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label,
.woocommerce div.product form.cart table td{
    display:flex;
    justify-content:center;
    align-items:center;
}
.woocommerce div.product form.cart table {
    width: 100%;
}
.lotsoflittlefull{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:flex-start;
	flex-direction:row-reverse;
}
.lotsoflittle-half{
	width:50%;
}
.lotsoflittle-half:first-child p{
	text-align: left;
    padding-left: 50px;
    padding-top: 15px;
}
.page-template-template-product .gfield_label,
.lotsoflittle-half .gfield_label{
	text-align:left;
}

.woocommerce div.product form.cart .variations td{
    width:100%;
}

.right-detail .quantity-protect legend{
        background-color: white;
    position: relative;
    z-index: 1;
    width: 116px;
}
.right-detail .quantity-protect {
    position:relative;
}
.right-detail .quantity-protect:after {
    content: ' ';
    position: absolute;
    border: 3px solid #F5ACCC;
    border-radius: 20px 20px 0 0;
    padding: 0;
    height: 100%;
    width: calc(100% - 6px);
    left: 0;
    top: 29px;
    border-bottom: 0;
}
@media only screen and (max-width: 767px) {
.lotsoflittle-half{
	width:100%;
}

	.woocommerce div.product form.cart .group_table td:first-child {
	width: 50%;
}
.woocommerce div.product form.cart .group_table td:nth-child(2) {
    width: 30%;
}
	
.woocommerce div.product form.cart .group_table td:last-child {
    width: 20%;
}
.woocommerce-grouped-product-list-item__quantity .quantity-protect input {
    width: 50%;
}
.woocommerce-grouped-product-list-item__quantity .quantity-protect:before {
    width: 50%;
}
}
.gform_confirmation_message{
	margin-top:50px;
	font-weight:bold;
}
.thanks-social a:nth-child(2){
	display:none;
}
.covid19{
    border-bottom: 2px solid #F5ACCC;
    border-top: 2px solid #F5ACCC;
	border-left:0px solid white;
	border-right:0px solid white;
    color: black;
    font-size: 16px;
}

.ui-datepicker-calendar .ui-state-default{
	background:#A9D6A3 !important;
}
.ui-datepicker-calendar .ui-state-active{
	margin:0px !important;
}

.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4 !important;
}


.hidelabel label{
	display:none;
}

.hidelabel .ginput_container{
	width:100%;
}

.woocommerce-checkout .optional{
	display:none;
}

.woocommerce-additional-fields{
	margin-top:40px;
}

#my_captcha{
	margin-bottom:30px;
}

.woocommerce form .woocommerce-additional-fields h3{
	margin-bottom:10px;
}
.woocommerce form .woocommerce-additional-fields .form-row .woocommerce-input-wrapper,
.woocommerce form .woocommerce-additional-fields .form-row{
	margin:0;
}



.linput_1_41, .dropzone{background: #eee; width: 150px;height: 150px;text-align: center; padding: 60px 20px;}
/*#input_1_41{ left: -10000px;position: absolute;}*/

.box__dragndrop,
.box__uploading,
.box__success,
.box__error {
  display: none;
}

.cart .has-advanced-upload {
  background-color: #eee; width: 485px !important;height: 150px;margin-right: 15px;display: flex;justify-content: center;align-items: center;
}
ul.products li.outofstock span.price{display: none !important;}
/*.cart .has-advanced-upload:before {
    content: 'Drop your video here';
    padding: 19px;
    text-align: center;
} */
.gfield_label.vlabel{display:block;}
.is-error .gfield_label.vlabel{display:none;}
 .gfield_label.vlabel:before, .box__success.gfield_label:before{content:'Click here to Select'; color: #6d6e71;display: flex;justify-content: center;align-items: center;height: 100%;}
.cart .box__input:hover, .is-dragover .box__input {background-color: #ddd;}

.cart .is-uploading .box__input, .cart .has-advanced-upload .box__file {
  visibility: hidden;
}
.cart .is-uploading .box__uploading {
  display: block;
}

.cart .is-uploading .box__input {
  visibility: none;
}
.cart .is-uploading .box__uploading, .is-success .box__success, .is-uploading .box__uploading, .is-error .box__error {
  display: block;
}
.is-error .vlabel,.is-success .vlabel, .is-uploading .vlabel{display:none;}
.box__input .gfield_label{width: 75%; text-transform: inherit;
    text-align: center; }
 #field_1_44{display: flex; justify-content:flex-start;justify-items: center;flex-wrap: wrap;}
 /* #field_1_41, #field_1_43{ 	display:none !important; }   */
.gchoice_1_43_1.image-choices-choice-selected .image-choices-choice-price:before, #field_1_42 .gfield_label{ margin-bottom:10px; }  

#field_1_44 video{width:52%; height:100%;z-index:9;}
#field_1_44 .gfield_label.vlabel{width:100%;height:100%;}
#field_1_44  .removed.image-choices-choice-price{display:none;}
#field_1_44 .box__error, #field_1_44 .box__success{height: 100%; justify-content: center;align-items: center;width: 100%;}
#field_1_44 .box__error{padding-top: 70px;}

.removed.image-choices-choice-price:before { display:none;}
.changev{cursor: pointer; padding: 10px 0;width: 100%; z-index:11;}
.changev.image-choices-choice-price:before{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 269 269' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M63.12 250.254s3.998 18.222 24.582 18.222h93.072c20.583 0 24.582-18.222 24.582-18.222l18.374-178.66H44.746l18.373 178.66zM170.034 98.442c0-4.943 4.006-8.95 8.95-8.95 4.942 0 8.95 4.007 8.95 8.95l-8.95 134.238c0 4.943-4.008 8.95-8.95 8.95-4.942 0-8.95-4.008-8.95-8.95l8.95-134.238zm-44.746 0c0-4.943 4.006-8.95 8.948-8.95 4.943 0 8.95 4.007 8.95 8.95V232.68c0 4.943-4.007 8.95-8.95 8.95s-8.95-4.008-8.95-8.95V98.442zm-35.798-8.95c4.943 0 8.95 4.006 8.95 8.95l8.95 134.237c0 4.942-4.008 8.948-8.95 8.948-4.943 0-8.95-4.007-8.95-8.95l-8.95-134.236c0-4.943 4.008-8.95 8.95-8.95zm128.868-53.68h-39.376V17.898c0-13.578-4.39-17.9-17.898-17.9H107.39C95 0 89.492 6 89.492 17.9V35.81H50.116c-7.914 0-14.32 6.007-14.32 13.43 0 7.424 6.406 13.43 14.32 13.43H218.36c7.914 0 14.32-6.006 14.32-13.43 0-7.423-6.406-13.43-14.32-13.43zm-57.274 0H107.39l.002-17.914h53.695V35.81z' fill='%23fff'/%3E%3C/svg%3E") !important;
    position:absolute;
    content:'';
    height: 35px;
    width: 35px;
    bottom: 65px;
    left: 8px;
    top: auto;
    transform: unset;
    
}
.changev.image-choices-choice-price:after{
    display:none;
}


#field_1_45 .image-choices-choice-image-wrap:after { padding-top: 0;  }
#field_1_42 li, #field_1_57 li{display: flex; justify-content: flex-start; align-items: flex-start;    flex-wrap: wrap;}

#field_1_42 input, #field_1_57 input{ width: 20px !important; margin-right: 10px !important;  height: 20px;}



#field_1_24 .image-choices-choice-price,
#field_1_45 .image-choices-choice-price{cursor:pointer;padding-top: 6px; width:258px; position:relative;}
#field_1_45 label{width:100%;}
.copyprice{ display: flex; flex-wrap: wrap; justify-content: flex-start;  align-items: flex-start;}
   

.seehowv{font-size: 16px; padding-top: 10px;cursor:pointer;}
#label_1_46_0, #label_1_46_1{width:80%;}
.copyprice .image-choices-choice-text, #field_1_42 .ginput_container, #field_1_57 .ginput_container{width:100%;}
#label_1_43_1 .image-choices-choice-image-wrap:after{padding-top:0;}
.image-choices-field .image-choices-choice-image-wrap{margin-bottom:10px;}
 #field_1_42 .gfield_label, #field_1_57 .gfield_label{display: none;}

#field_1_43, #field_1_41, #field_1_24, #field_1_46{
    position: absolute; left: -10000px;
    } 

#input_1_43 .image-choices-choice-selected .image-choices-choice-price:before{visibility:hidden;}
.allow_to_upload_on_social ul li label{
	width:90%;
}


 
 
@media only screen and (max-width: 1024px) {
    #field_1_44 video{width:41%;}
    .gfield_label.vlabel:before, .box__success.gfield_label:before{content:'Click here to Select';}
	
	.img_cussec img {width: 100% !important; height:auto !important;}
	.video_cussec {width: 100% !important; /*height:100% !important;*/}
	
	.cus_vid_sec {width: 100% !important;}
	
}

@media only screen and (max-width: 768px) {
    #field_1_44 video{width:100%;margin-top:20px;}
}   


.gchoice_1_48_1, .gchoice_1_48_2{
	list-style-type: none;
}

#field_1_48 label.gfield_label{
	display:none;
}

.cus_new_sec .about-us-copy {
 padding-top:0px;   
}

.page-template-default ul {
   padding-left:20px; 
}

#inf_option_DailyIdlovetoknowtheflowersoftheday, #inf_option_Everynowandthenonceamonthorsoisgreat {
	width: 24px;
    height: 24px;
}

.page-template-template_columnwise .about-us-block {
	display: flex;
    justify-content: space-between;
    align-items: inherit;
	flex-wrap:wrap;
}


.cus_border {
	border-bottom: 1px solid lightgrey;
	padding-bottom: 20px;
    padding-left: 0;
	margin-bottom: 20px;
}

.home-button, .go-to-second-page {
    text-transform: lowercase;
}





.round-rectangle{
    width:450px;
    padding:35px;
    border-radius:20px;
    border:3px solid #fff;
    top:50%;
    left:125px;
    color:#58595b;
    font-family: var(--tondoFont);
    font-size:21px;
}
.update-home-boxes h3{    padding-top: 10px !important;  padding-bottom: 5px;}
.tag-line{
    padding:0 23px;
}
.round-rectangle p{
    line-height:25px;
    padding-bottom:30px;
}
.round-rectangle p span{
    font-weight:700;
}

.rectangle-box{
    background-color:#fff;
    padding:35px;
    border-radius:20px;
    
}

.text-div h4{
    font-size:21px;
    text-transform: uppercase;
    letter-spacing:1px;
    padding-bottom:15px;
}

.text-div p{
    padding-bottom:20px;
}

.send-now-btn button{
    background-color: #F5ACCC;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 60px;
    border-radius: 100px;
    border: none;
    font-size: 21px;
    color: #fff;
    font-weight: 700;
    transition: all .3s ease;
    cursor:pointer;
    text-transform: uppercase;
}

.send-now-btn button:hover{
    background-color: #d186b7;
    transform: var(--scale);
}

.new-desing-second-page{
    flex-wrap:wrap;
    justify-content:space-between;
    padding-top:20px;
}

.heading-today-home h1{
    font-size:42px;
    letter-spacing:1px;
    width:100%;
    text-align:center;
    text-transform:uppercase;
    padding-top:110px;
}

.new-desing-second-page .image-box{
    max-width:310px;
}

.image-box .half-big-flower, .image-box .half-littleflower{
    position:relative;
}

.offer-position{
    position: absolute;
    top: -10px;
    left: -1px;
}

.offer-position img{
    width:100px;
}

.flower-detail{
    max-width:860px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    flex-wrap:wrap;
    padding-top:20px;
}

.left-detail{
    max-width:355px;
    width:100%;
}

.right-detail{
    max-width:440px;
    width:100% !important;
}

#gform_next_button_1_34{
    color:#fff !important;
}

.validation_error{
  /*  border:none;
    padding:0;
    background:none; */
    margin:20px 0 25px;
}

fieldset{
    border-color: #F5ACCC;
    border-width: 3px;
    border-style: solid;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color:#fff;
}

legend{
    padding: 0 4px;
    letter-spacing: .5px;
    font-size: 21px;
    font-weight: 700;
    font-family: var(--tondoFont);
}

.border{
    border-bottom: 1px solid #d7d7d7;
    margin-top: 35px;
    margin-bottom: 70px;
}

.r-detail fieldset{
    top:-50px;
    position:relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

.r-detail p{
    font-size:11px;
    font-family: var(--tondoFont);
    color:#58595b;
    padding-left:5px;
    text-transform: none;
}

.r-detail input{
    border-bottom: 1px solid #d7d7d7;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 100%;
    padding: 8px 5px;
    margin-top: 15px;
}

.r-detail select{
    border-bottom: 1px solid #d7d7d7;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 100%;
    padding: 8px 5px;
    color:#58595b;
}

.quailty-box .send-now-btn{
    position:relative;
    top:-40px;
}

.quailty-box .send-now-btn button{
    width:60%;
}

.left-detail .half-littleflower{
    position:relative;
}

.left-detail .half-littleflower .offer-position {
    top: 5px;
    left: 20px;
}

.thum-image{
    padding-top:40px;
    padding-left:4px;
    padding-right:4px;
}

.thum-image h3{
    font-family: var(--tondoFont);
    font-size:21px;
    text-align:center;
    text-transform:uppercase;
    letter-spacing:.5px;
    padding-bottom:20px;
}

.thum-image ul{
    display:flex;
    gap:3px;
}

.thum-image ul li{
    list-style:none;
}

#field_1_19 .ginput_container_textarea{
    position:relative;
}

.woocommerce div.product form.cart .button{
    height: auto;
    border: 2px solid #A9DC92 !important;
    color: #000;
    background-color: transparent;
    font-size: 20px !important;
    font-family: var(--tondoFont);
    font-weight: 700;
    width: 30%;
    transition: all 0.5s ease;
    text-transform:lowercase;
}

.woocommerce div.product form.cart .button:hover{
    transform:scale(1);
    background: #A9DC92 !important;
    color: white;
}
/*
button[name='add-to-cart'].gform_button, #gform_submit_button_1 {
    width: 30%;
    position: relative;
    top: -60px;
    float: left !important;
    margin-left: 32%;
    background-color: #F5ACCC;
    color: #fff;
    transition: all 0.5s ease;
    border: none !important;
} */

button[name='add-to-cart'].gform_button:hover, #gform_submit_button_1:hover {
    transform:scale(1);
}

.right-detail h1{
    font-family: var(--tondoFont);
    color:#58595b;
    font-size:42px;
    text-transform:uppercase;
    letter-spacing:1px;
    padding-bottom:20px;
}

.right-detail p{
    font-family: var(--tondoFont);
    color:#58595b;
    font-size:21px;
}

.right-detail p span{
    font-weight:700;
}

.italic{
    font-family: var(--tondoFont);
    font-style:italic;
    font-size:18px;
    color:#58595b;
    padding-top:20px;
}

.blog-section{
    /* display:flex;
    justify-content:flex-start;
    align-items:flex-start;
    flex-wrap:wrap;
    gap:30px; */
}

.blog-section .sub-heading{
    padding-top:0;
    padding-bottom:50px;
}

.left-blog-side{
    max-width:605px;
    width:100%;
    display:flex;
    justify-content:flex-start;
    align-items:flex-start;
    align-self: stretch;
    flex-wrap:wrap;
    gap:15px;
    position:relative;
}

.images-blog{
    max-width:310px;
    width:100%;
}

.text-blog{
    max-width:265px;
    width:100%;
}

.small-heading{
    font-family:var(--tondoFont);
    line-height:24px;
    font-size:21px;
    font-weight:700;
    letter-spacing:0.5px;
    text-transform:uppercase;text-align:left;
}

.text-blog p{
    font-family:var(--tondoFont);
    line-height:21px;
    font-size:18px;
    padding-bottom:25px;
}

.read-mBtn{
width:181px;
margin-top:20px;
}
.single .blog-section .sub-heading{
display:none;
}
.read-mBtn a{
    border:2px solid #F5ACCC;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 100px;
    font-size: 18px;
    color: #F5ACCC;
    transition: all .3s ease;
}

.read-mBtn a:hover{
    background-color:#F5ACCC;
    transform:var(--scale);
    color:#fff;
}

.right-detail .quantity-protect{
    margin:20px 0 0px 0;
    border:none;
    padding:20px 20px 60px;
}

.right-detail .quantity-protect:before{
    display:none;
}

.right-detail .quantity-protect input{
    border-bottom: 1px solid #d7d7d7 !important;
    margin-top: 25px;
   
    padding: 10px 5px;
    color: #58595b;
    width:100%;
    font-family:var(--tondoFont);
    border-radius:0 !important;
    color:#58595b !important;
}

/*.single-product #page{*/
/*    padding-top:36px;*/
/*}*/

.entry-summary{
    width:100% !important;
}

.image-choices-choice-text {
    vertical-align: top;
    font-size: 21px !important;
    font-family: var(--tondoFont);
}

.image-choices-choice-text p{
    vertical-align: top;
    font-size: 14px !important;
    padding-top:10px;
    text-transform: none;
}

.lf-photo-add-on-field .image-choices-choice-text{
    font-size: 21px !important;
    font-family: var(--tondoFont);
}

.lf-photo-add-on-field .image-choices-choice-text:after{
    font-size: 14px;
    padding-top: 5px;
}

#field_1_22{
    padding-left: 29px;
    padding-right: 23px;
}

ul#input_1_46{
    display:flex;
    justify-content:space-between;
}

ul#input_1_46 li{
    width:100%;
}

.gfield{
    padding-left:8px;
    padding-right:8px;
}

.right-detail .gfield{
    margin:10px 0;
    border:none;
    padding:0;
    position:inherit;
}

.right-detail .ginput_container{
    width:100%;
}


/*
.right-detail .gform_body{
    position:relative;
    top:-50px;
}
*/
.gform_page_footer{
    margin-top:15px;
}

#field_1_40{
    font-size:12px; color:#6d6e71;
    list-style:none;
    font-family:var(--tondoFont);
}

#choice_1_35_0, #choice_1_35_1{
    width:auto;
}

.update-blog-page h2{
    font-size: 32px;
    font-family: var(--tondoFont);
    font-weight: 700;
    text-transform: uppercase;
    max-width: 1000px;
    text-align: center;
    margin: 0px auto 10px;
    letter-spacing: 1px;
    line-height:41px;
    color:#58595b;
}

.update-blog-page h4{
    font-size: 18px;
    font-family: var(--tondoFont);
    text-align: center;
    color:#F5ACCC;
    font-weight:normal;
    padding-bottom:30px;
}

.update-blog-page h5{
    font-size: 18px;
    font-family: var(--tondoFont);
    text-align: center;
    font-weight:normal;
    margin-bottom:10px;
    color:#58595b;
}

.page-standard p{
    font-size: 18px;
    font-family: var(--tondoFont);
    line-height:21px;
    padding:10px 0px 0;
}

.update-blog-page .page-section-small{
    max-width:720px;
}

.update-blog-page .page-section .read-mBtn{
    position:inherit;
    width:50%;margin-top:15px;
}

.update-blog-page .page-section .read-mBtn a{
    border:none;
    background-color: #F5ACCC;
    height:50px;
    font-size:18px;
    color:#fff;
}

.update-blog-page .page-section .read-mBtn a:hover{
    background-color: #d186b7;
}

.update-blog-page .blog-section .sub-heading{
    padding-top:70px;
    padding-bottom:15px;
}

#product-3814, #product-3818{
   min-height: 1000px;
}

.woocommerce-checkout.woocommerce-page .woocommerce-form-coupon-toggle{display:none !important;}
.woocommerce-checkout.woocommerce-page .woocommerce-billing-fields h3, .woocommerce-additional-fields h3{ border-top: none;}
.woocommerce-checkout.woocommerce-page .woocommerce-form-login__rememberme {padding-top: 9px;}
/* .woocommerce-checkout.woocommerce-page #account_password{width:46.6%;} */


@media only screen and (max-width: 767px) {
/* .cart .has-advanced-upload:before {
    content: 'Select your video';
} */
    .round-rectangle{
        padding:10px 0 20px;
    }
	.page-template-template-product .seasonal-section{
		padding-top:40px;
		display:flex;
		flex-direction:column-reverse;
		justify-content:space-between;
		align-items:flex-start;
	}
	.home-button{
	    color:#fff !important;
	}
	.page-template-template-product .seasonal-section .seasonal-section-copy{
		padding-top:20px;
	}
	
	.home-arrow{
		display:none;
	}
.elohw {
    font-size: 14px !important;
    padding: 1px !important;
}

	.about-us-block .about-us-copy{
	padding-top: 20px;
    font-size: 16px;
    line-height: 20px;
	width:100%;
	max-width:100%;
}
	.about-us-block img{
	width:100%;
	max-width:100%;
		margin-right:0;
		
	}

	.top-bar-inner {
    width: 100%;
		top:0;
    padding: 5px 20px;
    font-size: 14px;
}
.followuponinstagram .page-grid-cell{
	width:100%;
}




	.header-logo, .header-cart, .header-menu-button, .header-menu-close {
	top:0;
}
.woocommerce-cart .cart-delivery{
    display: block !important;
    float: left !important;
}
.woocommerce-cart .delivery-amount:before{
	content:none !important;
}
.second-page{
    flex-wrap:wrap;
}
.second-page{
    padding-bottom:0px;
}
.image-choices-choice-image-wrap {
    width: 100% !important;
    border-right: 0px solid white;
    margin-bottom: 20px;
}
.image-choices-field .image-choices-choice-price {
    margin-bottom: 20px;
}
}

@media only screen and (max-width: 540px) {
    .copyprice, #field_1_42 .ginput_container{width: 100%;}
    #field_1_46 .gfield_label{display:none; visibility:hidden;}

    .read-mBtn {
    width: 100%;
    position: inherit;
    margin-top: 30px;
    margin-bottom: 12px;
}

.small-heading{
    padding-bottom:5px;
}

.update-home-boxes .sub-heading{
    font-size:24px;
    padding-top:0;
    letter-spacing:0;
    line-height:36px;
}

.divide-grid{
    padding-top:0px;
}
.update-home-boxes .page-grid-cell-33{
    margin-top:10px;
}
.update-blog-page .page-section .read-mBtn{
    width:100%;
}
.images-blog, .text-blog {
    max-width: 100%;
}
.images-blog img{
    width: 100%;
}
.update-blog-page .blog-section .sub-heading {
    padding-top: 30px;
    padding-bottom: 0px;
}

.new-desing-second-page .image-box{
    max-width:100%;
    margin-bottom:40px;
}

.left-detail{
    max-width:100%;
}

.gform_next_button{
    width:100% !important;
}

.blog-section{
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.blog-section .sub-heading{
    padding-bottom:0px;
    font-size:27px;
    letter-spacing:0;
    line-height:36px;
}

.rectangle-box{
    padding:0px 35px;
}

.round-rectangle p{
    padding-bottom:10px;
}

.text-div h4{
    padding-bottom:6px;
}

.round-rectangle{
    padding-bottom:20px;
}

.read-mBtn a{
    width:70%;
    font-size:18px;
    margin-left: auto;
    margin-right: auto;
}

.send-now-btn button{
    height:50px;
    width:70%;
    font-size:18px;
    margin-left: auto;
    margin-right: auto;
}

.update-home-boxes .home-button{
    width:56%;
    font-size:18px;
    margin-left: auto;
    margin-right: auto;
}

.update-home-boxes .page-grid-cell-inner img{
    width:auto;
}

.heading-today-home h1{
    font-size:30px;
    padding-bottom:0px;
    letter-spacing:0;
}

.new-desing-second-page{
    flex-wrap:unset;
}

.half-big-flower .offer-position img{
    width:40%;
}

.flower-detail{
    flex-direction:column-reverse;
    padding-left:10px;
    padding-right:10px;
    padding-top:0px;
}
.right-detail h1{
    font-size:30px;
    padding-bottom: 10px;
    padding-top: 0px;
}

.thum-image{
    padding-top:20px;
}

.right-detail p{
    font-size:18px;
}

.woocommerce div.product form.cart{
    margin-bottom:100px;
}

.woocommerce div.product div.summary{
    margin-bottom:0;
}

.update-blog-page{
    padding-left:10px;
    padding-right:10px;
    padding-top:50px;
}

.update-blog-page h2{
    font-size:27px;
    line-height:36px;
    letter-spacing:0;
    margin-bottom:10px;
}

.update-blog-page h4{
    padding-bottom:10px;
}

.update-blog-page h5{
    font-size:20px;
}

.page-standard p{
    font-size:15px;
    line-height:22px;
}

.update-blog-page .blog-section{
    padding-top:0 !important;
}

legend{
    font-size:14px;
}

.woocommerce div.product form.cart .button{
    width:100%;
}

button[name='add-to-cart'].gform_button, #gform_submit_button_1{
    margin-left:0;
    top:10px;
    width:100%;
}

.header-cart{
    right:60px;
}
.half-littleflower .offer-position img {
    width: 40%;
}
}


.single .blog-section .sub-heading {
    display: block;
}

#field_13_18 .gfield_label, #field_1_18 .gfield_label{display: none;}
#field_13_49, #field_1_49{    margin-top: 50px;}
.woocommerce a.remove {font-size: 16px; height: 15px;  width: 15px;}
.woocommerce a.remove:hover { color: inherit !important; background: none;}
.shop_table th, .shop_table td{width: auto !important; font-family: 'avenir'; font-weight: 400 !important; color: #000; text-transform: uppercase;}
.validation_message{color: #ff0909;}
#field_1_25 .gfield_label{display: none;}



@media screen and (max-width: 1000px) and (min-width: 700px){
	.right-detail {
    		max-width: 350px;
	}
	.left-detail {
    		max-width: 320px;
	}
.round-rectangle{
background-color:white;
}
.rectangle-box {
    padding: 0 35px 35px;
}
}
#gform_fields_2 li.gfield {
    width: 100%;
    border: none;
    padding: 0;
}

#gform_fields_2 li.gfield label.gfield_label {
    display: block;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    width: 100%;
    font-family: avenir;
}

#gform_fields_2 li.gfield .ginput_container {
    width: 100% !important;
}

#gform_fields_2 li.gfield .ginput_container input {width: 100% !important;border: 1px solid #F49AC1;margin-top: 6px;color: #696969;font-family: avenir;font-weight: 400;font-size: 14px;padding: 16px;height: 50px;margin-right: 0 !important;}

#gform_fields_2 li.gfield .ginput_container textarea {
    width: 100% !important;
    border: 1px solid #F49AC1;
    margin-top: 6px;
    color: #696969;
    font-family: avenir;
    font-weight: 400;
    font-size: 14px;
    padding: 16px;
    resize:  none;
    height: 51px;
}

#gform_2 .gform_footer.top_label input {
    padding: 14px;
    font-family: avenir;
    font-size: 21px;
    background: transparent;
	color: #000;
	border: 2px solid #9ac395;
	text-transform: uppercase;
}

#gform_2 .gform_footer.top_label input:hover {
    border-color: #e4abc4;
}
@media(min-width: 801px) {
	#menu ul > li a:after {
		content: "";
		background: #e4abc4;
		width: 100%;
		height: 2px;
		position: absolute;
		left: -8px;
		bottom: -2px;
		transition: 0.3s all;
		opacity: 0;
	}
	.single-post #menu ul > li.current_page_parent a:after, #menu ul > li a:hover:after, #menu ul > li.current-menu-item a:after {
		left: 0;
		opacity: 1;
	}
}








.page-template-default .footergrp .ul {
	padding-left: 0 !important;
}

.topbar .hide-in-mobile {
	display: block;
}

.topbar .hide-in-desktop {
	display: none;
}

@media(max-width: 600px) {
	.topbar .hide-in-mobile {
		display: none;
	}

	.topbar .hide-in-desktop {
		display: block;
	}
}

textarea {
	outline: none;
}