.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;
}

.cart-head-bar {
  background: url(../images/shape.png) no-repeat top;
  padding: 20px 25px;
  display: inline-block;
  width: 100%;
  background-size: cover;
  background-color: var(--bg-white);
  border-bottom: 1px solid var(--border-color);
}

.host-nav ul.dropdown-menu {
  background: var(--bg-white);
}

.cart-head-bar h1 {
  font-size: 24px;
  font-weight: 700;
  color: var(--heading-color);
  margin: 0 0 4px;
  position: relative;
  padding: 0;
  line-height: 1;
  display: flex;
  align-items: center;
}

.cart-head-bar h1 i {
  font-size: 30px;
  padding-right: 15px;
  vertical-align: middle;
}

.cart-head-bar p {
  font-size: 15px;
  font-weight: 400;
  color: var(--grey);
  padding: 0 0 0 45px;
  margin: 0;
  line-height: 24px;
}

/* Product List Main Page */
.order-cart {
  margin-top: 40px;
}

.order {
  display: inline-block;
  width: 100%;
  padding: 18px 30px 16px;
  color: #181717;
  font-size: 18px;
  font-weight: 900;
}

.left-side-checkout-page .form-group.inputBox {
  margin-bottom: 35px;
}

span.create-account-button {
  width: 100%;
}

.order span {
  margin-right: 15px;
}

.host-nav {
  display: inline-block;
  width: 100%;
  background: var(--bg-white);
  padding: 20px 30px 10px 30px;
  box-shadow: none;
}

.host-nav li {
  float: left;
  margin-right: 10px;
  list-style: none;
  margin-bottom: 10px;
}

.host-nav.product-listing-page {
  padding: 0px 30px 0px 30px;
}

.host-nav.product-listing-page li {
  margin-bottom: 0;
}

.host-nav.product-listing-page .drop-nav {
  padding: 20px 10px;
  font-size: 14px;
  color: var(--text-color);
  display: inline-block;
  text-align: center;
  font-weight: 600;
  border-radius: 0;
  text-decoration: none !important;
  background: transparent;
  box-shadow: none;
  border-bottom: 2px solid transparent;
}

.host-nav.product-listing-page .drop-nav:hover,
.host-nav.product-listing-page li.active .drop-nav {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.product-listing-page .domain-action .drop-nav {
  border-bottom: none !important;
}

.host-nav.product-listing-page a.btn.dropdown-toggle.drop-nav.cloud {
  border: none;
}

.host-nav.product-listing-page ul.dropdown-menu.show li a:hover {
  text-decoration: none;
}

/*.host-nav.product-listing-page .dropdown-menu.show {
    top: 0px !IMPORTANT;
}*/
.host-nav.product-listing-page .product_dropdwn ul.dropdown-menu.show {
  width: 265px;
  transform: inherit !important;
  top: unset !important;
  margin: 0px;
}

.drop-nav.domain {
  background: #167fc5;
}

.drop-nav.server {
  background: #2ecc71;
}

.drop-nav.cloud {
  background: #e8a717;
}

a.btn.dropdown-toggle.drop-nav.cloud {
  margin-left: 0;
}

#order-standard_cart .row {
  margin-left: 0;
  margin-right: 0;
}

.host-nav ul {
  margin: 0;
  padding: 0;
}

span.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid 9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

#order-standard_cart .cart-body {
  width: 100%;
  padding: 0;
}

.header-lined h1 {
  text-align: center;
}

.generic_head_content span {
  display: block;
  padding: 12px 28px 0px;
  text-align: left;
  color: var(--text-color);
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  min-height: 50px;
  line-height: normal;
  font-weight: 600;
  letter-spacing: -0.3px;
  margin-bottom: 0;
  max-width: 87%;
}

div#products-main-page {
  width: 100%;
}

.product-page-products-center {
  justify-content: center;
}

.generic_feature_list ul {
  list-style: none;
  padding: 0;
}

.generic_head_content .head {
  background: transparent;
}

.dropdown.product_dropdwn .dropdown-menu-cont {
  max-height: 300px;
  overflow-y: scroll;
}

.generic_price_tag span {
  text-align: left;
  width: 100%;
  display: inline-block;
  font-size: 25px;
  color: var(--text-color);
  padding: 10px 30px 20px;

  min-height: 86px;
}

small.product-setup-fee {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #40b5e7;
  font-family: "Open Sans", sans-serif;
  margin-top: 6px;
}

/*.drop-nav {
    padding: 10px 10px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-weight: 900;
    border-radius: 4px;
    text-decoration: none !important;
}*/
.drop-nav,
.drop-nav.domain,
.drop-nav.cloud {
  padding: 10px 20px;
  font-size: 14px;
  color: #141414;
  display: inline-block;
  text-align: center;
  font-weight: 900;
  border-radius: 4px;
  text-decoration: none !important;
  background: var(--bg-white);
  box-shadow: 0px 0px 1px rgb(0 0 0 / 12%), 0px 8px 32px rgb(0 0 0 / 8%);
}

.drop-nav:hover {
  background: #0cb4e5;
}

.generic_feature_list li {
  font-size: 15px;
  margin: 0 0px;
  padding: 8px 12px;
  color: #7d7d7d;
  text-align: left;
  border-bottom: none;
}

.generic_content.clearfix {
  background: var(--bg-white);
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 4px #0000000f;
}

.generic_head_price {
  background: var(--light-grey-bgcolor);
  border-radius: 6px;
  margin-bottom: 8px;
}

.domains-post {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.domains-post .slide {
  margin-bottom: 30px;
}

.choose-pack .switcher-for-product {
  margin-left: 15px;
}

.generic_content .wgs_custom-btn {
  box-shadow: none;
  padding: 12px 22px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  clear: both;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  width: 100%;
}

.generic_price_btn {
  text-align: center;
}

.pack-hed h2 {
  font-size: 28px;
  color: var(--heading-color);
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
}

.generic_feature_list br {
  display: none;
}

.host-nav ul.dropdown-menu.show li {
  border-bottom: 1px solid var(--border-color);
  float: unset;
  margin-right: 0;
  margin-bottom: 0;
}

.host-nav ul.dropdown-menu.show li a {
  font-size: 15px;
  padding: 9px 14px;
  display: block;
  color: var(--text-color);
  width: 100%;
}

.host-nav ul.dropdown-menu.show {
  width: 265px;
}

.host-nav ul.dropdown-menu.show:before {
  right: unset;
  left: 25px;
  border-bottom: 10px solid var(--border-color);
}

.host-nav .dropdown-menu.show {
  margin-top: 0;
  top: inherit !important;
  transform: inherit !important;
}

.dropdown .btn {
  -webkit-appearance: none;
}

.dropdown a:focus {
  outline: none !important;
}

.host-nav .dropdown-menu.show>li>a:hover {
  background-color: var(--light-grey-bgcolor);
  color: var(--primary-color);
}

.host-nav .drop-nav:hover {
  color: var(--text-white);
}

/*.host-nav ul.dropdown-menu.show li a:hover {
    color: #0cb4e5;
    text-decoration: underline;
}*/
.custom-select-domain .dropdown-toggle {
  width: 120px;
  text-align: left;
  padding: 7px;
  font-size: 14px;
  position: relative;
  margin: 4px 0px;
}

.custom-select-domain .dropdown-toggle:hover,
.custom-select-domain .dropdown-toggle:focus {
  background: var(--bg-white);
}

span.quantity-product {
  font-size: 12px;
  text-align: center;
  position: absolute;
  background: #fce289;
  width: auto;
  max-width: initial;
  margin: 0 auto;
  left: inherit;
  right: 48px;
  top: 35px;
  padding: 2px 10px;
  border-radius: 50px;
  border: none !important;
  margin-top: 0px;
  font-weight: 600;
  height: auto;
  line-height: unset;
  min-height: unset;
  color: #000000;
}

.p-lightblue span.quantity-product {
  border: 2px solid #0cb4e5;
}

.p-green span.quantity-product {
  border: 2px solid #2dcc71;
}

.p-yellow span.quantity-product {
  border: 2px solid #edb800;
}

/* product list Page end*/
/* Domain Register Page */
.shopping-cart-domain-pop {
  display: none;
}

.domain-checker-container {
  margin: 0;
  background: transparent;
}

.domain-checker-bg-main-container {
  background: var(--secndary-light-bgcolor) url(../images/reg-domain-bg.png) no-repeat;
  background-size: cover;
  position: relative;
  padding: 70px 20px 0;
}

.domain-selection-options button:hover {
  background: var(--primary-btn-bgcolor-hover);
  color: var(--primary-btn-color-hover);
  border-color: var(--primary-border-color-hover);
}

.domain-checker-bg-main-container .domain-checker-bg {
  background: transparent;
  padding: 0px 0 30px;
}

#order-standard_cart div#searchDomainInfo {
  margin-top: 0;
}

.titel-page {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.domain-checker-bg h1.titel-page {
  color: var(--text-white);
}

.register-domain-container {
  background: transparent;
  border-radius: 5px;
  padding: 21px 19px 0px;
}

.tld-title-4 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: normal;
  margin: 20px 0;
  color: var(--heading-color);
}

.tld-filters.host-nav {
  padding-bottom: 20px;
}

.choose-pack {
  padding: 0 30px 30px;
  display: inline-block;
  width: 100%;
}

.domain-pricing .col-sm-4 {
  padding-left: 0;
}

.tld-filters a {
  padding: 10px 16px;
  font-size: 12px;
  line-height: 20px;
  background: var(--secondary-bgcolor);
}

.tld-filters .badge-success,
.tld-filters a.badge-secondary:focus,
.tld-filters a.badge-secondary:hover {
  background: var(--primary-bgcolor);
}

.tld-inr {
  margin: 20px auto;
}

.tld-inr .row.tld-pricing-header .common-cat-class {
  padding: 9px 0;
  color: var(--text-white);
  border-radius: 0;
  font-size: 24px;
}

.domain-promo-box {
  background-color: var(--bg-white);
  border: 1px solid var(--border-color);
  color: var(--text-color);
  min-height: 180px;
}

.tld-inr .row.tld-pricing-header .p-lightblue {
  background: var(--primary-bgcolor);
  border-bottom: 6px solid var(--primary-border-color);
}

.tld-inr .row.tld-pricing-header .p-green {
  background: var(--primary-bgcolor);
}

.tld-inr .row.tld-pricing-header .p-yellow {
  background: var(--primary-bgcolor);
}

.tld-inr .row.tld-pricing-header .p-purple {
  background: var(--primary-bgcolor);
}

.domain-pricing .tld-pricing-header .col-xs-4 {
  border-color: var(--primary-border-color) !important;
}

.domain-pricing .two-row-center {
  padding: 9px 11px;
}

.suggested-domains {
  background: var(--light-grey-bgcolor);
  margin-top: -120px;
  padding: 135px 60px 30px !important;
}

.card-footer.more-suggestions {
  border-top: 0;
}

.suggested-domains .panel-heading.card-header {
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 700;
  margin-right: 16px;
  background: transparent;
  border-bottom: 0;
}

