.nf-form-title h3{
color: #FFF;
}

.store-menu {
    background: #42bad2 none repeat scroll 0 0;
}

.nav-menu li a:hover, .main-navigation .current_page_item > a {
    background: #5fd2e8;
}

.main-navigation ul.menu li::before {
    border-right: 1px solid #fff;
}

.title-cart a.button::after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #008684;
    bottom: 18px;
    content: "";
    position: absolute;
    right: 14px;
    text-indent: 9px;
    width: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}
.title-cart a.button::before {
    background: #42bad2 none repeat scroll 0 0;
}

.right-links {
    display: none;
}




