/*
Theme Name: Beeswax Child Theme - current
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */
body {
	font-size: 20px;
	background-image: url(img/body-bg.jpg);
	background-position: center center;
	line-height: 1.8em;
}

header.fl-builder-content {
	z-index: 9999;
	position: relative;
	font-size: 16px;
}

.btn {
	padding: 10px;
}

.btn:hover {
	background-color: #91782d;
}

body .button:hover,
body button:hover {
	opacity: .8;
}

.btn-blue {
	background-color: #273691;
	color: #ffffff;
	font-size: 16px;
	padding: 10px 20px;
	display: inline;
}

.input-text:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
	background-color: #e6e5e5 !important;
	color: #2b2c30 !important;
}

a.rounded {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.fl-module-separator.separator-bee>.fl-module-content {
	margin: 0;
	border: 0;
	position: relative;
	z-index: 99;
}

.fl-module-separator.separator-bee>.fl-module-content .fl-separator {
	background-image: url('/wp-content/themes/Beeswax/img/bee.png');
	width: 75px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -37.5px;
	border: none;
}

header.fl-builder-content .menu>li>a,
header.fl-builder-content .menu>li>.fl-has-submenu-container>a,
.home-page-carousell .fl-slide-text,
header .social-media .fl-icon a {
	text-shadow: 1px 1px 4px #888;
}

header.fl-builder-content .menu>li:hover>a,
header.fl-builder-content .menu>li:hover>.fl-has-submenu-container>a,
header.fl-builder-content .menu>li .sub-menu li a,
header.fl-builder-content .menu>li .submenu .fl-has-submenu-container>a,
header.fl-builder-content .fl-module-menu .sub-menu>li>.fl-has-submenu-container>a {
	background: transparent;
	text-shadow: none;
	color: #91782d;
}

header.fl-builder-content .menu>li:hover>a,
header.fl-builder-content .menu>li:hover>.fl-has-submenu-container>a,
header.fl-builder-content .menu>li:hover .sub-menu,
header.fl-builder-content .menu .current-menu-item a {
	background-color: #ffffff;
	box-shadow: none;
}

header.fl-builder-content .menu>li .submenu .fl-has-submenu-container>a:hover,
header.fl-builder-content .fl-module-menu .sub-menu>li>.fl-has-submenu-container>a:hover,
header.fl-builder-content .menu>li .sub-menu li a:hover {
	color: #000 !important;
}

/*header.fl-builder-content .fl-module-menu .menu > li > .has-submenu-container:hover a {
	background-color: #ffffff
	color: #91782d;
}*/
a.blue-link {
	color: #273691;
}

a img.arrow-right,
a img {
	margin: 0;
	vertical-align: middle;
}

a img.arrow-right {
	margin-left: 5px;
}

.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

.flipper:before {
	width: 100%;
	padding-top: 100%;
	content: '';
	display: block;
	box-sizing: border-box;
}

.front {
	z-index: 2;
	transform: rotateY(0deg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: rgba(0, 0, 0, 0.2);
}

.back {
	transform: rotateY(180deg);
	background-color: #273691;
	color: #ffffff;
}

.front,
.back {
	backface-visibility: hidden;
	transition: 500ms transform;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	flex-grow: 1;
}

/*.flipper:hover .back{
	transform: rotateY(0);
}*/

/*    Woocommerce Styles    */

.woo-category-item:hover .flipper {
	transform: rotateY(180deg);
}

.woo-category-items {
	display: grid;
	grid-gap: 10%;
	grid-row-gap: 50px;
}

.woo-category-items>.woo-category-item {
	position: relative;
}

.woo-category-items.one-column {
	grid-template-columns: repeat(1, calc(90% / 1));
}

.woo-category-items.two-columns {
	grid-template-columns: repeat(2, calc(90% / 2));
}

.woo-category-items.three-columns {
	grid-template-columns: repeat(3, calc(90% / 3));
}

.woo-category-items.four-columns {
	grid-template-columns: repeat(4, calc(90% / 4));
}

.woo-category-items>.woo-category-item .category-title {
	font-size: 32px;
	color: #ffffff;
}

.woo-category-items>.woo-category-item .front .category-title {
	text-shadow: 2px 0 2px black;
}

.woo-category-items>.woo-category-item .link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.footer-bottom-left,
.footer-bottom-right,
.footer-copy-right {
	font-size: 16px;
}

.footer-copy-right {
	font-size: 12px;
}

.fl-builder .fl-menu .checkout {
	padding-top: 0px;
	/*padding-top: 7px;*/
}

body .fl-menu .checkout a {
	border: 1px solid #ffffff;
	padding: 4px 10px;
	border-radius: 3px;
	display: inline;
}

body .fl-menu .checkout a:hover,
body .fl-menu .current-menu-item.checkout a {
	border: 1px solid #91782d;
}

.search-row {
	display: none;
}

.fl-builder-edit .search-row {
	display: block;
}

.search-row input[type="search"] {
	text-align: center;
	height: 100px;
	background-color: #91782d;
	color: #ffffff;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 20px;
}

.uppercase .fl-heading {
	text-transform: uppercase;
}

.video-section .fl-module-content {
	max-width: 640px;
	margin: 0 auto;
}

.hidden-module {
	display: none;
}

.fl-builder-edit .hidden-module {
	display: block;
}

.small-container .fl-module-content {
	max-width: 828px;
	margin-left: auto;
	margin-right: auto;
}

.rotate .fa-long-arrow-right {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}

.reverse .rotate .fa-long-arrow-right {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.rotate .fa-long-arrow-right {
	margin-bottom: 20px;
}

.small-bg-img .fl-row-content-wrap {
	background-size: 15%;
}

.normal:hover .fa-long-arrow-right,
.normal:hover .fa-long-arrow-left {
	animation: shake 2s cubic-bezier(.36, .03, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
	animation-iteration-count: infinite;
}

.read-more a .fa-long-arrow-right {
	background: url(img/arrow-right.png) center no-repeat;
	width: 52px;
	height: 8px;
	position: relative;
	left: 1px;
	margin-left: 10px;
}

.read-more a .fa-long-arrow-left {
	background: url(https://beeswaxco.com/wp-content/themes/Beeswax/images/arrow-left.png) center no-repeat;
	width: 52px;
	height: 8px;
	position: relative;
	left: 1px;
	margin-left: 10px;
}

.single-prev-nav .nav-next a,
.single-prev-nav .nav-previous a {
	color: #273691;
	font-size: 16px !important;
	font-weight: 400;
}

.single-prev-nav a:hover {
	text-decoration: none;
}

.single-prev-nav .nav-next a span {
	margin-right: 10px;
}

.single-prev-nav .nav-previous a span {
	margin-left: 10px;
}

.read-more a .fa-long-arrow-right:before,
.read-more a .fa-long-arrow-left:before {
	display: none;
}

.overlay {
	background-color: rgba(0, 0, 0, 0.4);
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.hero-sub-row .fl-row-content,
.home-hero .fl-row-content {
	z-index: 2;
}

.fl-rich-text ul li {
	margin-bottom: 20px;
}

.fl-custom-row:after {
	content: "";
	display: table;
	clear: both;
}

.fl-col-width-1-2 {
	float: left;
	width: 50%;
}

.fl-post-meta,
.fl-post-meta a,
.single-meta,
.single-meta a {
	color: #9b8441;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: middle;
}

.fl-post-meta a:hover,
.single-meta a:hover {
	text-decoration: underline;
}

.fl-post-meta-sep,
.fl-post-info-sep {
	margin-left: 5px;
	margin-right: 5px;
}

.blog-bg .fl-post-title,
.blog-bg .fl-post-title a {
	color: #4f4f4f;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 20px;
}

.blog-bg .fl-post-title a:hover {
	text-decoration: underline;
}

.blog-bg .fl-post-excerpt {
	padding-right: 30px;
}

.blog-bg .fl-post-more-link a {
	color: #273691;
	font-size: 16px;
	font-weight: 400;
}

.blog-bg .fl-post-more-link a:hover {
	text-decoration: none;
}

.blog-bg .fl-post-image {
	text-align: right;
}

.blog-bg .fl-post-text {
	padding: 0;
}

.left-sidebar-row .widgettitle {
	letter-spacing: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	padding: 0 0 1em;
	margin-bottom: 1em;
	font-weight: 300;
	color: #6d6d6d;
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 0;
}

.left-sidebar-row .fl-module-widget ul li a {
	font-size: 15px;
	color: #b6b4b4;
	text-transform: uppercase;
}

.left-sidebar-row .fl-module-widget ul li a:hover {
	color: #91782e;
	text-decoration: none;
}

.left-sidebar-row .fl-col-small .fl-widget {
	margin-bottom: 40px;
}

.left-sidebar-row .fl-col-small .fl-widget ul {
	margin-left: 20px;
}

.left-sidebar-row .page-numbers .page-numbers {
	color: #273691;
	font-size: 16px;
	font-weight: 400;
	border: 1px solid #273691;
}

.left-sidebar-row .page-numbers .current {
	background-color: #91782e;
}

.left-sidebar-row .page-numbers .page-numbers:hover {
	background-color: #91782e;
}

.gold-heading .widgettitle {
	color: #91782d;
}

.woocommerce.tax-product_cat .add_to_cart_button,
.woocommerce-page.tax-product_cat .add_to_cart_button {
	display: block;
}

.product-column .fl-post-image img {
	border: 2px solid #273691;
}

.product-column .fl-post-image {
	text-align: center;
}

.product-column .fl-post-column {
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 60px;
}

.product-column .fl-post-grid-post {
	background: transparent;
	border: 0;
}

.product-column .fl-post-text {
	text-align: center;
	    padding-bottom: 46px;
    position: relative;

}

.product-column .fl-post-title {
	font-size: 21.33px;
	color: #4f4f4f;
	margin-bottom: 20px;
	    min-height: 60px;
}

body .product-column .custom-price {
	color: #273691;
	font-size: 21.33px;
	display: block;
	margin-bottom: 20px;
}
.product-column .fl-post-text a.button {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 0px;
    max-width: 228px;
    margin: 0 auto;
}

body .product-column .button,
.custom-addcart button,
.coupon button,
.actions button,
.wc-proceed-to-checkout .checkout-button,
.woocommerce-shipping-calculator .button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	background-color: #273691 !important;
	text-transform: uppercase;
	border-color: #273691;
	color: #ffffff !important;
	/*padding: .6180469716em 1.41575em !important;*/
	    padding: 16px 12px 8px 12px !important;
	font-weight: 600;
	border-radius: 0 !important;
	text-transform: uppercase;
	font-size: 19px;
	max-width: 228px;
	margin: 0 auto;
	border: 0 !important;
}

.woocommerce-info:before {
	display: none;
}

.wc-proceed-to-checkout .checkout-button {
	max-width: 295px;
	float: right;
}

.wc-proceed-to-checkout .checkout-button:hover {
	opacity: .8;
}

.woocommerce .cart-collaterals h2,
.woocommerce-page .cart-collaterals h2 {
	font-size: 38px;
}

.coupon #coupon_code {
	padding: 21px;
	border-radius: 0;
	color: #000 !important;
}

body .product-column .button:hover {
	opacity: .8;
	background-color: #273691;
	border-color: #273691;
	color: #ffffff;
}

body .product-column p.add_to_cart_inline {
	border: 0 !important;
	padding: 0 !important;
}

.single-product .button {
	width: 163px;
	height: 50px;
	font-family: 'Biryani', sans-serif;
	font-size: 16px !important;
	text-transform: uppercase;
	border-radius: 0 !important;
}

body .small-p p {
	font-size: 16px;
}

.single-product .quantity .qty {
	border: 2px solid #273691 !important;
	margin-right: 20px;
	border-radius: 0;
	max-width: 84px;
	color: #273691;
	text-align: center;
	min-height: 45px;
}

.single-product .value select {
	border: 2px solid #273691;
	font-size: 16px;
	padding: 10px;
}

.single-product .posted_in,
.single-product .product-description {
	display: none;
}

.variations .label {
	display: none;
}

.single-product .single_variation_wrap .woocommerce-variation-price,
.single-product .single_variation_wrap .range-price {
	border-top: 1px solid #cacbd1;
	border-bottom: 1px solid #cacbd1;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.single-product .woocommerce-variation.single_variation {
	display: block;
	float: left;
}

.woocommerce-breadcrumb a:first-of-type:before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f015";
	margin-right: 0.5407911001em;
}

.woocommerce-breadcrumb .fa {
	opacity: .25;
	margin-right: 5px;
	margin-left: 5px;
}

.woocommerce-breadcrumb {
	font-weight: 700;
}

.woocommerce-breadcrumb a {
	font-weight: 400;
}

.woocommerce-breadcrumb a:hover {
	text-decoration: none;
}

.sku_wrapper {
	font-weight: 700;
}

.single-product .variations {
	max-width: 100px;
	float: left;
}

.single-product .variations select {
	border-radius: 0;
	box-shadow: none;
	/*color: #b6b4b4;*/
	color: #273691;
	background: #fff;
	height: auto;
	padding: 5px;
	font-size: 100%;
}

.single-product .variations select option {
	color: #b6b4b4;
}

.single-product .woocommerce-variation-add-to-cart {
	float: right;
	/*max-width: 259px;*/
	max-width: 220px;
	text-align: right;
	padding: 0;
	width: 100%;
	margin-right: 0;
}

.single-product .woocommerce-variation-add-to-cart .quantity input.qty {
	color: #273691;
}




.single-product .single_variation_wrap {
	width: 100%;
	/*margin: 0 0 6px 0 !important;
	display: inline-block;*/
}

.woocommerce-checkout .woocommerce-info {
	background: none;
	margin: 0 0 20px 0;
	color: #4f4f4f;
	border: 0;
	padding: 0 !important;
	font-size: 20px;
	line-height: 36px;
	font-weight: 400;
}

.woocommerce-checkout .woocommerce-info a {
	color: #273691;
}

.woocommerce-checkout .woocommerce-info a:hover {
	color: #91782d;
	text-decoration: none;
}

form.login {
	max-width: 500px;
	background: #fafafa;
	padding: 15px;
	border: 4px solid #aaa !important;
}

form.login p {
	color: #4f4f4f;
	font-size: 20px;
	line-height: 36px;
	margin: 0 0 1.41575em;
}

body .woocommerce-message .wc-forward {
	color: #ffffff !important;
	font-weight: 700;
}

body .fl-theme-builder-woo-notices {
	padding: 40px 0 0 0;
}

body .woocommerce-cart-form__cart-item a,
body .woocommerce-cart-form__cart-item .woocommerce-Price-amount {
	color: #273691;
}

.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty {
	border: 2px solid #273691;
	border-radius: 0;
	margin-right: 0px;
	/*margin-right: 27px;
	width: 85px;*/
	color: #273691;
	height: 50px;
	width: 60px;

}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 14px;
}

.woocommerce form .form-row {
	padding: 0;
	margin: 0 0 10px;
}

.woocommerce-shipping-calculator {
	padding: 10px;
}

.select2-container .select2-selection {
	border: 3px solid #b6b4b4;
	border-radius: 0;
	box-shadow: none;
	color: #b6b4b4;
	background: #fff;
	height: auto;
	padding: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50% !important;
	margin-top: -13px !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row #gift-receipt {
	border: 3px solid #b6b4b4 !important;
	border-radius: 0;
	box-shadow: none;
	color: #b6b4b4;
	background: #fff;
	height: auto;
	padding: 12px 10px !important;
	font-size: 16px;
}

.woocommerce #gift #gift-radio-note_field .woocommerce-input-wrapper {
	display: block;
}

.woocommerce #gift #gift-radio-note_field label {
	display: inline-block;
	margin-right: 15px;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
	display: none;
}

