/* Ajustes mobile do checkout CPDHost */
@media (max-width: 767px) {

    /* Esconde apenas Categorias, Ações e Escolha a Moeda */
   #order-standard_cart div[menuitemname="Categories"],
#order-standard_cart div[menuitemname="Actions"],
#order-standard_cart div[menuitemname="Choose Currency"],
#order-standard_cart .cart-sidebar div[menuitemname="Categories"],
#order-standard_cart .cart-sidebar div[menuitemname="Actions"],
#order-standard_cart .cart-sidebar div[menuitemname="Choose Currency"],
#order-standard_cart div.panel.card.card-sidebar[menuitemname="Categories"],
#order-standard_cart div.panel.card.card-sidebar[menuitemname="Actions"],
#order-standard_cart div.panel.card.card-sidebar[menuitemname="Choose Currency"] {
    display: none !important;
}

    /* Mantém o resumo do pedido visível */
    .secondary-cart-sidebar,
    .cart-sidebar,
    .panel-summary,
    .order-summary {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 20px !important;
    }

    /* Área principal ocupa toda a largura */
    .main-content,
    .primary-content,
    .col-md-9,
    .col-sm-12 {
        width: 100% !important;
        max-width: 100% !important;
        padding-top: 0 !important;
    }

    /* Títulos mobile */
    #order-standard_cart h1 {
    font-size: 24px !important;
    line-height: 1.15 !important;
    margin-top: 5px !important;
    margin-bottom: 15px !important;
}

    /* Logo menor */
    .logo img,
    .navbar-brand img {
        max-height: 38px !important;
        width: auto !important;
    }

    /* Esconde bandeira/moeda do rodapé */
    footer ul.list-inline.mb-7.text-center.float-lg-right,
    .language-chooser,
    .currency-selector,
    .languagechooser,
    .currencychooser,
    .language-dropdown,
    .currency-dropdown {
        display: none !important;
    }

    /* Ajustes do formulário de domínio */
    .domain-selection-options,
    .domain-input-group,
    .domain-option {
        margin-top: 12px !important;
    }
}

