/* == FONTS === */

@font-face {
	font-family: "Open Sans";
	font-weight: normal;
	font-style: normal;
	src: url(/files/fonts/OPENSANS-REGULAR.TTF);
}

@font-face {
	font-family: "Open Sans";
	font-weight: bold;
	font-style: normal;
	src: url(/files/fonts/OPENSANS-SEMIBOLD.TTF);
}

@font-face {
	font-family: "Open Sans";
	font-weight: normal;
	font-style: italic;
	src: url(/files/fonts/OPENSANS-ITALIC.TTF);
}
/*
@font-face {
	font-family: "Open Sans";
	font-weight: lighter;
	font-style: normal;
	src: url(/files/fonts/OPENSANS-LIGHT.TTF);
}
*/
/**
* == CAROUSEL ==
*
*
*
*/

html, body {
    font-family: Open Sans, Tahoma, Arial;
    font-size: 12px;
}

/* Bootstrap dirty huck */

* {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.badge {
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;
}

/* == end == */

.black-cover {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(30,30,30,0.5);
	display: none;
	z-index: 100;
}

.text-align-center {
	text-align: center;
}

.text-align-left {
	text-align: left;
}

.green {
	color: #66b34e;
}

.green-bg {
	background-color: #66b34e;
}

.green-border-1, .green-borders {
    border: 1px solid #66b34e;
}

.green-border-2 {
    border: 2px solid #66b34e;
}

.red {
	color: #ff4444;
}

.red-bg {
	background-color: #ff4444;
}

.red-border-1 {
    border: 1px solid #ff4444 !important;
}

.red-border-2 {
    border: 2px solid #ff4444;
}

.white {
	color: #ffffff;
}

.white-bg {
	background-color: #ffffff;
}

.white-border-1 {
	border: 2px solid #fff;
}

.white-border-1:hover {
	border: 2px solid #fff;
        background-color: #ffffff !important;
        color: #333 !important;
}

.gray {
	color: #a6a6a6;
}

.gray-border-1 {
    border: 1px solid #dbdbdb;
}

.gray-border-1-bottom {
    border-bottom: 1px solid #d6d6d6;
}

.gray-border-2 {
    border: 2px solid #bbbbbb;
}

.gray-border-3 {
    border-bottom: 1px solid #e2e2e2;
}

.green-border {
    border: 2px solid #66b34e;
}

.gray-bg {
    background-color: #eeeeee;
}

.gray-bg2 {
    background-color: #d6d6d6 !important;
    border: none;
}

.darkgray-bg {
    background-color: #e1e1e1;
}

.lightgray {
	color: #cccccc;
}

.lightgray-bg {
	background-color: #f4f4f4;
}

.yellow-bg {
    background-color: #ffb733;
}

.orange-bg {
    background-color: #ff6d3b;
}

.black {
	color: #000;
}

.fb_bg {
	background-color: #4169bc;
	transition: all 0.2s;
}

.fb_bg:hover, .fb_bg_gray:hover {
	background-color: #3a5ea9;
}

.vk_bg {
	background-color: #3a86c0;
	transition: all 0.2s;
}

.vk_bg:hover,.vk_bg_gray:hover {
	background-color: #3478ac;
}

.google_bg {
	background-color: #e45448;
	transition: all 0.2s;
}

.google_bg:hover,.google_bg_gray:hover {
	background-color: #cd4b41;
}

.fb_bg_gray, .vk_bg_gray, .google_bg_gray {
	background-color: #a6a6a6;
	transition: all 0.2s;
}

.transparent-bg {
    background-color: transparent;
}

.bold {
	font-weight: bold;
}

.light {
	font-weight: lighter;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.clear {
	clear: both;
}

.underline {
	text-decoration: underline;
}

.no-underline {
	text-decoration: none;
}

.dashed {
	border-style: dashed;
}

.dotted {
	border-style: dotted;
}

.double {
	border-style: double;
}

.no-border {
    border: none;
}

.glyphicon {
	font-size: 12px;
}

.pointer {
	cursor: pointer;
}

/* hack for btn shadow */
.btn:active,
.btn.active {
	/*
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
 */
}

.btn-search {
	background-color: transparent;
	background: url(/files/images/icons/search_icon.png) center center transparent no-repeat;
	border-radius: 0;
	height: 70px;
	padding: 0;
	margin: 0;
        border: none;
}

.btn-search:hover {
	background-color: #71c657;
}

.profile_header_block {height: 70px; margin: -20px 0 0 0; border-right: 1px solid #66b34e;}
.profile_header_block a {text-decoration: none;}

.profile_header_block:hover {
	background-color: #71c657;
}

.custom-right-chevron-red-small { width: 7px; height: 12px; background: url(/files/images/icons/arrows-right-small.png) 0px -36px no-repeat transparent; }
.custom-right-chevron-green-small { width: 7px; height: 12px; background: url(/files/images/icons/arrows-right-small.png) 0px -24px no-repeat transparent; }
.custom-right-chevron-gray-small { width: 7px; height: 12px; background: url(/files/images/icons/arrows-right-small.png) 0px -12px no-repeat transparent; }
.custom-right-chevron-white-small { width: 7px; height: 12px; background: url(/files/images/icons/arrows-right-small.png) 0px 0px no-repeat transparent; }

.custom-left-chevron-red-small { width: 7px; height: 12px; background: url(/files/images/icons/arrows-left-small.png) 0px -36px no-repeat transparent; }
.custom-left-chevron-green-small { width: 7px; height: 12px; background: url(/files/images/icons/arrows-left-small.png) 0px -24px no-repeat transparent; }
.custom-left-chevron-gray-small { width: 7px; height: 12px; background: url(/files/images/icons/arrows-left-small.png) 0px -12px no-repeat transparent; }
.custom-left-chevron-white-small { width: 7px; height: 12px; background: url(/files/images/icons/arrows-left-small.png) 0px 0px no-repeat transparent; }

.custom-down-chevron-white-small { width: 12px; height: 7px; background: url(/files/images/icons/arrows-down-small.png) 0px 0px no-repeat transparent; }
.custom-down-chevron-gray-small { width: 12px; height: 7px; background: url(/files/images/icons/arrows-down-small.png) -12px 0px no-repeat transparent; }
.custom-down-chevron-green-small { width: 12px; height: 7px; background: url(/files/images/icons/arrows-down-small.png) -24px 0px no-repeat transparent; }
.custom-down-chevron-red-small { width: 12px; height: 7px; background: url(/files/images/icons/arrows-down-small.png) -36px 0px no-repeat transparent; }
.custom-down-chevron-black-small { width: 12px; height: 7px; background: url(/files/images/icons/arrows-down-small.png) -48px 0px no-repeat transparent; }

.custom-up-chevron-white-small { width: 12px; height: 7px; background: url(/files/images/icons/arrows-up-small.png) 0px 0px no-repeat transparent; }
.custom-up-chevron-gray-small { width: 12px; height: 7px; background: url(/files/images/icons/arrows-up-small.png) -12px 0px no-repeat transparent; }
.custom-up-chevron-green-small { width: 12px; height: 7px; background: url(/files/images/icons/arrows-up-small.png) -24px 0px no-repeat transparent; }
.custom-up-chevron-red-small { width: 12px; height: 7px; background: url(/files/images/icons/arrows-up-small.png) -36px 0px no-repeat transparent; }
.custom-up-chevron-black-small { width: 12px; height: 7px; background: url(/files/images/icons/arrow_up_black.png) no-repeat transparent; }

.custom-right-chevron-white-big { width: 18px; height: 30px; background: url(/files/images/icons/big_arrows_right.png) 0px 0px no-repeat transparent; }
.custom-right-chevron-gray-big { width: 18px; height: 30px; background: url(/files/images/icons/big_arrows_right.png) -18px 0px no-repeat transparent; }
.custom-right-chevron-green-big { width: 18px; height: 30px; background: url(/files/images/icons/big_arrows_right.png) -36px 0px no-repeat transparent; }
.custom-right-chevron-red-big { width: 18px; height: 30px; background: url(/files/images/icons/big_arrows_right.png) -54px 0px no-repeat transparent; }

.custom-left-chevron-red-big { width: 18px; height: 30px; background: url(/files/images/icons/big_arrows_left.png) 0px 0px no-repeat transparent; }
.custom-left-chevron-green-big { width: 18px; height: 30px; background: url(/files/images/icons/big_arrows_left.png) -18px 0px no-repeat transparent; }
.custom-left-chevron-gray-big { width: 18px; height: 30px; background: url(/files/images/icons/big_arrows_left.png) -36px 0px no-repeat transparent; }
.custom-left-chevron-white-big { width: 18px; height: 30px; background: url(/files/images/icons/big_arrows_left.png) -54px 0px no-repeat transparent; }



.btn-like {
	width: 110px;
	height: 50px;
	background: url(/files/images/icons/smile-positive-30.png) center center transparent no-repeat;
}

.btn-like.active, .btn-like:active {
	border: 2px solid #66b34e;
	background: url(/files/images/icons/smile-positive-30.png) center center transparent no-repeat;
}

.btn-dislike {
	width: 110px;
	height: 50px;
	background: url(/files/images/icons/smile-negative-30.png) center center transparent no-repeat;
}

.btn-dislike.active, .btn-dislike:active {
	border: 2px solid #bbbbbb;
	background: url(/files/images/icons/smile-negative-30.png) center center transparent no-repeat;
}

.btn-plus, .btn-plus-x {
    width: 30px;
    height: 30px;
    background: url(/files/images/icons/stepper.png) -28px 0px transparent no-repeat;
	border: none;
}

.btn-plus:hover, .btn-plus:active, .btn-plus-x:hover, .btn-plus-x:active {
    width: 30px;
    height: 30px;
    background: url(/files/images/icons/stepper.png) -28px -28px transparent no-repeat;
	border: none;
}

.btn-minus, .btn-minus-x {
    width: 30px;
    height: 30px;
	background: url(/files/images/icons/stepper.png) -0px -0px transparent no-repeat;
	border: none;
}

.btn-minus:hover, .btn-minus:active, .btn-minus-x:hover, .btn-minus-x:active {
    width: 30px;
    height: 30px;
	background: url(/files/images/icons/stepper.png) -0px -28px transparent no-repeat;
	border: none;
}

.btn-plus-y{
	width: 30px;
    height: 30px;
    background: url(/files/images/icons/stepper.png) -28px -28px transparent no-repeat;
	border: none;
}

.btn-minus-y{
	width: 30px;
    height: 30px;
	background: url(/files/images/icons/stepper.png) -0px -28px transparent no-repeat;
	border: none;
}

.plus-small {
    width: 24px !important;
    height: 24px !important;
    background: url(/files/images/icons/stepper2.png) -22px 0px transparent no-repeat !important;
	border: none;
}

.plus-small:hover, .btn-plus:active {
    width: 24px !important;
    height: 24px !important;
    background: url(/files/images/icons/stepper2.png) -22px -24px transparent no-repeat !important;
	border: none;
}

.minus-small {
    width: 24px !important;
    height: 24px !important;
	background: url(/files/images/icons/stepper2.png) -0px -0px transparent no-repeat !important;
	border: none;
}

.minus-small:hover, .btn-minus:active {
    width: 24px !important;
    height: 24px !important;
	background: url(/files/images/icons/stepper2.png) -0px -24px transparent no-repeat !important;
	border: none;
}

.cart-remove {
    width: 20px;
    height: 20px;
    background: url(/files/images/icons/delete_icon.png) 0px 0px transparent no-repeat !important;
}

.cart-remove:hover, .cart-remove.active {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(/files/images/icons/delete_icon.png) 0px -20px transparent no-repeat !important;
}

.cart-remove.small {
    width: 16px;
    height: 16px;
    background: url(/files/images/icons/delete_icon_small.png) 0px 0px transparent no-repeat !important;
}

.cart-remove.small:hover, .cart-remove.small.active {
    cursor: pointer;
    background: url(/files/images/icons/delete_icon_small.png) 0px -16px transparent no-repeat !important;
}

.error-message {
    margin: 0px 0px 10px;
}

.rest-commets-send {
	height: 40px;
}
/*
div.basket {
	width: 40px;
	height: 30px;
	background: url(/files/images/icons/basket-top.png) center center transparent no-repeat;
}
*/
div.basket .badge {
	position: relative;
	right: 8px;
	top: -5px;
}

div.basket .badge sup {
	text-decoration: underline;
	font-size: 8px;
}

.dropdown-menu {
	border-radius: 0;
        border: none;
}

.dropdown-menu li a {
	white-space: normal;
	text-decoration: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li.active > a,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	color: #ffffff;
	text-decoration: none;
	background-color: #66b34e;
	background-image: none;
}

.top-promo-text {
	font-size: 13px;
	padding-top: 7px;
	letter-spacing: 0.2px;
        line-height: 16px;
        color: #909090;
}

.bread-crumbs {
	margin-top: -1px;
	width: 100%;
}

.fs8 { font-size: 8px; }
.fs9 { font-size: 9px; }
.fs10 { font-size: 10px; }
.fs12 { font-size: 12px; }
.fs13 { font-size: 13px; }
.fs14 { font-size: 14px; }
.fs16 { font-size: 16px; }
.fs18 { font-size: 18px; }
.fs20 { font-size: 20px; }
.fs22 { font-size: 22px; }
.fs23 { font-size: 23px; }
.fs24 { font-size: 24px; }
.fs26 { font-size: 26px; }
.fs28 { font-size: 28px; }
.fs30 { font-size: 30px; }
.fs32 { font-size: 32px; }
.fs34 { font-size: 34px; }
.fs36 { font-size: 36px; }
.fs48 { font-size: 48px; }
.fs50 { font-size: 50px; }
.fs60 { font-size: 60px; }

.w10 { width: 10px; }
.w20 { width: 20px; }
.w30 { width: 30px; }
.w40 { width: 40px; }
.w50 { width: 50px; }
.w60 { width: 60px; }
.w70 { width: 70px; }
.w80 { width: 80px; }
.w90 { width: 90px; }
.w100 { width: 100px; }
.w110 { width: 110px; }
.w120 { width: 120px; }
.w130 { width: 130px; }
.w140 { width: 140px; }
.w150 { width: 150px; }
.w160 { width: 160px; }
.w170 { width: 170px; }
.w180 { width: 180px; }
.w200 { width: 200px; }
.w210 { width: 210px; }
.w220 { width: 220px; }
.w230 { width: 230px; }
.w240 { width: 240px; }
.w241 { width: 241px; }
.w250 { width: 250px; }
.w260 { width: 260px; }
.w280 { width: 280px; }
.w300 { width: 300px; }
.w393 { width: 393px; }
.w320 { width: 320px; }
.w340 { width: 340px; }
.w350 { width: 350px; }
.w360 { width: 360px; }
.w380 { width: 380px; }
.w400 { width: 400px; }
.w500 { width: 500px; }
.w510 { width: 510px; }
.w520 { width: 520px; }
.w550 { width: 550px; }
.w580 { width: 580px; }
.w600 { width: 600px; }
.w620 { width: 620px; }
.w700 { width: 700px; }
.w720 { width: 720px; }
.w850 { width: 850px; }
.w860 { width: 860px; }
.w940 { width: 940px; }
.w1280 { width: 1280px; }
.full-width { width: 100%; }

.h10 { height: 10px; }
.h15 { height: 15px; }
.h19 { height: 19px; }
.h20 { height: 20px; }
.h30 { height: 30px; }
.h35 { height: 35px; }
.h40 { height: 40px; }
.h50 { height: 50px; }
.h60 { height: 60px; }
.h100 { height: 100px; }
.h130 { height: 130px; }
.h160 { height: 160px; }
.h190 { height: 190px; }
.h250 { height: 250px; }
.h330 { height: 330px; }
.h400 { height: 400px; }
.h460 { height: 460px; }
.h500 { height: 500px; }
.h580 { height: 580px; }
.h600 { height: 600px; }
.h620 { height: 620px; }

.mh80 { max-height: 80px;}

.full-height { height: 100%; }
.full-min-height { min-height: 480px; }

.valign {
    display: table-cell;
    vertical-align: middle;
}

.valign-top {
    display: table-cell;
    vertical-align: top;
}

.pt10 {
	padding-top: 10px;
}

.pt17 {
	padding-top: 17px;
}

.lh1 { line-height: 1 !important; }
.lh10 { line-height: 10px !important; }
.lh14 { line-height: 14px !important; }
.lh15 { line-height: 15px !important; }
.lh18 { line-height: 18px !important; }
.lh19 { line-height: 19px !important; }
.lh20 { line-height: 20px !important; }
.lh24 { line-height: 24px !important; }
.lh25 { line-height: 25px !important; }
.lh28 { line-height: 28px !important; }
.lh30 { line-height: 30px !important; }
.lh38 { line-height: 38px !important; }
.lh40 { line-height: 40px !important; }
.lh50 { line-height: 50px !important; }
.lh60 { line-height: 60px !important; }

.mh56 { max-height: 56px; }

.div10 { width: 100%; height: 10px; }
.div15 { width: 100%; height: 15px; }
.div20 { width: 100%; height: 20px; }
.div30 { width: 100%; height: 30px; }
.div40 { width: 100%; height: 40px; }
.div50 { width: 100%; height: 50px; }

.spacer10 { height: 100%; width: 10px; display: inline-block; }
.spacer14 { height: 100%; width: 14px; display: inline-block; }
.spacer20 { height: 100%; width: 20px; display: inline-block; }
.spacer30 { height: 100%; width: 30px; display: inline-block; }
.spacer40 { height: 100%; width: 40px; display: inline-block; }
.spacer50 { height: 100%; width: 50px; display: inline-block; }

input .indent10 { text-indent: 10px !important; }
input .indent20 { text-indent: 20px !important; }
input {font-size: 14px; border: 1px solid #ccc; color: #000000; font-style: normal; box-shadow: none !important;}
input:focus, input:active, textarea:focus {border: 1px solid #66b34e !important; box-shadow: none !important; background-color: #fff;}
input[type="text"],input[type="password"]  {text-indent: 10px; color: #000000;}
input[type="submit"]:focus, input[type="submit"]:active{border: 1px solid #ff4444 !important; color:#ffffff; background-color: #ff4444;}
textarea {padding: 5px; color: #333; font-size: 14px;}

.search-form input:focus {border: none !important; text-indent: 0;}

.custom-right-chevron {
    width: 10px;
    height: 16px;
    background: url(/files/images/icons/custom-chevron-right.png) 0px 0px no-repeat transparent;
}

.no-margin {
	margin: 0px;
}

.no-padding {
	padding: 0px;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.striked {
	text-decoration: line-through;
}

hr {
	height: 1px;
}

ul.nav li a {
	height: 40px;
	line-height: 18px;
}

ul.nav li.active a, ul.nav li.active a:hover {
	background-color: #66b34e;
}

.full-search-block {
	padding-right: 30px;
	width: 300px;
	display: none;
}

.close:hover {
	color: #ff4444;
}

.search_active_icon {
	background: url(/files/images/icons/search_active_icon.png) center center no-repeat;
	display: inline-block;
}

.search_black_icon {
	background: url(/files/images/icons/search_icon_black.png) center center no-repeat;
	display: inline-block;
}

.search_black_icon:hover {
	background: url(/files/images/icons/search_active_icon.png) center center no-repeat;
}

.top-main-header {
	width: 100%;
	position: fixed;
	z-index: 19;
}
.top-main-header-shadow {
    -webkit-box-shadow: 0px 0 8px 2px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 0 8px 2px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 0 8px 2px rgba(50, 50, 50, 0.3);
}

.foxy-tooltip{
	/*position: absolute;
	border: 2px solid #66b34e;/*white;*/
	color: #000;
        font-size:16px;
	padding: 10px 0;
	background-color: white;
	/*width: 200px !important;*/
	text-align: center;

   /* -webkit-box-shadow: 0px 0 8px 2px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    0px 0 8px 2px rgba(50, 50, 50, 0.4);
	box-shadow:         0px 0 8px 2px rgba(50, 50, 50, 0.4);*/
}

.foxy-tooltip img {
	margin: 10px 10px 10px 0;
}

.popover{
    border: 1px solid #66b34e!important;
}

.popover.bottom > .arrow{
    border-bottom-color:#66b34e!important;
}

.short-search-block {
        margin: -20px 0;
        height: 70px;

}

.full-search-block .dropdown-menu .dish a {
	font-size: 11px;
}

.search-ajax-loader {
	display: none;
	width: 15px;
	height: 15px;
	background: url(/files/images/ajax-loader-15.gif) center center transparent no-repeat;
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 5;
}

/* ========== CAROUSEL ============== */
/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
    position: relative;
    overflow: hidden;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/* пустой карусельный элемент [div.jcarousel li a div]*/
.empty-jcarousel-item-heart{
	width: 100%;
	height: 100%;
	background: url(/files/images/icons/heartplus_icon.png) center center no-repeat #fff;
	color:#CCC;
	text-align: center;
	line-height: 50px;
	border: 1px dashed #D6D6D6;
}

.empty-jcarousel-item-eye{
	width: 100%;
	height: 100%;
	background: url(/files/images/icons/eye_icon.png) center center no-repeat #fff;
	color:#CCC;
	text-align: center;
	line-height: 50px;
	border: 1px dashed #D6D6D6;
}

/* === REST BLOCK === */

.rest-block {
	border-top: 1px solid #e2e2e2;
	cursor:pointer;
}
.rest-block .image-container {
	width: 140px;
	height: 140px;
	margin: 0 10px;
        padding: 9px;
        border: 1px solid #e2e2e2;
        -webkit-box-shadow: 0px 12px 10px -12px rgba(50, 50, 50, 1);
        -moz-box-shadow: 0px 12px 10px -12px rgba(50, 50, 50, 1);
        box-shadow: 0px 12px 10px -12px rgba(50, 50, 50, 1);
}

.rest-block .image-container img {
	width: 120px;
	height: 120px;
}

.rest-block .top-line a {
	text-decoration: none;
	color: #000000;
	-webkit-transition: color 0.2s ease-out;
        -moz-transition: color 0.2s ease-out;
        -o-transition: color 0.2s ease-out;
        transition: color 0.2s ease-out;
}

.rest-block .bottom-line, .rest-header-block .bottom-line {
    margin: 15px 0 10px;
    width: 100%;
}

.rest-block .custom-icon {
	width: 20px;
	height: 20px;
}

.rest-block .custom-text {
	height: 25px;
	line-height: 20px;
}

.comments .positive {
	background: url(/files/images/icons/rest_sprite.png) -65px -5px no-repeat;
	width: 25px;
	height: 20px;
}

.comments .negative {
	background: url(/files/images/icons/rest_sprite.png) -65px -35px no-repeat;
	width: 25px;
	height: 20px;
}

.rest-block .payments .payment_сash , .history_orders_cell .cash{
	background: url(/files/images/icons/rest_sprite.png) -120px -7px no-repeat;
	width: 25px;
	height: 18px;
        margin: 0 1px 0 5px;
}

.rest-block .payments .payment_card_online, .history_orders_cell .card_online {
	background: url(/files/images/icons/rest_sprite.png) -154px -7px no-repeat;
	width: 20px;
	height: 18px;
        margin: 0 1px 0 5px;
}

.rest-block .payments .payment_card_courier {
	background: url(/files/images/icons/rest_sprite.png) -185px -7px no-repeat;
	width: 20px;
	height: 18px;
        margin: 0 1px 0 5px;
}

.rest-block .bonus {
	background: url(/files/images/icons/rest_sprite.png) -2px -5px no-repeat;
	width: 26px;
	height: 25px;
}

.rest-block .bonus2 {
	background: url(/files/images/icons/rest_sprite.png) -2px -35px no-repeat;
	width: 26px;
	height: 25px;
}

.rest-block .open-time {
	background: url(/files/images/icons/rest_sprite.png) -90px 0px no-repeat;
}

.rest-block .close-time {
	background: url(/files/images/icons/rest_sprite.png) -90px -30px no-repeat;
}

.rest-block .like-black {
	width: 20px;
	height: 20px;
	/* на самом деле это красное сердце */
	background: url(/files/images/icons/rest_sprite.png) -35px -35px no-repeat;
}

.rest-block .like-lightgray {
	width: 20px;
	height: 20px;
	background: url(/files/images/icons/rest_sprite.png) -35px -5px no-repeat;
}

.rest-block:hover .brand_info {color:#000000;}
.rest-block:hover .top-line a {color: #66b34e;}
.rest-block:hover .kmenu_btn {background: #66b34e;}
.rest-block:hover .predzakaz_btn {background: #ffb733;}
.rest-block:hover .bonus {background: url(/files/images/icons/rest_sprite.png) -2px -35px no-repeat;}
.rest-block:hover .up_shadow {background: url(/files/images/icons/up_shadow.png) center top}
.rest-block:hover .down_shadow {background: url(/files/images/icons/down_shadow.png) center top}
.rest-block:hover .payments .payment_сash {background: url(/files/images/icons/rest_sprite.png) -120px -37px no-repeat}
.rest-block:hover .payments .payment_card_online {background: url(/files/images/icons/rest_sprite.png) -154px -37px  no-repeat}
.rest-block:hover .payments .payment_card_courier {background: url(/files/images/icons/rest_sprite.png) -185px -37px no-repeat}

.brand-noactive .rest-block:hover .bonus {background: url(/files/images/icons/rest_sprite.png) -2px -5px no-repeat !important; width: 26px; height: 25px;}
.brand-noactive .rest-block:hover .payments .payment_сash {background: url(/files/images/icons/rest_sprite.png) -120px -7px no-repeat;}
.brand-noactive .rest-block:hover .payments .payment_card_online {background: url(/files/images/icons/rest_sprite.png) -154px -7px no-repeat;}
.brand-noactive .rest-block:hover .payments .payment_card_courier {background: url(/files/images/icons/rest_sprite.png) -185px -7px no-repeat;}
.brand-noactive {opacity: 0.5;}

.count_general_delivery_price:hover {color:#66b34e;}


/* === REST-HEADER-BLOCK === */

.rest-header-block {
	border-top: 1px solid #e2e2e2;
}

.rest-header-block .top-line a {
	text-decoration: none;
	color: #000000;
	-webkit-transition: color 0.1s ease-out;
        -moz-transition: color 0.1s ease-out;
        -o-transition: color 0.1s ease-out;
        transition: color 0.1s ease-out;
}

.rest-header-block .top-line a:hover {
	color: #66b34e;
}


.rest-header-block .image-container img {
	width: 120px;
	height: 120px;
}

.rest-header-block .custom-icon {
	width: 20px;
	height: 20px;
}

.rest-header-block .custom-text {
	height: 25px;
	line-height: 20px;
}

.rest-header-block .bonus {
	background: url(/files/images/icons/rest_sprite.png) -2px -35px no-repeat;
	width: 26px;
	height: 25px;
}

.rest-header-block .open-time {
	background: url(/files/images/icons/rest_sprite.png) -90px 0px no-repeat;
}

.rest-header-block .close-time {
	background: url(/files/images/icons/rest_sprite.png) -90px -30px no-repeat;
}

.rest-header-block .like-black {
	width: 20px;
	height: 20px;
	background: url(/files/images/icons/rest_sprite.png) -35px -35px no-repeat;
}

.rest-header-block .like-lightgray {
	width: 20px;
	height: 20px;
	background: url(/files/images/icons/rest_sprite.png) -35px -5px no-repeat;
}

.rest-header-block .payments .payment_сash {
	background: url(/files/images/icons/rest_sprite.png) -120px -35px no-repeat;
	width: 25px;
	height: 18px;
        margin: 0 1px 0 5px;
}

.rest-header-block .payments .payment_card_online {
	background: url(/files/images/icons/rest_sprite.png) -154px -35px no-repeat;
	width: 20px;
	height: 18px;
        margin: 0 1px 0 5px;
}

.rest-header-block .payments .payment_card_courier {
	background: url(/files/images/icons/rest_sprite.png) -185px -35px no-repeat;
	width: 20px;
	height: 18px;
        margin: 0 1px 0 5px;
}



.geolocate-icon {
    width: 20px;
    height: 20px;
    background: url(/files/images/icons/location_icon_white.png) 0px 0px no-repeat;
}

.geolocate-icon-order {
    width: 20px;
    height: 20px;
    background: url(/files/images/icons/location-icon-green.png) 0px 0px no-repeat;
    position:absolute;
    cursor: pointer;
}

ul.ok-icon {
    list-style-image: url(/files/images/icons/ok-icon.png);
    text-align: left;
}

ul li.ok-icon {
    height: 20px;
    line-height: 20px;
}

.mainmenu-authorized {
	height: 280px;
}

.mainmenu-authorized .holder {
	height: 40px;
	line-height: 38px;
	cursor: pointer;
	border-bottom: 1px solid #e0e0e0;
}
.mainmenu-authorized .holder:before {
    content: '';
    position: absolute;
	border: 20px solid transparent;
	border-right: 20px solid #aaaaaa;
	display: none;
	margin-left:-40px;
   }

.mainmenu-authorized .holder.active {
	color:white;
	text-decoration: none;
        border-bottom: none;
        margin-top: -2px;
   }
.mainmenu-authorized .holder:not(.active):hover {
   /*display: block;*/
	color: #66b34e;
   }

   .mainmenu-authorized .holder.active:before {
    display: block;
   }
.mainmenu-authorized .holder.active {
	/*border-bottom: 1px solid #66b34e;*/
	background-color: #aaaaaa;
	color:white;
}
/*РіР»Р°РІРЅРѕРµ РјРµРЅСЋ*/
.mainmenu-authorized .icon-main-home 		{ display: inline-block; width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) 0px 0px no-repeat;}
.mainmenu-authorized .active .icon-main-home		{ width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) 0px -80px no-repeat; }
.mainmenu-authorized .holder.icon-main-home:hover		{ width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) 0px -40px no-repeat;}
.mainmenu-authorized .holder:not(.active):hover .icon-main-home	{ width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) 0px -40px no-repeat;}

/*РјРѕРё РґР°РЅРЅС‹Рµ*/
.mainmenu-authorized .icon-main-profile, .history_orders_cell .balanced { width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) -40px 0px no-repeat;}
.mainmenu-authorized .active .icon-main-profile 	{ width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) -40px -80px no-repeat; }
.mainmenu-authorized .holder.icon-main-profile:hover 	{ width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) -40px -40px no-repeat; }
.mainmenu-authorized .holder:not(.active):hover  .icon-main-profile	{ width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) -40px -40px no-repeat; }
/*РёР·Р±СЂР°РЅРЅРѕРµ*/
.mainmenu-authorized .icon-main-favorites	{ width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) -80px 0px no-repeat;}
.mainmenu-authorized .active .icon-main-favorites{ width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) -80px -80px no-repeat; }
.mainmenu-authorized .holder.icon-main-favorites:hover { width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) -80px -40px no-repeat; }
.mainmenu-authorized .holder:not(.active):hover  .icon-main-favorites{ width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) -80px -40px no-repeat; }
/*РёСЃС‚РѕСЂРёСЏ Р·Р°РєР°Р·РѕРІ*/
.mainmenu-authorized .icon-main-history 	{ width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) -120px 0px no-repeat;}
.mainmenu-authorized .active .icon-main-history 	{ width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) -120px -80px no-repeat; }
.mainmenu-authorized .holder.icon-main-history:hover	{ width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) -120px -40px no-repeat; }
.mainmenu-authorized .holder:not(.active):hover .icon-main-history	{ width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) -120px -40px no-repeat; }
/*РјРѕРё Р±РѕРЅСѓСЃС‹*/
.mainmenu-authorized .icon-main-bonuses		{ width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) -160px 0px no-repeat;}
.mainmenu-authorized .active .icon-main-bonuses	{ width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) -160px -80px no-repeat; }
.mainmenu-authorized .holder.icon-main-bonuses:hover 	{ width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) -160px -40px no-repeat; }
.mainmenu-authorized .holder:not(.active):hover .icon-main-bonuses	{ width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) -160px -40px no-repeat; }
/*РїРѕРґР°СЂРєРё Р·Р° Р±РѕРЅСѓСЃС‹*/
.mainmenu-authorized .icon-main-certifs		{ width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) -200px 0px no-repeat;}
.mainmenu-authorized .active .icon-main-certifs	{ width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) -200px -80px no-repeat; }
.mainmenu-authorized .holder.icon-main-certifs:hover 	{ width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) -200px -40px no-repeat; }
.mainmenu-authorized .holder:not(.active):hover .icon-main-certifs	{ width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) -200px -40px no-repeat; }
/*РїСЂРёРіР»Р°СЃРёС‚СЊ РґСЂСѓР·РµР№*/
.mainmenu-authorized .icon-main-invite		{ width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) -240px 0px no-repeat;}
.mainmenu-authorized .active .icon-main-invite	{ width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) -240px -80px no-repeat; }
.mainmenu-authorized .holder.icon-main-invite:hover { width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) -240px -40px no-repeat;}
.mainmenu-authorized .holder:not(.active):hover   .icon-main-invite { width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) -240px -40px no-repeat;}
/* b2b section */
.mainmenu-authorized .icon-main-b2b, .history_orders_cell .contract	{ width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) -280px 0px no-repeat;}
.mainmenu-authorized .active .icon-main-b2b	{ width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) -280px -80px no-repeat; }
.mainmenu-authorized .holder.icon-main-b2b:hover { width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) -280px -40px no-repeat;}
.mainmenu-authorized .holder:not(.active):hover   .icon-main-b2b { width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) -280px -40px no-repeat;}
/* b2b section */
.mainmenu-authorized .icon-main-b2b-dinner		{ width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) -320px 0px no-repeat;}
.mainmenu-authorized .active .icon-main-b2b-dinner	{ width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) -320px -80px no-repeat; }
.mainmenu-authorized .holder.icon-main-b2b-dinner:hover { width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) -320px -40px no-repeat;}
.mainmenu-authorized .holder:not(.active):hover   .icon-main-b2b-dinner { width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) -320px -40px no-repeat;}

