.text-logo:after {
    content: none;
}
.menu-block {
    padding-left: 160px;
    width: calc(100% - 170px);
}
#content.col-sm-12 {
    width: 100%;
}
.simplecheckout-cart td {
    vertical-align: middle !important;
}
.simplecheckout-cart td.total {
    background: none;
    color: black;
}
.simplecheckout label input, .simpleregister label input {
    display: block;
    width: auto;
    height: auto;
}
.simplecheckout-button-block {
    background: none !important;
}
.checkout-simplecheckout #cart-url {
    display: none;
}
.simplecheckout .form-control,.simpleregister .form-control {
    border: 0;
    box-shadow: none !important;
    background: #f0f0f0;
    padding: 16px 30px;
    min-height: 50px !important;
}
.remove .btn.btn-danger {
    background: #ececec !important;
    color: black !important;
    width: 33px;
    height: 33px;
    border-radius: 30px;
}
.remove .btn.btn-danger:hover {
background: #000 !important;
    color: white !important;
}
.r-vote {
    display: none;
}