.wspack_list {
    display:flex;
    gap:20px;
    flex-wrap: wrap;
    width:100%;
}
.wspack_list.pack_disabled{
    display:none !important;
}
.wspack_list>.wspack{
    width:calc(33.33% - 40px/3);
}
.gw_expired .section-packages {display:none;}

.wspack_add_entries_info{
  display: none;
} 

/* .wspack .wspack_in{
    padding-bottom:50px;
} */
.wspack{
    position: relative;
    padding-bottom: 70px;
    border:1px solid;
    padding:10px;
}
.wspack_btn{
    position: absolute;
    bottom:10px;
    left:10px;
    padding:7px 10px;
    background: #000;
    color:#fff;
    width: 120px;
    text-align: center;
    cursor: pointer;
    transition: all ease 0.3s;
}
.btn_loading{
    padding-right:30px;
    opacity: 0.5;
}
.btn_loading:before{
    content: '';
    position: absolute;
    top:50%;
    right:10px;
    width:12px;
    height:12px;
    border:1px solid #fff;
    border-radius: 50%;
    margin-top:-6px;
    border-bottom:1px solid #000;
    animation: rotate360 1.5s linear infinite;
}
@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn_loading_success{
    padding-right:30px;
}
.btn_loading_success:before{
    content: '✓';
    position: absolute;
    top:50%;
    right:10px;
    width:16px;
    height:16px;
    margin-top:-8px;
    line-height: 1;
    font-size: 16px;
}
.btn_loading_success:after{
    content: '';
    position: absolute;
    width:22px;
    height:22px;
    border:2px solid green;
    border-bottom-color: transparent;
    border-radius: 50%;
    top: 50%;
    right: 6px;
    margin-top: -12px;
    line-height: 1;
    font-size: 16px;
    animation: rotate360 1.5s linear infinite;
}





