/*
Theme Name: Visual Procotex

*/

#we-buy #content .grid .colspan-2,
#we-buy #content .grid .product .name {
    width: 192px;
}

#we-buy #content .grid .colspan-1 {
    width: 86px !important;
}

#we-buy #content .grid .colspan-3 {
    width: 278px !important;
}

#we-buy #content .grid .product .field input[type="text"] {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

#we-buy #content .grid .colspan-2, #we-buy #content .grid .product .name {
    width: 182px;
}

.we-buy-input-field {
    border: 1px solid rgba(0, 0, 0, 0.2);
}