html {
  scroll-behavior: smooth;
}

input[type='checkbox'] {
    display: none;
}

.lbl-toggle {
    display: block;
    text-transform: uppercase;
    font-size: 1.3rem;
    cursor: pointer;
    max-width: fit-content;
    transition: all 0.35s ease-out;
}

.lbl-toggle:hover {
    color: #7c0b0b;
}

.lbl-toggle::before {
    content: ' ';
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid currentColor;
    vertical-align: middle;
    margin-right: .7rem;
    transform: translateY(-2px);
    transition: transform .2s ease-out;
}

.toggle:checked + .lbl-toggle + .box-container {
    max-height: 300vh;
}

.toggle:checked + .lbl-toggle + .box-container1 {
  max-height: 300vh;
}
.toggle:checked + .lbl-toggle::before {
    transform: rotate(90deg) translateX(-3px);
}

.toggle:checked + .lbl-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.box-container, .box-container1 {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap:15px;
    max-height: 0;
    /* max-width: 1100px; */
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }

  .box-container1 {
    display: grid;
    grid-template-columns: repeat(3, minmax(250px, 1fr));
  }

.products-page {
    height: auto;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
    /* max-width: 1200px; */
    /* width: fit-content; */
  }
  .vendor-carousel {
    margin-top: 0px;;
    padding: 10px;
  }
  .slider-wrapper{
    position: relative;
  }
  .slider-wrapper i{
    top: 50%;
    height: 40px;
    width: 40px;
    cursor: pointer;
    position: absolute;
    font-size: 1.2rem;
    text-align: center;
    line-height: 40px;
    color: rgb(36, 36, 36);
    background: #8b8b8b85;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .slider-wrapper i:active {
    transform: translateY(-50%) scale(0.9);
  }
  .slider-wrapper i:first-child{
    left: -23px;
    display: none;
  }
  .slider-wrapper i:last-child{
    right: -23px;
    /* display: none; */
  }
  .slider-wrapper .vendor-carousel {
    font-size: 0px;
    cursor: pointer;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    padding-bottom: 18px;
    /* outline-style: solid;
    outline-color: rgb(255, 115, 0); */
  }
  .vendor-carousel.dragging {
    cursor: grab;
    scroll-behavior: auto;
  }
  .vendor-carousel.dragging img {
    pointer-events:none;
  }
  /* #vendor {
    outline-style: dotted;
    outline-color: #2C3590;
  } */
  .vendor-carousel img {
    display: flexbox;
    flex-direction: row;
    outline-style: solid;
    outline-color: #bdbdbd;
    outline-width: 1px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    padding: 25px;
    height: 90px;
    width: 200px;
    margin-left:10px;
    margin-right:10px;
    border-radius: 1px;
    /* width: calc(100% / 6); */
    transition: transform .2s ease;
    
  }
  #vendor:hover {
    transform: scale(1.10);
  }
  @media screen and (max-width: 1100px) {
    .products-page {
      padding-left: 12vh;
      padding-right: 12vh;
    }
    #vendor {
      width: calc(100% / 4)
    }
  }
  @media screen and (max-width: 900px) {
    .products-page {
      padding-left: 8vh;
      padding-right: 8vh;
    }
    #vendor {
      width: calc(100% / 3)
    }
  }
  @media screen and (max-width: 600px) {
    .slider-wrapper i {
      height: 30px;
      width: 30px;
      line-height: 30px;
      padding-left: 2vh;
      padding-right: 2vh;
    }
    .products-page {
      padding-left: 2vh ;
      padding-right: 2vh ;
      margin-bottom: 10px ;
    }
    .products-page h1 {
      margin-left: 6vh;
    }
    #vendor {
      width: calc(100% / 2.3)
    }
    .container{
      margin-bottom: 0px;
     }
    .box-container {
      margin-bottom: 0px;
    }
  }
  
  .container{
   margin-bottom: 0px;
   /* border-style: solid;
   border-color: #2C3590; */
  }
  
  .box {
   margin: 0px;
  }
  
  .container .heading{
    text-align: left;
    /* padding-bottom: 15px;
    color:#3a3a3a;
    text-shadow: 0 5px 10px rgba(0,0,0,.2); */
    width:fit-content;
    font-size: 35px;
  }
  .hidden {
    display: none;
  }
  .container h4 {
    max-width: fit-content;
  }
  
    .box{
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border-radius: 5px;
    background: #fff;
    text-align: center;
    padding:15px 20px;
    border-color: #bdbdbd;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 20px;
  }
  
  .box img{
    margin-top: -15px;
    /* border-style: solid;
    border-color: aqua; */
    max-height: 150px;
    padding: 10px;
    max-width: 210px;
  }
  
  #single-img {
    max-height: 230px;
    max-width: 330px;
    /* border-style: solid;
    border-color: red; */
  }

 .box h3{
    color:#444;
    font-size: 18px;
    margin: -8px;
    margin-bottom: -10px;
    /* text-transform: uppercase; */
    /* padding:10px 0; */  
    /* border-style: solid;
    border-color: rgb(255, 0, 200); */
  }
  
.box p{
    color:#777;
    font-size: 13px;
    line-height: 1.8;
    text-align: center;
    /* border-style: solid;
    border-color: rgb(0, 255, 55); */
  }
  
.box .btn{
    /* margin-top: 5px; */
    display: inline-block;
    background:#535353;
    color:#fff;
    font-size: 13px;
    border-radius: 5px;
    padding: 8px 25px;
    text-decoration: none;
    /* margin-top: -55px; */
      transition: all 0.2s ease-in-out
  }
  
.box .btn:hover{
    /* transform: scale(1.03); */
    background:#38b6ff;
    transition: all 0.2s ease-in-out
  }
.box:hover{
    box-shadow: 0 10px 15px rgba(0,0,0,.3);
    background-color: #38b6ff38;
    border-style: solid;
    border-width: 2px;
    border-color: #38b6ff;
  }
.box:hover h3{
    color: #777;
  }
 .box:hover p{
    color: #777;
  }
  
  @media (max-width:768px){
    .container{
        padding:20px;
        margin-left: 30px;
        margin-right: 30px;
    }
  }
  
  /* #toggleButton {
    transition: 1s ease-in-out;
  } */
  
  #toggleButton:hover {
    cursor: pointer;
  }
  
  .hidden {
    display: none;
  }