.woocommerce ul#shipping_method {
	padding: 10px;
}

div.woocommerce h2,
div.woocommerce h3,
#ship-to-different-address {
	font-size: 28px;
	color: #273691;
}

#ship-to-different-address span {
	font-weight: 400;
}

.woocommerce table.shop_table td {
	font-size: 14px;
	padding: 1.41575em;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	padding: 1.41575em;
}

.woocommerce table.shop_table th {
	font-size: 16px;
	color: #4f4f4f;
	padding: 1.41575em;
}

.woocommerce table.shop_table .shipping td {
	padding: 1em 7px !important;
}

.woocommerce #order_review .shop_table,
.woocommerce-page #order_review .shop_table {
	margin-bottom: 0;
}

#order_review {
	border: 4px solid #273691;
	border-radius: 0 !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: transparent;
}

.woocommerce table.shop_table {
	border: 0;
}

.top-icon .fl-icon {
	vertical-align: top;
	padding-top: 3px;
}

.woocommerce #payment,
.woocommerce-page #payment {
	border-top: 1px solid #e6e6e6;
	border-radius: 0;
}

.woocommerce ul#shipping_method li label,
.woocommerce-page ul#shipping_method li label {
	font-size: 14px;
	line-height: normal;
	font-weight: 400;
}

#payment .payment_methods>.wc_payment_method>label {
	display: block;
	padding: 1.41575em;
	cursor: pointer;
	font-weight: 400;
}

body .woocommerce-Price-amount {
	color: #273691;
	margin-left: 20px;
}

#payment .payment_methods li {
	background-color: #f5f5f5;
	border-bottom: 20px solid #ffffff;
}

form.checkout.woocommerce-checkout {
	font-size: 16px;
	color: #4f4f4f;
	min-height: 800px;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	display: none;
}

#payment .payment_methods li p {
	margin: 0;
	color: #4f4f4f;
	line-height: 36px;
	font-size: 16px;
}

#payment .payment_methods li .payment_box {
	padding: 1.41575em;
	margin: 0;
}

#payment .payment_methods li .payment_box fieldset {
	border: 0;
	margin: 0;
	padding: 1em 0 0 0;
	font-size: .875em;
}

#payment .payment_methods>li .payment_box,
#payment .place-order {
	background-color: #fafafa;
}

#payment .payment_methods li .payment_box fieldset label {
	margin-bottom: 5px;
	font-size: 14px;
	color: #4f4f4f;
}

#payment .payment_methods li .payment_box fieldset .form-row input[type=checkbox] {
	margin-right: 5px;
}

.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type="tel"],
.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"],
.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-echeck-form-input[type="tel"],
.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-echeck-form-input[type="text"],
#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-input[type="tel"],
#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"],
#add_payment_method input.js-sv-wc-payment-gateway-echeck-form-input[type="tel"],
#add_payment_method input.js-sv-wc-payment-gateway-echeck-form-input[type="text"] {
	font-size: 1.5em;
	padding: 6px !important;
}

