.product-wrap .p-thumbnail a img:nth-of-type(2) {
  opacity: 0;
  position: absolute;
}

.product-wrap .p-thumbnail a:hover img:nth-of-type(2) {
  opacity: 1;
  position: relative;
}

.product-wrap .p-thumbnail a:hover img:nth-of-type(1) {
  opacity: 0;
  position: absolute;
}

.product-wrap .p-thumbnail a img {
  transition: all 1s ease-in-out;
}

.product-wrap .p-thumbnail a {
  position: relative;
}

.explore .listing.four {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.explore .listing.four .item {
  width: 50%;
  padding: 15px;
  margin: 0;
}

.view-all .button-view-all {
  height: 50px;
  background: #00381F;
  /*box-shadow: 0px 4px 4px rgba(0,0,0,.25);*/
  border-radius: 4px;
  width: 213px;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.facetwp-pager {
  margin-top: 20px;
  text-align: center;
}

.page-thumbnail-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #003525;
  font-family: "BegumR", sans-serif;
}

.explore .listing.four .item {
  position: relative;
}

.listing.four.explore-home .item .title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0;
  font-weight: 400;
}

.listing.four.explore-home .item .title a {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
}

.masthead .site-branding .custom-logo-link,
.nav-top-header.fixed .masthead .site-branding .custom-logo-link {
  max-width: 200px;
}

.nav-top-header:not(.fixed) .masthead .site-branding {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.nav-top-header.fixed .masthead .site-branding {
  top: 10px;
}

.page-template-journal-all .page-thumbnail {
  margin-bottom: 40px;
  min-height: 100px;
}

@media screen and (max-width: 767px) {
  .nav-top-header:not(.fixed) .masthead .site-branding {
    position: relative;
    top: 0;
    transform: translateY(0);
  }

  #home-journal-tea .slick-slide {
    margin: 10px !important;
  }

  .listing.four.explore-home .item .title a {
    display: block;
    width: 80%;
    font-size: 16px;
  }

  .masthead .main-navigation .custom-image-1>ul.sub-menu,
  .masthead .main-navigation .custom-image-2>ul.sub-menu,
  .masthead .main-navigation .custom-image-3>ul.sub-menu,
  .masthead .main-navigation .custom-image-4>ul.sub-menu {
    column-count: 1 !important;
  }

  .woocommerce div.product div.images.woocommerce-product-gallery {
    width: 100% !important;
  }
}




