.e-p-bx li{
    font-size: 16px;
    line-height: 30px;
    display: block;
    text-align: center;
}

.social-bx{
    display: block;
    text-align: center;
}

.social-bx li{
    font-size: 20px;
    margin-left: 5px;
    margin-right: 5px;
}

.logo-header{
    height: 75px;
    width: 200px;
}

.header-style-1 .social-bx li a{
    background-color: transparent;
}

.breadcrumb-style-2 li:after,
.widget-title:before{
    font-family: 'Font Awesome 6 Free', serif;
}

.widget-title:before{
    content: "\f0c4";
}

.header-nav .nav > li .mega-menu > li ul{
    margin: 0;
}

.header-nav .nav > li .mega-menu > li ul a {
    padding: 2px 10px;
}

.special-offer .wt-left-part p {
    margin-bottom: 5px;
    font-size: 1.4rem;
    /*color: #4B3941;*/
}

@media only screen and ( min-width:576px){
    .e-p-bx{
        display: block;
        text-align: center;
    }

    .e-p-bx li{
        display: inline;
        text-align: left;
    }
}

@media only screen and ( min-width:768px){
    .e-p-bx{
        display: inline;
        text-align: left;
    }

    .social-bx{
        display: inline;
        text-align: right;
    }
}

@media only screen and ( min-width:992px){
    .logo-header{
        height: 90px;
        width: 300px;
    }
}