.suggested-domains .list-group-item {
  justify-content: space-between;
  padding: 26px;
  align-items: flex-start;
  margin-bottom: 15px;
  position: relative;
  border: none;
  border-radius: 4px;
  overflow: hidden;
}

.spotlight-tlds {
  margin-bottom: 0px;
}

#DomainSearchResults .domain-checker-available {
  color: var(--text-white);
  margin-bottom: 0;
}

p.domain-available.domain-checker-available.p-domain-left {
  max-width: 50%;
  width: 100%;
  word-break: break-all;
  text-align: left;
}

.host-block {
  background: var(--primary-bgcolor);
  width: 90%;
  padding: 28px 0;
  margin: 30px 54px 0;
  border-radius: 5px;
}

button#btnCheckAvailability {
  background: var(--primary-btn-bg-color);
  border: none;
  height: 49px;
  color: var(--primary-btn-color);
  font-weight: 600;
  width: 166px;
  border-radius: 0 5px 5px 0;
  height: 56px;
  font-size: 18px;
  box-shadow: none;
}

.count-cart-domain {
  padding: 13px 8px;
  text-align: center;
  background: var(--bg-white);
  box-shadow: 0 0 15px #0b0b0b4d;
  right: 20px;
  border-radius: 4px;
  top: 85px;
  min-width: 209px;
  min-height: 158px;
}

.count-cart-domain span {
  color: var(--primary-color);
  font-size: 32px;
  display: inline-block;
  width: 100%;
}

.cart-btn-continue {
  margin: 10px 0;
  display: inline-block;
  padding: 8px 13px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}

/*.cart-btn-continue:hover{
	color:#fff;
}*/
.count-cart-domain p {
  margin-bottom: 10px;
}

.shopping-cart-domain-pop {
  position: fixed;
  right: 20px;
  z-index: 9999;
  top: 225px;
}

.cart-domainpop-up-close {
  position: absolute;
  right: 12px;
  top: 6px;
  cursor: pointer;
}

strong#domain-count-data {
  font-weight: normal;
}

/*.col-md-8.col-md-offset-2.offset-md-2.col-xs-10.col-xs-offset-1.col-10.offset-1{
	margin-left: auto;
	flex: 0 0 43.66667%;
    max-width: 43.66667%;
    margin-right: auto;
}*/
.register-domain-container .input-group.input-group-lg.input-group-box {
  max-width: 800px;
}

.input-group.input-group-lg.input-group-box {
  background: transparent;
  padding: 0;
}

#order-standard_cart .input-group-lg>.form-control {
  height: 56px;
}

.featured-tlds-container {
  margin: 45px 0 35px;
}

/*.featured-tlds-container .row {
	 justify-content: center;
}*/
.featured-tld .img-container img {
  max-width: 50%;
  max-height: 50%;
}

.featured-tld .price {
  font-size: 15px;
  font-weight: 700;
}

div#searchDomainInfo button.btn.btn-primary.btn-add-to-cart {
  color: var(--text-color);
  font-size: 15px;
  font-weight: 900;
  background: var(--bg-white);
  padding: 12px 20px;
  border-radius: 4px;
  border: none;
  margin: 0;
}

div#searchDomainInfo span.price {
  margin-top: 10px;
  color: var(--text-white);
  float: left;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  max-width: 29%;
  text-align: left;
}

.domain-price.host-block {
  display: flex;
  margin: 30px auto 0;
}

.domain-price.host-block .col-md-6 {
  text-align: left;
}

div#spotlightTlds {
  padding: 7px 14px;
  background-color: transparent;
  margin: 30px 0px 0px 0px !important;
}

ul.slick-dots li {
  border-radius: 50%;
  padding: 5px;
  border: transparent;
  background: #cbc8c8;
  margin-right: 5px;
  margin: 15px 2px 0px;
  cursor: pointer;
}

ul.slick-dots li.slick-active {
  background: var(--primary-color) !important;
}

ul.slick-dots {
  display: flex !important;
  list-style: none;
  justify-content: center;
}

ul.slick-dots button {
  display: none;
}

span.domain,
span.extension {
  display: inline-block;
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 34px;
  color: var(--text-color);
}

.suggested-domains .price {
  font-size: 18px !important;
  color: var(--text-color);
  font-weight: 700;
}

.suggested-domains .actions {
  float: right;
  width: 53%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.suggested-domains .list-group-item span.to-add {
  font-size: 13px;
  font-weight: 500;
}

/* .suggested-domains .list-group-item button.btn.btn-add-to-cart {
  background: var(--primary-btn-bg-color) !important;
  padding: 10px 15px;
  color: var(--primary-btn-color);
  border: 1px solid var(--primary-border-color);
  float: unset;
} */
.suggested-domains .list-group-item button.btn.btn-add-to-cart {
  background: var(--primary-btn-bg-color) !important;
  padding: 10px 15px;
  color: var(--primary-btn-color);
  float: unset;
  border: 1px solid var(--primary-border-color);
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  text-align: center;
  line-height: 1.5;
}

.suggested-domains .list-group-item button.btn.btn-add-to-cart:hover {
  background: var(--primary-btn-bgcolor-hover) !important;
  color: var(--primary-btn-color-hover);
  border-color: var(--primary-border-color-hover);
}

.right-section-has-hosting a.no-hosting-domain:hover {
  color: var(--primary-btn-color-hover);
  background: var(--primary-btn-bgcolor-hover);
  border-color: var(--primary-border-color-hover);
}

.domain-promo-box .btn-primary:hover {
  background: var(--secondary-btn-bgcolor-hover);
  color: var(--secondary-btn-color-hover);
  border-color: var(--secondary-border-color-hover);
}

.domain-promo-box .btn-primary {
  color: var(--secondary-btn-color);
  padding: 6px 12px;
  margin-bottom: 0;
  background-color: var(--secondary-btn-bg-color);
  border-color: var(--secondary-border-color);
  font-size: 14px;
}

.domain-promo-box a.btn.btn-warning {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: var(--primary-btn-color);
  background-color: var(--primary-btn-bg-color);
  border-color: var(--primary-border-color);
}

.domain-promo-box a.btn.btn-warning:hover {
  color: var(--primary-btn-color-hover);
  background-color: var(--primary-btn-bgcolor-hover);
  border-color: var(--primary-border-color-hover);
}

.spotlight-tld-container .domain-lookup-result button.btn.btn-add-to-cart {
  font-weight: 300;
  font-size: 12px;
  background: var(--primary-btn-bg-color);
  padding: 6px 11px;
  border-radius: 4px;
  color: var(--primary-btn-color);
  border: 1px solid var(--primary-border-color);
  min-width: 105px;
  display: inline-block;
  width: auto !important;
  margin: 20px auto 10px;
}

.spotlight-tld-container .domain-lookup-result button.btn.btn-add-to-cart:hover {
  background: var(--primary-btn-bgcolor-hover);
  color: var(--primary-btn-color-hover);
  border-color: var(--primary-border-color-hover);
}

.row.bottom-domain-extra-section {
  padding-left: 15px;
  padding-right: 15px;
}

.side-badge-main {
  width: 100%;
  overflow: hidden;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
}

.ext-main-blk {
  background: var(--bg-white);
  width: 65px;
  font-size: 16px;
  color: var(--primary-color);
  height: 65px;
  font-weight: 900;
  margin: -40px auto 0;
  border-radius: 50%;
  line-height: 58px;
  left: 32%;
}

.corner-badges.top-right-badge {
  right: -100px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(146deg);
  top: -9px;
  width: 128px;
  position: absolute;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
}

span.tld-group {
  top: 20px;
  font-size: 10px;
  position: relative;
  left: -2px;
  text-transform: capitalize;
}

.spotlight-tld-container {
  padding: 37px 7px 0px;
}

.spotlight-tld {
  overflow: unset;
  border: transparent;
  height: auto;
  box-shadow: none;
  background: var(--bg-white);
}

#order-standard_cart .domain-checker-bg-main-container .form-control {
  color: var(--text-white);
}

#order-standard_cart .domain-selection-options.row.domain-checker-bg select option {
  color: var(--text-color);
}

.spot-light-cat-common {
  width: 140px;
  position: absolute;
  letter-spacing: 0;
  padding: 3px;
  font-size: x-small;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-white);
  top: -17px;
  right: -44px;
  transform: rotate(253deg);
  -webkit-transform: rotate(253deg);
}

.domain-lookup-result span.available.price {
  color: var(--grey);
  font-weight: 600;
}

div#spotlightTlds span.removeDomainFromCartSpotLight {
  font-weight: 300;
  font-size: 12px;
  background: rgb(240 95 87);
  padding: 6px 11px;
  border-radius: 4px;
  color: var(--text-white);
  border: none;
  display: block;
  width: 100%;
  max-width: 105px;
  margin: 0 auto;
  cursor: pointer;
}

#spotlightTlds span.removeDomainFromCartSpotLight:hover {
  background: rgb(240 95 87) !important;
}

div#spotlightTlds button.btn.unavailable {
  background-color: var(--danger);
  border-color: transparent;
  color: var(--text-white);
  width: 100%;
  max-width: 100px;
  cursor: not-allowed;
}

.price-and-button-row {
  justify-content: space-between;
  display: flex;
}

.available-domain-row span.removeDomainFromCart {
  font-size: 15px;
  font-weight: 900;
  background: rgb(240 95 87);
  padding: 12px 20px;
  border-radius: 4px;
  border: none;
  color: var(--text-white);
  cursor: pointer;
}

.suggested-domains .list-group-item .domain-suggestion-row {
  display: inline-block !important;
}

/* .suggested-domains span.removeDomainFromCartSuggestion {
  background: rgb(240 95 87);
  padding: 10px 15px;
  color: var(--text-white);
  border: none;
  font-size: 11px;
  border-radius: 3px;
  line-height: 1.4;
  display: inline-block;
  cursor: pointer;
} */
.suggested-domains span.removeDomainFromCartSuggestion {
  background: rgb(240 95 87);
  padding: 10px 15px;
  color: var(--text-white);
  border: 1px solid rgb(240 95 87);
  font-size: 14px;
  border-radius: 6px;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}

.domain-register-page .choose-pack a.badge-success.focus,
a.badge-success:focus {
  box-shadow: none;
}

.btn-primary.focus,
.btn-primary:focus,
.btn.focus,
.btn:focus {
  box-shadow: none;
}

.suggested-domains span.promo {
  position: absolute;
  width: 90px;
  height: 40px;
  transform: rotate(323deg);
  top: -18px;
  left: -28px;
}

.suggested-domains span.promo span {
  position: relative;
  top: 14px;
  left: 19px;
  font-size: 12px;
  text-transform: capitalize;
}

/*transfer domain pagecss start*/
div#order-standard_cart.cart-body-padding {
  background: var(--bg-white);
  width: 100%;
  padding: 30px 15px 30px;
}

#order-standard_cart form#frmDomainTransfer .recaptcha-container {
  display: block;
  padding-left: 15px;
}

h2.domain-heading-forms {
  font-size: 20px;
  font-weight: 700;
  color: var(--heading-color);
  padding-left: 15px;
  margin-bottom: 40px;
}

#order-standard_cart .cart-body .form-colam {
  margin-bottom: 50px;
}

