.myButton {
	background-color:transparent;
        border:1px solid #9CAF86;
	border-radius:3px;
	display:inline-block;
	cursor:pointer;
	color:#9CAF86;
	font-size:13px;
	padding:10px 24px;
	text-decoration:none;
        font-weight:600;
}
.myButton:hover {
	background-color:#9CAF86;
        color:white;
}
.myButton:active {
	position:relative;
	top:1px;
}


.clip{
   -webkit-clip-path: circle(50% at 50% 50%);
   clip-path: circle(35% at 50% 50%);
}

.second-img{
   padding:2px;
   border:2px solid gold;
}

.center {
  margin: auto;
  width: 50%;
  text-align:center;
  color:white;
}

.center h1 {
  font-weight:700;
  font-size:60px;
}

.hero-box{
  position:relative;
  margin:0 auto;
  margin-top:-200px;
  padding:20px 40px;
  background-color:rgba(0,0,0,0.7);
  max-width:700px;
  z-index:1;
}

.hero-text{
  color:white;
  text-align:center;
}

ul li {
  list-style-image:url(/imageserver/Reusable/wolf-deck2020/check.png);
  font-size:16px;
  padding-bottom:8px;
}

.shell{
  padding:80px 0;
}
.wsk-cp-product{
  background:#fff;
  padding:15px;
  border-radius:6px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  position:relative;
  margin:20px auto;
}
.wsk-cp-img{
  position:absolute;
  top:5px;
  left:50%;
  transform:translate(-50%);
  -webkit-transform:translate(-50%);
  -ms-transform:translate(-50%);
  -moz-transform:translate(-50%);
  -o-transform:translate(-50%);
  -khtml-transform:translate(-50%);
  width: 100%;
  padding: 15px;
  transition: all 0.2s ease-in-out;
}
.wsk-cp-img img{
  width:100%;
  transition: all 0.2s ease-in-out;
  border-radius:6px;
}
.wsk-cp-product:hover .wsk-cp-img{
  top:-40px;
}
.wsk-cp-product:hover .wsk-cp-img img{
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.wsk-cp-text{
  padding-top:150%;
}
.wsk-cp-text .category{
  text-align:center;
  font-size:12px;
  font-weight:bold;
  padding:5px;
  margin-bottom:45px;
  position:relative;
  transition: all 0.2s ease-in-out;
}
.wsk-cp-text .category > *{
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -khtml-transform: translate(-50%,-50%);
    
}
.wsk-cp-text .category > span{
  padding: 12px 10px;
  background:#9CAF86;
  color:#fff;
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  border-radius:27px;
  transition: all 0.05s ease-in-out;
  cursor:pointer;
}

.wsk-cp-text .category > span a{
  color:white;
  text-decoration:none;
  cursor:pointer;
}
.wsk-cp-product:hover .wsk-cp-text .category > span{
  border-color:#ddd;
  box-shadow: none;
  padding: 11px 10px;

}
.wsk-cp-product:hover .wsk-cp-text .category{
  margin-top: 0px;
}
.wsk-cp-text .title-product{
  text-align:center;
}
.wsk-cp-text .title-product h3{
  font-size:20px;
  font-weight:bold;
  margin:15px auto;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  width:100%;
}
.wsk-cp-text .description-prod p{
  margin:0;
}

.wsk-cp-text .description-prod {
  text-align:center;
  width: 100%;
  height:100px;
  overflow: hidden;    
  margin-bottom:15px;
}

@media only screen and (max-width: 768px) {
  .wsk-cp-product{
    max-width:400px;
  }
}