.adf-loading-on-button:hover {
  background-color: #3e8e41
}

.image {
  border-radius: 13px;
  width: 100px;
  height: 30%;
}
#adf-select-option_title-p{
  margin: 0px 0px 24px;
}
#adf-found-cart-title-p
{
  margin: 18px 0px;;
}
.adf-footer{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.appPopup .content {
  border-radius: 16px;
  width: 822px;
  /* height: 780px; */
  position: absolute;
  left: 500px;
  top: 200px;
  /* border-radius: 10px; */
  transform: translate(-50%, -50%) scale(0);
  display: none;
  z-index: 20;
  height: max-content;
  overflow-y: auto;
  overflow-x: hidden;
}
#adf-current-cart-items-title{
  margin: 24px 0px;
}

.appPopup .overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 3;
  display: none;
}

.appPopup.active .overlay {
  display: block;
}

.appPopup.active .content {
  display: block;
  transition: all 300ms ease-in-out;
  transform: translate(0%, 0%) scale(1);
}

.open-popup {
  display: block;
  transform: translate(0%, 0%);
}

.close {
  position: absolute;
  right: 20px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  display: block;
}

.close:hover {
  opacity: 1;
}

.close:before,
.close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 20px;
  width: 4px;
  background-color: #d11b1b;
}

.close:before {
  transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
}

#adf-maintitle-h1 {
  text-align: center;
  color: green;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}

#adf-line {
  position: relative;

  margin: 0px;
}

#adf-h_line {
  position: relative;

  margin: 0px;
}

#x {
  display: block;
}

.adf-maintitle {
  text-align: center;
  color: green;
}

.adf-found {
  font-size: 18px;
  text-align: center;
  position: relative;
  /* left: 20px; */
  /* width: 800px; */
}

#line {
  position: relative;
}

.adf-found_cart {
  position: relative;
  /* left: 20px; */
  text-align: center;
  font-weight: bold;
}

.adf-product_title_p {
  position: absolute;
  top: -6px;
  left: 140px;
  font-size: 16px;
  margin: 16px 0px;
}

.adf-quantity_p {
  position: absolute;
  right: 199px;
  top: -12px;
  font-size: 19px;
  margin: 19px 0px;
}

.adf-found_cart_title {
  font-size: 24px;
  margin: 0px 0px 24px;
  
}

.adf-found_cart_detail {
  position: relative;
  left: 70px;
  margin-top: 10px;
}

.adf-loading-on-button {
  border-radius: 10px;
  position: relative;
  top: 5px;
  font-size: 16px;
  left: 23px;
  width: 749px;
  height: 50px;
  border: 1px solid green;
  margin: 5px;
  text-align: center;
}

/* .adf-loading-on-button:hover {
  background-color: rgb(247, 247, 192);
} */
.appPopup .content::-webkit-scrollbar {
  width: 20px;
}

.appPopup .content::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f5f5f5;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.appPopup .content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #9b9b9b;
}

.adf-loading-on-button-div {
  position: absolute;
  top: 25px;
  left: 400px;
  border: 5px solid #040404;
  border-radius: 50%;
  border-top: 5px solid #f1f3f3;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: none;
  z-index: 2;
}