form#frmDomainTransfer button#btnTransferDomain {
  background: var(--primary-btn-bg-color);
  border: 1px solid var(--primary-border-color);
  padding: 12px 22px;
  font-weight: 700;
  color: var(--primary-btn-color);
  border-radius: 5px;
}

p.inputTextTransferBelow {
  margin: 10px 0px;
  padding-left: 11px;
}

#order-standard_cart .cart-body .form-colam.epp-code-box {
  margin-bottom: 10px;
}

/*transfer domain pagecss end*/
/*product domain page*/
.domain-selection-options-trigger {
  padding: 30px 15px;
}

/*.domain-selection-options-trigger .custpm_box {
    margin-bottom: 25px;
}
.domain-selection-options-trigger .card-info-box.transfer {
    margin-bottom: 20px;
}*/
.domain-selection-options-trigger .content {
  background: var(--bg-white);
  text-align: left;
  min-height: auto;
  border-radius: 5px;
  padding: 20px;
  font-weight: 400;
  cursor: pointer;
  transition: ease-in 0.5s;
  display: flex;
  align-items: center;
}

.domain-selection-options-trigger .icone {
  min-height: 60px;
  background: var(--primary-bgcolor);
  min-width: 60px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  text-align: center;
  border: 1px solid #fff;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.domain-selection-options-trigger .icone img {
  width: 30px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.domain-selection-options-trigger .content .text {
  font-size: 15px;
  color: var(--text-color);
  margin-top: 0px;
  font-weight: 500;
}

.domain-selection-options-trigger .content.active {
  background: var(--primary-bgcolor);
}

.domain-selection-options-trigger .content.active .text {
  color: var(--text-white);
}

.domain-selection-options-trigger .content:hover {
  background: var(--primary-bgcolor);
}

.domain-selection-options-trigger .content:hover .text {
  color: var(--text-white);
}

.domain-selection-options .iradio_square-blue {
  display: none;
}

.domain-selection-options-trigger .content:hover .icone {
  background: none;
}

.domain-selection-options-trigger .content.active .icone {
  background: none;
}

#order-standard_cart .domain-selection-options.row.domain-checker-bg {
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.product-domain-configure-page .domain-input-group {
  width: 100%;
  max-width: 765px;
}

.domain-selection-options input {
  height: 50px;
  border-radius: 0;
  border: transparent;
}

#order-standard_cart .domain-selection-options.row.domain-checker-bg select {
  height: 50px;
  border-radius: 0 !important;
}

#order-standard_cart .domain-checker-bg-main-container .field,
#order-standard_cart .domain-checker-bg-main-container .form-control {
  background-color: transparent;
  border: transparent;
  border-bottom: 1px solid var(--border-color);
}

#order-standard_cart .domain-search-advance select {
  background-position: 92% !important;
}

.domain-selection-options button {
  height: 50px;
  border-radius: 0;
  border: 1px solid var(--primary-border-color);
}

.product-domain-configure-page .input-group.domain-search-advance {
  border-radius: 5px;
  overflow: hidden;
  border: transparent;
  margin-top: 35px;
}

.product-domain-configure-page .domain-selection-options input {
  border-radius: 0 !important;
}

.domain-in-cart .domains-row {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}

.domain-in-cart select {
  width: 100%;
  max-width: 72%;
}

.domain-in-cart span.input-group-btn.adv {
  width: 100%;
  max-width: 28%;
}

.domain-in-cart button.btn.btn-default.wgs_custom-btn {
  width: 100%;
}

.domain-selection-options i {
  margin-right: 4px;
}

.product-domain-configure-page .input-group-btn.adv {
  width: 220px;
}

.product-domain-configure-page .input-group-btn.adv button {
  width: 100%;
}

/*choose domain pagecss end*/
/*configure product page css start*/
ul.cart-product-step {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.cart-head-bar.configure-cart-head {
  background: var(--bg-white);
  border-bottom: 1px solid var(--border-color);
}

.step .step-item a {
  color: #000;
  display: inline-block;
  padding: 30px 10px 0;
  text-decoration: none;
  font-size: 14px;
}

.stp-cot {
  position: absolute;
  font-size: 17px;
  font-weight: 900;
  text-align: center;
  line-height: 16px;
}

.cart-head-bar.configure-cart-head .stp-cot.check {
  color: var(--text-white) !important;
  left: 50% !important;
  margin-left: -9px !important;
  z-index: 99;
}

.step-item {
  width: 32%;
}

li.step-item {
  flex: 1 1 0;
  margin-top: 0;
  min-height: 1rem;
  position: relative;
  text-align: center;
}

.step-item a::before {
  background: #40b5e7;
  border-radius: 50%;
  content: "";
  color: var(--text-black);
  display: block;
  height: 28px;
  left: 50%;
  position: absolute;
  top: -5px;
  transform: translateX(-50%);
  width: 28px;
  z-index: 1;
}

li.step-item a {
  color: var(--text-color);
  display: inline-block;
  padding: 30px 10px 0;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
}

.step-item:not(:first-child)::before {
  background: var(--border-color) !important;
  content: "";
  height: 6px;
  left: -50%;
  position: absolute;
  top: 9px;
  width: 100%;
}

.step-item.active a::before {
  background: var(--light-grey-bgcolor) !important;
  left: 49%;
}

span.stp-cot.second-step {
  left: 47%;
  color: var(--text-color);
  z-index: 99;
}

.step-item.active~.step-item::before {
  background: #999999;
}

.step-item.active~.step-item a::before {
  background: var(--light-grey-bgcolor) !important;
}

span.stp-cot.third-step {
  right: 49%;
  z-index: 99;
}

.cart-head-bar.configure-cart-head .row {
  align-items: center;
}

.secondary-cart-body .product-info ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}

.product-description-body-cart.product-info ul li {
  width: 100%;
  max-width: 32.6%;
  border: 1px solid #e7e7e7;
  padding: 10px;
  margin: 3px;
  text-align: left;
  word-break: break-all;
}

.product-configure-info-panel .panel-title>a.collapsed:before {
  content: "\f067";
}

div#productHeadingTitle {
  position: relative;
}

.product-configure-info-panel .panel-title>a:before {
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  font-size: 11px;
  border: none;
  padding: 1px 3px;
  border-radius: 5px;
  margin-right: 7px;
  position: absolute;
  right: 14px;
  top: 22px;
  background: var(--primary-bgcolor);
  border-radius: 50px;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 20px;
  color: var(--text-white);
}

.product-configure-info-panel .panel-title>a:hover,
.product-configure-info-panel .panel-title>a:active,
.product-configure-info-panel .panel-title>a:focus {
  text-decoration: none;
}

.product-configure-info-panel h4.panel-title {
  background: var(--bg-white);
  padding: 19px 15px;
  color: #000;
  margin-bottom: 0;
}

.product-configure-info-panel h4.panel-title a {
  color: var(--text-color);
  font-weight: 600;
  padding-left: 0px;
}

.product-configure-info-panel ul {
  padding-left: 46px;
  list-style: none;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0;
}

.product-configure-info-panel ul li {
  width: 100%;
  max-width: 31.5%;
  text-align: left;
  padding: 0;
  border: none;
  border-radius: 5px;
  margin-bottom: 15px;
  margin-right: 0;
  font-size: 14px;
  list-style: circle inside;
}

div#productConfigureCollapse {
  background: var(--bg-white);
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid var(--border-color);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

body.with-box .phone-number-field .inputText {
  margin-left: 0;
}

.billing-cycle-section ul.selectBillingCycle li {
  list-style: none;
  color: var(--text-white);
  padding: 15px 0;
  border-radius: 4px;
  text-align: center;
  width: 23%;
  margin: 0 3px;
  display: inline-block;
  margin: 20px 10px 0px 0px;
  cursor: pointer;
  box-shadow: 0px 0px 1px rgb(0 0 0 / 10%), 0px 2px 24px rgb(0 0 0 / 8%);
  background: var(--bg-white) !important;
}

.clientx-rtl .term-list.selectBillingCycle .iradio_square-blue {
  background-position: -168px 0;
  display: none;
}

.term-list.selectBillingCycle .iradio_square-blue {
  display: none;
}

.web-rank .icheckbox_square-blue {
  display: none;
}

.billing-cycle-section ul.selectBillingCycle li:nth-child(1) {
  background: #5cc55a;
}

.billing-cycle-section ul.selectBillingCycle li:nth-child(2) {
  background: #edb800;
}

.billing-cycle-section ul.selectBillingCycle li:nth-child(3) {
  background: #0cb4e5;
}

.billing-cycle-section ul.selectBillingCycle li:nth-child(4) {
  background: #404040;
}

.billing-cycle-section ul.selectBillingCycle li:nth-child(5) {
  background: #0aab9c;
}

.billing-cycle-section ul.selectBillingCycle li:nth-child(6) {
  background: #1560ab;
}

.billing-cycle-section ul.selectBillingCycle li.active,
.billing-cycle-section ul.selectBillingCycle li:hover {
  background: #0cb4e5 !important;
}

.billing-cycle-section ul.selectBillingCycle li.active strong,
.billing-cycle-section ul.selectBillingCycle li:hover strong,
.billing-cycle-section ul.selectBillingCycle li.active span,
.billing-cycle-section ul.selectBillingCycle li:hover span {
  color: var(--text-white);
}

.term-list.selectBillingCycle {
  padding-left: 0;
}

.term-list.selectBillingCycle span {
  display: block;
  font-size: 13px;
  max-width: 70%;
  margin: 5px auto 0;
  width: 100%;
  color: #5c5c5c;
  font-weight: 600;
}

.term-list.selectBillingCycle strong {
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  color: #17191c;

}

.select-lanth {
  background: var(--bg-white);
  padding: 15px;
  margin-top: 20px;
}

.select-lanth h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
}

.billing-cycle-section ul.selectBillingCycle li.active {
  background: #000;
}

.billing-cycle-section ul.selectBillingCycle li:hover {
  background: #000;
}

#order-standard_cart .secondary-cart-body.left-box-configure-product {
  padding-left: 0;
}

#order-standard_cart .secondary-cart-sidebar {
  padding-right: 0px;
}

.web-rank {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
  border-top: dashed 1px var(--border-color);
  padding-top: 30px;
  background: var(--bg-white);
  padding-left: 15px;
  padding-right: 15px;
}

.left-box-configure-product .web-rank {
  margin-top: 0px;
  padding-top: 20px;
}

.web-rank h3 {
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.addon-promo-container {
  margin: 33px auto !important;
  padding: 0px 15px 10px;
  border-radius: 6px;
  background: var(--light-grey-bgcolor) !important;
  /* border-top: solid 12px #0cb4e5 !important; */
  border-radius: 0;
  box-shadow: 0px 3px 11px 0px #cccbcb;
}

.product-configure-page #frmConfigureProduct .addon-promo-container .logo {
  line-height: 1;
  height: 60px;
}

.description a {
  display: flex;
  width: 205px;
  border: 2px solid var(--border-color);
  padding: 12px 10px;
  color: var(--text-color);
  font-size: 15px;
  font-weight: 600;
  margin-left: 20px;
  text-align: center;
  margin-left: 0;
  margin-top: 10px;
}

