@media only screen and (max-width: 767px) and (min-width: 0px)  {



#toggle {display: block !important; position: absolute; width: 28px; height: 30px; right: 20px; top: 35px; z-index: 999999; opacity: 1;}
#toggle span:after, #toggle span:before {content: ""; position: absolute; left: 0; top: -9px; }
 #toggle span:after{top: 9px; } #toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #888;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}

/* menu appearance*/
#menu {
  position: absolute;
  color: #999;
  z-index: 999;
  top: 60px;
  right: 0;
  /* width: 330px; */
  display: inline-block !important;
  padding: 10px;
  font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  text-align: left;
  border-radius: 4px;
  background: white;
  box-shadow: 0 1px 8px rgb(0 0 0 / 25%);
  /* just for this demo */
  opacity: 0;
  margin: 0 10px;
  visibility: hidden;
  transition: opacity .4s;
}
#menu:after {
  position: absolute;
  top: -15px;
right: 10px;
  content: "";
  display: block;
  border-left: 15px solid #0000000d;
  border-right: 15px solid #00000008;
  border-bottom: 20px solid white;
}
ul, li, li a {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
li a {
  padding: 5px;
  color: #000;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}
 ul li button {/* demo styles */ color: #E60019; border: 2px solid #E60019;
border-radius: 27px; padding: 5px 15px; background-color: transparent; font-weight: 500; }
.gettheapp .getwrpr ul li{margin: 0px 0px 0 0;}
.cart-sec .table-responsive table td img {width: 100%; }
.cart-sec .table-responsive table td h6 {font-size: 18px; }
.check-outpg .bottomwrprrr ul li {display: block; }

.aaageys{margin: 0 0 0 30px;}
.aaageys ul li a img{    width: 7%;
    margin: 0 10px 0 0;}

.aaageys ul li a{font-weight: 700;}

}

@media screen and (min-width: 992px) {

    .custom-mobile-row {
        display: none !important;
    }
}


@media screen and (max-width: 992px) {

    .custom-logo {
        margin: 15px 0;
        width: 30% !important;
    }

    .custom-mobile-row {
        display: block;
    }

    .custom-desktop-row {
        display: none !important;
    }

    .custom-desktop-row {
        display: none !important;
    }
}