/*
Theme Name:     Medik Child
Theme URI: 		http://medik.wpengine.com/
Author: 		the DesignThemes team
Author URI: 	http://themeforest.net/user/designthemes
Description:    Child theme for the Medik theme powered by DesignThemes
Template:       medik
Version:        1.0
*/
.mbcp-ul, .mbcp-ul ul {
    list-style: none;
}
.mbc-products-list {
    display: flex;
    margin-top: 22px;
    flex-wrap: wrap;
}
.mbc-products-list li {
    width: calc(32% - ( ( 4% + 4% ) * 0.3333 ) );
    margin-right: 4%;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    height: 370px;
    position:relative;
}
.mbc-products-list li img{
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.mbc-products-list li:hover{
    border-color: #076cec;
}
.mbc-products-list li a {
    color: inherit;
    display: block;
}
.mbc-products-list li a span {
    display: block;
    text-align: center;
    padding: 10px;
    position: absolute;
    bottom: 24px;
    background: #fff;
    width:100%;
}
.mbc-products-list li a .product-price {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    padding: 5px;
}
.mbc-specs, .mbc-specs td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.mbc-specs td {
    padding: 10px;
    text-align: left;
}
.woocommerce div.product .dt-sc-product-tabs, .related.products{
    display: none !important
}
.home .product-wrapper .button.yith-wcqv-button {
    display: none;
}
.hme-nw-arvls .vc_figure-caption {
    color: #003242;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 15px 10px;
    background-color: #f4f4f4;
    min-height: 84px;
}
.hme-nw-arvls .wpb_column img {
    width: 100%;
    max-height: 340px;
}
.hme-nw-arvls .wpb_single_image .vc_single_image-wrapper{
    width:100%;
}
.hme-nw-arvls .wpb_single_image .vc_figure {
    display: block;
}
body .main-title-section-wrapper {
    padding: 160px 0;
}
body.no-breadcrumb #main {
    margin-top: 0;
}
.nm-wce .wpb_content_element {
    margin-bottom: 0;
}