.product-configure-page .addon-promo-container .description p {
  font-size: 16px;
  line-height: 22px;
}

.product-configure-page #frmConfigureProduct .addon-promo-container label.radio-inline {
  line-height: 26px;
  font-size: 15px;
  color: var(--text-color);
  font-weight: 400;
}

.product-configure-page #frmConfigureProduct .addon-promo-container strong {
  color: #0cb4e5;
  font-size: 20px;
}

#order-standard_cart .order-summary {
  background-color: var(--bg-white);
  border-bottom: none;
  padding: 25px;
}

.currency-drop-down-cart {
  text-align: left;
  background: var(--bg-white);
  padding: 13px 63px 15px;
  margin-top: 0px;
  box-shadow: 0 0 5px #dfdfdf;
  margin-bottom: 25px;
}

#order-standard_cart .summary-container {
  background-color: transparent;
  padding: 0;
}

h3.titel-ord {
  margin: 0 0 15px;
  font-size: 14px;
  color: var(--text-color);
  font-weight: 900;
}

.cloud-item {
  display: inline-block;
  width: 100%;
  padding: 13px 0px;
  border-top: 1px solid var(--border-color);
}

#order-standard_cart .domain-renew-right-section .order-summary h2 {
  padding: 0px 10px 10px;
}

.cloud-item.amount {
  padding: 13px 0px 0px;
}

.centos-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.centos-item span {
  font-size: 12px;
  color: var(--text-color);
  font-weight: 700;
}

.cloud-item-product .usd-tp {
  font-weight: 600;
}

.cloud-item-product div {
  font-size: 15px;
}

.cloud-item-product {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.stack {
  color: var(--text-color);
  font-size: 15px;
}

.cloud-item.amount span.centos {
  font-size: 16px;
}

.cloud-item.amount span.centos-price {
  font-size: 25px;
}

.cloud-item.amount .centos-item {
  margin-bottom: 0;
}

div#orderSummary .stap-btn {
  text-align: center;
}

#btnCompleteProductConfig i {
  margin-left: 5px;
}

.rank-item.product_addons {
  width: 100%;
  background: var(--light-bg-color);
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid var(--border-color);
  position: relative;
  cursor: pointer;
}

input.no-icheck {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

span.checkmark {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 35px;
  left: 15px;
  display: inline-block;
  z-index: 999;
  background: var(--bg-white);
  border: 2px solid #3b8ac7;
  border-radius: 40px;
}

.already-registered.clearfix {
  text-align: center;
}

#order-standard_cart .secondary-cart-body.left-box-configure-product .row.addon-products label.pay-check.web-chek {
  padding-bottom: 0;
  margin: 0;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 900;
  color: #333;
}

.rank-item.product_addons .daily-web {
  display: flex;
  justify-content: space-between;
  margin: 15px 0 15px 0;
}

.rank-item.product_addons span.mo-price {
  font-size: 20px;
  color: var(--text-color);
}

.rank-item.product_addons .scans-cont {
  font-size: 16px;
  line-height: 22px;
}

.rank-item.active.product_addons span.checkmark:after {
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background: #3b8ac7;
  content: "";
  position: absolute;
  border-radius: 40px;
}

.pay-check.web-chek {
  padding-left: 30px;
  font-size: 20px;
  font-weight: 700;
}

#order-standard_cart .vps-server-section .sub-heading,
#order-standard_cart .product-custom-field-section .sub-heading,
#order-standard_cart .product-configuration-section .sub-heading,
#order-standard_cart .cpanel-metrics-section .sub-heading {
  height: auto;
  border-top: transparent;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 30px;
}

#order-standard_cart .vps-server-section .sub-heading span,
#order-standard_cart .product-configuration-section .sub-heading span,
#order-standard_cart .product-custom-field-section .sub-heading span,
#order-standard_cart .cpanel-metrics-section .sub-heading span.primary-bg-color {
  background: transparent;
  text-align: left;
  display: block;
  position: unset;
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  color: var(--text-color);
}

.vps-server-section {
  background: var(--bg-white);
  padding: 25px 0px;
}

#order-standard_cart .vps-server-section .field-container {
  margin: 0 0 0px 0;
}

#order-standard_cart .secondary-cart-body.left-box-configure-product .form-group.inputBox.focus label.inputText {
  color: var(--primary-color);
}

#order-standard_cart .vps-server-section .field-container .form-group.inputBox label {
  position: absolute;
  font-size: 13px;
  line-height: 50px;
  transition: 0.5s;
  opacity: 1;
}

#order-standard_cart .vps-server-section .field-container .row {
  margin-bottom: 20px;
}

.product-configuration-section {
  background: var(--bg-white);
  margin-top: 20px;
  padding: 25px 0px;
}

#order-standard_cart select {
  position: relative;
  width: 100%;
  height: 44px;
  font-size: 14px;
  background: transparent;
  border: none;
  outline: none;
  font-weight: 400;
  border-bottom: 1px solid var(--border-color);
  border-radius: 0;
  color: var(--text-color);
  appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/selectclientx_arrow.svg) !important;
  background-size: 11px !important;
  background-repeat: no-repeat !important;
  background-position: 98% !important;
  background-color: var(--bg-white);
}

#order-standard_cart .tax-cont .inputBox.focus select {
  border-bottom: 2px solid#000;
}

select#inputDomainContact {
  margin-bottom: 20px;
}

div#containerPassword .col-sm-6,
.row.security-quest-main-section .col-sm-6 {
  padding-left: 0;
}

.product-custom-field-section {
  background: var(--bg-white);
  margin-top: 20px;
  padding: 25px 0px;
}

#order-standard_cart .product-custom-field-section i {
  font-size: 14px;
  display: block;
}

.product-custom-field-section select {
  border: transparent;
  border-bottom: 1px solid #d2d2d2;
  border-radius: 0;
  height: 50px;
  font-size: 14px;
}

.product-custom-field-section .custom-select:focus {
  box-shadow: none;
}

.product-custom-field-section .checkBoxConfig label.inputText {
  padding-left: 30px;
  padding-top: 9px;
}

.product-custom-field-section .textAreaConfig textarea {
  width: 100%;
  height: 50px;
  border: transparent;
  border-bottom: 1px solid #d2d2d2;
}

.cpanel-metrics-section {
  background: var(--bg-white);
  padding: 25px 15px;
  margin-bottom: 20px;
}

.cpanel-metrics-section ul {
  padding-left: 10px;
  list-style: none;
}

.cpanel-metrics-section p {
  font-size: 18px;
}

.cpanel-metrics-section ul li {
  font-size: 14px;
  margin-bottom: 3px;
  color: #000;
}

#order-standard_cart .secondary-cart-body .cpanel-metrics-section .sub-heading span.primary-bg-color {
  padding: 0;
}

#order-standard_cart .secondary-cart-body .cpanel-metrics-section .sub-heading {
  margin-bottom: 10px;
}

.slider-option-product {
  padding-top: 30px;
}

#order-standard_cart .secondary-cart-body.left-box-configure-product .slider-option-product .form-group.inputBox.focus label.inputText {
  transform: translateY(-45px);
}

#order-standard_cart .product-custom-field-section .field-container .col-md-6 {
  margin-bottom: 20px;
}

#order-standard_cart .product-custom-field-section .field-container.row {
  margin-bottom: 0;
}

#order-standard_cart .product-custom-field-section .textAreaConfig .inputBox.focus textarea {
  border-bottom: 2px solid #000;
}

#order-standard_cart .product-custom-field-section .field-container.row select {
  padding-top: 15px;
}

#order-standard_cart .product-custom-field-section .form-group.inputBox.focus select {
  border-bottom: 2px solid #000;
}

textarea:focus {
  outline: none;
}

.product-custom-field-section .checkBoxConfig .form-group.inputBox {
  display: flex;
  align-items: center;
}

/*configure product page css end*/
/* Checkout page css started */
.left-section-checkout-page {
  padding: 0;
}

.left-side-checkout-page {
  background: var(--bg-white);
  padding: 20px 20px;
}

.right-section-upper-section h2.items-titel {
  margin-bottom: 0;
}

.right-section-upper-section {
  box-shadow: 0px 3px 21px rgb(125 125 125 / 17%);
  background: var(--bg-white);
}

.row.promo-apply-box .promocode-btn:hover {
  background: var(--primary-btn-bgcolor-hover);
  border-color: var(--primary-border-color-hover);
  color: var(--primary-btn-color-hover);
}

/*.view-cart-items.right-side-checkout-page h2+.item.cart-colam {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}*/
.pull-left-summary {
  width: 100%;
  max-width: 70%;
}

#order-standard_cart .col-md-7.left-section-checkout-page .alert {
  margin-bottom: 10px;
  text-align: left !important;
}

.product-checkout-page .col-md-12 {
  padding: 0;
}

#order-standard_cart .view-cart-items.right-side-checkout-page .item.cart-colam {
  padding: 20px;
  background: var(--bg-white);
  border-bottom: 1px solid var(--border-color);
  display: flex;
  justify-content: space-between;
  transition: 0.4s ease-in;
}

.cart-summary-line.cart-total {
  display: flex;
  justify-content: space-between;
  padding-bottom: 7px;
}

.card-block {
  padding: 20px;
  background: var(--bg-white);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.cart-grid-total {
  display: flex;
  justify-content: space-between;
}

.item.cart-colam h4 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 600;
}

.year-price {
  margin: 0 0 6px;
  font-size: 16px;
  text-align: right;
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
}

.pull-right-summary {
  width: 100%;
  max-width: 30%;
  text-align: right;
}

.crt-drop small {
  font-size: 12px;
}

li.step-item.active .stp-cot {
  right: 4px;
  left: 0;
  z-index: 99;
}

#order-standard_cart .right-section-upper-section form .empty-cart {
  margin: 0px 0px 0 0;
  padding-right: 15px;
}

#order-standard_cart .right-section-upper-section form .empty-cart button {
  border-radius: 5px;
}

.tax-cont .col-sm-6 {
  padding: 0px;
  margin-right: 10px;
  max-width: 47%;
  flex: 0 0 47%;
}

.tax-cont {
  padding: 20px;
}

.tax-cont h3 {
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 600;
}

.tax-cont button.btn.btn-default {
  margin-top: 20px;
  background: #40b5e7;
  color: var(--text-white);
  border: transparent;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 22px;
}

.button-under-summary button#btnEmptyCart {
  border: 1px solid var(--secondary-border-color);
  display: block;
  height: 41px;
  font-size: 13px;
}

#order-standard_cart .right-section-upper-section .button-under-summary .empty-cart {
  margin: 0;
  width: 100%;
  max-width: 50%;
}

.button-under-summary {
  display: flex;
  justify-content: space-between;
  padding: 0px 20px 30px;
  flex-wrap: wrap;
}

.button-under-summary a#continueShopping {
  margin: 0;
  font-size: 13px;
  width: 100%;
  max-width: 48%;
}

#order-standard_cart .mc-promo .icon {
  width: 50px;
}

.button-under-summary button#btnEmptyCart i {
  margin-right: 5px;
}

#order-standard_cart .view-cart-items.right-side-checkout-page {
  border-bottom: transparent;
  margin: 0 0 15px 0;
}

