/*
Theme Name: Green Pease Garden
Theme URI: https://solutionstree.org/
Description: Green Pease Garden by Pawan Kaushish
Author: Pawan Kumar
Author URI: https://solutionstree.org/
Text Domain: Green Pease Garden
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/ 

/********** Template CSS **********/


.top-rell{
    justify-content: space-evenly;
}


:root {
    --primary: #348E38;
    --secondary: #525368;
    --light: #E8F5E9;
    --dark: #0F4229;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
   /* height: 80px*/
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 14px;
    font-weight: 500;
    outline: none;
	text-transform:uppercase;
	letter-spacing:2px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
   /* background: rgba(15, 66, 41, .6);*/
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

.carousel-control-prev {
  left: -24px;
}
.carousel-control-next {
	  right: -24px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Top Feature ***/
@media (min-width: 991.98px) {
    .top-feature {
        position: relative;
        margin-top: -80px;
        z-index: 1;
    }
}


/*** Facts & Quote ***/
.facts,
.quote {
    background: rgba(15, 66, 41, .6);
}


/*** Service ***/
.service-item {
    position: relative;
    text-align: center;
	width:50%;
}

.service-item .service-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.service-item .service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    transform: scale(1.2);
    transition: .3s;
    z-index: -1;
}

.service-item:hover .service-img img {
    transform: scale(1);
}

.service-item .service-text {
    background: #FFFFFF;
   /* box-shadow: 0 0 45px rgba(0, 0, 0, .08);*/
    transition: .3s;
}

.service-item:hover .service-text:hover {
    background: rgb(143, 208, 42,0.5);
	  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


.service-item .service-text h4,
.service-item .service-text p {
    transition: .3;
}

.service-item:hover .service-text h4 {
    color: #FFFFFF;
}

.service-item:hover .service-text p {
    color: var(--light);
}

.service-item .service-text .btn-square {
    width: 150px;
    height: 150px;
    background: transparent;
    transition: .5s;
	background: #ebebeb;
}
.service-item .service-text .btn-square img{width:120px;
}

.service-item:hover .service-text .btn-square {
    background: var(--light);
}

.service-item .service-text .btn {
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: var(--light);
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
}

.service-item:hover .service-text .btn {
    width: 112px;
}


/*** Project Portfolio ***/
#portfolio-flters {
    display: inline-block;
    background: var(--light);
    padding: 10px 15px;
}

#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--primary);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--dark);
    border-color: var(--dark);
}

.portfolio-inner {
    position: relative;
    overflow: hidden;
}

.portfolio-inner::before,
.portfolio-inner::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(15, 66, 41, .6);
    transition: .5s;
}

.portfolio-inner::after {
    left: auto;
    right: 0;
}

.portfolio-inner:hover::before,
.portfolio-inner:hover::after {
    width: 50%;
}

.portfolio-inner .portfolio-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.portfolio-inner:hover .portfolio-text {
    transition-delay: .3s;
    opacity: 1;
}

.portfolio-inner .portfolio-text .btn {
    background: var(--light);
    color: var(--primary);
}

.portfolio-inner .portfolio-text .btn:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Team ***/
.team-item {
    position: relative;
    overflow: hidden;
}

.team-item .team-text {
    position: absolute;
    width: calc(100% - 45px);
    left: -100%;
    bottom: 45px;
    padding: 1.5rem;
    background: #FFFFFF;
    border-radius: 0 4px 4px 0;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    left: 0;
    opacity: 1;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}

.team-item .team-img .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.team-item:hover .team-img .team-social {
    transition-delay: .3s;
    opacity: 1;
}


/*** Testimonial ***/

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 10px;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 4px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}



/*** Product Front ***/

.product-front .owl-item img {
    width: 300px;
    height: 300px;
}

.product-front .owl-nav {
	margin-top: 45px;
	display: flex;
	width: 100%;
	text-align: center;
	justify-content: center;
}

.product-front .owl-nav .owl-prev,
.product-front .owl-nav .owl-next {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 4px;
    font-size: 22px;
    transition: .5s;
	text-align:center;
	
}

