#navbar-main {
	margin-bottom:0px;
}

#navbar-main-container {
	padding-top:0px;
}



#searchSubmitBtn:focus,#searchSubmitBtn:hover,#searchSubmitBtn:active {
	box-shadow: 0 0 5px #73A830;
    -webkit-box-shadow: 0 0 5px #73A830;
    -moz-box-shadow: 0 0 5px #73A830;
    border: 1px solid #73A830;
}

/* navbar */
.navbar {
	height: auto;
	min-height:auto;
	
}



.navbar-default {
    background-color: #4d4d4d;
    border-color: #E7E7E7;
    border:0px;
    margin-right:auto;
    margin-left:auto;
    border-radius: 0px;
    margin-bottom: 0px;
	height: auto;
}

.navbar-fixed-top {
    margin-right:auto;
    margin-left:auto;
    border-radius: 0px;
    padding-right:15px;

}

.navbar-toggle {
  /*background-color: #910782;*/
  transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-webkit-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
}


/* title */
.navbar-default .navbar-home {
	float:left;
	display:block;
	padding-right:10px;
	font-size:18px;
}

.navbar-default .navbar-home > a, .navbar-default .navbar-home > a:visited, .navbar-default .navbar-home > a:link {
	display:block;
	color: #FFFFFF;
}

.navbar-default .navbar-home > a:hover, .navbar-default .navbar-home > a:active {
	display:block;
	color: red;
}

.navbar-default .navbar-brand {
    color: #F2F1ED;
	float: left;
	padding-top: 0px;
    padding-right: 0px;
    line-height: 20px;
	height:auto;
	margin-left: 0px;
	display:block;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
     margin-left: 0px; 
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #FFFFFF;
}
/* link */

.navbar-default .navbar-nav > li {
  float:none;
  display:inline-block
}

.navbar-default .navbar-nav > li > a {
    color: #F2F1ED; 
	text-transform: uppercase;
    border-bottom:1px solid #06761A;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #FFFFFF;
    
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #FFFFFF;
    background-color: #910782;
    border-bottom:1px solid #910782;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #FFFFFF;
    background-color: #910782;
    border-bottom:1px solid #910782;
}

.navbar-default .navbar-nav > li > a > span.nav-inline-title {
    margin-left:5px; 
    
}

.langs  {
	margin:0;
	padding:4px;
	float:right;
}

.langs > li {
	display: inline-block;
}
.langs > li a,.langs > li a:hover,.langs > li a:visited,.langs > li a:active {
	 transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-webkit-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
	color:#FFFFFF;
}


.d-flex {
	display: flex;
}

.flex-end {
	justify-content: flex-end;
}

.flex-gap {
	justify-content: space-between;
}

.align-content-end {
	align-items: flex-end;
}



.language-picker {
    position: relative;
    display: inline-block;
	margin-bottom: 15px;
  	margin-top: 4px;
}

.lang-btn {
    background-color: unset !important;
    cursor: pointer;
    padding: 5px;
	border: none !important;
}

.lang-btn img {
    width: 30px;
    height: 20px;
}

.lang-dropdown {
    position: absolute;
    top: 20px;
    left: 0;
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 0;
    display: none; /* Hidden initially */
    list-style: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    animation: slideDown 0.3s ease-in-out;
}

.lang-dropdown li {
    padding: 5px 10px;
    text-align: center;
}

.lang-dropdown li a {
    display: block;
    text-decoration: none;
}

.lang-dropdown li img {
    width: 30px;
    height: 20px;
}

.lang-dropdown.show {
    display: block;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.search-container {
    display: flex;
    align-items: center;
    position: relative;
}

#fs_input {
    width: 0;
    padding: 0;
    border: none;
    transition: width 0.3s ease-in-out, padding 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.search-container:hover #fs_input,
#fs_input:focus {
    width: 150px; /* Adjust size as needed */
    padding: 5px 10px;
    border: 1px solid #ccc;
    opacity: 1;
    visibility: visible;
}






#sc_header_link {
	padding-right:10px;
	padding-left:10px;
	font-size: 20px;
}



#navbarright li a {padding-right:0;}

/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a .caret, 
.navbar-default .navbar-nav > .open > a:hover .caret, 
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}
/* mobile version */
.navbar-default .navbar-toggle {
    /*border-color: #910782;*/

}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #910782;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #CCC;
}
@media (max-width: 767px) {

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #ffffff;
    }
    
    .navbar-fixed-top .navbar-collapse {
    min-height: 460px;
    
}
      .navbar-fixed-top {
        padding-right: 0px;
      }

.navbar-right {
  margin-right:0px;
}


    
    
}

