@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700");
/* body {
  font-size: 16px;
  color: #404040;
  font-family: Montserrat, sans-serif;
  background-image: linear-gradient(to bottom right, #ff9eaa 0% 65%, #e860ff 95% 100%);
  background-position: center;
  background-attachment: fixed;
  margin: 0;
  padding: 2rem 0;
  display: grid;
  place-items: center;
  box-sizing: border-box;
} */
.card {
  background-color: #fff;
  max-width: 245px;
  width: 245px;
  min-height: 324px;
  display: inline-block;
/*   display: flex;
  flex-direction: column; */
  overflow: hidden;
  border-radius: 1rem;
  margin: 0.5rem 0.5rem 0;
/*   box-shadow: 0px 1rem 1.5rem rgba(0,0,0,0.5); */
  box-shadow: 0 10px 10px -5px;
  cursor: pointer;
}

.card .banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 6rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
}
.super-special-cat-bck{
	/*  background-image: url("../../images/productCategory/category-background-img-01.png"); */
	 /* background: linear-gradient(to bottom, #588f27 0, #3d641b 68%, #588f27 68%, #689a3c 100%); */
	 background: linear-gradient(to bottom, #5cbd76 0, #298a43 68%, #5cbd76 68%, #34ad54 100%);
}
.general-cat-bck{
	/*  background-image: url("../../images/productCategory/category-background-img-01.png"); */
	  /* background: linear-gradient(to bottom, #79a552 0, #588f27 68%, #79a552 68%, #9abb7d 100%); */
	  background: linear-gradient(to bottom, #5cbd76 0, #298a43 68%, #5cbd76 68%, #34ad54 100%);
}
.card .banner div {
  background-color: #fff;
  width: 7rem;
  height: 7rem;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.3);
  border-radius: 50%;
  transform: translateY(50%);
  transition: transform 200ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.card .banner div:hover {
  transform: translateY(50%) scale(1.3);
}
.card .menu {
  width: 100%;
  height: 4.5rem;
  padding: 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
  box-sizing: border-box;
}
.card .menu .opener {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  border-radius: 50%;
  transition: background-color 100ms ease-in-out;
}
.card .menu .opener:hover {
  background-color: #f2f2f2;
}
.card .menu .opener span {
  background-color: #404040;
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: 0;
  left: calc(50% - 0.2rem);
  border-radius: 50%;
}
.image-view-box{
	text-align: center;
	padding: 0.30rem;
}
.image-view-box img{
	border-radius: 50%;
}

.card .menu .opener span:nth-child(1) {
  top: 0.45rem;
}
.card .menu .opener span:nth-child(2) {
  top: 1.05rem;
}
.card .menu .opener span:nth-child(3) {
  top: 1.65rem;
}
.card h2.name {
  text-align: center;
  padding: 0 2rem 0.5rem;
  margin: 0;
  font-size: 13px;
}
.card .title {
  color: #a0a0a0;
  font-size: 0.85rem;
  text-align: center;
  padding: 0 1rem 0;
  line-height: 1.5;
}
.card .actions {
  padding: 0 1rem 0;
  display: flex;
  flex-direction: column;
  order: 99;
}
.card .actions .follow-info {
  padding: 0 0 0rem;
  display: flex;
}
.card .actions .follow-info h2 {
  text-align: center;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}
.card .actions .follow-info h2 a {
  text-decoration: none;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  transition: background-color 100ms ease-in-out;
}
.card .actions .follow-info h2 a span {
  color: #46721f;
  font-weight: bold;
  transform-origin: bottom;
 /*  transform: scaleY(1.3); */
  transition: color 100ms ease-in-out;
}
.card .actions .follow-info h2 a small {
  color: #7a7a7a;
  font-size: 0.85rem;
  font-weight: normal;
}
.card .actions .follow-info h2 a:hover {
  background-color: #f2f2f2;
}
.card .actions .follow-info h2 a:hover span {
  color: #007ad6;
}
.card .actions .follow-btn button {
  color: inherit;
  font: inherit;
  font-weight: bold;
  background-color: #ffd01a;
  width: 100%;
  border: none;
  padding: 1rem;
  outline: none;
  box-sizing: border-box;
  border-radius: 1.5rem/50%;
  transition: background-color 100ms ease-in-out, transform 200ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.card .actions .follow-btn button:hover {
  background-color: #efb10a;
  transform: scale(1.1);
}
.card .actions .follow-btn button:active {
  background-color: #e8a200;
  transform: scale(1);
}
.card .desc {
  text-align: justify;
  padding: 0 1rem 1rem;
  order: 100;
  line-height: 1.5;
  font-size: 0.9rem;
}

.cat-container-special{
	margin: 8px 18px;
	padding: 16px 10px 0;
	border-radius: 8px;
	background: #fff;
	position: relative;
	overflow: visible;
}

.cat-container-special h4 {
    font-family: Lato;
    font-size: 12px;
    margin: 0;
    color: #6f7284;
    letter-spacing: 1px;
    padding: 0 0 10px;
    margin-left:10px;
}

.cat-container-special h5 {
	font-family: Lato;
	font-size: 1.3em;
	font-style: normal;
	font-weight: 500;
	margin-left:10px;
}

.cat-container-general{
	margin: 8px 18px;
	padding: 16px 10px 0;
	border-radius: 8px;
	background: #fff;
	position: relative;
	overflow: visible;
}

.cat-container-general h4 {
    font-family: Lato;
    font-size: 12px;
    margin: 0;
    color: #6f7284;
    letter-spacing: 1px;
    padding: 0 0 10px;
    margin-left:10px;
}

.cat-container-general h5 {
	font-family: Lato;
	font-size: 1.3em;
	font-style: normal;
	font-weight: 500;
	margin-left:10px;
}

.div-flex{
	width:auto;
	float:left;
	line-height: 1.5;
}

.div-flex small{
	 color: #6f7284;
	 margin-left:10px;
	 font-size: 90%;
}

.corona-message-conatiner{
	padding: 0px 0px 0px 2px; min-height: 160px; height: auto; text-align: center;
}
.footer-text{
	/* color: #272727; */
	color: #fff;
  font-size: 13px;
}