.product-front2 .owl-nav .owl-prev:hover,
.product-front2 .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}
.product-item h4 {
	font-size: 22px;
	font-weight: 400 !important;
	text-align: center;
}


.product-front .owl-item img {
    width: 400px;
    height: 400px;
}

.product-front2 .owl-nav {
	margin-top: 45px;
	display: flex;
	width: 100%;
	text-align: center;
	justify-content: center;
}

.product-front2 .owl-nav .owl-prev,
.product-front2 .owl-nav .owl-next {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 4px;
    font-size: 22px;
    transition: .5s;
	text-align:center;
	
}

.product-front3 .owl-nav .owl-prev:hover,
.product-front3 .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}



.product-front2 .owl-nav {
	margin-top: 45px;
	display: flex;
	width: 100%;
	text-align: center;
	justify-content: center;
}

.product-front3 .owl-nav .owl-prev,
.product-front3 .owl-nav .owl-next {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 4px;
    font-size: 22px;
    transition: .5s;
	text-align:center;
	
}

.product-front3 .owl-nav .owl-prev:hover,
.product-front3 .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}
.product-item h4 {
	font-size: 22px;
	font-weight: 400 !important;
	text-align: left;
}
.product-price{font-size:16px;
color:#333;
}
.product-stock {
	position: absolute;
	/* bottom: 0px; */
	right: 30px;
	z-index: 2;
	background: #F30;
	color: #fff;
	padding: 0 7px;
	font-size: 14px;
	font-weight: 500;
	line-height: 25px;
	margin-top: 5px;
}

/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: var(--light);
    background: #072A19;
}

.copyright a {
    color: #FFFFFF;
}

.copyright a:hover {
    color: var(--primary);
}
.font12{ font-size:13px;
}
.count-wishlist {
	position: absolute;
	top: 32px;
	right: 7px;
	width: 17px;
	height: 17px;
	line-height: 17px;
	display: inline-block;
	color: #fff;
	text-align: center;
	background: #313232;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	font-size: 11px;
}
.font28{ font-size:35px;
text-align:left;
font-weight:500  !important;

}

.font15 {
	font-size: 19px;
	text-align: left;
	font-weight: 400 !important;
	letter-spacing: 1px;
	padding-left: 20px;
	padding-top: 5px;
	color: #6a6969;
}
.button-slider {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 50px;
	letter-spacing: 2px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding: 0px 40px 0px 40px !important;
	display: inline-block;
	color: #000;
}
.button-slider:hover { background-color:#529f56;
}
.flex-shrink-0.rounded-circle.features img{width:100px;
}
.filter-sidebar { background: #fff; border: 1px solid #e9e6e0; padding: 20px 0px; margin-top: -1px; margin-right: 0px; display: inline-block; width: 100%;
 margin-bottom: 20px; padding:10px; }
