.btn-checkout {
    font-size: 18px !important;
    font-weight: 600;
}

.order-summary {
    border-radius: 0 !important;
    border: 1px solid #0946ae;
}

#order-standard_cart .order-summary h2 {
    font-weight: 600;
}

.view-cart-items-header {
    border-radius: 0 !important;
    font-family: "Inter";
}

.summary-container {
    border-radius: 0 !important;
}

.btn-continue-shopping {
    font-size: 13px !important;
    color: #fff !important;
    font-weight: 500;
}

#order-standard_cart .view-cart-items-header {
    background-color: #0946ae;
}

#order-standard_cart .view-cart-items {
    border-color: #0946ae;
}

#order-standard_cart .empty-cart .btn {
    background-color: #0946ae;
}

.item-price span {
    font-weight: 600;
}

.item-price .cycle {
    font-weight: 400;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag{
    width: 80px;
}

.intl-tel-input.separate-dial-code .selected-dial-code{
    padding-left: 30px;
}

#order-standard_cart .prepend-icon{
    margin-bottom: 15px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text]{
    padding-left: 90px;
}

#totalDueToday {
    font-weight: 600;
}

#order-standard_cart .view-cart-items .item {
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 10px;
}

#order-standard_cart .view-cart-items .item:nth-child(even) {
    background-color: #fff;
}

#order-standard_cart .view-cart-items .item-title {
    font-weight: 600;
}

.nh-domainreg#order-standard_cart .cart-body, .nh-transfer#order-standard_cart .cart-body {
    width: 100%;
    float: none !important;
    padding: 0 !important;
}

.domain-checker-container {
    margin: 0 !important;
    border-radius: 0 !important;
}

.domain-checker-bg {
    background-image: url("../img/background.jpg");
    background-size: cover;
    background-position: center;
    padding: 130px 0 !important;
}

@media (max-width: 768px) {
    .domain-checker-bg {
        padding: 60px 0 !important;
    }
}

.nh-domainreg-title {
    color: #fff;
    text-align: center;
}

.nh-domainreg-desc {
    font-size: 24px;
    color: #f9f9f9;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}

#DomainSearchResults {
    background-color: #fff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    margin-top: 20px;
    margin-bottom: 20px;
}

.nh-transfer .form-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.nh-transfer#order-standard_cart {
    padding: 0 !important;
}

.nhc-radio {
    border: 1px solid #f1f1f1;
    display: block;
    cursor: pointer;
    margin-bottom: 10px;
    margin-right: 0 !important;
}

.nhc-radio:last-child {
    margin-bottom: 0;
}

.nhc-title label {
    font-size: 16px !important;
    color: #fff !important;
    padding: 0;
    margin: 0;
    font-family: "Inter";
}

.nhc-title {
    background-color: #0946ae;
    padding: 10px 20px;
}

.nhc-title label {
    font-weight: 500 !important;
    font-size: 15px;
}

.nhc-card {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    margin: 10px 0;
}

.nhc-card .form-group {
    padding: 20px;
}

.iradio_square-blue.checked > .nhc-radio {
    border-color: #000 !important;
}

.nhc-img {
    height: 32px;
    width: 32px;
    margin: 0 5px;
}

.priceDiv {
    padding: 20px;
    box-shadow: 0 !important;
    background-color: #fff !important;
    font-weight: 500;
    font-family: "Inter";
    font-size: 16px;
    transition: 0.3s !important;
}

.priceDiv:hover {
    background-color: rgba(0, 123, 255, 0.7) !important;
    color: #fff !important;
}

.selectedPrice {
    background-color: rgba(0, 123, 255, 0.8) !important;
    color: #fff !important;
}