@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Roboto", sans-serif !important;
}

.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 {
  display: inline-block;
  width: 100%;
  background: linear-gradient(135deg, #f8faff 0%, #f1f5ff 100%);
  /*
  padding: 3rem 0 1rem 0;
  margin-bottom: 0;
  */
  padding: 48px 0 48px 0;
  margin-bottom: 28px;
}
.cart-head-bar h1 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 4px;
  position: relative;
  padding: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-head-bar h1 i {
  color: #153ed5;
  margin-right: 1.2rem;
  font-size: 36px;
}
.cart-head-bar p {
  font-size: 15px;
  font-weight: 400;
  color: #888888;
  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: 600;
}
.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: #fff;
  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;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.host-nav.product-listing-page li {
  margin-bottom: 0;
}
.host-nav.product-listing-page .drop-nav {
  padding: 10px 15px;
  font-size: 14px;
  color: #141414;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  border-radius: 6px;
  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 {
    background: #153ed5;
    color: #fff;
}
.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: 8px;
  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;
}
#order-standard_cart .cls01-cart-body {
  max-width: 1400px;
  margin: auto;
}
.header-lined h1 {
  text-align: center;
}
.generic_head_content span {
  display: block;
  padding: 12px 28px 0px;
  text-align: left;
  color: #001042;
  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: #001042;
  padding: 10px 30px 20px;
  /* font-family: 'Open Sans Bold'; */
  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: 600;
    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: 600;
  border-radius: 4px;
  text-decoration: none !important;
  background: #fff;
  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: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 4px #0000000f;
}
.generic_head_price {
  background: #f3f3f3;
  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 {
  background: #0cb4e5;
  color: #fff;
  box-shadow: 0 0 10px #dfdfdf;
  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: #181717;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}
.generic_feature_list br {
  display: none;
}
.host-nav ul.dropdown-menu.show li {
  border-bottom: 1px solid #e7e7e7;
  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: #212121;
  width: 100%;
}
.host-nav ul.dropdown-menu.show {
  width: 265px;
}
.host-nav ul.dropdown-menu.show:before {
  right: unset;
  left: 55px;
  border-bottom: 10px solid #ffffff;
}
.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: #f5f5f5;
  color: #0cb4e5;
  text-decoration: underline;
}
.host-nav .drop-nav:hover {
  color: #fff;
}
.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: #fff;
}
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-image: url("templates/clientx-child/images/cls05_domain-finder-bg.png");
    background-size: contain;
  */  
  background-color: #fff; 
  position: relative;
  padding: 10px 20px 40px;
}
.domain-checker-bg-main-container .domain-checker-bg {
  background-color: #153ed5;
  background-image: url(../images/cls07_wave02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: unset;
  color: white;
  padding: 30px 40px;
  max-width: 1400px;
  margin: 15px auto !important;
  border-radius: 6px;
}
#order-standard_cart div#searchDomainInfo {
  margin-top: 0;
  margin-bottom: 14px !important;
}
.titel-page {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.domain-checker-bg h1.titel-page {
  font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}
.register-domain-container {
  background: transparent;
  border-radius: 5px;
  padding: 6px 19px 0px;
}
.tld-title-4 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: normal;
  margin: 20px 0;
}
.tld-filters.host-nav {
  padding-bottom: 20px;
}
.choose-pack {
  padding: 0 30px 100px;
  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;
}
.tld-inr {
  margin: 20px auto;
}
.tld-inr .row.tld-pricing-header .common-cat-class {
  padding: 20px 0;
  color: #fff;
  border-radius: 0;
  font-size: 24px;
}
.tld-inr .row.tld-pricing-header .p-lightblue {
  background: #0cb4e5;
  border-bottom: 6px solid #97b5d2;
}
.tld-inr .row.tld-pricing-header .p-green {
  background: #2dcc71;
}
.tld-inr .row.tld-pricing-header .p-yellow {
  background: #edb800;
}
.tld-inr .row.tld-pricing-header .p-purple {
  background: #9b58b5;
}
.domain-pricing .two-row-center {
  padding: 10px 11px;
}
.suggested-domains {
  background: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
  border-radius: 6px;
  padding: 0;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #D4DCFF;
}
.card-footer.more-suggestions {
  border-top: 0;
  margin-top: 10px;
  background: rgba(21, 62, 213, 0.1);
}
.suggested-domains .panel-heading.card-header {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  margin-right: 0;
  background: #153ed5;
  border-bottom: 0;
  padding: 10px 15px !important;
}
.suggested-domains .list-group-item {
  justify-content: space-between;
  padding: 8px 15px;
  align-items: flex-start;
  margin-bottom: 0;
  position: relative;
  border-top: 1px solid #CCCCCC;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0;
  overflow: hidden;
}
.spotlight-tlds {
  margin-bottom: 0px;
}
#DomainSearchResults .domain-checker-available {
  color: #fff;
  margin-bottom: 0;
  margin-top: 5px;
}
#DomainSearchResults .cls0645-available-headline {
  background: #ecfdf5;
  border-left: 5px solid #10b981;
  color: #047853;

  padding: 10px;
  max-width: 1400px;
  margin: 0 auto 14px auto;
  border-radius: 0 6px 6px 0;
  border-left: 5px solid;
  font-size: 16px !important;
  font-weight: 400;
}
#DomainSearchResults .domain-checker-available strong {
  font-weight: 400 !important;
  font-size: 18px;
}
p.domain-available.domain-checker-available.p-domain-left {
  max-width: 50%;
  width: 100%;
  word-break: break-all;
  text-align: left;
}
.host-block {
  background: #fff;
  width: 90%;
  padding: 15px 0;
  margin: 30px 54px 0;
  border-radius: 6px;
}
button#btnCheckAvailability {
  width: 166px;
  font-size: 14px;
  color: white !important;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.4) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-left: none !important;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
