/**
 * Theme Name: Games Access
 * Theme URI: 
 * Description: Child theme of Shoptimizer
 * Author: CommerceGurus
 * Template: shoptimizer
 * Version: 1.0.0
 */

.single-product .product_meta .tagged_as {
    display: none;
}

.ywcas-classic-search .ywcas-input-field-wrapper {
    border-radius: 13px!important;
}

.ywcas-popover-results .ywcas-search-results {
    margin-top: 0!important;
}

.ywcas-popover-results .ywcas-search-results .search-result-item__summary {
    display: none!important;
}

.yay-currency-widget-switcher {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
}

.yay-currency-widget-switcher h4 {
    display: none!important;
}

.yay-currency-widget-switcher:before {
    content: 'Select currency:';
}

@media screen and (min-width: 992px) {
    .yay-currency-widget-switcher {
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .yay-currency-widget-switcher:before {
        font-size: 13px;
    }
}

.yay-currency-widget-switcher .yay-currency-single-page-switcher {
    margin-top: 8px;
}

#tnp-modal .tnp-subscription-popup {
    margin: 0!important;
    max-width: 100%!important;
}

#tnp-modal .tnp-subscription-popup .tnp-field-button {
    margin-top: 25px;
}

#tnp-modal .tnp-subscription-popup .tnp-field-button input[type="submit"] {
    padding: 10px 20px!important;
    background-color: #3bb54a!important;
}

#tnp-modal .tnp-subscription-popup .tnp-field-email input[type="email"] {
    background: #fff!important;
    border: 1px solid #D2D6DD!important;
}

#tnp-modal .tnp-subscription label {
    margin-bottom: 10px!important;
}
