@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0px;
  padding: 0px;
}

.body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1px;
  background-color: whitesmoke;
  overflow-y: scroll;
}

h1, h2, h3, h4, h5 {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3 {
  margin-bottom: 30px;
}

h3 {
  font-size: 35px;
}

a {
  text-decoration: none;
  color: inherit !important;
}

a.readmore {
  padding: 15px 35px;
  background-color: #325B2C;
  color: #fff !important;
  border-radius: 200px;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.container12, header, footer {
  position: relative;
  float: left;
  width: 100%;
}

article {
  width: 90%;
  margin: 0 auto;
}

header {
  padding: 3em 0;
}

header .logo {
  width: 145px;
  float: left;
}
header .logo img {
  width: 100%;
  height: auto;
}
header .navigation {
  float: right;
  display: flex;
}
header .navigation nav {
  margin-right: 12em;
}
header .navigation nav ul {
  margin: 0px;
}
header .navigation nav ul li {
  list-style: none;
  display: inline;
  margin-left: 1em;
}
header .navigation a {
  padding: 10px 20px;
  text-decoration: none;
  color: inherit;
}
header .shopnav {
  display: flex;
}
header .navigation .shopnav ul {
  margin: 0px;
  padding: 0px;
  display: flex;
}
header .navigation .shopnav ul li {
  list-style: none;
}
header .cart-customlocation {
  position: relative;
}
header .cart-customlocation .amount {
  font-size: 12px;
}
header .cart-customlocation .cartnum {
  position: absolute;
  background-color: #cfd4ce;
  border-radius: 200px;
  left: 31px;
  top: -8px;
  width: 19px;
  height: 19px;
  padding-top: 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 12px;
}

/* Menu Icon */
.hamb {
  cursor: pointer;
  padding: 47px 20px;
  z-index: 10;
  position: absolute;
  right: 3em;
} /* Style label tag */
.hamb-line {
  display: block;
  height: 2px;
  position: relative;
  width: 24px;
} /* Style span tag */
.hamb-line::before {
  border-top: solid 1px var(--white);
  border-bottom: solid 1px var(--white);
  content: "";
  display: block;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 42px;
  height: 13px;
}

.hamb-line::before {
  top: 5px;
}

.hamb-line::after {
  top: -5px;
}

.side-menu {
  display: none;
} /* Hide checkbox */
/* Toggle menu icon */
.side-menu:checked ~ .navigation {
  max-height: 100%;
  display: block;
}

.side-menu:checked ~ .hamb .hamb-line {
  background: transparent;
}

.side-menu:checked ~ .hamb .hamb-line::before {
  transform: rotate(-45deg);
  top: 0;
}

.side-menu:checked ~ .hamb .hamb-line::after {
  transform: rotate(45deg);
  top: 0;
}

#stage a {
  position: absolute;
}

#stage a img {
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
}

#stage a:nth-of-type(1) {
  animation-name: fader;
  animation-delay: 4s;
  animation-duration: 1s;
  z-index: 20;
}

#stage a:nth-of-type(2) {
  z-index: 10;
}

#stage a:nth-of-type(n+3) {
  display: none;
}

