.main-banner .product-categories {
  /* width: 60%; */
  /* background: rgba(255, 255, 255, 0.1); */
  /* padding: 20px; */
  display: flex;
  flex-wrap: wrap;
  margin-top: 210px;
  margin-bottom: 210px;
  /* border: 1px solid rgba(255, 255, 255, 0.1); */
  /* border-radius: 10px; */
}

/* .main-banner .product-categories .category-box:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    transform: scaleX(-1);
} */

.main-banner .product-categories .category-box {
  /* flex: 0 0 50%; */
  display: block;
  text-align: center;
  line-height: 150px;
  /* border-bottom: 5px solid rgba(255, 255, 255, 0); */
  transition: all 300ms linear 0s;
}

/* ======== Image Hover Effect */

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(208, 235, 240, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
  transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
  cursor: pointer;
}

.hovereffect:hover .overlay {
  background-color: rgba(48, 152, 157, 0);
}

.hovereffect img {
  display: block;
  position: relative;
  cursor: pointer;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: rgb(59, 62, 65);
  text-align: center;
  position: relative;
  font-size: 0.5rem;
  padding: 10px;
  background: rgb(255, 255, 255, 0.7);
  -webkit-transform: rotate(-45deg) translate(-20%, 25%);
  -ms-transform: rotate(-45deg) translate(-20%, 25%);
  transform: rotate(-45deg) translate(-20%, 25%);
  -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
  transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
  scale: 140%;
  cursor: pointer;
}

.mugs-category-resize {
  font-size: 0.4rem !important;
    scale: 155% !important;
    margin-left: 0.5rem !important;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  /* transform: rotate(-45deg) translate(-30%, 20%); */
}

.coming-soon-box .hovereffect:hover .overlay {
  background-color:#777777;
}

/* ======== Image Hover Effect END */
