:root {
    --main-fgc: #484848d6;
    --main-bgc: #f8f8f8cc;
    --main-blur: 5px;
    --main-ddt: #000000;
    --mobile-ddt: #000000;
    --main-ddhb: #bfbfbf55;
    --mobile-ddhb: #7d7d7d55;
    --main-dropmenu-text: #7b7b7b;
    --main-dropmenu-hovertext: #000000;
    --main-topmenu-hilightfg: #000000;
    --main-topmenu-hilightbg: #e7e7e7a6;
    --mobile-logo:#ffffffaa;
    --mobile-logo-hover:#4c4c4c;
    --mobile-exit:#4c4c4c;
}
.light {
    --main-fgc: #ffffffd6;
    --main-bgc: #ffffffcc;
    --main-ddhb: #7d7d7d55;
    --main-topmenu-hilightfg: #2b2b2b;
    --main-topmenu-hilightbg: #ffffffa6;
} 
.light .logo img{
    content: url(/images/usft-logo-white.webp);
}
.light .hdrbutton img{
    content: url(/fonts/menu_white_24dp.svg);
}
.light #cart-button svg{
    fill: #ffffff;
}
.light #cart-button:hover svg{
    fill: #000000;
}
nav{
    position: fixed;
    z-index: 10000;
    width: 100vw;
    background: #ffffff;
}