.filter-sidebar h2 { font-size: 16px; }
.filter-sidebar .form-title { border-bottom: 1px solid #e9e6e0; margin-bottom: 20px; }
.filter-sidebar .form-group { margin-bottom: 20px; border-bottom: 1px solid #e9e6e0; padding-bottom: 30px; }
.filter-sidebar .form-group:last-child { border: none; margin: 0; padding-bottom: 0px; }
.filter-sidebar .control-label { font-size: 12px; text-transform: uppercase; font-weight: 700; }
.tools-filters-item-name {
	display: inline-block;
	vertical-align: middle;
	color: #202428;
	max-width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 400;
	padding-left: 0px;
	line-height: 35px;
}
.tools-filters-item-count {
	font-size: 15px;
	line-height: 21px;
	color: #8c8c8c;
	margin-left: 5px;
	margin-top: 3px;
	display: inline-block;
	float: right;
	font-weight: 400;
}
.product-p-head{font-size:30px;
}
.text-grey{color:#999;
font-size:16px;
padding:10px 0px 10px 0px;
}
.white-box-rounded {
    background-color: #fbfbfb;
    box-shadow: 0 2px 10px #e3e3e3;
    border-radius: 17px;
}
.product__info .freqBought {
	display: block;
	background: #F9F4F4;
	border-radius: 7px;
	padding: 15px 12px;
	margin-top: 0;
}
.product__info .title-freqBought {
	text-transform: uppercase;
	font-size: 14px;
	
}
.product__info .freqBought .upsell-card .upsell-card__content * {
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
}
.product__info-heading .freqBought .upsell-card .upsell-card__content img {
  height: 64px;
  width: auto;
}
.product__info-heading .freqBought .upsell-card .upsell-card__content a, .product__info-heading .freqBought .upsell-card .upsell-card__content a:hover {
	color: #5a5b5a;
	line-height: 1.2;
	text-decoration: none;
}
.product__info-heading .freqBought .upsell-card .upsell-card__content .upsell-card__price {
  color: #019250;
}

.qunt {
  margin: 0 auto;
  text-align: left;
  padding-top: 47px;
}

.value-button {
	display: inline-block;
	/* border: 1px solid #194b19; */
	/* margin: 0px; */
	width: 45px;
	height: 45px;
	text-align: center;
	vertical-align: middle;
	padding: 11px 0;
	background: #194b19;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 15px;
}

.value-button:hover {
  cursor: pointer;
}

.qunt #decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
  padding:12px;
  color: #fff;
  font-size: 25px;
}

.qunt #increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
   padding:12px;
   color: #fff;
   font-size: 25px;
}

.qunt #input-wrap {
  margin: 0px;
  padding: 0px;
}

input#number {
	text-align: center;
	border: none;
	border-top: 1px solid #194b19;
	border-bottom: 1px solid #194b19;
	margin: 0px;
	width: 45px;
	height: 45PX;
	padding-bottom: 6px;
	-moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
	-moz-appearance: number-input;
}
.add-to-cart button{width:100%;
padding:6px !important;
}
.discp{ vertical-align:top;
}
.font19{
	font-size: 19px;
	text-align: left;
	font-weight: 400 !important;
	letter-spacing: 1px;
	color: #0f4229;
}

