/* shop page css */

.hpg_shop_btm_cont {

    display: flex;

    justify-content: flex-end;

    align-items: center;

    margin-top: 20px;

}

.hgp_shop_btn {
    background-color: #c91e1e !important;
    border-radius: 0px;
    color: white !important;
    border: none;
    padding: 4px 6px !important;
    cursor: none !important;
    font-size: 12px;
}

.hpg_shop_price {

    font-size: 24px !important;

    color: #c91e1e !important;

    margin: 0;

    font-weight: 600;

    text-align: center;

}

.hoyofy-group-buy-label {

	position: absolute;

	top: 10px;

	left: 0;

	background-color: #c91e1e !important;

	color: white;

	padding: 6px 16px 6px 10px;

	border-top-right-radius: 50px;

	border-bottom-right-radius: 50px;

	border-top-left-radius: 0;

	border-bottom-left-radius: 0;

	font-size: 12px;

	font-weight: bold;

	z-index: 10;

	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);

}



/* shop page css */



button.button.alt.hoyofy-join-group-button {

    background-color: #c91e1e !important;

    border-radius: 5px;

    color: white !important;

    border: none;

    padding: 12px 20px !important;

    margin-left: 15px;

}









/* thank you page css */

.hoyofy-thankyou-message {

    max-width: 600px;

    margin: 30px auto;

    padding: 25px;

    background-color: #f9f9fb;

    border: 1px solid #ddd;

    border-radius: 12px;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);

    font-family: 'Segoe UI', sans-serif;

    text-align: center;

}



.hoyofy-thankyou-message h2 {

    color: #2c3e50;

    margin-bottom: 10px;

    font-size: 24px;

}



.hoyofy-thankyou-message p {

    font-size: 16px;

    color: #555;

    margin: 10px 0;

}



.hoyofy-share-box {

    display: flex;

    margin: 20px 0;

    gap: 10px;

    flex-direction: column;

    align-items: center;

}



.hoyofy-share-box input {

    width: 100%;

    max-width: 100%;

    padding: 10px 15px;

    font-size: 16px;

    border: 1px solid #ccc;

    border-radius: 8px;

    background-color: #fff;

    text-align: center;

    color: #333;

}



.hoyofy-copy-btn {

    padding: 10px 20px;

    background-color: #c91e1e !important;

    border: none;

    color: #fff;

    font-size: 15px;

    border-radius: 8px;

    cursor: pointer;

    transition: background-color 0.3s ease;
    color: white !important;

}



.hoyofy-copy-btn:hover {

    background-color: #16a085;

}



.hoyofy-product-msg {

    font-size: 15px;

    color: #444;

    margin-top: 20px;

}



/* shorcode page css */




/* single product page css */

.hpg_product_btn_cont {

    display: flex;

    gap: 10px;

    margin: 10px 0;

    align-items: center;

    flex-wrap: wrap;

}

.hgp_product_btns {
    background-color: #c91e1e !important;
    border-radius: 0px;
    color: white !important;
    border: none;
    padding: 4px 6px !important;
    cursor: none !important;
    font-size: 12px;
    margin: 0px;
}

.hpg_group_price {

    font-size: 22px;

    color: #c91e1e;

    margin: 0;

    font-weight: 700;

}

.hpg_shop_counter {

    font-size: 16px;

    color: #c91e1e;

    font-weight: 500;

    margin: 0;

}

.hgb_member {

    margin-top: 10px;

    margin-bottom: 10px;

}

.hpg_user-profiles {

    display: flex;

    align-items: center;

    margin: 15px 0px;

}

.hpg_shop_avatars {

    display: flex;

    align-items: center;

    justify-content: flex-start;

    gap: 10px;

    flex-wrap: wrap;

}

.profile-img {

    width: 40px !important;

    height: 40px !important;

    border-radius: 50% !important;

    border: 2px solid #fff;

    object-fit: cover;

    margin-left: -10px;

    background-color: #ccc;

}

.profile-img:first-child {

    margin-left: 0;

}

.hpg_shop_avatars img { display: none; }

.hpg_shop_avatars img:nth-child(-n+12) { display: block; }

@media (min-width: 768px) {

    .hpg_shop_avatars img:nth-child(-n+20) { display: block; }

}

@media (min-width: 1024px) {

    .hpg_shop_avatars img:nth-child(-n+100) { display: block; }
}

#hgb_group_buy_modal.hgb_modal {

    position: fixed;

    z-index: 9999;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, 0.7);

    display: flex;

    justify-content: center;

    align-items: center;

}

.hgb_modal_content {

    background-color: white;

    border-radius: 10px;

    max-width: 90%;

    width: 700px;

    max-height: 80vh;

    overflow-y: auto;

    position: relative;

}

.hgb_close_modal {

    position: absolute;

    top: 20px;

    right: 20px;

    font-size: 30px;

    font-weight: bold;

    color: white;

    cursor: pointer;

    z-index: 1000;

    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);

    transition: all 0.3s ease;

}

.hgb_close_modal:hover {

    color: #ccc;

    transform: scale(1.1);

}

@media (min-width: 280px) and (max-width: 1024px) {
    .hgb_modal_content h2 {
        font-size: 18px !important;
    }
    .hgb_modal_content h5 {
        font-size: 16px !important;
    }
    #hgb_share_group_link {
        font-size: 16px !important;
        padding: 4px 10px !important !important;
    }
}



