

/* Start:/local/components/byterix/catalog.element/templates/7_green_monument/style.css?1742649465713*/
.product_details__box_item_size {
    margin-bottom: 12px;
}
.fake_dropdown {
    font-size: 14px;
    position: relative;
    display: flex;
    height: 36px;
    padding: 5px 30px 5px 12px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #696969;
    border: 1px solid #dfdfdf;
    border-radius: 7px;
    background-color: #fff;
    align-items: center;
    text-decoration: none;
}
.product_mobile {
    display: none;
}

@media (max-width: 640px) {
    .product_mobile {
        position: fixed;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        left: 0;
        bottom: 60px;
        z-index: 9;
    }
}


/* End */
/* /local/components/byterix/catalog.element/templates/7_green_monument/style.css?1742649465713 */