ul.configuration-product-summary {
  padding-left: 0;
  list-style: none;
  color: #777;
}

#order-standard_cart .view-cart-items.right-side-checkout-page .item.cart-colam span {
  color: var(--text-color);
  /* color: var(--text-white); */
}

.custom-select-domain .dropdown-toggle:focus span.caret {
  color: var(--text-white) !important;
}

.custom-select-domain .dropdown-toggle:focus {
  color: var(--text-white);
}

.card-block span {
  font-weight: 700;
}

.custom-select-domain span.caret {
  position: absolute;
  right: 10px;
  top: 15px;
}

.item-qty {
  display: flex;
  justify-content: flex-end;
}

.item-qty button.btn.btn-xs {
  background: #53a84d36;
  margin-left: 5px;
  color: #53a84d;
  font-size: 12px !important;
  font-weight: 600;
}

#order-standard_cart .view-cart-items .item-qty input {
  margin-bottom: 0px;
  padding: 4px;
  height: auto;
  width: 50px;
}

.trash a:first-child {
  padding: 2px 5px;
  border: none;
  background: #e7eefb;
  color: #1a63e9;
  border-radius: 3px;
  margin-top: 5px;
  display: inline-block;
}

.trash a:last-child {
  padding: 2px 5px;
  border: none;
  background: #f7dcdc;
  color: #dd4b39;
  border-radius: 5px;
  margin-top: 5px;
  display: inline-block;
}

.promo a {
  color: var(--primary-color);
  font-weight: 600;
}

.row.promo-apply-box .inputBox input {
  height: 63px;
}

.row.promo-apply-box .promocode-btn {
  background: var(--primary-btn-bg-color);
  color: var(--primary-btn-color);
  border: 1px solid var(--primary-border-color);
  font-weight: 600;
  font-size: 13px;
  padding: 10px 22px;
}

.full-sign {
  background-color: var(--secondary-bgcolor);
  /*    background-image: linear-gradient(127deg, #1051c7, #1b66ef);*/
  display: flex;
  width: 100%;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 15px;
}

.account-colam {
  width: 100%;
  max-width: 50%;
  color: var(--text-white);
}

.account-colam h1.sign-titel {
  color: var(--text-white);
  margin: 0;
  font-size: 25px;
}

.acct-box h3 {
  color: var(--text-white);
  font-weight: 900;
  font-size: 17px;
  margin: 10px 0 8px;
}

.acct-box p {
  color: var(--text-white);
  font-size: 14px;
}

.left-section-checkout-page .crt-ntn {
  padding: 10px 22px;
  border-radius: 4px;
  margin-top: 7px;
  font-size: 17px;
  width: auto;
  font-weight: 600;
  /* display: inline-block; */
  text-align: center;
  margin-left: 0px !important;
}

.full-sign #btnAlreadyRegistered {
  color: var(--text-white);
  background: #0cb4e5;
}

.full-sign #btnNewUserSignup {
  background: var(--primary-btn-bg-color);
  color: var(--primary-btn-color);
  border-color: transparent;
}

.account-colam.have .crt-ntn {
  color: var(--primary-btn-color);
  background: var(--primary-btn-bg-color);
}

#order-standard_cart .secondary-cart-body .contact-section-conf-product {
  margin-top: 20px;
}

.left-side-checkout-page .Pers-titel {
  margin: 0 0 27px;
  font-size: 20px;
  font-weight: 600;
  color: var(--heading-color);
  margin-top: 20px;
}

.left-side-checkout-page .full-sign .Pers-titel {
  font-size: 20px;
  color: var(--text-white);
  margin: 15px 0 8px;
}

.right-section-upper-section ul.dropdown-menu {
  transform: unset !important;
  margin-top: 10px !important;
  min-width: 230px !important;
  width: 200px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
}

.view-cart-items .crt-drop ul.dropdown-menu.show:before {
  left: 92px;
  right: unset;
  border-bottom: 12px solid var(--border-color);
  top: -12px;
}

/*ul.dropdown-menu.show:before{
	border-bottom: 16px solid #f7f4f4;
	left: 10px;
	right: unset;
}*/
.right-section-upper-section .dropdown-menu li {
  padding: 3px 10px;
}

.right-section-upper-section .dropdown-menu a {
  color: var(--text-color);
  font-size: 14px;
  line-height: 20px;
}

#order-standard_cart .inputBox .inputText {
  font-weight: 400;
}

#order-standard_cart .form-group.inputBox.focus .inputText {
  color: var(--primary-color);
}

#order-standard_cart input#inputPhone {
  border: transparent;
  border-bottom: 1px solid var(--border-color);
  border-radius: 0;
  color: var(--text-color);
  background-color: transparent;
}

#order-standard_cart .form-group.inputBox.focus input#inputPhone {
  border-bottom: 2px solid #000;
}

#containerNewUserSecurity .generate-password {
  font-size: 14px;
  text-transform: capitalize;
  margin-top: 15px;
  min-width: 180px;
  width: auto;
  background: var(--primary-btn-bg-color);
  color: var(--primary-btn-color);
  border-radius: 5px;
  border: 1px solid var(--primary-border-color);
  padding: 5px 8px;
}

.password-strength-meter .progress {
  margin-top: 17px;
}

#modalRemoveItem {
  text-align: center;
}

#modalRemoveItem .modal-title i {
  text-align: center;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0px auto 6px;
  background: rgb(240 95 87);
  font-size: 20px;
  line-height: 40px;
  border-radius: 50%;
  color: #f7dddf;
  padding: 0;
}

#modalRemoveItem .modal-footer button.btn.btn-primary {
  background: var(--primary-btn-bg-color);
  border: 1px solid var(--primary-border-color);
  color: var(--primary-btn-color);
}

/* #modalRemoveItem .modal-footer button.btn.btn-default {
  border: 1px solid var(--primary-border-color);
}
#modalRemoveItem .modal-footer button.btn.btn-default:hover {
  border-color: var(--primary-border-color-hover);
} */

.left-section-checkout-page .payment-gateway-list li {
  margin: 5px 15px 7px 0px;
  text-align: center;
  min-height: 90px;
  border-radius: 4px;
  padding: 12px 7px 6px;
  width: 100%;
  background: var(--light-grey-bgcolor);
  cursor: pointer;
}

button.close {
  color: var(--text-color);
  font-weight: 600;
}

.domain-contact-section {
  margin-bottom: 25px;
}

ul.payment-gateway-list.gateway-present-5 li {
  max-width: 18%;
}

ul.payment-gateway-list.gateway-present-4 li {
  max-width: 21%;
}

ul.payment-gateway-list.gateway-present-3 li {
  max-width: 31%;
}

ul.payment-gateway-list.gateway-present-2 li {
  max-width: 30%;
}

ul.payment-gateway-list.gateway-present-1 li {
  max-width: 30%;
}

.left-section-checkout-page .payment-gateway-list {
  display: flex;
  list-style: none;
  padding-left: 0;
  flex-wrap: wrap;
}

.left-section-checkout-page .gateway-name {
  font-weight: 600;
  font-size: 12px;
  color: var(--grey);
}

.domain-contact-section p.small.text-muted {
  font-size: 14px;
}

#order-standard_cart .account-select-container div .label-info {
  background: var(--primary-btn-bg-color);
}

/*#paymentGatewaysContainer, .additional-notes-section {
    padding-left: 15px;
	padding-right: 15px;
}*/
.payment-gateway-section h4,
.additional-notes-section h4 {
  color: var(--heading-color);
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 900;
}

.additional-notes-section textarea.input.cart-text-area {
  width: 100%;
  padding: 10px 10px 10px 10px;
  min-height: 60px;
  height: 50px;
  border: transparent;
  border-bottom: 1px solid var(--border-color);
  background: var(--bg-white);
  color: var(--text-color);
}

.with-box .additional-notes-section textarea.input.cart-text-area {
  border: 1px solid var(--border-color);
}

.additional-notes-section textarea.input.cart-text-area::placeholder {
  color: #898989;
  font-weight: 400;
}

#order-standard_cart .cc-input-container {
  margin-bottom: 20px;
}

.marketing-email-optin {
  margin: 20px 0px 0px;
}

form#frmCheckout label.checkbox-inline {
  margin-top: 15px;
}

form#frmCheckout label.checkbox-inline a {
  color: var(--primary-color);
  font-weight: 600;
}

form#frmCheckout button#btnCompleteOrder {
  background: var(--primary-btn-bg-color);
  border: 1px solid var(--primary-border-color);
  padding: 12px 22px;
  font-weight: 700;
  color: var(--primary-btn-color);
  border-radius: 5px;
  font-size: 15px;
  margin-top: 10px;
}

.cart-grid-total span {
  font-size: 20px;
}

div#paymentGatewaysContainer {
  margin-bottom: 30px;
}

#order-standard_cart .account-select-container div.account,
#order-standard_cart .account-new-custom.border-bottom {
  border: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color) !important;
  padding: 15px;
  background: var(--bg-white);
}

#order-standard_cart .account-select-container div.account.active,
#order-standard_cart .account-new-custom.border-bottom.active {
  background: var(--light-grey-bgcolor);
}

.left-side-checkout-page .account-new-custom.border-bottom.active {
  margin-bottom: 10px;
}

#order-standard_cart .account-select-container label.radio-inline {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}

#order-standard_cart .account-new-custom.border-bottom label,
#order-standard_cart .account.border-bottom label {
  margin-bottom: 0px;
  align-items: center;
}

#order-standard_cart .account-select-container .iradio_square-blue {
  margin-top: 3px;
  width: 25px;
  margin-right: 10px;
}

#order-standard_cart .account-select-container span.address {
  width: 100%;
}

#order-standard_cart .account-select-container span.address .label-info {
  float: right;
}

#order-standard_cart .account-select-container .account.border-bottom {
  margin-top: 15px;
}

#order-standard_cart .account-select-container {
  border-right: 0;
}

#order-standard_cart form#frmCheckout .domain-contact-section {
  margin: 20px 0px;
}

#order-standard_cart .domain-contact-section .col-sm-6.col-sm-offset-3.offset-sm-3 {
  margin-left: 0;
}

div#stripeElements .stripe-cards-inputs.col-md-8.col-md-offset-2.offset-md-2 {
  margin-left: 0;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}

#order-standard_cart label,
#order-standard_cart p.domain-renewal-desc {
  font-weight: normal;
}

#order-standard_cart .new-card-container .offset-md-3 {
  margin-left: 0;
}

.left-side-checkout-page .domain-contact-section .Pers-titel {
  margin: 0 0 10px;
}

.additional-notes-section .form-group {
  margin-bottom: 0;
}

#order-standard_cart .cc-input-container {
  background-color: var(--light-bg-color);
  border: transparent;
}

.recurring-parent-span {
  display: block;
}

.existing-account-login-section button {
  background: var(--primary-btn-bg-color);
  color: var(--primary-btn-color);
  box-shadow: none;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  clear: both;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  border: transparent;
}

#order-standard_cart .apply-credit-container .radio {
  padding-left: 0px;
  padding-right: 0px;
}

#order-standard_cart .apply-credit-container {
  padding: 20px;
  background-color: var(--light-bg-color);
}

