/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.shop_item_selector {
  margin-left: 20px;
  padding:10px;
}
/* snipcart */
.snip-layout .snip-layout__main-container {
    background: #fff;
    margin: 0 auto;
    max-width: 62.25em;
    margin-top: 100px;
    position: relative;
}

.overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 0, 0.5);
}

.snipcart-add-item {
  display: inline-block;
  padding: 15px 25px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}

.snipcart-add-item:hover {background-color: #3e8e41}

.snipcart-add-item:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

img{
    max-width:100%;
    height:auto;
    width:auto;
    vertical-align:middle
}
img::-moz-selection{
    background:transparent
}
img::selection{
    background:transparent
}

.post-card__overlay{
  position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,250,0,0.5);
    cursor: pointer;
}

.post-card{
    animation: slide-up 1s ease;
    display:block;
    position:relative;
    width:100%;
    min-height:250px;
    border-radius:4px;
    overflow:hidden;
    background-color:#fff;
    -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.08);
    box-shadow:0 1px 3px rgba(0,0,0,0.08);
    margin-bottom:1.25rem;
    margin-right:1.25rem;
    border-bottom:0;
    -webkit-transition:-webkit-box-shadow .25s ease;
    transition:-webkit-box-shadow .25s ease;
    transition:box-shadow .25s ease;
    transition:box-shadow .25s ease, -webkit-box-shadow .25s ease
}
.post-card:hover,.post-card:focus{
    border-bottom:0;
    -webkit-box-shadow:0 2px 40px 0 rgba(153,155,168,0.3);
    box-shadow:0 2px 40px 0 rgba(153,155,168,0.3)
}

@media only screen and (min-width: 48em){
    .post-card{
        width:46%;
        margin-right:3.125%
    }
    .post-card:last-of-type,.post-card:nth-child(2n+2){
      margin-right:10px;
    }
}
@media only screen and (min-width: 75em){
    .post-card{
        width:31.25%;
        margin-right:3.125%
    }
    .post-card:nth-child(2n+2){
        margin-right:3.125%
    }
    .post-card:last-of-type,.post-card:nth-child(3n+3){
        margin-right:0
    }
}

@media only screen and (max-width: 768px){
    .post-card{
        width:94%;
        margin-right:3%;
        margin-left:3%
    }
    .post-card:last-of-type,.post-card:nth-child(2n+2){
        margin-right:0
    }
}

.post-card__label{
    position:absolute;
    top:1.5rem;
    left:1.5rem;
    padding: 20px;
    z-index:2
}
.post-card__inner{
    display:block;
    position:relative;
    width:100%;
    color:#838c8d;
    border-bottom:0
}
.post-card__inner:focus,.post-card__inner:hover{
    color:#838c8d;
    border-bottom:0
}
.shop-card__header{
    margin: 25px
}
.snipcart-custom-button{
    float: right;
    display: inline-block;
    padding: 18px;
    margin: 20px;
    font-size: 22px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #4CAF50;
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px #999;
    bottom:0;
}
.post-card__meta{
    font-size:0.875rem
}
.post-card__thumb{
    margin:0;
    background:#fff;
    position:relative;
    overflow:hidden
}
.post-card__thumb::after{
    content:"";
    display:block;
    height:0;
    width:100%;
    padding-bottom:56.25%
}
.post-card__thumb>*{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:block
}

.pagination{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    margin:1.25rem auto
}

.blog{
    background-color:#f9f9f9
}
.post-list{
    padding-top:2.5em;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-flex:1;
    -ms-flex:1 0 auto;
    flex:1 0 auto
}
@media only screen and (min-width: 48em){
    .post-list{
        padding-top:5em
    }
}
.post-content{
    max-width:52.5rem;
    margin:0 auto;
    padding-top:2.5em
}
@media only screen and (min-width: 48em){
    .post-content{
        padding-top:5em
    }
}
.comments{
    padding:50px 0;
    background-color:#fafafa
}
.controls__inner{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:1.375rem 0 1.25rem;
    border-top:1px solid #ededed
}
.controls__inner .prev{
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    text-align:left
}
.controls__inner .next{
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end;
    text-align:right
}
.controls__item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start
}
.controls__item span{
    font-size:0.875rem;
    color:#838c8d
}
.controls__item a{
    color:#313237;
    font-weight:bold;
    border-bottom:0
}
.controls__item a svg{
    -webkit-transition:all .2s linear;
    transition:all .2s linear
}
.controls__item a:hover{
    color:#277cea;
    border-bottom:0
}
.controls__item a:hover svg{
    fill:#277cea
}
