.filter-close{
    display: none;
    position: absolute;
    right: 15px;
}
.answer, .question {
    list-style: none;
}
.answer {
    padding-bottom: 10px;
    padding-top: 10px;
    display: none;
}
/*.question:first-child
{
    border-top: 0px solid black;
}*/
.question {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 2px solid black;
}
.marker {
    position: absolute;
    right: 15px;
    top: 20px;
}
.bottom-border {
    cursor: default;
}
.hlo_holder{
    padding-bottom: 45px;
}
.hlo_holder_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.toggler_btn {
    border: 1px solid black;
    text-transform: uppercase;
    padding: 10px;
    cursor: pointer;
    color: #000;
    background-color: #fff;
    margin: 15px;
}
.contact_btn {
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    width: fit-content;
    padding: 5px 25px;
}
.hlo_name {
    font-weight: 700;
}
.hlo_descr ul {
    list-style: none;
    padding-left: 0;
}
.toggler_btn.active{
    color: #fff;
    background-color: #000;
}
.marker.open {
    transform: rotate(180deg);
}

.attributes_downarrow {
    /*position: absolute;
    right: 20px;*/
}
.attributes_subcontainer {
    width: 100%;
}
.ísonosto_slick .slick-dots {
   bottom: -40px!important;
}
.banner_description {
    text-align: center;
    background-color: #EEEEEA;
    padding-bottom: 20px;

}
.product_container .ribbon:nth-of-type(3) {
    top: 40px;
}
.ribbon {
    min-width: 125px;
}
.tarinat .slick-dots {
    bottom: -40px;
}
.banner .slick-dots {
    bottom: -40px;
}
.graybg {
    background-color: #EEEEEA;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}
.slick-dots li button:before {
    width: 11px;
    height: 11px;
    line-height: 11px;
    font-size: 11px;
}


.cookie_settings_container{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 95%;
    left: 2.5%;
    background:#fff;
    position:fixed;
    bottom: 0px;
    /*right:  5px;*/
    z-index: 99999999;
    overflow: hidden;
    border-top: 2px solid #000;
    transition: height 0.55s ease-out;
    background-color: #000;
}
.cookie_settings_container_height_0 {
    height: 0px;
}
.cookie_stuff_hidden {
    display: none !important;
}

.cookie_settings_container_hidden{
    display:none;
}
.cookie_settings{
    overflow-y: auto;
    max-height: 100vh;
    overflow-x: hidden;
    background-repeat: repeat-x;
    max-width: 1550px;
    color:#fff;
    margin:0 auto;
    padding:20px 30px;
    font-weight: normal;
}
.cookie_settings > div {
    max-height: 110px;
    overflow-y: auto;
}
.cookie_settings a{
    text-decoration: underline;
    color: #fff;
}
.cookie_button{
    text-transform: uppercase;
    display:inline-block;
    padding:0px;
    font-size: 1.4rem;
    cursor:pointer;
    margin: 5px 5px 5px 0;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    height: 45px;
    line-height: 44px;
    padding-left: 15px;
    padding-right: 15px;
    color: #000;
}
.cookie_settings_toggle {
    position: fixed;
    display: inline-block;
    bottom: 25px;
    left: 0px;
    z-index: 99999999;
    padding: 5px 10px;
    background: black;
    cursor: pointer;
    color: #fab830;
}
#accept_necessary_cookies {

    color: #000;
}
.tarjoukset .imghelper {
    display: none;
}
.cookie_button_show_editable {
    text-transform: uppercase;
    text-transform: underline;
}
.cookie_settings_container_hide{
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 5px;
    left: 10px;
    cursor: pointer;
    margin-bottom: 10px;
}
.product_card_container {
    height: auto!important;
}
.tarinat img {
    object-fit: cover;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}
.left-or {
    padding-left: 0px!important;
    margin-left: 0px!important;
}
@media(min-width:1000px)
{
    .attributes_subcontainer {
        width: 200%;
    }
    .tarinat {
        min-height: 560px;
    }
    .tarinat img {
        object-fit: cover;
        width: 100%;
        height: 560px;
        object-fit: cover;
        object-position: center;

    }
    .cookie_settings_container{
        width: 500px!important;
    }
    .banner .slick-dots {
        bottom: 21px;
    }
    .tarinat .slick-dots {
        bottom: 21px;
        height: 11px;
        line-height: 11px;
    }
    .tarinat_text {
        padding-top: 42px;
        padding-left: 45px;
    }
}
.basic_btn {
    height: 50px;
    line-height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#header_middle_menu .middle_menu_element:last-child {
    padding-right: 0px;
}