/*
.mainmenu-authorized .icon-main-bonus-food	{ width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) -240px 0px no-repeat; }
.mainmenu-authorized .active .icon-main-bonus-food { width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) -240px -80px no-repeat; }
.mainmenu-authorized .icon-main-bonus-food { width: 40px; height: 40px; background: url(/files/images/icons/menu_icons_sprite.png) -240px -40px no-repeat; }
*/

.partner-menu-link {
	padding: 7px 0 7px 0;
        display: block;
        border-bottom: 1px dotted #d6d6d6;
        transition: padding-left 250ms ease;
}

a.partner-menu-link {
	color: #333333;
	text-decoration: none;
}

a.partner-menu-link:hover {
	text-decoration: none;
	color: #66b34e;
}

a.partner-menu-link.active {
	color: #66b34e;
	text-decoration: none;
        padding-left: 10px;
        border: 1px solid #66b34e;
}

/*Order Dropdown Menu*/
div.basket:not(.empty) {
    width: 34px;
    height: 30px;
    margin: 20px 15px 20px 20px;
    background: url(/files/images/icons/cart_sprite2.png) -34px 0px transparent no-repeat;
}
a.disabled{
   pointer-events: none;
   cursor: default;
}
div.basket {
    width: 34px;
    height: 30px;
    margin: 20px 15px 20px 20px;
    background: url(/files/images/icons/cart_sprite2.png) 0px 0px transparent no-repeat;
}

