/*
Theme Name: Tevily Child
Theme URI: https://gaviaspreview.com/wp/tevily/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes Team
Description: Child theme for the Tevily theme.
Template: tevily
*/


@media (max-width: 1024px) { 
    .header-mobile-content {
        background-color: #535757;
    }

    .gva-offcanvas-content .top-canvas {
        background: #535757;
    }
}

select, input[type="number"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #f9f6ef;
    font-size: 16px;
    border-radius: 5px;
    appearance: none; 
}


select {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="%23000" d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px;
}