@font-face{
  font-family : "AllianzNeo";
  src : url('../font/AllianzNeoW01-Regular.woff') format('woff'), 
      url('../font/AllianzNeoW01-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

:root {
    --allianz-red: #FF011B;
}

body {
    font-family: "AllianzNeo"; 
}

#wrapper, 
#header .header-top {
    background-color: #e7e9e8 !important;
}

#header {
    box-shadow: none; 
} 

a, 
a:hover, 
#header a, 
#header a:hover {
    color: #FF011B;
    text-decoration: none;
}

#header .header-nav .cart-preview.active {
    background: #ff011b;
}

#header .header-nav .blockcart {
    background: #ff011b;
    color: #fff;
    height: 3rem;
    padding: 0.75rem;
    margin-left: 0.9375rem;
    text-align: center;
    white-space: nowrap;
}

#header .header-nav .cart-preview .shopping-cart {
    color: #fff;
    vertical-align: middle;
}

.page-my-account #content .links a:hover i {
    color: #003781;
}

.btn-primary {
    color: #fff;
    background-color: #ff011b;
    border-color: rgba(0,0,0,0);
}

.btn-primary:hover {
    color: #fff;
    background-color: #003781;
    border-color: rgba(0,0,0,0);
}

.page-authentication #content {
    max-width: none; 
}

.footer-container li a:hover {
    color: #FF011B;
}

.block-category.card-block {
    background-color: transparent;
}

.block-categories .collapse-icons {
    display: none;
}

#header .menu>ul>li {
    display: inline-block;
    margin: 4px 12px;
}

.main-logo {
    margin-bottom: 18px;
}

/* Disable Variants/QuickView */
.product-miniature .thumbnail-container:hover .product-description::after, 
.product-miniature .thumbnail-container:focus .product-description::after {
    display: none; 
}

.block-categories a {
    color: #003781;
}

.img-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

img.img-responsive.img-menu {
    max-width: 150px;
}

.pagination .current a {
    font-size: 1.25rem;
    color: #003781;
    text-decoration: none;
}

h1.h1 {
    margin-top: 12px;
    margin-bottom: 12px;
    text-align:center;
    font-size:xx-large;
    color: #003781;
}

#products .product-title a, 
.featured-products .product-title a, 
.product-accessories .product-title a, 
.product-miniature .product-title a {
    display: block;
    color: #003781;
    font-size: 1.01rem;
    text-decoration: none;
    text-align: center;
    font-weight: 900;
    min-height: 40px;
}

.product-miniature .product-title {
    margin: 1rem;
    margin-top: 1.7rem;
    margin-bottom: 0px;
    text-align: center;
    text-transform: capitalize;
}

#products .product-price-and-shipping, 
.featured-products .product-price-and-shipping, 
.product-accessories .product-price-and-shipping, 
.product-miniature .product-price-and-shipping {
    color: #ff011b;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    margin: 16px auto;
}

div.thumbnail-more {
    margin-top: 16px;
}

a.thumbnail-more {
    font-size: 0.9rem;
    color: #ff011b;
}

div.unit-price-info {
    background-color: #f1f1f1;
    padding: 12px 0px;
    text-align: center;
}

.product-miniature .product-description {
    padding: 0px;
}

div.batch-info {
    color: #fff;
    background-color: #003781;
    padding: 12px 0px;
    text-align: center;    
    text-transform: uppercase;
    min-height: 64px;
}

.product-container-right {
    background-color: #fff;
}

h1.h1-left {
    text-align: left;
}

.blue {
    margin: 8px auto;
    margin-bottom: 16px;
    background: #003781;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff;
    font-size: 1rem;
}

 #product .product-price {
    display: inline-block;
    color: #000;
    font-size: 1.5rem;
    font-weight: 400;
}

.product-images>li.thumb-container>.thumb.selected, .product-images>li.thumb-container>.thumb:hover {
    border: #003781 3px solid;
}

.product-price {
    display: inline-block;
    color: #003781;
}

#footer-logo-allianz {
    max-width: 100%;
    width: 60%;
    margin: auto;
}

.footer-container li a {
    font-size: .875rem;
    color: var(--allianz-red);
    cursor: pointer;
}

#header a {
    color: #003781;
}

#_desktop_top_menu {
    width: 100%;
    background-color: white;
    padding: 24px;    
}

#header .header-top a[data-depth="0"], 
#header .header-top a[data-depth="0"]:hover {
    color: #003781;
}

#left-column.col-xs-12.col-sm-4.col-md-3{
    padding-left: 0px;
}

#products .product-title a, 
.featured-products .product-title a, 
.product-accessories .product-title a, 
.product-miniature .product-title a {
    text-transform: uppercase;
}

.product-miniature .product-price-and-shipping .discount-product {
    display: inline; 
}

#product .product-container {
    padding-right: 15px;
}

body#checkout #header .header-nav .logo {
    max-height: none;
}

div.thumbnail-more {
    margin-top: 16px;
    min-height: 60px;
    text-align: center;
}

div.build-to-order {
    font-weight: 900;
    font-size:larger;
}

#order-slips-link {
    display: none !important;
}

#main-message {
    color: #003781;
    background-color: #fff;
    padding: 36px;
    margin-bottom: 24px;
    font-size: 1rem;    
}

#main-message p {
    color: #003781;
    font-size: 1rem;    
}

#main-message p.main-message-title {
    font-size: 1.2rem;
    font-weight: 600;
}