/*
Theme Name: Playerx Child
Theme URI: https://playerx.qodeinteractive.com
Description: A child theme of Playerx Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0.2
Text Domain: playerx
Template: playerx
*/
/* Enqueue parent theme style */
/* @import url('../playerx/style.css'); */

/* Local Minecraft font */
@font-face {
    font-family: 'Minecraft';
    src: url('fonts/minecraft.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html:root {
    --minecraft-font: 'Minecraft', sans-serif;
}

a:not(:hover),
p a:not(:hover) {
    color: #aeafff;
}

/* Apply as if selected in theme options */
html body,
.edgtf-content,
.edgtf-title-holder .edgtf-page-title,
.edgtf-main-menu>ul>li>a,
sr7-txt.sr7-layer,
.elementor-widget-heading .elementor-heading-title,
.edgtf-btn-text {
    font-family: var(--minecraft-font) !important;
}

form.checkout #customer_details .col-2,
form.checkout #customer_details .col-1 .woocommerce-billing-fields {
    display: none;
}

.edgtf-main-menu>ul>li>a {
    font-weight: 500;
}

.prlt3 {
    display: none !important;
}

.edgtf-woocommerce-page.woocommerce-account .woocommerce form.login p.form-row:not(.woocommerce-form-row) {
    display: flex;
    justify-content: space-between;
}

.edgtf-woocommerce-page.woocommerce-account .woocommerce form.register p,
.edgtf-woocommerce-page.woocommerce-account .woocommerce form.login p {
    margin: 0;
}

#customer_login {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
}

@media (max-width: 1024px) {
    #customer_login {
        grid-template-columns: 1fr;
    }
}

#billing-fields {
    display: none;
}

ul.products>.product .price * {
    font-size: 13px !important;
    font-weight: 400;
}

.edgtf-product-list-title a {
    font-style: 11px;
}

/* Custom styles for Customer Email Verification */
.cev-authorization-grid__visual {
    position: static !important;
}

#otp_input_otp_input_1,
#otp_input_otp_input_2,
#otp_input_otp_input_3,
#otp_input_otp_input_4 {
    padding: 0 !important;
    color: #000000 !important;
}

.cev-field * {
    color: #000000 !important;
}

/* Custom styles for WooCommerce */
button.edgtf-btn:not(.edgtf-woo-search-widget-button):not(.edgtf-search-submit) {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: inherit;
    font-size: 13px;
    line-height: 2em;
    letter-spacing: .06em;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 13px 54px;
    color: #fff;
    background-color: #ff0e1f;
    border: 1px solid transparent;
    -webkit-transition: .5s cubic-bezier(.22, .61, .36, 1);
    transition: .5s cubic-bezier(.22, .61, .36, 1);
    cursor: pointer;
    z-index: 3;
}
blockquote.warning,
.notice-error > blockquote {
    background-color: #9f0913;
}
.notice.notice-success blockquote {
    background-color: #0b5f15;
}
#af-wrapper #statistics {
    border-radius: 6px;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
    box-shadow: none !important;
}
/* .edgtf-title-holder.edgtf-centered-type.edgtf-title-full-width.edgtf-title-va-header-bottom.edgtf-has-bg-image.edgtf-bg-parallax,
.edgtf-title-holder.edgtf-centered-type.edgtf-title-va-header-bottom.edgtf-has-bg-image.edgtf-bg-parallax {
    background-size: contain;
} */
body h2.wc-block-mini-cart__title {
    font-size: 1.4rem;
}
body span:where(.wc-block-mini-cart__badge) {
    background-color: rgb(255 14 31);
}
body .edgtf-drop-down .second .inner ul li a {
    padding: 6px 16px;
}
button.wc-block-components-button:not(.is-link) {
    background-color: rgb(255 14 31);
    border: none;
    font-family: var(--minecraft-font) !important;
}
a.wc-block-components-button:not(.is-link) .wc-block-components-button__text,
body table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
body table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
    color: rgb(255 14 31);
}
body .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    border: 2px solid hsl(0deg 100% 54.74%);
}
.edgtf-woo-single-page .edgtf-single-product-summary .edgtf-single-product-title,
.edgtf-product-list-title a,
body blockquote {
    text-transform: none;
}
.asgarosforum-widget {
    padding: 1rem;
}
@media only screen and (max-width: 1024px) {
    body .edgtf-mobile-header .edgtf-mobile-logo-wrapper a {
        height: 112px !important;
    }
    body .edgtf-title-holder.edgtf-title-va-header-bottom {
        max-height: 250px;
        overflow: hidden;
    }
}
body .edgtf-mobile-header .edgtf-mobile-nav {
    z-index: 11;
    position: relative;    
}
body .edgtf-page-header .edgtf-menu-area .edgtf-logo-wrapper a {
    max-height: 146px;
}
body .edgtf-title-holder.edgtf-bg-parallax {
    animation: none;
}
body .edgtf-wrapper-inner .edgtf-content {
    min-height: 40vh;
}
h6.edgtf-product-list-title {
    font-weight: 500;
}