﻿@import url('monsteratt/css2.css');

* {
    padding: 0px;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
}

.hscr {
    overflow: hidden;
}


a {
    text-decoration: none;
}

.fon {
    background-color: #fbfbfb;
    
    margin: 0 auto;
}

.topline {
    width: 100%;
    background-color: white;
    padding: 10px;
}

    .topline .logo {
        font-size: 20px;
        font-weight: 600;
        color: #9a9a9a;
        
    }

.bottomline {
    background-color: white;
    padding: 6px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    max-width: 550px;
    margin: 0 auto;
    border: solid 1px #999;
}

.b_menuitem {
    width: 25%;
    align-self: center;
    text-align: center;
}

    .b_menuitem i {
        font-size: 20px;
        color: #9a9a9a;
    }


.item {
    display: flex;
    flex-direction: column;
    padding: 0px;
    width: 100%;
}

.item_image {
    background-position: center !important;
    background-size: cover !important;
    width: 100%;
    min-height: 220px;
    margin: 0 auto;
}

.item span {
    padding: 8px;
    font-size: 16px;
    color: #9a9a9a;
    font-weight: 600;
}

.scrool_item {
    width: 140px;
    flex: none;
    display: flex;
    flex-direction: column;
    margin: 0 7px;
    border: solid 1px #eee;
    border-radius: 15px;
    background-color: #ebebeb;
    position: relative;
}

    .scrool_item .fav {
        position: absolute;
        top: 10px;
        right: 10px;
        color: white;
        background-color: #ebebeb66;
        width: 22px;
        height: 22px;
        text-align: center;
        border-radius: 100%;
    }

.price_box {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #ffae00a3;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2px 9px;
    font-size: 12px;
    font-weight: 800;
    color: #4f4f4f;
}

.scrool_item .image {
    width: 100%;
    height: 120px;
    background-position: center !important;
    background-size: cover !important;
    flex: none;
    background-repeat: no-repeat !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.scrool_item .item_header {
    font-weight: 600;
    font-size: 12px;
    color: #9a9a9a;
    margin: 0 6px;
    min-height: 90px;
}

.scrool_item .item_price {
    font-weight: 800;
    font-size: 12px;
    color: black;
    margin: 0 6px;
}

.scrool_item .item_price_opt {
    color: #aa3c3c;
    font-weight: 800;
    font-size: 12px;
    margin: 0 6px;
}


.headline
{
    display:block;
    margin:8px;
}

.kolcart {
    position: absolute;
    top: -12px;
    right: 4px;
    background-color: greenyellow;
    border-radius: 100%;
    width: 32px;
    height: 20px;
    align-self: center;
    font-size: 12px;
    display:none;
}


.vkitem {
    display: flex;
    flex-direction: column;
    width: 19% !important;
    border: solid 1px #eee;
    margin: 2px;
    /*min-height: 290px;*/
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    min-width: 180px !important;
}



.imtosendwrapper {
    width: 49%;
    display: inline-block;
    padding: 5px;
}

    .imtosendwrapper img, .imtosendwrapper div {
        border: solid 1px #eee;
        width: 100%;
        object-fit: contain;
        margin: 5px;
        width: 100%;
        object-fit: cover;
        margin: 1px;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        aspect-ratio: 16 / 9;
        border-radius: 16px;
        box-shadow: 0px 8px 8px rgb(0 0 0 / 12%);
        -webkit-box-shadow: 0px 8px 8px rgb(0 0 0 / 12%);
    }
