/*!
Theme Name: Saru Soda
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: By PageBoss Marketing
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: saro-soda
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*
==============================
Global Style Start
==============================
*/
:root{
	--theme-color:#dc4e74;
	--theme-color2:#FCE94E;
	--default-color:#000000;
	--bg1:#fcf7d2;
	--bg2:#fef1ba;
	--bg3:#f8efcc;
}
.bg1{
	background:#fcf7d2;
}
.bg2{
	background:#fef1ba;
}
.bg3{
	background:#f8efcc;
}
html {
	height: 100%;
}
body{
	color:var(--default-color);
	font-family: 'Open Sans', sans-serif;
	height: 100%;	
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.14px;
	line-height: 29px;
	background:var(--bg1);
}
body.single-product{
	background:var(--bg2);
}
img{
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
h1,h2,h3,h4,h5,h6{
    font-family: "LEMON MILK";
}
.display-table{
	display: table;
	width:100%;
	height: 100%;
}
.display-table-cell{
	display: table-cell;
	vertical-align:middle;
}
.display-table-bottom{
	display: table-cell;
	vertical-align: bottom;
}
.owl-carousel .owl-item img {
	width: auto !important;
}
.admin-bar .site-header,
.admin-bar .hamburger-wrapper{
	top:32px;
}
@media only screen and (max-width:991px) {

	.admin-bar .site-header,
	.admin-bar .hamburger-wrapper{
		top:46px;
	}
	#wpadminbar{
		position: fixed;
		top:0;
	}
}
.alignright { 
	float: right; 
	margin-left:15px;
}
.alignleft { 
	float: left; 
	margin-right:15px !important; 
}
.aligncenter { 
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px; 
}
.py-7{
	padding-top:70px;
	padding-bottom:70px;
}
.pt-7{
	padding-top:70px;
}
.pb-7{
	padding-bottom:70px;
}
@media only screen and (max-width:767px) {

	.py-7{
		padding-top:40px;
		padding-bottom:40px;
	}
	.pt-7{
		padding-top:40px;
	}
	.pb-7{
		padding-bottom:40px;
	}
}
#page{
	overflow: hidden;
}
.box-shadow{
	box-shadow: rgba(51, 51, 51, 0.18) 0px 0px 3px 0px;
	padding:15px;
}
a,button,input,textarea,select{
	outline:none !important;
	text-decoration:none !important;
}
.field input::-webkit-input-placeholder {
	opacity:1;
}
.field input:-ms-input-placeholder { 
	opacity:1;
}
.field input::placeholder {
	opacity:1;
}
.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2;
	border-radius: 10px;
	padding: 20px;
	padding-right:66px;
	box-shadow: 0px 5px 12px rgba(0,0,0,0.04), 0px 12px 25px rgba(0,0,0,0.07) !important;
	background:#000;
	position:relative;
	top: 20px;
	width: max-content;
}
.wpcf7 form .wpcf7-response-output::before {
	position: absolute;
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	width: 36px;
	height: 36px;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	font-size: 36px;
}
.wpcf7 form.init .wpcf7-response-output {
    display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450; /* Green */
}
.wpcf7 form.sent .wpcf7-response-output::before{
	content: "\f058";
	color:#46b450;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232; /* Red */
}
.wpcf7 form.failed .wpcf7-response-output::before,
.wpcf7 form.aborted .wpcf7-response-output::before,
.wpcf7 form.spam .wpcf7-response-output::before{
	content: "\f057";
	color:#46b450;
}
.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900; /* Yellow */
}
.wpcf7 form.invalid .wpcf7-response-output::before, 
.wpcf7 form.unaccepted .wpcf7-response-output::before {
	content: "\f12a";
	color: #ffb900;
	border: 1px solid #ffb900;
	width: 36px;
	height: 36px;
	font-size: 18px;
}

