/* 
Theme Name: LBP 
Version: 2.8.0 
Description: Child theme for Storefront. 
Author: Hub
Author URI: http://hub.london
Template: storefront
*/

/*

.lbp-main-navigation::before {
	content: '';
	width: 1px;
	background: red;
	position: fixed;
	height: 100vh;

}

.lbp-main-navigation::after {
	content: '';
	width: 1px;
	background: red;
	position: absolute;
	height: 100vh;
	right: 0;
	top: 0;
}

*/


/**** Fonts ****/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@700&family=Open+Sans:wght@300;400;700&display=swap');


p#order_alg_wc_checkout_field_6_field {
    display: none;
}


/*** Pay360 // Iframe ***/

/* li.wc_payment_method.payment_method_stripe_cc.stripe-small-container.wc-stripe-no-desc label:after {
    content: "Payment Option Ending March 7th 2025";
    background: #800303;
    padding: 1px;
    text-align: center;
    color: white;
    margin-top: 10px;
    font-size: 13px;
    border-radius: 3px;
} */

span.new-2025 {
    display: inline-block;
    font-size: 12px;
    background: black;
    color: white;
    padding: 0px 4px;
    margin-right: 5px;
    border-radius: 3px;
}
li.wc_payment_method.payment_method_pay360 img {
    display: none;
}

iframe#pay360-iframe {
    margin: auto;
    padding: 10px;
    background: #ffb71b;
    border-radius: 20px;
}

.pay360-iframe-page ul.order_details {
    /* background-color: #F5F0E1;
    width: 100%;
    text-align: center; */
	display:none;
}

.pay360-iframe-page .thank-you-360 {
    display: block;
    text-align: center !important;
    width: 100%;
}
.thank-you-360 {
    font-size: 24px;
}
.\33 60-iframe-container {
    width: 100%;
    text-align: center;
    background: #f5f0e1;
    padding: 30px;
    border-radius: 40px;
    margin-top: 40px;
}
.pay360-iframe-page .woocommerce p {
    display: none;
}

/*** Search Input Placeholder Text ***/

input#dgwt-wcas-search-input-1::placeholder {
    font-size: 15px;
    font-family: 'Open Sans';
    font-weight: 400;
}

.lbp-product-table table.wc-product-table .add-to-cart-wrapper form.cart .add-to-cart-button * {
    display: flex!important;
    height: 40px;
    align-content: center;
    align-items: center;
}
.stock.in-stock {
    color: #0f834d;
    margin-top: 10px;
}
.single-product button.single_add_to_cart_button.button.alt {
    font-size: 19px !important;
    padding: 12px 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.02rem;
}


/*** PDiscount Bar Product page ***/

.awdr_discount_bar {
    background: #f9b42a !important;
    border-radius: 0px !important;
    padding: 10px 20px !important;
    font-size: 13px !important;
    display: inline-block;
    color: #40405f !important;
    font-weight: bold;
}

/*** Price Per Unit displayed in Product page ***/

div#price-calc {
    display: inline-flex;
    align-items: center;
}
div#price-per-quantity {
    background: #f5f0e1;
    padding: 3px 10px;
    margin-top: -10px;
    font-size: 13px;
    border-radius: 46px;
    margin-left: 6px;
}

/*** New Search Setup ***/

.top-search-container .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: transparent;
	padding: 0px;
    margin: 5px 0px 15px 0px;
    border-radius: 0px;
	position: relative;
}

.top-search-container .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 13px 24px 13px 48px;
    line-height: 24px;
    font-size: 17px;
    border: 0px solid transparent;
    border-radius: 30px;
    height: auto;
    font-family: Roboto, sans-serif;
    background-color: white;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover {
	background-color: white;
}

.top-search-container .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    min-height: 33px;
    min-width: 33px;
    height: 33px;
    width: 33px;
    left: 10px;
    top: 8px;
}

.top-search-container .dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    left: auto;
    right: 10px;
	top: 8px;
}

.mid-header,
.storefront-breadcrumb,
.site-content,
.pre-footer,
.site-footer {
	position: relative;
}

body.dgwt-wcas-open .mid-header::before,
body.dgwt-wcas-open .storefront-breadcrumb::before,
body.dgwt-wcas-open .site-content::before,
body.dgwt-wcas-open .pre-footer::before,
body.dgwt-wcas-open .site-footer::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(64,64,64,0.85);
	background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(5px);
}

.search-btn {
	width: 35px;
	height: 35px;
	min-height: 35px;
	min-width: 35px;
	background-color: #F5F0E1;
	border: none;
	border-radius: 100%;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.search-btn i {
	font-size: 14px;
}

#search-modal {
	display: none;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(5px);
}

.searchmodal-container {
	margin-top: 20vh;
	position: relative;
}

.searchmodal-container .searchmodal-close {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #404040;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.searchmodal-container .searchmodal-close i {
    color: #F5F0E1;
    font-size: 26px;
}

.searchmodal-container .searchmodal-close:hover i {
    color: #fbb71b;
}

.searchmodal-container .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: transparent;
    padding: 10px;
    border-radius: 0px;
}

.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp {
    background: #fff;
    border: none;
    border-top: none;
	border-radius: 30px;
    padding: 0;
    margin: 30px 0px 0px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
	padding-top: 0px;
	color: #404040;
	max-height: none!important;
}

.dgwt-wcas-open-pirx .dgwt-wcas-overlay-mobile .dgwt-wcas-suggestions-wrapp {
	border-radius: 0px;
}

.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline {
	background-color: #f9b42a;
	padding: 15px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline:first-of-type {
	padding-top: 20px;
	margin-top: 0px;
}


.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline .dgwt-wcas-st {
	font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 0px;
    padding-bottom: 3px;
    margin-top: 0px;
}

.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more {
    justify-content: center;
    color: inherit;
	padding: 30px;
	background-color: #f9b42a;
	font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
	margin-top: 10px
}

.searchmodal-container .dgwt-wcas-search-wrapp {
	width: calc(100% - 50px);
	margin-left: 0px;
}

/******* Help Centre ********/

.help-centre {
	background-color: #fbb71b;
	padding-top: 50px;
    padding-bottom: 0px;
}

.help-centre .entry-title {
	text-align: center;
	margin-bottom: 0px;
}

.help-centre .intro {
	margin-top: 1rem;
}

.help-centre .links-grid {
	margin-top: 30px;
}

.help-centre .prodcat-block .parent {
	flex-direction: column;
}

.help-centre .prodcat-block .help-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 42px;
	width: 100%;
	margin-bottom: 15px;
}

/***** FAQ *******/

section#faq-section {
	background-color: #F5F0E1;
}

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

.lbp-accordion .ui-accordion-header {
	cursor: pointer;
	position: relative;
	font-size: 20px;
	padding-bottom: 10px;
	padding-right: 30px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.lbp-accordion .ui-accordion-header span.ui-accordion-header-icon.ui-icon {
	background-image: none;
	display: flex;
	justify-content: center;
	align-items: center;
    vertical-align: middle;
    margin-top: 0px;
    position: relative;
    text-indent: 0px;
    overflow: visible;
    background-repeat: no-repeat;
	width: auto;
    height: auto;
}

.lbp-accordion .ui-accordion-header span.ui-accordion-header-icon.ui-icon-plus::before,
.lbp-accordion .ui-accordion-header span.ui-accordion-header-icon.ui-icon-minus::before{
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	font-size: 14px;
	transform: rotate(-90deg);
	transition: all ease 200ms;
	display: flex;
}

.lbp-accordion .ui-accordion-header span.ui-accordion-header-icon.ui-icon-minus::before {
	transform: rotate(90deg);
	transition: all ease 200ms;
}

.lbp-accordion .ui-accordion-content {
	padding: 0.9em;
	font-size: 16px;
	background-color: transparent;
	border: 0px;
}

.lbp-accordion h3.ui-state-default {
	border: 0px;
	border-bottom: 2px solid #404040;
    background: transparent;
    font-weight: normal;
    color: #404040;
}

.lbp-accordion .ui-widget-content {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
	line-height: 1.618;
}

/***** Edits for Capsule Integration  *****/

.page-id-2255243 div#primary {
    background: white;
}

.page-id-2255243 #primary.lbp-wholesale-multistep-form, .page-id-2255243 #primary.lbp-wholesale-multistep-form .text-block .block-inner {
    background-color: #ffffff !important;
}

div#field_3jgjm_label {
    display: none;
}
div#frm_field_131_container {
    display: none;
}

/***** Hide Customer Type in Checkout *****/
p#order_alg_wc_checkout_field_5_field {
    display: none;
}

/**** Hide Comments *****/

form.checkout #order_comments_field {
	display: block;
}

/***** Home Banner *****/

@media only screen and (max-width: 950px) {
	.banner-background {
		display: none !important;
	}
	}
	
	
	
	.banner-background {
		background: #222222;
		padding: 10px;
	}
	div#primary-banner img {
		border-radius: 0px;
	}
	div#primary-banner {
		width: 900px;
		margin: auto;
		border: 0px;
		margin-top: 10px;
		margin-bottom: 10px;
		background: white;
	}


/***** Wholesale Application Form *****/

#primary.lbp-wholesale-multistep-form {
	min-height: 100vh;
}
	

#primary.lbp-wholesale-multistep-form,
#primary.lbp-wholesale-multistep-form .text-block .block-inner {
	background-color: #F5F0E1;
}


#primary.lbp-wholesale-multistep-form .frm_style_customer-registration.with_frm_style .frm_progress_line .frm_current_page input[type="button"],
#primary.lbp-wholesale-multistep-form .frm_style_customer-registration.with_frm_style .frm_progress_line input.frm_page_back {
	background-color: #f9b42a;
}

#primary.lbp-wholesale-multistep-form .frm_style_customer-registration.with_frm_style .frm_progress_line input.frm_page_back {
	opacity: 0.5;
}

#primary.lbp-wholesale-multistep-form .frm_style_customer-registration.with_frm_style .frm_progress_line input.frm_page_back:hover {
	opacity: 1;
}

#primary.lbp-wholesale-multistep-form .frm_style_customer-registration.with_frm_style .frm_progress_line input[type='button']:disabled {
	opacity: 1!important;
}

#primary.lbp-wholesale-multistep-form .frm_style_customer-registration.with_frm_style .frm_progress_line input {
	background-color: white;
}

#primary.lbp-wholesale-multistep-form .frm_style_customer-registration.with_frm_style .frm_progress_line input {
	border: 1px solid white!important;
}

#primary.lbp-wholesale-multistep-form .builder-content {
	min-height: calc(100vh - 100px);
}

#primary.lbp-wholesale-multistep-form form#form_newcustomerstepbystep .frm_fields_container {
	min-height: 800px;
	padding-bottom: 200px;
	position: relative
}

#primary.lbp-wholesale-multistep-form form#form_newcustomerstepbystep .frm_submit {
	position: absolute;
	bottom: 100px;
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: center;
}

#primary.lbp-wholesale-multistep-form form#form_newcustomerstepbystep .frm_image_options,
#primary.lbp-wholesale-multistep-form form#form_newcustomerstepbystep .frm_opt_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: top;
}



/***** Hide Price and Checkout for users not ordered in 30 days *******/

body.no-recent-orders.single-product .summary p.price,
body.no-recent-orders.single-product form.cart {
	display: none;
}

.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.50);
	z-index: 9999;
}

.popup-overlay div#wholesalenote.popup-inner {
	position: relative;
	width: 100%;
	max-width: 600px;
	padding: 15px 30px;
	margin: 30vh auto 0 auto;
	border-radius: 15px;
}

.popup-overlay div#wholesalenote.popup-inner h2 {
	text-align: center;
	color: #F9B42A;
}

button.close-block-message {
	display: block;
	width: 100%;
	background: transparent;
	border: 0px;
	color: #F9B42A;
	font-size: 18px;
	margin-top: 15px;
}

/**** Brochure Download ****/

.brochure-submission {
    text-align: center;
}
.brochure-submission a {
    background: #5c8a49;
    color: white;
    text-decoration: none !important;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 10px;
}


/**** MS - Change Customer Specific Pricing Styles for Discount in Basket ****/

span#csp-cd-more, span#csp-cd-shop-more {
    display: none;
}

/**** MS - Basket Tweaks ****/


.coupon label {
    display: none;
}
.coupon {
    display: inline-block;
}
.coupon input {
    margin: 10px 0px;
}
.cart_totals table tr {
    border-bottom: 1px solid;
}
input#coupon_code {
    height: 37px;
}
input#coupon_code {
    height: 36px;
    background: white;
}
.coupon button.button {
    background: #f9b429;
    margin-bottom: 10px;
}
tr.basket-under-actions {
    background: #f5f0e1;
    padding: 0px 20px !important;
    display: block;
}

ul#shipping_method label {
    background: #f5f0e1;
    padding: 5px 10px;
    display: inline-block;
}

div.woocommerce-message.csp-cd-congrats {
    background-color: #f5f0e1 !important;
    border: 0px solid #404040 !important;
    color: #504D4B !important;
}

tr.woocommerce-shipping-totals.shipping th {
    font-family: 'Open Sans Condensed';
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: -10px;
}
p.woocommerce-shipping-destination {
    background: #f5f0e1;
    padding: 10px;
    margin-top: -10px;
    margin-bottom: 20px !important;
}

tr.order-total {
    border-top: 2px solid;
    border-bottom: 3px solid !important;
}


/****** Modal *******/

.lbp-banner-rotate {
	background-color: #404040;
	padding: 15px;
}

.lbp-banner-rotate.user-nav {
	background-color: transparent;
	padding: 0px;
	margin-top: 15px;
}

.lbp-banner-rotate * {
	border-radius: 0;
}

.lbp-banner-rotate img,
.lbp-banner-rotate .g{
	margin: 0 auto;
}

body.filter-modal-open {
    overflow: hidden;
}

.filter-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.35);
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    justify-content: center;
    align-items: flex-start;
}

.filter-modal.open {
    display: flex;
}

