/*@charset  "utf-8";*/

@font-face { 
	font-family: 'Open Sans'; 
	src: url('/fonts/OpenSans-Regular.ttf'); 
}

body {
	margin:0px;
	padding:0px;
	background-color: #ffffff; 
	/* font-family: Arial,Helvetica,sans-serif; */
	font-family: 'Open Sans', sans-serif;
}

#maincontent {
	position:relative;
	width:1100px;
	margin:0px auto;
	padding:0px; 
	background-color: #FFFFFF; 
	overflow:hidden;
}

header {
	margin:0px auto;
	padding:0px;
	width: 1100px;
	height:100px;
	background-color:#ffffff;
	position:relative;
	margin-bottom: 5px;
}

#headerlogo {
	float: left; 
	width: 275px; 
	height: 100px;
} 

#headerlogo a {
	text-decoration:none;
	color:black;
}

#logoimg {
	margin: 10px;
	width:150px;
	height: 84px;
	bottom: 0px;
    position: absolute;
}

#headeradress  {
	float: left; 
	width: 275px; 
	height: 100px;
	text-decoration: none;
	color:black;
}

.headeradresscont {
	position:absolute;
	bottom:0;
	margin-bottom:25px;
}

.headeradresscont img {
	height: 16px;
	width: 16px;
}

#headeradress p {
	margin: 10px 0 0 0;
}

#headeradress p a {
	position: relative;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

#headeradress p a:hover {
	color:#236ef8;
}

#headeradress img {
	vertical-align: sub;
}

#headerphone  {
	float: left; 
	width: 275px; 
	height: 100px;
}

#headerphone a {
	font-size:24px;
	text-decoration: none;
	color:black;
	position:absolute;
	bottom:0;
	margin-bottom:25px;
}

#headerphone a:hover {
	color:#236ef8;
}

#headerphone img {
	width: 35px;
	height: 35px;
	vertical-align:sub;
}

#headersocials {
	float: left; 
	width: 275px; 
	height: 100px;
	align-items: flex-end;
    display: flex;
    justify-content: flex-end;
}

#insta {
	width: 60px;
    height: 60px;
    position: relative;
    margin-right: 40px;
    margin-bottom: 15px;
}

#insta img {
    width: 40px;
    height: 40px;
	position: absolute;
	margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
	transition: 0.2s;
}

#insta img:hover {
	transition: 0.2s;
	height:50px;
	width:50px;
}

.cart {
	width: 60px;
    height: 60px;
    position: relative;
    margin-bottom: 15px;
}

.cart img {
    width: 40px;
    height: 40px;
	position: absolute;
	margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
	transition: 0.2s;
}

.cart img:hover {
	transition: 0.2s;
	height:50px;
	width:50px;
}

.notification-container {
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: 30px;
	margin-left: 30px;
	pointer-events: none;
}
  
.notification-container__text {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	color: #fff;
	background-color: #f56019;
	border-radius: 22px;
	font-size: 10px;
	font-weight: 700;
	line-height: 21px;
	text-align: center;
	pointer-events: none;
  }

nav {
	margin:0px auto;
	padding:0px;
	width: 1100px;
	overflow: hidden;
    white-space: nowrap;
    line-height: 40px;
	margin-bottom: 5px;
}

nav a {
	color:white;
	text-decoration:none;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
	background-color: dimgray;
	margin: 10px;
    border-radius: 15px;
}

nav a:hover {
	background-color:#607e75;
	color:#ffffff;
}

.activ {
	color:skyblue;
}

.activ:hover{
	color:#fff;		
}

footer {
	margin:0px auto;
	padding:0px;
	width: 1100px;
	background-color:#ffffff;
	position:relative;
}