/* woocommerce Checkout & Cart Page */
.return-to-shop {
	text-align: center;
	margin-top: 50px;
}
.form-row {
	margin-right:0;
	margin-left:0;
}
.woocommerce-notices-wrapper {
	display: none;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
	width: 100%;
}
.product-thumbnail a img {
	width: 50px;
}
.woocommerce-notices-wrapper {
  display: none;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  width: 100%;
}
.product-thumbnail a img {
	width: 30px;
	height: auto;
}
.product-name a {
	color: var(--theme-color);
}
.product-remove a {
	color: var(--theme-color);
}
.actions {
  padding-top: 50px;
}
#coupon_code {
  border: 1px solid #000;
  padding: 3px 10px;
  margin-left: 10px;
}
.button {
	background: var(--theme-color);
	color: #fff;
	border: 0;
	padding: 5px 20px;
	font-size: 18px;
	cursor: pointer;
	transition: 0.5s all ease;
	border: 1px solid var(--theme-color);
}
.button:hover{
	color:var(--theme-color) !important;
	background:transparent;
}
.coupon {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom:15px;
}
.cart_totals h2 {
  font-size: 35px;
}
.cart-collaterals {
  margin-top: 30px;
}
.shop_table.shop_table_responsive {
  width: 100%;
}
.wc-proceed-to-checkout {
  margin-top: 20px;
}
.wc-proceed-to-checkout a {
  padding: 10px 20px;
  color: #fff !important;
}
.woocommerce-info {
	color: #fff;
	padding: 5px 10px;
	background: var(--theme-color);
}
.woocommerce-info a {
  color: #fff;
  text-decoration: underline;
}
.woocommerce-billing-fields__field-wrapper label,
.woocommerce-additional-fields__field-wrapper label {
	display: block;
	font-size: 18px;
	font-weight: 500;
}
.woocommerce-billing-fields__field-wrapper p {
  width: 100% !important;
}
.woocommerce-billing-fields__field-wrapper span,
.woocommerce-additional-fields__field-wrapper span {
  width:100%;
}
.woocommerce-billing-fields__field-wrapper input, 
.woocommerce-additional-fields__field-wrapper textarea {
	width: 100%;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.3);
	padding: 8px 10px;
	outline: none;
}
.checkout.woocommerce-checkout {
	margin-top: 30px;
}
.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
  display: block;
}
.woocommerce .col-1, .woocommerce .col-2 {
	-webkit-box-flex: inherit !important;
	-ms-flex: inherit !important;
	flex: inherit !important;
	width: 100%;
	padding: 0;
}
#customer_details {
	display: flex;
	gap: 30px;
}
#order_review_heading {
	margin-top: 30px;
}
.shop_table.woocommerce-checkout-review-order-table {
  width: 100%;
}
.shop_table.woocommerce-checkout-review-order-table th {
  padding: 10px 0;
}
.woocommerce-product-gallery__image a img{
	width:100%;
}
.flex-control-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 10px;
	margin-top: 10px;
}
.flex-control-nav li{
	cursor: pointer;
}
.shop_table td {
	padding: 10px 0;
}
.cart-checkout-title {
	font-size: 40px;
	font-weight: 700;
}
.checkout_coupon #coupon_code {
	margin: 0;
}
.checkout.woocommerce-checkout {
	margin-top: 0;
}
.custom-checkout-coupon {
	margin-bottom: 50px;
}
.wc_payment_methods.payment_methods.methods {
	margin: 0;
	padding: 0;
	list-style: none;
}
#place_order {
	margin-top: 20px;
}
.showcoupon {
	color: var(--theme-color2) !important;
}
@media only screen and (max-width:991px) {

	
	#customer_details {
		display: block;
	}
	.woocommerce-additional-fields {
		margin-top: 30px;
	}

}
@media only screen and (max-width:767px) {

	.coupon {
		display: block;
	}
	.coupon button {
		margin-top: 15px;
	}
	.input-text.qty.text{
		width:50px;
	}
	.shop_table td{
		padding:10px;
	}
	.cart_totals h2 {
		font-size: 25px;
		line-height: 30px;
	}
	.checkout_coupon #coupon_code {
		width: 100%;
	}
	.checkout_coupon button{
		width:100%;
	}
}
/* woocommerce Checkout & Cart Page End */

/*
==============================
Global Style End
==============================
*/







