/*
 Theme Name:   Fill Child 2020
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/** Post Category **/

.archive.category div#grid-flex {
	margin-left: -15px;
	margin-right: -15px;
}

.custom-small-text {
    font-size: 75%;
    opacity: .8;
	text-transform: none;
}

div#grid-flex {
    display: flex;
    flex-wrap: wrap;
}
span.date-item {
    font-size: 17px;
    margin-right: 7px;
}
span.category-links a {
    display: inline-block;
    background: white;
    border: 2px solid black;
    padding: 0px 3px;
    font-size: 17px;
    text-decoration: none;
    color: black !important;
    line-height: 21px;
	margin-top: 5px;
}
span.category-links a:hover {
    background: black;
    color: white !important;
}

/*
@media screen and (min-device-width: 200px) and (max-device-width: 768px) { 

.col-md-4.cats-loop {
    padding: initial;
}
}
*/

/** Order Notes - remove "optional" duplication **/

form.woocommerce-checkout #order_comments_field label * {
	float: left;
}

form.woocommerce-checkout #order_comments_field label span.optional {
	display: none;
}

/***** Security Plugin Bug ********/
/***** Plugin injects <style id='aios-cb-style' type="text/css"> html { visibility:hidden; } </style> *****/
html {
	visibility: visible!important;
}

/*** Accreditations Button ***/

.post-type-archive-accreditations .inside-article .blog-grid-content a:hover,
.post-type-archive-accreditations .inside-article .blog-grid-content a{
	text-decoration: none!important;
}

/***** Gift Cards ******/

.product-type-gift_card .afgc-form-group label,
.product-type-gift_card .afgc_gift_card_opt li label,
.product-type-gift_card .afgc-gift-card-amount-box input[type=number],
.product-type-gift_card .afgc-gift-card-amount-box button,
.product-type-gift_card .afgc-gift-card-amount-box .woocommerce-Price-currencySymbol,
.product-type-gift_card textarea::placeholder,
.product-type-gift_card .afgc-main-form-preview-container li label{
	font-size: 17px;
}

.product-type-gift_card .afgc-gift-card-amount-box input[type=text],
.product-type-gift_card .afgc-gift-card-amount-box input[type=number],
.product-type-gift_card .afgc-gift-card-amount-box input[type=email],
.product-type-gift_card .afgc-gift-card-amount-box input[type=date],
.product-type-gift_card .afgc-frnt-txtarea-fld {
	border: 2px solid #000!important;
	font-size: 17px;
}


.product-type-gift_card input::placeholder {
	text-transform: uppercase;
	font-size: 17px!important;
}

.product-type-gift_card .afgc-gift-card-amount-box textarea {
	text-transform: none;
}

.product-type-gift_card .afgc-gift-card-amount-box textarea::placeholder {
	text-transform: uppercase;
}

.product-type-gift_card button {
	background-color: #000;
}

.product-type-gift_card .afgc-gift-card-amount-box .woocommerce-Price-currencySymbol {
	padding-right: 2px;
}

.product-type-gift_card .afgc_gift_card_opt li label {
	margin-left: 10px;
}

.product-type-gift_card .afgc-main-form-preview-container.fill-gift-preview {
	position: relative;
	bottom: auto;
	box-shadow: none;
}

.fill-gift-card .afgc-marked:before {
	display: none;
}

.fill-gift-card .afgc-marked {
	border: none!important;
}

.product-type-gift_card .afgc-choose-image-modal {
	max-width: 1000px;
}

.product-type-gift_card .afgc-choose-image-modal * {
	text-transform: uppercase;
}

.afgc-choose-image ul {
	display: flex;
	flex-direction: row;
}

.fill-gift-card .afgc-choose-image ul li {
	display: flex;
	width: auto;
	height: auto;
	justify-content: center;
	align-items: center;
}

.fill-gift-card .afgc-choose-image ul li img {
	max-width: 100px;
}
.product-type-gift_card .afgc-choose-image-item.afgc-view a {
	background-color: white;
    color: #000000;
    border-radius: 0px!important;
    text-decoration: none;
    font-size: 17px;
    display: flex;
    border: 2px solid #000000;
	justify-content: center;
	padding: 10px;
	line-height: 1;
	height: auto;
	width: auto;
	margin: auto 15px;
}

.product-type-gift_card ul.afgc-enter-custom-amount {
	display: flex;
	flex-direction: row;
}

.product-type-gift_card .afgc-virtual-custom-amount ul li {
	display: flex;
}

.product-type-gift_card .afgc-enter-custom-amount {
	display: flex;
	width: auto;
}

.product-type-gift_card .afgc-enter-custom-amount li:last-child {
	min-width: 180px;
}

.product-type-gift_card .afgc-enter-custom-amount li:last-child input[type=number] {
	line-height: 30px;
	margin-left: 5px;
}

.product-type-gift_card .afgc-gift-card-amount-box button,
.product-type-gift_card .afgc-gift-card-amount-box button:hover {
	border: 2px solid #000;
	line-height: 30px;
	display: flex;
	width: auto;
}

.product-type-gift_card .afgc-main-form-preview-container.fill-gift-preview {
	border-radius: 0px;
    border-width: 2px;
    border-color: #000;
    margin-top: 15px;
}

.product-type-gift_card .afgc-main-form-preview-container h3 {
	border-bottom: 2px solid #000;
}

.product-type-gift_card .afgc-recipient-info {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
}

.product-type-gift_card .afgc-gift-card-amount-box #afgc-recipient-info h5,
.product-type-gift_card .afgc-gift-card-amount-box h5{
	border-bottom: 2px solid #000;
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 17px;
}

.product-type-gift_card .sender-info-groups {
	margin-top: 15px;
}

.product-type-gift_card .afgc-choose-image-content h3 {
	text-transform: uppercase;
}

.product-type-gift_card .afgc-tax-tabs-menu {
	display: none;
}

.product-type-gift_card .afgc-tax-gallery li {
	width: 150px;
	height: 150px;
}

.product-type-gift_card .gift_card_cart.fill-gift-card {
	margin-bottom: 30px;
}

.product-type-gift_card .afgc-sender-info {
	display: flex;
	flex-direction: column;
}

/***** Update check 4 *******/

.var-dump {
	display: none;
}

.uppercase {
	text-transform: uppercase;
}

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

/***** Homepage ******/

/***** Ingrediends Table Safari Fix ******/

.ingredients-table .wptb-row,
.ingredients-table .wptb-row .wptb-cell,
.ingredients-table .wptb-row .wptb-cell .wptb-image-container{
	display: flex;
}


/** Home Logo Padding **/

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-item-home > a.mega-menu-link {
	padding-left: 0px;
}

/** Login / Register **/

.woocommerce form.login,
.woocommerce form.register {
    border: none;
    padding: 20px 0px;
    margin: 2em 0;
    text-align: left;
    border-radius: 0px;
}

.woocommerce-account .woocommerce a.button,
body:not(.woocommerce-block-theme-has-button-styles) .woocommerce button.button,
.woocommerce form.login button.button,
.woocommerce form.register button.button {
	background-color: #000000;
	color: white;
	border-radius: 0px;
}

.inside-article a.button {
	text-decoration: none;
}

body:not(.woocommerce-block-theme-has-button-styles) .woocommerce button.button:disabled, body:not(.woocommerce-block-theme-has-button-styles) .woocommerce button.button:disabled[disabled] {
	opacity: 1;
	background-color: #7c7c7c;
	color: white;
}

/** Accreditations **/
#desktop-homepage-accreditations p {
	display: flex;
	flex-direction: column;
}
#desktop-homepage-accreditations img.home-icons {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
}

#desktop-homepage-accreditations img.home-icons.tablet,
#desktop-homepage-accreditations img.home-icons.mobile {
	display: none;
}

/*
#desktop-homepage-accreditations .grid-container p {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#desktop-homepage-accreditations .grid-container p img {
	display: flex;
	max-height: 115px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

#desktop-homepage-accreditations .grid-container p img:first-of-type {
	margin-left: 0px;
    max-height: 95px;
    height: auto;
    width: auto;
}

#desktop-homepage-accreditations .grid-container p img:last-of-type {
	margin-right: 0px;
}
*/

@media only screen and (max-width: 1024px) {
	#desktop-homepage-accreditations img.home-icons.tablet {
		display: flex;
	}
	#desktop-homepage-accreditations img.home-icons.desktop {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	#desktop-homepage-accreditations img.home-icons.mobile {
		display: flex;
	}
	#desktop-homepage-accreditations img.home-icons.desktop {
		display: none;
	}
	#desktop-homepage-accreditations img.home-icons.tablet {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	#about-mobile .generate-sections-inside-container {
		padding-bottom: 15px;
	}
}


/** 4 Product Grid **/

#home-4-product-grid .grid-container .lgc-column .inside-grid-column {
	margin-bottom: 30px;
	margin-right: 15px;
}

#home-4-product-grid .grid-container .lgc-column:nth-of-type(2n) .inside-grid-column {
	margin-right: 0px;
	margin-left: 15px;
}

#home-4-product-grid .grid-container .lgc-column .inside-grid-column,
#home-4-product-grid .grid-container .lgc-column .inside-grid-column a {
	display: flex;
}

@media only screen and (max-width: 768px) {
	
	#home-4-product-grid .grid-container .lgc-column .inside-grid-column,
	#home-4-product-grid .grid-container .lgc-column:nth-of-type(2n) .inside-grid-column {
		margin-right: 0px;
		margin-left: 0px;
	}
	
}


/***** Slick Carousel *****/

.slick-carousel {
	position: relative;
	width: calc(100% - 130px);
	margin: 0px 65px 65px 65px;
}

.generate-sections-inside-container>:last-child.slick-carousel {
	margin-bottom: 65px;
}

.slick-carousel button.slick-prev.slick-arrow,
.slick-carousel button.slick-next.slick-arrow {
	position: absolute;
	z-index: 3;
	top: 50%;
}

.slick-carousel button.slick-prev.slick-arrow {
	right: 100%;
	transform: translateY(-50%);
}

.slick-carousel button.slick-next.slick-arrow {
	left: 100%;
	transform: translateY(-50%);
}

