/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
}
/* 
  ##Device = Laptops, Desktops
  ##Screen = 1025px to 1280px
*/



@media (min-width: 1025px) and (max-width: 1280px) {
   
}
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
   
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) { 
    



.left-menu div {
    display: block;
    width: 100%;
    height: 70px;
    padding: 10px;
    }
.row{
    padding: 0px !important;
}
}
@media (min-width: 0px) and (max-width: 434px) {
    .left-menu {
        /* display: contents !important; */
         }
}
/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = 320px to 479px
*/
@media (min-width: 0px) and (max-width: 480px) {
    
.left-menu div {
    display: block;
    width: 100%;
    height: 70px;
    padding: 10px;
    }
.row{
    padding: 0px !important;
}
    .img1{
    height: 50px;
    width: 50px;
    margin: 5px
}

.edit__footer {
  display: flex;
  justify-content: center;
  justify-content: center;
  margin: 0 auto;
  padding: 25px;
}
.edit__footer__row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 25px;
}
.edit__footer__img {
 position: absolute;
 right: 160px;
}
.edit__footer__img img {
  width: 100%;
  object-fit: contain;
 }
.bluezonekw   {
  font-size: 20px;
}
.soc {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #000;
}
.soc a {
  margin-left: 10px;
}
.title-span {
  /* font-size: 20px; */
  /* font-weight: 600; */
  color: #000;
}
.navbar-nav .nav-link {
  color: #000;
}

.active1 {
  /* display: flex; */
  align-items: center;
  justify-content: center;
}
input[type=search] {
  border-radius : 8px;
  padding: 8px;
  outline: none;
  border: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.hide {
  display: block !important;
  position: absolute;
}
.sidbar.active  {
  right: 0%;
  /* background-color: #dfdfdf; */
  border-radius: 8px;
}
.sidbar.active .svg-inline--fa.fa-w-11 {
  position: absolute;
  /* left: -200px; */
  /* top: -5px; */
  background-color: #fff;
  font-size: 30px;
  width: 40px;
  height: 35px;
  border-radius: 8px;
}
.sidbar.active .nav-link .svg-inline--fa {
    font-size: 20px!important;
    color: goldenrod !important;
    margin-left: 10px !important;
}
.title-cart {
  color: #5d5d5d;
  font-size: 20px !important;
  font-weight: 600;
  margin: 0px;
}
.row {
  margin: auto;
  padding: 0px !important;
  margin-bottom: 1rem;
}
.row.acc{
  margin-bottom: unset;
}
.border-right {
  /* border-right: 1px solid #dee2e6!important; */
  border-right: none !important;;
}
.mob__img__top {
  max-height: 150px;
  /* margin-bottom: 2rem; */
}
.mob__img__top img {
  width: 100%;
  margin: 10px auto;
  padding: 10px;
  border-radius: 6px;
}
.container-fluid img {
  max-height: 200px;
}
.mob__header__logo img {
  width: 60px;
  height: 50px;
  /* padding: auto;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1); */
}

.mob__confirm__req {
  position: absolute;
  padding: 8px 24px;
  font-size: 20px;
  z-index: 111;
  top: 45rem;
    right: 50%;
  transform: translateX(50%);
}


}