
      #mySidenav a {position: fixed; right: -130px; transition: 0.3s; padding: 3px; width: 170px; text-decoration: none; color: white; border-radius: 0 5px 5px 0; margin-top:250px; z-index:5555;}
 #mySidenav a:hover {right: 0;}
 .p-1 {padding-right: 12px !important;}
 .p-2 {padding-right: 5px !important;}
 .p-2 {padding: .25rem!important;}
 .links1 {top: 0px;}
 a.links0.bg-primary.rounded.shadow {top: -55px; background-color: #eb2f3d !important;}
 a.links0.bg-primary.rounded.shadow>span#cart-count {position: relative;left: -33px;top: -7px;background: rgba(0, 0, 0, 0);}
 .links2 {top: 40px;}
 .links3 {top: 80px;}
 .links4 {top: 120px;}
 .links5 {top: 160px;}
 .links6 {top: 200px;}
 .links7 {top: 240px;}
 #myBtn {display: none; position: fixed; bottom: 20px; right: 10px; z-index: 99; font-size: 18px; border: none; outline: none; cursor: pointer; padding: 15px; border-radius: 4px;}
 i.dropdown-toggle {margin-left: 5px;}
 div#d2 {display: none;}
 
 .ohnohoney {
     opacity: 0;
     position: absolute;
     top: -10000px;
     left: -10000px;
     height: 0px;
     width: 0px;
     z-index: -1;
 }
 #mySidenav {
     display: none;
 }
 
 @media screen and (min-width: 768px) {
     #mySidenav {
         clear: both;
         display: block;
         float: left;
         margin: 10px auto 5px 20px;
         width: 28%;
     }
   
 
 }
 
 #sidenaveatbottom{
     position: fixed;
     bottom: 0;
     width: 100%;
 
 }
 @media only screen and (max-width: 430px) {
   #sidenaveatbottom {
       display: none;
   }
 }
      