body {
	font-family: Helvetica, sans-serif;
}

.shop_nav {
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: all 1s;
    padding: 32px;
}

.shop_nav a {
  	padding: 0 10px 0 10px;
  	text-decoration: none;
  	color: black;
 	-webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.shop_nav a:hover {
    opacity: 0.6;
}

#cart {
	float: right;
}

/*
The following code was not compatible in certain browsers to ceter align items in the div

.shop-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}*/

.shop-main{
	/* max-width: 900px; */
  	margin: auto;
  	padding-top: 25px;
}

.shop_footer {
	display: flex;
    flex-direction: row;
    justify-content: center;
  	font-family: Helvetica, sans-serif;
  	position: fixed;
    bottom: 0;
    width: 100%;
}

.shop_footer a {
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  	padding: 20px;
  	color: black;
}

.shop_footer a:hover {
    opacity: 0.6;
}

.legal-main {
	max-width: 900px;
  	margin-left: 30px;
 	margin-right: 30px;
}

.legal_footer {
	display: flex;
    flex-direction: row;
    justify-content: center;
  	font-family: Helvetica, sans-serif;
    bottom: 0;
    width: 100%;
}

.legal_footer a {
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 1s;
  	padding: 20px;
  	color: black;
}

.legal_footer a:hover {
    opacity: 0.6;
}

html#ecwid_html body#shop .ec-size .ec-store .grid__products--medium-items .grid-product__wrap{
    padding: 0px !important;
}

html#ecwid_html body#shop div.ecwid-productBrowser{
    padding: 0px !important;
}