/*修改收藏*/
.product-item .product-item-info .product-item-details .actions-secondary {
    position: relative;
}

a.wishList-action {
    line-height: 36px;
    width: 36px;
    display: block;
    background-color: #e9e9e9;
    font-weight: normal;
    padding: 0;
    -webkit-border-radius: 100%;
    text-align: center;
    color: #222;
    margin-bottom: 5px;
}

.wishList-action1 {
    font-weight: normal;
    overflow: hidden;
    speak: none;
    line-height: 35px !important;
    text-align: center;
    width: 35px;
}


/*修改底部 自适应*/
.hy-row {
    margin-right: -15px;
    margin-left: -15px;
}

.footer-static .hy-outer-img > img {
    height: 30px;
    margin: 10px
}

@media only screen and (min-width: 767px) {
    .footer-static .hy-outer {
        display: flex;
        justify-content: center;
        margin: 20px 0px
    }

    .footer-static .hy-outer-img {
        display: flex;
        justify-content: center;

    }

    .page-layout-2columns-left .sidebar-main {
        float: left !important;
    }
}


@media only screen and (max-width: 767px) {
    .footer-static .hy-outer {
        display: grid;
        grid-template-columns: 50% 50%;
        justify-items: center;
        margin: 20px 0px;
    }

    .footer-static .hy-outer-img {
        display: grid;
        grid-template-columns: 50% 50%;
        justify-items: center;
    }

    .toolbar-products {
        display: none !important;
    }

    .pad-hide{
        display: none !important;
    }
    .footer-static{
        padding-bottom: 20px;
    }
    .footer-container .footer-static .row > div {

    }

    .columns {
        display: flex !important;
        flex-direction: column-reverse !important;
    }
    .columns .main,.columns .sidebar-main,.columns .sidebar-additional{
        width: 100% !important;
    }
}



