

/* Start:/local/components/sketch/catalog/templates/.default/style.css?1674215980581*/
.catalog-item-element-order-button{
    background: #FE3F37;
    border: 2px solid #FE3F37;
    border-radius: 40px;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 40px;
    position: absolute;
    bottom: 20px;
    cursor: pointer;
}

.catalog-item-element-order-button:hover{
    background: #FFFFFF;
    color: #FE3F37;
}

@media (max-width: 980px){
    .catalog-item-element-order-button{
        position: relative;
        bottom: unset;
        margin-top: 20px;
    }
}



/* End */
/* /local/components/sketch/catalog/templates/.default/style.css?1674215980581 */
