div#popup_list_gift_cards {

display: grid;

grid-template-columns: 1fr;

grid-row-gap: 13px;

padding-top: 25px;

position: relative;

width: 465px;

}



/* Next & previous buttons */

.prev, .next {

cursor: pointer;

position: absolute;

top: 50%;

width: auto;

padding: 16px;

margin-top: -22px;

color: white;

font-weight: bold;

font-size: 18px;

transition: 0.6s ease;

border-radius: 0 3px 3px 0;

user-select: none;

}



/* Position the "next button" to the right */

.next {

right: 0;

border-radius: 3px 0 0 3px;

}



/* On hover, add a black background color with a little bit see-through */

.prev:hover, .next:hover {

background-color: rgba(0,0,0,0.8);

}

.card_desc {

display: flex;

align-items: center;

justify-content: center;

flex-direction: column;

padding: 10px 0px;

}

.card_desc .wrcc_extra_code {

border: 1px solid;

padding: 5px 10px;

background-color: black;

color: #fff;

}

.Wrcc_extra_giftcard{

width: 465px;

height: 300px;

border-radius: 20px;

box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);

display: flex;

flex-direction: column;

align-items: center;

justify-content: center;

gap: 10px;

background-color: #252E46;



}

.Wrcc_extra_giftcard{

color: #fff;

}

.Wrcc_extra_giftcard{

cursor: pointer;

background-size: cover !important;

}

/* .Wrcc_giftcard_wrapper {display: none} */

.Wrcc_giftcard_wrapper img {vertical-align: middle;}

.apply_giftcard_overlay {

position: absolute;

bottom: 0;

background: rgb(0, 0, 0);

background: rgba(0, 0, 0, 0.5); /* Black see-through */

color: #f1f1f1;

width: 100%;

transition: .5s ease;

opacity:0;

color: white;

font-size: 20px;

padding: 20px;

text-align: center;

}

.Wrcc_giftcard_wrapper:hover .apply_giftcard_overlay{

    opacity: 1;

											}

/* div#popup_list_gift_cards {

max-width: 1000px;

position: relative;

margin: auto;										

} */

/* Next & previous buttons */

.prev, .next {

cursor: pointer;

position: absolute;

top: 50%;

width: auto;

padding: 16px;

margin-top: -22px;

color: white;

font-weight: bold;

font-size: 18px;

transition: 0.6s ease;

border-radius: 0 3px 3px 0;

user-select: none;

}



/* Position the "next button" to the right */

.next {

right: 0;

border-radius: 3px 0 0 3px;

}



/* On hover, add a black background color with a little bit see-through */

.prev:hover, .next:hover {

background-color: rgba(0,0,0,0.8);

}

.card_desc {

display: flex;

align-items: center;

justify-content: center;

flex-direction: column;

padding: 10px 0px;
position: absolute;

}

.card_desc .wrcc_extra_code {

border: 1px solid;

padding: 5px 10px;

background-color: black;

color: #fff;

}

/* .Wrcc_extra_giftcard{

width: 465px;

height: 300px;

border-radius: 20px;

box-shadow: 0px 0px 5.986px 0px rgb(144 157 162 / 28%);

display: flex;

flex-direction: column;

align-items: center;

justify-content: center;

gap: 10px;

background-color: #252E46;



} */

.Wrcc_extra_giftcard{

color: #fff;

}

.Wrcc_extra_giftcard{

cursor: pointer;

background-size: cover !important;

}

/* .Wrcc_giftcard_wrapper {display: none} */

.Wrcc_giftcard_wrapper img {vertical-align: middle;}

.apply_giftcard_overlay {

position: absolute;

bottom: 0;

background: rgb(0, 0, 0);

background: rgba(0, 0, 0, 0.5); /* Black see-through */

color: #f1f1f1;

width: 100%;

transition: .5s ease;

opacity:0;

color: white;

font-size: 20px;

padding: 20px;

text-align: center;

}

.Wrcc_giftcard_wrapper:hover .apply_giftcard_overlay{

opacity: 1;

}

/* Giftcard Redesign 03-06-2025 */


.wrcc_card_value .wrcc_box_design{
    margin-left: 18px;
    padding: 25px;
}
.wrcc_card_value .wrcc_box_design input{
    margin-top: 0px !important;
}
.wrcc_card_value .wrcc_box_design a{
    width: 100%;
}


.wrcc_box_design {
    width: 100%;
    height: 150px;
    max-width: 300px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 10px;

}
.wrcc_box_design .wrcc_apply_btn{
    background-color: #252E46;
    color: #fff;
    width: 100%;
    padding: 5px 0px;
    border-radius: 5px;
    font-size: 16px;
    border: none;
}
.wrcc_box_design span{
    font-size: 18px;
    font-weight: 600;
}
.wrcc_box_design p{
   font-size: 16px;
   font-weight: 400;
}
.wrcc_coupon-container {
      position: relative;
      width: 100%;
      max-width: 300px;
      /*margin-bottom: 20px;*/
      margin-top: 20px;
    }
.wrcc_coupon-container input{
    border-radius: 20px !important;
    /*min-width: 300px;*/
    width: 100%;
    box-shadow: 0 0 15px 0 rgba(167, 181, 187, 0.28) !important;
    padding: 7px 14px !important;
    border: 1px solid #eee !important;
}

.wpgi_giftcard_list {
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.08);
    padding: 25px;
    border-radius: 25px;
}
.wrcc_bottom_wave {
    position: absolute;
    bottom: 0;
    width: 465px;
    border-radius: 0px 0px 20px 20px;
    height: 140px;
    background: #FFF;
    clip-path: path('M 0 40 Q 125 100 250 70 Q 375 40 500 70 L 500 300 L 0 300 Z');
    top: 36%;
}
.wrcc_coupon_code {
    position: absolute;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    top: 52%;
    left: 0%;
    z-index: 99999;
}
.wrcc_coupon_code .wrcc_extra_code{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    background-color: #FF7A28;
    color: #fff;
    padding: 3px 22px;
    border-radius: 35px;
}
.card_desc.wrcc_coupon_code span:last-child{
    font-size: 32px;
    font-weight: 600;
    color: #000;
}
.wrcc_coupon_code_1 {
    position: relative;
}
.wrcc_giftcard_no_{
    appearance: none !important;
}
.wpgi-field-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 15px;
}
.wpgi-field-container .wpgi-input-text {
    border: 1px solid #bbb;
    color: #4e4e4e;
    padding: 10px;
    height: 44px !important;
    border-radius: 5px;
}
#wpgi-message{
    height: 100px;
    border-radius: 5px;
}
.qib-button-wrapper.qib-button-wrapper-12306 {
    padding-top: 20px;
}
.product-type-giftcardzx button.single_add_to_cart_button.button.alt {
    margin-top: 25px;
}