@font-face {
	font-family: 'avenir';
	src: url('../fonts/AvenirLTStd-Book.woff2') format('woff2'),
		url('../fonts/AvenirLTStd-Book.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'avenir';
	src: url('../fonts/AvenirMedium.woff2') format('woff2'),
		url('../fonts/AvenirMedium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'avenir';
	src: url('../fonts/AvenirLTStd-Black.woff2') format('woff2'),
		url('../fonts/AvenirLTStd-Black.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
::after,
::before {
	box-sizing: border-box;
}

a a,
a:hover,
ins {
	text-decoration: none
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0
}

body {
	line-height: 1;
	font-family: avenir;
}

html {
	font-size: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin: 0;
	font-family: avenir;
	color: #000;
}

input:focus {
	outline: none;
}

body .second-page {
	padding-top: 60px !important;
}

h1,
.h1 {
	font-size: 40px;
}

h2,
.h2 {
	font-size: 34px;
}

h3,
.h3 {
	font-size: 28px;
}

p,
li {
	font-size: 18px;
}

li {
	list-style: none;
}

.textcenter {
	text-align: center;
}

.container,
#bounds {
	max-width: 1036px;
	margin: 0 auto;
	width: 100%;
	padding: 0 20px;
}

.home #bounds,
.blog #bounds,
.page-template-corporate #bounds {
	max-width: inherit;
	padding: 0;
}

.page-standard {
	padding: 50px 0;
}

.woocommerce-MyAccount-navigation li {
	font-size: 20px;
}

section.logo_list_cus {
	margin: 0 auto;
}

.page-standard p {
	font-family: avenir;
}

.burger {
	position: relative;
	display: none;
	cursor: pointer;
	z-index: 10;
	width: 16px;
	height: 16px;
	border: none;
	outline: none;
	background: none;
	transition: 0.35s ease;
	z-index: 99;
	margin: 14px 0 0;
}

.burger-line {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 21px;
	opacity: 1;
	rotate: 0deg;
	border: none;
	outline: none;
	border-radius: 10px;
	background-color: var(--black-100);
	transition: 0.25s ease-in-out;
}

.burger .burger-line:nth-child(1) {
	top: 0px;
}

.burger .burger-line:nth-child(2) {
	top: 5px;
	width: 70%;
}

.burger .burger-line:nth-child(3) {
	top: 10px;
}

.menu-opened {
	overflow: hidden;
}

.menu-opened .burger>.burger-line:nth-child(1) {
	top: 5px;
	rotate: 135deg;
	background-color: white;
}

.menu-opened .burger>.burger-line:nth-child(2) {
	opacity: 0;
	visibility: hidden;
}

.menu-opened .burger>.burger-line:nth-child(3) {
	top: 5px;
	rotate: -135deg;
	background-color: white;
}

.flex-box {
	display: flex;
	flex-wrap: wrap;
}

/*column width set*/
.col-2 {
	width: 20%;
}

.col-3 {
	width: 30%;
}

.col-4 {
	width: 40%;
}

.col-5 {
	width: 50%;
}

.col-6 {
	width: 60%;
}

.col-7 {
	width: 70%;
}

.col-8 {
	width: 80%;
}

/*topbar css*/
.topbar {
	background: #000;
	padding: 18px 0;
}

.topbarcntnt p strong {
	color: #F49AC1;
}

.topbar .topbarcntnt p {
	font-family: avenir;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
}

/*Header css*/
.useraccount .cart {
	width: 17px;
}

.page-template-default .sitefooter ul {
	padding-left: 0 !important;
}

#menu ul>li a {
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	z-index: 3;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

#menu ul {
	justify-content: end;
}

#menu ul>li {
	padding: 0px 15px;
	position: relative;
}

#menu ul>li ul {
	position: absolute;
	top: 0;
	left: 0;
	flex-direction: column;
	padding-top: 60px;
	background-color: #fff;
	opacity: 0;
	z-index: -1;
	cursor: none;
	width: 300px;
}

#menu ul>li ul li {
	padding-bottom: 15px;
}

#menu ul>li ul li a {
	line-height: 1.2;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 5px;
}

#menu ul li:hover ul {
	z-index: 2;
	opacity: 1;
	cursor: pointer;
}

#menu ul>li ul li:last-child {
	padding-right: 16px;
}

#menu ul>li:last-child {
	padding-right: 0;
}

#menu ul#menu-header .menu-item.menu-item-has-children .opener {
	display: none;
}

header#header .navbar {
	align-items: flex-start;
	justify-content: center;
}

header#header .navbar .logo .brand {
	position: relative;
	z-index: 10;
}

.menu-opened header#header .navbar .brand {
	z-index: -1;
}

header#header .navbar .logo .brand img {
	max-width: 100px;
	position: relative;
	z-index: 1;
}

header#header {
	padding: 20px 0 0 0;
	margin-bottom: -49px;
	position: relative;
	z-index: 10;
}

.menu-inner ul {
	display: flex;
	flex-wrap: wrap;
}

ul#menu-header li:last-child {
	padding-right: 25px;
}

/*banner css*/
.mainbanner {
	position: relative;
}

.mainbanner .container {
	position: relative;
}

.mainbanner .cntnt {
	max-width: 280px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	right: 0;
	z-index: 1;
	padding-top: 190px;
}

.mainbanner .cntnt.hide-in-mobile {
	display: block;
}

.mainbanner .cntnt.hide-in-desktop {
	display: none;
}

@media(max-width: 800px) {
	header#header {
		margin-bottom: 0;
		padding: 10px 0;
	}
}

@media(max-width: 600px) {
	.mainbanner .cntnt.hide-in-mobile {
		display: none;
	}

	.mainbanner .cntnt.hide-in-desktop {
		display: block;
	}

	header#header {
		margin-bottom: -49px;
		padding: 20px 0 0;
	}

	.postid-324536 .variations_form.cart .variations td.value {
		display: block;
	}

	.qty+.select2-container {
		margin-left: 0 !important;
		margin-top: 5px;
	}

	.product.type-product .product_to_from .quantity-protect p {
		display: block !important;
	}
}

.mainbanner .cntnt h2 {
	font-family: 'Avenir';
	font-weight: 400;
	font-size: 48px;
	line-height: 55px;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 15px;
}

.mainbanner .cntnt a.btn {
	color: #333;
}

.mainbanner .cntnt p {
	color: #333;
	padding-top: 10px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 500;
}

.mainbanner .cntnt p strong {
	color: #F49AC1;
}

.mainslider .mainslide .slidecntnt {
	height: 665px;
	background-repeat: no-repeat !important;
	background-position: 75% 50% !important;
	background-size: cover !important;
}

.mainslider .cntnt {
	position: static;
	padding: 0;
}

.mainslider .mainslide .slidecntnt {
	display: flex;
	align-items: center;
	justify-content: left;
}

.mainproductsec .flex-box {
	margin: 0 -10px;
}

.mainproductsec .btnbox .btn {
	width: 320px;
}

a.home-button {
	margin: 20px auto;
	padding: 0;
}

.seasonal-section {
	padding: 60px 0;
}

section.second-page {
	padding: 0;
}

.btn,
.home-button {
	font-size: 21px;
	line-height: 1;
	text-transform: uppercase;
	border: 2px solid #A9DC92;
	width: 200px;
	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;
}

.btn:hover,
.home-button:hover {
	background: #A9DC92;
	border-color: #A9DC92;
	color: #fff;
}

/*Flower Product css*/
.woocommerce-cart .paypal-buttons {
	display: none !important;
}

.footergrp a:hover {
	color: #F49AC1;
}

.titlebox h3 {
	text-align: center;
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;
	color: #000;
	text-transform: uppercase;
}

.mainproductsec {
	padding: 46px 0 80px;
}

.page-template-seasonals .titlebox,
.page-template-home-template .titlebox,
.titlebox {
	margin-bottom: 28px;
}

.mainproductsec .productcard .cardimage {
	margin-bottom: 26px;
	overflow: hidden;
	position: relative;
	padding-top: 100.42%;
}

.col-equal {
	width: calc(100% / 3);
}

.col-equal.full-width {
	width: 100%;
}

.col-equal.full-width h2 {
	padding: 0 10px;
	margin-bottom: 10px;
}

.mainproductsec .productcard .cardimage img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	object-fit: cover;
}

.mainproductsec .productcard {
	padding: 0 10px;
}

.mainproductsec .productcard .cardcntnt h3,
.mainproductsec .productcard .cardcntnt .h3 {
	font-weight: 400;
	font-size: 22px;
	line-height: 1.273;
	margin-bottom: 30px;
	color: #000;
	text-align: left;
	text-transform: uppercase;

	display: block;
	display: -webkit-box;
	height: 56.012px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mainproductsec .productcard .cardcntnt p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 20px;
}

.mainproductsec .productcard .cardcntnt p span {
	border-bottom: 1.5px solid #F49AC1;
	display: inline-block;
	color: #000;
}

.mainproductsec .productcard .cardcntnt .btn {
	width: 100%;
}

.mainproductsec .col-equal {
	margin-bottom: 50px;
}

