/*!
Theme Name: Hydrostar
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>Hydrostar</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
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: Hydrostar
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*
==============================
Global Style Start
==============================
*/
:root{
	--theme-color:#9ad34a;
	--default-color:#a3a3a3;
	--site-black:#1c1c1c;
}
html {
	height: 100%;
}
body{
	color:var(--default-color);
	font-size: 17px;
	font-weight:400;
	line-height:22px;
	font-family: 'Assistant', sans-serif !important;
	height: 100%;
	text-align: left;
}
.container{
	max-width:1300px;
}
.container.small-container{
	max-width:1200px;
}
img{
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
.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;
}
.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;
}
.my-7{
	margin-top:70px;
	margin-bottom:70px;
}
.mb-7{
	margin-bottom:70px;
}
.mt-7{
	margin-top:70px;
}
#page{
	overflow: hidden;
}
.box-shadow{
	box-shadow: rgba(51, 51, 51, 0.18) 0px 0px 3px 0px;
	padding:15px;
}
a,button,input{
	outline:none !important;
	text-decoration:none !important;
}
.bg{
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size:cover !important;
}
.bg-contain{
	background-size:contain !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
/**
 * Star rating
 */
 .star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color:#ffe200;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #fff;
	text-indent: 0;
	/* opacity: 0.25; */
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #404040;
	/* opacity: 0.25; */
}

p.stars:hover a::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #ffe200;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #fff;
	/* opacity: 0.25; */
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #ffe200;;
	opacity: 1;
}
a {
	color: #9AD34A;
}
.woocommerce-message {
	background: #fff;
	border-bottom: 1px solid #9AD34A;
	text-align: center;
	padding: 20px;
	font-size: 14px;
	color: #404041;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cart-notice .woocommerce-message{
	background:#F7F7F7;
}
.woocommerce-message .button,
.woocommerce-message .restore-item,
.cart-empty-message .wc-backward {
	order: 2;
	color: #404041;
	font-size:12px;
	border: 1px solid #404041;
	padding: 13px 30px;
	border-radius: 35px;
	display: block;
	line-height:12px;
	transition:0.5s all ease;
}
.cart-empty-message .wc-backward {
	max-width: max-content;
	font-size:14px;
	margin-left:auto;
	margin-right:auto;
}
.single-product .woocommerce-message .button i.fas {
	transform: scaleX(-1);
	margin-left: 6px;
	font-size: 12px;
}
.woocommerce-message .button:hover,
.woocommerce-message .restore-item:hover,
.woocommerce-cart .woocommerce .wc-backward:hover {
	background:#9AD34A;
	border-color:#9AD34A;
	color:#fff;
}
.cart-empty-message {
	padding: 70px 0;
	text-align: center;
}
.cart-empty.woocommerce-info {
	font-size:35px;
	font-weight: 700;
	color: #404041;
	margin-bottom:30px;
}
.woocommerce-error {
	text-align: right;
	list-style: disclosure-closed;
	font-weight: 700;
	color: #404040;
}


/* scroll to top */
.scrollup {
	bottom: 34px;
	position: absolute;
	right: 100px;
	z-index: 1;
}
a.scrollup {
	outline:0;
	text-align: center;
}
a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}

/* scroll to top */
.pojo-skip-link {
	left: 0 !important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
	background-color: #404041 !important;
	color: #ffffff;
	position:relative;
	width:52px;
	height:52px;
	text-align: center;
}
.pojo-a11y-toolbar-toggle {
	top:300px !important;
}
@media only screen and (max-width:767px){
	.pojo-a11y-toolbar-toggle {
		top: 350px !important;
	}
}
.fixed-button {
	width:52px;
	height:52px;
	background: #9AD34A;
	padding: 5px;
	display: block;
	text-align: center;
	position: fixed;
	left: 0px;
	top:348px;
	z-index: 99;
	color: #ffffff !important;
	font-size: 15px;
	font-weight: 400;
}
.fix-button-content {
	margin-top: 8px;
}
.fixed-button span {
	display:none;
}

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




/*
==============================
Header Style Start
==============================
*/
.site-header{
	position:relative;
	z-index:3;
}
.top-header {
	padding: 8px 0;
}
.info-box,
.info-box a {
	color: var(--white);
	font-size: 12px;
	font-weight: 400;
}
.info-box b{
	font-weight:700;
}
.top-right {
	display: flex;
	gap: 20px;
}
.social-media a {
	display: inline-block;
	padding-left: 10px;
}
.top-left.social-media {
	text-align: right;
}
.header-middle{
	padding:28px 0;
	border-top:1px solid #464646;
	border-bottom:1px solid #464646;
}
.headerTopMiddle{
	background: url(assets/images/header-middle-bg.png);
}
.site-logo {
	text-align: right;
}
ul.menu{
	list-style-type: none;
	padding:0;
	margin:0;
}
.register-menu {
	text-align: left;
}
.register-menu li{
	display: inline-block;
	margin-left:5px;
}
.register-menu li a {
	color: var(--white);
	font-size: 12px;
	display: block;
	padding: 5px;
	border: 1px solid var(--white);
	border-radius: 35px;
	transition: 0.5s all ease;
	width: 100px;
	text-align: center;
}
.menu img{
	margin-right:8px;
}
.register-menu li a:hover,
.register-menu li:first-child a{
	background:#9ad34a;
	text-shadow: 0 0 .1px #fff, 0 0 .1px #fff;
	border-color:#9ad34a;
}
.register-menu li:first-child:hover a{
	background:transparent;
	border-color:#fff;
}
.header-category-menu{
	background:var(--site-black);
}

/* Header Cart & language & Search  */

.middle-left {
	display: flex;
	align-items: center;
	gap: 50px;
	justify-content: right;
}
.header-cart img {
	display: block;
	text-align: center;
}
.cart-btn,.cart-btn:hover {
	color:var(--white);
	font-size: 13px;
	letter-spacing: -0.65px;
}
.cart-icon {
	position: relative;
	width: 41px;
	height: 41px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:5px;
}
.cart-count {
	background: #FF0000;
	font-size: 12px;
	font-weight: 700;
	width: 16px;
	height: 16px;
	display: block;
	text-align: center;
	line-height: 16px;
	border-radius: 50%;
	position: absolute;
	z-index: 999;
	letter-spacing: -0.6px;
	bottom: 0;
}
.language-flag {
	pointer-events: none;
	/* position: relative;
	top: -5px; */
}
.language-flag  .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
	display: none;
}
.language-flag .wpml-ls-legacy-dropdown a {
	padding: 0 !important;
	background: url(assets/images/flag-bg.png);
	width: 41px;
	height: 41px;
	border: none;
	background-position: center !important;
	background-size: cover !important;
	text-align: center;
	line-height: 38px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:5px;
}
.wpml-ls-legacy-dropdown {
	width: auto;
	max-width: inherit;
}

.language-selectable .wpml-ls-legacy-dropdown a{
	background:transparent !important;
	padding:5px 20px !important;
	border:0 !important;
	color:#fff !important;
	font-size:13px;
	font-weight:400;
	text-align: center;
	transition:0.2s all ease;
}
.language-selectable .wpml-ls-legacy-dropdown:hover a{
	color:var(--default-color) !important;
	background: #fff !important;
	box-shadow: 0 5px 11px 0 rgb(0 0 0 / 7%);
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
	content:"\f107";
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	border:0 !important;
	border-top:0 !important;
	position: absolute;
	top:0;
	left:0;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border-top:0 !important;
}
.header-cart,
.language-switcher {
	text-align: center;
}
.wpml-ls-legacy-dropdown > ul {
	position: relative;
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none !important;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
	content: "";
	background: url(assets/images/arrow-down-language.svg) !important;
	width: 7px;
	height: 4px;
	top: 50%;
	transform: translateY(-50%);
	left: -10px !important;
}

/* Search */
/*
.header-search {
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 35px;
	position: relative;
	flex-grow: 1;
	max-width: 215px;
	height: 30px;
} */
.header-search::after {
	position: absolute;
	content: "";
	width:30px;
	text-align: center;
	top: 50%;
	right: 0;
	background-image: url(assets/images/search-icon.svg);
	background-repeat: no-repeat;
	background-position: center center;
	transform: translateY(-50%);
	pointer-events: none;
	height: 100%;
	border-radius: 35px 0 0 35px;
}
.header-search button {
	background: transparent !important;
	border: none;
	background: #fff;
	width: 30px;
	height:100%;
	border-radius: 35px 0 0 35px;
	cursor: pointer;
	text-indent: -9999px;
    white-space: nowrap
}
.header-search input {
	background: transparent;
	border: 0;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	height: 100%;
	padding: 0 30px 0 18px;
	width: 100%;
}
.header-search input::-webkit-placeholder{
	color:#fff;
	font-weight:400;
	opacity:1;
}
.header-search input::placeholder{
	color:#fff;
	font-weight:400;
	opacity:1;
}
.header-search input::-moz-placeholder{
	color:#fff;
	font-weight:400;
	opacity:1;
}
.header-search input::-o-placeholder{
	color:#fff;
	font-weight:400;
	opacity:1;
}
.header-search label {
	margin: 0;
	width: 100%;
	height: 100%;
}
.header-search input[type='submit'] {
	border-radius: 15px 0 0 15px;
	text-indent: -99px;
	width: 50px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: relative;
}
#search-2,
#woocommerce_product_search-2 {
	height: 100%;
}
.search-form,
.header-search form {
	display: flex;
	height: 100%;
}
.header-search .widget-title {
	display: none;
}






