/* Hazel WooCommerce
Loaded on WooCommerce pages */

/* WooCommerce Globals
---------------------------------------------------------------------------- */

.woocommerce.full-width-content .content,
.woocommerce-page.full-width-content .content {
	max-width: 1140px;
	width: 100%;
}

.woocommerce .entry.product {
	padding: 0;
}

.woocommerce abbr.required,
.woocommerce ins {
	text-decoration: none;
}

.woocommerce span.onsale {
	background-color: #719F37;
	border-radius: 0;
	line-height: 1.75;
	min-height: auto;
	font-weight: 400;
	padding: 8px;
	margin: -8px;
}

.woocommerce fieldset {
	margin-bottom: 20px;
}

.woocommerce .products .star-rating {
	letter-spacing: 0;
}

.woocommerce p.stars a,
.woocommerce p.stars a:focus,
.woocommerce p.stars a:hover {
	outline: 0;
	border: 0;
}

.woocommerce .woocommerce-LoopProduct-link {
	display: block;
	flex-shrink: 0; /* IE 11 height fix */
}

.woocommerce .archive-title,
h1.woocommerce-products-header__title {
    font-size: 1.5rem;	
    text-align: center;
}

/*
.single-product .content .product {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    }
 
.single-product .content .product div {
  width: 100%;

  
  	&.summary,
  	&.woocommerce-product-gallery, {
    	width: calc(50% - 9px);
		margin: 0 5px 10px 0;
    
    &:nth-child(2n) {
      margin: 0 0 10px 5px;
    }
  } 
  
 .single-product .content .product .iconic-wsb-product-bumps {
	order: 3;
	width:100%;
	}

.single-product .content .product .woocommerce-tabs {
	order: 4;
	width:100%;
} */


.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 0.5em 2em 0.5em 3.5em;
    margin: 0 0 1em;
        border-top: solid 2px #000000;

}

.woocommerce-error::before, 
.woocommerce-info::before, 
.woocommerce-message::before {
	    top: 0.5em;
	    }
	    
    
	    .woocommerce .ribbon {
   	min-width: 3.236em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 2.236;
    top: -0.5em;
    left: -0.8em;
    margin: 0;
    border-radius: 6px;
    background-color: #9ddb87;
    color: #000000;
	 font-size: .832em;
	z-index: 9;
	padding: 0.202em 9px;
	border: 1px solid #000000;
}

.woocommerce span.onsale{ display:none; }

/* WooCommerce Product Gallery
---------------------------------------------------------------------------- */

.woocommerce .woocommerce-product-gallery__wrapper {
	margin: 0;
}

.woocommerce .woocommerce-product-gallery__trigger {
	border-width: 0;
}

.woocommerce .woocommerce-product-gallery {
	overflow: hidden;
}

.woocommerce .woocommerce-product-gallery .flex-control-nav {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* WooCommerce Shop Page
---------------------------------------------------------------------------- */

.woocommerce .content .entry {
	border-bottom: 0;
}

.woocommerce .content .entry::after,
.woocommerce .content .entry::before,
.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
	display: none;
}

.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after,
.woocommerce #respond input#submit.loading::after {
	top: 1em;
}

.woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.woocommerce ul.products li.product a,
.woocommerce-loop-product__title {
	text-align: center;
}

.woocommerce #review_form #respond .form-submit input,
.woocommerce ul.products li.product .button,
.woocommerce .woocommerce-ordering,
.woocommerce-page ul.products li.product .button,
.woocommerce-page .woocommerce-ordering {
	margin-right: 0;
	border: solid 1.5px;
	border-radius: 6px;
	transition: top ease 1s;
}

.woocommerce-page .woocommerce-ordering {
	border: 0;
}

.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .price .from {
	color: #000000;
}

.woocommerce ul.products li.product h3:hover,
.woocommerce ul.products li.product .price {
	color: #000000;
}

/* MS Edge Bug Fix */
.woocommerce ul.products li.product a {
	transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
	border: 0;
}

.woocommerce ul.products li.product a.added_to_cart {
	border-bottom: 1px solid #000000;
}

.woocommerce a.added_to_cart {
	line-height: 1;
}

.woocommerce nav.woocommerce-pagination {
	clear: both;
	margin: 40px 0;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
	border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
	margin-left: 2px;
	margin-right: 2px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	background-color: #ffffff;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	padding: 8px 14px;
	text-decoration: none;
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background-color: #7fd2db;
	border: solid 1px #002624;
	border-radius: 6px;

}


