/* Globals
   ========================================================================== */

.woocommerce-cart .footer,
.woocommerce-checkout .footer,
.woocommerce .screen-reader-text,
.woocommerce .blockUI,
.woocommerce .includes_tax,
.woocommerce-cart .background__lines,
.woocommerce-checkout .background__lines,
.woocommerce-account .background__lines {
	display: none !important;
}

.woocommerce select, .woocommerce input[type="text"], 
.woocommerce input[type="email"], 
.woocommerce input[type="password"], 
.woocommerce input[type="phone"], 
.woocommerce input[type="tel"], 
.woocommerce textarea, .woocommerce .select2-container--default .select2-selection--single, 
.checkout .wc_payment_methods li label, .select2-container--default .select2-search--dropdown .select2-search__field, 
.select2-dropdown, .checkout #order_review #shipping_method li label {
	border: 1px solid #F1F1F1;
	border-radius: 5px;
}

div.woocommerce p {
	color: var(--color-0);
	line-height: 1.775rem;
	margin-bottom: 25px;
}

.woocommerce-checkout p,
.woocommerce-cart p {
	margin-bottom: 0;
}

.woocommerce .content p a {
	color: var(--color-0);
	text-decoration: none;
}

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

/* Form fields
   ========================================================================== */

.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="password"] {
	font-size: var(--font-size-2);
	color: var(--color-0);
	background: var(--color-6);
	padding: 15px;
	width: 100%;
}

.woocommerce textarea {
	font-size: var(--font-size-2);
	color: #B4C3C7;
	border-radius: 5px;
	padding: 15px;
	width: 100%;
	height: 100px;
	resize: none;
}

.woocommerce select {
	padding: 15px;
	font-size: var(--font-size-2);
	color: var(--color-0);
	font-family: 'Work Sans', sans-serif;
	cursor: pointer;
	background: #FFF url(../images/site/select-down.svg) no-repeat 80% center;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.woocommerce input[type="checkbox"] {
	display: none;
}

.woocommerce .checkbox {
	font-size: var(--font-size-2);
	cursor: pointer;
}

.woocommerce .checkbox span:before,
.woocommerce .woocommerce-form-login__rememberme span:before  {
	content: '';
	position: relative;
	top: 2px;
	display: inline-block;
	margin-right: 6px;
	width: 15px;
	height: 15px;
	background-color: var(--color-6);
	border-radius: 2px;
	border: 1px solid #F1F1F1;
}

.woocommerce .checkbox input[type="checkbox"]:checked + span:before,
.woocommerce .woocommerce-form-login__rememberme input[type="checkbox"]:checked + span:before  {
	content: '';
	border-color: transparent;
	background: var(--color-3) url(../images/site/checkbox-checked.svg) no-repeat center;
}

.woocommerce .required {
	color: #FF0000;
	text-decoration: none;
}

.woocommerce button[aria-disabled="true"] {
	opacity: .3;
	pointer-events: none;
	cursor: not-allowed;
}

.woocommerce .select2-container--default .select2-selection--single {
	height: 48.5px;
	border: 1px solid #F1F1F1;
	font-size: var(--font-size-2);
	background: #FFF url(../images/site/select-down.svg) no-repeat 98% center;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: inherit;
	line-height: 45px
}

.woocommerce .select2-selection__arrow {
	display: none;
}

.select2-dropdown,
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #F1F1F1;
}

/* Notices
   ========================================================================== */

.woocommerce-notices-wrapper,
.woocommerce-NoticeGroup-checkout {
	margin-bottom: 25px;
}

.woocommerce-notices-wrapper:empty {
	margin-bottom: 0;
}

.woocommerce-error, 
.woocommerce-message, 
.woocommerce-message.woocommerce-info {
	font-size: 16px;
	font-weight: bold;
	padding: 25px;
	border-radius: 5px;
}

.woocommerce-message {
	background: #d4edda;
	color: #49b362;
	border: 2px solid #81de97;
}

.woocommerce-error {
	background: #f8d7da;
	color: #dc3545;
	border: 2px solid #dc3545;
	list-style-type: none;
}

.woocommerce-info {
	font-weight: bold;
}

.woocommerce-notices-wrapper a {
	float: right;
	padding: 0;
	font-weight: 700;
	text-decoration: none;
	background: none !important;
}

.woocommerce-notices-wrapper a:hover {
	background: none;
	text-decoration: underline;
}

.woocommerce-message a {
	color: #49b362 !important;
}

.woocommerce-error a {
	color: #dc3545 !important;
}

@media (max-width: 767px) {

	.woocommerce-message a {
        float: none;
		display: block;
		margin-bottom: 10px;
	}

}

/* Cart count
   ========================================================================== */

.header__account .account__cart-count {
	top: -8px;
	right: 10px;
	width: 18px;
	height: 18px;
	font-size: 10px;
	background: #FF0000;
	color: #FFF;
	font-weight: bold;
	border-radius: 100%;
}

/* Steps
   ========================================================================== */

.process__steps {
	overflow: hidden;
	height: 70px;
}

.process__steps:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 70px;
	border: 1px solid #F1F1F1;
}

.process__steps li {
	width: 33.333333%;
	color: var(--color-0);
	padding-top: 26px;
}

.process__steps li.current-step:after {
	content: '';
	position: absolute;
	right: -45px;
	top: 25px;
	transform: rotate(90deg);
    border-style: solid;
    border-width: 0px 35px 20px 35px;
}

.process__steps li .process__steps-number {
	left: 35px;
	top: 17px;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	color: var(--color-6);
	background: var(--color-0);
}

.process__steps li.current-step .process__steps-number {
	background: var(--color-6);
	color: var(--color-0);
}

.process__steps li.current-step {
	background: var(--color-0);
	color: #FFF;
}

.process__steps li.current-step:after {
    border-color: transparent transparent var(--color-0) transparent;
}

/* Quantity
   ========================================================================== */

.quantity select {
	width: 80px;
	border-radius: 5px;
}