#payment .place-order {
	padding: 1.41575em !important;
	margin-bottom: 0;
	float: none;
	width: 100%;
	margin-top: 2.617924em !important;
}

.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
	border-bottom: 0;
}

.added_to_cart,
.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
	padding: .6180469716em 1.41575em;
}

.woocommerce #payment .place-order .button.alt {
	font-size: 1.41575em !important;
	width: 100%;
	max-width: 100% !important;
	white-space: pre-wrap;
	text-transform: none !important;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c !important;
}

.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d !important;
}

.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type="tel"]:focus,
.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"]:focus,
#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-input[type="tel"]:focus,
#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"]:focus {
	box-shadow: 0 0 0.1875em #3498db !important;
}

#payment .payment_methods>.wc_payment_method>label:before {
	display: inline-block;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f10c";
	margin-right: 0.5407911001em;
	-webkit-transition: color, ease, .2s;
	transition: color, ease, .2s;
}

#payment .payment_methods li.wc_payment_method>input[type=radio]:first-child {
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

#payment .payment_methods li.wc_payment_method>input[type=radio]:first-child:checked+label:before {
	content: "\f192";
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
	float: right;
}

body input,
body button {
	font-family: "Source Sans Pro", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
	line-height: 1.618 !important;
}

.star-rating span:before,
.quantity .plus,
.quantity .minus,
p.stars a:hover:after,
p.stars a:after,
.star-rating span:before,
#payment .payment_methods li input[type=radio]:first-child:checked+label:before {
	color: #96588a;
}

#payment .payment_methods {
	margin: 0 !important;
	padding: 0 !important;
}

#payment .payment_box label {
	display: block;
}

.cart-subtotal .woocommerce-Price-amount,
.tax-total .woocommerce-Price-amount,
.woocommerce ul#shipping_method .amount {
	font-weight: 400 !important;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	font-weight: 600;
}

.order-total span {
	font-family: 'Biryani', sans-serif;
	font-size: 30px;
	font-weight: 500;
}

.woocommerce table th {
	background-color: #f8f8f8;
}

.woocommerce table tbody td {
	background-color: #fdfdfd;
}

.woocommerce table td,
.woocommerce table th {
	padding: 1em 1.41575em;
	text-align: left;
	vertical-align: top;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table th,
.woocommerce-page table.shop_table td {
	border: transparent !important;
}

.woocommerce table {
	border-spacing: 0 !important;
	width: 100%;
	border-collapse: separate;
}

.woocommerce #order_review,
.woocommerce-page #order_review {
	padding: 0 !important;
}

.woocommerce-checkout .col2-set .form-row-first {
	width: 41.333333%;
	margin-right: 3.111%;
}

.woocommerce-checkout .col2-set .form-row-last {
	width: 55.5555555556%;
	float: right;
	margin-right: 0;
}

.woocommerce .checkout .woocommerce-form__input-checkbox,
.woocommerce-page .checkout .woocommerce-form__input-checkbox {
	margin-left: 0px;
}

.woocommerce .blockUI.blockOverlay {
	position: absolute !important;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .5;
}

#gift .form-row label {
	display: block;
}

.woocommerce form .form-row .input-checkbox {
	position: static;
}

body.no-scroll {
	overflow-y: hidden !important;
}

/* Start Gravity form helper */
.gf_simple_horizontal_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.gf_simple_horizontal_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle,
.gf_simple_horizontal_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
	padding-top: 0 !important;
}

.gf_simple_horizontal_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gf_simple_horizontal_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
	margin-bottom: 0 !important;
}

.gf_simple_horizontal_wrapper li.hidden_label input {
	margin-top: 0 !important;
}

body .gf_simple_horizontal_wrapper .top_label div.ginput_container {
	margin-top: 0 !important;
}

.gf_simple_horizontal div.gform_footer.top_label {
	width: auto !important;
	vertical-align: top !important;
}

.gf_simple_horizontal div.gform_body {
	width: auto !important;
}

.gf_simple_horizontal div.gform_footer.top_label input[type="submit"] {
	line-height: 26px;
	font-size: 13px;
	padding: 0 24px;
	text-transform: uppercase;
	letter-spacing: 1px
}

body .gform_wrapper .email-signup .gfield_label {
	display: none !important;
}

body .gform_wrapper .email-signup {
	max-width: 379px;
	margin: 0 auto;
}

body .gform_wrapper .ginput_container_email input {
	border: 1px solid #91782d;
	max-width: 245px;
	width: 100%;
	height: 40px;
	margin: 0;
	text-align: center;
	padding: 10px !important;
	font-size: 16px !important;
	border-radius: 0;
}

body .gform_wrapper .email-signup .gform_button {
	width: auto;
	margin: 0;
	background-color: #273691;
	border: 1px solid #273691;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 0;
	font-size: 16px !important;
	padding: 6px 20px !important;
	font-weight: 700;
	border-radius: 0;
}

body .gform_wrapper .email-signup .gform_button:hover {
	opacity: .8;
}

.gform_wrapper .field_description_below .gfield_description {
	display: none;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.gform_confirmation_message a {
	margin-right: 10px;
}

.woocommerce div.product form.cart table td {
	padding-bottom: 10px;
}

/* End Gravity form helper */
.header-top .fl-col .fl-col-content {
	position: relative;
}

.above-fold {
	position: absolute;
	width: 100%;

}

.add-gold-border {
	border-top: 8px solid #91782d;
}

.rem-gold-border {
	border-top: 0;
}

.header-top .fl-module-photo {
	z-index: 2;
}

.above-fold .fl-row-content {
	z-index: 2;
}

.social-media .fa-balance-scale {
	background-image: url(/wp-content/themes/beeswax-child/img/go-texan.png);
	background-repeat: no-repeat;
	background-size: fill;
	opacity: 10 !important;
	width: 43px !important;
	height: 55px !important;
}

.social-media .fa-balance-scale:before {
	opacity: 0;
}

.right-flower,
.left-right-flowers {
	position: relative;
}

.flower-1 {
	position: absolute;
	bottom: 0;
	left: 0;
}

.flower-3 {
	position: absolute;
	bottom: 0;
	right: 0;
}

.flower-5 {
	position: absolute;
	bottom: 30%;
	left: 0;
}

.flower-6 {
	position: absolute;
	bottom: 0;
	right: 0;
}

.fl-builder-edit .flower-1,
.fl-builder-edit .flower-3,
.fl-builder-edit .flower-5,
.fl-builder-edit .flower-6 {
	position: static;
}

.fl-slide-text img {
	margin: 0 auto;
}

.fl-slide-text p {
	font-size: 20px;
	line-height: 36px;
	font-weight: 400;
}

.menu .fl-has-submenu .sub-menu {
	max-width: 100%;
	left: 0px !important;
	min-width: 100%;
	background: rgba(255, 255, 255, 0.1);
}

.menu .fl-has-submenu .sub-menu li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menu .fl-has-submenu .sub-menu li:last-child {
	border-bottom: 0;
}

ul.fl-menu-horizontal li>ul.sub-menu>li {
	font-size: 12px;
	text-transform: capitalize;
	padding: 0 !important;
}

ul.fl-menu-horizontal li>ul.sub-menu>li>.fl-has-submenu-container a {
	text-transform: uppercase;
}

ul.fl-menu-horizontal li>ul.sub-menu>li>.fl-has-submenu-container a:hover {
	color: #273691 !important;
}

header.fl-builder-content .menu>li:hover>a,
header.fl-builder-content .menu>li:hover>.fl-has-submenu-container>a,
header.fl-builder-content .menu .current-menu-item a {
	background: transparent;
}

a.blue-link:hover {
	text-decoration: none;
}

body .black-4 p {
	color: #4f4f4f;
}

body .font-21 p {
	font-size: 21.33px;
}

.shop-sidebar .fl-widget ul li {
	margin-bottom: 0;
}

.shop-sidebar .widgettitle {
	font-size: 16px;
	padding: 0;
	border: 0;
	font-weight: 400;
	margin-bottom: 24px;
}

.fl-menu .fl-menu-toggle {
	display: none;
}

header.fl-builder-content .fl-module-menu .sub-menu {
	padding-top: 10px;
	padding-bottom: 20px;
}

header.fl-builder-content .menu>li .sub-menu li a,
header.fl-builder-content .menu>li .submenu .fl-has-submenu-container>a,
header.fl-builder-content .fl-module-menu .sub-menu>li>.fl-has-submenu-container>a {
	padding-bottom: 0;
	line-height: normal;
}

body .home-page-carousell .fl-slide-content {
	margin-bottom: 67px !important;
}

body .home-page-carousell .fl-slide-1 .btn-blue {
	margin-top: 39px;
}

body .home-page-carousell .fl-slide-2 .btn-blue {
	margin-top: 49px;
}

.mobile-menu .hamburger {
	position: absolute;
	right: 0;
	top: 30px;
	font-size: 18px;
	z-index: 1;
	color: #ffffff !important;
}

.fl-builder-edit .mobile-menu .hamburger {
	position: static;
	right: 0;
}

.mobile-menu .menu>li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	border-top: 0;
	font-size: 14px;
}