/* WooCommerce Product
---------------------------------------------------------------------------- */

.woocommerce ul.products li.product {
	align-items: self-start;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.woocommerce div.product .product_title {
	text-align: left;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #000000;
	line-height: 1.5;
}

.woocommerce div.product form.cart .button {
	line-height: 1.5;
}

.woocommerce div.product form.cart .variations {
	table-layout: fixed;
}

.woocommerce .woocommerce-variation-price {
	margin-bottom: 20px;
}

.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce .star-rating {
	letter-spacing: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
	margin-bottom: 10px;
}

.woocommerce #reviews #comments ol.commentlist {
	padding-left: 0;
}

.woocommerce .star-rating::before {
	color: #000000;
}

.woocommerce div.product p.stock {
	color: #000000;
}


.USP-icons {
	max-width: 365px;
    margin-bottom: 20px;
}

.USP-icons .wp-block-columns {
	margin-bottom: 0 !important;
}

.USP-icons .wp-block-image {
    margin-bottom: -24px;
}
.USP-icons p {
	margin: 5px auto 0;
	line-height: 1.1;
	color: #000000;
	font-size: 11px;
}

.USP-icons .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
	margin-left: var(--wp--style--block-gap,0.7em);
}

.usp-tick-sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}


.USP-icons .usp-tick:before {
	color: #68c149;
}
.USP-icons .dashicons, 
.USP-icons .dashicons-before:before {
	    font-size: 80px;
	    line-height: 0.5;
	    width:unset; 	
		height: unset; 
	
}

.single-page-usp {
	margin-top: 20px;
	width: 100%;
  clear: both;
}
.woocommerce ul.products li.product .add_to_cart_button,
.product button.single_add_to_cart_button {
	display: inline-flex !important;
    align-items: center;
    justify-content: space-around;
    align-content: center;
    
}


form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_){
	
	background-image:
	    radial-gradient(
	      rgba(255, 255, 255, 0.10),
	      rgba(125, 125, 125, 0.10)
	);
}

.woocommerce ul.products li.product .product_type_bundle.add_to_cart_button:before,
.woocommerce ul.products li.product .product_type_simple.add_to_cart_button:before,
button.single_add_to_cart_button:before {
 content: url('https://provenir.com.au/wp-content/themes/provenir/images/Cart-open-box-117049-25.svg');
   margin-right: 1em;
}

.woocommerce ul.products li.product.outofstock .add_to_cart_button:before {
	 content: '';
}




.single-page-usp {
	margin-top: 10px;
}

.single-page-usp li {
 	display: flex;
    flex-direction: row;
    align-items: center;
}

.single-page-usp .usp-tick {
	margin-right: 5px;
}

.single-page-usp p {
	font-size: smaller;
	margin: 0 0 5px;
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column:not(:first-child) {
    margin-left: var(--wp--style--block-gap, 0em) !important;
}


/* WooCommerce Product Tabs
---------------------------------------------------------------------------- */

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-color: #101010;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	display: block;
	border: 2px solid #101010;
	margin: 0;
	padding: 0;
	border-radius: 0;
	background-color: #fff;
	border-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
	border-bottom: 1px solid #000000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border-bottom-color: #000000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: block;
	padding: 15px 30px;
	color: #000000;
	border: 0;
	font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color: #000000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
	content: "\f147";
	display: block;
	float: right;
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
}

.woocommerce table.shop_attributes td {
	padding: 10px;
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
	background-color: #d6f0f7;
}

.woocommerce table.shop_attributes td p {
	padding: 0;
}

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

.woocommerce-checkout .order_review_heading {
	margin-top: 30px;
}

.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li,
#add_payment_method #payment ul.payment_methods li {
	list-style-type: none;
}

.woocommerce-cart table.cart td.actions .coupon input.input-text,
.woocommerce-checkout table.cart td.actions .coupon input.input-text,
#add_payment_method table.cart td.actions .coupon input.input-text {
	width: auto;
}

.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row,
#add_payment_method #payment div.form-row {
	margin-bottom: 0;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	margin-bottom: 10px;
}

