/*
Theme Name: Barrelproof
Description: Een stylesheet voor gebruik op Barrelproof, gebaseerd op het Salient Framework
Author: CS Websites
Author URI:  https://cswebsites.nl
Template: salient
Version: 1.0
*/

/*----- Font Import -----*/

@font-face {
    font-family: 'ES Face';
    src: url("/wp-content/themes/barrelproof-app/fonts/ESFace-Light.woff") format("woff"),
        url("/wp-content/themes/barrelproof-app/fonts/ESFace-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Denim';
    src: url("/wp-content/themes/barrelproof-app/fonts/Denim-Regular.woff") format("woff"),
        url("/wp-content/themes/barrelproof-app/fonts/Denim-Regular.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Iki Mono';
    src: url("/wp-content/themes/barrelproof-app/fonts/IkiMonoCondensed-Light.woff") format("woff"),
        url("/wp-content/themes/barrelproof-app/fonts/IkiMonoCondensed-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}

.es-face-headline, .es-face-headline > * {
	font-family: 'ES Face' !important;
	text-transform: unset;
}

.denim-headline, .denim-headline > * {
	font-family: 'Denim' !important;
	text-transform: uppercase;
}

/*----- Header -----*/

#header-outer:not([data-format=left-header]) #top nav>.buttons {
	align-items: center;
}

body.material #header-outer:not([data-format=left-header]) #top nav>.buttons>li {
	margin: 0 10px !important;
}

#header-outer #top nav>.buttons > li a {
	width: 47px;
	height: 47px;
	background-color: #fff;
	border-radius: 5px;
	display: flex;
    justify-content: center;
	align-items: center;
}

#header-outer #top nav>.buttons > li.nectar-woo-cart a {
	background-color: #000;
}

body #header-outer, body[data-header-color="dark"] #header-outer {
    background-color: rgba(255, 255, 255, 100);
    background-color: #f0f0f0 !important;
}

#header-outer .icon-salient-search {
	width: 20px !important;
}

#header-outer .icon-salient-search:before {
	content: '' !important;
	background-image: url('/wp-content/uploads/2026/01/bp-icon-search.svg');
	width: 20px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    height: 22px;
}

#header-outer .icon-salient-m-user {
	width: 20px !important;
}

#header-outer .icon-salient-m-user:before {
	content: '' !important;
	background-image: url('/wp-content/uploads/2026/01/bp-icon-user.svg');
	width: 20px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    height: 22px;
}

#header-outer:not([data-format="left-header"]) .cart-menu .cart-icon-wrap {
	width: 18px !important;
}

.icon-salient-cart:before, body.material .icon-salient-cart:before {
	content: '' !important;
	background-image: url('/wp-content/uploads/2026/01/bp-icon-addtocart.svg');
	width: 18px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    height: 22px;
}

#search-outer.material-open #search #close a:before {
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

body.material #header-outer a.cart-contents .cart-wrap span {
	background-color: #3E3E3E !important;
}

body.material #header-outer:not([data-format="left-header"]) .cart-wrap {
	top: -10px;
	right: -12px;
}

@media only screen and (max-width: 999px) {
    #header-outer[data-cart=true] #top #mobile-cart-link, #header-outer[data-cart=true] #top .span_9>.slide-out-widget-area-toggle, #top .mobile-search {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1200px) {
	#header-outer .icon-salient-cart {
		filter: brightness(0);
	}
}

#header-outer.simple-ocm-open {
	background-color: #FFF !important;
}

#header-outer #mobile-menu {
	padding-bottom: 10px;
}

#mobile-menu .menu-items-wrap>ul:last-child>li:last-child:after {
	display: none !important;
}

/*----- Search -----*/

#search-outer .products li.product .nectar_quick_view {
	display: block;
}

#search-outer .woocommerce ul.products li.product .product-wrap img {
	width: 150px !important;
    height: 150px !important;
    padding: 10px;
    margin: 0 auto;
}

