.explain_and_add_to_cart {
    display: flex;
}

h1.main_page_title {
    font-size: 25px;
}

form.cart {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
}

.add_to_cart_button_box .quantity {
    width: 30%;
}

.add_to_cart_button_box input {
    width: 100%;
    font-size: 15px;
    border-radius: 10px;
    background: #0a2b22;
    color: white;
    border: none;
    line-height: 40px;
    padding: 0 9px;
}

.all_product_price {
    background: #172225;
    padding: 20px 10px;
    display: flex;
    margin: 16px 0 20px 0;
    border-radius: 6px;
}

button.single_add_to_cart_button.button.alt {
    background: var(--e-global-color-primary);
    border: none;
    padding: 10px;
    border-radius: 10px;
    width: 80%;
}


span.woocommerce-Price-amount.amount bdi {
    display: flex;
    flex-direction: row-reverse;
    gap: 5px;
    align-items: center;
}

.top_server_group_info_section {
    background: #0a1717;
    padding: 10px;
    display: flex;
    gap: 10px;
    border-radius: 10px;
    width: 70%;
}

.server_group_image_section {
    background: #0a2b22;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    border-radius: 10px;
}

.server_group_info {
    width: 70%;
}

.server_group_info_top_section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #172225;
    border-radius: 10px;
    padding: 7px 10px;
    align-items: center;
}

.providing_server_extra_dynamic_services div {
    background: #222d2d;
    width: 49%;
    margin: 1%;
    padding: 5px 10px;
    border-radius: 5px;
}

.post_detail_section div, .share_post_title, .discount_person {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--e-global-color-accent);
    font-size: 11px;
    padding: 10px 0;
    background: var(--e-global-color-accent);
    color: #000000;
    padding: 10px;
    border-radius: 10px;
}

.providing_server_extra_dynamic_services {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.pricing_table table {
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
}

.pricing_table {
    display: flex;
    justify-content: center;
}

.pricing_table thead {
    background: #0a2b22;
}

.pricing_table tbody tr:nth-child(even) {
    background: #0a1717;
}

.pricing_table tbody tr:nth-child(odd) {
    background: #222d2d;
}

th, td {
    text-align: center;
}

td {
    padding: 16px;
    border-right: 1px solid rgba(255, 255, 255, .08);
}

table {
    border-collapse: collapse;
}

a.order_btn {
    background: #16352d;
    padding: 10px;
    border-radius: 5px;
    display: block;
    margin: 5px auto auto auto;
    width: max-content;
}

th.plan div {
    border-right: 1px solid #333d3d;
    padding: 0 16px;
    margin: 13px 0;
    text-align: center;
}

th.plan span {
    display: block;
    font-weight: 400;
}


th.plan div {
    margin: 15px 0;
}

span.plan_price_currency {
    color: #b4bcbe;
}

span.plan_price_time_range {
    color: #b4bcbe;
}

.main_server_section {
    width: 95%;
    margin: 0 auto;
}

.providing_server_extra_dynamic_services div:nth-child(even) {
    margin-left: 0;
}

.providing_server_extra_dynamic_services div:nth-child(odd) {
    margin-right: 0;
}

.providing_server_extra_static_services h3 {
    padding: 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #101C1C;
    width: 25%;
}

span.font_icon {
    background: var(--e-global-color-primary);
    padding: 10px;
    border-radius: 5px;
    color: black;
}

.providing_server_extra_static_services {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin: 50px 0px;
}

span.box_text {
    font-size: 14px;
}

.server_group_title h1 {
    font-size: 15px;
}

p {
    color: #a09f9f;
    line-height: 26px;
}

.page_title_section_icon {
    background: var(--e-global-color-primary);
    color: black;
    padding: 10px;
    font-size: 18px;
    border-radius: 10px;
}

.main_add_to_cart_box {
    background: #0a1717;
    border-radius: 10px;
    width: 30%;
    padding: 10px;
}

.page_title_section {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 20px 0;
}

.server_group_extra_top_info_action {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row-reverse;
}

.main_info_box {
    display: flex;
    gap: 10px;
}

.main_content_box {
    padding: 0 0 40px 0;
}

img.attachment-large.size-large {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .title_description_section {
        color: var(--e-global-color-secondary);
    }

    .page_title_section {
        flex-wrap: wrap;
    }

    .top_server_group_info_section {
        display: block;
    }

    .server_group_image_section {
        width: 100%;
        padding: 20%;
    }

    .server_group_info {
        width: 100%;
        margin-top: 10px;
    }

    .providing_server_extra_dynamic_services div {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .providing_server_extra_dynamic_services {
        display: block;
    }

    .providing_server_extra_static_services h3 {
        width: 100%;
        margin-top: 10px;
    }

    .providing_server_extra_static_services {
        display: block;
    }


    .pricing_mobile {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .pricing_card {
        background: #101c1c;
        border-radius: 12px;
        padding: 20px;
    }

    .pricing_card_title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .pricing_item {
        display: flex;
        justify-content: space-between;
        padding: 6px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .pricing_item:last-child {
        border: none;
    }

    .pricing_label {
        opacity: .7;
    }

    .pricing_value {
        font-weight: 600;
    }

    .main_info_box {
        display: block;
    }

    .top_server_group_info_section {
        width: 100%;
    }

    .main_add_to_cart_box {
        width: 100%;
        margin: 15px 0 15px 0;
    }

}

