﻿@font-face {
    font-family: 'GothamBook bold';
    src: url('../../font/gotham/Gotham-Book.woff2') format('opentype');
    font-display: swap;
}

body {
    overflow: auto;
}
body a {
    font-family: 'GothamBook bold'; 
    font-size:16px;
    color:white;
}

.vBannerHeight {
    height: 250px; /* default for mobile */
}

@media (min-width: 768px) {
    .vBannerHeight {
        max-height: 500px;
    }
}
.vBannerHeightDesktop {
    height: 450px;
}

.TitleFont {
    font-family: 'GothamBook bold';
    font-size: 1rem;
    color: white;
}

.CartFont {
    font-family: 'GothamBook bold';
    font-size: 1rem;
    color: white;
}
.btn-login {
    font-family: 'GothamBook bold';
    font-size: 16px;
    color: white !important;
    background-color: #08365b !important;
}

.btn.btn-login:hover {
    color: white;
    background-color: #05253e;
}

.label-circle {
    display: inline-block;
    width: 25px; /* circle size */
    height: 25px;
    border-radius: 50%; /* makes it round */
    background-color: yellow;
    color: black; /* text color */
    text-align: center;
    line-height: 25px; /* vertically center the text */
    font-weight: bold;
    font-size: 12px;
}



.BreadcrumbMobilebar {
    height: 70px;
    background-color: #12417b;
    
}

.off40 {
    margin-top: -55px !important;
}

.hamburgdimension {
    width:60px;
    height:60px;
    margin-top:-20px;
}

.menuline {
    width: 40px;
    height: 40px;
}