/* Cart
   ========================================================================== */

.woocommerce-cart .pl-15 {
	padding-left: 0;
}

.woocommerce-cart .pr-15 {
	padding-right: 0;
}

.cart .cart_item {
	position: relative;
	border-bottom: 1px solid #F1F1F1;
}

.cart .cart_item:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 7.5px;
	height: 1px;
	width: 100%;
}

.cart .cart_item:last-child:after {
	display: none;
}

.cart .cart_item td {
	padding: 30px 15px 15px 0;
}

.cart h5 {
	font-size: 1.325rem;
}

@media (max-width: 767px) {

	.cart .cart_item {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.cart .cart_item td {
		float: left;
		display: block;
		width: 50%;
		padding: 15px;
	}

	.woocommerce-cart .cart .cart_item td.product-thumbnail {
		width: 35%;
		max-width: initial;
		padding-bottom: 0;
		padding-top: 0;
	}

	.woocommerce-cart .cart .cart_item td.product-name {
		width: 65%;
		max-width: initial;
		padding-bottom: 0;
	}

	.woocommerce-cart .cart .cart_item td.product-quantity {
		padding-top: 15px;
	}

}

.cart .cart_item .product-quantity {
	padding-top: 20px;
}

.cart .cart_item .product-thumbnail {
	padding-top: 15px;
	max-width: 130px;
}

.cart .cart_item .product-thumbnail img {
	width: 125px;
}

.cart .cart_item .product-thumbnail a {
	display: block;
}

.cart .cart_item .product-name {
	max-width: 150px;
}

.cart .cart_item .product-subtotal .amount {
	font-size: var(--font-size-4);
	font-weight: 700;
	color: var(--color-0);
}

.cart .cart_item .product-subtotal {
	text-align: right;
}

.cart .cart_item .attribute__name {
	font-size: var(--font-size-1);
	text-transform: capitalize;
}

.cart .cart_item .remove {
	font-size: var(--font-size-1);
	color: var(--color-0);
	text-decoration: none;
}

.cart .cart_item .remove:hover {
	color: #FF0000;
}

.cart .cart_item .remove svg {
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.cart .cart_item .remove svg path {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.cart .cart_item .remove:hover svg path {
	fill: #FF0000;
}

.cart label[for="shipping_method_0_free_shipping1"] {
	color: #28a745;
}

.cart .wc-proceed-to-checkout:before {
	content: '';
	position: absolute;
	left: -7.5px;
	top: -23px;
	height: 1px;
	width: calc(100% + 15px);
	background: #F1F1F1;
}

.cart .checkout-button {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.cart .cart-subtotal td,
.cart .order-total td,
.cart .tax-rate td {
	text-align: right;
}

.cart .cart_totals tr th,
.cart .cart_totals tr td {
	padding: 12px 0;
}

.cart .payment__gateways .payment__gateways-icons .gateway__icon {
	max-width: 45px;
}

.cart button[name="update_cart"] {
	min-width: 70%;
	background: var(--color-0);
}

.cart button[name="update_cart"]:disabled {
	background: var(--color-0);
	color: var(--color-6);
	opacity: .2;
}

.cart button[name="update_cart"]:hover {
	background: var(--color-3);
	color: var(--color-6);
}

@media (max-width: 767px) {

	.cart button[name="update_cart"] {
		width: 100%;
	}

}

@media (max-width: 992px) {

	.cart .cart_item .product-thumbnail {
		padding-top: 0;
	}

	.cart .cart_item .product-thumbnail a {
		width: 100px;
		padding-right: 20px;
	}

}

/* Coupon
   ========================================================================== */

.coupon .toggle-coupon {
	cursor: pointer;
}

.coupon #coupon_code {
	margin-right: 10px;
	padding: 15px;
	max-width: 300px;
	font-size: var(--font-size-2);
	color: var(--color-0);
	background: var(--color-6);
}

@media (max-width: 767px) {

	.coupon #coupon_code {
		max-width: 100%;
		margin-right: 0;
	}

	.coupon #coupon_code {
		padding: 13px 20px;
	}

	.coupon .button {
		width: 100%;
		margin-top: 15px;
	}

}

.woocommerce-remove-coupon {
	display: inline-block;
	text-indent: -9999em;
	width: 20px;
	height: 20px;
	background: url(../images/site/trash-bin.svg) no-repeat right 4px;
}

.checkout .woocommerce-remove-coupon {
	display: none;
}

/* Login toggle
   ========================================================================== */

.checkout .woocommerce-form-login-toggle {
	background: #E3E3E3;
	color: #838383;
}

.checkout .woocommerce-form-login-toggle .woocommerce-info {
	font-weight: normal;
}

.checkout .woocommerce-form-login-toggle a {
	color: #838383;
}

.checkout .woocommerce-form-login-toggle a:hover {
	text-decoration: underline;
	color: #000;
}

.checkout .woocommerce-form-login .form-row {
	width: 100%;
}

.show-login .checkout .container:after {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
}

/* Login/lost password forms
   ========================================================================== */

.woocommerce-form-login,
.lost_reset_password {
	position: relative;
	z-index: 9999;
	background: #FFF;
	padding: 30px !important;
	max-width: 450px;
	height: 100% !important;
	margin: 0 auto 15px;
	border-radius: 5px;
}

@media (max-width: 767px) {

	.woocommerce-form-login,
	.lost_reset_password {
		padding: 20px !important;
	}

}

.woocommerce-form-login .button {
	margin-top: 10px;
}

.woocommerce-form-login .lost_password a {
	color: #000;
}

.woocommerce-form-login .lost_password a:hover {
	color: #838383;
}

/* Checkout
   ========================================================================== */

.woocommerce-checkout {
	overflow: initial;
}

.woocommerce-checkout .pl-15 {
	padding-left: 0;
}

.woocommerce-checkout .pr-15 {
	padding-right: 0;
}

.woocommerce-checkout .action,
.woocommerce-checkout .nav {
	display: none;
}

.checkout h5 {
	font-size: 1.325rem;
}

.checkout .woocommerce-billing-fields__field-wrapper,
.checkout .woocommerce-shipping-fields__field-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.checkout .form-row {
	width: 49%;
	margin-bottom: 15px;
}

.checkout .form-row:last-of-type {
	margin-bottom: 0;
}

.checkout .form-row .woocommerce-input-wrapper {
	display: block;
	width: 100%;
}

.checkout #order_comments_field,
.checkout #billing_company_field,
.checkout #billing_country_field,
.checkout #billing_address_1_field,
.checkout #shipping_company_field,
.checkout #shipping_country_field,
.checkout #shipping_address_1_field,
.checkout #validate-required,
.checkout .place-order,
.checkout .woocommerce-terms-and-conditions-wrapper .form-row {
	width: 100%;
}

.checkout .form-row.create-account {
	width: 100%;
}

.checkout .form-row label {
	font-size: var(--font-size-2);
	display: block;
}

.checkout .form-row textarea {
	padding: 13px 15px;
}

.checkout .form-row ::placeholder {
	opacity: 0;
}

.checkout .cart_item {
	border: none !important;
}

.checkout .cart_item td {
	padding: 5px 15px 36px !important;
}

.checkout .woocommerce-checkout .cart_item .product-subtotal {
	font-size: var(--font-size-3);
}

.checkout .woocommerce-checkout .cart_item .product-name p {
	font-size: var(--font-size-1);
	line-height: var(--line-height-1);
}

.checkout .cart_item:after {
	bottom: 13.5px;
	background: var(--color-6);
}

.checkout .cart_item:last-child:after {
	display: block;
}

.checkout .cart_item .product-thumbnail {
	padding: 0 !important;
	width: 80px;
}

.checkout .product-thumbnail img {
	max-width: 80px;
}

.checkout .product-subtotal {
	text-align: right;
}

.checkout .my__order .position-sticky {
	padding: 20px 25px;
	background: var(--color-5);
}

.woocommerce .my__order p {
	margin-bottom: 0;
}

.checkout .my__order .my__order-totals {
	display: none;
}

@media (max-width: 992px) {

	.woocommerce .order__totals {
		margin-top: 0;
	}

	.cart .cart_item {
		display: block;
		padding-bottom: 5px;
		margin-bottom: 20px;
	}

	.checkout .cart_item td {
		display: block;
	}

	.checkout .cart .cart_item .product-thumbnail {
		padding-bottom: 10px !important;
	}

	.cart .cart_item .product-name {
		width: 100%;
		max-width: initial;
		padding: 0 !important;
	}

	.checkout .cart_item td {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.woocommerce-checkout .cart .cart_item td.product-subtotal {
		width: 100%;
		text-align: left;
	}

	.woocommerce-cart .cart .cart_item:last-child {
		border: none;
	}

}

@media (max-width: 767px) {

	.cart .cart_item {
		display: flex;
	}

	.checkout .my__order .my__order-totals {
		position: relative;
		top: -2px;
	    display: inline-block;
		font-size: 1rem;
	}

	.checkout .my__order {
		position: relative;
		z-index: 99;
		height: 60px;
		overflow: hidden;
	}

	.checkout .my__order.show-items {
		height: auto;
	}

	.checkout .my__order .toggle__totals {
		color: #888;
	}

	.checkout .cart_item .product-thumbnail {
		display: none;
	}

	.checkout .cart_item .product-name {
		width: 100%;
		max-width: initial;
	}

	.checkout .cart_item .product-subtotal {
		width: 25%;
		padding: 0 !important;
	}

	.checkout .cart_item:after { 
		bottom: -4.5px;
	}

	.woocommerce-checkout .cart .cart_item {
		padding-bottom: 20px;
	}

}

.checkout .woocommerce-terms-and-conditions-wrapper .required {
	display: none;
}

.checkout .woocommerce-terms-and-conditions-wrapper p {
	margin-bottom: 20px;
}

.checkout #payment .place-order {
	margin-bottom: 0;
}

.checkout .wc_payment_methods select {
    width: 100%;
    max-width: 300px;
    background-position: 95% center;
    background-color: #FFF;
    border-radius: 5px;
}

.checkout .wc_payment_methods li {
	list-style-type: none;
	width: 100%;
	margin-bottom: 10px;
}

.checkout .wc_payment_methods li input[type="radio"] {
	display: none;
}

.checkout .wc_payment_methods li label {
	display: block;
	padding: 15px;
	border-radius: 5px;
	cursor: pointer;
	font-size: var(--font-size-2);
	background: var(--color-6);
}

.checkout .wc_payment_methods li input[type="radio"]:checked + label {
	border-color: #0070c9;
}

.checkout .wc_payment_methods li .payment_box {
	margin: 15px 0;
	padding: 15px;
	background: var(--color-6);
	border-radius: 5px;
}

.checkout .wc_payment_methods li .payment_box p {
	font-size: .875rem;
	line-height: 1.575rem;
}

/* Shipping
   ========================================================================== */

.woocommerce-checkout .header {
	position: relative;
}

.checkout #order_review .shipping th {
	display: none;
}