/* link */
.navbar-default .navbar-nav-new  {
    margin: 0;
    padding: 0;
}
	
.navbar-default .navbar-nav-new > li > a {
    color: #F2F1ED; 
    border-bottom:0px solid #06761A;
}

.navbar-default .lang-bar {
	border:1px solid red;
	float:left;
	margin-top:0px;
	margin-bottom:0px;
	white-space: normal;
	vertical-align: middle;
}
.navbar-default ul.header-nav {
	padding-top:0px;
}

.navbar-default .header-nav > li > a {
    color: #F2F1ED;
	text-transform: uppercase;
	  transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-webkit-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s	
}
.navbar-default .header-nav > li > a:hover,
.navbar-default .header-nav > li > a:focus,
.navbar-default .header-nav > li > a:active,
.navbar-default .header-nav > li > a.active {
    color: #FE980F;
	text-decoration:none;
}

.navbar-default ul.header-nav .home-anchor > a {
	display:block;
	
	color:white;
}


.navbar-default .lang-bar .btn {
     padding: 0px 0px; 
}



	/*Remove rounded coners*/

	nav.sidebar.navbar {
		border-radius: 4px;
	}

	nav.sidebar{
		-webkit-transition: margin 200ms ease-out;
	    -moz-transition: margin 200ms ease-out;
	    -o-transition: margin 200ms ease-out;
	    transition: margin 200ms ease-out;
	}


	/* .....NavBar: Icon only with coloring/layout.....*/
	.navbar-inverse {
		background-color: #FFFFFF;
		border: 0px solid red;
		
	}
	
	.navbar-inverse .navbar-nav>li>a {
		color: #000000;
		background-color: #FFFFFF;
		border-bottom: 1px solid #e5e5e5;
		border-right: 1px solid #e5e5e5;
		border-left: 1px solid #e5e5e5;
		transition: all 0.4s ease 0s;
		-moz-transition: all 0.4s ease 0s;
		-webkit-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
	}
	
	.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
		color: #06761A;
		/*background-color: transparent;*/
		background-color: #e8e8e8;
	}
	


	.navbar-inverse .navbar-brand {
		color: #fff;
		transition: all 0.4s ease 0s;
		-moz-transition: all 0.4s ease 0s;
		-webkit-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
	}
		.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
		color: #fff;
		background-color: transparent;
	}
	
	.navbar-inverse .navbar-toggle {
		border-color: #e4f8ee;
		transition: all 0.4s ease 0s;
		-moz-transition: all 0.4s ease 0s;
		-webkit-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
	}
	
	.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
		background-color: #000000;
	}
	
	.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #06761A;
		/*background-color: transparent;*/
		background-color: #e8e8e8;
}

/* .navbar-nav > li > a { padding-top: 5px !important; padding-bottom: 5px !important; } */
.navbar { min-height: 32px !important; }
.navbar-brand { padding-top: 5px; padding-bottom: 10px; padding-left: 10px; }

