
#order-standard_cart label {
  margin-right: 10px;
  font-weight: 300;
  font-size: 14px;
  color: #000;
}

@media only screen and (max-width: 1199px) {
  #order-standard_cart .cart-body {
    width: 100% !important ;
    float: none;
	min-height: 32vh;
  }
}



 .atc-box {
            border: 1px solid #ccc;
            border-radius: 10px;
            padding: 8px;
            background-color: #f9f9f9;
            text-align: center;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	 		margin-bottom:12px;
        }

        /* Custom button styles */
.atc-box a {
            display: inline-block;
            margin-top: 10px;
            padding: 10px 20px;
            text-decoration: none;
            color: white;
            background-color: #910000; /* Green button */
            border-radius: 5px;
            font-weight: bold;
        }

.atc-box a:hover {
            background-color: #b10000; /* Darker green on hover */
	        color: white;
        }

        /* Full-height centering for single column */
.row-center {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            min-height: 0vh;
        }	
	
#order-standard_cart .view-cart-items .item-price .cycle {
  font-size: 12px;
}

.iCheck-helper {
    background-color: #910000 !important ; /* Set the background color */
    border-color: #910000 !important ; /* Set the border color if applicable */
}

.iCheck-selregister {
    background-color: #910000 !important ; /* Set the background color */
    border-color: #910000 !important ; /* Set the border color if applicable */
}

.domain-checker-bg {
	background-image: url();
	padding: 0px 0;
}

.domain-checker-container {
	background: #f1f1f1;
}

.list-group-item.active {
    background-color: #910000;
    border-color: #910000;
}

a:hover {
  color:#910002;
  text-decoration:none;
}

.suggested-domains .btn:not(.domain-contact-support) {
  padding:2px 10px;
  font-size:11px;
  line-height:1.4;
  border-radius:3px;
  background-color:#910001;
  border-color:#910001;
  color:#fff;
  font-size: 14px;
}

.spotlight-tld .btn:not(.domain-contact-support) {
    background-color: #910000;
    border-color: #910000;
}

.btn-primary {
  color: #fff;
/*  background-color: #29537C; */
/*  border-color: #29537C; */
 background-color: #910000; 
 border-color: #910000; 
}

.btn-primary:hover {
    color: #fff;
    background-color: #b10000 !important ;
    border-color: #b10000 !important ;
}

.btn-primary:active {
    color: #fff;
    background-color: #b10000 !important ;
    border-color: #b10000 !important ;
}

.btn-primary:focus {
    color: #fff;
    background-color: #b10000 !important ;
    border-color: #b10000 !important ;
}

.btn-primary:disabled {
    color: #fff;
    background-color: #b10000 !important ;
    border-color: #b10000 !important ;
}

.btn-success {
  color: #fff;
/*  background-color: #29537C; */
/*  border-color: #29537C; */
 background-color: #910000 !important ; 
 border-color: #910000 !important ; 
}

.btn-success:hover {
    background-color: #b10000 !important ;
    border-color: #b10000 !important ;
}

.btn-success:active {
    background-color: #b10000 !important ;
    border-color: #b10000 !important ;
}

.btn-success:focus {
    background-color: #b10000 !important ;
    border-color: #b10000 !important ;
}

.btn-success:disabled {
    background-color: #b10000 !important ;
    border-color: #b10000 !important ;
}

.btn-primary.focus,.btn-primary:focus {
    background-color: #b10000 !important ;
    border-color: #b10000 !important ;
    box-shadow: 0 0 0 .2rem rgba(82,125,168,.5)
}

.dropdown-columns {
  display: flex;
  flex-wrap: wrap;
  max-height: 300px; /* Optional: Control the height */
  width: 300px; /* Set a width for the dropdown */
}

#footer {
  margin:0;
  padding:50px 0 80px !important;
  background-color:#910000;
  color:#eee;
  font-size: .9rem;
  bottom: 0px;
  width: 100%;	  
  padding: 10px;  
}

footer.footer {
    margin: 0;
    padding: 50px 0 80px !important;
    background-color: #910000;
    color: #eee;
    font-size: .9rem;
}

section#main-body {
  margin:0;
  padding:20px 0;
  min-height:600px
}

.dropdown-columns li {
  width: 50%; /* Set each list item to take 50% of the width (2 columns) */
  list-style-type: none;
}

#order-standard_cart .view-cart-items-header {
  background-color:#910001;
  color:#fff;
}

#order-standard_cart .order-summary {
  background-color:#910001;
}

.btn-info {
  color:#fff;
  background-color:#910001;
  border-color:#910001;
}
.btn-info:hover {
  color:#fff;
  background-color:#b10000;
  border-color:#b10000;
}

.btn-success:hover {
  color:#fff;
  background-color:#b10000;
  border-color:#b10000;
}

.btn-success {
  color:#fff;
  background-color:#b10000;
  border-color:#b10000;
}

#order-standard_cart h1.font-size-36 {
  font-size:36px;
  color:#000080;
}

#order-standard_cart .domain-checker-available {
  color:#910000;
}

.suggested-domains .card-header,
.suggested-domains .panel-heading {
  border-bottom:2px solid #910000;
}


/*
@media (max-width: 576px) {
	#order-standard_cart .cart-sidebar {	
		display:none !important ;
		} 
	}


@media (min-width: 992px) {

	}

@media (min-width: 768px) {

	}


.domain-check-availability {
	height:36px;
}
*/