.checkout #order_review td {
	padding: 0;
}

.checkout #order_review #shipping_method li {
	list-style-type: none;
	width: 100%;
	margin-bottom: 10px;
}

.checkout #order_review #shipping_method li input[type="radio"] {
	display: none;
}

.checkout #order_review #shipping_method li label {
	display: block;
	padding: 15px;
	border-radius: 5px;
	cursor: pointer;
	font-size: var(--font-size-2);
	background: var(--color-6);
}

.checkout #order_review #shipping_method li input[type="radio"]:checked + label,
.checkout #order_review #shipping_method li input[type="hidden"] + label {
	border-color: #0070c9;
}

/* Account
   ========================================================================== */

.account h5 {
	font-size: 1.325rem;
}

.account {
	font-size: var(--font-size-2);
	color: var(--color-0);
}

.account p {
	color: var(--color-0);
	font-size: var(--font-size-2);
	line-height: var(--line-height-1);
}

.account .content a {
	color: var(--color-0);
	text-decoration: none;
}

.account .content a:hover {
	text-decoration: underline;
}

.account .form-row {
	margin-bottom: 15px;
}

.account .form-row label {
	display: block;
	margin-bottom: 5px;
}

.account address {
	font-size: var(--font-size-2);
	color: var(--color-2);
	line-height: var(--line-height-1);
	font-style: normal;
}

