header {
    display: block;
    width: 100%;
    z-index: 999;
    position: relative;
    -webkit-box-shadow: 0 1px 2px 0 rgb(148 150 159 / 30%);
    box-shadow: 0 1px 2px 0 rgb(148 150 159 / 30%);
    
}

.ht-sbtn {
    width: 12%;
    float: left;
    background-color: #003f75;
    font-family: inherit;
    font-size: 15px;
    color: #fff;
    padding: 0 10px;
    text-align: center;
    border: 0px;    
    letter-spacing: 1px;
    -webkit-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 50px 50px 0px;
    cursor: pointer;
    height: 42px;
    font-weight: 600;
    line-height: 42px;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.t-display1 {
    display: block;
    font-size: 2rem;
    font-family: inherit;
    margin-bottom: 30px;
    font-weight: 700;
    color: #000;
    text-align: center;
   
}

.f-box ul li a{ color:#333e48 !important }

.ht-sbtn:hover{  border:0px; color:#fff;  }

.topstrip-right span a {
   font-size: 15px;
    color: #fff !important;
    border: 1px solid #fff;
    padding: 6px 10px 6px 10px;
    border-radius: 4px;
}

.tex-rd {
    color: #fff !important;
}

.home-banner{ cursor: pointer !important; }
#horns-error{  margin-top: -8px !important; }

.cart-amount {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #003f75;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    top: -10px;
    right: -10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
}

.navlinks ul li:nth-child(2) a {
    color: #fff;
}

.cFFcdJ {
    color: #000;
    font-family: inherit;
    margin: 0px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2rem;
    text-align: center;
    text-transform: uppercase;
}

.atc-btn, .s-btn {
    background-color: #d19414;
/*    border: 2px solid #94c0a;*/
    color: #fff;
    border-radius: 50px;
    font-weight: 500;
    text-transform: initial !important;
    padding: 15px 0;
}

.atc-btn:hover, .s-btn:hover{ background-color: #00144e !important; color: #fff !important; }

.modal-close{ background: transparent !important; }



.f-p2 {
    color: #111;
}

.f-bottom-strip {
    display: block;
    width: 100%;
    padding: 12px 0px;
    background-color: #e94c0a;
}