.custom-basket-wrapper {
    position: relative;
    width: 80px;
    height: 70px;
    margin: -20px 0;
}
.custom-basket-wrapper:not(.empty):hover {
   /* background: #fff;*/
}

/*.custom-basket-wrapper:not(.empty):hover div.basket {
    background: url(/files/images/icons/cart_sprite2.png) -68px 0px transparent no-repeat;
    position: relative;
    z-index: 20;
}*/

.basket-not-empty {
    background: url(/files/images/icons/cart_sprite2.png) -68px 0px transparent no-repeat!important;
    position: relative;
    z-index: 20;
}

.custom-basket-wrapper .custom-order-dropdown {
    position: absolute;
    display: none;
    width: 520px;
    top: 70px;
    /*left: -145px;*/
    left: -320px;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.55);
    -webkit-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.55);
    color: #000;
    background: #fff;
}

/*.custom-basket-wrapper:not(.empty):hover #header-basket-price{
	display:none;
}*/

.custom-basket-wrapper:not(.empty):hover .custom-order-dropdown {
    /*display: block;*/
}
.custom-basket-wrapper .custom-order-dropdown .warning-message-wrapper {
    border-bottom: 1px solid #F1F1F1;
}

.custom-basket-wrapper .custom-order-dropdown .warning-message {
    margin: 10px;
    padding: 7px 20px 7px 60px;
    color: #FF4242;
    background: url(/files/images/icons/custom-alert-icon.png) no-repeat 10px center #FFE4E4;
    font-size: 14px;
    line-height: 16px;
}