.account fieldset {
	border: none;
}

.account .woocommerce-address-fields__field-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.account .woocommerce-address-fields__field-wrapper .form-row {
	width: 49%;
	margin-bottom: 15px;
}

.account .woocommerce-orders-table {
	padding: 25px;
	background: #FFF;
}

.account .woocommerce-orders-table td,
.account .woocommerce-orders-table th {
	padding: 25px;
}

.account .woocommerce-orders-table .woocommerce-orders-table__row {
	position: relative;
}

.account .woocommerce-orders-table .woocommerce-orders-table__row:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
}

.account .woocommerce-orders-table .woocommerce-orders-table__row:last-child:after {
	display: none;
}

.account .woocommerce-message .button {
	display: none;
}

/* Account navigation
   ========================================================================== */

.woocommerce-MyAccount-navigation ul li a {
	color: var(--color-0);
	text-decoration: none;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	color: var(--color-3);
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	font-weight: 700;
}

@media (max-width: 767px) {

	.woocommerce-MyAccount-navigation ul li {
		width: 100%;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #F1F1F1;
	}

}
 
/* Account orders
   ========================================================================== */

.account__order {
	border-bottom: 1px solid #F1F1F1;
}

.account__order .order__details a {
	color: var(--color-0);
	text-decoration: none;
}

.account__order .order__details a:hover {
	color: var(--color-3);
}

.account__order:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.account__order .product__thumbnail {
	max-width: 125px;
}

.account__order .order__products a {
	color: #000;
	text-decoration: none;
}

.account__order .order__products .product__item {
	border-bottom: 1px solid #F1F1F1;
}

.account__order .order__products .product__item:last-child {
	border-bottom: none;
}

.account__order .order__products .product__attribute:last-child {
	display: none;
}

/* Category sort
   ========================================================================== */

.woocommerce-ordering {
	width: 100%;
	padding: 10px 0;
	margin-bottom: 40px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-align: right;
}

.woocommerce-ordering select {
	padding: 12px 15px;
	border-radius: 5px;
	width: 300px;
	font-size: var(--font-size-1);
	background-color: #FFF;
	background-position: 95% center;
}

@media (max-width: 992px) {

	.woocommerce-ordering {
		display: none !important;
	}

}

/* Filter
   ========================================================================== */

.filters__toggle {
	display: none;
	width: 100%;
	padding: 12px 30px;
	margin-bottom: 15px;
	color: var(--color-0);
	text-decoration: none;
	border: 1px solid var(--color-0);
}

.show-filters {
	overflow: hidden;
}

.show-filters .shop {
	position: relative;
	z-index: 99;
}

.show-filters .mobile__filters {
	display: block;
	position: fixed;
	z-index: 99999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	padding: 15px 0;
	background: #FFF;
}

.show__results {
	display: none;
}

.show-filters .show__results {
	display: block;
}

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

.sf-option-active {
	font-weight: bold;
	color: var(--color-3);
}

@media (max-width: 992px) {

	.filters__toggle {
		display: block;
	}

}

/* Category header
   ========================================================================== */

.woocommerce-products-header .woocommerce-products-header__title {
	display: flex;
	align-items: center;
	left: 0;
	top: 0;
	padding-left: 50px;
	width: 100%;
	height: 100%;
}

.woocommerce-products-header .woocommerce-products-header__title.no-image-title {
	padding-left: 0;
	margin-bottom: 20px;
}

@media (max-width: 767px) {

	.woocommerce-products-header .woocommerce-products-header__title {
		font-size: 1.5rem;
		padding-left: 20px;
	}

}

/* Category filters
   ========================================================================== */

.woocommerce-products-filters .filter-btn {
	color: var(--color-2);
	font-size: var(--font-size-2);
	font-weight: 500;
	text-decoration: none;
	padding: 10px 15px;
	border-radius: 10px;
	border: 2px solid var(--color-6);
}

.woocommerce-products-filters .filter-btn:hover,
.woocommerce-products-filters .filter-btn.btn--active {
	background: var(--color-6);
}

@media (max-width: 767px) {

	.woocommerce-products-filters ul {
		display: block;
		white-space: nowrap;
		overflow-x: scroll;
		width: 100%;
		height: 50px;
	}

	.woocommerce-products-filters ul li {
		display: inline-block;
		margin-top: 15px;
	}

}

/* Category
   ========================================================================== */

.archive #primary {
	padding-left: 50px;
}

.archive #products center {
	display: none !important;
}

.archive #products {
	opacity: 1 !important;
}

ul.products {
	opacity: 1 !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	list-style-type: none;
}

ul.products li {
	opacity: 1 !important;
	position: relative;
	background: #FFF;
	margin-bottom: 15px;
	padding: 30px;
	overflow: hidden;
}

ul.products.columns-4 li {
	margin-right: 12px;
	width: calc(25% - 9.5px);
}

ul.products.columns-4 li:nth-child(4n) {
	margin-right: 0;
}

ul.products.columns-3 li {
	margin-right: 12px;
	margin-bottom: 12px;
	width: calc(33.333333% - 8.5px);
}

ul.products.columns-3 li:nth-child(3n) {
	margin-right: 0;
}

ul.products.columns-2 li {
	width: calc(50% - 7.5px);
	margin-right: 12px;
}

ul.products.columns-2 li:nth-child(2n) {
	margin-right: 0;
}

@media (max-width: 992px) {

	.archive #primary {
		padding-left: 0;
	}

}

