/*убираем стандартные вещи */
/*заголовок "История выполнения заказа"*/
.s-order-timeline > h3, .s-order-timeline > h4, .s-order-timeline > br {
    display: none;
}

#s-order-block .s-order-timeline {
    z-index: initial;
    position: initial;
    margin-top: 30px !important;
    width: 100%;
}

/*кнопки*/
.pl-oc-btn {
    display: inline-block;
    font-weight: 500;
    color: #767676;
    text-align: center;
    user-select: none;
    background: transparent;
    border: 0.125em solid transparent;
    margin-right: 0.375em;
    padding: 0.4375em 0.75em;
    line-height: 1;
    border-radius: 0.375em;
    outline: 0 none;
    box-shadow: none;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out;
    cursor: pointer;
    box-sizing: border-box;
}
.pl-oc-btn:last-child {
    margin-right: 0;
}
.pl-oc-btn:hover {
    color: #f20;
    background: rgb(0 20 80 / 5%);
    box-shadow: none;
}
.pl-oc-btn.active {
    color: #1a9afe;
}
.pl-oc-btn.disabled {
    color: #767676 !important;
    background: rgb(0 20 80 / 6%);
    box-shadow: none;
    cursor: default;
    pointer-events: none;
}


/*выпадающее меню*/
.pl-oc-dropdown{
    line-height: 1;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pl-oc-dropdown.fixed{
    position: fixed;
    z-index: 10000;
}

.pl-oc-dropdown-body {
    top: 0;
    left: 0;
    opacity: 1;
    font-size: 12px;
    text-align: left;
    white-space: nowrap;
    line-height: 2em;
    color: #444;
    transition-duration: 85ms;
    transition-property: opacity, top;
    transition-timing-function: ease;
}

.pl-oc-dropdown ul{
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 100;
    min-width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.375rem;
    box-shadow: 0 0.25rem 1rem -0.25rem rgb(0 0 0 / 10%);
}

.pl-oc-dropdown[data-type="to"] .pl-oc-dropdown-body{
    left: auto;
    right: -32px;
}

.pl-oc-dropdown-body ul{
    display: none;
}

.pl-oc-dropdown-body.hide{
    opacity: 0;
    top:-15px;
    pointer-events: none;
}


.pl-oc-dropdown-body li {
    position: relative;
}

.pl-oc-dropdown-preset {
    padding: 0 4px;
    cursor: pointer;
}

.pl-oc-dropdown-body span.pl-oc-dropdown-preset {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.pl-oc-dropdown-preset:hover {
    background: rgb(0 20 80 / 6%);
    color: #222;
}

.pl-oc-dropdown-body li ul {
    left: 100%;
    top: 0;
    right: initial;
    background: #fff;
}

.pl-oc-dropdown-body li:hover > ul {
    display: block;
}

.pl-oc-dropdown-body i.icon16 {
    vertical-align: middle;
    margin: 0;
    margin-top: -5px;
    margin-right: 4px;
}

.pl-oc-svg {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: bottom;
}

.pl-oc-dropdown-body .pl-oc-svg{
    /* vertical-align: middle;
     margin: 0;
     margin-top: -5px;
     margin-right: 4px;
     width: 16px;
     height: 16px;*/
    vertical-align: middle;
    margin-top: -2px;
}

@media (min-width: 761px){
    #s-order-items .align-right{
        width: 15%;
    }
}