﻿.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100000;
    top: 0;
    Left: 0;
    /*background-color: #ed1c24;*/
    background-color: #ebebeb; 
    overflow-x: hidden;
    transition: 0.5s;
    /*padding-top: 60px;*/
    float: left;
    background-image: linear-gradient(to right, #fff 0%, #ebebeb 100%);
    background-image: -webkit-linear-gradient(to right, #fff 0%, #ebebeb 100%);
    background-image: -moz-linear-gradient(to right, #fff 0%, #ebebeb 100%);
}



.sidenav a {
    padding: 8px 8px 4px 32px;
    text-decoration: none;
    font-size: 15px;
    color: black;
    display: block;
    transition: 0.3s;
    text-align: left;
}


span.search-box {
    position: absolute;
    left: 50px;
    top: -3px;
    background-color: #ed1c24;
    padding: 6px;
    text-align: center;
    color: white;
    font-size: 11px;
    border-radius: 3px;
    cursor: pointer;
}

/*.sidenav > a:not(:first-child) {
    float: left
}*/

.sidenav a:hover {
    color: #e71d36;
}

.sidenav .closebtn {
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 26px;
    margin-left: 50px;
    padding: 2px !important;
    z-index: 20000;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

p.category-title {
    text-align: left;
    padding-left: 10px;
    /*padding-top: 20px;*/
    font-weight: bold;
    font-size: 15px;
    font-family: 'b yekan' tahoma !important;
    color: #656565;
}

@media screen and (max-width: 991px) {
    div.ProductSearchIMG {
        /*right: 21px;*/
    }
}