/* Search */

/* Header Cart & language & Search  */


/* Category Menu */

.header-category-menu ul.cat-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cat-menu li{
	border-left:1px solid #707070;
	flex-grow:1;
}
.cat-menu li:last-child{
	border-right:1px solid #707070;
}
.cat-menu li > a{
	display:block;
	color:var(--theme-color);
	font-size: 13px;
	padding:10px 20px;
	text-align:center;
}
.cat-menu li a span{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.cat-menu li a span img {
	max-height: 30px;
}
/* Category Menu End */



/* Left & Right Leaf */

.container.left-leaf-adjustment{
	position:relative;
}
.left-leaf-adjustment .left-leaf {
	position: absolute;
	left: -118px;
	z-index: 2;
}
.right-leaf{
	position:absolute;
	right:60px;
	z-index: 2;
}
/* Left & Right Leaf */

/* Mega Menu Style */


.mega-menu-wrapper {
	position: absolute;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	left: 0;
	padding: 27px 0;
	z-index: 99999;
	top: 100%;
	transition: 0.5s all ease;
	margin-top:30px;
}
.mega-menu-wrapper::after {
	position: absolute;
	content: "";
	height: 100%;
	top: 0;
	background: rgba(255,255,255,0.99);
	box-shadow: 0 50px 25px -50px rgba(0, 0, 0, 0.4);
	z-index:-1;
	left: -50vw;
	right: -50vw;
}
.cat-menu li.mega-open:hover .mega-menu-wrapper {
	opacity:1;
	visibility: visible;
	margin-top:0;
}
.mega-menu-box h2 {
	color: #404041;
	font-size: 25px;
	font-weight: 700;
	line-height: 25px;
	text-align: right;
	margin-bottom:18px;
}
.mobile-sub-cate-menu.mega-menu-box h2 {
	color: #ffffff;
}
.mega-menu-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mega-menu-box ul li {
	border: 0 !important;
	display: block;
	border-bottom: 1px solid rgba(112,112,112,0.2) !important;
}
.mega-menu-box ul li a {
	color: #404041;
	font-size: 22px;
	letter-spacing: -0.88px;
	display: block;
	text-align: right;
	padding: 10px 0;
}
.mobile-sub-cate-menu.mega-menu-box ul li {
	border-bottom: 1px solid rgba(255,255,255,0.3) !important;
}
.mobile-sub-cate-menu.mega-menu-box ul li a {
	color: #ffffff;
}
.subcategories ,
.brand-category{
	padding-left:100px
}
.mega-menu-box .product-box .woocommerce-loop-product__title{
	font-size:16px !important;
}
.mega-menu-box .price {
	font-size: 17px !important;
	min-height: auto;
	margin: 5px 0;
}
.mega-menu-box .price del {
	font-size: 12px !important;
}
.mega-menu-box .product-box.post-theme2 .product-thumb {
	border:none;
	padding-left: 0;
	margin-left: 0;
	margin-right: 0;
}
.mega-menu-box .product-box.post-theme2 .product-thumb a {
	border-left: 1px solid rgba(112,112,112,0.2);
	display: block;
	width: 100%;
	text-align: right;
	padding-left: 20px;
	margin-left: 20px;
}
.mega-menu-box .product-box.post-theme2 .product-thumb,
.mega-menu-box .product-box.post-theme2 .product-content{
	flex:0 1 50%;
}
.mega-menu-box span {
	display: inline-block !important;
}
/* .mega-menu-box .product-box.post-theme2 a{
	padding:0;
} */

/* Mega Menu Style End */











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



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

.hero-carousel-box {
	height: 600px;
}
.hero-section .owl-controls,
.hero-mobile-slider .owl-controls {
	max-width: max-content;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right:35px;
}
.hero-section .owl-controls .owl-dots div,
.hero-mobile-slider .owl-controls .owl-dots div {
	width: 14px;
	height: 14px;
	background: transparent;
	display: block;
	border: 1px solid #fff;
	margin: 10px 0;
	border-radius: 50%;
}
.hero-section .owl-controls .owl-dots div.active,
	.hero-mobile-slider .owl-controls .owl-dots div.active {
	border-color:var(--theme-color);
}
.hero-banner {
	position: relative;
}
.hero-right-leaf {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index:2;
}
.hero-left-leaf {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index:2;
}

/* Product Theme 1 */

.badge-box {
	width: 63px;
	height: 64px;
	color: #fff;
	font-weight: 700;
	font-size:16px;
	text-align: center;
	letter-spacing: -0.57px;
	line-height: 62px;
	position: absolute;
	z-index:2;
	left: -5px;
	top: 0;
}
.badge-box span {
	transform: rotate(-20deg);
	display: block;
}
.badge-box.sale-box {
	background:url(assets/images/sale.png);
}
.badge-box.discount-box{
	background:url(assets/images/discount.png);
}
.badge-box.new-box{
	background:url(assets/images/new.png);
}
.product-box{
	text-align: center;
}
.product-box .woocommerce-loop-product__title {
	color: #404041;
	font-size: 21px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	min-height: 50px;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnailm img {
	width: 100%;
	height: 100px !important;
	object-fit: contain;
}
.price {
	color: var(--theme-color);
	font-size: 22px;
	font-weight: 700;
	margin: 15px 0;
	display: block;
	min-height: 44px;
}
.price del{
	color: #404041 !important;
	font-size: 15px;
	font-weight: 400;
	display:block;
}
.price ins {
	text-decoration: none;
}
.owl-carousel .owl-item img {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
.product-thumb {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	min-height: 203px;
	width:95%;
	justify-content: center;
}
.archive .product-thumb{
	width:100%;
}
.product-thumb img{
	width:auto;
	height:auto;
}
.product-cart-btn {
	text-align: center;
}
/* Product Theme 1 End */

/* Section Title */

.section-title {
	text-align: left;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(112,112,112,0.2);
	padding: 20px 0;
	padding-top: 0;
	margin-bottom: 40px;
	gap: 15px;

}
.section-title h2 {
	margin: 0;
	color: #404041;
	font-size: 43px;
	font-weight:800;
	line-height:31px;
}
.section-title span {
	background-color: #9ad34a;
	border-radius: 35px;
	display: block;
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	padding: 5px 15px;
	margin-top: 5px;
	line-height: 20px;
}
.section-title span.dark-green{
	background-color:#2D9545
}
.owl-nav div {
	border: 1px solid #d9d9d9;
	width: 42px;
	height: 42px;
	text-align: center;
	line-height:35px;
	font-size: 23px;
	left: 0;
	position: absolute;
}
.owl-nav div.owl-next {
	left: auto;
	right: 0;
}
.owl-nav div.owl-next img {
	transform: rotate(180deg);
}
.owl-nav {
	height: 42px;
	width: 95px;
	position: absolute;
	top: -94px;
	right: 0;
}
.product-on-sale{
	background-image:url(assets/images/1.png);
	position:relative;
}

/* Section Title End  */


/* Product Theme 2 */

.product-box.post-theme2 {
	display: flex;
	text-align: left;
	align-items: center;
	direction: ltr;
}
.product-box.post-theme2 .product-thumb {
	border-right: 1px solid rgba(112,112,112,0.2);
	padding-right: 45px;
	margin-right: 45px;
	margin-left: 0;
	width: auto;
	text-align: left;
}
.product-box.post-theme2 .badge-box {
	right:0;
	top: 0;
}
.popular-products {
	border-bottom: 1px solid rgba(112,112,112,0.2);
	position:relative;
	padding-bottom: 40px;
}
.popular-right-leaf {
	position: absolute;
	right: 0;
	top: -30px;
	z-index:2;
}
.popular-bottom-leaf {
	position: absolute;
	bottom: -60px;
	left:0;
	z-index:2;
}
.add_to_cart_button i.fas,
.single_add_to_cart_button i.fas{
	font-size: 13px;
	margin-left: 5px;
}
.add_to_cart_button .fa-shopping-cart,
.single_add_to_cart_button .fa-shopping-cart {
	transform: scaleX(-1);
}
.add_to_cart_button,
.added_to_cart.wc-forward{
	/*margin-top:5px;*/
}
.owl-carousel .add_to_cart_button{
	background:transparent
}
.add_to_cart_button,
.added_to_cart.wc-forward,
.single_add_to_cart_button {
	color: #404041 !important;
	font-size: 15px;
	font-weight: 700;
	border: 1px solid #707070;
	border-radius: 35px;
	padding:9px 30px;
	display: inline-block;
	transition: 0.5s all ease;
	width: 100%;
	background: #fff;
	cursor:pointer;
}
.add_to_cart_button.added {
	display: none;
}
.add_to_cart_button:hover,
.added_to_cart.wc-forward:hover,
.single_add_to_cart_button:hover{
	color: #fff !important;
	background: #9AD34A;
	border-color: #9AD34A;
}
.add_to_cart_button i.fa-spinner {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}
.ajax_add_to_cart.loading i.fa-spinner{
	opacity:1;
	visibility: visible;
	position:relative;
	animation-name: spin;
	animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes spin {
    from { transform: rotate(0deg) }
    to { transform: rotate(360deg) }
}


/* Product Theme 2 End */


/* Hydro Process */

.hydro-process-box{
	text-align:left;
}
.hydro-process-box h3{
	color: #404041;
	font-size: 25px;
	font-weight: 700;
	margin-top:20px;
}
.hydro-process-box p{
	font-size: 20px;
	line-height: 22px;
	margin-bottom:0;
}
.hydro-process-box span {
	color: var(--theme-color);
	font-size: 150px;
	font-weight: 200;
	letter-spacing: -6px;
	position: absolute;
	left: 0;
	top: 16px;
	z-index: -1;
}
.hydro-process-box img {
	position: relative;
	left: 10px;
}
.hydro-process {
	background: url(assets/images/hydro-process-bg.png);
	background-position: center bottom !important;
	background-repeat: no-repeat !important;
	padding-bottom: 300px;
	background-size: contain;
}

/* Hydro Process End */

/* Post Box */

.blog-section{
	background:url(assets/images/blog-bg.png);
	position:relative;
}
.blog-left-leaf {
	position: absolute;
	left: 0;
	top: -60px;
	z-index:2;
}
.blog-bottom-leaf {
	position: absolute;
	right:0;
	bottom: -43px;
}

.post-box {
	height: 215px;
	position: relative;
	padding: 30px 45px;
	display:block;
}
.post-box:after{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:rgba(0,0,0,0.4);
	z-index:1;
}
.post-box h3{
	text-shadow: 0 0 15px #000000;
	color: #ffffff;
	font-size: 25px;
	font-weight: 700;
	line-height: 25px;
	display:block;
	width:100%;
}
.post-box-content {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	text-align: center;
	flex-flow: wrap;
	height: 100%;
}
.post-box span.readmore-btn {
	text-shadow: 0 0 15px #000000;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display:block;
}
.post-date{
	border-radius:35px;
	background-color: #2d9545;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	position:absolute;
	z-index:2;
	top:0;
	padding:0 10px;
	position:absolute;
	left:20px;
	top:-11px;
}
.blog-slider.owl-carousel .owl-stage-outer {
	padding-top: 11px;
}
.more-articles{
	text-align: center;
	margin-top:60px;
}
.site-btn{
	color: #404041 !important;
	font-size: 20px;
	font-weight: 700;
	border:1px solid #707070;
	border-radius:35px;
	padding:10px 40px;
	display:inline-block;
	transition:0.5s all ease;
}
.site-btn:hover{
	background:#9AD34A;
	border-color:#9AD34A;
	color:#fff !important;
}

/* Post Box End */

/* Branch Section */

.branches-wrp {
	display: flex;
	gap: 30px;
}
.branch-box {
	width: 100%;
	padding: 25px 20px;
	border: 1px solid #d6d6d6;
	border-radius: 11px;
	text-align: left;
}
.branch-box h3 {
	color: #404041;
	font-family: Assistant;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	height: 43px;
}
.branch-box span{
	color: #404041;
	font-size: 15px;
	font-weight: 700;
	display:block
}
.branch-box hr {
	background: var(--theme-color);
	border-width:3px;
}
.branch-img {
	margin-bottom: 16px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.branch-img img {
	filter: grayscale(6.5);
}
.branch-info li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: #404041;
	font-size: 15px;
	font-weight: 400;
	display: flex;
	gap: 10px;
	align-items: center;
}
.branches-section .section-title {
	text-align: center !important;
	display: block;
	padding: 0;
	border: navajowhite;
}
/* Branch Section End */


/* Contact Section */

.contact-info h2{
	color: #404041;
	font-size: 30px;
	font-weight: 700;
	margin:0;
}
.contact-info .site-btn{
	font-weight:400;
}
.contact-info {
	width: max-content;
	display: flex;
	gap: 20px;
	align-items: center;
	padding: 0 30px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	z-index:2;
	background:#fff;
}
.contact-section{
	position:relative;
}
.contact-section hr {
	border-color:rgba(112,112,112,0.2);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: 100%;
	height: 1px;
	margin: 0;
	padding: 0;
	margin-top: 1px;
}

/* Contact Section End */


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

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

.footer-top{
	background:var(--theme-color);
	padding:20px 0;
}
.footer-info-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.info-box-inner {
	text-align: left;
	position: relative;
	padding-left:50px;
}
.box-icon {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width:40px;
}
.footer-info-box h4{
	color: #ffffff;
	font-size: 25px;
	font-weight: 700;
	margin:0;
}
.footer-info-box p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}
.footer-middle {
	background-color: #262626;
	border-bottom: 1px solid rgba(112,112,112,0.2);
	padding-bottom: 50px;
}
.footer-bottom {
	background-color: #262626;
	padding: 15px 0;
	position: relative;
}
.footer-box{
	text-align:left;
}
h3.widget-title{
	color: #ffffff;
	font-size: 25px;
	font-weight: 700;
	line-height: 35px;
	margin-bottom:20px;
}
.footer-box .menu{
	margin:0;
	padding:0;
	list-style-type: none;
}
.footer-box .menu li{
	display:block;
}
.footer-box .menu li a {
	color: #a3a3a3;
	font-size: 22px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: -0.88px;
	line-height: 22px;
	padding-bottom: 10px;
	display: block;
}
.footer-box.newslatter-section {
	max-width: max-content;
	margin-left: auto;
}
.newslatter-section form {
	width: 316px;
	margin-left: auto;
}
.newslatter-section form input {
	height: 49px;
}
.field {
	margin-bottom: 15px;
	margin-top: 16px;
	width: 100%;
}
.field input {
	background: transparent;
	color: #a3a3a3;
	font-size: 16px;
	font-weight: 400;
	border: 1px solid #999999;
	border-radius: 35px;
	padding: 10px 18px;
	width: 100%;
	text-align: left;
}
.submit-field{
	margin-bottom:100px;
}
.submit-field input,
.form-submit input{
	background-color: #9ad34a;
	border-radius:35px;
	border:0;
	padding:10px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	cursor:pointer;
	width:100%;
	transition:0.5s all ease;
	border:1px solid transparent;
}
.submit-field input:hover,
.form-submit input:hover{
	background:#fff;
	color:#9ad34a;
	border:1px solid #9ad34a;
}
.footer-box .social-media a{
	color:var(--default-color);
}
.footer-logo{
	text-align: right;
}
.footer-logo img {
	width: 179px;
	height: auto;
}.payment-method.text-left {
	text-align: right !important;
}
/*
==============================
Footer Style End
==============================
*/

/*
==============================
Archive Page Style Start
==============================
*/
.ajax-filter-preloader{
	width:128px;
	height:128px;
	margin-left:auto;
	margin-right:auto;
}
.filter-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap:30px;
}
.filter-wrapper .filter-select {
	width: 100%;
	border: 1px solid #707070;
	border-radius: 35px;
	position:relative;
}
.filter-wrapper .filter-select:after {
	position:absolute;
	content:"";
	background:url(assets/images/arrow-down.svg);
	width:13px;
	height:7px;
	top:50%;
	transform:translateY(-50%);
	right:20px;
}
.filter-wrapper select {
	color: #a3a3a3;
	width: 100%;
	appearance: none;
	border: none;
	background: transparent;
	padding: 11px 20px;
	cursor:pointer;
	outline:none;
}
.ajax-filter-preloader{
	margin-left:auto;
	margin-right:auto;
	width:auto;
	display: inline-block;
}
.filter-border {
	height: 1px;
	background: #707070;
	margin-left: calc(-100vw / 2 + 500px / 2);
	margin-right: calc(-100vw / 2 + 500px / 2);
}
.product-grid-container {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content:flex-start;
}
.product-col {
	flex:0 1 calc(20% - 30px)
}
.faq-section .section-title{
	justify-content: space-between;
}
.faq-box {
	border: 1px solid #707070;
	background-color: #ffffff;
	padding: 20px 30px 15px 30px;
	margin-bottom: 30px;
	position: relative;
	padding-right: 100px;
}
.faq-box:after{
	position:absolute;
	content:"";
	width:17px;
	height:19px;
	top:50%;
	transform:translateY(-50%);
	right:30px;
	background:url(assets/images/plus.png);
	transition:0.5s all ease;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
.faq-box.active:after{
	background:url(assets/images/minus.png);
	transform: translateY(-50%) rotate(180deg);
	transition:0.5s all ease;
}
.faq-title{
	color: #404041;
	font-size: 20px;
	font-weight: 700;
	cursor:pointer;
	margin-bottom:5px;
}
.faq-answer{
	display:none;
}
.faq-answer p{
	margin:0;
	font-size:18px;
}















/*
==============================
Archive Page Style End
==============================
*/

/*
==============================
Cart Page Style Start
==============================
*/


#steps_progress_bar_ {
	display: flex;
	justify-content: space-around;
}
#steps_progress_bar_ .step-box {
	width: 100%;
	position: relative !important;
	text-align: left;
}
#steps_progress_bar_ .step-box.step1:after,
#steps_progress_bar_ .step-box.step2:after{
	position:absolute;
	content:"";
	width:100%;
	height:6px;
	left:0;
	top:50%;
	transform:translateY(-50%);
	background-color: #a3a3a3;
	z-index:1;
}
#steps_progress_bar_ .step-box.step3 {
	width: 36px !important;
}
#steps_progress_bar_ .step-box span {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #a3a3a3;
	color: #ffffff;
	font-family: Assistant;
	font-size: 25px;
	font-weight: 700;
	display: inline-block;
	text-align: center;
	line-height: 33px;
	position: relative;
	z-index:2;
}
#steps_progress_bar_ .step-box span::after {
	position: absolute;
	content: "";
	width: 60px;
	height: 60px;
	border: 1px solid transparent;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
}
#steps_progress_bar_ .progress-bar-active-step span,
#steps_progress_bar_ .step-completed span{
	background:var(--theme-color);
}
#steps_progress_bar_ .progress-bar-active-step span:after,
#steps_progress_bar_ .step-completed span:after{
	border-color:var(--theme-color);
}
#steps_progress_bar_ .step-box.progress-bar-active-step:after,
#steps_progress_bar_ .step-box.step-completed:after{
	background:var(--theme-color);
}
table{
	text-align:left;
	width:100%;
}
table.woocommerce-cart-form__contents thead tr,
table.woocommerce-cart-form__contents tbody tr:last-of-type{
	background-color: #f8f8f8;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
}
table.woocommerce-cart-form__contents tbody tr:last-of-type td{
	padding:10px 35px;
}
table.woocommerce-cart-form__contents tbody tr:last-of-type td span{
	color: #262626;
	font-size: 22px;
	font-weight: 700;
}
table.woocommerce-cart-form__contents thead tr th{
	color: #262626;
	font-size: 22px;
	font-weight: 700;
	padding:10px 35px;
}
table.woocommerce-cart-form__contents tbody tr{
	border-bottom: 1px solid #b2b2b2;
}
table.woocommerce-cart-form__contents tbody td{
	padding:25px 35px;
}
.cart-product-thumbnail img {
	max-height: 157px;
	width: auto;
}
.cart-product-name a{
	color: #707070;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
}
.cart-product-price span,
.cart-product-subtotal span{
	color: #707070;
	font-size: 22px;
	font-weight: 700;
}
.cart-product-quantity input{
	width:54px;
	height:54px;
	border: 1px solid #b2b2b2;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	-o-appearance: none;
	text-align:center;
}
.coupon {
	text-align: left;
}
.coupon h3{
	color: #000000;
	font-size: 45px;
	font-weight: 700;
}
.coupon p {
	opacity: 0.6;
	color: #707070;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 50px;
}
.coupon input{
	border: 1px solid #e0e0e0;
	padding:10px;
	background:#fff;
	outline:none;
	display:block;
	width:100%;
}
.coupon button {
	border-radius: 38px;
	background-color: #404041;
	border:1px solid transparent;
	color: #ffffff;
	font-size: 30px;
	font-weight: 400;
	padding: 15px 50px 19px 50px;
	outline: none !important;
	display: inline-block;
	cursor: pointer;
	margin-top:30px;
	transition:0.5s all ease;
}
.coupon button:hover {
	background:transparent;
	border-color:#404041;
	color:#404041;
}
.cart-collaterals{
	background-color: #f8f8f8;
	padding:50px 70px;
}
.cart-collaterals table tr{
	border-bottom:1px solid #b2b2b2;
}
.cart-collaterals table th,
.cart-collaterals table td {
	color: #262626;
	font-size: 22px;
	font-weight: 700;
	padding: 20px 0;
}
.cart-collaterals table td {
	text-align: left;
}
.checkout-button {
	border-radius: 38px;
	background-color: #9ad34a;
	border:1px solid transparent;
	color: #ffffff !important;
	font-size: 25px;
	font-weight: 700;
	display: block;
	padding: 20px;
	text-align: center;
	margin-top:50px;
	transition:0.5s all ease;

}
.checkout-button:hover {
	background: transparent;
	border-color: #9ad34a;
	color: #9ad34a !important;
}
.woocommerce-banner {
	position: relative;
	height: 250px;
	display: flex;
	align-items: center;
	text-align: center;
}
.woocommerce-banner:after{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(64, 64, 65, 0.6);
	z-index:1;
}
.woocommerce-banner.archive-banner:after{
	background:rgba(64, 64, 65, 0.4);
}
.woocommerce-banner .container{
	position:relative;
	z-index:2;
}
.woocommerce-banner h1 {
	color: #ffffff;
	font-size: 50px;
	font-weight: 700;
	text-align: center;
	line-height:50px;
}
.woocommerce-banner-content {
	text-align: center;
	height: 100%;
}
.woocommerce-banner-content p{
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
}
/* .cart-product-quantity .plus,
.cart-product-quantity .minus{
	display: none !important;
} */
/* Checkout Page */

