.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.__vos-club { margin-top: 30px; }
.__vos-club h1 {
    margin: 0 !important;
    padding: 0 !important;
}
.__vos-two-sec { max-width: 1000px; margin-left: auto; margin-right: auto; clear: both; }
.__vos-club h1,
.__vos-two-sec h1 {
    text-align: center;
    line-height: normal;
}
.__vos-two-sec ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.__vos-two-sec ul li {
	list-style-type: none;
}
.__vos-two-sec .__vos-p ul li { list-style-type: initial; }
.__vos-two-sec ul li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--primary-color) !important;
    border-radius: 50%;
    left: 0;
    top: 10px;
}
.__vos-two-sec .__vos-h2,
.__vos-two-sec h2 {
    color: var(--primary-color);
    text-align: center;
    line-height: 1.9;
    margin-bottom: 30px;
}
.__vos-cards p {
    color: var(--primary-color);
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}
.__vos-cards .__vos-description p { text-align: left; }
.__vos-club .__vos-btn,
.__vos-cards-btn a {
    color: var(--primary-color);
    border: 1px solid #484850;
    display: inline-block;
    font-size: 13px;
    padding: 5px 0px !important;
    width: 31%;
    text-align: center;
    height: auto !important;
}
.__vos-join {
    display: flex;
    justify-content: center;
}
.__vos-club .__vos-btn { width: auto; }
.__vos-cards-btn {
    display: flex;
    justify-content: center;
}
@media (max-width: 460px) {
    .__vos-cards-btn { display: block; }
    .__vos-cards-btn a { width: 48%; }
}

@media (max-width: 768px) {
    .__vos-cards-btn { 
        display: flex !important;
        justify-content: center;
    }

}
.__vos-trd-sec .__vos-h3,
.__vos-trd-sec h3 {
    text-align: center;
    margin-bottom: 15px;
}

.__vos-container > .__vos-club-category  { margin-bottom: 35px; }
.__vos-container > .__vos-club-category:after  { content: ""; display: block; clear: both; }
.__vos-club-category .__vos-h3 { text-align: left; }
.__vos-club-category .__vos-subclubs .__vos-h3 { text-align: center; }


@media (max-width: 570px) {
    .__vos-club-image {
        float: none;
        padding-right: 0px;
        width: 100%;
    }
}
.__vos-club-details {
    overflow: hidden;
}

.__vos-subclubs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.__vos-subclubs .__vos-club-category {
    box-sizing: border-box;
    padding: 0 10px;
    width: 50%;
    margin-bottom: 25px;
    float: left;
    position: relative;
}
.__vos-subclubs.__vos-cols-3 .__vos-club-category { width: 33.33%; }
.__vos-clubs { clear: both; }
#vinesos-output .__vos-clubs .__vos-btn,
.__vos-clubs .__vos-btn { padding-left: 5px !important; padding-right: 5px !important; }
.__vos-club-image img { max-width: 300px; height: auto !important; margin-top: -42px !important;}
.__vos-club-details .__vos-clubs { text-align: left; }
.__vos-club-category .__vos-club-category .__vos-clubs { text-align: center; }
/*
Copy some bootstrap styles
.row
 */
.__vos-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.__vos-col-12{
    width: 100%;
}
.__vos-col-11{
    width: 91.66666667%;
}
.__vos-col-10{
    width: 83.33333333%;
}
.__vos-col-9{
    width: 75%;
}
.__vos-col-8{
    width: 66.66666667%;
}
.__vos-col-7{
    width: 58.33333333%;
}
.__vos-col-6{
    width: 50%;
}
.__vos-col-5{
    width: 41.66666667%;
}
.__vos-col-4{
    width: 33.33333333%;
}
.__vos-col-3{
    width: 25%;
}
.__vos-col-2{
    width: 16.66666667%;
}
.__vos-col-1{
    width: 8.33333333%;
}
#cart_status{
    margin-bottom: 10px;
}
.__vos-trd-sec .col-lg-12 .__vos-cards .__vos-h3 { text-align: left; }
.col-lg-12 .__vos-cards .card-img { float: right; max-width: 30%; padding: 1.25rem; }
.col-lg-12 .__vos-cards .card-body { padding-left: 0; padding-right: 0;}
.col-lg-12 .__vos-cards .__vos-cards-btn { display: block; margin: 0; }
.col-lg-12 .__vos-cards-btn a { width: auto; }




