
.autocomplete {
    /*the container must be positioned relative:*/
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*top: 100%;*/
    left: 0;
    right: 0;
    max-height: 450px;

    margin-left: 18px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: -8px;
}

.autocomplete-items div {
    padding: 7px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    font-size: 12px;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}


.col-form-label {
    line-height: 0.9 !important;
}

.row-price {
    cursor: pointer;
}

#details_info tbody {
    width: 100%;
    overflow-y: scroll;
    max-height: 300px;
}

.pagination-sm .page-link {
    padding: .25rem .5rem !important;
    font-size: .875rem !important;
    line-height: 15px !important;
}

.badge.badge-prod {
    padding: 0.45em .4em !important;
}

ul.pagination.pagination-sm {
    margin-bottom: 8px !important;
}

.order-check td {
    font-size: 14px;
}



table.order-info tr td {
    font-size: 14px;
    padding-bottom: 5px;
    padding-left: 7px;
}

table.order-check tr td {
    text-align: left;
    padding-bottom: 3px;
    padding-top: 3px;
}
.order-show thead tr {
    height: 0 !important;
}
.order-show td {
    border: none;
    text-align: right;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 18px;

}
#login_form.card {
    width: 27rem;
}

.card-febest.card{
    /* background-color: #fafafa; */
    margin-bottom: 20px;
}

.progress-indicator {
    width: 50%;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
}

.row-price .badge {
    min-width: 50px;
}

.checkout-row-products
{
    width:  95px !important;
}

#order_cnt, #order_cnt:hover{
    color: #fff !important;
}

.yiiTab ul.tabs li>a
{
    word-wrap: normal !important;
    white-space: nowrap;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.comp-md
{
    cursor: pointer;
}

.basket_drow {
    float: left;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 18px;
    text-decoration: none;
    padding-left: 15px;
    position: relative;
}

.basket_drow__active::before {
    transform: translateY(-50%) rotate(180deg) !important;
}

.basket_drow__active::before {
    transform: translateY(-50%) rotate(180deg);
}

.basket_drow::before {
    content: " ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    margin: auto;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 8px;
    border-top-color: #e9e9e9;
    border-bottom: none;
    transition: .3s;
}

.basket_drow_dark::before{
    border-top-color: #585858 !important;
}

.basket_drow__content {
    width: 100%;
    display: none;
}


.active_sb_link{
    color: #000000;
    font-weight: bold;
}

.st0 {
    fill: #FFFFFF;
}
.blink_me {
    animation: blinker 1s linear infinite;
    animation-duration: 0.5s;
    animation-iteration-count: 5;
}

@keyframes blinker {
    60% {
        opacity: 0;
    }
}



.m_input_warning:after {
    content: '';
    z-index: 1;
    position: absolute;
    /* Абсолютное позиционирование */
    left: 20px;
    bottom: -40px;
    /* Положение треугольника */
    border: 20px solid transparent;
    /* Прозрачные границы */
    border-top: 20px solid #f13d36;
    /* Добавляем треугольник */
}
.m_input_warning:before {
    content: '';
    z-index: 2;
    position: absolute;
    /* Абсолютное позиционирование */
    left: 20px;
    bottom: -36px;
    /* Положение треугольника */
    border: 20px solid transparent;
    /* Прозрачные границы */
    border-top: 20px solid #f7dede;
    /* Добавляем треугольник */
}

.m_input_warning p,.m_input_success p {
    width: 100%;
    float: left;
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    margin-top: 0;
}
.input-group.date{
    width: 160px;
}

.input-group-prepend{
    cursor: pointer;
}