
.profile-list-box h3{
    text-transform: uppercase;
    font-weight: bold;
    maarrgin-bottom: 7px;
}
.profile-list-box p{
    color: #fc619b;
    font-weight: bold;
}
.profile-list-box img{
    display: block;
    margin: 15px auto;
    height: 45px;
}
.profile-list-box span{
    font-weight: bold;
    display: inline-flex;
}
.cart-button-pink{
    width: 211px;
    height: 90px;
    display: inline-block;
    border: 1px solid #ff4d97;
    text-align: center;
    padding: 35px 0;
    color: white;
    background: #ff4d97;
    margin-right: 0px;
}
.cart-button-white:hover{
    color: black;
}
.cart-button-pink:hover{
    color: white;
}
#myshopMain{
    width: 100%;
    margin: 30px auto 0;
}
#myshopMain li{
    margin: 0 1px 5px;
    display: inline-block;
}
#myshopMain {
    text-align: center;
    font-family: 'Nanum Gothic',Verdana,Dotum,AppleGothic,sans-serif;
}
.product-grid-item{
    height: 350px;
}
label {
    display: inline-flex;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
#hotline>h4.small-title,#social_links>h4.small-title,.footer-block .title_block{
    color: #000 !important;
}
#newsletter_block .newsletter-input{
    color: #000 !important;
    border-color: #999 !important;
}
#newsletter_block .newsletter-input::placeholder{
    color: #000 !important;
}