.mainproductsec .productcard {
	margin-bottom: 0;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.mainproductsec .productcard .top {
	width: 100%;
}

.mainproductsec .productcard .btnbox {
	width: 100%;
}

.mainproductsec .productcard .btnbox .btn {
	width: 100%;
	max-width: 200px;
}

.btnbox .btn {
	margin: 0 auto;
}

/*Punch Day */
.onepunchdaycntnt {
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: left;
	max-width: 480px;
}

.onepunchday {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: top right !important;
}

.onepunchdaycntnt h2 {
	font-weight: 400;
	font-size: 48px;
	line-height: 55px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.onepunchdaycntnt p {
	font-size: 16px;
	line-height: 22px;
	color: #000;
	max-width: 71%;
}

.onepunchdaycntnt .btn {
	margin-top: 40px;
}

.thoughtcntnt {
	padding: 60px 0;
}

/*Seasonal Flower */
.thoughtcntnt .text {
	font-size: 42px;
	line-height: 1.16;
	font-weight: 400;
	margin-bottom: 23px;
	color: #000;
	display: block;
}

.thoughtcntnt .text span {
	color: #F49AC1;
}

.thoughtcntnt .star {
	display: block;
	width: 100px;
	height: 20px;
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.44 19'><polygon fill='%23000000' points='10,15.27 16.18,19 14.54,11.97 20,7.24 12.81,6.63 10,0 7.19,6.63 0,7.24 5.46,11.97 3.82,19'/></svg>");
	background-size: 20px 20px;
	background-repeat: repeat-x;
	margin: 0 auto 25px;
	position: relative;
}

.thoughtcntnt .star:before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: -2px;
	right: 0;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
}

.thoughtcntnt p {
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	text-transform: capitalize;
	color: #F49AC1;
}

.thoughtcntntslider .cntnt .text {
	font-style: italic;
}

.thoughtcntntslider .cntnt img {
	display: inline-block;
	vertical-align: top;
}

.seasonalflowercntnt {
	height: 600px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}

.littleforyou .seasonalflowercntnt {
	background-position: right top;
}

.seasonalflowercntnt .container {
	height: 100%;
}

.seasonalflowercntnt .flex-box {
	align-items: center;
	height: 100%;
	justify-content: left;
}

.seasonalcntnt h2 {
	font-weight: 400;
	font-size: 48px;
	line-height: 55px;
	margin-bottom: 32px;
	text-transform: uppercase;
}

.seasonalcntnt {
	max-width: 495px;
}

.seasonalcntnt p {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4em;
	margin-bottom: 25px;
	color: #000;
	max-width: 90%;
}

.seasonalcntnt .btn {
	width: 262px;
}

.onepunchdaycntnt .btn {
	width: 240px;
}

/*Newsletter*/
.newslettersec {
	padding: 30px 0 60px;
}

.newslettersec .titlebox h4 {
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
}

.newslettersec .titlebox {
	margin-bottom: 33px;
}

.newsletterbox {
	display: flex;
}

.newsletterbox .input {
	width: 100%;
	padding-right: 12px;
	display: flex;
	gap: 12px;
}

.newsletterbox .input input {
	border: 1px solid #F49AC1;
	width: 100%;
	display: block;
	padding: 18px 20px;
	margin: 0;
	flex: 1;
}

.newsletterbox .btnbox button:hover {
	background: #A9DC92;
	color: #fff;
}

.newsletterbox .btnbox button {
	background: #fff;
	width: 217px;
	font-size: 16px;
	height: 100%;
	padding: 4px 2px 3px;
	text-transform: capitalize;
}

.footerlogo {
	width: 120px;
}

.footerlogo img {
	width: 100%;
}

.footergrp .col {
	width: calc(100% / 4);
}

.footertitle {
	margin-bottom: 10px;
}

.footertitle h5 {
	font-weight: 800;
	font-size: 16px;
	line-height: 20px;
}

.footergrp ul li a {
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
	color: #000000;
}

.footergrp ul li {
	margin-bottom: 2px;
}

footer.sitefooter {
	padding: 62px 0;
}

.footersocial p {
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
}

.footersocial .socialmeida {
	margin-bottom: 20px;
}

.crights {
	width: 100%;
	text-align: center;
}

.crights p {
	font-size: 14px;
	padding-top: 40px;
}

.bloglisting {
	padding: 100px 0 0;
}

.bloglisting .titlebox h3 {
	font-weight: 400;
	font-size: 48px;
	line-height: 55px;
	max-width: 600px;
	margin: 0 auto 50px;
}

.blogcard .cardimage img {
	width: 100%;
}

.bloglisting .col-equal {
	padding: 0 05px;
}

.bloglisting .flex-box {
	margin: 0 -05px;
}

.blogcard .cardimage {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	padding-top: 100%;
}

.blogcard .cardimage a {
	display: block;
}

.blogcard .cardimage a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.blogcard .cardcntnt h4 {
	font-size: 22px;
	line-height: 1.273;
	font-weight: 400;
	margin-bottom: 20px;
	padding-bottom: 0px;
	text-align: left;
	font-family: avenir;
	color: #000000;
	text-transform: uppercase;

	display: block;
	display: -webkit-box;
	height: 56.012px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.blogcard .cardcntnt .btn {
	width: 100%;
	max-width: 200px;
}

.page-section .read-mBtn {
	margin-top: 30px !important;
}

.page-section .read-mBtn a,
.postnavigation .read-mBtn a {
	font-size: 21px !important;
	line-height: 1;
	font-weight: 400;
	border-radius: 0px;
	text-transform: uppercase;
	border: 2px solid #A9DC92 !important;
	width: 200px;
	height: 50px !important;
	display: flex;
	color: #000 !important;
	background: transparent !important;
	align-items: center;
	justify-content: center;
	transition: 0.4s all ease-in-out;
	padding: 6px 2px 3px;
	cursor: pointer;
}

.page-section .read-mBtn a:hover,
.postnavigation .read-mBtn a:hover {
	transform: none;
	color: #fff !important;
	background: #A9DC92 !important;
}

.blogcard .cardcntnt p {
	font-size: 16px;
	line-height: 1.375;
	margin-bottom: 24px;
	font-family: avenir;
	padding-top: 0;
	display: block;
	display: -webkit-box;
	max-width: 400px;
	height: 44px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.blogsingledetail {
	padding-bottom: 0;
}

.blog-section.bloglisting h3 {
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
	font-family: avenir;
	font-weight: 400;
	width: 100%;
	line-height: 1.2;
}

.blogcard .cardimage img {
	width: 100%;
	height: 100%;
	margin: 0;
	-webkit-transition: transform .3s linear;
	-moz-transition: transform .3s linear;
	-ms-transition: transform .3s linear;
	-o-transition: transform .3s linear;
	transition: transform .3s linear;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.blogcard {
	margin-bottom: 80px;
}

.blog-section.bloglisting {
	padding-top: 40px !important;
	margin-top: 40px;
	border-top: 1px solid #F49AC1;
}

.postnavigation {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 50px;
	flex-wrap: wrap;
}

.page-template-default ul.woocommerce-error {
	padding-left: 60px;
}

.page-template-default ul {
	padding-left: 20px;
	font-size: 18px;
}

.page-standard p {
	font-family: avenir;
	font-size: 18px;
	margin-bottom: 10px;
}

.blogsingledetail h4 {
	color: #F49AC1;
	font-weight: 400;
	font-size: 14px;
	padding-bottom: 0;
	font-family: 'Avenir';
	line-height: 1.5;
}

.blogsingledetail .mainproductsec .productcard .cardcntnt h3,
.blogsingledetail .mainproductsec .productcard .cardcntnt .h3 {
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

.blogsingledetail h2 {
	font-weight: 400;
	font-size: 48px;
	line-height: 1.4;
	text-align: center;
	color: #000;
	font-family: 'avenir';
}

.blogsingledetail h5 {
	font-weight: 400;
	font-size: 20px;
	padding-bottom: 40px;
	line-height: 1.2;
	font-family: 'Avenir';
	margin-bottom: 40px;
	border-bottom: 1px solid #F49AC1;
}

.blogsingledetail img {
	margin-bottom: 30px;
}

.blogsingledetail .mainproductsec .productcard .cardimage img {
	margin-bottom: 0px;
}

.update-blog-page .page-section .read-mBtn {
	text-align: center;
	margin: 0 auto;
}

.page-standard p strong {
	font-family: avenir;
	font-size: 16px;
	color: #000000;
	font-weight: 500;
	margin: 0 auto;
	display: inline-block;
}

.page-standard p {
	color: #000;
}

/*Today's Flowers*/
.breadcrumbs {
	padding-top: 60px;
}

.breadcrumbs ul.flex-box {
	justify-content: center;
}

.breadcrumbs ul.flex-box li {
	color: #B2B2B2;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}

.breadcrumbs ul.flex-box li a {
	color: #B2B2B2;
	text-decoration: none;
}

.breadcrumbs ul.flex-box li.active a {
	color: #F49AC1;
}

.todayflower .image img {
	width: 100%;
}

.todayflower .content {
	padding-left: 33px;
}

.todayflower .content h1 {
	color: #A9DC92;
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;
}

.todayflower .content h2 {
	display: block;
	color: #F49AC1;
	font-size: 22px;
	line-height: 28px;
	font-weight: 400;
	padding-bottom: 20px;
}

.todayflower .content p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 22px;
}

.todayflower .content .btn {
	width: 320px;
}

.todayflower {
	padding: 80px 0;
}

.producttempsec .titlebox h3 {
	text-transform: uppercase;
}

.producttempsec .col-equal {
	width: calc(100% / 4);
	margin-bottom: 50px;
}

.ordertotal {
	padding-bottom: 120px;
}

.ordertotal .btn-box .btn {
	width: 100%;
	margin-top: 30px;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.ordertotal p {
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
}

/* Cart */
body.woocommerce {
	padding-top: 0;
}

.woocommerce-account .woocommerce {
	padding-top: 30px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
	width: 100%;
	float: none;
	padding: 0;
	margin: 0 0 30px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation:only-child {
	float: none;
	width: 100%;
	padding: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
	margin: 0 30px 10px 0;
	font-size: 20px;
	line-height: 1.2;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
	color: #000;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
	color: #F49AC1;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
	color: #000;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
	width: 100%;
	float: none;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content:only-child {
	width: 100%;
	float: none;
}
.relativesection{
    position: relative;
}
.absoluteatag{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}
@media(max-width: 1030px) {
	.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
		font-size: 18px;
	}
}

@media(max-width: 600px) {

	.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
		font-size: 16px;
	}
}

.woocommerce-order-received .woocommerce {
	padding-top: 0;
}

p.cart-empty.woocommerce-info {
	font-size: 21px;
}

p.return-to-shop a.button:hover {
	background: #aad7a5;
	color: #fff;
}

p.return-to-shop a.button {
	font-family: avenir;
	font-size: 20px;
	margin-bottom: 50px;
	background: transparent;
	color: #aad7a5;
	border: 1px solid #aad7a5;
	text-transform: uppercase;
}

/* login */
.page-standard h1 {
	font-weight: 400;
	font-size: 48px;
	line-height: 55px;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	background: transparent;
}

.page-standard .infusion-form {
	max-width: 500px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.page-standard .infusion-form .infusion-field {
	border-width: 0;
}

.page-standard .infusion-form .infusion-field label {
	display: block;
	font-size: 16px;
	margin: 15px 0;
}

.page-standard .infusion-form .infusion-field input,
.page-standard .infusion-form .infusion-field textarea {
	border-color: #F49AC1;
	width: 100% !important;
	max-width: -webkit-fill-available !important;
	font-family: avenir;
}

.page-standard .infusion-form .infusion-field .infusion-checkbox input {
	position: absolute;
	width: auto !important;
	left: 0;
}

.page-standard .infusion-form .infusion-field .infusion-checkbox {
	position: relative;
}

.page-standard .infusion-form .infusion-field {
	padding: 0px !important;
}

.page-standard .infusion-form .infusion-field .infusion-checkbox label {
	padding-left: 30px;
}

.page-standard .infusion-form .infusion-submit button {
	border: 1px solid #aad7a5;
	color: #aad7a5;
	cursor: pointer;
	font-size: 20px;
	padding: 10px 30px;
	background: transparent !important;
}

.page-standard .infusion-form .infusion-submit button:hover {
	background: #aad7a5 !important;
	color: #fff;
}

/* checkout */
.woo.titlebox h1 {
	font-size: 48px;
	line-height: 55px;
	font-family: 'avenir';
	font-weight: 400;
	padding: 20px 0;
	text-align: center;
}

.woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce-MyAccount-content .woocommerce-Message.woocommerce-Message--info.woocommerce-info {
	padding: 0px;
	background: transparent;
	border: none;
	font-weight: 400;
	color: #000;
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 24px;
}

.woocommerce-form-coupon-toggle .woocommerce-info:before,
.woocommerce-MyAccount-content .woocommerce-Message.woocommerce-Message--info.woocommerce-info:before {
	display: none;
}

.woocommerce-form-coupon-toggle .woocommerce-info a {
	color: #f5accc;
}

form.checkout_coupon.woocommerce-form-coupon {
	padding: 0;
	border: none;
}

form.checkout_coupon.woocommerce-form-coupon p {
	font-size: 16px;
	color: #000;
	margin-bottom: 20px;
	line-height: 22px;
}

form.checkout_coupon.woocommerce-form-coupon p.form-row {
	width: 100%;
}

form.checkout_coupon.woocommerce-form-coupon p.form-row input {
	font-size: 16px;
	line-height: 14px;
	color: #696969;
	border-color: #F49AC1;
	padding: 20px 30px;
}

form.checkout_coupon.woocommerce-form-coupon p.form-row button {
	width: 100%;
	font-size: 21px;
	line-height: 24px;
	padding: 20px;
	border: 1px solid #aad7a5;
	background: transparent;
	color: #aad7a5;
	font-family: 'avenir';
}

form.checkout_coupon.woocommerce-form-coupon p.form-row button:hover {
	background: #aad7a5;
	color: #fff;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3 {
	border-top: 1px solid #F49AC1;
	background: transparent;
	color: #000;
	text-transform: uppercase;
	padding: 30px 0 0;
	font-size: 23px;
}

.woocommerce-billing-fields__field-wrapper p label {
	font-size: 16px;
	line-height: 22px;
	color: #000;
	text-transform: uppercase;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row .select2-selection--single {
	border: 1px solid #F49AC1;
	font-size: 16px;
	line-height: 18px;
	padding: 15px 20px;
	/* height: auto; */
	border-radius: 0px;
	font-family: 'avenir';
	display: block;
	width: 100%;
	height: 51px;
	resize: none;
}

.woocommerce form .form-row .select2-selection__rendered {
	line-height: 1.1;
	padding-left: 0;
}

.form-row .select2-dropdown {
	border-color: #F49AC1;
}

.woocommerce-page form .form-row label.checkbox strong {
	font-size: 14px;
}

.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 8px;
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
	font-size: 14px;
	color: #333;
	text-transform: unset;
}

.woocommerce form .form-row label,
.woocommerce-input-wrapper {
	width: 100%;
	margin: 0 0 5px;
}

.woocommerce-page form .form-row label.checkbox a {
	color: #f5accc;
}

.woocommerce form .form-row .input-checkbox:after {
	border: 1px solid #000 !important;
	border-radius: 5px;
	width: 16px;
	height: 16px;
}

.woocommerce form .form-row .input-checkbox {
	padding: 2px 2px;
}

.woocommerce form .form-row .input-checkbox:checked:after {
	background-size: 100%;
	background-position: 100% 1px;
	background-repeat: no-repeat !important;
}

#order_review_heading {
	background: transparent;
	padding: 0;
	color: #000;
	text-transform: uppercase;
	border-top: 1px solid #F49AC1;
	padding-top: 30px;
}

/* .woocommerce table.shop_table th {
font-family: 'avenir';
font-weight: 500 !important;
font-size: 20px;
} */
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	font-size: 18px;
	font-family: 'avenir';
}

ul.wc_payment_methods.payment_methods.methods li label {
	font-size: 18px;
	color: #000;
	font-weight: 500;
	font-family: 'avenir';
}

.woocommerce-privacy-policy-text p {
	font-size: 16px;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
	padding: 20px;
}

ul.wc_payment_methods.payment_methods.methods {
	padding: 20px !important;
}

.woocommerce-checkout #payment div.payment_box .sv-wc-payment-gateway-payment-form-manage-payment-methods,
#add_payment_method .sv-wc-payment-gateway-payment-form-manage-payment-methods,
button#place_order {
	color: #000;
	border: 2px solid #9ec999;
	background: transparent;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'avenir';
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a.button.sv-wc-payment-gateway-payment-form-manage-payment-methods:hover,
button#place_order:hover {
	background: #9ec999 !important;
	color: #fff !important;
}

button#place_order {
	margin-top: 30px;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
	border: none;
	border-top: 1px solid #F49AC1;
}

.woocommerce-checkout-payment {
	margin-bottom: 60px;
}

.woocommerce-checkout .woocommerce table.shop_table thead,
.woocommerce-checkout .woocommerce table.shop_table tbody {
	display: none;
}

table.shop_table.woocommerce-checkout-review-order-table {
	border: none;
}

.create-account #account_password_field label {
	font-size: 16px;
	margin-bottom: 14px;
	line-height: 18px;
	color: #000;
}

.create-account #account_password_field span.woocommerce-input-wrapper.password-input input {
	border-color: #f5accc;
}

.woocommerce-additional-fields #my_captcha {
	/* background: #F5F5F5;
	padding: 30px;
	color: #696969;
	font-size: 16px;
	line-height: 13px;
	width: 100% !important;
	text-align: center; */
}

