/*Product Page*/


.arttitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.artistnam {
    font-size: 20px;
    font-weight: 500;
}

.enqbtn button {
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 20px !important;
    padding: 10px !important;
}

.pagecontent a {
    /*color: #000;*/
    font-weight: bold;
}


.two_columns {
    
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;

}


div#PBFPopup {
    background: transparent !important;
}
div#PBFPopup .pbf-finance-widget {
    display: block !important;
}


table.gift_vouchers {
    width: 100%;
}

table.gift_vouchers td {
    padding: 10px 0px;
    font-weight: bold;
}


table.gift_vouchers thead th {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    padding: 10px 0px;
}