.checkput-heading {
	text-align: left;
	color: #262626;
	font-size: 22px;
	font-weight: 700;
	background-color: #f1f1f1;
	padding: 15px 30px;
	margin: 0;
}
.checkout-product-image {
	width: 157px;
	height: 157px;
	background: rgba(0, 0, 0, 0.03);
	padding: 20px;
	text-align: center;
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.checkout-product-image img {
	max-width: 100%;
	max-height: 100%;
}
.checkout_item td {
	padding: 20px 0;
}
.checkout-item-title{
	color: #707070;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom:10px;
}
.checkout-quantity{
	color: #a3a3a3;
	font-size: 18px;
	font-weight: 400;
}
.checkout-total {
	position: absolute;
	bottom: 20px;
}
.checkout-total .woocommerce-Price-amount{
	color: #9ad34a;
	font-size: 22px;
	font-weight: 700;
}
.checkout-product-name{
	vertical-align:top;
	position:relative;
}
.order-details tfoot tr{
	border-top: 1px solid #b2b2b2;
}
.order-details tfoot th,
.order-details tfoot td{
	padding:15px 0;
	color: #262626;
	font-size: 22px;
	font-weight: 400;
}
.order-details tfoot td{
	text-align:left;
}
.order-details tfoot td strong{
	color: #9ad34a;
}
#order_review {
	padding-right: 40px;
	border-right: 1px solid #b2b2b2;
	margin-right: 40px;
}
.checkout-field{
	margin-top:20px;
	width:100%;
}
.checkout-field span{
	display:block;
	width:100%;
}
.checkout-field input{
	border-radius:35px;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
	padding:15px;
	width:100%;
	opacity: 0.5;
	color: #262626;
	font-size: 22px;
}
#billing_save_for_next_order_field{
	margin-top:20px;
}
#billing_save_for_next_order_field label{
	margin:0;
	color: #262626;
	font-size: 22px;
	font-weight: 400;
}
.woocommerce-checkout #billing_first_name_field,
.woocommerce-checkout #billing_last_name_field{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
#billing_first_name_field{
	padding-right:10px;
}
#billing_last_name_field{
	padding-left:10px;
}
.form-row{
	margin:0;
}
.billling-form input[type="button"],
#place_order{
	border-radius: 42px;
	background-color: #9ad34a;
	border:1px solid transparent;
	width:100%;
	color: #ffffff;
	font-size: 25px;
	font-weight: 700;
	line-height: normal;
	padding:10px;
	cursor:pointer;
	height:62px;
	margin-top:60px;
	transition:0.5s all ease;
}
.billling-form input[type="button"]:hover,
#place_order:hover{
	background-color:transparent;
	border-color: #9ad34a;
	color:#9ad34a;
}
.checkout-change {
	color: #0654ae;
	font-size: 23px;
	font-weight: 700;
	background: none;
	border: none;
	margin: 20px 0;
	cursor: pointer;
}
.checkout-final-step {
	text-align: right;
	padding: 20px 0;
}
.checkout-order-info{
	border-radius: 15px;
	background-color: #f8f8f8;
	padding:0 20px;
}
.checkout-order-info table td{
	padding:15px 0;
	text-align:left;
	color: #262626;
	font-size: 23px;
	font-weight: 600;
}
.checkout-order-info table th{
	color: #262626;
	font-size: 22px;
	font-weight: 400;
}
.checkout-order-info table tr:first-child {
	border-bottom: 1px solid #b2b2b2;
}
#payment {
	margin-top: 50px;
}