.mobile-menu .menu>li a {
	font-size: 14px;
	padding: 15px 24px 10px 20px !important;
	line-height: 18px;
}

.mobile-menu .menu li>ul.sub-menu>li a {
	font-size: 12px;
	text-transform: capitalize;
	padding: 14px 10px 8px 30px !important
}

.mobile-menu .menu>li>a:focus,
.mobile-menu .menu>li>.fl-has-submenu-container:hover>a,
.mobile-menu .menu>li>.fl-has-submenu-container.focus>a,
.mobile-menu .menu .sub-menu>li>a:hover,
.mobile-menu .menu .sub-menu>li>a:focus,
.mobile-menu .menu .sub-menu>li>.fl-has-submenu-container:hover>a,
.mobile-menu .menu .sub-menu>li>.fl-has-submenu-container.focus>a,
.mobile-menu .menu>li.current-menu-item>a,
.mobile-menu .menu>li.current-menu-item>.fl-has-submenu-container>a,
.mobile-menu .menu .sub-menu>li.current-menu-item>a,
.mobile-menu .menu .sub-menu>li.current-menu-item>.fl-has-submenu-container>a .mobile-menu .menu>li.current-menu-item a,
.mobile-menu .menu>li.current-menu-ancestor div.fl-has-submenu-container>a,
.mobile-menu .menu>li.fl-active>a,
.mobile-menu .menu>li a:hover {
	background: #91782d;
	color: #fff !important;
}

.mobile-menu .menu>li.current-menu-ancestor .sub-menu li div.fl-has-submenu-container a {
	background: none;
}

.mobile-menu .menu>li.current-menu-ancestor .sub-menu li.current-menu-parent div.fl-has-submenu-container a {
	background: #91782d !important;
	color: #fff !important;
}

.mobile-menu .fl-menu .fl-toggle-arrows .fl-has-submenu-container:hover>.fl-menu-toggle:before,
.mobile-menu .fl-menu .fl-toggle-arrows .fl-has-submenu-container.focus>.fl-menu-toggle:before,
.mobile-menu .fl-menu .fl-toggle-arrows li.current-menu-item>.fl-has-submenu-container>.fl-menu-toggle:before,
.mobile-menu .fl-menu .fl-toggle-none .fl-has-submenu-container:hover>.fl-menu-toggle:before,
.mobile-menu .fl-menu .fl-toggle-none .fl-has-submenu-container.focus>.fl-menu-toggle:before,
.mobile-menu .fl-menu .fl-toggle-none li.current-menu-item>.fl-has-submenu-container>.fl-menu-toggle:before {
	border-color: #fff;
}

.mobile-menu .fl-menu .menu .fl-menu-toggle {
	display: block;
	top: 9px;
	margin: 0
}

.mobile-menu .fl-menu .fl-has-submenu.fl-active>.fl-has-submenu-container .fl-menu-toggle {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.mobile-header .fl-row-content-wrap {
	background-size: 147%;
	background-position: top;
}

.pillars-cat .menu li {
	margin-left: 20px;
	margin-bottom: 0;
}

.pillars-cat .menu li a {
	font-family: 'Biryani', sans-serif;
	color: #b6b4b4;
	font-size: 16px;
	text-transform: uppercase;
}

.pillars-cat .menu li a:hover {
	color: #91782e;
	text-decoration: none;
}

.pillars-cat {
	display: none;
}

.term-pillars .pillars-cat {
	display: block;
}

.term-pillars .custom-bg .fl-row-content-wrap {
	background-image: url(/wp-content/uploads/2016/10/selectsBEESWAXwebres-11.jpg);
	background-position: bottom;
}

.header-top .menu .mega-menu.fl-has-submenu .sub-menu:first-of-type {
	/*left: -25px !important;*/
	margin-top: 0 !important;
	left: 0px !important;
	width: 100% !important;
	gap: 12px;
	padding: 14px;
}
.header-top .menu .mega-menu.fl-has-submenu .sub-menu:first-of-type .fl-has-submenu-container a{
	padding: 0;
}

.header-top .menu .mega-menu.fl-has-submenu .sub-menu:first-of-type ul.sub-menu {
    padding: 0px !important;
}

.header-top .menu .mega-menu.fl-has-submenu .sub-menu:first-of-type ul.sub-menu li a {
    padding: 0;
    font-size: 14px;
}


.home-hero .slide1-sub {
	text-align: center;
}

.home-hero .slide1-sub h2 {
	text-align: center !important;
	line-height: 36px !important;
	color: #FFF !important;
	font-size: 16px;
	width: 100%;
	float: none;
	white-space: normal;
	display: block;
	text-align: center;
}

.home-hero .shop_beeswax a {
	border: none;
	padding: 10px 20px;
	line-height: normal;
	border-radius: 3px;
	font-size: 16px;
	color: white !important;
	background-color: #273691;
	bottom: -15px;
	position: relative;
}

.home-hero .shop_beeswax a:hover {
	text-decoration: none;
}

.home-hero .tp-rightarrow {
	background: url(img/sliderarrowright.png) no-repeat 0 0 !important;
	height: 50px !important;
}

.home-hero .tp-leftarrow {
	background: url(img/sliderarrowleft.png) no-repeat 0 0 !important;
	height: 50px !important;
}

.home-hero .tp-leftarrow:before,
.home-hero .tp-rightarrow:before {
	display: none !important;
}

body .fixed {
	position: absolute;
	top: 0;
	width: 100%;
}

body .add-top {
	top: 100px;
}

.fl-builder-edit .fixed {
	position: static;
}

body .hero-sub-row .fl-row-content-wrap {
	padding-top: 299px;
	padding-bottom: 30px;
	margin-top: 0;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
	font-weight: 400;
	margin-bottom: 5px;
}

.woocommerce-form form input[type="text"],
.woocommerce-form form input[type="password"] {
	padding: 16px !important;
	font-weight: 400;
	color: #43454b !important;
}

body .woocommerce-form .form-row .button,
.woocommerce-form-coupon .button {
	background-color: #273691 !important;
	border-color: #273691 !important;
	color: #fff !important;
	cursor: pointer;
	padding: .6180469716em 1.41575em;
	text-decoration: none;
	font-weight: 600;
	text-shadow: none;
	display: inline-block;
	outline: 0;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	border-radius: 0;
	font-size: 20px;
	padding: 19px 27px;
}

.woocommerce-form-coupon .button {
	font-weight: 700 !important;
	border-radius: 0 !important;
	font-size: 20px !important;
	padding: 14px 27px !important;
}

.woocommerce-form-coupon .input-text {
	padding: 12px 10px !important;
	font-size: 20px !important;
	max-width: 582px;
}

.woocommerce-form-coupon .button:hover,
body .woocommerce-form .form-row .button:hover {
	opacity: .8;
}

.woocommerce form .form-row label.inline {
	margin-left: 20px;
}

.woocommerce form .form-row input[type="radio"],
.woocommerce form .form-row input[type="checkbox"] {
	margin-right: 10px;
}

body .woocommerce .woocommerce-form-coupon {
	border: 0;
	padding: 0;
	margin-top: 0;
}

body .woocommerce .woocommerce-form-coupon p:first-of-type {
	display: none;
}

.woocommerce-checkout .checkout_coupon .input-text {
	font-size: 20px !important;
}

div.woocommerce h2,
div.woocommerce h3,
#ship-to-different-address,
.woocommerce #order_review_heading,
.woocommerce-page #order_review_heading {
	margin-top: 0;
}

.woocommerce-page #order_review_heading {
	margin-left: 73px;
}

table.woocommerce-checkout-review-order-table .product-name {
	max-width: 215px;
}

.single-product table td,
.single-product table th {
	padding: 0;
}

.single-product .woocommerce-Price-amount {
	color: #273691;
	margin-left: 0;
}

.single-product div.product form.cart table td {
	padding-bottom: 0 !important;
	line-height: 0 !important;
}

.single-product div.product div.images img {
	border: 0 !important;
}

.woocommerce-cart table.cart .product-thumbnail img {
	max-width: 100px;
	width: 100%;
}

.woocommerce-cart .checkout-button.button {
	font-size: 16px !important;
	padding: 18px 26px !important;
	text-transform: none !important;
}

.woocommerce-cart .coupon .button {
	padding: 10px !important;
}

.woocommerce-cart table.cart th {
	border-bottom: 1px solid #cacbd1 !important;
	border-top: 1px solid #cacbd1 !important;
	background-color: white !important;
	text-align: center;
}

.woocommerce-cart table.shop_table_responsive tbody tr td,
.woocommerce-cart table.shop_table_responsive tbody tr th {
	background: none;
	border-bottom: 1px solid #cacbd1 !important;
	padding: 1em 0.387em !important;
	text-align: center;
}

.woocommerce-cart table.shop_table_responsive tbody tr td a {
	font-size: 16px !important;
}

.woocommerce-cart table.shop_table_responsive tbody tr td a:hover {
	color: #9b8441;
	text-decoration: none;
}

.woocommerce-cart .quantity input.qty,
.woocommerce-cart .quantity input.qty {
	margin: 0 auto !important;
}

.woocommerce-cart .woocommerce-Price-amount {
	margin-left: 0 !important;
	font-weight: 700;
	font-size: 16px;
}