.gw_package_list {width:1052px; margin:0 auto;}
.subs_pack_s2 {padding:40px 24px; border-radius:40px; border:0px; background:#fff; position:relative; margin-top:37px;}
.subs_pack_s2 .wspack_in {text-align:center; position:relative; z-index:4;}
.subs_pack_s2 .wspack_title {font-family:Aro; font-weight:800; font-size:18px; line-height:0.9; text-align:center; text-transform:uppercase; color:var(--e-global-color-922f531); margin:0px; margin-bottom:10px;}
.subs_pack_s2 .wspack_price {font-family:Aro; font-weight:800; font-style:Normal; font-size:32px; line-height:0.9; letter-spacing:0%; text-align:center; color:var(--e-global-color-922f531); margin-top:0px; margin-bottom:10px;}
.subs_pack_s2 .wspack_entries_info {margin-bottom:10px; margin-top:20px;}
.subs_pack_s2 .wspack_entries_info_text {margin-bottom:40px;}
.subs_pack_s2 .wspack_btn {position:relative; margin-bottom:20px; width:280px; margin-left:auto; margin-right:auto; background:#D1CEC6; color:var(--e-global-color-922f531); left:auto; bottom:auto;}
.subs_pack_s2[product_id="243"] .wspack_btn {background:var(--e-global-color-49d6365) ;}
.subs_pack_s2[product_id="243"]:before {content:''; pointer-events:none; width:100%; height:100%; border-radius:40px; position:absolute; top:0px; left:0px; border:4px solid var(--e-global-color-49d6365);}
.subs_pack_s2[product_id="243"]:after {content:'MOST POPULAR'; position:absolute; top:-37px; left:50%; transform:translateX(-50%); background:var(--e-global-color-49d6365); width:calc(100% - 80px); text-align:center; height:37px; border-radius:32px 32px 0px 0px; display:flex; justify-content:center; align-items:center; font-family:Geist Mono; font-weight:700; font-size:16px; line-height:100%; letter-spacing:0%; text-align:center; text-transform:uppercase; padding-top:4px;}
.subs_pack_s2 .wspack_btn.btn_loading {pointer-events:none;}
.subs_pack_s2 .wspack_btn.btn_loading svg {opacity:0;}
.subs_pack_s2 .wspack_btn.btn_loading:before {width:15px; height:15px; left:calc(50% + 65px); border-width:2px; margin-top:-8px; border-color:var(--e-global-color-922f531); border-bottom-color:#D1CEC6;}
.subs_pack_s2 .wspack_btn:hover {background:var(--e-global-color-primary); color:var(--e-global-color-9e91b6a);}
.subs_pack_s2 .wspack_btn path {transition:all ease 0.3s;}
.subs_pack_s2 .wspack_btn:hover path {fill:var(--e-global-color-9e91b6a) ;}
.subs_pack_s2 .wspack_error_message {margin-top:-10px !important; margin-bottom:20px; line-height:1.3; font-family:Geist; font-weight:400; font-size:14px;}
.wspack_benefit_s2 {width:280px; margin:0 auto; padding:0px;}
.wspack_benefit_s2 ul {list-style:none; padding:0px;}
.wspack_benefit_s2 ul li {list-style:none; text-align:left; padding-left:22px; font-family:Geist; font-weight:400; font-size:13px; line-height:1.3; margin-bottom:8px; position:relative;}
.wspack_benefit_s2 ul li:before {content:''; position:absolute; width:14px; height:14px; background:#666666; left:0px; top:0px; border-radius:50%; background-image:url('/wp-content/themes/hello-elementor-child/images/tick_white2.svg'); background-size:7px; background-repeat:no-repeat; background-position:center center;}
.wspack_benefit_s2 ul li:last-child {margin-bottom:0px;}
.subs_pack_s2[product_id="243"] .wspack_benefit_s2 ul li:before{background-color:var(--e-global-color-49d6365);}




.ws-giveaway-detail-sp.black {border-bottom-color:var(--e-global-color-922f531); ;}
.ws-giveaway-detail-sp {margin-top:40px; margin-bottom:40px; border-bottom:1px solid #fff;}
.di_pack_title {color:#fff !important; margin-bottom:12px !important;}
.di_pack_text {color:#fff !important; margin-bottom:20px !important;}
.gw_package_list_co.s2 {padding:20px; border-radius:20px; background:var(--e-global-color-secondary); position: relative;overflow: hidden;}
.gw_package_list_co.s2 .wspack_list {display:flex; flex-direction:column; gap:10px;}
.wspack.style2 {width:100%; border:1px solid var(--e-global-color-922f531); border-radius:20px; cursor:pointer;}
.wspack.style2:last-child {border-style:dashed;}
.wspack.style2.wspack_selected {background:#fff;}
.wspack.style2>div {display:flex; flex-direction:row; padding:10px 16px; align-items:center;}
.wspack.style2 .wspack_checkbox {width:20px; position:relative; height:20px; margin-right:10px;}
.wspack.style2 .wspack_checkbox:before {content:''; position:absolute; left:0px; top:50%; transform:translateY(-50%); width:20px; height:20px; border:2px solid var(--e-global-color-922f531); border-radius:4px;}
.wspack.style2.wspack_selected .wspack_checkbox:after {content:''; position:absolute; left:4px; top:50%; transform:translateY(-50%); width:12px; height:12px; background:var(--e-global-color-922f531); border-radius:2px;}
.wspack.style2 .wspack_info1 {width:calc(100% - 255px);}
.wspack.style2 .wspack_add_to_cart {height:0px; width:0px; overflow:hidden;}
.wspack.style2 .wspack_add_to_cart .wspack_btn {position:relative;}
.wspack.style2 .wspack_title {font-family:Aro; font-weight:500; font-size:17px; letter-spacing:0%; vertical-align:middle; text-transform:uppercase; color:var(--e-global-color-922f531); margin:0px;}
.wspack.style2 .wspack_info1_metas {display:flex; width:100%;}
.wspack.style2 .wspack_info1_metas .wspack_entries_info {font-family:Inter; font-weight:600; font-size:9px; line-height:100%; letter-spacing:0px; vertical-align:middle; white-space:nowrap;}
.wspack.style2 .wspack_info1_metas .wspack_entries_info:first-child {padding-right:5px; margin-right:5px; border-right:1px solid var(--e-global-color-922f531);}
.wspack.style2 .wspack_info2 {width:80px; padding-right:20px; border-right:1px solid var(--e-global-color-922f531); margin-right:20px; text-align:right;}
.wspack.style2 .wspack_price {margin:0px;color:var(--e-global-color-922f531);}
.wspack.style2 .woocommerce-Price-amount * {font-family:Aro; font-weight:700; font-size:24px; line-height:1; vertical-align:middle;}
.wspack.style2 .woocommerce-Price-amount .woocommerce-Price-currencySymbol{transform: translatey(-1px);display: inline-block;}
.wspack.style2 .wspack_info3 {width:130px}
.wspack.style2 .wspack_info3_in {display:flex; align-items:center;}
.wspack.style2 .wspack_info3_info_entries {position:relative; line-height:0;}
.wspack.style2 .wspack_info3_info_entries_amount {position:absolute; font-family:Aro; font-weight:700; font-size:20px; line-height:0.8; text-align:center; vertical-align:middle; color:#fff; left:50%; top:52%; transform:translate(-50%, -50%);}
.wspack.style2 .wspack_info3_text {font-family:Aro; font-weight:700; font-size:10px; line-height:0.9; letter-spacing:0%; vertical-align:middle; text-transform:uppercase; padding-left:10px;color:var(--e-global-color-922f531);}
.wspack.style2:nth-child(2) .wspack_info3_in svg path {fill:var(--e-global-color-46cc6af);}
.wspack.style2:nth-child(3) .wspack_info3_in svg path {fill:var(--e-global-color-49d6365);}
.wspack.style2:nth-child(4) .wspack_info3_in svg path {fill:#6982DE;}
.wspack.style2:nth-child(5) .wspack_info3_in svg path {fill:#C29948;}
.wspack_list_co:not(.wspack_has_selected) .wspack_list_co_footer {display:none;}
.wspack_list_co:not(.wspack_has_selected) .ws-giveaway-detail-sp {display:none;}
.wspack_list_co_footer_in {display:flex; justify-content:space-between;}
.gw_package_list_co.s2 .ws_btn.wspack_list_co_checkout {background:var(--e-global-color-922f531) !important; border-radius:10px; padding:16px; font-family:Geist; font-weight:900; font-size:14px; line-height:0.9; cursor:pointer;}
.wspack_list_co .ws-giveaway-detail-sp {margin-top:20px; margin-bottom:20px;}
.wspack_list_co_checked_pack {display:flex; flex-direction:column; justify-content:center;}
.wspack_list_co_checked_pack_product_n, .wspack_list_co_checked_pack_product_n span {font-family:Inter; font-weight:600; font-size:14px; line-height:1; margin-bottom:10px;}
.wspack_list_co_checked_pack_product_n:last-child {margin-bottom:0px;}
.wspack_list_co_checked_pack_product_n_title {padding-right:5px; border-right:2px solid var(--e-global-color-922f531); ; margin-right:5px;}
.wspack_list_co_checked_pack_product_n.btn_loading {position:relative; opacity:1;}
.wspack_list_co_checked_pack_product_n.btn_loading:before {border-color:var(--e-global-color-922f531); border-bottom-color:var(--e-global-color-secondary);}
.wspack_list_co_checked_pack_product_n.wspack_join_failed:after, .wspack_list_co_checked_pack_product_n.wspack_joined:after {content:'✕'; display:inline-block; color:var(--e-global-color-02dc3ee); padding-left:5px; font-weight:900;}
.wspack_list_co_checked_pack_product_n.wspack_joined:after {content:'✓'; color:green; font-weight:500; transform:scale(1.2);}
.gw_package_list_co.s2 .wspack_list_co_btn_wrp {display:flex; flex-direction:column; align-items:flex-end; width:calc(100% - 250px); text-align:right;}
.gw_package_list_co.s2 .wspack_process_completed_message {line-height:1.3; font-size:14px; font-family:'Geist';}