#my_captcha label {
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	line-height: 2;
}

.woocommerce-additional-fields {
	width: 100%;
}

.woocommerce-checkout.woocommerce-page .col2-set .col-2 {
	width: 100%;
}

.woocommerce-form-login-toggle .woocommerce-info {
	padding: 0;
	border: none;
	background: transparent;
	color: #000000;
	font-size: 22px;
	line-height: 28px;
	border-bottom: 1px solid #F49AC1;
	padding-bottom: 30px;
}

.woocommerce-form-login-toggle .woocommerce-info:before {
	display: none;
}

.woocommerce form .password-input .woocommerce-Input.woocommerce-Input--text {
	padding-right: 40px;
}

.woocommerce form .show-password-input {
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
}

.woocommerce-form a:hover {
	text-decoration: underline;
}

.woocommerce form .form-row:not(.woocommerce-form-row) {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.woocommerce-form-login-toggle .woocommerce-info a.showlogin {
	display: block;
	font-size: 16px;
	color: #F49AC1;
	margin-top: 10px;
}

.woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon {
	display: block;
	font-size: 16px;
	margin-top: 10px;
}

form.woocommerce-form.woocommerce-form-register.register,
form.woocommerce-form.woocommerce-form-login.login {
	padding: 0;
	border: none;
}

form.woocommerce-form.woocommerce-form-register.register p,
form.woocommerce-form.woocommerce-form-login.login p {
	font-size: 16px;
	margin-bottom: 10px;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input {
	position: relative;
	top: 0;
	margin: 0 5px 0 0;
}

form.woocommerce-form.woocommerce-form-register.register p.lost_password,
form.woocommerce-form.woocommerce-form-login.login p.lost_password {
	padding-top: 20px;
	padding-bottom: 0;
	color: #f5accc;
}

.cart-collaterals .cart_totals table tr td,
.cart-collaterals .cart_totals table tr th {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.cart-collaterals .cart_totals table tr td {
	text-align: right;
}

.woocommerce .woocommerce-form-register .woocommerce-form-register__submit,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
form.woocommerce-ResetPassword.lost_reset_password button.button,
button.button.wp-element-button,
a.checkout-button.button.alt.wc-forward.wp-element-button,
.woocommerce-MyAccount-content .woocommerce-Message.woocommerce-Message--info.woocommerce-info a.woocommerce-Button.button,
.woocommerce-MyAccount-content a.button,
tr.payment-method.default-payment-method .woocommerce-PaymentMethod .button {
	color: #000;
	border: 1px solid #9ec999;
	background: #fff;
	font-size: 16px;
	font-family: 'avenir';
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-top: 10px;
}

table button.button.wp-element-button {
	margin-top: 0 !important;
}

button.woocommerce-button.button.woocommerce-form-register__submit.wp-element-button:hover,
button.woocommerce-button.button.woocommerce-form-login__submit.wp-element-button:hover,
form.woocommerce-ResetPassword.lost_reset_password button.button:hover,
button.button.wp-element-button:hover,
a.checkout-button.button.alt.wc-forward.wp-element-button:hover,
.woocommerce-MyAccount-content .woocommerce-Message.woocommerce-Message--info.woocommerce-info a.woocommerce-Button.button:hover,
.woocommerce-MyAccount-content a.button:hover,
tr.payment-method.default-payment-method .woocommerce-PaymentMethod .button:hover {
	background: #9ec999 !important;
	border-color: #9ec999 !important;
	color: #fff !important;
}

tr.payment-method.default-payment-method .woocommerce-PaymentMethod {
	font-size: 14px;
}

.woocommerce-Address header.woocommerce-Address-title.title h3 {
	font-size: 25px;
	margin-bottom: 10px;
}

.woocommerce-Address address {
	font-size: 16px;
}

.coupon input#coupon_code {
	border: 1px solid #F49AC1;
	font-size: 16px;
	font-family: 'avenir';
	padding: 14px 20px;
	color: #696969;
}

.deliverydetail td {
	padding: 0px !important;
	border: none !important;
}

.deliverydetail .flex-box {
	margin: 0 -20px;
}

.deliverydetail .col-5 {
	padding: 0 20px 10px;
}

a.checkout-button.button.alt.wc-forward.wp-element-button {
	margin-bottom: 60px;
}

.deliverydetail h4 {
	border-top: 1px solid #F49AC1;
	border-bottom: 1px solid #F49AC1;
	font-size: 24px;
	line-height: 1.2;
	font-family: 'avenir';
	padding: 20px 0;
	font-weight: 400;
	margin-bottom: 30px;
}

.deliverydetail p,
.deliverydetail div {
	font-size: 16px;
	line-height: 22px;
	color: #000;
	padding-bottom: 25px;
}

.deliverydetail p strong,
.deliverydetail div strong {
	display: block;
	font-family: 'avenir';
	font-weight: 500;
	padding-bottom: 4px;
}

.deliverydetail ul li img {
	min-width: 120px;
}

.woocommerce-notices-wrapper .woocommerce-message {
	color: #000;
	border: none;
	font-size: 16px;
	margin-bottom: 7px;
	background: transparent;
	padding: 0;
}

.woocommerce-notices-wrapper .woocommerce-message:before {
	display: none;
}

.woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward.wp-element-button {
	background: transparent;
	border: 2px solid #aad7a5;
	color: #000;
	text-transform: uppercase;
}

.woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward.wp-element-button:hover {
	background: #aad7a5;
	color: #fff;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order td {
	font-size: 16px;
	color: #000;
}

/* table.woocommerce-orders-table.woocommerce-MyAccount-orders tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order td a.woocommerce-button.wp-element-button.button.view {
	background: transparent;
	border: 1px solid;
	color: #aad7a5;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order td a.woocommerce-button.wp-element-button.button.view:hover {
	background: #aad7a5;
	color: #fff;
} */

.calculated_shipping table.shop_table.shop_table_responsive {
	padding-bottom: 30px;
	table-layout: fixed;
}

.calculated_shipping .shop_table tr th,
.calculated_shipping .shop_table tr td {
	width: 100% !important;
	padding-top: 20px;
	font-size: 16px;
	line-height: 1.2;
	border-bottom: 1px solid #F49AC1 !important;
	line-height: 1.2 !important;
	text-transform: uppercase;
	color: #000;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.woocommerce table.shop_table td.actions {
	border-bottom: none !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.woocommerce table.shop_table td.actions .coupon {
	display: flex;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
	margin-bottom: 0;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row span em {
	font-size: 16px;
	margin-top: 6px;
	display: inline-block;
}

.notificationtext p {
	color: #000;
	font-size: 16px;
	margin-bottom: 7px;
}

table.shop_table.woocommerce-checkout-review-order-table tfoot th,
table.shop_table.woocommerce-checkout-review-order-table tfoot td {
	padding-left: 0;
	padding-right: 0;
	text-transform: uppercase;
	color: #000;
	padding-top: 20px;
}

.cart tr.woocommerce-cart-form__cart-item.cart_item td {
	padding-top: 25px;
	padding-bottom: 25px;
}

table.shop_table.woocommerce-checkout-review-order-table tfoot td {
	text-align: right;
}

.woocommerce-cart-form__cart-item .product-name br {
	display: none;
}

.woocommerce-cart-form__cart-item .product-name a {
	font-size: 16px;
	line-height: 22px;
	color: #000;
}

.woocommerce-cart-form__cart-item .product-name a.lf-cart-duplicate-button {
	display: none;
}

.woocommerce-cart-form__cart-item .product-name a.lf-cart-edit-button {
	color: #f5accc !important;
	background: transparent;
	width: auto;
}

.woocommerce table.shop_table td.product-price,
.woocommerce table.shop_table td.product-subtotal {
	font-size: 16px;
	color: #000;
}

.page-template-default .footergrp .ul {
	padding-left: 0 !important;
}

/* .woocommerce table.shop_table tr th:first-child,
.woocommerce table.shop_table tr td:first-child,
.woocommerce table.shop_table tr td .wc-item-meta {
	padding-left: 0;
} */

.woocommerce table.shop_table tr td .wc-item-meta li {
	display: flex;
	padding-top: 6px;
}

.woocommerce table.shop_table tr td .wc-item-meta li strong {
	float: none !important;
}

.woocommerce table.shop_table tr td .wc-item-meta li p {
	padding-top: 0;
}

.woocommerce-MyAccount-subscriptions {
	margin-top: 20px !important;
}

.woocommerce-MyAccount-paymentMethods td.woocommerce-PaymentMethod.woocommerce-PaymentMethod--actions.payment-method-actions {
	display: flex;
	font-size: 0;
}

.woocommerce-MyAccount-paymentMethods td.woocommerce-PaymentMethod.woocommerce-PaymentMethod--actions.payment-method-actions .button {
	font-size: 14px;
	padding: 8px 10px;
	display: flex;
	align-items: center;
}

table.woocommerce-MyAccount-paymentMethods td.woocommerce-PaymentMethod--actions .button.save {
	display: none !important;
}

table.woocommerce-MyAccount-paymentMethods td.woocommerce-PaymentMethod--details img {
	width: 21px;
	height: 25px;
	margin-right: 0.5em;
	vertical-align: middle;
	display: inline !important;
}

.woocommerce-customer-details address {
	font-size: 18px;
	padding: 20px 20px !important;
}

.woocommerce-MyAccount-content h1 {
	margin-top: 0;
	padding-top: 0;
	padding-left: 0;
	text-align: left;
}

.product-template-default.single.single-product {
	padding: 0;
}

.product.type-product .product_to_from {
	padding-top: 40px;
}

.woo.breadcrumbs {
	padding-top: 60px;
}

.product.type-product .product_to_from h1 {
	font-weight: 400;
	font-size: 48px;
	line-height: 55px;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	background: transparent;
	padding-bottom: 40px;
	opacity: 1 !important;
}

.product.type-product .product_to_from .quantity-protect {
	border: none;
	padding: 0 0 50px;
	border-bottom: 1px solid #F49AC1;
}

.product.type-product .product_to_from .quantity-protect legend {
	font-size: 22px;
	line-height: 28px;
	font-family: avenir;
	text-transform: uppercase;
	color: #000000;
	font-weight: 400;
}

.product.type-product .product_to_from .quantity-protect:before {
	display: none;
}

.product.type-product .product_to_from .quantity-protect .jcf-select-qty {
	width: 90px;
	flex-shrink: 0;
	margin: 0 0 0 10px;
	text-align: center;
}

.product.type-product .product_to_from .quantity-protect p {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.1;
	color: #000;
	display: flex;
	align-items: center;
}

.product.type-product .product_to_from .quantity-protect p input {
	width: 30px;
	height: 30px;
	text-align: center;
	border: 1px solid #F49AC1;
	font-size: 15px;
	font-family: avenir;
	color: #000000;
	margin-left: 10px;
}

/* .lf-photo-add-on-field{position: absolute !important;top: -1000px;} */

.product.type-product .product_to_from .quantity-protect p select {
	width: 90px;
	height: 45px;
	text-align: center;
	border: 1px solid #F49AC1;
	font-size: 15px;
	font-family: avenir;
	color: #000000;
	margin-left: 10px;
}

.woocommerce.columns-4 .woocommerce-loop-product__title {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 36px;
	color: #000;
	text-align: left;
}


.product.type-product .product_to_from .gfield .ginput_container {
	width: 100%;
	position: relative;
}

#field_1_25 .ginput_container,
#field_34_25 .ginput_container {
	width: auto !important;
}

.product.type-product .product_to_from .headingform {
	padding: 0 0 40px !important;
	border: none;
}

.product.type-product .product_to_from .headingform h2 {
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;
	text-transform: uppercase;
	color: #000000;
}

.product.type-product .product_to_from .headingform p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	margin-top: 10px;
}

.product.type-product .product_to_from .gfield {
	padding: 0 !important;
	border: none;
}

.videophotoupload .cntnt {
	padding-top: 15px;
}

.allow_to_upload_on_social .gfield_checkbox li {
	margin-bottom: 6px;
}

.product.type-product .product_to_from .gform_page_footer .button.gform_next_button#gform_next_button_1_34 {
	color: #000 !important;
	height: 60px !important;
}

.product.type-product .product_to_from .gform_page_footer .button.gform_next_button#gform_next_button_1_34:hover {
	background: #9ec999 !important;
	color: #fff !important;
	transform: none !important;
}

