@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Manrope:wght@400;500;600;700;800&display=swap');
body {
    font-family: 'Inter', sans-serif;
    color: var(--text-color);
}
:root {
    --black: #1B1616;
    --white: #fff;
    --grey: #6e6e6e;
    --btn-bgcolor: #E60A2A;
    --btn-color: #fff;
    --btn-border-color: #E60A2A;
    --btn-border-color-hover: #bd2130;
    --btn-bgcolor-hover: #bd2130;
    --btn-color-hover: #E60A2A;
    --heading-color: #3c3b3f;
}
.p-blue {
    background: #3498db;
}
.p-lightblue {
    background: #0cb4e5;
}
.p-green {
    background: #2dcc71;
}
.p-yellow {
    background: #edb800;
}
.p-purple {
    background: #9b58b5;
}
.m-cart-30 {
    margin: 30px !important;
}
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
}
body {
    background-color: #f8f8f7;
}
section#main-body {
    margin-top: 20px;
}
/* product page  */
#order-standard_cart .list-group .list-group-item.active:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 2px;
    background: var(--btn-bgcolor);
}
#order-standard_cart .cart-sidebar .list-group:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #e6e6e6;
}
.sidebar .card-sidebar .card-title,
body #order-standard_cart .cart-sidebar h3 {
    font-size: 17px;
    line-height: 24px;
    color: #474747;
    font-weight: 700;
}
body #order-standard_cart .cart-sidebar .list-group-item {
    font-size: 13px;
    line-height: 23px;
    color: #6b788b;
    padding-left: 25px;
    padding-right: 25px;
}
#order-standard_cart .cart-sidebar .list-group-item.active {
    background-color: transparent;
}
#order-standard_cart .cart-sidebar h3 i.fas.fa-chevron-up.panel-minimise {
    position: relative;
    top: 4px;
    cursor: pointer;
}
#order-standard_cart .cart-sidebar .panel-sidebar:first-child {
    border-radius: 3px 3px 0px 0px;
}
#order-standard_cart .cart-sidebar .panel-sidebar:last-child {
    border-radius: 0px 0px 3px 3px;
}
.sidebar .card-sidebar .list-group-item,
#order-standard_cart .cart-sidebar .list-group-item {
    font-weight: 600;
}
#order-standard_cart .cart-sidebar h3 i {
    font-size: 13px;
}
#order-standard_cart .cart-sidebar .panel-heading.card-header,
body #order-standard_cart .cart-sidebar .list-group-item {
    border: 0;
}
#order-standard_cart .cart-sidebar .list-group-item:hover,
#order-standard_cart .cart-sidebar .list-group-item.active,
#order-standard_cart .cart-sidebar .panel-heading.card-header {
    background-color: transparent;
}
#order-standard_cart .cart-sidebar .list-group-item:hover,
#order-standard_cart .cart-sidebar .list-group-item.active {
    color: #111;
}
#order-standard_cart .cart-sidebar .panel-heading.card-header h3.panel-title {
    margin-bottom: 4px;
}
#order-standard_cart .cart-sidebar .panel-heading.card-header i {
    display: none;
}
#order-standard_cart .cart-sidebar .panel-heading.card-header .fa-chevron-up {
    display: block;
}
#order-standard_cart .cart-sidebar .panel-sidebar:first-child h3.panel-title {
    text-indent: -5px;
}
#order-standard_cart .panel.card.mb-3.panel-sidebar {
    margin-bottom: 0 !important;
    border: 0;
    padding: 12px 0px 12px 0px;
}
#order-standard_cart .header-lined h1 {
    background-color: #fff;
    padding: 10px 22px;
    font-size: 20px;
    line-height: 30px;
    color: #27262A;
    font-weight: 700;
    box-shadow: 0px 1px 1.5px rgb(42 46 54 / 11%);
}
body #order-standard_cart .products#products .product header {
    background: transparent;
    margin-bottom: 15px;
}
body #order-standard_cart .products .product header span {
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    font-weight: 700;
}
#order-standard_cart .products .product div.product-desc ul li,
form#frmConfigureProduct .product-info ul li {
    font-size: 14px;
    line-height: 22px;
    color: #7c8088;
    font-weight: 400;
    margin-bottom: 12px;
    position: relative;
    list-style-type: none;
}
#order-standard_cart .products .product div.product-desc ul li b {
    color: #000;
}
#order-standard_cart .products .product div.product-desc ul li::before,
form#frmConfigureProduct .product-info ul li::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #b9b9b9;
    left: -12px;
    top: 8px;
}
body #order-standard_cart .products#products .product {
    /* padding: 35px 35px; */
    background-color: #ffffff;
    transition: all .3s ease-in-out;
}
#order-standard_cart .products .product div.product-desc ul.list,
body #order-standard_cart .products .product header {
    padding: 0;
}
body #order-standard_cart .products#products .product div.product-pricing span.price,
body #order-standard_cart .products .row.row-eq-height .product div.product-pricing span.price {
    font-size: 25px;
    line-height: 32px;
    color: #000000;
    font-weight: 800;
    position: relative;
    top: 7px;
    margin-right: 6px;
}
body #order-standard_cart .products#products .product div.product-pricing span.price {
    width: auto;
    float: left;
}
body #order-standard_cart .products .row.row-eq-height .product div.product-pricing span.price {
    font-size: 22px;
    display: inline-block;
    margin-bottom: 12px;
}
body #order-standard_cart .products .row.row-eq-height .product div.product-pricing span.price,
body #order-standard_cart .products .product footer,
body #order-standard_cart .products .product div.product-desc {
    width: 100%;
    text-align: left;
}
body #order-standard_cart .products .product footer,
body #order-standard_cart .products .product div.product-desc {
    margin: 0;
}
body #order-standard_cart .products#products .product div.product-pricing {
    /* display: flex; */
    align-items: center;
    margin-bottom: 25px;
}
body #order-standard_cart .products#products .product div.product-desc {
    border-top: 1px solid #e7e7e7;
    padding: 15px 14px 8px;
}
#order-standard_cart .products .product div.product-desc p {
    margin: 0;
}
body #order-standard_cart .products .row.row-eq-height .product div.product-desc,
#order-standard_cart .products .row.row-eq-height .product footer {
    border: 0;
    padding: 0;
}
#order-standard_cart .products .row.row-eq-height .product div.product-desc p {
    font-size: 14px;
    line-height: 23px;
    color: #7c8088;
    font-weight: 600;
}
body #order-standard_cart .products .row.row-eq-height .product div.product-pricing {
    font-size: 12px;
    color: #474747;
    font-weight: 600;
}
body #order-standard_cart .products .row.row-eq-height .product header {
    background: transparent;
    margin-bottom: 5px;
}
body #order-standard_cart .products .row.row-eq-height .product {
    padding: 25px 22px 28px;
    border: 0;
    box-shadow: 0px 1px 1.5px rgba(42, 46, 54, 0.11);
    height: 95%;
}
body #order-standard_cart .products .row.row-eq-height .product div.product-pricing {
    margin-bottom: 10px;
}
/* End product page  */
.custom-cart-btn {
    background: var(--btn-bgcolor);
    color: var(--btn-color);
    border-color: #e60a2a;
    border-radius: 0;
    padding: 10px 22px;
    font-size: 13px;
    font-weight: 600;
    clear: both;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border: 1px solid;
}
.custom-cart-btn:focus {
    outline: none;
}
.custom-cart-btn:hover {
    background: var(--btn-bgcolor-hover);
    border-color: var(--btn-border-color-hover);
}
.summary-product-nameprice {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F8F9FA;
    padding: 11px 15px 5px 17px;
    border: 1px solid #E9E9E9;
    font-size: 17px !important;
    margin: 10px 0;
}
.summary-product-nameprice .product-price {
    color: #7B90A0;
    font-weight: 700;
}
/* advertisement section  */
.advertisement-section {
    margin: 15px 0;
}
/* End advertisement section  */
.top-inner-domain-boxes {
    display: flex;
    gap: 20px;
    padding: 20px;
    width: 100%;
}
/* .domain-first {
    display: inline-block;
    padding: 20px 10px;
    text-align: center;
    margin: 0px 1px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
} */
/* .top-inner-domain .domain-first {
    width: 100%;
    max-width: 27%
} */
/* .domain-first.active {
    background: #fef3f4;
} */
.domain-first.active h5,
.domain-first.active i {
    color: var(--btn-bgcolor);
}
.domain-first i {
    font-size: 24px;
}
/*  */
.top-inner-domain-heading.header-lined {
    border: 1px solid #E9E9E9;
}
.top-inner-domain-heading.header-lined h2 {
    padding-top: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    padding-left: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 0;
    color: #27262A;
}
.domain-first {
    padding: 30px;
    border: 1px solid #E9E9E9;
    text-align: center;
    width: -webkit-fill-available;
    width: 100%;
    cursor: pointer;
}
.domain-first.active {
    background: #E60A2A0D;
    border: 1px solid #E60A2A66;
}
#order-standard_cart .view-cart-items .item-domain {
    color: #e60a2a !important;
    font-size: 15px;
}
.domain-first h5 {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #7B90A0;
    margin-bottom: 0;
}
/* .domain-first.active:after{
    background:url(../orderforms/narhost_cart/images/tick.svg);
    content: "";
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
} */
.domain-first {
    position: relative;
}
.domain-first.active:after {
    content: "";
    background: url(../images/tick.svg);
    width: 26px;
    height: 21px;
    position: absolute;
    top: 0;
    left: 0;
}
.advertisement-section {
    margin: 15px 0;
    margin-top: 0;
    background: url(../images/pgn.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 7px 0;
    background-position: 100%;
}
.advertisement-section a h1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin-left: 20px;
}
.advertisement-section a h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-left: 20px;
}
.advertisement-section a {
    margin-left: auto;
    max-width: 800px;
    width: 100%;
    display: block;
}
#order-standard_cart .domain-selection-options {
    border: 1px solid #E9E9E9;
    /* padding: 20px 0; */
}
#order-standard_cart .btn-primary {
    background: #E60A2A;
    color: #fff;
    border-radius: 0;
    border-color: #E60A2A;
    font-size: 17px;
    font-weight: 600;
}
#order-standard_cart .btn-success:focus {
    background: #E60A2A;
    color: #fff;
    border-radius: 0;
    border-color: #E60A2A;
    box-shadow: unset;
}
.domains-row .input-group {
    border: 1px solid #E9E9E9;
    padding: 5px;
    width: 100%;
}
.domains-row .input-group .input-group-addon.input-group-prepend span {
    background: #E60A2A0D !important;
    border: 1px solid #E60A2A66 !important;
    border-right: 1px solid #E60A2A66 !important;
    border-radius: 0 !important;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    color: #E60A2A;
}
.domains-row .input-group input {
    border-left: 0;
}
.domains-row .input-group input {
    background: transparent;
    border: 0 !important;
    /* border-left: 1px solid #E60A2A66 !important; */
}
.domains-row .input-group input {
    border-radius: 0 !important;
    background: transparent !important;
}
.domains-row select.form-control {
    width: 100%;
    display: block;
    margin: 0 0;
    -webkit-appearance: none;
    background: url(../images/down-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 10px !important;
    background-position: center right 15px !important;
    cursor: pointer;
}
.row.domains-row select#registertld,
.row.domains-row select#transfertld {
    height: 60px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    font-size: 16px;
    color: #7B90A0;
    padding: 10px;
    appearance: none;
    background-image: url(../images/select_arrow.svg) !important;
    background-size: 11px !important;
    background-repeat: no-repeat !important;
    background-position: 94% !important;
    border-radius: 0;
}
#order-standard_cart .domains-row {
    gap: 10px;
    flex-wrap: nowrap !important;
}
.domain-selection-options .option {
    padding: 0 !important;
}
div#domainincart .btn-primary {
    min-height: 60px;
}
.domain-selection-options .option h2.domain-input-heading {
    padding-left: 20px;
    padding-top: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    padding-left: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 0;
    color: #27262A;
}
#order-standard_cart .domain-input-group {
    display: none;
    margin: 10px 0 !important;
    padding: 10px 20px;
}
.domain-input-group .btn-primary {
    min-height: 60px;
}
input#owndomaintld {
    height: 60px !important;
}
#order-standard_cart .btn-primary:hover {
    background: #c82333;
    border-color: #bd2130;
}
#order-standard_cart .order-summary h2 {
    padding: 0;
    color: #27262A;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
}
.order-count-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 19px 20px;
}
#order-standard_cart .order-summary {
    background-color: #9999990D;
    border-radius: 20px;
    border: 3px dashed #e9e9e9;
    /* border-bottom: none; */
}
#order-standard_cart .domain-configure-summary .order-summary {
    border-bottom: none;
}
#order-standard_cart .summary-container {
    padding: 14px 20px;
    min-height: 100px;
    background-color: #FFFFFF;
    font-size: 16px;
    position: relative;
    border-radius: 20px;
}
.promo-code-form:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    border-top: 1px solid #E9E9E9;
}
.promo-code-form h3.promo-code-header {
    padding-top: 10px;
}
.promo-code-form:after {
    content: "";
    border-bottom: 1px solid #E9E9E9;
    width: 100%;
    position: absolute;
    left: 0;
}
.promo-code-form form {
    padding-bottom: 20px !important;
}
.summary-container .clearfix span:first-child {
    color: #7B90A0;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 6px;
    font-weight: 400;
}
#order-standard_cart .order-summary .summary-totals {
    border: 0;
    padding: 0;
}
.summary-totals .clearfix span {
    margin-top: 6px;
}
#order-standard_cart .order-summary .summary-totals:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #E9E9E9;
    width: 100%;
    left: 0;
}
#order-standard_cart .order-summary .summary-totals:before {
    content: "";
    position: absolute;
    border-top: 1px solid #E9E9E9;
    width: 100%;
    left: 0;
}
.summary-container .clearfix span:last-child {
    font-size: 16px;
    color: #27262A;
    font-weight: 600;
}
#order-standard_cart .summary-container .product-name {
    margin-bottom: 10px;
}
#order-standard_cart .order-summary .total-due-today span {
    display: block;
    text-align: left;
    color: #E60A2A;
    font-size: 18px !important;
    line-height: 25px;
    font-weight: 600;
}
.total-due-today {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
}
.narhost_cart_page .cart-body {
    width: 100% !important;
}
div#searchDomainInfo .domain-price {
    font-size: 18px;
    color: #27262A;
    font-weight: 600;
    background: #E60A2A0D;
    padding: 15px 22px;
    border-radius: 0;
    border: unset;
    margin-top: 10px;
    box-shadow: unset;
}
.spotlight-tld .btn:not(.domain-contact-support) {
    padding: 2px 10px;
    font-size: 17px;
    line-height: 1.5;
    border-radius: 0;
    background-color: #e60a2a;
    border-color: #e60a2a;
    color: #fff;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 32px;
}
.spotlight-tld .btn:not(.domain-contact-support):hover {
    background: #c82333;
    color: #fff;
    border-color: #bd2130;
}
.narhost_cart_page input#owndomaintld {
    background: transparent;
}
.spotlight-tld .btn:focus {
    box-shadow: unset;
}
#order-standard_cart .btn-checkout:hover {
    background: #e60a2aad;
}
#order-standard_cart .btn-checkout {
    padding: 10px;
    border-radius: 0;
    background: #e6072a;
    border-color: #e6072a;
    font-size: 16px;
}
span.loading {
    color: #fff;
}
#order-standard_cart .btn-checkout i {
    margin-left: 10px;
}
.narhost_cart_page #order-standard_cart .order-summary .total-due-today-padded {
    margin: 0 !important;
}
#order-standard_cart .order-summary .recurring-charges {
    color: #27262A !important;
}
.domain-first.active .domain-icons-svg-tabs img {
    filter: invert(15%) sepia(96%) saturate(5000%) hue-rotate(340deg) brightness(100%) contrast(95%);
}
#order-standard_cart .field-container ul.term-list.selectBillingCycle li {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 23px;
    padding-left: 0;
    color: #27262A;
    border-radius: 0;
    cursor: pointer;
}
/* #order-standard_cart .field-container ul.term-list.selectBillingCycle {
    padding-left: 20px;
} */
#order-standard_cart .field-container .form-groups h3 {
    font-size: 20px;
    line-height: 28px;
    color: #27262A;
    font-weight: 600;
    margin-top: 15px;
}
#order-standard_cart .view-cart-items-header {
    padding: 13px 15px;
    background-color: #e6072a !important;
}
#order-standard_cart .view-cart-items {
    border-bottom: 1px solid #e6072a;
}
#order-standard_cart .field-container ul.term-list.selectBillingCycle {
    display: flex;
    gap: 20px;
}
#order-standard_cart .field-container ul.term-list.selectBillingCycle li {
    background: #fff;
    width: -webkit-fill-available;
    padding: 30px;
    border: 1px solid #E9E9E9;
    text-align: center;
    position: relative;
}
#order-standard_cart .field-container ul.term-list.selectBillingCycle li strong {
    display: block;
}
#order-standard_cart .field-container ul.term-list.selectBillingCycle li.active {
    background: #E60A2A0D;
    border: 1px solid #E60A2A66;
}
#order-standard_cart .field-container ul.term-list.selectBillingCycle li.active:before {
    content: "";
    background: url(../images/tick.svg);
    width: 26px;
    height: 21px;
    position: absolute;
    top: 0;
    left: 0;
}
#order-standard_cart .modal-title i {
    font-size: 24px;
    color: #e60a2a;
    margin-bottom: 10px;
}
.btn {
    border-radius: unset;
}
.btn:focus,
.btn.focus {
    box-shadow: unset;
}
button.close:focus {
    outline: none;
}
#order-standard_cart .empty-cart .btn i {
    margin-right: 10px;
}
#order-standard_cart .empty-cart .btn {
    background-color: #e6072a;
}
#order-standard_cart .btn-primary:focus {
    box-shadow: unset;
}
/* div#containerNewUserSignup .row>* {
    width: 50%;
} */
button#btnAlreadyRegistered {
    background: #E60A2A;
    border-color: #E60A2A;
}
.narhost_cart_page span.added {
    font-size: 13px;
}
.narhost_cart_page span.to-add {
    font-size: 15px;
}
.narhost_cart_page .spotlight-tld {
    height: 100%;
    padding-bottom: 0;
}
.checkout-empty-section a#checkout {
    width: 100%;
}
.checkout-empty-section .empty-cart {
    text-align: center !important;
    margin: 10px !important;
}
.checkout-empty-section .empty-cart button {
    border-radius: unset !important;
    border: 0 !important;
    color: #7B90A0 !important;
    background: unset !important;
    font-size: 15px;
}
.checkout-empty-section .empty-cart button i {
    margin-right: 10px;
}
.checkout-empty-section .empty-cart button:hover {
    text-decoration: unset;
}
.checkout-empty-section a {
    width: 100%;
}
/* .secondary-cart-body .advertisement-section {
    background-position: left;
} */
#domainregister input#registersld,
#domainowndomain input#owndomainsld {
    height: 49px;
}
.secondary-cart-body .advertisement-section a h1 {
    margin-left: 170px;
}
.secondary-cart-body .advertisement-section a h2 {
    margin-left: 180px;
    font-size: 13px;
    line-height: 18px;
}
button#btnCompleteProductConfig i {
    margin-left: 10px;
}
.configure-product-section .order-summary {
    margin-bottom: 0 !important;
}
.configure-product-checkbtn button {
    width: 100%;
    padding: 10px;
}
.configure-product-checkbtn {
    padding: 0 20px;
    
    border-top: unset;
    padding-top: 10px;
    padding-bottom: 10px;
}
#order-standard_cart .order-summary .total-due-today-padded {
    margin: 10px 0;
}
#order-standard_cart .sub-heading span,
#order-standard_cart .sub-heading-borderless span {
    color: #27262A;
    top: -9px;
    font-size: 13px;
}
#order-standard_cart .prepend-icon .field-icon {
    line-height: 56px;
}
div#domainRegistrantInputFields.row>* {
    width: 50% !important;
}
.custom-quantity-configoption .irs-single:after {
    border-color: #e60a2a !important;
}
/* div#containerPassword.row>* {
    width: 50%;
} */
/* div#containerExistingUserSignin .row>* {
    width: 50%;
} */
.form-configure-domains-sec input#inputEppcode0 {
    padding-left: 20px;
}
.bootstap-section .btn.focus,
.bootstap-section .btn:focus {
    box-shadow: unset !important;
}
#order-standard_cart .prepend-icon select {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    font-size: 16px;
    color: #a8b0b9;
    padding: 10px;
    appearance: none;
    background-image: url(../images/select_arrow.svg) !important;
    background-size: 11px !important;
    background-repeat: no-repeat !important;
    background-position: 94% !important;
}
.custom-principle-dsection.row>* {
    width: 100% !important;
}
.order-information-notes.row>* {
    width: 100% !important;
}
.custom-principle-dsection #inputDomainContact {
    margin-top: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    font-size: 16px;
    color: #a8b0b9;
    padding: 10px;
    appearance: none;
    background-image: url(../images/select_arrow.svg) !important;
    background-size: 11px !important;
    background-repeat: no-repeat !important;
    background-position: 98% !important;
}
.marketing-email-optin p {
    margin: 10px 0;
    color: #27262A;
}
button#btnAlreadyRegistered {
    border-color: #7B90A01A;
    background: #7B90A01A;
    color: #7B90A0;
}
/* .checkout-page-main {
    background: #fff;
    padding: 20px !important;
    border: 1px solid #E9E9E9;
} */
/* .checkout-page-main .cart-body.secondary-cart-body {
    background: #fff;
} */
.sectionbilling-option ul.term-list.selectBillingCycle li {
    max-width: 184px;
}
.custom-configoption-section ul.config-options li {
    background: #fff;
    width: -webkit-fill-available;
    border: 1px solid #E9E9E9;
    text-align: center;
    position: relative;
}
.custom-configoption-section ul.config-options li label {
    padding: 20px 20px;
}
.domains-row select#incartsld {
    height: 60px;
    border-radius: 0 !important;
    font-size: 16px;
    color: #a8b0b9;
    padding: 10px;
    appearance: none;
    background-image: url(../images/select_arrow.svg) !important;
    background-size: 11px !important;
    background-repeat: no-repeat !important;
    background-position: 98% !important;
}
/* div#containerNewUserSignup, div#containerExistingUserSignin , .order-information-notes {
    padding: 0 20px;
} */
/* form#frmCheckout {
    padding: 0 20px;
} */
/* div#containerNewUserSecurity {
    padding: 0 20px;
} */
#containerExistingAccountSelect .account {
    height: 100%;
    max-height: 150px;
}
#containerExistingAccountSelect .col-sm-12 {
    border: 1px solid #ddd;
}
#containerExistingAccountSelect .account label {
   padding: 30px 0;
}
.already-registered {
    padding: 0 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
button#btnExistingLogin {
    margin-bottom: 10px;
}
div#paymentGatewaysContainer p {
    font-size: 18px;
    /* padding-left: 20px; */
}
div#paymentGatewaysContainer .text-centers {
    margin-top: 10px;
}
.narhost_cart_page .narhost_cart_page .spotlight-tld-container.spotlight-tld-container-8 .spotlight-tld {
    display: flex;
    align-items: center;
}
#order-standard_cart .domain-selection-options .option-selected {
    background-color: #fff;
}
.narhost_cart_page div#domainincart {
    background: #fff !important;
    margin: 10px 0 !important;
}
.form-configure-domains-sec .cart-body {
    background: #fff;
    border: 1px solid #E9E9E9;
    padding: 0 20px !important;
}
.addon-products .panel.panel-default.panel-addon {
    background: #E9E9E95e;
    padding: 20px;
    border: 1px solid #E9E9E9;
    min-height: 200px;
}
#order-standard_cart.checkout-page-main .cc-input-container {
    background-color: #fff !important;
    margin: 0 10px 10px;
}
.more-suggestions a {
    color: #e60a2a;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 50px;
    display: inline-block;
    border: 1px solid #e60a2a;
    border-radius: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.more-suggestions {
    background: transparent !important;
    padding: 0;
    margin-bottom: 3px;
}
.addon-products .panel.panel-default.panel-addon-selected {
    border-color: #E60A2A66 !important;
    background: #E60A2A0D;
}
.form-configure-domains-sec .text-center.pt-4 {
    padding-bottom: 30px;
}
#order-standard_cart .panel-addon .panel-price {
    padding: 10px;
    background-color: #e8e8e8;
    margin-top: 20px;
}
.form-configure-domains-sec .cart-body {
    background: #fff;
    border: 1px solid #E9E9E9;
    padding: 0 20px !important;
}
.custom-configoption-section .form-group h5 {
    color: #27262A;
    font-size: 25px;
}
.custom-configoption-section .form-group h5 {
    color: #27262A;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
}
.config-options.list-unstyled .config-option-grid {
    margin-bottom: 20px;
    height: 100%;
}
.config-options.list-unstyled .config-option-grid:last-child {
    margin-bottom: 0;
}
.custom-quantity-configoption label {
    font-size: 16px !important;
    margin-bottom: 10px;
    color: #27262A !important;
    font-weight: 600 !important;
    padding-left: 15px !important;
    padding-top: 15px !important;
}
.custom-quantity-configoption .form-group {
    padding: 15px 25px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 0 !important;
}
.custom-quantity-configoption label.radio-main-heading {
    border-top: 1px solid #E9E9E9;
    display: block;
    margin-right: 0 !important;
    border-bottom: 1px solid #E9E9E9 !important;
    padding-bottom: 15px;
}
.custom-yesno-configoption label {
    border-top: 1px solid #e9e9e9;
}
.config-options.list-unstyled li.config-option-item label,
.custom-radio-configoption .custom-radio-label {
    display: flex;
}
.custom-radio-configoption .form-group.row br {
    display: none;
}
.custom-radio-configoption .form-group.row {
    /* padding: 15px !important; */
    margin: 0;
}
.configoption-image-wrapper img {
    filter: grayscale(11) brightness(0.9);
}
.config-options.list-unstyled li.config-option-item.active .configoption-image-wrapper img,
.custom-radio-configoption label.active .configoption-image-wrapper img {
    filter: unset;
}
.custom-radio-configoption label.active .configoption-image-wrapper .option-price {
    background: var(--btn-bgcolor) !important;
    padding: 3px 5px;
    border-radius: 30px;
    color: white;
    font-size: 14px;
}
.configoption-image-wrapper p {
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
    color: #27262A;
    margin: 0 !important;
}
.configoption-image-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
}
.custom-configoption-section .config-options.list-unstyled li label {
    padding: 0;
    margin: 0;
}
.custom-configoption-section .config-options.list-unstyled li label {
    margin: 0 !important;
    padding: 0 !important;
}
.custom-configoption-section .config-options.list-unstyled li {
    padding: 15px 10px;
    cursor: pointer;
    text-align: left;
    height: 100%;
}
.custom-configoption-section .config-options.list-unstyled li.config-option-item.active label {
    font-weight: 700 !important;
}
#order-standard_cart .order-summary .loader {
    color: #E60A2A;
}
.product-configurable-options {
    border: 1px solid #E9E9E9;
    background: #fff;
    /* padding: 25px; */
}
.config-options.list-unstyled {
    border-bottom: 1px solid #E9E9E9;
}
.custom-configoption-section h5 {
    padding: 15px;
    border-bottom: 1px solid #E9E9E9;
}
.config-options.list-unstyled {
    padding: 25px 15px !important;
    margin-bottom: 0 !important;
}
.custom-configoption-section .form-group {
    margin-bottom: 0 !important;
}
.config-options.list-unstyled li.config-option-item.active {
    background: #E60A2A0D !important;
    border: 1px solid #E60A2A66 !important;
}
.config-options.list-unstyled li.config-option-item .iradio_square-blue {
    display: none;
}
.config-options.list-unstyled li {
    text-align: left;
}
.config-options.list-unstyled li.config-option-item label {
    cursor: pointer;
}
.custom-configoption-section .config-options.list-unstyled li.config-option-item.active label {
    font-weight: 700 !important;
}
#order-standard_cart #productAddonsContainer .panel-addon {
    text-align: left;
    background: #fff;
    margin-bottom: 20px;
}
#order-standard_cart #productAddonsContainer .panel-addon .panel-body {
    padding: 0 !important;
}
/* radio button */
.custom-configoption-section .config-options.list-unstyled li .radio-option {
    position: relative;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    border: 1px solid #E60A2A1A;
    background: #E60A2A0D !important;
}
.custom-configoption-section .config-options.list-unstyled li.active .radio-option {
    background-color: #f55b61;
    border-color: #f55b61;
}
.custom-configoption-section .config-options.list-unstyled li.active .radio-option:after {
    content: "";
    position: absolute;
    background-color: transparent;
    width: 11px;
    height: 11px;
    left: 50%;
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: opacity 0.25s ease-out;
}
.custom-configoption-section .config-options.list-unstyled li .radio-option:after {
    content: "";
    opacity: 0;
}
.custom-configoption-section .config-options.list-unstyled li.config-option-item.active .radio-option {
    border: 3px solid #e6072a;
}
#order-standard_cart #productAddonsContainer .panel-addon .panel-body .icheckbox_square-blue {
    display: none;
}
#productAddonsContainer .addon-image-label {
    display: flex;
    gap: 10px;
}
#productAddonsContainer .addon-image-label p {
    font-size: 16px;
    line-height: 24px;
    color: #27262A;
}
#productAddonsContainer .addon-image-label strong {
    font-size: 15px;
    color: #7B90A0;
    font-weight: 600;
}
button.btn.btn-link.btn-xs.btn-remove-from-cart:focus {
    box-shadow: none;
}
#productAddonsContainer .addon-image-label p {
    margin-bottom: 0;
}
form#frmConfigureProduct #productAddonsContainer .panel-addon {
    min-height: auto;
}
/* ------------------------------- */
#order-standard_cart #productAddonsContainer .panel-addon .panel-body label .radio-option {
    position: relative;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    border: 1px solid #E60A2A1A;
    background: #E60A2A0D !important;
}
#order-standard_cart #productAddonsContainer .panel-addon.panel-addon-selected .panel-body label .radio-option {
    background-color: #f55b61;
    border-color: #f55b61;
}
#order-standard_cart #productAddonsContainer .panel-addon.panel-addon-selected .panel-body label .radio-option:after {
    content: "";
    position: absolute;
    background-color: transparent;
    width: 11px;
    height: 11px;
    left: 50%;
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: opacity 0.25s ease-out;
}
#order-standard_cart #productAddonsContainer .panel-addon .panel-body label .radio-option:after {
    content: "";
    opacity: 0;
}
#order-standard_cart #productAddonsContainer .panel-addon.panel-addon-selected .panel-body label .radio-option {
    border: 3px solid #e6072a;
}
form#frmConfigureProduct .field-container.sectionbilling-option {
    border: 1px solid #E9E9E9;
    margin-top: 15px;
    margin-bottom: 20px !important;
}
form#frmConfigureProduct .field-container.sectionbilling-option ul.term-list.selectBillingCycle {
    padding: 20px 15px;
    background: #fff;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
