.wdjp-wrapper {
    margin-top: 5px;
}
.wdjp-dropdown-row > .wdjp-dropdown-col:first-child {
    display: none !important;
}

.wdjp-gold-color-wrap select{

    width:180px !important;
    min-width:180px !important;
    max-width:180px !important;

    height:34px;

    padding:0 10px;

}
.wdjp-wrapper .wdjp-metal {
    text-transform: none !important;
}

.wdjp-wrapper .wdjp-metal.active {
    text-transform: none !important;
}

.wdjp-grade-row{
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:8px;
    flex-wrap:wrap;
}

.wdjp-grade-title{
    width:45px;
    font-weight:600;
}

.wdjp-grade-row .wdjp-diamond-grade{
    margin:0;
}

.wdjp-wrapper,
.wdjp-wrapper *,
.wdjp-grand-total,
.wdjp-grand-total-label,
.wdjp-wrapper button,
.wdjp-wrapper select,
.wdjp-wrapper table,
.wdjp-wrapper h4 {
font-family: "Muli", Arial, sans-serif !important;}
.wdjp-wrapper h4 {
    margin-top: 3px;
    margin-bottom: 8px;
    line-height: 0.6;
}

.summary p.price,
.wd-single-price,
.wd-single-product-price {
    display:none !important;
}

.wdjp-grand-total-wrap{
    margin-top:2px;
}

.wdjp-grand-total-label{
    font-size:20px;
    font-weight:600;
font-weight: bold;
    color:#000;

}

.wdjp-grand-total{
    font-size:25px;
    font-weight:500;
font-weight: bold;

    color:#001377;
}

.wdjp-wrapper button {
    margin-right: 10px;
    margin-bottom: 5px;
}

.wdjp-wrapper button.active {
    background: #001377;
    color: #fff;
}

/* Diamond Carat + Size Row */

.wdjp-wrapper button {
    padding: 2px 8px !important;
    min-height: 26px !important;
    height: 26px !important;
    font-size: 12px !important;
    border-radius: 2px !important;
}


.wdjp-dropdown-row {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    margin: 0px 0;
}

.wdjp-dropdown-col {
    display: flex;
    flex-direction: column;
}

/* Small Dropdowns */
.wdjp-dropdown-col select {
    width: 120px !important;
    min-width: 120px;
    max-width: 120px;
    height: 42px;
    padding: 0 10px;
}

.wdjp-wrapper table {
    margin-top: 5px;
}

.wdjp-wrapper table td {
    padding: 6px;
    border-bottom: 1px solid #eee;
}
.single_add_to_cart_button {
    display: none !important;
}
/* #wdjp-diamond-carat,
#wdjp-size {
    background: #001377 !important;
    color: #fff !important;
    border: 1px solid #001377 !important;
}

#wdjp-diamond-carat option,
#wdjp-size option {
    background: #fff;
    color: #000;
} */

#wdjp-diamond-carat,
#wdjp-size {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #ddd !important;
    outline: 2px solid #002b8f !important;
    outline-offset: 2px;

    padding-right: 35px !important;
}
.wdjp-dropdown-col select,
#wdjp-diamond-carat,
#wdjp-size {
    width: 40px !important;
    min-width: 90px !important;
    max-width: 90px !important;
    height: 34px !important;
}




