section.purchase-section .row{
 justify-content:space-between; 
  max-width: 80%;
    margin: auto;
}
section.purchase-section img{
 width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 25px; 
}
section.purchase-section .purchase-content {
    display: flex;
    align-items: center;
    width: 45%;
}
section.purchase-section .purchase-img {
    width: 45%;
}
section.purchase-section a.main-btn {
    display: inline-block;
    margin-top: 20px;
}
section.gift-card-details form {
    max-width: 600px;
    margin: auto;
}
section.gift-card-details .kind-of-gift {
    background: var(--lt-bg-color);
    padding: 40px 60px;
    text-align: center;
}
section.gift-card-details .kind-of-gift h1{
 line-height: 1.3;
 font-weight: 700;
 color: var(--heading-color);
 margin-bottom: 50px;
 font-family: var(--heading-font);
 font-size: 40px;
}
section.gift-card-details .kind-of-gift p{
 text-align: center; 
}
section.gift-card-details .kind-of-gift h2{
 margin-bottom:20px; 
}
section.gift-card-details .kind-of-gift .main-btn{
 margin-top:20px; 
  width:200px;
}
.gift-card-design {
    background: var(--lt-bg-color);
    padding: 40px 60px;
    text-align: center;
}
.upload-gift-card input{
 opacity:0; 
  position: absolute;
}
.upload-gift-card {
   display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    position: relative;
  margin-bottom: 25px;
}
.upload-gift-card p{
 font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 0;
    font-family: var(--heading-font); 
}
.gift-card-design h2{
 margin-bottom:30px; 
}
.gift-card-design .btn__icon svg{
 font-size:30px; 
}
.gift-card-design input[type="file"] {
    width: 300px;
}
.gift-card-design input[type="submit"] {
    width: 60px;
    right: 75px;
    z-index: 2;
}
div#big {
    margin-bottom: 10px;
}
.gift-card-design .owl-carousel .owl-nav .owl-next, .gift-card-design .owl-carousel .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    background: var(--btn-color);
    color: var(--white-color);
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.gift-card-design .owl-carousel .owl-nav .owl-next{
  right: -45px;
}
.gift-card-design .owl-carousel .owl-nav .owl-prev {
  left: -45px;
}
.gift-card-btn {
    margin-top: 30px;
}
.gift-card-btn .main-btn{
  width:200px;
}
.how-much-sec {
    background: var(--lt-bg-color);
    padding: 40px 60px;
    text-align: center;
}
.how-much-sec h2{
 margin-bottom:30px; 
}
.how-much-sec button.decrement {
    width: 44px;
    height: 44px;
    border: 0px solid;
}
.how-much-sec button.increment {
    width: 44px;
    height: 44px;
    border: 0px solid;
}
.how-much-sec .how-much-price p{
  font-size: 30px;
  margin-bottom:0;
  display:inline-flex;
  align-items: center;
    gap: 10px;
  border-bottom: 2px solid var(--heading-color);
}
.how-much-sec .how-much-price input{
 background: transparent;
    width: auto;
    border: 0px solid;
    max-width: 60px;
    font-weight: 500;
    font-size: 35px;
    text-align: center; 
}
.how-much-price {
    display: flex;
    align-items: center;
    justify-content: center;
  margin-bottom: 30px;
}
.radio-info {
    padding: 13px 0;
    border: 1px solid var(--heading-color);
    width: 180px;
    font-weight: bold;
}
.radio-info input{
 width:0; 
}
.how-much-radio {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  margin-bottom: 20px;
}
.how-much-qty-info h5{
 margin-bottom:5px; 
}
.how-much-qty-info p{
  font-size: 30px;
  margin-bottom:0;
}
.how-much-qty-info input{
 width: 75px;
    padding: 9px;
    border: 1px solid #949494;
    background: #fcfcfc;
    text-align: center;
    border-radius: 4px;
    font-size: 22px; 
}
.qty-price {
    display: flex;
    align-items: center;
    justify-content: center;
}
.how-much-btn {
    margin-top: 30px;
}
.how-much-btn .main-btn{
  width:200px;
}
.personalized-message {
    background: var(--lt-bg-color);
    padding: 40px 60px;
    text-align: center;
}
.personalized-message h2 {
    margin-bottom: 30px;
}
.personalized-message label{
 display: block;
    width: 100%;
    text-align: left;
    font-size: 13px;
    margin-bottom: 6px; 
}
.personalized-message textarea{
  width: 100%;
    height: 120px;
    padding: 12px;
    border: 1px solid #949494;
    background: #fcfcfc;
    border-radius: 4px;
}
.personalized-btn {
    margin-top: 30px;
}
.personalized-btn .main-btn {
    width: 200px;
}
.deliverd-by-email {
    background: var(--lt-bg-color);
    padding: 40px 60px;
    text-align: center;
}
.deliverd-by-email h2{
  margin-bottom: 30px;
}
.deliverd-by-email label{
  display: block;
    width: 100%;
    text-align: left;
    font-size: 13px;
    margin-bottom: 6px; 
}
.deliverd-by-email input{
  width: 100%;
    height: 48px;
    padding: 12px;
    border: 1px solid #949494;
    background: #fcfcfc;
    border-radius: 4px;
}
.deliverd-by-email p{
  font-size: 13px;
    line-height: 1.3;
    margin-bottom: 0;
  margin-top: 5px;
}
.mail-details {
    margin-bottom: 15px;
}
.delivered-btn {
    margin-top: 30px;
}
.delivered-btn .main-btn {
    width: 200px;
}