button#gform_submit_button_1 {
	border: 2px solid #9ec999 !important;
	height: 60px !important;
	text-transform: uppercase !important;
	color: #000 !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

button#gform_submit_button_1:hover {
	background: #9ec999 !important;
	color: #fff !important;
}

#gform_2 .gform_footer.top_label input:hover {
	border-color: #9ac395;
	background: #9ac395;
	color: #fff;
}

.quantity-protect select {
	appearance: none !important;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACoSURBVHgBbZDBDcIwDEWdNM2FC2wAIzAB6iSoJ65s0HYDOEF7YRSrLMAIHaGVSi+R4pAgUqLAP9nf38+SAazGK576Gy4hUn/B9Vhj6Wr+dhgMQsExDkrO99+I27Q0qfhDSdqu8mzwNBvExWG3mYluaIDOqeKFpyUcSkNU+Z6Fp6am7ZSm7HN2pjmJMGipVZqwgoxhIe2vns0dp7rtYl/ERqJ1rgl+XvUCdtE/F4Icm9wAAAAASUVORK5CYII=);
	background-repeat: no-repeat;
	background-position: 82% center;
	padding-right: 20px;
}

.gform_anchor {
	visibility: hidden;
}

.quantity-protect select:focus {
	outline: none
}

.product.type-product .product_to_from .gfield label.gfield_label {
	color: #000000;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.1;
	width: 100%;
	font-family: avenir;
}

.product.type-product .product_to_from .gfield input,
.product.type-product .product_to_from .gfield select,
.product.type-product .product_to_from .gfield textarea,
.variations_form .variations select {
	width: 100% !important;
	border: 1px solid #F49AC1;
	margin-top: 0;
	color: #696969;
	font-family: avenir;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	padding: 15px 20px;
	/* height: auto; */
	height: 51px;
	resize: none;
	margin-right: 0 !important;
}

.product.type-product .product_to_from .gfield_radio li input {
	width: 20px !important;
	margin-right: 8px !important;
	height: auto;
}

.odtotal {
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
}

.odtotal .heading h4 {
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
	text-transform: uppercase;
	color: #000000;
}

.odtotal .price p {
	color: #000;
	font-size: 20px;
	font-weight: 500;
}

.cus_rad_opts label.gfield_label {
	font-weight: 400;
	font-size: 22px !important;
	line-height: 28px;
	text-transform: uppercase;
	color: #000000;
	padding: 30px 0 40px;
	width: 100%;
	opacity: 1;
}

