
@import url("/.files/templates/224/general.css");

/* {{{ general */

body {
	color: #191919;
}

h1, .h1, h2, .h2, h3, .h3 {
	color: #e6001b;
}

a {
	color: #2154bb;
}

a:hover {
	color: #127fd2;
}

/* }}} */
/* {{{ colors */

.unactive {
	color: #777777 !important;
}

.warning {
	color: #ff0845 !important;
}

.success {
	color: #3baf03 !important;
}

.contrast {
	color: #000 !important;
}

/* }}} */
/* {{{ backing */

.backing {
	background-color: #e9edf5;
}

/* }}} */
/* {{{ default table */

table.default>*>tr>th {
	background-color: #e9edf5;
    border-color: #e9edf5;
	color: #000;
}

table.default>*>tr>td {
	border-color: #eaebec;
}

table.default>*>tr:nth-of-type(2n+1)>td {
	background-color: #f6f7f9;
}

/* }}} */
/* {{{ button */

.button {
	background: linear-gradient(to top, #e02b02, #f43715);
	border-color: #b50303;
	color: #fff !important;
}

a.button:hover {
	background: linear-gradient(to top, #f13e08, #ff470e);
	border-color: #c70202;
	color: #fff !important;
}

/* }}} */
/* {{{ labels */

.label_1 {
	background-color: #0BAF23;
}

.label_2 {
	background-color: #E0128B;
}

.label_3 {
	background-color: #00A5D9;
}

/* }}} */
/* {{{ columns and separator */

div.columns>div,
div.separator, hr {
	border-color: #E9E9E9;
}

/* }}} */
/* {{{ cart */

a.cart_cart {
	background-color: #485062;
}

a.cart_ordering {
	background-color: #22b100;
}

a.cart_ordering:hover {
	background-color: #26c301;
}

/* }}} */
/* {{{ layout */

body.layout {
	background-color: #fff;
}

/* }}} */
/* {{{ header */

div.header {
	background-color: rgba(25, 26, 31, 0.88);
	color: #fff;
}

div.header a {
	color: #cac8c8;
}

div.header a:hover {
	color: #fff;
}

/* --- */

div.header .sitename {
    color: #fff;
}

/* --- */

div.header .contacts>.wicon>i {
    background-image: url(/.images/s.contacts.white.svg);
}

/* --- */

div.header .search input[type=text] {
	background-color: #4a4a4e;
    border-color: #53535a;
	color: #fff;
}

div.header .search a {
	background-color: #787882;
}

div.header .search a:hover {
    background-color: #888892;
}

div.header .search input[type=text]::-webkit-input-placeholder {
	color: #cac8c8;
}

div.header .search input[type=text]::-moz-placeholder {
	color: #cac8c8;
}

div.header .search input[type=text]:-ms-input-placeholder {
	color: #cac8c8;
}

/* }}} */
/* {{{ menu */

div.menu {
    background-color: rgba(32, 32, 37, 0.96);
}

div.menu a {
	color: #cac8c8;
}

div.menu a:hover {
	color: #fff;
}

div.menu a.selected {
	background-color: #ffffff;
	color: #e6001b;
}

/* }}} */
/* {{{ column */

div.column .submenu ul {
    border-color: #e9e9e9;
}

div.column .submenu a {
	color: #191919;
}

div.column .submenu a:hover,
div.column .submenu a.selected {
    color: #e6001b;
}

/* }}} */
/* {{{ footer */

div.footer {
    border-color: #e9e9e9;
	color: #000;
}

div.footer a {
	color: #e6001b;
}

div.footer a:hover {
	color: #000;
}

/* --- */

div.footer .contacts>.wicon>i {
    background-image: url(/.images/s.contacts.svg);
}

/* }}} */