button#btnCheckAvailability:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.count-cart-domain {
  /*
  padding: 13px 8px;
  background: #fff;
  box-shadow: 0 0 15px #0b0b0b4d;
  border-radius: 4px;
  */
  text-align: center;
  right: 20px;
  top: 85px;
  min-width: 260px;
  min-height: 160px;
  overflow: unset;
  border: none;
  border-radius: 6px;
  box-shadow: 0px 3px 8px rgb(125 125 125 / 10%);
  padding: 15px 0px !important;
  background-color: #153ed5;
  background-image: url(../images/cls06_rea6.png);
  background-size: contain;
  background-repeat: round;
  color: white;
}
.count-cart-domain span {
  color: #fff;
  font-size: 32px;
  display: inline-block;
  width: 100%;
}
.count-cart-domain .cart-btn-continue {
    display: inline-block;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: white !important;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 15px;
  margin-bottom: 6px;
}
.count-cart-domain  .cart-btn-continue:hover {
  background: rgba(255, 255, 255, 0.3) !important;
}
.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;
    font-size: 18px;
    color: #fff;
}
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: 1000px;
}
.input-group.input-group-lg.input-group-box {
  /*
  padding: 20px 50px;
  background-color: #153ed5 !important;
  background-image: url(../images/cls05_cta-two-bg.png);
  background-position: right;
  */
  background: transparent;
}
#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 {
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
div#searchDomainInfo button.btn.btn-primary.btn-add-to-cart:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

div#searchDomainInfo span.price {
  margin-top: 10px;
  color: #fff;
  float: left;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  max-width: 29%;
  text-align: left;
}
.domain-price.host-block {
  display: flex;
  margin: 5px auto 0;
  max-width: 1400px;
  background-color: #153ed5;
  background-image: url(../images/cls05_cta-two-bg.png);
}
.domain-price.host-block .col-md-6 {
  text-align: left;
}
div#spotlightTlds {
  padding: 0;
  background-color: transparent;
  margin: 10px auto 0px auto !important;
  max-width: 1400px;
}
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: #686868 !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: 16px;
  font-weight: 400;
  line-height: 34px;
  color: #212121;
}
.suggested-domains .list-group-item span.extension{
  font-weight: 400px !important;
}
.suggested-domains .price {
  font-size: 16px !important;
  color: #212121;
  font-weight: 400;
}
.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 {
  cursor: pointer;
  border-radius: 9999px;
  background-color: #28a745;
  padding: 7px 16px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  border: none;
  transition: background-color 0.5s;
}
.suggested-domains .list-group-item button.btn.btn-add-to-cart:hover {
  background-color: #136926;
}
.suggested-domains .list-group-item button.btn.btn-add-to-cart span {
  font-size: 13px;
  font-weight: 500;
}
.domain-promo-box .btn-primary {
  color: #fff;
  padding: 6px 12px;
  margin-bottom: 0;
  background-color: #3b82f6;
  border: none !important;
  font-size: 14px;
  border-radius: 6px;
}
.domain-promo-box a.btn.btn-warning {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background-color: #eab308;
  border: none !important;
}
.domain-promo-box .btn-primary:hover {
  background: #2563eb;
}
.domain-promo-box a.btn.btn-warning:hover {
  background: #ca8a04;
}
.spotlight-tld-container .domain-lookup-result button.btn.btn-add-to-cart {
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
}
.spotlight-tld-container .domain-lookup-result button.btn.btn-add-to-cart:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.row.bottom-domain-extra-section {
  padding-left: 0;
  padding-right: 0;
  margin: auto !important;
  max-width: 1400px;
}
.bottom-domain-extra-section .col-md-6 {
  padding: 0;
}
.side-badge-main {
  width: 100%;
  overflow: hidden;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
}
.ext-main-blk {
  background: none;
  font-size: 34px;
  color: #fff;
  font-weight: 600;
  margin: auto;
  border-radius: 50%;
  line-height: 1;
}
.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: 0px 7px 0px;
}

.spotlight-tld {
  overflow: unset;
  border: transparent;
  height: auto;
  border-radius: 6px;
  box-shadow: 0px 3px 8px rgb(125 125 125 / 10%);
  background-color: #153ed5;
  padding: 20px 0px !important;
  background-image: url(../images/cls06_rea6.png);
  background-size: contain;
  background-repeat: no-repeat;
  color: white;
}
.spot-light-cat-common {
  width: 140px;
  position: absolute;
  letter-spacing: 0;
  padding: 3px;
  font-size: x-small;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  top: -17px;
  right: -44px;
  transform: rotate(253deg);
  -webkit-transform: rotate(253deg);
}
.domain-lookup-result span.available.price {
  color: #fff;
  font-weight: 400;
}
div#spotlightTlds span.removeDomainFromCartSpotLight {
  /*
  font-weight: 300;
  font-size: 12px;
  background: #f05f57;
  padding: 6px 11px;
  border-radius: 4px;
  color: #fff;
  border: none;
  display: block;
  width: 100%;
  max-width: 105px;
  margin: 0 auto;
  cursor: pointer;
  */
  font-size: 14px;
  background-color: rgba(240, 95, 87, 0.3);
  color: white;
  padding: 10px 20px;
  border: 1px solid rgba(240, 95, 87, 0.5);
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 10px 20px 0 20px;
}
div#spotlightTlds span.removeDomainFromCartSpotLight:hover {
  background-color: rgba(240, 95, 87, 0.5);

}
div#spotlightTlds button.btn.unavailable, .spotlight-tld .btn:not(.domain-contact-support) {
  /* background-color: #0000001a;
  border-color: transparent;
  color: #595959;
  width: 100%;
  max-width: 100px;
  */
  cursor: not-allowed; 
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.3s ease;
  margin: 30px 0 0 0;
}
.price-and-button-row {
  justify-content: space-between;
  display: flex;
}
.available-domain-row span.removeDomainFromCart {
  /*
  font-size: 15px;
  font-weight: 600;
  background: rgb(240 95 87);
  margin: 10px;
  padding: 12px 20px;
  border-radius: 4px;
  border: 2px solid green;
  color: #fff;
  cursor: pointer;
  */
  font-size: 14px;
  background-color: rgba(240, 95, 87, 0.3);
  color: white;
  padding: 12px 20px;
  border: 1px solid rgba(240, 95, 87, 0.5);
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 4px;
}
.available-domain-row span.removeDomainFromCart:hover {
  background-color: rgba(240, 95, 87, 0.5);
}
.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: #fff;
  border: none;
  font-size: 13px;
  line-height: 1.4;
  display: inline-block;
  cursor: pointer;
  border-radius: 9999px;
  transition: background-color 0.5s;
}
  .suggested-domains span.removeDomainFromCartSuggestion:hover {
  background: #eb2c21;
  }
