body.widget-snippet .home-product-items{
    max-width:1600px;
        margin: 0 auto;
}
body.widget-snippet .single-product-items {
  display: block;
  padding:15px;
}
body.widget-snippet .single-product-items a {
  padding:15px;
  display: block;
}
.home-product-area {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 0;
}
h2.home-product-title {
    width: 100%;
    text-align: center;
    padding: 0 0 50px;
    font-family: 'Dozen';
    font-style: normal;
    font-weight: 400;
    font-size: 54px;
    line-height: 54px;
    color: #000000;
}
.single-product-items .product-content button.more {
    margin: 0 auto;
    display: block;
    background: #68E383;
    border: 1px solid #68e383;
    font-family: 'Dozen';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    padding: 11px 10px;
    max-width: 180px;
    line-height: 28px;
}
.single-product-items .product-content button.more:after{
    content: "";
    display:inline-block;
    width:26px;
    height:18px;
    overflow:hidden;
    margin-left:7px;
    background:url("/template/a4b051f7/images/arrow-icon.svg");
    background-position-y: 0;
}
.single-product-items:hover .product-content button.more:after{
    background-position-y: 25px;
}

.widget-snippet .single-product-items a:hover button.more {
      background: #000000;
    color: #fff;
    border: 1px solid #000000;
}
.home-product-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.single-product-items {
    width: calc(100%/3 - 40px);
    margin: 0 20px 40px;
  position: relative;
  display: none;
}
.single-product-items .product-content h3 {
    color: #000;
    text-align: center;
    font-family: 'Dozen';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 1px;
      margin: 0 0 15px;
}
.single-product-items .product-content p {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
    color: #000;
    margin: 0 0 25px;
}

.single-product-items .product-content {
    padding: 20px 0;
  position:relative;
}
.single-product-items .product-pic {
    max-width:440px;
    max-height:406px;
    overflow:hidden;
    border-radius: 20px;
}
.single-product-items .product-pic img {object-fit: cover;width: 100%;height: 100%;  -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.single-product-items:hover .product-pic img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.single-product-items a {
    width: 100%;
    height: 100%;
}
.widget-snippet .single-product-items a:hover  .product-content h3{
        text-decoration: none;
    color:#68e383;
  	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

@media screen and (max-width: 1400px){
.home-product-items {
    max-width: 100%;
    margin: 0 auto;
}
}

@media screen and (max-width: 1200px){
  .home-product-area {
    padding: 70px 0 25px;
}
.single-product-items .product-content h3 {
    font-size: 24px;
    line-height: 28px;
}
.single-product-items .product-content p {
    font-size: 15px;
    line-height: 24px;
}
h2.home-product-title {
    font-size: 42px;
    line-height: 34px;
}
}
@media screen and (max-width: 991px){
  .home-product-area {
    padding: 40px 0 0px;
}
  h2.home-product-title {
    font-size: 32px;
    line-height: 32px;
    padding-bottom: 30px;
}
  .single-product-items .product-content h3 {
    font-size: 22px;
}
.single-product-items .product-pic {
    max-height: 170px;
}

.single-product-items .product-content button.more {
    padding: 7px 20px 12px;
    width: 160px;
}
}
@media screen and (max-width: 767px){
.single-product-items {
    width: 100%;
    margin: 0 15px 20px;
}
  h2.home-product-title {
    font-size: 24px;
    line-height: 12px;
    padding-bottom: 28px;
}
  .single-product-items .product-content h3 {
    font-size: 18px;
    margin: 0 0 10px;
}
  .single-product-items .product-content button.more {
    padding: 9px 10px 15px;
    width: 160px;
    height: 50px;
}
}