/* lg */ 
@media (min-width: 1200px) {
		.container-fluid>.navbar-header, .container>.navbar-header {
			background-color:#06761A;
			border-top-left-radius: 4px;
			border-top-right-radius: 4px;
		}

		/*Center Brand*/
		nav.sidebar.navbar.sidebar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
			margin-left: 0px;
			color:#FFFFFF;
			font-weight:bold;
			
		}
		/*Center Brand*/
		nav.sidebar .navbar-brand, nav.sidebar .navbar-header{
			text-align: center;
			width: 100%;
			margin-left: 0px;
		}

		/*Center Icons*/
		nav.sidebar a{
			padding-right: 13px;
		}

		/*adds border top to first nav box */
		nav.sidebar .navbar-nav > li:first-child{
			border-top: 1px #e5e5e5 orange;
		}

		/*adds border to bottom nav boxes*/
		nav.sidebar .navbar-nav > li{
			border-bottom: 0px #e5e5e5 solid;
		}
		
		

		/* Colors/style dropdown box*/
		nav.sidebar .navbar-nav .open .dropdown-menu {
			position: static;
			float: none;
			width: auto;
			margin-top: 0;
			background-color: transparent;
			border: 0;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

		/*allows nav box to use 100% width*/
		nav.sidebar .navbar-collapse, nav.sidebar .container-fluid{
			padding-top:0px;
			padding-right:0px;
			padding-left:0px;
			padding-bottom:0px;
			border:0px solid red;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

		/*colors dropdown box text */
		.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
			color: #777;
		}

		/*gives sidebar width/height*/
		nav.sidebar{
			width: 100%;
			height: 100%;
			margin-left: -160px;
			float: left;
			/*z-index: 8000;*/
			margin-bottom: 0px;
		}

		/*give sidebar 100% width;*/
		nav.sidebar li {
			width: 100%;
		}

		/* Move nav to full on mouse over*/
		nav.sidebar:hover{
			margin-left: 0px;
		}
		/*for hiden things when navbar hidden*/
		.forAnimate{
			opacity: 0;
		}
		
		/*Show all nav*/
		nav.sidebar{
			margin-left: 0px;
			float: left;
		}
		/*Show hidden items on nav*/
		nav.sidebar .forAnimate{
			opacity: 1;
		}
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {  
		.container-fluid>.navbar-header, .container>.navbar-header {
			background-color:#06761A;
			border-top-left-radius: 4px;
			border-top-right-radius: 4px;
		}

		/*Center Brand*/
		nav.sidebar.navbar.sidebar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
			margin-left: 0px;
			color:#FFFFFF;
			font-weight:bold;
			
		}
		/*Center Brand*/
		nav.sidebar .navbar-brand, nav.sidebar .navbar-header{
			text-align: center;
			width: 100%;
			margin-left: 0px;
		}

		/*Center Icons*/
		nav.sidebar a{
			padding-right: 13px;
		}

		/*adds border top to first nav box */
		nav.sidebar .navbar-nav > li:first-child{
			border-top: 1px #e5e5e5 orange;
		}

		/*adds border to bottom nav boxes*/
		nav.sidebar .navbar-nav > li{
			border-bottom: 0px #e5e5e5 solid;
		}
		
		

		/* Colors/style dropdown box*/
		nav.sidebar .navbar-nav .open .dropdown-menu {
			position: static;
			float: none;
			width: auto;
			margin-top: 0;
			background-color: transparent;
			border: 0;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

		/*allows nav box to use 100% width*/
		nav.sidebar .navbar-collapse, nav.sidebar .container-fluid{
			padding-top:0px;
			padding-right:0px;
			padding-left:0px;
			padding-bottom:0px;
			border:0px solid red;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

		/*colors dropdown box text */
		.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
			color: #777;
		}

		/*gives sidebar width/height*/
		nav.sidebar{
			width: 100%;
			height: 100%;
			margin-left: -160px;
			float: left;
			/*z-index: 8000;*/
			margin-bottom: 0px;
		}

		/*give sidebar 100% width;*/
		nav.sidebar li {
			width: 100%;
		}

		/* Move nav to full on mouse over*/
		nav.sidebar:hover{
			margin-left: 0px;
		}
		/*for hiden things when navbar hidden*/
		.forAnimate{
			opacity: 0;
		}
		
		/*Show all nav*/
		nav.sidebar{
			margin-left: 0px;
			float: left;
		}
		/*Show hidden items on nav*/
		nav.sidebar .forAnimate{
			opacity: 1;
		}
}

/* sm */

@media (min-width: 768px) and (max-width: 991px) { 
	.container-fluid>.navbar-header, .container>.navbar-header {
			background-color:#06761A;
			border-top-left-radius: 4px;
			border-top-right-radius: 4px;
		}

		/*Center Brand*/
		nav.sidebar.navbar.sidebar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
			margin-left: 0px;
			color:#FFFFFF;
			font-weight:bold;
			
		}
		/*Center Brand*/
		nav.sidebar .navbar-brand, nav.sidebar .navbar-header{
			text-align: center;
			width: 100%;
			margin-left: 0px;
		}

		/*Center Icons*/
		nav.sidebar a{
			padding-right: 13px;
		}

		/*adds border top to first nav box */
		nav.sidebar .navbar-nav > li:first-child{
			border-top: 1px #e5e5e5 orange;
		}

		/*adds border to bottom nav boxes*/
		nav.sidebar .navbar-nav > li{
			border-bottom: 0px #e5e5e5 solid;
		}
		
		

		/* Colors/style dropdown box*/
		nav.sidebar .navbar-nav .open .dropdown-menu {
			position: static;
			float: none;
			width: auto;
			margin-top: 0;
			background-color: transparent;
			border: 0;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

		/*allows nav box to use 100% width*/
		nav.sidebar .navbar-collapse, nav.sidebar .container-fluid{
			padding-top:0px;
			padding-right:0px;
			padding-left:0px;
			padding-bottom:0px;
			border:0px solid red;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

		/*colors dropdown box text */
		.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
			color: #777;
		}

		/*gives sidebar width/height*/
		nav.sidebar{
			width: 100%;
			height: 100%;
			margin-left: -160px;
			float: left;
			/*z-index: 8000;*/
			margin-bottom: 0px;
		}

		/*give sidebar 100% width;*/
		nav.sidebar li {
			width: 100%;
		}

		/* Move nav to full on mouse over*/
		nav.sidebar:hover{
			margin-left: 0px;
		}
		/*for hiden things when navbar hidden*/
		.forAnimate{
			opacity: 0;
		}
		
		/*Show all nav*/
		nav.sidebar{
			margin-left: 0px;
			float: left;
		}
		/*Show hidden items on nav*/
		nav.sidebar .forAnimate{
			opacity: 1;
		}
}
@media (min-width: 0px) and (max-width: 768px) {
	
		.container-fluid>.navbar-header, .container>.navbar-header {
			background-color:#06761A;
			border-radius: 2px;
			color:#FFFFFF;
		}
		
		
		.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
			border-top: 0px solid #e5e5e5;
			border-left: 1px solid #e5e5e5;
			border-right:1px solid #e5e5e5;
			border-bottom: 1px solid #e5e5e5;
			background-color:#FFFFFF;
		}
		
			.navbar-inverse .navbar-nav>li>a {
			color: #000000;
			background-color: #FFFFFF;
			border-bottom: 1px solid #e5e5e5;
			border-right: 0px solid #e5e5e5;
			border-left: 0px solid #e5e5e5;
			transition: all 0.4s ease 0s;
			-moz-transition: all 0.4s ease 0s;
			-webkit-transition: all 0.4s ease 0s;
			-o-transition: all 0.4s ease 0s;
		}
		.navbar-inverse .navbar-nav>li:last-child >a {
			border-bottom: 0px solid #e5e5e5;
		}
}
	/* XS Portrait supermazais ekrans
@media (max-width: 350px){
		.container-fluid>.navbar-header, .container>.navbar-header {
			background-color:red;
			border-radius: 4px;
		}
		

@media (max-width: 767px) {
		
	}
*/	




	nav.sidebar .navbar-nav .open .dropdown-menu>li>a:hover, nav.sidebar .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #CCC;
		background-color: transparent;
	}

	nav:hover .forAnimate{
		opacity: 1;
	}
	
	#headertopitems {
 border:1px solid #FFFFFF;
 background:#FFFFFF;
 margin-top:15px;
 margin-right:0px;
 margin-left:0px;
 margin-bottom:10px;
 padding-top:5px;
 padding-bottom:0px;
 clear:both;
 overflow:hidden;
 border-radius: 3px;
 }
 
