/* header.header {
    background-color: #000;
}
header.header .navbar a {
    color: #ed2f5c;
}
footer.footer {
    margin: 0;
    padding: 50px 0 80px;
    background-color: #222;
    color: #ed2f5c;
    font-size: .9rem;
}
.primary-bg-color {
    background-color: #000;
}
.bg-white {
    background-color: #000 !important;
}
body {
    color: #fff
}
.card {
    background-color: #222;
}
.master-breadcrumb {
    background-color: #222;
}
.breadcrumb {
    background-color: #222;
}
.breadcrumb-item.active {
    color: #ed2f5c;
}
.action-icon-btns a {
    color: #ed2f5c;
    background-color: #222;
}
.btn-outline-primary {
    color: #ed2f5c;
    border-color: #ed2f5c;
}
.home-domain-search .input-group-wrapper {
    background-color: #222;
    border: 1px solid #ed2f5c;
}
.form-control {
    color: #222;
    background-color: #222;
    background-clip: padding-box;
    border: 1px solid #ed2f5c;
}
.btn-default {
    color: #333;
    background-color: #222;
    border-color: #ed2f5c;
}
#order-standard_cart .products .product {
    background: #222 !important;
    border: 1px solid #ed2f5c !important;
}
#order-standard_cart .products .product header {
    background: #ed2f5c !important;
}
#order-standard_cart .products .product header span {
    color: #fff !important;
}
.btn-success {
    color: #fff;
    background-color: #ed2f5c;
    border-color: #ed2f5c;
}
.btn-success:hover {
    color: #fff;
    background-color: #ee5579;
    border-color: #ee5579;
}
#order-standard_cart .product-info {
    margin: 0 0 20px 0;
    padding: 6px 15px;
    font-size: .85em;
    background-color: #222 !important;
    border-top: 1px solid #ee5579 !important;
    border-bottom: 1px solid #ee5579 !important;
}
#order-standard_cart .order-summary h2 {
    color: #fff !important;
}
#order-standard_cart .summary-container {
    background-color: #222 !important;
}
.btn-primary {
    color: #fff;
    background-color: #ed2f5c;
    border-color: #ed2f5c;
}
.btn-primary:hover {
    color: #fff;
    background-color: #ee5579;
    border-color: #ee5579;
}
#order-standard_cart .form-control {
    border: 1px solid #ed2f5c !important;
    color: #fff !important;
    background-color: #222 !important;
}
#order-standard_cart .sub-heading span, #order-standard_cart .sub-heading-borderless span {
    color: #ed2f5c !important;
}
#order-standard_cart .view-cart-items-header {
    background-color: #222 !important;
    color: #fff !important;
}

#order-standard_cart .view-cart-items .item {
    background-color: #222 !important;
}
.list-group-item.active {
    background-color: #ed2f5c;
    border-color: #fff;
}
.btn-default {
    color: #fff;
    background-color: #222;
    border-color: #ed2f5c;
}
#order-standard_cart .empty-cart .btn {
    background-color: #ed2f5c !important;
    color: #fff !important;
}
.btn-link:hover {
    color: #ee5579 !important;
    text-decoration: underline;
}
.btn-link {
    color: #ed2f5c !important;
    text-decoration: underline;
}
#order-standard_cart label, #order-standard_cart p.domain-renewal-desc, .service-renewals .div-renewal-period-label {
    color: #666;
}

.btn-info {
    color: #fff;
    background-color: #ed2f5c;
    border-color: #ed2f5c;
}
.btn-info:hover {
    color: #fff;
    background-color: #ee5579;
    border-color: #ee5579;
} */
header.header .logo-img {
    max-width: 400px;
    max-height: 164px;
}