@keyframes fader {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Nav menu */
.home .banner {
  margin-bottom: 3em;
}

.banner .bannerimg {
  height: 75vh;
  background-size: 95%;
  background-repeat: no-repeat;
  background-position-x: right;
}
.banner .bannerimg .bannercaption {
  position: absolute;
  bottom: 7em;
  width: 70vw;
}
.banner .bannerimg .bannercaption h2 {
  font-size: 72px;
  line-height: 1;
}

article.thinwidth {
  padding: 0px 6em;
}

.woocommerce {
  padding: 0 5em;
}

.woocommerce ul.products li.product .price {
  font-size: inherit !important;
}

.woocommerce ul.products li.product .onsale {
  padding: 0px 37px;
  margin-top: 31px;
  background-color: #FF9800;
  border-radius: 200px;
  right: -14px !important;
  left: auto !important;
}

.woocommerce ul.products li.product .button {
  border-radius: 200px;
  font-weight: 400;
  background-color: #325b2c;
  color: #fff !important;
  font-size: 14px;
  padding: 11px 21px;
}

.wp-image-205 {
  width: 100% !important;
  margin-bottom: 3em;
}

.woocommerce-loop-product__title {
  font-size: 18px !important;
  font-weight: 400;
  font-family: "Cinzel", serif;
}

a.woocommerce-loop-product__link {
  color: inherit;
}

.woocommerce-Price-currencySymbol {
  font-size: 77%;
}

span.woocommerce-Price-amount {
  font-size: 18px;
  color: #325b2c;
}

.attachment-woocommerce_thumbnail {
  margin-bottom: 1em;
  border-radius: 9px;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
  margin: 0px;
  padding: 0px;
}

.wc-block-components-button__text {
  background-color: #325B2C;
  padding: 14px 30px;
  border-radius: 200px;
  color: #fff;
  border: none;
}

.wc-block-components-product-name {
  font-weight: 600;
  font-size: 20px;
}

.wc-block-components-product-price__regular {
  color: #3e3e3e;
}

.wc-block-components-product-price__value, .is-discounted {
  font-weight: 600;
}

.entry-summary .woocommerce-Price-amount {
  font-size: 35px;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.woocommerce div.product .onsale {
  padding: 0px 37px !important;
  margin-top: 2em !important;
  background-color: #FF9800 !important;
  border-radius: 200px !important;
  left: -2em !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  font-size: 1.9em;
}

.wc-block-grid {
  width: 900px;
  margin: 0px auto;
}

.wc-block-grid .wc-block-grid__product-title {
  font-size: 16px;
}

.wp-block-button__link {
  color: #fff !important;
  background-color: #325B2C;
}

.wc-block-grid__product-onsale {
  padding: 6px 37px !important;
  background-color: #FF9800 !important;
  border-radius: 200px !important;
  right: -14px !important;
  left: auto !important;
  color: #fff !important;
  border: none !important;
  top: 2em !important;
}

.wc-block-grid__product-price del .woocommerce-Price-amount amount {
  color: #8fb489 !important;
  opacity: 0.5;
}

.wc-block-grid__product-price del {
  font-size: 18px;
}

.post-navigation {
  width: 100%;
  position: relative;
  float: left;
  margin-bottom: 3em;
}

.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  font-size: 14px;
  font-weight: 300;
}

.post-navigation .nav-subtitle {
  font-weight: 700;
  color: #325b2c;
}

form.cart {
  margin-top: 3em;
  display: flex;
}

form.cart input[type=text] {
  padding: 20px 5px;
}

form.cart .quantity .qty {
  width: 9em;
  text-align: center;
  padding: 10px 10px;
}

form.cart .button {
  vertical-align: middle;
  float: left;
  border-radius: 200px;
  width: 11em;
  background-color: #325B2C !important;
  border: none;
}

.woocommerce a.added_to_cart {
  margin-left: 12px;
  color: #7a7a7a;
  font-style: italic;
}

.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;
  padding: 10px;
}

.search-form .search-submit{
    padding: 16px 43px;
}

.results_bx{
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 3em;
}
.results_bx .search-result {
    width: 100%;
    float: left;
    padding: 0;
    min-height: auto;
    margin-bottom: 1em;
}
.results_bx .search-result img {
    margin: 0px auto;
    width: 309px !important;
    height: 257px !important;
    object-fit: contain;
    margin-bottom:2em;
}
.search-result h3.entry-title{
    font-size: 18px !important;
    font-weight: 400;
    font-family: "Cinzel", serif;
    padding: .5em 0;
    margin: 0;
}
.results_bx .search-result .add_to_cart_button{
    border-radius: 200px;
    font-weight: 400;
    background-color: #325b2c;
    color: #fff !important;
    font-size: 14px;
    padding: 11px 21px;
}
.results_bx .price{
    margin-bottom: 1em;
    float: left;
    width: 100%;
}


.about {
  margin-bottom: 3em;
}

.aboutcont {
  padding-top: 9em;
  height: 87vh;
}

.aboutcont .cont h2 {
  font-size: 67px;
}

.aboutcont .cont h2 span {
  color: #fff;
}

.aboutcont .cont p {
  margin-bottom: 3em;
}

.benefits {
  margin-bottom: 3em;
}

.benefits .benefit-cont {
  height: 70vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 2em;
  border-radius: 20px;
}

.benefits .benefit-cont::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1405812325) 0%, rgba(255, 255, 255, 0.8128501401) 48%);
}

.benefits .benefit-cont .desc {
  position: absolute;
  bottom: 2em;
  left: 0px;
  width: 100%;
  padding: 0 3em;
  text-align: center;
}

.break {
  padding: 3em 0;
}

button, input[type=button], input[type=reset], input[type=submit] {
  border: none;
  border-radius: inherit;
  background-color: #325B2C;
  color: #fff;
  border-radius: 200px;
  padding: inherit;
}