#search-outer .products li.product.minimal {
	box-shadow: rgba(0, 0, 0, 0.08) 0 0 0 1px, rgba(0, 0, 0, 0.05) 0 3px 8px;
}

.nectar-quick-view-box div.product form.cart div.quantity {
	margin-right: 20px;
}

body.search-results .nectar-shop-header h1.page-title {
	margin-bottom: 30px;
}

/*----- 404 Page -----*/

#error-404 {
	padding-top: 160px;
}

#error-404 .nectar-button {
	text-transform: uppercase;
}

/*----- Centered Rows -----*/

.centered-row {
	margin-left: auto;
	margin-right: auto;
}

/*----- Nectar CTA -----*/

.nectar-cta[data-style="underline"] .link_wrap .link_text:after {
	border-bottom-width: 2px !important;
}

.nectar-cta[data-style=curved-arrow-animation] .link_wrap .text {
	text-transform: uppercase;
	font-family: 'Denim';
}

.app-shortcut-link {
	width: fit-content;
}

.app-shortcut-button {
	background: #fff;
    border-radius: 5px;
    height: 48px;
	width: fit-content;
	padding-right: 25px;
	transition: background-color .2s;
}

.app-shortcut-button:hover {
	background: #B5B5B5;
}

.app-shortcut-button span {
	font-family: 'Denim';
	text-transform: uppercase;
	color: #000;
    vertical-align: middle;
}

.app-shortcut-button .shortcut-barrelproof-app {
	width: 55px;
    display: inline-block;
    vertical-align: middle;
}

/*----- Contact Form 7 -----*/

.wpcf7 .wpcf7-submit {
	width: 100%;
}

.grecaptcha-badge {
	opacity: 0;
	visibility: hidden;
	height: 1px;
	width: 1px;
}

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

.nectar-global-section.before-footer {
	padding-top: 0 !important;
}

.site-footer .col-left {
    width: 130px;
}

.site-footer .col-center {
	flex: 1;
}

.site-footer .col-right > .vc_column-inner > .wpb_wrapper {
	display: flex;
	justify-content: right;
}

.site-footer .col-right > .vc_column-inner > .wpb_wrapper > * {
	margin-bottom: 0;
}

.site-footer .col-right .wpb_text_column p {
	margin-right: 15px;
}

.site-footer .col-right .wpb_text_column p {
	line-height: 47px;
}

.site-footer .col-center .wpb_text_column {
	margin-bottom: 5px;
}

@media only screen and (max-width: 999px) {
	.site-footer .row_col_wrap_12_inner {
		display: block !important;
	}
	.site-footer .col-right {
		position: absolute;
		top: 0;
		right: 0;
	}
	.site-footer .col-right .wpb_text_column {
		display: none;
	}
}

.wpb_text_column a {
	text-decoration: none;
	display: inline-block;
	position: relative;
}

.wpb_text_column a:after {
	position: absolute;
    display: block;
	border-top-width: 1px;
	bottom: -3px;
    left: 0;
    width: 100%;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-top: 2px solid #000;
    content: "";
    padding-bottom: inherit;
	transform-origin: right;
	transition: transform .3s cubic-bezier(0.25,0,0.4,1),border-color 0.35s cubic-bezier(0.52,0.01,0.16,1);
	border-color: #000;
}

