:root {
    --lms-dark-blue: #03111E;
    --lms-light-blue: #219ef2;
    --lms-light-grey: #9DA7B0;
--lms-light-yellow: #DAEF68;
}
.zgh-nav,.zcr-quick-connect,.zwf-new-footer .zw-common-footer .zw-footer-badge-block.zonecol,.zwf-new-footer .zwf-global-footer .zw-footer-search-lang-block{
display:none;
}
.common-links .ZPprivacy{
padding-top:30px;
}
/*Button*/
.zp-zctas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: center;
}

.zp-zctas a:first-child {
    margin: 0 15px 15px 0;
    border-radius: 3px;
}
.lms-btn,.lms-cnt-sales {
    border-radius: 3px;
    font-size: 15px;
    font-family: var(--primaryfont-bold);
    padding: 13px 40px;
    cursor: pointer !important;
    text-transform: uppercase;
}
.lms-btn{
background: var(--lms-light-blue);
color: #fff;
}
.lms-cnt-sales{
border: 1px solid #000;
    color: #000;
}
/*End Button*/
@media(max-width:1199px) {
/*Button*/
    .zp-zctas {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
/*End Button*/
}
@media(max-width:767px) {
 .zp-zctas {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
.body-umain .z-bottom-cta-menu a.loggedin,.zmobile-menu-search,.zcommon-link-container>span.zallprd-menu{
display:none;
}
.z-bottom-cta-menu{
    box-shadow: none;
    background: transparent;
}
.zmobile-menu-new ul{
    padding: 15px 20px 15px 25px;
}
.zcommon-link-container{
padding-bottom:10px;
}
}
@media(max-width:480px){
.zw-product-header .product-title{
    max-width: 220px;
}
.product-title .product-icon{
    height: 100%;
}
}