/*
Theme Name: woodmart Child
Theme URI: http://zigmeg.com
Description: woodmart child
Author: Your Name
Author URI: http://zigmeg.com
Template: woodmart
Version: 1.0.0
*/

.wd-entities-title{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.acf-product-group{
    margin:30px 0;
    border:1px solid #eee;
    border-radius:12px;
    overflow:hidden;
    background:#fff;
}

.acf-main-group-title{
    margin:0;
    padding:18px;
    font-size:22px;
    font-weight:700;
    background:#bfbfbf;
    border-bottom:1px solid #eee;
}

.acf-group-table{
    width:100%;
    border-collapse:collapse;
}

.acf-group-table tr{
    border-bottom:1px solid #f1f1f1;
}

.acf-group-table th,
.acf-group-table td{
    padding:14px 16px;
    text-align:right;
    vertical-align:top;
}

.acf-field-label{
    width:220px;
    font-weight:600;
    background:#fcfcfc;
}

.acf-tab-title{
    background:#d7d7d7;
    font-size:18px;
    font-weight:700;
    padding:16px !important;
    border-top:2px solid #e5e5e5;
}

.acf-repeater-row{
    padding:10px;
    margin-bottom:10px;
    border:1px solid #eee;
    border-radius:8px;
}

.acf-repeater-col{
    margin-bottom:6px;
}

.acf-field-value img{
    max-width:120px;
    height:auto;
    border-radius:8px;
}