@media (min-width: 992px) {
	form.woocommerce-checkout {
	  display: flex;
	   flex-wrap: wrap !important;
	  gap: 40px;
	}

	form.woocommerce-checkout #wc-stripe-payment-request-button-separator,
	form.woocommerce-checkout #wc-stripe-payment-request-wrapper {
		width: 100% !important;
	}
	
	form.woocommerce-checkout div:not(:first-child){
		flex: 1 !important;
	} 
	

	#customer_details .col-1,
	#customer_details .col-2 {
	  width: auto;
	  float: none;
	}

	#customer_details .col-2 {
	  margin-top: 40px;
	}	
	
	.order-review {
		min-width: 590px;
	}
	.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 100%;
    min-width: 450px;
	}
	
	.woocommerce-checkout-review-order-table .cart_item td.product-name  {
	    min-width: 70%;
    width: 500px;
	}
	
	.woocommerce-shipping-totals th {
	width: 100px;
	}

	
	tfoot .woocommerce-shipping-totals td[data-title="Shipping"] {
	 width: 500px;
	}
	
	.woocommerce-checkout-review-order-table th.product-total,
	.woocommerce-checkout-review-order-table td.product-total,
	.woocommerce-checkout-review-order-table .woocommerce-Price-amount,
	.woocommerce-checkout-review-order-table .woocommerce-Price-amount bdi {
		text-align: right !important;
		float: right;
	}
	
	.order-review.sticky {
	    position:fixed;
	/* Safari */
	  position:fixed;
	    top:132px;
	}
	.admin-bar .order-review.sticky {
	  	position:fixed;
	    top: 164px;
	}


}

#order_review_heading,
.woocommerce-checkout-review-order .woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce-checkout-review-order .woocommerce-form-coupon-toggle {
	display: none !important;
}


.woocommerce-checkout-review-order {
	background-color: #d6f0f7;
	padding: 15px;
	border-radius: 6px;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-payment  button.button.alt {
	padding: 21px 45px;
	border: solid 2px #000000;
	float: none;
}
/*
.woocommerce-checkout #e_deliverydate_field,
.woocommerce-checkout .orddd-checkout-fields p,*/
.orddd-checkout-fields {
	padding: 10px;
    border: solid 0px #000000;
    border-radius: 6px;
    background-color: #d6f0f7;
    color: #000000;
}	

/* WooCommerce Cart Page
---------------------------------------------------------------------------- */

.woocommerce table.shop_table,
.woocommerce table.shop_table td {
	border-color: #eee;
	border-radius: 0;
	line-height: 1.75;
	word-break: normal;
}

.woocommerce-cart table.cart {
	line-height: 1.75;
}

.woocommerce-cart table.cart td {
	font-size: 18px;
	padding: 10px 12px;
}

.woocommerce table.shop_table .order-number {
	min-width: 75px;
}

.woocommerce-cart table.cart .product-thumbnail {
	min-width: 56px;
}

.woocommerce-cart table.cart th.product-name {
	min-width: 140px;
}

.woocommerce-cart table.cart th.product-price,
.woocommerce-cart table.cart th.product-quantity,
.woocommerce-cart table.cart th.product-subtotal,
.woocommerce-checkout-review-order-table th.product-total {
	min-width: 110px;
}

.woocommerce table.shop_table td.actions {
	padding-top: 15px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	font-size: 18px;
}

.woocommerce-cart td.product-name dl.variation dd {
	margin-left: 20px;
}

.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
#add_payment_method table.cart img {
	vertical-align: middle;
}

/* WooCommerce Payment
---------------------------------------------------------------------------- */

.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment {
	background-color: #d6f0f7;
	border-radius: 0;
}
/*
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment div.payment_box {
	background-color: #fff;
}

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

.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment ul.payment_methods {
	border-color: #eee;
} */

.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods,
 #add_payment_method #payment ul.payment_methods {
	    padding: 0; 
 }

.wc_payment_method {
	border-top: solid 2px #000000;

}

.woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #f9f9f5;
	    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
		background-color: #f9f9f5;

}

.woocommerce-checkout .ElementsApp input {
	line-height: 1.5;
    padding: 8px 20px !important;
	background-color: #fff;
    border: 0;
    border-bottom: 2px solid #000000 !important;
    color: #000000;
    font-weight: 400;
    width: 100%;
    letter-spacing: inherit;
}

.woocommerce-SavedPaymentMethods-saveNew label {
	height: auto;
}

