@import url('https://fonts.googleapis.com/css2?family=Barrio&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;300;400;700&display=swap');

.floating_share {z-index: 1000;position: fixed;top: 30%;left: 15px;background: #ffffff;-webkit-box-shadow: 0px 2.82873px 21.2155px rgba(0, 0, 0, 0.1);box-shadow: 0px 2.82873px 21.2155px rgba(0, 0, 0, 0.1);border-radius: 8.48619px;padding: 15px;text-align: center;}.floating_share .share-item {width: 30px;height: 35px;display: flex;justify-content: center;align-items: center;}.floating_share .share-item img {width: 100%;}@media (max-width: 992px) {.floating_share {top: initial;bottom: 20px;left: 0;position: relative;border-radius: 0;}.floating_share .share-item {display: inline-block;}.floating_share .share-item.mb-min {margin-bottom: 0 !important;margin-right: 1rem;}}

.cpm_container .panel .button,.cpm_container .panel .button:hover,.cpm_container .panel .greenList li:before,.cpm_container .noUi-vertical .noUi-handle,.cpm_container .noUi-horizontal .noUi-handle,.cpm_container .theSlider.noUi-target.green50 .noUi-base:before,.cpm_container .theSlider.noUi-target.green100 .noUi-base:before,.cpm_container .theSlider.noUi-target.green100 .noUi-base:after,.cpm_container .theSliderMobile.noUi-target.green50 .noUi-base:before,.cpm_container .theSliderMobile.noUi-target.green100 .noUi-base:before,.cpm_container .theSliderMobile.noUi-target.green100 .noUi-base:after {
    background-color: #40291b;
}
.cpm_container .panel .link {
    color: #40291b;
}
* {
    -webkit-tap-highlight-color:  rgba(255, 255, 255, 0);
}
body {background:#fff;margin:0;padding:0;font-family:'Roboto Slab';color:#40291B;}
a {color:blue;text-decoration: none;}

.wrapper {
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
}
.filters .wrapper {
    padding: 20px;
}
header {
    background: #40291B;
    color: white;
    overflow: hidden;
    text-align: center;
}
header .wrapper {
    padding: 0;
}
header .logo {
    display: flex;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}
header .logo>* {
    flex-grow: 1;
}
header .logo .img2 {
    margin-bottom: -36px;
    flex-grow: 6;
}
header .logo span {
    font-size: 30px;
    flex-grow: 20;
}
footer {
    background: #D4A88C;
    text-align: center;
    margin-top: 20px;
}
footer .wrapper {
    padding: 0 20px;
}
footer .logo {
    margin: 20px 0px;
    display:flex;
}
footer .logo>* {
    flex-grow: 1;
}
footer .logo span {
    flex-grow:40;
}
footer .logo span img {
    width: 70px;
}
footer nav {
    background: #40291B;
    padding: 10px 0;
}
footer nav a {
    color: white;
    text-decoration: none;
    font-size: 12px;
    padding: 0 5px;
    line-height: 10px;
}
h2 {
    text-align: center;
    font-size: 26px;
    line-height: 34px;
    text-transform: uppercase;
}
h2 img {
    display: block;
    margin: 10px auto;
}
.types {float: left;}
.types span {
    margin-right: 10px;
    cursor: pointer;
    color: #40291B;
    border: 2px solid #D4A88C;
    padding: 10px 18px;
    display: inline-block;
    font-size: 12px;
    border-radius: 30px;
    filter: drop-shadow(0px 3px 3px rgba(212, 168, 140, 0.2));
}
.types .heart {
    padding: 11px 11px;
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 10px;
    padding-top: 12px;
}
.types span.selected_filter {background-color: #D4A88C;color:white;}
.searchbox {
    float: right;
    text-align: right;
    width: 30%;
    position: relative;
}
.searchbox input {
    border: 1px solid #40291B;
    border-radius: 20px;
    padding: 11px 15px;
    padding-right: 35px;
    width: calc(100% - 52px);
}
.searchbox i {
    color: #40291B;
    position: absolute;
    top: 11px;
    right: 15px;
}
.filter2 {
    background: rgba(212, 168, 140, 0.2);
    box-shadow: inset 0px 3px 3px rgba(212, 168, 140, 0.1);
}
.filter2 .select_wrapper {
    padding: 20px;
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.filter2 select {
    font-family: 'Roboto Slab';
    border: 1px solid #40291B;
    height: 30px;
    color: #40291B;
    padding: 0 20px;
    flex-shrink: 1;
    width: 30%;
}
.filter2 select:nth-child(2){
    margin: 0 5%;
}
.slider {
    background: #D4A88C;
}
.slider .wrapper {
    padding:0;
}
.slider img {
    margin-bottom: -3px;
}
.wine_container {
    /*background: url("../img/minta.png");
    background-size: 100% auto;
    background-repeat: repeat-y;*/
}
.wine_list.wrapper {
    padding: 0 20px;
}
.wine {
    background: linear-gradient(90deg, rgba(212, 168, 140, 0.25) 0%, rgba(212, 168, 140, 0.1) 100%);
    overflow: hidden;
    margin-bottom: 6px;
    padding: 13px 20px;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
}
.wine:last-child {
    margin-bottom: 70px;
}
.wine h4 {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    float: left;
}
.wine h4 span {
    font-weight: normal;
}
.wine p {
    display: none;
}
.wine .price {
    float: right;
    font-size: 14px;
    line-height: 20px;
}
.wine i {
    float: right;
    border-radius: 100%;
    padding: 12px 12px;
    margin: -13px -21px;
    border: 2px solid #D4A88C;
    cursor: pointer;
    margin-left: 10px;
    font-size: 18px;
    background: #fff;
}
.wine i.fa.fa-heart {
    background: #D4A88C;
    color: #40291B;
}
span.bullet {
    font-size: 14px;
    display: inline-block;
    margin: 0 2px;
    color: #D4A88C;
}

@media (max-width: 860px){
    .filter2 select:nth-child(2){
        margin: 0 4.89%;
    }
    header .logo span {
        font-size: 25px;
    }
}
@media (max-width: 720px){
    .filter2 select:nth-child(2){
        margin: 0 4.7%;
    }
    header .img3, header .img1 {display: none;}
}

@media (max-width: 560px){ /* 475px-ig jó bortípusválasztó */
    .filter2 select {
        padding-left:5px;
    }
    .filter2 select:nth-child(2){
        margin: 0 4.5%;
    }
    header .logo span {
        font-size: 20px;
    }
}