#order-standard_cart .mc-promo {
  margin: 0 0 15px 0;
  background-color: var(--bg-white);
  border: transparent;
  border-bottom: transparent;
}

#order-standard_cart .mc-promo .header {
  box-shadow: 0px 3px 21px rgb(125 125 125 / 17%);
  padding: 10px;
  height: auto;
}

.right-section-checkout-page {
  padding: 0px 25px;
  padding-right: 0;
}

#order-standard_cart .mc-promos {
  max-width: 100%;
}

.ssl_addons {
  margin-top: 30px;
}

#order-standard_cart .existing-account-login-section .linked-account-section-exist span.primary-bg-color {
  text-align: center;
}

.custom-field-checkout-page textarea {
  width: 100%;
  height: 50px;
  border: transparent;
  border-bottom: 1px solid #d2d2d2;
}

.custom-field-checkout-page .inputBox {
  margin-bottom: 15px;
}

.additional-notes-section {
  margin-top: 40px;
  margin-bottom: 20px;
}

#order-standard_cart .sub-heading.checkout-page-linked-account span.primary-bg-color {
  text-align: center;
}

#order-standard_cart .phone-number-field input {
  border: transparent;
  border-bottom: 1px solid #d2d2d2;
  border-radius: 0;
}

.cc-input-container .paymethod-info {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-color);
}

/* Checkout page css end */
/* Product Addons css start */
#order-standard_cart .products .product {
  border-radius: 5px;
  width: 98%;
  padding: 20px;
  position: relative;
  display: inline-block;
  border: transparent;
  min-height: 240px;
  background: var(--bg-white) !important;
  border: 1px solid var(--border-color);
  transition: 0.3s ease all;
  box-shadow: 0 0 0 0.5px rgb(50 50 93 / 17%), 0 2px 5px 0 rgb(50 50 93 / 10%),
    0 1px 1.5px 0 rgb(0 0 0 / 7%), 0 1px 2px 0 rgb(0 0 0 / 8%),
    0 0 0 0 transparent;
  border-radius: 10px;
  padding: 30px 30px;
  box-shadow: 0px 2px 0px #0000000a;
  margin: 0 0 25px 0;
}

.p_addon_price span {
  display: block;
  text-align: left;
  max-width: 100%;
  width: 100%;
  padding: 14px 0 0;
  margin-left: auto;
  font-size: 16px;
  color: var(--text-color);

  background: transparent !important;
}

#order-standard_cart .a-lightblue .p_addon_price span {
  background-image: linear-gradient(to right top,
      #c4d7f1,
      #0f99c9,
      #1095cb,
      #128ad1,
      #128ad1);
}

.p_addon_price {
  position: relative;
  right: inherit;
  margin-bottom: 25px;
  left: 0;
}

.product-desc.product-desc-full-width .form-group {
  float: right;
}

#order-standard_cart .products .product h2 {
  font-size: 20px;
  font-weight: 700;
  color: var(--heading-color);
  letter-spacing: -0.1px;

}

#order-standard_cart .products .product p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  color: var(--text-color);
  text-align: left;
}

#order-standard_cart .product.a-lightblue {
  background: linear-gradient(to right, #4e94c4 0%, #167fc5 100%);
}

#order-standard_cart .products .product.a-green {
  background: linear-gradient(to right, #349d16 0%, #5cc552 100%);
}

#order-standard_cart .product.a-green .p_addon_price span {
  background-image: linear-gradient(to right top,
      #cfe0cb,
      #c2debb,
      #70c757,
      #66ca4e,
      #8ed47a);
}

#order-standard_cart .products .product.a-purple {
  background: linear-gradient(to right, #310879 0%, #673ab7 100%);
}

#order-standard_cart .product.a-purple .p_addon_price span {
  background-image: linear-gradient(to right top,
      #e3d9f5,
      #8069a9,
      #6134b0,
      #6533bd,
      #5c25bd);
}

#order-standard_cart .products .product.a-yellow {
  background: linear-gradient(to right, #edb800 0%, #cea30d 100%);
}

#order-standard_cart .product.a-yellow .p_addon_price span {
  background-image: linear-gradient(to right top,
      #e5dec7,
      #cebd7f,
      #c0a649,
      #c8a83a,
      #edb800);
}

#order-standard_cart .product.a-blue {
  background: linear-gradient(to right, #08466b 0%, #1095cb 100%);
}

#order-standard_cart .product.a-blue .p_addon_price span {
  background-image: linear-gradient(to right top,
      #c4d7f1,
      #78b2da,
      #529fdd,
      #3c8bcf,
      #1685e9);
}

#order-standard_cart .row-eq-height:last-child .col-md-4 .product {
  margin-bottom: 0;
}

body #order-standard_cart .product-desc.product-desc-full-width {
  width: 100% !important;
  padding: 10px 0 0 !important;
}

.row.row-eq-height .col-md-4:last-child {
  padding: 0;
}

.row.row-eq-height .col-md-4 {
  padding-left: 0;
}

.product-desc.product-desc-full-width button.btn {
  border: 1px solid var(--primary-border-color);
  padding: 10px 5px 10px 5px;
  background: var(--primary-btn-bg-color);
  font-size: 13px;
  position: relative;
  color: var(--primary-btn-color);
  border-radius: 5px;
  transition: all 0.5s;
  width: 31%;
}

.product-desc.product-desc-full-width button.btn:hover {
  background: var(--primary-btn-bgcolor-hover);
  color: var(--primary-btn-color-hover);
  border-color: var(--primary-border-color-hover);
}

.product-desc.product-desc-full-width .form-group.select-button-section {
  display: flex;
  float: unset;
  width: 100%;
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
}

#order-standard_cart .products .product select {
  max-width: 65%;
  color: var(--text-color);
  border-radius: 0px;
  padding: 9px 11px !important;
  height: auto;
  background: var(--bg-white);
  border: none;
  border-radius: 5px;
  float: left;
  order: 1;
  font-size: 13px;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none !important;
}

div#order-standard_cart .cart-body.product-addon-page .products {
  margin: 0;
}

/* Product Addons css end */
/* review checkout css start */
#order-standard_cart .accout-row span.primary-bg-color {
  background: transparent;
  text-align: left;
  display: block;
  position: unset;
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: var(--text-color);
  padding: 0;
}

#order-standard_cart .accout-row .sub-heading {
  height: auto;
  border-top: transparent;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 0px;
}

.account span.address strong {
  color: var(--text-color);
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}

#order-standard_cart .account-select-container span.small {
  font-size: 14px;
}

#order-standard_cart label.radio-inline {
  font-size: 16px;
  color: var(--text-color);
  font-weight: 500;
}

div#paymentRequestButton {
  border-bottom: transparent;
}

/*form#frmCheckout {
    padding: 0 15px;
}*/
form#frmCheckout .col-sm-12 {
  padding: 0;
}

.domain-renew-summary .usd-tp {
  display: flex;
  align-items: center;
}

.domain-renew-summary .usd-tp .trash {
  margin-left: 5px;
}

/* review checkout css end */
/* domain config. css start */
.row.addon-products h2 {
  margin: 0px 10px;
  font-size: 16px;
  color: #646464;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.increased {
  padding: 30px 20px;
  position: relative;
  display: flex;
  vertical-align: middle;
  justify-items: center;
  height: auto;
  border: solid 1px #ebebeb;
  width: 100%;
}

.bcr1 {
  background: #eff7ff;
  border-color: #d7ecff;
}

.bcr2 {
  background: #fffdf5;
  border-color: #ebe2c3;
}

.bcr3 {
  background: #fff8f8;
  border-color: #f7dcdc;
}

.custom_switch {
  width: 100%;
  max-width: 17%;
  height: 25px;
  text-align: left;
  position: relative;
  display: flex;
  border-right: none;
  margin-top: 8px;
  border: 1px solid #f1eeee;
  border-radius: 25px;
  overflow: hidden;
}

.custom_switch span {
  width: 40px;
  padding: 0px;
  margin: 0;
  border: none;
  line-height: 24px;
  text-align: center;
  border-right: none;
  cursor: pointer;
  font-weight: 600;
  background: #ccc;
  color: #a3a3a3;
  font-size: 11px;
  background: var(--bg-white);
  font-weight: 700;
}

.poweredOff {
  background: #e71a1a !important;
  cursor: default !important;
  pointer-events: none;
  color: var(--text-white) !important;
}

.increased span {
  width: 100%;
  text-align: center;
}

p.yer {
  color: #a5acc6;
  font-size: 11px;
}

.increased strong {
  margin: 0;
  font-size: 18px;
  color: #5b5b5b;
  text-transform: capitalize;
  font-weight: 700;
}

.configuration-domain-section .col-sm-8 {
  display: flex;
  justify-content: space-between;
  background: var(--light-grey-bgcolor);
  border: 1px solid var(--border-color);
  padding: 22px 15px;
  margin: 0px 15px 30px;
  flex: 0 0 64.66667%;
  max-width: 64.66667%;
  flex-wrap: wrap;
}

#order-standard_cart .configuration-domain-section label {
  color: var(--text-color);
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}

#order-standard_cart .cart-body.configure-domain-page {
  padding: 40px 15px;
  background: var(--bg-white);
}

div#order-standard_cart {
  padding-bottom: 0;
}

#order-standard_cart .right-section-has-hosting label {
  color: var(--text-color);
  font-weight: 600;
  font-size: 16px;
}

.right-section-has-hosting a.no-hosting-domain {
  border: 1px solid var(--primary-border-color);
  border-radius: 4px;
  box-shadow: 0 0 10px #f2f2f5;
  padding: 12px 39px;
  background: var(--primary-btn-bg-color);
  color: var(--primary-btn-color);
  font-weight: 700;
}

.left-section-domain-period {
  display: flex;
  width: 100%;
  max-width: 25%;
  justify-content: space-between;
  align-items: center;
}

.configuration-domain-section span.reg-per {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 16px;
}

.domain-title-head {
  color: var(--text-color);
  margin-top: 28px;
  font-size: 20px;
  font-weight: 600;
}

.row.addon-products {
  margin-bottom: 28px;
}

#order-standard_cart .row.name-server-fields-section label.inputText {
  display: block;
  width: 100%;
  color: #898989;
  font-weight: 400;
  margin-bottom: 0px;
  position: absolute;
  line-height: 50px;
  transition: 0.5s;
}

#order-standard_cart .row.name-server-fields-section input {
  width: 100%;
  border: transparent;
  background: transparent;
  border-radius: 4px;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 5px;
  color: var(--text-color);
  height: 50px;
  font-weight: 400;
  z-index: 9;
  position: relative;
  transition: 0.5s;
  border-bottom: 1px solid var(--border-color);
  border-radius: 0px;
}

input:focus {
  outline: none;
}

.name-server-head {
  padding: 0px 15px 25px;
}

/* #order-standard_cart
  .cart-body.configure-domain-page
  button.btn-save.wgs_custom-btn {
  border: none;
} */
.name-server-head p {
  font-weight: 300;
  font-size: 13px;
  color: var(--grey);
}

.name-server-head h3 {
  font-size: 30px;
  color: var(--heading-color);
  font-weight: 700;
}

