@-webkit-keyframes infinite-spinning{from{-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes infinite-spinning{from{-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}.productmaincategories{display:-webkit-flex;display:flex;flex-wrap:wrap;margin-top:35px;}.productmaincategories__emptyInfo{margin-top:40px;}.productmaincategory{flex:0 0 auto;display:-webkit-flex;display:flex;width:50%;}@media (min-width: 48em){.productmaincategory{width:33.333333%;}}@media (min-width: 62em){.productmaincategory{width:25%;}}.productmaincategory__inner{flex:1;min-width:1px;margin:5px;padding:10px;background:#fff;text-align:center;border:1px solid transparent;-webkit-transition:border .25s ease;transition:border .25s ease;}@media (min-width: 48em){.productmaincategory__inner{margin:20px;padding:30px;}}.productmaincategory__inner:hover{border-color:#1d1d1b !important;}.productmaincategory__image{margin-bottom:1.5rem;}.productmaincategory__image img{width:100%;}.productmaincategory__manufacturer{font-size:.77rem;color:#0066ab;font-weight:900;text-transform:uppercase;margin-bottom:.5rem;}.productmaincategory__title{font-weight:900;color:#000;line-height:1.3em;word-wrap:break-word;}