.horVerSlider {
    padding: 10px 0;
    float: left;
    display: block;
    position:relative;
  }
  
  .horVerSlider .wishlist {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: #9e9e9e 1px solid;
      position: absolute;
      top: 70px;
      right: -38px;
      z-index: 9999;
      background:#FFFFFF;
      cursor:pointer;
  }
  
  
  .horVerSlider .wishlist .heart {
      display: inline-block;
      height: 14px;
      margin: auto;
      position: relative;
      top: 5px;
      bottom:0;
      right:0;
      left:0;
      position:absolute;
      transform: rotate(-45deg);
      width: 14px;
      z-index:9;
      background-color: #ced4da;
  }
  
  .horVerSlider .wishlist .heart.addedwishlist {
      background-color: #0a4a2f;
  }
  
  .horVerSlider .wishlist .heart.addedwishlist:after {
      background-color: #0a4a2f;
  }
  
  .horVerSlider .wishlist .heart.addedwishlist:before {
      background-color: #0a4a2f;
  }
  
  .horVerSlider .wishlist .heart:before,
  .horVerSlider .wishlist .heart:after {
      content: "";
      background-color: #ced4da;
      border-radius: 50%;
      height: 14px;
      position: absolute;
      width: 14px;
  }
  
  .horVerSlider .wishlist .heart:before {
      top: -7px;
      left: 0;
  }
  
  .horVerSlider .wishlist .heart:after {
      left: 7px;
      top: 0;
  }
  
  .horizon-wrapper {
      padding: 0;
      float: left;
      position: relative;
      margin-left: 25px;
      top:0px;
  }
  
  .vertical-wrapper {
    float: left;
    display: block;
    position: relative;
  }
  
  #horizon-slider {
    width: 375px;
    height:550px;
    float: left;
    overflow: hidden;
    position: relative;
    margin-top:0px;
    float:right;
    display:block;
  }
  
  .fullscreen #horizon-slider {
      width: 800px;
      height: 800px;
  }
  
  .fullscreen #vertical-slider {
      margin-right: 50px;
  }
  
  #horizon-slider ul {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    flex-flow: row;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
  }
  
  #horizon-slider ul li {
      width: 380px;
      height: 100%;
      float: left;
      display: inline;
      text-align: center;
      overflow: hidden;
      background-size: cover !important;
      background-repeat: no-repeat;
      position: relative;
      background-position:center;
      border-radius:30px;
      
  }
  
  
  
  .fullscreen #horizon-slider ul li{
    width:800px;
  }
  
  .fullscreen .horizone-nav {
    width:925px;
    left:-60px;
  }
  
  #horizon-slider ul li img {
    width: auto;
    height: 100%;
    text-align: center;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  
  #horizon-slider ul li iframe {
    width: 100%;
    height: 500px;
  }
  
  #vertical-slider {
      width: 100px;
      height: 600px;
      float: left;
      overflow: hidden;
      position: relative;
      float: right;
      display: block;
  }
  
  #vertical-slider ul {
    width: 100px;
    height: 100%;
    margin: 0;
    padding: 0;
    flex-flow: row;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
  }
  
  #vertical-slider:before {
      height: 15px;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      /*background: #f9f9f9;*/
      z-index: 1000;
  }
  
  #vertical-slider ul li {
      width: 80px;
      height: 80px;
      float: left;
      display: inline;
      text-align: center;
      overflow: hidden;
      margin: 2px 0;
      border: 2px rgba(0,0,0,0) solid;
      box-sizing: border-box;
      background-size: contain;
      background-repeat: no-repeat;
      position: relative;
      cursor: pointer;
      background-position: center;
      border-radius: 10px;
  }}
  
  #vertical-slider ul li.video:before {
      content: "";
      background: url(/Content/images/play-btn.svg) no-repeat center;
      position: absolute;
      height: 100%;
      width: 100%;
      z-index: 100;
      background-size: 30px;
      left: 0;
      top: 0;
  }
  
      #vertical-slider ul li.active {
          border: 2px #ced4da solid;
      }
  
  #horizon-slider.zoomin ul li.video {
      cursor: pointer;
  }
  
  
  #vertical-slider ul li img {
    width: auto;
    height: 100%;
    text-align: center;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
  
  #vertical-slider ul li iframe {
    width: 100%;
    height: 100px;
  }
  
  .horizone-nav {
    width: 460px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -38px;
    right: 0;
    margin: auto;
    height: 0;
    z-index:9999;
  }
  
  .horizone-nav .prev {
    float: left;
    width: 23px;
    height: 20px;
    position: relative;
    margin-left: 10px;
    cursor: pointer;
  }
  
  .horizone-nav .next {
    float: right;
    width: 23px;
    height: 20px;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
  }
  
  .horizone-nav .prev .left {
    position: absolute;
    top: 12px;
    left: 15px;
    z-index: 7;
    cursor: pointer;
  }
  
  .horizone-nav .next .right {
    position: absolute;
    top: 12px;
    right: 15px;
    z-index: 7;
    cursor: pointer;
  }
  
  .vertical-nav {
    width: 17px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 560px;
  }
  
  .vertical-nav .top {
    width: 17px;
    height: 14px;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
  }
  
  .vertical-nav .bottom {
    width: 17px;
    height: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .vertical-nav .top .up {
    margin-left: 3px;
    cursor: pointer;
  }
  
  .vertical-nav .bottom .down {
    margin-left: 3px;
    cursor: pointer;
  }
  
  .horVerSlider i {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
  }
  
  .horVerSlider .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    padding: 7px;
    border-width: 0 2px 2px 0;
  }
  
  .horVerSlider .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    padding: 7px;
    border-width: 0 2px 2px 0;
  }
  
  .horVerSlider .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    padding: 4px;
  }
  
  .horVerSlider .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    padding: 4px;
  }
  
  .horVerSlider .dots {
    position: absolute;
    left:0;
    right: 0;
    bottom:-50px;
    z-index: 1000;
    height: 10px;
    margin: auto;
  }
  
  .horVerSlider .dots .dotwrap {
    margin: 0;
    padding: 0;
    height: 10px;
    display: flex;
    justify-content: center
  }
  .dots .dotwrap > div {
      width: 8px;
      height: 8px;
      display: inline-block;
      border-radius: 4px;
      background: #ced4da;
      content: "";
      margin: 0 7px;
      cursor: pointer;
  }
  
  .dots .dotwrap > div.active {
    background: #0a4a2f;
  }
  
  
  @media (max-width: 575.98px){
  #horizon-slider {
      width: 250px;
      height: 550px;
      float: left;
      overflow: hidden;
      position: relative;
      margin-top: 0px;
      float: right;
      display: block;
  }
  #horizon-slider ul li {
      width: 250px;
      height: 100%;
      float: left;
      display: inline;
      text-align: center;
      overflow: hidden;
      background-size: cover !important;
      background-repeat: no-repeat;
      position: relative;
      background-position: center;
      border-radius: 30px;
  }
  .horizone-nav {
      width: 300px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -38px;
      right: 0;
      margin: auto;
      height: 0;
      z-index: 9999;
  }
  .horizone-nav .prev {
      float: left;
      width: 24px;
      height: 20px;
      position: relative;
      margin-left: 38px;
      cursor: pointer;
  }
  }
  
  @media (min-width: 992px) {
   .container,
   .container-sm,
   .container-md,
   .container-lg {
    max-width:1140px;
   }
  }
  /*-------------------------------------------------------------------------------
  1.WordPress WYSIWYG styles
-------------------------------------------------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
  }
  
  .aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
  }
  
  .alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }
  
  .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
  
  .aligncenter {
    display: block;
    margin: 5px auto 5px auto;
  }
  
  @media only screen and (max-width:480px){
   .single .alignright,.single .alignleft{
   float:none;
   }
  }
  
  a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }
  
  a img.alignnone {
    margin: 5px 20px 20px 0;
  }
  
  a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
  
  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
  }
  
  .wp-caption.alignnone {
    margin: 5px 20px 20px 0;
  }
  
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
  }
  
  .wp-caption.alignright {
    margin: 5px 0 20px 20px;
  }
  
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
  }
  
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
  }

  /*-------------------------------------------------------------------------------
  4.Common Menu Styles
-------------------------------------------------------------------------------*/
.menu li {
    position: relative;
}
.menu li:hover > ul, .menu li.sfHover > ul {
    display: block;
}
.menu li:hover > a, .menu li a:focus {
    color: green;
}
.menu li ul {
    position: absolute;
    display: none;
    top: 100%;
    z-index: 1000;
    width: 150px;
    left: 1px;
    background-color: #f3f3f3;
}
.menu li ul a {
    display: block;
    text-transform: capitalize;
    border-width: 1px;
    line-height: 32px;
    color: #222;
   
}
.menu li ul a:hover, .menu li ul a:focus {
    background-color: #dadada;
    color: green;
}
.menu li ul ul {
    left: 100%;
}
.menu li ul li {
    text-align: left;
}
.menu li ul li:last-child a {
    border-bottom: 0;
}
.menu a {
	display: block;
	padding: 25px 0;
	padding-right: 10px;
	color: #0d3923;
	font-size: 14px;
	font-weight: 500;
	outline: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-right: 24px;
}
.menu > li {
    display: block;
    float: left;
}
.menu > li:last-child {
    margin-right: 0;
}
.menu > li > a {
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.menu-button{
    height: 92px;
}
.navbar-expand-lg .navbar-nav
{
	margin-right:10px;
}
.menu-button a{
    line-height: 38px;
    border-radius:4px;
    padding:0 20px;
    background-color:#fdb813;
    color: black;
    font-weight: bold;
    font-size:16px;
    margin-left:10px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.menu-button a:hover, .menu-button a:focus{
    background-color:#6e551a;
    color:white;
}
/*-------------------------------------------------------------------------------
  5.Header Menu Styles
-------------------------------------------------------------------------------*/
.primary-navigation{
    height: 92px;
    margin-right: 11px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;    
}
.primary-navigation .menu > li:not(.menu-button) >  a{
    line-height: 92px;
}
.current-menu-item a{
    color: green;
}
.primary-navigation a{
    color: rgb(2, 45, 2);
    text-transform: uppercase;
}
.sub-menu{
    list-style: none;
}
.sub-menu li a{
    text-transform: uppercase!important;
}
.footer-section-two h2{
	color:white;
}
.footer-section-three h2{
	color:white;
}
.footer-section-three ul li a {
    color: white;
}


.footer-section-three ul li{
	list-style: none;
}
ul.wp-block-page-list {
    padding-left: 33px;
    margin-top: 22px;
}


/* .cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
    margin-right:25px;
}*/
.fa-shopping-cart{
    font-size: 20px;
} 
/* .cart-contents:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;	
    content: "\f290" !important;
    font-size: 24px;
    color: #348e38;
} */
/* 
.cart-contents:hover {
    text-decoration: none;
}*/

.menu-main-menu-container {
    margin-right: 0px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
}



.cart-contents-count {
	position: absolute;
    top: 54px;
   	right: 17px;
   	transform: translateY(-105%) translateX(25%);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	height: 22px;
   	width: 22px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
    background: #000;
    border-radius: 50%;
    padding: 1px;  
} 
.cart-button-style{
    font-size: 24px;
    margin-right:25px;
}
.shop-page-title-st a{
    color: white!important;
}




.widget_block h2 {
    font-size: 1.5rem !important;
}

.wp-block-pages-list__item__link {
    text-transform: capitalize !important;
    margin-left: -20px !important;
}
.widget_text p {
    margin-top: 0px !important;
    line-height: 6px;
    position: relative;
    margin-left: 20px;
}
.widget_text::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0px;
    top: 16px;
    right: 0px;
    line-height: 14px;
}

.wp-block-pages-list__item ::before {
	position: relative;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
}

ul.li.widget.widget_block.wp-block-pages-list__item {
    margin-bottom: 0.5rem !important;
}


/* search option */

.togglesearch{
    background: #E8E8E4;
    position: absolute;
    top: 74px;
    right: 8%;
    width: 350px;
    height: 60px;
    line-height: 60px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-top:4px solid #D80B15;
    display: none;
  }
  
  .togglesearch:before{
    content: "";
    position: absolute;
    top: -30px;
    right: 13px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid #D80B15;
  }
  
  .togglesearch input[type="text"]{
    width: 200px;
    padding: 5px 10px;
    margin-left: 23px;
    border: 1px solid #D80B15;
    outline: none;
  }
  
  .togglesearch input[type="button"]{
    width: 80px;
    padding: 5px 0;
    background: #D80B15;
    color: #fff;
    margin-left: -6px;
    border: 1px solid #D80B15;
    outline: none;
    cursor: pointer;
  }

  ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 {
    margin: 0px;
    padding: 16px;
}

li.wc-block-product-categories-list-item {
    list-style-type: none;
    line-height: 29px;
	font-size: 15px;
	border-bottom: 1px solid #eee;
}
span.wc-block-product-categories-list-item__name a:hover{
    color: green;
}

span.wc-block-product-categories-list-item-count:hover {
    color: #95d21f;;
}



.hd-search{position: absolute;
    z-index: 505;
    right: 34px;
    }
    
    .search-form{
        height:40px;
        display:inline-block;
        border-radius:20px;
        background:#0f4229;
        line-height:40px;
        font-size:18px;
        overflow:hidden;
        position:relative;
        width:auto;
        z-index: 505;
        display: block;
    }
    
    .search-form span{
        width:40px;
        height:40px;
        display:inline-block;
        text-align:center;
    }
    span.slens{
        position:absolute;
        z-index:1;
    }
    .search-form input#s{
        width:0px;
        margin:0px 0px;
        padding:0px 0px 0px 34px;
        border:none;
        height:36px;
        vertical-align:top;
        position:relative;
        z-index:2;
        background:transparent;
        -webkit-transition: width 1s;
        transition: width 1s; 
        color: #fff;
    font-size: 13px;
    }
    
    input#s:focus{
        outline:none;
        width:180px;
    }
    
    .slens i{
        color:#fff;
    }
    
    input#s + .sclose{
        width:0px;
    }
    
    input#s:focus + .sclose{
        width:40px;
        cursor:pointer;
    }
    
    .sclose i{
        color:#94d020;
    }
    iframe {
        width: 100%;
        height: 500px;
    }
    .col-md-6 {
        margin-bottom: 1.5rem;
    }
  
    .submit-area {
        margin-top: 20px;
    }
    .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
        font-size: 14px !important;
        margin: 0;
        line-height: 1;
        cursor: pointer;
        position: relative;
        text-decoration: none;
        overflow: visible;
        padding: .618em 1em;
        font-weight: 700;
        border-radius: 3px;
        left: auto;
        color: #fff !important;
        background-color: #0F4229 !important;
        border: 0;
        display: inline-block;
        background-image: none;
        box-shadow: none;
        text-shadow: none;
    }

    
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    border: solid 1px #ccc;
    border-radius: 5px;
    height: 35px;
    font-size: 15px;
    padding-left: 10px;
}


