
#giftCenter {
    font-family: "Open Sans", Arial, Helvetica, san-serif;
    margin: 0 auto;
    max-width: 1000px;
}
.gc-header {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
}
.gc-header .left-nav-switch {
    display: none;
    box-sizing:border-box;
}
.gc-header .left-nav-switch.active {
    color: #79a618;
}
.sub-header-bg {
    margin: auto;
    max-width: 1440px;
}
.sub-header li a {
}
.sub-header .new-dropdown li a {
    color: #333;
}
.sub-header {
    font-size: 1.4em;
    left: -3px;
    margin: 0 auto;
    max-width: 1023px;
    position: relative;
    text-align: center;
}
.sub-header.hidearrow::before {
    display: none;
}
.sub-header li {
    display: inline-block;
    font-size: 1em;
    line-height: 3em;
    padding: 0 0.3em;
}
.sub-header li::before {
    color: #ccc;
    content: "|";
    display: inline;
    padding-right: 1em;
}
.sub-header li:first-child::before {
    content: "";
}
.new-dropdown {
    position: relative;
    z-index: 6;
}
.new-dropdown .break {
    height: 1em;
}
.new-dropdown sup {
    font-size: 0.8em;
}
.new-dropdown-list {
    background: #fff none repeat scroll 0 0;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
    display: none;
    padding-bottom: 0.5em;
    position: absolute;
    top: 35px;
}
.new-dropdown:hover .new-dropdown-list {
    display: block;
}
.sub-header .new-dropdown li {
    float: left;
    font-family: Arial,sans-serif;
    font-size: 0.8em;
    line-height: 1.4em;
    padding: 0.1em 0 0.1em 1.6em;
    text-align: left;
    width: 165px;
}
.sub-header .new-dropdown li::before {
    content: "";
    padding: 0;
}
.gift-runner {
    background-color: #8ab21e;
    margin: auto;
    max-width: 1440px;
    text-align: center;
}
.gift-runner img {
    display: block;
    margin: auto;
    max-width: 1000px;
    width: 100%;
}
.gift-runner .mobile-hero {
    display: none;
}
.gc-nav {
    float: left;
    width: 20%;
}
.gc-nav.active {
    display: block;
}
.gc-nav h3 {
    font-size: 18px;
    margin: 17px 0 7px;
}
.gc-nav ul {
    margin-bottom: 1.5em;
}
.gc-nav ul li {
    margin-left:1.2em;
}
.gc-nav a {
    color: #777777;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    margin: 5px 0;
    padding: 3px 0;
}
.active {
    display: block;
}
.main-wrap {
    float: left;
    width: 80%;
}
.holiday-carousels {
    overflow: hidden;
}
.cp-carousel-wrap, .cp-carousel-inner-wrap {
    overflow: hidden;
    position: relative;
}
.cp-carousel-inner-wrap {
    margin: 0 29px;
    max-width: 1400px;
}
.cp-carousel {
    width: 2300px;
}
.cp-carousel .carousel-item {
    color: #777;
    float: left;
    height: auto;
    margin: 0 10px;
    text-align: center;
    width: 160px;
}
.cp-carousel .carousel-item .image-caption {
    display: inline-block;
    font-size: 14px;
    padding: 10px 0 0;
}
.cp-carousel .carousel-item img {
    height: auto;
    transition: all 0.2s ease 0s;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e4e4e4;
}
.cp-carousel .carousel-item img:hover {
    border: 1px solid #79a618;
    opacity:1;
}
.cp-carousel-wrap .slide-controls {
    font-size: 5em;
    position: absolute;
    top: 30%;
    width: 100%;
}
.cp-carousel-wrap .slide-controls i {
    color: #79a618;
    cursor: pointer;
    position: absolute;
    transition: all 0.4s ease 0s;
}
.cp-carousel-wrap .slide-controls i:hover {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.cp-carousel-wrap .slide-controls .icon-angle-right {
    right: 2px;
}
.cp-carousel-wrap .slide-controls .icon-angle-left {
    left: 2px;
}
#holiday-tabs {
    border: medium none;
}
#holiday-tabs .tab-nav-list {
    overflow: hidden;
}
#holiday-tabs .tab-nav-list li {
	border:1px solid #e4e4e4;
	border-bottom:0 none;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.5) inset;
    float: left;
    margin: 0 0.1%;
    width: 32.8%;
}
#holiday-tabs .tab-nav-list li:hover {
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.8) inset;
}
.holiday-carousels #holiday-tabs .tab-nav-list li.ui-state-active,
.holiday-carousels #holiday-tabs .tab-nav-list li.ui-state-active:hover {
    background: #79a618 none repeat scroll 0 0;
    box-shadow: none;
    color:white;
}