.slick-carousel button.slick-prev.slick-arrow {
	font-size: 0px;
	background-color: transparent;
	padding: 30px;
	background-image: url('/wp-content/uploads/2023/08/left-carousel-nav.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.slick-carousel button.slick-next.slick-arrow {
	font-size: 0px;
	background-color: transparent;
	padding: 30px;
	background-image: url('/wp-content/uploads/2023/08/right-carousel-nav.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.slick-carousel .slick-dots {
	position: absolute;
	top: calc(100% + 30px);
	left: 50%;
	display: flex;
	flex-direction: row;
	transform: translateX(-50%);
}

.slick-carousel ul.slick-dots {
	list-style: none;
	margin: 0px;
}

.slick-carousel ul.slick-dots li {
	display: flex;
}

.slick-carousel ul.slick-dots li button {
	font-size: 0px;
	background-color: transparent;
	background-image: url('/wp-content/uploads/2023/08/dot-carousel-nav.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 10px 13px;
}

@media only screen and (max-width: 768px) {
	
	.slick-carousel button.slick-prev.slick-arrow,
	.slick-carousel button.slick-next.slick-arrow{
		padding: 15px;
	}
	
	.slick-carousel {
		width: calc(100% - 80px);
		margin: 0px 40px 50px 40px;
	}
	
	.slick-carousel ul.slick-dots li button {
		padding: 10px 8px;
		margin: 0px 5px;
	}
	
	.slick-carousel .slick-dots {
		top: calc(100% + 20px);
	}
	
}

/***** Form elements - Dropdowns etc ******/

.wpsl-dropdown:hover {
    box-shadow: none;
}

/***** Safari / Firefox fix - Find a Refill Store *****/
#post-13950 .wpsl-dropdown {
	border: 1px solid #000000;
}

#post-13950 span.wpsl-selected-item {
	border: 0px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus, select:focus {
    background-color: white;
	color: #000000;
    border-color: #000000;
    border-width: 2px;
    border-radius: 0px!important;
}

/**** Product Sub-title ****/

.woocommerce div.product .product_title.no-padding {
	padding-bottom: 0px;
}

/***** Product Variation Dropdown *****/

.woocommerce div.product form.cart .variations select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	background-image: url(/wp-content/uploads/2023/08/down-arrow-black.svg);
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: auto 60%;
}

/***** APPLE / GOOGLE PAY *****/
#wc-stripe-payment-request-wrapper {
	margin-bottom: 15px;
}

/***** Variation Options ******/

.single-product table.variations {
	position: relative;
}

.single-product table.variations > tbody > tr,
.single-product table.variations > tbody > tr > td{
	display: flex;
	align-items: center;
}

.woocommerce div.product form.cart .variations td.label {
	min-width: 25%;
}

.single-product table.variations > tbody > tr > td.value {
	flex-grow: 1;
	position: relative;
}

.woocommerce div.product form.cart .variations {
	position: relative;
	margin-bottom: 50px;
}

.single-product table.variations a.reset_variations {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	position: absolute;
	top: 100%;
	justify-content: flex-end;
	padding: 10px;
	line-height: 1;
}

.woocommerce div.product form.cart .variations select,
.single-product table.variations > tbody > tr > td.value select {
	width: 100%;
    margin-right: 0px;
    display: block;
}

/***** Variation Add to cart ******/

.fill-add-to-cart {
	display: flex;
}

.fill-add-to-cart .quantity {
	display: flex;
	flex-grow: 1;
	align-items: center;
}

.fill-add-to-cart .quantity:before {
	content: 'Quantity';
    display: flex;
    align-items: center;
	margin-right: 30px;
}

.fill-add-to-cart .quantity input.qty {
	min-height: 40px;
}

.single-product .quantity input.qty::-webkit-inner-spin-button,
.fill-add-to-cart .quantity input.qty::-webkit-inner-spin-button {
    appearance: none;
    background-image: url(/wp-content/uploads/2023/08/qty-spinner.svg);
    background-size: contain;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
	width: 20px;
}

.single_variation_wrap .fill-add-to-cart .quantity:before {
	min-width: 27%;
}

/*** Product Price ***/

.rightpress_product_price_live_update dd {
	margin-right: 10px;
}

/*** Tablet downwards ***/
@media only screen and (max-width: 960px) {
	.rightpress_product_price_live_update dt,
	.single-product .rightpress_product_price_live_update dd {
		float: left!important;
	}
	.rightpress_product_price_live_update dd{
		clear: both;
		margin: 0 1.5em 1.5em 0;
	}
	
}

/****** Product Images ******/

.woocommerce div.product div.images .flex-control-thumbs {
	margin-top: 15px;
	width: calc(100% + 30px);
	margin-left: -15px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    float: left;
    list-style: none;
	margin: 15px;
    width: calc(33.3% - 30px);
}

@media only screen and (max-width: 768px) {
	
	.woocommerce div.product div.images .flex-control-thumbs {
		margin-top: 5px;
		width: calc(100% + 10px);
		margin-left: -5px;
	}

	.woocommerce div.product div.images .flex-control-thumbs li {
		float: left;
		list-style: none;
		margin: 5px;
		width: calc(33.3% - 10px);
	}
	
	.woocommerce div.product .product_title,
	.woocommerce div.product .sub-title {
		font-size: 24px;
	}
	
}

.woocommerce div.product div.images .flex-control-thumbs li:nth-child(3n){
	clear: right;
}

.woocommerce div.product div.images .flex-control-thumbs li:nth-child(3n+1){
	clear: left;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none;
}

/***** Product Info Accordion ******/

#prod-info-accordion h3.ui-accordion-header {
	font-size: 17px;
	background-color: #000000;
	color: white;
	padding: 7px 10px;
	margin: 0px 0px 20px 0px;
	display: flex;
	flex-direction: row;
}

#prod-info-accordion h3.ui-accordion-header span {
	display: flex;
}

#prod-info-accordion h3.ui-accordion-header::after {
	content: '';
	display: inline-flex;
	width: 15px;
	height: 20px;
	background-image: url('/wp-content/uploads/2023/02/FILL-2023-Arrow-Toggle.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-left: auto;
	opacity: 0;
}

#prod-info-accordion h3.ui-accordion-header:hover {
	cursor: pointer;
}

#prod-info-accordion h3.ui-accordion-header:hover::after,
#prod-info-accordion h3.ui-accordion-header.ui-accordion-header-active::after {
	opacity: 1;
}

/**Basket xmas message**/

#mail-notice {
	float: left;
    width: 100%!important;
    max-width: 100%;
	margin-bottom: 50px!important;
}

/**Basket xmas message END**/

/**** Closed Loop - Read More ****/

.cl-container {
	overflow: hidden;
}

.cl-container .row {
	margin-left: -30px;
	margin-right: -30px;
}

.cl-container .row > div {
	padding-left: 30px;
	padding-right: 30px;
}

.cl-container .col-12.loop-section-title h2 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.cl-container .col-12.loop-section-title:first-of-type h2 {
	margin-top: 0px;
}

.cl-container article .inside-article.fill-blog .read-more a {
	display: block;
}

.cl-container article .inside-article.fill-blog .read-more a img {
	display: block;
	max-width: 100px;
	margin-right: 0px;
	margin-left: auto;
}

/** Social Menu **/

aside#text-10 {
	margin-bottom: 15px;
}

ul#menu-social-menu {
	display: flex;
	flex-direction: row;
}

@media only screen and (max-width: 768px) {
	
	ul#menu-social-menu {
		padding: 15px 0px;
	}
	
}

ul#menu-social-menu li {
	display: flex;
	width: 23px;
	height: 23px;
	border-radius: 100%;
	background-color: #000000;
	margin-right: 8px;
	padding-bottom: 0px;
}

ul#menu-social-menu li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

ul#menu-social-menu li a span.fa-2x {
	color: white;
	font-size: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}


/***** Sub Menu *****/


#content.has-sub-menu,
body.blog #content.blog-has-sub-menu,
body.post-type-archive-closed_loops #content.cl-has-sub-menu,
body.post-type-archive-accreditations #content.acc-has-sub-menu{
	padding-top: 0px;
}

.page-sub-menu {
	padding-top: 30px;
	padding-bottom: 40px;
}

.page-sub-menu.grid-container {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 30px;
	padding-bottom: 0px;
}

