.bg-store-header
{
	background-color: var(--headerBgColor);
}
#Logo {
  margin-top: 14px;
}
#copyrightfooter
{
	z-index:1;
}
.padding-left-right-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.Admin_sec
{
	padding-right:0px!important;
}
.storelogomain{max-width:200px;}
.nav>li>a
{
	font-family: 'Roboto', sans-serif;
	font-size:17px;
	color:#3c3c3c;
	line-height: 50px !important;
	font-weight: 400 !important;
	
}
.nav>li>a:hover
{
	color:#909090;
	background: none !important;
}

.categoryLink
{
	cursor:pointer;
	cursor:hand;
}

.storeMenuItemsIcon
{
	cursor:pointer;
	cursor:hand;
}
.storeMenuCollapsed
{
	position: absolute;
    z-index: 102;
    background: white;
	width:100%;
	max-height: 500px;
    overflow-y: scroll;
}
.storeMenuItemsIconContainer
{
	margin-top:12px;
}
.storeMenuCollapsedCategory
{
	font-family: "Roboto", sans-serif;
    font-size: 20px;
    color: #575757;
    font-weight: 300;
    position: relative;
    display: block;
}
.storeMenuCollapsedCategorySelected
{
	color:var(--mainColor);
}
.storeMenuCollapsedProducts, .storeMenuCollapsed
{
	display:none;
}
@media (min-width: 767px)
{
	.storeMenuItemsContainer {
	  display: flex;
	  justify-content: center;
	  width:100%;
	  padding-top:10px!important;
	  padding-bottom:30px!important;
	}
	.storeMenu > li {
	position: relative;
	float:left;
	}

	.nav>li>a
	{
		padding: 0 !important;
	}
}
.widthToParent
	{
		box-sizing: border-box;
		display: inline-block;
		width: 100%;
	}
	
	.widthToParent-70
	{
		box-sizing: border-box;
		display: inline-block;
		width: 70%;
	}
.searchContainer
{
	width: 100%;
	position: absolute;
	z-index: 1000;
	top: 0;
    background: #fafaf8;
	display:none;
	padding-top:10px;
}


.language-object{
margin-left:20px;
width: 44px;
}
.archilanguage
{
min-width:100px!important;
}


input.txtSearch[type="text"] {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #575757;
  font-weight: 300;
  outline: none;
  width: 700px;
  text-align:left;
}
.mostSearchTitle{
	color: var(--mainColor);
	font-weight: 600;
}
.mostSearchTerm
{
	font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #3c3c3c !important;
	padding: 2px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.mostSearchTerm:hover
{
	text-decoration: underline;
}
.mostSearchTermShowMore
{
	font-size:12px;
	color:var(--mainColor)!important;
}
.border-bottom
{
	border-bottom : 1px solid #CCC;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFF;
  border: 1px solid #ddd;
  border-radius : 3px;
  text-align: left;
  z-index: 1;
}

.searchwidth
{
	width:700px;
	border: 1px solid #575757;
	overflow-y: scroll;
	max-height: 400px
}

#dropdown-content::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#dropdown-content::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#dropdown-content::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: var(--mainColor);
}

a.mostSearchTerm:hover, a.mostSearchTerm:focus{
	background-color:#EEE;
}

.archilStoreanguageselectors
{
	border-radius: 10px;
    position: absolute;
    top: 32px;
    background:#fafaf8;
    display: none;
    z-index: 1000;
	width:auto;
	margin-left: 0px;
	padding-right:24px;
	padding-left:24px;
	padding-bottom: 8px;
	font-family: Arial;
	font-size: 12px;
}

.archilanguageselectorscontainer
{
	padding:5px!important;
}

.archilanguageselector {
    line-height: 20px;
	padding-top:5px!important;
	padding-bottom:5px!important;
	padding-left:0px!important;
	padding-right:0px!important;
	white-space: nowrap;
}

