.arch-top {
  padding: 25px 0 0;
  clear: both;
}
#breadcrumbs.arch-page-bread {
  padding-top: 15px;
}
.arch-back-link {
  color: #259e49;
  font-size: 17px;
  font-weight: 700;
}
.arch-back-link svg {
  display: inline-block;
  margin-right: 10px;
}
.arch-top-content {
  clear: both;
  padding: 20px 0 0;
  text-align: center;
}
.arch-top-content h1 {
  font-size: 27px;
  padding: 0 0 19px;
  font-weight: 600;
}
.arch-top-content h2 {
  font-size: 20px;
  padding: 0 0 15px;
  line-height: 25px;
}
.arch-top-content h3 {
  font-size: 18px;
  padding: 0 0 10px;
  line-height: 24px;
}
.arch-top-content p {
  font-size: 16px;
  line-height: 22px;
}

.arch-bottom-content {
  padding: 0 0 40px;
}
.arch-bottom-content h2 {
  font-weight: 600;
  padding: 30px 0 0;
  font-size: 24px;
}
.arch-bottom-content p {
  margin: 15px 0;
  font-size: 18px;
  line-height: 30px;
}
.arch-bottom-content ul {
  margin: 15px 0 15px 20px;
  font-size: 18px;
  line-height: 30px;
}
.arch-products-wrap {
  padding: 50px 0;
}

.arch-products-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.arch-product {
  flex: 1 0 calc(25% - 11.25px);
  max-width: calc(25% - 11.25px);
  margin-right: 15px;
  margin-bottom: 40px;
  text-align: center;
}
.arch-product-img img {
  /* border: 2px solid #166a33; */
  display: block;
}
.arch-product-title {
  font-size: 15px;
  line-height: 20px;
  min-height: 67px;
  font-weight: 900;
  padding: 15px 10px 12px;
}
.arch-product-stats {
  display: flex;
  padding: 0 0 14px;
}
.arch-product-stats > div {
  flex: 1;
  font-size: 10px;
}
.arch-product-button-link {
  color: white !important;
  font-size: 14px;
  font-weight: 700;
  background-color: #259e49;
  border-radius: 10px;
  display: inline-block;
  padding: 12px 20px;
}
.arch-product-button-link img {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 15px;
}

#category-items-new {
  text-align: center;
  margin-bottom: 50px;
}

#category-items-new .box {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 20%;
  padding: 10px;
}

#category-items-new .box a {
  display: block;
  height: 100%;
}

#category-items-new .box a > div:first-child {
  position: relative;
  text-align: center;
}

#category-items-new .box a > div:first-child .position {
  height: 95%;
  display: inline-block;
}

#category-items-new .box a > div:first-child img {
  max-width: 90%;
  max-height: 230px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#category-items-new .box a .title {
  color: #166a33;
  width: 80%;
  border-top: 2px solid #166a33;
  border-bottom: 2px solid #166a33;
  font-size: 24px;
  padding: 5px 0;
  height: auto;
  margin: 0 auto;
  line-height: 1;
}

#category-items-new .box a:hover img {
  transform: scale(1.1);
}

#category-items-new .box a:hover .title {
  color: #259e49;
  border-color: #259e49;
}

#category-items-new .box.center {
  margin: 0 30px;
}

.arch-nw-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 6px 0;
}
.arch-nw-text {
  font-size: 15px;
  text-align: center;
}
.arch-new-cont {
  padding: 12px 0;
}
.arch-nw-price {
  padding: 3px 0 0;
  font-weight: 700;
  font-size: 14px;
  position: relative;
}
.arch-product-img {
  position: relative;
}
.arch-prod-hover-btn {
  color: white;
  background: rgba(37, 158, 73, 0.8);
  font-size: 26px;
  display: block;
  width: 180px;
  padding: 15px;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 700;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.arch-product-img:hover .arch-prod-hover-btn {
  opacity: 1;
}
.arch-price-question {
  display: inline-block;
  font-weight: 300;
  position: absolute;
  top: 0;
  right: 15px;
  cursor: pointer;
  margin-left: 10px;
}
.arch-price-question img {
  display: block;
  width: 16px;
  height: 16px;
}
.arch-price-quest-text {
  position: absolute;
  bottom: 105%;
  right: 105%;
  background: #e0ecdb;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  padding: 8px 15px;
  border-radius: 20px;
  width: 212px;
  text-align: left;
  display: none;
  z-index: 99;
}
.arch-price-question:hover .arch-price-quest-text {
  display: block;
}

.arch-product-button {
  padding: 6px 0;
}

@media (min-width: 992px) {
  .arch-product:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .arch-product {
    flex: 1 0 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
  }
  .arch-top-content h1 {
    font-size: 24px;
  }
  .arch-bottom-content p {
    font-size: 16px;
    line-height: 24px;
  }
  .arch-bottom-content h2 {
    font-size: 22px;
  }
  #category-items-new .box {
    width: 25%;
  }
}

@media (max-width: 767px) {
  #category-items-new .box {
    width: 98%;
  }
}

@media (min-width: 601px) and (max-width: 991px) {
  .arch-product:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .arch-product {
    flex: 1 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
  .arch-product:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media (max-width: 374px) {
  .arch-product {
    flex: 1 0 100%;
    width: 100%;
    max-width: none;
    margin-right: 0;
  }
  .arch-product-img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
}