.wpb_text_column a:hover:after {
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.site-footer .nectar_icon_wrap .nectar_icon:before {
	box-shadow: none;
	display: none;
}

.site-footer .nectar_icon_wrap .nectar_icon:after {
	background: #fff;
	border-radius: 5px;
}

.site-footer .nectar_icon_wrap[data-style="shadow-bg"] .nectar_icon i {
	color: #000 !important;
}

.site-footer .wpb_text_column a:after {
	border-color: #fff;
}

/*----- Image Aspect Ratio -----*/

.image-size-1-1 .divider-wrap {
	aspect-ratio: 1 / 1;
}

.image-size-1-1 .divider-wrap .divider {
	height: unset !important;
}

/*----- WooCommerce: Archives -----*/

.post-type-archive-product.woocommerce .container-wrap, .tax-product_cat.woocommerce .container-wrap {
	background-color: #F0F0F0;
}

/*----- WooCommerce: Product Cards -----*/

.product .price span.wholesale_price_container {
	display: inline !important;
}

.product del.original-computed-price {
	font-size: 16px !important;
	margin-right: 3px;
}

body.logged-in.wholesale_customer .price del {
	display: none !important;
}

.products li.product.minimal .product-meta {
	padding: 15px;
}

.woocommerce ul.products li.product .product-wrap img, .woocommerce-page ul.products li.product .product-wrap img {
	height: 280px !important;
    object-fit: contain;
    padding: 20px;
	background-color: #fff;
}

.style_slide_in_click .woocommerce-mini-cart div.quantity {
	border-radius: 0;
    background: #F5F5F5;
    border: none;
}

.woocommerce-mini-cart .quantity .minus, .woocommerce-mini-cart .quantity .plus,
.cart .quantity .minus, .cart .quantity .plus {
	height: 45px;
    font-size: 22px !important;
    font-family: Denim;
}

.nectar-manual-add-wrap .quantity, .cart .quantity {
	border-radius: 0 !important;
    background: #F5F5F5;
    border: none;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
	min-width: 110px;
    max-width: 140px;
}

.nectar-manual-add-wrap .quantity .minus, .nectar-manual-add-wrap .quantity .plus,
.cart .quantity .minus, .cart .quantity .plus {
    height: 45px;
    font-size: 22px !important;
    font-family: Denim;
    font-weight: 400 !important;
    line-height: 1 !important;
    width: 33.3%;
	background: transparent;
	color: black;
}

.nectar-manual-add-wrap .quantity .minus, .cart .quantity .minus {
	padding-left: 11%;
    padding-right: 0;	
}

.nectar-manual-add-wrap .quantity .plus, .cart .quantity .plus {
	padding-left: 0;
    padding-right: 11%;
}

.nectar-manual-add-wrap .quantity .qty, .cart .quantity .qty {
	border: none;
    font-weight: 600;
    width: 33.3%;
    box-sizing: content-box;
    line-height: 1 !important;
    color: inherit;
    padding: 1px 2px;
    box-shadow: none;
    text-align: center;
	background: transparent;
}

.woocommerce ul.products li.product .add_to_cart_button.nectar-manual-add-btn {
	height: 45px;
    font-family: 'Denim';
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
	background-image: url('/wp-content/uploads/2026/01/bp-icon-addtocart.svg');
	background-size: 18px;
	background-position: left 15px center;
	padding: 0 20px 0 45px;
    line-height: 45px;
    margin: 0;
}

ul.products li.minimal.product .product-wrap {
	display: flex;
	flex-direction: column;
}

.products li.product.minimal .product-meta {
	flex: 1;
}

.products li.product.minimal .product-main-meta {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.products li.product.minimal:hover .background-color-expand {
    transform: scale(1.05, 1.05) translateY(0px) translateZ(0px) !important;
}

.products li.product.minimal.hover-bound:hover .product-meta {
    transform: translateY(0) !important;
}

.nectar-manual-add-wrap p.out-of-stock {
	font-family: Denim;
    font-size: 16px !important;
    line-height: 25px;
    font-weight: 400 !important;
    letter-spacing: 0;
	text-transform: uppercase;
	color: #A00 !important;
}

/*----- WooCommerce: Quick View -----*/

@media only screen and (max-width: 999px) {
    .products li.product .nectar_quick_view {
        display: block !important;
    }
	.woocommerce ul.products li.product .product-wrap img, .woocommerce-page ul.products li.product .product-wrap img {
		height: unset !important;
		aspect-ratio: 1 / 1;
	}
	.nectar-manual-add-wrap .quantity, .cart .quantity {
		min-width: 80px;
		max-width: 80px;
	}
	.nectar-manual-add-wrap .quantity .minus, .cart .quantity .minus {
		padding-left: 7%;
	}
	.nectar-manual-add-wrap .quantity .plus, .cart .quantity .plus {
		padding-right: 7%;
	}
	.woocommerce ul.products li.product .add_to_cart_button.nectar-manual-add-btn {
		font-size: 1px;
		color: #333;
		padding: unset;
		width: 45px;
		height: 45px;
		background-position: center;
	}
}

@media only screen and (max-width: 699px) {
	.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
		font-size: 18px !important;
		line-height: 26px !important;
	}
}

.single_add_to_cart_button {
	font-family: Denim !important;
	text-transform: uppercase !important;
}

.nectar-quick-view-box div.product form.cart {
	display: flex;
}

.nectar-quick-view-box .barrelproof-favorite-btn > .simplefavorite-button {
	background-color: #F5F5F5;
	border: 1px solid #F5F5F5;
	transition: all .2s ease;
}

.nectar-quick-view-box .barrelproof-favorite-btn > .simplefavorite-button:hover {
	border: 1px solid #636363;
	cursor: pointer !important;
}

.nectar-quick-view-box .barrelproof-favorite-btn > .simplefavorite-button.active {
	border: 1px solid #000;
}

.nectar-quick-view-box .barrelproof-favorite-btn > .simplefavorite-button.active:hover {
	opacity: .6;
}

body .nectar-quick-view-box div.product .product div.summary {
	background: #fff !important;
}

.nectar-quick-view-box h1 {
	font-size: 35px;
    line-height: 45px;
}

body .nectar-quick-view-box div.product div.images,
.nectar-quick-view-box .preview_image {
	padding: 20px;
}

body .nectar-quick-view-box .images .carousel-cell {
	height: 100% !important;
}

.nectar-quick-view-box .images,
.nectar-quick-view-box .nectar-product-slider,
.nectar-quick-view-box .nectar-product-slider .flickity-slider {
    height: 100% !important;
}

.nectar-quick-view-box .nectar-product-slider .flickity-viewport {
    height: 100% !important;
    aspect-ratio: 1/1 !important;
}

.nectar-quick-view-box .nectar-product-slider .carousel-cell {
    height: 100% !important;
    width: 100% !important;
}

.woocommerce div.product .summary p.price {
	font-family: Denim;
    font-size: 16px !important;
    line-height: 25px;
    font-weight: 400 !important;
    letter-spacing: 0;
	margin-top: 10px;
	padding-bottom: 20px;
}

.nectar-quick-view-box .close a:before {
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
}

.nectar-quick-view-box .woocommerce-Price-amount {
	font-family: Denim;
    font-weight: 400 !important;
	letter-spacing: 0;
}

/*----- WooCommerce: Single Product -----*/

@media only screen and (max-width: 699px) {
	.woocommerce div.product .single-product-main-image .images.woocommerce-product-gallery-with-single-image .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
		padding: 6%;
	}
}