footer {
  margin-bottom: 2em;
}

footer .menulist {
  display: flex;
}
footer .menulist h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
}
footer .menulist .menuitems {
  flex-basis: 100%;
}
footer .menulist .menuitems ul {
  margin: 0px;
  padding: 0px;
}
footer .menulist .menuitems ul li {
  list-style: none;
}
footer .menulist .menuitems a {
  color: inherit;
}
footer .menulist .social li {
  display: inline;
  margin-right: 1em;
}
footer .menulist .social li a {
  font-size: 20px;
}
footer .footlogo {
  width: 150px;
  margin-bottom: 1em;
}
footer .copy {
  font-size: 12px;
  margin-top: 5em;
}

@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 767px) {
  header {
    padding: 2em 0;
  }
  header .navigation {
    display: none;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8196078431);
    overflow: hidden;
    top: -18px;
    left: 0px;
    z-index: 11;
    float: left;
    text-align: left;
    color: #fff;
  }
  header .menu-top-bar-container {
    width: 100vw;
  }
  header .navigation nav {
    margin-right: 12em;
    margin-top: 11em;
    font-weight: 300;
  }
  header .navigation nav ul {
    padding-left: 0;
  }
  header .navigation nav ul li {
    display: block;
    margin-left: 0px;
    margin-bottom: 1em;
    font-size: 26px;
  }
  
  header nav ul li ul {
    position: relative;
    background: none;
    color: #fff;
    margin: 0px;
    padding: 11px;
    left: 0px;
    column-count: 2;
    }
  header .shopnav {
    display: flex;
    position: absolute;
    bottom: 3em;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
  }
  header span.woocommerce-Price-amount {
    color: #ffffff;
  }
  /* Menu Icon */
  .hamb {
    cursor: pointer;
    padding: 47px 20px;
    z-index: 12;
    position: absolute;
    right: 0em;
    width: 90px;
    top: -0.5em;
  } /* Style label tag */
  .hamb-line {
    display: block;
    height: 2px;
    position: relative;
    width: 24px;
  } /* Style span tag */
  .hamb-line::before {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    content: "";
    display: block;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 42px;
    height: 13px;
  }
  .hamb-line::before {
    top: 5px;
  }
  .hamb-line::after {
    top: -5px;
  }
  .side-menu {
    display: none;
  } /* Hide checkbox */
  /* Toggle menu icon */
  .side-menu:checked ~ nav {
    max-height: 100%;
    /*display: flex;*/
    color: #fff;
  }
  .side-menu:checked ~ nav ul li {
    float: left;
    width: 100%;
    text-align: left;
  }
  .side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
    position: fixed;
  }
  .side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top: 0;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
  }
  .side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top: 0;
    border-top: solid 1px #fff;
    content: "";
  }
  .banner .bannerimg {
    height: 69vh;
    background-size: 125%;
    background-repeat: no-repeat;
    background-position-x: right;
    background: none;
  }
  .banner .bannerimg .bannercaption {
    position: absolute;
    bottom: 0em;
    width: 100%;
  }
  .banner .bannerimg .bannercaption h2 {
    font-size: 43px;
    line-height: 1;
  }
  .woocommerce {
    padding: 0 0em;
  }
  span.woocommerce-Price-amount, .wp-block-woocommerce-empty-cart-block span.woocommerce-Price-amount {
    color: #325b2c;
  }
  .aboutcont {
        padding-top: 12em;
        padding-bottom: 3em;
        height: auto;
        background-position-x: -28em;
        background-size: 500%;
        position:relative;
    }
    .aboutcont::before{
        content:"";
        height:100%; 
        width:100%;
        background-color:#ffffffcf;
        position:absolute;
        top:0;
        left:0;
    }
    .aboutcont article{
        position:relative;
    }
  .aboutcont .cont h2 {
    font-size: 45px;
  }
  article.thinwidth {
    padding: 0px 0em;
  }
  .wc-block-grid {
    width: auto;
    margin: 0px auto;
  }
  
  .results_bx {
    display: block;
  }
  
  .results_bx .search-result {
    width: 100%;
    float: left;
    padding: 0px 20px;
    min-height: auto;
    margin-bottom: 1em;
}

.smallh1{
    font-size:27px;
}

  footer .menulist {
    display: block;
  }
  footer .menulist .menuitems {
    margin-bottom: 2em;
  }
}/*# sourceMappingURL=main.css.map */