
@font-face {
  font-family: 'Poppins';
  src: url(//cdn.shopify.com/s/files/1/0130/8226/3616/t/85/assets/Poppins-Regular.ttf?v=134474321959273864541662684720);
  font-weight: 400;
}
@font-face {
  font-family: 'Poppins';
  src: url(//cdn.shopify.com/s/files/1/0130/8226/3616/t/85/assets/Poppins-Thin.ttf?v=29570823726768250291662684748);
  font-weight: 300;
}
@font-face {
  font-family: 'Poppins';
  src: url(//cdn.shopify.com/s/files/1/0130/8226/3616/t/85/assets/Poppins-Bold.ttf?v=133179024213092982091662684709);
  font-weight: 700;
}
@font-face {
  font-family: 'Poppins';
  src: url(//cdn.shopify.com/s/files/1/0130/8226/3616/t/85/assets/Poppins-SemiBold.ttf?v=141754602767085682511662684730);
  font-weight: 600;
}
@font-face {
  font-family: 'Montserrat';
  src: url(//cdn.shopify.com/s/files/1/0130/8226/3616/t/85/assets/Montserrat-Regular.ttf?v=180608039923927775051662684682);
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url(//cdn.shopify.com/s/files/1/0130/8226/3616/t/85/assets/Montserrat-Light.ttf?v=153868513156903844551662684655);
  font-weight: 300;
}

body {
	margin: 0;
	letter-spacing: 0.06rem;
	line-height: calc(1 + 0.8 / var(--font-body-scale));
	 font-family : effra, sans-serif;
	/*font-family: var(--font-body-family);*/
	font-style: var(--font-body-style);
	font-weight: var(--font-body-weight);
	color: var(--color-base-text);
	display: block;
}

.page-width {
	margin: 0 auto;
	max-width: 1400px;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
}

@media (max-width: 1399px) {
	.page-width {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.skip-to-content-link {
	display: none;

}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--font-heading-color);
	font-family : effra, sans-serif;
	/*font-family: var(--font-heading-family);*/
	font-style: var(--font-heading-style);
	font-weight: var(--font-heading-weight);
	letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
	line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
}

.section-heading {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	padding-top: .75em;
}

.hide {
	display: none;
}

.vis-hidden {
	visibility: hidden;
}

#Header {
	/*position: fixed;*/
	width: 100%;
	z-index: 15;
}

#main-header {
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
}

.announcement-bar {
	text-align: center;
	padding: .7rem 0;
}

.announcement-bar .s-icon svg,
.cart-icon-item svg {
	width: 25px;
	height: 25px;
	vertical-align: middle;
}

.flex-container-cart-header {
	display:flex;
	align-items:center;
	padding-top:15px;
	height: 0;
}

.flex-item-cart-header {
	max-width: 140px;
	padding: 0px 27.5px 0px;
}

.flex-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.social-icons,
.cart-icons-inner {
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 1em;
}

.contact-link {
	padding-left: .5em;
	text-decoration: unset;
	font-size: .95em;
}

.contact-link:hover {
	text-decoration: underline;
}

.header__heading-logo {
	display: block;
}

.contact-info,
.additional-info {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	cursor: pointer;
}

.inner-flex-header {
	padding: 15px 0;
	display: flex;
	align-items: center;
  position:relative;
	justify-content: space-around;
}
.mobile-nav-container.mobile-only + .inner-flex-header {
    padding: 3px 0!important;
  background:white;
}
.main-link.active {}

.main-link {
	text-align: center;
}

.main-nav-container {
	width: 100%;
}

.footer-link {
	color: #878787;
}

#main-nav {
	width: 100%;
	list-style-type: none;
	font-family: var(--font-nav-family);
	font-style: var(--font-nav-style);
	font-weight: var(--font-nav-weight);
	margin: 0;
	display: flex;
	justify-content: center;
	font-weight: 500;
	align-items: center;
	padding-left: 0px;
}

#mobile-nav-menu {
	width: 100%;
	list-style-type: none;
	padding-inline-start: 0;
	margin-block-start: 0;
	margin-block-end: 0;
	text-align: center;
}

.main-link a {
	color: black;
}

.mobile-nav-container {
	position: absolute;
	top: 85 !important;
	left: 0;
	padding-bottom: 6em;
	background-color: #fff;
	transition: all .4s cubic-bezier(.29, .63, .44, 1);
	overflow: hidden;
	width: 100%;
	height: 100vh;
	overflow: auto;
}

#mobile-nav-menu a {
	font-size: 18px;
	font-family: 'Poppins';
	font-weight: 500;
	color: #767676;
}

#mobile-nav-menu .mobile-menu-link.current a {
	color: #2C6A3C;
	text-decoration: underline;
}

.mobile-menu-other-links {

    bottom: 0;
    width: 100%;
    border-top: solid 1px #C8CEDC;
	background-color: #FFF;
}

.mobile-menu-other-links ul {
	padding-left: 10px;
}

.mobile-menu-other-links li {
	list-style: none;
}

.mobile-menu-other-links li a {
	display: flex;
	align-items: center;
	color: #000;
	font-size: 16px;
	font-family: 'Poppins';
  padding:5px;
}

.mobile-menu-other-links li a svg {
	margin-right: 10px;
	width: 20px;
}

.mobile-menu__image-links {
	padding: 10px;
}

.mobile-menu__image-links .mobile-menu__image-link {
	display: flex;
	align-items: center;
	margin: 0 0 16px;
	height: 150px;
    background-repeat: round;
    background-size: cover;
}

.mobile-menu__image-links .mobile-menu__image-link a {
    padding: 11px 12px;
    background: rgba(255 255 255 / 70%);
    font-size: 22px;
    font-weight: 600;
	font-family: 'Poppins';
    color: #2C6A3C;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.icon.icon-chevron-left {
	left: 4%;
	display: none;
}

.icon {
	position: relative;
	top: 47%;
	right: 0;
	height: 14px;
	width: 14px;
	margin: -6px 0 0 -7px;
}

#mobile-nav-menu .main-link {
	text-align: left;
	position: relative;
	display: block;
	width: 100%;
	padding: 15px 30px;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 1px solid #e4e4e4;
}

#main-nav li {
	display: inline;
	padding: 1% 1%;
	cursor: pointer;
	font-size: 0.9em;
	text-transform: uppercase;
}

.sub-links {
	padding-left: 0;
	word-break: unset;
	width: 100%;
	left: 1.5%;
	text-align: left;
}
.sub-links.appended {
 width:100% !important; 
}

.sub-link-link {
	letter-spacing: 0px;
	color: #7f8c8d;
	cursor: pointer;
	line-height: 30px;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
    margin-top:1em;
    margin-bottom:1em;
}

.dropdown-arrow {
	font-size: 80%;
	position: absolute;
	right: 0px;
}

#main-nav .sub-links a {
	display: block;
	text-transform: none;
	display: flex;
	align-items: center;
	gap: 2%;
}

#main-nav .sub-link-link {
  color:#7f8c8d;
  text-transform:none;
}
#main-nav a {
	color: var(--color-base-text);
	text-decoration: none;
}

.sub-link-title {
	font-size: 1.85rem;
    text-transform:none;
	font-weight: bold;
	margin: 0rem 0 1rem;
	text-decoration: underline;
}

#shopify-section-header {
	box-shadow: 0px 4.21408px 4.21408px rgba(0, 0, 0, 0.25);
	z-index: 100;
}

.imgtext-h2 {
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.7em;
	text-align: center;
	position: relative;
	margin-top: 0;
    text-transform: uppercase;
}

.page-width {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.logo-quote {
	font-size: .8em;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	line-height: normal;
}

.by-quote {
	margin-top: 0em;
	font-size: .8em;
}

.hero-image-section {
	display: flex;
}

.hero-image-section.top-left {
	align-items: start;
	justify-content: start;
}

.hero-image-section.top-center {
	align-items: start;
	justify-content: center;
}

.hero-image-section.top-right {
	align-items: start;
	justify-content: end;
}

.hero-image-section.middle-left {
	align-items: center;
	justify-content: start;
}

.hero-image-section.middle-center {
	align-items: center;
	justify-content: center;
}

.hero-image-section.middle-right {
	align-items: center;
	justify-content: end;
}

.hero-image-section.bottom-left {
	align-items: end;
	justify-content: start;
}

.hero-image-section.bottom-center {
	align-items: end;
	justify-content: center;
}

.hero-image-section.bottom-right {
	align-items: end;
	justify-content: end;
}

.hero-link {
	position: relative;
	z-index: 1;
	font-weight: bold;
}
.hero-image-section .hero-link {
    font-weight: 300;
}
.social-logo-header {
	width: 100%;
	font-size: .9em;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
}

.social-proof-section-body {
	display: flex;
	align-items: start;
	justify-content: center;
	gap: 2%;
	flex-wrap: wrap;
}

.social-proof-section-title {
	margin-bottom: 10px;
    font-family: 'effra';
	font-style: normal;
	font-weight: 600;
	font-size: 2em;
	color: #2C6A3C;
	text-align: center;
	text-transform: uppercase;
}
.product .social-quotes {
    background: #f5f5f5;
  
 
}
.product .social-quotes .social-proof-section {
    background: #f5f5f5;
    padding: 0em;
}
.social-quote {
	text-align: center;
	margin-bottom: 0;
	font-weight: 500;
  font-size: 48px;
	margin-top: 0;
	position: relative;
}

.social-container {
	margin-bottom: 1.5em;
}
@media only screen and (max-width: 768px) {
  .social-container .social-quote,
  .social-container .author {
    font-size: 16px !important;
  }
}
.author {
	text-align: center;
	margin-top: 0;
	font-weight: 600;
	position: relative;
	margin-bottom: 0;
}

.logo-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	position: relative;
    
}

.container-flex.img {
	display: flex;
}
.checkout-button a:hover, a.btn.btn--has-icon-after.cart__continue-btn:hover{
	background: #000;
  transition: 0.3s;
	
}
.container-flex.text p {
	font-size: 16px;
	position: relative;
	line-height: 1.5em;
}

.svg-diamond {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 45%;
}

.flex-buttons {
	display: flex;
	gap: 5%;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding-top: 1.1em;
}

.primary-button {
	background: #DE2129 ;
	border-radius: 0px;
	color: #DE2129;
	text-decoration: none;
	font-weight: 600;
	width: 50%;
	min-height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	max-width: 250px;
}

.secondary-button {
	border: 1.91909px solid #DE2129;
	box-sizing: border-box;
	border-radius: 0px;
	color: #DE2129;
	text-decoration: none;
	font-weight: 600;
	width: 50%;
	min-height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 250px;
	position: relative;
}

