.login-form form input, .signup-form form input, .signup-form textarea {
    color:#000;
    font-weight: 500;
} 
.section-header {
    padding: 10px 20px !important
}
.address-column.billing-column .address-column-title {
    margin-bottom: 50px;
}
.pincode-box {
    width:80px;
}
.payment-method { 
    text-align: left !important;
}
#main-section {
    height:auto !important;
} 
@media only screen and (min-width: 768px) {
    .wrapper {
        width: 1180px !important; 
    }
}  
.main-first-part .left {
    width: 30%;
    background-color: #f0f0f0;
    overflow-y: auto; /* scrollable independently */
    border-right: 1px solid #ccc;
    height:300px;
    overflow:auto;
    box-shadow: 0 0 10px rgb(128 128 128 / 0.3);
}

.nicemenu-item {
    padding: 15px;
    cursor: pointer;
    width:100%;
    border-bottom: 1px solid #ddd;
}

.nicemenu-item:hover {
    background-color: #ddd;
}

.main-first-part .right {
    width: 70%;
    padding: 0;
    overflow-y: auto; 
    background-color: #eef4f8;
    height:300px;
}

.main-first-part .submenu {
    display: none;
}

.main-first-part .submenu.active {
    display: block;
    height:96%;
    padding:20px;
    background-color: #eef4f8;
}
.d-flex {
    display:flex;
}
.left .nicemenu-item h6 {  
    margin: 0;
}
.right .submenu h6 {
    color: #000 !important;
    font-size: 18px;
}
.right .submenu a.category-tex{
    padding: 10px;
    overflow: hidden;
    color: #000;
        display: flex

}
.right-side-list-menu {
    display:flex;
    flex-wrap:wrap;
}
.right-side-list-menu a {
    width:32%;
}
.third-level-menu-right {
    margin:0 !important;
    width:100%;
}
.third-level-menu-main {
    width:100%;
    display:flex;
}
.social-networks ul li a svg {
    width: 20px;
    margin: 10px 20px 0 20px;
    fill: #064ea0;
}
.social-icons.pull-right svg{
    width: 14px;
    margin: 10px 10px 0 10px;
    fill: #fff;
}