.custom-basket-wrapper .custom-order-dropdown .order-list li .order-name p,
.custom-basket-wrapper .custom-order-dropdown .warning-message p {
    margin-bottom: 3px;
}

.custom-basket-wrapper .custom-order-dropdown .order-list {
    padding: 0;
    list-style: none;
    margin-bottom: 5px;
}

.custom-basket-wrapper .custom-order-dropdown .order-list li {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #F1F1F1;
}

.custom-basket-wrapper .custom-order-dropdown .order-list li .fright {
    padding-left: 10px;
}

.custom-basket-wrapper .custom-order-dropdown .order-list li img {
    max-height: 50px;
    max-width: 50px;
}

.custom-basket-wrapper .custom-order-dropdown .order-list li .order-price,
.custom-basket-wrapper .custom-order-dropdown .order-summary,
.custom-basket-wrapper .custom-order-dropdown .order-list li .oreder-amount {
    float: right;
    overflow: hidden;
}

.custom-basket-wrapper .custom-order-dropdown .order-list li .order-price {
    width: 85px;
    padding: 17px 0 0 5px;
    text-align: center;
}

.custom-basket-wrapper .custom-order-dropdown .order-list li .oreder-amount {
    width: 55px;
    padding: 17px 5px 0;
    text-align: center;
}

