.imagecontour {
 padding: 10px; 
 border: solid 1px #EFEFEF;
 background-color: #FFFFFF;
 }
 
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.effect2:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.c-icon-wrapper i.fa {
    font-size: 42px;
    color: #ff6699;
}
.c-content-feature-2.c-option-2 .c-icon-wrapper {
    background: none;
    padding: 7px 19px;
    border: none !important;
    font-size: 35px;
    color: #ff6699;
}
.c-theme-bg-parent-hover:hover .c-theme-bg-on-parent-hover {
    background: none !important;
}
.ellipsis-word{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: inherit;
}
p.min-height{
  min-height: 130px;
}
@media (min-width: 992px){
  .container {
    width: 1000px;
  }
}
@media (max-width: 767px){
  .c-content-product-5 .c-detail {
    width: 100%;
  }
  body{
    width: 100%;
  }

}
@media screen and (max-height: 568px)
{
  .g-recaptcha {
    transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;
  }
}