/*
==============================
Header Style Start
==============================
*/
.site-header{
	padding:20px 0;
}
.site-header.absolute{
	position:absolute;
	width:100%;
	left:0;
	z-index:9999;
}
.elementor-editor-active .site-header.absolute{
	position:unset;
}
.main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-menu li {
	display: inline-block;
	position:relative;
}
.main-menu li >  a{
	display: block;
	color: var(--default-color);
	font-family: "LEMON MILK";
	font-size: 16px;
	text-transform: uppercase;
	padding:10px 20px;
	transition:0.5s all ease;
	position:relative;
}
.main-menu li:hover a {
	color: var(--theme-color);
}
/* Dropdown */

.main-menu .sub-menu {
	position: absolute;
	background: var(--theme-color);
	border-radius: 10px;
	width: 191px;
	padding: 5px;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: 0.5s all ease;
}
.main-menu li:hover .sub-menu{
	opacity:1;
	visibility: visible;
	z-index:999;
}
.main-menu .sub-menu li {
	display: block;
}
.main-menu .sub-menu li a {
	display: block;
	font-size: 14px;
	line-height: 29px;
	color: #FCF7D2;
	padding: 3px 10px;
	text-transform: unset;
}
.main-menu .sub-menu li.first-item a {
	background: var(--theme-color2);
	color: var(--theme-color);
	border-radius: 7px 7px 0 0;
}
.main-menu li.menu-item-has-children > a {
	padding-right: 40px;
}
.main-menu li.menu-item-has-children > a svg {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s all ease;
}
.main-menu li:hover a svg {
	fill: var(--theme-color);
	transform: translateY(-50%) rotate(90deg);
}
/* Dropdown End */


.header-left {
	display: flex;
	align-items: center;
	gap: 20px;
}

/* Language Switcher */

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	padding: 0;
	border: none;
	background: transparent;
}
.wpml-ls-link {
	padding: 0 !important;
	border: none !important;
	background: none !important;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
	background: transparent;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border: none !important;
	padding-top: 4px;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
	display: none;
}
.wpml-ls-legacy-dropdown .wpml-ls-flag {
	border-radius: 50%;
	width: 22px;
	height: 22px;
}
.language-switcher {
	width: 22px;
}

/* Language Switcher End */

.b2b-btn a {
	color:var(--theme-color);
	font-family: "LEMON MILK";
	font-size: 11px;
	text-transform: uppercase;
	border:2px dashed var(--theme-color);
	padding:7px 15px;
	border-radius:12px;
	transition: 0.5s all ease;
}
.b2b-btn a:Hover {
	background: var(--theme-color);
	color: #fff;
}
.header-right {
	display: flex;
	align-items: center;
	gap:25px;
	justify-content: flex-end;
}
.site-logo {
	display: block;
	text-align: center;
}
.cart-btn {
	align-items: center;
}
@media only screen and (min-width:992px) {
	.cart-btn {
		position: relative;
		height: 50px;
		display: flex;
	}
}
.cart-btn a {
	display: block;
	position: relative;
}
.cart-btn > a span {
	width: 19px;
	height: 19px;
	background: #fff;
	border-radius: 50%;
	color: #293538;
	font-family: "LEMON MILK";
	font-size: 9px;
	line-height:19px;
	display: block;
	text-align: center;
	position: absolute;
	top:-6px;
	right:-10px;
}

@media only screen and (max-width:1399px) {
	.main-menu li > a {
		padding: 10px 10px;
	}
}

