/* 
	Brand Colors
	---------------------------------------------
*/
@font-face {
  font-family: "GT-Walsheim-Regular";
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Regular.eot");
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/gt-walsheim/GT-Walsheim-Regular.woff2") format("woff2"), url("../../fonts/gt-walsheim/GT-Walsheim-Regular.woff") format("woff"), url("../../fonts/gt-walsheim/GT-Walsheim-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT-Walsheim-Regular-Oblique";
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Regular-Oblique.eot");
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Regular-Oblique.eot?#iefix") format("embedded-opentype"), url("../../fonts/gt-walsheim/GT-Walsheim-Regular-Oblique.woff2") format("woff2"), url("../../fonts/gt-walsheim/GT-Walsheim-Regular-Oblique.woff") format("woff"), url("../../fonts/gt-walsheim/GT-Walsheim-Regular-Oblique.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT-Walsheim-Medium";
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Pro-Medium.eot");
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Pro-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/gt-walsheim/GT-Walsheim-Medium.woff2") format("woff2"), url("../../fonts/gt-walsheim/GT-Walsheim-Medium.woff") format("woff"), url("../../fonts/gt-walsheim/GT-Walsheim-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT-Walsheim-Medium-Oblique";
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Medium-Oblique.eot");
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Medium-Oblique.eot?#iefix") format("embedded-opentype"), url("../../fonts/gt-walsheim/GT-Walsheim-Medium-Oblique.woff2") format("woff2"), url("../../fonts/gt-walsheim/GT-Walsheim-Medium-Oblique.woff") format("woff"), url("../../fonts/gt-walsheim/GT-Walsheim-Medium-Oblique.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT-Walsheim-Bold";
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Bold.eot");
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/gt-walsheim/GT-Walsheim-Bold.woff2") format("woff2"), url("../../fonts/gt-walsheim/GT-Walsheim-Bold.woff") format("woff"), url("../../fonts/gt-walsheim/GT-Walsheim-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT-Walsheim-Bold-Oblique";
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Bold-Oblique.eot");
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Bold-Oblique.eot?#iefix") format("embedded-opentype"), url("../../fonts/gt-walsheim/GT-Walsheim-Bold-Oblique.woff2") format("woff2"), url("../../fonts/gt-walsheim/GT-Walsheim-Bold-Oblique.woff") format("woff"), url("../../fonts/gt-walsheim/GT-Walsheim-Bold-Oblique.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Milton";
  font-weight: normal;
  font-style: normal;
  src: url("../../fonts/milton/milton-bold.eot");
  src: url("../../fonts/milton/milton-bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/milton/milton-bold.woff2") format("woff2"), url("../../fonts/milton/milton-bold.woff") format("woff"), url("../../fonts/milton/milton.ttf") format("truetype"), url("../../fonts/milton/milton.svg") format("svg");
}
@font-face {
  font-family: "Gazpacho";
  src: url("../../fonts/gazpacho/Gazpacho_normal_normal_900.woff2") format("woff2"), url("../../fonts/gazpacho/Gazpacho_normal_normal_900.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TTNormsPro-Regular";
  src: url("../../fonts/ttnormspro/TTNormsPro_normal_normal_400.woff2") format("woff2"), url("../../fonts/ttnormspro/TTNormsPro_normal_normal_400.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TTNormsPro-Medium";
  src: url("../../fonts/ttnormspro/TTNormsPro_normal_normal_600.woff2") format("woff2"), url("../../fonts/ttnormspro/TTNormsPro_normal_normal_600.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TTNormsPro-Bold";
  src: url("../../fonts/ttnormspro/TTNormsPro_normal_normal_700.woff2") format("woff2"), url("../../fonts/ttnormspro/TTNormsPro_normal_normal_700.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* COLOR PALETTE COMPONENT
	-------------------------------------------------------------------------------------
	The purpose of this component is to manage the brand colors, palettes, and schemes 
	used throughout the site. The 'makeColorClasses' mixin generates predefined utility 
	classes by looping through maps to retrieve the color and class prefix values. To 
	add new color palettes add new 'key (palette name) | value (color value list)' pairs 
	to the maps below to expose them to the 'getColor' function as well as through their 
	respective utility classes.

	TODO: 
	-- Update component to expand range of use (classes, properties, functions)




/* 	-------------------------------------------------------------
	DEFAULT COLORS/PALETTES
	-------------------------------------------------------------
*/
/* 	-------------------------------------------------------------
	CUSTOM COLORS/PALETTES 
	-------------------------------------------------------------
*/
/*	---------------------------------------------------------------
	COLOR PROPERTIES FOR UTILITY CLASSES
	---------------------------------------------------------------
*/
/* 	----------------------------------------------------------------
	BUILD UTILITY CLASSES FOR ALL EXISTING PALETTE COLORS
	----------------------------------------------------------------
	TODO: 
	-- Modify mixin to accept infinite args
*/
.background-color-white {
  background-color: #fff !important;
}

.border-color-white {
  border-color: #fff !important;
}

.text-color-white {
  color: #fff !important;
}

.background-color-black {
  background-color: #000 !important;
}

.border-color-black {
  border-color: #000 !important;
}

.text-color-black {
  color: #000 !important;
}

.background-color-red {
  background-color: #c00 !important;
}

.border-color-red {
  border-color: #c00 !important;
}

.text-color-red {
  color: #c00 !important;
}

.background-color-green {
  background-color: #008827 !important;
}

.border-color-green {
  border-color: #008827 !important;
}

.text-color-green {
  color: #008827 !important;
}

.background-color-blue-1 {
  background-color: #0070d2 !important;
}

.border-color-blue-1 {
  border-color: #0070d2 !important;
}

.text-color-blue-1 {
  color: #0070d2 !important;
}

.background-color-blue-2 {
  background-color: #7ed0ee !important;
}

.border-color-blue-2 {
  border-color: #7ed0ee !important;
}

.text-color-blue-2 {
  color: #7ed0ee !important;
}

.background-color-gray-1 {
  background-color: #f9f9f9 !important;
}

.border-color-gray-1 {
  border-color: #f9f9f9 !important;
}

.text-color-gray-1 {
  color: #f9f9f9 !important;
}

.background-color-gray-2 {
  background-color: #eee !important;
}

.border-color-gray-2 {
  border-color: #eee !important;
}

.text-color-gray-2 {
  color: #eee !important;
}

.background-color-gray-3 {
  background-color: #ccc !important;
}

.border-color-gray-3 {
  border-color: #ccc !important;
}

.text-color-gray-3 {
  color: #ccc !important;
}

.background-color-gray-4 {
  background-color: #999 !important;
}

.border-color-gray-4 {
  border-color: #999 !important;
}

.text-color-gray-4 {
  color: #999 !important;
}

.background-color-gray-5 {
  background-color: #666 !important;
}

.border-color-gray-5 {
  border-color: #666 !important;
}

.text-color-gray-5 {
  color: #666 !important;
}

.background-color-gray-6 {
  background-color: #444 !important;
}

.border-color-gray-6 {
  border-color: #444 !important;
}

.text-color-gray-6 {
  color: #444 !important;
}

.background-color-gray-7 {
  background-color: #222 !important;
}

.border-color-gray-7 {
  border-color: #222 !important;
}

.text-color-gray-7 {
  color: #222 !important;
}

.background-color-gray-8 {
  background-color: #333 !important;
}

.border-color-gray-8 {
  border-color: #333 !important;
}

.text-color-gray-8 {
  color: #333 !important;
}

.background-color-transparent-gray-1 {
  background-color: rgba(0, 0, 0, 0.65) !important;
}

.border-color-transparent-gray-1 {
  border-color: rgba(0, 0, 0, 0.65) !important;
}

.text-color-transparent-gray-1 {
  color: rgba(0, 0, 0, 0.65) !important;
}

.background-color-transparent-gray-2 {
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.border-color-transparent-gray-2 {
  border-color: rgba(0, 0, 0, 0.25) !important;
}

.text-color-transparent-gray-2 {
  color: rgba(0, 0, 0, 0.25) !important;
}

.background-color-hersheys-1 {
  background-color: #3F000B !important;
}

.border-color-hersheys-1 {
  border-color: #3F000B !important;
}

.text-color-hersheys-1 {
  color: #3F000B !important;
}

.background-color-hersheys-2 {
  background-color: #523131 !important;
}

.border-color-hersheys-2 {
  border-color: #523131 !important;
}

.text-color-hersheys-2 {
  color: #523131 !important;
}

.background-color-hersheys-3 {
  background-color: #FFF9E9 !important;
}

.border-color-hersheys-3 {
  border-color: #FFF9E9 !important;
}

.text-color-hersheys-3 {
  color: #FFF9E9 !important;
}

.background-color-hersheys-4 {
  background-color: #e03c31 !important;
}

.border-color-hersheys-4 {
  border-color: #e03c31 !important;
}

.text-color-hersheys-4 {
  color: #e03c31 !important;
}

.background-color-hersheys-5 {
  background-color: #8b8d8d !important;
}

.border-color-hersheys-5 {
  border-color: #8b8d8d !important;
}

.text-color-hersheys-5 {
  color: #8b8d8d !important;
}

.background-color-hersheys-6 {
  background-color: #dbf0f6 !important;
}

.border-color-hersheys-6 {
  border-color: #dbf0f6 !important;
}

.text-color-hersheys-6 {
  color: #dbf0f6 !important;
}

.background-color-reeses-1 {
  background-color: #ff5101 !important;
}

.border-color-reeses-1 {
  border-color: #ff5101 !important;
}

.text-color-reeses-1 {
  color: #ff5101 !important;
}

.background-color-reeses-2 {
  background-color: #461e1c !important;
}

.border-color-reeses-2 {
  border-color: #461e1c !important;
}

.text-color-reeses-2 {
  color: #461e1c !important;
}

.background-color-reeses-3 {
  background-color: #fdee14 !important;
}

.border-color-reeses-3 {
  border-color: #fdee14 !important;
}

.text-color-reeses-3 {
  color: #fdee14 !important;
}

.background-color-spring-1 {
  background-color: #f6d258 !important;
}

.border-color-spring-1 {
  border-color: #f6d258 !important;
}

.text-color-spring-1 {
  color: #f6d258 !important;
}

.background-color-spring-2 {
  background-color: #88b14b !important;
}

.border-color-spring-2 {
  border-color: #88b14b !important;
}

.text-color-spring-2 {
  color: #88b14b !important;
}

.background-color-spring-3 {
  background-color: #d13076 !important;
}

.border-color-spring-3 {
  border-color: #d13076 !important;
}

.text-color-spring-3 {
  color: #d13076 !important;
}

.background-color-summer-1 {
  background-color: #fca900 !important;
}

.border-color-summer-1 {
  border-color: #fca900 !important;
}

.text-color-summer-1 {
  color: #fca900 !important;
}

.background-color-summer-2 {
  background-color: #c1c70f !important;
}

.border-color-summer-2 {
  border-color: #c1c70f !important;
}

.text-color-summer-2 {
  color: #c1c70f !important;
}

.background-color-summer-3 {
  background-color: #97d4d7 !important;
}

.border-color-summer-3 {
  border-color: #97d4d7 !important;
}

.text-color-summer-3 {
  color: #97d4d7 !important;
}

.background-color-fall-1 {
  background-color: #e26910 !important;
}

.border-color-fall-1 {
  border-color: #e26910 !important;
}

.text-color-fall-1 {
  color: #e26910 !important;
}

.background-color-fall-2 {
  background-color: #ffb307 !important;
}

.border-color-fall-2 {
  border-color: #ffb307 !important;
}

.text-color-fall-2 {
  color: #ffb307 !important;
}

.background-color-fall-3 {
  background-color: #e03c31 !important;
}

.border-color-fall-3 {
  border-color: #e03c31 !important;
}

.text-color-fall-3 {
  color: #e03c31 !important;
}

.background-color-winter-1 {
  background-color: #e03c31 !important;
}

.border-color-winter-1 {
  border-color: #e03c31 !important;
}

.text-color-winter-1 {
  color: #e03c31 !important;
}

.background-color-winter-2 {
  background-color: #cdecfe !important;
}

.border-color-winter-2 {
  border-color: #cdecfe !important;
}

.text-color-winter-2 {
  color: #cdecfe !important;
}

.background-color-winter-3 {
  background-color: #66cbff !important;
}

.border-color-winter-3 {
  border-color: #66cbff !important;
}

.text-color-winter-3 {
  color: #66cbff !important;
}

/*	----------------------------------------------------------------------------------------------
	GET COLOR VALUE FROM PALETTE GROUP / PALETTE COLOR LIST - Ex: getColor($brands, "reeses", 1)
	----------------------------------------------------------------------------------------------
*/
/**************************/
/***** RETINA DISPLAY *****/
/**************************/
.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-square-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-square-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-square-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  display: block;
  position: relative;
}
.swatch-square-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-square-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  display: block;
  position: relative;
}
.swatch-square-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-square-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  display: block;
  position: relative;
}
.swatch-square-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-square-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  display: block;
  position: relative;
}
.swatch-square-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  background-color: #008827;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-square-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  display: block;
  position: relative;
}
.swatch-square-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-square-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  display: block;
  position: relative;
}
.swatch-square-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-square-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  display: block;
  position: relative;
}
.swatch-square-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-square-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  display: block;
  position: relative;
}
.swatch-square-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-square-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  display: block;
  position: relative;
}
.swatch-square-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-square-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  display: block;
  position: relative;
}
.swatch-square-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-square-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  display: block;
  position: relative;
}
.swatch-square-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-square-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  display: block;
  position: relative;
}
.swatch-square-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous,
.swatch-square-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled,
.swatch-square-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after,
.swatch-square-miscellaneous.selected::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.category-tile {
  position: relative;
}
.category-tile h3 {
  position: absolute;
  bottom: 1.875rem;
  left: 1.875rem;
  color: #fff;
}
.category-tile::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5) 100%);
}