.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: #fff;
  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: #404040;
  padding-left: 15px;
  margin-bottom: 40px;
}
#order-standard_cart .cart-body .form-colam {
  margin-bottom: 50px;
}
form#frmDomainTransfer button#btnTransferDomain {
  background: #28a745;
  border: none;
  padding: 12px 22px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 6px;
  font-size: 15px;
}
form#frmDomainTransfer button#btnTransferDomain:hover {
    background: #136926;
}
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: #fff;
  text-align: left;
  min-height: auto;
  border-radius: 5px;
  color: #424242;
  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: #1339c4;
  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: 16px;
  color: #3c3b3b;
  margin-top: 0px;
  font-weight: 600;
}
.domain-selection-options-trigger .content.active {
  /* background: rgba(0, 0, 0, 0) linear-gradient(90deg, #0cb4e5 0%, #1296bc 100%) repeat scroll 0 0; */
    background-color: #153ed5;
    background-image: url(../images/cls07_wave02.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}
.domain-selection-options-trigger .content.active .text {
  color: #fff;
}
.domain-selection-options-trigger .content:hover {
  /* background: rgba(0, 0, 0, 0) linear-gradient(90deg, #0cb4e5 0%, #1296bc 100%) repeat scroll 0 0; */
    background-color: #153ed5;
    background-image: url(../images/cls07_wave02.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}
.domain-selection-options-trigger .content:hover .text {
  color: #fff;
}
.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;
  border-top: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
  color: #000 !important;
}
#order-standard_cart .domain-search-advance select {
  background-position: 92% !important;
}
.domain-selection-options button {
  height: 50px;
  border-radius: 0;
  border: transparent;
}
.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: #fff;
}
.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: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 18px;
}
.cart-head-bar.configure-cart-head .stp-cot.check {
  color: #fff !important;
  left: 47.5%;
  z-index: 99;
  font-size: 18px !important;
  margin-top: 1px !important;
}
.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: #153ed5;
  border-radius: 50%;
  content: "";
  color: #fff;
  display: block;
  height: 45px;
  left: 50%;
  position: absolute;
  top: -12px;
  transform: translateX(-50%);
  width: 45px;
  z-index: 1;
}
li.step-item a {
  color: #000;
  display: inline-block;
  padding: 40px 10px 0;
  text-decoration: none;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
}
.step-item:not(:first-child)::before {
  background: #153ed5;
  content: "";
  height: 3px;
  left: -50%;
  position: absolute;
  top: 9px;
  width: 100%;
}
.step-item.active a::before {
  background: #000000;
  left: 49.5%;
}
span.stp-cot.second-step {
  left: 47%;
  color: #fff;
  z-index: 99;
}
.step-item.active ~ .step-item::before {
  background: #999999;
}
.step-item.active ~ .step-item a::before {
  background: #ccc !important;
}
span.stp-cot.third-step {
  right: 48.5%;
  z-index: 99;
}
.cart-head-bar.configure-cart-head .row {
  align-items: center;
  justify-content: 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: 0;
  position: absolute;
  right: 15px;
  background: #fff;
  border-radius: 50px;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 20px;
  color: #153ed5;
  opacity: 1;
}
.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 {
  padding: 15px 20px;
  color: #fff;
  margin-bottom: 0;
  border-radius: 6px;
  box-shadow: 0px 3px 8px rgb(125 125 125 / 12%);
  font-size: 20px !important;
  background-color: #153ed5;
  background-image: url(../images/cls05_cta-two-bg.png);
}
.product-configure-info-panel h4.panel-title a {
  color: #fff;
  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: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #e1e1e1;
  border-top: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
/*
.billing-cycle-section ul.selectBillingCycle li {
  list-style: none;
  color: #fff;
  padding: 15px 0;
  border-radius: 6px;
  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: #fff !important;
  border: 1px solid #e1e1e1;
}
.billing-cycle-section ul.selectBillingCycle li.active,
.billing-cycle-section ul.selectBillingCycle li:hover {
  background: #153ed5 !important;
}
*/
.billing-cycle-section ul.selectBillingCycle li {
  list-style: none;
  color: #fff;
  padding: 15px 0;
  border-radius: 6px;
  text-align: center;
  width: 23%;
  margin: 20px 10px 0px 0px;
  display: inline-block;
  cursor: pointer;
  box-shadow: 0px 0px 1px rgb(0 0 0 / 10%), 0px 2px 24px rgb(0 0 0 / 8%);
  background: #fff !important;
  border: 1px solid #e1e1e1;
  position: relative;
}

.billing-cycle-section ul.selectBillingCycle li:hover {
  border: 2px solid #28a745;
}

.billing-cycle-section ul.selectBillingCycle li.active {
  background: #fff !important;
  border: 2px solid #28a745;
}

/* Add image to active li */
.billing-cycle-section ul.selectBillingCycle li.active::before {
  content: "";
  width: 34px;
  height: 34px;
  background: url('../images/check_02.png') no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.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 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: #000;
}
.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;
  /* font-family: 'Open Sans Bold'; */
}
.select-lanth {
  background: #fff;
  padding: 20px 20px 4px 20px;
  margin-top: 20px;
  border-radius: 6px;
  box-shadow: 0px 3px 8px rgb(125 125 125 / 12%);
  border: 1px solid #e1e1e1;
}
.select-lanth h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.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 #e6f0f3;
  padding-top: 30px;
  background: #fff;
  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: #ebfaff !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 #0cb4e5;
  padding: 12px 10px;
  color: #0cb4e5;
  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: #212121;
  font-weight: 400;
}
.product-configure-page #frmConfigureProduct .addon-promo-container strong {
  color: #0cb4e5;
  font-size: 20px;
}
#order-standard_cart .order-summary {
  background-color: #fff;
  /* padding: 15px; */
  border-radius: 6px;
  border: 1px solid #e1e1e1;
  box-shadow: 0px 3px 8px rgb(125 125 125 / 10%);
}
.currency-drop-down-cart {
  text-align: left;
  padding: 20px;
  margin-top: 0px;
  margin-bottom: 20px;
  border-radius: 6px;
  box-shadow: 0px 3px 8px rgb(125 125 125 / 10%);
  border: 1px solid #e1e1e1;
  background-color: #153ed5;
  background-image: url(../images/cls05_cta-two-bg.png);

}
#order-standard_cart .summary-container {
  background-color: #fff;
  padding: 0 20px 20px 20px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  /*border: 1px solid #e1e1e1;*/
  border-top: none;
}
h3.titel-ord {
color: #fff;
border-radius: 6px;
font-size: 22px !important;
margin: 20px 20px 5px 20px !important;
padding: 15px !important;
font-weight: 500 !important;
background-color: #153ed5;
background-image: url(../images/cls05_cta-two-bg.png);
background-position: right;
}
.cloud-item {
  display: inline-block;
  width: 100%;
  padding: 13px 0px;
  border-top: 1px solid #e7e7e7;
}
.cloud-item:first-child {
  border-top: none;
}
#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: 16px !important;
  color: #212529;
  font-weight: 600;
}
.cloud-item-product .usd-tp {
  font-weight: 600;
}
.cloud-item-product div {
  color: #212529;
  font-size: 16px;
}
.cloud-item-product {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.stack {
  color: #212529;
  font-size: 16px;
}
.cloud-item.amount span.centos {
  font-size: 16px;
}
.cloud-item.amount span.centos-price {
  font-size: 36px;
}
.cloud-item.amount .centos-item {
  margin-bottom: 0;
}
div#orderSummary .stap-btn {
  text-align: right;
}
#btnCompleteProductConfig i {
  margin-left: 10px;
}
.rank-item.product_addons {
  width: 100%;
  background: #edfaff;
  padding: 15px;
  margin-bottom: 15px;
  border: solid 1px #d1e9f1;
  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: #fff;
  border: 2px solid #3b8ac7;
}
#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: 600;
  color: #212121;
}
.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: #212121;
}
.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;
}
.pay-check.web-chek {
  padding-left: 30px;
  font-size: 20px;
  font-weight: 600;
}
#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: 600;
  color: #000;
}
.vps-server-section {
  background: #fff;
  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: #00bcd4;
}
#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: #fff;
  margin-top: 20px;
  padding: 25px 0px;
}
#order-standard_cart select {
  position: relative;
  width: 100%;
  height: 40px;
  font-size: 14px;
  outline: none;
  font-weight: 600;
  border-radius: 6px !important;
  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: rgba(255, 255, 255, 0.3) !important;
  color: #fff !important;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
}
#order-standard_cart select:hover {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
#order-standard_cart select option {
  color: #000 !important;
}
#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: #fff;
  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: #fff;
  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: #fff;
  padding: 20px 20px;
  border-radius: 6px;
  border: 1px solid #e1e1e1;
  box-shadow: 0px 3px 8px rgb(125 125 125 / 12%);
}
.col-md-5.right-section-checkout-page {
  background: #ededed08;
}
.right-section-upper-section h2.items-titel {
  /* background: #18988b;
  background-image: linear-gradient(127deg, #0b9184, #44aca0); */
  color: #fff;
  border-radius: 6px;
  font-size: 22px !important;
  margin: 20px 20px 15px 20px !important;
  padding: 15px !important;
  font-weight: 500 !important;
  background-color: #153ed5;
  background-image: url(../images/cls05_cta-two-bg.png);
  background-position: right;
}
.right-section-upper-section {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #e1e1e1;
  box-shadow: 0px 3px 8px rgb(125 125 125 / 12%);
}
/*.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;
  border-radius: 6px;
  border: 1px solid #e1e1e1;
  box-shadow: 0px 3px 8px rgb(125 125 125 / 12%);
}
#order-standard_cart .col-md-7.left-section-checkout-page .alert .fa-lock {
  font-size: 2rem !important;
}
.product-checkout-page .col-md-12 {
  padding: 0;
}
#order-standard_cart
  .view-cart-items.right-side-checkout-page
  .item.cart-colam {
  padding: 10px 20px;
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
  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: 10px 20px 20px 20px;
  background: #fff;
  border-top: 1px solid #e7e7e7;
  border-bottom: 2px solid #e7e7e7;
  border-bottom: 2px solid #e7e7e7;
}
.cart-grid-total {
  display: flex;
  justify-content: space-between;
  padding-bottom: 7px;
  border-top: 1px solid #d1d5dc !important;
  border-bottom: 1px solid #d1d5dc !important;
}
.cart-grid-total .pric-clt {
  color: #1339c4 !important;
}
.item.cart-colam h4 {
  margin: 2px 0 0 0;
  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;
  color: #fff;
  padding-top: 2px;
  font-weight: 500;
}
#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: #fff;
  border: transparent;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 22px;
}
.button-under-summary button#btnEmptyCart {
  margin: 0 !important;
  border: none;
  display: block;
  padding: 10px 22px;
  width: max-content;
  font-size: 14px;
  font-weight: 500;
  background: #28a745 !important;
  border-radius: 999px;
}
.button-under-summary button#btnEmptyCart:hover {
  background: #136926 !important;
}
#order-standard_cart
  .right-section-upper-section
  .button-under-summary
  .empty-cart {
  margin: 0;
  width: 100%;
  max-width: 50%;
}
.button-under-summary {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  gap: 8px;
  justify-content: flex-end;
}
.button-under-summary a#continueShopping {
  margin: 0;
  border: none;
  border-radius: 999px;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 500;
  width: max-content;
  background: #28a745 !important;
}
.button-under-summary a#continueShopping:hover {
  background: #136926 !important;
}
.button-under-summary a#continueShopping i {
  margin-left: 2px;
}
#order-standard_cart .mc-promo .icon {
  width: 50px;
}
.button-under-summary button#btnEmptyCart i {
  margin-left: 4px;
}
#order-standard_cart .view-cart-items.right-side-checkout-page {
  border-bottom: transparent;
  margin: 0 0 15px 0;
  padding-top: 1px;
}
#order-standard_cart .view-cart-items .item.cart-colam:hover {
  background: #f5f9fd;
}
ul.configuration-product-summary {
  padding-left: 0;
  list-style: none;
  color: #3f4c55;
}
#order-standard_cart
  .view-cart-items.right-side-checkout-page
  .item.cart-colam
  span {
  color: #3f4c55;
}
.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;
  border: none;
  background: none;
  color: #3b82f6;
  border-radius: 6px;
  margin-top: 5px;
  display: inline-block;
  font-size: 1rem !important;
}
.trash a:last-child {
  padding: 2px;
  border: none;
  background: none;
  color: #ef4444;
  border-radius: 6px;
  margin-top: 5px;
  display: inline-block;
  font-size: 1.1rem !important;
}
.trash a:first-child:hover {
  color: #60a5fa;
}
.trash a:last-child:hover {
  color: #f87171;
}
.promo a {
  color: #193e70;
  font-weight: 600;
}
.row.promo-apply-box .inputBox input {
  height: 36px;
}
.row.promo-apply-box .promocode-btn {
  background: #40b5e7;
  color: #fff;
  border: transparent;
  font-weight: 600;
  font-size: 13px;
  padding: 10px 22px;
}
.full-sign {
  /* background-image: linear-gradient(127deg, #1051c7, #1b66ef);
  background-image: linear-gradient(127deg, #0b9184, #44aca0); */
  display: flex;
  width: 100%;
  border-radius: 5px;
  padding: 20px;
  background-color: #153ed5;
  background-image: url(../images/cls05_cta-two-bg.png);
  background-position: right;
}
.account-colam {
  width: 100%;
  max-width: 50%;
  color: #fff;
}
.account-colam h1.sign-titel {
  color: #fff;
  margin: 0;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 700;
}
.acct-box h3 {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin: 12px 0 2px;
}
.acct-box p {
  color: #fff;
  font-size: 14px;
}
.left-section-checkout-page .crt-ntn {
  /*
  background: #fff;
  color: #000;
  padding: 8px 18px;
  border-radius: 6px;
  font-size: 15px;
  width: auto;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  */
  display: block;
  width: fit-content;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.3) !important;
  color: white;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 7px;
  margin-left: 0px !important;
}
.account-colam.have .crt-ntn {
  color: #fff;
}
.left-section-checkout-page .crt-ntn:hover,
.account-colam.have .crt-ntn:hover {
  background: rgba(255, 255, 255, 0.5) !important;
}
#order-standard_cart .secondary-cart-body .contact-section-conf-product {
  margin-top: 20px;
  box-shadow: 0px 3px 8px rgb(125 125 125 / 12%);
  border: 1px solid #e1e1e1;
}
.left-side-checkout-page .Pers-titel {
  margin: 0 0 27px;
  font-size: 18px;
  font-weight: 700;
  color: #404040;
  margin-top: 20px;
}
.right-section-upper-section ul.dropdown-menu {
  transform: unset !important;
  margin-top: 10px !important;
  min-width: 230px !important;
  width: 200px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
}
.view-cart-items .crt-drop ul.dropdown-menu.show:before {
  left: 92px;
  right: unset;
  border-bottom: 12px solid #e7e7e7;
  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: #000;
  font-size: 14px;
  line-height: 20px;
}
#order-standard_cart .inputBox .inputText {
  color: #898989;
  font-weight: 400;
}
#order-standard_cart .form-group.inputBox.focus .inputText {
  color: #00bcd4;
}
#order-standard_cart input#inputPhone {
  border: transparent;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 0;
}
#order-standard_cart .form-group.inputBox.focus input#inputPhone {
  border-bottom: 2px solid #000;
}
#containerNewUserSecurity .generate-password {
  /*
  font-size: 15px;
  text-transform: none;
  width: auto;
  background: #1339c4;
  color: #fff;
  border-radius: 5px;
  border: none;
  padding: 8px 18px;
  */
  margin-top: 15px;
  min-width: 180px;
  cursor: pointer;
  border-radius: 9999px;
  background-color: #28a745;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  color: white;
  border: none;
  transition: background-color 0.5s;
}
#containerNewUserSecurity .generate-password i.fa-random {
  margin-left: 2px;
}
#containerNewUserSecurity .generate-password:hover {
  background-color: #136926;
}
.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: #dc3545;
  font-size: 20px;
  line-height: 40px;
  border-radius: 50%;
  color: #f7dddf;
  padding: 0;
}
#modalRemoveItem .modal-footer button.btn.btn-primary {
  background: #1cb8e6;
  border: transparent;
}
#modalRemoveItem .modal-footer button.btn.btn-default {
  background: #0e3e6e;
  color: #fff;
  border: transparent;
}
.left-section-checkout-page .payment-gateway-list li {
  margin: 5px 15px 7px 0px;
  text-align: center;
  min-height: 90px;
  border-radius: 6px;
  padding: 12px 7px 6px;
  width: 100%;
  box-shadow: 0px 3px 8px rgb(125 125 125 / 12%);
  border: 1px solid #e1e1e1;
  cursor: pointer;
}
.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: #666;
}
.domain-contact-section p.small.text-muted {
  font-size: 12px;
}
/*#paymentGatewaysContainer, .additional-notes-section {
    padding-left: 15px;
	padding-right: 15px;
}*/
.payment-gateway-section h4,
.additional-notes-section h4 {
  color: #000000;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
}
.additional-notes-section textarea.input.cart-text-area {
  width: 100%;
  padding: 10px 10px 10px 0px;
  min-height: 60px;
  height: 50px;
  border: transparent;
  border-bottom: 1px solid #d2d2d2;
}
.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: #45b9e8;
  font-weight: 600;
}
form#frmCheckout button#btnCompleteOrder {
  margin-top: 10px;
  cursor: pointer;
  border-radius: 9999px;
  background-color: #28a745 !important;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  color: white;
  border: none;
  transition: background-color 0.5s;
}
form#frmCheckout button#btnCompleteOrder:hover {
  background-color: #136926 !important;
}
.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 #eee;
  border-bottom: 1px solid #eee !important;
  padding: 15px;
  background: #fff;
}
#order-standard_cart .account-select-container div.account.active,
#order-standard_cart .account-new-custom.border-bottom.active {
  background: #e5ecf3;
}
.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: 24px;
  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;
  padding: 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: #e6ecf3;
  border: transparent;
}
.recurring-parent-span {
  display: block;
}
.existing-account-login-section button {
  background: #28a745;
  color: #fff;
  box-shadow: 0 0 10px #dfdfdf;
  padding: 8px 18px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 999px;
  clear: both;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  border: transparent;
}
.existing-account-login-section button:hover {
  background: #136926;
}
#order-standard_cart .apply-credit-container .radio {
  padding-left: 0px;
  padding-right: 0px;
}
#order-standard_cart .apply-credit-container {
  padding: 20px;
  background-color: #e6ecf3;
}
#order-standard_cart .mc-promo {
  margin: 0 0 15px 0;
  background-color: #fff;
  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;
}
#order-standard_cart .inputBox.focus .inputText {
  color: #00bcd4;
}
#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: #000;
}
/* Checkout page css end */

