.domain-shop {
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin: 1em 0;
}

.domain-shop .search {
    display: flex;
    flex-wrap: wrap;
}

.domain-shop .search .message {
    flex: 1;
}

.domain-shop input[type="text"],
.domain-shop button {
    padding: 1em;
}

.domain-shop input[type="text"] {
    flex: 1;
}

.domain-shop .icon-circle-notch {
    color: #0C71C3;
}

.domain-shop input[type="checkbox"] + label,
.domain-shop button {
    cursor: pointer;
}

.domain-shop input[type="checkbox"] + label:before {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
    border: 2px solid;
    border-radius: 3px;
    font-family: fontello;
    line-height: 1rem;
    text-align: center;
    opacity: .65;
}

.domain-shop input[type="checkbox"] + label:hover:before {
    opacity: 1;
}

.domain-shop input[type="checkbox"] {
    display: none;
}

.domain-shop input[type="checkbox"]:checked + label.available:before {
    content: '\E812';
    color: green;
}

.domain-shop input[type="checkbox"] + label.unavailable:before {
    color: red;
    content: '\E806';
}

#domain-results,
div.separator {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}

hr.separator,
div.separator {
    width: 100%;
    margin-top: 1em;
}

hr.separator {
    margin-top: 1.5em;
}

div.separator {
    align-items: center;
    gap: 1em;
}

div.separator hr {
    flex: 1;
    height: 1px;
}

hr.separator,
div.separator hr {
    color: #fafafa;
}

#domain-shop-shortcode {
    text-align: center;
    color: #fff;
}

#domain-shop-shortcode .domain-shop {
    align-items: center;
    margin: 0;
    padding: 1em;
}

#domain-shop-shortcode .search {
    width: 100%;
    justify-content: center;
    flex-wrap: nowrap;
}

#domain-shop-shortcode .domain-shop input[type="text"] {
    flex: 0 1 480px;
}

#domain-shop-shortcode .domain-shop input[type="text"],
#domain-shop-shortcode .domain-shop #check-domain,
#domain-shop-shortcode .domain-shop #add-domain-cart {
    border-radius: 2em 0 0 2em;
    font-size: 18px;
    text-align: center;
    border: 2px solid white;
    white-space: nowrap;
}

#domain-shop-shortcode .domain-shop #check-domain,
#domain-shop-shortcode .domain-shop #add-domain-cart {
    border-radius: 0 2em 2em 0;
    background-color: #109af2;
    color: #fff;
    display: flex;
    gap: 1em;
}

#domain-shop-shortcode .domain-shop #add-domain-cart {
    flex: 0 1 auto;
    border-radius: 2em;
    justify-content: center;
}

#domain-shop-shortcode .domain-shop #check-domain::after {
    color: #FFFFFF;
    font-family: ETmodules;
    content: 'U';
}

#domain-shop-shortcode .domain-shop .search .message {
    flex: 0 0 100%;
}

#domain-shop-shortcode #domain-results {
    justify-content: center;
    font-size: 1rem;
}

#domain-shop-shortcode #domain-results .price {
    color: #109af2;
    font-weight: bold;
}

#domain-shop-shortcode .domain-shop input[type="checkbox"] + label::before {
    opacity: 1;
}

#domain-shop-shortcode .domain-shop .icon-circle-notch {
    color: #109af2;
}

#domain-shop-shortcode #add-domain-cart[disabled] {
    display: none;
}

#domain-shop-shortcode a {
    color: #fff;
    text-decoration: underline;
}

#domain-shop-shortcode a:hover {
    text-decoration: none;
}

#domain-shop-shortcode .message .checkmark::after {
    color: #FFFFFF;
    font-family: ETmodules;
    content: 'N';
}