/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 24%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

button#myBtn {
     transition: all 0.5s ease;
    /* color: #fff;
    display: inline-block;
    font-size: 22px;
    line-height: 1.2;
    padding: 11px 30px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center; */
    /* background: url(/wp-content/uploads/2020/05/3556112-01.png) no-repeat center center; */
    background: url(/wp-content/uploads/2020/05/buynow3.png) no-repeat center center; 
    /* background-size: cover; */
    border: 0px solid #e0af13;
    z-index:99999;
    position: fixed; /* Fixed/sticky position */
    bottom: 0px; /* Place the button at the bottom of the page */
    right: 0px; /* Place the button 30px from the right */
    font-weight: 700;
    cursor: pointer;
    width: 103px;
    height: 90px;
    animation-delay: 1s;
    animation: image_rotate 10s linear infinite;
    /* background-color: #000000; */
}

img.amazonbtn {padding-right: 10px; cursor: pointer;display: inline-block; }
img.flipkartbtn {padding-left: 10px; cursor: pointer;display: inline-block;}