.hollow-red {
	text-decoration: none;
	font-weight: 600;
	width: 100%;
	color: #DE2129;
}
  .priority-title h2 {
    margin: 0;
    font-style: normal;
font-weight: 600;
font-size: 36px;
line-height: 54px;
text-align: center;
color: #2C6A3C;
    padding-bottom: 70px;
}
.demo-priorty h3{
  font-family: 'Poppins';
	margin: 0;
  padding-top: 22px;
  font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 36px;
color: #3C433C;
}
section.our-priority {
    padding-bottom: 32px;
}
.demo-priorty p{
	margin: 0;
  font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
text-align: center;
color: #000000;
  font-family: 'Poppins';
  padding-top: 12px;
}
.main-priority {
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.demo-priorty {
      text-align: center;
    flex: 0 0 25%;
    
      max-width: calc(25% - 32px);
    margin-left: 16px;
    margin-right: 16px;
}
.round-red {
	background: linear-gradient #0E1111 ;
	
	color: white;
	text-decoration: none;
	font-weight: 600;
	width: 100%;
}

.container-flex.text {
	padding: 2%;
	position: relative;
}

.flex-img {
	display: block;
	height: 100%;
	width: 100%;
}

.image-text-flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner-img {
	width: 100%;
	height: auto;
}

.sub-container {
	width: 100%;
	display: flex;
	visibility: hidden;
	flex-direction: row;
	width: 100%;
	padding: 2%;
	z-index: 5;
	background-color: white;
	-webkit-box-shadow: 0px 0px 3px 1px #000000;
	box-shadow: 0px 0px 3px 1px #000000;
	/* margin-left: -16%; */
	flex-wrap: wrap;
	/*  justify-content: center; */
	gap: 1%;
  left:0;
}

.sub-container.visible {
	visibility: visible;
}

.gallery-flex {
	display: flex;
	width: 100%;
	gap: 2vw;
	overflow: auto;
}

.gallery-link {
	text-align: left;
	margin: 0;
	font-weight: 600;
	text-decoration: underline;
}

.gallery-flex img {
	max-width: 47vw;
}
@media screen and (max-width:768px){
  .gallery-flex img{
    max-width:45vw;
  }
}
.zoom {
	display:inline-block;
	position: relative;
}
		
/* magnifying glass icon */
.zoom:after {
	content:'';
	display:block; 
	width:33px;
	height:33px; 
	position:absolute; 
	top:0;
	right:0;
}
.zoomImg:hover { 
	cursor: move; /* fallback if grab cursor is unsupported */
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
  
.zoomImg:active {
	cursor: grabbing;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

.product-single__thumbnails {
  display: flex;
  margin-top: 15px;
  margin-left: -9px;
  margin-right: -9px;
  padding: 0;
  overflow: hidden;
}

.product-single__thumbnails .product-single__thumbnails-item a {
	display: flex;
    height: 145px;
	align-items: center;
}

.product-single__thumbnails-item {
  flex: 0 0 20%;
  padding-left: 5px;
  list-style: none;
}

.product-single__thumbnail-image {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding: 2px;
}

.active_thumbnail {
 	border:1px solid #d3d0b8; 
}
.product-single__thumbnails2 .active_thumbnail {
 	border:none; 
}
.product_list {
	display: flex;
	margin-bottom: 12px;
	flex-wrap: wrap;
    width: 100%;
    float: left;
    max-width: 600px;
}

.product_list.hide {
	display: none;
}

.product-related-items__variation-option {
	margin-bottom: 10px;
	color: #000;
	font-size: 1em;
}

.product_list .pro-boxes{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
    background: #FFFFFF;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12);
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    display: grid;
    vertical-align: middle;
    align-items: center;
    text-align: center;
    align-content: center;
    -webkit-box-align: center;
    padding: 10px 16px !important;
	margin-right: 10px;
	margin-bottom: 8px;
	cursor: pointer;
}

.product_list .pro-boxes.active__option {
	color: #2C6A3C;
	font-weight: 700;
	border-color: #2C6A3C;
	pointer-events: none;
}

.fin-divider {
    margin-left: -7px;
    margin-right: -8px;
    font-size: 14px;
    display: block;
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: center;
}
.fin-divider::before,
.fin-divider::after {
    display: inline-block;
    content: "";
    border-top: .2rem solid black;
    width: 10rem;
    margin: 0 .2rem;
  	transform: translateY(-.15rem);
}

.filter-actions {
    position: fixed;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
    bottom: 0;
    margin-left: -14px;
    width: 100%;
    height: 65px;
	text-align: center;
	background-color: #fff;
    box-shadow: rgb(100 100 100) 3px 1px 8px 0;
	z-index: 10;
}

.filter-actions .filter-action__clear {
	padding: 5px 25px;
	color: #767676;
	font-size: 18px;
	background: #F2F3F5;
	border-radius: 30px;
	border: none;
}

.filter-actions .filter-action__clear.inactive {
	pointer-events: none;
}

.filter-actions .filter-action__apply {
	padding: 5px 25px;
	color: #FFF;
	font-size: 18px;
	border: none;
	background: #2C6A3C;
	border-radius: 30px;
}

.mobile-search-bar {
	position: relative;
	padding: 0 12px 12px;
}

.mobile-search-bar input {
	margin-top: 10px;
	width: 100%;
    padding: 12px 12px 12px 44px;
	color: #767676;
	font-size: 18px;
	background: #F2F3F5;
	border: none;
	border-radius: 29px;
}

.mobile-search-bar svg {
    position: absolute;
    left: 22px;
    top: 21px;
}

@media (min-width: 768px) {
	.gallery-flex {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 2%;
		flex-wrap: wrap;
	}

	.gallery-flex img {
		max-width: 100%;
	}

	.Mainover-view .icon-wrapper.product .overview-card {
		background-color: #F2F3F5;
		border: solid 10px #FFF;
	}

	.fin-option .add-upsell-wrap {
		margin-left: auto;
		margin-right: 10px;
	}
}

@media (max-width:1199px) {
 #main-header {
  	padding: 0 1%; 
 }
}
@media (min-width: 769px) {
	.logo-container.inline {
		display: inline-flex;
		vertical-align: middle;
	}

	#MainContent .shopify-section:not(:first-child) {
		margin-top: 1em;
		margin-bottom: 1em;
	}

	.gallery-link {
		font-size: 1.2em;
	}

	.hero-flex {
		margin: 3%;
		position: relative;
		padding: 0 2%;
	}

	.sub-container {
		overflow-y: auto;
		position: absolute;

	}

	.sub-links {}

	#main-nav.inline-nav {
		display: inline-flex;
		vertical-align: middle;
		flex-wrap: wrap;
	}

	#main-nav.split-nav {
		justify-content: center;
	}

	.logo-container.inline.split {
		padding-left: 2em;
		padding-right: 2em;
	}

	.sub-container ul {
		text-transform: none;
	}
}

.capitalize {
	text-transform: uppercase;
}

.nav-center-flex {
	display: flex;
	justify-content: center;
	margin: 0;
}

.benefit-link  {
	font-size: .8em;
	line-height: 1.5em;
	text-decoration: underline;
  }

.hero-link {
	text-decoration: underline;
}

.benefit-container {
	display: flex;
	margin-top: 2em;
	justify-content: center;
	align-items: center;
}

.benefit-container.product {
	background: #F2F3F5;
	margin-left: -13px;
	margin-right: -13px;
	padding: 1em;
}

.benefit-container.product a {
	color: #2C6A3C;
}

.benefit-flex-item {
	width: 30%;
	display: flex;
	gap: 5%;
	justify-content: center;
	align-items: center;
}

.benefit-flex-item:last-child {
	width: 43%;
}

.benefit-icon-flex {
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 2%;
}

/* .product-card-container {
  display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.product-card img {
  max-width:100%;
/*  height:400px;
  width:auto;
} */
.product-card {
	padding: 0% 1%;
	font-size: 1.7em;

}

.product-card h3 {
	margin-top: 0em;
	margin-bottom: .66em;
	font-size: .9em;
}

.product-price-fcollection {
	text-decoration: none;
}

.product-card-img {
	max-width: 100%;
}

.product-title-fcollection {
	text-decoration: underline;
}

.stars {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.testimonial-flex-item {
	width: 29%;
	margin: 3.25%;
	padding: 1.5em;
	border-top-right-radius: 22px;
	border-bottom-right-radius: 22px;
	border-bottom-left-radius: 22px;
}

.inner-flex-testimonial {
	display: flex;
	gap: 5%;
	align-items: start;
	justify-content: start;
}

.testimonial-header.section-heading {
	margin-bottom: 0;
}

.test-quote {
	padding-top: 1em;
	width: 10%;
}

.testimonial-text {
	width: 90%;
	font-size: 85%;
}

.testimonial-author {
	margin-top: 0;
	text-align: center;
	font-weight: bold;
	line-height: 1.15em;
}

.gallery-slider {
  margin-bottom: 40px;
}

.gallery-slider-item {
	height: 100%;
}

.gallery-slider-item img {
	max-width: 100%;
	height: auto;
}

.gallery-slider.flexy {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.newsletter-icon {
	padding-right: 0px;
	height: 21px;
	width: auto;
}

.input-group {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 2%;
}

.form-wrapper {
	max-width: 525px;
	margin-left: auto;
	margin-right: auto;
}

#Email {
	padding: 1em 1.5em;
	text-align: left;
}

.input-group__btn {
	width: 28%;
}

.input-group__btn button {
	width: 100%;
	border-radius: 83px;
	border: none;
	background: linear-gradient(180deg, #3A854D 0%, #2C6A3C 100%);
	box-shadow: 0px 9.47284px 21.0508px rgba(44, 106, 60, 0.31);
	color: white;
	padding: 1em 1em;
	text-align: center;
	text-transform: uppercase;
}

.newsletter-subheading {
	margin-top: 0;
	margin-bottom: 2em;
}

.footer-list {
	list-style-type: none;
	/* Remove bullets */
	font-size: 1em;
	line-height: 1.8em;
	color: #878787;

}

.bold-item {
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: .8em;
	color: #000;
}

.inner-footer-flex {
	display: flex;
	justify-content: start;
    align-items: start;
    gap: 2%;
    padding-top:0%;
}

.footer-list:not(:first-of-type) {
	padding-left: 0;
}

.HorizontalList__Item {
	display: inline-block;
	margin: 6px 8px 6px 8px;
}

.HorizontalList {
	list-style: none;
	padding: 0;
	margin: 0 -8px;
	border: none;
}

.social-footer-icons .s-icon svg {
	width: 25px;
	height: 25px;
	vertical-align: middle;
}

.social-footer-icons .social-icons {
	justify-content: start;
	width: 100%;
}

.secondary-footer {

	padding-top: 2em;
}

.footer-logo img {
	margin-left: auto;
	margin-right: auto;
	display: block;
  max-width:200px;
}

.copyright {
	text-align: center;
	font-size: .9em;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
  color:white;
}

.footer-sec-flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-sec-flex div {
	width: 33%;
}

.menu-svg {
	display: none;
	width: 20px;
	vertical-align: middle;
	cursor: pointer;
	fill: #2C6A3C;
}

.menu-svg.close-menu {
	width: 35px;
    height: 20px;
}

.hamburger-svg,
.cart-mobile-svg {
	width: 33px;
	cursor: pointer;
	vertical-align: middle;
}
.cart-mobile-svg{
  width:30px;
}
svg.hamburger-svg {
    height: 25px;
    width: 35px;
}
.product-form__sub-description {
	display: flex;
	align-items: center;
}

.product-form__sub-description img {
	width: 28px;
	height: 28px;
	margin-right: 20px;
}

.product-form__sub-description div {
	font-size: 1em;
	line-height: 1.2em;
}

.finance-block {
	margin: 10px 0 0;
	padding: 20px 0 5px;
	border-top: solid 1px #F2F3F5;
	border-bottom: solid 1px #F2F3F5;
}

.finance-block h3 {
	margin: 0;
	color: #000;
	font-family: 'Poppins';
	font-size: 1.125em;
	font-weight: 600;
}

.fin-option {
    margin: 10px 0;
    padding: 0;
    display: flex;
  	position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 10px;
    background-color: white;
  	cursor:pointer;
}

.fin-option .description-wrap .upsell-title p {
	margin: 0;
	color: #3C433C;
	font-size: 0.875em;
	font-family: 'Poppins';
}

.fin-button {
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap !important;
    font-size: 14px;
    font-weight: 600;
    color: #2C6A3C;
    border: none;
    white-space: normal;
	background-color: #fff;
	text-decoration: underline;
	cursor:pointer;
}

.pagination__item {
	font-family: 'Poppins';
}

.pagination__item.link {
	color: #3C433C;
}

.product-media.variable-width .image-container {
	margin: 0 auto;
	width: 600px;
	text-align: center;
}

.shopify-block.shopify-app-block {
	margin: 0 auto;
	max-width: 1440px;
}

/* -------------- mobile homepage css -------- */
@media only screen and (min-width: 769px) {
	.mobile-only {
		display: none !important;
	}

	#Email {
		width: 65%;
	}

	.review-box {
		position: absolute;
        top: 90%;
        background-color: #fff;
        border-radius: 50px;
        padding: 2px 0;
        white-space: nowrap;
        left: calc(13% - 60px);
	}

	.review-link-img {
		text-decoration: underline;
		padding-right: 10px;
	}

	.review-text-img {
		padding-right: 12px;
	}

	.star-span-img {
		padding-left: 10px;
		padding-right: 12px;
	}

	.star-span-img svg {
		vertical-align: middle;
	}
    .template-insta-product {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
	#shopify-section-announcement-bar {
		display: none;
	}

	.header__heading-logo {
		width: auto;
      max-height:48px;
		margin: 0 auto;
	}

	.sub-link-title.active::after {
		content: "\003C";
	}

	.sub-link-title::after {
		content: "\003E";
		padding-left: 8px;
		font-weight: bold;
	}

	.sub-link-link {
		display: none;
		padding: 3% 0%;
	}

	.sub-link-title {
		cursor: pointer;
	}

	.sub-link-link:before {
		vertical-align: middle;
		margin-right: 5px;
	}

	.sub-links {
		padding: 15px 40px;
		text-decoration: none;
		color: black;
		display: none;
		border-bottom: 1px solid #e4e4e4;
	}

	.sub-link-link {
		padding-left: 1em;
	}

	.sub-link-title {
		text-transform: uppercase;
		color: black !important;
		text-decoration: none;
		font-size: 1em;
		margin-bottom: 0;
		font-weight: normal;
	}

	#Email {
		width: 100%;
		margin-bottom: 1em;
	}

	.input-group__btn button {
		width: 100%;
		font-weight: bold;
		display: block;
	}

	.footer-item:first-child {
		padding-top: 1em;
	}

	.footer-item:last-child {
		padding-bottom: 1em;
	}

	.footer-list li:nth-child(2) {
		padding-top: 1em;
	}

	.footer-item {
		display: none;
		padding-left: 23px;
		padding-top: 3px;
		padding-bottom: 3px;
	}

	.footer-sec-flex {
		display: block;
		width: 100%;
	}

	.footer-sec-flex div {
		width: 100%;
	}

	.footer-logo .desktop-only {
		display: none;
	}

	.footer-logo img {
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
	}

	.secondary-footer {
		padding-left: 0;
	}

	.HorizontalList {
		display: flex;
		width: 85%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 1.5em;
		flex-wrap: wrap;
		justify-content: center;
	}

	.copyright {
		font-size: 14px;
		text-align: center;
		width: 100%;
		max-width: 100%;
	}

	.inner-footer-flex {
		display: block;
		width: 100%;
	}

	.section-footer.page-width {
		width: 100%;
		padding: 0;

	}

	.bold-item {
		text-transform: uppercase;
		font-size: 24px;
		line-height: 36px;
		padding-bottom: 27px;
		padding-top: 27px;
		font-weight: normal;
		background: #2c6a3b;
		padding-left: 23px;
	}

	.bold-item::after {
		content: "\002B";
		float: right;
		padding-right: 29px;
	}

	.bold-item.active::after {
		content: "\2212";
	}

	.social-footer-icons {
		display: none;
	}

	#shopify-section-footer {
		margin-top: -1em;
	}

	.footer-list {
		margin-bottom: 0;
		margin-top: 0;
		padding-inline-start: 0;
	}

	.footer-flex-item {
		border-bottom: 1px solid #D1D2DD;
		cursor: pointer;
	}


	.padding-inline-start {
		padding-inline-start: 23px;
	}

	.input-group__btn {
		width: 100%;
	}

	.social-footer-icons.not-footer h2 {
		margin-top: 3em;
		margin-bottom: 1.5em;
		background-color: #F2F3F5;
		padding-bottom: .75em;
	}

	.social-footer-icons.not-footer .social-icons {
		justify-content: center;
	}

	.benefit-icon-item {
		width: 48%;
		display: block;
		margin-bottom: 5px;
	}

	.testimonial-flex-item {
		width: 100%;
	}

	.benefit-text {
		margin-top: .35em;
	}

	.benefit-icon-item img {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	.product-card h3 {
		font-size: 12px;
	}

	.section-heading {
		font-size: 1.5em;
	}

	.socia-logo-block {
		max-width: 90px;
		height: auto;
		margin-bottom: .5em;
        max-height: 48px;
        min-height: 0px;
	}

	#MainContent .shopify-section:not(:first-child) {
		margin-top: 1em;
		margin-bottom: 1em;
	}

	.gallery-flex-item {
		width: 47vw;
		
	}

	.gallery-link {
		font-size: .85em;
	}

	.page-width {
		padding-left: 13px;
		padding-right: 13px;
	}

	.hero-image-section.page-width {
		padding-left: 0;
		padding-right: 0;
	}

	.hero-flex-child h2 {
		margin-bottom: 0;
		margin-top: 0;
	}

	.hero-link {
		position: absolute;
		bottom: 5%;
		left: 50%;
		white-space: nowrap;
		transform: translate(-50%, -50%);
	}

	.wave-svg {
		position: absolute;
		left: 0%;
		bottom: 0%;
		z-index: 1;
	}

	.hero-flex {
		position: relative;
	}

	.social-logo-quote {
		padding: 1em 0;
	}

	.container-flex.text {
		border-bottom: 1px solid #C8CEDC;
	}
	
	.container-flex.text.mobile-view {
		background-color: #F3F3F3;
		border-bottom-color: #F3F3F3;
	}

	.flex-buttons {
		max-width: 95%;
		gap: 2%;
		margin-right: auto;
		margin-left: auto;
		padding-bottom: 5%;
	}

	.benefit-container {
		margin-top: 0;
		padding: 0.5em;
		border-top: 1px solid #C8CEDC;
	}

	.benefit-container .benefit-flex-item img {
		width: 35px;
	}

	.round-red {
		font-size: 16px;
	}

	.hollow-red {
		font-size: 12px;
	}

	.desktop-only {
		display: none;
	}

	.container-flex.text {
		padding: 0%;
	}

	.imgtext-h2 {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		padding-top: .75em;
		margin-bottom: 0;
		
	}

	.review-box {
		padding: 2.5% 0%;
		text-align: center;
		font-size: 13px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.review-box span:not(:first-child) {
		padding-top: 5px;
		padding-left: 7px;
	}

	.star-span-img svg {
		vertical-align: middle;
	}

	.review-link-img {
		text-decoration: underline;
	}

	.container-flex.img {
		justify-content: center;
		align-items: center;
	}

	.product-form__sub-description {
		padding-bottom: 15px;
		border-bottom: solid 1px #F2F3F5;
	}
	
	.thumbnails-wrapper.thumbnails-slider {
		padding: 5px;
		width: 100%;
		flex-wrap: nowrap;
		overflow: auto;
	}

	.product-single__thumbnails {
		flex-wrap: nowrap;
		overflow: auto;
	}

	.product-single__thumbnails-item {
	  flex: 0 0 25%;
	  width: 45px;
	}

	.product-single__thumbnails .product-single__thumbnails-item a {
		height: 82px;
		margin: 0 auto;
		padding: 2px;
	}

	.product-single__thumbnail-image {
		max-height: 75px;
	}

	.finance-block {
		margin-left: -13px;
		margin-right: -13px;
		background-color: #F2F3F5;
	}

	.finance-block h3 {
		text-align: center;
	}

	.fin-option {
		width: 90%;
		flex-wrap: nowrap;
		margin: 10px auto;
		padding: 5px;
		justify-content: space-evenly;
		gap: 10px;
	}

	.fin-option .description-wrap {
		display: flex;
		align-items: center;
	}

	.fin-option.four .description-wrap {
		display: flex;
		align-items: center;
		max-width: 260px;
	}

	.fin-button {
		padding: 3px 8px;
		color: white;
		font-size: 14px;
		background: #2C6A3C;
		border-radius: 25px;
		text-decoration: none;
	}

	.collection-total {
		display: block !important;
		align-items: baseline;
		margin-bottom: 10px;
	}
    .gallery-slider-item img {
        max-width: 100%;
        height: unset;
    }
}