div.product .woocommerce-tabs .full-width-content[data-tab-style*=fullwidth] ul.tabs {
	margin: 40px 0 20px 0;
}

body.single-product div.product form.cart div.quantity {
	background-color: #FFF !important;
}

.woocommerce.single-product div.product div.images .woocommerce-product-gallery__image img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.woocommerce div.product .woocommerce-tabs[data-tab-style=fullwidth_stacked] {
	max-width: 600px;
	margin: 0 auto;
}

.woocommerce .woocommerce-tabs>div h2 {
	font-size: 30px;
}

/*----- WooCommerce: Filtering -----*/

body.home .nectar-shop-header h1.page-title {
	display: none;
}

.nectar-shop-filters .nectar-shop-filter-trigger, .nectar-shop-filters .nectar-shop-filter-trigger:hover {
	background-color: #000;
}

.nectar-shop-filter-trigger .toggle-icon {
	border-color: #fff;
}

.nectar-shop-filter-trigger .toggle-icon .top-line, .nectar-shop-filter-trigger .toggle-icon .bottom-line {
	border-color: #fff;
	background-color: #000;
}

.nectar-shop-filters .nectar-shop-filter-trigger .text-wrap {
	font-family: Denim;
    text-transform: uppercase !important;
    font-size: 16px;
    font-weight: 400;
	color: #fff;
}

