.uvcms-thememenu .uv-menu-head-section {
    max-width: 980px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin-top: -50px;
    background: var(--uvwp_global_body_bgcolor);
}

.uvcms-thememenu .nav-menus {
    display: flex;
    gap: 30px;
    padding-top: 40px;
    border-bottom: solid 2px #D1D1D1;
    padding-bottom: 8px;
}

.uvcms-thememenu .menugroup {
    padding: 80px 20px;
}


.uvcms-thememenu .menu-container-title-wrapper {
    display: flex;
    justify-content: center;
 
}


.uvcms-thememenu .menu-item-block {
    display: flex;
    flex-wrap: wrap;
    /* gap: 80px; */
    column-gap: 200px;
    border: solid 2px var(--uvwp_global_primary_color);
    padding: 80px;
    border-radius: 6px;
}

.uvcms-thememenu .menu-items-group {
    margin-bottom: 60px;
}

.uvcms-thememenu .menu-group-desc {
    max-width: 675px;
    margin: auto;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #575757;
}

.uvcms-thememenu .menu-item-title {
    font-family: var(--uvwp_content_font_family);
    font-size: 25px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 0px;
    text-transform: uppercase;
    margin-top: 0px;

}

.uvcms-thememenu .menu-item-title-wrapper {
    position: relative;
}

.uvcms-thememenu .menu-item-price-wrapper {
    position: absolute;
    top: 10px;
    right: -50px;
}


.uvcms-thememenu .uvcms-thememenu .menu-item-price-wrapper .menu-item-pric {
    line-height: 1;
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
}

.uvcms-thememenu .menu-desc {

    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    max-width: 360px;
    color: #575757;

}

.uvcms-thememenu .uv-menu-description {
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

/*.menugroup {}*/


.uvcms-thememenu .menu-item-block {
    justify-content: space-between;
}

.uvcms-thememenu .menu-item-block .menu-col-block .menu-items {
    width: calc(100%);
    padding-bottom: 20px;
}

.uvcms-thememenu .menu-item-block {
    position: relative;
}

.uvcms-thememenu .menu-item-block::after {
    content: " ";
    height: 80%;
    width: 2px;
    top: 10%;
    left: calc(50% - 1px);
    position: absolute;
    background-color: #C3C3C3;
}

.uvcms-thememenu .menu-container {
    min-width: 120px;
    text-align: center;
}

.uvcms-thememenu .menu-container a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--uvwp_global_textcolor);
    ;
    position: relative;
    width: 100%;
    display: block;
    text-align: center;

}

.uvcms-thememenu .menu-container a::after {
    content: " ";
    background-color: #356CEB;
    width: 90%;
    transform: scaleX(0%);
    left: 5%;
    bottom: -10px;
    position: absolute;
    height: 2px;
    transition: all .35s ease-in-out;
}

.uvcms-thememenu .menu-container a:hover:after,
.uvcms-thememenu .menu-container a:hover:focus,
.uvcms-thememenu .menu-container a.menu-active:after {
    transform: scaleX(100%);
}


.uvcms-thememenu .uv-menu-head-section .uvbutton {
    max-width: 100%;
    width: 100%;
}

.uvcms-thememenu .uv-menu-head-section .uv-buttons {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

}


.uvcms-thememenu .uv-menu-head-section .uv-buttons .uv-btn.uv-btn-s {
    min-width: 250px;
    text-align: center;
}



.uvcms-thememenu .menu-hidden {
    display: none;
}

.uvcms-thememenu .menu-item-detailed {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 0px;
}

.uvcms-thememenu .menu-desc-detailed {
    margin-top: 0px;
}

.uvcms-thememenu .menu-item-detailes {
    padding-top: 10px;
    padding-bottom: 0px;
    width: 100%;
}


.uvcms-thememenu .menu-col-block {
    width: calc(50% - 100px);
}

.uvcms-thememenu .menu-item-detailes {
    padding-left: 16px;
    position: relative;
}

.uvcms-thememenu .menu-item-detailes::before {
    content: "•";
    position: absolute;
    left: 0px;
    font-size: 20px;
    top: 4.5px;
}


.uvcms-thememenu .uv-menu-head-section {
    max-width: 1920px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    margin-top: 0px;
    /*background: var(--uvwp_global_body_bgcolor);*/
}

.uvcms-thememenu .nav-menus {
    display: flex;
    gap: 30px;
    padding-top: 40px;
    border-bottom: solid 2px #505050;
    padding-bottom: 8px;
    flex-wrap: wrap;
}

.uvcms-thememenu .menugroup {
    padding: 40px 0px 80px 0px;
}


.uvcms-thememenu .menu-container-title-wrapper {
    display: flex;
    justify-content: center;
}


.uvcms-thememenu .menu-container-title.uv-theme-title {

    margin-bottom: 0px;
}

.uvcms-thememenu .menu-items-group {
    margin-bottom: 0px;
}


.uvcms-thememenu .menu-item-desc-detailed-wrapper {
    line-height: 1.1;
    padding-top: 5px;
}

.uvcms-thememenu .menu-items-desc-wrapper {
    max-width: 600px;
    margin: auto;
    text-align: center;
}

.uvcms-thememenu .menu-group-desc {
    max-width: 675px;
    margin: auto;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #575757;
}

.uvcms-thememenu .menu-group-section-desct {
    max-width: 800px;
    margin: auto;
    text-align: center;
    padding: 20px 0px;
}

.uvcms-thememenu .menu-item-wrapper {
    padding: 40px 0px;
}

