.h1, h1 {
    font-size: 1.9rem;
}
.h2, h2 {
    font-size: 1.7rem;
}
.h3, h3 {
    font-size: 1.5rem;
}
.h4, h4 {
    font-size: 1.3rem;
}
.h5, h5 {
    font-size: 1.1rem;
}
.h6, h6 {
    font-size: 0.9rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 16px;
}
.dropdown-item {
    padding-left: 12px;
    padding-right: 12px;
}
.dropdown-divider {
    margin: 4px 0px;
}
.navbar-nav .dropdown-menu {
    border: none;
}
header.header .navbar-nav a {
    font-weight: bold;
    color: #111;
}
header.header .navbar-nav .dropdown-menu a {
    font-weight: normal;
}
header.header .toolbar .nav-link {
    color: #555;
}
#order-standard_cart .font-size-36 {
    font-size: 22px;
    font-weight: bold;
}
#order-standard_cart .font-size-30 {
    font-size: 26px;
}
#order-standard_cart .sidebar-collapsed {
    padding: 0px;
    margin-bottom: 20px;
}
#order-standard_cart .card-header h3 {
    font-size: 16px;
    margin: 0px;
}
#order-standard_cart .card-header,
#order-standard_cart .card-body {
    padding: 10px;
}
#order-standard_cart label,
#order-standard_cart p.domain-renewal-desc {
    color: #444;
    margin-bottom: 2px;
}
#order-standard_cart .domain-checker-invalid,
#order-standard_cart .domain-checker-unavailable {
    color: #d9534f;
    font-size: 18px;
}
#order-standard_cart .cart-body .header-lined {
    padding-bottom: 10px;
}
#order-standard_cart .cart-body .font-size-36 {
    margin-bottom: 6px;
}
#order-standard_cart .cart-body .font-size-30 {
    margin-bottom: 3px;
}
#order-standard_cart .products .product header .qty {
    font-size: .9em;
    font-weight: bold;
    font-style: normal;
    color: #007bce;
}
#order-standard_cart .products .product div.product-desc ul {
    margin: 10px 0px;
}
footer.footer .nav-item:not(:last-child) {
    margin-right: 20px;
}
footer.footer .nav-item .nav-link {
    padding: 0px;
}
@media only screen and (min-width: 768px) {
    header.header .main-navbar-wrapper .navbar-collapse {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media only screen and (max-width: 767px) {
    .navbar {
        padding-left: 0px;
        padding-right: 0px;
    }
    header.header .main-navbar-wrapper .navbar-collapse {
        padding-bottom: 20px !important;
    }
    header.header .main-navbar-wrapper .navbar-collapse .navbar-nav > li {
        padding: 6px 0px;
    }
}