.adf-select-option-button {
  position: relative;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* ====================================================================================================================================================================================== */
@media only screen and (min-width: 300px) and (max-width:320px) {

  .adf-loading-on-button-div {
    position: absolute;
    top: 20px;

    left: 170px;
    border: 5px solid #040404;
    border-radius: 50%;
    border-top: 5px solid #f1f3f3;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
    z-index: 2;
  }

  .appPopup .overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /* width: 350px; */
    /* height: 780px; */
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 12;
    display: none;


    /* position: fixed;
    top: 0px;
    left: 0px; */
    /* width: 350px; */
    /* height: 780px; */
    /* background-color: rgba(0, 0, 0, 0.7);
    z-index: 3;
    display: none; */
  }

  .appPopup .content {
    width: 300px;
    height: 580px;
    position: absolute;
    left: 5px;
    border-radius: 10px;
    background-color: rgb(208, 250, 250);
    z-index: 44;
    overflow-y: auto;
    overflow-x: hidden;
    top: 100px;
  }



  .close {
    width: 10px;
    height: 10px;
    right: 25px;
    /* top: 3px; */
    /* width: 10px; */
    /* height: 10px; */
    /* right: 25px; */
    top: px;

  }


  #adf-maintitle-h1 {
    margin-top: 0px;
    text-align: center;
    color: green;
    font-size: 16px;
  }

  #adf-found-cart-title {
    font-size: 15px;
    text-align: left;
    position: relative;
    left: 20px;
    width: 300px;
    /* height: 34px; */
    padding-right: 25px;
  }

  #adf-found_cart-p {
    margin-top: 0px;
    font-size: 15px;
  }

  .image {
    width: 30px;
    height: 30px;
    border-radius: 13px
  }



  .adf-quantity_p {
    font-size: 14px;
    top: -9px;
    right: 50px;
  }

  .adf-found_cart_title {
    font-size: 15px;
  }

  #adf-select-option_title-p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
    

  }

  .adf-loading-on-button {
    width: 256px;
    height: 40px;
    font-size: 11px;
    left: 13px;
    margin: 5px;
  }

  .appPopup .content::-webkit-scrollbar {
    width: 10px;
  }

  .close:before,
  .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 15px;
    width: 4px;
    background-color: #d11b1b;
  }

  .adf-found_cart_detail {
    position: relative;
    left: 20px;
    margin-top: 10px;
  }

  .adf-product_title_p {
    left: 59px;
    top: -12px;
    font-size: 12px;
    width: 190px;
  }

}


@media only screen and (min-width: 340px) and (max-width:399px) {


  .adf-loading-on-button-div {
    position: absolute;
    top: 20px;
    left: 170px;
    border: 5px solid #040404;
    border-radius: 50%;
    border-top: 5px solid #f1f3f3;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
    z-index: 2;
  }

  .appPopup .overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /* width: 350px; */
    /* height: 780px; */
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 3;
    display: none;


    position: fixed;
    top: 0px;
    left: 0px;
    /* width: 350px; */
    /* height: 780px; */
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 3;
    display: none;
  }

  .appPopup .content {
    width: 350px;
    height: 580px;
    position: absolute;
    left: 5px;
    border-radius: 10px;
    background-color: rgb(208, 250, 250);
    z-index: 55;
    overflow-y: auto;
    overflow-x: hidden;
    top: 100px;
  }



  .close {
    width: 10px;
    height: 10px;
    right: 25px;
    /* top: 3px; */
    /* width: 10px; */
    /* height: 10px; */
    /* right: 25px; */
    top: px;

  }


  #adf-maintitle-h1 {
    margin-top: 0px;
    text-align: center;
    color: green;
    font-size: 16px;
  }

  #adf-found-cart-title {
    font-size: 15px;
    text-align: left;
    position: relative;
    left: 20px;
    width: 350px;
    /* height: 34px; */
    padding-right: 25px;
  }

  #adf-found_cart-p {
    margin-top: 0px;
    font-size: 15px;
  }

  .image {
    width: 30px;
    height: 30px;

  }



  .adf-quantity_p {
    font-size: 14px;
    top: -9px;
    right: 50px;
  }

  .adf-found_cart_title {
    font-size: 15px;
  }

  #adf-select-option_title-p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;

  }

  .adf-loading-on-button {
    width: 320px;
    height: 40px;
    font-size: 13px;
    left: 15px;
    margin: 5px;
  }

  .appPopup .content::-webkit-scrollbar {
    width: 10px;
  }

  .close:before,
  .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 15px;
    width: 4px;
    background-color: #d11b1b;
  }

  .adf-found_cart_detail {
    position: relative;
    left: 20px;
    margin-top: 10px;
  }

  .adf-product_title_p {
    left: 70px;
    top: -12px;
    font-size: 12px;
    width: 206px;
  }
}

