/*
Theme Name: Avada Child
Theme URI: https://themeforest.net/item/avada-responsive-multipurpose-theme/full_screen_preview/2833226
Template: Avada
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: avada-child
*/

/* Header CSS */
.fusion-sticky-container.fusion-sticky-transition{background-color: #595959 !important;}
.fusion-sticky-container.fusion-sticky-transition .awb-menu__main-a{color: #ffffff !important;}

/* Home Page CSS */
.fusion-image-hovers .hover-type-liftup.hover:before, .fusion-image-hovers .hover-type-liftup:hover:before{opacity: 0 !important; transform: unset !important;}
.fusion-image-hovers .hover-type-liftup:hover img{transform: unset !important;}

.plants-sec .plant-img {
	height: 350px;
	overflow: hidden;
}
.plants-sec .plant-img img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.plants-sec .plant-text {
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.plants-sec .plant-text h2 {
	font-size: 16px !important;
	margin-bottom: 0;   
	font-weight: 600 !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: black;
}
.plants-sec .plant-text p {
	font-size: 12px;
	margin-bottom: 0;
}
.pagination-wrap ul.pagination {
	justify-content: center;
}
.pagination-wrap li.page-item {
	list-style: none;
}
.pagination-wrap li.page-item a {
	list-style: none;
	padding: var(--pagination_box_padding-height) var(--pagination_box_padding-width) var(--pagination_box_padding-height) var(--pagination_box_padding-width);
	display: block;
}
section.plants-sec.section-bg{
	margin: 15px auto 0;
	max-width: 1380px;
}
section.plants-sec.section-bg .plants-card{
	max-width: 400px;
	margin: 0 auto 1.45rem;
}
.plants-adv-filter {
	background: #f1f1f1;
	border-radius: 10px;
	/*margin-top: 32px;*/
	padding: 0px 36px 25px 36px;

	margin: 35px auto 15px;
	width: 100%;
	max-width: 1330px;
}
.plants-adv-filter h4 {
	margin-bottom: 7px;	
	font-weight: 500;
}


.ks-cboxtags .custom label{
	display: inline-block;
	width: 100%;
	background-color: white;
	border: 2px solid #78bca1;
	color: #adadad;
	border-radius: 25px;
	white-space: nowrap;
	margin: 3px 0px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	transition: all .2s;
	padding: 8px 12px;
	cursor: pointer;
}
.ks-cboxtags .custom label::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 12px;
	padding: 2px 6px 2px 2px;
	content: "\f067";
	transition: transform .3s ease-in-out;
}
.ks-cboxtags .custom input[type="checkbox"]:checked + label::before {
	content: "\f00c";
	transform: rotate(-360deg);
	transition: transform .3s ease-in-out;
}

.ks-cboxtags .custom input[type="checkbox"]:checked + label {
	border: 2px solid #78bca1;
	background-color: #78bca1;
	color: #fff;
	transition: all .2s;
}

.ks-cboxtags .custom input[type="checkbox"] {
  display: absolute;
}
.ks-cboxtags .custom input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.ks-cboxtags .custom  input[type="checkbox"]:focus + label {
  border: 2px solid #3cb283;
}
select {
	width: 100%;
}
label {
	display: block;
	font-size: 14px;
	font-weight: 500;
}
.hide{ display: none !important; }
.mt-30 {
	margin-top: 20px;
}
.filter-header h4 {
	font-weight: 600 !important;
}
.align-self > div {
	align-self: flex-end;
}
.align-self {
	display: flex;
}
.full-w-checkbox label {
	width: 100%;
}
.radio-btns {
	margin-bottom: 10px;
}
.plants-card .card-body {
	background: #f5f5f5;
	overflow: hidden;
	border-radius: 5px;
}
.plant-body {
	padding: 12px 19px;
}
.plant-item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3px;
}
.plant-item label, .plant-item span {
	font-size: 14px;
}
.plants-card .card-body a:hover {
	color: initial !important;
}
.plants-adv-filter .fusion-button {
	margin-top: 19px
}

@media only screen and (max-width: 600px) {
	.plants-adv-filter {
		padding: 0px 25px 25px 25px;
	}
	.plants-adv-filter .row > div {
		padding: 0px 5px 0px 5px;
		margin-bottom: 5px;
	}
	.plants-adv-filter .row{
		margin: 0px;
		flex-direction: column;
	}
	.plants-sec .plant-img {
		height: 290px;
	}
	.radio-btns span {
		display: block;
	}
	.radio-btns {
		margin-bottom: 0px;
	}
	.plants-adv-filter label {
		font-size: 12px;
	}
	.searchform .fusion-search-form-content {
		width: 91%;
		margin: auto;
	}
	.plants .container {
		width: 100% !important;
	}   
}
.mb-10 {
	margin-bottom: 10px;
}
.text-center{
	text-align: center;
}

.plant-properties {
	background: #f5f5f5!important;
	padding: 13px 19px;
	border-radius: 5px;
	margin-bottom: 28px;
}

.plant-properties h3 {
	font-size: 22px;
	color: black;
	margin: 0;
}

.plant-properties h4 {
	font-size: 18px;
	margin: 0;
	margin-bottom: 10px;
}
.plant-properties .plant-properties .plant-item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3px;
	color: #5c786f;
}
.plant-content h2 {
	font-weight: 600 !important;
	font-size: 22px !important;
	color: black !important;
}
.plant-properties .plant-item {
	margin-bottom: 5px;
}