@media (max-width: 767px) {

	ul.products li.product {
	    width: calc(50% - 7.5px) !important;
	    margin: 0 15px 15px 0 !important;
    }

    ul.products li:nth-of-type(2n) {
    	margin-right: 0 !important;
    }

}

@media (max-width: 499px) {

	ul.products li.product {
	    width: 100% !important;
	    margin: 0 0 15px !important;
    }

}

ul.products li a {
	display: block;
	color: var(--color-0);
	text-decoration: none;
}

ul.products li .woocommerce-loop-product__title {
	font-size: var(--heading-0);
	line-height: var(--line-height-2);
	color: var(--color-0);
	padding-bottom: 30px;
	height: 130px;
}

.archive ul.products li .woocommerce-loop-product__title {
	font-size: 1rem;
	line-height: var(--line-height-1);
}

ul.products li .star-rating {
	display: none;
}

ul.products li img {
	display: block;
	margin: auto;
	padding-bottom: 13px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

ul.products li a:hover img {
	transform: scale(1.05);
}

ul.products li .price {
	font-size: 24px;
	font-weight: 500;
	color: var(--color-0);
}

.archive ul.products li .price {
	font-size: var(--font-size-4);
}

ul.products li .price ins {
	text-decoration: none;
}

ul.products li .price del {
	font-size: var(--font-size-1);
	color: var(--color-0);
	display: inline-block;
	margin-right: 5px;
}

ul.products li .product__sale-badge {
	position: absolute;
	z-index: 1;
	top: 20px;
	right: 20px;
	display: block;
	text-align: center;
	padding: 7px 5px;
	font-weight: 500;
	font-size: var(--font-size-2);
	color: #FFF;
	width: 60px;
}

ul.products li .product__sale-badge:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	background: var(--color-2);
	border-radius: 20px;
	width: 100%;
	height: 100%;
}

ul.products li .product__subtitle:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -12px;
	margin: auto;
	height: 1px;
	width: 80px;
	background: var(--color-0);
}

ul.products li .product__subtitle {
	position: relative;
	font-family: var(--font-teko);
	font-size: 8px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--color-0);
}

.related.products:after,
section.products:after {
	content: '';
	position: absolute;
	z-index: 0;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: var(--color-4);
}

.related.products .tax__text,
section.products .tax__text {
	top: 0;
}

ul.products li .tax__text {
	top: 0;
}

ul.products li .btn {
	color: var(--color-6);
	padding: 14px 15px;
}

/* Category pagenav
   ========================================================================== */

.woocommerce-pagination ul.page-numbers {
	display: flex;
	justify-content: flex-end;
	list-style-type: none;
	margin-top: 40px;
}

.woocommerce-pagination .page-numbers li {
	font-size: var(--font-size-3);
	margin: 0 4px;
	color: #00043B;
}

.woocommerce-pagination .page-numbers li a:hover {
	color: var(--color-2);
	border-radius: 10px;
    background: var(--color-6);	
}

.woocommerce-pagination .page-numbers li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	padding: 5px;
	text-decoration: none;
	color: var(--color-0);
}

.woocommerce-pagination .page-numbers li .current {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	font-weight: bold;
	color: var(--color-2);
	border-radius: 10px;
	background: var(--color-6);
}

/* Sidebar
   ========================================================================== */

.sidebar__widget {
	border-bottom: 2px solid #DEF0F7;
}

.sidebar__widget .product-categories li a {
	font-weight: 500;
}

.sidebar__widget .product-categories li a:hover {
	color: var(--color-3);
}

.sidebar__widget ul li {
	list-style-type: none;
	margin-bottom: 8px;
}

.sidebar__widget ul li:last-child {
	margin-bottom: 0;
}

.sidebar__widget ul li a {
	color: var(--color-0);
	font-size: var(--font-size-1);
	text-decoration: none;
}

.sidebar__widget ul li a:hover,
.sidebar__widget ul li.current-cat a {
	color: var(--color-0);
}

.sidebar__widget.widget_layered_nav {
	opacity: 1 !important;
}

.sidebar__widget .toggle__filter {
	cursor: pointer;
}

.sidebar__widget .toggle__filter svg {
	right: 15px;
}

.sidebar__widget.widget_layered_nav.close-filter svg {
    transform: rotate(180deg);	
}

.sidebar__widget.widget_price_filter .toggle__filter svg,
.sidebar__widget.widget_product_categories .toggle__filter svg {
	display: none;
}

.sidebar__widget.widget_layered_nav.close-filter .toggle__filter {
	margin-bottom: 0;
}

.sidebar__widget.widget_layered_nav.close-filter nav {
	height: 0;
	overflow: hidden;
	padding: 0;
}

.sidebar__widget.widget_layered_nav nav {
	padding: 5px 0;
	max-height: 200px;
	overflow-y: auto;
}

.sidebar__widget.widget_layered_nav li a:before {
	content: '';
	position: relative;
	top: 2px;
	display: inline-block;
	margin-right: 8px;
	width: 14px;
	height: 14px;
	background: #FFF;
	border-radius: 2px;
	border: 1px solid #D0D0D0;
}

.sidebar__widget.widget_layered_nav li.chosen a:before {
	border-color: transparent;
	background-image: url(../images/site/checkbox-checked.svg);
	background-color: var(--color-2);
	background-position: center;
	background-repeat: no-repeat;
}

.sidebar__widget ul li.cat-item a:before {
	display: none;
}

.sidebar__widget.widget_layered_nav li .count {
	font-size: var(--font-size-1);
	font-weight: 500;
	color: var(--color-2);
}

.sidebar__widget.widget_layered_nav:empty {
	display: none !important;
}

.shop__sidebar .discount__widget {
	background: var(--color-4);
	padding: 25px;
	text-align: center;
}

.shop__sidebar .discount__widget p {
	font-size: 10px;
	line-height: 1.1rem;
	font-weight: 700;
	color: var(--color-0);
	margin-bottom: 20px;
}

