
@import url("/.files/templates/224/general.css");

/* {{{ general */

body {
	color: #191919;
}

h1, .h1, h2, .h2, h3, .h3 {
	color: #a02801;
}

a {
	color: #e6001b;
}

a:hover {
	color: #ff0000;
}

/* }}} */
/* {{{ colors */

.unactive {
	color: #777777 !important;
}

.warning {
	color: #ff0845 !important;
}

.success {
	color: #3baf03 !important;
}

.contrast {
	color: #000 !important;
}

/* }}} */
/* {{{ backing */

.backing {
	background-color: #f0f0f0;
}

/* }}} */
/* {{{ default table */

table.default>*>tr>th {
	background-color: #efeded;
    border-color: #efeded;
	color: #000;
}

table.default>*>tr>td {
	border-color: #f3ece8;
}

table.default>*>tr:nth-of-type(2n+1)>td {
	background-color: #f9f8f8;
}

/* }}} */
/* {{{ 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: #e6001b;
}

a.cart_ordering:hover {
	background-color: #d00119;
}

/* }}} */
/* {{{ layout */

body.layout {
	background-color: #fff;
}

/* }}} */
/* {{{ header */

div.header {
	background-color: rgba(53, 0, 1, 0.84);
	color: #fff;
}

div.header a {
	color: #dc9a79;
}

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: #653d3e;
    border-color: #653d3e;
	color: #fff;
}

div.header .search a {
    background-color: #9a3a35;
}

div.header .search a:hover {
	background-color: #b54d34;
}

div.header .search input[type=text]::-webkit-input-placeholder {
	color: #b79f99;
}

div.header .search input[type=text]::-moz-placeholder {
	color: #b79f99;
}

div.header .search input[type=text]:-ms-input-placeholder {
	color: #b79f99;
}

/* }}} */
/* {{{ menu */

div.menu {
    background-color: #f5f3f3;
}

div.menu a {
	color: #191919;
}

div.menu a:hover {
	color: #a02801;
}

div.menu a.selected {
	background-color: #fff;
	color: #a02801;
}

/* }}} */
/* {{{ 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: #a02801;
}

/* }}} */
/* {{{ footer */

div.footer {
	background-color: rgba(53, 0, 1, 0.84);
	color: #fff;
}

div.footer a {
	color: #dc9a79;
}

div.footer a:hover {
	color: #fff;
}

/* --- */

div.footer .contacts>.wicon>i {
    background-image: url(/.images/s.contacts.white.svg);
}

/* }}} */
