.products-list-container {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: nowrap !important;
}

button.remove-addon-btn {
  display: flex;
  width: 100%;
  justify-content: end;
}

table.cart-items-table th {
  border: 0;
}

table.cart-items-table {
  border: 0;
}

table.cart-items-table tr td {
  border: 0 !important;
}

.form-group.prepend-icon label#inputStateIcon i.fas.fa-map-signs {
  display: none;
}

div#creditCardInputFields div#iCheck-new {
  display: none !important;
}

div#epp-code-container label {
  color: #fff;
}

.product-card-features ul {
  margin: 0;
}
section#main-body {
  background: #121212;
}
.products-list-container.loading {
  pointer-events: none;
  opacity: 0.7;
}

.domain-configuration-content
  .tab-content
  .domain-search-container
  .input-group
  .input-group-append {
  position: absolute;
  right: 10px;
  top: 11px;
  z-index: 9999;
}

.domain-configuration-content
  .tab-content
  .domain-search-container
  .input-group {
  position: relative;
  z-index: 0;
}

.products-list-container.loading .product-card {
  cursor: not-allowed;
}

/* Modify existing product-card styles */
.product-card {
  border-radius: 5px;
  padding: 15px;
  width: 270px;
  background: #242424;
  color: #ffff;
  text-align: center;
  /* Remove cursor:pointer and transition from here */
}

/* Add new styles for the choose plan button */
.choose-plan-btn {
  width: 100%;
  margin: 10px 0;
  padding: 8px 0;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.choose-plan-btn:hover {
  background-color: #0069d9;
  border-color: #0062cc;
}

/* Keep the selected state styling */
.product-card.selected {
  border: 1px solid #e87a2c;
  background-color: #242424;
}

/* Product Type Tabs */
.product-type-tabs {
  margin-bottom: 20px;
}

.domain-tabs ul.nav.nav-tabs {
  border: 0;
  margin-bottom: 20px;
}

.product-type-tabs .nav-tabs {
  display: none;
}

.product-type-tabs .nav-tabs .nav-item {
  margin-bottom: -1px;
}

.product-type-tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding: 0.5rem 1rem;
  color: #495057;
}
.primary-bg-color {
  background-color: #000000;
}
.product-type-tabs .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.domain-tabs ul.nav.nav-tabs a.nav-link {
  color: #b3b3b3;
  padding-left: 0;
  padding-right: 0;
  margin-right: 25px;
  border: 0;
  font-size: 16px;
  padding-bottom: 0;
}

div#step0-domain-config .domain-configuration-content a.nav-link:hover {
  color: #f59033;
  border-bottom: 1px solid #f59033;
  width: auto;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #f59033 !important;
  border-bottom: 1px solid #f59033;
  background: transparent;
  border-color: #0000;
}

.domain-configuration-content .tab-content label {
  font-size: 16px;
  font-weight: 400;
}
.product-type-tabs .nav-tabs .nav-link.active {
  color: #f59033;
  border-bottom: 2px solid #f59033;
}

.product-type-tabs .tab-content {
  padding: 15px 0;
  border: none;
  border-radius: 0 0 0.25rem 0.25rem;
}

/* Products List Container - adjust as needed */
.products-list-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

#monthlyConfirmPopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}

#monthlyConfirmPopup .popup-content {
  position: absolute;
  top: 58%;
  left: 37%;
  transform: translate(-50%, -50%);
  background: #242323;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  max-width: 400px;
  width: 90%;
}

div#order-standard_cart button:focus {
  box-shadow: none !important;
  outline: 0 !important;
  background: #e87a2c;
  border-color: #e87a2c;
  color: #fff !important;
}

#monthlyConfirmPopup h3 {
  margin: 0 0 15px 0;
  color: #b3b3b3;
  font-size: 33px;
}
#monthlyConfirmPopup p {
  margin: 0 0 15px 0;
  color: #bab4b4;
}

#monthlyConfirmPopup .popup-actions {
  text-align: center;
}

body.lagom.lagom-not-portal.lagom-layout-top.lagom-modern.page-order.page-viewcart
  a.nav-link.active::after {
  display: none;
}

div#domain-privacy-popup .modal-dialog {
  min-width: 700px !important;
}
#monthlyConfirmPopup button {
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
}

#monthlyConfirmPopup .btn-danger {
  background-color: #dc3545;
  color: white;
  margin-right: 10px;
}

#monthlyConfirmPopup .btn-success {
  background: #f59033;
  border-color: #f59033;
  color: white;
}

/* Cart Items Styles */
.cart-items-container {
  margin-top: 30px;
  border: 1px solid #242424;
  padding: 15px;
  background: #242424;
  color: #fff;
  border-radius: 6px;
}

.cart-items-container2 {
  margin-top: 30px;
  border: 1px solid #242424;
  padding: 15px;
  background: #242424;
  color: #fff;
  border-radius: 6px;
}

.cart-items-header.row {
  padding: 0 0 10px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #424242 !important;
  font-size: 16px;
  font-weight: 700;
}
.cart-items-container h4 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.cart-items-container2 h4 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

div#cart-items-list .cart-item.row {
  border-bottom: 1px solid #424242 !important;
  margin-bottom: 15px;
  padding: 19px 0px;
}
div#cart-items-list h5 {
  font-size: 16px;
  font-weight: 700;
}

div#cart-items-list2 .cart-item.row {
  border-bottom: 1px solid #424242 !important;
  margin-bottom: 15px;
  padding: 19px 0px;
}
div#cart-items-list2 h5 {
  font-size: 16px;
  font-weight: 700;
}

div#cart-items-list .product-domain {
  font-size: 15px;
  font-weight: 400;
  color: #f59033;
  display: flex;
}
div#cart-items-list2 .product-domain {
  font-size: 15px;
  font-weight: 400;
  color: #f59033;
  display: flex;
}

.billing-cycle-cart {
  font-size: 16px;
}

.cart-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 20px 20px 0px 20px;
}

.cart-item-header h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.product-configuration-content span.primary-bg-color {
  color: #fff;
  font-size: 26px;
  font-weight: 300;
}
.cart-item-price,
.cart-item-price1 {
  text-align: end;
  color: #fff;
  font-size: 16px;
}

div#cart-items-list .cart-item.row .domain-free-tag {
  text-align: end;
}
div#cart-items-list2 .cart-item.row .domain-free-tag {
  text-align: end;
}

.domain-name {
  font-size: 15px;
  font-weight: 400;
  color: #f59033;
}

.form-group.domain-billing-cycle {
  max-width: 170px;
  float: right;
  margin: 10px 0;
}

.cart-item-details {
  margin-bottom: 10px;
}

.cart-item-divider {
  margin: 15px 0;
  border-top: 1px solid #424242;
}

/* Order Summary Sidebar */
.order-summary-sidebar {
  border: 1px solid #242424;
  border-radius: 5px;
  padding: 25px;
  background: #242424;
  top: 20px;
  color: #fff;
  position: sticky;
}

.order-summary-sidebar .summary-table-container table.table {
  color: #fff;
}

