@charset "utf-8";
/* ---------- Color Module Styles ----------- */

/*body {
  color: #3b3b3b;
  background: #292929;
}
#page,
#main-wrapper,
.region-primary-menu .menu-item a.is-active,
.region-primary-menu .menu-item--active-trail a {
  background: #fff;
}
.tabs ul.primary li a.is-active {
  background-color: #fff;
}
.tabs ul.primary li.is-active a {
  border-bottom-color: #fff;
  background-color: #fff;
}
#header {
  background-color: #1d84c3;
  background-image: -webkit-linear-gradient(top, #055a8e 0%, #1d84c3 100%);
  background-image: linear-gradient(to bottom, #055a8e 0%, #1d84c3 100%);
}*/
a,
.link {
  color: #2068bb;
}
a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #018fe2;
}
a:active,
.link:active {
  color: #23aeff;
}
.sidebar .block {
  /*border-color: #f9f9f9;
  background-color: #f6f6f2;*/
}
.site-footer {
  /*background: #292929;*/
}
/*.region-header,
.region-header a,
.region-header li a.is-active,
.region-header .site-branding__text,
.region-header .site-branding,
.region-header .site-branding__text a,
.region-header .site-branding a,
.region-secondary-menu .menu-item a,
.region-secondary-menu .menu-item a.is-active {
  color: #fffeff;
}*/

/* ---------- Color Form ----------- */

[dir="rtl"] .color-form .color-palette {
  margin-right: 20px;
  margin-left: 0;
}
[dir="rtl"] .color-form .form-item label {
  float: right;
}
[dir="rtl"] .color-form .color-palette .lock {
  right: -20px;
  left: 0;
}



/** ---------- Цветовая схема ----------- **/
/* ---------- Верхнее меню ----------- */
.region-secondary-menu {
    background-color: rgba(51, 197, 34, 0.6);/*#6b5da9*/
}
.region-secondary-menu .content li a:hover,
.region-secondary-menu .content li a:active,
.region-secondary-menu .content .private-message-notification-wrapper a:hover,
.region-secondary-menu .content .private-message-notification-wrapper a:active,
.region-secondary-menu .content .cart--cart-block a:hover,
.region-secondary-menu .content .cart--cart-block a:active {
	background-color: rgba(51, 197, 34, 1);/*#4c4082*/
}
/* ---------- Главное меню ----------- */
.path-frontpage .region-primary-menu ul.nice-menu-down > li > a,
.path-frontpage .region-primary-menu ul.nice-menu-down li.menuparent > a,
.path-frontpage .region-primary-menu ul.sf-menu > li > a,
.path-frontpage .region-primary-menu ul.sf-menu li.menuparent > a {
    background-color: rgba(51, 197, 34, 0.6);/*rgba(247, 230, 189, 0.6)*/
	color: rgba(245, 245, 245, 1);
}
.path-frontpage .region-primary-menu ul.nice-menu-down > li > a:hover,
.path-frontpage .region-primary-menu ul.sf-menu > li > a:hover,
.chosen-container .chosen-results li.highlighted {
    background-color: rgba(51, 197, 34, 1);/*rgba(247, 230, 189, 1)*/
	color: rgba(245, 245, 245, 1);
}
/* ---------- Главное меню для мобильных устройств в вертикальном положении ----------- */
@media all and (max-width: 460px) {
	.region-primary-menu ul.nice-menu-down > li > a,
	.region-primary-menu ul.nice-menu-down > li.menuparent > a,
	.region-primary-menu ul.nice-menu-down > li.menuparent.over > a,
	.region-primary-menu ul.sf-menu > li > a,
	.region-primary-menu ul.sf-menu > li.menuparent > a,
	.region-primary-menu ul.sf-menu > li.menuparent.over > a {
		background-color: rgba(51, 197, 34, 0.6);
		color: rgba(245, 245, 245, 1);
	}
	.region-primary-menu ul.nice-menu-down > li > a:hover,
	.region-primary-menu ul.nice-menu-down > li.menuparent.over > a:hover,
	.region-primary-menu ul.sf-menu > li > a:hover,
	.region-primary-menu ul.sf-menu > li.menuparent.over > a:hover {
		background-color: rgba(51, 197, 34, 1);
		color: rgba(245, 245, 245, 1);
	}
}







