.home1 {
    background: transparent;
    padding-top: 0px;
    padding-bottom: 30px;
}
/* .cart-banner {
	padding-top: 120px;
    padding-bottom: 30px;
     display: none;
} */
.cartsearch{
  background-color: #000;
  padding: 10px;
  border-radius: 15px;
  margin-top: 40px;
}

.cart-banner .heading h1 {
	margin-bottom: 0;
}

.domain-purchase {
	border: 1px solid #ccc;
	padding: 15px;
	border-radius: 6px;
}

.domain-info-full {
	display: flex;
}

.domain-purchase-img {
	margin-right: 10px;
}

.grey-text {
	color: #6D6E76;
	font-size: 15px;
}

.domain-purchase-des {
	text-align: right;
	margin-top: -50px;
}

.domain-addon-des {
  text-align: right;
  margin-top: 0px;
}
.domain-addon-des h5 {
  color: #42C8CD;
  font-size: 14px;
}

.domain-purchase-des .grey-text {
	font-size: 14px;
}

.domain-purchase del {
	font-size: 14px;
	font-weight: 600;
}

.price {
	color: #42C8CD;
	margin-bottom: 0;
}

.domain-purchase-des h5 {
	color: #42C8CD;
	font-size: 14px;
}

.domain-purchase-info h5,
.microsoft h5 {
	font-size: 18px;
}

.fa-trash {
	color: #000;
}

.domain-purchase-info .form-select {
	margin-bottom: 7px;
	border: 1px solid #000;
	padding: 10px 15px;
	font-size: 16px;
}

.domain-purchase-info .form-select:focus {
	box-shadow: none;
}

.custom-select {
	width: 150px;
}

/* .recommend {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 50px;
} */
 .recommend {
	border-top: 1px solid #ccc;
	margin-top: 20px;
}

.form-switch .form-check-input {
	width: 45px;
	height: 26px;
}

.form-switch .form-check-label {
	font-weight: 600;
}

.recommnd-text {
  background-color: #a6fff8;
  color: #004249;
  width: auto;
  text-align: center;
  border-radius: 3px;
  padding: 5px;
  font-size: 11px;
  letter-spacing: 1px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.domain-purchase li {
	list-style: disc;
	font-size: 14px;
	font-family: var(--second-font);
	margin: 6px 0;
	color: #000;
	font-weight: 500;
}

.domain-purchase ul {
	padding-left: 30px;
	margin-top: 15px;
}

.microsoft .btn_main {
	background: #fff;
	border: 1px solid #000;
	color: #000;
	padding: 7px 20px;
}

.order-summary {
	background: #f5f7f8;
  padding: 30px;
  border-radius: 8px;
}

.subtotal {
	border-top: 1px solid #ccc;
}

.subtotal h5 {
	font-size: 24px;
}

.subtotal span {
	font-size: 16px;
}

.subtotal h6 {
	color: #42C8CD;
	font-size: 21px;
}

.small-font {
	font-size: 16px;
	color: #000;
	font-family: var(--second-font);
}

.order-summary a {
	color: #000;
}

.promo-code {
	width: 300px;
	margin: 20px auto;
	position: relative;
	display: none;
}

.promo-code input {
	height: 45px;
	padding: 15px 10px;
	border: 2px solid #000;
    outline: none;
}

.promo-code button {
	background: #000;
	border: 0;
	height: 45px;
	color: #fff;
	font-weight: 600;
	padding: 10px;
}

.promo-code i {
	font-size: 24px;
	margin-left: 10px;
	position: absolute;
	right: 0;
	top: 10px;
}

.order-summary .btn_main {
	color: #fff !important;
}

.logos p {
	font-size: 14px;
}

.plus {
	background: #f5f7f8;
  padding: 30px;
  border-radius: 6px;
}

.plus-text {
	background-color: #fff;
	padding: 8px;
	margin: 15px auto;
	width: 100px;
	text-align: center;
}

.alternative-domain li {
	display: flex;
	margin: 5px 0;
}

.alternative-domain li a {
	border: 1px solid #ccc;
	margin-right: 9px;
	padding: 7px;
	border-radius: 6px;
	text-decoration: none;
	font-size: 17px;
	color: #000;
	font-weight: 400;
	width: 215px;
}

.alternative-domain li a:hover {
	border: 1px solid #000;
}

.alternative-domain del {
	color: #6D6E76;
	padding: 0px 7px;
}

.alternative-domain li i {
	padding-left: 7px;
}

.alternative-domain ul {
	display: flex;
	flex-wrap: wrap;
}

.domain-slider {
	background: #EFE8D8;
	border-radius: 6px;
	padding: 20px;
}

.domain-slider h5 {
	font-size: 18px;
}

.domain-slider-bg {
	background: #fff;
	padding: 15px;
	border-radius: 6px;
}

.domain-slider-bg p {
	font-size: 15px;
	font-weight: 500;
}

.domain-slider-bg .price {
	color: #42C8CD;
}

.domain-slider-bg del {
	color: #000;
}

.domain-slider-bg ul {
	padding-left: 20px;
}

.domain-slider-bg li {
	list-style: disc;
	font-size: 15px;
	font-family: var(--second-font);
}

.domain-slider .owl-dots button {
	background-color: #000 !important;
}

.logos ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.logos li {
	width: 50px;
	margin: 0px 2px;
	border: 2px solid #ccc;
	border-radius: 3px;
}

.logos li img {
	width: 100%;
}

@media(max-width:480px) {
	.domain-purchase-des {
		margin-top: 0;
	}
}


.cart_heading {
    padding-top: 10px;
}

.cart_heading span a {
    color: #000;
    font-family: var(--second-font);

}
.cart_heading h1 {
    font-size: 39px;
    color: #000;
    margin-top: 6px;
}

@media (max-width: 991px) {
  .home1 {
    padding-top: 0px !important;
	padding-bottom: 30px !important;
  }
}
@media (max-width: 767px) {
  .home1 {
    padding-top: 0px !important;
	padding-bottom: 30px !important;
  }
}