.uvcms-thememenu .menu-item-title {
    /*font-family: var(--uvwp_content_font_family);*/
    font-size: 25px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 0px;
    text-transform: uppercase;
    margin-top: 0px;

}

.uvcms-thememenu .menu-item-title-wrapper {
    position: relative;
    display: flex;
}

.uvcms-thememenu .menu-item-price-wrapper {
    position: absolute;
    top: 5px;
    right: -15px;
}


.uvcms-thememenu .menu-desc {

    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    max-width: 360px;
    color: #575757;

}

.uvcms-thememenu .uv-menu-description {
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

/*.menugroup {}*/


.uvcms-thememenu .menu-item-block {
    justify-content: space-between;
}

.uvcms-thememenu .menu-item-block .menu-col-block .menu-items {
    width: calc(100%);
    padding-bottom: 20px;
}

.uvcms-thememenu .menu-item-block {
    position: relative;
}

.uvcms-thememenu .menu-item-block::after {
    content: " ";
    height: 80%;
    width: 2px;
    top: 10%;
    left: calc(50% - 1px);
    position: absolute;
    background-color: #505050;
}

.uvcms-thememenu .menu-container {
    min-width: 120px;
    text-align: center;
}



.uvcms-thememenu .menu-container a:hover:after,
.uvcms-thememenu .menu-container a:hover:focus,
.uvcms-thememenu .menu-container a.menu-active:after {
    transform: scaleX(100%);
}


.uvcms-thememenu .uv-menu-head-section .uvbutton {
    max-width: 100%;
    width: 100%;
}

.uvcms-thememenu .uv-menu-head-section .uv-buttons {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

}


.uvcms-thememenu .uv-menu-head-section .uv-buttons .uv-btn.uv-btn-s {
    min-width: 250px;
    text-align: center;
}



.uvcms-thememenu .menu-hidden {
    display: none;
}

.uvcms-thememenu .menu-item-detailed {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 0px;
}

.uvcms-thememenu .menu-desc-detailed {
    margin-top: 0px;
}

.uvcms-thememenu .menu-item-detailes {
    padding-top: 10px;
    padding-bottom: 0px;
    width: 100%;
}


.uvcms-thememenu .menu-col-block {
    width: calc(50% - 100px);
}

.uvcms-thememenu .menu-item-detailes {
    padding-left: 20px;
    position: relative;
}

.uvcms-thememenu .menu-item-detailes::before {
    content: "•";
    position: absolute;
    left: 0px;
    font-size: 20px;
    top: 10.5px;
}

.uvcms-thememenu .uv-wrap-menu-logo {
    text-align: center;
    padding-bottom: 40px;
}

.uvcms-thememenu .uv-wrap-menu-logo img {
    max-width: 300px;
}

.uvcms-thememenu .menu-item-title-detailed-wrapper {
    display: flex;
}

.uvcms-thememenu .level-2-labels {
    display: flex;
    gap: 5px;
    padding: 0px 10px 0px 0px;
    align-items: center;
}


.uvcms-thememenu .level-2-labels span {
    text-transform: uppercase;
}


.uvcms-thememenu .level-3-labels {
    display: flex;
    gap: 5px;
    padding: 0px 10px 0px 0px;
    align-items: flex-start;
}


.uvcms-thememenu .level-3-labels span {
    text-transform: uppercase;
}

.uvcms-thememenu .level-4-labels {
    display: flex;
    gap: 5px;
    padding: 0px 10px 0px 0px;
    align-items: center;
}


.uvcms-thememenu .level-4-labels span {
    text-transform: uppercase;
}



@media (max-width: 880px) {


    .uvcms-thememenu .menu-item-block {

        column-gap: 0px;

    }


    .uvcms-thememenu .menu-item-block .menu-items {
        width: calc(50% - 50px);
    }

    .uvcms-thememenu .menu-item-price-wrapper {
        right: 10px;
    }

    .uvcms-thememenu .menu-item-price-detailed-wrapper {

        right: 10px;
    }

    .uvcms-thememenu .menu-item-title {
        padding-right: 40px;
    }


    .uvcms-thememenu .menu-item-block .menu-items {
        width: 100%;
    }

    .uvcms-thememenu .menu-item-block::after {
        display: none;
    }

    .uvcms-thememenu .menu-col-block {
        width: 100%;
    }

    .uvcms-thememenu .menu-item-block {
        column-gap: 100px;

        padding: 40px 15px 0px;

    }

    .uvcms-thememenu .menu-group-section-desct {

        padding: 20px 0px 0px;
    }


    .uvcms-thememenu .level2-styles,
    .uvcms-thememenu .level-2-labels span {
        margin: unset !important;
    }
}

@media(max-width: 600px) {}

@media (max-width: 880px) {


    body .uvcms-thememenu .menu-item-block {
   
        padding: 80px 20px;
   
    }

    .uvcms-thememenu .menu-item-block {

        column-gap: 100px;

    }

    .uvcms-thememenu .menu-item-block {
        column-gap: 100px;

        padding: 40px;
    }

    .uvcms-thememenu .menu-item-block .menu-items {
        width: calc(50% - 50px);
    }

    .uvcms-thememenu .menu-item-price-wrapper {
        right: -10px;
    }

    .uvcms-thememenu .menu-item-title {
        padding-right: 40px;
    }


    .uvcms-thememenu .menu-item-block .menu-items {
        width: 100%;
    }

    .uvcms-thememenu .menu-item-block::after {
        display: none;
    }

    .uvcms-thememenu .menu-col-block {
        width: 100%;
    }

}



@media(max-width: 600px) {}