.page-sub-menu > div {
	display: block;
	width: 100%;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-top-info.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-top-about.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-top-wholesale-loggedout.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row,
.page-sub-menu > div > ul {
	list-style: none;
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
	background-color: #000000;
	color: white;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-top-info > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-top-about > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-top-wholesale-loggedout > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
	white-space: nowrap;
	line-height: 1;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-top-info > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-top-about > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-top-wholesale-loggedout > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
    padding: 10px 10px;
    display: flex;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-top-wholesale-loggedout.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12,
#mega-menu-wrap-primary #mega-menu-primary li.mega-top-wholesale-loggedout.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12,
#mega-menu-wrap-primary #mega-menu-primary li.mega-top-wholesale-loggedout.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li[class^="mega-menu-columns-"],
#mega-menu-wrap-primary #mega-menu-primary li.mega-top-info.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12,
#mega-menu-wrap-primary #mega-menu-primary li.mega-top-info.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12,
#mega-menu-wrap-primary #mega-menu-primary li.mega-top-info.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li[class^="mega-menu-columns-"],
#mega-menu-wrap-primary #mega-menu-primary li.mega-top-about.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12,
#mega-menu-wrap-primary #mega-menu-primary li.mega-top-about.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12,
#mega-menu-wrap-primary #mega-menu-primary li.mega-top-about.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li[class^="mega-menu-columns-"],
#mega-menu-wrap-primary #mega-menu-primary li.mega-top-wholesale-loggedout.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12,
#mega-menu-wrap-primary #mega-menu-primary li.mega-top-wholesale-loggedout.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12,
#mega-menu-wrap-primary #mega-menu-primary li.mega-top-wholesale-loggedout.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12,
#mega-menu-wrap-primary #mega-menu-primary li.mega-top-wholesale-loggedout.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li[class^="mega-menu-columns-"]{
	width: auto;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text.mega-top-wholesale-loggedout li.mega-menu-item a.mega-menu-link:before,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text.mega-top-info li.mega-menu-item a.mega-menu-link:before,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text.mega-top-about li.mega-menu-item a.mega-menu-link:before {
	content: '';
    display: inline-flex;
    width: 15px;
    height: 100%;
    margin-right: 5px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text.mega-top-wholesale-loggedout li.mega-menu-item a.mega-menu-link:after,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text.mega-top-info li.mega-menu-item a.mega-menu-link:after,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text.mega-top-about li.mega-menu-item a.mega-menu-link:after {
    content: '';
    display: inline-flex;
    width: 15px;
    height: 100%;
    background-image: url(/wp-content/uploads/2023/02/FILL-2023-Arrow-Toggle.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
    opacity: 0;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text.mega-top-wholesale-loggedout li.mega-menu-item.mega-current-menu-item a.mega-menu-link:after,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text.mega-top-wholesale-loggedout li.mega-menu-item:hover a.mega-menu-link:after,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text.mega-top-info li.mega-menu-item.mega-current-menu-item a.mega-menu-link:after,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text.mega-top-info li.mega-menu-item:hover a.mega-menu-link:after,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text.mega-top-about li.mega-menu-item.mega-current-menu-item a.mega-menu-link:after,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text.mega-top-about li.mega-menu-item:hover a.mega-menu-link:after {
	opacity: 1;
}

/*** Override Menu Active State ****/
/*
#mega-menu-wrap-primary #mega-menu-primary li.mega-top-about.mega-current-menu-ancestor:not(.mega-remove-active-highlight) > a.mega-menu-link:before,
li.mega-top-about.mega-current-menu-item > a.mega-menu-link:before {
    background-image: url('/wp-content/uploads/2023/01/FILL-2023-Menu-About.svg')!important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-top-about.mega-current-menu-ancestor:not(.mega-remove-active-highlight) > a.mega-menu-link:hover:before,
li.mega-top-about.mega-current-menu-item > a.mega-menu-link:hover:before {
    background-image: url('/wp-content/uploads/2023/01/FILL-2023-Menu-About-Active.svg')!important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-top-shop.mega-current-menu-ancestor:not(.mega-remove-active-highlight) > a.mega-menu-link:before,
li.mega-top-shop.mega-current-menu-item > a.mega-menu-link:before {
    background-image: url('/wp-content/uploads/2023/02/FILL-2023-Menu-NEW-Shop.svg')!important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-top-shop.mega-current-menu-ancestor:not(.mega-remove-active-highlight) > a.mega-menu-link:hover:before,
li.mega-top-shop.mega-current-menu-item > a.mega-menu-link:hover:before {
    background-image: url('/wp-content/uploads/2023/02/FILL-2023-Menu-NEW-Shop-ACTIVE.svg')!important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-top-wholesale.mega-current-menu-ancestor:not(.mega-remove-active-highlight) > a.mega-menu-link:before,
li.mega-top-wholesale.mega-current-menu-item > a.mega-menu-link:before {
    background-image: url('/wp-content/uploads/2023/01/FILL-2023-Menu-Wholesale.svg')!important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-top-wholesale.mega-current-menu-ancestor:not(.mega-remove-active-highlight) > a.mega-menu-link:hover:before,
li.mega-top-wholesale.mega-current-menu-item > a.mega-menu-link:hover:before {
    background-image: url('/wp-content/uploads/2023/01/FILL-2023-Menu-Wholesale-ACTIVE.svg')!important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-top-info.mega-current-menu-ancestor:not(.mega-remove-active-highlight) > a.mega-menu-link:before,
li.mega-top-info.mega-current-menu-item > a.mega-menu-link:before {
    background-image: url('/wp-content/uploads/2023/02/FILL-2023-Menu-NEW-Info.svg')!important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-top-info.mega-current-menu-ancestor:not(.mega-remove-active-highlight) > a.mega-menu-link:hover:before,
li.mega-top-info.mega-current-menu-item > a.mega-menu-link:hover:before {
    background-image: url('/wp-content/uploads/2023/02/FILL-2023-Menu-NEW-Info-ACTIVE.svg')!important;
}
*/

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

.page-sub-menu > div > ul > li {
	padding: 10px 10px;
	display: flex;
}

.page-sub-menu > div > ul > li > a {
	line-height: 1;
	color: white;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.page-sub-menu > div > ul > li > a::before {
	content: '';
	display: inline-flex;
	width: 15px;
	height: 100%;
	margin-right: 5px;
}

.page-sub-menu > div > ul > li > a::after {
	content: '';
	display: inline-flex;
	width: 15px;
	height: 100%;
	background-image: url('/wp-content/uploads/2023/02/FILL-2023-Arrow-Toggle.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 5px;
	opacity: 0;
}

.page-sub-menu > div > ul:hover > li > a::after,
.page-sub-menu > div > ul:hover > li.current-menu-item > a::after{
	opacity: 0;
}

.page-sub-menu > div > ul > li.current-menu-item > a::after,
.page-sub-menu > div > ul:hover > li:hover > a::after {
	opacity: 1;
}


/***** Search Bar *******/

.dgwt-wcas-search-form {
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url(/wp-content/uploads/2023/08/searchline-new.svg);
	background-repeat: no-repeat;
	background-size: 283px;
	background-position: 0px 36px;
}

#header-2023 .dgwt-wcas-inner-preloader {
	background-image: none!important;
}

/***** Waitlist *****/

.product.product-type-simple .wcwl_elements {
	display: none!important;
}

.product.product-type-variable .wcwl_elements {
	display: block!important;
}

.product.product-type-simple .repositioned-waitlist .wcwl_elements {
	display: block!important;
	margin-bottom: 30px;
}

/**** Accordion *****/

.accordion-section {
	/*margin-bottom: 30px;*/
}

.fill-accordion {
	visibility: hidden;
	padding-bottom: 30px;
}
.fill-accordion .ui-accordion-content a {
	color: #000000!important;
}

.fill-accordion .ui-accordion-header {
	cursor: pointer;
	position: relative;
	font-size: 20px;
	padding-bottom: 10px;
	padding-right: 30px;
}

.fill-accordion .ui-accordion-header span.ui-accordion-header-icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.fill-accordion .ui-accordion-header span.ui-accordion-header-icon.ui-icon-plus {
	background-image: url('/wp-content/uploads/2018/12/Fill-Icon-Plus.svg');
}

.fill-accordion .ui-accordion-header span.ui-accordion-header-icon.ui-icon-minus {
	background-image: url('/wp-content/uploads/2018/12/Fill-Icon-Minus.svg');
}

.fill-accordion .ui-accordion-content {
	padding: 5px 0px;
	font-size: 16px;
}

/**** Folder Style ****/

section.folder-style .fill-accordion .ui-accordion-header span.ui-accordion-header-icon.ui-icon-plus {
	background-image: url('/wp-content/uploads/2023/03/folder-closed.svg');
}

section.folder-style .fill-accordion .ui-accordion-header span.ui-accordion-header-icon.ui-icon-minus {
	background-image: url('/wp-content/uploads/2023/03/folder-open.svg');
}

section.folder-style .fill-accordion .ui-accordion-header {
	display: flex;
	flex-direction: row;
	align-items: center;
}

section.folder-style .fill-accordion .ui-accordion-header span.ui-accordion-header-icon {
	display: flex;
    position: relative;
    width: 0px;
    height: 0px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	margin-right: 30px;
	padding-right: 100px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 768px) {
	
	section.folder-style .fill-accordion .ui-accordion-header span.ui-accordion-header-icon {
		padding-right: 60px;
		padding-bottom: 60px;
	}
	
}

/*** Map List Inline ****/
.fill-stockists-map .wpgmaps_blist_row {
    display: inline-block;
    width: 100%;
}

/******* Side Padding on Medium Size Devices *********/
body {
	padding-left: 30px;
	padding-right: 30px;
}
/****** Basket Function ******/

.wpmenucart-icon-shopping-cart-0:before {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 0px;
    content: "";
    background: url(/wp-content/uploads/2019/11/Fill-2019-Basket-Default-comp.svg) no-repeat 0 0;
    background-size: 110%;
	background-position: 50% 0%;
	margin-bottom: 4px;
}

li#wpmenucartli.full-basket > a.wpmenucart-contents .wpmenucart-icon-shopping-cart-0:before {
    background: url(/wp-content/uploads/2019/11/Fill-2019-Basket-Full-comp.svg) no-repeat 0 0;
    background-size: 110%;
    background-position: 50% 0%;
	margin-bottom: 4px;
}

.fill-menu-right li.wpmenucartli a.wpmenucart-contents span,
.main-nav li.wpmenucartli a.wpmenucart-contents span {
	display: none!important;
}

.fill-menu-right li.wpmenucartli a.wpmenucart-contents i,
.main-nav li.wpmenucartli a.wpmenucart-contents i {
	display: flex;
	height: 100%;
	margin-bottom: -5px;
}

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

.avatar {
	display: none;
}

#rp_wcdpd_pricing_table_variation_902 tr:nth-child(odd), #rp_wcdpd_pricing_table_variation_908 tr:nth-child(odd), #rp_wcdpd_pricing_table_variation_833 tr:nth-child(odd), #rp_wcdpd_pricing_table_variation_815 tr:nth-child(odd), #rp_wcdpd_pricing_table_variation_911 tr:nth-child(odd), #rp_wcdpd_pricing_table_variation_912 tr:nth-child(odd), #rp_wcdpd_pricing_table_variation_915 tr:nth-child(odd), #rp_wcdpd_pricing_table_variation_916 tr:nth-child(odd), #rp_wcdpd_pricing_table_variation_920 tr:nth-child(odd), #rp_wcdpd_pricing_table_variation_921 tr:nth-child(odd), #rp_wcdpd_pricing_table_variation_924 tr:nth-child(odd), #rp_wcdpd_pricing_table_variation_925 tr:nth-child(odd), #rp_wcdpd_pricing_table_variation_928 tr:nth-child(odd), #rp_wcdpd_pricing_table_variation_929 tr:nth-child(odd), #rp_wcdpd_pricing_table_variation_932 tr:nth-child(odd), #rp_wcdpd_pricing_table_variation_933 tr:nth-child(odd), #rp_wcdpd_pricing_table_variation_940 tr:nth-child(odd), #rp_wcdpd_pricing_table_variation_944 tr:nth-child(odd), #rp_wcdpd_pricing_table_variation_943 tr:nth-child(odd)  {display: none;}


#customer_details .col-1, #customer_details .col-2 {

    padding: 0px;

}

#add-volumes {

    display: block;
    background: black;
    padding: 10px 20px;
    color: white;
    margin-bottom: 20px;

}

/***Fill Woocommerce Styles***/

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    width: 25px;
    height: 25px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    top: 0.5em;
    right: auto;
    left: 0.5em;
}

.woocommerce-product-details__short-description {
	display: block;
	width: 100%;
}

.woocommerce form .form-row .required {
	color: #000000;
}


abbr[title] {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}

.woocommerce table.shop_table {
	border-radius: 0px;
}

.woocommerce-checkout-payment#payment {
	padding: 15px;
}

.woocommerce-cart-form div.coupon label {
	display: none;
}

/*
.woocommerce-checkout #payment {
	background:#ffffff;
}

.woocommerce-checkout #payment div.payment_box {
	background-color: #000000;
	color: #ffffff;
}

.payment_box.payment_method_paypal::before {
	border: 1em solid #000000!important;
	border-right-color: transparent!important;
	border-left-color: transparent!important;
	border-top-color: transparent!important;
}
*/

.product section.up-sells {
	float: left;
}

.fill-previous-products .woocommerce ul.products li.product .button.add_to_cart_button {
	display: block;
	font-size: 0px;
}


/*** Change Out of Stock message to resolve minus figures ***/
li.product.outofstock div.remaining {
	font-size: 0em;
}

li.product.outofstock div.remaining::before {
	content: 'OUT OF STOCK';
	font-size: 17px;
}

@media (max-width: 768px) {
	li.product.outofstock div.remaining::before {
		font-size: 14px;
	}
}

/***Fill Woocommerce Styles END***/



/***Accordion Styles***/

.wpsm_panel-title a {
    text-transform: uppercase;
}

.ac_title_class {
    padding: 18px !important;
}

.fa-plus:before {
    font-size: 30px;
    color: transparent;
    background-image: url(/wp-content/uploads/2018/12/Fill-Icon-Plus.svg);
    background-repeat: no-repeat !important;
    background-repeat: no-repeat !important;
}

.fa-minus:before {
    font-size: 30px;
    color: transparent;
    background-image: url(/wp-content/uploads/2018/12/Fill-Icon-Minus.svg);
    background-repeat: no-repeat !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}


#wpsm_accordion_741 .ac_open_cl_icon {
    margin-top: 7px !important;
}


