@font-face {
    font-family: 'Allianz Neo';
    src: url('/static/webfonts/woff2/AllianzNeoW01-Light.woff2') format('woff2'),
        url('/static/webfonts/woff/AllianzNeoW01-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
  
@font-face {
    font-family: 'Allianz Neo';
    src: url('/static/webfonts/woff2/AllianzNeoW01-Regular.woff2') format('woff2'),
        url('/static/webfonts/woff/AllianzNeoW01-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
  
@font-face {
    font-family: 'Allianz Neo';
    src: url('/static/webfonts/woff2/AllianzNeoW01-SemiBold.woff2') format('woff2'),
        url('/static/webfonts/woff/AllianzNeoW01-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Allianz Neo';
    src: url('/static/webfonts/woff2/AllianzNeoW01-Bold.woff2') format('woff2'),
        url('/static/webfonts/woff/AllianzNeoW01-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}



.w-5 {
    width: 5% !important;
}
.w-6 {
    width: 6% !important;
}
.w-10 {
    width: 10% !important;
}
.w-15 {
    width: 15% !important;
}
.w-17 {
    width: 17% !important;
}
.w-25 {
    width: 25% !important;
}
.w-26 {
    width: 26% !important;
}
.w-30 {
    width: 30% !important;
}

body {
    font-family: 'Allianz Neo', sans-serif;
    background-image: url('/static/img/bg_alianz_kiosk.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {  font-weight: 600; font-family: 'Allianz Neo', sans-serif;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {  font-weight: 600; font-family: 'SF Pro Display', sans-serif; color: #231f20;}

.header-text {
    font-size: 38pt; 
    font-weight: 400; 
    margin-bottom: 40px;
}

.header-text-2 {
    /* font-size: 34pt;  */
    font-size: 44pt; 
    font-weight: 400; 
    margin-bottom: 30px;
    margin-top: 20px;
}


.table {
    font-size: 1.4rem;
}

.table>tbody {
    vertical-align: middle;
}

tbody tr td {
    background-color: #e0eff2 !important;
}

#producttable.table {
    font-size: .925rem;
}

#producttable.table tr,
#producttable.table td,
#producttable.table th {
    padding: 12px 8px;
}

#producttable.table > :not(caption) > * > * {
    border: 3px solid #aaddea;
}

#producttable thead tr th,
#producttable tfoot tr td {
    padding: 16px 8px !important;
    border-width: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

#producttable thead tr th:first-child,
#producttable tfoot tr td:first-child {
    padding-left: 20px !important;
}

#producttable thead tr th:last-child,
#producttable tfoot tr td:last-child {
    padding-right: 20px !important;
}
 
#producttable thead tr th:first-child {
    border-top-left-radius: 1.75rem;
}

#producttable thead tr th:last-child {
    border-top-right-radius: 1.75rem;
}

#producttable tfoot tr td:first-child {
    border-bottom-left-radius: 1.75rem;
}

#producttable tfoot tr td:last-child {
    border-bottom-right-radius: 1.75rem;
}

#producttable tbody tr td {
    border-right: 2px solid #aaddea;;
    border-bottom: 2px solid #aaddea;
    border-left: none;
    border-top: none;
}

#producttable tbody tr:first-child td {
    border-top: none !important;
}

#producttable tbody tr:last-child td {
    border-bottom: none !important;
}

#producttable tbody tr td:first-child {
    border-left: none !important;
    padding-left: 20px;
}

#producttable tbody tr td:last-child {
    border-right: none !important;
    padding-right: 20px;
}


img.cart-img {
    max-width: 260px;
    max-height: 260px;
}

img.cart-img-1 {
    max-width: 320px;
    max-height: 320px;
}

img.cart-img-2 {
    max-width: 200px;
    max-height: 200px;
}


.btn-alianz-white,
.btn-alianz-white:hover,
.btn-alianz-white:active {
    background-color: #fff !important;
    border-color: #fff !important;
}


.pagination {
    padding-top: 20px;
    justify-content: end;
}


.form-control:focus {
    border-color: #fff;
    box-shadow: none;
}

.bg-before {
    background-color: #aaddea !important;
}

.bg-after {
    background-color: #ffb200 !important;
}