#theme-page {
    overflow: visible;

}


/* products_info*/
.products_info{
    max-width:1140px;
    margin:0 auto;
}
.mk-image-box .item-holder {
    padding: 24px;
}
.products_info .mk-image-box {
    background: #fff;
    padding-top: 40px;
    position: relative;
    margin: 30px 0;
    transition: all .2s linear;
}
.products_info .mk-image-box img{
    max-height:63px;
    height:63px\0;
}
.products_info .mk-image-box .featured-image {
    position: static;
    text-align: center;
}
.products_info .hover-overlay{
    display:none;
}
.products_info p{
    line-height:18px;
}
.products_info .mk-image-box-media {
    position: static;
}
.products_info  .gallery-meta {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    margin: 0;
    width: 100%;
    height: 100%;
}
.products_info  .gallery-meta a{
    display:block;
    width:100%;
    height:100%;
}
.mk-image-box .gallery-meta i {
    display:none;
}
.products_info .mk-image-box:hover {
    box-shadow: 0px 0px 2px 3px #eee;
    transform: translateY(-5px);
}
@media (max-width: 1024px){
    .mk-shortcode.mk-padding-shortcode {
        display: none;
    }
}
@media (max-width: 460px){
    .mk-page-section.page-section-1 .page-section-content.expandable-false {
        padding: 0 0 20px;
    }
    .products_info .mk-image-box {
        margin: 20px 2% 0px;
        max-width: none!important;
        width: 46%;
        display: inline-block;
        vertical-align: top;
        padding-top: 30px;
    }
    .products_info .mk-image-box img {
        max-height: 30px;
    }
    .mk-image-box .item-holder {
        padding: 20px 10px 10px;
    }
    .products_info .vc_column_container>.vc_column-inner {
        text-align: center;
    }
}
@media (max-width: 320px){
    .mk-image-box .item-holder {
        padding: 20px 0px 10px;
    }
}