body[data-fancy-form-rcs="1"] .nectar-shop-header-bottom .woocommerce-ordering .select2-container--default .select2-selection--single {
	background: #fff !important;
	font-family: Denim !important;
    text-transform: uppercase !important;
    font-size: 16px;
    font-weight: 400;
}

body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container .select2-selection--single .select2-selection__rendered {
	font-family: inherit !important;
}

body.woocommerce-page.material .product-categories .children {
	border-left: 1px solid #CFCFCF;
    margin-left: 3px !important;
    padding-left: 15px;
}

/*----- WooCommerce: Cart -----*/

.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list li a.remove.with_text {
	font-family: Iki Mono;
    font-size: 16px;
    line-height: 28px;
    font-weight: 200;
	text-decoration: underline;
}

.style_slide_in_click .product-meta > .quantity .product-price > br,
.style_slide_in_click .product-meta > .quantity .product-price del.original-computed-price {
	display: none;
}

.style_slide_in_click .product-meta > .quantity .product-price .wholesale_price_container > ins {
	margin: 0;
    text-decoration: unset;
}

.style_slide_in_click .product-meta > .quantity .product-price .wholesale_price_container > ins > .woocommerce-Price-amount {
	font-size: 16px;
    line-height: 1 !important;
}

.style_slide_in_click .product-meta > .quantity .product-price > .amount,
.woocommerce-Price-amount {
	/*font-family: Denim;*/
    font-size: 16px !important;
    /*font-weight: 400 !important;*/
	/*letter-spacing: 0;*/
}

.style_slide_in_click .product-meta > .quantity .product-price .woocommerce-Price-currencySymbol {
	font-size: inherit;
}

.material .style_slide_in_click .close-cart:before {
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .product-meta a:not(.remove) {
	font-weight: 200 !important;
}

.nectar-slide-in-cart.style_slide_in_click .inner>.header [data-inherit-heading-family] {
	font-size: 25px;
	font-weight: 200;
}

.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart a.button:not(.checkout) {
	background-color: #F5F5F5 !important;
	color: #000;
}

.woocommerce-cart .woocommerce table.shop_table .product-name a {
	font-weight: 200;
}

.woocommerce-cart .cart-collaterals table tr:nth-child(1n) th, .woocommerce-cart table tbody tr:nth-child(1n) td:not(.actions), .woocommerce-cart table tbody tr:nth-child(1n) th:not(.actions) {
	background-color: #fff;
}

.cart input#coupon_code {
	background: #fff !important;
}

.cart.woocommerce-cart-form__contents tbody > tr:not(.cart_item) > td.actions {
	padding: 25px 0 35px 0 !important;
}

.cart.woocommerce-cart-form__contents tbody > tr.cart_item,
.cart_totals table tbody > tr.cart-subtotal {
	border: solid;
    border-width: 0 0 1px 0;
    border-color: #e7e7e7;
}

#add_payment_method table.cart td.actions .coupon .coupon-error-notice, .woocommerce-cart table.cart td.actions .coupon .coupon-error-notice, .woocommerce-checkout table.cart td.actions .coupon .coupon-error-notice {
	font-size: .9em;
}

.woocommerce-page table.cart td.actions .coupon .button {
	width: fit-content;
}

.woocommerce table.cart td {
	padding: 9px 12px !important;
}

table.woocommerce-cart-form__contents, .cart_totals table {
	border-collapse: collapse !important;
}

.woocommerce-cart .woocommerce table.shop_table td del {
	opacity: .3;
}

.woocommerce-cart .woocommerce table.shop_table ins {
	margin: 0 !important;
    text-decoration: unset;
}

.woocommerce-cart .woocommerce table.shop_table ins > .woocommerce-Price-amount {
	font-size: 16px;
    line-height: 1 !important;
}

