header{
    border-bottom: 2px solid #cecece;
}

.headf{
    /* padding: 10px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #0071dc;
    color: #fff;
    font-weight: 600;
}

.headf .hfserc{
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: #000000; */
}

.headf .hfserc2{
    display: flex;
    align-items: center;
    padding: 5px 0px;
}

.headf .serc{
    display: flex;
    position: relative;
    align-items: right;
    height: max-content;
    border-radius: 50px;
    padding: 10px;
    color: #000;
    flex-grow:4;
}

.headf .hfserc2 .blwmnu {
    display: flex;
    align-items: center;
}

.headf .serc{
    display: flex;
    align-items: right;
    height: max-content;
    border-radius: 10px;
    padding: 10px;
    color: #000;
    flex-grow:4;
    justify-content: flex-end;
}

.headf .btnflx{
    display: flex;
    text-wrap: nowrap;
}
.headf .fa-shopping-cart{
   font-size: 24px;
}
.headf button{
    padding: 0px !important;
}
.headf input{
    padding: 0px 10px;
    border: 0px;
    outline: none;
    background: #ffffff00;
    width: 100%;
}
.headf input:focus{
    border: 0px;
    outline: none;
}

.headf .serc img{
    width: 25px;
    height: auto;
}

.headf .logo{
    width: 200px;
}

.headf button{
    border: 0px;
    background-color: #24222300;
    color: #444444;
}

.headf .hficon{
    width: 25px;
}

.headf p{
    margin: 0px;
    display: flex;
    align-items: center;
}

.heads{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
}

.heads button{
    border: 0px;
    background: none;
    font-size: 13px;
    color: #686868;
}

.heads img:first-of-type{
    width: 120px;
}

.heads img:last-of-type{
    width: 150px;
    height: auto !important;
}

.hfitxt{
    padding: 10px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: 600;
}

/* @media (max-width:600px) {
    .hfitxt{
        display: none;
    }
    .headf .serc{
        display: none;
    }
} */

@media (max-width:1215px) {
    .headf .hfserc .blwmnu:nth-of-type(3) button:nth-of-type(1){
        display: none;
    }
}

@media (max-width:1115px) {
    .headf .hfserc .blwmnu:nth-of-type(3) button:nth-of-type(2){
        display: none;
    }
}

@media (max-width:1014px) {
    .headf .hfserc .blwmnu:nth-of-type(3) button:nth-of-type(3){
        display: none;
    }
}

@media (max-width:1014px) {
    .headf .hfserc .blwmnu:nth-of-type(1) button:nth-of-type(4){
        display: none;
    }
}

@media (max-width:843px) {
    .headf .hfserc .blwmnu:nth-of-type(1) button:nth-of-type(3){
        display: none;
    }
}

@media (max-width:1014px) {
    .headf .hfserc .blwmnu:nth-of-type(3) button:nth-of-type(4){
        display: none;
    }
}

@media (max-width:685px) {
    .headf .hfserc .blwmnu:nth-of-type(1) button:nth-of-type(2){
        display: none;
    }
}

@media (max-width:565px) {
    .headf .hfserc .blwmnu:nth-of-type(3) button:nth-of-type(5){
        display: none;
    }
}

@media (max-width:500px) {
    .headf .hfserc .blwmnu:nth-of-type(2) .serc input{
        display: none;
    }

    .headf .hfserc .blwmnu:nth-of-type(2) .serc span{
        float: right;
        background-color: #ffffff;
    }
}

@media (max-width:1169px) {
    .hfserc2 button:nth-of-type(10){
        display: none;
    }
    .hfserc2 button:nth-of-type(9){
        display: none;
    }
}

@media (max-width:1050px) {
    .hfserc2 button:nth-of-type(8){
        display: none;
    }
}

@media (max-width:900px) {
    .hfserc2 button:nth-of-type(7){
        display: none;
    }
}

@media (max-width:840px) {
    .hfserc2 button:nth-of-type(6){
        display: none;
    }
}

@media (max-width:740px) {
    .hfserc2 button:nth-of-type(5){
        display: none;
    }
    .hfserc div:nth-of-type(4){
        display: none;
    }
}

@media (max-width:640px) {
   /*  .hfserc2 button:nth-of-type(4){
        display: none;
    } */
    .hfserc div:nth-of-type(4){
        display: none;
    }
}

@media (max-width:540px) {
    .hfserc2 button:nth-of-type(4){
        display: none;
    }
}

/* @media (max-width:535px) {
    .hfserc div:nth-of-type(2){
        display: none;
    }
    .hfserc div:nth-of-type(3){
        display: none;
    }
} */