
body {
    background: #fef7ed;
    padding-top: 0;
}
header.main {
    border-bottom: solid 1px #fc952d;
}
.inverted-header {
    background-color:#FFFFFF;
    border-bottom-color:#CED4DA !important;
}
.menu-bars {
    color:  #fc952d !important;
}
.menu-body {
    background: #fef7ed;
}
.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;
}

.callout-cta-1 {
    color: #fc952d;
}
.highlight-color {
    background-color:#ffd371;
}
.half-highlight-color {
    background-color:RGBA(255,211,113,.5);
}
.primary-text {
    color: #fc952d;
}
.primary-input {
    background-color: #fc952d;
    color: #FFF;
}
.navbar {
    background: #fc952d;
}
.add-remove-qty {
    color:#fc952d;
    position:relative;
    top:-14px;
}
.btn-round {
    color: #fc952d;
}
.btn-success, .btn-success:hover, .btn-success:active, .btn-success:focus {
    color: #fff;
    background-color: #ffd97b !important;
    border-color: #ffd97b !important;
    background-image: none !important;
}
.btn-primary-1, .btn-primary-1:hover, .btn-primary-1:active, .btn-primary-1:focus {
    color: #fff;
    background-color: #fc952d !important;
    border-color: #fc952d !important;
    background-image: none !important;
} 
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: .125rem;
}
header.main-lg {
	color: #fff;
	background: linear-gradient(-45deg, #fc952d, #fc952d, #ffd371,#ffd371);
	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%
	}
}
 .primary-circle {
    background: #fc952d !important;
    color:#FFF !important;
}
.lds-ring-primary > div {
    border-color: #fc952d transparent transparent transparent;
}