::selection {
  background-color:#6F359E;
  color: #fff;
}
::-moz-selection {
  background-color:#6F359E;
  color: #fff;
}

a,
.theme-color,
.mm-column li.mm-header > a,
.mm-column li:not(.mm-header) a:hover {
  color:#EB7D3C;
}

.theme-main {
  background: #6F359E;
}

.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.theme-color{
  color:#6F359E;
}


.price-table.active .price-head,
.fixed-header.header,
.ul-list-style li:after,
.btn-theme,
.theme-bg {
  background:#6F359E;
}

.btn-theme {
	border-color:#6F359E;
}
.theme-g-bg{
	background: #6F359E;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #EB7D3C, #6F359E, #6F359E);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #EB7D3C, #6F359E, #6F359E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background-image: -moz-linear-gradient(0deg, #EB7D3C 0%, #6F359E 100%);
    background-image: -webkit-linear-gradient(0deg, #EB7D3C 0%, #6F359E 100%);
    background-image: -ms-linear-gradient(0deg, #EB7D3C 0%, #6F359E 100%);
}

@media (max-width: 991px){
	.header	{
		background:#6F359E;
	}
}

.mm-column li:not(.mm-header) a:after,
.theme-2nd-after:after,
.theme-2nd-before:before,
.theme-2nd,
.btn-theme-2nd {
  background: #EB7D3C;
}

.theme-2nd-color {
  color: #EB7D3C;
}

.theme-main.icon-s,
.theme-main.icon-m,
.theme-main.icon-l,
.theme-main.icon-xl {
  box-shadow: 0px 15px 23px -5px rgba(111, 53, 158, 0.37);
}
.theme-bg.icon-s,
.theme-bg.icon-m,
.theme-bg.icon-l,
.theme-bg.icon-xl {
  box-shadow: 0px 15px 23px -5px rgba(111, 53, 158, 0.37);
}
.theme-2nd.icon-s,
.theme-2nd.icon-m,
.theme-2nd.icon-l,
.theme-2nd.icon-xl {
  box-shadow: 0px 15px 23px -5px rgba(235, 125, 60, 0.38);
}

.green-bg.icon-s,
.green-bg.icon-m,
.green-bg.icon-l,
.green-bg.icon-xl {
  box-shadow: 0px 15px 23px -5px rgba(139, 28, 230, 0.34);
}

.pink-bg.icon-s,
.pink-bg.icon-m,
.pink-bg.icon-l,
.pink-bg.icon-xl {
  box-shadow: 0px 15px 23px -5px rgba(255, 37, 96, 0.34);
}

.blue-bg.icon-s,
.blue-bg.icon-m,
.blue-bg.icon-l,
.blue-bg.icon-xl {
  box-shadow: 0px 15px 23px -5px rgba(37, 92, 255, 0.35);
}

.red-bg.icon-s,
.red-bg.icon-m,
.red-bg.icon-l,
.red-bg.icon-xl {
  box-shadow: 0px 15px 23px -5px rgba(255, 37, 37, 0.36);
}

.yellow-bg.icon-s,
.yellow-bg.icon-m,
.yellow-bg.icon-l,
.yellow-bg.icon-xl {
  box-shadow: 0px 15px 23px -5px rgba(255, 188, 92, 0.43);
}