.filter-modal .modal-container {
    width: 100%;
    margin: 5% auto 30px auto;
    background: white;
    border-radius: 0px;
    -webkit-box-shadow: 0px 3px 20px 3px rgba(75, 74, 73, 0.65);
    -moz-box-shadow: 0px 3px 20px 3px rgba(75, 74, 73, 0.65);
    box-shadow: 0px 3px 20px 3px rgba(75, 74, 73, 0.65);
}

.filter-modal .modal-body .product-info {
    font-size: 14px;
}

.filter-modal .modal-body .details p,
.filter-modal .dir-entry .details p {
    margin-bottom: 10px;
    color: #69c350;
    font-size: 18px;
    letter-spacing: -0.05em;
    line-height: 1;
}

.filter-modal .modal-body .details p b,
.filter-modal .dir-entry .details p b {
    color: #333333;
}



.filter-modal .ui-widget button.prod-modal-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    background: transparent;
    padding: 0px;
    border: 2px solid #70b751;
    color: #70b751;
    transition: all ease 0.2s;
}

.filter-modal .ui-widget button.filter-modal-btn:hover,
.filter-modal .ui-widget button.filter-modal-btn:focus {
    background: #70b751;
    color: white;
    transition: all ease 0.2s;
}

.filter-modal button.modal-close-btn {
    display: flex;
    background: transparent;
    color: black;
    padding: 0px;
    letter-spacing: 0px;
	margin-right: 0px;
	margin-left: auto;
}

.filter-modal button.modal-close-btn:hover,
.filter-modal button.modal-close-btn:focus {
    color: #f9b42a;
    background: transparent;
}

.filter-modal button.modal-close-btn i {
    font-size: 24px;
}

.filter-modal .modal-header {
    padding: 30px 30px 0px 30px;
}

.filter-modal .modal-header .name {
    color: #69c350;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: left;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -0.05em;
}

.filter-modal .modal-body {
    padding: 30px;
}


.mobile-filters {
	margin-bottom: 20px;
}

/****** Modal END ********/

.var-dump {
	display: none;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
}

b, strong {
	font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

h4 {
	font-size: 20px;
}

.light {
	font-weight: 300;
}

/***** Logged out users *******/

.logged-out-price {
	text-align: center;
}

/*** New filtwers ***/

.page-switch-filters .cat-group {
	border-bottom: 1px solid #404040;
	padding-bottom: 10px;
	padding-top: 10px;
}

.page-switch-filters .cat-group .sub-cat {
	padding-left: 20px; 
}

.page-switch-filters a {
	color: #404040;
    line-height: 1;
    height: 100%;
    display: flex;
    align-items: center;
	margin: 8px 0px;
}

.page-switch-filters a span.checkbox {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #404040;
	margin-right: 6px;
	border-radius: 100%;
}

.page-switch-filters a:hover span.checkbox,
.page-switch-filters a.active span.checkbox {
	background: #f9b42a;
	position: relative;
}

.page-switch-filters a:hover span.checkbox::before,
.page-switch-filters a.active span.checkbox::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #404040;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.billing-accordion {
	display: none;
}

.billing-accordion .woocommerce-billing-fields__field-wrapper label {
	display: none;
}

.billing-accordion #lbp-checkout-delivery-details {
	background-color: #efefef;
	padding: 15px;
}

.filters-accordion.ui-widget,
.billing-accordion.ui-widget {
	font-size: inherit;
}

.filters-accordion.ui-accordion .ui-accordion-header,
.billing-accordion.ui-accordion .ui-accordion-header{
	padding: 6px 0px;
}

.filters-accordion.ui-accordion .ui-accordion-content,
.billing-accordion.ui-accordion .ui-accordion-content {
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
}

.filters-accordion.ui-accordion .ui-widget-content,
.billing-accordion.ui-accordion .ui-widget-content {
	border: none;
	color: #404040;
}

.billing-accordion.ui-accordion .ui-widget-content {
	padding-top: 1.41575em;
}

.filters-accordion.ui-accordion .ui-state-active,
.filters-accordion.ui-accordion .ui-state-default,
.billing-accordion.ui-accordion .ui-state-active,
.billing-accordion.ui-accordion .ui-state-default{
	background: transparent;
	color: #404040;
	border: none;
	border-bottom: 2px solid #404040;
}

.filters-accordion .ui-accordion-header-icon,
.billing-accordion .ui-accordion-header-icon {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0px;
}

.filters-accordion .ui-accordion-header-active .ui-accordion-header-icon,
.billing-accordion .ui-accordion-header-active .ui-accordion-header-icon {
	transform: translateY(-50%) rotate(180deg);
}

.filters-accordion .ui-icon.lbp-iconOpen,
.billing-accordion .ui-icon.lbp-iconOpen {
	background-image: url(/wp-content/themes/LBP/assets/images/chevron-down.svg);
	background-repeat: no-repeat;
    background-position:center center;
    background-size: contain;
}
.filters-accordion .ui-icon.lbp-iconClosed,
.billing-accordion .ui-icon.lbp-iconClosed {
    background-image: url(/wp-content/themes/LBP/assets/images/chevron-down.svg);
	background-repeat: no-repeat;
    background-position:center center;
    background-size: contain;
}

.billing-accordion .woocommerce-billing-fields h3 {
	display: none;
}

.billing-accordion .woocommerce-shipping-fields h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	text-transform: none;
}

.billing-accordion.ui-accordion .ui-accordion-header {
	font-size: 20px;
}

/***** General *****/

.site-content {
	padding: 0px 15px;
}

.builder-content .entry-content-builder {
	margin-left: -15px;
	margin-right: -15px;
}

.builder-content .entry-content-builder section {
	padding-left: 15px;
	padding-right: 15px;
}

.pre-footer {
	padding: 0px 15px;
}

.site-footer {
	padding: 30px 15px;
}

.mid-header {
	padding: 0px 15px;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    margin-right: 0px;
}

.lbp-footer-widgets .block {
	padding-right: 15px;
}

.storefront-breadcrumb {
	padding-left: 15px;
	padding-right: 15px;
}

form {
    margin-bottom: 0px;
}

.lbp-basic-text ol {
	margin-left: 0px;
	list-style-position: inside;
}

.site-header {
    padding-top: 0;
    padding-bottom: 0;
	border-bottom: 0px;
}

.pcode {
    width: 100%;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    font-size: 12px;
    text-transform: uppercase;
}
div#wholesalenote {
    display: block;
    width: 100%;
    background: #404040;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: white;
}

.site-main,
.hentry {
	margin-bottom: 0px;
}

.hentry {
	width: 100%;
}

a:focus, input:focus, textarea:focus, button:focus {
    outline: none;
}

:focus {
	outline: none;
}

a.lbp-btn,
button,
.button,
.lbp-product-table button.alt,
.single-product form.cart button,
#payment .place-order .button,
.wc-proceed-to-checkout .button.checkout-button,
.pt-cv-wrapper .add_to_cart_inline a.button,
.lbp-pdf .pdfprnt-buttons a.pdfprnt-button {
	padding: 10px 20px;
    border: 1px solid #404040;
    margin-left: auto;
    margin-right: auto;
	color: #404040;
	background: white;
	text-align: center;
	font-weight: normal;
	line-height: 1;
}

/*.lbp-pdf .pdfprnt-buttons a.pdfprnt-button {
	display: none;
	border: 1px solid #404040!important;
	margin-bottom: 10px;
}*/

.pdfprnt-top-left, .pdfprnt-bottom-left, .pdfprnt-top-bottom-left, .pdfprnt-left {
    text-align: left;
    padding: 0px;
	margin-bottom: 15px;
	display: none;
}

.pdfprnt-top-left a, .pdfprnt-bottom-left a, .pdfprnt-top-right a, .pdfprnt-bottom-right a, .pdfprnt-top-bottom-right a, .pdfprnt-top-bottom-left a, .pdfprnt-left a, .pdfprnt-right a {
	padding: 10px 20px !important;
    border: 1px solid #404040 !important;
    margin-left: auto;
    margin-right: auto;
	color: #404040;
	background: white;
	text-align: center;
	font-weight: normal;
	line-height: 1;
}

.pdfprnt-button-title {
    display: inline-block !important;
    vertical-align: middle;
    padding: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

a.lbp-btn {
	display: table;
	min-width: 60%;
	text-decoration: none;
}

.hentry .entry-content a.lbp-btn {
	text-decoration: none;
}

a.lbp-btn:hover,
button:hover,
.button:hover,
.lbp-product-table button.alt:hover,
.single-product form.cart button:hover,
#payment .place-order .button:hover,
.wc-proceed-to-checkout .button.checkout-button:hover,
.pt-cv-wrapper .add_to_cart_inline a.button:hover,
.pt-cv-wrapper .add_to_cart_inline a.added_to_cart:hover,
.lbp-pdf .pdfprnt-buttons a.pdfprnt-button:hover {
	background: #f9b42a;
	border-color: #404040;
}

.hentry .entry-content .lbp-product-table a {
	text-decoration: none;
}

.pt-cv-view .add_to_cart_button:focus,
.pt-cv-view .add_to_cart_button:hover {
	opacity: 1;
}

.checkout-button::after {
	content: '';
}

.lbp-coupon-message {
	background-color: #f9b42a;
	padding: 15px 15px 15px 40px;
	margin-bottom: 30px;
	display: block;
	position: relative;
}

.lbp-coupon-message p {
	margin-bottom: 0px;
	line-height: 1.1;
}

.lbp-coupon-message::before {
	content: '';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
    content: '\f12a';
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}


button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.widget a.button:hover {
	background-color: #f9b42a;
    border-color: inherit;
    color: #404040;
}

input[type='text'], input[type='number'], input[type='email'], input[type='tel'], input[type='url'], input[type='password'], input[type='search'], textarea, .input-text {
    padding: 0.6180469716em;
    background-color: transparent;
    color: #404043;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: normal;
    box-shadow: none;
	border: 1px solid #404043;
}

#lbp-checkout-delivery-date #wc-od h3 {
	display: none;
}

/** WP Login Override **/

body.login {
    background: white;
}

body.login *:focus {
    outline: none;
    box-shadow: none;
}

body.login h1 {
    position: relative;
}

body.login h1::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

body.login h1 a {
    position: relative;
    background-image: url('/wp-content/uploads/2020/10/site-logo.png');
    width: 100%;
    height: 110px;
    background-size: contain;
}


body.login form {
    border: none;
	background: #F5F0E1;
    border-radius: 0px;
}

.login #login_error, .login .message, .login .success {
    border-left: none;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    color: #404040;
    background-color: #c3cdfc;
    box-shadow: none;
}

body.login p#nav,
body.login p#backtoblog {
    padding: 0px;
}

.login .button-primary {
    float: none;
}

body.login.wp-core-ui .button-primary,
body.login p#nav a,
body.login p#backtoblog a{
    display: block;
    padding: 10px 15px;
    background-color: #404040;
    color: white;
    border-radius: 0px;
    border: 0px;
    margin: 0px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    width: 100%;
}

body.login.wp-core-ui .button-primary:hover,
body.login p#nav a:hover,
body.login p#backtoblog a:hover {
    color: #404040;
    background: #f9b42a;
}

body.login form .input, body.login form input[type=checkbox], body.login input[type=text] {
    border: 0px;
    border-radius: 0px;
    background: white;
    color: #404040;
    text-align: center;
}

body.login label {
	font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.5;
    display: block;
    margin-bottom: 10px;
    color: #404040;
    text-align: center;
}

body.login .privacy-policy-page-link a.privacy-policy-link {
    border: 0px;
    margin-bottom: 15px;
    display: block;
    padding: 10px;
    line-height: 1;
    font-size: 16px;
    color: #404040;
    text-decoration: none;
}

body.login form#loginform .forgetmenot {
    font-weight: 400;
    float: none;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 10px 0px;
}

body.login form#loginform .forgetmenot input,
body.login form#loginform .forgetmenot label {
    display: inline-flex;
    margin: 0px 5px;
}

body.login input[type=checkbox]:checked::before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    line-height: 16px;
    font-size: 10px;
    text-align: center;
    width: 100%;
}

body.login .dashicons-visibility:before {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f06e";
	color: #404040;
}

/***** Woocommerce Messaging ******/

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  margin-bottom: 2.617924em;
  background-color: #F5F0E1;
  margin-left: 0;
  border-radius: 2px;
  color: #404040;
  clear: both;
  border-left: none;
border: 2px solid #f9b42a;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  list-style: none outside;
}

  .woocommerce-message::before, .woocommerce-message::after,
  .woocommerce-info::before,
  .woocommerce-info::after,
  .woocommerce-error::before,
  .woocommerce-error::after,
  .woocommerce-noreviews::before,
  .woocommerce-noreviews::after,
  p.no-comments::before,
  p.no-comments::after {
    content: '';
    display: table;
}

  .woocommerce-message::after,
  .woocommerce-info::after,
  .woocommerce-error::after,
  .woocommerce-noreviews::after,
  p.no-comments::after {
    clear: both;
}

  .woocommerce-message a,
  .woocommerce-info a,
  .woocommerce-error a,
  .woocommerce-noreviews a,
  p.no-comments a {
    color: #f9b42a;
}

    .woocommerce-message a:hover,
    .woocommerce-info a:hover,
    .woocommerce-error a:hover,
    .woocommerce-noreviews a:hover,
    p.no-comments a:hover {
      color: #f9b42a;
      opacity: 0.7;
}

    .woocommerce-message a.button:hover,
    .woocommerce-info a.button:hover,
    .woocommerce-error a.button:hover,
    .woocommerce-noreviews a.button:hover,
    p.no-comments a.button:hover {
      opacity: 1;
}

  .woocommerce-message::before,
  .woocommerce-info::before,
  .woocommerce-error::before,
  .woocommerce-noreviews::before,
  p.no-comments::before {
    font-family: "Font Awesome 5 Free";
	font-weight: normal;
    content: '\f27a';
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
    color: #f9b42a;
}

  .woocommerce-message .button,
  .woocommerce-info .button,
  .woocommerce-error .button,
  .woocommerce-noreviews .button,
  p.no-comments .button {
    float: right;
    padding: 0;
    background: none;
    color: #fff;
    box-shadow: none;
    line-height: 1.618;
    margin-left: 1em;
    padding-left: 1em;
    border-width: 0;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgba(255, 255, 255, 0.25) !important;
    border-radius: 0;
}

    .woocommerce-message .button:hover,
    .woocommerce-info .button:hover,
    .woocommerce-error .button:hover,
    .woocommerce-noreviews .button:hover,
    p.no-comments .button:hover {
      background: none;
      color: #fff;
      opacity: 0.7;
}

  .woocommerce-message pre,
  .woocommerce-info pre,
  .woocommerce-error pre,
  .woocommerce-noreviews pre,
  p.no-comments pre {
    background-color: rgba(0, 0, 0, 0.1);
}