@media only screen and (max-width: 690px) {
    .style_slide_in_click .product-meta > .product-details {
        padding-right: 20px;
        width: 100%;
    }
	.style_slide_in_click .product-meta > .quantity .product-price {
		margin: 0 auto !important;
	}
	.style_slide_in_click .product-meta > .quantity .modify {
		margin: 0 0 15px 0 !important;
	}
	.style_slide_in_click .product-meta > .quantity {
		flex-direction: column;
	}
	.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .cart_list .mini_cart_item>a {
		margin-right: 15px !important;
		width: 55px !important;
		height: 55px !important;
	}
	.nectar-slide-in-cart.style_slide_in_click .cart_list .product-meta .product-details > a:not(.remove) {
		font-size: 16px !important;
		line-height: 20px !important;
	}
    .woocommerce .shop_table .coupon {
        margin-top: 0;
    }
}

@media only screen and (max-width: 770px) {
	body.woocommerce-cart .cart.woocommerce-cart-form__contents tbody > tr.cart_item { 
		border-radius: 5px;
		overflow: hidden;
	}
	body.woocommerce-cart table.cart td.product-remove a.remove {
		border-radius: 5px;
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 26px !important;
	}
	body.woocommerce-cart .woocommerce table.shop_table {
		margin-bottom: 0;
	}
	.woocommerce table.cart tbody tr.woocommerce-cart-form__cart-item td:not(:first-child):not(:last-child) {
		border-bottom: 1px solid rgba(0, 0, 0, .1);
	}
	body.woocommerce-cart tr.woocommerce-cart-form__cart-item div.quantity {
		min-width: 110px;
	}
	body.woocommerce-cart .woocommerce table.shop_table tr.woocommerce-cart-form__cart-item .product-name a {
		font-family: Iki Mono;
		font-size: 16px;
		line-height: 28px;
	}
}

/*----- WooCommerce: Checkout -----*/

.nectar-cta.cancel-checkout .text:before {
	content: '';
	width: 14px;
	height: 14px;
	background-image: url('/wp-content/uploads/2026/01/bp-icon-close-white.svg');
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 10px;
}

.checkout-header .iwithtext .iwt-text {
	padding-left: 40px;
}

.checkout-header .iwithtext .iwt-icon img {
	width: 22px;
    height: 22px;
    margin: 0;
}

@media only screen and (max-width: 900px) {
	.checkout-header .img-with-aniamtion-wrap, .checkout-header .iwithtext {
		display: none;
	}
}

.checkout #order_review {
	background: #fff;
    padding: 30px;
    border-radius: 5px;
}

.checkout textarea#order_comments {
	height: 110px;
	min-height: 110px;
	resize: vertical;
}

.checkout #billing_state_field {
	cursor: not-allowed;
}

.checkout #billing_state_field .select2 {
	pointer-events: none;
}

.checkout #billing_state_field .select2-selection {
	pointer-events: none;
    background-color: #E6E6E6 !important;
    border: 1px solid #BDBDBD !important;
	cursor: not-allowed;
}

#billing_country_field .woocommerce-input-wrapper strong {
	font-family: inherit;
    font-weight: 400;
    letter-spacing: normal;
    padding: 15px;
    display: block;
    background-color: #E6E6E6;
    border: 1px solid #BDBDBD;
    border-radius: var(--wc-form-border-radius);
    color: var(--wc-form-color-text, #000);
    box-sizing: border-box;
    line-height: 1em;
	cursor: not-allowed;
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
	background: #000;
    border-radius: 4px;
    line-height: 1.5;
}

.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
	border-color: #000 transparent transparent transparent;
}

body[data-fancy-form-rcs="1"].woocommerce-page .form-row .select2-container--default .select2-selection--single {
	background: #fff;
    padding-left: 15px;
}

.woocommerce .woocommerce-error {
	background-color: rgba(204,0,0,.15) !important;
}

