/**
	Theme Name: Goya Child Theme
	Description: This is a child theme of Goya.
	Template: goya
	Version: 1.0
	Author: Everthemes
	Author URI: http://themeforest.net/user/luisvelaz
	Tags: responsive-layout, flexible-header, custom-colors, mega-menu, woocommerce, shop, ajax, page-builder, translation-ready, gutenberg
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* --- FJERN ALLE DROPDOWN-PILE FRA LANDEFELTET --- */

/* Fjern native browser-pil */
#billing_country,
#shipping_country {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: none !important;
}

/* Fjern WooCommerce standard pil (ofte baggrundsbillede) */
#billing_country,
#shipping_country {
    background-position: right 9999px center !important;
    background-repeat: no-repeat !important;
}

/* Fjern tema-pile der bruger pseudo-elementer */
#billing_country::after,
#shipping_country::after,
select#billing_country::after,
select#shipping_country::after {
    display: none !important;
    content: none !important;
}

/* Fjern pil fra Select2 hvis dit tema bruger det på checkout */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}

/* Hvis temaet bruger speciel wrapper */
.select2-selection__arrow {
    display: none !important;
}

/* Gør disabled felt visuelt rent */
#billing_country:disabled,
#shipping_country:disabled {
    background-color: #f9f9f9 !important;
    color: #000 !important;
    cursor: default !important;
}

/* UpsellWP styling */
.cuw-offer {
    margin-top: 12px !important;
}

html[lang="sv-SE"] img.wp-image-3985 {
    display: none !important;;
}

/* Badge ved siden af prisen */
.extra-sharp-badge {
    background: #f0972d;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 8px;
    margin-left: 8px;
    border-radius: 4px;
    display: inline-block;
}

/* WPupsell plugin font */
.cuw-modal,
.cuw-modal * {
    font-family: "Titillium Web", sans-serif !important;
}

/* WPupsell styling */

.cuw-addon-text {
	background: #56666f !important;
}

.cuw-product-addons .cuw-product-title {
    font-size: 13px !important;
}

.cuw-product-addons .cuw-product-price .woocommerce-Price-amount {
    font-size: 14px !important;
}

/* Withdrawals styling */

.ayudawp-euw-button {
	background: #56666f!important;
}