/*
Theme Name: Plant 3
Theme URI: https://seedwebs.com/package/plant/
Author: Seed Webs
Author URI: https://seedwebs.com
Description: General Purpose Theme
Version: 3.2.2
Requires at least: 5.3
Tested up to: 6.2.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: plant
Tags: featured-images, custom-menu
*/

/*
===========================================

This theme use SCSS, please check

1. assets/scss/_global.scss - for starter code in global folder.
2. assets/scss/style-m.scss - will be compiled to assets/css/style-m.css and used for mobile version.
3. assets/scss/style-d.scss - will be compiled to assets/css/style-d.css and used for desktop version.
    
=========================================== 
*/
#menu-main-menu .menu-item a:hover {
  color: var(--s-nav-hover);
}

.img_wrap {
  width: 100%;
  /* height: 413px; */
  overflow: hidden;
  background-size: cover;
  position: relative;
  background-image: url("/wp-content/uploads/2024/05/image-5.png");
  padding-top: 75%;
  /* color: blue; */
  position: relative;
}

.filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3d5185dc;
}

#product_feature {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3d5185;
}

.feature_items {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 100px;
  color: white;
  font-size: 20px;
  height: 73px;
  transition: all 0.3s;
}

.feature_items:hover {
  background-color: #3f9d78;
  color: white;
}
/*-- Mobile Version --*/
@media (max-width: 1023px) {
  #product_feature {
    justify-content: space-around;
    padding: 0 1rem;
    padding: 0;
    justify-content: space-evenly;
  }
  .feature_items {
    padding: 1rem 0;
    font-size: 0.7rem;
    height: auto;
    width: 100%;
  }
}
.bg-filter {
  width: 40%;
}

.bg-filter-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.s-container {
  position: relative;
  z-index: 1;
}

.tile {
  position: relative;
  --pic: url("/wp-content/uploads/2024/05/image-5.png");
  font-family: var(--s-heading);
}

.tile[data-tile-type="0"] {
  background: #f5f6fa;
}
.tile-pic {
  background-image: var(--pic);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.tile[data-tile-type="1"] {
  direction: rtl;
}

.tile-bg {
  width: 35%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to top, #3d5185dd, #3d5185dd), var(--pic);
  background-size: cover;
  background-position: center;
}

.tile[data-tile-type="1"] .tile-bg {
  left: unset;
  right: 0;
  display: none;
}

.tile-content {
  position: relative;
  z-index: 1;
}

/*-- Mobile Version --*/
@media (max-width: 1023px) {
  .tile-bg {
    width: 100%;
    height: 0;
    padding-top: 90%;
  }

  .tile-pic {
    padding-top: 100%;
  }
}

.ffont {
  font-family: var(--s-heading);
}
.home-blog {
  --count: 8;
  --block: 3;
  --gap: 2rem;
  --space: calc(var(--block) - 1);
  --fkt-arrow: -22px;

  font-family: var(--s-heading);
  padding-top: 2.5rem;
  bottom: 2.5rem;
}
.home-blog .-header .-left {
  font-size: 24px;
  font-weight: 700;
  line-height: 36.29px;
  color: #3d5185;
}
.home-blog .-header .-left .-subtitle {
  color: #000;
}

.home-blog .-seemore {
  background: #f5f6fa;
  font-size: 16px;
  font-weight: 700;
  line-height: 24.19px;
  text-align: left;
  width: 12rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3d5185;
}
.home-blog .-seemore:hover {
  background: #3f9d78;
  color: var(--s-bg-1);
  background-color: var(--s-color-1);
}

.home-blog .-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4rem;
}

.home-blog .-body .-seemore {
  font-size: 20px;
}

.home-blog .-card {
  width: 400px;
  width: calc(100% / 3 - var(--gap));
  margin-right: var(--gap);
  padding-bottom: 2rem;
}
.home-blog .-cards-slide {
}

.home-blog .-card .-img,
.s-content .-card .-img {
  width: 100%;
  padding-top: 100%;
  background: #eee;
  background-image: var(--img);
  background-size: cover;
  background-position: center;
}
.home-blog .-card .-p-title,
.s-content .-card .p-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #3d5185;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.home-blog .-card .-p-subtitle,
.s-content .-card .-p-subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
}