@media only screen and (min-width: 400px) and (max-width:430px) {

  .adf-loading-on-button-div {
    position: absolute;
    top: 20px;
    left: 170px;
    border: 5px solid #040404;
    border-radius: 50%;
    border-top: 5px solid #f1f3f3;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
    z-index: 2;
  }

  .appPopup .overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 3;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 3;
    display: none;
  }

  .appPopup .content {
    width: 350px;
    height: 580px;
    position: absolute;
    left: 30px;
    border-radius: 10px;
    background-color: rgb(208, 250, 250);
    z-index: 55;
    overflow-y: auto;
    overflow-x: hidden;
    top: 100px;
  }


  .close {
    width: 10px;
    height: 10px;
    right: 25px;
    /* top: 3px; */
    /* width: 10px; */
    /* height: 10px; */
    /* right: 25px; */
    top: px;

  }

  #adf-maintitle-h1 {
    margin-top: 0px;
    text-align: center;
    color: green;
    font-size: 16px;
  }

  #adf-found-cart-title {
    font-size: 15px;
    text-align: left;
    position: relative;
    left: 20px;
    width: 350px;
    /* height: 34px; */
    padding-right: 25px;
  }

  #adf-found_cart-p {
    margin-top: 0px;
    font-size: 15px;
  }

  .image {
    width: 30px;
    height: 30px;

  }


  .adf-quantity_p {
    font-size: 14px;
    top: -9px;
    right: 50px;
  }

  .adf-found_cart_title {
    font-size: 15px;
  }

  #adf-select-option_title-p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;

  }

  .adf-loading-on-button {
    width: 320px;
    height: 40px;
    font-size: 13px;
    left: 15px;
    margin: 5px;
  }



  .appPopup .content::-webkit-scrollbar {
    width: 10px;
  }

  .close:before,
  .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 15px;
    width: 4px;
    background-color: #d11b1b;
  }

  .adf-found_cart_detail {
    position: relative;
    left: 20px;
    margin-top: 10px;
  }

  .adf-product_title_p {
    left: 55px;
    top: -12px;
    font-size: 12px;
    width: 206px;
  }
}

