/* :root{
    --primary-color: #3F2178;
}
h2,.h2 {font-size:33.35px;color: var(--primary-color);font-weight: bold;line-height: 1;}
.top-heading a {display: flex; justify-content: center;}
.top-heading a img {max-width: 400px;}
.login_area .login_logo_box .logo img {max-width: 400px; width: 100%;}
.catalog-section.class .main-title h6{color: var(--primary-color);line-height: 20px;letter-spacing: -0.025em;font-weight: bold;}
.subcategory-list-area .subcategory-box{display: inline-block;max-width: 23%;width: 100%;line-height: 109px;background: #FF3041;text-align: center;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;font-size: 35px;color: var(--white-color);margin-bottom: 38px;box-shadow: 0 0 20px #3f217869;position: relative;overflow: hidden;}
 */