.ds-buy-it {
    position: fixed !important;
    top: 30px !important;
    right: 42px !important;
    z-index: 20000000 !important;
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
    padding: 5px 16px !important;

    a {
        color: white !important;
        text-decoration: none;
        font-size: 17px;
        font-weight: 100;
        font-family: roboto !important;
    }
}
.ds-buy-it:hover {
  color: #fff;
  background-color: #449d44 !important;
  border-color: #398439 !important;
}

@media (max-width: 1024px) {
    .ds-buy-it {
        top: auto !important;
        right: auto !important;
        bottom: 22px !important;
        left: 22px !important;
    }
}

.wish-form{

    

    .wish-form-form{

      input, textarea{
        border:none;
        border-bottom:1px solid rgb(0, 0, 0);
        border-radius: 0px;
        background-color: transparent;
      }

      button{
        background-color:#000;
        border: none;
        border-radius: 0px;
        border:#000 1px solid;
      }

      button:hover{
        background-color:#fff;
        color: #000;
      }

      h5{
        font-weight: 100;
      }
    }
}


.gift-floating-img{
  position: absolute;
  z-index: 8;
  left: -101px;
  animation: floatAnimation 3s infinite ease-in-out;
}

@keyframes floatAnimation {
  0% { bottom: -55px; }
  50% { bottom: -65px; }
  100% { bottom: -55px; }
}
.lista-gamou-wrapper{

  padding: 70px 10px;

  .list-gamou-inner{

      
      position: relative;

      .gift-text{
          background-color: #fff;
          z-index: 9;
      }

      

      @media(max-width:767px){
          .gift-floating-img{
              bottom: -84px;
              left: -79px;
          }
      }

      .gift-text, .gift-img{
          padding-right: 0px !important;
          padding-left: 0px !important;
      }
      .gift-text{
          border-bottom:7px solid #baa37b ; 
      }

      .gift-img img{
          width:100%; 
      }
      .gift-thankyou, h3{
          color:#749b5d;
      }
      h3{
          font-size: 42px;
          font-weight: 200;
      }
      h5{
          font-size:14px;
          color: #baa37b ; 
      }
  }
} 