
body {
    background: #EFEFEF;
    padding-top: 0;
}
header.main {
    border-bottom: solid 1px #6e8d19;
}
.inverted-header {
    background-color:#FFFFFF;
    border-bottom-color:#CED4DA !important;
}
.menu-bars {
    color:  #6e8d19 !important;
}
.menu-body {
    background: #EFEFEF;
}
.menu-font {
    color: #606060 !important;
}
.indica {
	color:#9C208D;
}
.indica-background {
	background: #9C208D;
	color:#FFFFFF;
}
.sativa {
	color:#E1692F;
}
.sativa-background {
	background: #E1692F;
	color:#FFFFFF;
}
.hybrid {
	color:#1F976D;
}
.hybrid-background {
	background: #1F976D;
	color:#FFFFFF;
}
.none {
	color:#FFFFFF;
}
.none-background {
	background: #FFFFFF;
	color:#000000;
}
.cbd {
	color:#18489B;
}
.cbd-background {
	background: #18489B;
	color:#FFFFFF;
}
.edibles {
	color:#1F976D;
}
.edibles-background {
	background: #1F976D;
	color:#FFFFFF;
}
.hash {
	color:#AEA711;
}
.hash-background {
	background: #AEA711;
	color:#FFFFFF;
}
.psilocybin {
	color:#328ba8;
}
.psilocybin-background {
	background: #328ba8;
	color:#FFFFFF;
}
.gear {
	color:#000000;
}
.gear-background {
	background: #000000;
	color:#FFFFFF;
}
.concentrates {
	color:#000000;
}
.concentrates-background {
	background: #000000;
	color:#FFFFFF;
}

.callout-cta-1 {
    color: #6e8d19;
}
.highlight-color {
    background-color:#C0E7A6;
}
.half-highlight-color {
    background-color:RGBA(192,231,166,.5);
}
.primary-text {
    color: #6e8d19;
}
.primary-input {
    background-color: #6e8d19;
    color: #FFF;
}
.navbar {
    background: #6e8d19;
}
.add-remove-qty {
    color:#6e8d19;
    position:relative;
    top:-14px;
}
.btn-round {
    color: #6e8d19;
}
.btn-success, .btn-success:hover, .btn-success:active, .btn-success:focus {
    color: #fff;
    background-color: #67C629 !important;
    border-color: #67C629 !important;
    background-image: none !important;
}
.btn-primary-1, .btn-primary-1:hover, .btn-primary-1:active, .btn-primary-1:focus {
    color: #fff;
    background-color: #6e8d19 !important;
    border-color: #6e8d19 !important;
    background-image: none !important;
} 
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: .125rem;
}
header.main-lg {
	color: #fff;
	background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

.product-menu a[class^="unit-tag"], .album a[class^="unit-tag"] {
  float:left;
  padding-right:5px;
}
.product-menu .btn-default, .album .btn-outline-secondary {
    display: block;
    margin-top: 45px;
}
.product-menu a[class^="unit-tag"] {
  float:left;
  padding-right:5px;
}
.product-menu .btn-default {
    display: block;
    margin-top: 150px;
}
 .primary-circle {
    background: #6e8d19 !important;
    color:#FFF !important;
}
.lds-ring-primary > div {
    border-color: #6e8d19 transparent transparent transparent;
}