
a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: #000;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: top;
}
.little-nav {
    display: -webkit-box;
    white-space: nowrap;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    overflow-x: initial;
    border-bottom: 1px solid #e7edf0;
}
.little-nav ul {
    margin: 0 auto;
}
.little-nav ul li {
    display: inline-block;
    float: none;
}
.little-nav ul li a {
    margin: 0 5px;
    font-size: 16px;
    line-height: 75px;
    text-align: center;
    padding: 0 10px;
    height: 75px;
    color: #2D3E50;
}
    .section-padding {
        padding: 60px 0;
    }
    .shop-grid-area .single-product-item {
    margin-bottom: 60px;
}
.single-product-item {
    box-shadow: 0 0 8px rgb(34 30 31 / 30%);
}
.single-product-image {
    text-align: center;
}
.single-product-image img {
    width: 100%;
}
.single-product-text {
    background: #f6f6f6 none repeat scroll 0 0;
    border-bottom: 3px solid #86bc42;
    padding: 23px 24px 22px;
}
.single-product-text > h4 a {
    color: #4c4c4c;
    display: block;
    font-size: 18px;
    margin-bottom: 4px;
}
.product-buttons {
    overflow: hidden;
}
.single-product-text .button-default.cart-btn {
    font-size: 11px;
    line-height: 27px;
    margin-left: 0;
    padding: 0 14px;
    width: auto;
}

 