#headertopitems img {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #CCCCC6;
  border-radius: 3px;
  margin-bottom: 2px;
  margin-left: auto;
  margin-right: auto;
}


#headertopitems p {
  color: #8C8C88;
  font-size: 12px;
  font-weight: 500;
  margin-bottom:0px;
}

#headertopitems p a.simplelink {
  color: #8C8C88;
  display:block;
  text-decoration:none;
  
}

#headertopitems p a.simplelink:hover
,#headertopitems p a.simplelink:focus
#headertopitems p a.simplelink:active {
  color: #ff0000;
}

#headertopitems p.price {
  font-size:10px;
}


#headertopitems  h2 {
  color: #8c8c88;
  font-size: 12px;
  font-weight: 300;
  text-transform:uppercase;
  margin-top:0px;
}

/* menu */
#menu {
	width: 100%;
}

#menu .nav {
}

#menu .navbar-collapse.collapse {
	width: 100%;
}

#menu .navbar-collapse.collapse ul {
	width: 100%;
	gap: 30px;
}



#menu .nav > li > a {
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

	font-size: 20px;

	background-color: transparent;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color: #ff8208;
}

#menu .nav > li > a.active {
	color: #ff8208;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

	background-color: transparent;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

#menu .nav > li > a.active:hover, #menu .nav > li.open > a.active {
	color: #ff8208;
}

#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #ff8208;
	background-repeat: repeat-x;
	border-color: #FFF #FFF #FFF #FFF;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: red;
	outline:0px;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	.d-flex {
		flex-direction: column;
	}
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}

#headernews {
    background: white;
    margin: 0px 0px 0px 0px;
    width: 90%;
    height: 55px;
    float: right;
    text-align: left;
    font-size: 14px;
    display: block;
    overflow: hidden;
    font-weight: lighter;
	border-radius: 0px;
    color: gray;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#headernews h1 {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 2px;
    margin-left: 5px;
    margin-bottom: 0px;
    font-weight: lighter;
    font-size: 20px;
    color: #B5B5B5;
}

#headernews h2 {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 2px;
    margin-left: 5px;
    margin-bottom: 0px;
    font-weight: bold;
    color: #ff8208;
}