div#validationErrors {
  border-color: #242424;
  color: #d92632;
  background: #242424;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.16), 0px 2px 24px rgba(0, 0, 0, 0.24);
  padding: 20px;
  border-radius: 6px;
}

div#validationErrors2 {
  border-color: #242424;
  color: #d92632;
  background: #242424;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.16), 0px 2px 24px rgba(0, 0, 0, 0.24);
  padding: 20px;
  border-radius: 6px;
}

.order-summary-sidebar button#change-domain-btn-step1 {
  background: #424242;
  border-color: #424242;
  color: #fff;
}

div#containerExistingUserSignin .form-group.prepend-icon i {
  display: none;
}

.summary-details {
  margin-top: 20px;
}

.summary-table-container {
  margin-top: 15px;
}

.summary-table-container .table {
  margin-bottom: 0;
}

.summary-table-container .table td {
  border-top: none;
  padding: 8px 0px;
}

.total-divider hr {
  margin: 10px 0;
  border: none;
}

.total-row td {
  padding-top: 15px !important;
  font-size: 16px;
}

.text-danger {
  color: #f59033 !important;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* above everything */
}

/* Dotted circular loader */
.loading-overlay .spinner {
  width: 50px;
  height: 50px;
  border: 6px dotted #000000; /* blue dotted circle */
  border-radius: 50%;
  animation: spin 1.2s linear infinite;
}

/* Spin animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Addon Container */
.addons-container {
  margin: 20px 0;
}

/* Addon Grid Layout */
.addons-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}

/* Horizontal Rectangle Addon Items */
.addon-item {
  flex: 1 1 300px; /* Minimum width of 300px, can grow */
  max-width: 100%;
}

.addon-item .card {
  border: 0;
  border-radius: 5px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: transparent;
}

.addon_img img {
  max-width: 163px;
}
.product-card.slick-slide {
  margin-right: 15px;
}
.addon-item .card-body {
  padding: 20px 5px;
  display: flex;
  flex-grow: 1;
  background: #0085ff8c;
  color: #fff;
  border-radius: 6px;
}

.addon-item .card-title,
.recommended-product-item .card-title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
}

.addon-item .card-text,
.recommended-product-item .card-text {
  font-size: 14px;
  color: #b3b3b3;
  margin-bottom: 15px;
  flex-grow: 1;
}

.addon-item .addon-pricing,
.recommended-product-item .recommended-pricing {
  margin-bottom: 15px;
}

.addon-item .addon-pricing p,
.recommended-product-item .recommended-pricing p {
  margin: 5px 0;
  font-size: 14px;
}

.addon-item .add-addon-btn,
.recommended-product-item .add-recommended-btn {
  align-self: flex-start;
  margin-top: auto;
  padding: 7px 20px;
  font-size: 14px;
  background: #ffffff;
  border-color: #ffffff;
  color: #000;
  font-weight: 600;
}

div#promo-code-text {
  border: 1px dashed #28a745;
  padding: 10px;
}

div#promo-code-text span.text-success {
  color: #28a745 !important;
}
button.btn.btn-primary.domain-search-btn.btn-loading {
  opacity: 6;
}
.addon-item .add-addon-btn:hover {
  background: #f59033;
  border-color: #f59033;
  color: #ffff;
}

.recommended-product-item
  button.btn.btn-sm.btn-primary.btn-loading.add-recommended-btn:hover {
  background: #f59033;
  border-color: #f59033;
  color: #ffff;
}

.order-summary-sidebar .sub-heading span.primary-bg-color {
  background: transparent;
  font-size: 26px;
}
.form-group.domain-billing-cycle label {
  font-size: 18px;
  font-weight: 700;
}
.addon-item .card:hover {
  border-color: #3498db;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Cart Addon Items - Horizontal Layout */
.cart-addon-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid #eee;
  border-radius: 4px;
  margin-bottom: 10px;
  background: #f9f9f9;
}

.cart-addon-item .cart-item-header {
  flex-grow: 1;
}

div#order-standard_cart {
  color: #b3b3b3 !important;
}

.cart-addon-item h5 {
  margin: 0;
  font-size: 15px;
}

.cart-addon-item .cart-item-price {
  min-width: 80px;
  text-align: right;
  padding: 0 15px;
  font-weight: bold;
}

.cart-addon-item .cart-item-details {
  font-size: 13px;
  color: #666;
}

.cart-addon-item .cart-item-actions {
  margin-left: 15px;
}

#change-domain-btn-step1 {
  color: #b3b3b3;
  display: flex;
  width: 100%;
  justify-content: center;
}

i.fa.fa-trash {
  color: #b3b3b3;
}

.remove-addon-btn {
  color: #6c757d;
  background: none;
  border: none;
  padding: 5px;
  cursor: pointer;
}

.remove-addon-btn:hover {
  color: #c82333;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .addons-grid {
    flex-direction: column;
  }

  .addon-item {
    flex: 1 1 100%;
  }

  .cart-addon-item {
    flex-wrap: wrap;
  }

  .cart-addon-item .cart-item-header {
    width: 100%;
    margin-bottom: 5px;
  }
}

.product-card h4 {
  font-size: 11px;
}
.product-card .product-card-header h4 {
  font-size: 21px;
  font-weight: 400;
}

.product-billing-cycle {
  margin: 0px 0 10px;
  min-height: 43px;
}

.product-billing-cycle select,
.product-billing-cycle .monthly-price-display {
  text-align: center;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 35px;
}

.product-billing-cycle .monthly-price-display {
  text-align: center;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 35px;
}

.product-billing-cycle select:disabled {
  opacity: 0.8;
  cursor: not-allowed;
  background-color: #f0f0f0;
}

.product-card .product-billing-cycle-select {
  display: none;
}
.domain-search-container .input-group {
  position: relative;
}

div#promo-code-message {
  display: block !important;
}

.product-card .product-card-features ul li {
  font-size: 14px;
  line-height: 40px;
  position: relative;
  left: -20px;
  color: #b3b3b3;
}

.domain-configuration-content .tab-content .input-group input {
  background: #242424 !important;
  padding: 8px 49px;
  height: 67px !important;
  border-radius: 8px !important;
  color: #ffff;
  border-color: #242424 !important;
  font-size: 14px;
  margin: 0;
  max-width: 160%;
}
.product-card.selected .product-billing-cycle-select {
  display: block;
  font-size: 13px;
}

.domain-tabs ul.nav.nav-tabs a.nav-link.active::after {
  display: none !important;
}

.product-card.selected .product-billing-cycle {
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
}