.custom-basket-wrapper .custom-order-dropdown .order-list li .order-controls {
    float: right;
    width: 58px;
    height: 30px;
    margin-top: 11px;
    border: 2px solid #0BB544;

    background: url(/files/images/icons/custom-border.png) repeat-y center 0;
}

.custom-basket-wrapper .custom-order-dropdown .order-summary {
    padding: 7px 10px 17px 0;
    font-size: 14px;
    line-height: 16px;
}

.custom-basket-wrapper .custom-order-dropdown .bottom-group {
    padding: 0 10px;
    clear: both;
}

.custom-basket-wrapper .custom-order-dropdown .bottom-group .confirm-order-link,
.custom-basket-wrapper .custom-order-dropdown .bottom-group .cart-link {
    float: left;
    width: 250px;
    height: 40px;
    padding-top: 11px;
    border: 2px solid #0BB544;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.custom-basket-wrapper .custom-order-dropdown .bottom-group .cart-link {
    margin-right: 20px;
}
.custom-basket-wrapper .custom-order-dropdown .bottom-group .confirm-order-link,
.custom-basket-wrapper .custom-order-dropdown .bottom-group .cart-link:focus {
    background: #0BB544;
    color: #fff;
}
.custom-basket-wrapper .custom-order-dropdown .bottom-group .confirm-order-link:focus,
.custom-basket-wrapper .custom-order-dropdown .bottom-group .cart-link {
    background: #fff;
    color: #0BB544;
}
.custom-basket-wrapper .custom-order-dropdown .bottom-group .confirm-order-link.disabled:focus,
.custom-basket-wrapper .custom-order-dropdown .bottom-group .confirm-order-link.disabled {
    background: #EAE6E6;
    color: #fff;
    border-color: #EAE6E6;
}

/* выравниваем по вертикали ячейки блюд в выпадающей корзине */
.custom-basket-wrapper .custom-order-dropdown .order-list li .vertical-middled
{
	display:inline-block;
	vertical-align:middle;
	line-height: 13px;
	margin-top:-5px;
}



/* === LOGIN POPUP === */

.dialog .close {
	position: absolute;
	top: -30px;
	right: 0px;
}

.dialog .close .popup-remove{
	width: 15px;
	height: 15px;
	background: url(/files/images/icons/x_x.png) 0px 0px no-repeat;
}

.dialog .close .popup-remove:hover{
	background: url(/files/images/icons/x_x.png) 0px -15px no-repeat;
}

.close .popup-remove{
	width: 15px;
	height: 15px;
	background: url(/files/images/icons/x_x.png) 0px 0px no-repeat;
}

.close .popup-remove:hover{
	background: url(/files/images/icons/x_x.png) 0px -15px no-repeat;
}

.hline-or {
    width: 280px;
    height: 10px;
    background: url(/files/images/hline-or.png) center center no-repeat transparent;
}

.dialog-login {
	position: absolute;
	display: none;
}

.dialog-login > * {
      z-index: 100;
}

#pass-reset-form { display: none; }

/*  === FOOTER === */

.dark-bg {
    background-color: #333333;
}
.relpos
{
	position:relative;
}
.abspos
{
	position: absolute;
}
.h100proMax
{
	/*!!!height on all doc */
	height: 100%;
}
.footer-wrapper ul {
    padding-left: 14px;
    list-style-image: url(/files/images/icons/footer_arrow.png);
}
/*
.footer-wrapper ul li {
    margin-bottom: 13px;
}
*/
.footer-wrapper ul a {
    color: #fff;
    text-decoration: none;
}

.footer-wrapper ul a:hover {
    text-decoration: underline;
}


.footer-fb {width: 40px; height: 40px; background: url(/files/images/icons/social_sprite.png) 0px 0px no-repeat;}
.footer-fb:hover {width: 40px; height: 40px; background: url(/files/images/icons/social_sprite.png) 0px -40px no-repeat;}
.footer-vk {width: 40px; height: 40px; background: url(/files/images/icons/social_sprite.png) -40px 0px no-repeat;}
.footer-vk:hover {width: 40px; height: 40px; background: url(/files/images/icons/social_sprite.png) -40px -40px no-repeat;}
.footer-g {width: 40px; height: 40px; background: url(/files/images/icons/social_sprite.png) -80px 0px no-repeat;}
.footer-g:hover {width: 40px; height: 40px; background: url(/files/images/icons/social_sprite.png) -80px -40px no-repeat;}
.footer-insta {width: 40px; height: 40px; background: url(/files/images/icons/social_sprite.png) -120px 0px no-repeat;}
.footer-insta:hover {width: 40px; height: 40px; background: url(/files/images/icons/social_sprite.png) -120px -40px no-repeat;}
.footer-twit {width: 40px; height: 40px; background: url(/files/images/icons/social_sprite.png) -160px 0px no-repeat;}
.footer-twit:hover {width: 40px; height: 40px; background: url(/files/images/icons/social_sprite.png) -160px -40px no-repeat;}
.footer-youtube {width: 40px; height: 40px; background: url(/files/images/icons/social_sprite.png) -200px 0px no-repeat;}
.footer-youtube:hover {width: 40px; height: 40px; background: url(/files/images/icons/social_sprite.png) -200px -40px no-repeat;}

/* Tiny Scrollbar */
#scrollbarY { }
#scrollbarY .viewport { width: 180px; height: 115px; overflow: hidden; position: relative; margin:0 !important; float:left; }
#scrollbarY .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; width: 180px; }
#scrollbarY .scrollbar { background: transparent url(/files/images/icons/footer_scroll_line.png) no-repeat 0 0; position: relative; background-position: 0 0; float: left; width: 15px; height: 110px!important;}
#scrollbarY .track {  height: 100%; width:13px; position: relative; padding: 0 1px; height: 110px !important; }
#scrollbarY .thumb { background: transparent url(/files/images/icons/footer_scroll_thumb.png) no-repeat 50% 100%; height: 20px !important; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -9px; }
#scrollbarY .thumb .end { background: transparent url(/files/images/icons/footer_scroll_thumb.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#scrollbarY .disable { display: none; }
#scrollbarY .linkList li{ padding-right: 8px; }