.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
    background: rgba(241, 241, 241, 0.25);
}

.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads {
    margin-bottom: 2em;
    text-align: center !important;
}
.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1) !important;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
    text-align: center !important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none !important;
    width: 100% !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: none !important;
    width: 100% !important;
}

.cart_totals h2 {
    font-size: 25px !important;
}

.mycustom{
    text-align: center;
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-top: 1px solid #194b19;
    border-bottom: 1px solid #194b19;
    margin: 0px;
    width: 45px;
    height: 44PX;
    padding-bottom: 4px;
    -moz-appearance: textfield;
    }
    .custombtnadd{
        height: 44px;
    }
    .wc-tabs-wrapper .wc-tabs{
        display:none;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: left;
        width: 100% !important;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 75%;
        float: left;
        border: 2px solid #eee; 
        padding-top: 18px;
    }

    .woocommerce-MyAccount-navigation ul {
        margin: 0px;
        padding: 30px;
        /* border-bottom: 2px solid #eee !important; */
    }
    .woocommerce-MyAccount-navigation ul li {
        list-style-type: none;
        line-height: 33px;
        border-bottom: 2px solid #eee;

    }

    li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard {
        border-bottom: 2px solid #eee;
    }
    .pas-lost{
        width: 100% !important;
    }



    .woocommerce-order {
        text-align: center !important;
    }
    .woocommerce ul.order_details {
        margin: 0 0 3em;
        list-style: none;
        margin: auto !important;
        display: inline-block !important;
    }

    .page-header .breadcrumb-item, .page-header .breadcrumb-item a {
        font-size: 18px;
        color: var(--light);
        text-transform: capitalize;
    }
    .page-header .breadcrumb-item, .page-header .breadcrumb-item  {
        font-size: 18px;
        color: var(--light);
        text-transform: capitalize;
    }

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product
{
	background-color: #ececec;
    padding: 13px 25px !important;
}

body.term-bonsai .page-header
{
	background: linear-gradient(#0f422982, #0f42297a),url(http://greenpeacegardens.com/wp-content/uploads/2023/10/Bonsai-banner-1.jpg) top center no-repeat;
}

body.term-succulent .page-header
{
	background: linear-gradient(#0f422982, #0f42297a),url(http://greenpeacegardens.com/wp-content/uploads/2023/10/succulent-banner-1.jpg) top center no-repeat;
}

body.term-tropical-plants .page-header
{
	background: linear-gradient(#0f422982, #0f42297a),url(http://greenpeacegardens.com/wp-content/uploads/2023/10/tropical-plants.jpg) top center no-repeat;
}

body.term-air-plants .page-header
{
	background: linear-gradient(#0f422982, #0f42297a),url(http://greenpeacegardens.com/wp-content/uploads/2023/10/air-plants.jpg) top center no-repeat;
}

body.term-garden-decor  .page-header
{
	background: linear-gradient(#0f422982, #0f42297a),url(http://greenpeacegardens.com/wp-content/uploads/2023/10/garden-decor-1.jpg) top center no-repeat;
}

.wc-block-product-categories-list-item-count{
	// display:none;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product
{
	height:400px;
}