.domain-tabs ul.nav.nav-tabs a.nav-link.active {
  border-bottom: 1px solid #f59033;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}

select.form-control:hover {
  background-image: none !important;
}

.domain-configuration-content .tab-content {
  padding: 32px;
  border-radius: 6px;
  background: linear-gradient(90deg, #e87a2c 0%, #fe9f15 100%);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.16), 0px 2px 24px rgba(0, 0, 0, 0.24);
}

.domain-configuration-content h4 {
  font-size: 26px;
  margin-bottom: 30px;
  color: #b3b3b3;
}

.domain-search-container .input-group-append select {
  margin-right: 12px;
  background: #242424;
  border-color: #242424;
  max-width: 83px;
  cursor: pointer;
  color: #ffffff;
}

.domain-search-container
  .input-group-append
  button.btn.btn-primary.domain-search-btn {
  background: #e87a2c;
  border-color: #e87a2c;
  font-weight: 500;
  border-radius: 3px;
  min-width: 134px;
  font-size: 15px;
  padding: 9px 12px;
}

.domain-configuration-content
  .tab-content
  button.btn.btn-primary.domain-use-btn {
  background: #e87a2c;
  border-color: #e87a2c;
  font-weight: 500;
  max-width: 100px;
  min-width: 100px;
  border-radius: 4px;
}

.domain-configuration-content .tab-content .domain-result-content {
  display: flex;
  align-items: center;
  width: 100%;
}

.domain-configuration-content
  .tab-content
  .domain-result-content
  .alert.alert-success {
  max-width: 78%;
  min-width: 78%;
  background: transparent;
  border: 0;
}

.domain-configuration-content
  .tab-content
  .domain-result-content
  .alert.alert-success {
  max-width: 72%;
  min-width: 72%;
  background: transparent;
  border: 0;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}

.domain-configuration-content
  .tab-content
  .domain-result-content
  button.btn.btn-success.add-domain-btn.mt-2 {
  background: #424242;
  border-color: #424242;
  padding: 10px 12px;
  font-size: 17px;
}

.order-summary-sidebar .text-right.mb-3 button {
  background: #424242;
  border-color: #424242;
  color: #fff;
}

.domain-configuration-content .tab-content .domain-result-content .mt-2 {
  font-size: 19px;
  color: #fff;
  margin-left: 12px;
}

div#selected-domain-container button#change-domain-btn:hover {
  background: #303030;
  border-color: #303030;
}

div#selected-domain-container button#change-domain-btn {
  background: #424242;
  color: #fff;
  border-color: #424242;
  padding: 10px;
}

div#selected-domain-container
  .d-flex.justify-content-between.align-items-center.mb-3 {
  margin: 0 !important;
}

div#selected-domain-container div#selected-domain-text {
  color: #e0e0e0;
  font-weight: 500;
}

div#selected-domain-container {
  padding: 16px 24px;
  background: #242424;
  border-radius: 6px;
  margin-bottom: 30px;
}

.product-details-container h4 {
  font-size: 26px;
  font-weight: 300;
  color: #fff;
}

.order-summary-sidebar .summary-table-container button:active {
  background: #e87a2c !important;
  border-color: #e87a2c !important;
}

button.remove-addon-btn i.fas.fa-trash {
  color: #b3b3b3;
}

.order-summary-sidebar .summary-table-container button:hover {
  background: #f59033;
  padding: 10px 10px;
  width: 100%;
  border-color: #f59033;
  opacity: 4;
}

.order-summary-sidebar .summary-table-container button {
  background: #e87a2c;
  border-color: #e87a2c;
  padding: 10px 10px;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
}

.product-card button.btn.btn-primary.choose-plan-btn {
  background: #e87a2c;
  border-color: #e87a2c;
  padding: 10px 12px;
}

div#order-standard_cart .header-lined h1.font-size-36 {
  color: rgb(255, 255, 255) !important;
}

.product-card button.btn.btn-primary.choose-plan-btn:hover {
  background: #f59033;
  border-color: #f59033;
}

div#step2-customer-details button#btnAlreadyRegistered {
  background: #e87a2c;
  border-color: #e87a2c;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 600;
}

div#step2-customer-details button#btnAlreadyRegistered:hover {
  background: #f59033;
  border-color: #f59033;
}

div#containerNewUserSignup label.field-icon {
  display: none !important;
}

div#step2-customer-details {
  background: #242424;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.16), 0px 2px 24px rgba(0, 0, 0, 0.24);
  padding: 20px;
  border-radius: 6px;
}

div#step2-customer-details div#containerNewUserSignup input {
  background: #242424;
  border: 1px solid #424242;
  font-size: 16px;
}

.form-group input {
  font-size: 16px;
}

div#step2-customer-details {
  background: #242424;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.16), 0px 2px 24px rgba(0, 0, 0, 0.24);
  padding: 20px;
  border-radius: 6px;
}

div#step2-customer-details .sub-heading span.primary-bg-color {
  background: transparent;
  color: #fff;
  line-height: 38px;
  font-size: 16px;
}

div#step2-customer-details select {
  background: #242424;
  border: 1px solid #424242;
  color: #b3b3b3 !important;
}

div#step2-customer-details
  .already-registered.clearfix
  p.text-sm-left.overflow-hidden {
  margin-top: 15px;
  font-size: 16px;
}

div#step2-customer-details input {
  background: #242424 !important;
  color: #b3b3b3 !important;
  border: 1px solid #424242 !important;
}

div#containerNewUserSecurity button.btn.btn-default.btn-sm.generate-password {
  background: #424242;
  border-color: #424242;
  color: #fff;
  padding: 10px;
}
.already-registered.clearfix {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div#creditCardInputFields ul {
  padding-left: 0;
  color: #fff;
  list-style: none;
}

div#paymentGatewaysContainer {
  color: #fff;
}

div#paymentGatewaysContainer .text-center {
  text-align: left !important;
}

.StripeElement {
  background: #242424;
  border: 1px solid #424242;
  color: #b3b3b3 !important;
}

textarea.field.form-control {
  display: none;
}

.text-center.step-navigation a {
  color: #f59033;
}

.product-configuration-content span.primary-bg-color {
  color: #fff;
  background: #121212;
}

div#register-domain-result {
  background: #242424;
  padding: 40px;
  position: relative;
  border-radius: 4px;
  margin: 0 !important;
}

div#register-domain-result .domain-result-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #fff;
}

div#register-domain-result .domain-result-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #fff;
}

div#register-domain-result .domain-result-content .reg-result-1 {
  display: flex;
  align-items: center;
}

div#register-domain-result .domain-result-content .reg-result-1 i.fa.fa-check {
  background: #203224;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  color: #31af4e;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  padding: 13px 14px;
  margin-right: 11px;
  font-weight: 600;
}

div#register-domain-result
  .domain-result-content
  .reg-result-1
  .alert.alert-success {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 23px;
  overflow: hidden;
  font-weight: 700;
  color: #e0e0e0;
}

.cart-items-header.row .col-md-4 strong {
  display: flex;
  justify-content: center;
}

.text-center.step-navigation button#btn-step0-next-hidden1:hover {
  background: #f59033;
  border-color: #f59033;
}

.text-center.step-navigation button#btn-step0-next-hidden1 {
  background: #e87a2c;
  border-color: #e87a2c;
  font-weight: 500;
  border-radius: 3px;
  min-width: 134px;
  font-size: 15px;
  padding: 9px 12px;
  margin-top: 20px;
}

div#register-domain-result .domain-result-content .reg-result-2 {
  display: flex;
  align-items: center;
}

div#register-domain-result .domain-result-content .reg-result-2 .mt-2 {
  margin: 9px 11px 0 0px !important;
  font-size: 21px;
  color: #e0e0e0;
  font-size: 17px;
}

