article{
    min-height: 100vh;
}
section{
    padding:1rem 2rem 1rem 2rem;
    position: relative;
}
section:before {
    content: '';
    position: absolute;
    top: 65%;
    left: 24%;
    background-image: url('/static/theme/img/logoicon.svg');
    -moz-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 10rem;
    height: 10rem;
    z-index: -1;
}
h1{
    line-height:7rem;
    margin:0;
}
#pagetitle.hide{
    display: none;
}
#search{
    display: none;
    margin: 2.08rem 0;
    max-width: calc(100% - 10rem);
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background: transparent;
}
#search.show{
    display:inline-block;
}
.aside{
    width: 23%;
}
.aside a {
    justify-content: space-between;
    align-items: end;
    font-size: 1.714rem;
    text-decoration: none;
    line-height: 1.714rem;
    margin-bottom: 2rem;
    color: #2D160E;
}
.aside a:hover, .aside a.active{
    color: #c49c7e;
}
.aside a small{
    font-family: 'Montserrat-Regular';
}
.main {
    width: 78%;
    padding-left: 5%;
    margin-right: -3%;
    margin-bottom: 2rem;
    position: relative;
}
.nomatch{
    position: absolute;
    top:.5rem;
    left: 10%;
}
.title {
    justify-content: space-between;
    align-items: center;
}
.title div svg{
    width: 3rem;
    height: 3rem;
    margin-left: 1rem;
    cursor: pointer;
}
.title div svg circle{
    fill:#F6EDE8;
}
.title div svg path, .title div svg:hover circle, .title div svg.active circle{
    fill:#2D160E;
}
.title div svg:hover path, .title div svg.active path{
    fill:#F6EDE8;
}
.card{
    background: #ffffff;
    -webkit-border-radius:.571rem;
    -moz-border-radius:.571rem;
    border-radius:.571rem;
    width: 22%;
    margin: 0 1.5% 2rem;
    padding: 1rem 1rem 5rem;
    text-align: center;
    position: relative;
}
.card:hover{
    box-shadow: 0px 0px 14px rgba(196, 156, 126, 0.6);
}
.card a{
    color: #2D160E;
    text-decoration: none;
    width: 100%;
}
.card .image{
    -moz-background-size:contain;
    -o-background-size:contain;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
    height: 100vh;
    max-height: 18rem;
}
.addinbusket{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2rem;
    font-size: 1.429rem;
    line-height: 1.429rem;
    cursor: pointer;
}
.addinbusket span{
    font-size: 1.229rem;
}
.addinbusket svg{
    width: 1.571rem;
    vertical-align: middle;
    height: 1.929rem;
    margin-left: .2rem;
    margin-top: -.3rem;
}
.addinbusket svg path{
    fill: #2D160E;
}
.addinbusket:hover, .card h4{
    color: #c49c7e;
}
.addinbusket:hover svg path{
    fill: #c49c7e;
}
/* modal */
.modal .col{
    width: 50%;
}
.range, .result{
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.range{
    margin-top: 1rem;
}
.slidecontainer {
    width: 100%;
    margin: 1rem 0 1.5rem;
}
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 2px;
    background: #F6EDE8;;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin: 0;
    padding: 0;
    border: none;
}
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%; 
    background: #C49C7E;
    cursor: pointer;
}
.slider::-moz-range-thumb {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #C49C7E;
    cursor: pointer;
}
.hideprice{
    display: none!important;
}
#toTop {
    display: none;
    position: fixed;
    bottom: 3rem;
    left: 2rem;
    z-index: 0;
    background-color: #2D160E;
    -webkit-border-radius: .571rem;
    -moz-border-radius: .571rem;
    border-radius: 100%;
    cursor: pointer;
    padding: .8rem;
    }
    #toTop svg {
        width: 1.7rem;
        height: 1.529rem;
        transform: rotate(-90deg);
        margin: 2px 2px 1px;
    }
  #toTop svg path{
    fill:#ffffff
  }
  #toTop:hover {
    background-color: #c49c7e; 
  }
  #toTop:hover svg path{
    fill:#2D160E
  }
@media screen and (max-width: 1400px){
    .main{
        width: 78.5%;
    }
    .card{
        width: 30%;
    }
}

@media screen and (max-width: 1200px){
.card {
    width: 47%;
    }
}
@media screen and (max-width: 1000px){
#toTop{
    bottom: 2rem;
}
.aside {
    width: 100%;
  }
  .main {
    width: 100%;
    padding-left: 0;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 700px){
section {
    padding: 1rem;
  }
  .card {
    width: 97%;
  }
  #toTop {
    right: 1rem;
    bottom: 1rem;
    left: auto;
  }
  #toTop svg {
    width: 1.5rem;
    height: 1.229rem;
  }
  h1 {
    line-height: 4rem;
    margin: 0 0 1rem;
  }
  .title {
    justify-content: end;
  }
  .title div svg:first-child{
    display: none;
  }
  .title div svg{
    margin-left: 0;
    margin-bottom: 1rem;
  }
  .modal .col {
    width: 100%;
  }
}