.product.type-product .product_to_from .validation_error {
	border: none;
	padding: 0;
	background: no-repeat;
	font-size: 16px;
	line-height: 22px;
	color: #ff0909;
}

.product.type-product .product_to_from .gform_page_footer .button,
.product.type-product .product_to_from .single_add_to_cart_button.button {
	color: #000 !important;
	border: 2px solid #9ec999 !important;
	background: #fff !important;
	font-size: 20px !important;
	font-family: 'avenir' !important;
	border-radius: 0px !important;
	width: 100% !important;
	padding: 18px 20px 20px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
	float: none !important;
	top: 0px;
	left: 0 !important;
	margin: 7px 0 !important;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.product.type-product .product_to_from .gform_page_footer .button:hover,
.product.type-product .product_to_from .single_add_to_cart_button:hover {
	background: #9ec999 !important;
	color: #fff !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 69%;
	overflow: hidden;
	overflow-x: auto;
}

.theme-littleflowers.woocommerce-account .page-standard h1 {
	padding: 30px 0 0;
	width: 100%;
	text-align: left;
	margin: 0;
}

.lf-token-add-on-field .gfield_checkbox li {
	text-align: left;
}

.image-choices-admin-field.image-choices-use-images .image-choices-choice-price,
.image-choices-field .image-choices-choice-price {
	text-align: left !important;
}

.image-choices-admin-field.image-choices-use-images.image-choices-show-labels .image-choices-choice-text,
.image-choices-field.image-choices-show-labels .image-choices-choice-text {
	text-align: left !important;
}

.product.type-product .product_to_from .lf-token-add-on-field .ginput_container .gfield_checkbox li input {
	width: auto !important;
}

.lf-token-add-on-field .image-choices-choice-price:before {
	left: 41%;
	margin-top: 17px;
}

.lf-token-add-on-field .ginput_price:after {
	position: relative !important;
	right: 0;
	top: 0px;
}

.lf-token-add-on-field .image-choices-choice-price:after {
	left: 19%;
	color: #000;
	margin-top: 38px;
}

.lf-token-add-on-field label.gfield_label {
	padding-bottom: 20px;
}

.lf-token-add-on-field span.image-choices-choice-text {
	color: #000000;
	font-weight: 400;
	font-size: 20px !important;
	line-height: 1.1;
	font-family: avenir;
}

.gfield.token-box label.gfield_label {
	padding-bottom: 20px;
}

.gfield.token-box ul {
	display: flex;
}

.product.type-product .product_to_from .gfield.token-box ul li input {
	position: absolute;
	left: 11px;
	width: auto !important;
}

.gfield.token-box ul li {
	position: relative;
}

.token-box .gfield_description {
	width: 100%;
}

.product.type-product .product_to_from .lf-delivery-date-field input {
	width: auto !important;
}

.locationfield {
	margin-bottom: 150px;
}

.row.videophotoupload {
	display: flex;
	margin: 0 -10px;
	padding-top: 35px;
	flex-wrap: wrap;
}

.row.videophotoupload .col-5 {
	padding: 0 10px;
}

#field_12_54 h2 {
	padding-top: 40px;
}

.row.videophotoupload .innrupload {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	height: 100%;
}

.row.videophotoupload .innrupload p {
	margin-bottom: 70px;
}

.row.videophotoupload .innrupload .btn {
	margin-top: 20px;
	position: absolute;
	bottom: 0;
}

.radiovideoimage label.gfield_label {
	padding: 0;
}

.gfield_radio [type="radio"] {
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
}

.gfield_radio label {
	position: relative;
	padding-left: 20px;
}

.gfield_radio label:after {
	content: '';
	position: absolute;
	width: 13px;
	height: 13px;
	border: 1px solid #9ec999;
	background: #fff;
	left: 0;
	top: 50%;
	transform: translateY(-60%);
}

.gfield_radio [type=radio]+label:after {
	border-radius: 100%;
}

.gfield_radio [type="radio"]+label:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-70%);
	left: 3px;
	width: 7px;
	height: 7px;
	background: #9ec999;
	border-radius: 100%;
	z-index: 1;
	opacity: 0;
}

.gfield_radio [type="radio"]:checked+label:before {
	opacity: 1;
}

.radiovideoimage ul.gfield_radio {
	display: flex;
	position: absolute;
	width: 100%;
	top: -640px;
	height: 57px;
	left: 10px;
}

.radiovideoimage ul.gfield_radio li {
	width: 50%;
}

.product.type-product .product_to_from .radiovideoimage ul.gfield_radio li input {
	width: 94% !important;
	height: 100%;
	opacity: 0;
}

.product.type-product .product_to_from .radiovideoimage ul.gfield_radio li label {
	display: none;
}

.lf-video-add-on-field .image-choices-choice-image-wrap {
	display: none;
}

.product.type-product .product_to_from .lf-video-add-on-field input {
	width: auto !important;
	position: absolute;
	left: 0px;
	top: 24px;
}

.product.type-product .product_to_from .lf-video-add-on-field .image-choices-choice-price:after {
	display: none;
}

.product.type-product .product_to_from .lf-video-add-on-field span.image-choices-choice-text {
	font-size: 20px !important;
	line-height: 1.1;
	width: 100%;
	font-family: avenir;
	padding-left: 25px;
	font-weight: 500;
	padding-top: 0;
}

.lf-video-add-on-field label.gfield_label {
	margin-bottom: 20px !important;
	padding-bottom: 0px !important;
}

.product.type-product .product_to_from .allow_to_upload_on_social input {
	width: auto !important;
}

.product.type-product .product_to_from .lf-photo-add-on-field input {
	width: auto !important;
}

.lf-photo-add-on-field label.gfield_label {
	padding-bottom: 5px;
	text-transform: uppercase;
}

.field_sublabel_below label.gfield_label {
	padding-bottom: 5px;
	text-transform: uppercase;
}

.lf-photo-add-on-field span.image-choices-choice-text {
	font-size: 20px !important;
	line-height: 1.1;
	width: 100%;
	font-family: avenir;
	padding-left: 0px;
	font-weight: 500;
	padding-top: 20px;
}

.lf-photo-add-on-field span.image-choices-choice-price:after {
	display: none;
}

/* Corporate */
.corporatecntnt {
	padding: 80px 0 50px;
}

.corporatecntnt .textbox {
	max-width: 100%;
	width: 840px;
	margin: 0 auto;
}

.corporatecntnt .textbox p {
	font-size: 22px;
	line-height: 1.6;
	color: #000;
}

.seasonalstemp .main-carousel {
	height: 480px;
}

.seasonalstemp .carousel-cell {
	width: 100%;
}

.seasonalstemp .carousel-cell,
.seasonalstemp .product_image {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.corporatecontactsell .seasonalflowercntnt:nth-child(odd) .flex-box {
	flex-direction: row-reverse;
}

.corporatecontactsell .seasonalflowercntnt .seasonalcntnt {
	max-width: 540px;
}

.corporatecontactsell .seasonalflowercntnt .seasonalcntnt p {
	width: 90%;
}

.corporatecontactsell .seasonalflowercntnt:nth-child(4) .flex-box .col-6 {
	padding-left: 100px;
}

.seasonalflowerblock .flex-box .image,
.seasonalflowerblock .flex-box .image img {
	height: 100%;
	object-fit: cover;
}

.seasonalflowerblock .flex-box:not(:last-child) {
	padding-bottom: 50px;
}

.seasonaltempsec .productcard .cardcntnt h3 {
	margin-bottom: 0px;
}

.seasonaltempsec .productcard .cardcntnt p {
	display: flex;
	justify-content: space-between;
	color: #333;
	position: absolute;
	bottom: 0px;
	width: 88%;
}

.page-id-472575 .todayflower .content .btn {
	margin-top: 50px;
}

.seasonaltempsec .productcard .cardcntnt p a {
	padding-bottom: 4px;
	border-bottom: 2px solid rgba(244, 154, 193);
}

.notifypd p span {
	color: #F49AC1;
	font-weight: 600;
	border-bottom: 2px solid #F49AC1;
}

.notifypd a.btn {
	background: #e1e0dd;
	border-color: #888;
	color: #333;
	text-transform: uppercase;
}

.notifypd a.btn:hover {
	background: #888;
	color: #fff;
}

footer ul.socialmeida {
	display: flex;
	margin-bottom: 26px;
}

footer ul.socialmeida li {
	padding-right: 5px;
	width: 32px;
}

footer ul.socialmeida li img {
	width: 100%;
}

.seasonalflowerblock.todayflower .content .btn {
	margin-top: 6px;
}

.sliderimage button.slick-prev.slick-arrow {
	left: 10px;
	z-index: 1;
}

.sliderimage button.slick-next.slick-arrow {
	right: 10px;
}

.sliderimage button.slick-arrow {
	top: 45%;
}

.sliderimage .img {
	height: 450px;
}

.sliderimage .img img {
	height: 100%;
	object-position: center;
}

.sliderimage button.slick-arrow:before {
	font-size: 24px;
	color: #aad7a5;
}

.lilliespoppies .content p {
	padding: 10px 0;
}

.faq li {
	padding: 20px;
}

.faq li.q {
	background: #4FC2Ee;
	font-weight: bold;
	font-size: 120%;
	border: 1px #ddd solid;
	border-radius: 15px;
	cursor: pointer;
	margin-top: 15px;
}

.faq li.a {
	background: #3BB0D6;
	display: none;
	color: #fff;
}

.faq li.q i {
	transition: transform 0.3s ease-in-out;
}

.faqsection ul.faq li i {
	font-size: 15px;
	margin-right: 10px;
	color: #f49ac1;
}

.faq li.q.rotate i::before {
	content: "\f068";
	/* Cross icon */
}

.faq li.q i::before {
	content: "\f067";
	/* Plus icon */
}

.lilliespoppies .image {
	height: auto !important;
	margin-bottom: 20px;
}

.faqsection h3 {
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 20px;
}

.faqsection ul.faq li {
	padding: 10px 10px;
	margin-top: 0px;
	border-radius: 0px;
	border: none;
	border-bottom: 1px solid #ddd;
	font-size: 13px;
	background: transparent;
	font-weight: 500;
	color: #333;
}

.faqsection ul.faq li.a {
	font-size: 16px;
	background: #f1f1f1;
	padding: 20px 10px;
}

p.countw {
	float: right;
	position: absolute;
	top: -10px;
	right: 0;
}

.gfield {
	position: relative;
}

.product.type-product .product_to_from .headingform p {
	min-height: 32px;
}

.term-all-products {
	padding-top: 0;
}

/*.term-all-products .headertitle {
	display: block !important;
	text-align: center;
	padding-top: 60px;
}*/

.term-all-products .headertitle h1 {
	font-family: avenir;
	font-weight: 500;
	font-size: 44px;
	line-height: 30px;
}

.term-all-products .products h2.woocommerce-loop-product__title {
	font-weight: 500;
	padding-bottom: 16px !important;
}

.term-all-products .products span.price {
	margin: 0 auto;
}

nav.woocommerce-pagination {
	margin-bottom: 60px;
}

.woocommerce nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul {
	border-color: #A9DD92;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #A9DD92;
	color: #fff;
}

#field_1_25 p,
#field_34_25 p {
	text-transform: uppercase;
	font-size: 16px;
}

