.signup_page .login-link {
    color: #6d6969 !important;
    margin-top: 50px;
}
.signup_page .login-link span {
    color: #4f1ee5 !important;
    font-weight: bold;
}
button.button.button-icon[ng-click="fileCheckoutService.showModal()"] {
display: none;
}
.product-modal .bar-footer {
display: none;
}
.product-modal .has-footer {
bottom: 0;
}
.price{
display:none;
}
section.home-container .row {
max-width: 500px;
margin: 0 auto!important;
}
section.home-container .row .col a[id^='image'] {
background-size: contain;
background-repeat: no-repeat;
}
.product-modal ion-slides {
height: 43vh;
width: 100%;
}
.e-commerce-buttons {
display: none;
}
.product-modal ion-slides, .product-modal .imageContiner .scroll{
height: auto;
}
.product-modal.modal, .Ecart.modal {
background: #fafafa!important;
}
#signupForm .forgot-password-txt span {
    color: blue;
    text-decoration: underline;
    font-weight: bold;
}
#signupForm .forgot-password-txt {
    font-size: 12px;
}