#holiday-tabs .tab-nav-list li {
    background-color: #333333;
}
#holiday-tabs .tab-nav-list li a {
    color: white;
    display: block;
    font-size: 16px;
    padding: 8px 5px;
    text-decoration: none !important;
}
#holiday-tabs .tab-nav-list li img, #holiday-tabs .tab-nav-list li span {
    font-family: "Roboto Condensed",sans-serif;
    margin-left: 4px;
    vertical-align: middle;
}
#holiday-tabs .tab-panel {
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    border-top:0 none;
    display: none;
    padding: 30px 10px;
}
#holiday-tabs .tab-panel .carousel-category-title {
    display: none;
}
.by-price {
    overflow: hidden;
    width: 100%;
}
.by-price h3 {
    color: #79a618;
    font-size: 2.5em;
	font-weight:300;
    margin: 2em 0 0.5em;
    text-align: center;
    text-transform: none;
}
.by-price h3 em {
	font-size:115%;
	font-weight: bold;
}
.sub-text {
    color: #777777;
    font-size: 1.5em;
	font-weight:300;
	line-height:1.3;
    text-align: center;
	margin:0 0 1em 0;
}
.sub-text strong {
    font-weight:700;
}
.by-price a {
    box-sizing: border-box;
    display: block;
    float: left;
    margin: 2% 2% 2% 0;
    width: 32%;
}
.by-price a:last-child {
    margin: 2% 0 2% 0;
}
.by-price a img {
	width:100%;
    max-width: 100%;
}
.featured-products {
    border-top: 1px solid #e4e4e4;
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 30px;
}
.featured-products h3 {
    color: #79a618;
    font-size: 2.5em;
	font-weight:300;
    margin: 1em 0;
    text-align: center;
    text-transform: none;
}
.featured-products h3 em {
	font-size:115%;
	font-weight: bold;
}
.featured-products ul {
    list-style: outside none none;
    margin-right: -20px;
}
.featured-products li {
    float: left;
    padding: 0 3% 3% 0;
    width: 22%;
}
.featured-products li a {
	text-decoration:none;
    display:block;
}
.featured-products a span {
	color:#777;
    display: block;
    font-size: 14px;
	font-weight: 300;
    text-align: center;
	height:2em;
	overflow:hidden;
}
.featured-products a:hover span {
	color:#79a618;
}
.featured-products a img {
    border: 1px solid #e4e4e4;
    margin-bottom: 10px;
    max-width: 100%;
    padding: 0 3%;
    width: 94%;
}
.featured-products a:hover img {
    border-color:#79a618;
}
.featured-products .snowflake-icon {
    display: inline;
    position: relative;
    top: 4px;
}
.link-farm-wrapper {
    background-color: #333333;
    clear: both;
    font-family: "Open Sans", Arial, Helvetica, san-serif;
}
.link-farm {
    clear: both;
    color: white;
    margin: auto;
    max-width: 1000px;
    overflow: hidden;
    padding: 4em 10px;
}
.link-list {
    border-left: 1px solid #dddddd;
    box-sizing: border-box;
    float: left;
    font-size: 14px;
    line-height: 1.8em;
    margin-left: 3%;
    padding-left: 4%;
    width: 21%;
}
.link-list li {
    font-size: 1em;
	font-weight:300;
    line-height: 1.8em;
}
.link-list:nth-child(1) {
    border-left: medium none;
}
.link-list h3 {
    font-size: 1.3em;
    font-weight: 700;
}
.link-list a {
    color: white;
    font-weight: 300;
}
.seo-area-wrapper {clear:both; margin:2em auto; max-width: 1000px; border-top:1px solid #dddddd;}
.seo-area {
    font-family: "Open Sans", Arial, Helvetica, san-serif;
    margin: 6em auto 0;
    max-width: 1000px;
    overflow: hidden;
}
.seo-area img {
    float: left;
    max-width: 100%;
}
.seo-copy {
    float: right;
    width: 58%;
}
.seo-copy h2 {
    color: #34766b;
    font-size: 4em;
    margin-bottom: 20px;
    font-weight: 300;
}
.seo-copy h2 strong {font-weight: bold;}
.seo-copy p {
    color: #777777;
    font-size: 1.8em;
	font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 2em;
}
@media all and (max-width: 970px) {
#giftCenter {
    width: 100%;
}
.main-wrap {
    padding: 0 5%;
    width: 90%;
}
.gc-header {
    overflow: hidden;
	margin:0;
	padding:0;
}
.gc-header h1 {
    float: left;
}
.gift-runner {
    margin: 0 0 20px;
}
.gc-header .left-nav-switch {
    border: 1px solid #dddddd;
	background:transparent;
    clear: both;
    color: #777777;
    cursor: pointer;
    display: block;
    font-size: 14px;
    margin: 0 auto 1.5em;
    padding: 8px 15px;
    width: 86%;
}
.gc-header .left-nav-switch:hover {
    background: #79a618;
    color: #ffffff;
}
.sub-header {
    display: none;
}
.gc-nav-wrapper {
    margin: auto;
    position: relative;
    width: 90%;
}
.gc-nav {
    background: white none repeat scroll 0 0;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    display: none;
    left: 0;
	top:-22px;
    padding: 1.5em 4em;
    position: absolute;
    width: 100%;
    z-index: 9;
}
.gc-nav > div {
	width:50%;
	float:left;	
}
#holiday-tabs .tab-panel {
    padding: 30px 20px;
}
#holiday-tabs .tab-nav-list li {
    width: 32.8%;
}
.cp-carousel-inner-wrap {
    margin: 0;
    overflow-x: scroll;
}
.cp-carousel .carousel-item {
    margin: 0 15px;
    width: 133px;
}
.cp-carousel-wrap .slide-controls {
    display: none;
}
.by-price h3 {
    margin: 1em 0 0.25em;
}
.featured-products h3 {
	margin:.75em 0 1em;
	line-height:1.2;
}
.link-farm {
    padding: 3%;
}
.link-list {
    padding: 2%;
}
.link-list h3 {
    font-size: 1em;
}
.seo-area {
    margin: 6em 5% 0;
    width: 90%;
}
.seo-area img {
    max-width: 47%;
    width: 47%;
}
.seo-copy {
    width: 48%;
}
.seo-copy p {
    font-size: 1.4em;
    margin: 1.5em 0 1.5em 0;
}
@media all and (max-width: 770px) {
.main-wrap {
    padding: 0;
    width: 100%;
}
#holiday-tabs .tab-nav-list {
    display: none;
}
#holiday-tabs .tab-panel {
    display: block;
	border:0 none;
	border-bottom:1px solid #fff;
}
#holiday-tabs .tab-panel:nth-child(2) {
    background-color: #777777;
}
#holiday-tabs .tab-panel:nth-child(3) {
    background-color: #333333;
}
#holiday-tabs .tab-panel:nth-child(4) {
    background-color: #777777;
}
#holiday-tabs .tab-panel .carousel-category-title {
    color: white;
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
    text-align: center;
}
#holiday-tabs .tab-panel .carousel-category-title img {
    padding-right: 3px;
    vertical-align: middle;
}
.cp-carousel .carousel-item {
    margin: 0 10px;
    width: 150px;
}
.cp-carousel .carousel-item a {
	color:#ffffff;	
}
.cp-carousel .carousel-item a:hover {
	color:#79a618;	
}
.sub-text span {
    display:block;
}
.by-price {
    width: 90%;
	padding:0 5%;
}
.featured-products {
    width: 90%;
	padding:0 5% 30px;
}
.featured-products h3 span {
    display:block;
}
.featured-products a span {
    font-size: 12px;
}
.featured-products a img {
    margin-bottom:5px;
}
.link-farm {
    padding: 0 0 30px;
}
.link-farm .link-list {
    border: medium none;
    margin: 0;
    padding: 5%;
    width: 50%;
}
.link-list h3 {
    padding:5px 0;
}
.link-list ul {
    border-bottom: 1px solid #dddddd;
}
.link-farm .link-list:nth-child(odd) {
    padding: 5% 3% 5% 5%;
}
.link-farm .link-list:nth-child(even) {
    padding: 5% 5% 5% 3%;
}
.link-list a {
    border-top: 1px solid #dddddd;
    display: block;
    padding: 4px 0;
}
.seo-area img {
    float: none;
    display: block;
    margin: 0 auto 3%;
}
.seo-copy {
    float: none;
    width: 100%;
}
.seo-copy h2 {
    margin: 3% 0;
    text-align: center;
}
}
@media all and (max-width: 570px) {
.gc-header {
    border: medium none;
    margin-bottom: 0;
	padding-bottom:0;
    text-align: center;
}
.gc-header h1,
.gc-header .left-nav-switch {
	width:100%;
    display:block;
    float: none;
    margin:0;
	border-left:0 none;
	border-right:0 none;
}
.gc-nav-wrapper {
	width:100%;	
}
.gc-nav {
    left: -50%;
    position: relative;
    width: 100%;
	top:0;
    padding: 0 1.5em;
}
.gc-nav > div {
	width:100%;
	float:none;	
}
.gc-nav ul {
    border-bottom: 1px solid #dddddd;
}
.gc-nav h3 {
	margin:20px 0 12px;
}
.gc-nav a {
    border-top: 1px solid #dddddd;
    padding: 8px 0 5px;
}
.gc-nav-wrapper {
    left: 50%;
    position: absolute;
}
.gift-runner .desktop-hero {
    display: none;
}
.gift-runner .mobile-hero {
    display: block;
}
#holiday-tabs.grid-wrapper {
    padding:0;
}
.cp-carousel .carousel-item {
    margin: 0 10px 0 0;
    width: 125px;
}
.cp-carousel .carousel-item a:hover {
	color:#79a618;	
}
.cp-carousel .carousel-item .image-caption {
	font-size:12px;	
}
.by-price {
    width:86%;
	padding:0 7%;
}
.by-price h3 {
	font-size:2em;
	line-height:1.2;
	margin-top:1em;	
}
.sub-text {
	font-size:1.3em;	
}
.featured-products {
    padding: 0 7% 30px;
    width: 86%;
}
.featured-products h3 {
	font-size:2em;
	line-height:1.2;
}
.featured-products ul {
	margin-right:-3%;	
}
.featured-products li {
    width: 47%;
}
.featured-products a img {
    max-width: 91%;
    padding: 0 3%;
    width: 91%;
    display: block;
}
.link-farm {
    padding: 30px;
}
.link-farm .link-list {
	width:100% !important;
    padding: 0 0 20px !important;
}
.seo-area {
    margin: 2em 7%;
    width: 86%;
}
}
@media all and (max-width: 370px) {
.by-price {
    width:83%;
	padding:0 8%;
}
.snowflake-icon {
    top: 1px;
    width: 30px;
}
.by-price h3,
.featured-products h3 {
	font-size:1.7em
}
.featured-products {
    padding: 0 8% 30px;
    width: 83%;
}
.link-farm {
	padding:0px 30px 30px;	
}
.link-list {
    width: 100%;
	padding:0;
}
.link-list h3 {
    font-size: 1em;
    margin-top: 20px;
}
.seo-area {
    margin: 2em 8%;
    width: 83%;
}
.seo-copy h2 {
	font-size:3em;	
}
}
