@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&display=swap");

html {
  scroll-behavior: smooth;
}

/* Colors */

.bg-mint {
  background-color: #70c7b8;
}

.bg-light-mint {
  background-color: #e9ffea;
}

.bg-light-orange {
  background-color: #fcbc90;
}

.bg-teal {
  background-color: #225857;
}

.bg-grey {
  background-color: #efefef;
}

.offer-mint {
  background-color: #70c7b8;
  color: #225857;
  text-align: center;
  padding: 1rem .75rem;
  letter-spacing: .75px;
}

.offer-black {
  background-color: #222;
  margin-top: 5.5rem;
  color: #fff;
  font-weight: 300;
  text-align: center;
  padding: 1rem .75rem;
  letter-spacing: .75px;
}

.content {
  /* margin-top: 5.5rem; */
  padding-bottom: 3rem;
}

/* Typography */

@font-face {
  font-family: "Poppins", sans-serif;
  src: url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap");
}

body, html {
  height: 100%;
  font-family: "Poppins", sans-serif;
  color: #222;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
}

.section-header {
  text-align: center;
  font-size: 2rem;
}

.section-header-uppercase {
  font-weight: bold;
  text-transform: uppercase;
}

.subheading {
  margin-top: 0.5rem;
  text-align: center;
  font-weight: 400;
}

.title-uppercase {
  font-weight: 600;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

.address {
  line-height: 1.35;
}

.text-grey {
  color: #9c979e;
}

.text-mint {
  color: #70c7b8;
}

.text-orange {
  color: #e53f1f;
}

.text-darkred {
  color: #aa3736;
}

.text-teal {
  color: #225857; 
}

/* Navbar */

.navbar-light {
  background-color: #fff;
  z-index: 20;
}

.navbar-light .navbar-brand img {
  width: 180px;
  max-width: 100%;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(34, 34, 34, 0.8);
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .navbar-light .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/* Buttons */

.btn-mint {
  color: #fff !important;
  background-color: #70c7b8;
  border-color: #70c7b8;
}

.btn-mint:hover {
  color: #fff !important;
  background-color: #42a997;
  border-color: #42a997;
}

.btn-mint.focus, .btn-mint:focus {
  color: #fff !important;
  background-color: #42a997;
  border-color: #42a997;
  box-shadow: 0 0 0 0.2rem rgba(34, 88, 87, 0.5);
}

.btn-mint.disabled, .btn-mint:disabled {
  color: #fff !important;
  background-color: #42a997;
  border-color: #42a997;
}

.btn-mint:not(:disabled):not(.disabled).active, .btn-mint:not(:disabled):not(.disabled):active, .show>.btn-mint.dropdown-toggle {
  color: #fff !important;
  background-color: #42a997;
  border-color: #42a997;
}

.btn-mint:not(:disabled):not(.disabled).active:focus, .btn-mint:not(:disabled):not(.disabled):active:focus, .show>.btn-mint.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 88, 87, 0.5);
}

.btn-outline-mint {
  color: #70c7b8 !important;
  border-color: #70c7b8;
}

.btn-outline-mint:hover {
  color: #fff !important;
  background-color: #70c7b8;
  border-color: #70c7b8;
}

.btn-outline-mint.focus, .btn-outline-mint:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-mint.disabled, .btn-outline-mint:disabled {
  color: #70c7b8;
  background-color: transparent;
}

.btn-outline-mint:not(:disabled):not(.disabled).active, .btn-outline-mint:not(:disabled):not(.disabled):active, .show>.btn-outline-mint.dropdown-toggle {
  color: #fff !important;
  background-color: #70c7b8;
  border-color: #70c7b8;
}

.btn-outline-mint:not(:disabled):not(.disabled).active:focus, .btn-outline-mint:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-mint.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-grey {
  color: #69646b;
  background-color: #cecccf;
  border-color: #cecccf;
}