.woocommerce-message::before {
  content: '\f27a';
}

.woocommerce-error::before {
	font-weight: 900;
  content: '\f12a';
}

.site-content > .col-full > .woocommerce > .woocommerce-message:first-child,
.site-content > .col-full > .woocommerce > .woocommerce-info:first-child,
.site-content > .col-full > .woocommerce > .woocommerce-error:first-child {
  margin-top: 2.617924em;
}

.woocommerce-error {
  list-style: none;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #F5F0E1;
}

.woocommerce-error {
  background-color: #404040;
	color: white;
}

.on-hold-message.woocommerce-error a,
.on-hold-message.woocommerce-error b {
	color: #f9b42a;
}

/****** Woocommerce Login ******/

.lbp-login-form {
	flex-direction: column;
	align-items: center;
}

.lbp-login-form img.lbp-brand {
	margin-left: auto;
	margin-right: auto;
}

.lbp-login-form form.login {
	border: none;
    background: #F5F0E1;
    border-radius: 0px;
	padding: 20px;
	text-align: center;
}

.lbp-login-form form.login input[type=text],
.lbp-login-form form.login input[type='password'] {
	border: 0px;
    border-radius: 0px;
    background: white;
    color: #404040;
    text-align: center;
}

.lbp-login-form form.login p.lost_password {
	margin-bottom: 0px;
}

.lbp-login-form form.login .form-row label {
	font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.5;
    display: block;
    margin-bottom: 10px;
    color: #404040;
    text-align: center;
}

    



/***** Header *****/

.site-header .custom-logo-link img {
    width: 100%;
    max-width: 100%;
}

/***** Relavanssi Search ******/

/*

<div class="lbp-relevanssi-search nav">
	<button class="nav-search-expander"><i class="fas fa-search"></i></button>
	[searchform]
</div>

*/

.lbp-relevanssi-search.nav {
	display: block;
	width: 100%;
	height: 36px;
	position: relative;	
}

.lbp-relevanssi-search.nav button.nav-search-expander {
	display: none;
}

.lbp-relevanssi-search.nav form.search-form {
	display: flex;
	flex-direction: row;
	background: white;
	align-items: center;
	border-top-left-radius: 36px;
	border-bottom-left-radius: 36px;
	border-top-right-radius: 36px;
	border-bottom-right-radius: 36px;
	height: 100%;
	position: relative;
}

.lbp-relevanssi-search.nav.static form.search-form {
	background: #F5F0E1;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.lbp-relevanssi-search.nav label {
	width: 100%;
}

.lbp-relevanssi-search.nav input[type='search'] {
	font-size: 16px;
	line-height: 1;
	padding: 0px;
	border: none;
	background: white;
	width: calc(100% - 33px);
	margin-left: 15px;
	margin-right: 18px;
}

.lbp-relevanssi-search.nav.static input[type='search'] {
	width: calc(100% - 30px);
	margin-left: 15px;
	margin-right: 15px;
	background: transparent;
}

.lbp-relevanssi-search.nav input[type="submit"] {
	font-size: 0px;
}

.lbp-relevanssi-search.nav button.nav-search-expander i {
	font-size: 12px;
}

.lbp-relevanssi-search.nav.static input[type='search'] {
	margin: 0px 15px;
}

.lbp-relevanssi-search.nav.static input[type="submit"] {
	font-size: 0px;
	width: 36px;
	height: 36px;
	position: relative;
	background: transparent;
	margin-right: -36px;
}

.lbp-relevanssi-search.nav.static i {
	position: absolute;
	z-index: 0;
	width: 36px;
	height: 36px;
	right: 0;
	top: 0;
	background: #F5F0E1;
	border-top-right-radius: 36px;
	border-bottom-right-radius: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lbp-relevanssi-search.nav.static form.search-form {
	width: calc(100% - 36px);
	overflow: visible;
}

/***** Relavanssi Search - END ******/

.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header {
	margin-bottom: 0px;
}

.upper-header {
	background: #F5F0E1;
	display: flex;
	flex-direction: row;
}



.site-header-cart:hover .widget.woocommerce.widget_shopping_cart {
	display: block;
}

.lbp-cart-contents {
	display: flex;
	flex-direction: row;
	margin: 15px 0px;
}

.lbp-cart-contents img {
	max-width: 20px;
	margin-right: 5px;
}

.lbp-cart-contents .woocommerce-Price-amount {
	display: none;
} 


#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-576 .mega-search input[type=text] {
    padding: 0 40px 0 15px;
}

/**** Woocommerce Notifications / Notifications ****/

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	margin-top: 25px!important;
	margin-bottom: 25px!important;
}

.woocommerce-message.mt-0,
.woocommerce-info.mt-0,
.woocommerce-error.mt-0,
.woocommerce-noreviews.mt-0,
p.no-comments.mt-0 {
	margin-top: 0px!important;
}

.woocommerce-message.mb-0,
.woocommerce-info.mb-0,
.woocommerce-error.mb-0,
.woocommerce-noreviews.mb-0,
p.no-comments.mb-0 {
	margin-bottom: 0px!important;
}

.demo_store {
	background-color: #404040;
}

/***** Secondary Menu Tweaks *****/

.secondary-navigation #mega-menu-wrap-secondary #mega-menu-secondary {
	text-align: right;
}

.secondary-navigation #mega-menu-wrap-secondary {
	margin: 10px 0px;
	width: 100%;
}

li#menu-item-460 a,
.secondary-navigation #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item.mega-lbp-nav-account a {
    background: #222;
    padding: 7px 10px;
    border-radius: 100px;
    color: white !important;
}

.secondary-navigation #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link {
	text-transform: none;
	font-weight: normal;
	font-size: 14px;
}

.secondary-navigation #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item.mega-lbp-social-nav {
	float: left;
	vertical-align: middle;
	height: 100%;
	margin: 5px 0px;
}

.secondary-navigation #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item.mega-lbp-social-nav > a.mega-menu-link {
	font-size: 18px;
}

.secondary-navigation {
    display: none;
}

ul#menu-social-links-menu,
ul#menu-social-links-menu-1{
	display: flex;
	flex-direction: row;
	align-items: center;
	list-style: none;
	margin: 10px 0px;
}

ul#menu-social-links-menu li,
ul#menu-social-links-menu-1 li{
	padding-left: 0px;
	margin-bottom: 0px;
}

ul#menu-social-links-menu li::before,
ul#menu-social-links-menu-1 li::before {
	display: none;
}

ul#menu-social-links-menu li a,
ul#menu-social-links-menu-1 li a {
	font-size: 0px;
	line-height: 1;
	display: flex;
	padding: 0px 10px;
}

ul#menu-social-links-menu li a {
	color: #404040;
}

ul#menu-social-links-menu li a:hover,
ul#menu-social-links-menu-1 li a:hover {
	color: #f9b42a;
}

ul#menu-social-links-menu li a::before,
ul#menu-social-links-menu-1 li a::before {
	content: '';
	display: flex;
	font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
	font-size: 18px;
}

ul#menu-social-links-menu li.lbp-linkedin a::before,
ul#menu-social-links-menu-1 li.lbp-linkedin a::before {
	content: '\f0e1';
}

ul#menu-social-links-menu li.lbp-instagram a::before,
ul#menu-social-links-menu-1 li.lbp-instagram a::before {
	content: '\f16d';
}

ul#menu-social-links-menu li.lbp-twitter a::before,
ul#menu-social-links-menu-1 li.lbp-twitter a::before {
	content: '\f099';
}

ul#menu-social-links-menu li.lbp-facebook a::before,
ul#menu-social-links-menu-1 li.lbp-facebook a::before {
	content: '\f39e';
}

.site-footer .widget {
    margin: 0 0 20px;
}

ul#menu-social-links-menu li:first-of-type a,
ul#menu-social-links-menu-1 li:first-of-type a {
	padding-left: 0px;
}

/***** Messages and Alert Tweaks *****/

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {

    max-width: 1110px !important;
    margin: auto;
    margin-bottom: 50px;
}

/***** Popup cart *****/
span.count {

    margin-right: 22px;
    color:black !important;

}
.widget.woocommerce.widget_shopping_cart {
	position: absolute;
	padding-top: 10px !important;
	left: auto;
	right: 0;
	width: 250px;
	display: none;
	background: #f5f0e1;
	z-index: 999999;
}

.widget.woocommerce.widget_shopping_cart span.quantity {
	padding: 5px 0px;
	margin-top: 5px;
	width: 100%;
	border-top: 1px dotted #404040;
	display: block;
}

.product_list_widget li {
	border-bottom: 1px solid #404040;
}

ul.woocommerce-mini-cart.cart_list.product_list_widget {
	border-top: 2px solid #404040;
}

#site-header-cart p.woocommerce-mini-cart__total.total {
	background: #404040!important;
}

#site-header-cart p.woocommerce-mini-cart__buttons.buttons {
    background: #404040!important;
}

p.woocommerce-mini-cart__total.total {
    background: #222 !important;
    color: white;
    border-bottom: 1px solid white;
}
p.woocommerce-mini-cart__buttons.buttons {
	background: #222 !important;
}

p.woocommerce-mini-cart__buttons.buttons .checkout {
    background: #f9b42a;
    border: 0px;
}
ul.woocommerce-mini-cart.cart_list.product_list_widget {
    border-top: 2px solid black;
}


.content-views a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    color: #404040 !important;
    border: 1px solid #404040 !important; 
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    font-family: inherit;
    padding: 13px !important;
}

.content-views .button.product_type_simple.add_to_cart_button.ajax_add_to_cart a:hover {
    color: #404040 !important;
    background-color: black !important;

}
.pt-cv-view .product .amount {
    color: #404040;
    letter-spacing: 0px;
    font-weight: 400;
    margin-bottom: 0;
    padding-right: 5px;
    font-size: 13px;
}
.pt-cv-view .pt-cv-title {
    margin-bottom: 10px;
    margin-top: 30px !important;
}


/***** Pre-Footer *****/

.catalogue-footer {
	padding: 30px;
	margin: 30px 0px;
}

.catalogue-footer .content {
	padding: 10px 15px;
	background: rgba(255,255,255,0.65);
}

/*
.sfb-footer-bar .col-full #custom_html-3{
    background:;
    width: 300px;
    float:right;
}
.sfb-footer-bar .col-full #custom_html-3 h2.widget-title{
   border-bottom:0px !important;
   color:#404040;
   padding: 0px;
   margin-bottom: 10px;
}
.sfb-footer-bar .col-full #custom_html-3 .textwidget{
    color:#404040;
}
*/

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

.lbp-footer-widgets .block .widget-title {
	font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
	font-size: 15px;
    border-bottom: 2px solid white;
    margin-bottom: 15px;
	padding-bottom: 10px;
}

.lbp-footer-widgets .widget_nav_menu ul li {
	margin-bottom: 10px;
}

.lbp-footer-widgets .widget_nav_menu ul li:hover::before,
.lbp-footer-widgets .widget_nav_menu ul li:hover * {
	color: #f9b42a;
}

.lbp-footer-widgets .widget_nav_menu ul li::before {
	content: '\f054';
	opacity: 1;
}

.lbp-footer-widgets .widget_nav_menu ul li a {
	text-decoration: none;
}

.storefront-handheld-footer-bar ul li > a {
	background: #F5F0E1;
	-webkit-tap-highlight-color: #f9b42a;
}

