.list-style
{
    display: flex !important;
     justify-content: center;
     margin-top: 130px!important;
     flex-direction: row;
     flex-wrap: wrap !important;
}
.img-list{
    width: 30% !important;
    /* padding-top: 50px !important; */
}
.dis-list{
    /* width: 70% !important; */
}
.auction-timer{
    border-radius:2px;
    padding:6px 20px;
    text-align:center;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:27px;
    background:#f8f8f8;
    min-width:98%;
    width: 179px;
    height: 40px;
}
.table-wrapper{

    overflow-x:auto;
    margin-bottom:30px;

    background-color:#fff
}
.auction-timer h4{
    font-size:20px;font-weight:600;color:#FF7900;margin-bottom:0
}
.gate{
    /* margin-top: 180px; */
    position: relative;
    top: -290px;

}
.add_name{
    background-color: #ff7900;
    color: #FFFFFF;
}
.order_name{
    background-image: none;
    background-color: #ff7900;
    color: #FFFFFF;
    direction: rtl;
}


  .main-div {
    /* width: 200px;
    height: 200px; */
    background-color: lightblue;
    position: relative;
}

.hidden-div {
    width: 170px;
    position: absolute;
    top: 48%;
    left: 27%;
    transform: translate(-50%, 10px);
    display: none;
    padding: 10px;
    text-align: center;
}
.hidden-div a{
    width: 46px;
    padding: 0.375rem 0.75rem;
    line-height: 32px;
    border: 1px solid #ff7900;;
    border-radius: 50%;
    transform: scale(0);
    background-color: #fff;

}
.hidden-div a i{
    color:#ff7900 ;
}
.menu-toggle {
    /*button ☰  */
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  display: none; /* Initially hidden on larger screens */
}
.head {
    /*button ☰  */
  background: none;
  border: none;
  color: #ff7900;
  font-size: 24px;
  cursor: pointer;
  display: block; /* Initially hidden on larger screens */
}

.menu-lists {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  position: absolute;
  right: 53px;
  top: 0.8px;
}
.card-img-top{
    position: relative;
    left: 33px;
    width: 75% !important;
    height: 65%;
}

.main-div:hover .hidden-div {
    display: block;
}

.search{
    display: inline-flex;
    width: 100% !important
}
.searchs{
    display: inline-flex;
    width: 100% !important
}
.sort{
    margin: 0px 0px 0px 18px;
  }
.close{
    position: relative;
    top: -75px !important;
    right: 68px !important;
}

.close i{
    color: #000 !important;
    font-style: italic;
    /* font-weight: bold; */
    font-size: 14px;

}
.thumbnail{
    /* border: 1px solid #ddd;  */
    /* border-radius: 4px; */
    /* padding: 5px; */
    width: 200px;
    height: 250px;
    /* text-align: center; */
    position: relative;
    left: 41px;
    padding-top:20px;
}
.thumbnail:hover{
    box-shadow: 0 0 2px 1px #ff7900(183, 239, 28, 0.5);

}
.btn-primary{
    background-color: #ff7900 !important;
    border-color: #ff7900 !important;

}
.js_variant_change.always {
    color: #ff7900 !important;
}
@media only screen and (max-width: 320px) {
    .img-list{
        width: 100% !important;
    }
    .img-list img{
        position: relative;
    /* right: 63px; */
    width: 100%;
    }
    .dis-list{
        width: 100%;
    }
    .order_name{
        direction: unset;
    }
    .gate{
        position: unset !important  ;
        margin-top: 0px;
        margin-bottom: 20px;
    }


    .dropend:hover > .dropdown-menu {
      position: absolute;
      top: 0;
      left: 100%;
    }
    .dropend .dropdown-toggle {
      margin-left: 0.5em;
    }

    .menu-toggle {
        display: block; /* Display on small screens */
        color: #ff7900;
      }
      .head {
        display: none; /* Display on small screens */
        color: #ff7900;
      }

      .lists {
        display: none ;
        flex-direction: column;
        text-align: center;
        width: 100%;
        position: relative;
        top: 1px;
        left: 0;
        z-index: 1000;
        color: #000;
      }

    /* toggle between class */
      .lists.show {
        display: flex ;
        /* width: 342px;
        top:10px */
      }
      .lists.show li a{
        position: relative;
        right: 88px;
      }
      .search{
        display: block;
        width:100% !important ;
      }
      .searchs {
        display: inline-flex;
        width:100% !important ;
      }
      .sort{
        margin: 9px 0px;
      }
  }
