/*
Theme Name: Photo Stocks
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.paint-editor .controls button svg {
    width: 20px;
    height: 20px;
}
.paint-editor .controls button {
    padding: 5px 20px !important;
    border-radius: 5px;
    border: 0;
    background: #037b26;
    color: #fff;
}
.paint-editor .controls label {
    color: #000;
    display: flex;
    align-items: center;
    gap: 5px;
}
.paint-editor .controls .control--top {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.paint-editor .controls .control--top #color {
    height: 42px;
}
.paint-editor #baseImage {
    border-radius: 20px;
    border: 2px solid #000;
}
.control-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.control-buttons .button {
    font-size: 18px;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 35px 15px 35px;
    background: #FF6B9D;
    color: #fff;
    border: 0;
    font-weight: bold;
    font-family: "Roboto";
}
