/*
Template:       ciri
Theme Name:     Ciri Child
Theme URI:      https://themeforest.net/user/LaStudio/portfolio?ref=LaStudio
Author:         LA Studio
Author URI:     https://themeforest.net/user/LaStudio?ref=LaStudio
Description:    Ciri - Furniture & Interior WooCommerce Theme
Version:        1.0.0
Requires at least: 5.0
Requires PHP:   7.0
Tags:           catalog, ceramics, craftsman, decor, elementor, furniture, furniture catalog, furniture portfolio, furniture shop, furniture store, home decor, interior decoration, lighting, woocommerce, woodworker
License:        GNU General Public License
License URI:    licence/GPL.txt
Text Domain:    ciri
Domain Path:    /languages/
*/

.df-map-responsive {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%; /* Relación 1:1 cuadrada */
}

.df-map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.button.search-results-button {
	background-color: #000000;
	color: #c4c4c4;
}

.button.search-results-button:hover,
.button.search-results-button:active {
	background-color: #f2be63;
    border-color: #f2be63;
	color: #000000;
}

::selection {
    background-color: #f2be63;
	color: #000000;
    text-shadow: none
}