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: #088fd3;
}

.logo{ width: 100%;
    max-width: 140px;
    display: block;
}
.ht-sbtn {
    width: 15%;
    float: left;
    background-color: #000000;
    font-family: inherit;
    font-size: 15px;
    color: #fff;
    padding: 0 10px;
    text-align: center;
    border: 1px solid #000000;
    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: 500;
    line-height: 46px;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.ht-sbtn:hover {
    background-color: #202020;
    border: 1px solid #202020;
}

.topstrip-right span a {
    font-size: 30px;
    color: #ffffff !important;
}
.subgridbansec-col2 {
    display: block;
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 20%;
    padding: 0px 10px;
    margin-bottom: 20px;
}
.tex-rd {
    color: #fff!important;
}
.owl-next span:hover, .owl-prev span:hover {
    border: 1px solid #088fd3 !important;
    background-color: #088fd3 !important;
    color: #fffffe !important;
}

body{ background:#fff !important }
.atc-btn, .s-btn{ background-color: #088fd3 !important; }
.s-btn:hover{ background-color: #088fd3 !important;  }
.atc-btn:hover{ background-color: #088fd3 !important;   }
.panel ul li:hover a, .panel ul li:hover .s-onecustomlabel{ color: #088fd3 !important; }
.panel ul li a:hover, .panel ul li a.active{ color: #088fd3 !important; }
.add-subtit{ color: #088fd3; }
.mega-cols a:hover{ color: #088fd3 !important; }
.navlinks ul li:nth-child(2) a {
    color: #088fd3;
}
.subgridbansec{ background: #f2f3f4 !important;  }
.panel ul li a{ font-size:15px; }
.f-p2{ color: #013378; }
.b-amount, .amounttext{ color: #088fd3 !important; }
.sidelistboxhead, .endbtn1{ background-color: #088fd3 !important; }
::selection{ background: #088fd3 !important; }

.ipc i, .pname, .pname i{ color:#fff !important; }
.ptile .bquantity .quantity-control{ border:0px; } 
.autocomplete-selected{ background: #088fd3 !important; }
.autocomplete-suggestion:hover{ background: #088fd3 !important; }
.ipc i:hover{ color: #0678b1 !important;}
footer {
    background-color: #f2f3f4 !important;
    padding: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mega-cols a {
    text-transform: initial !important;
    padding: 5px 15px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #343538 !important;
}
.cart-amount {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #000000;
    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: #088fd3;
}

.navlinks ul li:nth-child(3) a {
    color: #3b3b3b;
}

.navlinks ul li:nth-child(4) a {
    color: #3b3b3b;
}

.t-display1 {
    display: block;
    font-size: 2rem;
    font-family: inherit;
    margin-bottom: 30px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

.f-bottom-strip {
    display: block;
    width: 100%;
    padding: 12px 0px;
    background-color: #088fd3;
}

.f-box ul li a {
    font-size: 14px;
    font-family: inherit;
    color: #333;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 0px;
    display: block;
}


/* New CSS */

.categories-card {
    display: block;
    text-align: center;
}

.categories-card-img {
    padding: 15px;
    background-color: #FFF;
    border: 1px solid #9ed8f6;
}

.categories-card-img img {
    object-fit: contain;
    height: 180px;
}

.categories-card-text {
    display: block;
    margin-top: 10px;
    color: #101010;
    font-size: 20px;
    text-align: center;
}