
.logo {
    z-index: 12;
    white-space: nowrap;
    font-size: 24px;
    font-weight: 400;
    color: rgb(51, 51, 51);
    letter-spacing: 0px;
    font-family: "Work Sans";
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;


}

.logo a {
    color: rgb(51, 51, 51);  
}

.qty-button--small {
    font-size: 12px;
    padding: 2px 5px;
}

.top-txt {
    font-family: "NotoSansRegular", sans-serif;
    font-size: 13px;
    color: #333;
    word-wrap: normal;
    letter-spacing: -0.33px;
}

.top-txt a {
color: #333;
}

