

/* Start:/local/components/byterix/catalog.element/templates/7_green_monument/style.css?17611473642378*/
.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;
}

.label_box {
    position: relative;
}

.moreinfo.bottom-info {
    display: block;
    position: absolute;
    width: 280px;
    top: 35px;
    left: 10px;
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid #d0d0d0;
    z-index: 10;
}
.moreinfo.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;
}

.btn-installment {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7px 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    width: 100%;
    height: 100%;
    max-width: 180px;
    max-height: 35px;
    background: linear-gradient(90deg, rgba(255, 227, 15, 0.9) 0%, rgba(210, 255, 65, 0.9) 100%);
    border-radius: 5px;
    transition: background 0.5s ease-in-out;
}

.btn-installment:hover {
    opacity: 0.8;
}

@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;
    }

    .btn-installment {
        max-width: 100%;
    }
}


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