/*

	Rename this file to custom.css to start using it. This CSS file will automatically be loaded by the template and will allow you to override any CSS.
	
	Learn more about customizing CSS: https://www.zomex.com/docs/html-templates/how-to-add-custom-css/	
	
*/
ol {
    padding-left: revert;
}
ol li {
    list-style: decimal;
}

.form{
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
}

.form input{
	padding: 10px 20px;
    border: var(--color-box-background-border) 1px solid;
    border-radius: var(--border-radius);
    background: rgb(40 109 200 / 16%);
}

.form label{
	
}
.cd-top {
    border-radius: 50%;
    width: 50px;
    bottom: 16px;
    height: 50px;
}
.form button{
	border-radius: var(--border-radius);
    text-transform: uppercase;
    cursor: pointer;
    font-size: 1.2em;
	padding:10px 20px;
}

/* Banner */

.banner {
    background-color: #001438;
}

.banner .banner-price {
    border: 0;
    background: linear-gradient(var(--gradient-degrees), var(--color-primary-active-background-shadow) 0, var(--color-primary-active-background) 100%);
}

.banner .banner-price .banner-price-before {
    border-right: rgba(255,255,255,0.3) 1px solid;
}

/* breadcrumb */

.breadcrumb {
    background-color: #001438;
    overflow: hidden;
    position: relative;
}

.breadcrumb .breadcrumb-columns {
	display: flex;
	padding: 25px 0;
    flex-direction: column;
}

.breadcrumb .breadcrumb-heading {
	color: var(--color-white);
	font-size: 2em;
	line-height: 1.2em;
	margin: 0 0 10px 0;
	font-family: var(--font-heading);
	font-weight: bold;
}

.breadcrumb .breadcrumb-description {
	color: var(--color-white);
	line-height: 1.2em;
	margin: 10px 0 10px 0;
	font-family: var(--font-heading);
	font-size: 1.2em;
}

.breadcrumb .breadcrumb-crumbs {
	font-size: 1em;
	line-height: 1.3em;
    margin: 0;
	list-style: none;
}

.breadcrumb .breadcrumb-crumbs li{
	display: inline;
}

.breadcrumb .breadcrumb-crumbs li+li:before {
  padding: 8px;
  color: #fff;
  content: "/\00a0";
}

.breadcrumb .breadcrumb-crumbs a{
	color: var(--color-white) !important;
	text-decoration:none;
}
.breadcrumb .contentcontainer {
    overflow: hidden;
    position: relative;
}

