.GotoCart_container {
  border-radius: 10px;
  background: #fff4db 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #9c9c9c;
  animation: slide-in-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #9c9c9c;
      padding: 5px 5px;
}


.GotoCart_container_modal {
  background: none !important;
}

.GotoCart_container_modal .modal-content {
    border: none;
    background: transparent;
}

.GotoCart_container .goto_cart_card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.GotoCart_container .goto_cart_card .left_side {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.GotoCart_container .goto_cart_card .left_side .img_holder {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 2px #0000004d;
  border-radius: 5px;
  opacity: 1;
  aspect-ratio: 1/1;
  width: 80px;
  padding: 00px;
}

.GotoCart_container .goto_cart_card .left_side .text_holder h6 {
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #202020;
  opacity: 1;
}

.GotoCart_container .goto_cart_card .left_side .text_holder p {
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #0e8c00;
  opacity: 1;
}
.GotoCart_container .goto_cart_card .left_side .img_holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.GotoCart_container .goto_cart_card .left_side .text_holder {
  margin-left: 11px;
}

.GotoCart_container .goto_cart_card .left_side .text_holder .top_heading {
}

.GotoCart_container .goto_cart_card .left_side .text_holder .top_heading p {
  letter-spacing: 0px;
  color: #202020;
  opacity: 1;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 600;
}

.GotoCart_container .goto_cart_card .left_side .text_holder .footer_text {
}

.GotoCart_container .goto_cart_card .left_side .text_holder .footer_text p {
  letter-spacing: 0px;
  color: #00721b;
  opacity: 1;
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 600;
}

.GotoCart_container .goto_cart_card .btn_holder {
  display: flex;
  align-items: center;
}

.GotoCart_container .goto_cart_card .btn_holder .Blue_Btn {
  border-radius: 17px;
  padding: 7px;
  width: 120px;
}

.GotoCart_container .goto_cart_card .btn_holder .Blue_Btn .btn_text {
  font-size: 15px;
}

.GotoCart_container   .close_div {
    background-color: #686868;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    
    margin-left: auto;
    cursor: pointer;
}


.GotoCart_container   .close_div .close_icon {
  font-size: 14px;
  color: #fff;
}

.GotoCart_container .goto_cart_card .btn_holder .submit-btn {
  padding: 15px 10px;
}

@media (min-width: 0px) and (max-width: 575px) {
  .GotoCart_container .goto_cart_card .btn_holder {
    width: fit-content;
    display: flex;
    justify-content: center;
  }

  .GotoCart_container .goto_cart_card .btn_holder {
    padding: 6px 4px;
    margin-top: 5px;
  }

  .GotoCart_container   .close_div {
    width: 22px;
    height: 22px;
  }

  .GotoCart_container .goto_cart_card .btn_holder .btn_text {
    font-size: 12px;
  }

  .GotoCart_container .goto_cart_card .left_side .text_holder .top_heading p {
    font-size: 13px;
  }

  .GotoCart_container .goto_cart_card .left_side .text_holder .footer_text p {
    font-size: 12px;
  }

  .GotoCart_container .goto_cart_card {
    flex-direction: column;
  }

  .GotoCart_container .goto_cart_card .left_side .img_holder {
    width: 70px;
  }

  .GotoCart_container .goto_cart_card .left_side {
    width: 100%;
  }

  .GotoCart_container   .close_div .close_icon {
    font-size: 12px;
  }

  .GotoCart_container .goto_cart_card .btn_holder .submit-btn {
    font-size: 11px;
    padding: 10px 10px;
  }

  .GotoCart_container .goto_cart_card .left_side .img_holder {
    width: 50px;
    padding: 5px;
  }

  .GotoCart_container   .close_div {
    width: 18px;
    height: 18px;
  }

  .GotoCart_container .goto_cart_card .btn_holder .Blue_Btn .btn_text {
    font-size: 11px;
  }

  .GotoCart_container .goto_cart_card .btn_holder .Blue_Btn {
    width: 86px;
  }

  .GotoCart_container .goto_cart_card {
    padding: 6px;
  }
}
