.shawn-fix-footer {
    margin-top: 90px;
}

.footTitle {
    color: white;
    font-size: 29px;
    font-weight: bold;
}
.footerTxt {
    font-size: 19px;
    font-weight: normal;
    color: gainsboro !important;
    margin: 5px 0px;
}
.footerTxt > li > a {
    color: gainsboro !important;
}
.productStyle {
    transform: translateY(+4px);
}
.footerCopyright {
    text-align: center;
    color: white;
    border-top: 1px solid #434343;
    padding: 10px 0px;
}
@media (max-width: 768px) {
    .footerAll {
        padding-top: 20px !important;
    }
}