/* Checkout Page End */


/*
==============================
Cart Page Style End
==============================
*/



/*
============================================================
Single Product Page Style Start
============================================================
*/
body.single-product{
	background-color: #f7f7f7;
}
.box{
	border: 1px solid #e3e3e3;
	background-color: #ffffff;
	padding:30px;
	margin-bottom:30px;
	text-align:left;
}
.single-product-badge {
	left: -60px;
	position: relative;
	top: -26px;
}
.product-gallary-tab{
	text-align: left;
	border-right: 1px solid #707070;
	padding-right: 30px;
}
.gallary-image-box {
	display:flex;
	align-items: center;
}
.owl-thumbs li {
	list-style: none;
	width: 110px;
	height: auto;
	margin-top: 20px;
	cursor: pointer;
}
.product-gallary-tab .badge-box {
	right: -49px;
}
.box-title h1 {
	color: #404041;
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
}
.box-content p {
	color: #a3a3a3;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}
.border-bottom {
	margin-top: 40px;
	margin-bottom: 35px;
}
.box-title.border-bottom {
	padding-bottom: 10px;
	margin-bottom: 15px;
	margin-top:0;
}
.product-form .col-lg-4 {
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.product-form .submit-field{
	margin-bottom:0 !important;
	position:relative;
}
.product-form  .wpcf7 .ajax-loader {
	position: absolute;
	bottom: -25px;
	right: 0;
}
.product-form h2{
	color: #404041;
	font-size: 20px;
	font-weight: 700;
	margin-bottom:0;
}
.woocommerce-Reviews-title {
	display: none;
}
.commentlist {
	list-style: none;
	padding: 0;
	margin: 0;
}
.comment_container {
	position: relative;
	padding-right:75px;
}
.comment_container img {
	border-radius: 50%;
	position: absolute;
	right: 0;
}
.comment-text .meta strong {
	display: block;
	color: #404041;
	font-size: 20px;
	font-weight: 700;
	margin-bottom:0;
}
.woocommerce-review__dash {
	display: none;
}
.woocommerce-review__published-date {
	color: #9ad34a;
	font-size: 15px;
	font-weight: 400;
}
.comment-text .meta {
	margin: 0;
}
.comment-text .description p {
	color: #a3a3a3;
	font-size: 18px;
	font-weight: 400;
}
.comment-text .description {
	margin-top: 10px;
}
.commentlist li {
	border-top: 1px solid #dee2e6;
	padding-top: 30px;
	margin-top: 30px;
}
#reply-title {
	font-size:20px;
	color:#fff;
	font-weight:700;
	margin-bottom:10px;
}
.comment-form-rating label{
	color:#fff;
}
.comment-form-comment label {
	display: block;
	margin-top: 15px;
	color:#fff;
}
.comment-form-comment textarea {
	width: 100%;
	border: 1px solid #dee2e6;
	outline:none !important;
	padding:10px;
}
.comments-wrapper .box-title {
	position: relative;
}
.comment-form-trigger {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	background: #9ad34a;
	border-radius: 50%;
	cursor: pointer;
}
.comment-form-trigger:after{
	position:absolute;
	content:"\f067";
	font-family: "Font Awesome 5 Free";
	top:50%;
	left:50%;
	color:#fff;
	font-weight:900;
	transform: translate(-50%,-50%);
	transition:0.5s all ease;
}
.comment-form-trigger.active:after{
	content:"\f00d";
	transform: translate(-50%,-50%) rotate(180deg);
	transition:0.5s all ease;
}
.woocommerce-Reviews {
	position: relative;
}
#review_form_wrapper {
	position: absolute;
	width: 100%;
	height: auto;
	top:0;
	background: rgba(0, 0, 0, 1);
	padding: 30px;
	transform: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s all ease;
}
.review_form_wrapper-open{
	opacity:1 !important;
	visibility: visible !important;
	z-index: 2;
}
.woocommerce-product-rating {
	display: flex;
	gap: 20px;
	align-items: center;
}
.woocommerce-review-link {
	color: #a3a3a3;
	font-size: 18px;
	font-weight: 400;
	pointer-events: none;
}
.single-product-summery.box-title.border-bottom {
	padding-bottom: 15px;
}
/* .stock {
	display: none;
} */
.single-meta-box p {
	margin: 0;
	display: inline-block;
	color: #404041;
	font-weight: 700;
	font-size: 28px;
}
.single-meta-box p.price {
	display: flex;
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
}
.single-meta-box p.price del {
	order: 2;
	display: block;
	position: relative;
	top: 2px;
}
.single-meta-box {
	display: flex;
	align-items: center;
	gap:20px;
	margin:28px 0;
}
.single-meta-box > span,
.qty-title{
	color: #404041;
	font-size: 20px;
	font-weight: 400;
}
.single-meta-box.inventory p {
	font-size:20px;
}
.single-meta-box.inventory a{
	color: #9ad34a !important;
	font-size: 17px;
	font-weight: 400;
	text-decoration: underline;
}
.single-product-summery .box-title.border-bottom {
	padding-bottom: 25px;
}
.woocommerce-variation.single_variation {
	display: none !important;
}
.summery-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #dee2e6 ;
	padding-top: 30px;
	margin-top: 30px;
}
.summery-bottom form {
	width: 100%;
}
.single-product-meta table.variations, .single-product-meta .single_variation_wrap {
	flex: 0 1 calc(50% - 15px);
}
.single-product-meta .single_variation_wrap{
	text-align: left;
}
.value select {
	width: 100%;
	height: 100%;
	background: #fff;
	border: 1px solid #dee2e6;
	border-radius: 35px;
	padding: 9px 10px;
	appearance: none;
	cursor:pointer;
}
.value {
	position: relative;
}
.value::after {
	position: absolute;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #dee2e6;
	width: 20px;
	height: 20px;
	top: 50%;
	right: 10px;
	text-align: center;
	transform: translateY(-50%);
	line-height: 19px;
	pointer-events: none;
}
.reset_variations {
	position: absolute;
	right: 0;
	bottom: -22px;
}
.qty-title {
	display: inline-block;
}
.quantity {
	display: inline-block;
	padding-left:22px;
}
.quantity input {
	border: 1px solid #dee2e6;
	appearance: none;
	-webkit-appearance:none;
	-moz-appearance:textfield;
	-o-appearance:none;
	text-align:center;
	background:#fff;
}
.input-text.qty {
	height: 37px;
	width: 53px;
}
.quantity input.plus,
.quantity input.minus{
	height: 37px;
	width:34px;
	cursor:pointer;
	position:relative;
}
.quantity input.plus {
	right: -3px;
	border-right: 0;
}
.quantity input.minus{
	left:-3px;
	border-left:0;
}

