@media (min-width: 1024px) {


    body {
        font-size: 15px;
    }

    ul.list li::before {
        top: 10px;

    }


    #logo {
        margin: 0 auto;
    }


    /***************************************************************************************************
    layout-right
    ***************************************************************************************************/
    /*
    .page-layout-2columns-right main .m::after
    {
        right:400px;
    }
    */
    .page-layout-2columns-right .main {
        width: calc(100% - 420px);
    }

    .page-layout-2columns-right .sidebar-main {
        width: 380px;
    }


    /***************************************************************************************************
    top
    ***************************************************************************************************/
    #top_account {
        width: auto;
        right: 160px;
        top: 110px;
        height: 40px;
    }

    #top_cart {
        right: 10px;
        width: 125px;
        top: 110px;
        height: 40px;
    }

    #top_account_b,
    #top_cart_b {
        padding: 0 0 0 35px;
        height: 40px;

    }

    #top_account_b div,
    #top_cart_b div {
        display: block;
        line-height: 15px;
        position: relative;
        top: 5px;
    }

    #top_account_b div > span,
    #top_cart_b div > span {
        display: block;
        color: #aaa;
        font-size: 13px;
        height: 15px;
    }

    #top_cart_c.x,
    #top_account_c.x {
        left: auto;
        right: 0;
        top: 53px;
    }

    #top_account_b {
        padding: 0;
    }

    #top_account_b .i {
        display: none;
    }

    #top_cart_b .i {
        line-height: 40px;
        height: 40px;
    }


    /***************************************************************************************************
    search
    ***************************************************************************************************/
    .minisearch {
        right: 10px;
    }
}
