body {
    font-family: "visa-font",sans-serif,Tahoma;
}

.vs-row {
    margin-left: 0!important;
    margin-right: 0!important;
}

.purchase-nav {
    height: 60px;
    background-color: #021E4C;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.color-black {
    color: #2c2c2c;
}

.color-blue {
    color: #1434CB;
}

.text-gold {
    color: #f7bd19;
}

.color-white {
    color: #FFFFFF;
}

h2 {
    font-size: 39px;
}

h3 {
    font-size: 23px;
}

p {
    font-size: 17px;
}

div.merch-header-desktop {
    min-height: 600px;
}

div.merch-header-desktop h1 {
    width: 50%;
    margin: 225px auto 15px;
}

.purchase-nav a.basket-link {
    color: #FFFFFF;
    text-align: right;
    float: right;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding-top: 2px;
}

.vs-row.categories {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.category-select {
    padding: 1.5em;
    text-align: center;
    height: 100%;
    border: 5px solid #FFFFFF;
}

.category-select.active {
    border: 5px solid #1434CB;
}

.category-select img {
    width:100%;
}

section#products-1 {
    display: block;
}

section#products-2 {
    display: none;
}

section#products-3 {
    display: none;
}

h2.products-heading {
    text-align: center;
}

div.product-pod img {
    width:100%;
}

a.btn.btn-open-modal {
    background-color: #1434CB;
    border-radius: 0;
    padding:10px 20px;
    color: #FFFFFF;
    font-size: 17px;
}

a.btn.btn-open-modal[disabled] {
    background-color: #B9B9B9;
}

div.modal-dialog {
    width: 50vw!important;
}

@media(max-width: 766px) {
    div.modal-dialog {
        width: 95vw!important;
    }
}

img.modal-image {
    width: 60%;
    margin: auto;
}

.modal-body legend,
p.option-details {
    font-size: 12px;
    text-transform: uppercase;
    color: #2c2c2c;
    font-weight: 600;
    border: 0;
    margin-bottom: 0;
}

.modal-body label {
    font-size: 12px;
    margin: 0;
}

div.basket-product {
    border-bottom: 1px solid #979797;
}

@media (min-width: 767px) {
.form-container {
    background: linear-gradient(90deg, #FFFFFF 50%, #F7F7F7 50%);
}
}


section#complete-purchase {
    display: none;
}

a.order-edit {
    color: #1434CB;
    font-size: 10px;
}

p.basket-description {
    font-size:12px;
}

.vs-form-group label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 17px;
}

.btn-yellow {
    background-color: #FCC015;
    border: 1px solid #FCC015;
    color: #2c2c2c;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 17px;
}

.btn-yellow:hover {
    border: none;
    transform: none;
}

div.buttons-row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.container.basket {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.container.basket img {
    max-width: 20px;
    margin-left: 10px;
}

.row.sub-nav-categories {
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}

ul.sub-nav {
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;
}

ul.sub-nav li {
    padding: 1.5em 0;
}

ul.sub-nav li a {
    text-decoration: none;
    color: #2c2c2c;
}

ul.sub-nav li.active {
    border-bottom: 3px solid #1434CB;
}

.input-row {
    display: flex;
    justify-content: center;
    align-items: end;
}