
body {
    background: #ffffff;
    padding-top: 0;
}
header.main {
    border-bottom: solid 1px #090909;
}
.inverted-header {
    background-color:#FFFFFF;
    border-bottom-color:#CED4DA !important;
}
.menu-bars {
    color:  #090909 !important;
}
.menu-body {
    background: #ffffff;
}
.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;
}
.SPECIALS {
	color:#EE4B2B;
}
.SPECIALS-background {
	background: #EE4B2B;
	color:#FFFFFF;
}
.CBD {
	color:CBD;
}
.CBD-background {
	background: CBD;
	color:#FFFFFF;
}

.callout-cta-1 {
    color: #090909;
}
.highlight-color {
    background-color:#ffffff;
}
.half-highlight-color {
    background-color:RGBA(255,255,255,.5);
}
.primary-text {
    color: #090909;
}
.primary-input {
    background-color: #090909;
    color: #FFF;
}
.navbar {
    background: #090909;
}
.add-remove-qty {
    color:#090909;
    position:relative;
    top:-14px;
}
.btn-round {
    color: #090909;
}
.btn-success, .btn-success:hover, .btn-success:active, .btn-success:focus {
    color: #fff;
    background-color: #ff1313 !important;
    border-color: #ff1313 !important;
    background-image: none !important;
}
.btn-primary-1, .btn-primary-1:hover, .btn-primary-1:active, .btn-primary-1:focus {
    color: #fff;
    background-color: #090909 !important;
    border-color: #090909 !important;
    background-image: none !important;
} 
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: .125rem;
}
header.main-lg {
	color: #fff;
	background: linear-gradient(-45deg, #060512, #050303, #d11919, #d11919);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}

@media only screen and (max-width: 600px) {
 .banner {
 overflow:hidden;
}
 .banner span {
    position:relative;
    white-space: nowrap;
    animation-name: rightThenLeft ;
    animation-duration: 8s;
    animation-timing-function: linear;
  animation-iteration-count: infinite;
 
 }
}

@-webkit-keyframes rightThenLeft {
    0%   {right:-350px;}
 
    100% {right:350px;}
}


@-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%
	}
}
 .primary-circle {
    background: #090909 !important;
    color:#FFF !important;
}
.lds-ring-primary > div {
    border-color: #090909 transparent transparent transparent;
}