body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    margin: 0;
}

a {
    color: #4da80a;
}

a:hover, a:focus {
    color: #3c8405;
}

header {
    background: #0f3b0f;
    color: #fff;
    padding: 5px 0;
}

.main-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-flow: row-reverse;
    align-items: center;
}

.logo {
    align-self: center;
    order: 1;
}

.h1-slogan {
    align-self: center;
    text-align: center;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 20px;
    text-shadow: 0 2px 2px #000;
}

.img-logo {
    height: 35px;
}

.main-content {
    padding: 16px 0;
}

.title-group {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-flow: row-reverse;
    align-items: center;
}

.left-title-group {
    align-self: center;
    order: 1;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.img-manufacturer {
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    object-fit: cover
}

img {
    max-width: 100% !important;
}

.right-title-group {
    align-self: center;
    padding: 0 20px;
    width: calc(100% - 120px);
    width: -o-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
}

.h2-title {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 17px;
}

.h3-title {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: forestgreen;
    font-weight: bold;
}

strong {
    font-weight: 700;
}

.group-result + .group-result {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 3px solid #ddd;
}

.img-product {
    font-family: "object-fit:cover";
    height: 100%;
    left: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s linear 0s;
    width: 100%;
    z-index: 9;
}

.row-result + .row-result {
    padding-top: 8px;
    margin-top: 8px;
    border-top: 1px solid #ddd;
}

.h2-result {
    margin-top: 0;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

.msg-check-code {
    color: #ff0000;
    font-weight: 700;
}

.top-check {
    padding-bottom: 30px;
    text-align: center;
}

.correct-msg {
    color: #4da80a;
    margin-top: 10px;
    font-weight: 700;
}

footer {
    background: #0f3b0f;
    color: #ffffff;
    padding: 20px 0;
    font-size: 13px;
}

footer a:hover, .footer a:focus {
    color: #ffffff;
    text-decoration: underline;
}

footer a {
    color: #00a651
}

footer p {
    margin-bottom: 5px;
}

.img-logo-footer {
    height: 35px;
    margin-right: 10px;
}

.h3-footer {
    font-size: 15px;
    font-weight: 700;
    margin: 8px 0;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#toggleResult:hover,
#toggleResult:focus {
    color: #3c8405;
}

#toggleResult {
    text-decoration: underline;
    color: #4da80a;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
}

.more-info {
    text-decoration: underline;
    margin-left: 5px;
    margin-top: 6px;
    font-size: 14px;
    display: inline-block;
}

.code-value {
    color: #555555;
    font-weight: 400;
    font-size: 16px;
    margin-top: 5px;
}

.code-value span {
    font-weight: 700;
}

@media (max-width: 767px) {
    .dl-group dt {
        clear: left;
        float: left;
        overflow: hidden;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100px;
    }

    .dl-group dd {
        margin-left: 100px;
    }
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
.tooltip_styled {
    display: inline;
    position: relative;
    z-index: 999;
}
.tooltip-item::after {
    bottom: 100%;
    content: "";
    height: 20px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    transform: translateX(-50%);
    width: 300px;
}
.tooltip_tour_banner .tooltip-item::after {
    bottom: auto;
    height: auto;
    left: auto;
    width: auto;
}
.tooltip-item {
    cursor: pointer;
    display: inline-block;
}
.tooltip-content::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #5a3403 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 7px;
    content: "";
    height: 0;
    left: 160px;
    margin-left: -7px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}

.tooltip-content {
    background: #5a3403 none repeat scroll 0 0;
    bottom: 100%;
    box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
    color: #ffffff;
    cursor: default;
    display: block;
    font-size: 12px;
    left: 9px;
    line-height: 1.3em;
    margin: 0 0 10px -120px;
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    width: 250px;
    z-index: 9999;
    transform: scale3d(0.7, 0.3, 1);
    transform-origin: 50% 100% 0;
    transition: opacity 0.2s ease 0s, transform 0.2s ease 0s;
    border-radius: 5px;
}
.tooltip_styled:hover .tooltip-content {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0px, 0px, 0px) rotate3d(0, 0, 0, 0deg);
}