/***Accordion Styles END***/

/**** Guides - Button ****/

.single-guides button.guide-button {
	font-size: 0px;
	background-color: transparent;
	width: 250px;
	height: 50px;
	background-image: url(/wp-content/uploads/2023/08/donload-guide.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

/***** Stockists ******/

#wpsl-gmap .gm-style div {
    color: #000000 !important;
    text-indent: 1px;
	font-size: 0px!important;
	background-size: contain;
	background-repeat: no-repeat;
}

#wpsl-gmap .gm-style div .wpsl-info-window {
	font-size: 11px!important;
}



/****Instagram Feed Styles****/

#sb_instagram #sbi_load .sbi_follow_btn {
	background-image: url(https://www.fillrefill.co/wp-content/uploads/2018/12/Fill-Icon-Instagram.svg);
    background-repeat: no-repeat;
}

#sb_instagram .sbi_follow_btn a {
	background: transparent !important;
	color: transparent !important;
}



/**Secondary Nav SVG Styles***/




/**Secondary Nav SVG Styles END***/


/***Mobile Body Font Styles***/

@media (max-width: 768px) {
p {
    font-size: 15px;
    }
ul li {
    font-size:15px;
    }
}

/***Mobile Body Font Styles END***/


/***Mobile Header Styles***/


@media (max-width: 768px) {
	body[class*=nav-float-]:not(.sticky-menu-logo).menu-logo-enabled .main-navigation .navigation-logo {
		width: 70% !important;
}
}
	

@media (max-width: 768px) {
.menu-toggle:before {
    font-size: 35px;
    }
}

@media (max-width: 768px) {
.menu-toggle {
    line-height: 180px;
    }
}


/***Mobile Header Styles END***/



/***Mobile Footer Styles***/

@media (max-width: 768px) {
.inside-footer-widgets>div:not(:last-child) {
    padding-left: 30px;
    }
}