.breadcrumb::before{
	background-image: url(https://site.wned.nl/wp-content/uploads/2021/12/wned_logo-1.svg);
    background-position: 90% 50%;
    background-repeat: no-repeat;
    background-size: 40% auto;
    opacity: 0.3;
	content:"";
    transition: background 0.6s, border-radius 0.3s, opacity 0.6s;
	    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}


/* MENU */
	.navmain > ul > li > a {
		height: 36px;
		min-width: 64px;
		padding: 0 16px;
		will-change: box-shadow;
		font-size: .875rem;
		color: #fff;
		margin-right: 4px !important;
		margin-left: 4px !important;
		-webkit-box-align: center;
		align-items: center;
		border-radius: 4px;
		display: inline-flex;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		font-weight: 500;
		letter-spacing: .0892857143em;
		-webkit-box-pack: center;
		justify-content: center;
		outline: 0;
		position: relative;
		text-decoration: none;
		text-indent: 0.0892857143em;
		text-transform: uppercase;
		-webkit-transition-duration: .28s;
		transition-duration: .28s;
		-webkit-transition-property: box-shadow, opacity, -webkit-transform;
		transition-property: box-shadow, opacity, -webkit-transform;
		transition-property: box-shadow, transform, opacity;
		transition-property: box-shadow, transform, opacity, -webkit-transform;
		-webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
		transition-timing-function: cubic-bezier(.4,0,.2,1);
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background-color: transparent;
		vertical-align: middle;
		white-space: nowrap;
	}
	.navmain .navmain-dropdown:hover a, .navmain .navmain-dropdown a:hover, .navmain .navmain-dropdown.navmain-active a:hover,
	.navmain > ul > li:hover a, .navmain > ul > li > a:hover, .navmain  > ul > li.navmain-active > a:hover {
		background-color: #469dea;
		border-radius: 4px;
		-webkit-transition: opacity .2s cubic-bezier(.4,0,.6,1);
		transition: opacity .2s cubic-bezier(.4,0,.6,1);
	}
	
	.domain_tbody_popular,
	.domain_tbody_other{
		display:flex;
		flex-direction: column;
	}
	
	.domain_tbody_popular tr,
	.domain_tbody_other tr{
		border-radius: 4px;
		position: static;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		-webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
		box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
		margin: 1px;
		margin-bottom: 10px;
		/* display: flex; */
		/* flex-direction: row; */
		/* justify-content: space-between; */
		padding: 10px;
	}
	.w_result table th,
	.w_result table td {
		padding: 0 10px !important;
		border: none !important;
	}
	.domain_tbody_popular td,
	.domain_tbody_other td{
		float:left;
	}
	.domain_tbody_popular td.align_right,
	.domain_tbody_other td.align_right,
	.domain_tbody_popular td.domain_td_order,
	.domain_tbody_other td.domain_td_order{
		float:right;
	}
	
	.w_result .domain_error {
		margin: 0;
		background: #666 !important;
		color:#fff;
		padding: 5px 10px;
	}
	
.order_link,
.remove_link{
	color: #ffffff !important;
    border: solid 0px var(--color-primary-active-background-border) !important;
    background: var(--color-primary-active-background-border) !important;
    background: linear-gradient(var(--gradient-degrees), var(--color-primary-active-background-border) 0, var(--color-primary-active-background-border) 100%) !important;
    border-radius: var(--border-radius);
    text-transform: capitalize;
	padding: 5px;
    text-decoration: none !important;
	min-width: 120px;
    display: block;
    text-align: center;
	padding: 0 10px;
}

.remove_link{
    background: #e94d1c !important;
}

.order_link.domain_available{
    background: #00b900 !important;
}

/* Shortcode Domain Pricelist*/
	.hhf_domains_pricelist{
		list-style: none;
		padding: 0;
		margin: 0;
		width: 100%;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.hhf_domains_pricelist .item{
		border-radius: 4px;
		position: static;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: calc(25% - 10px);
		-webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
		box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
		margin: 5px;
		height: 55px;
	}

	.hhf_domains_pricelist .item span{
		display: flex;
		line-height: 53px;
		background-color: #fff;
		padding: 0 20px;
		position: relative;
		border: 1px solid transparent;
		justify-content: space-between;
	}

	.hhf_domains_pricelist .item span small{
		color: #bfbfbf;
		font-size: 0.91em;
	}

	@media screen and (max-width: 1200px){
		.hhf_domains_pricelist .item{
			width: calc(33.3333333% - 2px);
		}
	}

	@media screen and (max-width: 992px){
		.hhf_domains_pricelist .item{
			width: calc(50% - 2px);
		}
	}

	@media screen and (max-width: 580px){
		.hhf_domains_pricelist .item{
			width: calc(100% - 2px);
		}
	}

/* Storage */

.product-boxes1 .product-boxes1-box .product-boxes1-pricedata{
	display:flex;
}

.product-boxes1 .product-boxes1-box .product-boxes1-storage {
	width: 100%;
	padding: 20px var(--spacing-inner);	
	text-align: left;
	white-space: nowrap;
	color: var(--color-box-footer-foreground);
	font-weight: bold;
	font-size: 2em;			
}

.product-boxes1 .product-boxes1-box .product-boxes1-storage .product-boxes1-storage-free {
	text-transform: uppercase;
}

.product-boxes1 .product-boxes1-box .product-boxes1-storage .product-boxes1-storage-storage,
.product-boxes1 .product-boxes1-box .product-boxes1-storage .product-boxes1-storage-term {
	display: inline;
}

.product-boxes1 .product-boxes1-box .product-boxes1-storage .product-boxes1-storage-term {
	padding-left: 10px;
	font-weight: normal;
	font-size: 0.6em;	
    display: inline;
}

.product-boxes1 .product-boxes1-box .product-boxes1-storage .product-boxes1-storage-storage {
    display: inline;
}

.product-boxes1 .product-boxes1-box .product-boxes1-head {
    display: flex;
    justify-content: space-between;
}

.product-boxes1 .product-boxes1-box .product-boxes1-head .tick_button {
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 1.9em;
}