@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  margin: 0;
  padding: 0;
  font-family: 'Archivo', sans-serif, Arial;
  font-size: 16px;
  font-weight: 300;
  background: #efefef;
}

a {
  color: #0c1c22;
  text-decoration: none;
}
a:hover {
  opacity: .8;
  text-decoration: underline;
}
a:visited {
  color: #0c1c22;
}

.content {
  min-height: 100vh;
  background: #efefef;
  padding-top: 6em;
  max-width: 1000px;
  margin: auto;
  color:  #555;
}



.content.home {
  

  padding-top: 6em;
}

.content.home h1{
  color: #000;
  font-size: 3em;
  text-align: center;
}

h1, h2, h3 {
    color: #0c1c22;
}

.page-content {
  width: 70%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  padding-bottom:  3em;
}

.page-content :first-child {
  margin-top: 0;
}

.page-content img {
  max-width: 100%;
  display: block;
  margin-bottom: 1em;
  height: auto;
}

.page-sidebar {
  width: 30%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  /*background-color: gray;*/
  padding-left: .5em;
}

.post h2 {
  color: #0c1c22;
}
.post h2:hover {
  color: #163039;
}

.sidebar a {
  text-decoration: none;
}
.sidebar a:hover {
  text-decoration: underline;
}

.page-title {
  text-align: center;
  font-size: 3em;
}
/*.content h2 {
  text-align: center;
  font-size: 2em;
}*/


.banner-item-desktop {
  width: 100%;
}
.banner-item-desktop img{
  width: 100%;
}


.home h4 {
  text-align:  center;
  color: gray;
  font-weight: normal;
}

#footer {
  text-align:  center;
  font-size: .8em;
  background-color: #ccc;
  color:  #000;;
  overflow: hidden;
  padding: 1em;
}

.posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}


.posts .post {
  margin: 0 .3em;
  position: relative;
  background-color: #fafafa;
  padding: .5em;
  text-align: left;
  margin-bottom: 1em;
  -webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.05); 
  box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.05);
}

.posts .post img{
  display: block;
  max-width: 100%;
}

.posts .post-category-name {
  position: absolute;
  display: inline-block;
  padding: .3em .5em;
  font-size: .6em;
  background: green;
  color:  white;
  display: none;

}

.sidebar h2 {
  font-size: 1.2em;
  color:  #0c1c22;
  text-align: center;
  font-weight: normal;
  padding: .2em;
}

.sidebar h2:first-child {
  margin-top: 0;
}

.sidebar {
  font-size: .8em;
  color: #333;
  padding-bottom: 3em;
}

.sidebar a {
  color: gray;
}

.sidebar a:hover {
  color: gray;
}

.sidebar img{
  max-width: 100%;
}

.sidebar h3 {
  font-weight: normal;
  margin-bottom: .2em;
  margin-top: .2em;
  color: #444;
}

.sidebar-news h3 {
  font-size: 1.2em;
  text-align: left;
  margin: 0;
}

.sidebar p{
  margin-top: .2em;
  color: #666;
}

.sidebar-news div {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em;
  padding-bottom: .5em;
}

.sidebar-events div {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em;
  padding-bottom: .5em;
  
}

.sidebar-news h2 {
  color: white;
  background: #ad7193;
}

.sidebar-events h2 {
  color: white;
  background: #e85e02;
}

.sidebar-links h2 {
  color: white;
  background: #609bbf;
}

.form {
  width: 50%;
  margin: auto;
}

.form input{
  display: block;
  padding: .5em;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: .3em;
  box-sizing: border-box;
  font-size: 1em;
}

.form label{
  margin-top: .5em;
  display: block;
  box-sizing: border-box;
  font-style: italic;
  color: gray;
}

.form label:after{
  content: ':';
}

.form input[type=submit]{
  display: block;
  padding: .5em 3em;
  width: auto;
  margin: auto;
  margin-top: 1em;
  background-color: #609bbf;
  border: none;
  border-radius: .3em;
  color: white;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
}
.form input[type=submit]:hover{
  opacity: .8;

}

.login-error {
  text-align: center;
  background: #99000010;
  border: 1px solid #990000;
  font-size: 1em;
  border-radius: .3em;
  padding: 1em;
}

.login-error-title{
  font-size: 2em;
  text-align: center;
}

.login-register {
  text-align: right;
  margin-top: 2em;
}

.form-error {
  color: #990000;
  font-size: .8em;
  margin-top: .5em;
  margin-bottom: .5em;
  font-style: italic;
}

.form-error:before{
  content: "*";
}

.post-read-more {
  display: block;
  text-align: right;
}

.products-list {
  padding: 0;
}

.products-list li{
  box-sizing: border-box;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-right: .5em;
}


/*CART*/

.cart-products-header {
    font-weight: bold;
}

.cart-products-header div {
    display: inline-block;
    position: relative;
    text-align: center;
}

.cart-products-header div:first-child {
    text-align: left;
}
.cart-products-header div:last-child {
    text-align: right;
}

