/*!
Theme Name: Solana Funded - Shocked Pass
Theme URI: http://underscores.me/
Author: Solana_Funded
Author URI: https://www.solanafunded.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: solanafunded
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Solana_Funded is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.iti {
	width: 100%;
}
.billing-widget {
	z-index: 15;
}
.woocommerce-order-pay table.shop_table .product-name {
    font-size: 16px !important;
}
.woocommerce-order-pay button#place_order {
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 500;
    background: #19FB9B;
    border: none;
    color: #000;
    border-radius: 30px;
}
.iti__country {
    color: #000;
}
.iti__search-input {
    color: #000 !important;
}
.iti__selected-country {
    background-color: #142020;
    padding: 0 7px;
    border-radius: 10px 0 0 10px;
}
.woocommerce-checkout table.shop_table .variation {
    margin-top: 0;
}

.account-item #elevate-pass {
    border-radius: 8px;
}
.account-item #shocked-pass {
    border-radius: 8px;
}

.checkout-area input[type=radio]:checked ~ label::before {
    line-height: 20px;
    display: inline-grid;
    align-content: center;
}

.variation dd p {
    color: var(--title-color);
}
.product-name .variation {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.product-name .variation dd p:before {
	content: '- '
}

.variation dd p {
    color: var(--title-color);
}
.product-name .variation {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.product-name .variation dd p:before {
	content: '- '
}

.ot-header .header-logo {
    line-height: 1px;
    max-width: 300px;
}

@media (max-width: 575px) {
	.ot-header .header-logo {
    max-width: 260px;
}
}

@media (max-width: 400px) {
	.ot-header .header-logo {
    max-width: 220px;
}
}