.c-related-products .product-grid-container{
	display:inherit;
	flex-wrap: inherit;
	gap: inherit;
	justify-content: inherit;
}
.c-related-products  .product-col{
	flex:inherit;
}
.c-related-products {
	background: #fff;
}
.bottom-leaf-adjustment {
	position: relative;
}
.s-bottom-right {
	position: absolute;
	right: 0;
	bottom: 0;
}
.s-bottom-left{
	position:absolute;
	left:0;
	bottom:0;
}
/*
============================================================
Single Product Page Style End
============================================================
*/


/*
============================================================
About Page Style Start
============================================================
*/

.about-main-content{
	background-color: #f7f7f7;
}
.about-content p{
	font-size: 17px;
}
.about-content p strong{
	color: #404041;
	font-weight:800;
}
.about-content {
	padding: 70px 0;
}
.about-banner-content p {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
}

/*
============================================================
About Page Style End
============================================================
*/


/*
============================================================
Contact Page Style Start
============================================================
*/

.contact-title {
	color: #000000;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: -1.5px;
	padding: 40px 0;
}
.contact-field {
	margin-bottom: 45px;
}
.contact-field input,
.contact-field textarea {
	width: 100%;
	color: #939393;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -1px;
	background: #fff;
	border: none;
	border-bottom: 4px solid #eaeaea;
	padding: 0 0 12px 0;
	text-align: left;
	outline: none;
}
.contact-field textarea {
	height: 102px;
}
.contact-form .submit-field {
	margin-bottom: 0;
	position: relative;
	width: max-content;
	direction: ltr;
	margin-right: auto;
}
.contact-form .submit-field input {
	width: max-content;
	padding: 11px 50px;
	border: 1px solid #9ad34a;
}
.contact-form {
	padding-left: 100px;
}
.way-to-contact{
	box-shadow: 0 5px 15px rgba(0, 20, 129, 0.03);
	background-color: #262626;
	color:#fff;
}
.way-to-contact .contact-title {
	color: #fff;
	text-align: center;
	padding-bottom: 78px;
}
.way-to-contact-box {
	border-top: 1px solid rgba(255,255,255,0.12);
	padding-left: 70px;
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
	padding-top: 23px;
	padding-bottom: 20px;
}
.way-details p {
	margin: 0;
	color: #ffffff;
	font-size:15px;
	letter-spacing: -1px;
}
.way-details p strong{
	font-size:20px;
	font-weight:400;
}
.way-details {
	border-left: 1px solid rgba(255,255,255,0.3);
	padding-left: 15px;
}
.contact-media.social-media {
	text-align: center;
	padding: 40px 0;
	border-top: 1px solid rgba(255,255,255,0.12);
}
.contact-media.social-media a {
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	padding: 0;
	line-height: 33px;
	margin: 0 10px;
}

/*
============================================================
Contact Page Style End
============================================================
*/

/*
============================================================
Single Post Page Style Start
============================================================
*/
.post-page-form {
	background: #fff;
	box-shadow: 0 2px 15px rgba(0, 33, 91, 0.06);
	background-color: #ffffff;
	padding:30px 30px 16px 30px;
}
.post-page-form.contact-form .submit-field,
.post-page-form.contact-form .submit-field input{
	width:100%;
}
.post-page-form h1 {
	color: #3a3a3c !important;
	font-size: 27px;
	font-weight: 800;
	line-height: 28px;
	margin-bottom: 5px !important;
	margin-top:0 !important;
}
.post-page-form span{
	font-size:20px;
	font-weight:400;
	color:#9AD34A;
	display: block;
	margin-bottom:10px;
}
.single-content p{
	color:#909090;
	margin-bottom:32px;
	line-height:25px;;
}
.single-content p:last-child {
	margin-bottom: 0;
}
.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6{
	color: #404041;
	font-weight:800;
	text-transform: uppercase;
	margin-bottom:17px;
	margin-top:20px;
}
.single-content h3{
	color: #404041;
	font-size: 25px;
}
.single-content img{
	margin-top:8px;
	margin-bottom:28px;
}