.configuration-domain-section {
  border-bottom: 1px solid var(--border-color);
  padding: 0px 0 0 0;
  margin-bottom: 40px;
}

.poweredOn {
  background: #5ec55f none repeat scroll 0 0 !important;
  cursor: default !important;
  pointer-events: none;
  color: var(--text-white) !important;
}

#order-standard_cart .row.name-server-fields-section .form-group.focus label.inputText {
  color: var(--primary-color);
  font-size: 12px;
  transform: translateY(-20px);
}

.row.name-server-fields-section .col-sm-4 {
  margin-bottom: 20px;
}

.configuration-domain-section span.has-hosting-domain {
  color: #089f09;
  font-weight: 700;
}

.domain-custom-fields-section .form-group.inputBox {
  margin-top: 0px;
  font-size: 14px;
  line-height: 20px;
}

.row.domain-custom-fields-section .form-group {
  margin-bottom: 2rem;
}

.row.domain-custom-fields-section {
  padding-top: 50px;
  padding-bottom: 40px;
}

.row.domain-custom-fields-section .inputBox.focus .inputText {
  transform: translateY(-40px);
}

.row.domain-custom-fields-section blockquote {
  margin-top: 5px;
  word-break: break-all;
}

.row.domain-custom-fields-section select {
  margin-bottom: 10px;
}

.product-domain-configure-page .domain-price.host-block strong {
  font-size: 30px;
}

.product-domain-configure-page .domain-price.host-block {
  justify-content: space-between;
  padding-left: 28px;
  padding-right: 28px;
  align-items: center;
}

.product-domain-configure-page .domain-price.host-block span.price {
  font-weight: 700;
}

.product-domain-configure-page .promo-cat {
  display: block !important;
  padding: 2px 8px;
  color: var(--text-white);
  position: absolute;
  width: 90px;
  height: 40px;
  transform: rotate(323deg);
  top: -18px;
  left: -28px;
}

.product-domain-configure-page .promo-cat.hot {
  background-color: #f9615a;
}

.product-domain-configure-page .suggested-domains .promo-cat span.promo {
  position: absolute;
  width: 90px;
  height: 40px;
  transform: rotate(359deg);
  top: 17px;
  left: 25px;
  font-size: 12px;
  text-transform: capitalize;
}

.product-domain-configure-page .continue-product-conf-btn {
  background: #f2f2f2;
  padding-bottom: 40px;
}

.product-domain-configure-page .domain-checker-unavailable.headline {
  font-weight: 600;
}

#order-standard_cart .transfer-not-eligible {
  background-color: transparent;
}

.product-domain-configure-page .transfer-not-eligible p {
  color: var(--text-white);
  margin-bottom: 10px;
}

.product-domain-configure-page div#DomainSearchResults .continue-product-conf-btn {
  background: transparent;
  margin-top: 20px;
}

.domain-renewals .domain-renewal button:hover {
  background: var(--primary-btn-bgcolor-hover) !important;
  color: var(--primary-btn-color-hover);
  border-color: var(--primary-border-color-hover);
}

.product-domain-configure-page div#DomainSearchResults .continue-product-conf-btn .wgs_custom-btn {
  box-shadow: none;
}

#order-standard_cart.product-domain-configure-page .transfer-eligible {
  color: var(--text-white);
  background-color: transparent;
}

/* domain config. css end */
/* renew domain css start */
.domain-renewals .domain-renewal {
  margin: 0;
  padding: 20px;
  border-bottom: transparent;
  border: 1px solid var(--border-color);
  margin-bottom: 20px;
  background: var(--bg-white);
  box-shadow: 0 5px 14px 0px #0000001c;
}

.domain-renewals .domain-renewal:last-child {
  margin-bottom: 0;
}

.domain-renewal p {
  color: var(--grey);
  font-size: 11px;
}

#order-standard_cart .domain-renewal .font-size-24 {
  font-size: 24px;
  word-break: break-all;
  margin-bottom: 10px;
  color: var(--heading-color);
}

#order-standard_cart label,
#order-standard_cart p.domain-renewal-desc,
.service-renewals .div-renewal-period-label {
  color: var(--text-color);
}

.domain-renewal .form-group.row {
  align-items: center;
  justify-content: space-between;
}

.domain-renewals .domain-renewal button {
  background: #0cb4e5;
  color: var(--text-white);
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  clear: both;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  border: transparent;
  width: auto !important;
}
 

.domain-renewals .domain-renewal button {
  background: var(--primary-btn-bg-color);
  color: var(--primary-btn-color);
  border: 1px solid var(--primary-border-color);
}

.clientx-order-outerr .cart-body {
  background: var(--bg-white);
  padding: 30px 30px 30px 15px !important;
}

div#order-standard_cart.cart-body-padding.clientx-order-outerr {
  background: transparent;
  padding: 30px;
}

.domain-renewals .domain-renewal:nth-child(even) {
  background-color: var(--bg-white);
}

.domain-renewals {
  margin: 0px 0;
  border-top: transparent;
  background-color: transparent;
}

#order-standard_cart label.control-label.col-md-5 {
  padding: 0;
  font-size: 15px;
  font-weight: 600;
}

#order-standard_cart .domain-renewals .col-sm-6 {
  padding: 0;
}

.filter-panel-renew .col-md-6 {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid var(--border-color);
  background: var(--bg-white);
  box-shadow: 0 5px 14px 0px #0000001c;
}

.filter-panel-renew {
  display: flex;
  align-items: center;
}

/*div#order-standard_cart{
	    min-height: 559px;
}*/
#order-standard_cart .secondary-cart-body.domain-renew-left-section {
  padding-left: 0;
}

/* renew domain css end*/
/* fraud domain css start*/
.fraud-page-main-section {
  margin: 60px auto 120px;
  padding: 0px;
  max-width: 587px;
  box-shadow: 2px 3px 4px rgb(0 0 0 / 12%);
  border-radius: 8px;
  background: #f2f6fa;
  text-align: center;
}

.fraud-page-panel-section-above h4 {
  background: #e53c3c;
  text-align: center;
  padding: 20px;
  margin: 0px;
  border-radius: 8px 8px 0 0;
  color: var(--text-white);
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.fraud-page-panel-section-inner {
  padding: 45px 0;
  margin: 0px;
  text-align: center;
}

.fraud-page-panel-section-inner p {
  margin: 0px auto;
  padding: 0px;
  font-weight: bold;
  font-size: 16px;
  color: #6b6b6b;
  max-width: 80%;
  line-height: 32px;
  margin-bottom: 20px;
}

.fraud-page-panel-section-above i {
  margin-right: 5px;
}

/* fraud domain css end*/
/* complete order  css start*/
.complete-panel-section-above h4 {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  color: var(--text-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.complete-panel-section-inner {
  padding: 45px 0;
  margin: 0px;
  text-align: center;
}

.complete-panel-section-inner h5 {
  margin: 0px auto;
  padding: 0px;
  font-weight: 400;
  font-size: 15px;
  color: var(--text-color);
  max-width: 80%;
  line-height: 25px;
  margin-bottom: 20px;
}

.complete-panel-section-inner .wgs_custom-btn {
  margin: 30px 0 0;
}

.main-section-complete-page {
  margin: 60px auto 120px;
  padding: 0px;
  max-width: 587px;
  box-shadow: 2px 3px 4px rgb(0 0 0 / 12%);
  border-radius: 8px;
  background: var(--bg-white);
}

.complete-panel-section-above {
  background: var(--primary-bgcolor);
  text-align: center;
  padding: 20px;
  margin: 0px;
  border-radius: 8px 8px 0 0;
}

.complete-panel-section-above i {
  color: var(--text-white);
  font-size: 36px;
  vertical-align: middle;
  margin: 0px 16px 0 0;
}

span.order-number {
  font-weight: 600;
}

/* complete order  css end*/
/* empty cart css start*/
div#modalEmptyCart .modal-body {
  text-align: center;
  padding: 30px 20px;
}

div#modalEmptyCart h4.modal-title i {
  font-size: 20px;
}

div#modalEmptyCart button.btn.btn-default {
  box-shadow: none;
  padding: 5px 20px;
}

div#modalEmptyCart button.btn.btn-primary {
  background: var(--primary-btn-bg-color);
  color: var(--primary-btn-color);
  box-shadow: none;
  padding: 5px 20px;
  border: 1px solid var(--primary-border-color);
}

#modalEmptyCart .modal-dialog {
  margin-top: 200px;
}

/* empty cart css end*/
/* add to cart css start*/
#recommendationsModal .modal-footer {
  padding-bottom: 20px;
  padding-top: 20px;
  background: #e9edf2;
  border-top: 1px solid #193e7024;
}

#recommendationsModal .modal-body {
  background: #e9edf2;
}

#recommendationsModal .product-recommendations .product-recommendation {
  margin: 0 0 15px 0;
  background-color: var(--bg-white);
  border: transparent;
  border-bottom: transparent;
}

#recommendationsModal .header.header-static {
  box-shadow: 0px 3px 21px rgb(125 125 125 / 17%);
  padding: 10px;
  height: auto;
}

#recommendationsModal .modal-header {
  background-color: #193e7042 !important;
  padding-bottom: 10px !important;
}

#recommendationsModal .product-recommendations p {
  font-size: 20px;
  font-weight: 600;
}

#recommendationsModal .modal-dialog {
  margin-top: 130px;
}

#recommendationsModal .modal-header h4 {
  font-weight: 600;
}

#recommendationsModal .product-recommendations {
  max-width: 100%;
}

#recommendationsModal .product-recommendations-container {
  margin-bottom: 0px;
}

#recommendationsModal .panel-body.card-body {
  box-shadow: 0px 3px 21px rgb(125 125 125 / 17%);
}

#recommendationsModal .product-added-panel {
  border: transparent;
  border-radius: 0;
  background: var(--bg-white);
}

#recommendationsModal button.close {
  opacity: 1;
  text-shadow: none;
  color: #000;
}

div#choose-account-section-checkout span.label.label-info {
  padding: 5px;
}

/* add to cart css end*/
/* alert message css start*/
div#containerProductValidationErrors ul {
  padding-left: 20px;
}

div#containerProductValidationErrors {
  margin-top: 15px;
}

.promocode_cont .promo-apply-box {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 15px;
}

.alert-danger p,
.alert-danger ul {
  margin-bottom: 5px;
}

.suggested-domains.no-spotlight-section {
  padding-top: 20px !important;
  margin-top: 0;
}

/* alert message css end*/
.cart-body.product-addon-page p {
  color: var(--grey);
  font-size: 13px;
  margin-top: 10px;
}

.cart-body.product-addon-page {
  background: var(--bg-white);
  width: 100%;
  border: solid 2px #fff;
  padding: 25px 21px !important;
  box-shadow: 0 0 10px #ccc;
  margin: 0 12px 12px 0;
  border-radius: 4px;
  min-height: 180px;
  text-align: center;
}

.cart-body.domain-renew-page .service-renewals-filter {
  width: 270px !important;
  float: unset !important;
  margin-left: 15px;
}