.woocommerce-SavedPaymentMethods-saveNew label {
	font-size: 16px;
}

#add_payment_method #payment div.form-row, 
.woocommerce-cart #payment div.form-row, 
.woocommerce-checkout #payment div.form-row {
	padding: unset;
}


/* Quanity buttons
---------------------------------------------------------------------------- */

form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_) {
	height: 46px !important;
    text-align: center  !important;
    border: solid 2px #000000 !important;
    color: solid 2px #000000 !important;
    border-radius: 6px !important;
    font-weight: 900px;
}

form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_) {
    line-height: 1;
}

.qib-container .quantity input.qty:not(#qib_id):not(#qib_id),
.plus.qib-button:not(#qib_id):not(#qib_id),
.minus.qib-button:not(#qib_id):not(#qib_id) {
	border: solid 1px #000000 !important;
	color: #101010  !important;
	box-shadow: none  !important;
}

.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
	border-left: 0  !important;
	border-right: 0  !important;
}

.xoo-wsc-qty-box .xoo-wsc-plus.xoo-wsc-chng,
.plus.qib-button:not(#qib_id):not(#qib_id) {
	border-top-right-radius: 6px  !important;
    border-bottom-right-radius: 6px  !important;
}

.xoo-wsc-qty-box .xoo-wsc-minus.xoo-wsc-chng,
.minus.qib-button:not(#qib_id):not(#qib_id) {
	border-top-left-radius: 6px  !important;
    border-bottom-left-radius: 6px  !important;
}

/*
.woocommerce ul.products li.product:nth-last-child(-n + 2) {
  flex-basis: 45%;
} */


.woocommerce input.input-radio,
    .woocommerce input.input-checkbox{
        height: auto;
    }




/* WooCommerce Forms
---------------------------------------------------------------------------- */

.woocommerce #review_form #respond .form-submit input,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce input.button[type="submit"],
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt {
	background-color: #d6f0f7;
	color: #101010;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	border-radius: 6px;
/*	padding: 15px 30px; */
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
	 transition: top ease 1s;
}

.cart_totals .checkout-button,
.woocommerce-cart-form button,
.woocommerce-cart-form .button,
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn,
.single.woocommerce a.button,
.single.woocommerce a.button.alt,
.single.woocommerce button.button,
.single.woocommerce button.button.alt,
.single.woocommerce input.button,
.single.woocommerce input.button.alt,
.single.woocommerce input.button[type="submit"],
.single.woocommerce #respond input#submit,
.single.woocommerce #respond input#submit.alt {
	padding: 15px 20px !important;
}

.woocommerce a.button:focus,
.woocommerce a.button:hover,
.woocommerce a.button.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce button.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce input.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input[type="submit"]:focus,
.woocommerce input[type="submit"]:hover,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce #respond input#submit.alt:hover {
	background-color: #000000;
	color: #fff;
	-webkit-box-shadow:4px 6px 19px 1px rgb(158 158 158 / 40%);
    -moz-box-shadow:4px 6px 19px 1px rgb(158 158 158 / 40%);
    box-shadow: 4px 6px 19px 1px rgb(158 158 158 / 40%);
}

.woocommerce #review_form #respond .form-submit input
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
	background-color: #fff;
	color: #101010;
	 transition: top ease 1s;
}

.woocommerce button.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-error .button:focus,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-info .button:focus,
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-message .button:focus,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-error .button:focus,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-info .button:focus,
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-message .button:focus {
	-webkit-box-shadow:4px 6px 19px 1px rgb(158 158 158 / 40%);
    -moz-box-shadow:4px 6px 19px 1px rgb(158 158 158 / 40%);
    box-shadow: 4px 6px 19px 1px rgb(158 158 158 / 40%);
}

.woocommerce ul.products li.product .button {
    margin: 0.7em auto 0;
}

.woocommerce #reviews #comment {
	height: 150px;
}

.woocommerce .quantity .qty {
	background-color: #fff;
	border: 0;
	line-height: 1.5;
	margin-right: 5px;
	padding: 12px 5px;
	width: 70px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	line-height: 1.5;
	padding: 8px 20px;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	float: none;
	width: 100%;
}

.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
#add_payment_method table.cart td.actions .coupon .input-text {
	border: 0;
	border-bottom: 1px solid #000000;
	padding: 7px 20px;
	width: 150px;
	height: auto;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce form .form-row .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select,