@media only screen and (min-width: 431px) and (max-width:480px) {

  .adf-loading-on-button-div {
    position: absolute;
    top: 20px;
    left: 170px;
    border: 5px solid #040404;
    border-radius: 50%;
    border-top: 5px solid #f1f3f3;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
    z-index: 2;
  }

  .appPopup .overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /* width: 350px; */
    /* height: 780px; */
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 3;
    display: none;


    position: fixed;
    top: 0px;
    left: 0px;
    /* width: 350px; */
    /* height: 780px; */
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 3;
    display: none;
  }

  .appPopup .content {
    width: 350px;
    height: 580px;
    position: absolute;
    left: 60px;
    border-radius: 10px;
    background-color: rgb(208, 250, 250);
    z-index: 55;
    overflow-y: auto;
    overflow-x: hidden;
    top: 100px;
  }

  .close {
    width: 10px;
    height: 10px;
    right: 25px;
    top: px;

  }

  #adf-maintitle-h1 {
    margin-top: 0px;
    text-align: center;
    color: green;
    font-size: 16px;
  }

  #adf-found-cart-title {
    font-size: 15px;
    text-align: left;
    position: relative;
    left: 20px;
    width: 350px;
    /* height: 34px; */
    padding-right: 25px;
  }

  #adf-found_cart-p {
    margin-top: 0px;
    font-size: 15px;
  }

  .image {
    width: 30px;
    height: 30px;

  }

  .adf-quantity_p {
    font-size: 14px;
    top: -9px;
    right: 50px;
  }

  .adf-found_cart_title {
    font-size: 15px;
  }

  #adf-select-option_title-p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;

  }

  .adf-loading-on-button {
    width: 320px;
    height: 40px;
    font-size: 13px;
    left: 15px;
    margin: 5px;
  }

  .appPopup .content::-webkit-scrollbar {
    width: 10px;
  }

  .close:before,
  .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 15px;
    width: 4px;
    background-color: #d11b1b;
  }

  .adf-found_cart_detail {
    position: relative;
    left: 20px;
    margin-top: 10px;
  }

  .adf-product_title_p {
    left: 70px;
    top: -12px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 481px) and (max-width:520px) {

  .adf-loading-on-button-div {
    position: absolute;
    top: 20px;
    left: 170px;
    border: 5px solid #040404;
    border-radius: 50%;
    border-top: 5px solid #f1f3f3;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
    z-index: 2;
  }

  .appPopup .overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 3;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 3;
    display: none;
  }

  .appPopup .content {
    width: 350px;
    height: 580px;
    position: absolute;
    left: 70px;
    border-radius: 10px;
    background-color: rgb(208, 250, 250);
    z-index: 55;
    overflow-y: auto;
    overflow-x: hidden;
    top: 100px;
  }

  .close {
    width: 10px;
    height: 10px;
    right: 25px;
    top: px;

  }

  #adf-maintitle-h1 {
    margin-top: 0px;
    text-align: center;
    color: green;
    font-size: 16px;
  }

  #adf-found-cart-title {
    font-size: 15px;
    text-align: left;
    position: relative;
    left: 20px;
    width: 350px;
    /* height: 34px; */
    padding-right: 25px;
  }

  #adf-found_cart-p {
    margin-top: 0px;
    font-size: 15px;
  }

  .image {
    width: 30px;
    height: 30px;

  }

  .adf-quantity_p {
    font-size: 14px;
    top: -9px;
    right: 50px;
  }

  .adf-found_cart_title {
    font-size: 15px;
  }

  #adf-select-option_title-p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;

  }

  .adf-loading-on-button {
    width: 320px;
    height: 40px;
    font-size: 13px;
    left: 15px;
    margin: 5px;
  }

  .appPopup .content::-webkit-scrollbar {
    width: 10px;
  }

  .close:before,
  .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 15px;
    width: 4px;
    background-color: #d11b1b;
  }

  .adf-found_cart_detail {
    position: relative;
    left: 20px;
    margin-top: 10px;
  }

  .adf-product_title_p {
    left: 70px;
    top: -12px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 521px) and (max-width:600px) {

  .adf-loading-on-button-div {
    position: absolute;
    top: 20px;
    left: 170px;
    border: 5px solid #040404;
    border-radius: 50%;
    border-top: 5px solid #f1f3f3;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
    z-index: 2;
  }

  .appPopup .overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 3;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 3;
    display: none;
  }

  .appPopup .content {
    width: 350px;
    height: 580px;
    position: absolute;
    left: 80px;
    border-radius: 10px;
    background-color: rgb(208, 250, 250);
    z-index: 55;
    overflow-y: auto;
    overflow-x: hidden;
    top: 100px;
  }

  .close {
    width: 10px;
    height: 10px;
    right: 25px;
    /* top: 3px; */
    /* width: 10px; */
    /* height: 10px; */
    /* right: 25px; */
    top: px;

  }

  #adf-maintitle-h1 {
    margin-top: 0px;
    text-align: center;
    color: green;
    font-size: 16px;
  }

  #adf-found-cart-title {
    font-size: 15px;
    text-align: left;
    position: relative;
    left: 20px;
    width: 350px;
    /* height: 34px; */
    padding-right: 25px;
  }

  #adf-found_cart-p {
    margin-top: 0px;
    font-size: 15px;
  }

  .image {
    width: 30px;
    height: 30px;

  }

  .adf-quantity_p {
    font-size: 14px;
    top: -9px;
    right: 50px;
  }

  .adf-found_cart_title {
    font-size: 15px;
  }

  #adf-select-option_title-p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;

  }

  .adf-loading-on-button {
    width: 320px;
    height: 40px;
    font-size: 13px;
    left: 15px;
    margin: 5px;
  }

  .appPopup .content::-webkit-scrollbar {
    width: 10px;
  }

  .close:before,
  .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 15px;
    width: 4px;
    background-color: #d11b1b;
  }

  .adf-found_cart_detail {
    position: relative;
    left: 20px;
    margin-top: 10px;
  }

  .adf-product_title_p {
    left: 70px;
    top: -12px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 601px) and (max-width:670px) {

  .adf-loading-on-button-div {
    position: absolute;
    top: 20px;
    left: 170px;
    border: 5px solid #040404;
    border-radius: 50%;
    border-top: 5px solid #f1f3f3;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
    z-index: 2;
  }

  .appPopup .overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 3;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 3;
    display: none;
  }

  .appPopup .content {
    width: 450px;
    height: 580px;
    position: absolute;
    left: 70px;
    border-radius: 10px;
    background-color: rgb(208, 250, 250);
    z-index: 55;
    overflow-y: auto;
    overflow-x: hidden;
    top: 100px;
  }

  .close {
    width: 10px;
    height: 10px;
    right: 25px;
    top: px;

  }

  #adf-maintitle-h1 {
    margin-top: 0px;
    text-align: center;
    color: green;
    font-size: 18px;
  }

  #adf-found-cart-title {
    font-size: 15px;
    text-align: left;
    position: relative;
    left: 20px;
    width: 450px;
    /* height: 34px; */
    padding-right: 25px;
  }

  #adf-found_cart-p {
    margin-top: 0px;
    font-size: 15px;
  }

  .image {
    width: 30px;
    height: 30px;

  }

  .adf-quantity_p {
    font-size: 14px;
    top: -9px;
    right: 50px;
  }

  .adf-found_cart_title {
    font-size: 15px;
  }

  #adf-select-option_title-p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;

  }

  .adf-loading-on-button {
    width: 420px;
    height: 40px;
    font-size: 15px;
    left: 15px;
    margin: 5px;
  }

  .appPopup .content::-webkit-scrollbar {
    width: 10px;
  }

  .close:before,
  .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 15px;
    width: 4px;
    background-color: #d11b1b;
  }

  .adf-found_cart_detail {
    position: relative;
    left: 20px;
    margin-top: 10px;
  }

  .adf-product_title_p {
    left: 70px;
    top: -12px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 671px) and (max-width:750px) {

  .adf-loading-on-button-div {
    position: absolute;
    top: 20px;
    left: 170px;
    border: 5px solid #040404;
    border-radius: 50%;
    border-top: 5px solid #f1f3f3;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
    z-index: 2;
  }

  .appPopup .overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 3;
    display: none;
  }

  .appPopup .content {
    width: 550px;
    height: 580px;
    position: absolute;
    left: 90px;
    border-radius: 10px;
    background-color: rgb(208, 250, 250);
    z-index: 55;
    overflow-y: auto;
    overflow-x: hidden;
    top: 50px;
  }


  .close {
    width: 10px;
    height: 10px;
    right: 25px;
    /* top: 3px; */
    /* width: 10px; */
    /* height: 10px; */
    /* right: 25px; */
    top: px;

  }


  #adf-maintitle-h1 {
    margin-top: 0px;
    text-align: center;
    color: green;
    font-size: 18px;
  }

  #adf-found-cart-title {
    font-size: 17px;
    text-align: left;
    position: relative;
    left: 20px;
    width: 550px;
    padding-right: 25px;
  }

  #adf-found_cart-p {
    margin-top: 0px;
    font-size: 17px;
  }

  .image {
    width: 50px;
    height: 50px;

  }



  .adf-quantity_p {
    font-size: 16px;
    top: -9px;
    right: 50px;
  }

  .adf-found_cart_title {
    font-size: 17px;
  }

  #adf-select-option_title-p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 17px;

  }

  .adf-loading-on-button {
    width: 520px;
    height: 40px;
    font-size: 15px;
    left: 15px;
    margin: 5px;
  }



  .appPopup .content::-webkit-scrollbar {
    width: 10px;
  }

  .close:before,
  .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 15px;
    width: 4px;
    background-color: #d11b1b;
  }

  .adf-found_cart_detail {
    position: relative;
    left: 20px;
    margin-top: 10px;
  }

  .adf-product_title_p {
    left: 100px;
    top: -12px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 750px) and (max-width: 789px) {
  .adf-loading-on-button-div {
    position: absolute;
    top: 25px;
    left: 350px;
    border: 5px solid #040404;
    border-radius: 50%;
    border-top: 5px solid #f1f3f3;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
    z-index: 2;
  }


  .appPopup .content {
    width: 700px;
    height: 680px;
    position: absolute;
    left: 40px;
    top: 100px;
    border-radius: 10px;
    transform: translate(-50%, -50%) scale(0);
    display: none;
    z-index: 20;
    overflow-y: auto;
    overflow-x: hidden;
  }

  #adf-maintitle-h1 {
    margin-top: 0px;
    font-size: 20px;

  }

  #adf-found-cart-title-p {
    width: 650px;
    font-size: 18px;
    
  }

  .adf-found_cart_title {
    margin-top: 0px;
    font-size: 18px;

  }

  .adf-product_title_p {
    font-size: 18px;
    top: 1px;
    left: 200px;
  }

  .adf-quantity_p {
    right: 100px;
    top: 1px;
    font-size: 18px;
  }

  .image {
    width: 45px;
    height: 45px;

  }

  .adf-found_cart {
    font-size: 18px;
  }

  .adf-loading-on-button {
    width: 650px;
    height: 45px;
    font-size: 18px;
  }

  .appPopup .content::-webkit-scrollbar {
    width: 10px;
  }
}

