﻿.RadAvatar.k-avatar {
    vertical-align: sub !important;
}

.usr-cart .k-avatar-text {
    font-size: 2.1em !important;
    position: relative;
    top: 2px;
    left: 1px
}

.cart-icon {
    font-family: WebComponentsIcons;
    font-size: 2em;
    display: inline-block;
    background: #337ab7;
    color: #fff;
    padding: 8px 7px 5px;
    border-radius: 40px;
    position: relative;
}

#header-avatar .RadBadge {
    position: relative;
    top: -55px;
    left: 25px
}
.price-avail .RadBadge {
    position: relative;
    top: 0px;
    right: 0px
}

#header-avatar .RadBadge.k-badge-md {
        padding-block: .15rem !important;
        padding-inline: .28rem !important;
    }

.RadWindow_Bootstrap {
    /*border-left: #ed1c2b solid 6px !important;*/
    border-left: #ccc solid 6px !important;
}

.pop-cart  {
    z-index: 7001;
}
.pop-cart .rwTitleWrapper {
    padding: 4px !important;
}

.pop-cart .rwTitleBar {
    color: #fff !important;
    /*background: #44616a !important;*/
    background: #337ab7 !important;
    border-radius: 0 4px 0 0 !important;
}

.pop-cart .rwTitleBar .rwIcon::before {
    content: "\e143" !important; /* handlevogn */
    font-size: 1.75em !important;
    margin: -5px 0 0 -2px
}

.pop-cart .rwTitle {
    padding-left: 39px !important;
    font-size: 1.15em !important
}

.pop-cart .rwContent {
    scrollbar-width: thin;
}

.pop-cart .rwStatusBar {
    padding: 3px 15px !important;
    background: #f4f4f4 !important
}

#cart .header,
#cart .item {
    display: grid;
    grid-template-columns: 30px 70px auto 110px 90px 125px 20px;
    gap: 10px;
}
#cart .cart-sub .header,
#cart .cart-sub .item {
    display: grid;
    grid-template-columns: 100px auto 125px 125px 100px;
    gap: 10px;
}
#cart .cart-sub .header-price {
    text-align: center;
}
#cart .cart-sub .price {
    align-self: center;
    text-align: center;
    font-size: 1.0em;
    font-weight: 900;
}






#cart .footer {
    display: grid;
    grid-template-columns: auto 200px 4px 125px 20px;
    gap: 10px;
    /* place-items: center; */
}

#cart,
#cart .header{
    border-bottom: 1px solid #ccc;
}
#cart .header > div {
    padding-left: 0 !important;
}
#cart .header .header-price {
    text-align: center;
    margin-left: -4px;
}
#cart .header .header-qty {
    text-align: center;
  /*  margin-left: -12px; */
}
    #cart .header .header-sum {
        text-align: right;
        padding-right: 5px;
}


#cart .item {
    overflow: hidden;
    padding: 10px 0;
}
    #cart .item.item-alt {
        background-color: #f9f9f9;
    }
#cart .item:hover {
    background-color: #eeeeee;
}

    #cart .item > div {
        line-height: 1.0em;
        align-self: start; /* 070126 vurder denne */
        max-height: 66px;
        overflow: hidden;
    }

    #cart .item div .item-cat {
        color: darkslategray;
        font-size: .7em;
    }

    #cart .item div .item-sku {
        color: steelblue;
        font-weight: bold;
        font-size: .95em;
    }

    #cart .item div .item-title {
        color: #555;
        font-weight: bold;
        font-size: .95em;
    }

    #cart .item .cart-select {
        align-self: center;
        margin-left: 0;
        zoom: 1.5;
    }

    #cart .item .cart-img {
        align-self: center;
        height: 100%;
    }
    #cart .cart-sub .item .cart-img {
        max-height: 46px;
    }

        #cart .item .cart-img img {
            width: 100%;
            height: 100%;
            object-fit: scale-down;
            mix-blend-mode: multiply;
        }

    #cart .item .cart-text {
        align-content: center;
    }

    #cart .item .price-avail {
        align-self: center;
        text-align: center;
        overflow: visible;
    }

        #cart .item .price-avail .badge{
            height: 0;
            position: relative;
            top: -12px;
            left: 50px;
        }
            #cart .item .price-avail .badge .addpercent::after {
                content: "%";
            }

        #cart .item .price-avail .blue-area {
            padding: 7px 0 3px 0;
            background: #f0f8ff;
            border: 1px solid #6d94b5;
            border-radius: 6px;
            text-align: center;
        }

        #cart .item .price-avail .price {
            font-weight: 900;
            font-size: 1.0em;
        }

        #cart .item .price-avail .avail {
            font-size: .85em;
        }

            #cart .item .price-avail .avail .avs {
                padding-left: 5px;
            }

    #cart .item .item-qty {
        align-self: center;
        text-align: left;
        padding-left: 20px;
        caret-color: #000;
    }