#field_1_44 p,
#field_1_25 p.msg,
#field_34_44 p,
#field_34_25 p.msg {
	width: 100%;
	font-size: 14px;
	padding-top: 10px;
	text-transform: inherit;
}

.page-id-998.page-template-default ul {
	padding-left: 0;
}

.mainproductsec .productcard .cardimage:hover img {
	transform: scale(1.1);
}

.mainproductsec .productcard .cardimage img {
	transition: 0.56s all;
}

.product.type-product .product_to_from .gfield input:placeholder,
.product.type-product .product_to_from .gfield input:-moz-placeholder,
.product.type-product .product_to_from .gfield input::-webkit-input-placeholder,
.product.type-product .product_to_from .gfield input::-moz-placeholder,
.product.type-product .product_to_from .gfield input:-ms-input-placeholder {
	color: transparent !important;
}

.menu-inner.flex-box {
	justify-content: flex-end;
}

.woocommerce-order-received .woo.breadcrumbs,
.woocommerce-order-received .woo.titlebox {
	display: none !important;
}

.woocommerce-cart-form__cart-item.cart_item .product-name {
	padding-left: 0 !important;
}

.cart tr.woocommerce-cart-form__cart-item.cart_item td.product-subtotal {
	padding-right: 0 !important;
}

.shopallfilterproduct .profiltersort {
	padding-top: 80px;
}

.shopallfilterproduct .profiltersort .titlebox h3 {
	text-align: left;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.resultsorby {
	display: flex;
	justify-content: space-between;
	padding-bottom: 32px;
	align-items: center;
}

.resultsorby p {
	font-size: 14px;
	color: #6d6e71;
}

.resultsorby .sortby select {
	font-size: 12px;
	font-family: avenir;
	padding: 7px 6px;
	border-radius: 0;
	border-color: #c4c4c4;
	color: #6d6e71;
}

.filtersortby .titlebox h3 {
	display: flex;
	font-size: 20px;
	font-weight: 400 !important;
	align-items: center;
}

.filtersortby .titlebox h3 span.filterclear {
	font-size: 14px;
	margin-left: 20px;
	color: #a4cf9f;
	cursor: pointer;
}

.filterblock h4.headingfl {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.filterblock ul {
	margin-bottom: 30px;
}

.filterblock ul li input {
	margin-right: 5px;
	width: 15px;
	height: 15px;
	border: 1px solid #000;
	border-radius: 0px;
}

.filterblock ul li label {
	font-size: 14px;
	display: flex;
	align-items: center;
	margin-bottom: 4px;
	color: #505050;
	cursor: pointer
}

.problock .productcard .cardcntnt h3 {
	font-size: 18px;
	margin-bottom: 20px;
}

.problock .productcard .cardimage {
	margin-bottom: 18px;
	overflow: hidden;
}

form.woocommerce-form.woocommerce-form-register.register,
form.woocommerce-form.woocommerce-form-login.login {
	border: 1px solid #6d6e71;
	padding: 20px;
	flex: 1;
}


.logo.col-2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.burger-line {
	background: #000;
	width: 18px !important;
	height: 2px;
	border-radius: 100px !important;
}

.burger .burger-line:nth-child(1) {
	top: -1px;
}

.logo.col-2 .cart p {
	display: flex;
	align-items: center;
}

.logo.col-2 .cart p span {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	position: relative;
	top: -10px;
}

.burger .burger-line:nth-child(2) {
	top: 4.5px;
}

.burger .burger-line:nth-child(3) {
	top: 9.5px;
}

.woocommerce-account .woocommerce-MyAccount-content,
.theme-littleflowers.woocommerce-account .page-standard h1 {
	width: 100%;
}

.todayflower .content .btn {
	width: auto;
}

.breadcrumbs {
	padding-top: 0;
}

.woo.titlebox h1 {
	font-size: 30px;
	line-height: 35px;
	padding-bottom: 0;
}

.titlebox {
	margin-bottom: 0;
}

.cart tr.woocommerce-cart-form__cart-item.cart_item td {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0;
}

.woocommerce table.shop_table tr td:first-child {
	padding-left: 12px;
}

.woocommerce table.shop_table td.product-price {
	font-size: 18px;
}

.deliverydetail .col-5 {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 0;
}

.woocommerce-billing-fields h3 {
	padding: 0;
	margin-top: 0;
}

.logos-list {
	padding: 16px 0 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
}

.logos-list img {
	display: block;
	max-width: 100%;
}

@media(max-width: 1440px) {
	html {
		font-size: 56%;
	}
}

@media(max-width: 1360px) {
	html {
		font-size: 46%;
	}
}

@media(max-width: 1030px) {
	.mainbanner .cntnt h2 {
		font-size: 42px;
		line-height: 50px;
		margin-bottom: 15px;
	}

	.mainslider .mainslide .slidecntnt {
		height: 640px;
	}

	.topbar .topbarcntnt p {
		font-size: 20px;
	}

	.mainproductsec .productcard .cardcntnt h3,
	.mainproductsec .productcard .cardcntnt .h3 {
		margin-bottom: 0px;
		font-size: 18px;
		line-height: 1.273;

		display: block;
		display: -webkit-box;
		height: 45.828px;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.mainproductsec .btnbox .btn {
		width: 250px;
	}

	.onepunchdaycntnt {
		height: 580px;
	}

	.seasonalcntnt h2 {
		font-size: 44px;
		line-height: 50px;
		margin-bottom: 22px;
	}

	.seasonalcntnt .btn {
		width: 260px;
	}

	.seasonalflowercntnt {
		height: 580px;
	}
}

@media(max-width: 830px) {
	.product.type-product .product_to_from .gfield textarea {
		height: 74px;
	}
}

@media(max-width: 800px) {
	.woocommerce-products-header {
		margin-top: 0 !important;
	}

	.burger {
		display: inline-block;
	}

	.logo .cart {
		display: inline-block !important;
		padding: 6px 0 0;
	}

	.logo img.cart {
		padding: 0;
	}

	.logo.col-2 {
		width: 100%;
	}

	.logo .cart a {
		font-size: 14px;
		display: flex;
		align-items: flex-end;
	}

	.page-id-472981 div#bounds {
		padding: 0 !important;
	}

	.seasonalflowercntnt {
		height: 480px;
	}

	.seasonalcntnt h2 {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 20px;
	}

	.onepunchdaycntnt h2 {
		font-size: 44px;
		line-height: 50px;
		margin-bottom: 26px;
	}

	.colnavigation {
		padding-bottom: 0px;
	}

	#menu ul {
		display: block;
		background: #000;
		padding: 40px 40px 40px 40px;
	}

	.colnavigation {
		margin: 0 -40px;
		width: 140% !important;
		padding-top: 10px;
	}

	#menu ul li .sub-menu a {
		font-size: 16px;
	}

	#menu ul li a {
		color: #fff;
		font-size: 20px;
	}

	#menu ul li {
		margin-bottom: 10px;
		padding: 0;
	}

	.menu-header-container,
	.menu-inner.flex-box ul {
		width: 100%;
	}

	ul.useraccount li:first-child {
		display: none;
	}

	#menu ul#menu-header {
		padding-bottom: 0;
	}

	.menu-header-container {
		background: #000;
		margin-bottom: -1px;
	}

	ul#menu-header li:last-child {
		padding-right: 0;
	}

	.useraccount {
		padding-left: 40px !important;
		padding-top: 0px !important;
	}

	div#menu,
	.colnavigation {
		display: none;
	}

	.menu-opened .colnavigation {
		display: block !important;
	}

	.menu-opened div#menu {
		display: block !important;
		position: fixed;
		background: black;
		top: 0;
		left: 0;
		z-index: 9;
		height: 100%;
		width: 100%;
		text-align: center;
		line-height: 100vh;
		overflow: auto;
	}

	#menu ul#menu-header {
		padding: 30px 0 0;
	}

	header .container {
		padding: 0 30px;
	}

	#menu ul#menu-header .menu-item {
		text-align: left;
	}

	#menu ul#menu-header .menu-item.menu-item-has-children {
		position: relative;
	}

	#menu ul#menu-header .menu-item.menu-item-has-children .opener {
		content: "";
		background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAEAQAAABQ8GUWAAAAIGNIUk0AAHomAACAhAAA+gAAAIDoAAB1MAAA6mAAADqYAAAXcJy6UTwAAAACYktHRAAAqo0jMgAAAAlwSFlzAAAAYAAAAGAA8GtCzwAAAAd0SU1FB+cJGAw6H/6TtnMAAAGXSURBVHja7ZsxjoJQFEXfJ1afAu1sxcqa3WjcjqWRLQA2bMhKO9TERhfgv1MwMw0wmYZ/DbyTkCgUnH+IwfhEhAAQhkCaAtdrvaUpYC3DhQJwPKJBnrO9PC1+NgOcawZwDphOffsE/hMsFiLGNPcbIxLHIwjQtvj/HBtMgM9CA7AF2GgAtgAbDcAWYKMB2AJsNABbgI0GYAuw0QBsATYagC3ARgOwBdhoALYAGw3AFmAz+XlRT2XiuPff5rFaiek+BvS9ZEDkcjHm+fx+G4bts7qhUxSAtROR3U5kve67++ex2Yg8Hga43UTmc7YOh/s9qD8TY+X9DkTKkq1BA2UpgLVAnrfP7IeKc0CWAdb+3pDgokjMcunnNtjxbxBst2JOp54vOwTnswler37P03n6JOm+Mkni22f03wQ1AFuAjQZgC7DRAGwBNhqALcBGA7AF2GgAtgAbDcAWYKMB2AJsNABbgI0GYAuw0QBsATaEAH/NIkcwp4SLok96dJYTAUXRDJBlbC+PAawFDgegqoCqgtvvWY/PfwEogMuzSGzpEAAAAABJRU5ErkJggg==');
		position: absolute;
		display: block;
		top: 4px;
		right: 0;
		width: 20px;
		height: 20px;
		background-size: contain;
		border: none;
		margin: 0;
		padding: 0;
		font-size: 0;
		line-height: 0;
		transition: all .3s ease;
		cursor: pointer;
	}

	#menu ul#menu-header .menu-item.menu-item-has-children.opened .opener {
		transform: rotate(45deg);
	}

	#menu ul#menu-header .menu-item.menu-item-has-children.opened ul.sub-menu {
		display: block;
		max-height: 500px;
		margin: 10px 0 10px 10px;
	}

	#menu ul#menu-header .menu-item.menu-item-has-children ul.sub-menu {
		transition: all .3s ease;
		position: relative;
		margin: 0;
		padding: 0;
		width: auto;
		height: auto;
		max-height: 0;
		overflow: hidden;
		opacity: 1;
		z-index: 1;
		background: transparent;
	}

	.menu-opened .burger {
		top: -70px;
	}

	ul.useraccount,
	ul.useraccount li a {
		padding: 0 !important;
		text-align: left !important;
		display: block;
	}

	#menu ul#menu-header .menu-item.menu-item-has-children ul.sub-menu li {
		margin: 0;
		padding: 0 0 4px;
	}

	.menu-inner.flex-box {
		display: inline-block;
		vertical-align: middle;
		text-align: left;
		line-height: 1.2;
		width: 230px;
		margin: 0 auto 100px;
	}
}

