.wd_addon_item {
    border: 1px solid #CCC;
    border-radius: 8px;
    width: 32%;
    min-width: 250px;
    max-width: 250px;
    min-height: 130px;
    margin-left: 10px;
    margin-bottom: 5px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFF;
}
.product_image_holder {
    width: 20%;
    margin-left: 14px;
}
.product_inf {
    width: 78%;
}
.wd_custom_addons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
p.product-title, p.product-price {
    font-size: 15px;
    font-weight: 600;
}
span.reg_price {
    font-size: 14px;
    color: #777;
}
p.wd_caculate {
    text-align: right;
}
.wd_caculators {
    margin: 20px 0;
}
.woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor form.cart:not(.grouped_form):not(.variations_form) {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block !important;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.wd-addons-tabs .tabs-nav {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.wd-addons-tabs .tabs-nav li {
    margin-right: 10px;
    cursor: pointer;
}

.wd-addons-tabs .tabs-nav li a {
    text-decoration: none;
    color: #333;
}
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}
.wd_addon_item{
    position: relative;
}
.wd_addon_item .check_holder {
    position: absolute;
    top: 4px;
    right: 4px;
    color: #FFF;
    font-weight: bold;
    background: #27C949;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    display: none;
}
.wd_addon_item.selected .check_holder {
    display: block;
}
.wd_addon_item.selected{
    border: 1px solid #000;
}
ul.tabs-nav li {
    border: 1px solid #ED00AE;
    padding: 0 15px;
    border-radius: 10px;
}
ul.tabs-nav li.active {
    background: #ED00AE;
}
.wd-addons-tabs .tabs-nav li.active a {
    color: #FFF;
}