.storefront-handheld-footer-bar ul li.new-cart a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.storefront-handheld-footer-bar ul li.new-cart > a::before {
	content: '';
	display: flex;
	width: 30px;
	height: 30px;
	background-image: url('/wp-content/uploads/2020/10/lbp-basket.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
}

.storefront-handheld-footer-bar ul li.new-cart > a span.count {
	background: #404040;
	border-radius: 100%;
	width: auto;
	text-indent: 0px;
	margin-right: 0px;
	padding: 0px 5px;
	color: #F5F0E1!important;
	font-size: 12px;
	margin-left: 50px; 
}

.storefront-handheld-footer-bar .site-search .widget_product_search form::before {
	top: 14px;
	right: 10px;
	left: auto;
	width: 30px;
	font-size: 16px;
}

.storefront-handheld-footer-bar .site-search .widget_product_search form input[type=search] {
	background: #F5F0E1;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	border: 0px;
}


/***** Basket  *****/

table.shop_table_responsive tbody tr.woocommerce-shipping-totals.shipping th,
table.shop_table_responsive tbody tr.woocommerce-shipping-totals.shipping td {
	display: block;
}

table.shop_table_responsive tr.woocommerce-shipping-totals.shipping td[data-title]::before {
	display: none;
}

table.shop_table_responsive tr.woocommerce-shipping-totals.shipping td {
	text-align: left;
}

tr.woocommerce-cart-form__cart-item.cart_item {
    border-bottom: 1px solid;
}

/***** Add to cart success message product table footer *****/

.multi-cart-message {
    margin: 10px 0px !important;
    text-align: center !important;
    background: #ececec;
    padding: 10px !important;
    border-top: 2px solid;
}

a.added_to_cart.wc-forward {
    text-align: center;
    border: 1px solid;
    background: white;
    line-height: 2.7em !important;
    margin-left: 10px;
    padding: 0px 10px;
    margin-right: 10px;
}
.wc-product-table-wrapper .cart-error, .wc-product-table-wrapper .cart-success {
    color: #222 !important;
}

.wc-product-table .button.added::after {

    margin-left: 0.5em !important;
    font-size: .9em;
    display: inline;
    margin-right: -2px !important;
    margin-top: 12px !important;
}
button.single_add_to_cart_button.button.alt.added {
    background: #f9b42a;
}
.wc-product-table-wrapper .wc-forward::after {
/*
    margin-left: 0.5em !important;
    position: relative;
    top: 11px !important;*/
    display: none;
}
/***** Product Table Tweaks *****/
.add-to-cart-wrapper.purchasable.multi-cart .add-to-cart-button button {
    line-height: 2.7em !important;
}

.wc-product-table .product-row .col-button:last-child, .wc-product-table .product-row .col-buy, .wc-product-table thead .col-buy {
    text-align: left !important;
}


/***** Navigation *****/

/** Push menu onto new line **/ 
/*#{$wrap} { 
    clear: both; 
}

.woocommerce-active .site-header #mega-menu-wrap-primary {
    width: 100% !important;
    float: left;
    margin-right: 0px !important;
    clear: both;
}

#mega-menu-wrap-primary #mega-menu-primary {

    padding: 0px 0px 0px 0px !important;
}
/*** end ***/


.site-branding,
.woocommerce-active .site-branding {
    width: auto;
    float: none;
    margin-right: 0;
	display: flex;
	height: 100%;
}

.lbp-main-navigation {
	position: relative;
}

.site-header .custom-logo-link {
	display: flex;
	justify-content: flex-start;
	width: 100%;
}

.site-header .custom-logo-link img {
	display: flex;
	align-self: flex-start;
	margin: 15px 0px;
}

#mega-menu-wrap-primary {
	display: block;
    width: 100%;
    float: right;
    margin-right: 0px;
    position: relative;
	height: 100%;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
	background: #404040;
}

#mega-menu-wrap-primary .mega-menu-toggle {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.storefront-primary-navigation #mega-menu-wrap-primary #mega-menu-primary {
	padding: 30px;
	width: calc(100% + 200%);
    left: -200%;
	margin-bottom: 30px;
}

.storefront-primary-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	line-height: 100%;
	height: auto;
	border-bottom: 3px solid transparent;
	padding: 7px 0px 10px 0px;
	margin: 0px 15px 0px 15px;
}

.storefront-primary-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
	margin-right: 0px;
}

.storefront-primary-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
.storefront-primary-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
	border-bottom: 3px solid #f9b42a;
}

.storefront-primary-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.no-border > a.mega-menu-link:hover,
.storefront-primary-navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item.no-border > a.mega-menu-link {
	border-bottom: 3px solid transparent;
}

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

#wp-megamenu-primary {
	padding-left: 0px;
	padding-right: 0px;
}

#wp-megamenu-primary>.wpmm-nav-wrap .wpmm_brand_logo_wrap img {
	margin-right: 40px;
}

.storefront-primary-navigation {
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 18px;
	height: 100%;
	display: flex;
	align-items: center;
}

.main-navigation ul li a:hover,
.main-navigation ul li:hover > a,
.site-title a:hover,
.site-header ul.menu li.current-menu-item > a {
    color: #F9B42A;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column,
#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.mega-menu-link {
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	font-weight: 400;
	font-size: 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 > a.mega-menu-link:hover {
	font-weight: 400;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	display: none;
}

li.menu-item-has-children > ul.wp-megamenu-sub-menu::before {
	content: "";
	display: block;
	background: #f5f5f5;
	position: absolute;
	z-index: 1;
	width: 100vw;
	right: 100%;
	top: 0;
	height: 100%;
}

li.menu-item-has-children > ul.wp-megamenu-sub-menu::after {
	content: "";
	display: block;
	background: #f5f5f5;
	position: absolute;
	z-index: 1;
	width: 100vw;
	left: 100%;
	top: 0;
	height: 100%;
}

#wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li.current-menu-item > a {
	border-bottom-color: #f9b42a;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .textwidget h4 {
	font-size: 15px;
	margin-bottom: 5px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .textwidget hr {
	background-color: #404040;
	height: 2px;
	margin-bottom: 10px;
}

#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: 0px 15px 5px 15px;
}

#mega-menu-wrap-primary .with_frm_style .frm_inside_container .frm_primary_label {
	display: none;
}

#mega-menu-wrap-primary form {
	margin-bottom: 0px;
}

#mega-menu-wrap-primary form fieldset {
	padding-bottom: 0px;
}

/*** Search Modal ***/

.search-outer-container {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.search-outer-container .site-search .widget_product_search form input[type=search],
.search-outer-container .site-search .widget_product_search form input[type=text] {
	padding: 1.5em 1.5em;
    padding-left: 3.5em;
    width: 100%;
	border: 2px solid #F9B42A;
	border-radius: 60px;
	font-size: 22px;
	background: white;
}

.site-search .widget_product_search form::before {
    top: 1.75em;
    left: 2em;
    font-size: 22px;
}

body.modal-open {
    overflow: hidden;
}

.lbp-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: rgba(245,240,225,0.9);
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    justify-content: center;
    /*align-items: center;*/
	padding-top: 15%;
}

.lbp-modal.open {
    display: flex;
}

.modal-container {
    width: auto;
	min-width: 60%;
	max-width: 90%;
    margin: 5% auto 30px auto;
    background: transparent;
    border-radius: 0px;
    border: none; 
}

.lbp-modal-btn {
	display: flex;
	width: 30px;
	height: 30px;
	background: #F5F0E1;
	border-radius: 30px;
	justify-content: center;
	align-items: center;
}

.lbp-modal-btn:hover {
	cursor: pointer;
	background: #F9B42A;
}

.lbp-modal-btn img {
	width: 15px;
	height: auto;
}

button.modal-close-btn {
    display: flex;
	justify-content: center;
	align-items: center;
    background: white;
    color: black;
    padding: 5px;
	width: 30px;
	height: 30px;
    border-radius: 100%;
	margin-left: 15px;
}

button.modal-close-btn:hover,
button.modal-close-btn:focus {
    background: #F9B42A;
}

button.modal-close-btn i {
    font-size: 16px;
}

.lbp-modal .modal-header {
    padding: 15px;
}

.lbp-modal .modal-header .name {
    color: #F9B42A;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: left;
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
}

.lbp-modal .modal-body {
    padding: 0px;
}

.modal-body .featured-image {
    display: flex;
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('/wp-content/themese/LBP/assets/image-placeholder.jpg');
}

/*** Search Modal - END ***/

/**** New Search Function ****/

.wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-social-link.wpmm-social-link-search a {
	padding: 43px 15px 0px 15px;
}

.wpmm-search-wrap a.wpmm-search.search-close-icon {
	color: #404040!important;
	position: absolute!important;
    right: 100%;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-social-link.wpmm-social-link-search a i {
	background: #F5F0E1;
	padding: 10px;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	text-align: center;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-social-link.wpmm-social-link-search a.search-close-icon i {
	background: white;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-social-link.wpmm-social-link-search a:hover i {
	background: #F9B42A;
}

.storefront-primary-navigation #mega-menu-wrap-primary #mega-menu-primary .mega-search.mega-search-open input[type=text] {
    padding-left: 15px!important;
}

.top-search-overlay {
    background: rgba(245, 240, 225, 0.9);
}

.wpmm-search-input-wrap .search-wrap .form-control {
	padding: 20px 30px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	border: none;
	background: white;
	box-shadow: none;
	color: #404040;
}

/****** CTA Box *******/

section.cta-section,
section.text-section {
	padding-top: 50px;
	padding-bottom: 50px;
	background-size: cover;
	background-position: center top;
}

.cta-block {
	margin-bottom: 30px;
}

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

.cta-block .block-inner {
	box-shadow: 6px 6px 12px -5px rgba(0,0,0,0.45);
	position: relative;
	background: white;
	height: 100%;
}

.text-block .block-inner {
	position: relative;
	background: white;
}

.cta-block .block-inner a.cta-link {
	padding: 30px;
	position: relative;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #404040;
}

#whats-new-blocks .mixed-click {
	padding: 30px 30px 75px 30px;
    position: relative;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #404040;
}

#whats-new-blocks .mixed-click > .row > a {
	display: flex;
	flex-wrap: wrap;
    width: 100%;
    height: 100%;
    color: #404040;
	text-decoration: none;
}

#whats-new-blocks .mixed-click > .row > a:hover {
	text-decoration: none;
}

.cta-block .block-inner a.cta-link.what-card {
	width: 100%;
    height: 75px;
	position: absolute;
	right: 0;
	bottom: 0;
	top: auto;
}

#whats-new-blocks .cta-block a.cta-link.what-card .cta-btn {
    bottom: 0px;
    right: 0px;
}

#whats-new-blocks .add-to-bespoke .add_to_cart_inline {
	border: 0px!important;
	padding: 15px 0px 0px 0px!important;
	margin-bottom: 0px;
}

#whats-new-blocks .add-to-bespoke .added_to_cart {
	display: none;
}

/******* New ********/

#whats-new-blocks.twentyfive .cta-block {
	height: auto;
    display: flex;
    flex-direction: column;
}

#whats-new-blocks.twentyfive .mixed-click {
	padding: 30px 30px 30px 30px;
    position: relative;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #404040;
}

#whats-new-blocks.twentyfive .mixed-click .title {
	background-color: #404040;
    color: white;
    text-align: center;
    padding: 15px;
    margin-top: -65px;
    margin-bottom: 15px;
}

#whats-new-blocks.twentyfive .cta-block .block-inner {
	height: auto;
    background-color: transparent;
    /*box-shadow: none;*/
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

#whats-new-blocks.twentyfive .mixed-click {
	background-color: #ffcf61;
    /*border-bottom: 5px solid #404040;
    border-left: 5px solid #404040;
    border-right: 5px solid #404040;*/
}

#whats-new-blocks.twentyfive .cta-block .add-to-bespoke {
	width: auto;
    position: absolute;
    left: 40px;
    top: 30px;
}

#whats-new-blocks.twentyfive .cta-block .add-to-bespoke a {
    margin: 0px;
    width: 100%;
    border-radius: 15px;
    border: 5px solid #404040;
    -webkit-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.43);
    box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.20);
    background-color: #fbb71b;
    padding: 15px 30px;
    display: flex;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
}

#whats-new-blocks.twentyfive .cta-block .add-to-bespoke a.added_to_cart.wc-forward {
	margin-top: 15px;
}

#whats-new-blocks.twentyfive .cta-block .add-to-bespoke a:hover {
	background-color: #fbb71b;
}

#whats-new-blocks.twentyfive .add-to-bespoke .add_to_cart_inline {
	padding-top: 0px!important;
}


#whats-new-blocks.twentyfive .cta-block .add-to-bespoke a.add_to_cart_button::before {
	content: "\f055";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
    display: flex;
    position: relative;
    margin-right: 10px;
	font-size: 22px;
}


#whats-new-blocks.twentyfive a.round-featured {
	display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0px 0px 0px auto;
}

#whats-new-blocks.twentyfive a.round-featured .prod-img-carousel {
	width: 100%;
    height: 0px;
    padding-bottom: calc(80% - 10px);
    overflow: hidden;
    border-radius: 0;
    /*border: 5px solid #404040;*/
}

#whats-new-blocks.twentyfive .prod-img-carousel .slick-track {
	max-width: 100%;
    min-width: 100%;
    position: relative;
    height: 0px;
    padding-bottom: 100%;
	background-color: white;
}

#whats-new-blocks.twentyfive .prod-img-carousel .slick-track .image {
	height: 0px;
    padding-bottom: 100%;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    position: absolute !important;
	background-size: cover;
	background-position: center;
}



.text-block .block-inner {
	padding: 30px;
	height: 100%;
}

.ribbon {
	width: 160px;
	height: 160px;
	position: absolute;
	z-index: 1;
	left: -9px;
	top: -9px;
	background-image: url('/wp-content/themes/LBP/assets/images/ribbon-gold.svg');
	background-size: contain;
	background-position: top left;
}

.cta-block .block-inner .ribbon a.ribbon-link {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}

.ribbon .inner-text,
.ribbon .inner-text {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: -2px;
}

.ribbon i,
.ribbon .inner-text {
	position: absolute;
	transform: rotate(-45deg);
	width: 100%;
	left: -16px;
    top: 56px;
	text-align: center;
	color: white;
	opacity: 0.8;
}

.ribbon.small i,
.ribbon.small .inner-text {
	left: -11px;
    top: 42px;
	font-size: 12px;
}

.ribbon.white i,
.ribbon.white .inner-text {
	color: #404040;
}

.ribbon.small {
	width: 120px;
	height: 120px;
	left: -7px;
	top: -7px;
}

.ribbon.right.small {
	left: auto;
	right: -7px;
	top: -7px;
	transform: rotate(90deg);
}

.ribbon.right {
	left: auto;
	right: -9px;
	top: -9px;
	transform: rotate(90deg);
}

.ribbon.red {
	background-image: url('/wp-content/themes/LBP/assets/images/ribbon-red.svg');
}

.ribbon.white {
	background-image: url('/wp-content/themes/LBP/assets/images/ribbon-white.svg');
}

.ribbon.silver {
	background-image: url('/wp-content/themes/LBP/assets/images/ribbon-silver.svg');
}

.cta-block .text,
.text-block .text {
    line-height: 1.6;
    font-size: 14px;
}

.cta-block .text {
	margin-bottom: 0px;
}

.carousel-section .text {
	margin-bottom: 20px;
}