.cart-products-header-image {
    width: 10%;
}
.cart-products-header-title {
    width: 20%;
}
.cart-products-header-price {
    width: 20%;
}
.cart-products-header-quantity {
    width: 10%;
}
.cart-products-header-total {
    width: 20%;
}
.cart-products-header-remove {
    width: 10%;
}

.cart-products-body {
    /* font-weight: 400; */
    border-bottom: 1px solid rgb(204, 204, 204);
    padding-top: .5em;
}

.cart-products-body div {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    
}

.cart-products-body div:first-child {
    text-align: left;
}
.cart-products-body div:last-child {
    text-align: right;
}

.cart-products-body-image {
    width: 10%;
}
.cart-products-body-image img{
    height: 50px;
}
.cart-products-body-title {
    width: 20%;
}
.cart-products-body-price {
    width: 20%;
}
.cart-products-body-quantity {
    width: 10%;
}
.cart-products-body-quantity span{
    display: inline-block;
    width: 2em;
}
.cart-products-body-total {
    width: 20%;
}
.cart-products-body-remove {
    width: 10%;
}


.cart-product {
    position: relative;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid gray;
    
}

.cart-product button{
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid rgb(190, 190, 190);
    padding: .5em 1em;   
    background: white;
}

.cart-product div{
    padding-top: 1em;
    padding-bottom: 1em;
    vertical-align: middle;
    padding-left: 1em;
}

.cart-product .title{
    position: relative;
    display: inline-block;
    font-weight: bold;
    width: 30%;
    
}

.cart-product .image{
    position: relative;
    display: inline-block;
    font-weight: bold;
    width: 10%;
}

.cart-product .image img{
    height: 60px;
}

.cart-product .quantity{
    position: relative;
    display: inline-block;
    width: 20%;
    text-align: center;
}

.cart-product .quantity span{
    font-size: 1.2em;
    margin-left: .5em;
    margin-right: .5em;
    position: relative;
    display: inline-block;
    width: 3em;
    text-align: center;
}

.cart-product .price{
    position: relative;
    display: inline-block;
    width: 20%;
    text-align: right;
}

.cart-product .trash{
    position: relative;
    display: inline-block;
    width: 10%;
    text-align: right;
}

.cart-product-head{
    background: #694374;
    color: white;
    margin-top: 2em;
}

.cart-inputs {
    display: inline-block;
    position: relative;
    width: 30%;
    vertical-align: top;
    margin-right: 3%;
    text-align: center;
}

.cart-inputs ul{
    text-align: left;
}

.cart-inputs input{
    display: inline-block;
    position: relative;
    width: 100%;
}

.cart-inputs h3{
    margin-bottom: .5em;
}

.cart-input-radio {
    position: relative;
    display: inline-block;
    margin-top: 1.4em;
}

.cart-input-radio-label {
    display: inline-block;
    margin-right: 5em;
}

.cart-inputs-billing {
    display: inline-block;
    position: relative;
    width: 50%;
    vertical-align: top;
}

.cart-inputs-billing div{
    display: inline-block;
    position: relative;
    width: 75%;
    vertical-align: top;
    margin-left: .5em;
}

.cart-inputs-billing div h4{
    margin-bottom: 0;
}

.town-checkbox{
    text-align:left; 
    position:relative;
    margin: 0.5em 0;
}

.cart-street-box{
    width: 72%;
    display: inline-block;
    margin-right: 6%;
}

.cart-streetNum-box{
    width: 22%;
    display: inline-block;
}

.cart-submit {
    background: rgba(105, 67, 116, 0.25);
    padding: 1em 4em;
    text-align: center;
    font-weight: normal;
    font-size: 1.8em;
    margin-top: 2em;
}

.cart-head-half {
    width: 48%;
    display: inline-block;
    position: relative;
    font-weight: bold;
}

.cart-submit strong{
    font-weight: bold;
}

.cart-submit a{
    text-decoration: underline;
    cursor: pointer;
}

.cart-submit button{
    background: #66C09E;
    font-weight: bold;
    font-size: 1.4em;
    margin-top: 1em;
    color: white;
    padding: .2em 1em;
    cursor: pointer;
}

.cart-total {
    width: 100%;
    text-align: right;
}


.cart-total h5{
    font-style: italic;
    font-weight: normal;
}

.cart-form-section {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: .5em;
  box-sizing: border-box;
}

.cart section {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

form input[type='text'] {
  width: 100%;
  box-sizing: border-box;
  padding: .5em;
  font-size: 1em;
  border: 1px solid #ddd;
  border-radius: .3em;
  margin-bottom: .5em;
}

form select {
  width: 100%;
  box-sizing: border-box;
  padding: .5em;
  font-size: 1em;
  border: 1px solid #ddd;
  border-radius: .3em;
  margin-bottom: .5em;
}

.cart section.checkout {
  text-align: center;
  border: none;
}

.checkout button{
  font-size: 2em;
  text-align: center;
  padding: .5em 2em;
  border-radius: .3em;
  border: none;
  background: #2b9599;
  color: white;
  cursor: pointer;
  margin-top: .5em;
}




