

.giftcardssection{
    width:100%;
    max-width: 80%;
}

.giftcard_box{
    border-top-left-radius: 25px; 
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px; 
    border-bottom-right-radius: 25px; 
    padding-bottom: 20px;
    width: 80%; 
    border: solid 1px #ECF3F5;
    box-shadow: 10px 10px 10px 10px #ECF3F5;
   margin-top:60px;
   margin-bottom:60px;
}


.giftcardssection_inner{
    max-width: 100%;
    width:100%;
    margin-left: auto; 
    margin-right: auto;
    display: flex;
    flex-flow: row wrap;
}

.giftcardssection_item{
    margin-top: 20px;
    max-width: 25%;
    width:100%;
}

.tblGiftCard{
    border: 1px solid rgb(214, 214, 214); 
    box-shadow: rgb(236, 243, 245) 5px 5px 5px 5px; 
   width:95%;
   margin-right: 10px;
   cursor: pointer;
   table-layout: fixed;
}

.giftCardName{
    font-size:20px;
    font-family:sans-serif;
    padding-left:3px;
}

.giftCardAddToCart{
    width: 100%; 
    color: white; 
    cursor: pointer; 
    font-size: 15px; 
    height: 45px; 
    border: none; 
    background: rgb(57, 169, 217); 
    margin-top: 5px;
}

.giftCardQtyBtn{
    border-radius: 0px;
    border:#454545 1px solid;
    color:#666;
    background-color: #f9f9f9;
    text-shadow: 1px 1px 1px #fff;
    height:24px;
    width:22px;
    cursor:pointer;

}

.giftCardQtyBtn:hover{
     background-color: #C9C9C9;
     color:#5E5E5E;
     transition: transform 0.5s;
     padding: 0;
     margin: 0;
      
}


.giftCardQty{
    height:20px;
    width:30px;
    border:1px solid gray;
    color:#454545;
    text-align: center;
 
   
   
}

.giftCardImg{
    border:10px #FFD24D solid;
    border-radius: 25px;
    width:90%;
    
}

@media screen and (max-width: 849px) {
    .giftcardssection_inner{
        max-width: 100%;
        width:100%;
        padding-left: 10px;
    }   
    
    .giftcardssection_item{
    margin-top: 10px;
    max-width: 48%;
    width:100%;
    }
    .giftcardssection{
        max-width: 100%;
        width:100%;
    }
    .giftCardImg{
      width: 80%;   
    }
    
    
    
 
}