div#register-domain-result
  .domain-result-content
  .reg-result-2
  button.btn.btn-success.add-domain-btn.mt-2 {
  background: #303030;
  border-color: #303030;
  font-weight: 500;
  border-radius: 3px;
  min-width: 134px;
  font-size: 15px;
  padding: 10px 12px;
  margin: 0 !important;
}

div#register-domain-result .domain-result-content i.fa.fa-times {
  background: #4b2528;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 25px;
  color: #d92632;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  padding: 10px 13px;
  margin-right: 11px;
  font-weight: 600;
}

div#register-domain-result
  .domain-result-content
  .reg-result-1
  .alert.alert-danger {
  color: #d92632;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 23px;
  font-weight: 700;
  overflow: hidden;
}

div#register-domain-result .domain-result-content .alert.alert-danger {
  background: transparent;
  border: navajowhite;
  color: #d92632;
  font-size: 22px;
  overflow: hidden;
  font-weight: 700;
}

.domain-search-container
  .input-group-append
  button.btn.btn-primary.domain-search-btn:hover {
  background: #f59033;
  border-color: #f59033;
}

.products-list-container .product-card-header {
  min-height: 50px;
}

div#transfer-domain-result {
  background: #242424;
  padding: 40px;
  position: relative;
  border-radius: 4px;
  margin: 0 !important;
}

div#transfer-domain-result .trans-result-1 .alert.alert-danger {
  color: #d92632;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 23px;
  font-weight: 700;
  overflow: hidden;
}

div#transfer-domain-result .domain-result-content {
  display: flex;
  justify-content: space-between;
}

div#transfer-domain-result .trans-result-1 {
  display: flex;
  align-items: center;
}

div#transfer-domain-result .trans-result-1 i.fa.fa-check {
  background: #203224;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 20px;
  color: #31af4e;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  padding: 13px 14px;
  margin-right: 11px;
  font-weight: 600;
}

div#transfer-domain-result .trans-result-1 .alert.alert-success {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 23px;
  font-weight: 700;
  color: #e0e0e0;
  overflow: hidden;
}

table.cart-items-table thead {
  border-bottom: 1px solid #424242 !important;
}

table.cart-items-table tr {
  border-bottom: 1px solid #424242 !important;
}

div#transfer-domain-result .trans-result-2 {
  display: flex;
  align-items: center;
}

div#transfer-domain-result .trans-result-2 .mt-2 {
  margin: 9px 11px 0 0px !important;
  font-size: 21px;
  color: #e0e0e0;
}

div#transfer-domain-result
  .trans-result-2
  button.btn.btn-success.add-domain-btn.mt-2 {
  background: #303030;
  border-color: #303030;
  font-weight: 500;
  border-radius: 3px;
  min-width: 134px;
  font-size: 15px;
  padding: 10px 12px;
  margin: 0 !important;
}

div#epp-code-container input#epp-code {
  background: #242424 !important;
  padding: 8px 30px;
  height: 61px !important;
  border-radius: 8px !important;
  border-color: #242424;
  color: #fff;
}

div#own-domain-result .domain-result-content {
  display: flex;
  justify-content: space-between;
}

div#own-domain-result {
  background: #242424;
  padding: 40px;
  position: relative;
  border-radius: 4px;
  margin: 0 !important;
}

div#own-domain-result .domain-result-content .own-result-1 {
  display: flex;
  align-items: center;
}

div#own-domain-result .domain-result-content .own-result-1 i.fa.fa-times {
  background: #4b2528;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 25px;
  color: #d92632;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  padding: 10px 13px;
  margin-right: 11px;
  font-weight: 600;
}

div#own-domain-result .domain-result-content .own-result-1 .alert.alert-danger {
  color: #d92632;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 23px;
  font-weight: 700;
  overflow: hidden;
}

div#transfer-domain-result .trans-result-1 i.fa.fa-times {
  background: #4b2528;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 25px;
  color: #d92632;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  padding: 10px 13px;
  margin-right: 11px;
  font-weight: 600;
}

.products-list-container .product-card li.feature-toggle-container {
  list-style: none;
}

.products-list-container .product-card button.feature-toggle-btn {
  background: transparent;
  color: #ffff;
  border: 0;
}

.products-list-container .product-card button.feature-toggle-btn:focus {
  outline: 0;
}

.product-actions i.fa.fa-edit {
  color: #b3b3b3;
}

.recommended-product-item
  .card-body
  button.btn.btn-sm.btn-primary.btn-loading.add-recommended-btn
  .card-body
  button.btn.btn-sm.btn-primary.btn-loading.add-recommended-btn {
  padding: 7px 20px;
  font-size: 14px;
  background: #424242;
  border-color: #424242;
}
.product-actions {
  display: flex;
  gap: 10px;
}

.domain-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.recommended-product-item
  button.btn.btn-sm.btn-primary.btn-loading.add-recommended-btn {
  align-self: flex-start;
  margin-top: auto;
  padding: 7px 20px;
  font-size: 14px;
  background: #ffffff;
  border-color: #ffffff;
}

div#recommended-product-item-5
  .card-body
  button.btn.btn-sm.btn-primary.btn-loading.add-recommended-btn {
  padding: 7px 20px;
  font-size: 14px;
  background: #424242;
  border-color: #424242;
}

.product-details-container
  .cart-item
  .cart-item-details
  .domain-name-and-button {
  display: flex;
  justify-content: space-between;
}

.addon-free-tag {
  text-align: end;
}

.product-details-container
  .cart-item
  .cart-item-details
  .domain-name-and-button
  button#change-domain-btn-step1 {
  background: #424242;
  border-color: #424242;
  color: #fff;
}

div#step2-customer-details button#btnNewUserSignup {
  background: #e87a2c;
  border-color: #e87a2c;
  padding: 8px 6px;
  color: #fff;
}

div#step2-customer-details button#btnExistingLogin {
  background: #e87a2c;
  border-color: #e87a2c;
  color: #fff;
}

.addon-item .addon-pricing,
.recommended-product-item .recommended-pricing {
  margin: 0 8px 6px;
}

.addon_price,
.recommended_price {
  display: flex;
  align-items: center;
}

.cart-items-container .domain-name-and-button {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 0px 20px 0;
}

.cart-items-container2 .domain-name-and-button {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 0px 20px 0;
}

div#domain-privacy-popup .modal-dialog .modal-body .alert-warning {
  color: #ffffff;
  background-color: #242424;
  border-color: #242424;
  border-left: 2px solid #f59033;
}

div#domain-privacy-popup .modal-dialog .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  background: #121212;
  color: #e0e0e0;
}

div#domain-privacy-popup .modal-dialog .modal-header {
  background: #242424;
  color: #e0e0e0;
}

div#domain-privacy-popup .modal-footer button#keep-protected {
  background: #f59033;
  border-color: #f59033;
}

div#domain-privacy-popup .modal-footer {
  background: #242424;
  color: #e0e0e0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #424242 !important;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

div#domain-privacy-popup .modal-dialog ul {
  padding-left: 0;
}

div#domain-privacy-popup .modal-dialog ul li {
  list-style: none;
}

div#domain-privacy-popup .modal-dialog ul li i {
  color: #d92632;
}

