.site-content{
	padding-top:30px;
}
.checked-form .btn {
    margin:0;
	padding: 0px 40px 0px 40px;
    font-size: 20px;
    cursor: pointer;
    white-space: nowrap;
    font-weight: bold;
    color: #fff;
	position: absolute;
    right: 15px;
	height: 70px;
	text-transform: initial;
	border-radius: 0px 4px 4px 0px!important;
    -webkit-border-radius: 0px 4px 4px 0px!important;
    -moz-border-radius: 0px 4px 4px 0px!important;
    box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
}
.checked-form button:hover {
    color: #fff;
}
.checked-form button:after {
    position: relative;
	top: 2px;
    font-family: 'icomoon';
    content: "\f002";
    font-size: 22px;
    pointer-events: none;
    color: #fff;
}
.checked-form .txt-domain{
	width: 100%;
    height: 70px;
	margin: 0;
    padding: 15px;
    font-size: 22px;
	border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	border: none;
    box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
}

.domain-checked {
	margin-bottom: 40px;
    border-bottom: 4px solid #e0e0e0;
    padding-bottom: 40px;
}
.domain-checked form{
	margin-bottom: 0px;
}

.txt-domain:focus-visible {
    border: 0px;
	outline: 0px;
    outline-offset: 0px;
}

h2.domain_result{
    padding:0px;
    font-size:20px;
    margin-top:15px;
    margin-bottom:0px;
}
.result_domain{
    padding:15px 0px;
}

.domain_item{
    width:100%;
    height:48px;
	font-weight:normal;
	line-height: 48px;
    padding:0px 10px;
    background-color: #ffffff;
    margin-bottom: 1px;
    border-radius:0px;
	cursor:pointer;
}

.domain_item:nth-child(2n+1){
    background-color: #f4f4f4;
}

.domain_item .prices{ }

.domain_item .price{
    float: right;
    padding-right: 15px;
    font-weight: bold;
	color:#37c6f5;
	line-height: inherit;
}

.domain_item .price-old{
    float:right;
	text-decoration: line-through;
    color: #333!important;
    margin-right: 0.6em!important;
}

.domain_item .button{
    float:right;
	margin: 7px 0;
	padding: 0px 10px;
	width:104px;
	height: 34px;
    background: #2a363f none repeat scroll 0 0;
	text-align:center;
    font-size:12px;
    font-weight:normal;
    border-radius: 3px;
	line-height: 34px;
    color: #fff;
}
.domain_item .button span{
    display: inline;
    text-transform: initial;
}
.domain_item .button span[class^=icon-]{
    color:#37c6f5;
	font-size: 16px;
}

