﻿.pac-table td, .pac-table th {
    border: 1px solid #000;
    padding: 8px;
    background: #fcfcfc;
    text-align: center;
}
.pac-table th {
    background: #000;
    color: #fff;
}
.pac-table td input {
    max-width: 100%;
    width: auto;
    min-width: initial;
    padding: 5px;
    background: #fff;
    border: 1px solid #000;
    width: 75px;
    line-height: 18px;
}
.pac-table td.quantity-cell {
    width: 5%;
}
.pac-table .add-to-cart-row {
    text-align: right;
}
.pac-add-to-cart {
    text-align: right;
    margin-top: 10px;
}
.pac-add-to-cart input {
    background: #fff;
    color: #000;
    border: 2px solid #000;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    padding: 8px 13px;
    text-transform: uppercase;
    font-size: 16px;
}
.pac-add-to-cart input:hover {
    background: #000;
    color: #fff;
}
.product-attribute-colour-select {
    margin-bottom: 10px;
}