.promo-code-container.mt-3 button#apply-promo-btn {
  padding: 6px 12px !important;
}

.summary-table-container tr.total-row {
  display: block;
}

.summary-table-container tr.total-row td strong {
  color: #b3b3b3 !important;
  font-size: 15px;
}

.table tbody + tbody {
  border-top: 1px solid #424242 !important;
}

.order-summary-sidebar
  .summary-table-container
  button
  i.fas.fa-arrow-circle-right {
  margin-left: 15px;
}

.summary-table-container tr.total-row td.text-right {
  width: 100%;
  display: flex;
  padding: 0 0px 15px 0px !important;
}

.recommended-product-item {
  background: #242424;
  border-radius: 6px !important;
  margin-top: 20px;
}

.summary-table-container div#dynamic-total strong {
  font-size: 40px;
  color: #fff !important;
  font-weight: 900;
}
.recommended-product-item .card-body .recommend_img img {
  max-width: 163px;
}

.recommended-product-item .card.mb-3 {
  background: #242424;
  box-shadow: none !important;
  border: 0 !important;
}

.recommended-product-item .card-body {
  padding: 20px 5px;
  background: #0085ff8c;
  color: #fff;
  display: flex;
  border-radius: 6px;
}

body#custom_white_mode .promo-code-container.mt-3 .input-group input#promo-code-input {
  height: 48px;
  border-color: #424242;
  background: #ffff;
  color: #424242;
}


.promo-code-container.mt-3 .input-group input#promo-code-input {
  height: 48px;
  background: #424242;
  border-color: #424242;
  color: #ffff;
}

div#orderSummary-step2 label.checkbox-inline {
  width: 101%;
  text-align: left;
  font-size: 16px;
  margin-top: 10px;
  color: #fff;
  max-width: 101%;
}

div#orderSummary-step2 .dynamic-total strong {
  font-size: 40px;
  font-weight: 900;
  color: #fff !important;
}

div#tab-wordpress\ hosting .products-list-container {
  flex: none !important;
  display: flex;
}

button#remove-promo i.fa.fa-trash {
  color: #ffff;
}

.promo-code-expanded button#remove-promo {
  background: #085194;
  border-color: #085194;
}

table.cart-items-table tr td .product-domain {
  font-size: 14px;
}

.promo-code-container.mt-3 .input-group button#promo-action-btn {
  /*max-width: 130px;*/
  font-size: 15px;
  background: #085194;
  min-height: 47px;
  border-color: #085194;
}

div#orderSummary-step2 {
  position: sticky !important;
  top: 20px;
}

select.form-control.domain-regperiod-select {
  background: #242424;
  border: 1px solid #424242;
  color: #b3b3b3 !important;
}

