.z-product>a img {
    padding-top: 6px;
}

.za-tos-container {
    margin-bottom: 0;
}

.terms-accept {
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
}

.terms-accept input {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.terms-accept label {
    font-size: 12px;
    font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
}

.terms-accept label .terms-popup {
    text-decoration: underline;
    cursor: pointer;
    font-weight: 400;
}

.terms-accept a {
    color: inherit;
    text-decoration: underline;
}

.tcheck {
    border: 1px solid #333;
    display: inline-block;
    height: 8px;
    margin-right: 1px;
    width: 8px;
    display: inline-block;
    position: relative;
    top: 5px;
}

#terms-check:checked+label .tcheck:before {
    background: #333 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 1px;
    position: absolute;
    top: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 15px;
}

#terms-check:checked+label .tcheck:after {
    background: #333 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: -1px;
    position: absolute;
    top: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
}

.tcheck.checked:before {
    background: #000;
    content: "";
    height: 1px;
    left: 1px;
    position: absolute;
    top: 1px;
    transform: rotate(-45deg);
    width: 15px;
}

.tcheck.checked:after {
    background: #000;
    content: "";
    height: 1px;
    left: -1px;
    position: absolute;
    top: 4px;
    transform: rotate(45deg);
    width: 5px;
}
.zw-only-copyright .ZPprivacy{display:none;}
.zw-only-copyright p{margin-inline:auto;}