nav:not(.light) {
    box-shadow: rgba(0, 0, 0, 0.133) 5px 7px 7px;

}
nav .wrapper{
    position: relative;
    max-width: 99%;
    padding: 0px 30px;
    height: 70px;
    line-height: 70px;
    margin: auto;
    display: flex;
    align-items: bottom;
    justify-content: space-between;
    background-color: inherit;
    opacity: 1;
}
nav.light{
    background-color: transparent;
    /* opacity: 0; */
}
.wrapper .logo a{
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}
.wrapper .nav-links{
    display: inline-flex;
    align-items: center;
}
.nav-links li{
    list-style: none;
}
.nav-links li a{
    color: var(--main-fgc);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing:.0ch;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.nav-links li button{
    color: var(--main-fgc);
    text-decoration: none;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-display: swap;
    letter-spacing:.0ch;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
    border: none;
    background: none;
}
.nav-links li a:hover, .nav-links li button:hover, .nav-links li .cart-container .cart:hover {
    background: var(--main-topmenu-hilightbg);
    color:var(--main-topmenu-hilightfg);
}
.nav-links .mobile-item{
    display: none;
}
.nav-links .drop-menu{
    position: absolute;
    background: var(--main-bgc);
    -webkit-backdrop-filter: blur(var(--main-blur));
    backdrop-filter: blur(var(--main-blur));
    width: 180px;
    line-height: 30px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
    border-radius:7px;
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
    transition: top 0.3s ease, opacity 0.3s ease, max-height 0.3s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;
    -webkit-backdrop-filter: blur(var(--main-blur));
    backdrop-filter: blur(var(--main-blur));
}
.drop-menu li a{
    color:var(--main-dropmenu-text);
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 7px;
}
.drop-menu li a:hover{
    color:var(--main-dropmenu-hovertext);
    background:var(--main-ddhb);
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 7px;
}
.mega-box{
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    top: 70px;
    opacity: 0;
    visibility: hidden;
}
.mega-box.mega-box-force-close{
    opacity: 0 !important;
    visibility: hidden !important;
}
.mega-box .content{
    background: var(--main-bgc);
    -webkit-backdrop-filter: blur(var(--main-blur));
    backdrop-filter: blur(var(--main-blur));
    padding: 25px 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
    border-radius: 7px;
    line-height: 30px;
}
.mega-box .content2 .row{
    width: 33%;
}
.mega-box .content3 .row{
    width: 25%;
}
.img-container{
    max-height: 375px;
    display: flex;
    height: auto;
    max-width: 100%;
    border-radius: 5px;
    border: 1px inset;
    border-color: #e1e1e1;
}
.content .row img{
    /* width: 100%;
    height: 100%;
    object-fit: cover; */
    object-fit: contain;
}
.content .row header{
    color: #4396de;
    font-size: 20px;
    font-weight: 600;
    padding: 0 20px;
    /* margin-left:-40px; */
    border-left: 1px solid rgba(89, 89, 89, 0.5);
}
.content .row .mega-links{
    /* margin-left: -40px; */
    border-left: 1px solid rgba(89, 89, 89, 0.5);
}
.mega-box .content .row:nth-child(1) header,
.mega-box .content .row:nth-child(2) header{
    border-left: 0px;
}
.mega-box .content .row:nth-child(1) .mega-links,
.mega-box .content .row:nth-child(2) .mega-links{
    border-left: 0px;
}
.row .mega-links li{
    padding: 0 20px;
}
.row .mega-links li a{
    padding: 0px;
    /* padding: 0 20px; */
    color:var(--main-dropmenu-text);
    font-size: 14px;
    display: block;
}
.row .mega-links li a:hover{
    color: var(--main-ddt);
    background-color:var(--main-ddhb);
}
.wrapper .hdrbutton{
    color: var(--main-fgc);
    font-size: 20px;
    cursor: pointer;
    display: none;
}
.wrapper .hdrbutton.close-btn{
    color:var(--mobile-exit);
    position: absolute;
    right: 30px;
    top: 10px;
}
/* cart preview begins here */
.cart-container {
    line-height: 1.2;
}
.cart{
    padding-left: 20px;
    color: var(--main-fgc);
    cursor: pointer;
    padding: 9px 15px;
    border-radius: 5px;
}
.badge {
    font-size: .75em;
    background: #00aeff;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -4px;
    visibility: hidden;
    border-radius: 9px;
    height: 15px;
}
.cart-preview {
    transform: scale(1);
    overflow: hidden;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.25);
    transition: background-color .4s, transform 0s;
    text-align: left;
}
.cart-preview:not(.cart-show) {
    background-color: transparent;
    transform: scale(0);
    transition: background-color .4s,transform 0s .4s;
}
.cart-preview:not(.cart-show) .cart-main {
    overflow: hidden;
    opacity: 0;
    transform: translateX(100%);
}
.cart-main {
    position: fixed;
    left: auto;
    right: 0;
    transform: translateX(0);
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    font-size: 14px;
    min-height: 200px;
    width: 350px;
    max-width: 100%;
    transition: .3s;
    padding: 20px 30px;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    border-style: none;
    border-color: initial;
    border-radius: 0;
    margin-top: 0;
}
.cart-close {
    width: var(--cart-close-icon-size,25px);
    height: var(--cart-close-icon-size,25px);
    position: relative;
    align-self: flex-end;
    cursor: pointer;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    font-family: eicons;
    font-size: 20px;
    font-display: swap;
    line-height: 1;
    transition: .3s;
}
.cart-close:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 7px;
}
.cart-remove {
    font-size: 12px;
    width: 20px;
    height: 20px;
    position: relative;
    align-self: flex-end;
    cursor: pointer;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    font-family: eicons;
    font-display: swap;
    line-height: 1;
    transition: .3s;
}
.cart-remove:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50px;
}
.cart-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}
.cart-price-container {
    display: flex;
    justify-content: space-between;
}
.cart-row{
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #dbd9d9;
}
.cart-subtotal {
    font-size: 25px;
    justify-content: center;
    padding: 10px;
}
.cart-subtotal-label {
    padding-right: 10px;
}
.cart-buttons-container {
    justify-content: space-evenly;
}
.cart-thumbnail {
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 75px;
    width: 75px;
}
.cart-section-row {
    display: flex;    
}
.cart-one-third {
    width: 33.33%;
}
.cart-four-sixth {
    width: 66.666%;
}
.cart-h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.cart-blue-button {
    background-color: #005e8f;
    color: #ffffff;
    border: none;
    width: -moz-fit-content;
    width: fit-content;
}
.nav-links li a.cart-blue-button {
    color: #ffffff;
    border-radius: 28px;
    font-size: 14px;
    /* font-weight: 600; */
}
.nav-links li a.cart-blue-button:hover {
    background-color:#00aeff;
    color:white;
    border:1px solid #00aeff;
}
/* [FULL SCREEN SPINNER] */
.spinner-front {
    z-index: 999;
    text-align: center;
    height: 100%;
    width: 100%;
    display: none;
    align-items:center;
    flex-direction:column;
    transition: all 1s;
    visibility: hidden;
    opacity: 0;
}
.spinner-front img{
    display: block;
}
.spinner-back.load-show, .spinner-front.load-show {
    visibility: visible;
    opacity: 1;
    display: flex;
}
/* cart preview ends here */
.footer{
    /* padding: 20px 0; */    
    width: 100vw;    
    padding: 5px 0;
    background-color: #031b2e;
    color: white;
    font-size: 15px;    
}
.footer-row-padding{
    padding: 0 8px;
}
.footer-row-padding:before,
.footer-row-padding:after{
    content: "";
    display: table;
    clear: both;
}
.footer-row-padding>.one-third{
    padding: 0 8px;
    float: left;
}
.footer-app-text{
    font-size: 11px;
}
.footer-link {
    text-decoration: none;
    color: inherit;
}
.footer-copy {
    float: left;
}
.footer-sitemap {
    text-align: center;
}
.footer-phone-address {
    float: right;
}

