    .bold {
    font-weight: bold;
    }
    .home-login-register {
    float: left;
    }
    .home-login-register label {
    display: block;
    text-align: center;
    }
    .home-login-register label a {
    font-weight: normal;
    }
    .shop-cart {
    top: 3px;
    }
    .shop-cart .cart-count {
    padding: 3px 0px;
    width: 32px;
    }
    @media only screen and (max-width: 767px) {
    .home-login-register label {
    text-align: left;
    }
    .mobileHamburgerMenu .c-top-nav__menu-trigger {
    right: 10px !important;
    }
    }
    @media only screen and (min-width:319px) and (max-width:1023px) {
    .modal-open .overflowinherit {
    overflow: visible !important;
    }
    .headermanual {
    float: none !important;
    }
    .mobileHamburgerMenu .c-top-nav__menu-trigger {
    right: 30px;
    }
    }
    .headermanual {
    display: flex !important;
    float: right;
    }
    .copy-paste-table tr td {
       padding: 6px 10px 6px 12px;
       border: 1px solid #868585;
    }
    .copy-paste-table {
       margin-bottom: 15px;
       width: 90%;
    }