.banner-img-mobile {
	max-width: 100%;
	height: auto;
	display: block;
}

.by-quote {
	font-weight: bold;
}

.logo-icon-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.logo-icon-item {
	width: 33%;
}
.main-cow {
    border: 1px solid #CFD4E0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 62px;
    padding-bottom: 65px;
}
.forgin {
    text-align: center;
  padding-left: 80px;
  padding-right: 80px;
}
.forgin p, .forgin h3{
	margin: 0;
}
.forgin p{
  font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 14px;
  font-style: italic;
line-height: 21px;
text-align: center;
color: green;
}
section.cow-girls{
	padding-top: 32px;
  padding-bottom: 32px;
}
.forgin h3{
	font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 21px;
text-align: center;
color: #464E59;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}

.row-no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.row-no-gutters [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.mobile-nav-container {
	display: none;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

@media (min-width: 768px) {

	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-pull-11 {
		right: 91.66666667%;
	}

	.col-sm-pull-10 {
		right: 83.33333333%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-8 {
		right: 66.66666667%;
	}

	.col-sm-pull-7 {
		right: 58.33333333%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-5 {
		right: 41.66666667%;
	}

	.col-sm-pull-4 {
		right: 33.33333333%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-2 {
		right: 16.66666667%;
	}

	.col-sm-pull-1 {
		right: 8.33333333%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-push-11 {
		left: 91.66666667%;
	}

	.col-sm-push-10 {
		left: 83.33333333%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-8 {
		left: 66.66666667%;
	}

	.col-sm-push-7 {
		left: 58.33333333%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-5 {
		left: 41.66666667%;
	}

	.col-sm-push-4 {
		left: 33.33333333%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-2 {
		left: 16.66666667%;
	}

	.col-sm-push-1 {
		left: 8.33333333%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 992px) {

	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-1 {
		width: 8.33333333%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-pull-11 {
		right: 91.66666667%;
	}

	.col-md-pull-10 {
		right: 83.33333333%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-8 {
		right: 66.66666667%;
	}

	.col-md-pull-7 {
		right: 58.33333333%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-5 {
		right: 41.66666667%;
	}

	.col-md-pull-4 {
		right: 33.33333333%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-2 {
		right: 16.66666667%;
	}

	.col-md-pull-1 {
		right: 8.33333333%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-push-11 {
		left: 91.66666667%;
	}

	.col-md-push-10 {
		left: 83.33333333%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-8 {
		left: 66.66666667%;
	}

	.col-md-push-7 {
		left: 58.33333333%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-5 {
		left: 41.66666667%;
	}

	.col-md-push-4 {
		left: 33.33333333%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-2 {
		left: 16.66666667%;
	}

	.col-md-push-1 {
		left: 8.33333333%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-md-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 1200px) {

	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-lg-1 {
		width: 8.33333333%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-pull-11 {
		right: 91.66666667%;
	}

	.col-lg-pull-10 {
		right: 83.33333333%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-8 {
		right: 66.66666667%;
	}

	.col-lg-pull-7 {
		right: 58.33333333%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-5 {
		right: 41.66666667%;
	}

	.col-lg-pull-4 {
		right: 33.33333333%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-2 {
		right: 16.66666667%;
	}

	.col-lg-pull-1 {
		right: 8.33333333%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-push-11 {
		left: 91.66666667%;
	}

	.col-lg-push-10 {
		left: 83.33333333%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-8 {
		left: 66.66666667%;
	}

	.col-lg-push-7 {
		left: 58.33333333%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-5 {
		left: 41.66666667%;
	}

	.col-lg-push-4 {
		left: 33.33333333%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-2 {
		left: 16.66666667%;
	}

	.col-lg-push-1 {
		left: 8.33333333%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-lg-offset-0 {
		margin-left: 0%;
	}
}


/* ===========================Email-From======================== */
section.Email.subscribers{
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    padding-top: 50px;
  padding-bottom: 50px;
}
.from-email {
    display: flex;
    align-items: center;
    justify-content: center;
  margin-bottom: 32px;

}
.from-email h2{
	margin: 0;
  padding-left: 12px;
  font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 34px;
color: #fff;
  text-align: center;
}
input#NewsletterForm--footer{
	background: #FFFFFF;
border: 1px solid #D0D7DD;
  max-width: 425px;
  width: 100%;
height: 60px;
  padding-left: 27px;
  outline: none;
}
.field{
	text-align: center;
}
 input#NewsletterForm--footer::-webkit-input-placeholder {
      font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 18px;
/* or 112% */

display: flex;
align-items: center;

/* #282828 */

color: #282828;

opacity: 0.7;
    }
   input#NewsletterForm--footer:-moz-placeholder {
     font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 18px;
display: flex;
align-items: center;
color: #282828;
opacity: 0.7;
    }
   input#NewsletterForm--footer::-moz-placeholder {
      font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 18px;
display: flex;
align-items: center;
color: #282828;
opacity: 0.7; 
    }
   input#NewsletterForm--footer:-ms-input-placeholder {  
       font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 18px;
display: flex;
align-items: center;
color: #282828;
opacity: 0.7;  
    }
button#Subscribe {
    border-radius: 0;
    border: 0;
    color: #fff;
    height:600;
    vertical-align:bottom;
    margin-left: 20px;
    padding: 17px 73px 16px 74px;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: Poppins;
    cursor: pointer;
    background: #DE2129;
    box-shadow: 0 8.63589px 19.1909px #de21294f;
}
button#Subscribe:hover{
  opacity:0.8;
  transition: all 0.4s ease;
}

/* collection page css */

.collections-wrapper {
  width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding-left: 50px;
	padding-right: 50px;
}

.collections-swip-grid {
	display: flex;
	flex-wrap: wrap;
}

.collections-swip-grid {
	display: flex;
	flex-wrap: wrap;
}

.collections-product-grid-containter {
	flex: 0 0 75%;
	max-width: 75%;
}

.sidebarFilter {
	flex: 0 0 25%;
	max-width: 25%;

}

.filter-details-container {
	padding-right: 32px;
}

/* .filterLabel {
    display: flex;
    justify-content: space-between;
} */
.filterLabel span {
	font-size: 16px;
	font-family: 'Poppins';
	line-height: 24px;
	color: #000;
	font-weight: 600;
	cursor: pointer;
}

.sidebarFilter ul {
	list-style: none;
}

/* .price__compare {
    text-decoration: line-through;
} */
.grid {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2rem;
	margin-left: -0.5rem;
	padding: 0;
	list-style: none;
}

ul.pagination__list.list-unstyled {
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-collections-containter {
	padding-top: 40px;
	padding-bottom: 70px;
}

ul.filter-group-display__list li label {
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	color: #878787;
	position: relative;
}

.box-check input:checked~.checkmark {
	background-color: #2C6A3C;
	border: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 28px;
	width: 28px;
	background-color: #fff;
	border: 1px solid #A5A5A5;
	border-radius: 4px;
	cursor: pointer;

}

.box-check input:checked~.checkmark:after {
	display: block;
}

.checkmark:after {
	left: 10px;
	top: 4px;
	width: 8px;
	height: 15px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.box-check .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

ul.filter-group-display__list {
	padding-left: 0;
}

.filterLabel {
	margin-bottom: -10px;
}

input[type=checkbox] {
	margin-right: 18px;
}

li.filter-group-display__list-item {
	padding-bottom: 15px;
}

.filter-item {
	border-bottom: 1px solid #F2F3F5;
	margin-bottom: 12px;
	margin-top: 5px;
}

.filterLabel a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.collections-grid-custom {
	display: flex;
	flex-wrap: wrap;
	margin-right: -16px;
	padding-top: 40px;
	position: relative;
	gap: 10px;
}

.collections-grid-custom.loading::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.5);
}

.product-cart-item {
	flex: 0 0 32.33%;
	max-width: 32.33%;
	margin-bottom: 30px;
	box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.product-cart-item.home-view {
	flex: 0 0 20%;
	max-width: 20%;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 30px;
	box-shadow: none;
}

.height-swatch {
	width: 100%;
}
.filter-swatch-box input:checked + label .filterimage{
	height: auto;
}
.variant-height {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	flex-wrap: wrap;
}

.variant-height .size-guid p {
	color: #767676 !important;
	font-style: normal;
	font-weight: 400;
  	text-decoration: none;
	font-size: 14px !important;
	line-height: 22px;
	text-transform: capitalize !important;
}

.height-variant h6 {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	margin-top: 18px;
}

.Product-Cart-col img {
	max-width: 310px;
	height: 361px;
	width: 100%;
}

.collection-details .product-vendor h3 {

	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	padding-bottom: 15px !important;
	text-decoration-line: underline;

	color: #2C6A3C;
}

.collection-details .product-vendor.detail {
	text-align: center;
}

.collection-details .cart-main-detail .main-button-grid.detail {
	width: 100%;
}

.collection-details .Product-price h4 {
	margin: 0;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 28px;

	color: #3C433C;
}

p.product_title {
	text-align: left !important;
}

.main-product::-webkit-scrollbar {
	display: none;
}


.product-cart .product_img {
	width: 232px;
	height: 250px;
}

.Product-price {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.collection-details .Product-price h5 {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	margin: 0;
	padding-left: 8px;
	text-decoration-line: line-through;

	color: #A5A5A5;

}

.collection-image img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}

.collection-details {
	background: inherit;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	box-sizing: border-box;
    align-content: flex-start;
}

.collection-image {
	width: 100%;
	max-height: 400px;
}

.cart-main-detail {
	padding: 20px 0 22px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.cart-main-detail .grid-layout-change {
	width: 100%;
}

a.active-filters__clear {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #2C6A3C;
	margin-bottom: 6px;
	display: flex;
	align-items: center;
	text-decoration-line: underline;
}

.active-filters a {
	font-size: 14px;
	color: #2C6A3C;
}

.Realistic-blend h6 {
	margin-bottom: 12px;
	margin-top: 12px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-align: center;

	color: #3C433C;
}

.estimite-time{
  margin-bottom: 12px;
	margin-top: 12px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}
.realistic-dotes {
	background: #000;
	height: 3px;
	width: 3px;
	border-radius: 50px;
	margin-left: 8px;
	margin-right: 8px;
}

.product-ratting {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.review-total h5 {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	margin-left: 8.25px;

	letter-spacing: -0.02em;

	color: #2C6A3C;
}

.Button-add-catd form {
	text-align: center;
}



.Product-price {
	margin-bottom: 20px;
}

.Product-price.detail {
	text-align: center;
}

ul.pagination__list.list-unstyled {
	list-style: none;
	margin: 0;
	padding-top: 26px;
	padding-left: 0;
}

li.next-pagination {
	border: 1.5px solid #2C6A3C;
	border-radius: 50px;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 12px;
	cursor: pointer;
}

a.pagination__item.pagination__item--prev.pagination__item-arrow.link.motion-reduce,
a.pagination__item.pagination__item--next.pagination__item-arrow.link.motion-reduce {
	height: 24px;
}

li.preve-pagination {
	border: 1.5px solid #2C6A3C;
	border-radius: 50px;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 22px;
	cursor: pointer;
}

ul.pagination__list.list-unstyled li {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	margin-left: 10px;
	margin-right: 10px;
	color: #3C433C;
}

span.pagination__item.pagination__item--current {
	position: relative;
	color: #2C6A3C;
}

span.pagination__item.pagination__item--current::before {
	border-bottom: 2px solid #2C6A3C;
	content: '''';
	height: 10px;
	width: 16px;
	left: -4px;
	position: absolute;
	bottom: 0px;
}

.top-bar h2 {
	margin-top: 0;
}

/* breadcrumb css */

.breadcrumbs__list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.breadcrumbs__item {
	display: inline-block;
}

.breadcrumbs__item:not(:last-child):after {
	border-style: solid;
	border-width: 2px 2px 0 0;
	content: "";
	display: inline-block;
	height: 12px;
	margin: 0 5px;
	position: relative;
	transform: rotate(45deg);
	vertical-align: middle;
	width: 12px;
}

.breadcrumbs__link {
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}

.breadcrumbs__link[aria-current="page"] {
	color: inherit;
	font-weight: bold;
	margin-left: 8px;
	text-decoration: none;
}

.breadcrumbs__link[aria-current="page"]:hover,
.breadcrumbs__link[aria-current="page"]:focus {
	text-decoration: underline;
}

.change-color {
	border: 1.5px solid #C4C4C4 !important;
}

.change-color a.pagination__item.pagination__item--next.pagination__item-arrow.link.motion-reduce svg path {
	stroke: #C4C4C4;
}

.change-colors span.pagination__item.pagination__item--current:before {
	width: 25px !important;
}

.change-colors {
	border: 1.5px solid #C4C4C4 !important;

}

.change-colors a svg path {
	stroke: #C4C4C4;
}

.active-filters a {
	padding: 4px 12px;
	margin-left: 6px;
	margin-right: 6px;

	text-decoration: none;
	background: #CFEDD7;
	border-radius: 40px;
}

.active-filters {
	display: flex;
	align-items: baseline;
	justify-content: start;
	flex-wrap: wrap;

}

a.active-filters__clear {
	background: #fff;
	padding: 0;
	font-size: 16px;
	text-decoration: underline;

}

.active-filters a svg {
	margin-left: 5.5px;
}

.collectons-top h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 42px;
	color: #000000;
	margin-top: 4px;
	margin-bottom: 10px;
}

.facet-filters {
	align-items: center;
	display: flex;
	grid-column: 2;
	grid-row: 1;

}

.facet-filters__field {
	align-items: center;
	display: flex;
	flex-grow: 1;
	justify-content: flex-end;
}

.facet-filters__label {
	display: block;

	font-size: 1.4rem;
	margin: 0 2rem 0 0;
}

.facet-filters__field .select {
	width: auto;
}

.facet-filters__sort {
	border: 0;
	font-size: 1.4rem;
	height: auto;
	line-height: calc(1 + .5 / var(--font-body-scale));
	margin: 0;
	padding-left: 0;
	padding-right: 1.75rem;
}

select#SortBy {
	background: #FFFFFF;
	border: 1.5px solid #A5A5A5;
	border-radius: 8px;
	padding: 10px 20px 13px 12px;
	width: 162px;
	height: 46px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	display: flex;
	align-items: center;
	font-family: 'Poppins';
	color: #3C433C;
	outline: none;
	appearance: none !important;
}

h2.facet-filters__label.caption-large.text-body label {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #3C433C;
}

.grid-change {
	display: none;
	cursor: pointer;
	padding-left: 22.25px;
}

.facet-filters__label {
	margin-right: 12px !important;
}

.main-filter-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.collection-total {
	display: flex;
	align-items: center;

}

.collection-total h3 {
	padding-right: 8px;
}

.collection-total span {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #878787;
}

.collection-total h3 {
	margin-bottom: 0;
}

.product-cart-item.grid-custom {
	flex: 0 0 97%;
	max-width: 97%;
	margin: 0 auto;
	box-shadow: none;
}

.grid-active-button {
	display: none;
}

.grid-custom .collection-image {
	flex: 0 0 240px;
	max-width: 240px;
}

.grid-custom .grid-layout-change {
	max-width: 420px;
}

.grid-custom .collection-details {
	align-items: center;
}

.grid-custom .Realistic-blend h6 {
	text-align: left;
}

.grid-custom .product-ratting {
	justify-content: flex-start;
}

.grid-custom .collection-details .product-vendor h3 {
	text-align: left;
}


.grid-custom .collection-image img {
	height: 200px;

}

.grid-custom .cart-main-detail {
	padding: 0;
	padding-left: 32px !important;
	align-items: center;
	justify-content: space-between;
	flex: 0 0 730px;
	max-width: 730px;

}

.grid-custom .collection-details {
	height: 95%;
}

.grid-custom .collection-details .product-vendor h3 {
	font-size: 19px;
}

.grid-custom .collection-details .product-vendor h3 {
	padding-bottom: 12px !important;
}

.product-cart-item.grid-custom {
	padding: 0;
}

.grid-svg {
	display: block;
}

.product-cart-item {
	margin-bottom: 24px !important;
}

.grid-change svg {
	height: 36px;
	width: 36px;
}

.facet-filters__field .select {
	position: relative;
}

.facet-filters__field .sort-arrow {
	position: absolute;
	top: 7px;
	right: 12px;
}
.acsb-trigger.acsb-bg-lead.acsb-trigger-size-medium.acsb-trigger-position-x-right.acsb-trigger-position-y-center.acsb-ready{
	z-index: 0;
}
.Realistic-blend {
	display: flex;
	align-items: center;
	justify-content: center;
}

.grid-custom .Realistic-blend {
	display: flex;
	justify-content: flex-start;
}

.grid-changes.mobile-grid {
	display: none;
}

.top-bar {
	padding-bottom: 15px;
}

.top-bar h2 {
	margin-bottom: 12px;
}

.wrong-icon-filter {
	display: none;
}

.slider:before {
	left: 5px !important;
}

.add-button {
	padding: 20px 40px;
	color: #fff;
	background-color: #ff3296;
}



.filterimage {
	height: auto;
	max-width: 79px;
	margin: 0 auto;
}

.filter-settings p span {
	text-decoration: underline;
	color: #2C6A3C;
	margin-left: 3px;
	font-weight: 600;
}

.filter-settings p {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	color: #767676;
	display: flex;
	align-items: center;
	text-align: center;
}


.modal {
	display: none;
	position: fixed;
	z-index: 1;
	right: 0;
	top: 0;
	height: 100%;

}

/* Modal Content */
.modal-content {
	animation: 2.5s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
	background-color: #fefefe;
	margin: auto;
	padding: 40px;
	position: relative;
	max-width: 820px;
	height: 100%;
	top: 0;
  text-align: center;
	right: 0;
	width: 100%;
}

h6.success-msg {
	display: none;
}


img.product_img {
	max-width: 230px;
	text-align: center;
}

.modal-content p {
	color: #2C6A3C !important;
	font-size: 20px !important;
	width: 329px;
	text-align: right;
	line-height: 32px !important;
	margin: 0;
	font-weight: 700;
}


.product-details {
	padding-left: 21px;
	text-align: left;
}

.product_pr,
.product_prr {
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 48px;
	color: #DE2129;
}

h6.success-msg {
	color: green;
	font-size: 28px;
	text-align: center;
}

.main-product {
	display: flex;
	align-items: flex-start;
	height: calc(100vh - 287px);
	overflow-y: scroll;
	overflow-x: hidden;
	flex-wrap: wrap;
}

::-webkit-scrollbar-track {
	background-color: darkgrey;
}

::-webkit-scrollbar-thumb {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

/* The Close Button */
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	margin-top: -8px;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

div#myModal::after {
	background: #000;
	opacity: 40%;
	position: absolute;
	content: "";
	width: 200%;
	height: 100%;
	top: 0;
	right: 100%;
}

.image-dtails {
	display: flex;
}
 

.bottom-buton-price {
	border-top: 1px solid #C8CEDC;
	padding-top: 20px;
	position: absolute;
	bottom: 40px;
	max-width: 740px;
	width: 100%;
	background: #fff;
}

.product-total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.bottom-buton-price div {
	font-style: normal;
	font-weight: 600;
	font-size: 22.8815px;
	line-height: 34px;
	color: #000000;
	padding-bottom: 50px;
}

.Button-add-catd.popupadd form button {
	padding: 13px 115px;
	font-size: 18px;
}

.Button-add-catd.popupadd:nth-child(2) {
	padding-bottom: 0;
}
	.also-like-product{
    display: flex;
    justify-content: center;
    align-items: center;
      margin: 0;
}
.also-like-product .card.card--.card--media {
    max-width: 311px;
}

  .also-like-product .media--hover-effect img {
    max-width: 311px;
    height: 403px;
    width: 100%;
}
  h2.product-recommendations__heading.h1{
  	font-family: 'Poppins';
font-style: normal;
font-weight: 600;
    margin: 0;
font-size: 22px;
line-height: 100%;
    text-align: center;
color: #2C6A3C;
    padding-bottom: 50px;
  }

.card__heading h5{
	margin: 0;
}
  .also-like-product a.full-unstyled-link{
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 20px;


text-align: center;
text-decoration-line: underline;

color: #2C6A3C;
  }
.card-wrapper.underline-links-hover {
    background: #FFFFFF;
    box-shadow: 0 4px 4px #00000040;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    box-sizing: border-box;
}
.product-recommendations.product .card-wrapper.underline-links-hover {
	box-shadow: none;
}
  .also-like-product .price__container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 12px;
    justify-content: center;
    
}
.card__information{
	text-align: center;
      padding: 20px 15px 22px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
  .also-like-product s.price-item.price-item--regular{
  	font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 24px;
text-decoration-line: line-through;
color: #A5A5A5;
    margin-left: 4px;
  }
.card__heading h5{
	margin: 0;
}
  .also-like-product span.price-item.price-item--sale.price-item--last{
  	font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 32px;
color: #3C433C;
  }
  .also-like-product li.grid__item {
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 25%;
    max-width: 25%;
     
}
	.also-like-product{
    display: flex;
    justify-content: center;
    align-items: baseline;
      flex-wrap: wrap;
      max-width: 1340px;
      margin: 0 auto;
}

.also-like-product .card.card--.card--media {
    max-width: 311px;
}
  h2.product-recommendations__heading.h1{
  	font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 100%;
    text-align: center;
color: #2C6A3C;
    padding-bottom: 50px;
  }
  .also-like-product a.full-unstyled-link{
  font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 20px;
/* or 125% */

text-align: center;
text-decoration-line: underline;

color: #2C6A3C;
  }
  .also-like-product .price__container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 8px;
    
}
  .also-like-product span.price-item.price-item--regular{
  	font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 24px;
text-decoration-line: line-through;
color: #A5A5A5;
  }
  .also-like-product span.price-item.price-item--sale.price-item--last{
  	font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 32px;
color: #3C433C;
  }
  .also-like-product li.grid__item {
    padding-left: 15px;
    padding-right: 15px;
}
/* ======================================
				Responcive
=========================================*/
@media only screen and (max-width: 1390px) {
  .grid-custom .collection-details{
  	flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 1388px) {
  .filter-settings p{
  	font-size: 14px;
  }
  .switch{
  	margin-right: 9px !important;
  }
}
@media only screen and (max-width: 1352px) {
	.grid-custom .cart-main-detail {
		padding-left: 20px !important;
	}
.grid-custom .main-button-grid {
    padding-right: 10px;
}
	.grid-custom .grid-layout-change {
		max-width: 350px;
	}

	.grid-custom .grid-layout-change {
		max-width: 350px;
	}

	.grid-custom .cart-main-detail {
		flex-wrap: inherit !important;
	}

	.grid-custom .collection-details {
		flex-wrap: inherit !important;
	}

	.grid-custom .cart-main-detail,
	.grid-custom .collection-image {
		flex: inherit !important;
	}
}

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

	.switch {
		height: 27px !important;
	}

	.slider:before {
		width: 23px !important;
		height: 23px !important;

	}
  .switch{
  	max-width: 57px !important;
    width: 100% !important;
  }

	.top-bar h2 {
		margin-bottom: 10px;
	}
  .filter-settings p{
  	font-size: 13px;
  }

	.filter-settings p {
		line-height: 20px;
      text-align: left;
      display: inline-block;
	}

	.filter-swatch-box .filterimage {
		max-width: 79px;
		margin: 0 auto;
	}

	li.filter-swatch-box {
		padding: 0 !important;
	}

	.filterLabel {
		margin-bottom: 10px;
	}

	.filter-list label {
		font-size: 15px;
	}

	.top-bar h2 {
		font-size: 20px;
	}

	.collection-details .product-vendor h3 {
		font-size: 16px;
	}

	.Realistic-blend h6 {
		font-size: 12px;
	}

	.collection-details .Product-price h4 {
		font-size: 18px;
	}

	.Button-add-catd form button {
		padding: 7px 40px;
		font-size: 14px;
	}

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

.Button-add-catd form button {
    	padding: 7px 20px;
    }
}
@media only screen and (max-width: 1100px) {
	
  .filter-swatch-box .filterimage {
		max-width: 60px;
	}
  .slider:before{
  	bottom: 1.9px; 
    width: 20px!important;
    height: 20px!important;
    left: 0px!important;
  }
  .switch{
    max-width: 48px!important;
    height: 23px!important;
  	  	
  }
  .filter-settings p {
    text-align: left;
    margin-left: 0;
    display: inline-block;
}
	.filter-settings p {
		font-size: 14px;
	}

	.collection-details .product-vendor h3 {
		font-size: 15px;
	}

	.cart-main-detail {
		padding: 20px 10px 22px;
	}

	.product-cart-item {
		padding-left: 10px;
		padding-right: 10px;
	}

	.collections-grid-custom {
		margin-left: -10px;
		margin-right: -10px;
	}

	.filter-list label {
		font-size: 14px;
	}

	.collections-wrapper {
		padding-left: 12px;
		padding-right: 12px
	}
}

@media only screen and (max-width: 1024px) {
	.collections-grid-custom {
		padding-top: 30px;

	}

	.sidebarFilter {
		flex: 0 0 30%;
		max-width: 30%;
	}

	.collections-product-grid-containter {
		flex: 0 0 70%;
		max-width: 70%;
	}

	ul.pagination__list.list-unstyled li {
		margin-left: 6px;
		margin-right: 6px;
	}

	li.preve-pagination,
	li.next-pagination {
		height: 35px;
		width: 35px;
	}

	select#SortBy {
		height: 44px;
		width: 145px;
		font-size: 13px;
	}

	.grid-change svg {
		height: 31px;
		width: 31px;
	}

	h2.facet-filters__label.caption-large.text-body label {
		font-size: 14px;
	}

	.grid-custom .collection-details {
		height: 90%;
	}

}

@media only screen and (max-width: 1045px) {
	.grid-custom .Button-add-catd form button {
		font-size: 12px;
	}

	.grid-custom .grid-layout-change {
		max-width: 250px;
	}

	.grid-custom .collection-details .product-vendor h3 {
		font-size: 14px;
	}

	.grid-custom .Button-add-catd form button {
		padding: 7px 28px;
	}
}


@media only screen and (max-width: 991px) {
	.switch {
		width: 55px !important;
	}
}
@media only screen and (max-width: 965px) {
.grid-custom .Button-add-catd form button {
    font-size: 11px;
}
  .grid-custom .cart-main-detail {
    padding-left: 10px!important;
}
  .grid-custom .grid-layout-change {
    max-width: 187px;
}


}

@media only screen and (max-width: 921px) {
	.filter-details-container {
		padding-right: 20px;
	}

	.filter-group-display__list-item label {
		line-height: 25px !important;
		font-size: 13px !important;
	}

	.sidebarFilter {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.collections-product-grid-containter {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.filterLabel span {
		font-size: 13px;
	}

	.filter-list label {
		font-size: 14px;
	}

	.filter-description {
		font-size: 11px;
	}

	.slider {
		right: -12px !important;
	}

	.aerrow svg {
		max-width: 15px;
	}
  .switch {
    width: 48px!important;
    margin-right: 20px !important;
}
}

@media only screen and (max-width: 862px) {
	.Button-add-catd form button {
		font-size: 12px;
	}

	.Button-add-catd form button {
		padding: 7px 34px;
	}

	.collection-details .product-vendor h3 {
		font-size: 13px;
	}

	.filter-settings p {
		font-size: 13px;
	}
}
@media only screen and (max-width: 826px) {
  .from-email h2{
  	font-size: 20px;
  }
  input#NewsletterForm--footer{
  	max-width: 360px;
  }
}
@media only screen and (max-width: 768px) {
	select#SortBy {
		width: 132px;
	}

	.active-filters a {
		margin: 0 8px;
		font-size: 12px;
	}

	.active-filters a.with_image {
		padding: 4px 0;
		margin: 0 8px;
		font-size: 12px;
	}

	.active-filters a.active-filters__remove-filter.with_image {
		display: flex;
		flex-direction: column;
		align-items: center;
		background-color: inherit;
	}

	.active-filters a.active-filters__remove-filter.with_image img {
		height: 60px;
		border: solid 2px #CFEDD7;
		border-radius: 100%;
	}
	
	.active-filters a.active-filters__clear {
		display: none;
	}

	.collections-grid-custom {
		padding-top: 25px;
		gap: unset;
	}
  .grid-custom .Button-add-catd form button {
    padding: 7px 24px;
      font-size: 9px;
}
  
}


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

.newsletter-form__field-wrapper button {
    margin-top: 15px!important;
}
  .switch {
    max-width: 37px!important;
    height: 24px!important;
}
	.modal-content {
		max-width: 384px;
		padding: 20px 20px 0 20px;
	}

	.modal {
		left: 0;
	}

	.bottom-buton-price {
		max-width: 340px;
	}

	.main-product {
		height: inherit !important;
	}

	.modal-content {
		height: 557px;
	}

	.bottom-buton-price div {
		padding-bottom: 15px;
	}

	.modal-content {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		right: 0;
		width: 100%;
	}

	div#myModal:after {
		right: 0;
		z-index: -1;
	}

	.bottom-buton-price div {
		font-size: 20px;
	}

	.modal-content p {
		font-size: 16px !important;
		text-decoration: underline;
		line-height: 25px !important;
	}

	.Button-add-catd.popupadd form button {
		padding: 10px 100px;

	}

	.product-cart .product_img {
		width: 92px;
		height: 125px;
	}

	.main-product {
		height: calc(100vh - 223px);
	}

	.product_pr,
	.product_prr {
		font-size: 18px;
		color: #000;
	}

	.image-dtails {
		display: flex;
	}

	span.close svg {
		height: 21px;
		width: 21px;
	}

	.modal-content p {
		width: 100%;
	}

	.acsb-trigger.acsb-bg-lead.acsb-mobile.acsb-trigger-position-x-left.acsb-trigger-position-y-center.acsb-trigger-size-medium.acsb-ready {
		z-index: 0;
	}

	.filterLabel span {
		font-size: 16px;
	}

	.wrong-icon-filter {
		display: block;
		position: absolute;
		right: 15px;
		background: #F2F3F5;
		border-radius: 16px;
		height: 33px;
		width: 33px;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 999;
	}

	.sidebarFilter {
		flex: 0 0 50%;
		max-width: 50%;
		z-index: 99;

		display: none;
	}

	.top-bar h2 {
		margin-bottom: 12px;
	}

	.collection-details .product-vendor h3,
	.filter-settings p {
		font-size: 16px;
	}

	.collections-product-grid-containter {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.Button-add-catd form button {
		font-size: 14px;
	}

	.Button-add-catd form button {
		padding: 7px 40px;
	}

	.main-collections-containter {
		padding-top: 15px;
		padding-bottom: 55px;
	}

	.product-cart-item {
		flex: 0 0 100%;
		max-width: 100%;
		/*box-shadow: none;*/
	}

	.product-cart-item.home-view {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.active-filters {
		align-items: center;
		margin-top: 10px;
	}

	.facet-filters__field {
		display: none;
	}

	.main-filter-title {
		flex-direction: column;
		align-items: self-start;
	}

	.grid-change {
		display: none;
	}

	.grid-change.mobile-grid {
		display: block;
	}

	.grid-changes.mobile-grid {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	svg.grid-3 {
		margin-left: 28px;
	}

	.collection-total span {
		color: #2C6A3C;
	}

	.collections-filter-icons {
		border-top: 1px solid #C8CEDC;
		border-bottom: 1px solid #C8CEDC;
		padding-top: 15px;
		padding-bottom: 7px;
		width: calc(100% + 25px);
		margin-left: -13px;
		overflow: hidden;
	}

	.main-grid-layouts::before {
		/*content: '';*/
		position: absolute;
		border-right: 1px solid #C8CEDC;
		top: -19px;
		height: 63px;
		right: 0;
	}

	.main-grid-layouts {
		width: 50%;
		text-align: center;
		position: relative;
	}

	.grid-active-buttons {
		width: 50%;
		margin: 0 auto;
		text-align: center;
	}

	.filter-details-container {
		padding-right: 0;
	}

	.bottom_drawer {
		display: block !important;
		bottom: 0;
		left: 0;
		right: 0;
		top: 23%;
		position: fixed;
		background: #fff;
		border-radius: 20px 20px 0px 0px;
		padding: 14px 15px;
		width: 100%;
		overflow: scroll;

	}

	.sidebarFilter {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.bottom_drawer-bg::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 430vh;
		background-color: #000;
		opacity: 40%;
		left: 0;
		right: 0;
		top: 0;
	}

	.switch {
		width: 45px !important;
	}

	.product-cart-item.mobile-grid {
		flex: 0 0 50%;
		max-width: 50%;
		box-shadow: none;
	}
	
	.product-cart-item.mobile-grid .product-vendor.detail h3 {
		text-align: center;
		font-size: 14px;
	}
	
	.product-cart-item.mobile-grid .Product-price.detail h4 {
		font-size: 14px;
	}
	
	.product-cart-item.mobile-grid .Product-price.detail h5 {
		text-align: center;
		font-size: 12px;
	}

	.mobile-grid .cart-main-detail {
		flex-direction: column;
	}

	.active-color path {
		stroke: #2C6A3C;
	}

	.color-active path {
		fill: #2C6A3C;
	}
  .from-email{
  	flex-direction: column;
    margin-bottom: 12px;
  }
  .from-email svg {
    margin-bottom: 2px;
}
  button#Subscribe{
  	margin-top: 18px;
    width: 100%;
    margin-left: 0;
        padding: 10px 73px 9px 74px;
  }
  input#NewsletterForm--footer{
  	max-width: 100%;
  }
  .from-email h2 {
    font-size: 24px;
}
  section.Email.subscribers{
  	padding-top: 36px;
    padding-bottom: 73px;
  }
  
}

@media only screen and (max-width: 438px) {
	.cart-main-detail {
		padding: 12px 8px 16px;
	}

	.collection-details .product-vendor h3,
	.filter-settings p {
		text-align: left;
	}

	.mobile-grid .collection-details .product-vendor h3,
	.filter-settings p {
		text-align: center;
	}

	.collection-details .product-vendor.detail h3,
	.filter-settings p {
		text-align: center;
	}

	.collections-grid-custom {
		padding-top: 16px;
	}


}

@media only screen and (max-width: 429px) {
	.Button-add-catd form button {
		padding: 7px 30px;
	}
}

@media only screen and (max-width: 388px) {
	.Button-add-catd form button {
		padding: 7px 25px;
		font-size: 12px;
	}

	.collection-details .product-vendor h3,
	.filter-settings p {
		font-size: 13px;
      line-height:1.3em;
	}
}

@media only screen and (max-width: 360px) {
	.bottom-buton-price {
		max-width: 90%;
	}

	.Button-add-catd.popupadd form button {
		padding: 10px 70px;
	}
}

@media only screen and (max-width: 341px) {
	.Button-add-catd form button {
		padding: 5px 20px;
		font-size: 11px;
	}
}


/* PRODUCT PAGE CSS */


.breadcrumb-rander-conatiner {
    margin: 25px 0px;
}
.breadcrumb-rander-conatiner .breadcrumbs__link {
    color: inherit;
    text-decoration: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.main-product-content ul.tabs li a,
.custom-tab-video ul.tabs li a {
	margin-left: 25px;
  	margin-right: 25px !important;
}
.breadcrumb-rander-conatiner .breadcrumbs__item:not(:last-child):after {
    height: 10px;
    width: 10px;
}
.product-single__description.rte.product_meta_field_div ul {
    padding-left: 17px;
}
.main-product-content {
    display: flex;
  	flex-wrap:wrap;
}
.main-product-content strong {
	width: 100%;
	z-index: 10;
}
.product-page-left-part {
    flex: 0 0 60%;
    max-width: 60%;
  	padding-right:50px;
}
.product-page-right-part {
	/*position: sticky; - for sticky product right side */
    position:relative;
	top: 1em;
    flex: 0 0 40%;
    max-width: 40%;
}
.product-media {
    display: flex;
    flex-wrap: wrap;
}
.product-image {
    flex: 0 0 50%;
    max-width: 50%;
}
.product-image img {
    height: 400px;
    width: 100%;
    padding: 0 20px 10px 0;
    object-fit: cover;
}
.main-product-content .product-title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    margin: 0;
    color: #2c6a3c;
}
.main-product-content .desktop-view h2 {
	padding-bottom: 15px;
}
.main-product-content .mobile-rating {
	padding: 10px 0 20px;
}
.main-product-content .main-product-price h2{
    font-weight: 600;
    font-size: 52px;
	color: #000;
  	margin: 0;
}
.main-product-content .main-product-price h2.sale-price{
	color: #DE2129;
}

.main-product-content .product-price-list {
    display: flex;
  	flex-wrap: wrap;
    align-items: center;
}
.main-product-content .product-price-list span{
    font-weight: 400;
    font-size: 29px;
    line-height: 44px;
    text-decoration-line: line-through;
    color: #A5A5A5;
  	padding-left: 20px;
}
.main-product-content .add-to-cart-btn {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    background: #23492d;
    background: linear-gradient(0deg, rgba(35,73,45,1) 0%, rgba(44,106,60,1) 30%, rgba(58,145,80,1) 100%);
    color: #fff;
    border: 0;
    width: 100%;
    border-radius: 8px;
    padding: 10px 5px;
  	cursor: pointer;
  	margin: 20px 0;
  	box-shadow: #00000059 0 4px 12px -4px;
}
.main-product-content .qtybox {
    display: flex;
    align-items: center;
  	position: relative;
}
.main-product-content input#quantity {
    max-width: 150px;
    min-height: 50px;
    border: 1px solid;
  	text-align: center;
  	font-size: 16px;
}
.main-product-content span.btnqty.qtyminus.icon-minus {
    position: absolute;
    left: 15px;
    cursor: pointer;
}
.main-product-content span.btnqty.qtyplus.icon-plus {
    position: absolute;
    left: 130px;
    cursor: pointer;
}
.main-product-content .quantity-container {
    margin: 20px 0;
}
.main-product-content input#quantity:focus-visible {
    outline: none;
}
.main-product-content ul.tabs li:first-child a,
.custom-tab-video ul.tabs li:first-child a {
	margin-left: 0;
}
.product-feature-image {
    flex: 0 0 100%;
    max-width: 100%;
}
.product-feature-image img {
    width: 100%;
}
.media-directions{
	width:100%;
  	text-align:center;
}
.view-all-photosLink svg {
    margin-right: 5px;
}
.view-all-photosLink a {
    display: inline-flex;
    align-items: center;
    color: #000;
    font-family: 'Poppins';
    font-weight: 700;
}
/* Tabing CSS */
.product-description {
  flex-grow: 1;
  background-color: #FFF;
  position:Relative;
  z-index:2;
}
.main-product-content ul.tabs,
.custom-tab-video ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-top: 1px solid #F2F3F5;
  border-bottom: 1px solid #F2F3F5;
  padding-top: 15px;
  padding-bottom: 17px;
}
.main-product-content ul.tabs li,
.custom-tab-video ul.tabs li {
	display: inline-block;
}
.main-product-content ul.tabs li a,
.custom-tab-video ul.tabs li a {
    background: none;
    color: gray;
    display: inline-block;
    padding: 5px 3px;
    margin-right: 10px;
    cursor: pointer;
    font-family: Effra;
    font-style: normal;
    font-weight: 600;
   font-size: 30px;
    line-height: 1.25
}

.main-product-content ul.tabs li.nav-current a,
.custom-tab-video ul.tabs li.nav-current a {
    color: #2c6a3c;
    border-bottom: 4px solid #2c6a3c;
}
.main-product-content .tab-content,
.custom-tab-video .tab-content {
    display: none;
    padding: 15px;
  	padding-left: 0px;
}
.main-product-content .tab-content.current,
.custom-tab-video .tab-content.current {
   display: inherit;
   color: #00000;
   font-family: 'Effra';
   font-weight: 400;
}

/* Verient CSS  */
fieldset.js.product-form__input {
    border: none;
}
.varient-conatiner {
    margin: 20px 0;
}

.dimension-detailed p {
	margin: 0;
}
.tab-content .dimension-detailed {
    border-top: 1px #ccc dashed;
    padding-top: 5px;
  	margin: 0;
}
.tab-content .dimension-detailed:first-child {
  	border-top: 0px #ccc dashed;
    padding-top: 0px;
}
.price-with-social-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.price-with-social-icon .social-icons {
    justify-content: flex-end;
  	padding-left: 10px;
}
.price-with-social-icon .social-icons .s-icon {
    height: 25px;
    width: 25px;
  	display: inline-block;
}
.price-with-social-icon .social-icons .s-icon svg {
    fill: #2C6A3C;
}
.collections-wrapper {
		max-width: 1440px;
	margin: 0 auto;
	padding-left: 50px;
	padding-right: 50px;
}
.collections-wrapper.postion-view {
	position: relative;
}
section.product-overview {
	background-color: #F2F4F5;
	padding-top: 55px;
	padding-bottom: 20rem;


}
.cristmas-tree {
	text-align: center;
}
.overview-card {
/* 	background: #CFEDD7; */
/* 	box-shadow: 0px 4px 4px rgb(0 0 0 / 25%); */
	max-width: 295px;
	text-align: center;
	padding-top: 26px;
  padding-bottom: 19px;
	
	width: 100%;

}
.overview-title h2 {
	text-align: center;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 42px;
	color: #2C6A3C;
	margin-bottom: 34px;
      margin-top: 0;
}
.overview-card h3 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	color: #2C6A3C;
	margin: 20px 0;
	text-transform: uppercase;
}
.overview-card p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	text-align: center;
	color: #3C433C;
	max-width: 220px;
	margin: 0 auto;
}
.overview-card.over-card2 h3 {
	margin-top: 11px;
}
.overview-card {
	position: absolute;
}
.overview-card.over-card1 {
	top: 76px;
	left: 206px;
}
.overview-card.over-card2 {
	top: 54px;
	right: 269px;
	padding-top: 5px;
}
.overview-card.over-card3 {
	top: 399px;
	left: 119px;
}
.overview-card.over-card4 {
	top: 400px;
	right: 155px;
}
.overview-card.over-card5 {
	top: 731px;
	left: 192px;
}
.overview-card.over-card6 {
	top: 704px;
	right: 219px;
}
.cristmas-tree img {
	margin-top: 50px;
	margin-right: 24px;
	min-width: 445px;
}
.overview-card.over-card6 p {
	max-width: 237px;
}
.overview-card.over-card4 p {
	max-width: 210px;
}
.overview-card.over-card5 p {
	max-width: 201px;
}
.mobile-view {
  	display: none;
}
.filter-item.shipping-in-1-or-2-days {
    display: none;
}
.Mainover-view .icon-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  	align-content:center;
}
.Mainover-view .icon-wrapper .overview-card {
    flex: 0 0 25%;
    max-width: 25%;
}
/* quick view css */
.main-quickview {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  	background-color: rgba(0,0,0,0.1);
  	z-index: 1;
  	display:none;
}
.parent-quickview {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  	overflow-y:auto;
}
.quick-product-containter {
    max-width: 800px;
    width: 100%;
    padding: 50px;
    background-color: #fff;
  	position:relative;
  	margin: 15px;
}
.btnqty svg {
    width: 100%;
    height: 100%;
}
.row-list {
	display:flex;
  	position:relative;
  	padding-bottom: 25px;
    border-bottom: 1.5px solid #C8CEDC;
  
}
.success-message p {
    color: #3C433C;
    font-size: 12px;
    font-family: 'Poppins';
}
.success-message h2 {
    font-size: 20px;
    font-weight: 600;
  	margin-top:0;
}
.quick-product-image {
    max-width: 180px;
  	width:100%;
}
.quick-view-product-details {
    flex-grow: 1;
    padding-left: 25px;
  	display:flex;
  	flex-wrap:wrap;
}
.quick-view-product-details h2 {
    font-size: 26px;
    line-height: 1.25;
    margin: 0;
    text-decoration-line: underline;
    color: #2c6a3c;
    font-weight: 600;
  	padding-right:40px;
  	width:100%;
}
.popupclose-icon {
    position: absolute;
    right: 50px;
    top: 50px;
  	cursor:pointer;
  	z-index:22;
}
.popupclose-icon svg {
    fill: #2C6A3C;
    display: block;
}
.price-regular {
    font-size: 29px;
    line-height: 1.25;
    font-weight: 700;
    color: #3C433C;
    padding-right: 10px;
}
.compare_at_price {
    color: #A5A5A5;
    font-size: 20px;
    line-height: 1.25;
    text-decoration: line-through;
}
.quick-product-image img {
    width: 100%;
  	display:block;
}
.qtybox {
    max-width: 195px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  	align-items:center;
}
.universal-price {
    width: 100%;
}
.btnqty {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #2c6a3c;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 9px;
  cursor:pointer;
}
.popquantity {
    width: 65px;
    height: 65px;
    text-align: center;
    border: 3.26px solid #2C6A3C;
    border-radius: 50%;
    font-size: 29px;
    font-weight: 600;
    color: #2C6A3C;
    font-family: 'Poppins';
}
.popupcheckout {
  text-align: center;
  padding-top: 25px;
}
.popupcheckout a {
    max-width: 560px;
}
.total-price {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}
.total-price span {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25;
}
body.popup-opened{
	overflow:hidden;
}
.buttons-success a {
      flex: 0 0 50%;
    max-width: calc(50% - 40px);
    text-align: center;
    display: inline-block;
    margin: 0 20px;
  
}
.popuprecommended .card-wrapper.underline-links-hover{
	box-shadow:none;
}
.buttons-success {
    display: flex;
    flex-wrap: wrap;
}
.success-message{
	display:none;
}
.buttons-success a.addtoCheckout {
    background: linear-gradient(180deg, #438A55 0%, #2C6A3C 100%);
    box-shadow: 0px 9px 20px rgb(44 106 60 / 24%);
    border-radius: 79px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 100%;
    padding: 12px 0;
}
.buttons-success a.viewBag {
    border-radius: 79px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #3b7e4c;
    width: 100%;
    padding: 12px 0;
    border: 3px solid #2f6f40;
}
.popuprecommended .also-like-product li.grid__item {
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 35%;
    max-width: 35%;
}
.popuprecommended .also-like-product {
    flex-wrap: unset;
    overflow-y: auto;
    justify-content: flex-start;
  	align-items: stretch;
}
.popuprecommended h2.product-recommendations__heading.h1 {
    padding-bottom: 15px;
    text-align: left;
    padding-top: 15px;
  	color:#000;
}
.success-message {
    padding-bottom: 20px;
    border-bottom: 1.5px solid #C8CEDC;
}
.popuprecommended .also-like-product .media--hover-effect img{
  height:auto;
}
.popuprecommended {
	padding-top:10px;
}
.popupclose-icon svg {
    width: 100%;
    height: 100%;
}
.cart-page h2.product-recommendations__heading.h1 {
    text-align: left;
    color: #000;
}
.overview-card img {
	height: 100px;
}
@media (min-width: 769px) {
  .dimension-detailed .medium-up--three-quarters {
    width: 75%;
  }
  .dimension-detailed .medium-up--one-quarter {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) {
  .cristmas-tree img {
    min-width: inherit !important;
    max-width: 445px;
  }
  .overview-card.over-card1{
    left: 14%;
  }
  .overview-card.over-card2{
    top: 76px;
    right: 14%;
  }
  .overview-card.over-card3{
    left: 8%;
  }
  .overview-card.over-card4{
    right: 8%;
  }
  .overview-card.over-card5{
    left: 14%;	
  }	
  .overview-card.over-card6{
    right: 14%;
  }
  .overview-card h3{
    font-size: 15px;
    margin: 12px 0;
  }
  .overview-card.over-card3{
    top: 380px;
  }
  .overview-card.over-card6, .overview-card.over-card5 {
    top: 685px;
  }
  section.product-overview{
    height: 1057px;
    padding-top: 35px;
  }
  .cristmas-tree img{
    max-width: 330px;
    margin-top: 150px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .cristmas-tree img {
    max-width: 300px;
  }
  .overview-card.over-card1, .overview-card.over-card5{
    left: 10%;
  }
  .overview-card.over-card2, .overview-card.over-card6{
    right: 10%;
  }
  .overview-card.over-card3{
    left: 3%;
  }
  .overview-card.over-card4{
    right: 3%;
  }
  .cristmas-tree img {
    max-width: 280px;
  }
  .overview-card img {
    max-width: 80px;
  }
  .overview-card p{
    font-size: 13px;
  }
  .overview-card{
    height: 250px;
    max-width: 245px;
  }
}

@media only screen and (max-width: 767px) {
  .overview-card h3 {
    margin: 10px 0;
  }
  .overview-card p {
    font-size: 13px;
    line-height: 15px !important;
  }
  .overview-card img {
    max-width: 80px;
  }
  .overview-card h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .overview-card {
    padding: 12px !important;
  }
  .overview-card {
    position: inherit;
    height: inherit;
    padding: 0 !important;
    margin-bottom: 32px;
    box-shadow: inherit;
  }
  .icon-wrapper.product .overview-card {
    position: unset;
    height: unset;
    padding: 0 !important;
    margin-bottom: 32px;
    box-shadow: inherit;
  }
  .cristmas-tree img {
    margin-top: 0;
  }
  .overview-title h2 {
    margin-bottom: 20px;

  }
  .collections-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cristmas-tree img {
    max-width: 198px;
  }
  .cristmas-tree {
    margin-bottom: 40px;
  }
  .overview-card {
    max-width: 100%;
    background-color: #fff;
    padding: 0;
  }
  .overview-card h3 {
    margin: 12px 0;
    font-size: 18px;
  }
  .overview-card p {
    font-size: 14px;
    max-width: 100%;
  }
  section.product-overview {
    background-color: #fff;
    padding-bottom: 60px;
    padding-top: 32px;
    height: auto;
    border-top: 4px solid #F2F3F5;
  }
  .overview-card img,
  .overview-card.over-card4 p,
  .overview-card.over-card5 p,
  .overview-card.over-card6 p {
    max-width: inherit;
  }
  .dimension-detailed .small--one-half {
    width: 50%
  }
  .total-price span {
    font-size: 24px;
}
  .popquantity {
    width: 50px;
    height: 50px;
    border: 2.26px solid #2C6A3C;
}
  .btnqty {
    width: 35px;
    height: 35px;
}
  .qtybox {
    max-width: 150px;
}
  .compare_at_price {
    font-size: 18px;
}
  .price-regular {
    font-size: 24px;
}
  .quick-view-product-details h2 {
    font-size: 19px;
    padding-right:25px;
}
  .quick-product-containter {
        padding: 30px;
  }
}

/* ===============================================/
				 PRODUCT PAGE Responcive
================================================= */
@media only screen and (max-width: 1440px) {
  .also-like-product a.full-unstyled-link{
  	font-size: 16px;
    line-height: 25px;
  }
}
 @media only screen and (max-width: 1024px) {
   .main-product-content .product-title h2{
   	font-size: 22px;
   }
   .main-product-content .main-product-price h2{
   	font-size: 36px;
   }
   .main-product-content .product-price-list span{
   	padding-left: 10px;
   }
   .main-product-content .add-to-cart-btn{
   	font-size: 20px;
   }
   .product-image img {
    height: 300px;
   }
   .also-like-product .media--hover-effect img{
   	height: 300px;
   }
   .also-like-product span.price-item.price-item--sale.price-item--last{
   	font-size: 18px;
   }
   .also-like-product .price__container{
   	margin-top: 0;
   }
   .main-product-content ul.tabs li a,
   .custom-tab-video ul.tabs li a {
     font-size: 22px;
   }
 }
@media only screen and (max-width: 991px) {
  .Mainover-view .icon-wrapper {
    justify-content: center;
  }
  .Mainover-view .icon-wrapper.product {
	  display: block;
	  flex-wrap: unset;
	  justify-content: unset;
	  align-content:unset;
	  margin-bottom: 40px;
  }
  .Mainover-view .icon-wrapper .overview-card {
    flex: 0 0 33.33%;
    max-width: 33.33%;
	background-color: #FFF;
  }

}
@media only screen and (max-width: 880px) {
  .breadcrumb-rander-conatiner .breadcrumbs__link{
  	font-size: 14px;
  }
  .product-title h2 {
    font-size: 20px !important;
    padding-top: 10px;
}
  .main-product-content .main-product-price h2 {
    font-size: 32px;
}
  .main-product-content .add-to-cart-btn {
    font-size: 19px;
}
  .product-image img {
    height: 250px;
}
 .also-like-product .media--hover-effect img {
    height: 250px;
}
  .also-like-product li.grid__item {
    padding-left: 10px;
    padding-right: 10px;
}
}
@media only screen and (max-width: 768px) {
  .product-page-right-part {
	position: unset;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product-page-left-part {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right:0;
  }
  .main-product-content{
    flex-wrap: wrap;
  }
  .main-product-content .main-product-price h2 {
    font-size: 36px;
  }
  .main-product-content .add-to-cart-btn{
    font-size: 24px;
	margin: 15px 0;
  }
  .product-image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product-image img {
    height: 100%;
    padding: 0;
  }
  .product-title h2 {
    font-size: 17px;

  }
  .main-product-content .tab-content,
  .custom-tab-video .tab-content {
    display: none;
    padding: 15px 0px 0px 0;
  }
  .mobile-view {
    display: block;
  }
  .desktop-view {
    display: none;
  }
  .price-with-social-icon {
  	padding-top: 15px;
  }
    .Mainover-view .icon-wrapper .overview-card {
    flex: 0 0 100%;
    max-width: 100%;
}
  .main-product-content ul.tabs li a,
  .custom-tab-video ul.tabs li a {
    margin-left: 20px;
    margin-right: 20px!important;
}
  .main-product-content ul.tabs li a,
  .custom-tab-video ul.tabs li a {
    font-size: 20px;
}
  .popupclose-icon {
    right: 30px;
    top: 30px;
    width: 25px;
}
}
@media only screen and (max-width: 767px) {
/*   img.grid-view-item__image.lazyautosizes.ls-is-cached.lazyloaded {
    height: 499px;
} */
  .also-like-product li.grid__item{
  	flex: 0 0 50%;
    max-width: 50%;
  }
  .also-like-product .card.card--.card--media{
  	margin: 0 auto;
  }
  .card-wrapper.underline-links-hover {
    margin-bottom: 20px;
}
  .also-like-product .media--hover-effect img {
    height: 250px;
}
  .media-directions .down-svg{
  	display:none;
  }
}
@media (max-width: 589px) {
  .main-product-content ul.tabs li a,
  .custom-tab-video ul.tabs li a {
    margin-left: 10px;
    margin-right: 10px!important;
  }
}
@media (max-width: 480px) {
    .main-product-content ul.tabs,
  .custom-tab-video ul.tabs {
  	border:none;
    padding: 10px 0 5px;
  }
   .main-product-content .tab-content,
  .custom-tab-video .tab-content {
  	padding:0;
  }
  .main-product-content ul.tabs li a,
  .custom-tab-video ul.tabs li a {
    font-size: 18px;
    line-height: 23px;
    margin-left: 2px;
    margin-right: 2px!important;
  }
  .main-product-content .product-price-list span {
  	font-size: 25px;
    line-height: 30px;
  }
  .main-product-content .main-product-price h2 {
    font-size: 30px;
  }
  .price-with-social-icon .social-icons .s-icon {
    height: 20px;
    width: 20px;
  }
  .also-like-product li.grid__item {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}
	.product-recommendations.product .recomded.also-like-product {
		justify-content: unset;
		flex-wrap: nowrap;
		width: 100%;
		overflow: hidden;
	}
	.product-recommendations.product .also-like-product li.grid__item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.product-recommendations.product .also-like-product li.grid__item .card__content .card__information {
		padding: inherit;
		text-align: start;
		justify-content: unset;
	}
	.product-recommendations.product .also-like-product li.grid__item .card__content .card__information h3 {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
  .also-like-product .price__container{
  	justify-content: center;
  }
  .buttons-success a {
    flex: 0 0 50%;
    max-width: calc(50% - 20px);
    text-align: center;
    display: inline-block;
    margin: 0 10px;
}
  .popuprecommended .also-like-product li.grid__item {
    padding-left: 3px;
    padding-right: 3px;
}
.popuprecommended .card__information {
    padding: 0;
    text-align: left;
}
.quick-product-image {
    flex: 0 0 100px;
}
  .qtybox {
    max-width: 120px;
}
  .btnqty {
    width: 30px;
    height: 30px;
}
  .popquantity {
    width: 40px;
    height: 40px;
    font-size: 18px;
}
  .price-regular {
    font-size: 16px;
}
  .compare_at_price {
    font-size: 13px;
}
  .quick-view-product-details h2 {
    font-size: 14px;
}
  .total-price span {
    font-size: 18px;
}
  .quick-product-containter {
    padding: 15px;
    max-width: calc(100% - 30px);
}
  .continue-shopping-link, .checkout-button a {
    font-size: 13px!important;
    line-height: 1.2 !important;
    height: auto !important;
}
  .popuprecommended .card__heading {
    margin-top: 0;
}
  .popuprecommended .card__heading a {
    font-size: 12px;
    line-height: 1.2 !important;
}
  .popupclose-icon {
    right: 15px;
    top: 15px;
    width: 15px;
}
  .buttons-success {
    margin: 0 -10px;
}
  .buttons-success a.addtoCheckout {
    font-size:15px;
  }
  .buttons-success a.viewBag {
    font-size: 14px;
}
}
@media (max-width: 380px) {
  .main-product-content ul.tabs li a {
    font-size: 15px;
    line-height: 20px;
    margin-left: 2px;
    margin-right: 2px!important;
  }
}




/* ================================Cart-Page Responcive=========================== */
@media only screen and (max-width: 1440px) {
  .cart-items-details a{
  	font-size: 20px !important;
  }
  .demo-priorty p{
  	font-size: 14px;
  }
  .demo-priorty h3{
  	font-size: 21px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .priority-title h2{
  	font-size: 30px;
    padding-bottom: 40px;
  }
  .demo-priorty p {
    font-size: 12px;
}
  .demo-priorty h3 {
    font-size: 20px;
    padding-top: 12px;
  }
  .demo-priorty img {
    max-width: 70px;
}
  section.cow-girls{
  	padding: 0;
  }
 
  .continue-shopping-link, .checkout-button a{
  	font-size: 16px !important;
  }
  cart-remove-button svg {
    height: 20px;
    width: 20px;
	}
}
@media only screen and (max-width: 1140px) {
  .custome-cart .collections-wrapper, .our-priority .collections-wrapper, .cow-girls .collections-wrapper{
  	padding-right: 15px;
    padding-left: 15px;
  }
  .total-saved, .retail-price, .total-total{
  	font-size: 16px !important;
  }
  .cart__shipping.rte{
  	font-size: 12px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .forgin{
  	    padding-left: 50px;
    padding-right: 50px;
  }
  .demo-priorty{
  	flex: 0 0 46%;
    max-width: 46%;
    padding: 20px 0;
  }
  .main-priority{
  	flex-wrap: wrap;
    
  }
 
  .Fotter-chackout{
  	padding: 25px 25px !important;
  }
  .cart-items-details a {
    font-size: 16px!important;
    line-height: 28px !important;
}
  .custome-cart .product-option{
  	font-size: 20px !important;
  }
  .checkout-button a{
  	height: 40px !important;
  }
  .cart__shipping.rte{
  	padding-bottom: 20px !important;
  }
  .ratil-title{
  	font-size: 16px !important;
  }
}
@media only screen and (max-width: 860px) {
  section.our-priority{
  	padding-bottom: 0;
  }
  .forgin {
    padding-left: 10px;
    padding-right: 10px;
}
  .cart-items-details span.btnqty.qtyplus.icon-plus, .cart-items-details span.btnqty.qtyminus.icon-minus{
  	height: 25px !important;
    width: 25px !important;
  }
  .cart-items-details input#quantity{
  	height: 35px !important;
    width: 35px !important;
  }
  .total-saved, .retail-price, .total-total {
    font-size: 13px!important;
}

  .priority-title h2{
  	padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .main-cow{
  	flex-wrap: wrap;
        padding-top: 30px;
    padding-bottom: 30px;
    
  }
  .forgin{
  	padding-top: 20px;
    padding-bottom: 20px;
  }
  .Fotter-chackout {
 	padding: 0 !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  
}
  .second-grid{
  	flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .total-saved, .retail-price, .total-total {
    font-size: 20px!important;
}
  .ratil-title {
    font-size: 18px!important;
}
  .checkout-button a{
  	height: 52px !important; 
  }
  .continue-shopping-link, .checkout-button a {
    font-size: 18px!important;
}
  .cart__shipping.rte {
    font-size: 15px!important;
}
  .cart__shipping.rte {
    padding-bottom: 40px!important;
}
  .custome-cart{
  	background-color: #fff !important;
  }
  .Fotter-chackout-inner {
    border-top: 1px solid #C8CEDC;
    padding-top: 20px;
}

}
@media only screen and (max-width: 500px) {
  .cart-page-title h2{
  	margin-bottom: 20px !important;

    padding-bottom: 20px !important;
  }
  .cart-items-details{
    padding: 15px 10px 10px 10px !important;
  }
  .custome-cart{
  	padding-top: 20px !important;
  }
  cart-remove-button {
  
    top: 10px !important;
    right: 10px !important;
}
  .custome-cart .product-option {
    font-size: 16px!important;
}
  .cart-items-details input#quantity {
    height: 30px!important;
    width: 30px!important;
}
  .cart-items-details span.btnqty.qtyplus.icon-plus, .cart-items-details span.btnqty.qtyminus.icon-minus {
    height: 20px!important;
    width: 20px!important;
}
  .cart-items-details span.btnqty.qtyplus.icon-plus{
  	padding: 3px !important;
  }
  .cart-items-details a {
    font-size: 13px!important;
    line-height: 22px!important;
}

  .demo-priorty {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  
}
@media only screen and (max-width: 425px) {
	.main-cart-price-qunty{
  	align-items: start !important;
    
  }
  .mobile-qunty-price input#quantity{
  	    color: #2c6a3c;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    border: 2px solid #2c6a3c;
    margin-right: 12px;
    margin-left: 12px;
}
  .mobile-qunty-price .quantity-box {
    display: flex;
    align-items: center;
}
  .mobile-qunty-price span.btnqty.qtyplus.icon-plus, span.btnqty.qtyminus.icon-minus{
  	    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    background-color: #2c6a3c;
    display: flex;
    justify-content: center;
    padding: 7px;
    cursor: pointer;
  }
  .cart-items-details a{
  	font-size: 16px !important;
  }
  .desktop-qunty-price{
  	display: none !important;
  }
  .custome-cart .product-option {
    font-size: 24px!important;
}
  .main-cart-price-qunty.mobile-qunty-price {
    display: flex !important;
    align-items: center !important;
}
  .main-cart-price-qunty{
  	margin-bottom: 10px;
  }
  cart-remove-button{
  	right: 0 !important
  }
  .cart-items-details {
    padding: 0px 12px 10px!important;
}
  .cart__shipping.rte {
    padding-bottom: 78px!important;
}
  .mobile-qunty-price{
  	display: block !important;
  }
  .cart-items-details a{
  	text-decoration: underline;
    max-height: 87% !important;
  }
  .cart-item__quantity-wrapper {
    margin-bottom: 10px !important;
}
  cart-remove-button svg {
    height: 15px;
    width: 15px;
}
}
@media only screen and (max-width: 375px) {
	.cart-items-details {
    padding: 0px 10px 10px!important;
}

}
@media only screen and (max-width: 350px) {
  .main-cart-price-qunty{
  	margin-top: 10px !important;
  }
  .cart-items-details input#quantity{
  	margin-right: 7px !important;
    margin-left: 7px !important;
  }
}
@media only screen and (max-width: 320px) {
img.cart-item__image {
    height: 100%!important;
    width: 100% !important;
  min-width: inherit !important;
}
  .main-cart-img-detals{
  	flex-wrap: wrap !important;
  }
  .cart-items-details {
    padding: 10px 0 0 0!important;
}
  .cart-items-details a{
  	max-width: 100% !important;
  }
  .ratil-title {
    font-size: 15px!important;
}
  .total-saved, .retail-price, .total-total {
    font-size: 17px!important;
}
  .continue-shopping-link, .checkout-button a {
    font-size: 15px!important;
}
  .checkout-button a {
    height: 45px!important;
}
  .cart-item__image-container.gradient.global-media-settings {
 
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
  .main-cart-price-qunty{
  	flex-direction: inherit!important;
  }
}
.half {
 display:inline-block;
 width:49%;
  vertical-align:top;
}
.second-half {
 margin-left:2%; 
}
.arrow {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  vertical-align: middle;
    margin-top: -6px;
  margin-left:2px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.search_slide{
  position: fixed;
  width: 100vw;
  left: 0px;
  background: white;

  box-shadow: 0 0 10px #ddd;
  top:-40vh;
  transition:all 0.3s ease-in-out;
  z-index:99;
}
.search_slide.active{
  top:43px;
  
}
div#predictive-search-results {
    display: flex;
}
.productList {
  flex: 60%;
  display: inline-block;
  padding: 0 2%;
}
.collectionList {
  flex: 25%;
}
.predictive-search__results-list{
  display:flex;
  flex-wrap: wrap;
}
.productList li.predictive-search__list-item {
    flex: 50%;
}
.collectionList ul#predictive-search-results-list {
    flex-direction: column;
}
ul#predictive-search-results-list {
    list-style: none;
  padding-left:0;
}
.productList a.predictive-search__item {
    flex: 50%;
    padding: 5px 10px;
}
.productList li.predictive-search__list-item {
    display: flex;
}
.productList .predictive-search__item-content {
    padding-left: 10px;
}
.predictive-search__heading {
    font-size: 1.5rem;
    color: gray;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
}
.collectionList {
    padding:0 5% 0 2%;
}
div#predictive-search-results {
    padding: 1% 3%;
}
.slideSearch {
    width: 50vw;
    margin: auto;
    display: block;
    height: 45px;
    border: 1px solid #2c6b3b;
    border-radius: 40px;
    box-shadow: inset 0px 0px 8px 0px #d0d0d0;
    text-indent: 40px;
      text-transform: uppercase;
}

.price-ps del {
    color: gray;
    padding-right: 5px;
}
a.predictive-search__item {
    color: black;
}
a.predictive-search__item:hover {
    opacity:0.6;
}
span.price.price-ps {
    color: red;
}
.close-ps {
    position: absolute;
    right: 10vw;
    top: 35px;
    border-radius: 50px;
    border: 1px solid;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    text-transform: capitalize;
}
predictive-search form {
    padding: 30px 0;
  padding-top:60px;
}
.ps-overlay.active {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: #00000069;
}

.close-ps{
  cursor:pointer;
}

#searchresults .collections-swip-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
div#searchresults > form input[type=text] {
    height: 42px;
    text-indent: 30px;
}

div#searchresults > form {
    text-align: center;
    margin-top: 4%;
}
div#searchresults > form input[type=submit]{
    width: 120px;
    background: linear-gradient(180deg,#3A854D 0%,#2C6A3C 100%);
    border-radius: 40px;
    border: none;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    height: 42px;
}
body.ps-active {
    overflow: hidden;
}
body.ps-active div#predictive-search-results {
    display: block;
  display:flex;
}
div#predictive-search-results {
    display: none;
}
@media screen and (max-width:767px){
  .search_slide{
    position:unset!important;
    box-shadow:unset!important;
    width: 95vw;
  }
  div#predictive-search-results {
    display: block!important;
}
  .close-ps{
    display:none!important;
  }
  
   div#predictive-search-results {
    display: block!important;
    border-bottom: 1px solid #2a6b3b;
    box-shadow: 0px 1px 2px #beb8b6;
  }
  .predictive-search__results-list{
    flex-direction:column;
    
  }
  .mob-css-only{display:block;}
  a.mobile-only.btn.btn-search {
    margin-top: 15px;
    padding: 10px;
    color: white;
    text-align: center;
    border-radius: 40px;
    font-weight: 600;
    background: linear-gradient(180deg,#3A854D 0%,#2C6A3C 100%);
    box-shadow: 0 9px 20px #2c6a3c4f;
  }
  .cart-container.mobile-only {
    position: relative;
}

.cart-container.mobile-only svg + span {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 1px solid;
    display: block;
    position: absolute;
    top: 15px;
    right: 3px;
    background: #e73f46;
    line-height: 22px;
    font-weight: 700;
    color: white;
    text-align: center;
}

}
.checkout-button.continue_shopping {
    max-width: 260px;
}
.logo_review_cart ul {
    list-style: none;
    padding-left: 0px;
}
.logo_review_cart li img {
    max-width: 75%;
}
.logo_review_cart li img {
    width: 155px;
    margin: auto;
}
.logo_review_cart li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.customer-say-cart ul {
    list-style: none;
    padding: 0px;
}
.customer-say-cart ul li svg {
    height: 25px;
}
.customer-say-cart ul li svg g path {
    fill: #f0ab3d;
}
.customer-say-cart {
    text-align: center;
}
.customer-say-cart {
    padding: 10px;
    background: white;
}
.customer-say-cart ul li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.cart-icon-item.cart-top-header svg + span {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 1px solid;
    display: block;
    position: absolute;
    top: 0px;
    right: -15px;
    background: #e73f46;
    line-height: 22px;
    font-weight: bold;
}
.cart-icon-item.cart-top-header {
    position: relative;
}
.home-view .Realistic-blend {
    display: none;
}
@media screen and (max-width:768px){
  .featured-collection-box .page-width {
    padding: 0px;
}
  div#main-header{
    max-height:54px;
  }
}
@media screen and (max-width: 767px ){
  #searchresults .main-filter-title{
    display:none!important;
  }
  .mobile-menu-other-links ul li {
    max-width: 50%;
    flex: 50%;
  }
  
  .mobile-menu-other-links ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .mobile-grid .collection-details {
    box-shadow: 0 4px 4px #00000040;
  }
  .mobile-grid .collection-details .product-vendor h3{
    padding-bottom:5px!important;
  }
  .product-cart-item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .Realistic-blend h6 {
    margin-bottom: 6px;
    margin-top: 6px;
  }
  .mobile-grid .Product-price {
    margin-bottom: 0px!important;
  }
}
@media screen and (max-width: 438px ){
  .home-view .cart-main-detail{
    padding-left:0px!important;
    padding-right:0px!important;
  justify-content:center;
  }
  .home-view .collection-details .product-vendor h3{
    text-align:center;
    font-weight:bold;
  }
  .home-view .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star,.home-view .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star,.home-view .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star, .home-view .yotpo.bottomline .yotpo-bottomline .yotpo-icon-star, .home-view .yotpo.bottomline .yotpo-bottomline .yotpo-icon-half-star,.home-view .yotpo.bottomline .yotpo-bottomline .yotpo-icon-empty-star, .home-view .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-star,.home-view .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-half-star, .home-view .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-empty-star{
    font-size:14px!important;
  }
  .home-view h5 {
    display: none;
}
 .home-view .collection-details .Product-price h4 {
    font-size: 16px;
}
}

.featured-collection-box .collection-details .product-vendor h3 {
    text-align: center!important;
}
.featured-collection-box .collection-details .Product-price h5 {
    display: none;
}
.featured-collection-box .main-button-grid {
    display: block;
    width: 100%;
}
.mobile-menu-link, .mobile-menu-link a {
    font-family: 'Poppins';
    font-weight: 600!important;
    color: #767676;
    font-size: 18px;
}

.mobile-menu-link.active:after {
    content: '';
    width: 98%;
    height: 2px;
    background: #2c6a3c;
    position: absolute;
    bottom: 0px;
    left: 1%;
}
.mobile-menu-link.active, .mobile-menu-link a.active {
    color: #2c6a3c;
    display: inline-block;
    position: relative;
}

.nav-down header#Header {
    top: 0px;
}

.nav-up header#Header {
    top: -200px;
}
body header#Header {
    transition: all 0.4s ease-in-out;
}
a.tel-mobile {
    height: 21px;
    margin-right: 5px;
    width: 23px;
    overflow:hidden;
}
.cart-container.mobile-only {
    display: flex;
    align-items: center;
}

.key-features ul li {
    width: 50%;
}
.key-features ul {
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
   
}
.key-features ul li span.icon {
   position: absolute;
    top: 50%;
    left: 0;
    right: initial;
    height: 35px;
    width: 35px;
    display: inline-block;
    vertical-align: middle;
   text-align: center;
    margin: 0;
    transform: translateY(-50%);
}
.key-features ul li {
    width: 50%;
    margin-bottom: 15px;
    padding-right: 20px;
    font-weight: 600;
    color: #808080;
    font-size: 1em;
    text-decoration : underline;
    position:relative;
    cursor:pointer;
   padding-left: 44px;
    line-height: 20px;
}

.key-features .popup {
    left: 50px;
    font-size: 15px;
    background: #F2F3F5;
    position: absolute;
    width: 281px;

    display: none;
    bottom: 45px;
    z-index: 9999;
    padding: 10px;
    text-align: center;
    font-weight: 400;
    line-height: 1.3em;
}
.popup:after {
    content: '';
    height: 30px;
    width: 30px;
    position: absolute;
    bottom: -20px;
    left: 0px;
    border-right: 30px solid transparent;
    border-top: 25px solid #F2F3F5;
}
.key-features li:hover .popup, .key-features li:active .popup {
  display:block;
}
.key-features h3:first-child {
    color: black;
    font-size: 1em;
    font-weight: 600;
}
@media screen and (max-width:768px){
  .main-product-section .product-title {
    margin-top: 2rem;
  }
  .key-features ul li{
    font-size:1.3em;
    width:100%;
  }
  .key-features .popup {
    width: calc(100vw - 100px);
}
  .mobile-only.tab-link a {
    color: #808080;
    font-weight:bold;
}

  .mobile-only.tab-link {
      font-size: 1.4em;
      line-height: 2em;
      border-bottom: 1px solid #ddd;
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .mobile-only.tab-link:after {
      content: '+';
      position: absolute;
      right: 15px;
      font-size: 2em;
      font-weight: 300;
    transition: all 0.3s;
  }
  .mobile-only.tab-link.nav-current:after {
    transform: rotate(45deg);
}
}
.collections-grid-custom .product-cart-item.mobile-grid .collection-details {
    box-shadow: 0 4px 4px #00000040;
}

.proudct-single__related-items .product_list {
    width: unset;
}
.proudct-single__related-items {
    margin-top: 20px;
}
.key-features {
    width: 100%;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width:1400px){
  .key-features ul li {
    padding-right: 10px;
    font-size: 0.85em;
  }
  .key-features ul li span.icon{
    margin-right:5px;
  }
}
@media screen and (max-width:1050px){
  .key-features ul li{
    font-size:1em;
    width:100%;
  }
}
a.btn.klaviyo-bis-trigger:hover {
    opacity: 0.9;
}

a.btn.klaviyo-bis-trigger {
    display: block;
    width: 150px;
    background: linear-gradient(3deg, #e22637, #c01928);
    max-width: 240px;
    padding: 10px 5px;
    color: white;
    margin: auto!important;
    margin-top: 20px!important;
    font-weight: 600;
    border-radius: 50px;
    box-shadow: 0 0 9px #e22637a8;
    transition: all 0.3s;
}
.row-offer.desktop-only{
  height:52px;
}
.benefit-container .benefit-flex-item:nth-child(2) {
  width: 28%;
}
.benefit-container .benefit-flex-item img {
  max-width: 30px;
}
  .benefit-container .benefit-flex-item{
    width:35%;
  }
}
@media screen and (max-width:767px){
.mobile-nav-container.mobile-only {
  top: 100px!important;
  z-index: 9;
}
predictive-search form {
  padding: 15px 0 30px;
}
}
.product-page-right-part .yotpo.bottomLine {
    min-height: 18px;
}

div#shopify-section-footer {
    background: #2c6a3b;
}
div#shopify-section-footer ul.footer-list a,div#shopify-section-footer  ul.footer-list li {
    color: white;
}
@media screen and (min-width:769px){
.secondary-footer {
    border-top: 1px solid #3f7c4e;
}
.section-footer.page-width {
    border-top: 1px solid #3f7c4e;
}
}
div#shopify-section-email-from {
    margin-top: 55px;
}
.product-description .mobile-only.tab-link.nav-current {
    background: #2c6a3b;
    color: white!important;
}
.product-description .mobile-only.tab-link.nav-current a {
  color:white;
}
.product-description .mobile-only.tab-link {
    padding-left: 10px;
}

.footer-flex-item.active .footer-item {
    background: #f5f5f5;
}
.footer-flex-item.active .footer-item a {
    color: #2c6b3b!important;
}
.fin-option {
    padding-left: 10px;
    padding-right: 10px;
}
div#financeBlock {
    background: #f2f3f5;
    padding-left: 10px;
    padding-right: 10px;
}

.chat-icon a {
    display: block;
    padding: 15px 30px;
    font-weight: bold;
    font-size: 20px;
    color: #2b6a3b;
  text-decoration:underline;
}
div#menu-drawer {
    border-top: none;
    border: none;
}
.menu-drawer__navigation-container {
    background: white;
    border: none!important;
}
@media screen and (max-width:768px){
  .newsletter-form__field-wrapper .field {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width:768px){
.search_slide{
  top: 50px;
  position: absolute!important;
  left:-150vw;
  width:00vw;
  transition:all 0.3s;
}
.search_slide.active {
  
  width: 100vw;
  left:0vw;
}
.slideSearch {
    width: 60vw;
    margin: auto; 
    display: block;
    height: 45px;
    border: 1px solid #2c6b3b;
    border-radius: 0;
    text-indent: 15px;
    box-shadow: none;
    text-transform: uppercase;
    font-size: 16px;
    background: white;
}
  div#search-icon-mob {
    align-self: center;
    padding-left: 4px;
    height: 3.4rem;
}
  .close-ps{
    display:block!important;
  }
  div#main-header .logo-container img {
    padding-left: 15px;
    padding-right: 15px;
}
  .close-ps:after {
    content: 'CLOSE';
    font-size: 12px;
    line-height: 40px;
    padding: 5px;
    font-weight: bold;
    opacity: 0.7;
    text-decoration: underline;
}
  .close-ps {
    position: absolute;
    right: 4vw;
    top: 8px;
    border-radius: 0;
    width: unset;
    height: unset;
    border:none;
    line-height: 36px;
    font-size: 0px;
    text-align: center;
    text-transform: capitalize;
}
  predictive-search form{
    padding:7px 0px;
  }
}
.benefit-container.desktop-only.product img {
    max-width: 30px;
}