.category_list_view{width:100%;padding-block:50px;padding-inline:1em;padding-bottom:80px}.category_list_view h1{font-family:"Century Gothic";font-weight:700;font-style:normal;font-size:25px;width:100%;text-align:center;text-transform:uppercase;color:#000}.category_list_view>*{padding:0;margin:0}.category_list_view .activeview{display:flex;justify-content:center;gap:30px;margin-bottom:50px}.category_list_view .activeview .box{width:fit-content;padding:5px 10px;background-color:#f1f2f2;font-size:18px;text-transform:uppercase;color:#000}.category_list_view .activeview .active,.category_list_view .activeview .box:hover{background-color:#000;color:#fff}.category_list_view .filter{display:flex;justify-content:center;gap:10px;margin-bottom:50px}.category_list_view .filter .alphabet{display:flex;align-items:center;gap:10px;background-color:#f1f2f2}.category_list_view .filter .alphabet .letter{font-size:16px;text-transform:uppercase;background-color:#f1f2f2;padding:5px 10px;cursor:pointer}.category_list_view .filter .alphabet .letter:hover{color:#fbb040}.category_list_view .catorygrid__container>:last-child{margin:0}.category_list_view .catorygrid__container .hide{display:none!important}.category_list_view .catorygrid__container .show{display:grid!important}.category_list_view .catorygrid__container .filterby{text-transform:uppercase;font-weight:700;position:absolute;left:-100px;top:0;width:100px;font-size:98px}.category_list_view .category__grid{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:30px;position:relative}.category_list_view .category__grid .box{background-color:#f1f2f2;color:#000;display:flex;align-items:center;justify-content:center;padding-block:20px;padding-top:0;flex-direction:column;gap:20px;transition:background-color .5s ease-in-out;-webkit-transition:background-color .5s ease-in-out;-moz-transition:background-color .5s ease-in-out;-ms-transition:background-color .5s ease-in-out;-o-transition:background-color .5s ease-in-out}.category_list_view .category__grid .box .image{min-height:130px;height:130px;overflow:hidden}.category_list_view .category__grid .box .image img{max-width:100%;width:auto;height:auto}.category_list_view .category__grid .box .text{text-align:center;color:#000}.category_list_view .category__grid .box .text h3{font-size:16px;text-transform:none;margin:0;line-height:19.6px}.category_list_view .category__grid .box .text p{font-size:16px;line-height:19.6px;padding:0;margin:0}.category_list_view .category__grid .box .text .wherearewe{color:#000}.category_list_view .category__grid .box:hover .wherearewe{color:#fbb040}@media screen and (max-width:1441px){.category_list_view .catorygrid__container .filterby{left:-60px;width:60px;font-size:70px;text-align:center}}@media screen and (max-width:1281px){.category_list_view .filter .alphabet{flex-wrap:wrap;justify-content:center}.category_list_view .catorygrid__container .filterby{left:0;position:relative;grid-column:1/-1}.category_list_view .category__grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:769px){.category_list_view .category__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:567px){.category_list_view .activeview{flex-direction:column}.category_list_view .activeview .box{width:100%;text-align:center;padding-block:10px}.category_list_view .category__grid{grid-template-columns:repeat(1,1fr)}}