.shop__sidebar .discount__widget h3 {
	color: #FFF;
	font-family: var(--font-teko);
	font-size: 30px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.shop__sidebar .discount__widget a {
	position: relative;
	display: inline-block;
	font-family: var(--font-teko);
	font-size: 0.9375rem;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	padding: 17px 40px 15px;
	border: none;
}

.shop__sidebar .discount__widget a:after {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--color-0);
    transform: skew(-15deg);
}

.shop__sidebar .discount__widget a:hover:after {
	border-color: var(--color-1);
}

@media (max-width: 992px) {

	.sidebar__widget.widget_layered_nav li a {
		display: block;
		width: 100%;
	}

	.sidebar__widget.widget_layered_nav li .count {
		display: none;
	}

}

/* Price slider
   ========================================================================== */

.price_slider { 
    margin-bottom: 20px;
    max-width: 210px;
}

.price_slider_amount .button {
    display: none;
}

.ui-slider {
    position: relative;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    cursor: pointer;
    background: var(--color-2);
    outline: none;
    top: -6.5px;
    margin-left: -2px;
}

.ui-slider .ui-slider-handle:last-child {
    left: -2px;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
}

.price_slider_wrapper .ui-widget-content {
	position: relative;
}

.price_slider_wrapper .ui-widget-content:before {
	content: '';
	opacity: .1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 8px;
	border-radius: 10px;
	background: var(--color-2);
}

