#header_moms_switcher {
    display: flex;
}

#header_moms_switcher .stom-button a {
    border: #3F606F 1px solid;
    background-color: transparent;
    color: #3F606F !important;
    transition: none;
}

#header_moms_switcher .stom-button a:hover {
    background-color: #dedede;
}

#header_moms_switcher .stom-button.active a {
    background-color: #3F606F;
    color: #fff !important;
    transition: none;
}

#header_moms_switcher .stom-button:not(:first-child) a {
    border-left: unset;
}

#header_moms_switcher .stom-button:first-child a {
    border-radius: .5em 0 0 .5em;
}

#header_moms_switcher .stom-button:last-child a {
    border-radius: 0 .5em .5em 0;
}

#header_moms_switcher .sub {
    font-size: .7em;
    display: block;
    white-space: nowrap;
}

.moms_type{
    display: block;
    font-weight: 400;
    font-size: .8em;
}

.woocommerce-Price-suffix-custom{
 display: none !important;
 font-size: .6em;
 font-weight: 600;
}

.single-product .entry-summary > .price > .woocommerce-Price-suffix-custom {
    display: block !important;
}