.lang-link
{
	padding: 27px 30px 27px 30px;

}
.lang-link a
{
	font-size: 17px;
	font-weight: 700;
	color: #333333;
}
.lang-link a.active {
	color: white;
}
.widget_recent_entries .post-date a
{
	font-size: 17px;
	font-weight: 700;
}
.widget_recent_entries .post-date
{
	margin-bottom: 5px;
}
.cookies-display
{
	position: fixed;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	color: white;
	font-weight: bold;
	padding: 10px 10px 5px 10px;
	z-index: 1000;
}
.cookies-display #cookies_policy
{
    font-weight: bold;
    padding: 9px 10px;
    min-width: 125px;
    color: #ff7300;
    background-color: white;
    border: 2px solid #ff7300;
}
.cookies-display-a{
    color: #ff7300;
}
#cookies-display .info_row
{
    border-bottom: solid 3px #ff7300;
    margin-bottom: 5px;
}
#cookies-display .settings_row p.checkbox_info
{
    margin-bottom: 0px;
}
#cookies-display #cookies_policy
{
    margin-bottom: 5px;
    margin-top: 5px;
}
#cookies-display .col_box
{
    margin: 5px 0px;
}
#cookies-display .settings_row input[type=checkbox] {
    position: relative;
    top: 2px;
    margin-right: 0px;
    margin-left: 0;
    visibility: unset;
}
#contact-form input[type=checkbox], #ContactModal input[type=checkbox]
{
	margin-right: 5px;
	visibility: visible;
}
.child-has-open::after {
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	right: 10px;
}

.child-has-close::after {
	content: "\f104";
	font-family: FontAwesome;
	position: absolute;
	right: 10px;
}
.nav-tree .child-has-open, .nav-tree .child-has-close
{
	width: 100%;
	cursor: pointer;
}
.storefront-sorting .showcount
{
	padding: 10px 5px;
}
.product_item .list_view_title
{
	margin-top: 20px;
}
.product_item .list_view_title
{
	margin-top: 20px;
}
.categoryFooter .pagination li a
{
	cursor: pointer;
}
#comments .comment-body .media-left
{
	vertical-align: middle;
}
#comments .comment-body .media-left i
{
	font-size: 70px;
}
#comments .comment-body
{
	border-bottom: 2px solid #ff7300;
}
.rating-here .rating-symbol .rating-symbol-background:before,.rating-here .rating-symbol .rating-symbol-foreground span:before
{
	color: #ff7300;
}
.cs input[type="text"], .cs input[type="email"], .cs input[type="url"], .cs input[type="password"], .cs input[type="search"], .cs input[type="tel"], .cs textarea, .cs select, .cs .form-control
{
	color: #4B4B4D;
}
.cs input[type="text"]::placeholder, .cs input[type="email"]::placeholder, .cs input[type="url"]::placeholder, .cs input[type="password"]::placeholder, .cs input[type="search"]::placeholder, .cs input[type="tel"]::placeholder, .cs textarea::placeholder, .cs select::placeholder, .cs .form-control::placeholder
{
	color: #adadad;
}
.newproduct
{
	background-color: #ff7300!important;
}
.teaser_content .teaser p
{
	color: rgba(48, 48, 48, 0.8);
}