/*
Theme Name: Amely Child
Theme URI: http://amely.thememove.com/
Author: 9DEV
Author URI: https://9-dev.com/
Version: 0.4.1
Template: amely
*/

/* Language switcher in menu */
.widget ul li.wpml-ls-item a {
    padding: 15px 30px 15px 15px;
}

/* WCAG override for login icon */
.header-login .i-span {
    font-size: 18px;
}

.site-mobile-menu .header-login .i-span {
    margin-right: 10px;
}

@media (max-width: 1199px) {
    .header-login .i-span {
        font-size: 18px !important;
    }
}

/* WCAG override social */
.site-mobile-menu .social-links li .i-span {
    line-height: 30px;
    font-size: 18px;
}
.social-links li .i-span {
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
}
.social-links li .i-span {
    font-family: 'Font Awesome 5 Brands';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1;
}

/* WCAG override widget contact */
.widget_tm_contact_info p > .i-span {
    display: table-cell;
    width: 30px;
    font-size: 14px;
}

.widget_tm_social ul.social-links .i-span {
    font-size: 18px;
}

/* WCAG Override search */
.search-form-wrapper .btn-search-close .i-span {
    font-size: 60px;
    z-index: 1001;
    color: #222222;
}

.ti-search.i-span {
    display: inline-block;
}

/* WCAG Back to top icon */
.back-to-top .i-span {
    font-size: 40px;
}

/* Product page filters overflow */
.filters-area .widget ul {
    max-height: none !important;
}

/* Wishlist */
#yith-wcwl-form table.shop_table.wishlist_table td.product-stock-status span.wishlist-in-stock:before {
	color: green !important;
}

/* ESPA banner */
@media (max-width: 767px) {
    .espa {
        position: absolute;
        top: 60px;
    }
}