.site-footer {
    background-image: url(https://fillrefill.co/wp-content/uploads/2018/12/FILL-Footer-2019.svg);
    background-repeat: no-repeat;
	padding-top: 100px;
	margin-top: 30px;
}

.site-footer > .row {
	margin-top: 30px;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
.site-footer {
    background-image: url(/wp-content/uploads/2022/10/FILL-Footer-Mobile-fullwidth.jpg);
	background-position: top;
	background-size: contain;
    padding: 25% 0px 30px 0px;
}
	
	.fill-form-right {
		margin-top: 20px;
	}	

}


/***Mobile Footer Styles END***/

/***** Grid Padding *****/
@media (max-width: 768px) {
	
	.generate-sections-inside-container {
		padding-left: 0px;
		padding-right: 0px;
	}
	
}

/***Footer Styles***/

.footer-widgets {
    padding: 0px;
}

.footer-widgets {
    background-image: none!important;
    background-repeat: no-repeat;
}

.footer-maillist {
	display: block;
	float: right;
	margin-bottom: 0px;
}

.footer-maillist form .mc4wp-form-fields {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.footer-maillist form .mc4wp-form-fields input {
	max-width: none;
}

.footer-maillist form {
	background-image: url('/wp-content/uploads/2021/06/subscribe-multi.svg');
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
}

.footer-maillist form .mc4wp-form-fields input[type="text"],
.footer-maillist form .mc4wp-form-fields input[type="email"],
.footer-maillist form .mc4wp-form-fields input[type="submit"]{
	background: transparent;
	font-size: 100%;
	line-height: 1;
	padding: 3.5% 2%;
	text-align: center;
	border: none;
	color: #000;
	font-size: 14px;
}

.footer-maillist form .mc4wp-form-fields input[type="text"] {
	width: 24%;
}

.footer-maillist form .mc4wp-form-fields input[type="email"] {
	width: 37%
}

.footer-maillist form .mc4wp-form-fields input[type="submit"] {
	width: 15%;
	opacity: 0;
}

.footer-maillist form input:-webkit-autofill,
.footer-maillist form input:autofill,
.footer-maillist form input:-internal-autofill-selected { 
    background-color: rgba(232, 240, 254, 0) !important;
}

.footer-maillist form input:-webkit-autofill,
.footer-maillist form input:-webkit-autofill:hover, 
.footer-maillist form input:-webkit-autofill:focus, 
.footer-maillist form input:-webkit-autofill:active  {
  transition: background-color 5000s;
  -webkit-text-fill-color: #000 !important;
}

.footer-maillist form input::placeholder,
.footer-maillist form input:-ms-input-placeholder,
.footer-maillist form input::-ms-input-placeholder,
.footer-maillist form input::-webkit-input-placeholder,
.footer-maillist form input[placeholder],
::-webkit-input-placeholder{
	color: #000!important;
}

@media (max-width: 768px) {
	.footer-maillist form .mc4wp-form-fields input[type="text"],
	.footer-maillist form .mc4wp-form-fields input[type="email"],
	.footer-maillist form .mc4wp-form-fields input[type="submit"] {
		font-size: 12px;
	}
}

.footer-widgets a:hover {
	color: #7c7c7c;
}

/***Footer Styles END***/

/***** New Newsletter Form ******/

.manual-footer {
    color: #7c7c7c;
    font-size: 14px;
}

.manual-footer a {
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 400 !important;
    text-decoration: none;
}

.footer-bar a {
    font-size: 14px;
    color: #7c7c7c;
    font-weight: bold;
	text-decoration: none;
}

.new-footer-mail {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

.new-footer-mail .fill-form-left .title-img {
	padding-right: 15px;
}

.new-footer-mail .fill-form-left .checkboxes {
	display: flex;
	flex-direction: row;
	margin: 15px 0px;
}

.new-footer-mail .fill-form-left .checkboxes .checkbox {
	display: flex;
	flex-grow: 1;
	flex-direction: row;
	align-items: center;
}

.new-footer-mail .fill-form-left .checkboxes .checkbox img {
	display: block;
	width: 80%;
	height: auto;
}

.new-footer-mail .fill-form-left .checkboxes .checkbox:last-of-type img {
	width: 85%;
}

.new-footer-mail .fill-form-left .checkboxes .checkbox input {
	appearance: none;
	-webkit-appearance: none;
	width: 10%;
	height: 0;
	padding-bottom: 10%;
	margin: 0 5% 0 0;
	background-image: url('/wp-content/uploads/2021/08/checkbox-background.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 0px!important;
	box-shadow: none!important;
	outline: none!important;
}

.new-footer-mail .fill-form-left .checkboxes .checkbox input:checked {
	background-image: url('/wp-content/uploads/2021/08/checkbox-background-checked.svg');
	border: 0px!important;
	box-shadow: none!important;
	outline: none!important;
}

.new-footer-mail .fill-form-left .checkboxes .checkbox span {
	display: block;
	width: 100%;
}

.new-footer-mail .fill-form-right {
	display: flex;
	align-items: center;
}

.new-footer-mail .fill-form-right img {
	display: block;
	width: 100%;
}

.new-footer-mail .fill-form-right .inner-container {
	display: flex;
	align-items: center;
	width: 100%;
	height: auto;
	position: relative;
}

.new-footer-mail .fill-form-right input.mail-firstname,
.new-footer-mail .fill-form-right input.mail-lastname,
.new-footer-mail .fill-form-right input.mail-email,
.new-footer-mail .fill-form-right input.mail-submit {
	position: absolute;
	top: 0;
	text-align: center;
	background-color: transparent;
	border: none;
	font-size: 14px;
	padding: 10px 0px;
	margin: 10px 15px;
	height: calc(100% - 20px);
}

.new-footer-mail .fill-form-right input.mail-email,
.new-footer-mail .fill-form-right input.mail-email::-webkit-input-placeholder {
	text-align: left;
	padding-left: 2%;
	text-transform: uppercase;
	color: #8c8785;
}

.new-footer-mail img.subscribe-line {
	padding-right: 15px;
}

.new-footer-mail .fill-form-right input.mail-firstname {
	left: 0;
	width: calc(24.5% - 30px);
}

.new-footer-mail .fill-form-right input.mail-lastname {
	left: 24.5%;
	width: calc(23% - 30px);
}

.new-footer-mail .fill-form-right input.mail-email {
	left: 0%;
	width: calc(84.5% - 30px);
}

.new-footer-mail .fill-form-right input.mail-submit {
	left: 84.5%;
	margin: 0px;
    width: 15.5%;
	font-size: 0;
	height: 100%;
}

.new-footer-mail .fill-form-right input:-webkit-autofill {
    /*-webkit-box-shadow: none!important;
	box-shadow: none!important;*/
	-webkit-box-shadow: 0 0 0 30px transparent inset!important;
	box-shadow: 0 0 0 30px transparent inset!important;
}

.new-footer-mail .fill-form-right input:-internal-autofill-selected {
    background-color: transparent!important;
}

@media (min-width: 768px) and (max-width: 991px){
	.new-footer-mail {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
}

/***** Footer Widgets *****/

#custom_html-3 p {
	font-size: 14px;
}

.footer-widget-3 .textwidget p,
.footer-widgets .footer-widget-2 a {
	white-space: nowrap;
}

.footer-widgets .footer-widget-2,
.footer-widgets .footer-widget-3 {
	margin-bottom: 30px;
}

.footer-widgets .footer-widget-2 .widget,
.footer-widgets .footer-widget-3 .widget {
	font-size: 14px;
}

.site-footer .footer-widgets-container .footer-widget-2 .inner-padding {
	padding: 0px 50px 0px 0px;
}

.site-footer .footer-widgets-container .footer-widget-3 .inner-padding {
	padding: 0px;
	max-width: 165px;
}

.site-footer .footer-widgets-container .footer-widget-3 .inner-padding {
	padding-right: 0px;
}

.site-footer .footer-widgets-container .footer-widget-3 .textwidget p {
	line-height: 1.2;
}

.site-footer .footer-widgets-container .footer-widget-2 .textwidget p a {
	margin-bottom: 10px;
}

.site-footer .footer-widgets-container .footer-widget-2 .textwidget p br {
	content: "";
	margin: 0.3em;
	display: block;
}



/*

.new-footer-mail .frm_style_formidable-style.with_frm_style .frm_primary_label {
	display: none;
}

.new-footer-mail .frm_style_formidable-style.with_frm_style .form-field {
	margin-bottom: 0px;
    height: 100%;
    display: flex;
}

.new-footer-mail .fill-form-right {
	display: flex;
	flex-direction: row;
}

.new-footer-mail .fill-form-right .frm_submit button,
.new-footer-mail .fill-form-right .frm_submit button:hover {
	margin: 0;
	height: 100%;
	width: 100%;
	background: transparent;
	font-size: 0px;
	border: none;
	box-shadow: none;
}

.new-footer-mail .fill-form-left .fill-mail-checkboxes .frm_opt_container {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.new-footer-mail .fill-form-left .fill-mail-checkboxes .frm_checkbox {
	display: flex;
	flex-direction: row;
	width: 50%;
}

.new-footer-mail .fill-form-left .fill-mail-checkboxes .frm_checkbox label {
	font-size: 0px;
	display: flex;
	align-items: center;
	width: 100%;
	padding-left: 0;
	text-indent: 0;
}

.new-footer-mail .fill-form-left .fill-mail-checkboxes .frm_checkbox label input {
	appearance: none;
	-webkit-appearance: none;
	width: 10%;
	height: 0;
	padding-bottom: 10%;
	margin: 0 5% 0 0;
	background-image: url('/wp-content/uploads/2021/08/checkbox-background.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

.new-footer-mail .fill-form-left .fill-mail-checkboxes .frm_checkbox label input:checked {
	background-image: url('/wp-content/uploads/2021/08/checkbox-background-checked.svg');
}

.new-footer-mail .fill-form-left .fill-mail-checkboxes .frm_checkbox label img {
	width: 60%;
}

.new-footer-mail .frm_style_formidable-style.with_frm_style input[type=text],
.new-footer-mail .frm_style_formidable-style.with_frm_style input[type=email],
.new-footer-mail .frm_style_formidable-style.with_frm_style input[type=text]:focus,
.new-footer-mail .frm_style_formidable-style.with_frm_style input[type=email]:focus,
.new-footer-mail .frm_style_formidable-style.with_frm_style input[type=text]:-webkit-autofill,
.new-footer-mail .frm_style_formidable-style.with_frm_style input[type=text]:-webkit-autofill:hover, 
.new-footer-mail .frm_style_formidable-style.with_frm_style input[type=text]:-webkit-autofill:focus, 
.new-footer-mail .frm_style_formidable-style.with_frm_style input[type=text]:-webkit-autofill:active,
.new-footer-mail .frm_style_formidable-style.with_frm_style input[type=email]:-webkit-autofill,
.new-footer-mail .frm_style_formidable-style.with_frm_style input[type=email]:-webkit-autofill:hover, 
.new-footer-mail .frm_style_formidable-style.with_frm_style input[type=email]:-webkit-autofill:focus, 
.new-footer-mail .frm_style_formidable-style.with_frm_style input[type=email]:-webkit-autofill:active{
	background-color: transparent;
	border-color: transparent;
	font-size: 14px;
	text-align: center;
	padding: 0px;
	height: 100%;
}

.new-footer-mail .frm_style_formidable-style.with_frm_style input:-internal-autofill-selected {
	background-color: transparent!important;
}

.new-footer-mail .fill-form-right .fill-mail-firstname,
.new-footer-mail .fill-form-right .fill-mail-lastname,
.new-footer-mail .fill-form-right .fill-mail-email,
.new-footer-mail .fill-form-right .frm_submit {
	position: absolute;
	height: 100%;
}

.new-footer-mail .fill-form-right .fill-mail-firstname {
	left: 0;
	width: 24.5%;
}

.new-footer-mail .fill-form-right .fill-mail-lastname {
	left: 24.5%;
	width: 23%;
}

.new-footer-mail .fill-form-right .fill-mail-email {
	left: 47.5%;
	width: 37%;
}

.new-footer-mail .fill-form-right .frm_submit {
	left: 84.5%;
    width: 15.5%;
}

.new-footer-mail .fill-form-right img {
	width: 100%;
}

.new-footer-mail .fill-form-left {
	display: flex;
	flex-direction: column;
}

.new-footer-mail .fill-form-left img.mail-title-left {
	width: calc(100% - 15px);
	margin-bottom: 10px;
}

.new-footer-mail .fill-form-bottom {
	margin-top: 15px;
}

*/

/***General Table Styles***/

td { 
    font-weight: 600;
    padding: 10px;
    border: 0px;
    vertical-align: text-top;
}

table {
    border: none;
}

th {
    border: none;
}

/***General Table Styles END***/



/***Collapsible Table Styles***/


	/* info (hed, dek, source, credit) */

.rg-container {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.4;
  margin: 0;
  padding: 1em 0.5em;
  color: transparent;
}
.rg-header {
  margin-bottom: 1em;
  text-align: left;
}

.rg-header > * {
  display: block;
}
.rg-hed {
  font-weight: bold;
  font-size: 1.4em;
}
.rg-dek {
  font-size: 1em;
}

.rg-source {
  margin: 0;
  font-size: 0.75em;
  text-align: right;
}
.rg-source .pre-colon {
  text-transform: uppercase;
}

.rg-source .post-colon {
  font-weight: bold;
}

/* table */
table.rg-table {
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 17px;
  border-collapse: collapse;
  border-spacing: 0;
}

table.rg-table tr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-align: left;
  color: transparent;
}
table.rg-table thead {
  border-bottom: none;
}
table.rg-table tr {
  border-bottom: none;
  color: #000;
}
table.rg-table tr.highlight {
  background-color: #dcf1f0 !important;
}
table.rg-table.zebra tr:nth-child(even) {
  background-color: #f6f6f6;
}
table.rg-table th {
  padding-bottom: 25px !important;
  font-weight: bold;
  padding: 0.35em;
  font-size: 0.9em;
}
table.rg-table td {
  padding: 0.35em;
  font-size: 0.9em;
}
table.rg-table .highlight td {
  font-weight: bold;
}
table.rg-table th.number,
td.number {
  text-align: right;
}

/* media queries */
@media screen and (max-width: 600px) {
  .rg-container {
    max-width: 600px;
    margin: 0 auto;
  }
  table.rg-table {
    width: 100%;
  }
  table.rg-table tr.hide-mobile,
  table.rg-table th.hide-mobile,
  table.rg-table td.hide-mobile {
    display: none;
  }
  table.rg-table thead {
    display: none;
  }
  table.rg-table tbody {
    width: 100%;
  }
  table.rg-table tr,
  table.rg-table th,
  table.rg-table td {
    display: block;
    padding: 0;
  }
  table.rg-table tr {
    border-bottom: none;
    margin: 0 0 1em 0;
    padding: 0.5em;
  }
  table.rg-table tr.highlight {
    background-color: inherit !important;
  }
  table.rg-table.zebra tr:nth-child(even) {
    background-color: transparent;
  }
  table.rg-table.zebra td:nth-child(even) {
    background-color: #f6f6f6;
  }
  table.rg-table tr:nth-child(even) {
    background-color: transparent;
  }
  table.rg-table td {
    padding: 0.5em 0 0.25em 0;
    border-bottom: 1px dotted #ccc;
    text-align: right;
  }
  table.rg-table td[data-title]:before {
    content: attr(data-title);
    font-weight: 600;
    display: inline-block;
    content: attr(data-title);
    float: left;
    margin-right: 0.5em;
    font-size: 15px;
  }
  table.rg-table td:last-child {
    padding-right: 0;
    border-bottom: none;
  }
  table.rg-table td:empty {
    display: none;
  }
  table.rg-table .highlight td {
    background-color: inherit;
    font-weight: normal;
  }
}


/***Collapsible Table Styles END***/


/************************ NEW MENU 2023 *******************************/
/**********************************************************************/

#header-2023 * {
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
}


/*****Second level Image Replace for Mobile (no underline)*****/

@media only screen and (max-width: 768px) {
    
    #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-396877.mega-toggle-on > a.mega-menu-link:before {
        background-image: url(/wp-content/uploads/2023/02/FILL-2023-Menu-NEW-Shop.svg);
    }


    #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-396878.mega-toggle-on > a.mega-menu-link:before {
        background-image: url(/wp-content/uploads/2023/01/FILL-2023-Menu-Wholesale.svg);
    }
	
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:before {
		content: '';
		display: block;
		position: absolute;
		width: 100px;
		height: 60px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 2;
	}


}

/*****Second level Image Replace for Mobile (no underline) END*****/

#header-2023 {
	display: flex;
	flex-direction: row;
	width: 100%;
}

#header-2023 .inside-header {
	display: flex;
	width: 100%;
}

#header-2023 .main-navigation.sub-menu-right,
#header-2023 .fill-menu-right{
	display: flex;
}

#header-2023 .fill-menu-right {
	margin-left: auto;
}

#header-2023 .main-navigation.sub-menu-right {
	width: auto;
}

#header-2023 .fill-menu-right > div > ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0px;
	list-style: none;
}

#header-2023 .fill-menu-right > div > ul > li {
	flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 0;
    max-width: 100%;
	align-items: flex-end;
    display: flex;
	padding-bottom: 12px;
}

#header-2023 .menu-search-account-menu-container {
	display: flex;
	width: auto;
}

#header-2023 .menu-search-account-menu-container > ul {
	justify-content: flex-end;
}

#menu-search-account-menu .menu-item a img,
#header-2023 .fill-menu-right > div > ul > li a img {
	min-width: 35px;
	margin-right: 10px;
	max-height: 30px;
}

#menu-search-account-menu li.wpmenucartli {
	vertical-align: top;
	margin-top: 3px;
}

#menu-search-account-menu li.wpmenucartli > a > i {
	width: 50px;
}

.secondary-navigation .main-nav ul li a {
    width: 50px;
}

#header-2023 .fill-menu-right > div > ul > li:last-of-type a img {
	margin-right: 0px;
}

#header-2023 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.top-wholesale {
	margin-left: -18px;
}

#header-2023 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.top-info {
	margin-left: -10px;
}

