/* front page */

a{
	color: #1A1C26;
	text-decoration: none !important;
}

.announcement-single .label-default{
	margin-right: 10px;
}

.primary-bg-color{
	background: #ffffff;
}

.navbar.de-custom{
	float: none;
	padding: 0;
	margin: 0;
}

#mainmenu .dropdown-divider{
	display: none;
}

header{
	top: 0;
}

/* header mobile */
header.header-mobile,
.announcement-single .label-default{
	background:linear-gradient(to right, var(--primary-color-1), var(--primary-color-2));
}
header.header-mobile #mainmenu li a{
	color: #ffffff;
}
header.header-mobile #mainmenu li{
	border-bottom-color: rgba(255, 255, 255, .2);
}
header.header-mobile #mainmenu li ul li a{
	border: none;
}
header.header-mobile .dropdown-divider{
	display: none;
}
header.header-mobile #mainmenu>li>span{
	background: url(../images/ui/arrow-down-light.png) center no-repeat;
}
header.header-mobile #mainmenu li span.active{
	background: url(../images/ui/arrow-up-light.png) center no-repeat;
}

.w-form-rounded .input-group-lg>.custom-select, .w-form-rounded .input-group-lg>.form-control:not(textarea){
	font-size: 17px;
	border-radius: 30px 0 0 30px;
	-moz-border-radius: 30px 0 0 30px;
	-webkit-border-radius: 30px 0 0 30px;
}
.w-form-rounded input.btn-custom{
	border-radius: 0 30px 30px 0;
	-moz-border-radius: 0 30px 30px 0;
	-webkit-border-radius: 0 30px 30px 0;
}
#default-captcha-domainchecker #inputCaptcha{
	font-size: 15px;
	padding: 0 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 30px;
	margin-top: 3px;
}

#languageChooserContent{
	display: none;
	background: rgba(0, 0, 0, .8);
	position: absolute;
	top: 33px;
	margin-left: -15px;
	z-index: 10000;
	position: fixed;
	width: calc(100% + 30px);
	height: 100%;
	left: 0;

}
#languageChooserContent.show{
	display: block;
	padding-top: 60px;
}
#languageChooserContent ul{
	width: 330px;
	margin: 0 auto;
	padding: 0;
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
#languageChooserContent li{
	margin: 0;
	padding: 0;
	list-style: none;
}
#languageChooserContent li a{
	color: #ffffff;
	text-decoration: none;
}

#mainmenu a{
	padding: 18px 8px;
}

#order-standard_cart .products .product header,
#order-standard_cart .products .product footer,
#order-standard_cart .products .product div.product-desc{
	position: static;
	z-index: 0;
	margin: 0;
	float: none !important;
	width: 100% !important;
	background: none;
}

#order-standard_cart .products .product header,
#order-standard_cart .products .product footer{
	background:linear-gradient(to right, var(--primary-color-1), var(--primary-color-2)) !important;
}

#order-standard_cart .products .product footer{
	font-size: 16px !important;
	padding: 30px 0 20px 0;
	margin: 0 !important;
}

#order-standard_cart .products .product div.product-pricing span.price{
	display: block;
	font-size: 40px !important;
}

#order-standard_cart .products .product header span{
	color: #ffffff !important;
	font-size: 22px !important;
	display: block;
	padding: 10px 0;
	font-weight: bold;
}

#order-standard_cart .products .product div.product-desc{
	padding: 0 !important;
}

#order-standard_cart ul{
	margin: 0;
	padding: 0;
}
#order-standard_cart ul li{
	list-style: none;
	font-size: 16px;
	padding: 8px 30px;
	text-align: left;
	margin: 0;
}

#order-standard_cart br{
	display: none;
}

#order-standard_cart ul li i{
	margin-right: 10px;
}

#order-standard_cart .product .price{
	color: #ffffff;
}

.list-group-item.active,
.sidebar .list-group-item.active, .sidebar .list-group-item.active:focus, .sidebar .list-group-item.active:hover{
	background:linear-gradient(to right, var(--secondary-color-1), var(--secondary-color-2));
}

.sidebar .list-group-item.active, .sidebar .list-group-item.active:focus, .sidebar .list-group-item.active:hover{
	border: none;
}

.tiles {
	background:linear-gradient(to right, var(--primary-color-1), var(--primary-color-2));
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	overflow: hidden;
}
.tiles .tile{
	color: #ffffff;
	background:none;
}
.tiles .tile .title{
	color: #ffffff;
}
.tiles .tile i{
	color: rgba(255, 255, 255, .2) !important;
}
.tiles .tile .highlight{
	background:linear-gradient(to right, var(--secondary-color-1), var(--secondary-color-2));
}
.tiles .tile:hover{
	background:linear-gradient(to right, var(--secondary-color-1), var(--secondary-color-2));
}
.tiles .tile:hover .highlight{
	background:linear-gradient(to right, var(--primary-color-1), var(--primary-color-2));
}

.topbar-widget i{
	margin: 0;
}
.topbar-widget .btn{
	padding: 0;
	line-height: 0;
}
.topbar-widget i{
	margin-top: 7px;
	padding-right: 10px;
}

#subheader{
	margin-bottom: 20px;
}

.w-active-client{
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}