.domain_item .button:hover,
.domain_item .button.selected{
    background: #37c6f5 none repeat scroll 0 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.domain_item .button.selected span[class^=icon-],
.domain_item .button:hover span[class^=icon-] {
    color: #fff;
} 
.result_domain .load_more {
	text-align: center;
    height: 50px;
    line-height: 50px;
	cursor: pointer;
}
.result_domain .load_more button {
    padding: 0;
    background: none;
    border: 0 none;
	text-transform: initial;
    font-size: 16px;
    line-height: 100%;
    color: #323232;
}
.result_domain .load_more button i {
    font-size: 14px;
    margin-right: 8px;
}
#domain-cart .domain input,
.domain_item input {
    display: none!important;
}
.domain_item .refresh {
	float: right;
}
.domain_item .refresh span[class^=icon-],
.domain_item .input span[class^=icon-]{
	float: left;
    font-size: 20px;
    margin-top: 12px;
	margin-right: 6px;
	color: #0b9504;
}
.domain_item .input span[class=icon-times-circle-o] {color: #e20a16;}
.domain_item .button span[class=icon-fa-check] {color: #fff;}

#confirm-block .confirm {
	margin:0;
	padding: 12px 28px;	
	float:right;
	font-weight: bold;
	line-height: initial;
	text-transform: initial;
}
#confirm-block button i {
	margin-left: 2px;
    line-height: 22px;
	font-weight: 900!important;
}

.cart-search{position:fixed}

.title-cart{
	background-color: #323232;
    margin: 0;
    padding: 19px 24px 19px 24px;
	line-height:32px;
	text-align:center;
    color: #fff;
	font-size: 1.23077rem;
    font-weight: 400;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.title-cart span[class^=icon-]{
	padding-right:5px;
}
.inner-cart{
	background-color: #f5f5f5;
    padding: 16px 0px 26px 0;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.inner-cart .scroll {
    margin-left: 26px;
    margin-right: 10px;
	max-height:268px;
	overflow-x: hidden;
    overflow-y: auto;
    -moz-transition: height .1s ease-in-out;
    -o-transition: height .1s ease-in-out;
    -webkit-transition: height .1s ease-in-out;
    transition: height .1s ease-in-out;
}
.inner-cart ul {
    margin:0px;
	padding-right: 16px;
}
.inner-cart li {
    line-height: 1;
    margin: 0 0 8px;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 0 8px;
}
.inner-cart .domain{
	font-weight: bold;
	height: 24px;
    line-height: 24px;
}
.inner-cart .infos {
	height: 25px;
    line-height: 24px;
}
.inner-cart .infos .price {
    text-align:right;
}
.inner-cart .infos span {
    display: block;
    width: 50%;
    float: left;
    color: #646464;
}
.inner-cart .fix{
	margin-left: 26px;
    margin-right: 26px;
}
.inner-cart .cart-num-domain{
	margin-top:16px;	
}
.inner-cart .total-count {
    
}
.inner-cart .total-count div {
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
	font-weight:bold;
	font-size:110%;
	padding-top:10px;
    padding-bottom: 24px;
    line-height: 100%;
}
.inner-cart .total {
    text-align:right;
}
.inner-cart .empty {
    width:318px;
	height:120px;
	padding: 0;
    margin: 0;
	border: none;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.inner-cart .item .remove{
	float: right;
    cursor: pointer;
    width: 24px;
    height: 24px;
    text-align: center;
	display:none;
}
.inner-cart .item:hover .remove{
	display:block;
}

@media only screen and (max-width: 479px){
	.domain_item .input{
		float: left;
		min-width: 70%;
		white-space: nowrap;
		overflow: hidden;
		max-width: calc(100% - 76px);
	}
	.domain_item .button{
		width: 26px;
		padding:0;
		line-height: 44px;
		background: none!important;
		border: none;
	}
	.domain_item .button span{
		display:none;	
	}
	.domain_item .button span[class^=icon-]{
		font-size:20px;
		display:block;
		margin-top: 5px;
	}
	.domain_item .button span[class=icon-checkmark1]{color: #37c6f5;}
	.inner-cart .item .remove {
		display: block;
	}
}
@media only screen and (max-width: 639px)
{
	h2.domain_check{font-size: 24px;}
	.checked-form button.btn-submit{ padding: 0px; height: 50px;min-width: 68px; }
	.checked-form .txt-domain{ height: 50px; font-size: 14px; }
	.checked-form button.btn span{ display:none; }
	.checked-form button.btn span[class^=icon-] {display: block;}
	.domain_item{
		height: 74px;
	}
	.domain_item .input{
		float: left;
        position: absolute;
	}
	.domain_item .prices {
		line-height: 18px;
		padding-left: 30px;
		position: absolute;
	    margin-top: 44px;
	}
	.inner-cart .item .remove {
		display: block;
	}
}

@media only screen and (min-width: 99px) and (max-width: 999px){
	#domain-cart{position:initial!important;}
	.domain-cart{
		margin-top:20px;
	}
}

@media only screen and (min-width: 999px)
{
	.domain-cart{
		width:312px;
	}
}
@media only screen and (min-width: 1170px){
	.domain-cart{
		width:370px;
	}
}