.ui-slider-horizontal {
    height: 15px;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.price_label {
	font-size: var(--font-size-1);
}

@media (max-width: 992px) {

	.price_slider {
		max-width: calc(100% - 35px)
	}

}

/* Gallery
   ========================================================================== */

.woocommerce-product-gallery {
	position: relative;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image {
	max-height: 565px;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image img {
	min-width: 565px;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	z-index: 99;
	right: 35px;
	top: 30px;
	text-indent: -9999em;
	width: 20px;
	height: 20px;
	background: url(../images/site/spyglass.svg) no-repeat;
	background-size: contain;
}

.woocommerce-product-gallery .flex-control-nav {
	display: flex;
	justify-content: flex-start;
	height: 100%;
	width: 100%;
}

.woocommerce-product-gallery .flex-control-nav li {
	list-style-type: none;
	margin: 10px 10px 0 0;
	width: 110px;
	height: 75px;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #F1F1F1;
	background: var(--color-6);
}

.woocommerce-product-gallery .flex-control-nav li img {
	width: 100%;
	max-width: 70px;
	height: 100%;
	margin: auto;
	object-fit: cover;
}

.woocommerce-product-gallery .flex-control-nav li img.flex-active {
	border-color: var(--color-2);
}

.woocommerce-product-gallery .flex-direction-nav {
	position: absolute;
	right: 0;
	top: 225px;
	width: 100%;
	justify-content: flex-center;
	display: flex;
}

.woocommerce-product-gallery .flex-direction-nav li {
	list-style-type: none;
}

.woocommerce-product-gallery .flex-direction-nav li.flex-nav-prev {
	position: absolute;
	right: 45px;
	top: 315px;
}

.woocommerce-product-gallery .flex-direction-nav li.flex-nav-next {
	position: absolute;
	right: 10px;
	top: 315px;
}

.woocommerce-product-gallery .flex-direction-nav li.flex-nav-prev a {
	background: url(../images/site/chevron-left.svg) no-repeat center;
}

.woocommerce-product-gallery .flex-direction-nav li.flex-nav-next a {
	background: url(../images/site/chevron-right.svg) no-repeat center;
}

.woocommerce-product-gallery .flex-direction-nav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 15px;
	height: 15px;
	background: #FFF;
	text-indent: -9999em;
}

@media (max-width: 992px) {
    
    .woocommerce-product-gallery .flex-viewport,
	.woocommerce-product-gallery .woocommerce-product-gallery__image {
		width: 100%;
		max-height: 600px !important;
	}

    .woocommerce-product-gallery .woocommerce-product-gallery__image img {
    	min-width: 100%;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.woocommerce-product-gallery .flex-direction-nav {
		top: initial;
		bottom: 250px;
	}

}

@media (max-width: 767px) {

	.woocommerce-product-gallery .flex-viewport,
	.woocommerce-product-gallery .woocommerce-product-gallery__image {
		max-height: 550px !important;
	}

	.woocommerce-product-gallery .flex-control-nav {
		display: none;
	}

	.woocommerce-product-gallery .flex-direction-nav {
		bottom: 175px;
	}

}

/* Product
   ========================================================================== */

.single-product .product {
	color: var(--color-4);
	font-size: var(--font-size-2);
}

.single-product .product .product__subtitle {
	font-family: var(--font-teko);
	font-weight: 700;
}

.single-product .product .badges {
	position: absolute;
	right: 80px;
	top: 20px;
	z-index: 99;
}

.single-product .product .product__quote-request {
	padding: 15px;
	margin-top: 0 !important;
	margin-bottom: 25px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
}

.single-product .product .blk-6 .product__sale-badge {
	position: relative;
	top: 5px;
	z-index: 1;
	display: block;
	text-align: center;
	padding: 7px 5px;
	font-weight: 500;
	font-size: var(--font-size-2);
	color: #FFF;
	width: 60px;
}

.single-product .product .blk-6 .product__sale-badge:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	border-radius: 20px;
	background: var(--color-2);
	width: 100%;
	height: 100%;
}

.single-product .product .blk-6 .product__sale-badge span {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.single-product .product .blk-6 .product__new-badge {
	position: absolute;
	z-index: 9999;
	top: 20px;
	right: 122px;
	display: block;
	text-align: center;
	padding: 3px 5px;
	font-size: 12px;
	color: #FFF;
	width: 40px;
}

.single-product .product .blk-6 .product__new-badge:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	transform: skew(-20deg);
	background: var(--color-0);
	width: 100%;
	height: 100%;
}

.single-product .product .blk-6 .product__new-badge span {
	position: relative;
	z-index: 1;
	font-family: var(--font-teko);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.single-product .product .summary select {
	background-color: #FFF;
}

.single-product .product .summary .price {
	display: flex;
	align-items: center;
	font-size: var(--font-size-4);
    font-weight: 500;
    color: var(--color-2);
	margin-bottom: 50px;
}

.single-product .product .summary .price ins {
	display: block;
	padding-top: 7px;
	text-decoration: none;
}

.single-product .product .summary .price del {
	display: inline-block;
	margin-right: 5px;
	color: #000;
}

.single-product .product .summary .price bdi {
	font-size: 24px;
}

.single-product .product .summary .price del bdi {
	position: relative;
	top: 3px;
	font-size: var(--font-size-2);
}

.single-product .product .summary .delivery-time {
	background: transparent;
	border: 1px solid var(--color-2);
	color: var(--color-2);
	border-radius: 6px;
	padding: 15px 30px;
}

.single-product .product .summary .woocommerce-product-rating {
	display: none;
}

.single-product .product .stock {
	margin-bottom: 10px;
}

.single-product .product .in-stock {
	color: #49b362;
}

.single-product .product .out-of-stock {
	color: #FF0000;
}

.single-product .product .cart a {
	display: flex;
	justify-content: center;
	width: 100%;
	color: var(--color-3) !important;
	background: transparent !important;
	border: 1px solid var(--color-3);
	font-size: var(--font-size-3) !important;
	align-items: center;
	text-decoration: none;
	height: 43px;
}

.single-product .product .cart a:hover {
	color: var(--color-1) !important;
	background: var(--color-3) !important;
}

.single-product .product .variations_form {
	display: block;
}

.single-product .product .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.single-product .product .cart button {
	position: relative;
	width: 100%;
	height: 50px;
	padding: 10px 40px 10px;
	font-size: var(--font-size-3) !important;
}

.single-product .product .cart button span {
	position: relative;
	z-index: 1;
}

.single-product .product .cart .quantity {
	display: none;
}

.single-product .product .cart .quantity select {
	height: 50px;
}

.single-product .product .product__usps {
	background: #FFF;
}

@media (max-width: 992px) {

	.single-product .product .price {
		margin-bottom: 30px;
	}

	.single-product .product .variations tr {
		margin-bottom: 10px;
	}

	.single-product .product .cart .quantity select {
		height: 49px;
	}

}

@media (max-width: 499px) {

	.single-product .product .cart {
		flex-wrap: wrap;
	}

	.single-product .product .cart .quantity {
		width: 100%;
		margin-bottom: 15px;
	}

	.single-product .product .cart .quantity select {
		width: 100%;
		background-position: 95% center;
	}

	.single-product .product .cart button {
		width: 100%;
	}

}

/* Variations
   ========================================================================== */

.single-product .product .variations {
	margin-bottom: 30px;
}

.single-product .product .variations td {
	display: block;
	padding: 0;
}

.single-product .product .variations tr {
	display: block;
	margin-bottom: 20px;
}

.single-product .product .variations tr:last-child {
	margin-bottom: 0;
}

.single-product .product .variations td.label label {
	font-size: var(--font-size-2);
	color: var(--color-0);
	display: block;
	padding-bottom: 10px;
}

.single-product .product .variations td.value ul {
	display: flex;
	flex-wrap: wrap;
}

.single-product .product .variations td.value ul li {
	margin: 0 5px 5px 0;
}

.single-product .product .variations select {
	width: 100%;
	background-position: 96% center;
}

.single-product .product .variations td.value ul li input[type="radio"] {
	display: none;
}

.single-product .product .variations td.value ul li label {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 25px;
	margin-left: 5px;
	padding: 10px;
	font-size: 12px;
	cursor: pointer;
}

.single-product .product .variations td.value ul li label:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
    width: 100%;
    height: 100%;
	transform: skew(-15deg);
	border: 1px solid #000;
}

.single-product .product .variations td.value ul li input[type="radio"]:checked + label:after {
	background: #000;
}

.single-product .product .variations td.value ul li input[type="radio"]:checked + label {
	color: #FFF;
}

.single-product .product .variations .swatch-wrapper {
	border: none;
	padding: 0;
	background: none;
}

.single-product .product .variations .swatch-wrapper a {
	border: 1px solid transparent;
	margin-right: 5px;
}

.single-product .product .variations .swatch-wrapper.selected a {
	border-color: #000;
	opacity: .6;
}

.single-product .product .variations .swatch-anchor {
	border-radius: 100%;
}

.single-product .product .variations .swatch-anchor img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 1px solid transparent;
}

.single-product .product .variations .swatch-wrapper.selected-image .swatch-anchor {
	border-color: transparent;
}

.single-product .product .variations .swatch-wrapper.selected.selected-image .swatch-anchor img {
	border-color: #000;
}

.single-product .product .variations .reset_variations {
	visibility: hidden;
	display: block;
	margin: 10px 0;
	font-size: var(--font-size-1);
	color: #FF0000;
}

.single-product .product .variations .wc-default-select {
	width: 100%;
	background-position: 96% center;
}

.single-product .product .variations .single_variation_wrap {
	margin-top: 25px;
}

dl.variation {
	font-size: var(--font-size-1);
}

dl.variation p {
	font-size: var(--font-size-1);
}

@media (max-width: 992px) {

	.single-product .product .variations tr {
		margin-bottom: 10px;
	}

}

/* Tabs
   ========================================================================== */

.single-product .woocommerce-Tabs-panel {
	padding: 0 15px;
	color: var(--color-0);
}

.single-product .product .woocommerce-tabs h5 {
	font-size: var(--heading-1);
	color: var(--color-0);
}

.single-product .product .woocommerce-tabs ul.tabs {
	border-bottom: 2px solid #DEF0F7; 
}

.single-product .product .woocommerce-tabs ul.tabs li a {
	font-size: var(--font-size-2);
	color: var(--color-2);
	font-weight: 500;
	text-decoration: none;
}

.single-product .product .woocommerce-tabs ul.tabs li.active a {
	color: var(--color-0);
}

.single-product .product .woocommerce-tabs th {
	width: 250px;
	border-bottom: 1px solid #DEF0F7;
}

.single-product .product .woocommerce-tabs td {
	border-bottom: 1px solid #DEF0F7;
}

/* Comments
   ========================================================================== */

#reviews {
	line-height: 1.775rem;
}

