.column {
  float: left;
  width: 80%;
}
.column1 {
  float: right;
  width: 10%;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row {
  display: flex;
}

.column {
  flex: 150%;
}
.p{
	text-align: center;
}
@charset "utf-8";
a:hover {
	color: rgba(255,255,255,1.00);
}

header {
	font-family: 'Montserrat', sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

#searching
{
	padding-top: 60px;
	float: right;
}

.gridd:hover,
.gridd:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  transform: translateY(-0.25em);
  background-color: skyblue;
}
.pulse{
line-height: 50px;
    height: 50px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
    width: 20%;
    font-size: 20px;
    cursor: pointer;
text-decoration-color: skyblue;
    border-color: skyblue;
}

.searchings:hover,
.searchings:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  transform: translateY(-0.25em);
  background-color: skyblue;
}
.baskett:hover,
.baskett:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  transform: translateY(-0.25em);
  background-color: skyblue;
}
#logo {
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	width: 300px;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background-color: rgba(0,0,0,0);
}
#headerLinks {
	float: left;
	width: calc( 80% - 139px );
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;

	background-color: rgba(255,255,255,1.00);
}

#headerLinks a {
	text-decoration: none;
	color: rgba(146,146,146,1.00);
	padding-left: 10px;
	font-size: 14px;
	padding-right: 50px;
}

#offer {
	font-family: 'Montserrat', sans-serif;
	clear: both;

	background-color: rgba(0,0,0,0);
	padding-left: 115px;
	padding-top: 57px;
	padding-bottom: 57px;
}
#content {
	clear: both;
	overflow: auto;
	padding-top: 29px;
}
#content .sidebar {
	font-family: 'Montserrat', sans-serif;
	color: rgba(146,146,146,1.00);
	float: left;
	width: 20%;
	padding-left: 0%;
	padding-right: 0%;
	text-align: center;
	background-color: rgba(246,246,246,1.00);
	padding-top: 36px;
	height: 784px;
}
#content .mainContent {
	float: left;
	width: 90%;
	text-align: center;
	padding-left: 4%;
}
#content .sidebar #menubar {
	text-align: left;
	color: rgba(146,146,146,1.00);
	position: relative;
	left: 0%;
}
#content .sidebar #search {
	width: 100%;
	border-radius: 0px;
	height: 42px;
	text-align: center;
	color: rgba(208,207,207,1.00);
	font-size: 14px;
	;
	margin-bottom: 21px;
}

#mainWrapper {
	width: 100%;
	padding-left: 0%;
}

.menu ul li {
	list-style-type: none;
	font-size: x-large;
	position: relative;
	left: -35px;
	padding-top: 12px;
}

#content .mainContent .productRow {
	overflow: auto;
	color: rgba(146,146,146,1.00);
}

.mainContent .productRow .productInfo {
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	width: 22%;
}

.productRow .productInfo .price {
	font-family: 'Montserrat', sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 22px;
	position: relative;
	top: -20px;
}

.productRow .productInfo .productContent {
	position: relative;
	top: -37px;
	font-size: 14px;
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	color: rgba(146,146,146,1.00);
	white-space: pre-wrap;
}

.productRow .productInfo .buyButton {
	position: relative;
	top: -48px;
	width: 84%;
	background-color: skyblue;
	height: 35px;
	color: rgba(255,255,255,1.00);
	border-style:none;
	border-color: skyblue;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 8px;
}
#mainWrapper footer {
	clear: both;
	overflow: auto;

background-color: rgba(0,0,0,0);
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	line-height: 1.8;
	padding-top: 22px;
	padding-left: 22px;
	text-align: center;
	padding-bottom: 22px;
	padding-right: 22px;
}

#mainWrapper footer div {
	width: 27%;
	float: left;
	padding-left: 4%;
	padding-right: 2%;
	color: rgba(255,255,255,1.00);
	text-align: justify;
}