.woocommerce-cart .coupon .input-text {
	border: 2px solid #273691 !important;
	padding: 20px 10px !important;
}

.woocommerce-cart .coupon .button,
.woocommerce-cart .actions .button {
	font-weight: 700;
	text-transform: none;
	font-size: 16px;
}

.woocommerce-cart .cart-collaterals h2,
.woocommerce-cart .cart-collaterals h2 {
	font-size: 32px;
	color: #333333;
	font-weight: 500;
}

.woocommerce-cart .cart-collaterals .shop_table .cart-subtotal th,
.woocommerce-cart .cart-collaterals .shop_table .shipping th,
.woocommerce-cart .cart-collaterals .shop_table .tax-total th,
.woocommerce-cart .cart-collaterals .shop_table .order-total th {
	text-align: left;
	font-size: 20px;
	font-weight: 500;
}

.woocommerce-cart .cart-collaterals .cart_totals .cart-subtotal span {
	font-family: 'Biryani', sans-serif;
	color: #273691;
	font-size: 30px;
	font-weight: 500;
}

.woocommerce .cart-collaterals table.shop_table .shipping td,
.woocommerce .cart-collaterals table.shop_table .cart-subtotal td,
.woocommerce .cart-collaterals table.shop_table .tax-total td,
.woocommerce .cart-collaterals table.shop_table .order-total td {
	text-align: left;
}

.woocommerce .cart-collaterals table.shop_table .tax-total td,
.woocommerce .cart-collaterals table.shop_table .tax-total td span {
	font-size: 20px;
	vertical-align: middle !important;
}

.woocommerce .cart-collaterals table.shop_table .order-total span {
	font-family: 'Biryani', sans-serif;
	color: #273691;
	font-size: 30px;
	font-weight: 500;
}

.woocommerce .cart-collaterals table.shop_table .order-total td {
	vertical-align: middle !important;
}

.page-id-9895 .step-row .fl-row-content {
	position: relative;
}

.page-id-9895 .read-more a .fa-long-arrow-right {
	position: absolute;
	left: unset;
	right: -59px;
	top: 11px;
}

.blog-bg .fl-post-meta-sep:last-of-type {
	display: none;
}

.blog-bg .fl-post-feed-post {
	background: url(img/v-line-separator.png) bottom repeat-x;
	padding: 0 0 70px;
	margin: 0 0 70px;
	border: 0 !important;
}

a.remove:before {
	content: "\f057";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #e2401c;
	line-height: 1.618;
	text-indent: 0;
	text-align: center;
}

.woocommerce-cart table.shop_table_responsive tbody tr td a.remove {
	display: block;
	width: 1.618em;
	height: 1.618em;
	line-height: 1.618;
	font-weight: 400;
	text-indent: -9999px;
	position: relative;
	font-size: 1.41575em !important;
}

body .woocommerce-cart-form a.remove:hover {
	background: transparent !important;
}

.woocommerce-shipping-calculator>p:first-child a:before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0d1";
	margin-right: 0.3342343017em;
}

.cart-bg .woocommerce table.shop_table .shipping td {
	font-size: inherit;
}

.cart-bg .woocommerce-shipping-calculator {
	padding: 0;
}

.cart-bg .shop_table_responsive .amount {
	font-size: inherit;
}

.fl-theme-builder-singular .hero-sub-row .fl-row-content-wrap {
	padding-top: 425px;
}

.single-press .category-widget {
	display: none;
}

.one_page_checkout_page .select2-container .select2-selection--single {
	height: 45px;
}

.new-order-bg .woocommerce a.button,
.new-order-bg .woocommerce button.button,
.new-order-bg .woocommerce input.button,
.new-order-bg .woocommerce #respond input#submit,
.new-order-bg .woocommerce #content input.button,
.new-order-bg .woocommerce-page a.button,
.new-order-bg .woocommerce-page button.button,
.new-order-bg .woocommerce-page input.button,
.new-order-bg .woocommerce-page #respond input#submit,
.new-order-bg .woocommerce-page #content input.button,
.new-order-bg button:hover,
.new-order-bg input[type="button"]:hover,
.new-order-bg input[type="reset"]:hover,
.new-order-bg input[type="submit"]:hover,
.new-order-bg .button:hover,
.new-order-bg .added_to_cart:hover,
.new-order-bg .widget a.button:hover,
.new-order-bg .site-header-cart .widget_shopping_cart a.button,
.new-order-bg .fee_submit {
	background-color: #273691;
	border-color: #273691;
	color: #ffffff;
	border-radius: 0;
	padding: 10px;
	font-weight: 600 !important;
	border: 0;
}

.new-order-bg .fee_submit:hover {
	padding: 5px 15px !important;
}

.new-order-bg .one_page_checkout_page .woocommerce-info a {
	font-size: 14px;
}

.new-order-bg .woocommerce a.remove,
.new-order-bg .woocommerce a.remove:hover {
	color: white !important;
	background: red !important;
	padding: 2px;
	font-size: 16px;
}

.new-order-bg .cart_item .product-name a {
	color: #273691;
}

.new-order-bg a.remove:before {
	display: none;
}

.new-order-bg input[type="text"],
.new-order-bg input[type="number"],
.new-order-bg input[type="email"],
.new-order-bg text-area,
.new-order-bg select,
.new-order-bg .select2-container .select2-selection {
	border: 3px solid #b6b4b4;
	border-radius: 0;
	box-shadow: none;
	color: #b6b4b4;
	background: #fff;
	height: auto;
	padding: 10px;
}

.new-order-bg .custom_shipping_cost {
	display: inline-block;
}

.new-order-bg #createaccount {
	vertical-align: middle !important;
}

.new-order-bg .opc_add_fee_wrap .fee_heading,
.new-order-bg .opc_add_fee_wrap p,
.new-order-bg .opc_add_fee_wrap #fee_form,
.new-order-bg #one_page_searchable_customer_search p {
	font-size: 14px !important;
}

.new-order-bg #ship-to-different-address,
.new-order-bg #ship-to-different-address label {
	font-size: 28px;
	color: #273691;
	font-weight: 400;
}

.new-order-bg #ship-to-different-address .input-checkbox {
	float: left;
	display: inline-block;
	margin-right: 10px;
	margin-top: 9px;
}

.new-order-bg #ship-to-different-address label {
	display: inline;
}

.new-order-bg #order_comments_field label,
.new-order-bg #check_number_field label {
	display: block;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews,
p.no-comments {
	background-color: #273691;
	margin-bottom: 10px;
	margin-top: 50px;
}

.single-product .woocommerce-error,
.single-product .woocommerce-info,
.woocommerce-message,
.single-product .woocommerce-noreviews,
.single-product p.no-comments {
	background-color: #273691 !important;
	margin-bottom: 10px;
	margin-top: 50px;
	margin-left: 0;
	border-radius: 2px;
	color: #fff !important;
	clear: both;
	border-left: .6180469716em solid rgba(0, 0, 0, .15) !important;
}

.single-product .button.wc-forward {
	height: auto;
	border-left-width: 1px !important;
	border-left-style: solid !important;
	border-left-color: rgba(255, 255, 255, .25) !important;
	padding-left: 20px !important;
}

.product-with-variation .main-description,
.meta-weight,
.product-description {
	display: none !important;
}

.quantity .qty {
	border: 2px solid #273691;
	margin-right: 20px;
	border-radius: 0;
	max-width: 4.631em;
	color: #273691;
}

.single-product .single_add_to_cart_button.button,
.button.wc-backward {
	background-color: #001964 !important;
	border-color: #001964 !important;
	opacity: .8;
}

.single-product .single_add_to_cart_button.button.disabled {
	background-color: #273691 !important;
	border-color: #273691 !important;
	opacity: 0.9;
}

.single-product .single_add_to_cart_button.button {
	background-color: #001964 !important;
	border-color: #001964 !important;
	opacity: 1;
	font-weight: 700 !important;
}


.woocommerce .button.wc-backward {
	border-radius: 0 !important;
	color: #9b8441 !important;
	opacity: 1 !important;
	border-radius: 0 !important;
	padding: 19px 31px !important;
	font-size: 20px !important;
}

.woocommerce .button.wc-backward:hover {
	opacity: .8 !important;
}

.single-product form.cart .button {
	margin-bottom: 10px;
	/*font-weight: bold !important;*/
	font-weight: 700;
}

.post-type-archive-product .hero-sub-row {
	display: none;
}

.flower-fr-fl {
	position: relative;
}

.flower-fr-fl:before,
.flower-fr-fl:after {
	content: "";
	display: inline-block;
	position: absolute;
}

.flower-fr-fl:before {
	background: url(/wp-content/themes/beeswax-child/img/flowers-06.png);
	width: 242px;
	height: 550px;
	bottom: 0px;
	right: 0;
	z-index: 1;
}

.flower-fr-fl:after {
	background: url(/wp-content/themes/beeswax-child/img/flowers-05.png);
	width: 203px;
	height: 486px;
	left: 0;
	bottom: 30%;
}

.flower-img-none img.flower-6,
.flower-img-none img.flower-5 {
	display: none;
}

.flower-fr-fl-three {
	position: relative;
}

.flower-fr-fl-three:before {
	content: "" !important;
	display: inline-block;
	background: url(/wp-content/themes/beeswax-child/img/flowers.png);
	position: absolute;
	left: 0;
	width: 213px;
	bottom: 0;
	height: 385px;
	z-index: 1;
}