/* === CART === */
.item-main-container {
	border-top: 1px solid #d6d6d6;
}
.item-upsale-container  {
	border-top: 1px solid #66b34e;
}


/* === DROPDOWNS === */
.dropdown-arrow-gray {
    background-color: #ccc;
}

.dropdown-arrow-gray .caret {

}

.col-sm-2 { padding-right: 0px !important; }

#order_form label {font-weight: normal; line-height: 40px; padding: 0; margin-right: 10px; }

/* === SOCIAL BLOCKS === */
.fb-rectangle {
    display: block;
    text-decoration: none;
    color: #397fc0;
    border: 1px solid #397fc0;
    background-color: white;
    cursor: pointer;
    width: 360px;
    height: 50px;
}

.fb-rectangle .fb-rectangle-bg {
    float: left;
    width: 50px;
    height: 48px;
    background: url(/files/images/icons/fb-white-icon.png) center center no-repeat #397fc0;
}

.fb-rectangle .fb-rectangle-body {
    text-align: center;
}

.google-plus-rectangle {
    display: block;
    text-decoration: none;
    color: #e9644a;
    border: 1px solid #e9644a;
    background-color: white;
    cursor: pointer;
    width: 360px;
    height: 50px;
}

.google-plus-rectangle .google-plus-rectangle-bg {
    float: left;
    width: 50px;
    height: 48px;
    background: url(/files/images/icons/google-plus-white-icon.png   ) center center no-repeat #e9644a;
}

.google-plus-rectangle .google-plus-rectangle-body {
    text-align: center;
}

.vk-rectangle {
    display: block;
    text-decoration: none;
    color: #2e7596;
    border: 1px solid #2e7596;
    background-color: white;
    cursor: pointer;
    width: 360px;
    height: 50px;
}

.vk-rectangle .vk-rectangle-bg {
    float: left;
    width: 50px;
    height: 48px;
    background: url(/files/images/icons/vk-white-icon.png) center center no-repeat #2e7596;
}

.vk-rectangle .vk-rectangle-body {
    text-align: center;
}

.gmail-rectangle {
    display: block;
    text-decoration: none;
    color: #e40d0e;
    border: 1px solid #e40d0e;
    background-color: white;
    cursor: pointer;
    width: 360px;
    height: 50px;
}

.gmail-rectangle .gmail-rectangle-bg {
    float: left;
    width: 50px;
    height: 48px;
    background: url(/files/images/icons/gmail-white-icon.png) center center no-repeat #e40d0e;
}

.gmail-rectangle .gmail-rectangle-body {
    text-align: center;
}

/* === INVITATION PAGE === */
.border-cc {
        border: 1px solid #CCCCCC;
}

.border-cc-bottom {
        border-bottom: 1px solid #CCCCCC;
        padding-bottom: 2px;
}

.border-cc-left-right {
        border-left: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
        height: 105px;
        padding: 10px;
}

.border-cc-left-right .overview {
        padding: 5px 10px;
}

.bg-f4 {
        background-color: #F4F4F4;
}

.darkgreen {
        color: #447d00;
}

.invite-report-header {
        height: 35px;
        min-height: 35px;
        line-height: 30px;
}

.scroll-bar.vertical {
        width: 10px;
}

.scrollable.gray-skin {
        padding-right: 10px;
}

.scrollable.gray-skin .scroll-bar.vertical {
	width: 6px;
	float: left;
}

/* три стиля для кнопок фильтра "все" "открытые" в списке ресторанов */
.cert-filters a {
    display: inline-block;
    padding: 3px 13px;
    color: #000;
	text-decoration: none;
	border: 1px solid #eee;
	margin-right: -5px;
	background-color: white;
}

.cert-filters a:hover {
    background-color: #eee;
}

.cert-filters a.active {
    background-color: #ffb733;
    text-decoration: none;
	text-align: center;

	box-shadow: 0px 3px 8px #FF8D24 inset;

	__box-shadow: inset rgba(255,141,36,.8) 0 3px 8px;

	border-top: 1px solid #FF9326 !important;
	border-left: 1px solid #FFA42C !important;
	border-right: 1px solid #FFA42C !important;
	border-bottom: 1px solid #FFB532 !important;
}

.cert-filters span a.active{

	padding: 3px 13px;
}

.top-corner {
    width: 20px;
    height: 10px;
    position: absolute;
    top: -10px;
    background: url(/files/images/icons/shop_detail_corner.png) center center transparent no-repeat;
}

.corner-for-cart {
    width: 21px;
    height: 11px;
    position: absolute;
    top: -10px;
    background: url(/files/images/icons/cart_detail_corner.png) center center transparent no-repeat;
    left: 50%;
}

.pop-up-dialog {
    display: none;
}

/* попап на восстановление пароля */
div.pop-up-dialog-info{
	position:absolute;
	display: table;
	top:30%;
	left:33%;
	padding:40px;
	padding-top:20px;
	background: white;
	text-align: center;
	z-index:999999999;
	font-size:14px;
}

.pop-up-dialog .dialog_close {
position: absolute;
cursor: pointer;
top: -25px;
right: 0;
}


a.btn {text-decoration: none;}

