﻿.ajaxCart {
    display: initial;
    position: absolute;
    padding: 1px !important;
    background: #fff;
    box-shadow: 0 1px 3px #666;
    border-color: initial;
    border-radius: initial;
    border-style: initial;
    border-width: initial;
    box-shadow: 0 1px 3px #666;
    color: #505050;
    outline: none;
    text-decoration: none;
    -webkit-tap-highlight-color: initial;
    box-sizing: border-box;
    background-clip: border-box;
}

.productAddedToCartWindow {
    border-radius: initial;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ajaxCart .k-window-titlebar {
    margin: 0 !important;
    padding: 10px;
    border-bottom: 1px solid #999;
    background: #bbb url('img/button1.png') top repeat-x;
    position: static;
    width: -webkit-fill-available;
    height: 1.1em;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-top: -2em;
    font-size: 1.2em;
    white-space: nowrap;
    min-height: 16px;
    box-sizing: content-box;
}

.ajaxCart .k-window-titlebar .k-window-actions {
    position: absolute;
    top: 9px;
    right: 10px;
    font-size: 0;
    z-index: 1;
}

.ajaxCart .k-window-titlebar .k-window-actions a {
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    background: #333 url('img/button-close-hover.png') center no-repeat;
    box-shadow: 0 0 1px #999 inset;
    font-size: 0;
}

.ajaxCart .k-window-titlebar .k-window-actions a:hover {
    background: #fff url('img/button-close.png') center no-repeat;
}

.ajaxCart div.k-window-content {
    overflow: initial;
    padding: 15px 10px;
    position: static;
}

.k-dialog-buttongroup {
    margin: 0;
    padding: 6px 6px;
    width: 100%;
    border-width: 1px 0 0;
    border-style: solid;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-color: #d5d5d5;
}

.k-overlay, .nopAjaxCartPanelAjaxBusy {
    z-index: 100000 !important;
}

.k-window {
    z-index: 100001 !important;
}

.price_list .row .thumb img {
    padding-top: 10px;
    max-width: 100%;
}

#profileRefreshedPanel {
    background-color: #00a2dd;
    border-color: #92bfe8;
    color: #FFFFFF;
    border-style: solid;
    border-radius: 5px;
    border-width: thin;
    max-width: 400px;
    max-height: 150px;
    text-align: center;
    vertical-align: middle;
}

#profileRefreshedPanelError {
    background-color: #AA0000;
    border-color: #AA0000;
    color: #FFFFFF;
    border-style: solid;
    border-radius: 5px;
    border-width: thin;
    max-width: 400px;
    max-height: 150px;
    text-align: center;
    vertical-align: middle;
}

#profileRefreshedPanel:hover {
    background: #0008d0 !important;
    border-color: #87b1e3 !important;
}

#profileRefreshedPanelError:hover {
    background: #DD0000 !important;
    border-color: #DD0000 !important;
}

.refreshProfilePanel {
    padding-left: 20px;
}

#profileRefreshedPanel, #profileRefreshedPanelError, #profileRefreshedPanelBtn {
    margin-bottom: 3px;
}