@media only screen and (min-width: 790px) and (max-width: 830px) {
  .adf-loading-on-button-div {
    position: absolute;
    top: 25px;
    left: 350px;
    border: 5px solid #040404;
    border-radius: 50%;
    border-top: 5px solid #f1f3f3;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
    z-index: 2;
  }


  .appPopup .content {
    width: 700px;
    height: 680px;
    position: absolute;
    left: 55px;
    top: 100px;
    border-radius: 10px;
    transform: translate(-50%, -50%) scale(0);
    display: none;
    z-index: 50;
    overflow-y: auto;
    overflow-x: hidden;
  }

  #adf-maintitle-h1 {
    margin-top: 0px;
    font-size: 20px;

  }

  #adf-found-cart-title-p {
    width: 650px;
    font-size: 18px;
  }

  .adf-found_cart_title {
    margin-top: 0px;
    font-size: 18px;

  }

  .adf-product_title_p {
    font-size: 18px;
    top: 1px;
    left: 140px;
  }

  .adf-quantity_p {
    right: 100px;
    top: 1px;
    font-size: 18px;
  }

  .image {
    width: 45px;
    height: 45px;

  }

  .adf-found_cart {
    font-size: 18px;
  }

  .adf-loading-on-button {
    width: 650px;
    height: 45px;
    font-size: 18px;
  }
}