/* Product Addons css start */
#order-standard_cart .products .product {
  color: #fff;
  border-radius: 5px;
  width: 98%;
  padding: 20px;
  position: relative;
  display: inline-block;
  border: transparent;
  min-height: 240px;
  background: #fff !important;
  border: 1px solid #dae3eb;
  transition: 0.3s ease all;
  background: #fff;
  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: #1a222b;
  /* font-family: 'Open Sans Bold'; */
  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: #1a222b;
  letter-spacing: -0.1px;
  /* font-family: 'Open Sans Bold' */
}
#order-standard_cart .products .product p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  color: #1a222b;
}
#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: transparent;
  padding: 10px 5px 10px 5px;
  background: #1cb8e6;
  font-size: 13px;
  position: relative;
  color: #fff;
  border-radius: 5px;
  transition: all 0.5s;
  width: 31%;
}
.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: #626262;
  border-radius: 0px;
  padding: 9px 11px;
  height: auto;
  background: #e8edf2;
  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: 600;
  color: #000;
  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: #000;
  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: #000;
  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: #212529;
  /* 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: #eff6ff;
  border: 1px solid #bfdbfe;
  border-top: 5px solid #60a5fa;
  border-radius: 6px;
}
.bcr2 {
  background: #fefce8;
  border: 1px solid #fef08a;
  border-top: 5px solid #facc15;
  border-radius: 6px;
}
.padding-bcr2 {
  padding: 0 10px !important;
}
.bcr3 {
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-top: 5px solid #f87171;
  border-radius: 6px;
}
.bcr1 .icone-dns img,
.bcr2 .icone-dns img,
.bcr3 .icone-dns img {
  height: 36px;
  width: 36px;
}
.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: #fff;
  font-weight: 700;
}
.poweredOff {
  background: #e71a1a !important;
  cursor: default !important;
  pointer-events: none;
  color: #fff !important;
}
.increased span {
  width: 100%;
  text-align: center;
}
p.yer {
  color: #646464;
  font-size: 12px;
}
.increased strong {
  margin: 0;
  font-size: 18px;
  color: #212529;
  text-transform: capitalize;
  font-weight: 600;
}
.configuration-domain-section .col-sm-8 {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  flex: 0 0 64.66667%;
  max-width: 64.66667%;
  flex-wrap: wrap;
  background: none;
  border: none;
}
#order-standard_cart .configuration-domain-section label {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 0;
}
#order-standard_cart .cart-body.configure-domain-page {
  margin-top: 50px;
  padding: 40px 15px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 3px 8px rgb(125 125 125 / 12%);
  border: 1px solid #D4DCFF;
}
div#order-standard_cart {
  padding-bottom: 0;
}
#order-standard_cart .right-section-has-hosting label {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.right-section-has-hosting a.no-hosting-domain {
  /*
  border: 1px solid #53b3ac;
  box-shadow: none;
  padding: 10px 15px;
  background: #53b3ac;
  color: #fff;
  font-weight: 500;
  font-size: 15px !important;
  */
  border-radius: 6px;
  width: 166px;
  font-size: 14px;
  color: white !important;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.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: #fff;
  font-weight: 600;
  font-size: 15px;
}
.domain-title-head {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
}
.row.addon-products {
  margin: 10px 0 40px 0 !important;
}
.row.addon-products .col-md-4 {
  padding: 0;
}
#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: #a8a8a8;
  height: 50px;
  font-weight: 400;
  z-index: 9;
  position: relative;
  transition: 0.5s;
  border-bottom: 1px solid #d2d2d2;
  border-radius: 0px;
}
input:focus {
  outline: none;
}
.name-server-head {
  padding: 0px 15px 25px;
}
.name-server-section .name-server-head {
  margin-top: 30px;
}
#order-standard_cart
  .cart-body.configure-domain-page
  button.btn-save.wgs_custom-btn {
  border: none;
}
.name-server-head p {
  font-weight: 500;
  font-size: 14px;
  color: #212529;
}
.name-server-head h3 {
  font-size: 24px;
  color: #0c247c;
  font-weight: 600;
}
.configuration-domain-section {
  border-bottom: none;
  padding: 0px 0 0 0;
  margin-bottom: 0;
}
.cls01-main-one {
  padding: 0 15px;
}
.poweredOn {
  background: #5ec55f none repeat scroll 0 0 !important;
  cursor: default !important;
  pointer-events: none;
  color: #fff !important;
}
#order-standard_cart
  .row.name-server-fields-section
  .form-group.focus
  label.inputText {
  color: #0c247c;
  font-size: 12px;
  font-weight: 500;
  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: #fff;
  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: #fff;
  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: #40b5e7 !important;
}
.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: #fff;
  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 #dedede;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 5px 14px 0px #0000001c;
}
.domain-renewals .domain-renewal:last-child {
  margin-bottom: 0;
}
.domain-renewal p {
  color: #999;
  font-size: 11px;
}
#order-standard_cart .domain-renewal .font-size-24 {
  font-size: 24px;
  word-break: break-all;
  margin-bottom: 10px;
}
.domain-renewal .form-group.row {
  align-items: center;
  justify-content: space-between;
}
.domain-renewals .domain-renewal button {
  background: #0cb4e5;
  color: #fff;
  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;
}
.domain-renewals .domain-renewal button {
  background: #40b5e7;
  color: #fff;
}
.domain-renewals .domain-renewal:nth-child(even) {
  background-color: #fff;
}
.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 {
  flex: 0 0 30%;
  max-width: 30%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #dedede;
  background: #fff;
  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: #fff;
  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: #fff;
  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: #6b6b6b;
  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: #f2f6fa;
}
.complete-panel-section-above {
  background: #47d764;
  text-align: center;
  padding: 20px;
  margin: 0px;
  border-radius: 8px 8px 0 0;
}
.complete-panel-section-above i {
  color: #5aa700;
  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: 0 0 10px #dfdfdf;
  padding: 5px 20px;
  border: transparent;
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
div#modalEmptyCart button.btn.btn-primary {
  background: #0cb4e5;
  color: #fff;
  box-shadow: 0 0 10px #dfdfdf;
  padding: 5px 20px;
  border: transparent;
}
#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: #fff;
  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: #fff;
}
#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.loggedin .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: #999aa1;
  font-size: 13px;
  margin-top: 10px;
}
.cart-body.product-addon-page {
  background: #fff;
  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: #fff;
  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: #fff;
}
.btn-add-renewal-to-cart {
  background: #40b5e7;
  color: #fff;
  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: #fff;
  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: #fff;
}