.prodcat-block .ui-accordion-header .cta-btn,
.cta-block a.cta-link .cta-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 75px;
	height: 75px;
	display: block;
	background-image: -webkit-linear-gradient(to left top, #F5F0E1 0%, #F5F0E1 50%, transparent 50%);
    background-image: -moz-linear-gradient(to left top, #F5F0E1 0%, #F5F0E1 50%, transparent 50%);
    background-image: -ms-linear-gradient(to left top, #F5F0E1 0%, #F5F0E1 50%, transparent 50%);
    background-image: -o-linear-gradient(to left top, #F5F0E1 0%, #F5F0E1 50%, transparent 50%);
    background-image: linear-gradient(to left top, #F5F0E1 0%, #F5F0E1 50%, transparent 50%);
	color: #404040;
}

.prodcat-block .ui-accordion-header .cta-btn {
	width: 55px;
	height: 55px;
}

.prodcat-block .ui-accordion-header:hover .cta-btn,
.prodcat-block .ui-accordion-header.ui-accordion-header-active .cta-btn,
.cta-block a.cta-link:hover .cta-btn,
.cta-block .ribbon:hover ~ a.cta-link .cta-btn {
	background-image: -webkit-linear-gradient(to left top, #F9B42A 0%, #F9B42A 50%, transparent 50%);
    background-image: -moz-linear-gradient(to left top, #F9B42A 0%, #F9B42A 50%, transparent 50%);
    background-image: -ms-linear-gradient(to left top, #F9B42A 0%, #F9B42A 50%, transparent 50%);
    background-image: -o-linear-gradient(to left top, #F9B42A 0%, #F9B42A 50%, transparent 50%);
    background-image: linear-gradient(to left top, #F9B42A 0%, #F9B42A 50%, transparent 50%);
	color: white;
}

.prodcat-block .ui-accordion-header .cta-btn i,
.cta-block a.cta-link .cta-btn i {
	font-size: 26px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.prodcat-block .ui-accordion-header .cta-btn img,
.prodcat-block .ui-accordion-header .cta-btn svg,
.cta-block a.cta-link .cta-btn img,
.cta-block a.cta-link .cta-btn svg {
	transform: rotate(90deg);
	width: 20px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.prodcat-block .ui-accordion-header .cta-btn img,
.prodcat-block .ui-accordion-header .cta-btn svg {
	transform: rotate(180deg);
	width: 15px;
}

.cta-block a.cta-link:hover .cta-btn svg .st0,
.cta-block .ribbon:hover ~ a.cta-link .cta-btn svg .st0 {
	fill: white;
}

.prodcat-block .ui-accordion-header:hover .cta-btn svg .st0,
.prodcat-block .ui-accordion-header.ui-accordion-header-active .cta-btn svg .st0 {
	fill: #404040;
}

.cta-block .image {
	width: 100%;
	height: 150px;
	background-size: cover;
	background-position: center center;
	margin-bottom: 20px;
}

.cta-block .title,
.text-block .title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
}



.lbp-carousel-outer.vertical .slick-slider {
	padding-left: 90px;
	position: relative;
}

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

ul.slick-dots li {
	line-height: 0;
}

ul.slick-dots li button {
	font-size: 0;
	line-height: 0;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	border: none;
	padding: 0px;
	margin: 5px;
}

.slick-slider .slick-arrow {
	font-size: 0px;
	line-height: 0;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	border: none;
	position: absolute;
	z-index: 1;
	bottom: 15px;
}

.slick-slider .slick-arrow.slick-prev {
	left: 0;
}

.slick-slider .slick-arrow.slick-next {
	right: 0;
}

.lbp-carousel-outer.vertical .slick-slider .slick-arrow.slick-prev {
	bottom: auto;
	top: 0;
	left: 15px;
}

.lbp-carousel-outer.vertical .slick-slider .slick-arrow.slick-next {
	bottom: 0;
	left: 15px;
	right: auto;
}

.lbp-carousel-outer.vertical .slick-slider .slick-arrow.slick-next svg,
.lbp-carousel-outer.vertical .slick-slider .slick-arrow.slick-next img {
	transform: rotate(180deg);
	margin-top: 5px;
}

.lbp-carousel-outer.horizontal .slick-slider .slick-arrow.slick-prev svg,
.lbp-carousel-outer.horizontal .slick-slider .slick-arrow.slick-prev img {
	transform: rotate(-90deg);
}

.lbp-carousel-outer.horizontal .slick-slider .slick-arrow.slick-next svg,
.lbp-carousel-outer.horizontal .slick-slider .slick-arrow.slick-next img {
	transform: rotate(90deg);
}

.lbp-carousel-outer.vertical .slick-slider .slick-dots {
	position: absolute;
	z-index: 0;
	left: 0;
	width: 90px;
	top: 0;
	height: 100%;
	padding: 80px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.lbp-carousel-outer.horizontal .slick-slider .slick-dots {
	width: 100%;
	height: 90px;
	padding: 0px 80px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.lbp-product-slide {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.lbp-product-slide .product-image {
	display: flex;
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    position: relative;
    margin: 0px;
    background-size: cover;
    background-position: center center;
    background-image: url(/wp-content/themes/LBP/assets/images/image-placeholder.jpg);
}

.lbp-product-slide .product-title  {
	margin-bottom: 15px;
	min-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lbp-product-slide .product-title h6 {
	font-size: 18px;
	line-height: 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0px;
}

.lbp-product-slide a.lbp-btn {
	margin-bottom: 30px;
}

.lbp-carousel-outer.navigation-cream ul.slick-dots li button,
.lbp-carousel-outer.navigation-cream button.slick-arrow {
	background: #F5F0E1;
}

ul.slick-dots li.slick-active button,
.lbp-carousel-outer.navigation-cream ul.slick-dots li.slick-active button,
.lbp-carousel-outer.navigation-cream ul.slick-dots li button:hover,
.lbp-carousel-outer.navigation-cream button.slick-arrow:hover {
	background: #F9B42A;
}

.lbp-carousel-outer button.slick-arrow:hover svg .st0 {
	fill: white;
}

section.grid-carousel-section .grid .product-image {
	width: 100%;
	padding-bottom: 100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

section.grid-carousel-section .grid .product-title {
	margin-bottom: 15px;
	min-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

section.grid-carousel-section .grid .product-title h6 {
	font-size: 18px;
	line-height: 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0px;
}

section.grid-carousel-section .grid .product-price {
	text-align: center;
	margin-bottom: 15px;
	min-height: 25px;
}

section.client-section {
	padding: 50px 0px;
}

section.client-section .client-block {
	margin-bottom: 30px;
}

section.client-section .client-block .block-inner {
	padding: 30px;
	border: 2px solid #f9b42a;
	border-radius: 10px;
	/*text-align: center;*/
	height: 100%;
	background: white;
}

section.client-section .client-block .block-inner .client-image {
	width: 100%;
	padding-bottom: 100%;
	border-radius: 100%;
	background-position: center center;
	background-size: cover;
	margin: 0px auto 30px auto;
}

section.client-section .client-block .block-inner .client-name {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

section.client-section .client-block .block-inner .col-max-200 {
	max-width: 200px;
}

.block-inner ul {
	list-style-position: outside;
	margin-left: 20px;
}

section.divider-section {
	margin: 10px 0px;
}

section.divider-section .divider {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	min-height: 2px;
	position: relative;
	width: 100%;
}

section.divider-section .divider::before,
section.divider-section .divider::after {
	content: '';
	display: flex;
	width: auto;
	height: 2px;
	background: #404040;
	flex-grow: 1;
}

section.divider-section .divider h4 {
	background: white;
	padding: 5px;
	margin-bottom: 0px;
}

/********** SHOP ***********/

body.logged-out .lbp-product-table span.woocommerce-Price-amount {
	display: none;
}

body.logged-out .lbp-product-table .col-price {
	line-height: 0;
}

body.logged-out .lbp-product-table .col-price del {
	text-decoration: none;
}

body.logged-out .lbp-product-table .col-price .logged-out-price {
	line-height: normal;
}

/*.lbp-product-table {
	visibility: hidden;
}*/

/*.shop-loading {
	margin-left: auto;
    margin-right: auto;
	position: absolute;
	left: 50%;
	top: 100px;
	transform: translateX(-50%)
}*/
    

.lbp-product-table table.wc-product-table.dtr-inline.collapsed>tbody>tr[role=row]>td.dtr-control::before {
	position: absolute;
	left: 13px;
	top: 50%;
	transform: translateY(-50%);
	width: 27px;
	height: 27px;
	border-radius: 27px;
	text-align: center;
	line-height: 27px;
	background: #f9b42a;
	color: white;
	font-size: 12px;
}


.lbp-product-table table.wc-product-table.dtr-column>tbody>tr>td.control::before {
	position: relative;
	left: auto;
	top: auto;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	text-align: center;
	line-height: 20px;
	background: #f9b42a;
	color: white;
	font-size: 12px;
}

.lbp-product-table table.wc-product-table.dtr-column>tbody>tr.parent>td.control::before,
.lbp-product-table table.wc-product-table.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control::before {
	color: white;
	background: #f5f0e1;
}

.lbp-product-table table.wc-product-table.dtr-column>tbody>tr.parent>td.control::before:hover,
.lbp-product-table table.wc-product-table.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control::before:hover {
	background: #f9b42a;
}



.select2-container {
    z-index: 0;
}

/*.lbp-product-table .dataTables_filter {
	visibility: hidden;
}*/

.lbp-product-table table.wc-product-table:not( .has-background ) th {
	background-color: transparent;
}

.lbp-product-table .wc-product-table .multi-cart.purchasable .multi-cart-check{
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	top: 50%;
	transform: translateY(-50%);
}

.lbp-product-table .wc-product-table .multi-cart-check input[type='checkbox'] {
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #391212;
	width: 20px;
	height: 20px;
}

.lbp-product-table .wc-product-table .multi-cart-check input[type='checkbox']:checked {
	background-color: #f9b42a;
	background-image: url(/wp-content/themes/LBP/assets/images/check.svg);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center center;
}

.lbp-product-table table.dataTable thead th,
.lbp-product-table table.dataTable tfoot th {
	font-weight: normal;
}

.shop-title {
	border-bottom: 2px solid #404040;
	margin-bottom: 15px;
}

.shop-filters .view-actions {
	display: flex;
	width: 100%;
	flex-direction: row;
	margin-bottom: 15px;
}

.shop-filters .view-actions button {
	display: flex;
	text-align: center;
	align-items: center;
	border: 1px solid #404040;
	flex-grow: 1;
	justify-content: center;
	line-height: 1;
}

.shop-filters .view-actions:hover button.active {
	background-color: transparent;
}

.shop-filters .view-actions button.active,
.shop-filters .view-actions button.active:hover,
.shop-filters .view-actions button:hover{
	background-color: #f9b42a;
}


.shop-filters .view-actions button:last-of-type {
	border-left: none;
	border-right: 1px solid #404040;
}

.shop-filters .view-actions button i {
	font-size: 14px;
	margin-right: 5px;
}

.shop-filters .lbp-shop-order select {
	display: flex;
	position: relative;
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #404040;
	padding: 5px 10px;
}

.shop-filters .lbp-shop-order select {
	background-color: #f9b42a;
	background-image: url(/wp-content/themes/LBP/assets/images/chevron-down.svg);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 10px 10px;
	margin-bottom: 15px;
}

.shop-filters .lbp-shop-order select:focus {
    outline: none;
}

.lbp-shop-search {
	display: flex;
	flex-direction: row;
	margin-bottom: 15px;
}

.lbp-shop-search input {
	display: flex;
	position: relative;
	width: 100%;
	border: 1px solid #404040;
	border-right: none;
	padding: 5px 10px;
	line-height: 1;
}

.lbp-shop-search button {
	display: flex;
	border: 1px solid #404040;
	padding: 0.618047em;
}

.lbp-shop-categories {
	margin-bottom: 30px;
}

.lbp-shop-categories h3 {
	font-size: 15px;
	border-bottom: 2px solid #404040;
	margin-bottom: 15px;
}

.lbp-shop-categories .bapf_sfilter .bapf_body > ul > li > input,
.lbp-shop-categories .bapf_sfilter .bapf_body > ul > li > label {
	display: none!important;
}

.lbp-shop-categories .bapf_sfilter .bapf_body ul {
	margin-left: 0px;
}


.lbp-shop-categories .bapf_sfilter .bapf_body > ul > li > ul > li > ul {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #404040;
	padding-left: 20px;
}

/*.wc-product-table-controls.wc-product-table-above {
	visibility: collapse;
    height: 0px;
    margin-bottom: 0px!important;
    overflow: hidden;
}*/
/*.dataTables_filter {
    display: none !important;
}*/
.wc-product-table-controls.wc-product-table-above {
    /* visibility: collapse; */
    /* height: 40px; */
    margin-bottom: 0px!important;
    overflow: hidden;
    /* display: block; */
    margin-top: 6px;
    border-bottom: 2px solid;
}

.wc-product-table-wrapper {
	margin-top: 0px;
}

.bapf_ckbox_square input[type=checkbox] {
	border: 1px solid #404040;
}

.bapf_ckbox_square input[type=checkbox]:checked {
	background: #f9b42a;
	padding: 0px;
	background-image: url(/wp-content/themes/LBP/assets/images/check.svg);
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center center;
}

.lbp-product-table table.dataTable {
	border-collapse: collapse;
}

.lbp-product-table table.dataTable thead .sorting_asc {
    background-image: url(/wp-content/themes/LBP/assets/images/sort_asc.png);
}

.lbp-product-table table.dataTable thead .sorting_desc {
    background-image: url(/wp-content/themes/LBP/assets/images/sort_desc.png);
}

.lbp-product-table table td {
	vertical-align: middle;
}

.lbp-product-table table .col-name .single-product-link {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	color: #404040;
	white-space: normal;
	min-width: 200px;
	max-width: 300px;
	display: block;
}

.lbp-product-table table.wc-product-table tbody tr:not(.child) {
	border-top: 1px solid;
	border-color: #404040;
}

.lbp-product-table table.wc-product-table tbody tr.row {
	border-top: 1px solid;
	border-color: #404040;
}

.lbp-product-table table:not( .has-background ) tbody td,
.lbp-product-table table:not( .has-background ) tbody tr:nth-child(2n) td {
	background-color: transparent;
}

.lbp-product-table table.dataTable tbody td {
	padding-top: 15px;
	padding-bottom: 15px;
}



.lbp-product-table table.dataTable tbody td.col-image {
	padding-left: 0px;
	width: 20%;
}

.lbp-product-table table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td.col-image {
	padding-left: 50px;
}

.lbp-product-table table.dataTable tbody td.col-image img {
	border-radius: 0px;
	width: 100%;
	height: 100%;
	min-width: 50px;
	max-width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.lbp-product-table table.dataTable>tbody>tr.child span.dtr-title {
	display: block;
	font-size: 12px;
	margin: 5px 0px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 5px;
}

.lbp-product-table table.dataTable>tbody>tr.child ul.dtr-details>li {
    border-bottom: 1px dotted #404040;
    padding: 0.5em 0;
}

.lbp-product-table .wc-product-table .child .multi-cart.purchasable {
	padding: 10px 25px 10px 0px;
}

.lbp-product-table .wc-product-table .child .multi-cart .multi-cart-check {
    right: 0;
    left: auto;
}


.lbp-product-table table.wc-product-table .cart .quantity .qty {
	box-shadow: none;
	border: 1px solid #404040;
	background-color: #f2f2f2;
	text-align: center;
	padding: 10px 5px 10px 10px!important;
	min-height: 30px!important;
}

.lbp-product-table table.wc-product-table .add-to-cart-wrapper form.cart .add-to-cart-button {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.lbp-product-table table.wc-product-table .add-to-cart-wrapper form.cart .add-to-cart-button * {
	display: flex!important;
    height: 100%!important;
}

.lbp-product-table table.wc-product-table .add-to-cart-wrapper form.cart .add-to-cart-button .quantity {
	margin: 0 10px 0 0!important;
}

.lbp-product-table .wc-product-table .cart .single_add_to_cart_button {
	margin: 0px!important;
}

.wc-product-table-controls input.button.btn {
	padding: 10px 20px;
    border: 1px solid #404040;
    margin-left: auto;
    margin-right: auto;
    color: #404040;
    background: white;
    text-align: center;
    font-weight: normal;
    line-height: 1;
}

.wc-product-table-controls input.button.btn:hover {
	background: #f9b42a;
    border-color: #404040;
}

table.cards tr.product-row {
	display: flex;
	flex-direction: column;
}

.lbp-product-table table.wc-product-table.cards tbody tr {
	border-bottom: 0px;
}

.lbp-product-table table.wc-product-table.cards tbody tr td {
	text-align: center;
}

.lbp-product-table table.dataTable.cards tbody td.col-image {
	width: 100%;
}

.lbp-product-table table.wc-product-table.cards tbody tr td .product-thumbnail {
	margin-left: auto;
	margin-right: auto;
}

.lbp-product-table table.wc-product-table.cards .col-name a {
	line-height: 1.2;
	min-height: 42px;
	margin-left: auto;
	margin-right: auto;
}

.lbp-product-table table.wc-product-table.cards td.child,
.lbp-product-table table.wc-product-table.cards tr.child {
	width: 100%;
	display: flex;
}

section.product-footer {
	background-color: #F5F5F5;
	padding-top: 30px;
}

.wc-product-table-controls .multi-cart-message {
	background: #F5F0E1;
}

.wc-product-table-wrapper .wc-forward,
.wc-product-table-controls .multi-cart-message a.added_to_cart.wc-forward {
	font-weight: normal;
}

.wc-product-table-wrapper .wc-forward:hover,
.wc-product-table-controls .multi-cart-message a.added_to_cart.wc-forward:hover {
	background: #f9b42a;
}

.lbp-product-table li.col-image,
.lbp-product-table td.control,
.lbp-product-table th.control{
	display: none;
}

/********* Single Product **********/

body.single-product div.product .summary .stock.out-of-stock {
	display: none;
}

body.single-product div.product .summary .lbp-out-of-stock {
	color: red;
	margin: 10px 0px;
}

body.single-product form.cart #wc-stripe-payment-request-wrapper {
	width: 100px;
	padding-top: 0px!important;
}

body.single-product form.cart p#wc-stripe-payment-request-button-separator {
	margin-top: 0px!important;
	margin-bottom: 0px!important;
	margin-left: 10px;
	margin-right: 10px;
}

h1.product_title,
section.related.products > h2,
section.up-sells.upsells.products > h2 {
	font-size: 24px;
	border-bottom: 2px solid #404040;
	padding-bottom: 15px;
	text-align: left;
}

section.related.products > h2,
section.up-sells.upsells.products > h2 {
	font-size: 15px;
}

section.up-sells img.attachment-woocommerce_thumbnail {
	background: white;
}

ul.products li.product .woocommerce-loop-product__title {
	font-weight: bold;
	min-height: 40px;
}

.lbp-search-result {
	text-align: center;
	margin-bottom: 15px;
}

.lbp-search-result a {
	color: #404040;
}

.lbp-search-result h4 {
	line-height: 1;
	min-height: 40px;
}

.lbp-search-term hr {
	height: 2px;
	background: #404040;
}

.search .pagination {
	border-top: 2px solid #404040;
	border-bottom: 2px solid #404040;
}

.lbp-search-result .lbp-search-img {
	display: flex;
	height: 100px;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}

.lbp-search-result .lbp-search-img img {
	height: 100%;
    max-width: 100%;
    width: auto;
    display: flex;
	align-self: center;
    border-radius: 0px; 
}

section.suggested-replacements {
	margin-top: 15px;
}

.storefront-full-width-content .site-main ul.products.columns-3 li.product.product.suggested-replacement:last-of-type,
ul.products li.product.suggested-replacement:last-of-type {
	margin-right: 0px;
}

ul.products li.product.suggested-replacement p.product,
.lbp-search-result p.product {
	border: none!important;
	padding: 0px!important;
}

.lbp-search-result p.product {
	text-align: center;
}

ul.products li.product.suggested-replacement .woocommerce-Price-amount.amount,
.lbp-search-result .woocommerce-Price-amount.amount{
	display: block;
	margin-bottom: 1rem;
}

ul.products li.product.suggested-replacement h2 {
	min-height: 40px;
}

.single-product div.product p.price {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 24px;
}

/*.single-product div.product p.price::after {
	content: '(per box)';
	display: inline-block;
	font-size: 15px;
	padding-left: 5px;
}*/

.single-product form.cart {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.single-product form.cart button {
	margin-left: 0px;
}

.single-product .product-specifics {
	margin-top: 10px;
	margin-bottom: 20px;
}

.single-product .product-specifics .info {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 15px;
}

.single-product .product-specifics .info img,
.single-product .product-specifics .info svg {
	width: 30px;
	margin-right: 10px;
}

.single-product .product-specifics .info .text {
	line-height: 1.2;
}

.single-product .entry-information {
	border-top: 1px solid #404040;
}

.single-product .entry-information .ingredients,
.single-product .entry-information .nutritional,
.single-product .entry-information .reference,
.single-product .entry-information .dietry,
.single-product .entry-information .allergy {
	padding-bottom: 30px;
}

table.nutritional-information {
	border-collapse: collapse;
	border-bottom: 1px solid #404040;
}

table.nutritional-information th {
	background-color: transparent;
	padding: 10px 0px;
	font-weight: normal;
	line-height: 1;
}

table.nutritional-information thead {
	border-bottom: 1px solid #404040;
}

table.nutritional-information thead th {
	font-weight: bold;
}

.single-product .entry-information .reference .ref-blocks,
.single-product .entry-information .dietry .diet-blocks,
.single-product .entry-information .allergy .allergy-blocks {
	text-align: center;
}

.single-product .entry-information .reference .ref-blocks .fig-block,
.single-product .entry-information .dietry .diet-blocks .fig-block,
.single-product .entry-information .allergy .allergy-blocks .fig-block {
	background-color: #F5F0E1;
	border-right: 2px solid white;
	border-left: 2px solid white;
	height: 100%;
	text-align: center;
}

.single-product .entry-information .allergy .allergy-blocks .fig-block img,
.single-product .entry-information .allergy .allergy-blocks .fig-block svg {
	max-height: 40px;
	max-width: 50px;
	margin-left: auto;
	margin-right: auto;
}

/*.single-product .entry-information .allergy .allergy-blocks .col {
	max-width: 14.285714285714286%;
}*/

.single-product .entry-information .allergy .allergy-blocks .fig-block {
	display: flex;
	flex-direction: column;
	padding: 10px;
	border: 2px solid white;
	min-height: 100px;
}

.single-product .entry-information .allergy .allergy-blocks .fig-block p {
	font-size: 12px;
    line-height: 14px;
    display: flex;
    flex-grow: 1;
    justify-content: center;
	align-items: center;
}


.single-product .entry-information .dietry .diet-blocks .fig-block.active,
.single-product .entry-information .allergy .allergy-blocks .fig-block.active {
	background-color: #F9B42A;
}

.single-product .entry-information .allergy .allergy-blocks .fig-block.active {
	background-color: #F9B42A;
	color: white;
}

.single-product .entry-information .allergy .allergy-blocks .fig-block.maybe {
	background-color: #404040;
	color: white;
}

.single-product .entry-information .reference .ref-blocks .col .fig-block,
.single-product .entry-information .dietry .diet-blocks .col .fig-block,
.single-product .entry-information .allergy .allergy-blocks .col .fig-block {
	padding: 10px;
}

.single-product .entry-information .reference .ref-blocks .col:first-of-type .fig-block {
	border-left-color: #F5F0E1;
}

.single-product .entry-information .reference .ref-blocks .col:last-of-type .fig-block {
	border-right-color: #F5F0E1;
}



.single-product .entry-information .reference .ref-blocks .col .fig-block h6 {
	font-size: 20px;
	padding-top: 15px;
}

.single-product .entry-information .dietry .diet-blocks .col .fig-block p {
	font-size: 12px;
	padding-top: 15px;
}

.key {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	display: inline-block;
}

.key.orange {
	background-color: #F9B42A;
}

.key.grey {
	background-color: #404040;
}

.single-product .entry-information .allergy .allergy-blocks .row {
	width: 100%;
}

/***** Oven *****/

.lbp-oven-header {
	display: block;
	width: 100%;
	height: 115px;
	background: white;
	-webkit-box-shadow: 0px 15px 30px 5px rgba(0,0,0,0.15); 
	box-shadow: 0px 15px 30px 5px rgba(0,0,0,0.15);
}

.lbp-oven-header.unox {
	background-color: black;
	background-image: url('/wp-content/uploads/2021/04/LOGO_UNOX_white.png');
	background-position: center center;
	background-size: auto 70%;
	background-repeat: no-repeat;
}

.single-product .lbp-oven div.product {
	overflow: visible;
}

.lbp-oven .ribbon div.type {
	position: absolute;
    transform: rotate(-45deg);
    width: 100%;
    left: -16px;
    top: 56px;
    text-align: center;
    color: #404040;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
	font-size: 20px;
	line-height: 1;
}

.lbp-oven-col {
	padding: 0px 0px 0px 0px;
}

/***** Breadcrumb ******/

.storefront-breadcrumb {
	background: #F5F0E1;
}

/***** Formidable Forms *******/

.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover, .frm_style_formidable-style.with_frm_style input[type=submit]:hover, .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover, .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
	background: #f9b42a;
	color: #404040;
}

/********* My Account ***********/

body.woocommerce-subscriptions .woocommerce_account_subscriptions form[name="jgtb_my_subscriptions_form"] button[value="ship_now_reschedule"],
body.woocommerce-subscriptions .woocommerce_account_subscriptions form[name="jgtb_my_subscriptions_form"] button[value="ship_now_keep"]{
	display: none;
}

body.woocommerce-subscriptions .woocommerce_account_subscriptions form[name="jgtb_my_subscriptions_form"] td.subscription-id.order-number ul {
	list-style: none;
	margin-left: 0px;
}

body.woocommerce-subscriptions .woocommerce_account_subscriptions form[name="jgtb_my_subscriptions_form"] td.subscription-id.order-number ul li {
	margin-bottom: 10px;
}

.woocommerce-view-subscription .shop_table.order_details {
	background-color: transparent;
}

.woocommerce-view-subscription .shop_table.order_details a.remove {
    display: block;
    width: auto;
    height: 100%;
    line-height: 1;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    font-size: 0px;
	text-indent: 0px;
}

.woocommerce-view-subscription .shop_table.order_details a.remove::before {
    content: "\f00d";
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #F5F0E1;
    color: #404040;
    line-height: 30px;
    text-align: center;
    position: relative;
    font-size: 14px;
}

.woocommerce-view-subscription .shop_table.order_details a.remove:hover::before {
    background-color: #f9b42a;
    color: white;
}

.woocommerce-view-subscription .shop_table.subscription_details {
	margin-bottom: 50px;
}

.woocommerce-view-subscription .shop_table.subscription_details tr {
	border-bottom: 1px dotted black
}

.woocommerce-view-subscription .shop_table.subscription_details tr td:first-of-type {
	font-weight: bold;
	padding-right: 10px;
}

.woocommerce-view-subscription .shop_table.subscription_details .subscription-actions a {
	margin-top: 2px;
	margin-bottom: 2px;
}

.woocommerce-view-subscription .shop_table.subscription_details .subscription-actions a.button {
	display: none;
}

.woocommerce-view-subscription .shop_table.subscription_details .subscription-actions a.button.suspend,
.woocommerce-view-subscription .shop_table.subscription_details .subscription-actions a.button.cancel,
.woocommerce-view-subscription .shop_table.subscription_details .subscription-actions a.button.change_payment_method {
	display: inline-block;
}

.asc-number p {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

.asc-number p span {
	font-size: 12px;
	font-weight: normal;
}

.favorites-list.lbp-favorites {
    margin-top: 15px;
}

.recent-favourites .favorites-list.lbp-favorites .no-favorites {
	padding-top: 10px;
}

.recent-favourites .favorites-list.lbp-favorites {
	border-top: 2px solid #404040;
	margin-bottom: 1.41575em;
}

.lbp-single-favorite {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 0px;
	text-align: center;
}

.lbp-single-favorite h4 {
	line-height: 1;
    min-height: 40px;
}

.lbp-single-favorite p {
	display: inline-flex;
	margin-bottom: 0px;
	font-size: 0.875em;
}

.lbp-single-favorite form {
	margin-top: 0px;
	margin-bottom: 10px;
}

.lbp-single-favorite p:last-of-type {
	flex-grow: 1;
	align-self: flex-end;
}

.lbp-single-favorite p a {
	margin-right: 10px;
}

.lbp-single-favorite .simplefavorite-button {
	padding: 0.6180469716em 0.875em;
    font-size: 0.875em;
    margin-right: auto;
	margin-left: auto;
	font-family: 'Open Sans', sans-serif;
}

.lbp-favs-dashboard .lbp-single-favorite {
	display: none;
}

.lbp-favs-dashboard .lbp-single-favorite:last-of-type,
.lbp-favs-dashboard .lbp-single-favorite:nth-last-child(2),
.lbp-favs-dashboard .lbp-single-favorite:nth-last-child(3) {
	display: flex;
}

.lbp-single-favorite a.product-link {
	text-decoration: none;
}

.simplefavorite-button.active {
	opacity: 1;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
    content: "\f004";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--previous a::before {
    content: "\f0e2";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--collection a::before {
    content: "\f468";
}

.hentry .entry-content .woocommerce-MyAccount-navigation.lbp-dashboard-navigation ul,
.lbp-dashboard-navigation ul{
	border: 1px solid #404040;
	border-top: 1px solid #404040;
	margin: 0px;
	list-style: none;
}

.hentry .entry-content .woocommerce-MyAccount-navigation.lbp-dashboard-navigation ul li,
.lbp-dashboard-navigation ul li {
	border-bottom: 1px solid #404040;
}

.hentry .entry-content .woocommerce-MyAccount-navigation.lbp-dashboard-navigation ul li:last-of-type,
.lbp-dashboard-navigation ul li:last-of-type {
	border-bottom: none;
}

.hentry .entry-content .woocommerce-MyAccount-navigation.lbp-dashboard-navigation ul li a,
.lbp-dashboard-navigation ul li a {
	padding: 15px;
	text-align: center;
	color: #404040;
	display: block;
}

.woocommerce-MyAccount-navigation.lbp-dashboard-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation.lbp-dashboard-navigation ul li a:hover,
.lbp-dashboard-navigation ul li.is-active a,
.lbp-dashboard-navigation ul li a:hover {
	background-color: #f9b42a;
}

.woocommerce-MyAccount-content .recent-favourites{
	margin-top: 30px;
}

.woocommerce-ResetPassword {
	text-align: center;
	width: auto;
	position: relative;
}

.woocommerce-ResetPassword .form-row-first,
.woocommerce-ResetPassword .form-row-last {
	width: 100%;
    float: none;
    margin-right: 0%;
    clear: both;
}

.woocommerce-ResetPassword .form-row-first input,
.woocommerce-ResetPassword .form-row-last input {
	/*max-width: 350px;*/
}

.woocommerce-ResetPassword.lbp-reset .show-password-input {
	position: absolute;
}

.woocommerce-ResetPassword .woocommerce-password-strength {
	display: inline-block;
	padding: 5px;
}
.lbp-reset p.woocommerce-form-row span.password-input {
	display: flex;
	flex-direction: column;
	align-items: center;
}


/*** Dashboard - Prvious Products Carousel ****/

.previous-products .slick-slider .slick-arrow {
	bottom: -50px;
}

.lbp-carousel-outer.previous-products {
	margin-top: 20px;
}

.lbp-carousel-outer.previous-products .lbp-product-slide .woocommerce {
	margin-bottom: 0px;
}

.lbp-carousel-outer.previous-products .lbp-product-slide .woocommerce li.product {
	margin-bottom: 0px;
}

.lbp-carousel-outer.horizontal.previous-products .slick-slider .slick-dots {
	margin-top: 15px;
	height: auto;
}

.lbp-carousel-outer.previous-products ul.slick-dots li button {
	width: 12px;
	height: 12px;
	background: #F5F0E1;
}

.lbp-carousel-outer.previous-products ul.slick-dots li.slick-active button,
.lbp-carousel-outer.previous-products ul.slick-dots li button:hover {
	background: #f9b42a;
}

.lbp-carousel-outer.previous-products ul.products li.product img {
	height: 80px;
	width: auto;
	margin-bottom: 10px;
}

/**** Make .woocommerce row ****/
main.lbp-account .entry-content .woocommerce,
body.woocommerce-checkout .entry-content .woocommerce {
	display: -webkit-box;
 	display: -ms-flexbox;
 	display: flex;
 	-ms-flex-wrap: wrap;
 	flex-wrap: wrap;
 	/*margin-right: -15px;
 	margin-left: -15px;*/
	margin-bottom: 50px;
}

.lbp-dashboard-navigation .column-title,
.lbp-account-content .column-title,
.woocommerce-order-details h2.woocommerce-order-details__title,
.woocommerce-customer-details h2.woocommerce-column__title {
	font-size: 20px;
	border-bottom: 2px solid #404040;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.lbp-account-content .recent-orders .title,
.lbp-account-content .recent-favourites .title,
.lbp-account-content .dash-previous-orders .title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: bold;
}

.lbp-account-content .dash-previous-orders .title {
	margin-top: 30px;
	padding-bottom: 15px;
	border-bottom: 2px solid #404040;;
	margin-bottom: 15px;
}

.lbp-account-content .dash-previous-orders .title i {
	margin-right: 10px;
}

.lbp-account-content .recent-orders .title img,
.lbp-account-content .recent-orders .title svg,
.lbp-account-content .recent-favourites .title img,
.lbp-account-content .recent-favourites .title svg {
	width: 20px;
	margin-right: 10px;
}

.lbp-account-content .recent-orders table.recent-orders {
	border-top: 2px solid #404040;
	margin-top: 15px;
}

.lbp-account-content fieldset {
	padding: 15px 0px;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3 {
	font-size: 20px;
	border-bottom: 2px solid #404040;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

table {
	border-collapse: collapse;
}

table:not( .has-background ) th,
table:not( .has-background ) tbody tr:nth-child(2n) td,
table:not( .has-background ) tbody td,
fieldset,
fieldset legend{
    background-color: transparent;
}

table thead th,
table td,
table th {
    padding: 10px 0px;
    vertical-align: middle;
}

table thead {
	border-bottom: 2px solid #404040;
}

table.shop_table.woocommerce-checkout-review-order-table tr th:last-of-type,
table.shop_table.woocommerce-checkout-review-order-table tr td:last-of-type{
	padding-left: 15px;
}

table.shop_table.woocommerce-checkout-review-order-table tfoot tr th:last-of-type {
	padding-left: 0px;
}

table.shop_table.woocommerce-checkout-review-order-table tfoot {
	border-bottom: 2px solid #404040;
	border-top: 2px solid #404040;
}

#payment .place-order .button,
.wc-proceed-to-checkout .button.checkout-button {
	font-size: 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

/**** Hide Field ****/
#order_alg_wc_checkout_field_2_field {
	display: none;
}
/********************/

a.remove::before {
	content: "\f00d";
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #F5F0E1;
    color: #404040;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

.woocommerce-mini-cart-item.mini_cart_item a.remove::before {
	width: 100%;
	height: 100%;
}

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


table.cart td.actions button {
	border-top-color: #404040;
}

table.cart thead tr th,
table.cart td.product-name a {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

table.cart td.product-name a {
	color: #404040;
	text-decoration: none;
}

body.woocommerce-order-received .woocommerce-order {
	width: 100%;
	display: flex;
	flex-direction: column;
}

body.woocommerce-order-received .woocommerce-order ul.order_details {
	width: calc(100% - 30px);
	margin-left: 15px;
	margin-right: 15px;
	float: none;
	display: flex;
	flex-direction: column;
}
body.woocommerce-order-received .woocommerce-order section.woocommerce-order-details,
body.woocommerce-order-received .woocommerce-order section.woocommerce-customer-details {
	padding: 15px;
}

body.woocommerce-order-received p.woocommerce-thankyou-order-received {
	text-align: center;
	font-size: 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

body.woocommerce-order-received #wc-od {
	padding: 0px 15px;
}

body.woocommerce-order-received #wc-od h2 {
	font-size: 20px;
    border-bottom: 2px solid #404040;
    padding-bottom: 10px;
    margin-bottom: 15px;
}


.woocommerce-order-details table.order_details {
	background-color: transparent;
}

ul.order_details {
	background-color: #F5F0E1;
}

.order_details:before, .order_details:after {
    background: -webkit-linear-gradient(transparent 0,transparent 0),-webkit-linear-gradient(135deg,#F5F0E1 33.33%,transparent 33.33%),-webkit-linear-gradient(45deg,#F5F0E1 33.33%,transparent 33.33%);
}

/***** Content Views ******/

.pt-cv-wrapper .add_to_cart_inline {
	text-align: center;
}

.pt-cv-wrapper .add_to_cart_inline a.added_to_cart {
	margin-top: 10px;
}

.pt-cv-wrapper a.pt-cv-href-thumbnail {
	width: 100%;
	height: 0px;
	padding-bottom: 100%;
	margin-bottom: 0px;
	position: relative;
	overflow: hidden;
}

.pt-cv-wrapper a.pt-cv-href-thumbnail img.pt-cv-thumbnail {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-bottom: 0px!important;
}

.pt-cv-wrapper .pt-cv-view h4.pt-cv-title {
	min-height: 40px;
	margin-top: 15px!important;
}

.pt-cv-wrapper .pt-cv-meta-fields .terms a {
	text-decoration: underline!important;
}

.pt-cv-view a.button {
	margin-left: auto;
	margin-right: auto;
}

.pt-cv-view .pt-cv-ifield {
	text-align: center;
}

/**** SHOP CATEGORIES PAGE ****/

.prodcat-grid {
	margin-top: 30px;
}

.prodcat-block {
	background-color: #F5F0E1;
	position: relative;
	box-shadow: 6px 6px 12px -5px rgb(0 0 0 / 45%);
	margin-bottom: 30px;
}

.prodcat-block .prodcat-block-inner {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 0;
}

.prodcat-block .prodcat-block-inner .img-screen {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all .2s ease-in-out;
}

.prodcat-block:hover .img-screen {
	transform: scale(1.5);
}

.prodcat-block .parent {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 200px;
	padding: 30px 0px;
	text-decoration: none;
	text-align: center;
	line-height: 1;
	background-color: rgba(64,64,64,0.5);
}

.prodcat-block .parent:hover {
	cursor: pointer;
}

.hentry .entry-content .prodcat-block .parent {
	text-decoration: none;
}

.prodcat-block .parent span {
	text-transform: uppercase;
	color: #404040;
	color: white;
	font-size: 24px;
	font-family: 'Open Sans Condensed', sans-serif;
}


.cta-section .prodcat-block {
	display: flex;
    flex-direction: column;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.cta-section .prodcat-block .prodcat-block-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
} 

.cta-section .prodcat-block .parent {
	height: 100%;
	min-height: 250px;
}

/* MODAL */

body.shopmodal-open {
	overflow: hidden;
}

.shopmodal-close {
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	background: #404040;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
}

.shopmodal-close:hover {
	background: #404040;
}

.shopmodal-close i {
	color: #F5F0E1;
	font-size: 26px;
}

.shopmodal-close:hover i {
	color: #fbb71b;
}

.cta-section .subcat-modal,
.prodcat-grid .subcat-modal {
	display: none;
}

.cta-section .subcat-modal.open,
.prodcat-grid .subcat-modal.open {
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	width: 100vw;
	height: 100vh;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.65);
	backdrop-filter: blur(5px);
	overflow-y: auto;
}

.cta-section .subcat-modal .container,
.prodcat-grid .subcat-modal .container {
	position: relative;
	min-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 100px;
	padding-bottom: 100px;
}

.cta-section .subcat-modal .container .shopmodal-container,
.prodcat-grid .subcat-modal .container .shopmodal-container {
	justify-content: center;
	align-items: center;
	min-width: calc(100% + 30px);
}


.prodcat-block.subcat-block {
	margin-top: 15px;
	margin-bottom: 15px;
	display: none;
	background-color: #fbb71b;
}


.prodcat-block.subcat-block a {
	display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    padding: 30px 0px;
	text-transform: uppercase;
    color: white;
    font-size: 24px;
    font-family: 'Open Sans Condensed', sans-serif;
	text-decoration: none;
	text-align: center;
    line-height: 1.1;
	background-color: rgba(64,64,64,0.5);
}

.shopmodal-container {
	justify-content: center;
}

/* MODAL END */

.prodcat-block .inner-accordion {
	visibility: hidden;
	position: absolute;
}

.prodcat-block .inner-accordion.ui-accordion {
	position: relative;
	border: 1px solid #404040;
}

.prodcat-block .ui-accordion .ui-accordion-header {
	margin: 0px;
	padding: 10px 0px 10px 20px;
	height: 55px;
	border-radius: 0px;
	border: none;
	display: flex;
	align-items: center;
	background-color: #404040;
	color: white;
}

.prodcat-block .ui-accordion .ui-accordion-header:hover,
.prodcat-block .ui-accordion .ui-accordion-header.ui-accordion-header-active {
	color: #F9B42A;
}

.prodcat-block .ui-accordion .ui-accordion-content {
	position: absolute;
	z-index: 2;
	width: calc(100% + 2px);
	border: 1px solid #404040;
	border-top: 0px;
	border-radius: 0px;
	background: #F9B42A;
	left: -1px;
	padding: 15px 20px;
}

.prodcat-block .ui-accordion .ui-accordion-content a {
	display: block;
	text-decoration: none;
	padding: 2px 0px;
}

.prodcat-block .ui-accordion .ui-accordion-content a:hover {
	color: white;
}

/******** Single Product PRINT ********/

body.print-preview-mode .site-header,
body.print-preview-mode .storefront-breadcrumb,
body.print-preview-mode .lbp-oven-header,
body.print-preview-mode .non-print-content,
body.print-preview-mode .product-footer,
body.print-preview-mode .pre-footer,
body.print-preview-mode .site-footer,
body.print-preview-mode .site-footer *,
body.print-preview-mode .storefront-handheld-footer-bar{
	display: none!important;
}

.print-preview {
	display: none;
	position: relative;
	/*top: 0;
	left: 0;
	z-index: 999;*/
	min-width: 100vw;
	min-height: 100%;
	height: auto;
	background: white;
}

.print-preview .button-container {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	padding: 100px 0px 100px 0px;
}

.print-preview .product-print {
	display: block;
	position: relative;
	margin: auto;
}

button.printProduct,
button.closePrint{
	display: none;
	margin: 20px auto;
}

.print-preview .product-print {
	position: relative;
	margin: 0px auto;
}

/**** REGULAR CSS ****/
.product-print table:not( .has-background ) tbody tr:nth-child(2n) td.orange,
.product-print .orange {
	background-color:#F9B42A;
}

.product-print table:not( .has-background ) tbody tr:nth-child(2n) td.cream,
.product-print .cream {
	background-color:#F5F0E1;
}

.product-print table:not( .has-background ) tbody tr:nth-child(2n) td.grey,
.product-print .grey {
	background-color:#404040;
}

.product-print .allergy-table img {
	max-height: 50px;
	margin: 0px auto;
}

/********* Media Queries - Theme **********/

@media (min-width: 768px){
	
	.woocommerce-ResetPassword .form-row-last {
		width: 100%;
		float: none;
	}
	
	#ship-to-different-address label {
		font-weight: normal;
	}
	
	.site-header-cart .widget_shopping_cart .product_list_widget li a.remove {
		margin-right: 10px;
	}
	
	.site-header-cart .widget_shopping_cart .product_list_widget li a.remove::before {
		text-align: center;
		line-height: 22px;
	}
	
	.footer-widgets {
		padding-top: 0px;
		border-bottom: none;
	}
	
	table.cart th, table.cart td {
		padding: 15px;
	}
	
	.cart-collaterals h2 {
		font-size: 20px;
		border-bottom: 2px solid #404040;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	
	.cart-collaterals h2.woocommerce-loop-product__title {
		border-bottom: 0px;
	}
	
	table.cart td.product-remove {
		display: table-cell;
		padding: 15px 0px;
		border: 0;
	}
	
	table.cart td.product-remove a.remove {
		font-size: 20px;
	}
	
	#order_review_heading {
		font-size: 20px;
		border-bottom: 2px solid #404040;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	
	#order_review_heading, #order_review {
		width: inherit;
		float: none;
		margin-right: 0;
		clear: none;
	}
	
	.woocommerce-MyAccount-navigation.lbp-dashboard-navigation {
		width: inherit;
		float: none;
		margin-right: 0;
	}
	
	.woocommerce-MyAccount-content.lbp-dashboard-navigation {
		width: inherit;
		float: none;
		margin-right: 0;
	}
	
	.storefront-full-width-content .up-sells > h2:first-child,
	.storefront-full-width-content .related.products > h2:first-child {
		text-align: inherit;
	}
	
	.storefront-full-width-content.single-product div.product .woocommerce-product-gallery,
	.storefront-full-width-content.single-product div.product .summary {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 0;
	}
	
	.storefront-breadcrumb {
		padding: 10px 0;
		margin: 0;
	}
	
	.site-header {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.content-area {
		margin-bottom: 0px;
	}
	
	.woocommerce-active .site-header .site-header-cart {
		width: auto;
		float: none;
	}
	
	.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
		width: auto;
		float: none;
		margin-right: 0;
		margin: 0;
		display: flex;
	}
	
	.storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
		width: auto;
		float: none;
		margin-right: 0;
	}
	
	.site-header-cart .cart-contents {
		padding: 10px 0;
	}
	
	.secondary-navigation .menu a {
		padding: 15px 15px;
		color: #737781;
		font-weight: 400;
	}
	
	.main-navigation ul.menu > li > a,
	.main-navigation ul.nav-menu > li > a {
		padding: 10px 10px; 
	}
	
	.site-branding,
	.site-search,
	.site-header-cart,
	.site-logo-anchor,
	.site-logo-link,
	.custom-logo-link {
		margin-bottom: 0;
	}
	
	.woocommerce-active .site-header .main-navigation {
		float: none;
		width: 100%;
		margin-right: 0px;
	}
	
	.main-navigation ul.menu,
	.main-navigation ul.nav-menu {
		margin-left: 0;
	}
	
	.site-header .site-branding img {
		width: 100%;
		max-width: 255px;
	}
	
	.woocommerce-active .site-header .site-search {
		width: 100%;
		float: none;
		margin-right: 0;
		clear: none;
	}
	
	.storefront-full-width-content.woocommerce-cart .entry-header, .storefront-full-width-content.woocommerce-checkout .entry-header, .storefront-full-width-content.woocommerce-account .entry-header, .storefront-full-width-content .woocommerce-products-header {
		text-align: center;
		padding: 0;
	}
	
	.storefront-sorting {
		margin-bottom: 0px;
	}
	
	.lbp-product-table .wc-product-table-wrapper {
		margin-top: 0px;
	}
	
	.woocommerce-active .site-header .storefront-primary-navigation #mega-menu-wrap-primary {
		display: flex;
		width: 100%;
		float: none;
		margin-right: 0px;
		position: relative;
		flex-direction: column;
	}
	
	.lbp-oven-col {
		padding: 0px 15px 0px 0px;
	}
	
	.lbp-oven .lbp-oven-col .woocommerce-product-gallery img {
		background-color: black;
	}
}


/******** Bootstrap Media Queries **********/

/*** SMALL ***/
@media (min-width: 576px) {
  
	#mega-menu-wrap-primary .mega-menu-toggle {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.lbp-product-table li.col-image {
		display: list-item;
	}
	
	.storefront-primary-navigation #mega-menu-wrap-primary #mega-menu-primary {
		padding: 30px;
		width: calc(100% + 100%);
		left: -100%;
		margin-bottom: 30px;
	}
	
	
}

/*** MEDIUM ***/
@media (min-width: 768px) {

	.site-header .custom-logo-link img {
		width: 100%;
		max-width: 210px;
	}
	
	.catalogue-footer .content {
		padding: 0px;
		background: rgba(255,255,255,0);
	}
	
	.lbp-product-table table.dataTable tbody td.col-image img {
		min-width: 40px;
	}
	
	.lbp-product-table table .col-name .single-product-link {
		max-width: none;
	}
	
	#mega-menu-wrap-primary .mega-menu-toggle {
		margin-top: 15px;
		margin-bottom: 15px;
	}
  
	body.woocommerce-order-received .woocommerce-order ul.order_details {
		width: calc(50% - 30px);
		margin-left: 25%;
		margin-right: 25%;
	}
	
	.storefront-primary-navigation #mega-menu-wrap-primary #mega-menu-primary {
		padding: 30px;
		width: calc(100% + 33.3%);
		left: -33.3%;
		margin-bottom: 30px;
	}
	
	.lbp-cart-contents {
		margin: 0px;
	}
	
	.site-content {
		padding: 0px;
	}
	
	.pre-footer {
		padding: 0px;
	}
	
	.site-footer {
		padding: 30px 15px;
	}
	
	.mid-header {
		padding: 0px;
	}
	
	.builder-content .entry-content-builder {
		margin-left: 0px;
		margin-right: 0px;
	}

	.builder-content .entry-content-builder section {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.lbp-footer-widgets .block {
		padding-right: 30px;
	}
	
	.storefront-breadcrumb {
		padding-left: 0px;
		padding-right: 0px;
	}
	
}

/*** LARGE ***/
@media (min-width: 992px) {
	
	
}


/**** Menu resposive break ****/

@media only screen and (max-width: 1199px) {
	
	#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-576 .mega-search.mega-search-closed input[type=text] {
		padding: 5px 15px ;
	}
	
}

/*** EXTRA LARGE ***/
@media (min-width: 1200px) {
	
	
	.lbp-main-navigation #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-1749 {
		line-height: 1!important;
	}
	
	
	/***** Relavanssi Search ******/
	
	

	.lbp-relevanssi-search.nav {
		display: block;
		width: 36px;
		height: 36px;
		position: relative;	
	}
	
	.lbp-relevanssi-search.nav.static {
		width: 100%;
	}

	.lbp-relevanssi-search.nav button.nav-search-expander {
		width: 36px;
		height: 36px;
		border-radius: 36px;
		justify-content: center;
		align-items: center;
		padding: 5px;
		border: none;
		background: #F5F0E1;
		display: flex;
		position: absolute;
		z-index: 1;
		top: 0;
		right: 0;
	}

	.lbp-relevanssi-search.nav form.search-form {
		display: flex;
		flex-direction: row;
		background: #F5F0E1;
		align-items: center;
		border-top-left-radius: 36px;
		border-bottom-left-radius: 36px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		height: 100%;
		position: absolute;
		right: calc(100% - 18px);
		top: 0;
		z-index: 0;
		overflow: hidden;
		/*width: 185px;*/
		width: 0px;
		transition: width 1s;
	}
	
	.lbp-relevanssi-search.nav.static form.search-form {
		position: relative;
		right: 0;
		width: calc(100% - 36px);
		overflow: visible;
	}

	.lbp-relevanssi-search.nav.open form.search-form {
		width: 185px;
		transition: width 1s;
	}

	.lbp-relevanssi-search.nav input[type='search'] {
		font-size: 16px;
		line-height: 1;
		padding: 0px;
		border: none;
		background: #F5F0E1;
		margin-left: 15px;
		margin-right: 18px;
	}

	.lbp-relevanssi-search.nav input[type="submit"] {
		font-size: 0px;
	}
	
	/*.lbp-relevanssi-search.nav.open input[type="submit"] {
		width: 35px;
		height: 35px;
		position: absolute;
		background: red;
		right: 0px;
		top: 0;
		z-index: 2;
	}*/

	.lbp-relevanssi-search.nav button.nav-search-expander i {
		font-size: 12px;
	}

	/***** Relavanssi Search - END ******/
	
	.lbp-product-table table.dataTable tbody td.col-image {
		width: 10%;
	}
	
	.storefront-primary-navigation #mega-menu-wrap-primary #mega-menu-primary {
		padding: 0px;
	}
	
	.site-header .custom-logo-link img {
		align-self: center;
	}
	
	.storefront-primary-navigation #mega-menu-wrap-primary #mega-menu-primary {
		width: 100%;
		left: 0;
		margin-bottom: 0px;
	}
	
	.woocommerce-active .site-header .storefront-primary-navigation #mega-menu-wrap-primary {
		display: flex;
		width: 100%;
		float: none;
		margin-right: 0px;
		justify-content: center;
	}
	
	#mega-menu-wrap-primary .mega-menu-toggle {
		display: none;
	}
	
	#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"] li.mega-menu-item > ul.mega-sub-menu {
		margin-top: 17px;
		width: calc(100% + 33.3%);
		left: -33.3%;
		padding: 30px 0px;
	}
  
	#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"] li.mega-menu-item > ul.mega-sub-menu::before {
		display: block;
		content: '';
		background: #f5f5f5;
		width: 200vw;
		height: 100%;
		position: absolute;
		z-index: 0;
		top: 0;
	}

	#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"] li.mega-menu-item > ul.mega-sub-menu::before {
		left: -100vw;
	}
	
	#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-576 .mega-search-wrap {
		margin-left: 15px;
	}
	
}


/******* Breadcrumbs *******/

.storefront-breadcrumb > .col-full {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
	box-sizing: border-box;
}

@media (min-width: 576px) {
  .storefront-breadcrumb > .col-full {
    max-width: 540px;
	  box-sizing: border-box;
  }
}

@media (min-width: 768px) {
  .storefront-breadcrumb > .col-full {
    max-width: 720px;
	  box-sizing: border-box;
  }
}

@media (min-width: 992px) {
  .storefront-breadcrumb > .col-full {
    max-width: 960px;
	  box-sizing: border-box;
  }
}

@media (min-width: 1200px) {
  .storefront-breadcrumb > .col-full {
    max-width: 1140px;
	  box-sizing: border-box;
  }
}


/************* What's New Page *************/

#whats-new-blocks .cta-block {
	min-height: 150px;
}

#whats-new-blocks .cta-link {
	text-decoration: none;
}

#whats-new-blocks .cta-block .image {
	height: 0px;
	padding-bottom: 100%;
}

#whats-new-blocks .cta-block p.price {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 24px;
}

#whats-new-blocks .cta-block a.cta-link .row {
	height: 100%;
}

#whats-new-blocks .cta-block a.cta-link .cta-btn {
	bottom: -30px;
	right: -15px;
}

#whats-new-blocks .cta-block .product-specifics {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dotted #404040;
}

#whats-new-blocks .cta-block .product-specifics .info {
	display: flex;
	align-items: flex-start;
	width: 50%;
	margin-bottom: 10px;
	padding-right: 10px;
}

.cta-block .product-specifics .info .text {
	font-size: 12px;
}

#whats-new-blocks .cta-block .product-specifics .info svg {
	width: 30px;
	margin-right: 10px;
}

/*#whats-new-blocks .cta-block .block-inner {
	background-color: #f5f0e1;
}

#whats-new-blocks .cta-block a.cta-link .cta-btn {
	background-image: linear-gradient(to left top, #ffffff 0%, #ffffff 50%, transparent 50%);
}

#whats-new-blocks .cta-block:hover a.cta-link .cta-btn {
	background-image: linear-gradient(to left top, #F9B42A 0%, #F9B42A 50%, transparent 50%);
}*/

