@font-face {
    font-family: myfont;
    src: url('../font/Gotham-Book.otf');
    font-weight: bold;
}

.bg-custon-primary {
    background: #174090;
    color: #fff !important;
}

.bg-custon-secondy {
    background: #008BD6;
    color: #fff !important;
}

.bg-custon-primary a,
.bg-custon-secondy a{
    color: #fff !important;
}

.bg-custon-primary .footer-text{
    color: #008BD8;
}

.shop-hero-container {
    min-height: 400px;
}
.shop-hero-container-2 {
    min-height: 200px;
}