a.btn.green-bg, .btn.green-bg {transition: all 0.5s;}
a.btn.green-bg:hover, .btn.green-bg:hover {background: #71c657}

a.btn.green:hover { color: #66b34e; }
a.btn.white:hover { color: #ffffff; }

a.btn.yellow-bg, .btn.yellow-bg {transition: all 0.5s;}
a.btn.yellow-bg:hover, .btn.yellow-bg:hover {background: #ffd55c}

a.btn.orange-bg, .btn.orange-bg {transition: all 0.5s;}
a.btn.orange-bg:hover, .btn.orange-bg:hover{background: #ff8358;}

a.btn.green-border-1, .btn.green-border-1 {transition: all 0.5s;}
a.btn.green-border-1:hover, .btn.green-border-1:hover {background: #66b34e; color: #ffffff;}

a.btn.green-border-2, .btn.green-border-222 {transition: all 0.5s; -webkit-writing-mode: horizontal-tb;}
a.btn.green-border-2:hover, .btn.green-border-2:hover {background: #66b34e; color: #ffffff;}
a.btn.green-border-2:hover .custom-left-chevron-green-small { width: 7px; height: 12px; background: url(/files/images/icons/arrows-left-small.png) 0px 0px no-repeat transparent; }
a.btn.green-border-2:hover .custom-right-chevron-green-small { width: 7px; height: 12px; background: url(/files/images/icons/arrows-right-small.png) 0px 0px no-repeat transparent; }

/* === ALERTS === */

.alert-danger {
    background: url(/files/images/icons/icon-danger.png) 10px center #ffe3e3 no-repeat;
    color:  #ff4444;
    border: none;
}
.danger-at-cart-dropdown{
	padding: 5px 10px 7px 60px;
	display:block;
	margin: 10px 10px 0 10px;
}

.alert-message {
    padding-left: 40px;
}

/* tnx page 3 */

.has-feedback .form-control-feedback {
    top: 0;
    height: 40px;
    background: url(/files/ekipazh_assets/css/img/cart/eye_icon.png) no-repeat center;
    margin-right: 10px;
}

#reg-form .has-feedback {
    margin-bottom: 0px;
}

/* search page */

.rest-block .dish-description {
    width: 380px;
    height: 60px;
    margin-top: 13px;
    margin-right: 9px;
}

.btn-190 {
    width: 190px;
}
.h57 {
    height: 57px;
}

.rest-block .dish-price {
    margin-top: 15px;
}

.like-it-button {
	cursor: pointer;
}

.auth_link {
	padding: 0px;
	transition: all 250ms ease;
}

.auth_link:hover {
	background-color: #ffffff !important;
	color: #66b34e !important;
}

.close {
	opacity: 1.0;
}
.close:hover {
	opacity: 1.0;
}

.rest-sale-ribbon {
	background: url(/files/images/icons/ribbon_offer.png);
	top: -5px;
	left: -5px;
	width: 80px;
	height: 80px;
	position: absolute;
}

.rest-new-ribbon {
	background: url(/files/images/icons/ribbon_new.png);
	top: -5px;
	left: -5px;
	width: 80px;
	height: 80px;
	position: absolute;
}

.bc{
	padding-top: 4px;
}

.bc i {
	font-size: 14px;
        padding: 0 5px 0;
}

.bc a {
	color: #000;
        text-decoration: none;
        -webkit-transition: color 0.1s;
        -moz-transition: color 0.1s;
        -o-transition: color 0.1s;
        transition: color 0.1s;
}

.bc a:hover {
	color: #66b34e;
        text-decoration: none
}

.green-dashed-borders {
	border: 1px dashed #66b34e !important;
	border-radius: 6px;
	padding: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.left-basket-block-wrapper {min-height:300px;height:100%;}

.side_shadow {
	-webkit-box-shadow: -3px 3px 5px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    -3px 3px 5px 0px rgba(50, 50, 50, 0.1);
	box-shadow:         -3px 3px 5px 0px rgba(50, 50, 50, 0.1);
}
.cart_sidebar {overflow:visible; padding-left:20px;padding-top:50px;height:100%;}

.cart_sidebar .count_general_delivery_price  {
	cursor: pointer;
	text-decoration:underline;
}

.cart_sidebar .count_general_delivery_price:hover {
	text-decoration: none;
}

.cart_bonuses_icon{
	height: 14px;
	width: 20px;
	display:inline-block;
	background: url(/files/images/icons/coins_icon_small.png) no-repeat center;
	margin: 2px 5px 0;
}

.reg_login_pop .social-links {
	padding: 0;
	margin: 0;
	text-align: justify;
        height: 90px;
}

.reg_login_pop .social-links li {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	margin: 0 0 10px;
	padding: 0;
}

.reg_login_pop .social-links li a {
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	text-decoration: none;
}

/*=====================*/
/* vvv: profile styles */

/* cabinet part */
	#add-address-form input, #reset-password-form input, #personal-data-form input{font-size: 14px; color: black;}
	.col-sm-10{text-align: left; padding: 0px;}
	.mrl0{margin-left: 0px !important;margin-right: 0px !important; padding: 0px; }

	.b2b-block{border-top: 1px solid #FFCB6B; border-bottom: 1px solid #FFCB6B; background: #FFF4E1; padding: 20px;}
	.add-balance{margin-left:40px; margin-top: -5px;}
	.add-balance input{margin-left:15px;}
	.add-balance a{margin-left:15px; margin-top: -3px;}
	.add-balance-message{margin-top: 5px; margin-left:270px; font-size:12px;}


/* invitations part */
	.gmail_bg{background-color: #E93E30;}

	/* стили, связанные с блоком копирования реф-ссылки */
	.specialContainer{margin-left: 0px !important; width:378px !important;}
	#referal-link{border:0px !important; background: white; text-align: center;font-size: 11px; width: 100%; text-indent: 0px !important;box-shadow:none;}

.profile-menu {
            width: 180px;
            border: none;
            margin: 0;
            padding: 5px 0;
        }

#profile-menu {
	height: 70px;
	border: none;
	text-align: left;
	padding:0 20px;
	background-color: transparent;
		}

.dropdown-top-cities {
            width: 180px;
        }

.hovered{
		background-color: #71c657 !important;
}

#dropdown-top-cities:hover {
	background-color: #71c657;
}

#city_location {
	height: 70px;
        padding: 0 20px;
        line-height: 70px;
        display: inline-block;
        text-decoration: none;
}

#city_location:hover {
	background-color: #71c657;
}

#dropdown-top-cities .glyphicon {
            top: -1px !important;
        }

#city-block {width: 350px; margin: 0; padding: 5px 0px;}

#city-block li {
  display: block;
  float: left;
  width: 50%;
}

.btn-group .select-btn {
            border: 1px solid #ccc;
            background-color: #fff !important;
            text-align: left;
            text-indent: 10px;
            padding: 0;
        }

.btn-group .dropdown-toggle {
            border: 1px solid #ccc;
            text-align: center;
            background-color: #ccc;
            -webkit-transition: color 0.2s ease-out;
            -moz-transition: color 0.2s ease-out;
            -o-transition: color 0.2s ease-out;
            transition: color 0.2s ease-out;
        }

.btn-group .dropdown-toggle:hover, .dropdown-toggle:active, .dropdown-toggle:focus {
            background-color: #a6a6a6;
            border: 1px solid #a6a6a6;
        }

.btn-group.open .dropdown-toggle {
            background-color: #ccc;
            border: 1px solid #ccc;
        }

.autocompleteOrder li.search_active a {
           background-color: /*#fff*/#66b34e;
           color: white/*black*/ !important;
        }
.autocompleteOrder li a {
            color: #000;
            font-size: 14px;
        }

.autocompleteOrder li a:hover {
            background-color: #66b34e;
            color: #fff !important;
        }

.autocompleteOrder li.not_search a:hover {
    background-color: #fff!important;
    color: #000 !important;
}

.form-horizontal .form-group {
            margin: 0 0 10px 0;
        }

/* ============ profile history styles =============== */
.at-cabinet{margin-top: -1px;}
.order_items_list{display: none;}


.order_items_list img { margin: 5px 10px 5px 50px; height: 40px; width: 40px; border: 2px solid #fff;}
.order_items_list .price {width: 150px; text-align: right; display: inline-block; height: 50px; vertical-align: middle; line-height: 50px;}
.order_items_list .quantity {display: inline-block; height: 50px; vertical-align: middle; line-height: 50px;}
.order_items_list .history-dish-name {max-width: 500px; display: inline-block; vertical-align: middle;}

/* =======страница оформления заказа: маленький попапчик на способ оплаты ===========*/
.order-mess .att-icon-green {top: 10px; left: 10px; position: absolute;}
.order-mess .att-icon {top: 10px; left: 10px; position: absolute;}

.order-mess{
	position: relative;
	display: block;

	margin-top: 40px;
	margin-bottom: 40px;

	width: 300px;
	padding: 20px 15px 20px 15px;

	text-align: center;
	font-size: 13px;
	line-height: 18px;

	background: #f5ffdf;
}

.daruyou-number-container{
	margin-top: 10px;
}

/* =======разделитель между блоками -или- ===========*/
.separator {
text-align: center;
position: relative;
color: #cccccc;
font-size: 14px;
letter-spacing: 0.5px;
line-height: 14px;
overflow: hidden;
margin: 30px 0 10px;
width: 280px;
}

.separator:before {left: -20px;}
.separator:after {right: -20px;}

.separator:before, .separator:after {
display: block;
content: '';
width: 50%;
height: 1px;
background-color: #e5e5e5;
top: 7px;
position: absolute;
}

/* страница: оформить заказ. Блок комментария */
#order-comment-a {
	display: block;
	text-align:left;

}

#order-comment {
	display:none;
	width: 300px;
	height: 90px;
	resize: vertical;
}

#order-comment {font-size: 14px; background-color: #f4f4f4; border: 1px solid #ccc; color: #000000; font-style: normal; box-shadow: none !important;}
#order-comment:focus, #order-comment:active, #order-comment:focus {border: 1px solid #66b34e !important; box-shadow: none !important; background-color: #fff;}

/* чекбоксы и радиобаттоны в фильтре на странице списка ресторанов */

.sidebar-filters-block input[type=checkbox]{display:none;}
.sidebar-filters-block input[type=radio]{display:none;}

.sidebar-filters-block a.active{
    color: #000;
    background-color: #ffb733;
    text-decoration: none;
	padding: 1px 5px;

	border-top: 1px solid #FF9326 !important;
	border-left: 1px solid #FFA42C !important;
	border-right: 1px solid #FFA42C !important;
	border-bottom: 1px solid #FFB532 !important;
}

.checkbox_custom{float:left; margin-top:3px;width:15px; height:15px; cursor: pointer;background: url(/files/images/icons/checkbox_radiobtn.png) -15px 0px no-repeat;}
.checkbox_custom_hovered{background: url(/files/images/icons/checkbox_radiobtn.png) -30px 0px no-repeat;}
.checkbox_on{background: url(/files/images/icons/checkbox_radiobtn.png) 0px 0px no-repeat;}


.radiobutton_custom{float:left; margin-top:3px;width:15px; height:15px; cursor: pointer;background: url(/files/images/icons/checkbox_radiobtn.png) -15px -15px no-repeat;}
.radiobutton_on{background: url(/files/images/icons/checkbox_radiobtn.png) 0px -15px no-repeat;}


.chosen-container {
    font-size: 14px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.chosen-container-single .chosen-single {
    height: 40px;
    background: none;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    box-shadow: none;

}
.chosen-container-single .chosen-default {
    background: none;
    border: 1px solid #ccc;
    background-color: #fff !important;
    text-align: left;
    text-indent: 10px;
    padding: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background: none;
    border: 1px solid #ccc;
    background-color: #fff !important;
    text-align: left;
    text-indent: 10px;
    padding: 0;
}

.chosen-container .chosen-results li.highlighted {
    color: #ffffff;
    text-decoration: none;
    background-color: #66b34e;
    background-image: none;
}

.chosen-container-single .chosen-single span {
   margin-top: 6px;
   text-align: left;
}

.chosen-container-single .chosen-single div {
    width: 40px;
    background-color: #ccc;
}

.chosen-container-single .chosen-single div:hover, .chosen-single div:active, .chosen-single div:focus {
            background-color: #a6a6a6;
}

.chosen-container-single .chosen-single div b {
    position: absolute;
    top: 16px;
    left: 15px;
    width: 12px;
    height: 7px;
    background: url(/files/images/icons/arrows-down-small.png) 0px 0px no-repeat transparent;
}

.chosen-container-single .chosen-search {
    padding: 10px;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    background: none;
    width: 40px;
    background-color: #ccc;
    text-align: center;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    width: 12px;
    height: 7px;
    background: url(/files/images/icons/arrows-down-small.png) 0px 0px no-repeat transparent;
}

.chosen-container .chosen-drop{
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    top: 42px;
    padding-bottom: 10px;
}

.chosen-container .chosen-results {
    padding: 0;
    margin: 0;
}
.chosen-container .chosen-results li{
    padding: 7px 10px;
}



/* закрывашка диалога */

.dialog_close{
	width: 15px;
	height: 15px;
	background: url(/files/images/icons/x_x.png) 0px 0px no-repeat;
}

.dialog_close:hover{
	background: url(/files/images/icons/x_x.png) 0px -15px no-repeat;
}

.disable-hover {
    pointer-events: none !important;
	cursor:default;
}

.scrollup {
    position: fixed;
    z-index: 10;
    cursor: pointer;
    bottom: 40px;
    left: 50%;
    width: 50px;
    height: 85px;
    background: url(/files/images/icons/rocket.png) no-repeat;
    margin-left: 615px;
    display: none;
}

.img-emptycart{
    background: url(/files/images/icons/cart_empty.png) no-repeat;
    width: 330px;
    height: 290px;
    margin-left: 435px;
}

.location-icon {width: 10px; height: 16px; background: url(/files/images/icons/location_icon.png) 0px 0px no-repeat transparent; margin: 0 8px 0 0; top:2px !important;}

.btn[disabled]{
    pointer-events: none;
    cursor: not-allowed;
    background: #bbbbbb!important;
}

/* ============== ONLINE HELP BUTTON ============== */

	#sh_button {background: #66b34e;}
	#sh_button:hover{background: #71c657;}
	#sh_btn .sh_btn_char {font-family: "Open Sans";}
        .sh_header {background: #66b34e !important;}
        .sh_chat {border: 1px solid #66b34e !important;}
        .sh_button {background: #66b34e;}
        .sh_button:hover {background: #71c657;}
        .sh_header_info img {display: none;}
        #sh_button img {display: none;}
        .sh_header_info .sh_title {margin-left: 20px;}
        .sh_button_field .sh_button_save {background: #66b34e; border: 1px solid #66b34e !important; }
        .sh_button_field .sh_button_save:hover {background: #71c657;}

.autocompleteOrder {
list-style-type: none;
position: absolute;
z-index: 99999;
max-height: 220px;
overflow: hidden;
min-width: 180px;
padding: 5px 0;
list-style: none;
background-color: #ffffff;
border: 1px solid #ccc;
}

.pop-up-dialog .street-ac-holder .autocompleteOrder {
width: 280px;
top: 39px;
}

.address-form-group .street-ac-holder .autocompleteOrder {
width: 300px;
top: 39px;
}

.scroller {
    overflow-y: scroll;
    height: 280px;
}


.basket-block-active {
    background:#71c657;
    transition: all 0.3s;
}

.basket-block-active:hover {
    background:#5ac139;
}

.basket-block-no-active{
    background:#fff;
}

.basket-block-empty,.empty{
    background:#66b34e;
}

.display-block {
    display: block!important;
}

.display-none{
    dispaly:none;
}


/* application/views/frontend/parts/brands_search/admin_help_div.php */
.admin-information-container{
	width: 690px;
	padding:10px;
	margin-bottom: 7px;
	margin-left:5px;
	background: #FFF4E1;
	line-height: 13px;
	font-size: 12px;
	display: none;
}

.circle-avatar {
    width:32px;
    height: 32px;
    -moz-border-radius: 16px !important;
    -webkit-border-radius: 16px !important;
    border-radius: 16px !important;
}

.glyphicon {
    top:0;
}


.eror404 {background: url(/files/images/404.png) center no-repeat; height: 480px; padding-top: 380px;}

#order_banner{
    border:1px #ff4444 dashed!important;
    z-index:1;
}

#order_banner> .arrow{
    border-style: dashed!important;
    border-bottom-color:#ff4444!important;
}

#menu_items .popover{
    z-index: 1;
}

.location_popup_background {background: url(/files/images/icons/location_popup_background.png) 0px 0px no-repeat; }

.action-holder p {margin:0;}


.d_underline {border-bottom: 1px dotted}



.modal {
    position: fixed;
    z-index: 1050;
    width: 560px;
    height:220px;
    overflow: auto;
    top: 20%;
    left: 50%;
    margin-left: -280px;
    background-color: #ffffff;
}

/* стили для блока ресторана, который закрыт навсегда! */

.brand-noactive .rest-block:hover {cursor: default;}
.brand-noactive .rest-block:hover .up_shadow {background: none;}
.brand-noactive .rest-block:hover .down_shadow {background: none;}
.brand-noactive .rest-block:hover .brand_info {color:#a6a6a6;cursor: default;}
.brand-noactive .rest-block:hover .bonus{background: url(/files/images/icons/rest_sprite.png) 0px -5px no-repeat;}
.brand-noactive .rest-block:hover .like-it-buttonn{cursor: default;}

.brand-noactive .count_general_delivery_prize{
	background: white;
	border-color: #ccc;
	cursor: default;
	margin: 0;
	padding: 2px;
	margin-top: -5px;
	width: 98px;
}

/* ============== SEARCH ============== */

#modalSearch {
    position: fixed;
    z-index: 99999999999;
    height:100%;
    width:100%;
    overflow-x: inherit!important;
    top: 0;
    left: 0;
    margin-left: 0;
    background-color: #ffffff;
}

.search-type{
    background:#a6a6a6 !important;
}

#search-type .select-btn{
    background: #ccc !important;
}

.search-active{
    border: 2px solid #66b34e;
}

.search-active input {
    border: none;
}

.search-default{
    border: 2px solid #ccc;
}

.search-default input {
    border: none;
    text-indent: 0;
}

#search-result{
    width: 940px;
}

#search-result h2{
    text-align: left;
}

#search-result a.catalog-link {
    float: right;
}

.search-btn-active,#dropdown-search-type:hover{
    background: #a6a6a6!important;
    border: 1px solid #a6a6a6!important;
}

#modalSearch .btn-group .dropdown-toggle:hover,#modalSearch .dropdown-toggle:active,#modalSearch .dropdown-toggle:focus{
    background: #ccc!important;
    border: 1px solid #ccc;
}