.service-renewal {
  margin: 0;
  padding: 20px !important;
  border-top: transparent !important;
  margin-bottom: 20px !important;
  background: var(--bg-white);
  box-shadow: 0 5px 14px 0px #0000001c;
  border: transparent !important;
}

#serviceRenewals {
  background: transparent;
  border-top: transparent;
}

.service-renewal p,
.renewal-date-sec {
  color: #999;
  font-size: 11px;
}

.domain-renewals .domain-renewal:nth-child(even),
.service-renewals .service-renewal:nth-child(even) {
  background-color: var(--bg-white);
}

.btn-add-renewal-to-cart {
  background: #40b5e7;
  color: var(--text-white);
  padding: 10px 22px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 6px;
  clear: both;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  border: transparent;
  width: auto !important;
}

#order-standard_cart .service-renewal .font-size-22 {
  font-size: 16px;
  color: #40b5e7;
}

#order-standard_cart .service-renewal .font-size-24 {
  margin-bottom: 10px;
}

.summary-renew-section-order div {
  color: var(--text-white);
  font-size: 14px;
}

.summary-renew-section-order a {
  padding: 2px 5px;
  border: none;
  background: #f7dcdc;
  color: #dd4b39;
  border-radius: 5px;
  margin-top: 5px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.summary-renew-section-order {
  margin-bottom: 7px;
}

.service-renewals .btn-default[disabled]:hover {
  background-color: #92cff1 !important;
  color: var(--text-white);
}

#order-standard_cart .field,
#order-standard_cart .form-control {
  border-bottom: 1px solid var(--border-color) !important;
  background: var(--bg-white);
  border-color: var(--border-color);
  color: var(--text-color);
}

a#linkShowAll {
  color: var(--primary-color);
}

.custom-select-domain .dropdown-toggle {
  background: var(--light-grey-bgcolor);
  border-color: var(--border-color);
  color: var(--text-color);
}

.phone-number-field .inputText {
  margin-left: 80px;
}

#containerNewUserSecurity .generate-password:hover,
form#frmCheckout button#btnCompleteOrder:hover {
  background: var(--primary-btn-bgcolor-hover);
  color: var(--primary-btn-color-hover);
  border-color: var(--primary-border-color-hover);
}

.domain-suggestions-warning {
  padding: 10px 0;
  font-size: 14px;
  color: var(--text-color) !important;
}

.more-suggestions a#moreSuggestions {
  font-size: 14px;
  color: var(--secondary-color);
}

.domain-promo-box p {
  font-size: 14px;
  color: var(--text-color);
}

#order-standard_cart .font-size-24 {
  font-size: 24px;
  color: var(--text-color);
  margin-bottom: 10px;
}

body.with-box #order-standard_cart .domain-checker-bg-main-container .form-control {
  background-color: var(--bg-white) !important;
  color: var(--text-color);
}

#order-standard_cart .message-box-theme div#transferUnavailable {
  margin-bottom: 15px;
}

.domain-pricing .tld-row.highlighted {
  background: var(--light-bg-color);
}

.domain-pricing .tld-row {
  border-color: var(--border-color);
}

.domain-pricing .two-row-center {
  border-color: var(--border-color);
}

#order-standard_cart .order-summary h2 {
  color: var(--text-color);
}

.without-box select.select-renewal-pricing {
  padding-top: 0 !important;
}

#order-standard_cart .addon-promo-container {
  border-color: var(--border-color);
}

.suggested-domains .domain-lookup-suggestions-loader {
  background: var(--bg-white);
}

.btn-default:active,
.btn-default[disabled]:hover {
  background: var(--primary-btn-bg-color) !important;
  color: var(--text-white) !important;
  border-color: var(--primary-border-color) !important;
}

div#alertOverdueInvoice a {
  background: var(--bg-white);
  color: var(--text-color);
}

#order-standard_cart .mc-promo .body {
  background: var(--bg-white);
  border: 0 !important;
}

#order-standard_cart .mc-promo .header {
  box-shadow: unset;
}

#order-standard_cart .mc-promo {
  background-color: var(--bg-white);
}

pre {
  color: var(--text-color) !important;
}

#spotlightTlds span.removeDomainFromCartSpotLight:hover,
body #spotlightTlds button.btn.unavailable:hover,
.spotlight-tld .btn:not(.domain-contact-support) {
  background-color: var(--secondary-btn-bgcolor-hover);
}

.with-box .left-side-checkout-page .form-group.inputBox {
  margin-bottom: 10px;
}

body #spotlightTlds button.btn.unavailable,
.spotlight-tld .btn:not(.domain-contact-support) {
  background-color: var(--secondary-btn-bg-color);
  color: var(--secondary-btn-color);
  width: auto;
}

#order-standard_cart .sub-heading-borderless.checkout-page-linked-account {
  margin-top: 10px;
  margin-bottom: 10px;
  height: auto;
}

.without-box #order-standard_cart .security-quest-main-section select {
  padding-top: 0 !important;
}

div#containerNewUserSecurity #containerPassword .inputText {
  top: -8px;
}

.without-box #order-standard_cart select,
.with-box #order-standard_cart select {
  padding: 0.375rem 1.75rem 0.375rem 0.75rem !important;
}

.without-box .promo-apply-box .inputBox.focus .inputText {
  transform: translateY(-19px);
}

.product-domain-configure-page div#DomainSearchResults .continue-product-conf-btn .wgs_custom-btn:hover {
  background: var(--bg-white);
  color: var(--secondary-color);
  border-color: var(--secondary-border-color);
}

#modalRemoveItem .modal-footer button.btn.btn-primary:hover {
  background: var(--primary-btn-bgcolor-hover);
  color: var(--primary-btn-color-hover);
  border-color: var(--primary-border-color-hover) !important;
}

button#btnEmptyCart {
  background: var(--secondary-btn-bg-color);
  color: var(--secondary-btn-color);
}

button#btnEmptyCart:hover {
  background: var(--secondary-btn-bgcolor-hover) !important;
  color: var(--secondary-btn-color-hover) !important;
  border-color: var(--secondary-border-color-hover) !important;
}

.with-box select#inputDomainContact {
  margin-bottom: 20px;
  border: 1px solid var(--border-color);
  padding-left: 10px;
}

.with-box #order-standard_cart .products .product select {
  border: 1px solid var(--border-color);
}

.with-box .row.promo-apply-box .inputBox input {
  min-height: 39px;
  height: auto;
}

.with-box .row.promo-apply-box {
  align-items: flex-end;
}

.register-domain-container .input-group.input-group-lg.input-group-box #inputDomain::placeholder {
  color: var(--text-color);
}

.with-box .product-checkout-page .account-security-main-section span.form-icon.toggle-password,
.existing-account-login-section span.form-icon.toggle-password {
  top: 38px;
  right: 30px;
}

.without-box .existing-account-login-section span.form-icon.toggle-password {
  top: 14px;
  right: 20px;
}

#order-standard_cart .account-select-container div {
  padding: 0;
  width: 100%;
}

.without-box #order-standard_cart .field,
.without-box #order-standard_cart .form-control {
  border: transparent;
  border-radius: 0;
}

#order-standard_cart .modal-remove-item .modal-footer {
  padding-bottom: 25px;
  text-align: right !important;
  border-top: 1px solid var(--border-color);
}

.tld-filters a.badge-secondary:focus {
  box-shadow: unset;
}

.item-qty {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-left: 60px;
}

.item-qty button.btn.btn-xs {
  overflow: unset;
}

div#modalRemoveItem .modal-body {
  text-align: left !important;
}

.more-suggestions a#moreSuggestions {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 600;
}

.domain-checker-bg-main-container {
  padding: 70px 0 0;
}

.custom-select-domain .dropdown-toggle:active {
  background: var(--secondary-btn-bg-color) !important;
  color: var(--secondary-btn-color) !important;
  border-color: var(--secondary-border-color) !important;
}

#cPanelPackagePanel .btn-success.btn-sm {
  background: var(--secondary-btn-bg-color) !important;
  color: var(--secondary-btn-color);
  border-color: var(--secondary-border-color);
}

div#modalEmptyCart button.btn.btn-primary:hover {
  background: var(--primary-btn-bgcolor-hover);
  color: var(--primary-btn-color-hover);
  border-color: var(--primary-border-color-hover);
}

.suggested-domains .list-group-item .domain-suggestion-row {
  display: flex !important;
  gap: 10px;
}

/** domain checker advanced css start */
#order-standard_cart form#frmProductDomain .domain-checker-advanced textarea {
  resize: none;
  border-radius: 5px;
  min-height: 160px;
}

.input-group.domain-search-advance button#btnCheckAvailability {
  position: absolute;
  bottom: 20px;
  right: 30px;
  border-radius: 5px;
}

.domains-row input.no-icheck {
  opacity: 1;
  position: relative;

}

.product-domain-configure-page .input-group.domain-search-advance .row {
  width: 100%;
}

.domains-row {
  display: flex;
}

#order-standard_cart .domain-checker-advanced label {
  color: var(--text-white) !important;
  display: flex;
  align-items: center;
}

#order-standard_cart .domain-checker-advanced .multiselect {
  color: var(--text-white);
}


#order-standard_cart .domain-checker-advanced .multiselect-container.dropdown-menu label {
  color: var(--text-color) !important;
  display: flex;
  align-items: center;
  padding: 8px 5px;
  border-bottom: 1px solid var(--border-color);
}

#order-standard_cart .domain-checker-advanced .multiselect-container.dropdown-menu label input {
  margin-right: 5px;
  height: auto;
}

#order-standard_cart .domain-checker-advanced ul.multiselect-container.dropdown-menu li:last-child label {
  border-bottom: transparent;
}

ul.multiselect-container.dropdown-menu {
  transform: unset !important;
  will-change: unset !important;
  top: 30px !important;
  padding: 0;
}
/* 
ul.multiselect-container.dropdown-menu li.active a{
  padding: 10px;
} */

.domain-selection-options.row.domain-checker-bg .input-group.domain-search-advance {
  overflow: unset !important;
}

.domain-checker-container.domain-checker-advanced #btnCheckAvailability {
  position: absolute;
  right: 10px;
  top: 65px;
  border-radius: 5px;
  height: 50px;
  font-size: 18px;
}

#order-standard_cart .domain-checker-advanced input[type=checkbox][name="filter"] {
  margin-left: 70px !important;
  background-color: var(--bg-white);
}

.domain-register-page .domain-checker-container.domain-checker-advanced #btnCheckAvailability {
  top: auto;
  bottom: 40px;
}

body #order-standard_cart.domain-register-page .domain-checker-advanced textarea {
  height: 140px;
}

#order-standard_cart .domain-checker-advanced textarea {
  height: 140px !important;
}
#order-standard_cart .domain-checker-advanced .domains-row button {
  height: 20px;
}
#order-standard_cart .domain-checker-advanced .row.domains-row label {
  height: 20px;
}
.multiselect.dropdown-toggle::after {
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  content: "";
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
/* .product-domain-configure-page ul.multiselect-container.dropdown-menu{
  top: 50px !important;
} */
ul.multiselect-container.dropdown-menu li a label {
    padding: 16px !important;
    margin: 0 !important;
}
.multiselect-container .input-group{
  margin: 0 !important;
}