footer div a {
	color: rgba(146,146,146,1.00);
	display: block;
	text-decoration: none;
	text-align: center;
}

.productInfo div img {
	width: 20%;
}

.sidebar #menubar .menu ul li a {
	color: rgba(146,146,146,1.00);
	text-decoration: none;
}
.sidebar #menubar .menu ul li a:hover {
	color: rgba(107,97,97,1.00);
	text-decoration: none;
}

#menubar .menu h2 {
	font-size: 20px;

}

#menubar .menu ul li a {
	font-size: 14px;
}

.sidebar #menubar .menu {
	margin-bottom: 29px;
}

footer .footerlinks {
	margin-top: -15px;
}

@media screen and (max-width:700px) {
]#content .sidebar #search {
	display: none;
}
#content .sidebar {
	float: none;
	width: 100%;
	height: auto;
	overflow: auto;
	padding-left: 12%;
	padding-top: 0px;
}
#content .sidebar hr {
	display: none;
}
#content {
	position: relative;
	top: -22px;
	width: 100%;
	overflow: hidden;
}
#menubar .menu h2 {
	display: inline;
	font-size: medium;
	padding-right: 6%;

}
#menubar .menu ul {
	display: inline;
}
#menubar .menu ul li {
	display: inline;
	font-size: medium;
	padding-left: 0%;
	padding-right: 3%;
}
.sidebar #menubar .menu ul .notimp {
	display: none;
}
.sidebar #menubar .menu {
	width: 100%;
	text-align: center;
	position: relative;
	top: 16px;
}
#content .sidebar #menubar {
	position: relative;
	left: -7%;
	overflow: hidden;
	width: 95%;
	padding-top: 0px;
}
#mainWrapper #offer p {
	font-size: small;
}
#mainWrapper #content .mainContent {
	overflow: hidden;
	width: 95%;
	margin-top: 40px;
}
.productRow .productInfo .price {
	font-size: 19px;
}
.productRow .productInfo .productContent {
	font-size: 16px;
}
.productRow .productInfo .buyButton {
	font-size: 20px;
}
#mainWrapper footer .footerlinks {
	float: none;
	width: 100%;
	position: relative;
	top: 17px;
	clear: both;
	text-align: center;
	left: 0%;
	padding-bottom: 19px;
}
#mainWrapper footer div {
	width: 44%;
	text-align: justify;
	font-size: 15px;
}
.footerlinks p a {
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline;
	padding-right: 35px;
}
#mainWrapper footer {
	padding-left: 16px;
	overflow: hidden;
}
header #headerLinks a {
	padding-left: 0px;
	padding-right: 20px;
}
#mainWrapper #offer {
	padding-left: 22%;
}
footer .footerlinks p {
	display: inline;
}
}

@media screen and (max-width:480px) {
#mainWrapper header #headerLinks {
	width: 100%;
	text-align: right;
	background-color: rgba(190,190,190,1.00);
	padding-bottom: 21px;
}
#mainWrapper header #logo {
	width: 100%;
	text-align: center;
}
header #headerLinks a {
	text-align: right;
	padding-right: 15px;
	padding-left: 0px;
}
#mainWrapper #offer {
	padding-left: 0px;
	text-align: center;
}
#content .sidebar #menubar {
	position: relative;
	left: -8%;
	text-align: center;
}
#menubar .menu h2 {
	width: 100%;
	display: block;
}
.mainContent .productRow .productInfo {
	width: 100%;
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	left: -2%;
}
#mainWrapper footer div {
	width: 100%;
	margin-left: -16px;
	text-align: justify;
	padding-bottom: 16px;
	overflow: auto;
}
.menu ul {
	position: relative;
	padding-left: 24%;
}
#mainWrapper footer .footerlinks {
	padding-left: 8%;
}
#mainwrapper #content .mainContent {
	margin-top: -91px;
	text-align: center;
	width: 100%;
	padding-left: 0px;
}
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
   border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