.woocommerce form .form-row.woocommerce-validated .select2-container {
	border-color: #eee;
	border-radius: 0;
}

.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input,
#add_payment_method table.cart input {
	vertical-align: top;
}

.woocommerce .coupon {
	line-height: 1;
}

.woocommerce .coupon .input-text {
	height: 48px;
}

.woocommerce input.button,
.woocommerce input.button[type="submit"],
.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 100% !important;
}



/* WooCommerce Disabled Buttons
---------------------------------------------------------------------------- */

.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled] {
	background-color: #d6f0f7;
	color: #000000;
	padding: 15px 30px;
}

.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt[disabled]:disabled,
.woocommerce a.button.alt[disabled]:disabled:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt[disabled]:disabled,
.woocommerce button.button.alt[disabled]:disabled:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt[disabled]:disabled,
.woocommerce input.button.alt[disabled]:disabled:hover,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt[disabled]:disabled,
.woocommerce #respond input#submit.alt[disabled]:disabled:hover {
	background-color: #000000;
	color: #fff;
}


/* WooCommerce Account Page
---------------------------------------------------------------------------- */


.woocommerce-MyAccount-navigation-link a {
	color: #000000;
}

.woocommerce-account .woocommerce-Address-title h3 {
	font-size: 26px;
}

.woocommerce-account .woocommerce-Address {
	margin-bottom: 20px;
}

.woocommerce-account table.order_details th.product-total {
	min-width: 110px;
}

.woocommerce-MyAccount-navigation {
	border: 0;
	background-color: #d6f0f7;
	padding: 20px 0;
	margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation ul {
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
}

.woocommerce-MyAccount-navigation ul li {
	line-height: 1.2;
	list-style-type: none;
	margin-bottom: 15px;
}

.woocommerce-MyAccount-navigation ul li:last-child {
	margin-bottom: 0;
}

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

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	text-align: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	display: inline-block;
	margin: 0 10px;
}

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
	margin-right: 0;
	width: 100%;
}

.content-sidebar.woocommerce-account .woocommerce-MyAccount-navigation ul,
.sidebar-content.woocommerce-account .woocommerce-MyAccount-navigation ul {
	text-align: center;
}

.content-sidebar.woocommerce-account .woocommerce-MyAccount-navigation li,
.sidebar-content.woocommerce-account .woocommerce-MyAccount-navigation li {
	display: inline-block;
	margin: 0 10px;
}

.content-sidebar.woocommerce-account .woocommerce-MyAccount-content,
.sidebar-content.woocommerce-account .woocommerce-MyAccount-content {
	width: 100%;
}

.woocommerce table.my_account_orders .button {
	margin: 5px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
		margin-bottom: 30px;
}

	.woocommerce table.my_account_orders .button,
	.woocommerce-MyAccount-navigation ul li a {
	    border: 2px solid #000000;
	    padding: 10px;
	    border-radius: 6px;
	    font-size: 16px;
	}
	
	.woocommerce table.my_account_orders .button:hover,
	.woocommerce table.my_account_orders .button:focus,
	.woocommerce-MyAccount-navigation ul li.is-active > a,
		.woocommerce-MyAccount-navigation ul li.is-active > a:hover,
		.woocommerce-MyAccount-navigation ul li.is-active > a:focus,
		.woocommerce-MyAccount-navigation ul li a:hover,
		.woocommerce-MyAccount-navigation ul li a:focus {
		background-color: #d6f0f7;
	    color: #000000;
	    box-shadow: 4px 6px 19px 1px rgb(158 158 158 / 40%);
	}
	
	.woocommerce table.my_account_orders .button {
		background-color: #fff;
	}


/* WooCommerce Breadcrumb
---------------------------------------------------------------------------- */

.woocommerce .woocommerce-breadcrumb {
	font-size: 18px;
	margin-bottom: 40px;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a {
	color: #000000;
}

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

.woocommerce .woocommerce-breadcrumb a:focus,
.woocommerce .woocommerce-breadcrumb a:hover {
	color: #000000;
}


/* WooCommerce Reviews
---------------------------------------------------------------------------- */

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	display: none;
	background: transparent;
	border: 0;
	margin: 0 16px 24px 0;
	padding: 0;
	position: relative;
	width: 60px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	display: flex;
	flex-direction: column;
	border-color: #d6f0f7;
	border-radius: 0;
	margin-left: 0;
}