/*
============================================================
Single Post Page Style End
============================================================
*/


/*
============================================================
Thank you page style start
============================================================
*/
.thankyou-content{
	background-color: #9ad34a;
	color:#fff;
	padding:8px 0;
	position:relative;
	right:-45px;
}
.thankyou-content::after {
	position: absolute;
	content: "";
	background: #9ad34a;
	height: 100%;
	top: 0;
	left: -5000px;
	right: 100%;
}
.white-border{
	background: #fff;
	height: 8px;
	position:relative;
}
.white-border::after{
	position: absolute;
	content: "";
	background: #fff;
	height: 100%;
	top: 0;
	left: -5000px;
	right: 100%;
	z-index:999
}
.white-border.top-border {
	margin-bottom: 27px;
}
.white-border.bottom-border {
	margin-top:27px;
}
.thankyou-content h1 {
	color: #ffffff;
	font-size: 50px;
	font-weight: 800;
	line-height: 29px;
	margin-bottom: 15px;
}
.thankyou-content p{
	color: #ffffff;
	font-size: 22px;
	font-weight: 400;
	line-height: 40px;
	margin-bottom:5px;
}
.thankyou-content a {
	color: #ffffff;
	font-size: 18px;
	font-weight: 800;
	line-height: 18px;
	border: 1px solid #fff;
	border-radius: 35px;
	padding: 18px 62px;
	display: inline-block;
	transition:0.5s all ease;
	margin-top:20px;
}
.thankyou-content a:hover{
	background:#fff;
	color:#9ad34a;
}

/*
============================================================
Thank you page style End
============================================================
*/


/*
============================================================
Register & Login Page Style Start
============================================================
*/
#consent_field {
	max-width: 100%;
	flex: 0 0 100%;
}
.woocommerce-account-page{
	background:url(assets/images/account-page-bg.png);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 150px 0 260px 0;
}
.woocommerce-registration-page.woocommerce-account-page {
	background-image: url(assets/images/account-page-bg.png),url(assets/images/register-page-bg.png);
	background-position: center center, center bottom;
	background-size: cover,contain;
}
.woocommerce-account-page h2 {
	text-align: center;
	display: block;
	color: #404041;
	font-size: 29px;
	font-weight: 400;
	letter-spacing: -0.72px;
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 18px;
	margin-bottom: 39px;
}
/* .woocommerce-account-page .field span.woocommerce-input-wrapper {
	display: flex;
	gap:10px;
	text-align: right;
	width: auto;
	align-items: center;
	justify-content: flex-start;
}
.woocommerce-account-page .field span.woocommerce-input-wrapper label.radio{
	color: #404041;
	font-size: 17px;
	font-weight: 400;
}
.woocommerce-account-page .field span.woocommerce-input-wrapper input{
	width: auto;
	height: auto;
} */

#consent_field .field {
	margin: 0;
	margin-top: 8px;
}
#consent_field .field label{
	display: flex;
	gap:10px;
	text-align:left;
	width: auto;
	align-items: center;
	color: #404041;
	font-size: 17px;
	font-weight: 400;
}
#consent_field .field label input{
	width:auto;
	height:auto;
}
.woocommerce-privacy-policy-text {
	display: none;
}
.custom-account-btn button {
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	border-radius: 33px;
	background-color: #9ad34a;
	border: 1px solid #9ad34a;
	padding: 13px 20px;
	width: 100%;
	cursor: pointer;
	margin-top: 5px;
	transition:0.5s all ease;
}
.custom-account-btn button:hover{
	background:#fff;
	color:#9ad34a;
}
.woocommerce-login-page .custom-account-btn{
	margin-top:10px;
}
.bottom-note{
	text-align: center;
	margin-top:20px;
}
.bottom-note,
.bottom-note a{
	color: #404041;
	font-size: 14px;
	font-weight: 400;
	text-decoration: underline;
}



/*
============================================================
Register & Login Page Style End
============================================================
*/







/*
========================================================================================================================
Responsive Design Start
========================================================================================================================
*/

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

	.language-selectable .wpml-ls-legacy-dropdown a{
		padding:5px 2px !important;

	}


}


/* Header Responsive */

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

	.mobile-header-top{
		background:#404041;
		padding:3px 0;
	}
	.menu-trigger{
		width:29px;
		cursor:pointer;
	}
	.menu-trigger span {
		height: 3px;
		background: #fff;
		display: block;
		width: 100%;
		margin: 7px 0;
	}
	.language-flag .wpml-ls-legacy-dropdown a {
		background: url(assets/images/flag-bg-mobile.svg);
	}
	.cart-btn, .cart-btn:hover {
		color: #404041;
		letter-spacing: -0.65px;
		white-space: nowrap;
	}
	.cart-count{
		color:#fff;
	}
	.language-selectable .wpml-ls-legacy-dropdown a, .language-selectable .wpml-ls-legacy-dropdown a:hover {
		color: #404041 !important;
	}
	.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
		background: url(assets/images/arrow-down-mobile-language.svg) !important;
		background-repeat: no-repeat !important;
		background-position: center center !important;
	}
	.middle-left {
		gap: 0;
		width: auto;
		margin-left: auto;
		margin-right: auto;
		justify-content: center;
	}
	.mobile-header-bottom {
		padding: 16px 0;
		background: #fff;
		border-bottom: 1px solid rgba(112,112,112,0.1);
	}
/*	.header-search {
		border: 1px solid #999999;
	} */
	.header-search::after {
		background-image: url(assets/images/search-icon-mobile.svg);
	}
	.header-search input {
		color:#a3a3a3;
	}
	.header-search input::-webkit-placeholder{
		color:#a3a3a3;
	}
	.header-search input::placeholder{
		color:#a3a3a3;
	}
	.header-search input::-moz-placeholder{
		color:#a3a3a3;
	}
	.header-search input::-o-placeholder{
		color:#a3a3a3;
	}
	.header-cart, .language-switcher {
		text-align: center;
		margin-right: 20px;
		padding-right: 20px;
		border-right: 1px solid rgba(112,112,112,0.1);
	}

	/* Cat Menu */
	.hamburger-menu {
		background: #404041;
		padding: 25px 25px 50px 25px;
		position: fixed;
		width: 100%;
		top:-150px;
		right:0;
		height:100vh;
		z-index: 9999999;
		opacity:0;
		visibility: hidden;
		transition:0.5s all ease;
	}
	.hamburger-menu.open{
		top:0;
		opacity:1;
		visibility: visible;
	}
	.hamburger-inner {
		height:100%;
		overflow-y:auto;
	}
	.menu-close {
		width: 12px;
		height: 12px;
		cursor: pointer;
		margin-left: auto;
	}
	.mobile-cat-menu {
		list-style: none;
		padding: 0;
		margin: 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		width: 285px;
		margin-left: auto;
		margin-right: auto;
		column-gap: 30px;
	}
	.mobile-cat-menu li {
		flex: 0 1 calc(50% - 30px);
		height: 100px;
		border-bottom:1px solid rgba(112, 112, 112,0.5)
	}
	.mobile-cat-menu li:last-child,
	.mobile-cat-menu li:nth-child(11){
		border:none;
	}
	.mobile-cat-menu li a {
		display: block;
		color: #9ad34a;
		font-size: 16px;
		font-weight: 400;
		text-align: center;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction:column;
	}
	.mobile-cat-menu li .cat-icon {
		display: block;
		margin-bottom: 5px;
	}
	.mobile-cat-menu li:nth-child(2n+1) {
		position:relative;
	}
	.mobile-cat-menu li:nth-child(2n+1):last-child{
		border:none;
	}
	.mobile-cat-menu li:nth-child(2n+1)::after {
		position: absolute;
		content: "";
		width: 1px;
		height: calc(100% - 30px);
		background: rgba(112, 112, 112,0.5);
		left: -15px;
		top: 50%;
		transform: translateY(-50%);
	}
	.register-menu {
		text-align: center;
		margin-top: 20px;
	}
	/* Cat Menu */


	/* Branc Section */
	.branches-wrp-mobile .owl-nav {
		position: absolute;
		bottom: -70px;
		top: auto;
		left: 50%;
		transform: translateX(-50%);
		right: inherit;
	}
	  .branches-section {
		padding-bottom: 120px !important;
	}
	  .branches-wrp-mobile.owl-carousel .owl-item img {
		margin-left: inherit;
		margin-right: inherit;
	}

	/* Branc Section End */


}

/* Header Responsive End */


/* Footer Responsive  */

