﻿.container {
    width: 700px;
}

h1.pagehdr {
    padding-left: 0;
}

.carthdr {
    font-size: large;
    font-weight: bold;
    background-color: #000e60;
    color: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.cartdetails {
    font-size: medium;
    font-weight: normal;
    color: #000;
    margin: 10px 0;
    border-bottom: 1px solid #000;
}

.alignleft {
    text-align: left;
}

.aligncenter {
    text-align: center;
}

.alignright {
    text-align: right;
}

.noborder {
    border: none;
}

.red {
    color: #cc0000;
}

.counter {
    color: #000;
    padding: 2px;
}

    .counter:hover {
        cursor: pointer;
        color: #000;
    }

.qty-container {
    width: 200px;
    margin: 0 auto;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

label {
    font-weight: bold;
}