@media only screen and (max-width:991px) {

	.site-logo {
		text-align: left;
	}
	.menu-trigger span {
		display: block;
		width: 100%;
		height: 7px;
		border-radius: 5px;
		background: var(--theme-color);
		margin: 5px 0;
	}
	.menu-trigger {
		width: 44px;
		cursor: pointer;
	}
	.hamburger-wrapper {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		opacity: 0;
		visibility: hidden;
		transition: 0.5s all ease;
		background:rgba(220, 78, 116,0.4)
	}
	.hamburger-wrapper.open {
		z-index: 9999;
		opacity: 1;
		visibility: visible;
	}
	.hamburger-header {
		padding: 20px 0;
		margin-bottom: 20px;
	}
	.menu-close {
		width: 32px;
		cursor: pointer;
		display: flex;
		gap: 5px;
		align-content: flex-end;
	}
	.menu-close span {
		display: block;
		height: 44px;
		width: 7px;
		background: var(--theme-color2);
		border-radius: 5px;
	}
	.mobile-menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: center;
	}
	.mobile-menu li {
		display: block;
	}
	.mobile-menu ul li a {
		color: var(--theme-color2);
		font-size: 26px;
		line-height: 26px;
		font-family: "LEMON MILK";
		display: block;
		padding: 20px 0;
	}
	.mobile-menu ul li {
		border-top: 2px dashed var(--theme-color2);
	}
	.hamburger-menu {
		padding-right: var(--bs-gutter-x,1.25rem);
		padding-left: var(--bs-gutter-x,1.25rem);
	}
	.hamburger-inner {
		overflow: scroll;
		background: var(--theme-color);
		height: 100%;
	}
	/* .mobile-menu li:last-child {
		border-bottom: 2px dashed var(--theme-color2);
	} */
	.sub-menu li {
		border: none !important;
	}
	.sub-menu li a {
		font-size: 20px !important;
		padding: 10px 0 !important;
		display: block !important;
		color: var(--bg1) !important;
	}
	.sub-menu li:last-child a {
		padding-bottom: 25px !important;
	}
	.sub-menu {
		display: none;
	}
	.mobile-menu li a svg {
		fill: var(--theme-color2);
		margin-left: 20px;
		transition: 0.3s all ease;
	}
	.mobile-menu li a.active svg{
		transform: rotate(90deg);
	}
	.mobile-header-right {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 30px;
	}
	.hamburger-header .b2b-btn a {
		border-color: var(--theme-color2);
		color: var(--theme-color2);
	}
	.hamburger-header .b2b-btn a:hover {
		color: var(--theme-color);
		background: var(--theme-color2);
	}
	.hamburger-header .cart-btn svg path {
		fill: var(--theme-color2);
	}

}


/*
==============================
Header Style End 
==============================
*/


/*
========================================
Homepage Style Start
========================================
*/