/********* upgrading - 22/05/2025 : *********/
.crt-regist h4 {
  color: #212529 !important;
}
.crt-regist span {
  font-size: 14px !important;
  font-weight: 500 !important;
}
.card-block span {
  font-size: 16px !important;
}
.wgs_custom-btn {
  background: #1339c4;
}
.wgs_custom-btn:hover {
  background: #2751ea;
}
#order-standard_cart .view-cart-empty .cart_empty img {
  margin-bottom: 20px;
}
#order-standard_cart
  .right-section-upper-section
  .button-under-summary
  .empty-cart {
  width: max-content !important;
}
#order-standard_cart .checkout-security-msg {
  font-size: 0.9rem !important;
  line-height: 1.3;
}
.row .cls01-domain-hosting {
  padding: 20px 0;
  border: none;
  margin: 10px 0;
  border-radius: 6px;
  box-shadow: 0px 3px 8px rgb(125 125 125 / 10%);
  justify-content: center;
  background-color: #153ed5;
  background-image: url(../images/cls05_cta-two-bg.png);
}
#order-standard_cart .left-box-configure-product .cls01-fa-question-circle .fa-question-circle {
  font-size: 1rem !important;
  margin-right: 4px !important;
}
#order-standard_cart .field-container{
  margin: 0 0 20px 0 !important;
}
#orderSummary .stap-btn .wgs_custom-btn {
  padding: 10px 22px !important;
  font-size: 14px !important;
}
.cls01-bg-sky {background: #0cb4e5 !important;}
.cls01-bg-sky:hover {background: #0cb4e5 !important;}
.list-group-item{background: none !important;}
.cls01-mr2{margin-right: 7px;}
.cls01-ml2{margin-left: 7px;}
.domain-promo-box.cls01-mr2 {
  background: #fefce8 !important;
  background-image: url(../images/cls07_wave03.png);
  border: 1px solid #fef08a;
  border-left: 5px solid #facc15;
  border-radius: 6px;
  box-shadow: 0px 3px 8px rgb(125 125 125 / 10%);
}
.domain-promo-box.cls01-ml2 {
  background: #eff6ff !important;
  border: 1px solid #bfdbfe;
  border-left: 5px solid #60a5fa;
  border-radius: 6px;
  box-shadow: 0px 3px 8px rgb(125 125 125 / 10%);
}
.domain-promo-box h3 {
  font-size: 22px !important;
  font-weight: 600;
  color: #212529;
}
.domain-promo-box .text-warning {
  color: #ca8a04;
}
.domain-promo-box .text-primary {
  color: #2563eb;
}
.domain-promo-box p {
  font-size: 14px;
}
.domain-promo-box .fas.fa-server.fa-4x {
  color: #eab308 !important;
}
.domain-promo-box .fas.fa-globe.fa-4x {
  color: #3b82f6 !important;
}
.domain-promo-box .small{
  color: #707070;
  font-size: 12px;
}
#order-standard_cart .input-group-lg>.form-control {
  border-radius: 6px 0 0 6px !important;
  height: 50px !important;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-right: none !important;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
}
#order-standard_cart .input-group-lg>.form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 14px;
}
.cls01-bg-blue {
  border-radius: 0 6px 6px 0 !important;
  background: #0cb4e5 !important;
  color: #fff !important;
  height: 50px !important;
  border: none !important;
}
.cls01-bg-blue:hover {
  background: #0aa2ce !important;
}
.domain-searching{
  color: #153ed5;
  font-size: 16px;
}
.domain-available.domain-checker-available.text-white,
.domain-checker-unavailable, .domain-checker-invalid {
  padding: 10px !important;
  max-width: 1400px !important;
  margin: 0 auto 14px auto !important;
  border-radius: 0 6px 6px 0 !important;
  border-left: 5px solid !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.domain-available.domain-checker-available.text-white {
  background: #ecfdf5;
  border-left-color: #10b981;
  color: #047857 !important;
}

.domain-checker-unavailable, .domain-checker-invalid {
  background: #fef2f2;
  border-left-color: #ef4444;
  color: #b91c1c;
}
.suggested-domains a#moreSuggestions:hover {
  text-decoration: underline;
  font-weight: 500;
  font-size: 14px;
}
.suggested-domains .domain-suggestions-warning p {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .spotlight-tld-container {
    padding: 7px;
  }
  #order-standard_cart .input-group-lg>.form-control {
    border-right: 1px solid rgba(255, 255, 255, 0.3) !important;
  }
  .domain-price.host-block .available-domain-row {
    justify-content: end;
  }
  div#searchDomainInfo span.price {
    font-size: 16px !important;
    margin: 0 !important;
  }
  /*
  .top-resp {
    background: #fff !important;
    border-top: none !important;
    border-bottom: 1px solid #D4DCFF !important;
  }
  */
}