#header-2023 #mega-menu-wrap-primary #mega-menu-primary .mega-mobile-house > a.mega-menu-link,
#header-2023 #mega-menu-wrap-primary #mega-menu-primary .mega-mobile-body-hair > a.mega-menu-link,
#header-2023 #mega-menu-wrap-primary #mega-menu-primary .mega-mobile-makeyourown > a.mega-menu-link,
#header-2023 #mega-menu-wrap-primary #mega-menu-primary .mega-mobile-kits-bobs > a.mega-menu-link,
#header-2023 #mega-menu-wrap-primary #mega-menu-primary .mega-mobile-whole-body > a.mega-menu-link,
#header-2023 #mega-menu-wrap-primary #mega-menu-primary .mega-mobile-whole-house > a.mega-menu-link,
#header-2023 #mega-menu-wrap-primary #mega-menu-primary .mega-mobile-whole-makeyourown > a.mega-menu-link,
#header-2023 #mega-menu-wrap-primary #mega-menu-primary .mega-mobile-whole-kits-bobs > a.mega-menu-link,
#header-2023 #mega-menu-wrap-primary #mega-menu-primary .mega-mobile-whole-bulks > a.mega-menu-link,
#header-2023 #mega-menu-wrap-primary #mega-menu-primary .mega-mobile-whole-pro > a.mega-menu-link {
    line-height: 1;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
	margin-bottom: 15px;
}


/*
main#main,
main#main.menu-open-padding {
	transition: 1s padding ease;
	-webkit-transition: 1s padding ease;
}

main#main {
	transition-property: padding;
	transition-delay: 500ms;
}
*/

main#main,
main#main.menu-open-padding {
	transition: 0.5s padding ease;
	-webkit-transition: 0.5s padding ease;
}

main#main {
	transition-property: padding;
	transition-delay: 100ms;
}


/** New 2024 - Bulk Sub Items **/
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-whole-bulk {
	padding-bottom: 10px;
}


#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.bulk-sub-item,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.bulk-sub-item{
	padding-bottom: 0px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.bulk-sub-item a,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.bulk-sub-item > a.mega-menu-link{
	padding-bottom: 10px;
	line-height: 1.3;

}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.bulk-sub-item.last a,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.bulk-sub-item.last > a.mega-menu-link{
	padding-bottom: 20px;
}

@media only screen and (max-width: 768px){
    
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        position: relative;
    }
    
	
	#header-2023 .fill-menu-right {
		display: none;
	}
	
	#header-2023 .inside-header,
	#header-2023 .main-navigation.sub-menu-right,
	#header-2023 .main-navigation.sub-menu-right .inside-navigation{
		width: 100%;
	}
	
	#header-2023 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
		min-height: 0px;
		padding-top: 15px;
		padding-left: 30px;
		padding-right: 30px;
        padding-bottom: 15px;
	}
	
	#header-2023 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-whole-bulk,
	#header-2023 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.bulk-sub-item{
		padding-bottom: 0px;
	}
	
	#header-2023 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.bulk-sub-item {
		padding-top: 10px;
	}
    
    #header-2023 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a {
        padding: 0px;
    }
	
	#header-2023 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > ul > li > a {
        padding-bottom: 10px;
    }

	
    /** Indicator **/
	/*
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children) > a.mega-menu-link > span.mega-indicator {
		display: block;
		margin-right: 85px;
	}
	*/
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children) > a.mega-menu-link {
		position: relative;
	}
	
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children) > a.mega-menu-link > span.mega-indicator {
		position: absolute;
		z-index: 2;
		display: flex;
		justify-content: flex-end;
		width: calc(100% - 80px);
		height: 100%;
		top: 0;
		left: 0;
		text-align: right;
		margin-right: 80px;
		padding-right: 0px;
	}
	
	
	
	
	/** add specific classes to these **/
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-house,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-body-hair,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-makeyourown,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-kits-bobs,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-whole-house,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-whole-body,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-whole-makeyourown,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-whole-kits-bobs,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-whole-bulks, 
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-shop-all,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-top-sellers,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-whats-new,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-home-refills,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-whole-all,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-whole-top,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-whole-new {
		position: relative;
	}
	
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-house > ul,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-body-hair > ul,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-makeyourown > ul,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-kits-bobs > ul,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-whole-house > ul,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-whole-body > ul,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-whole-makeyourown > ul,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-whole-kits-bobs > ul,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-whole-bulks > ul, 
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-shop-all > ul,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-top-sellers > ul,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-whats-new > ul, 
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-home-refills > ul,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-whole-all > ul, 
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-whole-top > ul,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-whole-new > ul,
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-whole-pro > ul{
		display: none;
		margin-top: 15px;
	}
	
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-house.mega-toggle-on > ul,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-body-hair.mega-toggle-on > ul,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-makeyourown.mega-toggle-on > ul,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-kits-bobs.mega-toggle-on > ul,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-whole-house.mega-toggle-on > ul,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-whole-body.mega-toggle-on > ul,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-whole-makeyourown.mega-toggle-on > ul,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-whole-kits-bobs.mega-toggle-on > ul,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-whole-bulks.mega-toggle-on > ul, 
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-shop-all.mega-toggle-on > ul,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-top-sellers.mega-toggle-on > ul, 
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-whats-new.mega-toggle-on > ul, 
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-home-refills.mega-toggle-on > ul,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-whole-all.mega-toggle-on > ul,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-whole-top.mega-toggle-on > ul, 
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-whole-top.mega-toggle-on > ul,
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mobile-whole-pro.mega-toggle-on > ul{
		display: block;
	}
	
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
		padding: 0px;
	}
	
	li.mobile-house > a:after,
    li.mobile-body-hair > a:after,
    li.mobile-makeyourown > a:after,
	li.mobile-kits-bobs > a:after,
    li.mobile-shop-all > a:after,
    li.mobile-top-sellers > a:after,
    li.mobile-whats-new > a:after,
    li.mobile-home-refills > a:after,
	li.mobile-whole-house > a:after,
    li.mobile-whole-body > a:after,
    li.mobile-whole-makeyourown > a:after,
    li.mobile-whole-kits-bobs > a:after,
    li.mobile-whole-bulks > a:after,
    li.mobile-whole-all > a:after,
    li.mobile-whole-top > a:after,
    li.mobile-whole-new > a:after,
	li.mobile-whole-bulk > a:after,
	li.mobile-whole-pro > a:after{
		content: ''!important;
		display: block!important;
		position: absolute;
		top: 50%;
		right: -1px;
		background: white;
		width: 80px;
		height: 50px;
		background-position: 10px;
		background-size: 100% 90%;
		background-repeat: no-repeat;
		z-index: 1;
		transform: translateY(-50%);
	}
	
	li.mega-mobile-whole-all > a:after,
	li.mega-mobile-whole-top > a:after,
	li.mega-mobile-whole-new > a:after,
	li.mega-mobile-shop-all > a:after,
	li.mega-mobile-top-sellers > a:after,
	li.mega-mobile-whats-new > a:after,
	li.mega-mobile-home-refills > a:after,
	li.mobile-whole-bulk > a:after,
	li.mobile-whole-pro > a:after{
		background-size: 100% 80%;
	}
    
	li.mobile-house > a:after {
		background-image: url('/wp-content/uploads/2023/01/FILL-Mega-Menu-HOUSE.svg');
	}
    
    li.mobile-body-hair > a:after {
		background-image: url('/wp-content/uploads/2023/01/FILL-Mega-Menu-BODY.svg');
	}
    
    li.mobile-makeyourown > a:after {
		background-image: url('/wp-content/uploads/2023/01/FILL-Mega-Menu-RAW.svg');
	}
	
	li.mobile-kits-bobs > a:after {
		background-image: url('/wp-content/uploads/2023/01/FILL-Mega-Menu-KITS-BOBS.svg');
	}

    
    /***Wholesale***/
    
    li.mobile-whole-house > a:after {
		background-image: url('/wp-content/uploads/2023/01/FILL-Mega-Menu-Wholesale-HOUSE.svg');
        background-color: #000000;

	}
    
    li.mobile-whole-body > a:after {
		background-image: url('/wp-content/uploads/2023/01/FILL-Mega-Menu-Wholesale-BODY.svg');
        background-color: #000000!important;
	}
    
    li.mobile-whole-makeyourown > a:after {
		background-image: url('/wp-content/uploads/2023/01/FILL-Mega-Menu-Wholesale-RAW.svg');
        background-color: #000000;
	}
    
    li.mobile-whole-kits-bobs > a:after {
		background-image: url('/wp-content/uploads/2023/01/FILL-Mega-Menu-Wholesale-KITS-BOBS.svg');
        background-color: #000000;
	}
    
    li.mobile-whole-bulks > a:after {
		background-image: url('/wp-content/uploads/2023/01/FILL-Mega-Menu-Wholesale-200l-REFILLS.svg');
        background-color: #000000;
	}
	
	li.mobile-whole-pro > a:after {
		background-image: url('/wp-content/uploads/2024/05/fill-pro.svg');
        background-color: #000000;
	}

    
/***Top Area (SHOP)***/
    
    li.mobile-shop-all > a:after {
		background-image: url('/wp-content/uploads/2023/01/FILL-Mega-Menu-SHOP-ALL.svg');
	} 
    
    li.mobile-top-sellers > a:after {
		background-image: url('/wp-content/uploads/2023/01/FILL-Mega-Menu-TOP-SELLERS.svg');
	}  
    
    li.mobile-whats-new > a:after {
		background-image: url('/wp-content/uploads/2023/01/FILL-Mega-Menu-WHATS-NEW.svg');
	}      
    
    li.mobile-home-refills > a:after {
		background-image: url('/wp-content/uploads/2023/01/FILL-Mega-Menu-HOME-REFILLS.svg');
	}   
        
    