/* 
	Brand Colors
	---------------------------------------------
*/
@font-face {
  font-family: "GT-Walsheim-Regular";
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Regular.eot");
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/gt-walsheim/GT-Walsheim-Regular.woff2") format("woff2"), url("../../fonts/gt-walsheim/GT-Walsheim-Regular.woff") format("woff"), url("../../fonts/gt-walsheim/GT-Walsheim-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT-Walsheim-Regular-Oblique";
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Regular-Oblique.eot");
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Regular-Oblique.eot?#iefix") format("embedded-opentype"), url("../../fonts/gt-walsheim/GT-Walsheim-Regular-Oblique.woff2") format("woff2"), url("../../fonts/gt-walsheim/GT-Walsheim-Regular-Oblique.woff") format("woff"), url("../../fonts/gt-walsheim/GT-Walsheim-Regular-Oblique.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT-Walsheim-Medium";
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Pro-Medium.eot");
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Pro-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/gt-walsheim/GT-Walsheim-Medium.woff2") format("woff2"), url("../../fonts/gt-walsheim/GT-Walsheim-Medium.woff") format("woff"), url("../../fonts/gt-walsheim/GT-Walsheim-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT-Walsheim-Medium-Oblique";
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Medium-Oblique.eot");
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Medium-Oblique.eot?#iefix") format("embedded-opentype"), url("../../fonts/gt-walsheim/GT-Walsheim-Medium-Oblique.woff2") format("woff2"), url("../../fonts/gt-walsheim/GT-Walsheim-Medium-Oblique.woff") format("woff"), url("../../fonts/gt-walsheim/GT-Walsheim-Medium-Oblique.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT-Walsheim-Bold";
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Bold.eot");
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/gt-walsheim/GT-Walsheim-Bold.woff2") format("woff2"), url("../../fonts/gt-walsheim/GT-Walsheim-Bold.woff") format("woff"), url("../../fonts/gt-walsheim/GT-Walsheim-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT-Walsheim-Bold-Oblique";
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Bold-Oblique.eot");
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Bold-Oblique.eot?#iefix") format("embedded-opentype"), url("../../fonts/gt-walsheim/GT-Walsheim-Bold-Oblique.woff2") format("woff2"), url("../../fonts/gt-walsheim/GT-Walsheim-Bold-Oblique.woff") format("woff"), url("../../fonts/gt-walsheim/GT-Walsheim-Bold-Oblique.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Milton";
  font-weight: normal;
  font-style: normal;
  src: url("../../fonts/milton/milton-bold.eot");
  src: url("../../fonts/milton/milton-bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/milton/milton-bold.woff2") format("woff2"), url("../../fonts/milton/milton-bold.woff") format("woff"), url("../../fonts/milton/milton.ttf") format("truetype"), url("../../fonts/milton/milton.svg") format("svg");
}
@font-face {
  font-family: "Gazpacho";
  src: url("../../fonts/gazpacho/Gazpacho_normal_normal_900.woff2") format("woff2"), url("../../fonts/gazpacho/Gazpacho_normal_normal_900.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TTNormsPro-Regular";
  src: url("../../fonts/ttnormspro/TTNormsPro_normal_normal_400.woff2") format("woff2"), url("../../fonts/ttnormspro/TTNormsPro_normal_normal_400.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TTNormsPro-Medium";
  src: url("../../fonts/ttnormspro/TTNormsPro_normal_normal_600.woff2") format("woff2"), url("../../fonts/ttnormspro/TTNormsPro_normal_normal_600.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TTNormsPro-Bold";
  src: url("../../fonts/ttnormspro/TTNormsPro_normal_normal_700.woff2") format("woff2"), url("../../fonts/ttnormspro/TTNormsPro_normal_normal_700.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/**************************/
/***** RETINA DISPLAY *****/
/**************************/
/**************************/
/***** RETINA DISPLAY *****/
/**************************/
@media (max-width: 767.98px) {
  .row {
    margin-right: 0;
    margin-left: 0;
  }
}

.no-flex {
  display: block;
}

@media (max-width: 767.98px) {
  .container-fluid .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.carousel .icon-prev,
.carousel .icon-next {
  background-color: #fff;
  font-size: 1.875em;
  height: 3rem;
  padding-top: 0.24em;
  width: 3rem;
}
.carousel .icon-prev::before,
.carousel .icon-next::before {
  color: black;
  font-family: "FontAwesome";
}
.carousel .icon-prev::before {
  content: "\f104";
}
.carousel .icon-next::before {
  content: "\f105";
}
.carousel .carousel-control-prev {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.carousel .carousel-control-next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.card {
  margin-bottom: 1em;
  border-radius: 0;
}
.card.refinement {
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.card.refinement:last-child {
  border-width: 1px 0;
}

.card-header {
  border-bottom: 1px solid #cfbdb3;
}
.card-header h4 {
  margin-bottom: 0;
}
.refinements .card-header {
  font-family: "TTNormsPro-Bold", sans-serif;
  font-size: 1.25rem;
  padding: 0.75rem 0;
  border-width: 0;
}

.collapsible-xl .card-header:after,
.collapsible-xl .title:after {
  content: "\f067";
  font-size: 1rem;
}
.collapsible-xl.active .card-header:after,
.collapsible-xl.active .title:after {
  content: "\f068";
}

.modal .modal-body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.modal.fade.show {
  z-index: 9938012;
}

dt {
  color: #495057;
  font-weight: normal;
}

.form-control {
  border-radius: 0;
  font-family: "TTNormsPro-Regular", sans-serif;
  height: auto;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  color: #3F000B;
  border: 1px solid #cfbdb3;
  padding: 0.75rem 1.25rem;
  margin-bottom: 2rem;
}
.form-control:focus, .form-control:active {
  border-color: #3F000B;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #3F000B;
}
.form-control::-moz-placeholder {
  color: #3F000B;
}
.form-control:-ms-input-placeholder {
  color: #3F000B;
}
.form-control::-ms-input-placeholder {
  color: #3F000B;
}
.form-control::placeholder {
  color: #3F000B;
}
.form-control ~ .invalid-feedback {
  margin-top: -1.25rem;
  margin-bottom: 1rem;
}
.form-control.is-invalid ~ .invalid-feedback + .form-control-note {
  margin-top: 0.5rem;
}

.custom-select {
  position: relative;
  background: #fff url("../images/icon-chevron-down.svg");
  background-position: calc(100% - 1rem) 50%;
  background-repeat: no-repeat;
  background-size: 0.9375rem;
  border-radius: 0;
  color: #3F000B;
  padding: 0.75rem 2rem 0.75rem 1.25rem;
}
.custom-select:focus {
  border-color: #3F000B;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 0.125rem rgba(0, 0, 0, 0.075), 0 0 0.3125rem rgba(63, 0, 11, 0.5);
          box-shadow: inset 0 1px 0.125rem rgba(0, 0, 0, 0.075), 0 0 0.3125rem rgba(63, 0, 11, 0.5);
}

select.form-control:not([size]):not([multiple]) {
  height: auto;
}

.custom-checkbox .custom-control-label::before {
  border: 1px solid black;
  background: #f9f9f9;
  /* For browsers that do not support gradients */
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ccc));
  background: linear-gradient(#f9f9f9, #ccc);
  /* Standard syntax */
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-label::before {
  border: 1px solid black;
  background: #ccc;
  /* For browsers that do not support gradients */
  background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#666));
  background: linear-gradient(#ccc, #666);
  /* Standard syntax */
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #3F000B;
  border: solid #3F000B;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  font-family: "TTNormsPro-Bold", sans-serif;
  font-size: 0.875rem;
  color: #fff;
  letter-spacing: 0.1rem;
}
.modal-header .close {
  color: #fff;
  opacity: 1;
}

.modal-footer {
  padding: 0;
  border-width: 0;
}
.modal-footer .btn {
  margin: 1rem;
}
.modal-footer .btn + .btn {
  margin-left: 0;
}

.modal-open {
  position: fixed;
  width: 100%;
}

.modal-background {
  z-index: 98;
}

.add-to-wishlist-messages,
.remove-from-wishlist-messages {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
  z-index: 2000;
}

.add-to-wishlist-alert,
.remove-from-wishlist-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-wishlist-alert.show,
.remove-from-wishlist-alert.show {
  display: block;
}

.add-to-cart-wishList .add-to-cart, .add-to-cart-wishList .multipack-build {
  float: right;
  margin-right: 2.5em;
  font-size: 1.25rem;
  text-transform: uppercase;
}
@media (max-width: 543.98px) {
  .add-to-cart-wishList .add-to-cart, .add-to-cart-wishList .multipack-build {
    float: none;
    width: 100%;
  }
}

.select-attributes-wishList .select-attributes-btn {
  float: right;
  margin-right: 2.5em;
  font-size: 1.25rem;
}
@media (max-width: 543.98px) {
  .select-attributes-wishList .select-attributes-btn {
    float: none;
    width: 100%;
  }
}

.product-info {
  letter-spacing: 0.1rem;
  margin-bottom: 0.625em;
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .product-info {
    height: auto;
  }
}

.item-image {
  height: 3.75em;
  width: 3.75em;
  margin-right: 0.625em;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-image img.product-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.line-item-attributes {
  font-size: 0.875rem;
  margin: 0;
}

.item-attributes {
  display: inline-block;
  vertical-align: top;
}

.line-item-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1em;
  color: #3F000B;
  font-family: "Gazpacho", serif;
  margin-bottom: 0.625em;
  width: 100%;
}

.line-item-availability p,
.line-item-availability .line-item-attributes {
  font-size: 0.75rem;
  font-family: "TTNormsPro-Regular", sans-serif;
}

.product-card-price {
  margin-bottom: 0.5rem;
}

.price {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-family: "TTNormsPro-Bold", sans-serif;
  color: #3F000B;
}
.price span[data-issale=true] .value {
  color: #523131 !important;
}
@media (min-width: 1025px) {
  .price {
    font-size: 0.875rem;
  }
}

.line-item-price {
  font-size: 1rem;
  color: #3F000B;
  font-family: "TTNormsPro-Bold", sans-serif;
  letter-spacing: 0.1rem;
}

.line-item-price-info {
  margin-bottom: 0.5rem;
}

.edit {
  font-size: 0.875rem;
  text-decoration: underline;
  color: #3F000B;
}

.wishlist-line-item-divider {
  margin: 0.625em -0.615em 0.625em -0.615em;
}

.wishlist-edit-item-divider {
  margin: 0.625em -0.615em 0.625em -0.615em;
}

.product-info .remove-btn {
  color: #3F000B;
  font-size: 1em;
  padding: 0 0.3125rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: none;
  background-color: #fff;
  z-index: 10;
}
@media (min-width: 1025px) {
  .product-info .remove-btn {
    top: 0;
    bottom: 0;
    right: -0.625rem;
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
.product-info .remove-btn:hover {
  color: #fff;
  background-color: #523131;
}

.quantity-form-wishlist {
  max-width: 5.3125rem;
}
.quantity-form-wishlist .quantity-label {
  font-family: "TTNormsPro-Regular", sans-serif;
}

.remove-btn-lg {
  border: none;
  border-radius: 0;
  font-size: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #3F000B;
  background-color: #fff;
}
.remove-btn-lg:hover {
  color: #fff;
  background-color: #523131;
}

.wishlist-hide {
  margin: 0 0 0.625rem 0;
}
.product-info .wishlist-hide {
  margin-left: 0.9375rem;
}

.wishlist-item-update-button-block {
  text-align: center;
  padding: 0 0.9375rem;
}
@media (max-width: 543.98px) {
  .wishlist-item-update-button-block {
    padding-bottom: 1.625rem;
  }
  .wishlist-item-update-button-block .btn {
    width: 98%;
    margin: 1%;
    display: block;
  }
}

.update-wishlist-messages {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
  z-index: 9938020;
}

.update-wishlist-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.update-wishlist-alert.show {
  display: block;
}

.more-wl-items,
.my-account {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

#wishlist-search .wishlist-error-search {
  margin-top: 1rem;
}
#wishlist-search button {
  margin-bottom: 1rem;
}

.wl-hit,
.find-another-wl {
  margin-top: 1rem;
}

/* 
	Brand Colors
	---------------------------------------------
*/
@font-face {
  font-family: "GT-Walsheim-Regular";
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Regular.eot");
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/gt-walsheim/GT-Walsheim-Regular.woff2") format("woff2"), url("../../fonts/gt-walsheim/GT-Walsheim-Regular.woff") format("woff"), url("../../fonts/gt-walsheim/GT-Walsheim-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT-Walsheim-Regular-Oblique";
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Regular-Oblique.eot");
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Regular-Oblique.eot?#iefix") format("embedded-opentype"), url("../../fonts/gt-walsheim/GT-Walsheim-Regular-Oblique.woff2") format("woff2"), url("../../fonts/gt-walsheim/GT-Walsheim-Regular-Oblique.woff") format("woff"), url("../../fonts/gt-walsheim/GT-Walsheim-Regular-Oblique.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT-Walsheim-Medium";
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Pro-Medium.eot");
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Pro-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/gt-walsheim/GT-Walsheim-Medium.woff2") format("woff2"), url("../../fonts/gt-walsheim/GT-Walsheim-Medium.woff") format("woff"), url("../../fonts/gt-walsheim/GT-Walsheim-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT-Walsheim-Medium-Oblique";
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Medium-Oblique.eot");
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Medium-Oblique.eot?#iefix") format("embedded-opentype"), url("../../fonts/gt-walsheim/GT-Walsheim-Medium-Oblique.woff2") format("woff2"), url("../../fonts/gt-walsheim/GT-Walsheim-Medium-Oblique.woff") format("woff"), url("../../fonts/gt-walsheim/GT-Walsheim-Medium-Oblique.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT-Walsheim-Bold";
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Bold.eot");
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/gt-walsheim/GT-Walsheim-Bold.woff2") format("woff2"), url("../../fonts/gt-walsheim/GT-Walsheim-Bold.woff") format("woff"), url("../../fonts/gt-walsheim/GT-Walsheim-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT-Walsheim-Bold-Oblique";
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Bold-Oblique.eot");
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Bold-Oblique.eot?#iefix") format("embedded-opentype"), url("../../fonts/gt-walsheim/GT-Walsheim-Bold-Oblique.woff2") format("woff2"), url("../../fonts/gt-walsheim/GT-Walsheim-Bold-Oblique.woff") format("woff"), url("../../fonts/gt-walsheim/GT-Walsheim-Bold-Oblique.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Milton";
  font-weight: normal;
  font-style: normal;
  src: url("../../fonts/milton/milton-bold.eot");
  src: url("../../fonts/milton/milton-bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/milton/milton-bold.woff2") format("woff2"), url("../../fonts/milton/milton-bold.woff") format("woff"), url("../../fonts/milton/milton.ttf") format("truetype"), url("../../fonts/milton/milton.svg") format("svg");
}
@font-face {
  font-family: "Gazpacho";
  src: url("../../fonts/gazpacho/Gazpacho_normal_normal_900.woff2") format("woff2"), url("../../fonts/gazpacho/Gazpacho_normal_normal_900.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TTNormsPro-Regular";
  src: url("../../fonts/ttnormspro/TTNormsPro_normal_normal_400.woff2") format("woff2"), url("../../fonts/ttnormspro/TTNormsPro_normal_normal_400.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TTNormsPro-Medium";
  src: url("../../fonts/ttnormspro/TTNormsPro_normal_normal_600.woff2") format("woff2"), url("../../fonts/ttnormspro/TTNormsPro_normal_normal_600.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TTNormsPro-Bold";
  src: url("../../fonts/ttnormspro/TTNormsPro_normal_normal_700.woff2") format("woff2"), url("../../fonts/ttnormspro/TTNormsPro_normal_normal_700.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.wl-social-sharing {
  color: #3F000B;
  font-size: 1.5em;
}
@media (max-width: 767.98px) {
  .wl-social-sharing {
    font-size: 1.25em;
  }
}
.wl-social-sharing .share-icons {
  text-decoration: none;
}
.wl-social-sharing .fa-link {
  cursor: pointer;
}

.wl-social-sharing-text {
  font-size: 1.5rem;
}

.copy-link-message {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
  z-index: 9938020;
}

/* Category Landing */
.categorylanding-nav {
  position: relative;
  padding: 0 0 1.875rem;
  margin: 0;
}
.categorylanding-nav.shopby {
  position: relative;
}
@media (min-width: 768px) {
  .categorylanding-nav.shopby {
    position: relative;
    bottom: 0;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0.9375rem 0;
  }
}
.categorylanding-nav .categorylanding-nav__logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5rem 0;
  background-color: #FF5200;
}
@media (min-width: 768px) {
  .categorylanding-nav .categorylanding-nav__logo-wrap {
    padding: 2rem 0;
  }
}
.categorylanding-nav .categorylanding-nav__link-wrap {
  border-bottom: 1px solid #3F000B;
  overflow: hidden;
}
@media (min-width: 768px) {
  .categorylanding-nav .categorylanding-nav__link-wrap {
    border: 0;
  }
}
.categorylanding-nav .categorylanding-nav__mobile-btn {
  width: 100%;
  outline: 0;
  border: 0;
  color: #3F000B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 0;
  background-color: transparent;
  font-size: 0.875rem;
  letter-spacing: 0.1rem;
}
@media (min-width: 768px) {
  .categorylanding-nav .categorylanding-nav__mobile-btn {
    display: none;
  }
}
.categorylanding-nav .categorylanding-nav__link-list {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  letter-spacing: 0.1rem;
  text-align: center;
  font-weight: bold;
  height: auto;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
@media (min-width: 768px) {
  .categorylanding-nav .categorylanding-nav__link-list {
    height: auto;
    max-height: unset;
    padding: 0;
  }
}
.categorylanding-nav .categorylanding-nav__link-list.open {
  max-height: 25rem;
  padding-bottom: 0.75rem;
}
.categorylanding-nav .categorylanding-nav__link-list li {
  display: inline-block;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .categorylanding-nav .categorylanding-nav__link-list li {
    padding: 0 2rem;
    width: auto;
    text-align: inherit;
  }
}
.categorylanding-nav .categorylanding-nav__link {
  color: #3F000B;
  text-transform: uppercase;
  font-family: "TTNormsPro-Bold", sans-serif;
}
@media (min-width: 768px) {
  .categorylanding-nav .categorylanding-nav__link {
    color: #fff;
  }
}
[class*=reeses] .categorylanding-nav {
  background-color: #ff5101;
}
[class*=reeses] .categorylanding-nav .categorylanding-nav__logo {
  max-width: 9.25rem;
}
@media (min-width: 768px) {
  [class*=reeses] .categorylanding-nav .categorylanding-nav__logo {
    max-width: 12rem;
  }
}
[class*=reeses] .categorylanding-nav .categorylanding-nav__link-wrap {
  border-top: 1px solid #461e1c;
  border-bottom: 1px solid #461e1c;
}
@media (min-width: 768px) {
  [class*=reeses] .categorylanding-nav .categorylanding-nav__link-wrap {
    border: 0;
  }
}
[class*=reeses] .categorylanding-nav .categorylanding-nav__mobile-btn {
  color: #461e1c;
}
[class*=reeses] .categorylanding-nav .categorylanding-nav__link {
  color: #461e1c;
}

.shopbylanding-hero {
  position: relative;
  background-color: #3F000B;
}
.shopbylanding-hero .empty-slot-heading .content__headline {
  font-size: 1.75rem;
  margin: 0;
}
@media (min-width: 1025px) {
  .shopbylanding-hero .empty-slot-heading .content__headline {
    font-size: 4.25rem;
  }
}
.shopbylanding-hero .container-fluid + .empty-slot-heading {
  display: none;
}
.shopbylanding-hero .content__text .content__headline {
  text-align: center;
  padding: 3rem 0;
}

.shopbylanding-subcategories .shopbylanding-subcat {
  margin-bottom: 1.875rem;
}
.shopbylanding-subcategories .shopbylanding-subcat:last-child {
  margin-bottom: 3.75rem;
}
.shopbylanding-subcategories .shopbylanding-subcat__header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shopbylanding-subcategories .shopbylanding-subcat__headline {
  margin: 1.875rem 0 3.75rem;
  font-family: "TTNormsPro-Bold", sans-serif;
}
.shopbylanding-subcategories .shopbylanding-subcat__view-more {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shopbylanding-subcategories .shopbylanding-subcat__view-more .view-more-btn {
  font-size: 1.5625rem;
}

.refinement-bar {
  overflow: auto;
}
.refinement-bar ul {
  padding-left: 0;
}
@media (max-width: 767.98px) {
  .refinement-bar {
    background-color: #fff;
    -webkit-box-shadow: 0 0.313em 0.938em rgba(0, 0, 0, 0.5);
            box-shadow: 0 0.313em 0.938em rgba(0, 0, 0, 0.5);
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
  }
}
@media (max-width: 543.98px) {
  .refinement-bar {
    position: fixed;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .refinement-bar {
    display: block !important;
    width: 16.5625rem;
    padding-right: 3%;
  }
}
.refinement-bar .btn.reset {
  font-family: "TTNormsPro-Medium", sans-serif;
}

.filter-header {
  margin: 0;
}

.header-bar {
  background-color: #3F000B;
  border-bottom: 0.063em solid #3F000B;
}
.header-bar button.close {
  font-size: 1rem;
  font-weight: normal;
  opacity: 1;
  color: #fff;
  text-shadow: none;
}
.header-bar .fa.fa-close::before {
  font-size: 1.25em;
}
@media (min-width: 544px) and (max-width: 767.98px) {
  .header-bar {
    padding: 0.9375em 0.9375rem;
  }
}
@media (max-width: 543.98px) {
  .header-bar {
    padding: 0.9375em;
  }
}

@media (min-width: 544px) and (max-width: 767.98px) {
  .refinements .header li,
  .refinements .values li {
    display: inline-block;
  }
}
.refinements .header {
  font-size: 1.125em;
  color: #444;
}
.refinements .card-body {
  padding: 0;
  /*Forced to apply level 1 product refinement*/
}
.refinements .card-body > ul > li {
  padding-left: 1px !important;
}
.refinements ul {
  margin-left: 0;
}
.refinements ul li {
  padding-left: 26px;
  margin: 0 0.15625rem 0.15625rem;
}
.refinements li {
  list-style-type: none;
  padding-left: 0;
}
.refinements li.color-attribute {
  display: inline-block;
  padding-left: 0;
}
.refinements li.disabled {
  opacity: 0.5;
}
@media (max-width: 543.98px) {
  .refinements {
    padding: 0;
  }
}

.secondary-bar {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1em;
  overflow: auto;
}
@media (max-width: 767.98px) {
  .secondary-bar a.reset {
    float: right;
  }
}
@media (min-width: 544px) and (max-width: 767.98px) {
  .secondary-bar {
    padding: 0.938em 2.813em;
  }
}
@media (max-width: 543.98px) {
  .secondary-bar {
    padding: 0.938em;
  }
}

.refinement-header {
  overflow: auto;
}

.disabled {
  pointer-events: none;
}

.grid-header,
.content-grid-header {
  margin-top: 1em;
  margin-bottom: 1em;
  margin: 1rem 0.9375rem;
}
@media (min-width: 768px) {
  .grid-header,
  .content-grid-header {
    margin: 1rem 0;
  }
}
@media (max-width: 543.98px) {
  .grid-header .result-count,
  .content-grid-header .result-count {
    padding-bottom: 0.938em;
  }
  .grid-header .filter-results,
  .content-grid-header .filter-results {
    display: block;
    width: 100%;
  }
}
.grid-header select,
.grid-header .custom-select,
.content-grid-header select,
.content-grid-header .custom-select {
  width: 100%;
  border-color: #fff;
  font-family: "TTNormsPro-Regular", sans-serif;
  font-size: 1rem;
  height: 100%;
}
@media (min-width: 1025px) {
  .grid-header select,
  .grid-header .custom-select,
  .content-grid-header select,
  .content-grid-header .custom-select {
    display: inline-block;
    width: auto;
    height: auto;
  }
}
.grid-header .sort-toggle,
.content-grid-header .sort-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 0.9375rem);
  margin: 0 auto;
  pointer-events: none;
  z-index: 1;
}
.grid-header .sort-toggle:disabled, .grid-header .sort-toggle.disabled,
.content-grid-header .sort-toggle:disabled,
.content-grid-header .sort-toggle.disabled {
  margin: 0;
}
.grid-header .secondary-title,
.content-grid-header .secondary-title {
  font-size: 2.25rem;
  display: none;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .grid-header .secondary-title,
  .content-grid-header .secondary-title {
    display: block;
  }
}
@media (min-width: 1025px) {
  .grid-header .secondary-title,
  .content-grid-header .secondary-title {
    font-size: 3.125rem;
  }
}

.result-count {
  font-family: "TTNormsPro-Medium", sans-serif;
  font-size: 1rem;
  display: none;
}
.grid-header .result-count {
  display: none;
}
@media (min-width: 768px) {
  .grid-header .result-count {
    display: block;
    /*display: flex;
    align-items: center;*/
  }
}
@media (max-width: 767.98px) {
  .grid-header .result-count {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .grid-header .result-count {
    display: block;
    width: 100%;
  }
}
.result-count p {
  padding-right: 1rem;
}
.result-count.no-result > p {
  display: inline-block;
}

.search-results.container {
  margin: 0 auto 2rem;
  padding: 0;
}
@media (max-width: 1399.98px) {
  .search-results.container {
    max-width: calc(100% - 2rem);
  }
  .search-results.container .container {
    max-width: 100%;
  }
}
.search-results .container,
.search-results .tab-content {
  padding: 0;
}

.refinement {
  margin-bottom: 1em;
}
@media (max-width: 767.98px) {
  .refinement.card {
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    border-radius: 0;
    margin-bottom: 0;
  }
  .refinement.card + .card {
    border-top: 1px solid #cfbdb3;
  }
  .refinement .card-header {
    border-bottom: 0 none;
    padding: 0.25rem 1rem;
  }
  .refinement .card-body {
    padding: 0 1rem;
  }
}
.refinement a {
  text-decoration: none;
}
.refinement.refinement-category li {
  display: block;
}
.refinement.refinement-category li li {
  margin-left: 0.875rem;
}
.refinement.refinement-category > ul > li {
  margin-left: 0;
}
.refinement ul.values li span {
  font-family: "TTNormsPro-Regular", sans-serif;
}
.refinement ul.values li span.selected {
  font-family: "TTNormsPro-Bold", sans-serif;
}

.search-keywords {
  font-weight: bold;
}

.filter-bar ul {
  padding-left: 15px;
}
.filter-bar li {
  list-style: none;
  float: left;
  margin-left: 0.3125em;
  margin-right: 0.3125em;
}
.filter-bar li:first-child {
  margin-left: 0;
}
.filter-bar li.filter-value {
  border: 1px solid #ccc;
  padding: 0.3125em;
  border-radius: 3px;
  position: relative;
}
.filter-bar li.filter-value a {
  color: black;
  padding-right: 0.6375em;
}
.filter-bar li.filter-value::after {
  content: "\f00d";
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  position: absolute;
  right: 2px;
  top: 10px;
}
.filter-bar li.swatch-filter {
  font-size: 1.38em;
  position: relative;
  margin-top: 4px;
}
.filter-bar li.swatch-filter a {
  width: 100%;
  height: 100%;
  display: block;
}
.filter-bar li.swatch-filter::before {
  content: "";
  background-color: white;
  width: 0.8em;
  height: 0.8em;
  border-radius: 0.4em;
  position: absolute;
  left: 0.2em;
  top: 0.2em;
  pointer-events: none;
}
.filter-bar li.swatch-filter::after {
  content: "\f057";
  font: normal normal normal 14px/1 FontAwesome;
  display: inline;
  text-rendering: auto;
  position: absolute;
  left: 4px;
  top: 3px;
  font-size: 1em;
}

@media (max-width: 543.98px) {
  .tab-content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 543.98px) {
  .product-grid {
    padding-top: 0.938em;
  }
  .product-grid .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.product-grid .product-tile .price .tiered-selector--container {
  display: none !important;
}
.product-grid .product-tile .price .tiered .starting-from {
  display: block;
}

.search-tips {
  text-align: left;
  margin-top: 1.875rem;
}

.category-item {
  margin-bottom: 0.938rem;
}

.show-more,
.show-more-content {
  padding: 0.938em;
  clear: both;
  /** HER-524 */
  /*
  &:not(.show-more-content) {
  	opacity: 0;
  	visibility: hidden;
  } 
  */
}

/** HER-524 */
/*
.infinite-scroll-loader {	
	width: 70px;
	text-align: center;
	margin: 20px auto 0;

	> div {
		width: 18px;
		height: 18px;
		background-color: $color-brand-hersheys-1;

		border-radius: 100%;
		display: inline-block;
		-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
		animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	}

	.bounce1 {
		-webkit-animation-delay: -0.32s;
		animation-delay: -0.32s;
	}

	.bounce2 {
		-webkit-animation-delay: -0.16s;
		animation-delay: -0.16s;
	}
} 

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% { 
		-webkit-transform: scale(0);
		transform: scale(0);
	} 40% { 
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}
*/
.swatch-mark.color-value[data-selected=true]::after {
  color: #3F000B;
  content: "\f058";
  display: table-caption;
  font-family: "FontAwesome";
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.swatch-mark.color-value.selected::after {
  border-radius: 50%;
  color: #3F000B;
  content: "\f058";
  display: table-caption;
  font-family: "FontAwesome";
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em;
}

.search-nav .nav-tabs-wrapper {
  padding: 0;
}
@media (max-width: 543.98px) {
  .search-nav .nav-tabs-wrapper {
    width: 100%;
  }
}
.search-nav .nav-tabs-wrapper .nav-tabs {
  border-bottom: 0 none;
}
.search-nav .nav-link:focus {
  background-color: #f9f9f9;
}

.product-options .quantity {
  position: absolute;
  bottom: 0;
  right: 0;
}

.values .custom-hersheys-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0px 0px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  width: 100%;
}
.values .custom-hersheys-checkbox:hover {
  color: #9d432c;
}
.values .custom-hersheys-checkbox i:hover {
  color: #9d432c;
}
.values .custom-hersheys-checkbox i {
  margin-right: 6px;
  font-size: 16px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 3px;
  color: #3f000b;
}
.values .custom-hersheys-checkbox span {
  font-size: 16px;
  color: #3f000b;
}
.values .custom-hersheys-checkbox .selected {
  font-weight: bold;
}
