.padloper-cart-add-product input[type=number] {
    width: 50px;
    float: left;
    margin-right: 4px;
    height: 33px;
    text-align: center;
}

.padloper-cart-add-product input[type=submit],
button#customerForm,
.button--shop-download {
    font-size: 15px;
    display: inline-block;
    color: #fff;
    padding: 8px 12px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    background-color: #B80E80;
    border: none;
    cursor: pointer;
}

.padloper-cart-add-product input[type=submit],
.button--shop-download {
    padding: .85em 1em;
    width: 100%;
    max-width: 15rem;
}

.button--shop-download {
    text-align: center;
    line-height: 1;
    text-decoration: none !important;
}

.button--shop-download:hover,
.button--shop-download:focus {
    color: #fff !important;
}

.button--shop-download-extra {
    opacity: .85;
}

.Inputfields label.InputfieldHeader {
    font-size: 1.2em;
    padding-bottom: 0px;
}

.InputfieldRadiosStacked {
    margin-left: 0;
}

.description {
    font-size: 1.1em;
    color: #666;
}

.InputfieldError {
    margin: 0;
}

.InputfieldError i {
    display: none;
}

.InputfieldError span {
    font-size: 12px;
    color: red;
}

.pw-no-select {
    margin-left: 4px;
    font-size: 1.1em;
    line-height: 15px;
}

.mini-cart {
    padding: 0.5em;
    background: #f3f3f3;
    border-radius: 4px;
    overflow: hidden;
}

.mini-cart h4 {
    padding: 0em;
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
}

.mini-cart .cart-actions {
    margin-top: 10px;
    margin-bottom: 0;
}

.mini-cart .cart-actions i {
    width: 20px;
}

.mini-cart .cart-actions a {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 4px 0;
    border-bottom: 1px solid #ddd;
}

.left {
    float: left;
    width: 49%;
}

.right {
    float: right;
    width: 49%;
}

.clear {
    clear: both;
}

.shop-img-container {
    max-width: 100%;
    width: 450px;
    height: 350px;
    border: 1px solid #eee;
}

.shop-img-container-small.shop-img-container {
    height: 215px;
}

.shop-cell h3 {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.shop-cell .card-section {
    padding-top: 1rem;
}

.shop-cell .card-section {
    background: #f3f3f3;
}

.shop-img-container img {
    max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}

td {
    vertical-align: top;
}

.taxDesc {
    font-size: 0.9em;
    color: #666;
}

.InputfieldRadios ul, .InputfieldRadios li {
    list-style: none;
}

.mini-cart .cart-actions a:last-child {
    border-bottom: 0;
}

.relative {
    position: relative;
}

.relative span.label {
    position: absolute;
    top: 5px;
    right: 5px;
}

.cart-row {
    border-bottom: 1px solid #ddd;
    padding: 4px 0;
}

.shop-campaign-area {
    border: 1px solid #B80E80;
    padding: 1em;
    background: #f6e2f0;
    border-radius: 4px;
}

.shop-campaign-area :last-child {
    margin-bottom: 0;
}

i.toggle-icon {
    display: none;
}

.Inputfields > .Inputfield > .ui-widget-content {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.Inputfields .ui-widget-header {
    padding-left: 2px;
} 

.Inputfields input {
    padding: 1em;
}