.hdrmap{
    height: auto;
    max-width: 100%;
    overflow: hidden;
    /* Magic */
    display: flex;
    align-items: center; /* vertical */
    justify-content: center; /* horizontal */
    border-radius: 5px;
    border: 1px inset;
    border-color: #e1e1e1;

}
.content .row .hdrmap img{
    object-fit: cover;
}

.one-third {
    width: 33.33%;
}
.padded_top_bottom_diet_extra_small {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
@media screen and (max-width: 960px) {
    .wrapper .hdrbutton{
        display: block;
    }
    .light #cart-button img{
        content: url(/fonts/shopping_cart_black_24dp.svg);
    }
    .wrapper .nav-links{
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: -100%;
        background: var(--main-bgc);
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
        transition: left 0.3s ease;
        -webkit-backdrop-filter: blur(var(--main-blur));
        backdrop-filter: blur(var(--main-blur));
    }
    /* custom scroll bar */
    ::-webkit-scrollbar {
        width: 10px;
    }
    ::-webkit-scrollbar-track {
        background: #242526;
    }
    ::-webkit-scrollbar-thumb {
        background: #3A3B3C;
    }
    #menu-btn:checked ~ .nav-links{
        left: 0%;
    }
    #menu-btn:checked ~ .hdrbutton.menu-btn{
        display: none;
    }
    #close-btn:checked ~ .hdrbutton.menu-btn{
        display: block;
    }
    .nav-links li{
        margin: 15px 10px;
    }
    .nav-links li a{
        padding: 0 20px;
        display: block;
        font-size: 20px;
    }
    .nav-links li label a{
        padding: 0;
        display: block;
        font-size: 20px;
        color: var(--mobile-ddt);
    }
    .nav-links .drop-menu{
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 0px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }
    #showabout:checked ~ .mega-box, #showproducts:checked ~ .mega-box,
    #showsupport:checked ~ .mega-box, #showindustries:checked ~ .mega-box,
    #showcontact:checked ~ .mega-box
    {
        max-height: 2100px;
        height: auto;
        transition: max-height 300ms ease-in-out;
    }
    .nav-links .desktop-item{
        display: none;
    }
    .nav-links .mobile-item{
        display: block;
        color: var(--mobile-ddt);
        font-size: 20px;
        font-weight: 500;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
    }
    .nav-links .mobile-item:hover{
        background: var(--mobile-ddhb);
    }
    .drop-menu li{
        margin: 0;
    }
    .drop-menu li a{
        border-radius: 5px;
        font-size: 18px;
    }
    .drop-menu li a:hover{
        padding: 0 0 0 20px;
    }
    .mega-box{
        position: relative;
        top: 0px !important;
        opacity: 1;
        visibility: visible;
        padding: 0 0px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }
    .mega-box .content{
        box-shadow: none;
        flex-direction: column;
        padding: 10px 10px 0 10px;
    }
    .mega-box .content .row{
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255,255,255,0.08);
    }
    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2){
        border-top: 0px;
    }
    .content .row .mega-links{
        border-left: 0px;
        padding-left: 15px;
    }
    .row .mega-links li{
        margin: 0;
    }
    .row .mega-links li a{
        margin: 0;
    }
    .content .row header{
        font-size: 19px;
        margin-left:-20px;
        border-left:none;
    }
    .cart{
        color: var(--mobile-ddt);
    }
}
@media screen and (max-width: 767px) {
    .footer-sitemap {
        text-align: left !important;
    }
    .footer-phone-address {
        float: unset !important;
    }
}

nav input{
    display: none;
}
.imageinset {
    border:1px inset;
    border-radius:8px;
}
/* scrollbar css */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
  }
  ::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
  }
  ::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background-image:  -webkit-gradient(linear,
                          left bottom,
                          left top,
                          color-stop(0.44, rgb(22, 131, 181)),
                          color-stop(0.72, rgb(29, 163, 226)),      
                          color-stop(0.86, rgb(22, 121, 167)));
  }
