@import url(https://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);

.droid-arabic-naskh, * {
    font-family: 'Droid Arabic Naskh',serif !important;
    font-size: medium !important
}
/*22-1-2021*/
.red,.red > a{
    color:red!important
}
.green, .green > a {
    color: #A6CE39 !important
}
.float-r {
    float: right
}

.float-l {
    float: left
}

.header {
    border-bottom: 2px solid #e4e4e4;
    padding-bottom: 5px;
}
.navbar {
    display: inline-block;
    cursor: pointer;
    margin-top:19px; /*for mobile*/
}
.nwflogo img {
    max-width: 145px;    
}
.searchbar {
    text-align: center;
    font-size:0!important
}
.advsearchbtn {
    font-weight:bold;
    opacity: .7;
    position: relative;
    right: 10px;
    display:none
}
    .advsearchbtn:hover {
        color: #a6ce39
    }
.menu2 {
    text-align: center;
    display:none
}

    .menu2 ul {
        padding: 0;
        margin: 0 !important
    }

    .menu2 li {
        display: inline-block;
        padding: 0px 4px;
        cursor: pointer;
    }

        .menu2 li:hover > a, .menu .current-item > a {
            color: #a6ce39
        }

        .menu2 li:hover .sub-menu {
            z-index: 1;
            opacity: 1
        }
.masterdropdown a{
    font-size:15px!important
}
.masterdropdown:hover {
    color: #a6ce39
}

    .masterdropdown:hover .dropdown-content, .logindropdown:hover .dropdown-content {
        display: block;
    }

.logindropdown .dropdown-content {
    min-width: 150px;
}

    .logindropdown .dropdown-content a {
        padding: 0px 10px;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
}

    .dropdown-content .col-md-6 {
        padding: 0
    }

    .dropdown-content a {
        float: none;
        padding: 7px 15px;
        text-decoration: none;
        display: block;
        text-align: right;
        font-size: 15px !important;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.masterdropdownarrow::after {
    position: relative;
    top: -3px;
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-right: 2px solid;
    border-top: 2px solid;
    transform: rotate( 135deg );
}

.sidenav a {
    padding: 10px 30px 10px 0px;
    color: white;
    display: block;
    transition: 0.3s;
}

.sidenav .panel a {
    padding: 2px 30px 2px 0px !important;
}

.sidenav .closebtn {
    position: absolute;
    top: 8px;
    left: 5px;
    width: 30px;
    font-size: 20pt !important;
    display: block;
    padding: 0;
    height: 30px;
    text-align: center;
    font-weight: bold;
    line-height: 33px;
}
/*accordion*/

.accordion {
    cursor: pointer;
    color: white;
    padding: 10px 15px 10px 0px;
}

.active-accordion {
    background-color: #28383e;
}
.accordion:hover, .sidenav li a:hover, .sidenav a:hover {
    background-color: #e7e7e7;
    color: #384d55;
}

.accordion:before {
    content: '';
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 15px;
    /*margin-right: -50px;*/
}
.accordion:hover:before {
    border: solid #384d55;
    border-width: 0 2px 2px 0 !important;
}
.active-accordion:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-bottom: 4px;
}

.panel {
    text-indent: 18px;
    background-color: #28383e;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

    .panel a {
        width: 100%;
    }
/*end of accordion*/
.logininfo {
    display: inline-block;
    margin-top: 3px;
    margin-right: 10px;    
}
    .logininfo > a, .logininfo > a:hover, .logininfo > span, .logininfo > span:hover  {
        color: white !important;
        background: url(https://www.neelwafurat.com/graphics/mastertest/user.png);
        background-repeat: no-repeat !important;
        background-position-x: right !important;
        padding-right: 27px;
        font-size: 12px !important;
        padding-top: 3px;
        cursor:pointer
    }
        .logininfo > a:hover, .logininfo > a:hover i, .logininfo > span:hover  {
            color: #a6ce39 !important;
            background: url(https://www.neelwafurat.com/graphics/mastertest/guser.png);
        }
.coronamsg {
    background: #e7e7e7;
    text-align: center;
    padding: 3px;
    font-size: 14px !important;
    font-weight: bold;
display:none
}

.back2top {
    width: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 66px;
    left: 10px;
    background-color: #b3b3b3;
    color: #555;
    text-align: center;
    border-radius: 10px;
}

    .back2top:hover {
        background-color: #ccc;
    }

.user-header {
    background: #384d55
}
.wishlist {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    top: 2px;
}
.cart {
    padding-left: 5px;
    top: 2px;
    position: relative;
}
.cart img {
    width: 38px;
}
.menuicon {
    width: 30px;
    height: 3px;
    background-color: #384d55;
    margin-right: 15px;
    margin-top: 5px;
}
/*end 22-1-2021*/
body {
    margin: 0;
    color: #384d55;
}

    body a {
        color: #384d55;
    }

img {
    vertical-align: middle
}

input {
    outline: none
}

.login-box input {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none !important;
    border: 1px solid #b3b3b3;
}

    .login-box input:focus {
        box-shadow: 0 0 5px rgb(166, 206, 57);
        border: 1px solid rgb(166, 206, 57);
    }

.floatr {
    float: right
}

.floatl {
    float: left
}

.sidenav {
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #384d55;
    overflow-x: hidden;
    transition: 0.5s;
}

    .sidenav hr {
        display: block;
        color: #A6CE39 !important;
    }  
    .sidenav li:hover .sub-menu-2 {
        z-index: 1;
        opacity: 1;
    }

/*didn't check it*/

a {
    text-decoration: none
}

button:hover {
    cursor: pointer
}

.pagination {
    text-align: center;
    width: 100%;
    direction: ltr;
    margin: 20px 0;
}

.pages {
    font-size: 17pt !important;
    padding: 3px 8px 3px 8px;
    border-radius: 6px;
    margin: 5px;
    color: #526b75;
    font-family: none !important;
    background: #f5f5f5;
}

.page-active {
    background: #526b75;
    color: white
}

.page-arrow {
    font-family: "Font Awesome 5 Pro" !important;
    font-size: 21px !important;
    margin: 7px;
    padding: 6px;
    border-radius: 6px;
    color: #526b75;
    background: #f5f5f5;
}

@media only screen and (max-width: 600px) {
}

@media only screen and (min-width: 600px) {
    .advsearchbtn {
        display:initial
    }
}
@media only screen and (min-width: 768px) {
 
}
@media only screen and (min-width: 900px) {    
    .header {
        display: flex;
        flex-flow: wrap;
    }
        .header .one {
            order: 1;
        }
        .header .two {
            order: 2;
        }
        .header .three {
            order: 3;
        }
        .header .four {
            order: 4;
        }
    .menu2 {
        display: block;
        width:94%
    }
    .nwflogo{
        width:12%
    }
    .nwflogo img {
        max-width: 170px;
    }
    .searchbar {        
        margin: 10px 0px;
        margin-bottom: 20px;        
        width:88%;
    }    
    .navbar{
        margin-top:0
    }    
}
    @media only screen and (min-width: 992px) {
        /*.searchbar {
            text-align: center;
        }*/
        .menu2 li {
            padding: 0px 10px;
        }       
}
@media only screen and (min-width: 1024px) {  
}
@media only screen and (min-width: 1200px) {   
    .menu2 li {
        padding: 0px 15px;
    }
}