.flower-fr-fl-four {
	position: relative;
}

.flower-fr-fl-four:before {
	content: "" !important;
	display: inline-block;
	background: url(/wp-content/themes/beeswax-child/img/flowers-03.png);
	position: absolute;
	right: 0;
	width: 228px;
	bottom: 0;
	height: 870px;
	z-index: 1;
}

.flower-fr-fl-four img.flower-3 {
	display: none;
}

.flower-fr-fl-seven-right {
	position: relative;
}

.flower-fr-fl-seven-right:before {
	content: "" !important;
	display: inline-block;
	background: url(/wp-content/themes/beeswax-child/img/flowers-07.png);
	position: absolute;
	right: 0;
	width: 253px;
	bottom: 0;
	height: 410px;
	z-index: 1;
}

.flower-fr-fl-bg {
	position: relative;
}

.flower-fr-fl-bg:before,
.flower-fr-fl-bg:after {
	content: "";
	display: inline-block;
	position: absolute;
}

.flower-fr-fl-bg:before {
	background: url(/wp-content/themes/beeswax-child/img/flowers-08.png);
	width: 237px;
	height: 372px;
	top: 0px;
	left: 0;
	z-index: 1;
}

.flower-fr-fl-bg:after {
	background: url(/wp-content/themes/beeswax-child/img/flowers-09.png);
	width: 183px;
	height: 496px;
	right: 0;
	bottom: 0%;
}

body.post-type-archive-press .fl-row-content-wrap,
body.archive.category .fl-row-content-wrap,
body.single .fl-row-content-wrap,
body.page-id-9462 .fl-row-content-wrap {
	padding-left: 15px;
	padding-right: 15px;
}

body .woocommerce-order .woocommerce-customer-details {
	display: block;
	clear: both;
	margin: 0 0 40px 0;
	float: left;
}

body .woocommerce-order .woocommerce-customer-details .woocommerce-columns {
	width: 100%;
}

body .woocommerce-order .woocommerce-customer-details .woocommerce-columns address {
	font-size: 15px;
	padding: 19px;
	line-height: 25px;
	margin-bottom: 30px
}

body .woocommerce-order .opc_thankyou_page_additions {
	font-size: 20px !important;
	padding: 15px 15px 10px 15px !important;
	margin: 0;
	display: block;
	clear: both;
	background: #fff !important;
}

td.product-remove {
	position: relative;
}

td.product-remove a.remove {
	font-size: 0;
}

td.product-remove a.remove.opc_remove_from_cart:before {
	font-size: 23px;
}

.fl-builder .fl-page-content .fl-row-content-wrap .fl-row-content,
.archive .fl-page-content .fl-row-content-wrap .fl-row-content,
.single .fl-page-content .fl-row-content-wrap .fl-row-content {
	width: 95%;
}

.single-product .button {
	text-transform: uppercase !important;
}

/*============ 08 June 2020 ==============*/
.pswp {
	z-index: 9999;
}

.woocommerce .pswp__scroll-wrap button.pswp__button {
	position: relative;
	top: auto;
	margin-top: auto;
	width: 44px;
	height: 44px;
}

.single-product .button {
	text-transform: uppercase !important;
}

#payment .payment_methods>.wc_payment_method>label::before {
	content: "\f192"
}

.woocommerce ul.order_details.woocommerce-thankyou-order-details li {
	display: block;
	width: 100%;
}

.woocommerce ul.order_details.woocommerce-thankyou-order-details li .woocommerce-Price-amount {
	color: #273691;
	margin-left: 0;
}

.single-product.woocommerce-page ul.products li.product a.button,
.best-sellers-section .woocommerce ul.products li.product a.button {
	background-color: #273691 !important;
	text-transform: uppercase;
	border-color: #273691;
	color: #ffffff !important;
	padding: 18px 25px 14px 25px !important;
	font-size: 16px !important;
	width: auto;
	height: auto;
	opacity: .8;
	border-radius: 0;
}

.best-sellers-section .woocommerce ul.products li.product a.button.loading::after,
.single-product.woocommerce-page ul.products li.product a.button.loading::after {
	top: 0.918em;
	right: 0.3em;
}

header.fl-builder-content ul#menu-checkout {
	align-items: center;

	align-content: center;
}

header.fl-builder-content ul#menu-checkout>li>a {
	padding: 0 15px !important;
	line-height: 44px;
}

header.fl-builder-content ul#menu-checkout>li.number>a {
	font-size: 16px !important;
}

header.fl-builder-content ul#menu-checkout>li.checkout>a {
	padding: 5px 8px !important;
	/*	display: block;
    line-height: 20px;*/
}

header.fl-builder-content .head-banner-ttl h1 {
	text-align: center;
	color: #fff;
	text-shadow: 0 0px 15px #000;
	font-size: 53px;
	font-weight: 600;
}

.fl-icon-group .fl-icon {
	margin-bottom: 8px;
	margin-top: 8px;
}

.menu .fl-has-submenu .sub-menu li a {
    padding: 4px 11px;
	font-size: 14px;
}

/********** .single-product-row ************/




.single-product-row .fl-col-content.fl-node-content .fl-module-fl-woo-product-price p.price {
	color: #273691;
	border-top: 1px solid #cacbd1;
	border-bottom: 1px solid #cacbd1;
	padding: 20px 0;
}

.single-product-row form.variations_form.cart table.variations {
	margin-top: 0px !important;
}

.single-product-row .fl-module-fl-woo-product-title .fl-module-content {
	margin: 0 0 10px 0;
}

.single-product-row .single-product .single_variation_wrap .woocommerce-variation-price {
	margin-top: 0px !important;
}



.single-product-row .woocommerce-variation-description p:last-child {
	padding: 0;
	margin: 0;
}
  


@media only screen and (min-width:1025px) and (max-width:1399px) {
	.page-id-9895 .read-more a .fa-long-arrow-right {
		right: 0;
		position: relative;
		top: auto;
	}

}

@media only screen and (min-width:993px) and (max-width:1399px) {
	.header-top .menu .mega-menu.fl-has-submenu .sub-menu:first-of-type {
		gap: 8px;
		padding: 10px;
	}
	.header-top .menu .mega-menu.fl-has-submenu .sub-menu:first-of-type ul.sub-menu li a {
		font-size: 12px;
	}
	.menu .fl-has-submenu .sub-menu li a {
	font-size: 12px;
	}
	.product-column .fl-post-column {
		padding-left: 40px;
		padding-right: 40px;
	}

	.product-column .fl-post-title {
    	font-size: 19px;
	}
	body .product-column .button{
		font-size: 15px;
	}
	header.fl-builder-content ul.menu>li>a,
	header.fl-builder-content ul.menu>li .fl-has-submenu-container>a {
		padding-left: 8px;
		font-size: 14px;
		padding-right: 8px !important;
	}

	header.fl-builder-content ul#menu-checkout>li>a {
		font-size: 12px;
		padding: 0 15px;
	}

}

@media (min-width:993px) {

	body .woocommerce .col2-set .col-1,
	body .woocommerce .col2-set .col-2 {
		width: 100%;
	}

	.woocommerce .col2-set,
	.woocommerce-page .col2-set {
		width: 50%;
		float: left;
	}

	#order_review_heading,
	.woocommerce #order_review,
	.woocommerce-page #order_review {
		float: left;
		width: 41%;
		margin-left: 2%;
	}

	.woocommerce-page #order_review {
		float: right;
	}

}

@media (min-width:1024px) and (max-width:1279px) {
	body .header-top .right-tablet .menu:last-of-type li .sub-menu li {
		float: left !important;
	}

	.header-top .menu {
		float: right !important;
	}

	.above-fold .fl-row-content {
		max-width: 95%;
	}

	.above-fold .fl-row-content .fl-col {
		width: 20%;
	}

	.above-fold .fl-row-content .fl-col:last-of-type {
		width: 60%;
	}

	.add-gold-border {
		border: 0;
	}

	.header-top .fl-photo-content img {
		max-width: 70%;
	}

	.home-hero .slide1-sub h2,
	.home-hero .tp-caption.slide1-sub {
		font-size: 22px !important;
		line-height: 28px !important;
		padding: 30px 0 !important;
	}

}

@media(max-width:1280px) {

	.flower-fr-fl:before,
	.flower-fr-fl:after,
	.flower-fr-fl-three:before,
	.flower-fr-fl-four:before,
	.flower-fr-fl-seven-right:before,
	.flower-fr-fl-bg:before,
	.flower-fr-fl-bg:after {
		opacity: 0.2;
	}

	.flower-bg .fl-row-content-wrap {
		background-position: top left;
	}

}

@media only screen and (max-width:1199px) {
	body .head-searchbox {
		max-width: 55%;
		width: 100%;
	}

	body .head-socialbox {
		max-width: 107px;
		max-width: 107px;
		width: 100%;
	}

	body .head-rightbox .menu a {
		padding-right: 6px;
		padding-left: 6px;
	}

}

@media(max-width:1024px) {
	.fl-builder .fl-page-content .fl-row-content-wrap .fl-row-content.fl-row-fixed-width {
		max-width: 100%;
		padding: 0 20px;
	}

	.home-hero .slide1-sub h2,
	.home-hero .tp-caption.slide1-sub {
		font-size: 22px !important;
		line-height: 28px !important;
	}

}

