

/* Start:/local/components/byterix/catalog.element/templates/7_green_monument/style.css?17606176971703*/
.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;
}

.moreinfo {
    display: none;
}

.bottom-info {
    display: block;
    position: absolute;
    top: 113%;
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid #d0d0d0;
    z-index: 10;
}
.bottom-info::after {
    content: "";
    left: 16px;
    top: -21px;
    position: absolute;
    border: 10px solid transparent;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 10px;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 10px;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 10px;
    border-bottom: 10px solid #d0d0d0;
}

.a-info::after {
    content: "?";
    width: 14px;
    height: 14px;
    display: inline-block;
    background: #d0d0d0;
    text-align: center;
    border-radius: 7px;
    margin-left: 5px;
    font-size: 11px;
    line-height: 13px;
    cursor: pointer;
}

@media (max-width: 640px) {
    .product_mobile {
        display: block;
        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?17606176971703 */
