Untitled

 avatar
unknown
plain_text
a year ago
817 B
4
Indexable
@media screen and (min-width: 1025px) {

    html body .header-nav #prc,
    html body .header-nav #check_btn {
        display: none !important;
    }

    html body .header-nav #btn_link1 .btn-checkout {
        padding: 15px 0 !important;
    }

    html body .header-nav #qty {
        background-color: #FF904D;
        border-radius: 50%;
        top: 6px;
        right: 11px;
        position: absolute;
        font-size: 13px;
        text-align: center;
        padding: 2px 5.5px 1px;
    }

    html body .header-nav .btn-checkout {
        min-width: 60px !important;
        background-color: transparent !important;
        position: relative;
    }

    html body .header-nav .btn-checkout img {
        height: 27px !important;
        width: 27px !important;
    }
}
Editor is loading...
Leave a Comment