/***Top Area (WHOLESALE)***/  
    
    li.mobile-whole-all > a:after {
		background-image: url('/wp-content/uploads/2023/01/FILL-Mega-Menu-Wholesale-SHOP-ALL.svg');
        background-color: #000000;
	}
    
    li.mobile-whole-top > a:after {
		background-image: url('/wp-content/uploads/2023/01/FILL-Mega-Menu-Wholesale-TOP-SELLERS.svg');
        background-color: #000000;
	}
    
    li.mobile-whole-new > a:after {
		background-image: url('/wp-content/uploads/2023/01/FILL-Mega-Menu-Wholesale-WHATS-NEW.svg');
        background-color: #000000;
	}
	
	li.mobile-whole-bulk > a:after {
		background-image: url('/wp-content/uploads/2023/01/FILL-Mega-Menu-Wholesale-200l-REFILLS.svg');
        background-color: #000000;
	}
	
	li.mobile-whole-pro > a:after {
		background-image: url('/wp-content/uploads/2024/05/fill-pro.svg');
        background-color: #000000;
	}
	
	#header-2023 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.top-wholesale,
	#header-2023 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.top-info {
		margin-left: 0px;
	}
	
	#header-2023 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link {
		padding: 6px!important;
		line-height: 1;
	}
	
	.secondary-navigation .main-nav #menu-item-4579 a,
	.secondary-navigation .main-nav #menu-item-397035 a,
	.secondary-navigation .main-nav #menu-item-397036 a,
	.secondary-navigation .main-nav #menu-item-397040 a,
	.secondary-navigation .main-nav #menu-item-397032 a {
		width: 45px;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	#secondary-navigation ul#menu-search-account-menu {
		display: flex!important;
		justify-content: flex-end;
	}
	
	#secondary-navigation ul#menu-search-account-menu li {
		display: flex;
	}
	
	#secondary-navigation ul#menu-search-account-menu li {
		align-items: flex-end;
	}
	
	#secondary-navigation .main-nav li#menu-item-4580 {
		width: auto;
		overflow: hidden;
		flex-grow: 1;
	}
	
	#secondary-navigation .main-nav li#menu-item-4580 .dgwt-wcas-search-wrapp {
		max-width: 100%;
	}
	
	.dgwt-wcas-search-form {
		margin: 0;
		padding: 0;
		width: 100%;
		background-image: url(/wp-content/uploads/2023/08/searchline-new.svg);
		background-repeat: no-repeat;
		background-size: 288px;
		background-position: -10px 36px;
	}
	
	#secondary-navigation .dgwt-wcas-search-form {
		background-size: 312px;
		background-repeat: repeat-x;
	}
	
	
	#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-396877.mega-current-menu-ancestor:not(.mega-remove-active-highlight) > a.mega-menu-link:before {
		background-image: url(/wp-content/uploads/2023/02/FILL-2023-Menu-NEW-Shop.svg)!important;
	}
	
	 #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-396878.mega-current-menu-ancestor:not(.mega-remove-active-highlight) > a.mega-menu-link:before {
		 background-image: url(/wp-content/uploads/2023/01/FILL-2023-Menu-Wholesale.svg)!important;
	}
	
	
	#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-396876.mega-current-menu-item:not(.mega-remove-active-highlight) > a.mega-menu-link:before, #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-396876.mega-current-menu-ancestor:not(.mega-remove-active-highlight) > a.mega-menu-link:before, #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-396876.mega-current-page-ancestor:not(.mega-remove-active-highlight) > a.mega-menu-link:before{
		background-image: url(/wp-content/uploads/2023/01/FILL-2023-Menu-About.svg);
	}
	
	#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-396879.mega-current-menu-item:not(.mega-remove-active-highlight) > a.mega-menu-link:before, #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-396879.mega-current-menu-ancestor:not(.mega-remove-active-highlight) > a.mega-menu-link:before, #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-396879.mega-current-page-ancestor:not(.mega-remove-active-highlight) > a.mega-menu-link:before{
		background-image: url(/wp-content/uploads/2023/02/FILL-2023-Menu-NEW-Info.svg);
	}
	
	#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-397028.mega-current-menu-item:not(.mega-remove-active-highlight) > a.mega-menu-link:before, #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-397028.mega-current-menu-ancestor:not(.mega-remove-active-highlight) > a.mega-menu-link:before, #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-397028.mega-current-page-ancestor:not(.mega-remove-active-highlight) > a.mega-menu-link:before {
		background-image: url(/wp-content/uploads/2023/01/FILL-2023-Menu-Wholesale.svg);
	}
	
}

@media only screen and (max-width: 1135px){
	
	#header-2023 .fill-menu-right {
		display: none;
	}
	
}

@media only screen and (min-width: 1136px){
	
	nav#secondary-navigation {
		padding-top: 50px;
	}
	
	nav#secondary-navigation .inside-navigation {
		display: none;
	}
	
}


/********** Menu 2023 - END *************/


/**********Mega Menu Styles 19/01************/

/****Menu icon Fixes 17th Feb***/


@media only screen and (min-width: 769px) {
    
#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-396890.mega-icon-top > a.mega-menu-link:before {
    background-position-x: left;
	}
    
#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-396906.mega-icon-top > a.mega-menu-link:before {
    background-position-x: left;
	}
    
#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-396907.mega-icon-top > a.mega-menu-link:before {
    background-position-x: left;
	}
    
#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-396908.mega-icon-top > a.mega-menu-link:before {
    background-position-x: left;
	}    
    
    
    /***wholesale***/
    
#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-396924.mega-icon-top > a.mega-menu-link:before {
    background-position-x: left;
	}   
    
#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-396925.mega-icon-top > a.mega-menu-link:before {
    background-position-x: left;
	}  
  
#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-396926.mega-icon-top > a.mega-menu-link:before {
    background-position-x: left;
	}
	
#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-456705.mega-icon-top > a.mega-menu-link:before {
    background-position-x: left;
	}
    
}

/*********** MS: Persist Social Menu and Basket through breakpoint *************/

ul#menu-search-account-menu {
    display: block !important;
}

@media only screen and (max-width: 768px) {
    
li#menu-item-4580 {
    width: 190px;
}

}

/*********** Mobile Menu *************/

@media only screen and (max-width: 768px) {

	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0 0px;
	}
    
    div#mega-menu-wrap-primary {
    margin-top: 10px !important;
	}
    
    
    .secondary-nav-aligned-right.secondary-nav-above-header .secondary-navigation {
        text-align: left!important;
    }
    
    
    /*
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 15px 0px 15px 0px!important;
    }
    */
    
    

    
}





/**toggle**/

@media only screen and (max-width: 768px) {
	
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
		margin-right: 15px;
	}

	div#mega-toggle-block-2 {
    background-image: url(/wp-content/uploads/2020/07/fillburger.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    margin-bottom: 30px !important;
	}
    
   .mega-menu-toggle.mega-menu-open div#mega-toggle-block-2 {
	background-image: url(/wp-content/uploads/2023/02/FILL-2023-Burger-close.svg);
	background-repeat: no-repeat;
	background-position: bottom;
	}
    
    /***arrow toggle SHOP***/

    
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mobile-house > a.mega-menu-link > span.mega-indicator:after {
    font-family: none;
    color: transparent!important;
    background-image: #fff!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background: #000000;
	}
    /**open**/
    .top-shop li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
    font-family: none;
    color: transparent!important;
    background-image: url(/wp-content/uploads/2023/02/FILL-2023-Arrow-Toggle.svg)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background: #000000;
        
    }

    
    
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mobile-body-hair > a.mega-menu-link > span.mega-indicator:after {
    font-family: none;
    color: transparent!important;
    background-image: #fff!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background: #000000;

	}
    
    
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mobile-makeyourown > a.mega-menu-link > span.mega-indicator:after {
    font-family: none;
    color: transparent!important;
    background-image: #fff!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background: #000000;

	}
    
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mobile-kits-bobs > a.mega-menu-link > span.mega-indicator:after {
    font-family: none;
    color: transparent!important;
    background-image: #fff!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background: #000000;

	}
    
    
    /***arrow toggle WHOLESALE***/
    
    /**open**/
    .top-wholesale li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
    font-family: none;
    color: transparent!important;
    background-image: url(/wp-content/uploads/2023/02/FILL-2023-Arrow-Toggle-Wholesale.svg)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background: #000000;
        
    }
    
    
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mobile-whole-house > a.mega-menu-link > span.mega-indicator:after {
    font-family: none;
    color: transparent!important;
    background-image: #fff!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background: #ffffff;

	}
    
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mobile-whole-body > a.mega-menu-link > span.mega-indicator:after {
    font-family: none;
    color: transparent!important;
    background-image: #fff!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background: #ffffff;

	}
    
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mobile-whole-makeyourown > a.mega-menu-link > span.mega-indicator:after {
    font-family: none;
    color: transparent!important;
    background-image: #fff!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background: #ffffff;

	}    
    
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mobile-whole-kits-bobs > a.mega-menu-link > span.mega-indicator:after {
    font-family: none;
    color: transparent!important;
    background-image: #fff!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background: #ffffff;

	} 
    
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mobile-whole-bulks > a.mega-menu-link > span.mega-indicator:after {
    font-family: none;
    color: transparent!important;
    background-image: #fff!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background: #ffffff;

	} 
	
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mobile-whole-pro > a.mega-menu-link > span.mega-indicator:after {
    font-family: none;
    color: transparent!important;
    background-image: #fff!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background: #ffffff;

	} 
    
    
}


/***shop***/

@media only screen and (max-width: 768px) {

	#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-396890 > a.mega-menu-link {
		display: flex;
		flex-direction: row-reverse;
		white-space: nowrap;
	}
    
	#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-396906 > a.mega-menu-link {
		display: flex;
		flex-direction: row-reverse;
		white-space: nowrap;
	}
    
    
	#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-396907 > a.mega-menu-link {
		display: flex;
		flex-direction: row-reverse;
		white-space: nowrap;
	}
    
	#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-396908 > a.mega-menu-link {
		display: flex;
		flex-direction: row-reverse;
		white-space: nowrap;
	}
    
/***wholesale***/   
    
    #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-396924 > a.mega-menu-link {
		display: flex;
		flex-direction: row-reverse;
		white-space: nowrap;
	}
    
	#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-396925 > a.mega-menu-link {
		display: flex;
		flex-direction: row-reverse;
		white-space: nowrap;
	}
    
    
	#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-396926 > a.mega-menu-link {
		display: flex;
		flex-direction: row-reverse;
		white-space: nowrap;
	}
	
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row.mega-wholesale-dropdown,
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row.mega-shop-dropdown {
		padding: 20px 0px;
	}
    

}

/***new END***/


#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 a.mega-menu-logo img.mega-menu-logo {
    width: 120px!important;
}

img.mega-menu-logo {
    width: 120px!important;
}



/*****mobile menu END****/



/***shipping included HIDE***/
li#menu-item-1246 {
    display: none;
}
/***shipping included HIDE***/


li.mega-wholesale-dropdown {
    background: #000!important;
}


.wholesale-dropdown {
    background-color: #000!important;
}


li#mega-menu-item-396920 {
    padding: 0px!important;
}

li#mega-menu-item-396921 {
	padding: 0px!important;
}


li#mega-menu-item-396922 {
	padding: 0px!important;
}


li#mega-menu-item-396923 {
	padding: 0px!important;
}


/*** Wholesale Child Active ***/
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.top-wholesale > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
	color: white;
}

/**********Mega Menu Styles* END***********/

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


div.fill-scents {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

span.fill-scent-option {
	display: inline-block;
	float: left;
	border-right: 2px solid black;
	padding-right: 10px;
}

span.fill-scent-option:last-of-type {
	border-right: none;
	padding-left: 10px;
	padding-right: 0px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
	padding-bottom: 10px;
}


@media only screen and (max-width: 768px){
	
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
		float: left;
		clear: both;
		margin: 0px 0px 60px 0px;
	}
	
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block,
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block:only-child {
		margin-right: 0px;
	}
	
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block,
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
		margin-left: 0px;
	}
	
	.single-product table.variations > tbody > tr {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.single-product table.variations > tbody > tr > td.label,
	.woocommerce div.product form.cart table.variations > tbody > tr > td.label {
		padding-bottom: 0px;
		line-height: 1;
	}
	
	.woocommerce div.product form.cart table.variations > tbody > tr > td.value,
	.single-product table.variations > tbody > tr > td.value {
		width: 100%;
		padding-right: 0px;
	}

}

