.thwepo_custom_product_options {
    display: none !important;
}
.existing-image-list {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 10px;
}
.existing-image-list div {
    height: auto;
    padding: 5px;
    display: flex;
    max-width: 150px;
    align-items: center;
    justify-content: center;
}
.existing-image-list div img {
    width: 100%;
    padding: 5px;
}
.sub-grouped-section {
    display: flex;
    gap: 10px;
}
.cancel-button {
    color: #000;
    background-color: #CCC;
}
.grouped-section label {
    display: inline-block;
    width: 100%;
    text-align: left;
}
.arb-options-addition {
    font-size: 16px;
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: #FFF;
    color: #000;
    border-right: none !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    padding-left: 25px;
    background-color: #003c19;
    color: #FFF;
}
.select2-search.select2-search--inline {
    background-color: rgba(0,0,0,0) !important;
}
.half-section {
    width: 49% !important;
    display: inline-block;
    vertical-align: top;
}
.placement-img {
    width: auto;
    max-width: 24% !important;
    height: 190px !important;
    display: inline-block;
    padding-left: 5px;
}
.custom-logo-modal-wrapper {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10vh 10vw;
    z-index: 999999;
}
.custom-logo-modal {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: #FFF;
    border: 2px solid #003c19;
    border-radius: 4px;
    padding: 10px;
    overflow-y: scroll;
}
.grouped-section {
    width: 100%;
    display: inline-block;
    padding: 10px 0px 0px 5px;
}
.hidden-bundle-custom-embellishment-options, .hidden {
    display: none !important;
}
.bundle-custom-logo {
    display: inline-block;
    width: 100%;
}
.expand-custom-logo {
    display: inline-block;
    width: 100%;
}
.expand-custom-logo .custom-embellishment-section-title {
    background-color: #003c19;
    border: 1px solid #000;
    color: #FFF;
    padding: 10px 5px;
    width: 350px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.expand-custom-logo.collapsed .custom-embellishment-section-title {
    background-color: #003c19;
    border: 1px solid #000;
    color: #FFF;
    padding: 10px 5px;
    width: 350px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.expand-custom-logo .bundle-custom-embellishment-options {
    display: inline-block;
    padding: 10px 0px;
}
.expand-custom-logo.collapsed .bundle-custom-embellishment-options {
    display: none !important;
}
.ast-on-card-button, .ast-onsale-card {
    display: none !important;
}
.ast-on-card-button.ast-onsale-card {
    display: none !important;
}
.thwepo_custom_logo, .thwepo_product_bundle_settings {
    display: none !important;
}
.custom_bundle_options_wrapper, .custom-logo-upload-wrapper {
    display: none !important;
}
.bundled_item_cart_details .woocommerce-variation-price {
    display: none !important;
}
.logo-hidden {
    display: none !important;
}
.woocommerce-Price-amount {
    font-weight: bold;
    font-size: 20px;
}
.elementor-widget-woocommerce-product-title {
    margin-bottom: 5px !important;
}
.elementor-widget-woocommerce-product-price .price {
    margin-bottom: 5px;
}
.woocommerce-product-details__short-description p {
    margin-bottom: 5px;
}
.ast-stock-detail {
    display: none !important;
}
.reset_variations {
    display: none !important;
}
.extra-options.thwepo_default {
    display: none !important;
    margin: 0px !important;
}
.variations {
    margin: 0px 0px 10px 0px !important;
}
.cfvsw-swatches-option {
    font-weight: normal;
    color: #000;
    font-size: 15px;
}
.quantity input {
    font-weight: bold;
}
.elementor-widget-woocommerce-product-add-to-cart {
    margin-bottom: 10px;
}
.product-end-block {
    background-color: #003c19;
    width: 100%;
    display: inline-block;
}
.description_tab, .additional_information_tab, .reviews_tab {
    display: inline-block;
    list-style-type: none;
    width: 33%;
    padding: 10px;
    color: #FFF;
    background-color: #003c19;
}
.description_tab a, .additional_information_tab a, .reviews_tab a {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 22px;
}
.logo_article label::before {
    content: "" !important
}
@media only screen and (min-width: 600px) {
    .product-end-block div {
        width: 33%;
        padding: 10px;
        display: inline-block;
        vertical-align: top;
    }
}
@media only screen and (max-width: 599px) {
    .product-end-block div {
        width: 100%;
        padding: 10px;
        display: inline-block;
        vertical-align: top;
    }
}
.product-end-block h3 {
    color: #FFF;
    text-align: center;
    width: 100%;
}
.product-end-block p, .product-end-block a {
    color: #FFF;
    text-align: center;
}