h2.products-section-title, h2.product-section-title {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

h2.products-section-title span, h2.product-section-title span {
    font-size: 30px;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    font-weight: 500;
    line-height: 30px;
    color: #222222;
    text-align: center;
    position: relative;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e5e5e5;
}
h2.products-section-title:after, h2.product-section-title:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #6bb42f;
}

.categories > .pattern {
    position: relative;
    z-index: 1;
}

@media (min-width: 1200px) {
    .main-bg {
        background: url("../images/main-bg.png") no-repeat;
    }

    .categories .pattern {
        margin-top: -45px;
    }
}

.common-box .item {
    /*padding: 0 15px;*/
}
.common-box .product-box {
    /*margin: 40px auto;*/
}
.product-box {
    border-radius: 10px;
    /*overflow: hidden;*/
    margin: 40px auto auto;
    text-align: center;
    /*position: relative;*/
    background-color: #fff;
}
.product-box::after {
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    margin: auto;
    vertical-align: middle;
    width: 60px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-65px);
    -webkit-transform: translateX(-65px);
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.product-media {
    /*background-color: #f7f6f2;*/
    /*height: 330px;*/
    /*position: relative;*/
}
.product-media > .prod-img {
    /*bottom: 0;*/
    /*margin: auto;*/
    /*left: 0;*/
    /*right: 0;*/
    /*position: absolute;*/
    /*z-index: 1;*/
    height: 200px;
    width: 200px;
    object-fit: cover;
    border-radius: 100%;
}
.product-media > img.shape {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
.product-caption {
    text-align: center;
    padding: 10px 0 30px;
}
.product-title {
    font-size: 20px;
}
@media (max-width: 320px) {
    h2.products-section-title span, h2.product-section-title span{
        font-size: 24px;
    }
    .product-image{
        height:180px !important;
    }
}
@media (max-width: 360px) {
    h2.products-section-title span, h2.product-section-title span{
        font-size: 24px;
    }
}
@media (max-width: 375px) {
    h2.products-section-title span, h2.product-section-title span{
        font-size: 24px;
    }
}
@media (min-width: 320px) and (max-width: 768px)  {
    h2.products-section-title span, h2.product-section-title span{
        font-size: 24px;
    }
    h2.products-section-title, h2.product-section-title{
        margin-bottom: 20px;
    }
}

