/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
 .hero-section[data-type=type-2]>[class*=ct-container] {
    padding: 0 !important;
    min-height: 100px !important;
   
  }
  .page-title {
    display: none;
  }
  .page-title-custom {
    margin: 0;
    vertical-align: top !important;
    top: 0;
    color: #fff;
  }
  a{
  cursor:pointer;
  }
  .contrast-btn{
    color: var(--theme-button-background-initial-color)!important;
    background: transparent!important;
    border: 1px solid!important;
  }
  .overlay{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .products-container{
  display:flex;
  }
  .products-container .input-container{
      margin-right: 30px;
  }
  .quantity__input {
    margin: 0 5px;
}
#processing , #completed{
    margin: 0 0 0 5px;
}
.booking-container{
margin-bottom:15px;
}


  @media only screen and (max-width: 600px) {
  .drop2depot-resposive-block{
    display:block;
  }
  .drop2depot-filter-container{
  display:block;
  }
  .drop2depot-filter-container select{
  width:100%;
  margin-bottom: 20px;
  }
  .drop2depot-filter-container div {
    margin-right: 0px;
}
.date-container {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
}
.drop2depot-filter-container [type=submit]{
width:49%;
margin-bottom:20px;
}
.door2depot-pagination {
    float: none;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.door2depot-table td:before{
text-align:justify;
}
.door2depot-table tr td:last-child {
   display: block; 
}
.add-manager-btn{
width:100%;
}
.popup {
    width: 90%;
}
.input-container-two div {
    width: 100%;
}
.input-container-two {
    display: block;
    margin-bottom: 0; 
}
#create-manager{
width:100%;
}
.add-manager-resposive-block{
display:block;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
.drop2depot-resposive-block{
display:block;
}
.door2depot-pagination{
margin: 20px 0;
}
.drop2depot-filter-container select{
  width:200px;
  }
  #create-manager{
width:100%;
}
.popup {
    width: 90%;
}
}