    .product_del{
        color: red;
        font-size: 13px;
    }
    .toast-top-right {
        bottom: 12px;
        left: 12px;
        top:auto;
    }
    .popup-orders{
      position: fixed;
      display: flex;
      bottom: 40px;
      left: 45px;
      z-index: 999;
      width: 260px;
      height: 90px;
      background: white;
      border: solid 1px #c1c1c1;
      border-radius: 3px;
      box-shadow: 0px 0px 3px 1px #efefef;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: flex-start;
      opacity: 0;
      transition: 0.5s;
      padding: 5px;
    }
    .popup-orders .close-popup{
      position: absolute;
      right: 6px;
      top: -4px;
      cursor: pointer;
    }
    .popup-orders .popup-image{
      width: 90px;
      height: 100%;
    }
    .popup-orders .popup-image img{
      width: auto;
      height: 100%;
    }
    .popup-orders .popup-detail{
      padding: 10px 5px;
    }
    .popup-orders .popup-detail p{
      margin: 0px;
      font-size: 12px;
      line-height: 15px;
      margin-bottom: 5px;
    }
    .home-slider-content{
      margin-bottom: 0px;
    }
    .home-slider-slick{
      width: 100%;
    }
    .home-slider-slick .slick-item{
      position: relative;
      display: flex;
      align-items: center;
    }
    .home-slider-slick img{
      width: 100%;
      height: auto;
      object-fit: contain;
    }
    .home-slider-slick .slick-dots{
      text-align: right;
      bottom: 15px;
      right: 25px;
    }
    .home-slider-slick .slick-dots li button:before{
      font-size: 16px;
      color: black;
    }
    .home-slider-slick .slick-dots li.slick-active button:before{
      color: #9f2880;
    }
    .home-slider-slick .slider-detail{
      position: absolute;
      left: 175px;
      max-width: 550px;
    }
    .home-slider-slick .slider-detail h2{
      font-size: 50px;
      font-family: "Fredoka One", cursive;
    }
    .home-slider-slick .slider-detail p{
      font-size: 22px;
      font-weight: 500;
      color: #9f2880;
      font-family: "Fredoka One", cursive;
    }
    .home-slider-slick .slider-detail a{
      background-color: #9f2880;
      border-radius: 30px;
      color: #fff;
      height: 60px;
      line-height: 59px;
      font-family: "Fredoka One", cursive;
      font-weight: 400;
      font-size: 16px;
      padding: 0 44px;
      margin-left: 2px;
    }
    .home-slider-slick .slider-detail a:hover{
      background-color: #f69740;
      border-color: #f69740;
      color: #fff;
    }
    .home-slider-slick .slick-next{
      right: 50px;
      z-index: 999;
    }
    .home-slider-slick .slick-prev{
      left: 20px;
      z-index: 999;
    }
    .slick-prev:before, .slick-next:before{
      font-size: 50px;
      color: #9f2880;
    }
    .cart-update{
      display: flex;
      align-items: center;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
    }
    .cart-update .updateqty{
      width: 30px;
      text-align: center;
    }
    .cart-update .updateCart{
      width: 20px;
      background: #9f2880;
      color: white;
      text-align: center;
      font-size: 12px;
      border-radius: 500px;
      height: 20px;
      cursor: pointer;
      transition: 0.3s;
    }
    .cart-update .updateCart:hover{
      background: #f69740;
    }

    @media only screen and (max-width: 1024px) {
        .home-slider-slick .slider-detail h2{
            font-size: 40px;
            margin: 0;
        }
        .home-slider-slick .slider-detail p {
            font-size: 19px;
            font-weight: 500;
            margin-bottom: 10px;
        }
        .home-slider-slick .slider-detail a{
            height: 50px;
            line-height: 49px;
            font-size: 14px;
            padding: 0 35px;
        }
    }
    @media only screen and (max-width: 768px) {
        .home-slider-slick .slider-detail{
            max-width: 400px;
            left: 15px;
        }
        .home-slider-slick .slider-detail h2{
            font-size: 30px;
            margin: 0;
        }
        .slick-prev:before, .slick-next:before{
            display: none;
        }
    }
    @media only screen and (max-width: 600px) {
        .home-slider-slick .slider-detail{
            width: 100%;
            max-width: 100%;
            left: 0px;
            text-align: center;
        }
        .home-slider-slick .slider-detail h2{
            font-size: 22px;
            margin: 0;
        }
        .slick-prev:before, .slick-next:before{
            display: none;
        }
        .home-slider-slick .slider-detail a {
            height: 40px;
            line-height: 39px;
            font-size: 12px;
            padding: 0 25px;
        }
        .home-slider-slick .slider-detail p {
            font-size: 15px;
            font-weight: 500;
            margin-bottom: 5px;
        }
    }
    @media only screen and (max-width: 380px) {
        .home-slider-slick img {
            width: 100%;
            height: 170px;
            object-fit: cover;
        }
    }