@media only screen and (min-width: 831px) and (max-width: 900px) {
  .adf-loading-on-button-div {
    position: absolute;
    top: 25px;
    left: 350px;
    border: 5px solid #040404;
    border-radius: 50%;
    border-top: 5px solid #f1f3f3;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
    z-index: 2;
  }


  .appPopup .content {
    width: 700px;
    height: 680px;
    position: absolute;
    left: 80px;
    top: 100px;
    border-radius: 10px;
    transform: translate(-50%, -50%) scale(0);
    display: none;
    z-index: 55;
    overflow-y: auto;
    overflow-x: hidden;
  }

  #adf-maintitle-h1 {
    margin-top: 0px;
    font-size: 20px;

  }

  #adf-found-cart-title-p {
    width: 650px;
    font-size: 18px;
  }

  .adf-found_cart_title {
    margin-top: 0px;
    font-size: 18px;

  }

  .adf-product_title_p {
    font-size: 18px;
    top: 1px;
    left: 200px;
  }

  .adf-quantity_p {
    right: 100px;
    top: 1px;
    font-size: 18px;
  }

  .image {
    width: 45px;
    height: 45px;

  }

  .adf-found_cart {
    font-size: 18px;
  }

  .adf-loading-on-button {
    width: 650px;
    height: 45px;
    font-size: 18px;
  }
}

