.box-yellow p>strong>a,
.box-yellow p>span>a,
.box-yellow p>a {
    color: #2b304e;
    text-decoration: underline;
}
.dropdown-menu .dropdown-item.has-sub-items {
    border: none;
    margin-bottom: 0.5rem;;
    padding-bottom: 0;
}

.dropdown-menu .dropdown-item.sub-item {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0.5rem;
    border-bottom: none;
}
.dropdown-menu .dropdown-item.sub-item.last {
    border-bottom: 2px solid #eaebee;
}

.sb__receipt__table tr:last-child td.display-rate-net-gross-text > span {
    display: block;
    font-size: 0.9rem;
    line-height: 1.4rem;
    vertical-align: top;
    margin-top: -.2rem;
    margin-bottom: .2rem
}
.sb__receipt__table tr:last-child td.display-rate-net-gross-price > span {
    display: block;
    font-size: 1.2rem;
    line-height: 1.4rem;
    vertical-align: top;
}
.sb__receipt__table tr:last-child td.display-rate-net-gross-text > small,
.sb__receipt__table tr:last-child td.display-rate-net-gross-price > small {
    display: block;
    padding-top: .4rem;
}

@media (min-width: 768px) {
    .box-yellow {
        background-size: cover;
    }
}
.custom-error {
    padding-left: .5rem;
    color: #dc3545;
}
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
    z-index:  99999 !important;
}
.grecaptcha-badge:hover {
    width: 256px !important;
}
.breadcrumbs {
    border-top: 1px solid #eee;
    background-color: #f4f4f7;
    margin-bottom: -2rem !important;
}
.breadcrumbs ul {
    z-index:  1 !important;
    margin-top: .3rem;
    margin-bottom: 0;
    list-style: none;
}
.breadcrumbs ul li {
    margin-right: .5rem;
    display: block;
    float: left;
    font-size: .9rem;
}

@media (min-width: 992px) {
    .cover .cover__message.home-page .cover__text {
        max-width:50%;
    }
    .cover .cover__message.home-page .cover__text h1 {
        font-size: 48px;
        line-height: 52px;
    }
    .product-buttons.home-page .buttons {
        width: 900px !important;
        display: block;
    }
    .product-buttons.home-page .buttons button {
        width: 450px !important;
        float: left;
        display: block;
        margin-bottom: .5rem;
    }
}
@media (min-width: 1580px) {
    .cover .cover__message.home-page .cover__text h1 {
        font-size: 48px;
        line-height: 58px;
    }
    .product-buttons.home-page .buttons {
        width: 1350px !important;
        display: block;
    }
    .product-buttons.home-page .buttons button {
        width: 450px !important;
        float: left;
        display: block;
        margin-bottom: .5rem;
    }
}
.homepage-more-usps {
    text-align: center;
}
.homepage-more-usps a {
    color: #2b304e;
    font-weight: 600;
    font-size: 20px;
}
.fa-stack.tiktok {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
}
.fa-stack.tiktok:hover {
    background-color: #f3b337;
}
.fa-stack.tiktok img {
    width: 16px;
    height: 16px;
    margin-top: -2px;
}