@media (max-width: 767px) {
  button#btnCheckAvailability {
    width: fit-content !important;
    border-radius: 6px !important;
    border-left: 1px solid rgba(255, 255, 255, 0.3) !important;
    float: right;
  }
  .input-group.input-group-lg.input-group-box {padding: 0}
  #order-standard_cart .input-group-lg>.form-control, button#btnCheckAvailability {height: 40px !important;}
  .cls01-formregister-col {
    padding: 0 !important;
    margin-top: 10px;
  }
  .domain-checker-bg h1.titel-page {font-size: 20px}
  #DomainSearchResults .domain-checker-available {
    margin-top: 0;
    font-size: 20px;
  }
  .suggested-domains .list-group-item {
    padding: 15px !important;
  }
  span.domain, span.extension {
    line-height: 1;
  }
  .suggested-domains .list-group-item .domain-suggestion-row {
    float: inline-end;
  }
  .domain-checker-bg-main-container {
    padding: 50px 15px 0 !important;
  }
  .cls01-ml2, .cls01-mr2 {
    margin: 7px 15px 7px 15px !important;
  }
  .domain-checker-container .input-group-box .form-control {
    margin-bottom: 6px;
  }
  .right-section-upper-section h2.items-titel {
    margin: 15px !important;
  }
}
.btn-footer .wgs_custom-btn.cls088-continue-btn {
  cursor: pointer;
  border-radius: 9999px;
  background-color: #28a745 !important;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  color: white;
  border: none;
  transition: background-color 0.5s;
}
.btn-footer .wgs_custom-btn.cls088-continue-btn:hover {
  background-color: #136926 !important;
}
.create-acc-section-checkout .row .col-sm-6 {
  padding: 0 10px 0 0;
}
.existing-account-login-section .row .col-sm-6 {
  padding: 0 10px 0 0;
}