@media(max-width: 600px) {
	.seasonalstemp .main-carousel {
		height: 345px;
	}

	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
		margin: 0 0 0.992em;
	}

	.woocommerce form .form-row-first,
	.woocommerce-page form .form-row-first,
	.woocommerce form .form-row-last,
	.woocommerce-page form .form-row-last {
		width: 100%;
	}

	#order_review_heading {
		font-size: 18px;
		padding-top: 20px;
		margin-bottom: 10px;
	}

	.woocommerce form .form-row input.input-text {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.producttempsec .col-equal {
		width: calc(100% / 2);
	}

	.col-equal {
		width: calc(100% / 1);
	}

	.navpost {
		width: 100%;
	}

	.seasonalcntnt {
		max-width: 100%;
	}

	.onepunchday {
		background: none !important;
	}

	.onepunchdaycntnt {
		height: auto;
		padding-top: 30px;
	}

	.onepunchday .image {
		display: block !important;
		height: 360px;
		background-size: cover !important;
		background-position: right top !important;
		width: 100%;
	}

	.thoughtcntnt .text br {
		display: none;
	}

	.thoughtcntnt .text {
		margin-bottom: 30px;
		font-size: 32px;
		line-height: 40px;
	}

	.newslettersec .titlebox h4 {
		font-size: 16px;
	}

	.onepunchdaycntnt h2 {
		font-size: 30px;
		line-height: 34px;
		margin-bottom: 30px;
		text-align: center;
	}

	.onepunchdaycntnt p {
		font-size: 16px;
		line-height: 22px;
		max-width: 100%;
	}

	.onepunchdaycntnt .btn {
		margin-bottom: 50px;
	}

	.thoughtcntnt p {
		font-size: 18px;
		line-height: 22px;
	}

	.seasonalflowercntnt {
		background-image: none !important;
		height: auto !important;
	}

	.seasonalflowercntnt .image {
		width: 100%;
		height: 360px;
		display: block !important;
		background-size: cover !important;
	}

	.col-5 {
		width: 100%;
		margin-bottom: 50px;
	}

	.col-5:last-of-type {
		margin-bottom: 0px;
	}

	.seasonalcntnt {
		padding-top: 30px;
		width: 100%;
	}

	.seasonalcntnt h2 {
		font-size: 30px;
		line-height: 36px;
		text-align: center;
	}

	.seasonalcntnt p {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 50px;
		max-width: 100%;
	}

	.seasonalcntnt .btn {
		margin-bottom: 50px;
	}

	.littleforyou .seasonalflowercntnt .image {
		background-position: right top !important;
	}

	.mainslider .mainslide .slidecntnt {
		height: auto;
		background: #FDFCFF !important;
		display: block;
	}

	.mainbanner .cntnt {
		position: static;
		padding-top: 80px;
		padding-bottom: 15px;
		max-width: 100%;
		text-align: center;
	}

	.mainbanner .cntnt h2 {
		font-size: 30px;
		line-height: 36px;
	}

	.mainbanner .cntnt .btn {
		margin: 0 auto;
	}

	.mainslider .mainslide .image {
		display: block !important;
		height: 420px;
		background-size: cover !important;
	}

	.homemainslider .mainslide .image {
		background-position: 90% 100% !important;
	}

	.titlebox h3 {
		font-size: 16px;
		line-height: 24px;
	}

	.mainproductsec .productcard .cardimage {
		margin-bottom: 12px;
	}

	.mainproductsec .productcard .cardcntnt h3,
	.mainproductsec .productcard .cardcntnt .h3 {
		font-size: 22px;
		line-height: 1.273;
		margin-bottom: 18px;

		display: block;
		display: -webkit-box;
		height: 56.012px;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.mainproductsec .productcard .cardcntnt p span {
		font-size: 16px;
		line-height: 22px;
	}

	.container,
	#bounds {
		padding: 0 40px;
	}

	.home #bounds,
	.blog #bounds {
		padding: 0;
	}

	.topbar .topbarcntnt p {
		font-size: 18px;
		line-height: 1.2;
	}

	.seasonalcntnt .btn,
	.onepunchdaycntnt .btn,
	.mainproductsec .btnbox .btn {
		width: 100%;
		height: 50px;
		font-size: 20px;
		text-transform: uppercase;
	}

	.col-2,
	.col,
	.col-8 {
		width: 100%;
	}

	.footergrp .col {
		width: calc(100% / 2);
	}

	.footergrp .col:first-child {
		width: 100%;
	}

	.hidemobile {
		display: none;
	}

	.showmobile {
		display: block !important;
	}

	.newslettersec {
		padding-top: 0;
	}

	.newslettersec .titlebox {
		padding-top: 26px;
		margin-bottom: 26px;
		border-top: 1px solid #F49AC1;
	}

	.footersocial {
		margin-top: 30px;
	}

	.newsletterbox .input {
		padding-right: 0;
		margin: 0 0 20px;
		flex-direction: column;
	}

	.newsletterbox .btnbox button {
		width: 100%;
		height: 50px;
		text-transform: uppercase;
	}

	.newsletterbox {
		display: block;
	}

	.footergrp .col .footerlogo.showmobile {
		width: 50%;
	}

	.footergrp .col {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 40px;
	}

	.footergrp .col .col-innr {
		width: 50%;
	}

	.footergrp .col .footerlogo img {
		width: 100px;
	}

	.footertitle {
		width: 100%;
	}

	.footersocial p {
		font-weight: 400;
		font-size: 12px;
		line-height: 18px;
	}

	/* .bloglisting {
		padding: 7px 0 0;
	} */

	.bloglisting .titlebox h3 {
		font-size: 24px;
		line-height: 28px;
	}

	.blogcard {
		margin-bottom: 50px;
	}

	.blogslider,
	.productslider {
		display: block !important;
	}

	.blogslider .col-equal,
	.productslider .col-equal {
		width: 100% !important;
	}

	.blogslider,
	.productslider {
		overflow: hidden
	}

	.blogsingledetail h2 {
		font-size: 24px !important;
	}

	.ordertotal .col-5 {
		width: 50%;
	}

	.producttempsec .col-equal {
		width: calc(100% / 1);
	}

	.todayflower .content {
		padding-left: 0;
		padding-top: 30px;
		text-align: center;
	}

	.todayflower .content .btn {
		margin: 0 auto;
	}

	.ordertotal {
		padding-bottom: 80px;
	}

	.woocommerce-account .woocommerce-MyAccount-content,
	.theme-littleflowers.woocommerce-account .page-standard h1 {
		width: 94%;
	}

	.gfield.token-box ul {
		display: flex;
		flex-wrap: wrap;
	}

	.gfield.token-box ul li {
		position: relative;
		padding: 4px;
	}

	.col-6 {
		width: 100%;
	}

	.corporatecontactsell .seasonalflowercntnt .seasonalcntnt p {
		width: 100%;
	}

	.corporatecontactsell .seasonalflowercntnt:nth-child(4) .flex-box .col-6 {
		padding-left: 0px;
	}

	.corporatecontactsell .seasonalflowercntnt:nth-child(odd) .image {
		background-position: 88% 100% !important;
	}

	.corporatecontactsell .seasonalflowercntnt:nth-child(even) .image {
		background-position: 8% 100% !important;
	}

	.col-6,
	.col-4 {
		width: 100%;
	}

	.corporatecontactsell .seasonalflowercntnt .seasonalcntnt p {
		width: 100%;
	}

	.corporatecontactsell .seasonalflowercntnt:nth-child(4) .flex-box .col-6 {
		padding-left: 0px;
	}

	.corporatecontactsell .seasonalflowercntnt:nth-child(odd) .image {
		background-position: 88% 100% !important;
	}

	.corporatecontactsell .seasonalflowercntnt:nth-child(even) .image {
		background-position: 8% 100% !important;
	}

	.todayflower .container,
	.mainproductsec.producttempsec .container {
		padding: 0;
	}

	.btn,
	.home-button {
		font-size: 18px;
	}

	.footergrp ul li {
		margin-bottom: 0;
	}

	.footergrp ul li a {
		font-size: 14px;
		line-height: 18px;
	}

	.footergrp .col {
		display: block;
	}

	.footergrp .col:first-child {
		display: flex;
	}

	.page-section .read-mBtn a,
	.postnavigation .read-mBtn a {
		font-size: 18px !important;
	}

	.product.type-product .product_to_from h1 {
		font-size: 25px;
		line-height: 45px;
		padding-bottom: 15px;
	}

	.product.type-product .product_to_from .quantity-protect legend,
	.product.type-product .product_to_from .headingform h2 {
		font-size: 20px;
	}

	.product.type-product .product_to_from .quantity-protect p select {
		margin-top: 10px;
		margin-left: 0;
	}

	.product.type-product .product_to_from .quantity-protect {
		padding-bottom: 25px;
	}

	.product.type-product .product_to_from {
		padding-top: 80px;
	}

	.breadcrumbs {
		padding-top: 0;
	}

	.product.type-product .product_to_from .gfield label.gfield_label {
		font-size: 15px;
	}

	#field_13_49,
	#field_1_49,
	#field_34_49 {
		margin-top: 0;
		margin-bottom: 0;
	}

	#field_13_18 {
		margin-top: 2px;
	}

	#field_13_49 h2 {
		font-size: 15px;
	}

	#field_13_19 {
		margin-bottom: 20px;
	}

	.product.type-product .product_to_from .gfield input,
	.product.type-product .product_to_from .gfield select {
		height: 45px;
	}

	.odtotal {
		padding-top: 0;
	}

	.shopallfilterproduct .profiltersort {
		padding-top: 60px;
	}

	.shopallfilterproduct .col-3,
	.shopallfilterproduct .col-7 {
		width: 100%;
	}

	.resultsorby {
		padding: 20px 0;
	}

	.newsletterbox .input input {
		margin: 0;
		width: 100%;
	}

	.shopallfilterproduct .profiltersort .titlebox h3 {
		font-size: 22px;
		margin: 25px 0;
	}

	.filtersortby .titlebox h3 {
		margin-top: 0px !important;
	}

	.shopallfilterproduct .titlebox h1 {
		padding: 30px 0 0;
	}

	.page-standard h1 {
		font-size: 38px;
	}

	.allow_to_upload_on_social ul li label {
		width: 87%;
	}

	#field_1_42 input,
	#field_1_57 input,
	#field_34_42 input,
	#field_34_57 input {
		margin-top: 3px;
	}

	.product.type-product .product_to_from .lf-delivery-date-field input {
		width: 100% !important;
	}

	.woocommerce table.shop_table td.actions .coupon {
		display: flex;
		flex-wrap: wrap;
	}

	.woocommerce-page table.cart td.actions .coupon .button {
		width: 100%;
		margin-top: 10px !important;
	}

	.woocommerce table.shop_table td.actions .coupon #coupon_code {
		width: 100%;
	}

	.page-id-5 #bounds {
		padding: 0 30px;
	}

	.deliverydetail .col-5 {
		padding: 0;
	}

	.deliverydetail .flex-box {
		margin: 0;
	}

	.woocommerce table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td::before {
		/* display: none; */
	}

	.deliverydetail h4 {
		font-size: 22px;
		padding: 14px 0;
		margin: 10px 0;
		text-align: center;
	}

	.deliverydetail p {
		display: flex;
		justify-content: space-between;
		padding: 4px 10px 10px;
	}

	.deliverydetail p strong {
		text-align: left;
		width: 100%;
	}

	.deliverydetail p span {
		width: 100%;
	}

	.product.type-product .product_to_from .gfield textarea {
		height: 104px;
	}
}