@media only screen and (min-width: 901px) and (max-width: 980px) {
  .adf-loading-on-button-div {
    position: absolute;
    top: 25px;
    left: 350px;
    border: 5px solid #040404;
    border-radius: 50%;
    border-top: 5px solid #f1f3f3;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
    z-index: 2;
  }


  .appPopup .content {
    width: 700px;
    height: 680px;
    position: absolute;
    left: 130px;
    top: 100px;
    border-radius: 10px;
    transform: translate(-50%, -50%) scale(0);
    display: none;
    z-index: 50;
    overflow-y: auto;
    overflow-x: hidden;
  }

  #adf-maintitle-h1 {
    margin-top: 0px;
    font-size: 20px;

  }

  #adf-found-cart-title-p {
    width: 650px;
    font-size: 18px;
  }

  .adf-found_cart_title {
    margin-top: 0px;
    font-size: 18px;

  }

  .adf-product_title_p {
    font-size: 18px;
    top: 1px;
    left: 200px;
  }

  .adf-quantity_p {
    right: 100px;
    top: 1px;
    font-size: 18px;
  }

  .image {
    width: 45px;
    height: 45px;

  }

  .adf-found_cart {
    font-size: 18px;
  }

  .adf-loading-on-button {
    width: 650px;
    height: 45px;
    font-size: 18px;
  }
}



@media only screen and (min-width: 980px) and (max-width: 1024px) {
  .appPopup .content {
    width: 900px;
    height: 780px;
    position: absolute;
    left: 60px;
    top: 100px;
    border-radius: 10px;
    transform: translate(-50%, -50%) scale(0);
    display: none;
    z-index: 50;
    overflow-y: auto;
    overflow-x: hidden;
  }
}




@media only screen and (min-width: 1025px) and (max-width: 1100px) {
  .appPopup .content {
    width: 900px;
    height: 780px;
    position: absolute;
    left: 60px;
    top: 100px;
    border-radius: 10px;
    transform: translate(-50%, -50%) scale(0);
    display: none;
    z-index: 50;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

@media only screen and (min-width: 1101px) and (max-width: 1200px) {
  .appPopup .content {
    width: 900px;
    height: 780px;
    position: absolute;
    left: 110px;
    top: 100px;
    border-radius: 10px;
    transform: translate(-50%, -50%) scale(0);
    display: none;
    z-index: 50;
    overflow-y: auto;
    overflow-x: hidden;
  }
}


@media only screen and (min-width: 1201px) and (max-width: 1300px) {
  .appPopup .content {
    width: 900px;
    height: 780px;
    position: absolute;
    left: 150px;
    top: 100px;
    border-radius: 10px;
    transform: translate(-50%, -50%) scale(0);
    display: none;
    z-index: 50;
    overflow-y: auto;
    overflow-x: hidden;
  }
}


@media only screen and (min-width: 1301px) and (max-width: 1700px) {
  .appPopup .content {
    width: 900px;
    height: 780px;
    position: absolute;
    left: 20%;
    top: 100px;
    border-radius: 10px;
    transform: translate(-50%, -50%) scale(0);
    display: none;
    z-index: 50;
    overflow-y: auto;
    overflow-x: hidden;
  }
}