﻿/************************************************************************************************/
/*TicketWidgetSvg.aspx*/
.header {
    background-color: #fcee5e !important; /* #fcee5e custom default background lemon-yellow color*/
	color: #333; /*#333 custom default dark-grey font color*/
    padding-top: 5px;
    position: relative;
    height: 50px;
    width: 100%;
    padding-left: 10px;
}
/* Mobile, close cart */
.btn-close-cart {
    background-color: #fcee5e !important; /* #fcee5e custom default background lemon-yellow color*/
	color: #333 !important; /* #333 custom default dark-grey font color*/
}
/* Mobile, cart icon */
.btn-toggle-cart > button > .cart-icon {
    color: #333; /* #333 custom default dark-grey font color*/
}

/*Таймер-счетчик (цвет текста)*/
.order-timer > span.timer {
    color: red !important;
}
/*Переключение языка (цвет текста)*/
.language {
    color: #333; /* #333 custom default dark-grey font color*/
}

/*Переключение языка, дропдаун, (цвет фона)*/
.language-dropdown {
    background: white !important;
} 


/************************************************************************************************/
/*TicketWidgetEditOrder.aspx*/

/*Строка "Доставка", кнопка "Продолжить"*/
.edit-order .btn-confirm {
    margin-top: 15px;
    height: 40px;
    border: 2px solid #1f2129;
    color: #333; /* #333 custom default dark-grey font color*/
    background-color: #fff;
    font-size: 16px;
    padding: 0 25px;
    clear: both;
    transition: border-color .2s,background-color .2s;
    float: left;
}

.edit-order .btn-confirm:not([disabled="disabled"]) {
    background-color: #fcee5e; /* #fcee5e custom default background lemon-yellow color*/
	color: #333; /* #333 custom default dark-grey font color*/
}

.edit-order .btn-confirm:hover:not([disabled="disabled"]) {
    background-color: #2e9c1c;
    color: white;
}

.edit-order .cart-footer > .btn-confirm > a {
    background-color: #37ba21;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 2px;
    box-shadow: inset 0 15px 20px rgba(255,255,255,0.25);
}

.btn-custom {
    background-color: #fcee5e !important; /* #fcee5e custom default background lemon-yellow color*/
	color: #333 !important; /* #333 custom default dark-grey font color*/
}

.btn-custom:not(.active) {
    background-color: white !important;
	color: #333 !important; /* #333 custom default dark-grey font color*/
}

.btn-custom:not(.active):hover {
    background-color: #fcee5e !important; /* #fcee5e custom default background lemon-yellow color*/
    color: #333 !important; /* #333 custom default dark-grey font color*/
}

.btn-custom.active {
    font-weight: bold !important;
    color: #333 !important; /* #333 custom default dark-grey font color*/
}

.range-slider-container {
    background-color: #fcee5e; /* #fcee5e custom default background lemon-yellow color*/
	color: #333; /* #333 custom default dark-grey font color*/
    position: fixed;
    height: 50px;
    width: calc(100% + 10px - 370px);
    margin-left: -10px;
    bottom: 0px;
}

/* Строка "оформление заказа" */
.order-page-sub-header {
    background-color: #fcee5e; /* #fcee5e custom default background lemon-yellow color*/
	color: #333; /* #333 custom default dark-grey font color*/
}

/*Строка "оформление заказа", кнопка вернуться к выбору мест*/
.order-page-sub-header .back-to-select {
	color: #333 !important; /* #333 custom default dark-grey font color*/
    transition: color .2s ease-in-out;
}
.order-page-sub-header .back-to-select:hover {
    color: red !important;
}
/*кнопка Изменить*/
.order-page .link-grey:hover {
    cursor:pointer;
}
/*Строка "Авторизация", "Доставка", "Оплата"*/
.op-header.is-expand {
    background-color: #fcee5e; /* #fcee5e custom default background lemon-yellow color*/
	color: #333; /* #333 custom default dark-grey font color*/
}

/*Значок 1,2,3 оплаты/доставки*/
.op-header ins {
	background-color: white;	
}	

.btn-next-step:hover {
    background-color: #fcee5e; /* #fcee5e custom default background lemon-yellow color*/
	color: #333; /* #333 custom default dark-grey font color*/
}

/*Шапка (цвет фона)*/
.order-page .cart-page-header { 
    background-color: white; /* white custom default background color*/
}

/************************************************************************************************/
/*PayOrderCommand.cmd*/
/*Шапка*/
.top {
    background-color: #fcee5e; /* #fcee5e custom default background lemon-yellow color*/
	color: #333; /* #333 custom default dark-grey font color*/
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    width: 100vw;
}

/************************************************************************************************/
/*WidgetCheckPayment.aspx, WidgetStepPayment.aspx, WidgetStepPaymentFailure.aspx*/

/*Шапка)*/
.header-content {
    background-color: #fcee5e; /* #fcee5e custom default background lemon-yellow color*/
	color: #333 !important; /* #333 custom default dark-grey font color*/
    padding: 6px 11px 6px 6px;
    border-right: 1px solid #DDDEDD;
    border-bottom: 1px solid #DDDEDD;
    min-height: 54px;
}

/* H1 text color */
h1 {
    color: #333 !important; /* #333 custom default dark-grey font color*/
}

/*Секция логотипа.*/
.logo-block {
    background: #fcee5e !important;
}

.logo-block img {
    margin-top:10px;
}

.top #languagesDiv {
    width: 40px;
    float: right;
    margin: 20px 10px 0 20px;
    position: inherit;
    right: 225px;
}