.woocommerce .entry-content #reviews ol > li {
	list-style-type: none;
}

.woocommerce #reviews #comments ol.commentlist li .meta {
	color: #000000;
}

.woocommerce #review_form #respond p {
	margin: 0 0 30px;
}


/* WooCommerce Misc
---------------------------------------------------------------------------- */

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	background-color: #d6f0f7;
	border-top-color: #000000;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	color: #000000;
}

div.woocommerce-info.wc-memberships-restriction-message.wc-memberships-restricted-content-message {
	width: 48%;
}

.woocommerce-message .button.wc-forward {
	margin-bottom: 20px;
	width: 100%;
}

.woocommerce-store-notice,
p.demo_store {
	background-color: #000000;
	box-shadow: none;
	padding: 15px 0;
}

.woocommerce ul.order_details {
	padding-left: 0;
}

.woocommerce .woocommerce-customer-details address {
	border: 0;
	background-color: #d6f0f7;
	border-radius: 0;
}

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

/* WooCommerce Widgets
---------------------------------------------------------------------------- */

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

.woocommerce-product-search {
	overflow: hidden;
	width: 100%;
}

.woocommerce-product-search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Woo Shopping Cart
-------------------------------------------------- */

.woocommerce .widget_shopping_cart ul.cart_list li,
.woocommerce.widget_shopping_cart ul.cart_list li {
	padding-top: 15px;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	top: 15px;
}

.woocommerce.widget_shopping_cart .total {
	border-top: 1px solid #eee;
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
	margin-bottom: 5px;
}

.woocommerce .widget_shopping_cart .cart_list li.empty,
.woocommerce.widget_shopping_cart .cart_list li.empty {
	padding-left: 0;
}

.cart_totals .checkout-button,
.woocommerce-cart-form button,
.woocommerce-cart-form .button,
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn {
	border: solid 2px !important;
}



/* Woo Product Lists
-------------------------------------------------- */

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	width: 60px;
}

.sidebar ul.product_list_widget li {
	line-height: 1.4;
	margin-bottom: 15px;
	padding: 15px 0 0;
}

.sidebar ul.product_list_widget li:last-child {
	margin-bottom: 0;
	padding-bottom: 15px;
}

/* Woo Filter
-------------------------------------------------- */

.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #eee;
}

.woocommerce.widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce.widget_price_filter .ui-slider .ui-slider-range {
	background-color: #0073e5;
}

.woocommerce .widget_layered_nav ul li.chosen a::before,
.woocommerce .widget_layered_nav_filters ul li a::before,
.woocommerce .widget_rating_filter ul li.chosen a::before {
	color: #0073e5;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
	top: -0.28em;
}

.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce.widget_price_filter .price_slider_amount .button {
	font-size: 16px;
}

/* Woo Active Filters
--------------------------------------------- */

.woocommerce.widget_layered_nav_filters ul li {
	margin: 0 20px 20px 0;
}

/* Woo Recent Reviews
-------------------------------------------------- */

.woocommerce.widget_recent_reviews .reviewer {
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}


/* Slae Bump Panel
---------------------------------------------------------------------------- */
.iconic-wsb-product-bumps {
	background-color: #d6f0f7 !important;
	border: solid 2px #000000 !important;
}


.iconic-wsb-product-bumps__header {
    background-color: #d6f0f7 !important;
}

.iconic-wsb-product-bumps__body .iconic-wsb-product-bumps__button {    
	border: solid 2px #000000 !important;
	box-shadow: 4px 6px 19px 1px rgb(158 158 158 / 40%) !important;
	background-color: #9ddb87 !important;
	color: #000000 !important;
}


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

