@font-face {
    font-family: "FrutigerNextW1G";
    src: url("/assets/fonts/ZEISSFrutigerNextW1G-Reg.eot");
    /* IE9 Compat Modes */
    src: url("/assets/fonts/ZEISSFrutigerNextW1G-Reg.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("/assets/fonts/ZEISSFrutigerNextW1G-Reg.woff2") format("woff2"),
        /* Modern Browsers */
        url("/assets/fonts/ZEISSFrutigerNextW1G-Reg.woff") format("woff"),
        /* Modern Browsers */
        url("/assets/fonts/ZEISSFrutigerNextW1G-Reg.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("/assets/fonts/ZEISSFrutigerNextW1G-Reg.svg#font") format("svg");
    /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'FrutigerNextW1G-N-Bold';
    src: url('/assets/fonts/ZEISSFrutigerNextW1G-Bold.eot');
    src: url('/assets/fonts/ZEISSFrutigerNextW1G-Bold.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/ZEISSFrutigerNextW1G-Bold.woff2') format('woff2'),
        url('/assets/fonts/ZEISSFrutigerNextW1G-Bold.woff') format('woff'),
        url('/assets/fonts/ZEISSFrutigerNextW1G-Bold.ttf') format('truetype'),
        url('/assets/fonts/ZEISSFrutigerNextW1G-Bold.svg#ZEISSFrutigerNextW1G-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body{
    background-color: #F5F8FB !important;
    font-family: FrutigerNextW1G !important;
}

strong{
    font-family: FrutigerNextW1G-N-Bold !important;
}

.h2, h2 {
    font-size: 1.5rem;
}

#hero {
    position: relative;
    overflow: hidden;
    width: 100%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.navbar{
    z-index: 10 !important;
}

.dropdown-menu{
    z-index: 999 !important;
}

.modal-header{
    border-radius: 0px !important;
}

.text-end{
    text-align: end !important;
}

.intro{
    font-weight: bolder;
}

.card{
    border: none;
    border-radius: 0px;

}

.product-card {
    height: 100%;
}

.quantity{
    text-wrap-mode: nowrap;
}

/*.product-card .product-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}*/

.bg-light{
    background-color: #EEF1F6 !important;
}

.price{
    color: #D2D3D5 !important;
}

.btn-primary:not(#backToTopBtn){
    border-radius: 0px !important;
    background-color: #0170ED !important;
}

.btn-primary:not(#backToTopBtn):hover{
    background-color: transparent !important;
    color: #0170ED !important;
}

.btn-outline-primary{
    border-radius: 0px !important;
    border-color: #0170ED !important;
    color: #0170ED !important;
}

.btn-outline-primary:hover{
    color: white !important;
}

.btn-secondary{
    border-radius: 0px !important;
}

.quantity-selector {
    border: 1px solid #0d6efd;
    width: 140px;
    height: 50px;
}

.quantity-selector input {
    background: transparent;
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    height: 100%;
    line-height: 1;
}

.quantity-selector input:focus {
    box-shadow: none;
    border-color: transparent;
}

.btn-qty {
    font-size: 1.5rem;
    line-height: 1;
    padding-bottom: 8px;
}

.order-product:last-of-type{
    padding-bottom: 0px !important;
}

.container{
    position: relative !important;
}

#product-message{
    position: absolute !important;
    top: 0px;
    width: 100%;
    left: auto;
    right: auto;
    z-index: 999;
}

#order .card{
    display: block !important;
}

.modal-content{
    border-radius: 0px !important;
}

.back-to-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: none;
    z-index: 999;
    font-size: 24px;
    text-align: center;
    line-height: 1;
    background-color: black;
    border: 1px solid black;
}

.back-to-top:focus,.back-to-top:active,.back-to-top:hover {
    background-color: black;
    border: 1px solid black;
}

.hero-text {
    width: 40%
}