@media (min-width: 320px) and (max-width: 425px) {
  .addon-free-tag {
    text-align: start;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .recommend_img {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .addon_img {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .cart-item-price1 {
    text-align: start !important;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  body.lagom.lagom-not-portal.lagom-layout-top.lagom-modern.page-order.page-viewcart
    td {
    border-top: none;
    padding: 8px 7px !important;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .recommended-product-item .card-body {
    display: block !important;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .summary-table-container div#dynamic-total strong {
    font-size: 33px;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  table.cart-items-table tr td .billing-cycle-cart {
    font-size: 13px;
  }
}
@media (min-width: 320px) and (max-width: 425px) {
  table.cart-items-table tr td .billing-cycle-cart {
    font-size: 13px;
  }
}
@media (min-width: 320px) and (max-width: 425px) {
  .recommended-product-item .card-body .recommend_img img {
    max-width: 230px;
    padding-top: 10px;
  }
}
@media (min-width: 320px) and (max-width: 425px) {
  .recommended-product-item
    button.btn.btn-sm.btn-primary.btn-loading.add-recommended-btn {
    margin: 12px 0;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  tbody#cart-items-list h5 {
    font-size: 14px;
    font-weight: 900;
  }
  tbody#cart-items-list2 h5 {
    font-size: 14px;
    font-weight: 900;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  select.form-control.recommended-cycle-select {
    float: left !important;
    margin-bottom: 10px;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .domain-configuration-content .tab-content {
    padding: 15px 9px 26px;
    max-width: 298px;
    min-height: 210px;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  div#domain-privacy-popup .modal-dialog {
    min-width: 290px !important;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  div#domain-privacy-popup .modal-footer {
    flex-wrap: unset !important;
  }
}

@media (max-width: 360px) {
  .promo-code-container.mt-3 .input-group button#promo-action-btn {
    width: 40px !important;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .domain-tabs ul.nav.nav-tabs a.nav-link {
    margin-right: 20px;
  }
}

@media (min-width: 361px) and (max-width: 425px) {
  .promo-code-container.mt-3 .input-group button#promo-action-btn {
    width: 62px !important;
  }
}


@media (min-width: 320px) and (max-width: 425px) {
  .promo-code-container.mt-3 .input-group input#promo-code-input {
    max-width: 210px;
    min-width: 210px;
    padding-left: 3px;
  }
}
@media (min-width: 320px) and (max-width: 425px) {
  .promo-code-expanded button#remove-promo {
    min-width: 50px;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  div#register-domain-result .domain-result-content .reg-result-2 {
    justify-content: center;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  div#epp-code-container {
    position: relative;
    top: 50px;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .cart-items-container {
    margin-top: 0px;
    padding: 10px 0;
  }
  .cart-items-container2 {
    margin-top: 0px;
    padding: 10px 0;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  div#containerNewUserSecurity button.btn.btn-default.btn-sm.generate-password {
    margin-bottom: 10px;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  div#addon-item-7 .addon_price {
    min-width: 230px;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  div#recommended-product-item-1 .recommended_price {
    min-width: 206px;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .form-group.domain-billing-cycle {
    float: left;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .domain-configuration-content .tab-content .input-group input {
    padding: 8px 53px !important;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .domain-configuration-content
    .tab-content
    .domain-search-container
    .input-group
    .input-group-append {
    top: 70px;
    display: flex;
    left: 2px;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .domain-search-container .input-group-append select {
    min-width: 134px;
    font-size: 15px;
    padding: 5px 32px;
    height: 43px;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  div#recommended-product-item-1 .card-body .recommend_img img {
    max-width: 230px !important;
    padding-top: 10px;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .promo-code-expanded .input-group {
    flex-wrap: nowrap;
    min-width: 202px !important;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  div#register-domain-result .domain-result-content .reg-result-1 {
    width: 100%;
    flex-direction: column;
    padding: 10px;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  div#register-domain-result
    .domain-result-content
    .reg-result-1
    .alert.alert-danger {
    font-size: 15px;
    text-align: center;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .domain-tabs {
    max-width: 300px;
    min-width: 300px;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  div#register-domain-result {
    max-width: 301px;
    padding: 7px;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  div#register-domain-result .domain-result-content {
    width: 100%;
    flex-direction: column;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .domain-result-content .alert.alert-success {
    text-align: center;
    font-size: 17px;
    padding-top: 10px;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  div#transfer-domain-result {
    max-width: 301px;
    padding: 7px;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  div#transfer-domain-result .trans-result-1 {
    width: 100%;
    flex-direction: column;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .domain-result-content .alert.alert-danger {
    font-size: 15px !important;
    padding-top: 10px !important;
    text-align: center;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  div#own-domain-result {
    max-width: 301px;
    padding: 13px;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  div#own-domain-result .domain-result-content .own-result-1 {
    width: 100%;
    flex-direction: column;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .product-card {
    margin-right: 10px;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .addons-container {
    margin: 15px 0px;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .order-summary-sidebar {
    margin: 15px 0px;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  div#orderSummary-step2 .text-center.step-navigation {
    margin: 0 14px;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .config-options-container {
    margin: 15px 10px;
  }
}

.order-summary-sidebar .text-right.mb-3 button {
  padding: 4px 7px 4px 0;
}

@media (min-width: 320px) and (max-width: 425px) {
  .order-summary-sidebar .summary-table-container button {
    padding: 10px 0px;
    min-width: 210px;
    font-size: 15px;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .order-summary-sidebar .summary-table-container button {
    padding: 10px 0px;
    min-width: 30px !important;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .order-summary-sidebar .summary-table-container button:hover {
    padding: 10px 0px;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  div#domain-addon-container {
    position: relative;
    top: 50px;
    min-width: 283px;
    display: block !important;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .domain-configuration-content
    .tab-content
    button.btn.btn-primary.domain-use-btn {
    background: #eb6607;
    border-color: #eb6607;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .addon-item .add-addon-btn {
    padding: 7px 13px;
    min-width: 107px;
    margin: 10px 0;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .cart-items-header.row .col-md-4 strong {
    display: flex;
    justify-content: start;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .products-list-container {
    flex-wrap: wrap !important;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .addon-item .card-body {
    display: block;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  div#order-standard_cart .cart-body .header-lined {
    max-width: 300px;
    min-width: 300px;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .domain-configuration-content {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .addon_img img {
    max-width: 230px;
    padding-top: 10px;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  #monthlyConfirmPopup .popup-content .popup-actions {
    display: flex;
    min-width: 248px;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  #monthlyConfirmPopup .popup-content button#confirmMonthly {
    font-size: 13px;
    padding: 14px 5px;
    font-weight: 600;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  #monthlyConfirmPopup .btn-success {
    background: #f59033;
    border-color: #f59033;
    color: white;
    font-size: 13px;
    padding: 14px 15px;
    font-weight: 600;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  #monthlyConfirmPopup .popup-content {
    left: 52%;
  }
}

/*@media (min-width: 320px) and (max-width: 425px) {*/
/*div#step1-product-config {*/
/*    max-width: 300px;*/
/*    min-width: 300px;*/
/*}*/
/*}*/

/*@media (min-width: 320px) and (max-width: 425px) {*/
/*.product-configuration-content {*/
/*    max-width: 300px;*/
/*    min-width: 300px;*/
/*}*/
/*}*/

@media (min-width: 320px) and (max-width: 425px) {
  div#recommended-product-item-1 .card-body {
    display: block !important;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  div#recommended-product-item-1
    .card-body
    .recommended_price
    button.btn.btn-sm.btn-primary.btn-loading.add-recommended-btn {
    width: 100%;
    margin-bottom: 12px;
  }
}

.product-card.selected .product-billing-cycle-select option {
  background: #242424;
  border: 1px solid #424242;
}

.order-summary-column .item-and-edit-cart {
  display: flex;
  justify-content: space-between;
}

.cart-items-container .domain-name-and-button span.product-domain {
  color: #f59033;
}
.cart-items-container2 .domain-name-and-button span.product-domain {
  color: #f59033;
}

.product-details-container
  .cart-item
  .cart-item-details
  .domain-name-and-button
  p {
  color: #f59033;
}

div#creditCardInputFields .form-group.prepend-icon i {
  display: none;
}

div#creditCardInputFields .form-group.prepend-icon {
  margin: 0;
}

div#inputDescriptionContainer i.fas.fa-pencil {
  display: none;
}

.product-card.selected .product-billing-cycle-select:focus {
  background: transparent;
  color: #fff;
}

.summary-table-container tr.total-row td {
  padding-bottom: 0;
}

button#btn-step0-next-hidden2 {
  background: #e87a2c;
  border-color: #e87a2c;
  font-weight: 500;
  border-radius: 3px;
  min-width: 134px;
  font-size: 15px;
  padding: 9px 12px;
  margin-top: 20px;
}

div#containerPassword i.fas.fa-lock {
  display: none;
}

@media (min-width: 320px) and (max-width: 425px) {
  .already-registered.clearfix .pull-right.float-right {
    float: left !important;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .already-registered.clearfix {
    display: block;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  div#recommended-product-item-5 {
    margin: 0px 10px;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .cart-item-price {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  button.remove-addon-btn {
    justify-content: start;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  #change-domain-btn-step1 {
    justify-content: start;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  button.remove-recommended-btn {
    justify-content: start !important;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  div#cart-items-list .cart-item.row .domain-free-tag {
    text-align: left;
  }
  div#cart-items-list2 .cart-item.row .domain-free-tag {
    text-align: left;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  body#custom_white_mode .cart-items-container2 {
    border: 1px solid #e87a2c;
    background: transparent;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  body#custom_white_mode .cart-items-container2 .product-domain span {
    color: #e87a2c;
    font-weight: 400;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  body#custom_white_mode div#modalGeneratePassword h5.modal-title {
    color: #fff;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  body#custom_white_mode table.cart-items-table tr {
    border-bottom: 1px solid #e87a2c !important;
  }
}

.domain-actions {
  display: inline-flex !important;
}
span.input-group-btn.input-group-append button.btn.btn-default {
  background: #242424;
  border-color: #424242 !important;
  color: #b3b3b3;
}

div#modalGeneratePassword .modal-content {
  background-color: #242424;
  color: #b3b3b3;
  border-color: #424242 !important;
}

div#modalGeneratePassword .modal-header.bg-primary.text-white {
  background: #242424 !important;
  border-color: #424242 !important;
}

div#modalGeneratePassword .modal-content .modal-body input {
  background: #242424;
  border-color: #424242;
  color: #b3b3b3;
}

div#modalGeneratePassword
  .modal-content
  .modal-body
  button.btn.btn-default.btn-sm {
  background: #424242;
  padding: 10px 10px;
  color: #b3b3b3;
  border-color: #424242;
}

div#modalGeneratePassword .modal-content .modal-footer {
  border-color: #424242 !important;
}

div#modalGeneratePassword
  .modal-content
  .modal-body
  button.btn.btn-default.btn-sm
  img {
  display: none;
}

div#modalGeneratePassword .modal-content .modal-footer button.btn.btn-default {
  background: #424242;
  padding: 10px 10px;
  color: #b3b3b3;
  border-color: #424242;
}

div#modalGeneratePassword
  .modal-content
  .modal-footer
  button#btnGeneratePasswordInsert:hover {
  background: #f59033;
  border-color: #f59033;
  padding: 10px 12px;
}

div#modalGeneratePassword
  .modal-content
  .modal-footer
  button#btnGeneratePasswordInsert {
  background: #e87a2c;
  border-color: #e87a2c;
  padding: 10px 12px;
}

.cart-items-container .domain-name-and-button .text-right.mb-3 i {
  font-size: 16px;
  color: #b3b3b3;
}

.cart-items-container2 .domain-name-and-button .text-right.mb-3 i {
  font-size: 16px;
  color: #b3b3b3;
}

.order-summary-sidebar .promo-code-collapsed a#show-promo-input {
  color: #f59033;
  font-size: 15px;
}

div#recommended-product-item-1 .card.mb-3 {
  border: none;
  background: #242424;
}

body.lagom.lagom-not-portal.lagom-layout-top.lagom-modern.page-order.page-viewcart
  td {
  border-top: none;
  padding: 8px 0px;
  font-size: 16px;
  font-weight: 700;
}

body.lagom.lagom-not-portal.lagom-layout-top.lagom-modern.page-order.page-viewcart
  div#items-count {
  font-size: 16px;
}

.promo-code-container.mt-3 div#promo-code-message .text-danger {
  color: #d92632 !important;
  border: 1px dashed #d92632;
  width: 100%;
  display: flex;
  padding: 10px;
}

div#recommended-product-item-1 .card-body {
  padding: 20px 5px;
  background: #0085ff8c;
  color: #fff;
  display: flex;
  border-radius: 6px;
}

div#recommended-product-item-1 .card-body .recommend_img img {
  max-width: 163px;
}

div#recommended-product-item-5 .card.mb-3 {
  border: none;
  background: #242424;
}

div#recommended-product-item-5 .card-body {
  padding: 15px;
  background: #242424;
  color: #fff;
  border-radius: 6px;
}

.popup_head {
  background: #242424;
  color: #e0e0e0;
}
.config-options-container {
  padding: 15px;
  background: #242424;
  color: #fff;
  border-radius: 6px;
}

div#domain-addon-container {
  display: flex;
  position: relative;
  left: -10px;
}

div#domain-addon-container .form-check {
  margin-left: 18px;
}

select.form-control.recommended-cycle-select {
  background: #242424;
  border: 1px solid #424242;
  color: #b3b3b3 !important;
  max-width: 170px;
  float: right;
  display: flex;
  width: 100%;
  margin-top: 10px;
}

button.remove-recommended-btn {
  background: transparent;
  box-shadow: none !important;
  color: #b3b3b3;
  display: flex;
  width: 100%;
  justify-content: end;
  border: 0;
}

.config-options-container
  .form-group.config-option
  select.form-control.config-option-select {
  background: #242424;
  border: 1px solid #424242;
  color: #b3b3b3 !important;
}

.config-options-container
  .form-group.config-option
  input.form-control.config-option-quantity {
  background: #242424;
  border: 1px solid #424242;
  color: #b3b3b3 !important;
}

/* Base button style (adjust to match your theme) */
.btn-loading {
  position: relative;
  overflow: hidden;
}

/* Text */
.btn-loading .btn-text {
  transition: opacity 0.3s;
}

/* Loader container (hidden by default) */
.btn-loader {
  display: none; /* hidden by default */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 20px;
  align-items: center;
  gap: 3px;
}

.btn-loading.is-loading .btn-loader {
  display: flex; /* show only when loading */
}

/* Show loader + hide text when loading */
.btn-loading.is-loading .btn-text {
  opacity: 0;
}

/* Bars */
.btn-loader span {
  width: 3px;
  height: 12px;
  background: #fff; /* you can change to orange if you want */
  transform-origin: center;
  animation: wave 1s infinite ease-in-out;
}
.btn-loader span:nth-child(1) {
  animation-delay: 0s;
}
.btn-loader span:nth-child(2) {
  animation-delay: 0.1s;
}
.btn-loader span:nth-child(3) {
  animation-delay: 0.2s;
}
.btn-loader span:nth-child(4) {
  animation-delay: 0.3s;
}
.btn-loader span:nth-child(5) {
  animation-delay: 0.4s;
}

@keyframes wave {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1.2);
  }
}

/* Scoped wrapper to avoid conflicts */
.hs-wrapper {
  margin: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-family: Arial, sans-serif;
  color: white;
  top: -20px;
}

.hs-logo {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}
.hs-logo img {
  max-width: 300px;
}

.hs-message {
  color: #ffffff;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  max-width: 800px;
  margin-bottom: 40px;
  padding: 0 20px;
  z-index: 2;
}

.hs-step {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: rgb(255, 115, 0);
}

/* Circular loader */
.hs-progress-container {
  position: relative;
  width: 150px;
  height: 150px;
  margin: auto;
  top: -8%;
}

body#custom_white_mode div#validationErrors {
  background: transparent !important;
  color: #242424 !important;
  border: 1px solid #e87a2c !important;
}

body#custom_white_mode div#validationErrors2 {
  background: transparent !important;
  color: #242424 !important;
  border: 1px solid #e87a2c !important;
}
.hs-progress-circle {
  stroke-dasharray: 440;
  stroke-dashoffset: 440;
  stroke-width: 10;
  stroke: rgb(255, 115, 0);
  fill: none;
  transform: rotate(0deg); /* start from right */
  transform-origin: center;
  transition: stroke-dashoffset 0.3s linear;
  filter: drop-shadow(2px -4px 3px rgba(255, 140, 0, 0.9));
}
.hs-progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  font-weight: bold;
  color: rgb(255, 115, 0);
  text-shadow: 2px 2px 6px rgba(255, 140, 0, 0.8);
}

/*.hs-animationWrapper {*/
/*    display: none;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

.hs-animationWrapper {
  display: none;
  width: 100%;
  height: 100vh;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 69%;
  left: 50%;
  max-width: 140%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

body#custom_white_mode .domain-configuration-content h4 {
  color: #242424 !important;
}

body#custom_white_mode .header-lined h1.font-size-36 {
  color: #000 !important;
}

body#custom_white_mode .domain-tabs ul.nav.nav-tabs a.nav-link {
  color: #000;
}

body#custom_white_mode .product-configuration-content span.primary-bg-color {
  background: #fff;
  color: #242424;
  font-weight: 400;
}

body#custom_white_mode .product-card .product-card-header h4 {
  color: #fff;
}

body#custom_white_mode div#cart-items-list h5 {
  color: #242424;
}

body#custom_white_mode .addon-item .card-body {
  background: #10599c;
}

body#custom_white_mode .addon-item .card-title,
.recommended-product-item .card-title {
  color: #fff;
}

body#custom_white_mode .order-summary-sidebar .text-right.mb-3 button:focus {
  background: #e87a2c;
  border-color: #e87a2c;
  color: #fff !important;
}

body#custom_white_mode .order-summary-sidebar span.primary-bg-color {
  background: transparent;
  color: #242424;
}

body#custom_white_mode .order-summary-sidebar td {
  color: #242424;
}

body#custom_white_mode div#orderSummary-step2 label.checkbox-inline {
  color: #242424;
}

body#custom_white_mode .marketing-email-optin h4.font-size-18 {
  color: #fff;
}

body#custom_white_mode .product-card.selected {
  border: 1px solid #e87a2c;
  background: transparent;
}

body#custom_white_mode .product-card {
  border: 1px solid #242424;
  background: transparent;
}

body#custom_white_mode .product-card .product-card-header h4 {
  color: #242424;
}

body#custom_white_mode
  .product-card
  .product-billing-cycle
  .monthly-price-display {
  color: #242424;
}

body#custom_white_mode .product-card.selected .product-billing-cycle-select {
  color: #242424;
}

body#custom_white_mode .product-card .product-card-features ul li {
  color: #242424;
}

body#custom_white_mode .product-card span.toggle-text {
  color: #242424;
  font-weight: 500;
}

body#custom_white_mode .product-card span.toggle-arrow {
  color: #242424;
}

body#custom_white_mode .cart-items-container {
  padding: 15px 11px;
  background: #ffffff;
  color: #242424;
  border: 1px solid #e87a2c;
}

body#custom_white_mode .cart-items-header.row {
  border-bottom: 1px solid #e87a2c !important;
}

body#custom_white_mode div#cart-items-list .cart-item.row {
  border-bottom: 1px solid #e87a2c !important;
}

body#custom_white_mode div#step2-customer-details input {
  background: transparent !important;
  color: #242424 !important;
  border: 1px solid #e87a2c !important;
}

body#custom_white_mode .order-summary-sidebar .text-right.mb-3 button {
  background: transparent;
  color: #e87a2c !important;
  border: 1px solid #e87a2c;
}

body#custom_white_mode
  span.input-group-btn.input-group-append
  button.btn.btn-default {
  background: transparent;
  color: #e87a2c !important;
  border: 1px solid #e87a2c !important;
}

body#custom_white_mode div#step2-customer-details select {
  background: transparent !important;
  color: #242424 !important;
  border: 1px solid #e87a2c !important;
}

body#custom_white_mode div#step2-customer-details {
  background: #00000000;
  color: #242424 !important;
  border: 1px solid #e87a2c;
}

body#custom_white_mode .cart-item-price,
.cart-item-price1 {
  color: #242424;
}

body#custom_white_mode select.form-control.domain-regperiod-select {
  background: transparent;
  color: #242424 !important;
  border: 1px solid #e87a2c;
}

body#custom_white_mode .order-summary-sidebar {
  border: 1px solid #e87a2c;
  background: transparent;
  color: #242424;
}

body#custom_white_mode .summary-table-container div#dynamic-total strong {
  color: #e87a2c !important;
}

input.field-error,
select.field-error,
textarea.field-error {
  border: 2px solid #ff0000 !important;
  background-color: #ff0000 !important;
  color: white !important;
  box-shadow: 0 0 8px rgba(255, 0, 0, 0.6) !important;
}

.domain-configuration-content
  .tab-content
  .domain-search-container
  .input-group
  .input-group-append
  i.fa.fa-angle-down.select-arrow {
  position: absolute;
  left: 60px;
  top: 15px;
}

body.lagom.lagom-not-portal.lagom-layout-top.lagom-modern.page-order.page-viewcart.floating-notification
  .cart-item-price1 {
  color: #fff;
}

body#custom_white_mode .cart-item-price {
  color: #242424;
}

body#custom_white_mode .cart-item-price1 {
  color: #242424;
}

body#custom_white_mode
  div#containerNewUserSignup
  .sub-heading
  span.primary-bg-color {
  color: #242424;
}

body#custom_white_mode
  div#containerNewUserSecurity
  .sub-heading
  span.primary-bg-color {
  color: #242424;
}

body#custom_white_mode .sub-heading span.primary-bg-color {
  color: #242424;
}

body#custom_white_mode .marketing-email-optin h4.font-size-18 {
  color: #242424;
}

body#custom_white_mode
  div#orderSummary-step2
  .order-summary-sidebar
  .summary-details
  div#order-summary-total
  strong {
  color: #e87a2c !important;
}

.tld-badge.selected {
  background-color: #e87a2c !important;
  color: #fff !important;
  border: 1px solid #d46b1d;
}

div#domain_suggestions_reg table.table.table-bordered.table-sm tr td {
  padding-left: 20px;
  padding-right: 20px;
}

div#domain-privacy-info-popup .modal-dialog {
  width: 75%;
}

div#domain-privacy-info-popup .modal-dialog .alert.alert-danger {
  min-height: 340px;
}

div#domain-privacy-info-popup2 .modal-dialog {
  width: 75%;
}

div#domain-privacy-info-popup2 .modal-dialog .alert.alert-danger {
  min-height: 340px;
}

div#domain-addon-container i#domain-privacy-info-icon {
  color: #242424;
}

div#filters-content
  div#selected-tlds
  span.badge.badge-primary.mr-1.mb-1.selected-tld {
  padding: 7px;
  border-radius: 5px;
  font-size: 13px;
}

div#filters-content
  div#all-tlds
  span.tld-badge.badge.badge-secondary.mr-1.mb-1 {
  padding: 8px;
  border-radius: 5px;
  font-size: 13px;
}

div#filters-content input#filter-prefix {
  width: 99%;
}

body#custom_white_mode
  div#domain_suggestions_reg
  table.table.table-bordered.table-sm
  tr
  td
  span {
  color: #242424 !important;
}

body#custom_white_mode
  div#filters-content
  div#all-tlds
  span.tld-badge.badge.badge-secondary.mr-1.mb-1 {
  color: #212121 !important;
}

body#custom_white_mode
  div#filters-content
  div#all-tlds
  span.tld-badge.badge.badge-secondary.mr-1.mb-1.selected {
  color: #ffffff !important;
}

div#domain_suggestions_reg {
  background: #242424;
  padding: 20px;
  border-radius: 3px;
}

.div_apply_filter {
  background: #242424;
  padding: 20px;
  padding-top: 7px;
  border-radius: 3px;
  margin-top: 10px;
}

body#custom_white_mode div#domain_suggestions_reg {
  background: transparent;
  border: 1px solid #e87a2c;
}
body#custom_white_mode .table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-color: #e87a2c !important;
}
body#custom_white_mode table.table.table-bordered.table-sm {
  border: 1px solid #e87a2c;
}

body#custom_white_mode .div_apply_filter {
  background: transparent;
  border: 1px solid #e87a2c;
}

/* Loader for divs (same style as button loader) */
.div-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  height: 40px; /* adjust height to your div */
}

.div-loader span {
  width: 3px;
  height: 12px;
  background: #e87a2c; /* orange, can change */
  transform-origin: center;
  animation: wave 1s infinite ease-in-out;
}
.div-loader span:nth-child(1) {
  animation-delay: 0s;
}
.div-loader span:nth-child(2) {
  animation-delay: 0.1s;
}
.div-loader span:nth-child(3) {
  animation-delay: 0.2s;
}
.div-loader span:nth-child(4) {
  animation-delay: 0.3s;
}
.div-loader span:nth-child(5) {
  animation-delay: 0.4s;
}

.product-card li.feature-toggle-container button.feature-toggle-btn:focus {
  background: transparent !important;
}

div#cart-items-list .cart-item.row button.remove-recommended-btn:focus {
  background: transparent;
}
