.page-green .green-title {
  font-size: 28px;
  font-weight: bold; }

.page-green .about-box {
  position: relative;
  margin-bottom: 50px; }
  .page-green .about-box .green-about-caption {
    position: absolute;
    bottom: -30px;
    left: 5%;
    width: 90%;
    background: #fff;
    border: 1px solid #ccc;
    padding: 60px 20px; }
    .page-green .about-box .green-about-caption .about-img {
      flex: 0 0 25%;
      width: 25%; }
    .page-green .about-box .green-about-caption .about-info {
      flex: 0 0 75%;
      width: 75%;
      padding-left: 30px;
      font-size: 18px;
      color: #000;
      line-height: 1.4; }
      .page-green .about-box .green-about-caption .about-info .desc2 {
        color: #ccc;
        font-style: italic;
        margin-top: 20px; }

.page-green .full-width {
  width: 100%; }

.page-green .green-trietly, .page-green .green-chatlieu {
  margin-bottom: 20px; }

.page-green .trietly-box .trietly-item {
  flex: 0 0 50%;
  width: 50%; }

.page-green .chatlieu-box .chatlieu-item {
  flex: 0 0 calc(50% - 30px);
  width: calc(50% - 30px);
  margin: 0 15px 10px;
  border: 1px solid #333; }

.page-green .product-box {
  background: #eae9e7;
  max-width: 92%;
  margin: 0 auto 10px;
  padding: 15px 30px 0; }
  .page-green .product-box .collection__list .product__item--details .swatch__container,
  .page-green .product-box .collection__list .product__item--details .swatch__container .product__swatch {
    background: transparent; }
  .page-green .product-box .product-img {
    flex: 0 0 25%;
    width: 25%;
    padding: 0 10px; }

.page-green .green-more {
  margin: 15px 0; }
  .page-green .green-more a {
    display: inline-block;
    height: 40px;
    line-height: 42px;
    border: 1px solid #000;
    padding: 0 25px;
    text-transform: uppercase;
    font-weight: 500; }
    .page-green .green-more a:hover {
      background: #000;
      color: #fff; }

@media screen and (min-width: 1025px) {
  .page-green .product-box .collection__list {
    grid-template-columns: repeat(4, 25%); } }

@media screen and (max-width: 991px) {
  .page-green .about-box {
    margin-bottom: 0px; }
    .page-green .about-box .green-about-caption {
      position: static;
      width: 100%;
      background: #fff;
      border: 1px solid #fff;
      padding: 30px 20px; } }

@media screen and (max-width: 767px) {
  .page-green .green-title {
    font-size: 20px; }
  .page-green .about-box .green-about-caption .about-img {
    flex: 0 0 100%;
    width: 100%; }
    .page-green .about-box .green-about-caption .about-img img {
      display: block;
      max-width: 300px;
      margin: 0 auto; }
  .page-green .about-box .green-about-caption .about-info {
    flex: 0 0 100%;
    width: 100%;
    padding-left: 0;
    font-size: 16px; }
    .page-green .about-box .green-about-caption .about-info .desc2 {
      margin-top: 15px; }
  .page-green .trietly-box .trietly-item, .page-green .chatlieu-box .chatlieu-item {
    flex: 0 0 100%;
    width: 100%; }
  .page-green .chatlieu-box .chatlieu-item {
    margin: 0 0 10px; }
  .page-green .product-box {
    padding: 15px 10px 1px; }
    .page-green .product-box .product-img {
      flex: 0 0 50%;
      width: 50%;
      margin-bottom: 20px; } }