@media only screen and (min-width:992px) and (max-width:1199px) {
	.newslatter-section form {
		width: 300px;
	}

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

	.footer-info-box-wrapper {
		flex-wrap: wrap;
		gap: 30px;
		justify-content: center;
	}
	.footer-info-box {
		margin-bottom: 7.5px;
		margin-top: 7.5px;
		flex: 0 1 50%;
	}
	.info-box-inner {
		width: max-content;
	}
	.footer-info-wrapper .footer-info-box:nth-child(even) .info-box-inner{
		margin-left: auto;
	}
	.footer-box.newslatter-section {
		margin-top: 40px;
		max-width: 100%;
		width:100%;
		margin-left: auto;
		margin-right: auto;
	}
	.newslatter-section form {
		width: auto;
	}
	.submit-field {
		margin-bottom: 30px;
	}
	.footer-logo {
		text-align: center;
	}

}

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

	.footer-middle .row .col-md-4:nth-child(3) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.py-7{
		padding-top:40px;
		padding-bottom:40px;
	}
	h3.widget-title {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 6px;
	}
	.footer-box.newslatter-section {
		margin-top: 40px;
		max-width: 100%;
		width:100%;
		margin-left: auto;
		margin-right: auto;
	}
	.newslatter-section form {
		width: auto;
	}
	.newslatter-section form {
		width: 100%;
	}
	.submit-field {
		margin-bottom: 20px;
	}
	.footer-logo {
		text-align: center;
	}
	.footer-box {
		text-align: center;
		margin-bottom: 20px;
	}
	.scrollup {
		bottom:169px;
		left: 50%;
		transform: translateX(-50%);
	}
	.payment-method {
		padding-top: 30px;
	}
	.footer-info-wrapper{
		display:block;
	}
	.footer-info-box {
		margin-bottom: 7.5px;
		margin-top: 7.5px;
	}
	.info-box-inner {
		padding-left:40px;
	}
	.footer-info-wrapper .footer-info-box:nth-child(2n) .info-box-inner {
		margin-left:0;
		min-width:auto;
	}
	/* .footer-info-wrapper .footer-info-box:nth-child(4) .info-box-inner{
		max-width:131px
	} */
	.box-icon {
		width:30px;
	}
	.footer-info-box h4 {
		font-size:17px;
	}
	.footer-info-box p {
		font-size:14px;
	}
	.footer-top {
		background: var(--theme-color);
		padding: 10px 0;
	}


}

/* Footer Responsive End */

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


	/* Homepage */

	.hero-carousel-box {
		height: 350px;
	}
	.hydro-process {
		padding-bottom: 250px;
		background-size: contain;
	}
	.branch-box h3 {
		min-height: 48px;
	}
	.branch-box span {
		font-size: 12px;
	}
	.mega-menu-box .add_to_cart_button, .added_to_cart.wc-forward {
		font-size: 13px;
		padding: 9px 20px;
	}
	/* Hompage */

	/* Product Page */

	.owl-thumbs li {
		width: auto;
	}
	.single-product-badge {
		right: 0;
	}
	.single-product-meta table.variations, .single-product-meta .single_variation_wrap {
		flex: 0 1 calc(50% - 10px);
	}
	.summery-bottom{
		gap:0;
	}
	/* Product Page End */


	/* Archive Page Start */
		.product-col {
			flex: 0 1 calc(25% - 30px);
		}
	/* Archive Page Start End */

	.checkout-product-image {
		margin-left: 20px;
	}



	/* Regiter Page */

	.woocommerce-account-page {
		padding: 150px 0 200px 0;
	}
	/* Regiter Page End */



}

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

	/* Homepage */
	.hero-carousel-box {
		height: 300px;
	}
	.hero-section .owl-controls {
		right: 15px;
	}
	.py-7{
		padding-top:50px;
		padding-bottom:50px;
	}
	.pt-7{
		padding-top:50px;
	}
	.pb-7{
		padding-bottom:50px;
	}
	.mb-7{
		margin-bottom:50px;;
	}
	.add_to_cart_button, .added_to_cart.wc-forward, .single_add_to_cart_button {
		padding: 8px 20px;
		white-space: nowrap;
		font-size:14px;
	}
	.product-box .woocommerce-loop-product__title {
		font-size: 20px;
	}
	.price {
		font-size: 18px;
		margin:10px 0;
	}
	.product-box.post-theme2 .product-thumb {
		padding-left: 30px;
		margin-left: 30px;
	}
	.hydro-process-box img {
		width: 70px;
		height: auto;
		left: 16px;
	}
	.hydro-process-box span {
		font-size: 100px;
		left: 15px;
		z-index: -1;
	}
	.hydro-process-box h3 {
		font-size: 20px;
	}
	.hydro-process-box p {
		font-size: 18px;
	}
	.hydro-process {
		padding-bottom: 200px;
		background-size: contain;
	}
	.contact-info {
		padding: 0 15px;
	}
	.section-title h2 {
		font-size: 35px;
		line-height: 40px;
	}
	.site-btn {
		font-size: 18px;
		padding: 8px 40px;
	}
	.contact-info h2 {
		font-size: 25px;
	}
	.scrollup {
		bottom:45px;
		left: 50%;
		transform: translateX(-50%);
	}
	.blog-section{
		background: #FBFBFB;
	}
	/* Homepage */

	/* Product Page */

	.owl-thumbs li {
		width: auto;
	}
	.product-gallary-tab .owl-stage {
		display: flex;
		align-items: center;
	}
	.single-product-badge {
		right:-30px;
	}
	.box-title h1 {
		font-size: 20px;
	}
	.product-form .col-6 {
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
	.product-form .field input {
		padding: 10px;
		height: 40px;
	}
	.single-meta-box p {
		font-size: 20px;
	}
	.value::after {
		line-height: inherit;
	}
	.single-product-meta table.variations, .single-product-meta .single_variation_wrap {
		flex: 0 1 calc(50% - 5px);
	}
	/* Product Page End */


	/* Archive Page Start */

	.product-col {
		flex: 0 1 calc(26% - 30px);
	}
	/* Archive Page Start End */

	/* Blog Page */
	.blog .post-box {
		padding: 30px;
		margin-top: 15px;
		margin-bottom: 15px;
		height:180px;
	}
	.post-box h3 {
		font-size: 20px;
		line-height: 20px
	}
	.woocommerce-banner h1 {
		font-size: 40px;
		line-height: 40px;
	}
	.single-content h3 {
		font-size: 20px;
	}
	.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
		margin-bottom: 12px;
		margin-top: 15px;
	}
	.single-content p {
		margin-bottom: 15px;
	}
	/* Blog Page End */

	/* contact page */
	.contact-form {
		padding-left: 0;
	}
	/* contact page End */



	/* Cart Checkout Page  */
	.cart-product-name a {
		font-size: 20px;
	}
	.cart-product-price span, .cart-product-subtotal span {
		font-size: 20px;
	}
	.table-wrapper{
		position:relative;
	}
	.table-scroll{
		overflow:auto;
	}
	.remove img {
		width: 25px;
	}
	.coupon h3 {
		font-size: 35px;
	}
	.coupon button {
		font-size: 25px;
		padding: 10px 50px 15px 50px;
	}
	.cart-collaterals table th, .cart-collaterals table td {
		font-size: 20px;
		padding: 15px 0;
	}
	.checkout-button {
		font-size: 25px;
		padding: 12px 20px 15px 20px;
	}

	/* checkout */

	#order_review {
		padding-left: 20px;
		border-left: 1px solid #b2b2b2;
		margin-left: 20px;
	}
	.checkput-heading {
		font-size: 20px;
		padding: 15px 30px;
	}
	.checkout-product-image {
		width: auto;
		height: auto;
		padding: 20px;
	}
	.checkout-product-image {
		width: auto;
		height: auto;
		padding: 20px;
		margin-left: 20px;
	}
	.checkout-item-title {
		font-size: 20px;
		margin-bottom:0;
	}
	.checkout-total .woocommerce-Price-amount {
		font-size: 20px;
	}
	.checkout-field input {
		padding: 10px 15px;
		border-radius:35px;
	}
	.billling-form input[type="button"], #place_order {
		font-size: 20px;
		padding: 10px;
		height: 50px;
	}
	/* checkout End */
	/* Cart Checkout Page End */

	/* Thank you page start */
	.thankyou-content h1 {
		font-size: 40px;
	}
	.thankyou-content p {
		font-size: 20px;
		padding-left: 46px;
	}
	.thankyou-content a {
		font-size: 18px;
		padding: 15px 62px;
	}
	/* Thank you page start End */

	/* Regiter Page */
	.woocommerce-account-page {
		padding: 37px 0 167px 0;
	}
	.woocommerce-login-page {
		padding:40px 0;
	}
	/* Regiter Page End */
}



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

	/* homepage */
	.py-7{
		padding-top:40px;
		padding-bottom:40px;
	}
	.pt-7{
		padding-top:40px;
	}
	.pb-7{
		padding-bottom:40px;
	}
	.mb-7{
		margin-bottom:40px;;
	}
	.hero-carousel-box {
		height: 500px;
	}
	.hero-mobile-slider .owl-controls {
		right: 15px;
	}
	.section-title {
		display: block;
		padding: 20px 0;
		margin-bottom: 40px;
		padding-top: 0;
	}
	.section-title h2 {
		font-size: 30px;
		line-height: 32px;
	}
	.section-title span {
		display: block;
		font-size: 12px;
		padding: 2px 15px;
		line-height: inherit;
		width: max-content;
	}
	.product-thumb {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		align-items: center;
		max-height:130px;
		width: 75%;
	}
	.owl-nav div {
		width: 34px;
		height: 34px;
		line-height: 28px;
		font-size: 23px;
	}
	.owl-nav {
		height: 42px;
		width: 75px;
		position: absolute;
		top: -107px;
		left: 0;
	}
	.product-box .woocommerce-loop-product__title {
		font-size: 18px;
	}
	.price {
		font-size: 18px;
		margin:5px 0;
	}
	.price del {
		font-size: 14px;
	}
	.add_to_cart_button, .added_to_cart.wc-forward, .single_add_to_cart_button {
		font-size: 14px;
		padding: 7px 12px;
	}
	.product-box.post-theme2 .product-thumb {
		padding-right: 30px;
		margin-right: 30px;
	}
	.hydro-process-box img {
		width: 63px;
		height: 63px;
		left: 0;
	}
	.hydro-process-box span {
		font-size: 80px;
		left: 50%;
		top: 18px;
		transform: translateX(-50%);
		margin-left: 31px;
	}
	.hydro-process-box h3 {
		font-size: 20px;
	}
	.hydro-process-box p {
		font-size: 17px;
		line-height: 22px;
	}
	.hydro-process-box {
		text-align: center;
		margin-bottom: 30px;
	}
	.hydro-process {
		background-size: contain;
		padding-bottom: 400px;
		background: url(assets/images/hydro-mobile.png);
		background-size: contain !important;
	}
	.more-articles {
		margin-top:30px;
	}
	.post-box h3 {
		font-size: 20px;
		line-height: 20px;
	}
	.post-box {
		height: 240px;
		margin-bottom:30px;
		position: relative;
		padding: 30px;
	}
	.blog-slide-row {
		padding: 10px 0;
	}
	.site-btn {
		font-size: 15px;
		padding: 8px 40px;
	}
	.blog-section {
		background: #FBFBFB;
	}
	.branches-section {
		padding-bottom: 90px !important;
	}
	.branch-box {
		width: max-content;
		margin-left: auto;
		margin-right: auto;
	}
	.contact-info {
		width: 244px;
		text-align: center;
		padding: 0;
		display:block;
	}
	.contact-info h2 {
		font-size: 25px;
		margin-bottom: 15px;
	}
	.contact-section hr {
		top: auto;
		bottom: 18px !important;
		transform: inherit;
	}
	/* homepage */


	/* Product Page */

	.owl-thumbs li {
		width: auto;
	}
	.product-gallary-tab .owl-stage {
		display: flex;
		align-items: center;
	}
	.single-product-badge {
		right:-30px;
	}
	.box-title h1 {
		font-size: 20px;
	}
	.product-form .col-6 {
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
	.product-form .field input {
		padding: 10px;
		height: 40px;
	}
	.single-meta-box p {
		font-size: 20px;
	}
	.summery-bottom {
		display:block;
		padding-top:15px;
	}
	.single-product-meta table.variations,
	.single-product-meta .single_variation_wrap {
		margin-top: 15px;
	}
	.value::after {
		line-height: inherit;
	}
	.summery-bottom {
		display: block;
	}
	.summery-bottom .single_add_to_cart_button {
		padding: 9px 12px;
	}

	/* Product Page End */


	/* Archive Page */

	.product-col {
		flex: 0 1 calc(53% - 30px);
	}
	.filter-wrapper {
		display: block;
	}
	.filter-wrapper .filter-select {
		margin: 15px 0;
	}
	.woocommerce-banner {
		height: 130px;
	}
	.woocommerce-banner h1 {
		font-size: 30px;
		line-height:35px;
	}
	.archive-page-wrapper.py-5 {
		padding-top: 35px !important;
	}
	/* Archive Page End */

	/* Blog Page */
	.blog .post-box {
		padding: 30px;
		margin-top: 15px;
		margin-bottom: 15px;
		height:200px;
	}
	.post-box h3 {
		font-size: 20px;
		line-height: 20px
	}
	.single-content h3 {
		font-size: 20px;
	}
	.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
		margin-bottom: 12px;
		margin-top: 15px;
	}
	.single-content p {
		margin-bottom: 15px;
	}
	.single-content img {
		margin-bottom: 10px;
	}
	.post-page-form.contact-form {
		margin-top: 30px;
	}
	/* Blog Page End */

	/* contact page */

	.contact-form {
		padding-left: 0;
	}
	.way-to-contact {
		margin: 0 calc((-100vw + 100%)/2);
		margin-top: 40px;
	}
	.way-to-contact .contact-title {
		padding-bottom: 40px;
		margin: 0;
	}
	.contact-form .submit-field {
		width:100%;
	}
	.contact-form .submit-field input {
		width: inherit;
		padding: 12px 50px;
	}
	/* contact page End */


	/* Cart Checkout Page  */
	table.woocommerce-cart-form__contents thead tr th {
		font-size: 18px;
	}
	table.woocommerce-cart-form__contents tbody td {
		padding:20px;
	}
	table.woocommerce-cart-form__contents thead tr th {
		font-size:18px;
		padding: 7px 20px;
	}
	.cart-product-quantity .quantity {
		padding-right: 0;
	}
	.cart-product-name a {
		font-size:18px;
	}
	.cart-product-price span, .cart-product-subtotal span {
		font-size: 18px;
	}
	table.woocommerce-cart-form__contents tbody tr:last-of-type td span {
		font-size: 18px;
	}
	.table-wrapper{
		position:relative;
	}
	.table-scroll{
		overflow:auto;
	}
	.remove img {
		width: 25px;
	}
	.coupon h3 {
		font-size:25px;
	}
	.coupon button {
		font-size: 18px;
		padding: 10px 50px 15px 50px;
	}
	.cart-collaterals table th, .cart-collaterals table td {
		font-size:18px;
		padding: 15px 0;
	}
	.checkout-button {
		font-size:18px;
		padding: 12px 20px 15px 20px;
	}
	.cart-collaterals {
		background-color: #f8f8f8;
		padding: 50px;
		margin-top: 40px;
	}
	#steps_progress_bar_ .step-box span {
		width: 30px;
		height: 30px;
		font-size: 20px;
		line-height: 27px;
	}
	#steps_progress_bar_ .step-box span::after {
		width: 50px;
		height: 50px;
	}

	/* checkout */

	#order_review {
		padding-left:0;
		border-left: none;
		margin-left:0;
	}
	.checkput-heading {
		font-size: 20px;
		padding: 15px 30px;
	}
	.checkout-product-image {
		width: auto;
		height: auto;
		padding: 20px;
	}
	.checkout-product-image {
		width: 130px;
		height: 130px;
		padding: 20px;
	}
	.checkout-item-title {
		font-size: 20px;
		margin-bottom:8px;
	}
	.checkout-total .woocommerce-Price-amount {
		font-size: 20px;
	}
	.checkout-field input {
		padding: 10px 15px;
		border-radius:35px;
	}
	.billling-form input[type="button"], #place_order {
		font-size: 20px;
		padding: 10px;
		height: 50px;
		margin-top:40px;
	}
	#customer_details {
		position: relative;
		margin-top: 30px;
	}
	.woocommerce-checkout #billing_first_name_field, .woocommerce-checkout #billing_last_name_field {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#billing_last_name_field {
		padding-right:0;
	}
	/* checkout End */
	/* Cart Checkout Page End */

		/* Thank you page start */
		.thankyou-content h1 {
			font-size:35px;
		}
		.thankyou-content p {
			font-size: 18px;
			margin: 0;
			padding-left:0;
		}
		.thankyou-content a {
			font-size: 18px;
			padding: 11px 40px;
		}
		/* Thank you page start End */

		/* Register Page */

		.woocommerce-account-page {
			padding: 40px 0 100px 0;
		}
		.woocommerce-account-page #billing_last_name_field {
			padding-right: 15px;
		}
		.woocommerce-login-page {
			padding:40px 0;
		}
		/* Register Page End */

}
@media only screen and (max-width:449px) {
	.hydro-process {
		padding-bottom:200px;
	}
}
/* Leaf Adjustment */