.home-blog .-link,
.s-content .-home-blog {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.5rem;
}

.home-blog .flickity-button {
  top: calc(var(--s-container-width) / 3 / 2.4);
}

.home-blog .flickity-prev-next-button.previous {
  left: var(--fkt-arrow);
}
.home-blog .flickity-prev-next-button.next {
  right: var(--fkt-arrow);
}

/*-- Mobile Version --*/
@media (max-width: 767px) {
  .home-blog {
    --fkt-arrow: 0;
  }
  .home-blog .-header {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .home-blog .-header .-left {
    font-size: 1.2rem;
    text-align: center;
  }
  .home-blog .-header .-left .-subtitle {
  }
  .home-blog .-card {
    /*    --gap:.5rem;*/
    width: calc(100% / 1.2 - var(--gap));
  }
  .home-blog .flickity-button {
    top: calc(var(--s-container-width) / 3.2);
  }
}
.footer-top {
  background: #3d5185;
  color: #fff;
  padding: 3rem 0;
}

.footer-top .-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  align-items: center;
}
.footer-top .-left {
}

.footer-top .-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 1023px) {
  .footer-top .-inner {
    grid-template-columns: 1fr;
  }
  .footer-top .-right {
    flex-flow: row wrap;
    justify-content: flex-start;
  }
}

.archive-section .page-title {
  color: #3d5185;
}

.s-paging .current {
  background: var(--s-color-1);
  color: #fff;
}
.single-author .author-pic {
  display: flex;
  justify-content: center;
}
.wpcf7-submit {
  background-color: var(--s-color-1);
  padding: 0.5rem 1.5rem;
  color: white;
}
.wpcf7-submit:hover {
  cursor: pointer;
  background-color: var(--s-color-2);
}
.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content p {
  margin: 1em 0;
}
.single-content ol,
.single-content ul {
  list-style: auto;
}

.single-content ol {
  margin: 0 0 1.5em 0;
  padding-left: 1.2em;
}
.single-content ul {
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
  margin: 0 0 1.5em 0;
  padding-left: 1.2em;
}
.single-main header h1 {
  font-size: 2rem;
  font-weight: 700;
}
.single-related .s-container > h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}

.search-panel {
  top: calc(var(--s-head-height) + var(--header-contact-h));
}
.vid iframe {
  position: relative;
  width: 100%;
  height: 220px;
}
@media (max-width: 1023px) {
  .vid iframe {
    height: 390px;
  }
}
@media (max-width: 546px) {
  .vid iframe {
    height: 250px;
  }
}

.home-blog.archive-home-blog .-card {
  width: 100%;
}
#about-title .-title {
  font-size: 32px;
  font-weight: 700;
  color: #3d5185;
}
#about-title .-subtitle {
  font-size: 32px;
  font-weight: 700;
}
#about-image + * {
  margin-top: 2em;
}
.seperate-about {
  width: 100%;
  height: 4px;
  background: green;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.read-more-footer {
  background-color: #3d5185;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
}
.card .post-title:hover {
  opacity: 0.5;
}
.wp-block-woocommerce-cart.alignwide {
  padding: 0 1rem;
}
body.woocommerce-cart.woocommerce-page header h1,
body.woocommerce-checkout.woocommerce-page header h1 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #3d5185;
}
p.woocommerce-notice.woocommerce-notice--success {
  text-align: center;
}
body.single-product #content #primary #main {
  max-width: 100%;
}
body.single-product #content{
  margin:2rem 0;
}
body.single-product .product_meta{
  display: none;
}
.add-to-cart-button {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  
}
.add-to-cart-button .button{
  width: 12rem;
  color: #3d5185;
  background-color: #f5f6fa;
  font-size: 20px;
  font-weight: 700;
}
body.woocommerce-cart #page .site-content {
  margin-top: 2rem;
}
body.woocommerce-checkout input,.woocommerce-checkout select{
  padding:0.5rem
}
body.woocommerce-checkout h3{
  margin-bottom: 1rem;
  font-weight: 700;
}
body.woocommerce-checkout #content a{
  color: var(--s-color-1);

}
