.site-map-cont ul li ul.brand-menu li a img {max-height: 30px; }
 @-webkit-keyframes spin {0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes spin {0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
.absdv{width: 100%; float: left; height: 100vh; position: fixed; background: rgba(255,255,255,0.5); top: 0; opacity: 1; z-index: 999; }
.loader {border: 6px solid #a7a9ac; border-top-color: rgb(243, 243, 243); border-top-style: solid; border-top-width: 6px; border-radius: 100%; border-top: 6px solid #f26522; width: 40px; height: 40px; -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; position: absolute; left: 50%; top: 50%; z-index: 999999999; margin-left: -20px; margin-top: -20px; }