.archilanguage-border-right
{
	border-right: 1px solid #575757;
	width: 30px!important;
}

.storeMenu > li > a {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #575757;
  font-weight: 300;
  position: relative;
  display: block;
}
.storeMenu > li > a:hover {
  color: var(--mainColor);
}
.storeMenu,
.storeMenu ul {
  list-style: none;
}

.storeMenuLogoContainer {
  width: 200px;
  position: absolute;
  padding-left: 30px;
  z-index:1;
}

.storeMenuContainer 
{
	background:#FFF;
}

.groupsContainer
{
	position: absolute;
	top:125px;
	left:0px;
	z-index: 100;
	background: white;
	display:none;
}

.buttonlinks,
.buttonlinks ul {
  list-style: none;
  margin-left: 0;
  text-align: center;
}
.buttonlinks > li {
  position: relative;
  display: inline-block;
}

.buttonlink {
  padding-left: 5px !important;
  padding-right: 5px !important;
  position: relative;
  display: block;
}


.borderedbutton {
  display: flow-root;
  min-height: 115px !important;
}
.borderedbuttonhover {
  border: none !important;
}

.buttontext {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #575757;
  font-weight: 400 !important;
  margin: 0px !important;
  margin-top: 5px !important;
}

/* Starts Mobile */
@media (max-width: 1024px) and (min-width: 769px){
	#contactImageButton
	{
		width:80%;
	}
	.Theme-user, .language-object
	{
		margin-left:10px!important;
	}
}
@media (max-width: 768px) and (min-width: 300px){
	#contactImageButton
	{
		width:75%;
	}
	.nav li {
		padding: 0 10px 0 10px;
		position: relative;
	}
	.languageMobile
	{
		width:auto;
	}
	.Theme-user, .language-object
	{
		margin-left:2px!important;
	}
}
@media (max-width: 1281px) and (min-width: 300px){
	
	.avisoSection{padding-left:20px;padding-right:20px;}
	.searchContainer
	{
		
	}
	.widthToParent
	{
		box-sizing: border-box;
		display: inline-block;
		width: 100%;
	}
	
	.padding-left-right-5 {
	  padding-left: 20px !important;
	  padding-right: 20px !important;
	}
	
	.contactContainer
	{
		top: 205px!important;
		
	}
	.groupsContainer
	{
		top:200px!important;
	}
	.contactFormImageContainer 
	{
		text-align:right;
	}
	.storeMenuItemsContainer {
	  display: flex;
	  justify-content: right;
	  width:100%;
	}
	
	.storeMenu > li {
		position: relative;
		float: right;
		clear: both;
		margin-top:5px;
	}
	.menuItemXs
	{
		margin-right:0px!important;
		padding-right:0px!important;
	}
	.menuItemXsLink
	{
		padding-right:27px!important;
	}
	.navbar-toggle-button {
		background-color: #111;
		color: #fff;
		margin-right: 0;
		margin-top:0px!important;
			position: relative;
		float: right;
		padding: 9px 10px;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}

	.MenuButton .navbar-toggle-store {
		background-color: #111;
		color: #fff;
		margin-right: 0;
		margin-top: 3.5em;
	}
	.navbar-toggle-store
	{
		position: relative;
		float: right;
		padding: 9px 10px;
	   
		margin-bottom: 8px;
	   
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}

	.Theme-user
	{
		margin-right:4px!important;
		display:inline-block!important;
		float:left!important;
	}
	.language-object
	{
		float:left!important;
		margin-top:2px!important;
		margin-right:4px!important;	
		line-height:20px!important;
	}

	#archilanguageselected_m
	{
		white-space: nowrap;
	}
	.archilStoreanguageselectors
	{
		top:36px!important;
		right:-5px!important;
	}

	
	input.txtSearch[type="text"] {
	  
	  width: 90%;
	}
	.searchwidth
	{
		width:85%;
	}
	
	
}

/* Eend Mobile */