@media only screen and (min-width: 600px) {

	.woocommerce form .form-row-first,
	.woocommerce-page form .form-row-first {
		float: left;
		width: 47%;
	}

	.woocommerce form .form-row-last,
	.woocommerce-page form .form-row-last {
		float: right;
		width: 47%;
	}

	.woocommerce #reviews #comments ol.commentlist li img.avatar {
		display: block;
		background: transparent;
		border: 0;
		margin: 0 16px 24px 0;
		padding: 0;
		position: relative;
		width: 60px;
	}


	.woocommerce #reviews #comments ol.commentlist li .comment-text {
		flex-direction: row;
		flex-wrap: wrap;
		margin-left: 80px;
	}

	.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
		margin-bottom: 0;
	}

	.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
		margin-left: auto;
	}

	.woocommerce #reviews #comments ol.commentlist li .comment-text .description {
		width: 100%;
	}
	/*
	.woocommerce ul.products li.product .button,
	.woocommerce .woocommerce-ordering,
	.woocommerce-page ul.products li.product .button,
	.woocommerce-page .woocommerce-ordering {
		    margin: auto;
	} */

	.woocommerce input.button,
	.woocommerce input.button[type="submit"],
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		width: auto !important;
	}

	.woocommerce-message .button.wc-forward {
		margin-bottom: 0;
		width: auto;
	}

	.woocommerce-cart table.cart td.actions .coupon .input-text {
		margin-bottom: 0;
	}

}



@media only screen and (min-width: 860px) {

	.full-width-content .woocommerce ul.products {
		justify-content: flex-start;
	}

	.woocommerce ul.products {
		justify-content: flex-start;
	}

}

@media only screen and (max-width: 860px) {
	
	.search-content {
		    padding: 0px 3% 0;
	}

	.product-wrap ul.products.column-4 li.product:nth-child(2n), 
	.product-wrap ul.products.column-4 li.product:nth-child(2n) {
	    float: right !important;
	    clear: none!important;
	}
	
	.product-wrap ul.products.column-4 li.product, 
	.product-wrap ul.products[class*=columns-] li.product {
    width: 48% !important;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
	}
	
	 .product form.cart {
		 display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: space-evenly;
	    align-items: center;
	 }
	.wp-block-columns.USP {
	 flex-direction: row;
	 flex-wrap: wrap;
	 }
	 .wp-block-columns.USP .wp-block-column {
	 flex-basis: calc(50% - 12px);
	 }
	 
	 .product form.cart .qib-container {
	 flex-basis: calc(35% - 12px);
	 }
	 
	 .product form.cart .button {
	 flex-basis: calc(64% - 12px);
	 }
	  .product form.cart  .single-page-usp {
		  flex-basis: 1;
	  }
	 
	 .wp-block-columns.USP.is-not-stacked-on-mobile>.wp-block-column:not(:first-child) {
	 margin-left:var(--wp--style--block-gap, 0.3em) !important;	 
	 }
	 
	 .woocommerce-account .woocommerce-MyAccount-navigation ul li {
		 display: block;
	 }
	 
	
}

@media only screen and (min-width: 960px) {
	
	.single.woocommerce a.button,
	.single.woocommerce a.button.alt,
	.single.woocommerce button.button,
	.single.woocommerce button.button.alt,
	.single.woocommerce input.button,
	.single.woocommerce input.button.alt,
	.single.woocommerce input.button[type="submit"],
	.single.woocommerce #respond input#submit,
	.single.woocommerce #respond input#submit.alt {
		padding: 15px 45px;
	}
	
	.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column:not(:first-child) {
    margin-left: var(--wp--style--block-gap, 0.5em) !important;
	}
	
	.farm-message {
	    margin-bottom: 0;
	}

	.full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs {
		padding: 0 0 0 1em;
	}

	.full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs li {
		background-color: rgba(240, 240, 228, 0.49);
		display: inline-block;
		margin: 0 -5px;
		border-radius:8px 8px 0px 0px;
	}

	.full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		color: #000000;
	}

	.full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
		background-color: #fff !important;
		box-shadow: 4px 6px 19px 1px rgb(158 158 158 / 40%);
	
	}

	.full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
		color: #000000;
	}

	.full-width-content.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
		display: none;
	}

}

@media only screen and (min-width: 1140px) {
	

	.woocommerce div.product .woocommerce-tabs ul.tabs {
		padding: 0 0 0 1em;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		background-color: #fff;
		display: inline-block;
		margin: 0 -5px;
	}
	/*
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		color: #fff;
	} */
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li a, 
	.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus,
	.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
		color: #000000;
	}


	.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
		background-color: #fff;
		border-color: #101010;
		border-bottom: 1px solid #fff !important;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
		color: #000000;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
		display: none;
	}

}

@media only screen and (min-width: 1140px) {

	.content-sidebar .woocommerce ul.products,
	.sidebar-content .woocommerce ul.products {
		justify-content: flex-start;
	}

}
