/**
* Theme Name: YITH Proteo Child
* Description: This is a child theme of YITH Proteo, generated by YITH_Proteo_Wizard.
* Author: <a href="https://yithemes.com">YITH</a>
* Template: yith-proteo
* Version: 1.2.2
*/

.cat-list h3 {
    font-size: 20px;
    display: flex;
    justify-content: center;
}

.regform {
    margin: 0px 0px 0px 0px;
    padding: 25px 25px 25px 25px;
    background-color: #0000006B;
    border-radius: 20px 20px 20px 20px;
    color: #fff;
}

.regform .form-row  {
    margin-bottom: 20px;
} 

.regform .form-row label {
    color: #ffffff;
}

.regform .form-row input {
    border-radius: 0;
} 

.regform .center {
    text-align: center;
}

.regform .red {
    color: red;
}


/* Round corners on Proteo product loop images */
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border-radius: 5px !important;
}


/* For the popup with latest bid */
#bid-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #9e7e38;
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    z-index: 9999;
    max-width: 300px;
    font-size: 14px;
}