/**** How to refill / Closed Loop *****/
@media only screen and (max-width: 1024px){
	
	.single-closed_loops .content .lgc-tablet-grid-30 {
		width: 100%;
	}
	
	.single-closed_loops .content .lgc-tablet-grid-30:first-of-type img {
		max-width: 66.666667%;
		margin-left: 0px;
	}
	
}


/******* Fill Stockists Map *********/

.fill-stockists-map .wpgmza_map {
	width: 60%!important;
}

.fill-stockists-map .wpgmza_marker_list_class {
	width: calc(40% - 50px)!important;
	margin-right: 50px;
	padding: 0px 15px;
    max-height: 500px;
    overflow-y: scroll;
    
}

body .fill-stockists-map .wpgmza_basic_list {
    border-top: none;
	height: 500px;
	overflow-y: auto;
}

.fill-stockists-map .wpgmza_div_marker.wpgmza-basic-list-item {
	margin-right: 0px;
}

body .fill-stockists-map .wpgmza_div_address {
    padding-left: 0px !important;
}

.fill-stockists-map .wpgmaps_blist_row {
    border-bottom: none;
}

body .fill-stockists-map .wpgmaps_blist_row:hover {
    background-color: transparent;
    color: black;
}

.fill-stockists-map .gmnoprint,
.fill-stockists-map .gm-style-cc {
	display: inherit;
}

.fill-stockists-map p.wpgmza_infowindow_link a.wpgmza_infowindow_link {
	display: block;
	font-size: 0px;
}

.fill-stockists-map p.wpgmza_infowindow_link a.wpgmza_infowindow_link:after {
	font-size: 24px;
	font-size: 13px;
	font-weight: 600;
	display: block;
	content: "Visit";
}


@media only screen and (max-width: 768px){
	
	.fill-stockists-map .wpgmza_map {
		width: 100%!important;
	}

	.fill-stockists-map .wpgmza_marker_list_class {
		width: 100%!important;
		margin-right: 0px;
	}
	
}

#wptb-table-id-113153 table tr.wptb-row td {
	padding: 0px 30px 0px 0px!important;
}

/******** Blog Styles *********/

.fill-blog-header {
	margin-bottom: 60px;
}

.fill-blog-featured {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 30px;
}

.fill-read-more {
	width: 100px;
}

.fill-read-more:hover {
	transform: scale(1.1);
}

.fill-blog .hashtag {
	display: flex;
	text-transform: uppercase;
	align-items: center;
	height: 100%;
}

.fill-blog .hashtag p {
	margin: 0;
}

.fill-blog .blog-article-title {
	margin-bottom: 15px;
}

.fill-blog .excerpt {
	margin-bottom: 15px;
	text-transform: none;
}

.fill-blog .excerpt.uppercase {
	text-transform: uppercase;
}

article.accreditations .excerpt {
	font-size: 14px;
}

.fill-single-blog .hashtag {
	margin-bottom: 15px;
}

.fill-single-blog .nav-btn {
	display: flex;
	justify-content: center;
}

.fill-single-blog .nav-btn img,
.category .nav-btn img{
	width: 100px;
	height: auto;
	display: none;
}

.fill-single-blog .nav-btn img.base,
.category .nav-btn img.base{
	display: block;
}

.fill-single-blog .nav-btn:hover img.base,
.category .nav-btn:hover img.base{
	display: none;
}

.fill-single-blog .nav-btn:hover img.hover,
.category .nav-btn:hover img.hover{
	display: block;
}

.fill-single-blog .content {
	margin-bottom: 15px;
	display: inline-block;
}

body .fill-single-blog .content {
	text-transform: none;
}

.fill-single-blog .featured {
	margin-bottom: 0px;
}

.blog-container #nav-below {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 15px;
}

.blog-container #nav-below .nav-links {
	display: flex;
	border: 1px solid #000000;
	border-right: 0px;
}

.blog-container #nav-below .nav-links > span,
.blog-container #nav-below .nav-links > a {
	border-right: 1px solid #000000;
	padding: 0.5em;
	margin: 0px;
	border-radius: 0px;
	line-height: 1;
	font-weight: normal;
}

.blog-container #nav-below .nav-links > span:hover,
.blog-container #nav-below .nav-links > a:hover,
.blog-container #nav-below .nav-links > span.page-numbers.current{
	background-color: #000000;
	color: white;
	opacity: 1;
}

.blog-container #nav-below .nav-links a.prev.page-numbers,
.blog-container #nav-below .nav-links a.next.page-numbers {
	font-size: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.blog-container #nav-below .nav-links a.prev.page-numbers > span,
.blog-container #nav-below .nav-links a.next.page-numbers > span {
	font-size: 17px;
	padding: 0 0.5em
}


/************** Footer Bar ***************/

.footer-bar {
	display: flex;
	width: 100%;
	text-transform: none;
	font-weight: normal;
	color: #8c8785!important;
	margin-bottom: 30px;
	text-align: center;
	justify-content: center;
}

.footer-bar a {
	color: #8c8785!important;
}

.footer-widgets #fill-footer-menu.widget,
.footer-widgets #fill-footer-copyright.widget {
	font-size: 13px;
}

.site-footer .footer-widgets-container #fill-footer-menu.inner-padding {
    padding: 0px;
}

.site-footer .footer-widgets-container #fill-footer-copyright.inner-padding {
    padding: 0 0 0 20px;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: 0px!important;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
	display: flex;
	flex-direction: row;
}

.site-footer .footer-widgets-container .footer-widget-1 .inner-padding {
	padding-left: 0px;
}

.footer-widgets .footer-widget-1 a img:last-of-type {
	padding-left: 2%;
    margin-bottom: 2.5%;
    width: 100px;
}


@media (min-width: 768px) and (max-width: 1024px) {
	
	.fill-form-right {
		margin-top: 20px;
	}
	
	.site-footer .footer-widgets-container #fill-footer-menu.inner-padding,
	.site-footer .footer-widgets-container #fill-footer-copyright.inner-padding {
		padding: 0px 0px 30px 0px;
	}
	
	.inside-footer-widgets {
		flex-wrap: wrap;
	}
	
	.inside-footer-widgets>div {
		margin-bottom: 0px;
	}
	
	#footer-widgets .widget *,
	.footer-bar .widget * {
		font-size: 18px;
	}
	
	.footer-widgets .footer-widget-1 .widget :last-child{
		justify-content: center;
	}
	
	.footer-widgets .footer-widget-1 {
		margin-bottom: 30px;
	}
	
	.footer-widgets .footer-widget-1 p {
		text-align: center;
	}
	
	.footer-widgets .footer-widget-1 {
		width: 100%;
	}
	
	.footer-widgets .footer-widget-1 a img:first-of-type {
		
	}
	
	.footer-widgets .footer-widget-1 a img:last-of-type {
		padding-left: 3%;
		margin-bottom: 2.5%;
		width: 110px;
	}
	
	.footer-widgets .footer-widget-2,
	.footer-widgets .footer-widget-3 {
		width: auto;
	}
	
	.footer-widgets .footer-widget-2 {
		margin-left: auto;
	}
	
	.footer-widgets .footer-widget-3 {
		margin-right: auto;
	}
	
	.footer-widgets .footer-widget-4 {
		width: 100%;
	}
}

@media (max-width: 768px) {
	
	.inside-footer-widgets>div:not(:last-child) {
		margin-bottom: 0px;
	}
	
	.inside-footer-widgets>div:not(:last-child).footer-widget-1 {
		margin-bottom: 30px;
	}
	
	.inside-footer-widgets {
		padding-top: 0px;
	}
	
	#footer-widgets .widget {
		margin-bottom: 0px;
	}
	
	#footer-widgets .widget *,
	.footer-bar .widget * {
		font-size: 12px;
	}
	
	.footer-bar {
		justify-content: flex-start;
		margin: 20px 0px;
	}
	
	.site-footer .footer-widgets-container #fill-footer-menu.inner-padding,
	.site-footer .footer-widgets-container #fill-footer-copyright.inner-padding {
		padding: 0px 0px 30px 0px;
	}
	
	.footer-widgets #fill-footer-menu.widget *,
	.footer-widgets #fill-footer-copyright.widget *,
	.footer-bar .widget *{
		font-size: 18px;
	}
	
	.inside-footer-widgets {
		flex-wrap: wrap;
	}
	
	.footer-widgets .footer-widget-1 .widget :last-child{
		justify-content: flex-start;
	}
	
	.footer-widgets .footer-widget-1 {
		width: 100%;
	}
	
	.footer-widgets .footer-widget-1 a img {
		min-width: 0px;
	}
	
	.footer-widgets .footer-widget-1 a img:last-of-type {
		width: 250px;
        margin-bottom: 4.5%;
	}
	
	.footer-widgets .footer-widget-2,
	.footer-widgets .footer-widget-3 {
		width: 100%;
	}
	
	.footer-widgets .footer-widget-2 {
		margin-left: auto;
	}
	
	.footer-widgets .footer-widget-3 {
		margin-right: auto;
	}
	
	.footer-widgets .footer-widget-4 {
		width: 100%;
	}
	
}

@media (min-width: 1025px) {
	/*.inside-footer-widgets .grid-25	{
		width: 50%;
	}*/
	.inside-footer-widgets .grid-25	{
		width: auto;
	}
	.inside-footer-widgets .grid-25.footer-widget-1 {
		width: 100%;
	}
	
}


/******** Closed Loop *********/

.closed-loop-featured {
	background-color: black;
}

.closed-loop-featured:hover > .featured-image-over {
	opacity: 0;
}

/********* Subscribe Form **********/

body.page-id-206750 .site-footer .new-footer-mail,
body.page-id-206750 .footer-widget-1 aside{
	display: none;
}

.with_frm_style form#form_fillnewsletter .frm_form_fields > fieldset {
	border: none;
}

.with_frm_style form#form_fillnewsletter .frm_form_fields input[type=text],
.with_frm_style form#form_fillnewsletter .frm_form_fields input[type=email]{
	max-width: 650px;
	border: none;
	background-position: left center;
}

.frm_style_formidable-style.with_frm_style form#form_fillnewsletter .frm_submit button {
	box-shadow: none;
}

@media (max-width: 520px) {
	.with_frm_style form#form_fillnewsletter .frm_form_fields input[type=text],
	.with_frm_style form#form_fillnewsletter .frm_form_fields input[type=email]{
		position: relative;
		background-image: url('/wp-content/uploads/2024/07/fill-subscribe-field-smaller.svg');
	}
}