.woocommerce .woocommerce-error li, .woocommerce .woocommerce-error a, .woocommerce .woocommerce-error strong {
	color: #000 !important;
}

.woocommerce .woocommerce-error a:after {
	display: none !important;
}

.woocommerce .woocommerce-error li:before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	background-image: url('/wp-content/uploads/2026/01/bp-icon-error.svg');
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 15px;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message {
	padding-left: 15px !important;
}

.woocommerce table.order-review tfoot td, .woocommerce table.order-review tfoot th, .woocommerce table.order-review th, .woocommerce-page table.order-review th, .woocommerce-page table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot th {
	font-family: Iki Mono;
    font-weight: 200;
}

.woocommerce-checkout-review-order-table .product-info h4 {
	font-weight: 200;
}

.woocommerce-checkout-review-order-table .product-container {
	background: #fff;
	border: 1px solid #BDBDBD;
	border-radius: 5px;
	margin-bottom: 10px;
}

.checkout #order_review .order-review {
	border-top: 0;
}

.woocommerce-checkout-review-order-table .product-container .cart_item {
	pointer-events: none !important;
}

.woocommerce-checkout #payment .wc_payment_method label {
	font-family: 'Denim' !important;
	text-transform: uppercase;
}

.woocommerce-checkout #payment .wc_payment_method.payment_method_cod {
	border-radius: 5px;
    background-color: #f4f4f4;
    border: 1px solid #BDBDBD;
    padding: 10px 15px;
	background-image: url('/wp-content/uploads/2026/01/bp-icon-invoice.svg');
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: right 30px center;
}

.woocommerce-checkout #payment div.payment_box {
	margin: 0;
	padding: 0;
}

.woocommerce-checkout #payment div.payment_box p {
	padding: 0;
}

/*----- Favorites Functionality -----*/

.simplefavorite-button:active, .simplefavorite-button:focus, .simplefavorite-button:hover {
	background-color: #000;
}

.barrelproof-favorite-btn {
	margin: 0 !important;
}

.barrelproof-favorite-btn > .simplefavorite-button {
	width: 47px;
	height: 47px;
	/*background-image: url('/wp-content/uploads/2026/01/bp-icon-favorites.svg');*/
	background-image: url('/wp-content/uploads/2026/02/bp-icon-bookmark.svg');
	background-size: 26px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	display: block;
    opacity: 1;
    background-color: #fff;
	transition: all .2s ease;
}

.barrelproof-favorite-btn > .simplefavorite-button.active {
	/*background-image: url('/wp-content/uploads/2026/02/bp-icon-favorites-active.svg');*/
	background-image: url('/wp-content/uploads/2026/02/bp-icon-bookmark-slash-white.svg');
    background-color: #000;
}

body.single-product .barrelproof-favorite-btn {
	display: inline-block;
    margin: 30px 0 0 15px !important;
}

body.single-product .barrelproof-favorite-btn > .simplefavorite-button {
	width: 49px;
	height: 49px;
	border-radius: 5px;
	border: 1px solid #fff;
	transition: all .2s ease;
}

body.single-product .barrelproof-favorite-btn > .simplefavorite-button:hover {
	border: 1px solid #636363;
	cursor: pointer !important;
}

body.single-product .barrelproof-favorite-btn > .simplefavorite-button.active {
	border: 1px solid #000;
}

body.single-product .barrelproof-favorite-btn > .simplefavorite-button.active:hover {
	opacity: .6;
}

#nectar-clear-fav-proxy.no-saved-products {
    cursor: not-allowed;
    opacity: .5;
    background-color: rgba(0, 0, 0, .1);
    color: #000;
}

.container-empty-favorites {
	text-align: center;
	padding: 30px;
	border: 2px dashed rgba(0, 0, 0, .2);
    border-radius: 5px;
}

.container-empty-favorites .bp-empty-favorites-icon {
	margin: 0 auto 30px auto;
	background-image: url('/wp-content/uploads/2026/02/bp-icon-bookmark.svg');
	background-repeat: no-repeat;
	background-position: center;
	width: 55px;
	height: 55px;
	background-size: 35px;
	background-color: #fff;
	border-radius: 5px;
}