@media(min-width: 769px) {
	#customer_login {
		display: flex;
		justify-content: space-between;
	}

	#customer_login::before,
	#customer_login::after {
		display: none;
	}

	#customer_login .u-column2,
	#customer_login .u-column1 {
		display: flex;
		flex-direction: column;
	}

	form.woocommerce-form.woocommerce-form-register.register,
	form.woocommerce-form.woocommerce-form-login.login {
		margin-top: 0;
	}
}

@media(min-width: 1024px) {
	.mainslider .mainslide .slidecntnt {
		background-position: 100% 50% !important;
	}
}

.woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	align-items: stretch !important;
	min-height: 100%;
}

.woocommerce li.product a:hover .price {
	border-color: #A9DC92;
	background: #A9DC92;
	color: #fff;
}

.woocommerce ul.products li.product .price {
	position: absolute;
	bottom: 0;
}

.videophotoupload .video,
.videophotoupload .photo {
	cursor: pointer;
}

.videophotoupload .video.active .btn,
.videophotoupload .photo.active .btn {
	background: #A9DC92;
	border-color: #A9DC92;
	color: #fff;
}

#gform_previous_button_1,
#field_1_30,
#field_34_30 {
	display: none;
}

.videophotoupload .btn:before {
	content: 'ADD FOR $3.50';
}

.photo.active .addphoto:before {
	content: 'REMOVE';
}

.video.active .addvideo:before {
	content: 'REMOVE';
}

.select2-container {
	display: block;
	width: 100% !important;
}

.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.select2-container .select2-selection--single {
	border-radius: 0 !important;
	display: block !important;
	width: 100% !important;
	position: relative !important;
	border: 1px solid #F49AC1 !important;
	background: #fff !important;
	margin: 0;
	/* padding: 16px 20px; */
	padding: 17px 20px 13px 10px !important;
	height: 51px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 18px !important;
	font-size: 16px !important;
	color: #696969 !important;
	padding: 0 !important;
	height: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	position: absolute !important;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACoSURBVHgBbZDBDcIwDEWdNM2FC2wAIzAB6iSoJ65s0HYDOEF7YRSrLMAIHaGVSi+R4pAgUqLAP9nf38+SAazGK576Gy4hUn/B9Vhj6Wr+dhgMQsExDkrO99+I27Q0qfhDSdqu8mzwNBvExWG3mYluaIDOqeKFpyUcSkNU+Z6Fp6am7ZSm7HN2pjmJMGipVZqwgoxhIe2vns0dp7rtYl/ERqJ1rgl+XvUCdtE/F4Icm9wAAAAASUVORK5CYII=) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	width: 10px !important;
	right: 10px !important;
	bottom: 0 !important;
	top: 0 !important;
	height: auto !important;
	-webkit-transition: transform .3s linear !important;
	-moz-transition: transform .3s linear !important;
	-ms-transition: transform .3s linear !important;
	-o-transition: transform .3s linear !important;
	transition: transform .3s linear !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	padding: 16px 20px;
	font-size: 16px;
	line-height: 18px;
	border: 1px solid #F49AC1;
	border-radius: 0;
	color: #696969;
}

.select2-search--dropdown {
	padding: 16px 20px;
}

.select2-dropdown {
	border: 1px solid #F49AC1;
}

.select2-results__options>li {
	color: #696969;
	padding: 16px 20px;
	font-size: 16px;
	line-height: 18px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background: #F49AC1;
	color: #fff;
}

.qty+.select2-container {
	margin-left: 10px;
	width: 140px !important;
	text-align: center;
}

/* custom select styles */

.jcf-select {
	display: block;
	width: 100%;
	position: relative;
	border: 1px solid #F49AC1;
	background: #fff;
	margin: 0;
	height: auto;
	padding: 15px 20px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 16px;
	line-height: 18px;
	margin: 0;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACoSURBVHgBbZDBDcIwDEWdNM2FC2wAIzAB6iSoJ65s0HYDOEF7YRSrLMAIHaGVSi+R4pAgUqLAP9nf38+SAazGK576Gy4hUn/B9Vhj6Wr+dhgMQsExDkrO99+I27Q0qfhDSdqu8mzwNBvExWG3mYluaIDOqeKFpyUcSkNU+Z6Fp6am7ZSm7HN2pjmJMGipVZqwgoxhIe2vns0dp7rtYl/ERqJ1rgl+XvUCdtE/F4Icm9wAAAAASUVORK5CYII=);
	background-position: center;
	background-repeat: no-repeat;
	width: 10px;
	right: 10px;
	bottom: 0;
	top: 0;
}

.jcf-select-drop.jcf-select-qty {
	text-align: center;
}

body>.jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body>.jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0px;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #F49AC1;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 16px;
	font-size: 14px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 10px 20px;
	color: #000;
	height: 1%;
	line-height: 18px;
	font-size: 16px;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #F49AC1;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 10px 20px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}


.article-slider {
	margin: 0 -5px 80px;
	position: relative;
	min-width: calc(100% + 10px);
}

.article-slider .slick-slide {
	padding: 0 5px;
}

.article-slider .col-equal {
	padding: 0;
	width: 100%;
}

.article-slider .blogcard {
	margin: 0;
}

.article-slider .slick-next,
.article-slider .slick-prev {
	position: absolute;
	top: 40%;
	left: -44px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	display: block;
	z-index: 2;
	margin: -20px 0 0;
	-webkit-transition: background .3s linear;
	-moz-transition: background .3s linear;
	-ms-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}

@media(max-width: 1360px) {

	.article-slider .slick-next,
	.article-slider .slick-prev {
		left: 0;
		width: 40px;
		height: 40px;
		top: 35%;
	}
}

.article-slider .slick-next::before,
.article-slider .slick-prev::before {
	display: none;
}

.article-slider .slick-next:hover,
.article-slider .slick-prev:hover {
	background: rgba(255, 255, 255, 1);
}

.article-slider .slick-next {
	left: auto;
	right: -44px;
}

@media(max-width: 1360px) {
	.article-slider .slick-next {
		left: auto;
		right: 0;
	}
}

.article-slider .slick-next svg,
.article-slider .slick-prev svg {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50%;
	height: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	fill: #000;
}

h3 {
	margin: 0 0 30px;
}


.woocommerce-account .addresses .title .edit {
	font-size: 16px;
	line-height: 1.2;
}

.woocommerce .woocommerce-Addresses {
	padding-top: 15px;
}

.woocommerce .woocommerce-Address {
	margin: 0 0 30px;
}

.woocommerce-EditAccountForm legend {
	font-size: 22px;
	line-height: 28px;
	font-family: avenir;
	text-transform: uppercase;
	color: #000000;
	font-weight: 400;
	padding: 30px 0 0;
}

/* @media(max-width: 600px) {
	font-size: 20px;
} */

.screen-reader-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
}

.flickity-button:disabled {
	display: none;
}

.page-template-about-us div#bounds {
	max-width: 100%;
	padding: 0;
}

.page-template-about-us .mainslider .mainslide .slidecntnt {
	height: 500px;
}
.woocommerce-checkout #iw-extra-fields-5_field,
.woocommerce-checkout #iw-extra-fields-6_field{
    display: none !Important;
}

.top-header-title_web{
	font-family: avenir; 
	font-weight: 400; 
	font-size: 28px;
	line-height: 30px;
	color: #fff;
}

@media screen (max-width: 767px){
	.top-header-title_web{
		font-size: 18px;
		line-height: 1.2;
	}
}

