@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800;900&display=swap");
body,
html {
  font-family: "Inter", sans-serif;
  overflow: unset; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif; }

h1 {
  font-weight: 800;
  font-size: 2rem;
  color: #2E4347;
  margin-bottom: 2rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 992px) {
    h1 {
      font-size: 3rem; } }

h2 {
  font-weight: 800;
  font-size: 1.2rem;
  color: #186F65;
  margin-bottom: 0.4rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 992px) {
    h2 {
      font-size: 2rem; } }

p {
  font-size: 0.9rem; }

.t-w {
  color: #ffffff !important; }

a {
  color: #186F65; }

a:hover {
  color: #183229;
  text-decoration: none; }

.full {
  height: 100vh; }

.pdr-1 {
  padding: 1rem; }

.pdr-c {
  padding: 2rem; }

.pdr-tb {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.pdr-t {
  margin-top: 2rem;
  margin-bottom: 1.4rem; }

.pdr-icon {
  padding-right: 2rem; }

@media (min-width: 992px) {
  .pdr-c {
    padding: 4rem 0; } }
.smn-btn-1 {
  padding: 0.4rem;
  background: #2E4347;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 800;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .smn-btn-1:hover {
    color: #ffffff;
    background: #6BBD78; }

.smn-btn-kat {
  padding: 0.8rem;
  background: #6BBD78;
  text-transform: uppercase;
  color: #2E4347;
  font-size: 0.8rem;
  font-weight: 800;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .smn-btn-kat .icons {
    stroke: #2E4347; }
  .smn-btn-kat:hover {
    color: #6BBD78;
    background: #2E4347; }
    .smn-btn-kat:hover .icons {
      stroke: #6BBD78; }

.btn-b {
  letter-spacing: 1px;
  padding: 0.8rem;
  background: #183229;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.btn-b:hover {
  color: #ffffff;
  background: #6BBD78; }

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 3rem;
  margin-top: 4rem;
  z-index: 500;
  background: rgba(107, 189, 120, 0.9);
  -webkit-backdrop-filter: blur(10px) saturate(125%);
          backdrop-filter: blur(10px) saturate(125%);
  border-bottom: 1px solid rgba(0, 0, 0, 0); }

.sticky2 {
  position: -webkit-sticky;
  position: sticky;
  top: 3rem;
  margin-top: 0;
  z-index: 500;
  background: rgba(107, 189, 120, 0.9);
  -webkit-backdrop-filter: blur(10px) saturate(125%);
          backdrop-filter: blur(10px) saturate(125%);
  border-bottom: 1px solid rgba(0, 0, 0, 0); }

.smn-navbar {
  background: rgba(46, 67, 71, 0.9);
  -webkit-backdrop-filter: blur(10px) saturate(125%);
          backdrop-filter: blur(10px) saturate(125%); }
  .smn-navbar .nav-link {
    font-weight: 600;
    color: #ffffff; }
    .smn-navbar .nav-link:hover {
      color: #6BBD78; }
  .smn-navbar .nav-logo {
    height: 50px; }

.smn-item {
  background: #ffffff;
  margin-bottom: 2rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: 1px solid #CBCBCB; }
  .smn-item button {
    color: red; }
  .smn-item .sale {
    border-right: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
    padding: 6px 5px 4px 5px;
    position: absolute;
    font-weight: 800;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #ffffff;
    z-index: 400;
    top: -1px;
    left: -1px; }
  .smn-item .logobox {
    position: absolute;
    right: 5px;
    top: 5px;
    height: auto;
    width: 80px;
    padding: 5px;
    z-index: 999; }
    .smn-item .logobox svg {
      fill: #6BBD78; }
  .smn-item .infobox {
    border-top: 1px solid #CBCBCB;
    padding: 0;
    min-height: auto; }
    @media (min-width: 768px) {
      .smn-item .infobox {
        min-height: 120px; } }
    @media (min-width: 992px) {
      .smn-item .infobox {
        min-height: 130px; } }
  .smn-item .titlebox {
    padding: 1rem; }
  .smn-item .imgbox {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 0px solid #6BBD78;
    overflow: hidden;
    position: relative;
    z-index: 300; }
  .smn-item h2 {
    font-size: 1.2rem;
    font-weight: 800;
    color: #2E4347;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize; }
  .smn-item .price {
    font-size: 1.4rem;
    color: #2E4347;
    font-weight: 800;
    margin: 0; }
  .smn-item .pricebox {
    width: 100%;
    padding: 0.6rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .smn-item .cart a {
    font-weight: 800;
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #ffffff;
    width: 100%;
    background: #186F65;
    border-radius: 0; }
  .smn-item .imgbox {
    position: relative; }
  .smn-item .tagbox {
    margin-bottom: 1rem;
    padding: 0.5rem; }
  .smn-item .badge-smn {
    background: #186F65;
    color: #ffffff;
    text-transform: uppercase;
    margin-right: 4px;
    margin-bottom: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .smn-item .badge-smn:last-child {
    margin-right: 0; }
    .smn-item .badge-smn:last-child ul {
      list-style: none;
      display: inline-block;
      margin: 0;
      padding: 0; }
    .smn-item .badge-smn:last-child li {
      list-style: none;
      display: inline-block;
      font-size: 0.9rem;
      font-weight: 600;
      color: #186F65; }
      .smn-item .badge-smn:last-child li:after {
        padding-right: 4px;
        color: #CBCBCB;
        content: " / "; }
  .smn-item img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .smn-item .div-t {
    border-top: 1px solid #CBCBCB; }
  .smn-item .div-l {
    border-right: 1px solid #CBCBCB; }
  .smn-item .buy {
    stroke: #186F65; }
  .smn-item:hover {
    background-color: #ffffff;
    outline: 1px solid #186F65; }
    .smn-item:hover .cart a {
      color: #186F65;
      background: #ffffff; }
    .smn-item:hover img {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
    .smn-item:hover h2 {
      color: #186F65; }
    .smn-item:hover .price {
      color: #ffffff; }
    .smn-item:hover li {
      color: #2E4347; }
    .smn-item:hover .pricebox {
      background: #186F65; }
    .smn-item:hover .buy {
      stroke: #ffffff; }
    .smn-item:hover .badge-smn {
      background: #6BBD78; }

.smn-item-info {
  padding: 2rem; }

#filters {
  padding-top: 1.6rem;
  color: #2E4347; }
  #filters .icon {
    margin-bottom: 1rem; }
  #filters label {
    font-weight: 600;
    font-size: 0.8rem;
    margin-bottom: 0;
    margin-right: 0.6rem;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #ffffff; }
    #filters label:hover {
      color: #186F65; }
    #filters label .checked label {
      color: #186F65; }
  #filters h5 {
    font-family: "Inter", sans-serif;
    font-weight: 900;
    font-size: 1rem;
    color: #186F65; }
  #filters h6 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0; }
  #filters .selected {
    background: #6BBD78 !important; }
  #filters ul, #filters li {
    list-style-type: none;
    display: inline-block;
    list-style: none;
    padding: 0; }
  #filters li {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #filters li:hover {
      color: #186F65; }
  #filters .bapf_head {
    display: none; }

.smn-cat {
  margin-bottom: 1rem; }
  .smn-cat h1 {
    font-size: 2rem;
    font-weight: 800;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 992px) {
      .smn-cat h1 {
        font-size: 4rem; } }
    .smn-cat h1:hover {
      -webkit-transform: translateX(20px);
              transform: translateX(20px); }
  .smn-cat svg {
    fill: #E3EFC4;
    float: right; }

.smn-filter-item {
  margin-bottom: 2rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .smn-filter-item h3 {
    font-weight: 800;
    font-size: 2rem; }
  .smn-filter-item:hover {
    color: #6BBD78; }

.smn-catbox .catbox {
  width: 100%;
  height: 30vh;
  z-index: 10; }

.smn-head {
  background-color: #2E4347; }
  .smn-head h1, .smn-head p {
    color: #ffffff; }

.xoo-wsc-basket {
  background: #2E4347;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.xoo-wsc-items-count {
  background-color: #6BBD78;
  color: #ffffff; }

.xoo-wsc-bki {
  color: #ffffff; }

.xoo-wsc-header {
  border-bottom: 1px solid #CBCBCB;
  background: #2E4347;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Manrope", sans-serif; }

.xoo-wsc-footer {
  border-top: 1px solid #CBCBCB;
  background: #f3f3f3; }

.btn, .wpcf7 {
  border: 1px solid #2E4347;
  background: #2E4347;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem !important;
  color: #ffffff; }
  .btn:hover, .wpcf7:hover {
    background: #6BBD78;
    color: #ffffff;
    border: 1px solid #6BBD78; }

.pdr-shop {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .pdr-shop h1 {
    margin: 0; }
  .pdr-shop .prow {
    margin-bottom: 2rem; }

.single-price {
  font-size: 1.4rem;
  color: #6BBD78;
  font-weight: 800;
  margin: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #2E4347;
  border-radius: 0;
  background: #fafafa; }

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 1px solid #2E4347; }

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border-bottom: 1px solid #2E4347; }

.smn-about {
  padding-top: 4rem;
  padding-bottom: 4rem;
  height: auto; }
  @media (min-width: 992px) {
    .smn-about {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  .smn-about .logo-box {
    padding: 1rem;
    margin-bottom: 2rem; }
  .smn-about svg {
    fill: #186F65; }

.smn-head-cat {
  padding: 4rem 2rem 2rem 2rem; }

.item-wrap {
  position: relative;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .item-wrap .item-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .item-wrap .item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 400;
    background: #ffffff;
    width: 100%;
    padding: 1rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 992px) {
      .item-wrap .item-title {
        width: 70%; } }
  .item-wrap h1 {
    font-size: 2rem;
    margin-bottom: 0; }
  .item-wrap:hover .item-bg {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .item-wrap:hover h1 {
    color: #6BBD78; }

@media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible; } }
.smn-slider {
  height: 50vh;
  margin-right: 2rem;
  overflow: hidden; }
  .smn-slider .slidebox {
    border: 2px solid #ffffff;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; }
  .smn-slider h1 {
    font-weight: 800;
    font-size: 2rem;
    color: #2E4347;
    margin-bottom: 2rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 992px) {
      .smn-slider h1 {
        font-size: 3rem; } }
  .smn-slider .capbox {
    background: #ffffff;
    padding: 2rem;
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px); }
  .smn-slider p {
    font-size: 0.9rem; }
  .smn-slider .logobox {
    position: absolute;
    right: 0;
    top: 0;
    height: 80px;
    width: auto; }

.main-carousel .is-selected h1 {
  color: #6BBD78;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.main-carousel .is-selected .capbox {
  background: #ffffff; }
.main-carousel .flickity-page-dots {
  bottom: -2rem; }
.main-carousel .flickity-page-dots .dot {
  height: 10px;
  width: 60px;
  margin: 0;
  border-radius: 0;
  background: #186F65; }

.smn-footer {
  background: #186F65;
  padding: 4rem 0;
  color: #ffffff; }
  .smn-footer ul {
    list-style: none;
    padding: 0;
    font-weight: 800;
    line-height: 2rem;
    border-bottom: 1px solid #186F65; }
    .smn-footer ul:last-child {
      border-bottom: 0px solid #186F65; }
  .smn-footer a {
    color: #ffffff; }
    .smn-footer a:hover {
      color: #6BBD78; }

/*# sourceMappingURL=layout.css.map */