.govx-id-v2-wrapper {
    width: 100%;
}

.govx-id-v2-full-wrapper {
    font-style: normal;
    clear: both;
    display: flex;
    font-family: sans-serif;
    padding: 0 !important;
    margin: 0 auto;
}

.govx-id-v2-full-wrapper.govx-mini {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.govx-id-v2-full-wrapper.govx-sides {
    padding: 20px 20px !important;
}

.govx-id-v2-full-wrapper.govx-left {
    justify-content: flex-start;
}

.govx-id-v2-full-wrapper.govx-center {
    justify-content: center;
}

.govx-id-v2-full-wrapper.govx-right {
    justify-content: flex-end;
}

.preview .govx-id-v2-full-wrapper {
    padding: inherit;
    height: auto;
}

.govx-id-v2-full-wrapper a {
    color: #3d4246;
    text-decoration: none;
}

.govx-id-v2-full-wrapper p {
    font-size: 13px;
    font-family: sans-serif;
    margin: 0 0 19.44444px;
    color: #333;
}

.govx-id-v2-full-wrapper.govx-mini .govx-id-v2-full,
.govx-id-v2-full-wrapper.govx-min .govx-id-v2-full {
    width: 100% !important;
    min-width: auto !important;
}

.govx-id-v2-full-wrapper .govx-id-v2-full {
    min-width: 325px;
    max-width: 350px;
    text-align: left;
    line-height: 1.5;
    font-size: 12px;
    font-family: sans-serif;
    padding: 15px;
    color: #333 !important;
    background-color: #fff;
    border: 1px solid #eee;
}

.preview .govx-id-v2-full-wrapper .govx-id-v2-full {
    width: auto;
}

@media only screen and (max-width:749px) {
    .govx-id-v2-full-wrapper .govx-id-v2-full {
        width: 100%;
        padding: 1em;
        margin-left: 0;
    }
}

.govx-id-v2-full-wrapper .govx-id-v2-full .govx-id-v2-cta {
    width: 100%;
    font-size: 13px;
    font-family: sans-serif;
    border: 1px solid #ddd;
    background-color: #eee;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.govx-id-v2-full-wrapper .govx-id-v2-full .govx-id-v2-cta:hover {
    background-color: #fff;
}

.govx-id-v2-full-wrapper .govx-id-v2-full a.govx-id-v2-link {
    display: block;
    text-align: right;
    color: #00a1df;
    padding-top: 5px;
    border: 0;
}

.govx-id-v2-full-wrapper .govx-id-v2-cta {
    display: flex;
    justify-content: center;
}

.govx-id-v2-full-wrapper .govx-id-v2-cta img {
    margin: 5px 0 0 0;
    width: 114px !important;
    height: 18px !important;
}

.govx-id-v2-slim-wrapper {
    font-style: normal;
    clear: both;
    display: block !important;
    width: 100%;
    padding: 0 !important;
    letter-spacing: initial;
    text-transform: none;
}

.govx-id-v2-slim-wrapper .govx-id-v2-slim {
    display: flex !important;
}

.govx-id-v2-slim-wrapper.govx-sides {
    width: calc(100% - 40px);
    padding: 20px 20px !important;
}

.govx-id-v2-slim-wrapper.govx-max .govx-id-v2-slim a {
    max-width: 350px !important;
}

.govx-id-v2-slim-wrapper.govx-left .govx-id-v2-slim {
    justify-content: flex-start;
}

.govx-id-v2-slim-wrapper.govx-center .govx-id-v2-slim {
    justify-content: center;
}

.govx-id-v2-slim-wrapper.govx-right .govx-id-v2-slim {
    justify-content: flex-end;
}

[data-product-menu-state=\'addtocart\'] .product-menu-slideout [data-govx-id=\'slim\'].govx-id-v2-slim-wrapper {
    display: none !important;
}

.header .mini-cart .mini-cart__recap .govx-id-v2-slim-wrapper {
    padding: 20px 0 0 0 !important;
}

.govx-id-v2-slim-wrapper .govx-id-v2-slim a {
    display: flex;
    width: 100% !important;
    border: 1px solid #eee;
    color: #333 !important;
    background-color: white !important;
    flex-direction: row;
    padding: 10px;
    justify-content: flex-start;
    text-align: left;
    text-decoration: none;
}

.govx-id-v2-slim img {
    display: block;
    width: 50px;
    height: 50px;
}

.govx-id-v2-slim .govx-id-v2-text {
    display: block;
    flex-grow: 2;
    flex-wrap: wrap;
    align-self: center;
    padding-left: 15px;
    max-width: 400px;
}

.govx-id-v2-slim .govx-id-v2-text p {
    color: #333;
    line-height: 16px;
    font-size: 14px;
    margin: 0px;
}

.govx-id-v2-slim .govx-id-v2-text span {
    font-weight: 400;
    font-size: 13px;
    white-space: normal;
    font-family: sans-serif;
}