#headernews h2 a, #headernews h2 a:active, #headernews h2 a:visited {
    text-decoration: none;
    color: #ff8208;
    font-size: 18px;
}




#custom-search-input {
        margin:0;
        margin-top: 10px;
        padding: 0;
    }
 
    #custom-search-input .search-query {
        padding-right: 0px;
        padding-right: 0px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
 
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
 
    #custom-search-input button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color:#D9230F;
    }
 
    .search-query:focus + button {
        z-index: 3;   
    }
#shopsearchform {
	margin-top:4px;
}
	
#searchSubmitBtn {
	background-color:#000000;
	color:#FFFFFF;
	border-color: #000000; 
	padding: 0px 10px 0px 10px;
	outline: 0;
	border: none;
	-moz-outline-style: none;

}

#searchSubmitBtn:focus,#searchSubmitBtn:hover,#searchSubmitBtn:active {
	box-shadow: 0 0 0px #000000;
    -webkit-box-shadow: 0 0 0px #000000;
    -moz-box-shadow: 0 0 0px #000000;
    border: 1px solid #000000;
	outline: 0;
	border: none;
	-moz-outline-style: none;

}

.input-sm {
	border-radius: none;
	border: none;
	box-shadow: none;
}

.input-group {
	border-bottom: 1px solid black;
}

.input-group-addon {
	border: none;
	color: black;
	padding: 6px 4px;
	background: none;
}

.input-group-addon .glyphicon {
    margin-right: 0px; 
}

.centerWrapper:before {
    content:'';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.center {
    display:inline-block;
    vertical-align: middle;
}

/* Authorization form start */
#authform {
	background-color:white;
	border:0px solid red;
	clear:both;
	padding:15px;
	min-height:150px;
	margin-bottom:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	max-width: 455px;
	width: 100%;
	aspect-ratio: 365 / 310;
	min-width: 400px;
}

#authform form {
	margin-bottom:0px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 20px;
}

#authform .lastFormGroup {
	margin-bottom:0px;
	padding-bottom:0px;
}

#authform .lastFormGroup:after {
	display: none;
}




#authform a, #authform a:active, #authform a:visited {
    text-decoration: none;
    color: #ffffff;
		transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

#authform a:hover {
    text-decoration: none;
    color: #ff8208;
}


#authform .btn-link {
	margin:0;
	padding:0;
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

#authform .btn-link:focus,#authform .btn-link:hover {
    color: #ff8208;
    text-decoration: none;
    background-color: transparent;
}

#authform p.errormsg {
	margin:0;
	padding:0;
	color:red;
	font-size:12px;
	display:none;
}

#authform p.userinfovbar {
	margin:0;
	color:#FFFFFF;
	font-size:12px;
	padding:3px;
}

#authform {
	color:#FFFFFF;
}

#authform table{
	width:100%;
	margin-top:5px;
	border:0px solid red;
}

#authform h1 {
	font-size:14px;
	color:#ff8208;
	margin:0;
	padding:3px;
	text-align:center;
}

#authform .logoutButton {
	padding:5px;
}

#authform p.auth_footer {
	padding:0;
	margin:0;
	height:15px;
	background:red;
	clear:both;
}


.loginText {
	font-size: 25px !important;
	color: black !important;
	text-transform: uppercase;
	margin: auto;
	text-align: center;
	padding: 30px !important;
}


.forgotPasswordBtn {
	color: rgba(0, 140, 255, 0.74) !important;
	text-decoration: underline !important;
	text-transform: uppercase;
	font-weight: 600;
}

.registerBtn {
	color: rgba(0, 0, 0, 0.7) !important;
	text-decoration: underline !important;
	text-transform: uppercase;
	font-weight: 600;
}

#loginButton {
	background-color: rgba(255, 130, 8, 1) !important;
	color: white;
	font-size: 18px;
	text-transform: uppercase;
	display: inline-flex;
    align-items: center;
    cursor: pointer;
    color: black; /* Change as needed */
	text-decoration: none;
	position: relative;
	padding: 10px !important;
	gap: 10px;
} 

#loginButton:hover {
	background-color: white !important;
}

#loginButton span {
	color: white;
}

.input-group-btn a {
    color:#FFFFFF;
}

#menu .nav > li > a.shopLink {
    color: #ffffff;
    font-weight:bold;
	font-size:30px;
	padding-right:0px;
	padding-left:0px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
		background-color: transparent;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	
}


#menu .nav > li > a.shopLink:hover {
	color: #ff0000;
}

#arrow {
  border:0px solid ff0000;
  margin-bottom:4px;
  display:none;
}
/* Authorization form finish */