﻿.product-media img 
{
    margin: auto;
    display: block !important;
    width: auto !important;
    height: auto;
    max-width: 216px;
    max-height: 216px 
}

.btn-product-icon-active {
    border-radius: 50%;
    background-color:#db0502 !important;
    border: 0.1rem solid #DB0504;
    color: white !important;
}

.btn-product-active{
    color: #fff !important;
    background-color: #010101 !important;
    border-color: #db0502;
}

.btn-product-qv-active{
    color: #FC0004 !important;
    
}




/* ===================== MY Account Forms ===================== */
.ma_form_box
{
    display: block;
    padding: 33px;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 20px;
}

.upload_box 
{
    width: 100%;
    height: 43px;
    margin-bottom: 10px;
    background-color: #F3F6F9;
    color: #3F4254;
    border: 1px solid #e1e3e6;
    border-radius: 5px;
}

.progressUploadBarHolder {
    background-color: #f1f1f1 ! important;
    width: 100%;
    margin-top: 4px;
    margin-bottom: 10px;
}

.progressUploadBar {
    background-color: #4CAF50 !important;
    width: 0%;
    display: none;
}

.previewTable {
    width: 80px;
    border: 1px solid rgba(181, 181, 181, 1.00);
}

.filenameTextArea {
    border: 0px;
    background: #F3F6F9 !important;
    height: 40px;
    padding: 2px 0px 0px 5px;
    margin: 0px;
    resize: none;
    width: 100%;
    outline: none;
}


    