#modalSearch .close{
    font-size:25px;
}

#modalSearch .items-margins{
    max-width: 475px;
}

#news-block {
    font-size: 14px;
    color: #222;
}

.item-holder .tooltip-inner{
    background-color: #fff!important;
    color: #000;!important;
}
.item-holder .tooltip.top .tooltip-arrow{
    border-top-color: #fff!important;
}
.item-holder .tooltip.top{
    margin-top: 5px!important;
    width: 200px;
}

/* кабинет - таблица истории заказов */

.history-order-table td, .pre-order-table td{padding:15px; text-align: left; font-size:14px; border-bottom:1px solid #DDD; color: black;}
.history-order-table thead td, .pre-order-table thead td{background: #EEE; color: #555; font-size:13px; padding:10px 15px;}
.history_orders_id{font-weight:bold;}
.history_orders_cost{}
.history_orders_margin{margin-left: 10px;}

.history_orders_cell{cursor:pointer;}
.history_orders_cell a.btn.green-border-2:hover span {color: #ffffff!important;}
.history_orders_cell a.btn.green-border-2 span {transition: all 0.5s;}
.history_orders_cell .disabled {padding: 6px;}

.sort-brands-dropdown {margin: 12px 5px 0px 0px; height: 28px;}
.sort-brands-dropdown a {
    display: inline-block;
    padding: 4px 20px;
    color: #000;
    text-decoration: none;
    border: none;
    background-color: white;
}

.sort-brands-dropdown a:hover, .sort-brands-dropdown a:active {
    background-color: #eee;
}

/* админский и операторский батоны */

.maximum-right {
		position: fixed;
		right: 0px;
		z-index: 999999999;
	}

.maximum-right a {
	color: white;
	background: #007788;
	padding:4px;
	margin:3px 5px 0px 0px;
	text-decoration: none;
	width: 110px;
	text-align: center;
	border: 1px solid #007788;
	line-height:20px;

	margin-right: -100px;
}

.maximum-right a:hover {
	background: #004455;
	/*color:#007788;
	margin-right: 10px;*/
	border: 1px solid white;
}

.activeDates {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: linear-gradient(top, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #000;
}