@media(max-width:992px) {
	.woocommerce-page #order_review_heading {
		margin-left: 0;
	}

	header .fl-visible-desktop-medium {
		display: none;
	}

	body .mobile-header,
	body .fl-visible-mobile {
		display: block !important;
	}

	.mobile-header .fl-row-content-wrap {
		background-size: cover;
		padding-bottom: 15px;
	}

	.mobile-header.fixed .fl-row-content-wrap {

		/*padding-bottom: 0;*/
		padding-top: 13px;
	}

	.mobile-header.fixed .mobile-menu .hamburger {
		top: 12px;
	}

	body .mobile-header .fl-col-content .fl-module-menu {
		position: inherit;
	}

	body .mobile-header .fl-module-menu {
		display: block !important;
	}

	body .mobile-header .fl-module-menu ul#menu-mobile-primary {
		left: -200px;
		position: fixed;
		top: 0;
		bottom: 0;
		width: 200px;
		height: auto;
		overflow-y: auto;
		padding: 30px 0;
		background-color: #424f9d;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		z-index: 99;
	}

	body.mob-menu-active .mobile-header .fl-module-menu ul#menu-mobile-primary {
		left: 0;
	}

	.mobile-header.fixed {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9999;
	}

	.fl-menu .fl-menu-mobile-toggle.fl-active .hamburger-menu {
		background-image: url('/wp-content/uploads/2018/06/close-2.png');
		color: transparent;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		background-attachment: scroll;
	}

	.product-column .fl-post-column {
		padding-left: 15px;
		padding-right: 15px;
	}

	.woocommerce .col2-set .col-1,
	.woocommerce-page .col2-set .col-1,
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-2 {
		width: 100% !important
	}

	/*****/
}

@media (max-width:800px) {
	.page-id-9458 .fl-photo-img-jpg img {
		width: 100%;
	}

}

@media(max-width:1199px) {
	.up-sells .products .product h2.woocommerce-loop-product__title {
		font-size: 18px !important;
	}

}

@media(max-width:1024px) {
	.page-id-9895 .read-more a {
		position: relative;
		display: block;
	}

	.page-id-9895 .read-more a.rotate {
		margin-bottom: 80px;
	}

	.page-id-9895 .read-more a .fa-long-arrow-right {
		left: 0;
		right: 0;
		margin: auto;
		background-size: contain;
		animation-iteration-count: 1;
		top: 100%;
		width: 73px;
		height: 21px;
	}

	.page-id-9895 .read-more a.rotate .fa-long-arrow-right {
		bottom: -60px;
	}

	.woocommerce div.product form.cart .variations td select {
		-webkit-appearance: none;
		appearance: none;
		border: 2px solid #273691;
		height: 51px;
		line-height: 43px;
	}

	.woocommerce div.product form.cart table.variations,
	.woocommerce div.product form.cart table.variations td,
	.woocommerce div.product form.cart table.variations tr {
		width: 100%;
	}

	.single-product .woocommerce-variation-add-to-cart {
		max-width: 100%;
		margin-right: 0;
	}

	.single-product .woocommerce-variation-add-to-cart .row {
		margin-left: 0;
	}

	.single-product .variations {
		max-width: 100%;
	}

}

@media(max-width:992px) {
	.up-sells .products .product h2.woocommerce-loop-product__title {
		min-height: 115px;
		font-size: 18px;
	}

	.woocommerce div.product form.cart div.quantity,
	.woocommerce-page div.product form.cart div.quantity {
		margin: 0 15px 10px 0;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width:768px) and (max-width:1023px) {
	.header-top .menu {
		float: right !important;
	}

	.header-top .menu li {
		font-size: 12px !important;
	}

	.header-top .right-tablet .menu:last-of-type li {
		float: right !important;
	}

	body .header-top .right-tablet .menu:last-of-type li .sub-menu li {
		float: left !important;
	}

	.fl-builder .fl-page-content .fl-row-content-wrap .fl-row-content,
	.archive .fl-page-content .fl-row-content-wrap .fl-row-content,
	.single .fl-page-content .fl-row-content-wrap .fl-row-content {
		width: 95%;
	}

	.fl-builder .fl-page-content .home-hero .fl-row-content-wrap .fl-row-content,
	.archive .fl-page-content .home-hero .fl-row-content-wrap .fl-row-content,
	.single .fl-page-content .home-hero .fl-row-content-wrap .fl-row-content {
		width: 100%;
	}

	.add-gold-border {
		border: 0;
	}

	.above-fold .fl-row-content {
		max-width: 95%;
	}

	.header-top .fl-photo-content img {
		max-width: 70%;
	}

}

@media(max-width:768px) {

	.product-column .fl-post-text {
		padding-bottom: 0;
	}
	.product-column .fl-post-title {

    	min-height: 100%;
	}
	.product-column .fl-post-text a.button {
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;

	}

	.page-id-9895 .read-more a.rotate .fa-long-arrow-right {
		bottom: -40px;
	}

	.mobile-header .fl-row-content-wrap {
		background-size: cover;
		padding-bottom: 15px;
	}

	.mobile-header.fixed .fl-row-content-wrap {

		/*padding-bottom: 0;*/
		padding-top: 13px;
	}

	.mobile-header.fixed .mobile-menu .hamburger {
		top: 17px;
	}

	body .mobile-header .fl-col-content .fl-module-menu {
		position: inherit;
	}

	body .mobile-header .fl-module-menu {
		display: block !important;
	}

	body .mobile-header .fl-module-menu ul#menu-mobile-primary {
		left: -200px;
		position: fixed;
		top: 0;
		bottom: 0;
		width: 200px;
		height: auto;
		overflow-y: auto;
		padding: 30px 0;
		background-color: #424f9d;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		z-index: 99;
	}

	body.mob-menu-active .mobile-header .fl-module-menu ul#menu-mobile-primary {
		left: 0;
	}

	.shop-sidebar .widgettitle,
	.shop-sidebar .fl-widget ul li {
		text-align: center
	}

	.two-column-locaton {
		max-width: 400px;
		margin: 0 auto;
	}

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

	.quantity {
		text-align: right
	}

	.woocommerce-cart .quantity input.qty,
	.woocommerce-cart .quantity input.qty {
		margin: 0 !important;
		display: inline-block;
	}

	.iocns-left-box .fl-photo-align-right {
		text-align: center;
	}

	.fl-module-heading.text-right-box .fl-heading {
		text-align: center;
		margin: 10px 0 30px 0 !important;
	}

	.left-sidebar-listing .fl-col-small {
		display: block !important;
		padding: 0;
		margin: 15px 0 0 0;
	}

	.left-sidebar-listing .fl-col-small h4.fl-heading {
		padding: 0px 20px 0px 20px !important;
	}

	.left-sidebar-listing .fl-col-small h3.fl-heading {
		padding: 0 20px !important;
	}

	.left-sidebar-listing .fl-col-small .fl-rich-text {
		padding: 0 20px 20px 20px !important;
	}

	.read-more a .fa-long-arrow-right {
		margin-top: 20px;
	}

	.woocommerce-page .cart-collaterals .cart_totals {
		float: right;
	}

	.best-sellers-section h3.fl-heading span.fl-heading-text {
		font-size: 25px !important
	}

	.best-sellers-section .woocommerce ul.products {
		margin-top: 0;
	}

}