.plant-cat-list-wrap{
	display: flex;
	align-items: space-between;
	flex-wrap: wrap;
}
.category-item{
	
	width: 189px;
	max-width: 189px;

	text-align: center;
	background: #fff;
	margin: 0 auto 1rem;
	padding: 0 11px;
	/*margin-bottom: 11px;
	height: 47px;
	display: flex;
	justify-content: center;
	align-items: center;*/

	font-size: 18px;
	line-height: 2em;
	font-weight: 500;
	color: #000;
	text-transform: capitalize;
	position: relative;
	overflow: hidden;
}
.category-item img{
	border-radius: 4px;
	display: block;
	margin-bottom: 3px;
}
.category-item a {
	/* display: block; */
	width: 100%;
	height: 100%;
	/*display: flex;
	align-items: center;
	justify-content: center;*/
}
.category-item.active {
	background: #6ead96;
}
.category-item.active a {
	color: white;
}

/* IT WAS WHEN ON BANNER
.search-plants{
	float: left;
	width: calc( 100% - 200px );
	display: inline-block;
	position: relative;
	min-height: 50px;
}
.search-plants form{
	position: absolute;
	bottom: -74px;
	width: 100%;
}
.search-plants ~ div {
	width: 220px;
	float: right;
	display: inline-block;
	position: absolute;
	bottom: -68px;
	right: 0;
}*/

ul.products li.product img.wp-post-image{
	height: 550px;
	object-fit: cover;
}
ul.products li.product .fusion-rollover-linebreak{
	display: none;
}

/* Product Category CSS */
a.pod_cat_name {
    font-size: 25px;
    font-weight: 600;
    color: #6ead96;
}
h2.fusion-responsive-typography-calculated.prod_cat {
    font-size: 29px;
    color: #6266af;
}
.archive .button.product_type_simple.add_to_cart_button.ajax_add_to_cart{display: none;}

span.woocommerce-Price-amount.amount{font-size: 18px; font-weight: 900 !important; color: var(--awb-color4);}

/* Top Bar CSS */
.mwwp-top-bar-wrap .fusion-builder-row.fusion-row{background-color: #88beac; padding: 0 60px; color: #ffffff;}
.mwwp-top-bar-wrap p{margin: 5px 0;}

/* Cart Page CSS */
.mwwp-cart-notice-wrap{text-align: center; padding: 10px; margin-bottom: 20px; border: 1px solid #e2401c; color: #e2401c; font-weight: bold;}
.mwwp-wc-notice .woocommerce-info{color: #000000 !important;}

/* Paypal Button CSS */
.ppc-button-wrapper{display: block; float: right; width: 100%; margin-top: 15px;}
.ppc-button-wrapper #ppc-button-ppcp-gateway{display: block; width: 300px; max-width: 100%; position: relative; float: right;}

.single-product .ppc-button-wrapper,
.woocommerce-checkout .ppc-button-wrapper{float: unset;}
.single-product .ppc-button-wrapper #ppc-button-ppcp-gateway{float: unset;}
.woocommerce-checkout .ppc-button-wrapper #ppc-button-ppcp-gateway{float: unset; margin: 0 auto;}
.archive .fusion-image-wrapper .fusion-rollover{background-image: none !important;}
.archive .fusion-rollover-content .fusion-product-buttons{background-color: #ffffff; display: inline-block; padding: 5px 20px; border-radius: 3px;}
.archive .fusion-rollover-content .fusion-product-buttons a.show_details_button{color: #000000 !important; font-size: 15px !important; font-weight: bold !important;}

/* Checkout Page CSS */
#image_cross_field span {
  display: block;
  height: 300px;
  background: url(https://meadowacres.ca/wp-content/uploads/2024/04/Xmarksspot.jpg) no-repeat center center;
    background-size: auto;
  background-size: contain;
}
#image_cross_field span input {
  display: none;
}
#driver_drop_product_field {
    margin-top: 40px;
}


/* Gift Card CSS */
.wps_wgm_added_wrapper .wps_delivery_method{display: none !important;}

@media only screen and (max-width: 767px) {
	
	.mwwp-top-bar-wrap .fusion-builder-row.fusion-row{padding:10px 30px;}
	
}