/*----- WooCommerce: Order Received -----*/

body.woocommerce-order-received .woocommerce-customer-details .woocommerce-column__title,
.woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column__title {
	font-family: Denim;
    text-transform: uppercase;
    font-size: 22px !important;
}

body.woocommerce-order-received .woocommerce-order-details tfoot:before,
.woocommerce-MyAccount-content .woocommerce-order-details tfoot:before {
    content: "-";
    display: block;
    line-height: 2em;
	text-indent: -99999px !important;
    color: transparent !important;
}

/*----- WooCommerce: My Account / Orders -----*/

.woocommerce-MyAccount-navigation li a:after {
	display: none;
}

.woocommerce-MyAccount-navigation-link--downloads {
	display: none !important;
}

.woocommerce-MyAccount-content .woocommerce-Addresses .col-1,
.woocommerce-MyAccount-content .woocommerce-Addresses .col-2 {
	border-radius: 5px;
    background: #fff;
    padding: 30px;
}

.woocommerce-orders-table__cell-order-actions a.woocommerce-button,
.b2b-orders-grid a.woocommerce-button {
	font-family: Denim;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 13px 24px;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
}

.woocommerce-MyAccount-content .woocommerce-Addresses h2 {
	font-family: Denim;
    text-transform: uppercase;
    font-size: 22px !important;
	line-height: 1rem;
}

.woocommerce form input[readonly] {
    padding: 15px !important;
    display: block !important;
    background-color: #E6E6E6 !important;
    border: 1px solid #BDBDBD !important;
	cursor: not-allowed;
}

.barrelproof-hide-formrow {
	visibility: hidden !important;
    height: 1px !important;
    width: 1px !important;
    opacity: 0 !important;
}

.woocommerce-account .addresses .title .edit,
.woocommerce-order-details .order-again > a {
	font-family: Denim;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: #000;
    padding: 9px 16px;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    margin: 20px 0;
    float: none;
	line-height: 28px;
}

.woocommerce-address-fields__field-wrapper {
	margin-bottom: 35px;
}

body[data-fancy-form-rcs="1"] .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.dashboard-tile-icon {
	height: 30px !important;
	width: 30px !important;
	object-fit: contain !important;
}

.bp-dashboard-tiles a.column-link {
	position: absolute !important;
}

.bp-dashboard-tiles .nectar-split-heading, .bp-dashboard-tiles h3 {
	margin-bottom: 0 !important;
}

/* Container creates a responsive grid */
.b2b-orders-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
}

/* The Card */
.b2b-order-card {
    background: #ffffff;
    padding: 40px 40px 30px 40px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

/* Images Row */
.b2b-order-images {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    width: calc(100% + 40px); /* Extends past the right padding to hit the card edge */
}

/* Individual Image Box */
.b2b-order-img-wrap {
    flex: 0 0 95px; /* Fixed width */
    height: 100px;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background: #fff;
    box-sizing: border-box;
}

.b2b-order-img-wrap img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain;
    margin: 0 !important;
}

/* Typography matching your design */
.b2b-order-title {
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.b2b-order-date, 
.b2b-order-total {
    font-size: 16px;
}

.b2b-order-total {
    font-size: 16px;
}

/* The Black Action Button */
.b2b-order-actions {
    display: flex;
    flex-direction: column;
}

.b2b-order-actions .button {
    display: block;
    width: 100%;
    background-color: #000000 !important;
    color: #ffffff !important;
    text-align: center;
    padding: 16px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 0 !important; /* Sharp corners like your design */
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.b2b-order-actions .button:hover {
    background-color: #333333 !important;
}

.woocommerce-table--order-details * {
	font-size: 16px !important;
}

body:not(.logged-in).woocommerce-account #header-space {
	height: 0 !important;
}

body:not(.logged-in).woocommerce-account #header-outer {
	display: none !important;
}