/* Landscape phone to portrait tablet */
@media (max-width:768px) {

	div#wc-stripe-payment-request-wrapper {
		padding: 0px !important;
		text-align: left;
		width: 164px;
	}
	
	p#wc-stripe-payment-request-button-separator {
		margin: 0px !important;
		padding: 10px 0 3px 0;
		text-align: left !important;
	}



	body .fl-row-content-wrap .fl-post-grid {
		margin: 0px;
	}

	.page-id-9895 .read-more a.rotate {
		margin-bottom: 22px;
	}

	.page-id-9895 .read-more a .fa-long-arrow-right {
		width: 42px;
		height: 20px;
	}

	.add-gold-border {
		border: 0;
	}

	.fl-builder .fl-page-content h1.fl-heading,
	.archive .fl-page-content h1.fl-heading,
	.single .fl-page-content h1.fl-heading,
	.woocommerce div.product .product_title {
		font-size: 25px !important;
	}

	.fl-builder .fl-page-content h2.fl-heading,
	.archive .fl-page-content h2.fl-heading,
	.single .fl-page-content h2.fl-heading {
		font-size: 20px !important;
	}

	.fl-builder .fl-page-content h3.fl-heading,
	.archive .fl-page-content h3.fl-heading,
	.single .fl-page-content h3.fl-heading {
		font-size: 16px !important;
	}

	.fl-builder .fl-post-title a,
	.archive .fl-post-title a,
	.single .fl-post-title a {
		font-size: 19px !important;
	}

	.fl-builder .fl-page-content h4.fl-heading,
	.archive .fl-page-content h4.fl-heading,
	.single .fl-page-content h4.fl-heading {
		font-size: 15px !important;
	}

	.fl-builder .fl-page-content .fl-row-content-wrap .fl-row-content,
	.archive .fl-page-content .fl-row-content-wrap .fl-row-content,
	.single .fl-page-content .fl-row-content-wrap .fl-row-content {
		max-width: 90%;
		width: 100%;
	}
	.fl-col-group.fl-col-group-responsive-reversed {

		flex-direction: row;
	}
	.fl-module-photo .fl-photo.fl-photo-align-left {
		text-align: center;
	}

	.fl-builder .fl-page-content .fl-row:not(.home-hero) .fl-row-content-wrap,
	.archive .fl-page-content .fl-row:not(.home-hero) .fl-row-content-wrap,
	.single .fl-page-content .fl-row:not(.home-hero) .fl-row-content-wrap {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.fl-builder .fl-page-content .home-hero .fl-row-content-wrap .fl-row-content,
	.archive .fl-page-content .home-hero .fl-row-content-wrap .fl-row-content,
	.single .fl-page-content .home-hero .fl-row-content-wrap .fl-row-content {
		max-width: 100%;
	}

	.home .overlay {
		display: none;
	}

	.fl-module-separator.separator-bee>.fl-module-content .fl-separator {
		margin-top: 5px;
	}

	.woo-category-items {
		display: block;
	}

	.woo-category-items>.woo-category-item {
		margin-bottom: 20px;
	}

	.product-column .fl-post-image {
		text-align: center;
	}

	.single-product .fl-module-fl-woo-product-price p.price {
		text-align: center;
	}

	body .gform_wrapper .ginput_container_email input {
		max-width: 100%;
	}

	.fl-builder .fl-row .fl-row-content-wrap,
	.archive .fl-row .fl-row-content-wrap,
	.single .fl-row .fl-row-content-wrap {
		min-height: auto;
	}

	.fl-builder .read-more .fl-heading a,
	.archive .read-more .fl-heading a,
	.single .read-more .fl-heading a {
		font-size: 12px;
	}

	.fl-builder .fl-col-width-1-2,
	.archive .fl-col-width-1-2,
	.single .fl-col-width-1-2 {
		width: 100%;
	}

	.fl-builder .blog-bg .fl-post-excerpt,
	.archive .blog-bg .fl-post-excerpt,
	.single .blog-bg .fl-post-excerpt {
		padding-right: 0;
	}

	.archive .fl-col-small .fl-col-content {
		padding: 10px;
	}

	.single-product .fl-module-photo .fl-module-content {
		margin-bottom: 10px;
	}

	.single-product .fl-heading {
		text-align: center !important;
	}

	.fl-builder .coupon input,
	.fl-builder .coupon button {
		width: 100% !important;
	}

	.fl-builder .coupon input {
		margin: 0 0 10px 0 !important;
	}

	.mobile-menu .hamburger {
		top: 30px;
	}

	.home-hero .fl-row-content {
		width: 100% !important;
	}

	.home-page-carousell .fl-slide-mobile-photo {
		display: none;
	}

	.home-page-carousell .fl-content-slider .fl-slide-bg-photo {
		position: absolute !important;
	}

	.home-page-carousell .bx-viewport {
		height: auto !important;
	}

	.home-page-carousell .fl-slide {
		position: static !important;
	}

	.home-page-carousell .fl-slide-text>*:last-child {
		margin-top: 60px !important;
	}

	.home-page-carousell .fl-slide .fl-slide-content {
		padding: 116px 30px !important;
	}

	.home-hero .tp-caption.shop_beeswax a {
		font-size: 14px !important;
	}

	li.tp-revslider-slidesli div:nth-child(3) {
		top: 42% !important;
	}

	li.tp-revslider-slidesli div:nth-child(2) {
		top: 21% !important;
	}

	.tax-product_cat .hero-sub-row .fl-row-content-wrap {
		min-height: 177px;
	}

	body p,
	ul li {
		font-size: 14px !important;
		line-height: 27px;
	}

	body .fl-menu ul#menu-mobile-phone li {
		font-size: 16px !important
	}

	.single-product .fl-photo-align-right {
		text-align: center !important;
	}

	.single-product .woocommerce .quantity input.qty,
	.single-product .woocommerce-page .quantity input.qty {
		display: inline-block;
		margin-right: 0;
	}

	.woocommerce div.product form.cart div.quantity,
	.woocommerce-page div.product form.cart div.quantity {
		margin: 0 0px 10px 0;
	}

	.woocommerce div.product form.cart .button {

		margin: 0 0px 10px 0;
	}

	.single-product .woocommerce-variation-add-to-cart {
		text-align: center;
		float: none;
		max-width: 100%;
		margin: 0 auto !important;
	}

	.woocommerce div.product form.cart .variations td,
	.woocommerce-page div.product form.cart .variations td {
		text-align: center;
	}

	.woocommerce div.product form.cart .variations td select {
		margin-right: 0;
		width: 100%;
		min-width: 100%;
	}

	.single-product .variations {
		max-width: 100%;
	}



	.single-product .single_variation_wrap {
		width: 100%;
		float: none;
		overflow: hidden;
		margin: 0 auto 20px auto;
		max-width: 275px;
		position: relative;
	}

	.woocommerce table.cart td.actions .coupon .button,
	.woocommerce-page table.cart td.actions .coupon .button {
		float: none !important;
		margin: 0 auto;
		display: block;
	}

	.woocommerce table.cart td.actions .button,
	.woocommerce-page table.cart td.actions .button,
	.woocommerce #respond input#submit.alt,
	.woocommerce a.button.alt,
	.woocommerce button.button.alt,
	.woocommerce input.button.alt {
		margin: 0 auto;
		float: none;
	}

	.page-id-5 .hero-sub-row .fl-row-content {
		min-height: 101px;
		padding: 87px 0 !important;
	}

	a.remove,
	a.remove:hover,
	a.remove:before {
		background-color: white;
	}

	.mobile-header.fixed {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9999;
	}

	.fl-menu .fl-menu-mobile-toggle.fl-active .hamburger-menu {
		background-image: url('/wp-content/uploads/2018/06/close-2.png');
		color: transparent;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		background-attachment: scroll;
	}

	.fl-module.black-4 {
		border-bottom: 2px solid;
		margin-bottom: 20px;
	}

	.fl-photo-content img {
		margin-bottom: 20px;
	}

	.small-bg-img .fl-row-content-wrap {
		background: #f5f5f5;
	}

	.flower-1 {
		display: none;
	}

	.recycle-prog-box p {
		width: 100% !important
	}

	.sub-menu>li.current-menu-item>.fl-has-submenu-container>a {
		background: #91782d;
		color: #fff !important;
	}

	table.shop_table_responsive tbody tr th {
		display: block !important;
		text-align: right !important;
		width: 100% !important;
	}

	/***********************************/


	.single-product-row .fl-module-fl-woo-product-title .fl-module-content {
		margin: 20px 0 10px 0;
		text-align: center;

	}





}

@media(max-width:767px) {




	/********************************/
	.woocommerce-page table.cart .product-price,
	.woocommerce #content table.cart .product-thumbnail,
	.woocommerce table.cart .product-thumbnail,
	.woocommerce-page #content table.cart .product-thumbnail,
	.woocommerce-page table.cart .product-thumbnail {
		display: block;
	}

	/* Force table to not be like tables anymore */
	.woocommerce-cart-form table.shop_table_responsive tbody tr td {
		position: relative;
		padding-left: 87px !important;
	}

	.woocommerce-cart-form table.shop_table_responsive tbody tr td::before {

		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 15px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left;
		font-weight: bold;
		display: block;
		font-size: 13px;
		color: #4f4f4f;
	}

	/*
	Label the data
	*/
	.woocommerce-cart-form table.shop_table_responsive tbody tr td:before {
		content: attr(data-title);
	}

}

@media(max-width:640px) {
	


	.mobile-hide {
		display: none;
	}

	.mobile-menu .hamburger {
		top: 13px;
	}


	.single-product-row .fl-module-fl-woo-product-title .fl-module-content {
		text-align: left;
	}

	.single-product .single_variation_wrap {
		margin: 0 0 20px 0;
	}





	.mobile-logo .fl-photo-content img {
		max-width: 249px;
	}

	.woocommerce div.product form.cart .variations,
	.woocommerce-page div.product form.cart .variations {
		margin: 0;
	}

	.woocommerce .quantity input.qty,
	.woocommerce-page .quantity input.qty {
		width: 68px;
		margin: 0;
	}

	.home-hero .rs-layer img {
		vertical-align: top;
		top: -30px;
		position: relative;
	}

	.home-hero .shop_beeswax a {
		bottom: -43px;
	}

	.home-hero .slide1-sub h2,
	.home-hero .tp-caption.slide1-sub {
		font-size: 16px !important;
		line-height: 20px !important;
	}

}

/* super small */
@media (max-width:480px) {
	body .mobile-logo .fl-module-content {
		max-width: 250px;
		margin: 0 auto;
	}

	.mobile-menu .hamburger {
		top: 17px;
	}

	li.tp-revslider-slidesli div:nth-child(3) {
		top: 46% !important;
	}

	li.tp-revslider-slidesli div:nth-child(2) {
		top: 31% !important;
	}

	.mobile-header.fixed .fl-row-content-wrap {
		padding-bottom: 0;
		padding-top: 17px;
	}

	.mobile-header.fixed .mobile-menu .hamburger {
		top: 2px;
	}

}


.single-product-row form.variations_form.cart {
	margin-bottom: 0px !important;
	margin-top: 0px !important;

	::-webkit-input-placeholder {
		/* Edge */
		color: #000000;
	}
}