.__vos-club-item-options{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
}

.__vos-club-item-options .__vos-event-join-btn{
    /*
    center the button
     */
    margin: 0 auto;
    display: block;
    text-align: center;
}

.__vos-cardThin{
    border: 1px solid #e7e7e7;
    border-radius: 0.3rem;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    display: block;
    height: auto;
    padding: 2rem;
}
.__vos-cardHeader{
    border-bottom: 1px solid #e7e7e7;
    display: block;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    text-align: center;

}

.__vos-club-image img{
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
}

.__vos-giftclub .__vos-club-image img{
    width: unset !important;
    height: auto !important;
}
.__vos-category-image,.__vos-category-description,.__vos-category-benefits{
    padding: 0 10px;
}

.__vos-category-description,.__vos-category-description *{
    text-align: center;
}

.__vos-category-image img{
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
}

.__vos-category-image{
    text-align: center;
}
.__vos-giftclub .__vos-category-image img{
    width: unset !important;
    height: auto !important;
}

.__vos-club-item {
    display: flex;
    flex-wrap: wrap;
    min-height: 300px;
}

.__vos-category-description{
    margin-bottom: 20px;
}

.__vos-club-side-container{
    flex: 1;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
}

.__vos-club-item:has(.__vos-club-item-image) .__vos-club-side-container {
    flex: 1;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;


}

.__vos-event-title{
    margin-bottom: 0px !important;
    font-family: var(--vos-header-font) !important;
}


.__vos-head-main{
    display: inline;
    text-align: center;
    margin: 0 auto;
}
.__vos-head-main:has(h1) h1{
    padding-top: 50px;
}

.__vos-head-main p{
    text-align: center;
    display: inline-block;
    
}

.__vos-event-desc{
    margin-bottom: 0px !important;
}

.__vos-event-desc p{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.__vos-event-join-btn{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.__vos-event-add-info{
    border-top: 1px solid #e7e7e7;
}

.__vos-club-item-image {
    flex: 1;
    /* This will make the image take half the width when present */
    max-width: 50%;
}
.__vos-club-item-image img{
    width: 100%;
}

.__vos-container{
    margin-top: 50px;
}

.__vos-container:first-child{
    margin-top: 0px;

}

.__vos-container .__vos-club-item:nth-child(odd) .__vos-club-item-image {
    order: 2; /* Change the order */
    margin-left: 10px; /* Adjust spacing between image and content */
}

/* Image on the right for even numbered items */
.__vos-container .__vos-club-item:nth-child(even) .__vos-club-item-image {
    order: -1; /* Change the order */
    margin-right: 10px; /* Adjust spacing between image and content */
}



/* For smaller screens, modify the layout to display in a single column */
@media screen and (max-width: 768px) {
    .__vos-club-item {
        flex-direction: column;
    }

    /* Reset order and margins for images in mobile view */
    .__vos-club-item-image {
        order: 0; /* Reset order */
        margin: 0; /* Reset margin */
        max-width: 100%; /* Set image width to 100% */
    }

    .__vos-club-item-image,
    .__vos-club-side-container {
        max-width: 100%;
    }

    .col-lg-12 .__vos-cards .card-img {
        max-width: 100%;
    }
    .col-lg-12 .__vos-cards .__vos-btn{
        width: 100%;
    }

    .__vos-trd-sec {
        padding-bottom: 0px !important;
    }

    .__vos-club-category .__vos-club-details,
    .__vos-club-category .__vos-benefits,
    .__vos-club-category .__vos-club-image{
        /* flex with 2 items */
        width: 100% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .__vos-club-item:has(.__vos-club-item-image) .__vos-club-side-container .__vos-club-side-container-inner{
        max-width: 100% !important;
    }

    .__vos-club-item-image, .__vos-club-side-container{
        max-width: 100% !important;
    }

    .__vos-club-item{
        min-height: unset !important;
    }

    .__vos-container .__vos-club-item .__vos-club-item-image {
        order: -1 !important; /* Change the order */
        margin-top: 20px;
    }

    .__vos-col-6,.__vos-col-4, .__vos-col-3, .__vos-col-2, .__vos-col-1{
        width: 100% !important;
    }


}