#reviews h2 {
	margin-bottom: 20px;
}

#reviews p {
	margin-bottom: 20px;
}

#reviews .stars a {

}

#reviews .submit {
	display: inline-block;
	font-family: var(--font-teko);
	font-size: 0.9375rem;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	padding: 17px 40px 15px;
	border: none;
	color: var(--color-1);
	background: var(--color-0);
}

#reviews .submit:hover {
	background: #f7bb60;
}

#reviews label {
	display: block;
	margin-bottom: 10px;
}

#reviews p.stars a {
	font-size: var(--font-size-1);
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 30px;
	margin-right: 10px;
	text-decoration: none;
	color: #FFF;
}

#reviews p.stars a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #000;
	transform: skew(-15deg);
}

#reviews p.stars a.active:after {
	background: var(--color-2);
}

#reviews ol li {
	list-style-type: none;
	margin-bottom: 30px;
	border-bottom: 1px solid #464646;
}

#reviews .comment_container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#reviews .comment_container img {
	margin-right: 15px;
}

/* Related
   ========================================================================== */

.related {
	padding-top: 50px;
	margin-top: 50px;
}

.related.products:after {
	display: none;
}

.related ul.products li {
	border-bottom: none;
}

@media (max-width: 767px) {

	.related {
		padding-top: 30px;
	   margin-top: 30px;
	}

}

/* Alternatives
   ========================================================================== */

.alternatives .alternatives__inner {
	display: flex;
	overflow-x: auto;
}

.alternatives .alternatives__list {
	width: 25%;
	list-style: none;
}

.alternatives .alternatives__list li {
	border-bottom: 2px solid #DEF0F7;
	padding: 16px 12px;
	height: 60px;
}

.alternatives .alternatives__list li.first__block {
	height: 300px;
	border: none;
	padding: 0 16px;
	margin-bottom: 20px;
}

.alternatives .alternatives__list li.first__block a {
	text-decoration: none;
}

.alternatives .alternatives__list li.first__block figure {
	height: 250px;
}

.alternatives .alternatives__list li.first__block span {
	color: var(--color-0);
	font-weight: 700;
}

.alternatives .alternatives__list li .amount {
	font-size: 24px;
	color: var(--color-2);
	font-weight: 500;
}

.alternatives .alternatives__list li .tax__text {
	top: 0;
}

.alternatives .alternatives__label {
	font-weight: 700;
}

@media(max-width: 992px) {

	.alternatives .alternatives__list {
		width: 40%;
	}

	.alternatives .alternatives__list--label {
		width: 50%;
	}

}

@media(max-width: 767px) {

	.alternatives .alternatives__list li.first__block {
		height: 175px;
	}

	.alternatives .alternatives__list li.first__block figure {
		height: auto;
	}

	.alternatives .alternatives__list li .amount {
		font-size: 16px;
	}

}

@media(max-width: 576px) {

	.alternatives .alternatives__list li {
		border-bottom: 2px solid #DEF0F7;
		padding: 16px 12px;
		height: 75px;
	}

	.alternatives .alternatives__list li {
		font-size: var(--font-size-1);
	}

}

/* Thanks
   ========================================================================== */

.woocommerce-order-received p {
	margin-bottom: 20px;
}

.woocommerce-order-received .btn {
	padding: 10px 20px;
}

/* Single product */

.single-product .single_add_to_cart_button {
	margin-bottom: 15px;
}

/* Single product WAPF fields */

.wapf {
	color: var(--color-0);
}

.wapf-field-description {
	display: none;
}

.wapf-field-input input[type="radio"] {
	float: none;
}

.wapf-field-label {
	font-weight: bold;
	margin-bottom: 7.5px;
}

/*
 * Request quote
 */

 .addify-quote-form .af_quote_fields {
	justify-content: initial;
 }

 .addify-quote-form select {
	background-position: 97% center;
 }

 .addify-quote-form .addify-option-field th {
	padding-top: 30px;
 }

 .addify_checkout_place_quote {
	margin-top: 50px;
 }

 /*
  * Taxonomy archive
  */

.tax-pa_merk .background__lines {
	z-index: -1;
}

.tax-pa_merk .woocommerce-products-header__title {
	margin-top: 25px;
	margin-bottom: 25px;
}

.tax-pa_merk .shop__sidebar {
	display: none;
}

.tax-pa_merk .archive__content {
	margin-bottom: 50px;
}

.added_to_quote {
	margin-bottom: 25px;
	border-radius: 5px;
}

/*
 *	Filters CSS
 ==================================*/

.shop__sidebar ul li label {
	font-weight: 500;
	color: #00043B;
	font-size: 0.75rem;
	cursor: pointer;
}

.shop__sidebar ul li label:hover {
	color: #F49C00;
}

.shop__sidebar .sf-option-active  {
	color: #F49C00;
}

.shop__sidebar ul:first-child > li {
	border-bottom: 2px solid #DEF0F7;
}

.shop__sidebar .sf-count {
	color: #0187AC;
}

.shop__sidebar .sf-label-checkbox:before {
	content: '';
    position: relative;
    top: 2px;
    display: inline-block;
    margin-right: 8px;
    width: 14px;
    height: 14px;
    background: #FFF;
    border-radius: 2px;
    border: 1px solid #D0D0D0;
}

.shop__sidebar .sf-option-active .sf-label-checkbox:before {
	background-image: url(../images/site/checkbox-checked.svg);
    background-color: var(--color-2);
    background-position: center;
    background-repeat: no-repeat;
	border-color: transparent;
}

.search-filter-reset {
	color: #F49C00;
	text-decoration: none;
	font-size: 0.75rem;
}

.search-filter-reset:hover {
	color: black;
}