.btn-grey:hover {
  color: #5c585e;
  background-color: #a8a5aa;
  border-color: #a8a5aa;
}

.btn-grey.focus, .btn-grey:focus {
  color: #5c585e;
  background-color: #a8a5aa;
  border-color: #a8a5aa;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-grey.disabled, .btn-grey:disabled {
  color: #827d85;
  background-color: #cecccf;
  border-color: #cecccf;
}

.btn-grey:not(:disabled):not(.disabled).active, .btn-grey:not(:disabled):not(.disabled):active, .show>.btn-grey.dropdown-toggle {
  color: #5c585e;
  background-color: #a8a5aa;
  border-color: #a8a5aa;
}

.btn-grey:not(:disabled):not(.disabled).active:focus, .btn-grey:not(:disabled):not(.disabled):active:focus, .show>.btn-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-orange {
  color: #ffffff;
  background-color: #e53f1f;
  border-color: #e53f1f;
}

.btn-orange:hover {
  color: #fccec8;
  background-color: #c92f1b;
  border-color: #c92f1b;
}

.btn-orange.focus, .btn-orange:focus {
  color: #ffffff;
  background-color: #f96753;
  border-color: #f96753;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}


/* Breadcrumb */

.breadcrumb {
  background-color: #fff;
  text-transform: uppercase;
  padding-top: 3rem;
}

.breadcrumb .breadcrumb-item a {
  color: #222;
}

.breadcrumb .breadcrumb-item.active {
  color: #222;
  font-weight: bold;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #70c7b8;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  content: "";
}

/* Product */

.product .product-image .carousel-indicators {
  position: static;
  margin-left: 0rem;
  margin-right: 0rem;
}

.product .product-image .carousel-indicators img {
  cursor: pointer;
}

.product .product-image .carousel-indicators .col-2 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.product .product-title {
  font-size: 1.75rem;
  font-weight: 600;
}

.product .product-title .product-subtitle {
  font-weight: 300;
}

.product .price {
  margin-top: 2rem;
  font-size: 1.25rem;
  font-weight: 400;
}

.product .shipping {
  font-weight: 400;
  font-style: italic;
}

.product .description {
  font-size: 0.9rem;
}

.product .zigzag {
  max-width: 100%;
  margin: 2.25rem 0rem;
}

.product .info {
  font-size: 1.1rem;
  font-weight: 600;
}

.product .details img {
  width: 95px;
  max-width: 100%;
  display: block;
  margin: 0px auto;
}

.product .details .description {
  margin-top: 0.75rem;
  font-size: 0.85rem;
  line-height: 16px;
  text-align: center;
}

.product .reviews .rating {
  margin-bottom: 0.5rem;
}

.product .reviews .rating i {
  color: #70c7b8;
}

.product .reviews .description {
  font-size: 0.85rem;
  font-style: italic;
}

.product .reviews .credentials {
  font-size: 0.85rem;
  color: #348476;
  margin-top: 0.5rem;
  font-weight: 600;
}

.product .que {
  font-size: 0.85rem;
  color: #225857; /* #348476*/
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.product .ans {
  font-size: 0.85rem;
  font-weight: 400;
}

.product table {
  font-size: 0.85rem;
}

.product ul.small {
  list-style: none;
  padding: 0;
}

.product ul.small li {
  padding-left: 1.3em;
}

.product ul.small li:before {
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}

.product ul.small li.one-star:before {
  content: "*";
}

.product ul.small li.two-stars:before {
  content: "**";
}

.product .input-group>.form-control {
  flex: 0.025 1 0%;
}

.product .btn-outline-mint {
  cursor: pointer;
}

.product .btn-outline-mint.collapsed:after {
  content: " more";
  display: inline;
}

.product .btn-outline-mint:after {
  content: " less";
  display: inline;
}

.product .email a {
  color: #70c7b8;
  text-decoration: underline;
  font-weight: 600;
}

.product .note a {
  color: #222;
  text-decoration: underline;
}

@media (min-width: 0px) {
  .details .text-mint {
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-align: center;
  }
  .details .text-mint.right {
    margin-top: 1rem;
    text-align: center;
  }
  .details .text-white {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 768px) {
  .details .text-mint {
    text-align: left;
  }
  .details .text-mint.right {
    margin-top: 0rem;
    text-align: right;
  }
}

@media (min-width: 992px) {
  .product-image {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
  }
}

/* Collection */

.collection a img {
  transition: 0.3s;
  display: block;
  margin: 0px auto;
}

.collection a:hover {
  text-decoration: none !important;
}

.collection a:hover img {
  background-color: #fff;
  opacity: 0.7;
}

.collection a .product-details {
  color: #222;
}

.collection .product-details .product-name {
  margin-top: 1rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.collection .product-details .product-price {
  font-weight: 300;
}

.collection .product-container {
  position: relative;
  width: 100%;
  max-width: 400px;
  cursor: pointer;
}

.collection .product-container img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  margin-bottom: 1rem;
}

.collection .product-container .btn-container {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  transition: 0.5s ease;
  opacity: 0;
}

.collection .product-container:hover img {
  opacity: 0.5;
}

@media (min-width: 992px) {
  .collection .product-container:hover .btn-container {
    opacity: 1;
  }
}

/* Homepage */

@media (min-width: 1025px) {
  .home .carousel .carousel-inner .carousel-item {
    height: 550px;
  }
}
.home .carousel .carousel-inner .carousel-item .col-bg-image {
  background-size: auto 100%; 
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; 
}

.home .carousel .carousel-inner .carousel-item .bg-image {
  background-image: url("../img/carousel/anisah.jpg");
  background-position: 50% 0%;
  background-size: 576px;
}

@media (min-width: 768px) {
  .home .carousel .carousel-inner .carousel-item .bg-image {
    background-size: cover;
  }
}

.home .carousel .carousel-inner .carousel-item .bg-image .row .col-md-6.carousel-content {
  background: rgba(112, 199, 184, 0.85);
  padding: 3.25rem 1.25rem;
}

@media (min-width: 768px) {
  .home .carousel .carousel-inner .carousel-item .bg-image .row .col-md-6.carousel-content {
    padding: 7rem 2rem;
  }
}

@media (min-width: 992px) {
  .home .carousel .carousel-inner .carousel-item .bg-image .row .col-md-6.carousel-content {
    padding: 11.5rem 6.5rem 12.5rem 3rem;
  }
}

.home .carousel .carousel-inner .carousel-item .bg-image .row .col-md-6.carousel-content h1 .text-white {
  font-size: 0.75rem;
  line-height: 1.3;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2)
}

@media (min-width: 768px) {
  .home .carousel .carousel-inner .carousel-item .bg-image .row .col-md-6.carousel-content h1 .text-white {
    font-size: 1.25rem;
  }
}

@media (min-width: 992px) {
  .home .carousel .carousel-inner .carousel-item .bg-image .row .col-md-6.carousel-content h1 {
    margin-bottom: 2rem;
  }
  .home .carousel .carousel-inner .carousel-item .bg-image .row .col-md-6.carousel-content h1 .text-white {
    font-size: 2rem;
  }
}

.home .carousel .carousel-inner .carousel-item .bg-image .row .col-md-6.carousel-content h1 .text-highlight {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .home .carousel .carousel-inner .carousel-item .bg-image .row .col-md-6.carousel-content h1 .text-highlight {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .home .carousel .carousel-inner .carousel-item .bg-image .row .col-md-6.carousel-content h1 .text-highlight {
    font-size: 2.5rem;
  }
}

.home .carousel .carousel-inner .carousel-item .bg-image .row .col-md-6.carousel-content h5.text-teal {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.6rem;
  margin-top: -0.25rem;
}

@media (min-width: 768px) {
  .home .carousel .carousel-inner .carousel-item .bg-image .row .col-md-6.carousel-content h5.text-teal {
    font-size: 1.1rem;
    margin-top: 0rem;
  }
}

@media (min-width: 992px) {
  .home .carousel .carousel-inner .carousel-item .bg-image .row .col-md-6.carousel-content h5.text-teal {
    font-size: 1.25rem;
  }
}

.home .carousel .carousel-inner .carousel-item .row .col-md-6 {
  padding: 0px;
}

.home .carousel .carousel-inner .carousel-item .row .col-md-6.carousel-content {
  padding: 2rem 1.25rem;
}

@media (min-width: 768px) {
  .home .carousel .carousel-inner .carousel-item .row .col-md-6.carousel-content {
    padding: 3rem 2rem;
  }
}

@media (min-width: 992px) {
  .home .carousel .carousel-inner .carousel-item .row .col-md-6.carousel-content {
    padding: 7rem 5.25rem 8.5rem;
  }
}

.home .carousel .carousel-inner .carousel-item .row .col-md-6.carousel-content p.text-teal, .home .carousel .carousel-inner .carousel-item .row .col-md-6.carousel-content p.text-darkred {
  font-size: 0.6rem;
}

@media (min-width: 768px) {
  .home .carousel .carousel-inner .carousel-item .row .col-md-6.carousel-content p.text-teal, .home .carousel .carousel-inner .carousel-item .row .col-md-6.carousel-content p.text-darkred {
    font-size: 1rem;
  }
}

.home .carousel .carousel-inner .carousel-item .row .col-md-6.carousel-content h2 {
  font-size: 0.8rem;
  margin-bottom: 0.75rem;
}

.home .carousel .carousel-inner .carousel-item .row .col-md-6.carousel-content h2.text-mint, .home .carousel .carousel-inner .carousel-item .row .col-md-6.carousel-content h2.text-orange {
  font-weight: 600;
  font-size: .9rem;
}

.home .carousel .carousel-inner .carousel-item .row .col-md-6.carousel-content h2.text-teal, .home .carousel .carousel-inner .carousel-item .row .col-md-6.carousel-content h2.text-darkred {
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .home .carousel .carousel-inner .carousel-item .row .col-md-6.carousel-content h2 {
    font-size: 2rem;
  }
  .home .carousel .carousel-inner .carousel-item .row .col-md-6.carousel-content h2.text-mint, .home .carousel .carousel-inner .carousel-item .row .col-md-6.carousel-content h2.text-orange {
    font-size: 2rem;
  }
  .home .carousel .carousel-inner .carousel-item .row .col-md-6.carousel-content h2.text-teal, .home .carousel .carousel-inner .carousel-item .row .col-md-6.carousel-content h2.text-darkred {
    font-size: 1.25rem;
  }
}

@media (min-width: 992px) {
  .home .carousel .carousel-inner .carousel-item .row .col-md-6.carousel-content h2.text-mint, .home .carousel .carousel-inner .carousel-item .row .col-md-6.carousel-content h2.text-orange {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
  .home .carousel .carousel-inner .carousel-item .row .col-md-6.carousel-content h2.text-teal, .home .carousel .carousel-inner .carousel-item .row .col-md-6.carousel-content h2.text-darkred {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}

.home .carousel .carousel-inner .carousel-item .row .col-md-6.carousel-content .btn {
  padding: 0.25rem 0.6rem;
  font-size: 0.7rem;
}

@media (min-width: 768px) {
  .home .carousel .carousel-inner .carousel-item .row .col-md-6.carousel-content .btn {
    margin-top: 1.5rem;
    font-size: 1.1rem;
    padding: 0.375rem 0.75rem;
  }
}

@media (min-width: 992px) {
  .home .carousel .carousel-inner .carousel-item .row .col-md-6.carousel-content .btn {
    margin-top: 1.5rem;
    font-size: 1.25rem;
  }
}

.home .carousel .carousel-inner .carousel-item .row .col-md-6 img {
  max-width: 100%;
}

.home .carousel .carousel-inner .carousel-item .fade-gradient {
  position: absolute;
  right: 0%;
  bottom: 0px;
  left: 0%;
  z-index: 10;
  text-align: center;
  padding: 30px 40px;
  box-sizing: border-box;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 20%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 20%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 20%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 20%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000", GradientType=0);
  /* IE6-9 */
}

@media (max-width: 575.98px) {
  .home .carousel .carousel-inner .carousel-item .fade-gradient {
    padding: 10px 40px;
  }
}

.home .carousel-indicators li {
  background-color: #348476;
  height: 8px;
  border-radius: 50%;
  width: 8px;
}

.home .intro {
  font-size: 1.25rem;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .home .intro {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.home .btn-outline-mint {
  font-size: 1.2rem;
}

.home .text-mint {
  font-weight: 600;
  text-transform: uppercase;
}

.home .collection .text-mint {
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .home .collection .text-mint {
    float: right;
  }
}

.home .collection .text-mint:hover {
  color: #3b9686;
}

.home .collection .product-details .product-name {
  font-weight: 600;
}

.home .impact img {
  max-width: 100%;
  display: block;
  margin: 0px auto;
  margin-bottom: 1rem;
}

.home .featured .section-header-uppercase {
  text-align: center;
}

.home .featured img {
  width: 150px;
  max-width: 100%;
  display: block;
  margin: 0px auto;
}

.testimonials .col-md-6 {
  padding: 1.25rem 20px;
}

@media (min-width: 768px) {
  .testimonials .col-md-6 {
    padding: 1.25rem 2.5rem;
  }
}

.testimonials .section-header-uppercase {
  text-align: center;
  margin-bottom: 1rem;
}

.testimonials img {
  width: 100px;
  max-width: 100%;
  margin-bottom: 1rem;
}

.testimonials h5 {
  text-transform: uppercase;
  font-weight: 600;
}

.testimonials p.testimonial {
  font-size: 0.9rem;
  line-height: 1.6;
}

.testimonials a.text-mint {
  font-size: 0.9rem;
  text-transform: initial;
  font-weight: 400;
  color: #348476;
}

.testimonials a.text-mint:hover {
  color: #255f55;
  text-decoration: none;
}

/* Stockists */

.stockists h6 {
  margin-bottom: .25rem;
}

.stockists .social {
  margin-bottom: 0.25rem;
}

.stockists .social .icon {
  font-size: 1.3rem;
  vertical-align: overlay;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.stockists .social a {
  color: #222;
  font-size: 0.9rem;
  text-decoration: none;
}

.stockists p {
  font-size: 0.9rem;
  line-height: 1.55;
}

.stockists .text-mint {
  font-weight: 600;
}

.stockists .shop-container {
  position: relative;
}

.stockists .shop-container .shop-img {
  opacity: 1;
  display: block;
  max-width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.stockists .shop-container .overlay {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 0px;
  text-align: center;
}

.stockists .shop-container .overlay .shop-logo {
  max-width: 100%;
}

.stockists .shop-container:hover .shop-img {
  opacity: 1;
}

.stockists .shop-container:hover .overlay {
  opacity: 0.8;
}

/* About */

.about h5 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .about h5 {
    font-size: 1.25rem;
    line-height: 1.55;
  }
}

.about .bg-mint.text {
  padding: 3rem 1.5rem;
}

@media (min-width: 768px) {
  .about .bg-mint.text {
    padding: 3rem 2.5rem 3rem 4rem;
  }
}

@media (min-width: 992px) {
  .about .bg-mint.text {
    padding: 3rem 2.5rem 3rem 6rem;
  }
}

.about .bg-mint.text h5 {
  color: #fff;
}

.about .bg-mint.img {
  background-color: #fff;
  z-index: 2;
  padding: 0px;
}

@media (min-width: 768px) {
  .about .bg-mint.img {
    padding: 0rem 0rem 3rem 4rem;
    background-color: #70c7b8;
  }
}

@media (min-width: 992px) {
  .about .bg-mint.img {
    padding: 0rem 0rem 3rem 6rem;
  }
}

.about .bg-mint.img img {
  max-width: 100%;
}

@media (min-width: 768px) {
  .about .bg-mint.img img {
    width: 500px;
    max-width: unset;
    opacity: 0.8;
  }
}

@media (min-width: 992px) {
  .about .bg-mint.img img {
    width: 900px;
  }
}

@media (min-width: 1200px) {
  .about .bg-mint.img img {
    width: 1000px;
  }
}

@media (min-width: 768px) {
  .about .bg-grey.short {
    height: 150px;
  }
}

@media (min-width: 992px) {
  .about .bg-grey.short {
    height: 400px;
  }
}

.about .bg-grey.text {
  padding: 3rem 1.5rem;
}

@media (min-width: 768px) {
  .about .bg-grey.text {
    padding: 3rem 4rem 3rem 2.5rem;
  }
}

@media (min-width: 992px) {
  .about .bg-grey.text {
    padding: 3rem 6rem 3rem 2.5rem;
  }
}

.about .bg-grey.text h5 {
  color: #225857;
}

.about .bg-grey.text .quote {
  font-family: "Playfair Display", serif;
  color: #225857;
  font-size: 7rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .about .bg-grey.text .quote {
    margin-bottom: 1.5rem;
  }
}

.about .bg-grey.text .line {
  width: 100px;
  height: 2px;
  background-color: #225857;
  margin-top: 3rem;
}

.about .bg-white {
  padding: 0rem 1.5rem 3rem;
}

@media (min-width: 768px) {
  .about .bg-white {
    padding: 3rem 2.5rem 3rem 4rem;
  }
}

@media (min-width: 992px) {
  .about .bg-white {
    padding: 3rem 2.5rem 3rem 6rem;
  }
}

.about .position-relative {
  padding: 3rem 2rem;
}

@media (min-width: 768px) {
  .about .position-relative {
    padding: 0rem;
  }
}

.about .position-relative .box {
  border: 1px solid #70c7b8;
  padding: 2.5rem 2rem;
}

@media (min-width: 768px) {
  .about .position-relative .box {
    position: absolute;
    top: -200px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .about .position-relative .box {
    top: -75px;
    width: 600px;
  }
}

.about .position-relative .box .section-header {
  text-align: left;
}

.about ol {
  padding-left: 15px;
  margin-bottom: 0rem;
}

.about ol li:last-child {
  padding-top: 1rem;
}

.about .bg-teal {
  padding: 3rem 0px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .about .bg-teal {
    margin-top: 3rem;
  }
}

@media (min-width: 992px) {
  .about .bg-teal {
    margin-top: 7rem;
  }
}

.about .bg-teal .section-header {
  color: #fff;
  margin-bottom: 2.5rem;
}

.about .bg-teal .artisans {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}

.about .bg-teal .artisans::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.about .bg-teal .artisans .row {
  display: block;
}

.about .bg-teal .artisans .row .live-scroll {
  display: inline-block;
  float: none;
}

.about .bg-teal .artisans .row .live-scroll .img-container {
  position: relative;
  background-color: #fff;
}

.about .bg-teal .artisans .row .live-scroll .img-container img {
  cursor: pointer;
  opacity: 1;
  display: block;
  max-width: 100%;
  height: 190px;
  object-fit: cover;
  transition: 0.5s ease;
  backface-visibility: hidden;
  display: block;
  margin: 0px auto;
  width: 100%;
  object-position: 0px 10%;
}

@media (min-width: 768px) {
  .about .bg-teal .artisans .row .live-scroll .img-container img {
    height: 220px;
  }
}

@media (min-width: 992px) {
  .about .bg-teal .artisans .row .live-scroll .img-container img {
    height: 350px;
  }
}

.about .bg-teal .artisans .row .live-scroll .img-container:hover img {
  transition: 0.5s ease;
  opacity: .2;
}

.about .bg-teal .artisans .row .live-scroll .img-container .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  padding: 16px 1.5rem;
  white-space: normal;
}

.about .bg-teal .artisans .row .live-scroll .img-container:hover .overlay {
  opacity: 1;
}

.about .bg-teal .artisans .row .live-scroll .img-container .details {
  color: #222;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.about .bg-teal .artisans .row .live-scroll .img-container .details h5.name {
  font-weight: bold;
}

.about .bg-teal .artisans .row .live-scroll .img-container .details h5.text-teal {
  margin-top: 2.5rem;
  margin-bottom: 0px;
  font-size: 85%;
  font-weight: bold;
}

@media (min-width: 768px) {
  .about .bg-teal .artisans .row .live-scroll .img-container .details h5.text-teal {
    margin-top: 2.5rem;
    font-size: 1.25rem;
  }
}

/* Contact */

.contact .row .col-lg-4 {
  padding: 0rem;
}

@media (min-width: 768px) {
  .contact .row .col-lg-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.contact .row .col-lg-4 .box {
  padding: 2.5rem 2rem;
  display: block;
  margin: 0px auto;
}

@media (min-width: 768px) {
  .contact .row .col-lg-4 .box {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.contact .row .col-lg-4 .box a {
  color: #222;
}

.contact .row .col-lg-4 .box.first, .contact .row .col-lg-4 .box.third {
  background-color: #efefef;
  width: 100%;
}

@media (min-width: 768px) {
  .contact .row .col-lg-4 .box.first, .contact .row .col-lg-4 .box.third {
    width: 325px;
    max-width: 100%;
  }
}

.contact .row .col-lg-4 .box.second {
  background-color: #70c7b8;
  width: 100%;
}

@media (min-width: 768px) {
  .contact .row .col-lg-4 .box.second {
    width: 325px;
    max-width: 100%;
  }
}

/* Footer */

footer {
  background-color: #efefef;
  padding-top: 2rem;
}

footer a {
  text-decoration: none !important;
}

footer img {
  width: 200px;
  max-width: 100%;
  margin-bottom: 1rem;
}

footer p.description {
  font-size: 0.9rem;
  padding-right: 2rem;
}

footer p.footer-category {
  margin-bottom: 0rem;
  font-weight: 400;
  vertical-align: middle;
}

footer p.footer-category a {
  color: #222;
}

footer p.footer-category i {
  margin-right: 0.5rem;
}

footer p.update {
  margin-top: 2rem;
  font-size: 0.85rem;
}

footer p.update .bold {
  font-weight: 500;
}

footer h5 {
  margin-bottom: 0.5rem;
  font-weight: 600;
}

footer .footer-link a {
  font-size: 0.9rem;
  font-weight: 300;
  color: #222;
  padding-left: 0.75rem;
}

footer .bg-mint {
  padding: 0.75rem 15px;
  margin-top: 2rem;
  text-align: center;
}

footer .bg-mint p {
  margin-bottom: 0rem;
}

footer .bg-mint a:hover {
  color: #255f55; 
}

footer .col-md-6 {
  padding-top: 0rem;
}

.terms h2 {
  font-size: 14px;
  margin-top: 2rem;
  margin-bottom: .75rem;
  text-transform: uppercase;
  font-weight: 600;
}

.terms p, .terms li {
  font-size: 12px;
  text-align: justify;
}

.terms .subheading {
  text-decoration: underline;
  font-style: italic;
}

.terms a { 
  color: #255f55;
  text-decoration: underline;
}

.terms .shipping-box {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1rem 1rem 0.1rem 1rem;
}

@media (min-width: 0px) {
  footer .col-md-6 {
    padding-top: 1rem;
  }
}