form#frmConfigureProduct .field-container.sectionbilling-option h3 {
    padding-left: 15px;
    margin-top: 0 !important;
    padding-top: 15px;
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 15px;
    margin-bottom: 0;
    background: #fff;
    font-size: 18px;
    line-height: 23px;
    color: #27262A;
}
.narhost_cart_page .sub-heading-sec {
    background: #fff;
    padding: 15px;
    border-top: 1px solid #E9E9E9;
    margin-bottom: 10px;
}
.sub-heading-sec.additional-notes-section {
    border-top: 1px solid #E9E9E9;
}
.row.domains-row input#transfersld {
    height: 49px;
}
.narhost_cart_page .sub-heading-sec h4 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 0;
    color: #27262A;
}
div#productAddonsContainer .description h3 {
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 0;
    color: #27262A;
    margin-bottom: 7px;
}
#order-standard_cart .addon-promo-container a {
    color: #e60a2a;
}
#order-standard_cart.narhost_cart_page .addon-promo-container {
    margin: 0 !important;
}
div#productAddonsContainer {
    margin-top: 20px;
}
#productAddonsContainer .row.addon-products {
    background: #ffff;
    margin: 0;
    border: 1px solid #e9e9e9;
    padding-top: 20px;
}
#order-standard_cart .view-cart-items .item:nth-child(even) {
    background: #E60A2A0D;
}
.narhost_cart_page .view-cart-items span.item-title a {
    color: #27262A;
    font-size: 14px;
}
.narhost_cart_page .view-cart-items .item-title {
    font-size: 16px !important;
    color: #27262A;
    line-height: 23px;
    font-weight: 500;
}
.narhost_cart_page .view-cart-items .item-group {
    font-size: 16px;
    color: #7B90A0;
}
.narhost_cart_page .view-cart-items .item-price .cycle {
    font-size: 14px;
    color: #7B90A0;
    line-height: 22px;
}
.narhost_cart_page .order-summary .bordered-totals {
    position: unset !important;
}
/* .narhost_cart_page .order-summary .bordered-totals:after {
    position: absolute;
    left: 0;
    border-bottom: 1px solid #E9E9E9;
    width: 100%;
    content: "";
} */
.narhost_cart_page .order-summary .bordered-totals {
    border-bottom: unset;
}
.narhost_cart_page .custom-radio-configoption .form-group,
.custom-yesno-configoption .form-group {
    display: flex;
    gap: 20px;
    width: 100%;
    padding: 15px 0;
}
.narhost_cart_page .custom-radio-configoption .form-group label,
.custom-yesno-configoption .form-group label {
    border: 1px solid #e9e9e9;
    padding: 15px;
    margin: 0 !important;
    font-weight: 600 !important;
    color: #27262A !important;
}
body .narhost_cart_page .custom-radio-configoption label.radio-main-heading,
.custom-yesno-configoption label.radio-main-heading {
    padding: 15px !important;
    color: #27262A !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 23px !important;
    display: block;
    border-bottom: 1px solid #e9e9e9;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}
.custom-yesno-configoption .form-group label.radio-main-heading {
    border-top: 1px solid #e9e9e9;
}
.order-count-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 19px 20px;
    align-items: center;
 
}
#order-standard_cart .order-summary .loader {
    top: 6px !important;
}
.custom-radio-configoption label.active,
.custom-yesno-configoption label.active {
    background: #fef3f4;
    border: 1px solid #f496a3 !important;
}
.custom-radio-configoption img {
    width: 30px;
    height: 35px;
    object-fit: contain;
}
.custom-radio-configoption .form-group.row {
    padding: 15px !important;
}
.form-configure-domains-sec .cart-body {
    padding: 0 !important;
}
form#frmConfigureDomains {
    padding: 0 25px;
}
.custom-quantity-configoption-inner input {
    height: 20px !important;
    display: flex;
    align-items: center;
}
.custom-quantity-configoption-inner {
    display: flex;
    align-items: center;
    gap: 10px;
}
span#cartItemCount {
    border: 1px solid #7B90A033;
    color: #7B90A0;
    padding: 10px 20px;
    background: #7B90A01A;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    border-radius: 20px;
}
.icheckbox_square-blue,
.iradio_square-blue {
    background-image: url(../css/blue.png);
}
.icheckbox_square-blue.checked {
    background-position: -48px 0;
}
.narhost_cart_page .info-text-sm {
    font-size: 14px;
    text-align: left !important;
    background: #E60A2A;
    color: #FFFFFF;
}
.narhost_cart_page .info-text-sm a {
    color: #fff;
}
.custom-yesno-configoption .icheckbox_square-blue,
.custom-radio-configoption .icheckbox_square-blue {
    display: none;
}
.custom-radio-configoption .iradio_square-blue {
    display: none;
}
.custom-yesno-configoption .radio-option,
.custom-radio-configoption .radio-option {
    position: relative;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    border: 1px solid #E60A2A1A;
    background: #E60A2A0D !important;
    top: 6px;
}
.custom-yesno-configoption label.active .radio-option,
.custom-radio-configoption label.active .radio-option {
    border: 3px solid #e6072a;
}
.custom-yesno-configoption .radio-option:after,
.custom-radio-configoption .radio-option:after {
    content: "";
    opacity: 0;
}
#calcTaxes .tax-cal-header,
.promo-code-form .promo-code-header {
    font-size: 16px;
    color: #27262A;
}
.promo-code-form {
    margin-top: 10px;
    margin-bottom: 20px;
}
.promo-code-form form {
    display: flex;
    align-items: center;
    padding: 0;
    /* border: 1px dashed #ffffff; */
    margin-top: 0px;
    justify-content: space-between;
}
.promo-code-form button {
    padding: 9px 10px;
    margin: 0;
    font-size: 10px;
    background: #E60A2A;
    color: #fff;
    position: absolute;
    right: 30px;
    width: 30px;
    height: 30px;
}
.promo-code-form form .form-group.prepend-icon input {
    font-size: 14px;
    line-height: 23px;
    color: #27262A;
}
.promo-code-form form .form-group.prepend-icon label.field-icon {
    line-height: 46px !important;
    border-right: 1px solid #E9E9E9;
    margin-bottom: 0 !important;
}
.promo-code-form form .prepend-icon .field-icon {
    bottom: 0;
}
.promo-code-form form .form-group.prepend-icon {
    margin-bottom: 0;
}
.promo-code-form form .form-group.prepend-icon label.field-icon {
    height: auto !important;
}
.promo-code-form form .form-group.prepend-icon input {
    padding-left: 45px !important;
    font-size: 14px;
    height: 46px !important;
}
#order-standard_cart #calcTaxes label {
    color: #7B90A0;
    font-weight: 600;
}
div#calcTaxes form input,
div#calcTaxes form select {
    height: 45px !important;
}
div#calcTaxes:after {
    border-bottom: 1px solid #E9E9E9;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
}
#order-standard_cart .order-summary .subtotal,
#order-standard_cart .order-summary .bordered-totals {
    border-bottom: unset !important;
}
#order-standard_cart .mc-promo .body {
    border-top: unset;
}
button#btnNewUserSignup {
    border: 1px solid #7B90A033;
    color: #7B90A0;
    font-size: 12px;
    font-weight: 600;
    background: #7B90A01A;
}
#order-standard_cart .mc-promo {
    border: 1px dashed #E9E9E9 !important;
}
.cta button.btn-add {
    height: unset;
}
#order-standard_cart .view-cart-items small {
    font-size: 14px;
    color: #7B90A0;
    line-height: 23px;
    margin-top: 5px;
    display: block;
}
#orderSummary #calcTaxes .text-center button.button-style.hx-primary-btn {
    width: 100%;
    background: #E60A2A;
    color: #fff;
    border: 1px solid transparent;
    padding: 10px;
}
#DomainSearchResults .suggested-domains .btn-add-to-cart.product-domain,
div#domainSuggestions .btn-add-to-cart {
    padding: 9px 11px;
    background: #e60a2a;
    color: #fff;
    width: auto;
    border-radius: 0;
    border: transparent;
    height: unset;
}
.more-suggestions a {
    color: #e60a2a;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 50px;
    display: inline-block;
    border: 1px solid #e60a2a;
    border-radius: 2px;
    margin-top: 20px;
}
.domain-suggestions-warning p {
    font-size: 16px;
    color: #7B90A0;
    line-height: 23px;
}
#DomainSearchResults .domain-suggestions-warning p {
    color: #7B90A0;
    font-weight: 600;
    font-size: 16px;
    max-width: 600px;
    margin: auto;
    padding: 5px 0;
}
.more-suggestions {
    background: transparent;
    padding: 0;
    margin-bottom: 3px;
}
ul li {
    list-style-type: none;
}
.suggested-domains .domain-suggestion.list-group-item {
    padding: 30px;
    margin: 0;
}
#domainSuggestions .domain-suggestion.list-group-item:nth-child(2) {
    border-top: 2px solid #F3F3F3 !important;
}
.suggested-domains .domain-suggestion.list-group-item:nth-child(odd) {
    background: #E60A2A0D;
}
.suggested-domains .card-header,
.suggested-domains .panel-heading {
    border-color: #E9E9E9;
}
.custom-quantity-configoption span.irs-bar {
    background-image: none;
    background-color: #e60a2a;
}
.custom-quantity-configoption span.irs-bar-edge {
    background-image: none;
    background-color: #ff0000;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.custom-quantity-configoption span.irs-single {
    background: #e60a2a;
}
.custom-marketconnect-heading .sub-heading {
    border-top: 0 !important;
    text-align: left !important;
    border: 1px solid #E9E9E9 !important;
    padding-top: 10px;
    padding-bottom: 40px;
}
.custom-marketconnect-heading .sub-heading span {
    background: unset;
    font-size: 18px !important;
    font-weight: 600;
    position: unset !important;
    color: #27262A !important;
}
.btn-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: unset;
}
.pre-card-wrapper {
    background: linear-gradient(75.59deg, #27262A 49.64%, #E60A2A 105.84%);
    padding: 20px;
}
.sub-heading-sec.custom-heading-sec {
    margin: 10px 0;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    padding: 15px 0;
}
.form-configure-domains-sec .sub-heading-sec {
    margin-top: 15px;
}

.pre-card-back label {
    color: #fff !important;
}
.precard-heading label {
    color: #7B90A0 !important;
    font-size: 13px !important;
    line-height: 18px;
}
.pre-card-details {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 14px;
}
.precard-heading h4 {
    color: #fff;
    font-size: 22px;
    line-height: 28px;
}
.pre-card-details h5 {
    color: #fff;
    font-size: 18px;
    margin-top: 21px;
}
div#cvv-field-container button.btn.btn-default:hover {
    background: unset;
    border: unset;
}
#order-standard_cart .cc-input-container {
    padding: 25px;
}
button#btnCompleteOrder {
    margin-top: 20px;
}
.back-button-sec {
    margin-bottom: 10px;
}
#order-standard_cart .view-cart-items .item {
    border: 1px solid #f3f3f3;
    padding: 20px;
}
.config-options.list-unstyled li.config-option-item .configoption-image-wrapper img,
.custom-yesno-configoption img,
.custom-radio-configoption img {
    max-width: 32px;
}
.cart-store-box h3 {
    font-size: 20px;
    line-height: 28px;
    color: #27262A;
}
/* ------------------------------- */
/*-------------------------------- common css Start --------------------------------------------------------*/
.narhost_cart_page .row>* {
    width: unset;
}
ul.term-list.selectBillingCycle li .iradio_square-blue {
    display: none;
}
/* #order-standard_cart .cart-body{
    background-color: #fff !important;
}
#order-standard_cart .cart-body {
    border: 1px solid #E9E9E9;
} */
#order-standard_cart .prepend-icon .field {
    height: 55px;
    border-radius: 0;
}
#order-standard_cart .mc-promos {
    margin: 20px auto;
    max-width: unset;
}
.narhost_cart_page div#domainSuggestions::before {
    content: none;
}
/* #order-standard_cart .field,
#order-standard_cart .form-control {
    height: 55px;
} */
/* input#registersld {
    height: 50px;
} */
div#productAddonsContainer {
    background: #fff;
}
.narhost_cart_page.checkout-page-main .cart-body.secondary-cart-body {
    width: 65% !important;
}
.custom-marketconnect-heading .sub-heading {
    border-bottom: 1px solid #E9E9E9 !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
input::placeholder,
select::placeholder {
    color: #7B90A0;
}
.narhost_cart_page input#inputPhone {
    height: 55px;
}
.narhost_cart_page.checkout-page-main .checkout-page-wrapper {
    background: #fff;
    padding: 5px 10px;
}
.back-button-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.back-button-sec button {
    margin-right: 0;
}
.back-button-sec h1 {
    font-size: 23px;
    line-height: 29px;
    color: #27262A;
}
div#paymentGatewaysContainer {
    background: #fff;
    /* padding: 10px; */
    /* margin-bottom: 0; */
    border: 1px solid #E9E9E9;
}
div#paymentGatewaysContainer p {
    border-bottom: 1px solid #E9E9E9;
    padding: 20px;
    font-weight: 700;
    font-size: 18px;
    color: #27262A !important;
}
div#paymentGatewaysContainer .text-centers {
    padding: 10px 20px;
}
.configure-domain-addons .domain-addon-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.configure-domain-addons .domain-addon-wrapper p {
    margin-bottom: 0;
}
.configure-domain-addons .domain-addon-wrapper .panel-price {
    margin-top: 0 !important;
}
.configure-domain-addons .panel.panel-default.panel-addon .panel-body .domain-configlb-box {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: left;
}
.configure-domain-addons .col-md-12.mb-3.dconfigure-click-sec .panel-price {
    display: none;
}
.configure-domain-addons .col-md-12.mb-3.dconfigure-click-sec .panel-add {
    display: none !important;
}
p.domain-addon-desc {
    color: #7B90A0;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}
/*-------------------------------- common css End --------------------------------------------------------*/
/* credit card  */
.pre-card-wrapper {
    perspective: 1000px;
    position: relative;
    /* width: 380px; */
}
.pre-card-front,
.pre-card-back {
    width: 100%;
    backface-visibility: hidden;
    transition: transform 0.6s;
    /* position: absolute; */
    top: 0;
    left: 0;
}
.pre-card-front {
    z-index: 2;
}
.pre-card-back {
    max-height: 40px;
}
.card-holder-name {
    text-transform: uppercase;
}
.pre-card-back {
    transform: rotateY(180deg);
}
.pre-card-wrapper.flip .pre-card-front {
    transform: rotateY(180deg);
}
.pre-card-wrapper.flip .pre-card-back {
    transform: rotateY(0deg);
}
.bootstap-section .item-price .dropdown-menu {
    right: 0 !important;
    left: unset !important;
}
/* .bootstap-section .item-price .dropdown-menu[x-placement^="top"] {
    right: auto !important;
} */
.domain-checker-bg.clearfix {
    background: #fff;
    padding: 30px 0px;
}
.domain-checker-container .domain-register-heading span {
    color: #27262A;
    font-size: 18px;
    padding: 20px;
    display: block;
    font-weight: 700;
}
.domain-checker-container {
    background: #fff;
    border: 1px solid #E9E9E9;
    border-radius: 0px;
}
.domain-register-heading {
    border-bottom: 1px solid #E9E9E9;
}
.domain-input-wrapper {
    border: 1px solid #E9E9E9;
    padding: 8px;
    display: flex;
}
input#inputDomain {
    border: transparent;
    padding: 0;
}
span.domain-rigister-www {
    background: #FEF3F4;
    border: 1px solid #dc0023;
    padding: 7px 15px;
    color: #dc0023;
    font-size: 15px;
    margin-right: 10px;
}
.domain-input-wrapper .offset-md-2 {
    margin-left: 8.3333333333%;
}
.domain-checker-container .input-group.input-group-lg.input-group-box {
    flex-wrap: nowrap;
}
.domain-checker-container .domain-input-wrapper {
    width: 100%;
}
button#btnCheckAvailability {
    min-height: 60px;
    margin-left: 10px;
    background: #E60A2A;
    border-color: #E60A2A;
}
.domain-checker-container .spotlight-tld {
    padding-bottom: 0 !important;
    height: 105px;
}
.domain-pricing {
    background: #FFF;
    padding: 6px 20px 20px;
    border: 1px solid #E9E9E9;
}
.tld-filters a.badge-secondary:hover,
.tld-filters a.badge-secondary:focus {
    color: #fff;
    background-color: #dc0023;
    border-color: #dc0023;
}
.tld-filters a {
    color: #2d2d2d;
    background-color: #ffffff;
    border: 1px solid #E9E9E9;
    padding: 6px 11px !important;
    font-size: 13px !important;
}
.domain-pricing .bg-white {
    border: 1px solid #E9E9E9;
}
.domain-pricing .tld-row {
    border-bottom: transparent;
}
.spotlight-tld {
    height: 100px;
    padding-bottom: 0 !important;
}
.domain-checker-result-headline {
    margin: 20px 0px;
}
.spotlight-tlds {
    padding: 7px 0px;
}
div#searchDomainInfo .domain-price button.btn.btn-primary.btn-add-to-cart,
.domain-promo-box a.btn {
    background: #dc0023;
    border-color: #dc0023;
    color: #fff;
}
.domain-promo-box {
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    color: #333;
    border-radius: 0px;
}
.domain-promo-box p.font-bold.text-warning,
.domain-promo-box p.font-bold.text-primary {
    color: #d2001b !important;
}
.domain-pricing .tld-pricing-header .col-sm-2,
.domain-pricing .tld-pricing-header .col-sm-4,
.domain-pricing .tld-pricing-header .col-xs-2,
.domain-pricing .tld-pricing-header .col-xs-4,
.domain-pricing .tld-pricing-header .tld-column {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: transparent;
    background-color: #efefef !important;
    border-radius: 4px 4px 0 0;
}
#order-standard_cart.domain-register-page .cart-body,
#order-standard_cart.domain-transfer-page .cart-body {
    width: 100%;
    padding: 50px 0px;
}
#order-standard_cart.domain-register-page input#inputDomain {
    border: transparent !important;
}
.featured-tld .price {
    background-color: #dc0023 !important;
    color: #fff;
    border-radius: 0 0 0px 0px;
}
.featured-tld {
    margin: 0 0 20px 0;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #E9E9E9;
}
.featured-tld .img-container img {
    max-width: 38%;
    max-height: unset;
}
.domain-transfer-page .panel-heading.card-header.pb-0 {
    padding: 20px !important;
    background: #FFF;
}
.domain-transfer-page .panel-heading.card-header.pb-0 h3.panel-title.card-title.font-size-24.mb-2 {
    margin-bottom: 0 !important;
}
.domain-transfer-page .panel-footer.card-footer {
    background: #FFF;
}
.form-configure-domains-sec p {
    FONT-SIZE: 16PX;
    line-height: 25px;
    margin-bottom: 15px;
}
.form-configure-domains-sec .bootstap-section {
    /* background: #FEF3F4; */
    background: #E9E9E95e;
    padding: 20px;
    margin: 0;
    border: 1px solid #ddd;
    margin-top: 15px;
}
.domain-configuraion-wrapper {
    margin-bottom: 20px;
}
#order-standard_cart .view-cart-items .item-price .cycle {
    font-size: 15px;
}
#order-standard_cart label,
#order-standard_cart p.domain-renewal-desc,
.service-renewals .div-renewal-period-label {
    color: #7B90A0;
    font-size: 14px;
    font-weight: 400;
}
#order-standard_cart .mc-promo .arrow {
    display: inline-block;
    padding: 2px 8px;
    background-color: #19191a ! IMPORTANT;
    COLOR: #FFF;
}
#order-standard_cart .mc-promo .btn-add {
    padding: 0;
    background-color: #dc0023 !important;
    font-size: 1em;
}
#order-standard_cart .mc-promo .expander {
    color: #19191a ! IMPORTANT;
}
#order-standard_cart .mc-promo .price {
    padding: 4px 0;
    font-size: 1.15em;
    color: #19191a !important;
}
.narhost_cart_page.checkout-page-main .checkout-page-wrapper .row.bootstap-section {
    margin: 0;
}
form#frmDomainTransfer .pull-right.float-right {
    color: #19191a;
}
.narhost_cart_page.checkout-page-main .checkout-page-wrapper div#creditCardInputFields .row.bootstap-section {
    margin-right: -15px;
    margin-left: -15px;
}
.configure-domain-addons .panel.panel-default.panel-addon {
    text-align: left !important;
}
.configure-domain-addons .panel.panel-default.panel-addon {
    min-height: unset;
}
.configure-domain-addons {
    background: #fff !important;
    border-color: #e9e9e9 !important;
}
.checkout-page-main .bootstap-section .progress-bar-striped {
    height: 16px;
}
.checkout-page-main .bootstap-section .progress {
    display: block;
}
/* modal cs  */
.order-summary .product-addons-summry {
    margin: 15px -20px;
    background: #E60A2A1A;
    padding: 16px 15px;
    border: 1px solid #ff00251a;
}
#modalGeneratePassword .modal-header.bg-primary.text-white {
    background-color: #e6072a !important;
    color: #fff !important;
}
#modalGeneratePassword button#btnGeneratePasswordInsert {
    background: #e6072a;
    border-color: #e6072a;
}
#modalGeneratePassword h4.modal-title,
#modalGeneratePassword .modal-header>.close {
    color: #fff !important;
}
button.btn.generate-password.custom-cart-btn {
    color: #fff;
    background: #e6072a;
    border-radius: 0;
    border-color: #e6072a;
}
.bank-transfer-section img {
    height: 30px;
}
.bank-transfer-section p {
    border-bottom: unset !important;
    padding: 0 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #4f5964 !important;
    line-height: 14px;
}
.bank-transfer-section h5 {
    color: #e6072a;
    font-weight: 700 !important;
}
.bank-transfer-section {
    border: 1px solid #e3e8ef;
    border-radius: 20px;
    padding: 30px;
    overflow: hidden;
    margin: 15px 40px;
}
.item-price li.dropdown-item a {
    color: #212529 !important;
    font-weight: 600;
}
.order-summary span {
    font-style: normal;
}
#recurring span {
    color: #000;
}
.configure-domain-addons .domain-addon-wrapper img {
    width: 30px;
    height: 35px;
}
.domain-addon-wrapper strong {
    font-size: 15px;
    color: #7B90A0;
    font-weight: 600;
}
.configure-domain-addons .panel.panel-default .icheckbox_square-blue {
    display: none;
}
.configure-domain-addons .panel.panel-default label .radio-option {
    position: relative;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    border: 1px solid #E60A2A1A;
    background: #E60A2A0D !important;
}
.configure-domain-addons .panel.panel-default label .radio-option {
    background-color: #f55b61;
    border-color: #f55b61;
}
.configure-domain-addons .panel.panel-default label .radio-option:after {
    content: "";
    position: absolute;
    background-color: transparent;
    width: 11px;
    height: 11px;
    left: 50%;
    border-radius: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: opacity 0.25s ease-out;
}
.configure-domain-addons .panel.panel-default label .radio-option:after {
    content: "";
    opacity: 0;
}
.configure-domain-addons .panel.panel-default.panel-addon.panel-addon-selected .radio-option {
    border: 3px solid #e6072a;
}
.product-description-cus br {
    display: none;
}
.customproduct-description {
    margin: 10px 0px;
    line-height: 23px;
    color: #7B90A0;
    font-size: 16px;
    line-height: 23px;
}
.customproduct-description ul li{
    display: flex;
    justify-content: space-between;
}
.customproduct-description ul li b{
    font-weight: 600;
}
#orderSummary span.pull-left.float-left {
    max-width: 300px;
}
/* #frmConfigureProduct div#scrollingPanelContainer {
    overflow-x: auto;
    max-height: 800px;
} */