@media only screen and (min-width:992px) and (max-width:1400px) {

	.left-leaf-adjustment .left-leaf {
		left: 0;
		width:140px;
	}
	.right-leaf {
		right: 0;
		width: 120px;
	}
	.hero-right-leaf {
		width: 160px;
	}
	.hero-left-leaf {
		width: 150px;
	}
	.popular-bottom-leaf {
		width: 130px;
	}
	.blog-left-leaf {
		top: -40px;
		width: 140px;
	}
	.s-bottom-right {
		width: 150px;
	}
	.s-bottom-left {
		width: 110px;
	}


}

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

	.left-leaf-adjustment .left-leaf {
		left: 0;
		width:140px;
	}
	.right-leaf {
		right: 0;
		width: 100px;
	}
	.hero-right-leaf {
		width: 120px;
	}
	.hero-left-leaf {
		width: 110px;
	}
	.popular-bottom-leaf {
		width: 100px;
	}
	.blog-left-leaf {
		top: -40px;
		width: 140px;
	}
	.s-bottom-right {
		width: 130px;
	}
	.s-bottom-left {
		width: 110px;
	}

}

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

	.left-leaf-adjustment .left-leaf {
		left: -40px;
		width: 140px;
	}
	.right-leaf {
		right: 0;
		width:90px;
	}
	.hero-right-leaf {
		width: 120px;
		right: -20px;
	}
	.hero-left-leaf {
		width: 95px;
	}
	.visibility{
		display: none;
	}
	.blog-left-leaf {
		top: -32px;
		width: 120px;
	}
	.blog-bottom-leaf {
		bottom: -43px;
		width: 100px;
	}
	.s-bottom-right {
		display: none;
	}
	.s-bottom-left {
		display: none;
	}
}

/* Leaf Adjustment End */







/*
========================================================================================================================
Responsive Design End
========================================================================================================================
*/