#cart .item .item-qty .riSelect {
            position: relative !important;
            left: 0 !important;
            top: 2px !important;
    background-color: transparent !important;
        }
#cart .item .item-qty .riSelect .riButton {
        border: none !important;
        background: transparent !important;
    }
#cart .item .item-qty .riContButton a {
            display: inline-block;
            padding: 2px 0 0 2px;
        }
.riSelect .riButton::before {
    content:"\e103" !important  /* snurr */
}

#cart .item .item-qty .riContButton a,
#cart .item .item-delete {
    display: none;
}
#cart .item:hover .item-qty .riContButton a,
#cart .item:hover .item-delete {
    display: inline-block;
}
#cart .item-delete {
    align-content: center;
    height: 100%;
    line-height: 1em;
    overflow: visible !important;
}
#cart .item-delete .iconDelete {
    padding: 0 !important;
    border: none !important;
    vertical-align: middle;
    color: #555;
    background-color: transparent;
    top:1.5px;
    left: -6px;
}

#cart .item-delete .iconDelete:before {
        border: none !important;
        content: "\e10c" !important; /* søppeldunk */
        font: 1.5em/1 "WebComponentsIcons" !important;
    }



    #cart .item .item-qty .riTextBox {
        font-weight: 900 !important;
        font-size: 1.0em;
        text-align: center;
        vertical-align: top;
        padding: 4px 2px !important;

    }
        /*
        #cart .item .item-qty button {
            background-color: transparent !important;
            border-color: transparent !important;
            border-width: 0;
            padding: 0;
            top: 8px;
            left: 2px;
        }

            #cart .item .item-qty button::before {
                content: "\e103" !important;
                font: 18px / 1 "WebComponentsIcons";
            }
            */
#cart .item-sum {
    align-self: center !important;
    text-align: right;
    font-weight: 900;
    font-size: 1.0em;
    white-space: nowrap;
    /*padding-right: 5px;*/
    width: 100%;
}

#cart .footer{
    line-height: 34px;
    xpadding-right: 5px;
}
#cart .footer-first {
    padding-top:10px
}
/*#cart .footer-first */
.footer-first .RadComboBox {
    width: 100% !important;
    max-width: 420px !important;
    zoom: 1;
}
.footer-first .rcbInner {
    margin-top: 0 !important;
    height: initial !important;
    padding: 2px 6px !important;
}
.footer-first .rcbActionButton {
    padding: 2px !important;
}
.rcbSlide {
    /* 090126 z-index: 7010 !important; */
    z-index: 7010 !important; 
}
    #cart .footer .footer-label {
        width: 100%;
        font-size: 1.0em;
        text-align: right;
        vertical-align: middle;
        padding-top: 2px;
}

#cart .footer-last {
    padding-bottom: 10px
}

.footer .footer-second{
    vertical-align: middle !important;
}

/*
.footer > div {
    height: 100%;
    align-content: center;
    background-color: yellow;
}
.footer {
    height: 100%;
    align-content: center;
    border: 1px dotted #777;
}
  */

#launcher {
    /* 090126 z-index: 7000 !important; */
    z-index: 7000 !important; 
}
/*
.cart-sub {
    margin-bottom: 35px !important;
}
    */
#pnPriceChanged.rpExpanded {
    border-left: none !important;
}


#pnPriceChanged.rpExpandable {
    background-color: #aaa !important;
    border-left: none !important;
}
#pnPriceChanged.rpRootLink {
    padding-left: 10px !important;
    height: 20px !important;
}
#pnPriceChanged.rpRootLink .rpText {
    margin-top: -3px;
}
/*
.cart-sub .rpSlide {
    border-left: 1px solid #dedede !important;
}
    */


.cart-price-banner {
    display: block;
    background: #fdf2d0;
    border: 1px solid #f0ad4e;
    padding: 10px;
    margin: 7px 0;
    font-weight: 500;
}