/*
Theme Name: Homey Child
Theme URI: http://themeforest.net/user/favethemes/
Author: Favethemes
Author URI: http://themeforest.net/user/favethemes/
Description: Homey is a powerful booking platform that lets you run a residential or commercial
rental business online with no hassle
Version: 1.0.0
Tags: right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: homey
Template: homey
*/


/* Your CSS code goes here
-------------------------------------- */

.page-id-736 .hori-daily .search-filter-btn {
    height: 56px !important;
    margin-right: 10px !important;
    color:#fff !important;
}
.single-listing .fanboxTopGallery-item{
	display:none !important; 
}

.account-login .homey-icon-circle {
  display:none;
} 

.partners-module-slider .slick-arrow {
	display: none !important; 
}

.nav-bar-lang-g-translate {
    width: 50px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    height: 77px;
}


.currency-switcher {
    position: relative;
    display: table-cell;
    font-family: inherit;
		min-width: 100px;
}

/* Button */
.currency-switcher .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    transition: all .2s ease;
	min-width: 100px;
	line-height: 17px !important;
	color: #000000 !important; 
}

.currency-switcher .dropdown-toggle:hover {
    border-color: #cbd5e1;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

/* Arrow */
.currency-switcher .dropdown-toggle i {
    font-size: 12px;
    transition: transform .2s ease;
}

/* Dropdown */
.currency-switcher .dropdown-menu {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    min-width: 140px;
    padding: 6px 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: all .2s ease;
    z-index: 999;
}

/* Show dropdown */
.currency-switcher:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Items */
.currency-switcher .dropdown-menu li {
    padding: 8px 14px;
    font-size: 14px;
    cursor: pointer;
    transition: background .15s ease;
}

/* Hover item */
.currency-switcher .dropdown-menu li:hover {
    background: #f3f4f6;
}

/* Active item */
.currency-switcher .dropdown-menu li.active {
    font-weight: 600;
    background: #f1f5f9;
}

/* Rotate arrow */
.currency-switcher:hover .dropdown-toggle i {
    transform: rotate(180deg);
}