@media (max-width: 1280px) {
  .cart-head-bar.configure-cart-head .stp-cot.check {
    left: 45.5%;    
  }
}
@media (max-width: 550px) {
  .cart-head-bar.configure-cart-head .stp-cot.check {
    left: 44%;
  }
}
#order-standard_cart .cls061-main-menu .host-nav {
  display: flex;
  justify-content: center;
}
#order-standard_cart .field, #order-standard_cart .form-control {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}
#order-standard_cart .row .cart-body .domain-selection-options-trigger {
  justify-content: center;
  padding: 20px 0;
}
#order-standard_cart .domain-checker-bg-main-container.cls074-main-container #frmProductDomain .form-control {
  height: 50px;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-right: none !important;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
}
#order-standard_cart .domain-checker-bg-main-container.cls074-main-container #frmProductDomain input.form-control {
  border-radius: 100px 0 0 100px !important;
}
#order-standard_cart .domain-checker-bg-main-container.cls074-main-container #frmProductDomain .input-group-btn.search-panel input.form-control {
  border-radius: 0 !important;
}
#order-standard_cart .domain-checker-bg-main-container.cls074-main-container #frmProductDomain .form-control::placeholder {
  color: #ffffff33;
}
#order-standard_cart select.form-control, #order-standard_cart #owndomaintld.form-control {
  border-radius: 0 !important;
  border-left: none !important;
  border-right: none !important;
  color: #fff !important;
}
#order-standard_cart .currency-drop-down-cart .form-control {
  border-radius: 6px !important;
  border-left: 1px solid #e1e1e1 !important;
  border-right: 1px solid #e1e1e1 !important;
  color: #fff !important;
}
#order-standard_cart .domain-checker-bg-main-container #frmProductDomain .btn-default.wgs_custom-btn {
  font-size: 14px;
  color: white !important;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 0 100px 100px 0;
}
#order-standard_cart .domain-checker-bg-main-container #frmProductDomain .btn-default.wgs_custom-btn:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.domain-lookup-loader, .domain-lookup-loader span { font-size: 16px; }

