.header-cart-count {
    display: block !important;
    background: #f90000;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 27px;
    top: -8px;
}

.modal-footer {
    text-align: center;
}

.product-swatch-options .swatch-attribute-options .swatch-option,
.product-item .swatch-attribute-options .swatch-option {
    border: 1px solid #ebebeb;
}

.go-top {
    position: fixed;
    bottom: 6em;
    right: 2em;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    padding: 12px;
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
}

.go-top:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.text-danger {
    color: #f90000;
}

.register-link {
    text-align: center;
    padding-top: 15px;
    font-size: 14px;
    font-family: tahoma;
}

.register-link a {
    font-weight: bold;
}

.header-cart-icon {
    position: relative;
}

.header-cart-count {
    right: -9px;
}

.header-top {
    padding: 0;
}