/* -----------------------------
Hero Style Start 
----------------------------- */
.hero-section {
	background: var(--theme-color2) url(./assets/images/hero-mask.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 160px;
}
.product-carousel a {
	display: block;
	text-align: center;
}
.product-carousel a img {
	margin-left: auto;
	margin-right: auto;
	transition: 0.5s all ease;
	max-height: 338px;
}
.product-carousel a:hover img{
	transform:scale(1.1) translateZ(0);
	-webkit-transform: scale(1.1) translateZ(0);
	-moz-transform: scale(1.1) translateZ(0);
	image-rendering: high-quality;
	-webkit-backface-visibility: hidden; 
	backface-visibility: hidden; 
}

.product-carousel.owl-carousel .owl-stage-outer {
	overflow: visible;
}
@media only screen and (max-width:767px) {

	.product-carousel a img {
		max-height: 200px;
	}
	.hero-section {
		padding-top: 110px;
	}

}
/* -----------------------------
Hero Style End
----------------------------- */


/* -----------------------------
Enjoyment Style Start 
----------------------------- */

.all-flavour-btn {
	color: #dc4e74;
	font-family: "LEMON MILK";
	font-size: 20px;
	width:max-content;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	display: block;
	margin-bottom:40px;
}
.all-flavour-btn span{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:50px;
	transition:0.5s all ease;
}
.all-flavour-btn:hover svg path{
	fill:var(--theme-color);
}
.all-flavour-btn:hover{
	color:var(--theme-color2);
}
.enjoyment-section {
	margin-top: -40px;
	padding-top: 110px;
}
h2{
	color: #000000;
	font-size: 30px;
	line-height: 29px;
	margin-bottom:15px;
}
@media only screen and (max-width:767px) {

	.enjoyment-section {
		margin-top: -30px;
		padding-top: 95px;
	}

}

/* -----------------------------
Enjoyment Style End 
----------------------------- */

/* -----------------------------
Serious Stuff Style Start 
----------------------------- */

.stuff-image {
	height: 299px;
	width:242px;
	position: absolute;
	left: 0;
	top:50%;
	transform:translateY(-50%);
}
h3 {
	color:var(--default-color);
	font-family: "LEMON MILK";
	font-size: 22px;
	line-height: 29px;
}
.serious-stuff-box {
	position: relative;
	padding-left:270px;
	min-height: 299px;
	display: flex;
	align-items: center;
}
@media only screen and (max-width:991px) {

	.serious-stuff-box {
		margin-top: 30px;
	}
	.serious-stuff{
		padding-top:40px;
	}

}
@media only screen and (max-width:767px) {

	.stuff-image {
		position: unset;
		width: 100%;
		height: 262px;
		transform: unset;
		margin-bottom: 30px;
	}
	.serious-stuff-box {
		padding:0;
		display: block;
		min-height: auto;
		text-align: center;
		margin-top: 0;
		margin-bottom: 30px;
	}
	.serious-stuff .container {
		padding: 0;
	}
	.stuff-content {
		padding-right: var(--bs-gutter-x,.75rem);
		padding-left: var(--bs-gutter-x,.75rem);
	}
	.stuff-content p {
		margin: 0;
	}
	.serious-stuff.py-7 {
		padding: 0;
	}

}
/* -----------------------------
Serious Stuff Style End 
----------------------------- */

/* -----------------------------
Nicely Durable Style Start
----------------------------- */

.durable-box h3 {
	line-height: 24px;
	margin-top: 18px;
	margin-bottom: 20px;
}
.durable-box {
	margin-top: 30px;
}
.durable-icon {
	min-height: 38px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.section-title p{
	letter-spacing: 0.16px;
}
p:last-of-type{
	margin-bottom:0;
}
@media only screen and (max-width:767px) {

	p br{
		display: none;
	}
	.durable-box p {
		margin-bottom: 0;
	}
	.durable-box h3 br {
		display: none;
	}

}
/* -----------------------------
Nicely Durable Style End
----------------------------- */

/* -----------------------------
Partner Section Style Start
----------------------------- */

.partner-section{
	padding:30px 0;
}
.partenr-content {
	padding-right: 350px;
}
.partner-logo {
	text-align: center;
	margin: 40px 0;
}

@media only screen and (max-width:1199px) {

	.partenr-content {
		padding-right:50px;
	}

}
@media only screen and (max-width:1199px) {

	.partenr-content {
		padding-right:0;
	}
}
@media only screen and (max-width:767px) {

	.partner-section{
		padding:40px 0;
	}
	.partenr-content {
		text-align: center;
	}
	.partner-logo {
		margin-top: 30px;
		margin-bottom: 0;
	}
	.partenr-content p:last-of-type {
		margin-bottom: 0;
	}
	.partner-logos {
		margin-left: auto;
		margin-right: auto;
	}
}
/* -----------------------------
Partner Section Style End
----------------------------- */

/* ----------------------------- 
Post Mix & Prive Label Style
----------------------------- */

.privet-lable-logos {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
	gap:30px;
}
.privet-label-title{
	text-transform:uppercase;
}
.post-mix-content {
	padding-left: 20px;
}
@media only screen and (max-width:1199px) {
	.post-mix-content {
		padding-left: 0;
	}
}
@media only screen and (max-width:767px) {
	
	.post-mix .container {
		padding: 0;
	}
	.post-mix-image {
		margin-bottom: 40px;
	}
	.post-mix-content {
		text-align: center;
		padding-right: var(--bs-gutter-x,.75rem);
		padding-left: var(--bs-gutter-x,.75rem);
	}
	.post-mix-content p:last-of-type {
		margin-bottom: 0;
	}
	.privet-lable-logos {
		flex-wrap: wrap;
		justify-content: space-around;
	}


}

/* ----------------------------- 
Post Mix & Prive Label End
----------------------------- */


/*
========================================
Homepage Style End
========================================
*/


/*
========================================
Footer Style Start
========================================
*/

.site-footer{
	background:var(--theme-color2) url(./assets/images/footer-mask.png);
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom:0;
}
.contact-content a {
	color: var(--theme-color);
	font-weight: 700;
}
.social-medias {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 30px;
}
.social-medias li {
	display: inline-block;
	margin-right: 20px;
}
.footer-logos {
	margin-top: 100px;
}
.footer-infos{
	margin-top:50px
}
.footer-infos ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content:space-between;
}
.footer-infos ul li {
	font-size: 16px;
	font-weight: 700;
	color:var(--theme-color);
}
.footer-links {
	text-align: center;
}
.footer-links a {
	color: var(--theme-color);
	font-size: 14px;
	display: inline-block;
	padding:0 15px;
}
@media only screen and (max-width:991px) {

	
	.contact-content {
		text-align: center;
		margin-bottom: 70px;
	}

}
@media only screen and (max-width:767px) {

	.contact-section .container {
		padding: 0;
	}
	.contact-content {
		padding-right: var(--bs-gutter-x,.75rem);
		padding-left: var(--bs-gutter-x,.75rem);
		margin-bottom: 40px;
	}
	.footer-logos {
		margin-top: 40px;
	}
	.footer-infos {
		margin-top: 40px;
	}
	.footer-infos ul {
		justify-content: space-around;
		flex-wrap: wrap;
		text-align: center;
	}
	.site-footer {
		padding-bottom: 0;
	}

}


/*
========================================
Footer Style End
========================================
*/

/*
========================================
Shop Page Style Start
========================================
*/

.product-blocks .product-block:nth-child(2n+1) {
	background:var(--bg1);
}
.product-blocks .product-block:nth-child(2n+2) {
	background:var(--bg2);
}

.product-thumb {
	text-align: center;
	position:relative;
}
.product-box .product-thumb{
	width: 265px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.taste-icon {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width:350px;
	z-index: 1;
	margin-bottom:20px;
}
.product-88 .taste-icon {
	margin-bottom:-50px;
}
.product-90 .taste-icon {
	margin-bottom: 65px;
}
.product-92 .taste-icon {
	margin-bottom: 0;
}
.product-93 .taste-icon {
	margin-bottom: -65px;
}
.product-97 .taste-icon {
	margin-bottom: -50px;
}
.product-100 .taste-icon {
	margin-bottom: -30px;
}
.product-101 .taste-icon {
	margin-bottom: -5px;
}
.product-image {
	position: relative;
	z-index: 2;
}
.product-box .product-image img {
	max-height: 412px;
}
.product-box {
	padding-left: 300px;
	position: relative;
	min-height: 405px;
	display: flex;
	align-items: center;
}
.product-title {
	max-width: 150px;
	display: flex;
	align-items: flex-end;
	margin-bottom: 25px;
}
.box-footer {
	display: flex;
	gap: 30px;
	align-items: center;
	margin: 20px 0 0 0;
}
.price del {
	display: none;
}
.box-price ins,
.box-price .price {
	text-decoration: none;
	color: #dc4e74;
	font-family: "LEMON MILK";
	font-size: 25px;
	line-height: 43px;
}
.box-btn .button, .box-btn button {
	color: #fce94e !important;
	font-family: "LEMON MILK";
	font-size: 17px;
	text-transform: uppercase;
	background-color: transparent;
	background-image: url(./assets/images/button-bg.svg);
	width: 119px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
}
.more-info-btn {
	font-size:16px;
	letter-spacing: 0.16px;
	color:var(--theme-color) !important;
	text-decoration:underline !important;
	font-weight:700;
	display:block;
	transition:0.5s all ease;
	margin-top:20px;
}
.more-info-btn i.fas {
	transition:0.5s all ease;
}
.more-info-btn:hover i.fas {
	margin-left: 5px;
}
.add_to_cart_button.added {
	position:absolute;
	visibility: hidden;
	opacity:-1;
	z-index:-1;
}
.added_to_cart {
	border: 2px dashed var(--theme-color);
	color: var(--theme-color);
	padding: 8px 15px;
	border-radius: 35px;
	font-weight: 700;
	transition: 0.5s all ease;
}
.added_to_cart:hover {
	background: var(--theme-color);
	color: #fff;
}

/* Shop Product Style */

.product-box-shop .product-image img {
    max-height: 407px;
}
.product5-columns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.product-box-shop .taste-icon {
	width: 270px;
	margin-bottom: 0;
}
.product-box-shop .product-title {
	height: 80px;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.product-box-shop .product-title img {
    width: 75%;
}
.product-box-shop .product-thumb {
    margin-bottom: 10px;
}
.product-box-shop {
    text-align: center;
}
.product-box-shop .box-btn a {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.box-btn.outstock-btn .button {
	opacity: 0.3;
	cursor: not-allowed;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.shop-section-title h2{
	text-transform: uppercase;
}
.term-limonades .product-blocks .product-block:nth-child(1),
.woocommerce-shop .product-blocks .product-block:nth-child(1) {
    padding-top: 0;
    margin-top: 0;
}
.term-limonades .product-blocks .product-block:nth-child(1) .product5-columns,
.woocommerce-shop .product-blocks .product-block:nth-child(1) .product5-columns{
    margin-top:-70px;
}
.term-limonades .hero-section,
.woocommerce-shop .hero-section {
	padding-top: 200px;
}
.woocommerce-shop .archive-description{
	display: none;
}


/* Shop Product Style End */

@media only screen and (max-width:1199px) {

	
	.taste-icon {
		width:250px;
	}
	.product-thumb {
		width: 200px;
	}
	.product-box {
		padding-left: 220px;
	}

	/* Shop Product */

	.product-box-shop .product-image img {
		max-height: 300px;
	}
	.product-box-shop .taste-icon {
		width: 150px;
	}
	.product-box-shop .product-title img {
		width: 50%;
	}
	.product-box-shop .product-thumb {
		width: auto !important;
	}

	/* Shop Product End */


}
@media only screen and (max-width:991px) {

	.product-block.py-7 {
		padding: 0;
	}
	.product-block-shop{
		padding-top:70px !important;
		padding-bottom:70px !important;
	}
	.product-blocks .col-12:nth-child(2n+1) .product-box {
		background: var(--bg1);
	}
	.product-blocks .col-12:nth-child(2n+2) .product-box {
		background: var(--bg2);
	}
	.product-block .container {
		padding: 0;
		width: 100%;
		max-width: 100%;
	}
	.product-box {
		padding-left: 250px;
		min-height: 400px;
	}
	.product-box .product-image img {
		max-height: 310px;
	}

	/* Product Box Shop Style */



	/* Product Box Shop Style End */


}
.top-button{
	display: none;
}
@media only screen and (max-width:767px) {

	.top-button{
		display: block;
	}
	.bottom-button{
		display: none;
	}
	.box-footer {
		display: block;
		margin: 0;
		margin-top: 10px;
	}
	.box-footer .box-btn {
		margin-top: 10px;
	}
	.product-box {
		padding:30px 0;
		min-height: auto;
		display: block;
		position: unset;
	}
	.product-box .product-thumb {
		width: auto;
		position: relative;
		transform: unset;
		top: unset;
		left: unset;
	}
	.product-box-content {
		margin-top: 30px;
		text-align: center;
	}
	.taste-icon {
		width: 180px;
	}
	.product-88 .taste-icon {
		margin-bottom: -20px;
	}
	.product-93 .taste-icon {
		margin-bottom: -20px;
	}
	.product-97 .taste-icon {
		margin-bottom: 0;
	}
	.product-block .container {
		padding-right: var(--bs-gutter-x,.75rem);
		padding-left: var(--bs-gutter-x,.75rem);
	}
	.product-title {
		margin-left: auto;
		margin-right: auto;
		height: 57px;
		max-width: 120px;
		text-align: center;
	}
	.box-footer .box-btn {
		width: max-content;
		margin-left: auto;
		margin-right: auto;
	}
	.product-title img {
		max-height: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.product-block-shop{
		padding-top:40px !important;
		padding-bottom:40px !important;
	}

	/* Shop Product Style */
		.product-column {
			width: 100%;
			text-align: center;
		}
		.product-box-shop .product-title {
			height: 58px;
			max-height: 58px;
			margin-left: auto;
			margin-right: auto;
		}
		.product-box-shop .product-title img {
			width: 80%;
			margin-left: auto;
			margin-right: auto;
		}
		.product-box-shop .product-box-content {
			margin-top: 0;
		}
		.product-box-shop .more-info-btn {
			margin: 0;
		}
	/* Shop Product Style End */







}

/*
========================================
Shop Page Style End
========================================
*/


/*
========================================
Single Product Style Start
========================================
*/

.product-hero {
	padding-top: 50px;
}
.product-gallery {
	position: absolute;
	width:550px;
	text-align: center;
	left: 0;
	top: 0;
}
.product-gallery .product-image img{
	max-height:721px;
}
.tast-icon {
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.product-summery {
	padding-left:550px;
	position: relative;
	min-height: 721px;
}
.single-product-content {
	position: relative;
	z-index: 3;
}
.biological {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.16px;
	display: flex;
	align-items: center;
	gap: 15px;
	margin: 15px 0;
}
.product-summery .box-footer {
	margin: 25px 0;
	margin-bottom:0;
}
.nutritional-value{
	margin-top:25px;
}
.nutritional-value table {
	width: 100%;
}
.nutritional-value table td {
	padding: 4px 0;
}
.products-list-carousel {
	margin-top: 50px;
}
.donate-section-title img {
	margin-top: 20px;
}
.donate-section-title {
	margin-bottom: 50px;
}
.donate-content {
	column-count: 2;
	column-gap: 50px;
}
.donate-content p {
	page-break-inside: avoid;
	break-inside: avoid-column;
	display: table;
}
.donate-section {
	padding-top: 120px;
	margin-top: -50px;
}
@media only screen and (max-width:991px) {

	.product-gallery {
		width:450px;
		top: 50%;
		transform: translateY(-50%);
	}
	.product-gallery .product-image img {
		max-height: 600px;
	}
	.product-summery {
		padding-left:450px;
	}

}
@media only screen and (max-width:767px) {

	.product-hero {
		padding-top: 20px;
	}
	.product-summery {
		padding: 0;
		min-height: auto;
	}
	.product-gallery {
		position: unset;
		transform: unset;
		width: auto;
	}
	.single-product-content .product-title img {
		margin-left: auto;
		margin-right: auto;
	}
	.biological {
		margin: 20px 0;
	}
	.product-summery .box-footer {
		display: flex;
		gap: 50px;
	}
	.nutritional-value table td:last-child {
		text-align: right;
	}

	.donate-content {
		column-count: 1;
		text-align: center;
	  }
}

/*
========================================
Single Product Style End
========================================
*/



/* WooCommerce Page Style Start */

.woocommerce-hero {
	height: 250px;
	padding: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
}



/* Popup */
 
.single-product-popup,
.b2b-popup {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity:0;
	visibility:hidden;
	z-index:-1;
	transition:0.5s all ease;
}
.single-product-popup.open,
.b2b-popup.open{
	opacity:1;
	visibility:visible;
	z-index:99999;  
}
.popup-inner {
	background: var(--theme-color2);
	padding: 30px;
	border-radius: 4px;
	font-size: 20px;
	max-width: 550px;
	text-align: center;
}
.popup-inner a {
	color: var(--theme-color);
	display: block;
}
.pop-close,
.b2bpop-close{
	background: var(--theme-color);
	display: block;
	width: max-content;
	padding: 6px 30px;
	color: #fff;
	border-radius: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	cursor: pointer;
	transition: 0.1s all ease;
}
.box-btn.popup-btn button {
	background: url(./assets/images/gray-bg.svg) !important;
}


/* Popup */


/* B2B Register Page */


.login-resgister-form,
#customer_login {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    background: #FEF1BA;
    padding: 40px;
    border-radius: 40px;

}
.woocommerce-form-login .form-row label,
.woocommerce-form-register .form-row label{
    display:block;
}
.woocommerce-form-login input:not(input[type="checkbox"]),
.woocommerce-form-register input:not(input[type="checkbox"]){
    background:#fff;
    border:1px solid #ddd;
    padding:7px 15px;
    width:100%;
    border-radius: 5px;
}
.woocommerce-form-login button.woocommerce-button,
.woocommerce-form-register button.woocommerce-button {
    padding: 8px 41px;
    margin-top:10px;
}
.woocommerce-form-login .form-row,
.woocommerce-form-register .form-row {
    margin-bottom: 0;
    margin-top: 15px;
}
.woocommerce-form-login,
.woocommerce-form-register {
    margin-bottom: 35px;
	position:relative;
}

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

	.lost_password {
		position: absolute;
		left: 180px;
		bottom: 13px;
	}

}

/* B2B Register Page End */


.cart-empty.woocommerce-info {
	margin-top: 70px;
}


.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.woocommerce-MyAccount-navigation li {
    display: block;
}
.woocommerce-MyAccount-navigation li a {
    display: block;
    font-family: "LEMON MILK";
	color: var(--theme-color);
    text-transform: uppercase;
    font-size: 15px;
    padding: 5px 0;
}
.woocommerce-MyAccount-navigation li a:hover {
	color: var(--default-color);
}
.woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
}