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%);
    background: #fff;
}

.ht-sbtn {
    width: 15%;
    float: left;
    background-color: #791821;
    font-family: inherit;
    font-size: 15px;
    color: #fff;
    padding: 0 10px;
    text-align: center;
    border: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 50px 50px 0px;
    cursor: pointer;
    height: 49px;
    font-weight: 600;
    line-height: 46px;
    -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:#fff !important }

.ht-sbtn:hover{ background:#fdb977 !important; border:0px; color:#791821;  }

.topstrip-right span a {
    font-size: 30px;
    color: #333 !important;
}

.tex-rd {
    color: #333 !important;
}

.cart-amount {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #791821;
    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: #791821;
/*    border: 2px solid #791821;*/
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    text-transform: initial !important;
}

.atc-btn:hover, .s-btn:hover{ background-color: #fdb977; color: #791821; }

.modal-close{ background: transparent !important; }



.f-p2 {
    color: #fff;
}

.f-bottom-strip {
    display: block;
    width: 100%;
    padding: 12px 0px;
    background-color: #b95737;
}