.domain-checker-bg-main-container .cls074-main-container .domain-checker-bg {
  border: 3px solid red !important;
}
.pull-left-summary .pre_pull-left-summary_main {
  display: flex;
  gap: 10px;
}
.pull-left-summary .pre_pull-left-summary_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: #e8faec;
  border: 1px solid #28a745;
  height: fit-content;
  border-radius: 5px;
}
.pull-left-summary .pre_pull-left-summary_icon i {
  font-size: 20px;
  color: #28a745;
}
.item.cart-colam .pull-left-summary .pre_pull-check_main i {
  color: #28a745;
  margin-right: 4px;
}

/* **************************************** 14/07/2025 **************************************** */
@media (max-width: 991px) {

}

@media (max-width: 767px) {
    .domain-checker-bg-main-container .domain-checker-bg {
        padding: 30px 0;
    }
    #order-standard_cart .input-group-lg>.form-control {
        border-radius: 6px !important;
    }
    #order-standard_cart .captcha-container img {
        margin-right: 0;
        margin-bottom: 5px;
    }
    #order-standard_cart .captcha-container .form-control {
        width: 125px;
    }
    .register-domain-container {
        padding: 6px 15px 0px;
    }
    .domain-checker-bg-main-container {
        padding: 0px 15px 0 !important;
    }
}
/* **************************************** 14/07/2025 **************************************** */