.wcsatt-options-product-prompt {
	display: none;
}
h1 {
		font-weight: bold;
	}
.tincture-header {
	background: #F4F4F4;
	padding: 25px;
	padding-top: 0px;
}
.row-no-gutters > div {
	padding: 0px;
}
.feature-product {
	transition: all .2s;
	height: 258px; 
	width: 100%; 
	background-size: auto 100%, 70%, 95% !important;
    background-position: -27px -8px, 47px -225px, 4px 188px !important;
    background-repeat: no-repeat !important;
}

a.anchor-down {
	display: block;
	height: 100%;
	width: 100%;
}

a.anchor-down:hover .feature-product {
	transition: all .2s;
    background-position: -27px -8px, 47px 39px, 4px 188px !important;
}

a.anchor-link {
	position: absolute;
	transform: translateY(-100px);
}

.formulations-container {
	display: flex;width: 435px; margin: 0 auto;
	max-width: 100%;
}

.formulations-container .third-width {
	width:33%;
}
.formulations-container .third-width p {
	font-weight: bold;
	color: #214625;
	margin-top: 15px;
}
.production-process {
	background: #F4F4F4;
	padding: 50px 0px;
}
.icon-holder {
    height: 175px;
    text-align: center;
	display: grid;
}
.icon-holder img {
	align-self: center;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
}
.product-section {
	margin: 50px 0px;
	display: flex;
}

.product-section > div {
	width: 843px;
	max-width: 90vw;
	margin: 0 auto;
}

.product-section.odd {
    background-repeat: no-repeat !important;
    background-size: auto 90%, 319px 122px !important;
    background-position: left center, 51px 426px !important;
}
.product-section.even {
    background-repeat: no-repeat !important;
    background-size: auto 90%, 319px 122px !important;
    background-position: right center, 79% 91% !important;
}

.product-section .tag {
	border-radius: 23px;
	border: 1px solid #214625;
	color: #214625;
	margin: 10px auto;
	text-align: center;
	display: table;
	padding: 5px 15px;
}

.product-section .info {
	width: 538px;
	min-height: 587px;
	max-width: 90vw;
	display: table;
}
.product-section .info .vertical-middle {
	display: table-cell;
	vertical-align: middle;
}
.product-section.odd .info {
	float: right;
}

.product-section h3 {
	font-weight: bold;
}

.product-section .price {
	color: #D37F36;
	font-size: 22px;
	font-weight: bold;
}

.product-section .btn {
	background: #D37F36;
	border: 2px solid #D37F36; display: inline-block;
	padding: 10px 20px;
	color: white;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 18px;
	margin-left: 35px;
}
.product-section .btn:hover {
	color: #D37F36;
	background: transparent;
}
.woocommerce .product-section form.cart button.add_to_cart_button, .woocommerce .product-section form.cart button.single_add_to_cart_button{
	background: #214625 !important;
	border: 2px solid #214625; display: inline-block;
	padding: 10px 20px;
	color: white;
	text-transform: capitalize;
	font-weight: bold !important;
	font-size: 18px;
	height: auto;
	margin-left: 10px;
}
.woocommerce .product-section form.cart button.add_to_cart_button:hover, .woocommerce .product-section form.cart button.single_add_to_cart_button:hover {
	color: #214625 !important;
	background: transparent !important;
	border-color: #214625 !important;
}
.product-section  ul {
	list-style: disc;
	padding-left: 25px;
}

@media (min-width: 992px) {
	.laptop-flex {
		display:flex;
	}
}

@media (max-width: 1192px) {
	.product-section .info {
    	width: 50%;
	}
}

@media (max-width: 991px) {
	.laptop-flex .btn, .laptop-flex .add_to_cart_button {
		margin: 5px 0px !important;
		width: 100%;
		text-align: center;
	}
	.product-section .info {
    	width: 100%;
	}
	.tincture-header .feature-product.mobile-adjuster {
		background-size: auto 100%, 37%, 135px 99px !important;
    	background-position: center -1px, 50% -247px, calc(50% - 19px) 161px !important;
    	background-repeat: no-repeat !important;
	}
	.tincture-header a.anchor-down:hover .feature-product.mobile-adjuster {
    	background-position: center -1px, 50% 47px, calc(50% - 19px) 161px !important;
	}
	
	.product-section.odd, .product-section.even {
		padding-top: 340px;
		background-position: top center, 45% 264px !important;
		background-size: auto 340px, 181px 69px !important;
	}
	.product-section .info {
		min-height: auto;
	}
}

