/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset calendarWin2k1Css 
 Path: js/calendar/calendar-win2k-1.css 
*/ 

/* The main calendar widget.  DIV containing a table. */.calendar {  position: relative;  display: none;  border-top: 2px solid #fff;  border-right: 2px solid #000;  border-bottom: 2px solid #000;  border-left: 2px solid #fff;  font-size: 11px;  color: #000;  cursor: default;  background: #d4d0c8;  font-family: tahoma,verdana,sans-serif;}.calendar table {  border-top: 1px solid #000;  border-right: 1px solid #fff;  border-bottom: 1px solid #fff;  border-left: 1px solid #000;  font-size: 11px;  color: #000;  cursor: default;  background: #d4d0c8;  font-family: tahoma,verdana,sans-serif;}/* Header part -- contains navigation buttons and day names. */.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */  text-align: center;  padding: 1px;  border-top: 1px solid #fff;  border-right: 1px solid #000;  border-bottom: 1px solid #000;  border-left: 1px solid #fff;}.calendar .nav {  background: transparent url("//chocolates-elrey.com/js/calendar/menuarrow.gif") no-repeat 100% 100%;}.calendar thead .title { /* This holds the current "month, year" */  font-weight: bold;  padding: 1px;  border: 1px solid #000;  background: #848078;  color: #fff;  text-align: center;}.calendar thead .headrow { /* Row <TR> containing navigation buttons */}.calendar thead .daynames { /* Row <TR> containing the day names */}.calendar thead .name { /* Cells <TD> containing the day names */  border-bottom: 1px solid #000;  padding: 2px;  text-align: center;  background: #f4f0e8;}.calendar thead .weekend { /* How a weekend day name shows in header */  color: #f00;}.calendar thead .hilite { /* How do the buttons in header appear when hover */  border-top: 2px solid #fff;  border-right: 2px solid #000;  border-bottom: 2px solid #000;  border-left: 2px solid #fff;  padding: 0px;  background-color: #e4e0d8;}.calendar thead .active { /* Active (pressed) buttons in header */  padding: 2px 0px 0px 2px;  border-top: 1px solid #000;  border-right: 1px solid #fff;  border-bottom: 1px solid #fff;  border-left: 1px solid #000;  background-color: #c4c0b8;}/* The body part -- contains all the days in month. */.calendar tbody .day { /* Cells <TD> containing month days dates */  width: 2em;  text-align: right;  padding: 2px 4px 2px 2px;}.calendar tbody .day.othermonth {  font-size: 80%;  color: #aaa;}.calendar tbody .day.othermonth.oweekend {  color: #faa;}.calendar table .wn {  padding: 2px 3px 2px 2px;  border-right: 1px solid #000;  background: #f4f0e8;}.calendar tbody .rowhilite td {  background: #e4e0d8;}.calendar tbody .rowhilite td.wn {  background: #d4d0c8;}.calendar tbody td.hilite { /* Hovered cells <TD> */  padding: 1px 3px 1px 1px;  border-top: 1px solid #fff;  border-right: 1px solid #000;  border-bottom: 1px solid #000;  border-left: 1px solid #fff;}.calendar tbody td.active { /* Active (pressed) cells <TD> */  padding: 2px 2px 0px 2px;  border-top: 1px solid #000;  border-right: 1px solid #fff;  border-bottom: 1px solid #fff;  border-left: 1px solid #000;}.calendar tbody td.selected { /* Cell showing selected date */  font-weight: bold;  border-top: 1px solid #000;  border-right: 1px solid #fff;  border-bottom: 1px solid #fff;  border-left: 1px solid #000;  padding: 2px 2px 0px 2px;  background: #e4e0d8;}.calendar tbody td.weekend { /* Cells showing weekend days */  color: #f00;}.calendar tbody td.today { /* Cell showing today date */  font-weight: bold;  color: #00f;}.calendar tbody .disabled { color: #999; }.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */  visibility: hidden;}.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */  display: none;}/* The footer part -- status bar and "Close" button */.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */}.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */  background: #f4f0e8;  padding: 1px;  border: 1px solid #000;  background: #848078;  color: #fff;  text-align: center;}.calendar tfoot .hilite { /* Hover style for buttons in footer */  border-top: 1px solid #fff;  border-right: 1px solid #000;  border-bottom: 1px solid #000;  border-left: 1px solid #fff;  padding: 1px;  background: #e4e0d8;}.calendar tfoot .active { /* Active (pressed) style for buttons in footer */  padding: 2px 0px 0px 2px;  border-top: 1px solid #000;  border-right: 1px solid #fff;  border-bottom: 1px solid #fff;  border-left: 1px solid #000;}/* Combo boxes (menus that display months/years for direct selection) */.calendar .combo {  position: absolute;  display: none;  width: 4em;  top: 0px;  left: 0px;  cursor: default;  border-top: 1px solid #fff;  border-right: 1px solid #000;  border-bottom: 1px solid #000;  border-left: 1px solid #fff;  background: #e4e0d8;  font-size: 90%;  padding: 1px;  z-index: 100;}.calendar .combo .label,.calendar .combo .label-IEfix {  text-align: center;  padding: 1px;}.calendar .combo .label-IEfix {  width: 4em;}.calendar .combo .active {  background: #c4c0b8;  padding: 0px;  border-top: 1px solid #000;  border-right: 1px solid #fff;  border-bottom: 1px solid #fff;  border-left: 1px solid #000;}.calendar .combo .hilite {  background: #048;  color: #fea;}.calendar td.time {  border-top: 1px solid #000;  padding: 1px 0px;  text-align: center;  background-color: #f4f0e8;}.calendar td.time .hour,.calendar td.time .minute,.calendar td.time .ampm {  padding: 0px 3px 0px 4px;  border: 1px solid #889;  font-weight: bold;  background-color: #fff;}.calendar td.time .ampm {  text-align: center;}.calendar td.time .colon {  padding: 0px 2px 0px 3px;  font-weight: bold;}.calendar td.time span.hilite {  border-color: #000;  background-color: #766;  color: #fff;}.calendar td.time span.active {  border-color: #f00;  background-color: #000;  color: #0f0;}

/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset pixAjaxSuiteCss 
 Path: skin/designcenter/pixafy/module/pixajaxsuite.scss 
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/module/pixajaxsuite.scss
==================================================
**/
#pix-fe .link-quickview.button {
  display: none;
}
#pix-fe .zoey-product .link-quickview {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 50%;
  margin-left: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -16px;
}
#pix-fe .zoey-product .link-quickview .loader {
  position: static;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-left: 4px;
  display: none;
}
#pix-fe .zoey-product.loading .link-quickview .loader {
  display: inline-block;
}
#pix-fe .zoey-product.loading .quick-view-loader-container .quickview-loading-graphic {
  display: inline-block;
  width: 20px;
}
#pix-fe .zoey-product.loading .quick-view-loader-container .quickview-loading-graphic + .link-quickview {
  display: none;
}
#pix-fe .zoey-product:not(.loading) .quick-view-loader-container .quickview-loading-graphic {
  display: none;
}
#pix-fe .zoey-product:not(.loading) .quick-view-loader-container .link-quickview {
  display: inline-block;
  position: static;
  top: auto;
  bottom: initial;
  left: initial;
  margin-left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  margin-top: 0;
}
#pix-fe.media-d .zoey-product:hover .link-quickview {
  display: inline-block;
}
#pix-fe.media-d .zoey-product.loading .link-quickview {
  display: inline-block;
}
#pix-fe #pixajaxsuite-modal #pixajaxsuite-modal-close {
  background: none;
  opacity: 1;
  width: auto;
  height: auto;
  font-size: 16px;
}
#pix-fe #pixajaxsuite-modal .loader-image {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}
#pix-fe .desigcenter-quickview {
  text-align: left;
}
#pix-fe .desigcenter-quickview .product-name {
  margin-bottom: 20px;
}
#pix-fe .desigcenter-quickview .product-name h1 {
  font-size: 24px;
  font-weight: normal;
}
#pix-fe .desigcenter-quickview .product-shop .short-description {
  font-size: 14px;
  color: #333;
  padding-bottom: 26px;
  border-bottom: 1px solid #e7e7e7;
  line-height: 1.5;
  margin-bottom: 10px;
  clear: both;
}
#pix-fe .desigcenter-quickview .product-shop .short-description-content {
  max-height: 150px;
  overflow: hidden;
}
#pix-fe .desigcenter-quickview .product-shop .view-more-link-wrapper {
  margin-top: 10px;
}
#pix-fe .desigcenter-quickview .product-shop .extra-info .availability {
  font-size: 12px;
  color: #333;
  padding-bottom: 20px;
}
#pix-fe .desigcenter-quickview .product-shop .product-essentials-attribute-group .label {
  margin-right: 5px;
}
#pix-fe .desigcenter-quickview .product-shop .product-essentials-attribute-group .label:after {
  content: ':';
}
#pix-fe .desigcenter-quickview .product-essential .product-shop .price-info .price-box {
  font-size: 17px;
  color: #333;
}
#pix-fe .desigcenter-quickview .product-essential .product-shop .price-info .price-box .regular-price .price, #pix-fe .desigcenter-quickview .product-essential .product-shop .price-info .price-box .old-price .price, #pix-fe .desigcenter-quickview .product-essential .product-shop .price-info .price-box .special-price .price {
  font-size: inherit;
  color: inherit;
}
#pix-fe .desigcenter-quickview .product-essential .product-shop .product-options .tooltip {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  padding: 0;
  background: none;
  border: none;
  vertical-align: top;
}
#pix-fe .desigcenter-quickview .product-essential .product-shop .product-options .tooltip:before {
  display: none;
}
#pix-fe .desigcenter-quickview .product-essential .product-shop .product-options .tooltip i.icon-tooltip {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
  background: rgba(51, 51, 51, 1);
  color: rgba(255, 255, 255, 1);
  width: 15px;
  border-radius: 50%;
  line-height: 14px;
  height: 15px;
  display: inline-block;
  text-align: center;
  vertical-align: text-bottom;
  font-style: normal;
}
#pix-fe .desigcenter-quickview .product-essential .product-shop .product-options .tooltip i.icon-tooltip:before {
  content: '';
}
#pix-fe .desigcenter-quickview .product-essential .product-shop .product-options .tooltip:not(:hover) .content {
  display: none;
}
#pix-fe .desigcenter-quickview .product-essential .product-shop .product-options .tooltip .content {
  width: 220px;
  padding: 20px;
  position: absolute;
  z-index: 999;
  left: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(204, 204, 204, 1);
  background-color: rgba(255, 255, 255, 1);
  color: rgba(68, 68, 68, 1);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
#pix-fe .desigcenter-quickview .product-essential .add-to-cart-wrapper .add-to-box {
  padding-top: 10px;
}
#pix-fe .desigcenter-quickview .product-essential .add-to-cart-wrapper .add-to-cart {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: none;
}
#pix-fe .desigcenter-quickview .product-essential .add-to-cart-wrapper .qty-wrapper {
  margin-bottom: 0;
  margin-right: 0;
  min-height: 30px;
  width: 100%;
  padding: 0;
}
#pix-fe .desigcenter-quickview .product-essential .add-to-cart-wrapper .qty-wrapper .qty {
  height: 30px;
  width: 100%;
  border: 1px solid #333;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#pix-fe .desigcenter-quickview .product-essential .add-to-cart-wrapper .add-to-cart-buttons {
  float: left;
  margin-right: 10px;
  padding-top: 35px;
  width: 100%;
  min-height: 40px;
}
#pix-fe .desigcenter-quickview .product-essential .add-to-cart-wrapper .add-to-links {
  display: block;
  text-align: center;
  margin-top: 0;
  margin-right: 15px;
}
#pix-fe .desigcenter-quickview .product-essential .add-to-cart-wrapper .add-to-links li {
  font-size: 10px;
  display: inline-block;
  float: none;
}
#pix-fe .desigcenter-quickview .product-essential .add-to-cart-wrapper .add-to-links li a {
  display: inline-block;
  padding: 2px 7px 2px 0;
  margin-left: 7px;
  border-right: 1px solid #ccc;
}
#pix-fe .desigcenter-quickview .product-essential .add-to-cart-wrapper .add-to-links li:first-child a {
  margin-left: 0;
}
#pix-fe .desigcenter-quickview .product-essential .add-to-cart-wrapper .add-to-links li:last-child a {
  border-right: 0;
}
#pix-fe .desigcenter-quickview .more-views .product-image-thumbs li {
  padding: 15px 0 0 0;
  display: inline-block;
}
#pix-fe .desigcenter-quickview .more-views .product-image-thumbs li a {
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #ccc;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#pix-fe .desigcenter-quickview .more-views .product-image-thumbs li.disabled {
  display: none;
}
#pix-fe .desigcenter-quickview .zoey-zoom-container-parent {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#pix-fe .desigcenter-quickview .zoey-zoom-container-parent .zoomContainer {
  position: static !important;
}
#pix-fe .desigcenter-quickview .zoey-zoom-container-parent .zoomContainer .zoomWindowContainer > div {
  background-color: transparent;
}
#pix-fe .desigcenter-quickview .product-image {
  border: none;
}
#pix-fe .desigcenter-quickview .or, #pix-fe .desigcenter-quickview .separator {
  display: none;
}
#pix-fe .desigcenter-quickview .add-to-links {
  width: 100%;
}
#pix-fe .desigcenter-quickview .product-image-gallery .gallery-image {
  display: none;
}
#pix-fe .desigcenter-quickview .product-image-gallery .gallery-image.visible {
  display: block;
}
#pix-fe .desigcenter-quickview .product-view .product-shop .price-info {
  width: 100%;
  max-width: initial;
  padding-left: 0;
  text-align: left;
}
#pix-fe .desigcenter-quickview .product-view .product-shop .price-box {
  text-align: left;
}
#pix-fe .desigcenter-quickview .block-related, #pix-fe .desigcenter-quickview .box-up-sell {
  display: none;
}
#pix-fe .desigcenter-quickview .more-views.carousel {
  position: relative;
  overflow: hidden;
}
#pix-fe .desigcenter-quickview .more-views.carousel .carousel-container {
  position: absolute;
}
#pix-fe .desigcenter-quickview .more-views.carousel .carousel-next-button, #pix-fe .desigcenter-quickview .more-views.carousel .carousel-prev-button {
  display: block;
  position: absolute;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
#pix-fe .desigcenter-quickview .more-views.carousel .carousel-next-button:before, #pix-fe .desigcenter-quickview .more-views.carousel .carousel-prev-button:before {
  font-family: 'pixafy-fe-default';
}
#pix-fe .desigcenter-quickview .more-views.carousel.horizontal .carousel-next-button, #pix-fe .desigcenter-quickview .more-views.carousel.horizontal .carousel-prev-button {
  height: 100%;
  width: 20px;
}
#pix-fe .desigcenter-quickview .more-views.carousel.horizontal .carousel-next-button:before, #pix-fe .desigcenter-quickview .more-views.carousel.horizontal .carousel-prev-button:before {
  margin: 0 auto;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  font-size: 25px;
  margin-top: -11px;
  width: 100%;
}
#pix-fe .desigcenter-quickview .more-views.carousel.horizontal .carousel-next-button {
  right: 0;
}
#pix-fe .desigcenter-quickview .more-views.carousel.horizontal .carousel-prev-button {
  left: 0;
}
#pix-fe .desigcenter-quickview .more-views.carousel.vertical .carousel-next-button, #pix-fe .desigcenter-quickview .more-views.carousel.vertical .carousel-prev-button {
  width: 100%;
  height: 20px;
}
#pix-fe .desigcenter-quickview .more-views.carousel.vertical .carousel-next-button:before, #pix-fe .desigcenter-quickview .more-views.carousel.vertical .carousel-prev-button:before {
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 25px;
}
#pix-fe .desigcenter-quickview .more-views.carousel.vertical .carousel-next-button {
  bottom: 0;
}
#pix-fe .desigcenter-quickview .more-views.carousel.vertical .carousel-prev-button {
  top: 0;
}
#pix-fe .desigcenter-quickview .more-views.carousel:hover .carousel-next-button, #pix-fe .desigcenter-quickview .more-views.carousel:hover .carousel-prev-button {
  opacity: 1;
}
#pix-fe .desigcenter-quickview .more-views .carousel-next-button, #pix-fe .desigcenter-quickview .more-views .carousel-prev-button {
  display: none;
}
#pix-fe .desigcenter-quickview .more-views img {
  width: 75px;
  height: 75px;
}
#pix-fe .desigcenter-quickview-drawer {
  width: 360px;
  max-width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 999999;
  overflow-y: auto;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  transition: right 0.3s;
}
#pix-fe .desigcenter-quickview-drawer .product-view {
  padding: 20px 30px;
}
#pix-fe .desigcenter-quickview-drawer .product-view > .row {
  margin-right: 0;
  margin-left: 0;
}
#pix-fe .desigcenter-quickview-drawer .product-view > .row > [class*="col-xs-"] {
  width: 100%;
  float: none;
  padding-left: 0;
  padding-right: 0;
}
#pix-fe .desigcenter-quickview-drawer > .close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 16px;
}
#pix-fe .desigcenter-quickview-drawer.active {
  right: 0;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset configurableSwatchesCss 
 Path: skin/designcenter/default/sass/swatches.css 
*/ 

#pix-fe .configurable-swatch-list:after,#pix-fe .product-options .swatch-attr:after{display:block;content:".";clear:both;font-size:0;line-height:0;height:0;overflow:hidden}#pix-fe .product-options .swatch-attr{float:none;display:block;clear:both;border:0}#pix-fe .product-options dt.swatch-attr label{display:block}#pix-fe .configurable-swatch-list{margin-left:-3px;zoom:1;clear:both}#pix-fe .configurable-swatch-list li{display:inline-block;vertical-align:top;zoom:1;margin:0 0 0 3px}#pix-fe .block-layered-nav dd .configurable-swatch-list li{margin:0 0 0 3px}#pix-fe .swatch-link,#pix-fe .swatch-label{font-size:14px;text-align:center;text-decoration:none;box-sizing:content-box}#pix-fe .swatch-link{display:inline-block;margin:0 0 7px;padding:2px}#pix-fe .block-layered-nav dd .swatch-link{padding:0}#pix-fe .block-layered-nav dd .swatch-link:not(.has-image) .swatch-label,#pix-fe .block-layered-nav dd .swatch-link .count{padding:2px;line-height:1em;float:left}#pix-fe .currently .swatch-link{display:inline-block;margin:0 0 0 10px}#pix-fe .swatch-label{margin:0;white-space:nowrap;background:transparent;border:1px solid;float:left}#pix-fe .swatch-label img{float:left}#pix-fe .swatch-link:hover{cursor:pointer}#pix-fe .currently .swatch-link:hover{cursor:default}#pix-fe .swatch-link .x{display:none !important;text-indent:-999em;position:absolute;left:0;right:0;top:0;bottom:0;background:url("//cdna8.zoeysite.com/Adzpo594RQGDpLcjBynL1z/cache=expiry:31536000/auto_image/compress/https://chocolates-elrey.com/skin/frontend/base/default/images/bg_x.png") center no-repeat transparent;z-index:10}#pix-fe .configurable-swatch-list .not-available .x{display:block}#pix-fe .configurable-swatch-list .not-available .swatch-link{border-color:#EDEDED;position:relative}#pix-fe .configurable-swatch-list .not-available .swatch-label{color:#aaa;background:#fff}#pix-fe .swatch-link.has-image .swatch-label{position:relative;padding:0}#pix-fe .swatch-link.has-image img{display:inline-block}#pix-fe .configurable-swatch-list .not-available .swatch-link.has-image img{opacity:0.4;filter:alpha(opacity=40)}#pix-fe .configurable-swatch-list .hover .swatch-link,#pix-fe .configurable-swatch-list .selected .swatch-link,#pix-fe .swatch-link:hover{border-color:#44f}#pix-fe .currently .swatch-link:hover{border-color:#bbbbbb}#pix-fe .configurable-swatch-list .selected .swatch-link{outline:1px solid black;-webkit-box-shadow:0 0 2px 2px #999;-moz-box-shadow:0 0 2px 2px #999;box-shadow:0 0 2px 2px #999}#pix-fe .configurable-swatch-list .wide-swatch .swatch-label{padding:0 6px}#pix-fe .configurable-swatch-container{display:inline-block;vertical-align:middle}#pix-fe .configurable-swatch-container .swatch-link{display:inline-block;margin:0}#pix-fe .configurable-swatch-container.not-available .swatch-label{color:#aaa;background:#fff}#pix-fe .configurable-swatch-container.not-available .swatch-link{border-color:#EDEDED;position:relative}#pix-fe .configurable-swatch-container.not-available .swatch-link.has-image img{opacity:0.4;filter:alpha(opacity=40)}#pix-fe .configurable-swatch-container.not-available .x{display:block}#pix-fe .configurable-swatch-container.hover .swatch-link,#pix-fe .configurable-swatch-container.selected .swatch-link,#pix-fe .configurable-swatch-container .swatch-link:hover{border-color:#44f}#pix-fe .configurable-swatch-container.selected .swatch-link{outline:1px solid black;-webkit-box-shadow:0 0 2px 2px #999;-moz-box-shadow:0 0 2px 2px #999;box-shadow:0 0 2px 2px #999}#pix-fe .configurable-swatch-container.wide-swatch .swatch-label{padding:0 6px}#pix-fe .configurable-swatch-box{background:none !important}#pix-fe .configurable-swatch-box select.swatch-select{display:none}#pix-fe .configurable-swatch-box .validation-advice{margin:0 0 5px;background:#D91A00;padding:2px 5px !important;font-weight:bold;color:#fff !important;float:left;display:block;border-radius:3px}#pix-fe .availability.out-of-stock span{color:#636363}#pix-fe .add-to-cart button.out-of-stock{background-position:-80px -362px;cursor:default}#pix-fe .product-options dd .input-box{width:auto;height:auto}#pix-fe .product-options .select-label{display:none}#pix-fe .product-options dt.swatch-attr .select-label{font-size:12px}#pix-fe .product-options dt.swatch-attr .select-label{display:inline;font-weight:normal;padding-left:5px}#pix-fe .zoey-product-simple.swatch-loading .zoey-product-image:after{content:'';background:url("//chocolates-elrey.com/skin/designcenter/default/images/opc-ajax-loader.gif") no-repeat center;background-size:30px;position:absolute;top:0;bottom:0;left:0;right:0}

/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_HYxBDoAgDAT/0nBUufuWXkgtkURaQjlIjH8XvM3MJvuAa70w7EBmsICzSkNKukPs6ElzUWFphr6qNvQnh4Mr+pwkUaijRP3nKWsilcHW+sXbfHw/ 
 Path: skin/designcenter/pixafy/components/root/header/minicart/fonts/cart-icons/style.css 
 Parent uid: cp_5aa964b5b243b631611515
*/ 

@font-face {  font-family: 'cart-icons';  src:  url("//chocolates-elrey.com/skin/designcenter/pixafy/components/root/header/minicart/fonts/cart-icons/fonts/cart-icons.eot?cijgpj");  src:  url("//chocolates-elrey.com/skin/designcenter/pixafy/components/root/header/minicart/fonts/cart-icons/fonts/cart-icons.eot?cijgpj#iefix") format('embedded-opentype'),    url("//chocolates-elrey.com/skin/designcenter/pixafy/components/root/header/minicart/fonts/cart-icons/fonts/cart-icons.woff?cijgpj") format('woff'),    url("//chocolates-elrey.com/skin/designcenter/pixafy/components/root/header/minicart/fonts/cart-icons/fonts/cart-icons.ttf?cijgpj") format('truetype'),    url("//chocolates-elrey.com/skin/designcenter/pixafy/components/root/header/minicart/fonts/cart-icons/fonts/cart-icons.svg?cijgpj#cart-icons") format('svg');  font-weight: normal;  font-style: normal;}[class^="cart-icon-"]:before, [class*=" cart-icon-"]:before {  /* use !important to prevent issues with browser extensions that change fonts */  font-family: 'cart-icons' !important;  speak: none;  font-style: normal;  font-weight: normal;  font-variant: normal;  text-transform: none;  line-height: 1;  /* Better Font Rendering =========== */  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;}.cart-icon-purse:before {  content: "\e906";}.cart-icon-bag-black:before {  content: "\e900";}.cart-icon-bag-thin:before {  content: "\e901";}.cart-icon-shopping-bag-round:before {  content: "\e908";}.cart-icon-shopping-bag:before {  content: "\e909";}.cart-icon-grocery:before {  content: "\e90a";}.cart-icon-shopping-bag-full:before {  content: "\e90b";}.cart-icon-basket:before {  content: "\e902";}.cart-icon-cart-black:before {  content: "\e903";}.cart-icon-cart-mesh:before {  content: "\e904";}.cart-icon-cart-thin:before {  content: "\e905";}.cart-icon-cart:before {  content: "\e82f";}.cart-icon-shopping-cart:before {  content: "\e90c";}.cart-icon-cart-thin-2:before {  content: "\e90d";}.cart-icon-cart-full:before {  content: "\e90e";}.cart-icon-calculator:before {  content: "\e927";}.cart-icon-calculator2:before {  content: "\e907";}.cart-icon-cargo-truck:before {  content: "\e90f";}.cart-icon-cargo-truck-round:before {  content: "\e910";}.cart-icon-cargo-truck-left:before {  content: "\e911";}.cart-icon-cargo-truck-fast:before {  content: "\e912";}.cart-icon-cargo-truck-outline-fast:before {  content: "\e913";}.cart-icon-cargo-truck-thin-fast:before {  content: "\e914";}.cart-icon-ship:before {  content: "\e915";}

/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_FcsxCoAwDADAv4SOanD1LQGpNWLBNqHJoIh/V8cb7obglzJMkMygg2AtfdB8xu0iTFJUKlc3wibihDvHldtcZMkHE2pjY+/Hwf7/vA== 
 Path: skin/designcenter/pixafy/components/root/header_mobile/preset-1.scss 
 Parent uid: cp_5aa964b5b243b631611515
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/root/header_mobile/preset-1.scss
==================================================
**/
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-mobile-top-menu .zoey-account-links-mobile .title {
  color: rgb(145,122,76);
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-mobile-top-menu .zoey-account-links-mobile .title {
  font-family: Raleway;
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 12px;
}
#pix-fe .cp-5aa964b5b243b631611515 {
  width: 100%;
  z-index: 10 !important;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-styled-select, #pix-fe .cp-5aa964b5b243b631611515 .zoey-styled-select.default {
  background: transparent;
  color: inherit;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-styled-select select, #pix-fe .cp-5aa964b5b243b631611515 .zoey-styled-select.default select {
  background: transparent;
  padding: 0 20px 0 6px;
  height: 30px;
  border: 0;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-styled-select select:not(:-webkit-autofill), #pix-fe .cp-5aa964b5b243b631611515 .zoey-styled-select.default select:not(:-webkit-autofill), #pix-fe .cp-5aa964b5b243b631611515 .zoey-styled-select select:not(:hover), #pix-fe .cp-5aa964b5b243b631611515 .zoey-styled-select.default select:not(:hover), #pix-fe .cp-5aa964b5b243b631611515 .zoey-styled-select select:not(:focus), #pix-fe .cp-5aa964b5b243b631611515 .zoey-styled-select.default select:not(:focus) {
  background: transparent;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-mobile-top-menu .img-container {
  display: none;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-language-currency {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-language-currency.language-and-currency > div {
  width: 50%;
  float: left;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-language-currency.language-and-currency > div:first-child {
  border-right-style: solid;
  border-right-width: 1px;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-language-currency.language-and-currency:before, #pix-fe .cp-5aa964b5b243b631611515 .zoey-header-language-currency.language-and-currency:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-language-currency:not(.language-and-currency) > div {
  width: 100%;
  float: none;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-language-currency > div {
  padding: 0 10px;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-language-currency select {
  width: 100%;
  color: inherit;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-mobile-cart .zoey-header-cart-trigger > .label {
  display: none;
}
#pix-fe .cp-5aa964b5b243b631611515 #header-cart-mobile, #pix-fe .cp-5aa964b5b243b631611515 #header-cart-mobile-b2bquote {
  display: none;
}
#pix-fe .cp-5aa964b5b243b631611515 #header-cart-mobile.active, #pix-fe .cp-5aa964b5b243b631611515 #header-cart-mobile-b2bquote.active {
  display: block;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-mobile-search .form-search button {
  border: 0 !important;
  font-size: 14px;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-account-links-content-mobile > li > a, #pix-fe .cp-5aa964b5b243b631611515 .zoey-nav-primary > li > a {
  font-size: 14px !important;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-account-links-content-mobile ul.level0, #pix-fe .cp-5aa964b5b243b631611515 .zoey-nav-primary ul.level0 {
  background-color: #f7f7f7;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-account-links-content-mobile li.parent.level0 > a .toggle-menu-element:after, #pix-fe .cp-5aa964b5b243b631611515 .zoey-nav-primary li.parent.level0 > a .toggle-menu-element:after {
  font-size: 24px !important;
}
#pix-fe .cp-5aa964b5b243b631611515 .icon-close {
  display: none;
  color: inherit;
  margin-right: 8px;
  font-size: 20px;
  position: absolute;
  top: -5px;
  left: -1px;
}
#pix-fe:not(.zoey-has-mobile-header) .cp-5aa964b5b243b631611515, #pix-fe.media-d .cp-5aa964b5b243b631611515, #pix-fe.media-t .cp-5aa964b5b243b631611515 {
  display: none;
}
#pix-fe.modal-body-content .cp-5aa964b5b243b631611515 {
  display: block;
  overflow: hidden;
}
#pix-fe .cp-5aa964b5b243b631611515 {
  min-width: 100px;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-language-currency {
  color: #b5985a;
  border-bottom-color: rgba(181,152,90,1);
  background-color: rgba(255,255,255,0);
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-language-currency > div {
  border-right-color: rgba(181,152,90,1);
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-mobile-top-menu {
  position: absolute;
  width: 100%;
  top: 0;
  padding-left: 20%;
  background-color: #efefef;
  overflow: auto;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-mobile-top-menu > nav, #pix-fe .cp-5aa964b5b243b631611515 .zoey-header-mobile-top-menu > .zoey-account-links-mobile {
  padding: 0 10px;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-mobile-top-menu .zoey-account-links-mobile {
  padding-top: 30px;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-mobile-top-menu-trigger {
  color: #b5985a;
  float: left;
  font-size: 12px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-mobile-top-menu-trigger .icon-list {
  color: inherit;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-mobile-top-menu-trigger:hover {
  cursor: pointer;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-mobile-logo {
  margin-left: 35px;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-mobile-logo .pix-logo {
  display: inline-block;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-mobile-logo .pix-logo img {
  height: 100px;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-mobile-cart {
  color: #b5985a;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-mobile-cart .zoey-header-cart-trigger {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 20px;
  margin-top: -12px;
  color: inherit;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-mobile-cart #header-cart-mobile {
  position: absolute;
  left: 0;
  width: 100%;
  background: #efefef;
  overflow: auto;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-mobile-cart-b2bquote {
  color: #b5985a;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-mobile-cart-b2bquote .zoey-header-cart-trigger {
  position: absolute;
  top: 50%;
  right: 80px;
  font-size: 20px;
  margin-top: -12px;
  color: inherit;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-mobile-cart-b2bquote.no-cart .zoey-header-cart-trigger {
  right: 20px;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-mobile-cart-b2bquote #header-cart-mobile-b2bquote {
  position: absolute;
  left: 0;
  width: 100%;
  background: #efefef;
  overflow: auto;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-mobile-search {
  padding: 10px;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-mobile-search .form-search {
  position: relative;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-mobile-search .form-search input {
  padding-right: 30px;
  font-size: 16px;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-mobile-search .form-search input, #pix-fe .cp-5aa964b5b243b631611515 .zoey-header-mobile-search .form-search input:focus {
  border: 1px solid #ccc;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-mobile-search .form-search button {
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -8px;
  background-color: transparent;
  padding: 0;
  color: initial;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-mobile-top-menu-container {
  position: relative;
  padding: 10px 20px;
  background-color: rgba(255,255,255,0);
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-header-mobile-top-menu-container:before, #pix-fe .cp-5aa964b5b243b631611515 .zoey-header-mobile-top-menu-container:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-account-links-content-mobile > li > a, #pix-fe .cp-5aa964b5b243b631611515 .zoey-nav-primary > li > a {
  background-color: #fff;
  color: #333;
  padding: 20px;
  font-size: 20px;
  display: block;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-account-links-content-mobile > li > a:hover, #pix-fe .cp-5aa964b5b243b631611515 .zoey-nav-primary > li > a:hover {
  text-decoration: none;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-account-links-content-mobile li.parent > a, #pix-fe .cp-5aa964b5b243b631611515 .zoey-nav-primary li.parent > a {
  position: relative;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-account-links-content-mobile li.parent > a .toggle-menu-element, #pix-fe .cp-5aa964b5b243b631611515 .zoey-nav-primary li.parent > a .toggle-menu-element {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-account-links-content-mobile li.parent > a .toggle-menu-element:after, #pix-fe .cp-5aa964b5b243b631611515 .zoey-nav-primary li.parent > a .toggle-menu-element:after {
  content: '+';
  font-family: Helvetica, Arial, sans-serif;
  position: absolute;
  top: 50%;
  right: 50%;
  font-size: 24px;
  line-height: 0.7em;
  text-align: center;
  margin-top: -12px;
  margin-right: -8px;
  font-weight: lighter;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-account-links-content-mobile li.parent.level0 > a .toggle-menu-element, #pix-fe .cp-5aa964b5b243b631611515 .zoey-nav-primary li.parent.level0 > a .toggle-menu-element {
  width: 60px;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-account-links-content-mobile li.parent.level0 > a .toggle-menu-element:after, #pix-fe .cp-5aa964b5b243b631611515 .zoey-nav-primary li.parent.level0 > a .toggle-menu-element:after {
  font-size: 30px;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-account-links-content-mobile li.parent.active > a > .toggle-menu-element:after, #pix-fe .cp-5aa964b5b243b631611515 .zoey-nav-primary li.parent.active > a > .toggle-menu-element:after {
  content: '-';
  margin-right: -5px;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-account-links-content-mobile ul, #pix-fe .cp-5aa964b5b243b631611515 .zoey-nav-primary ul {
  display: none;
  padding: 10px 0 10px 10px;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-account-links-content-mobile ul.level0, #pix-fe .cp-5aa964b5b243b631611515 .zoey-nav-primary ul.level0 {
  display: block;
  padding: 10px 11px 10px 20px;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-account-links-content-mobile ul.level0 li > a, #pix-fe .cp-5aa964b5b243b631611515 .zoey-nav-primary ul.level0 li > a {
  display: block;
  padding: 5px;
  font-size: 16px;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-account-links-content-mobile ul.level0 li > a:hover, #pix-fe .cp-5aa964b5b243b631611515 .zoey-nav-primary ul.level0 li > a:hover {
  text-decoration: none;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-account-links-content-mobile ul li.parent > a, #pix-fe .cp-5aa964b5b243b631611515 .zoey-nav-primary ul li.parent > a {
  padding-right: 40px;
}
#pix-fe .cp-5aa964b5b243b631611515 .zoey-account-links-content-mobile li.parent > a, #pix-fe .cp-5aa964b5b243b631611515 .zoey-nav-primary li.parent > a {
  padding-right: 70px;
}
#pix-fe .cp-5aa964b5b243b631611515 .cart-icon-cargo-truck:before, #pix-fe .cp-5aa964b5b243b631611515 .cart-icon-cargo-truck-fast:before, #pix-fe .cp-5aa964b5b243b631611515 .cart-icon-cargo-truck-round:before, #pix-fe .cp-5aa964b5b243b631611515 .cart-icon-cargo-truck-outline-fast:before {
  font-size: 1.3em;
  vertical-align: sub;
}
#pix-fe .cp-5aa964b5b243b631611515 .cart-icon-cargo-truck-left:before, #pix-fe .cp-5aa964b5b243b631611515 .cart-icon-cargo-truck-thin-fast:before {
  font-size: 1.2em;
  vertical-align: sub;
}
#pix-fe .pix-design-center-layout {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#pix-fe.zoey-core-header-mobile-preset1-active {
  overflow: hidden;
}
#pix-fe.zoey-core-header-mobile-preset1-active .pix-design-center-layout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0);
}
#pix-fe.zoey-core-header-mobile-preset1-active .zoey-header-mobile-top-menu-trigger .icon-close {
  display: block;
}
#pix-fe.zoey-core-header-mobile-preset1-active .zoey-header-mobile-top-menu-trigger .icon-close + .icon-list {
  opacity: 0;
}
#pix-fe.zoey-core-header-mobile-preset1-mobile-minicart-active {
  overflow: hidden;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa964b5b243b631611515
*/ 

#pix-fe #cp-5aa964b5b243b631611515.pix-design-component {
    z-index: 3;
}
#pix-fe.media-dt #cp-5aa964b5b243b631611515.pix-design-component {
    z-index: 3;
}
#pix-fe.media-d #cp-5aa964b5b243b631611515.pix-design-component {
    z-index: 3;
}
#pix-fe.media-tm #cp-5aa964b5b243b631611515.pix-design-component {
    z-index: 3;
}
#pix-fe.media-t #cp-5aa964b5b243b631611515.pix-design-component {
    z-index: 3;
}
#pix-fe.media-m #cp-5aa964b5b243b631611515.pix-design-component {
    clear: left;
    margin-left: -1100%;
    z-index: 3;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP0i/LzS2L0M1ITU1KLYvSLSypzUov1ikHaagE= 
 Path: skin/designcenter/pixafy/components/root/header/styles.scss 
 Parent uid: cp_5aa964b5b74f4497119412
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/root/header/styles.scss
==================================================
**/
#pix-fe .cp-5aa964b5b74f4497119412 > .component-content > .group-background-image-container {
  position: relative;
  background-color: rgba(185,195,199,0);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-5aa964b5b74f4497119412 > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe .cp-5aa964b5b74f4497119412 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: 0px 10px 0px 10px;
}
#pix-fe .cp-5aa964b5b74f4497119412 > .component-content > .group-background-image-container:before, #pix-fe .cp-5aa964b5b74f4497119412 > .component-content > .group-background-image-container:after, #pix-fe .cp-5aa964b5b74f4497119412 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-5aa964b5b74f4497119412 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.media-t .cp-5aa964b5b74f4497119412 > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe.media-t .cp-5aa964b5b74f4497119412 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.pix-designcenter-admin .cp-5aa964b5b74f4497119412 .group-background-image-container:not(.full-width-element):empty, #pix-fe.pix-designcenter-admin .cp-5aa964b5b74f4497119412 .group-background-image-container > .full-width-content-element:empty {
  min-height: 150px;
}
#pix-fe.zoey-has-mobile-header.media-m .cp-5aa964b5b74f4497119412 {
  display: none;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_5aa964b5b74f4497119412
*/ 

#pix-fe #cp-5aa964b5b74f4497119412.pix-design-component {
    margin-left: -1100%;
    clear: left;
    z-index: 3;
}
#pix-fe #cp-5aa964b5b74f4497119412.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0
}
#pix-fe.media-dt #cp-5aa964b5b74f4497119412.pix-design-component {
    z-index: 3;
}
#pix-fe.media-d #cp-5aa964b5b74f4497119412.pix-design-component {
    margin-left: -1100%;
    z-index: 3;
    clear: left;
}
#pix-fe.media-d #cp-5aa964b5b74f4497119412.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0
}
#pix-fe.media-tm #cp-5aa964b5b74f4497119412.pix-design-component {
    z-index: 3;
}
#pix-fe.media-t #cp-5aa964b5b74f4497119412.pix-design-component {
    z-index: 3;
}
#pix-fe.media-m #cp-5aa964b5b74f4497119412.pix-design-component {
    z-index: 3;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP0i/LzS2L0k/JTgOIFRanFqSW6RnrFIG21AA== 
 Path: skin/designcenter/pixafy/components/root/body/preset-2.scss 
 Parent uid: cp_5aa964b5c99c0797393544
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/root/body/preset-2.scss
==================================================
**/
#pix-fe .cp-5aa964b5c99c0797393544 > .component-content > .group-background-image-container, #pix-fe .cp-5aa964b5c99c0797393544 > .product-view > .component-content > .group-background-image-container {
  position: relative;
  min-height: 400px;
  background-color: rgba(243,243,243,0);
  background-image: ;
  background-size: auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-5aa964b5c99c0797393544 > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe .cp-5aa964b5c99c0797393544 > .product-view > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe .cp-5aa964b5c99c0797393544 > .component-content > .group-background-image-container > .full-width-content-element, #pix-fe .cp-5aa964b5c99c0797393544 > .product-view > .component-content > .group-background-image-container > .full-width-content-element {
  padding: 0 5px 52px 5px;
}
#pix-fe .cp-5aa964b5c99c0797393544 > .component-content > .group-background-image-container:before, #pix-fe .cp-5aa964b5c99c0797393544 > .product-view > .component-content > .group-background-image-container:before, #pix-fe .cp-5aa964b5c99c0797393544 > .component-content > .group-background-image-container:after, #pix-fe .cp-5aa964b5c99c0797393544 > .product-view > .component-content > .group-background-image-container:after, #pix-fe .cp-5aa964b5c99c0797393544 > .component-content > .group-background-image-container .pix-grid:before, #pix-fe .cp-5aa964b5c99c0797393544 > .product-view > .component-content > .group-background-image-container .pix-grid:before, #pix-fe .cp-5aa964b5c99c0797393544 > .component-content > .group-background-image-container .pix-grid:after, #pix-fe .cp-5aa964b5c99c0797393544 > .product-view > .component-content > .group-background-image-container .pix-grid:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5aa964b5c99c0797393544 > .component-content > .group-background-image-container .after-body, #pix-fe .cp-5aa964b5c99c0797393544 > .product-view > .component-content > .group-background-image-container .after-body {
  clear: both;
}
#pix-fe.media-t .cp-5aa964b5c99c0797393544 > .component-content > .group-background-image-container, #pix-fe.media-t .cp-5aa964b5c99c0797393544 > .product-view > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-5aa964b5c99c0797393544 > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe.media-t .cp-5aa964b5c99c0797393544 > .product-view > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe.media-t .cp-5aa964b5c99c0797393544 > .component-content > .group-background-image-container > .full-width-content-element, #pix-fe.media-t .cp-5aa964b5c99c0797393544 > .product-view > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-5aa964b5c99c0797393544 > .component-content > .group-background-image-container, #pix-fe.media-m .cp-5aa964b5c99c0797393544 > .product-view > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-5aa964b5c99c0797393544 > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe.media-m .cp-5aa964b5c99c0797393544 > .product-view > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe.media-m .cp-5aa964b5c99c0797393544 > .component-content > .group-background-image-container > .full-width-content-element, #pix-fe.media-m .cp-5aa964b5c99c0797393544 > .product-view > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_5aa964b5c99c0797393544
*/ 

#pix-fe #cp-5aa964b5c99c0797393544.pix-design-component {
    margin-left: -1100%;
    z-index: 1;
    clear: none;
}
#pix-fe.media-dt #cp-5aa964b5c99c0797393544.pix-design-component {
    z-index: 1;
}
#pix-fe.media-d #cp-5aa964b5c99c0797393544.pix-design-component {
    margin-left: -1100%;
    z-index: 1;
    clear: none;
}
#pix-fe.media-tm #cp-5aa964b5c99c0797393544.pix-design-component {
    z-index: 1;
}
#pix-fe.media-t #cp-5aa964b5c99c0797393544.pix-design-component {
    margin-left: -1100%;
    z-index: 1;
}
#pix-fe.media-m #cp-5aa964b5c99c0797393544.pix-design-component {
    margin-left: -1100%;
    z-index: 1;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP0i/LzS2L004BkalGMfkFRanFqia6RXjFIYy0A 
 Path: skin/designcenter/pixafy/components/root/footer/preset-2.scss 
 Parent uid: cp_5aa964b5cdf7e927100674
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/root/footer/preset-2.scss
==================================================
**/
#pix-fe .cp-5aa964b5cdf7e927100674 > .component-content > .group-background-image-container {
  background-color: rgba(32,32,32,1);
  background-image: ;
  background-size: auto;
  background-repeat: repeat;
  background-position: ;
}
#pix-fe .cp-5aa964b5cdf7e927100674 > .component-content > .group-background-image-container:empty {
  min-height: 150px;
}
#pix-fe .cp-5aa964b5cdf7e927100674 > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe .cp-5aa964b5cdf7e927100674 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: 0px;
}
#pix-fe.media-t .cp-5aa964b5cdf7e927100674 > .component-content > .group-background-image-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#pix-fe.media-t .cp-5aa964b5cdf7e927100674 > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe.media-t .cp-5aa964b5cdf7e927100674 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-5aa964b5cdf7e927100674 > .component-content > .group-background-image-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#pix-fe.media-m .cp-5aa964b5cdf7e927100674 > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe.media-m .cp-5aa964b5cdf7e927100674 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_5aa964b5cdf7e927100674
*/ 

#pix-fe #cp-5aa964b5cdf7e927100674.pix-design-component {
    margin-left: -1089.598172179654%;
    clear: left;
    z-index: 2;
}
#pix-fe.media-dt #cp-5aa964b5cdf7e927100674.pix-design-component {
    z-index: 2;
}
#pix-fe.media-d #cp-5aa964b5cdf7e927100674.pix-design-component {
    margin-left: -1089.598172179654%;
    z-index: 2;
    clear: left;
}
#pix-fe.media-tm #cp-5aa964b5cdf7e927100674.pix-design-component {
    z-index: 2;
}
#pix-fe.media-t #cp-5aa964b5cdf7e927100674.pix-design-component {
    margin-left: -1100%;
    z-index: 2;
}
#pix-fe.media-m #cp-5aa964b5cdf7e927100674.pix-design-component {
    margin-left: -1100%;
    z-index: 2;
}




/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_Fcs7DoAwCADQu5COKnH1LCxNxU+ihQCDjfHu6viGd0OKpgwTFHfoILmVD7pfeWmERU6VyjWc0ESCcOM8sxEesgqhGjtHPw7+9+cF 
 Path: skin/designcenter/pixafy/components/root/header/logo/preset-1.scss 
 Parent uid: cp_5aa964b5bbef3276130167
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/root/header/logo/preset-1.scss
==================================================
**/
#pix-fe .cp-5aa964b5bbef3276130167 {
  width: 10%;
  width: 100px;
  height: auto;
  border-style: solid;
  border-width: ;
  border-color: rgba(204, 204, 204, 1);
  padding: ;
}
#pix-fe .cp-5aa964b5bbef3276130167 a {
  display: block;
  height: auto;
}
#pix-fe .cp-5aa964b5bbef3276130167 a img {
  display: block;
  width: 100%;
  height: auto;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa964b5bbef3276130167
*/ 

#pix-fe #cp-5aa964b5bbef3276130167.pix-design-component {
    margin-left: -1063.8241099481997%;
    width: 23.777173913043477%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-d #cp-5aa964b5bbef3276130167.pix-design-component {
    margin-left: -1063.8241099481997%;
    width: 23.777173913043477%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-tm #cp-5aa964b5bbef3276130167.pix-design-component {
    margin-top: 16.5px;
    margin-left: -1061.9%;
    width: 24.4%;
    min-height: 33px;
}
#pix-fe.media-t #cp-5aa964b5bbef3276130167.pix-design-component {
    margin-top: 16.5px;
    margin-left: -1061.9%;
    width: 24.4%;
    min-height: 33px;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_JcwxCoAwDEDRu4SOanbPkqXElBa0KU0Hi3h3rY6PD/8C13oRWIHNYAJnlV+UdPrQCVmPollyM8Kq2gij+E0qoYmvHAmDfvHnnFjzUOu7LON4Pw== 
 Path: skin/designcenter/pixafy/components/root/header/search/fonts/search-icons/style.css 
 Parent uid: cp_5aa964b5be7ea809671350
*/ 

@font-face {    font-family: 'search-icons';    src:    url("//chocolates-elrey.com/skin/designcenter/pixafy/components/root/header/search/fonts/search-icons/fonts/search-icons.eot?bun46l");    src:    url("//chocolates-elrey.com/skin/designcenter/pixafy/components/root/header/search/fonts/search-icons/fonts/search-icons.eot?asdfa#iefix") format('embedded-opentype'),        url("//chocolates-elrey.com/skin/designcenter/pixafy/components/root/header/search/fonts/search-icons/fonts/search-icons.woff?bun46l") format('woff'),        url("//chocolates-elrey.com/skin/designcenter/pixafy/components/root/header/search/fonts/search-icons/fonts/search-icons.ttf?bun46l") format('truetype'),        url("//chocolates-elrey.com/skin/designcenter/pixafy/components/root/header/search/fonts/search-icons/fonts/search-icons.svg?bun46l#search-icons") format('svg');    font-weight: normal;    font-style: normal;}#pix-fe [class^="search-icon"]:before,#pix-fe [class*=" search-icon"]:before {    /* use !important to prevent issues with browser extensions that change fonts */    font-family: 'search-icons' !important;    speak: none;    font-style: normal;    font-weight: normal;    font-variant: normal;    text-transform: none;    line-height: 1;    /* Better Font Rendering =========== */    -webkit-font-smoothing: antialiased;    -moz-osx-font-smoothing: grayscale;}.icon-search1:before {    content: "\e900";}.icon-search2:before {    content: "\e901";}.icon-search3:before {    content: "\e902";}.icon-search4:before {    content: "\e903";}

/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_FcwxDoAwCADAv5COKoObb2FpEKODhQCDjfHv6njL3VCym8ACHAEDlHD+YMdVt07Iepo2aRmErpqEu9RVnDCkOu+E5hKS4zzFHzwv 
 Path: skin/designcenter/pixafy/components/root/header/search/preset-3.scss 
 Parent uid: cp_5aa964b5be7ea809671350
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/root/header/search/preset-3.scss
==================================================
**/
#pix-fe .cp-5aa964b5be7ea809671350 {
  position: relative;
  width: auto;
}
#pix-fe .cp-5aa964b5be7ea809671350 .form-search {
  font-size: 12px;
}
#pix-fe .cp-5aa964b5be7ea809671350 .form-search .search-container {
  position: relative;
  overflow: hidden;
}
#pix-fe .cp-5aa964b5be7ea809671350 .form-search .search-container .search-input {
  border: 0;
  color: inherit;
  font-size: inherit;
  width: 100%;
  height: 30px;
  padding-right: 40px;
}
#pix-fe .cp-5aa964b5be7ea809671350 .form-search .icon-search {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  background-color: inherit;
  color: inherit;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#pix-fe .cp-5aa964b5be7ea809671350 .form-search:after, #pix-fe .cp-5aa964b5be7ea809671350 .form-search:before {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5aa964b5be7ea809671350 {
  min-width: 100px;
}
#pix-fe .cp-5aa964b5be7ea809671350 .form-search {
  color: #b5985a;
  font-size: 14px;
}
#pix-fe .cp-5aa964b5be7ea809671350 .form-search .search-container {
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: rgba(181,152,90,1);
  border-top: none;
  border-left: none;
  border-right: none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
#pix-fe .cp-5aa964b5be7ea809671350 .form-search .search-container .search-input {
  background-color: rgba(181,152,90,0);
}
#pix-fe.media-t .cp-5aa964b5be7ea809671350 .form-search {
  font-size: ;
}
#pix-fe.media-m .cp-5aa964b5be7ea809671350 .form-search {
  font-size: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa964b5be7ea809671350
*/ 

#pix-fe #cp-5aa964b5be7ea809671350.pix-design-component {
    margin-left: -1016.9560254967731%;
    width: 16.69836956521739%;
    margin-top: 30.987503051757812px;
    clear: none;
    min-height: 0;
}
#pix-fe.media-d #cp-5aa964b5be7ea809671350.pix-design-component {
    margin-left: -1016.9560254967731%;
    width: 16.69836956521739%;
    margin-top: 30.987503051757812px;
    clear: none;
    min-height: 0;
}
#pix-fe.media-tm #cp-5aa964b5be7ea809671350.pix-design-component {
    margin-top: 28px;
    clear: none;
    width: 13.5%;
    margin-left: -1013.5%;
    min-height: 0;
}
#pix-fe.media-t #cp-5aa964b5be7ea809671350.pix-design-component {
    margin-top: 28px;
    clear: none;
    width: 13.5%;
    margin-left: -1013.5%;
    min-height: 0;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset iconFontAccount 
 Path: skin/designcenter/pixafy/components/root/header/top_links/fonts/account-icons/style.css 
 Parent uid: cp_5aa964b5c0a7b652024955
*/ 

@font-face {  font-family: 'account-icons';  src:  url("//chocolates-elrey.com/skin/designcenter/pixafy/components/root/header/top_links/fonts/account-icons/fonts/account-icons.eot?pbgcwp");  src:  url("//chocolates-elrey.com/skin/designcenter/pixafy/components/root/header/top_links/fonts/account-icons/fonts/account-icons.eot?pbgcwp#iefix") format('embedded-opentype'),    url("//chocolates-elrey.com/skin/designcenter/pixafy/components/root/header/top_links/fonts/account-icons/fonts/account-icons.woff?pbgcwp") format('woff'),    url("//chocolates-elrey.com/skin/designcenter/pixafy/components/root/header/top_links/fonts/account-icons/fonts/account-icons.ttf?pbgcwp") format('truetype'),    url("//chocolates-elrey.com/skin/designcenter/pixafy/components/root/header/top_links/fonts/account-icons/fonts/account-icons.svg?pbgcwp#account-icons") format('svg');  font-weight: normal;  font-style: normal;}[class^="account-icon-"]:before, [class*=" account-icon-"]:before {  /* use !important to prevent issues with browser extensions that change fonts */  font-family: 'account-icons' !important;  speak: none;  font-style: normal;  font-weight: normal;  font-variant: normal;  text-transform: none;  line-height: 1;  /* Better Font Rendering =========== */  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;}.account-icon-1:before {  content: "\e900";}.account-icon-2:before {  content: "\e901";}.account-icon-3:before {  content: "\e902";}.account-icon-4:before {  content: "\e903";}.account-icon-5:before {  content: "\e904";}.account-icon-outline-thick:before {  content: "\e7ff";}.account-icon-avatar:before {  content: "\e905";}.account-icon-user:before {  content: "\e906";}.account-icon-users:before {  content: "\e907";}.account-icon-users-2:before {  content: "\e908";}.account-icon-user-circle-thin:before {  content: "\e909";}.account-icon-user-circle:before {  content: "\e90a";}.account-icon-user-square:before {  content: "\e90b";}.account-icon-user-folder:before {  content: "\e90c";}.account-icon-user-calendar:before {  content: "\e90d";}.account-icon-user-bubble:before {  content: "\e90e";}.account-icon-building:before {  content: "\e90f";}.account-icon-horizontal-lines-long:before {  content: "\e910";}.account-icon-horizontal-lines-short:before {  content: "\e911";}.account-icon-horizontal-dotted-line:before {  content: "\e912";}.account-icon-vertical-dotted-line:before {  content: "\e913";}.account-icon-cog:before {  content: "\e914";}

/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP0i/LzS2L0M1ITU1KLYvRL8gviczLzsoESBUWpxakluuZ6xSAzagE= 
 Path: skin/designcenter/pixafy/components/root/header/top_links/preset-7.scss 
 Parent uid: cp_5aa964b5c0a7b652024955
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/root/header/top_links/preset-7.scss
==================================================
**/
#pix-fe .cp-5aa964b5c0a7b652024955 .zoey-account-links {
  position: relative;
}
#pix-fe .cp-5aa964b5c0a7b652024955 .zoey-account-links .zoey-account-links-content {
  top: 100%;
  left: 0;
}
#pix-fe .cp-5aa964b5c0a7b652024955 .zoey-account-link {
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  width: 100%;
  display: block;
}
#pix-fe .cp-5aa964b5c0a7b652024955 .zoey-account-link.display-icon .label {
  display: none;
}
#pix-fe .cp-5aa964b5c0a7b652024955 .zoey-account-link.display-title .icon {
  display: none;
}
#pix-fe .cp-5aa964b5c0a7b652024955 .zoey-account-link:hover {
  text-decoration: none;
}
#pix-fe ul.zoey-account-links-content {
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  background-color: rgba(27,14,6,1);
  position: absolute;
  min-width: 150px;
  z-index: 9;
  -webkit-box-shadow: 0 4px 6px 0px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 4px 6px 0px rgba(51, 51, 51, 0.5);
  box-shadow: 0 4px 6px 0px rgba(51, 51, 51, 0.5);
}
#pix-fe ul.zoey-account-links-content li {
  text-align: left;
  padding: 5px 0 5px 0;
}
#pix-fe ul.zoey-account-links-content li a {
  color: ;
  font-size: 12px;
  font-weight: ;
  text-transform: ;
  text-decoration: ;
  font-style: ;
}
#pix-fe ul.zoey-account-links-content li a:hover {
  color: ;
}
#pix-fe ul.zoey-account-links-content li:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa964b5c0a7b652024955 {
  min-width: 20px;
}
#pix-fe .cp-5aa964b5c0a7b652024955 .zoey-account-links {
  background-color: rgba(255, 255, 255, 0);
  padding: ;
}
#pix-fe .cp-5aa964b5c0a7b652024955 .zoey-account-links:hover {
  background-color: rgba(255, 255, 255, 0);
}
#pix-fe .cp-5aa964b5c0a7b652024955 .zoey-account-links .zoey-account-link {
  padding: 3px;
  font-size: 11px;
  text-align: center;
  color: #917a4c;
}
#pix-fe .cp-5aa964b5c0a7b652024955 .zoey-account-links .zoey-account-link .account-icon {
  display: none;
}
#pix-fe .cp-5aa964b5c0a7b652024955 .zoey-account-links .zoey-account-link .label {
  margin-top: 5px;
  font-style: normal;
  font-weight: bold;
  text-transform: none;
}
#pix-fe .cp-5aa964b5c0a7b652024955 .zoey-account-links .zoey-account-link:hover {
  color: rgba(51, 51, 51, 1);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa964b5c0a7b652024955
*/ 

#pix-fe #cp-5aa964b5c0a7b652024955.pix-design-component {
    margin-left: -1016.9552930748981%;
    width: 8.125%;
    margin-top: 74.48750305175781px;
    clear: none;
}
#pix-fe.media-d #cp-5aa964b5c0a7b652024955.pix-design-component {
    margin-left: -1016.9552930748981%;
    width: 8.125%;
    margin-top: 74.48750305175781px;
    clear: none;
}
#pix-fe.media-tm #cp-5aa964b5c0a7b652024955.pix-design-component {
    margin-top: 16px;
    margin-left: -1028.2%;
    width: 13.4%;
}
#pix-fe.media-t #cp-5aa964b5c0a7b652024955.pix-design-component {
    margin-top: 16px;
    margin-left: -1028.2%;
    width: 13.4%;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_FcwxDoAwCEDRu5COakcTz8LSIMYOLQQYbIx3V8f/hn9DiqEMG5A7TJDc6AutVzkGZpKm0rmHYzaRwHxy2dkwt9orFftEjZ1jXhf/F88L 
 Path: skin/designcenter/pixafy/components/root/header/minicart/preset-7.scss 
 Parent uid: cp_5aa964b5c3a66099239507
*/ 

/**================================================== Zoey SCSS File File Path: skin/designcenter/pixafy/components/root/header/minicart/preset-7.scss==================================================**/#pix-fe .mini-products-list .product-image {  display: block;}#pix-fe .mini-products-list .product-image img {  width: 80px;  height: 80px;}#pix-fe .mini-products-list .product-details > div {  margin-top: 5px;}#pix-fe .mini-products-list .product-details > .product-image-container {  margin-top: 0;}#pix-fe .mini-products-list .product-details .product-name {  margin: 0 0 6px 0;}#pix-fe .mini-products-list .product-details .item-options {  font-size: 12px;}#pix-fe .mini-products-list .product-details .item-options dt {  font-style: normal;  margin: 3px 0;}#pix-fe .mini-products-list .product-details .item-options dd {  margin: 3px 0;  padding-left: 0;}#pix-fe .mini-products-list .product-details .item-options dd.downloadable-item {  padding-right: 5px;}#pix-fe .mini-products-list li {  margin-bottom: 10px;  clear: both;}#pix-fe .mini-products-list li:after {  content: '';  display: table;  clear: both;}#pix-fe .zoey-minicart-content-container {  position: absolute;  z-index: 200;  top: 40px;  right: 0;  width: 400px;  background: white;}@media only screen and (min-width: 771px) {  #pix-fe .zoey-minicart-content-container {    /*background: #FBFBFB;*/  }  #pix-fe .zoey-minicart-content-container.skip-active {    display: block;    position: absolute;    z-index: 200;    top: 40px;    right: 0;    width: 320px;    background: white;  }}#pix-fe .zoey-minicart-content-container .minicart-wrapper {  position: relative;  clear: both;  /*&:before {   background-color: #FFFFFF;   opacity: 0.9;   z-index: 2;   }*/  /*&:before,   &:after {   content: '';   position: absolute;   top: 0;   left: 0;   width: 100%;   height: 100%;   display: none;   }*/}#pix-fe .zoey-minicart-content-container .minicart-wrapper .mini-cart-frame {  height: 100%;  overflow: auto;  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .5);  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .5);  box-shadow: 0 2px 10px rgba(0, 0, 0, .5);}#pix-fe .zoey-minicart-content-container .minicart-wrapper .mini-products-list {  max-height: 260px;  overflow-y: auto;}#pix-fe .zoey-minicart-content-container .mini-cart-content .skip-link-close {  position: absolute;  top: 0;  right: 0;}#pix-fe .zoey-minicart-content-container .info-wrapper {  margin-bottom: 0.5em;}#pix-fe .zoey-minicart-content-container .info-wrapper th {  text-transform: uppercase;  padding-right: 10px;}#pix-fe .zoey-minicart-content-container .info-wrapper td {  color: rgb(145,122,76);  clear: right;}#pix-fe .zoey-minicart-content-container .info-wrapper .qty-wrapper td {  height: 33px;  line-height: 33px;}#pix-fe .zoey-minicart-content-container .info-wrapper .qty {  padding-left: 4px;  padding-right: 4px;  margin-right: 2px;  width: 30px;}#pix-fe .zoey-minicart-content-container .info-wrapper .quantity-button {  opacity: 0;  -webkit-transition-property: opacity;  -moz-transition-property: opacity;  -o-transition-property: opacity;  transition-property: opacity;  -webkit-transition-duration: 100ms;  -moz-transition-duration: 100ms;  -o-transition-duration: 100ms;  transition-duration: 100ms;  margin-top: -1px;}#pix-fe .zoey-minicart-content-container .info-wrapper .quantity-button[disabled] {  cursor: default;}#pix-fe .zoey-minicart-content-container .info-wrapper .quantity-button.visible {  opacity: 1;}#pix-fe .zoey-minicart-content-container .jcarousel-control-prev, #pix-fe .zoey-minicart-content-container .jcarousel-control-next {  display: none;}#pix-fe .minicart-wrapper.loading .minicart-loader {  display: block;}#pix-fe .minicart-wrapper .minicart-loader {  background-color: #fff;  opacity: 0.9;  z-index: 2;  background-image: url("//chocolates-elrey.com/skin/designcenter/pixafy/components/root/header/images/opc-ajax-loader.gif");  background-repeat: no-repeat;  background-position: center;  background-size: 30px;  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  display: none;}#pix-fe .minicart-wrapper .minicart-loader .minicart-loader-text {  position: absolute;  bottom: 50%;  left: 0;  right: 0;  width: 100%;  margin-bottom: 40px;  text-align: center;  font-size: 12px;}#pix-fe .minicart-wrapper .block-subtitle {  font-size: 12px;  font-weight: bold;  line-height: 1.4;  padding: 8px 0 5px 10px;  border-bottom: 1px solid #eee;  margin-bottom: 0;  min-height: 28px;  position: relative;}#pix-fe .minicart-wrapper .block-subtitle .close {  position: absolute;  top: 8px;  right: 10px;  text-transform: lowercase;  cursor: pointer;  font-weight: normal;}#pix-fe .minicart-wrapper .mini-products-list {  border-top: 1px solid #eee;  border-bottom: 1px solid #eee;}#pix-fe .minicart-wrapper .mini-products-list > li {  padding: 10px 35px 10px 10px;  border-top: 1px solid #eee;  border-bottom: none;  position: relative;  margin-bottom: 0;}#pix-fe .minicart-wrapper .mini-products-list > li.first {  border-top: none;  border-bottom: none;}#pix-fe .minicart-wrapper .mini-products-list > li.parent-item {  border-top: none;  text-align: left;  background: #f7f7f7;  padding-left: 10px;  font-weight: bold;  width: 100%;}#pix-fe .minicart-wrapper .mini-products-list > li.parent-item .btn-cancel {  position: absolute;  top: 50%;  right: 10px;  margin-top: -6px;}#pix-fe .minicart-wrapper .mini-products-list > li.child-item {  border-top: none;  border-bottom: none;}#pix-fe .minicart-wrapper .mini-products-list > li.child-item.parent-product-type-configurable .product-name {  display: none;}#pix-fe .minicart-wrapper .mini-products-list > li .product-details {  position: relative;}#pix-fe .minicart-wrapper .mini-products-list .btn-cancel {  position: absolute;  right: 10px;  top: 15px;  display: none;  letter-spacing: 0;}#pix-fe .minicart-wrapper .mini-products-list .btn-cancel.ajax-remove, #pix-fe .minicart-wrapper .mini-products-list .btn-cancel.show {  display: block;}#pix-fe .minicart-wrapper .mini-products-list .btn-edit {  display: inline-block;  margin-top: 10px;}#pix-fe .minicart-wrapper .subtotal {  text-align: right;  font-weight: 600;  font-size: 16px;  padding: 10px 35px 5px;}#pix-fe .minicart-wrapper .subtotal .label {  color: #000;  margin-right: 20px;}#pix-fe .minicart-wrapper .minicart-message {  display: none;}#pix-fe .minicart-wrapper .minicart-message li {  padding: 10px 10px 10px 45px;  position: relative;  min-height: 34px;}#pix-fe .minicart-wrapper .minicart-message li:before {  position: absolute;  left: 10px;  top: 50%;  margin-top: -10px;  border-radius: 50%;  width: 20px;  height: 20px;}#pix-fe .minicart-wrapper .minicart-actions {  padding: 0 20px;  margin-top: 0;  margin-bottom: 15px;  overflow: hidden;  position: relative;}#pix-fe .minicart-wrapper .minicart-actions .checkout-button {  min-width: 145px;}#pix-fe .minicart-wrapper .minicart-actions .checkout-button.font-sm {  font-size: 12px;}#pix-fe .minicart-wrapper .minicart-actions .paypal-logo .paypal-or {  line-height: 1.6;}#pix-fe .minicart-wrapper .mini-cart-content .empty {  padding: 50px 20px;  text-align: center;}#pix-fe .minicart-wrapper .continue-shopping-block {  text-align: center;  padding: 10px 5px 30px;}#pix-fe .minicart-wrapper .continue-shopping-block a {  cursor: pointer;}#pix-fe.checkout-cart-index .minicart-wrapper .mini-products-list .btn-cancel, #pix-fe.checkout-onepage-index .minicart-wrapper .mini-products-list .btn-cancel {  display: block;}#pix-fe.checkout-cart-index .minicart-wrapper .mini-products-list .btn-cancel.ajax-remove, #pix-fe.checkout-onepage-index .minicart-wrapper .mini-products-list .btn-cancel.ajax-remove {  display: none;}#pix-fe #header-cart-mobile {  display: none;}#pix-fe #header-cart-mobile.active {  display: block;}#pix-fe #header-cart-mobile .minicart-wrapper .minicart-loader {  position: fixed;  top: initial;}#pix-fe.media-m #header-cart {  display: none;}#pix-fe.zoey-has-mobile-header.media-m .zoey-header-mobile-cart #header-cart-mobile {  color: #000;}#pix-fe .zoey-header-cart .zoey-header-cart-trigger {  text-decoration: none;}#pix-fe .zoey-minicart-content-container {  position: absolute;  z-index: 200;  top: 40px;  right: 0;  width: 400px;  background: white;}@media only screen and (min-width: 771px) {  #pix-fe .zoey-minicart-content-container {    /*background: #FBFBFB;*/  }  #pix-fe .zoey-minicart-content-container.skip-active {    display: block;    position: absolute;    z-index: 200;    top: 40px;    right: 0;    width: 320px;    background: white;  }}#pix-fe .zoey-minicart-content-container .minicart-wrapper {  position: relative;  clear: both;  /*&:before {   background-color: #FFFFFF;   opacity: 0.9;   z-index: 2;   }*/  /*&:before,   &:after {   content: '';   position: absolute;   top: 0;   left: 0;   width: 100%;   height: 100%;   display: none;   }*/}#pix-fe .zoey-minicart-content-container .minicart-wrapper .mini-cart-frame {  height: 100%;  overflow: auto;  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .5);  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .5);  box-shadow: 0 2px 10px rgba(0, 0, 0, .5);}#pix-fe .zoey-minicart-content-container .minicart-wrapper .mini-products-list {  max-height: 260px;  overflow-y: auto;}#pix-fe .zoey-minicart-content-container .mini-cart-content .skip-link-close {  position: absolute;  top: 0;  right: 0;}#pix-fe .zoey-minicart-content-container .info-wrapper {  margin-bottom: 0.5em;}#pix-fe .zoey-minicart-content-container .info-wrapper th {  text-transform: uppercase;  padding-right: 10px;}#pix-fe .zoey-minicart-content-container .info-wrapper td {  clear: right;}#pix-fe .zoey-minicart-content-container .info-wrapper .qty-wrapper td {  height: 33px;  line-height: 33px;}#pix-fe .zoey-minicart-content-container .info-wrapper .qty {  padding-left: 4px;  padding-right: 4px;  margin-right: 2px;  width: 30px;}#pix-fe .zoey-minicart-content-container .info-wrapper .quantity-button {  opacity: 0;  -webkit-transition-property: opacity;  -moz-transition-property: opacity;  -o-transition-property: opacity;  transition-property: opacity;  -webkit-transition-duration: 100ms;  -moz-transition-duration: 100ms;  -o-transition-duration: 100ms;  transition-duration: 100ms;  margin-top: -1px;}#pix-fe .zoey-minicart-content-container .info-wrapper .quantity-button[disabled] {  cursor: default;}#pix-fe .zoey-minicart-content-container .info-wrapper .quantity-button.visible {  opacity: 1;}#pix-fe .zoey-minicart-content-container .jcarousel-control-prev, #pix-fe .zoey-minicart-content-container .jcarousel-control-next {  display: none;}#pix-fe .minicart-wrapper.loading .minicart-loader {  display: block;}#pix-fe .minicart-wrapper .minicart-loader {  background-color: #fff;  opacity: 0.9;  z-index: 2;  background-image: url("//chocolates-elrey.com/skin/designcenter/pixafy/components/root/header/../../../../default/images/opc-ajax-loader.gif");  background-repeat: no-repeat;  background-position: center;  background-size: 30px;  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  display: none;}#pix-fe .minicart-wrapper .minicart-loader .minicart-loader-text {  position: absolute;  bottom: 50%;  left: 0;  right: 0;  width: 100%;  margin-bottom: 40px;  text-align: center;  font-size: 12px;}#pix-fe .minicart-wrapper .block-subtitle {  font-size: 12px;  font-weight: bold;  line-height: 1.4;  padding: 8px 0 5px 10px;  border-bottom: 1px solid #eee;  margin-bottom: 0;  min-height: 28px;  position: relative;}#pix-fe .minicart-wrapper .block-subtitle .close {  position: absolute;  top: 8px;  right: 10px;  text-transform: lowercase;  cursor: pointer;  font-weight: normal;}#pix-fe .minicart-wrapper .mini-products-list {  border-top: 1px solid #eee;  border-bottom: 1px solid #eee;}#pix-fe .minicart-wrapper .mini-products-list > li {  padding: 10px 35px 10px 10px;  border-bottom: 1px solid #eee;  position: relative;  margin-bottom: 0;}#pix-fe .minicart-wrapper .mini-products-list > li.last {  border: none;}#pix-fe .minicart-wrapper .mini-products-list > li .product-details {  position: relative;}#pix-fe .minicart-wrapper .mini-products-list .btn-cancel {  position: absolute;  right: 10px;  top: 15px;  display: none;}#pix-fe .minicart-wrapper .mini-products-list .btn-cancel.ajax-remove, #pix-fe .minicart-wrapper .mini-products-list .btn-cancel.show {  display: block;}#pix-fe .minicart-wrapper .mini-products-list .btn-edit {  display: inline-block;  margin-top: 10px;}#pix-fe .minicart-wrapper .subtotal {  text-align: right;  font-weight: 600;  font-size: 16px;  padding: 10px 35px 5px;}#pix-fe .minicart-wrapper .subtotal .label {  color: #000;  margin-right: 20px;}#pix-fe .minicart-wrapper .minicart-message {  display: none;}#pix-fe .minicart-wrapper .minicart-message li {  padding: 10px 10px 10px 45px;  position: relative;  min-height: 34px;}#pix-fe .minicart-wrapper .minicart-message li:before {  position: absolute;  left: 10px;  top: 50%;  margin-top: -10px;  border-radius: 50%;  width: 20px;  height: 20px;}#pix-fe .minicart-wrapper .minicart-actions {  padding: 0 20px;  margin-top: 0;  margin-bottom: 15px;  overflow: hidden;  position: relative;}#pix-fe .minicart-wrapper .minicart-actions .checkout-button {  min-width: 145px;}#pix-fe .minicart-wrapper .minicart-actions .checkout-button.font-sm {  font-size: 12px;}#pix-fe .minicart-wrapper .minicart-actions .paypal-logo .paypal-or {  line-height: 1.6;}#pix-fe .minicart-wrapper .mini-cart-content .empty {  padding: 50px 20px;  text-align: center;}#pix-fe .minicart-wrapper .continue-shopping-block {  text-align: center;  padding: 10px 5px 30px;}#pix-fe .minicart-wrapper .continue-shopping-block a {  cursor: pointer;}#pix-fe .minicart-wrapper .checkout-types.minicart {  text-align: center;}#pix-fe .minicart-wrapper .checkout-types.minicart li {  margin-top: 10px;}#pix-fe .minicart-wrapper .checkout-types.minicart li .button {  min-width: 50%;  font-weight: bold;}#pix-fe .minicart-wrapper .checkout-types.minicart li.button-group .button {  min-width: 100%;  width: 100%;}#pix-fe .minicart-wrapper .checkout-types.minicart .paypal-logo a {  display: block;}#pix-fe .minicart-wrapper .checkout-types.minicart .paypal-logo a img {  display: inline-block;}#pix-fe .minicart-wrapper .checkout-types.minicart img {  display: inline-block;}#pix-fe .checkout-information-minicart {  padding: 10px;}#pix-fe .cp-5aa964b5c3a66099239507 {  min-width: 20px;}#pix-fe .cp-5aa964b5c3a66099239507 .zoey-header-cart {  background-color: rgba(255, 255, 255, 0);  padding: 3px;}#pix-fe .cp-5aa964b5c3a66099239507 .zoey-header-cart .zoey-header-cart-trigger {  text-decoration: none;  cursor: pointer;  display: block;  width: 100%;  font-size: 11px;  text-align: right;  color: #917a4c;}#pix-fe .cp-5aa964b5c3a66099239507 .zoey-header-cart .zoey-header-cart-trigger .cart-icon {  position: relative;  font-size: 1.6em;  text-align: center;  display: inline-block;  vertical-align: top;}#pix-fe .cp-5aa964b5c3a66099239507 .zoey-header-cart .zoey-header-cart-trigger > .count, #pix-fe .cp-5aa964b5c3a66099239507 .zoey-header-cart .zoey-header-cart-trigger > .label {  display: inline-block;  vertical-align: top;  margin-top: 4px;}#pix-fe .cp-5aa964b5c3a66099239507 .zoey-header-cart .zoey-header-cart-trigger .label {  font-style: normal;  font-weight: bold;  text-transform: none;}#pix-fe .cp-5aa964b5c3a66099239507 .zoey-header-cart .zoey-header-cart-trigger:hover {  color: rgba(51, 51, 51, 1);}#pix-fe .cp-5aa964b5c3a66099239507 .zoey-header-cart .zoey-header-cart-content {  display: none;}

/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa964b5c3a66099239507
*/ 

#pix-fe #cp-5aa964b5c3a66099239507.pix-design-component {
    margin-left: -1007.563988727072%;
    width: 7.299900884213654%;
    margin-top: 70.48750305175781px;
    clear: none;
    min-height: 0;
}
#pix-fe.media-d #cp-5aa964b5c3a66099239507.pix-design-component {
    margin-left: -1007.563988727072%;
    width: 7.299900884213654%;
    margin-top: 70.48750305175781px;
    clear: none;
    min-height: 0;
}
#pix-fe.media-tm #cp-5aa964b5c3a66099239507.pix-design-component {
    margin-top: 11px;
    margin-left: -1013.9%;
    width: 13.8%;
    min-height: 0;
}
#pix-fe.media-t #cp-5aa964b5c3a66099239507.pix-design-component {
    margin-top: 11px;
    margin-left: -1013.9%;
    width: 13.8%;
    min-height: 0;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_FcwxCoAwDADAv4SOalxcfEtASo3o0CY0ESzi39XxlrsheFOGGZIZdBCspg96XHFrhEmySuHiRlhFnHDnuHIldNElczkJtbKx9+M02H88Lw== 
 Path: skin/designcenter/pixafy/components/root/header/top_menu/preset-05.scss 
 Parent uid: cp_5aa964b5c5aed484126185
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/root/header/top_menu/preset-05.scss
==================================================
**/
#pix-fe .cp-5aa964b5c5aed484126185 .component-content {
  height: 100%;
}
#pix-fe .cp-5aa964b5c5aed484126185 #zoey-nav {
  display: block;
  height: 100%;
}
#pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary li:hover {
  z-index: 9;
}
#pix-fe .cp-5aa964b5c5aed484126185 a {
  text-decoration: none;
}
#pix-fe .cp-5aa964b5c5aed484126185 {
  min-width: 100px;
}
#pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary {
  list-style: none;
  position: relative;
  background-color: rgba(255,255,255,0);
  text-align: center;
}
#pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary li.level-top {
  text-transform: none;
}
#pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary li.level-top:not(.hidden) {
  display: inline-block;
}
#pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary li.level-top:not(:hover) ul.level0, #pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary li.level-top:not(:hover) .sub-menu-container {
  display: none;
}
#pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary li.level-top > a {
  display: block;
  background-color: rgba(255, 255, 255, 0);
  color: #b5985a;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-transform: none;
  padding: 15px 15px 15px 15px;
}
#pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary li.level-top.parent:hover {
  border: 0;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: rgba(97,73,77,1);
}
#pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary li.level-top:hover > a {
  color: #fff8e0;
  background-color: rgba(145,122,76,0);
}
#pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary .sub-menu-container {
  position: absolute;
  z-index: 99999999999;
  left: 0;
  width: 100%;
  padding: 20px;
  min-height: 200px;
  text-align: left;
  -webkit-box-shadow: 0 4px 6px 0px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 4px 6px 0px rgba(51, 51, 51, 0.5);
  box-shadow: 0 4px 6px 0px rgba(51, 51, 51, 0.5);
  border: 0;
  border-top-style: solid;
  border-width: 20px 20px 20px 20px;
  border-color: rgba(255,255,255,0);
  background-color: rgba(0,0,0,.85);
}
#pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary .sub-menu-container:before, #pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary .sub-menu-container:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary ul {
  text-align: left;
}
#pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary ul.level0 {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 1000px;
}
#pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary ul.level0 li:hover a, #pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary ul.level0 li a {
  background-color: #fff;
}
#pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary ul.level0 li.level1 > a {
  display: block;
  background-color: rgba(0,0,0,.85);
  color: #fff8e0;
  font-size: 14px;
  text-align: left;
  font-style: normal;
  font-weight: bold;
  text-transform: none;
  padding: 5px 0px;
}
#pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary ul.level0 li.level1:hover > a {
  background-color: rgba(255,255,255,0);
  color: #b5985a;
}
#pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary ul.level0 li.level2 {
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  text-transform: none;
}
#pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary ul.level0 li.level2 > a {
  display: block;
  background-color: rgba(0,0,0,.32);
  color: #fff8e0;
  padding: 3px;
  text-transform: inherit;
}
#pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary ul.level0 li.level2 > a:hover {
  text-decoration: underline;
}
#pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary ul.level0 li.level2 ul {
  display: none;
}
#pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary ul.level0 li.level2:hover > a {
  background-color: rgba(255,255,255,0);
  color: #b5985a;
}
#pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary ul.level0:before, #pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary ul.level0:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary:before, #pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary.nav-clickable li.level-top.parent.open {
  border: 0;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: rgba(97,73,77,1);
}
#pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary.nav-clickable li.level-top.open > a {
  color: #fff8e0;
  background-color: rgba(145,122,76,0);
}
#pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary.nav-clickable li.level-top.open ul.level0, #pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary.nav-clickable li.level-top.open .sub-menu-container {
  display: block;
}
#pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary.nav-clickable li.level-top:not(.open) ul.level0, #pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary.nav-clickable li.level-top:not(.open) .sub-menu-container {
  display: none;
}
#pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary.nav-clickable ul.level0 li.open a {
  background-color: #fff;
}
#pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary.nav-clickable ul.level0 li.level1.open > a {
  background-color: rgba(255,255,255,0);
  color: #b5985a;
}
#pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary.nav-clickable li.level2.open > a {
  background-color: rgba(255,255,255,0);
  color: #b5985a;
}
#pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-primary.left-to-right ul.level0 li.level1 {
  float: left;
  width: 20%;
}
#pix-fe .cp-5aa964b5c5aed484126185 .zoey-nav-wrap {
  height: 100%;
}
#pix-fe.media-t .cp-5aa964b5c5aed484126185 .zoey-nav-primary li.level-top > a {
  font-size: ;
}
#pix-fe.media-t .cp-5aa964b5c5aed484126185 .zoey-nav-primary ul.level0 li.level1 > a {
  font-size: ;
}
#pix-fe.media-t .cp-5aa964b5c5aed484126185 .zoey-nav-primary ul.level0 li.level2 {
  font-size: ;
}
#pix-fe.media-m .cp-5aa964b5c5aed484126185 .zoey-nav-primary li.level-top > a {
  font-size: ;
}
#pix-fe.media-m .cp-5aa964b5c5aed484126185 .zoey-nav-primary ul.level0 li.level1 > a {
  font-size: ;
}
#pix-fe.media-m .cp-5aa964b5c5aed484126185 .zoey-nav-primary ul.level0 li.level2 {
  font-size: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa964b5c5aed484126185
*/ 

#pix-fe #cp-5aa964b5c5aed484126185.pix-design-component {
    margin-left: -1050%;
    width: 100%;
    margin-top: 0.5625px;
    clear: left;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    min-height: 0;
    z-index: 1;
}
#pix-fe.media-d #cp-5aa964b5c5aed484126185.pix-design-component {
    margin-left: -1050%;
    width: 100%;
    margin-top: 0.5625px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    min-height: 0;
    z-index: 1;
    clear: left;
}
#pix-fe.media-tm #cp-5aa964b5c5aed484126185.pix-design-component {
    width: 86.2%;
    margin-left: -1057%;
    margin-top: 17px;
}
#pix-fe.media-t #cp-5aa964b5c5aed484126185.pix-design-component {
    width: 86.2%;
    margin-left: -1057%;
    margin-top: 17px;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_LcsxDoAgEATAv1wojddb2/gHGsBTSRCIi1Fi/LsUllPMQ6rULDSQA6gjhcM1ZH+bpWp2ac8pSizQvIZkTdCM4GfBli7N1kB6/POETHFsezEB8n4= 
 Path: skin/designcenter/pixafy/components/global/slideshow/base.scss 
 Parent uid: cp_5aa964b77a15e089694159
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/slideshow/base.scss
==================================================
**/
#pix-fe .zoey-core-slideshow {
  width: 765px;
}
#pix-fe .zoey-core-slideshow > .component-content {
  height: 100%;
}
#pix-fe .zoey-core-slideshow .pixSlider, #pix-fe .zoey-core-slideshow .pix-carousel, #pix-fe .zoey-core-slideshow .pix-slider-base {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#pix-fe .zoey-core-slideshow .pixSlider ul, #pix-fe .zoey-core-slideshow .pix-carousel ul, #pix-fe .zoey-core-slideshow .pix-slider-base ul {
  list-style: none;
  margin-bottom: 0;
}
#pix-fe .zoey-core-slideshow .pixSlider ul:after, #pix-fe .zoey-core-slideshow .pix-carousel ul:after, #pix-fe .zoey-core-slideshow .pix-slider-base ul:after {
  content: '.';
  display: block;
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
}
#pix-fe .zoey-core-slideshow .pixSlider .active li, #pix-fe .zoey-core-slideshow .pix-carousel .active li, #pix-fe .zoey-core-slideshow .pix-slider-base .active li {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: content-box;
}
#pix-fe .zoey-core-slideshow .pixSlider .pix-carousel-item, #pix-fe .zoey-core-slideshow .pix-carousel .pix-carousel-item, #pix-fe .zoey-core-slideshow .pix-slider-base .pix-carousel-item {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: content-box;
}
#pix-fe .zoey-core-slideshow .pixSlider li.disabled, #pix-fe .zoey-core-slideshow .pix-carousel li.disabled, #pix-fe .zoey-core-slideshow .pix-slider-base li.disabled {
  display: none;
}
#pix-fe .zoey-core-slideshow .pixSlider li img, #pix-fe .zoey-core-slideshow .pix-carousel li img, #pix-fe .zoey-core-slideshow .pix-slider-base li img {
  width: 100%;
}
#pix-fe .zoey-core-slideshow .pixSlider .prev-btn, #pix-fe .zoey-core-slideshow .pix-carousel .prev-btn, #pix-fe .zoey-core-slideshow .pix-slider-base .prev-btn, #pix-fe .zoey-core-slideshow .pixSlider .next-btn, #pix-fe .zoey-core-slideshow .pix-carousel .next-btn, #pix-fe .zoey-core-slideshow .pix-slider-base .next-btn {
  display: none;
}
#pix-fe .zoey-core-slideshow .pixSlider .slide-btn, #pix-fe .zoey-core-slideshow .pix-carousel .slide-btn, #pix-fe .zoey-core-slideshow .pix-slider-base .slide-btn {
  display: block;
  background-color: transparent;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  padding: 17px;
  transition: all 0.5s ease;
  cursor: pointer;
  background-image: inherit;
  text-indent: inherit;
  z-index: 9;
}
@media screen and (max-width: 1024px) {
  #pix-fe .zoey-core-slideshow .pixSlider .slide-btn, #pix-fe .zoey-core-slideshow .pix-carousel .slide-btn, #pix-fe .zoey-core-slideshow .pix-slider-base .slide-btn {
    display: none;
  }
}
#pix-fe .zoey-core-slideshow .pixSlider .slide-btn.disabled, #pix-fe .zoey-core-slideshow .pix-carousel .slide-btn.disabled, #pix-fe .zoey-core-slideshow .pix-slider-base .slide-btn.disabled {
  display: none;
}
#pix-fe .zoey-core-slideshow .pixSlider .prev-btn, #pix-fe .zoey-core-slideshow .pix-carousel .prev-btn, #pix-fe .zoey-core-slideshow .pix-slider-base .prev-btn {
  left: 10px;
}
#pix-fe .zoey-core-slideshow .pixSlider .prev-btn:hover, #pix-fe .zoey-core-slideshow .pix-carousel .prev-btn:hover, #pix-fe .zoey-core-slideshow .pix-slider-base .prev-btn:hover {
  left: 0;
  color: #fff;
  background-color: #333;
}
#pix-fe .zoey-core-slideshow .pixSlider .next-btn, #pix-fe .zoey-core-slideshow .pix-carousel .next-btn, #pix-fe .zoey-core-slideshow .pix-slider-base .next-btn {
  right: 10px;
}
#pix-fe .zoey-core-slideshow .pixSlider .next-btn:hover, #pix-fe .zoey-core-slideshow .pix-carousel .next-btn:hover, #pix-fe .zoey-core-slideshow .pix-slider-base .next-btn:hover {
  right: 0;
  color: #fff;
  background-color: #333;
}
#pix-fe .zoey-core-slideshow .pixSlider .pix-carousel-page, #pix-fe .zoey-core-slideshow .pix-carousel .pix-carousel-page, #pix-fe .zoey-core-slideshow .pix-slider-base .pix-carousel-page {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 60px;
  height: 0;
  z-index: 9;
}
@media screen and (max-width: 1024px) {
  #pix-fe .zoey-core-slideshow .pixSlider .pix-carousel-page, #pix-fe .zoey-core-slideshow .pix-carousel .pix-carousel-page, #pix-fe .zoey-core-slideshow .pix-slider-base .pix-carousel-page {
    display: none;
  }
}
#pix-fe .zoey-core-slideshow .pixSlider .pix-carousel-page li, #pix-fe .zoey-core-slideshow .pix-carousel .pix-carousel-page li, #pix-fe .zoey-core-slideshow .pix-slider-base .pix-carousel-page li {
  display: inline-block;
  background: #fff;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#pix-fe .zoey-core-slideshow .pixSlider .pix-carousel-page li:hover, #pix-fe .zoey-core-slideshow .pix-carousel .pix-carousel-page li:hover, #pix-fe .zoey-core-slideshow .pix-slider-base .pix-carousel-page li:hover, #pix-fe .zoey-core-slideshow .pixSlider .pix-carousel-page li.active, #pix-fe .zoey-core-slideshow .pix-carousel .pix-carousel-page li.active, #pix-fe .zoey-core-slideshow .pix-slider-base .pix-carousel-page li.active {
  background-color: #ccc;
  color: #ccc;
  border-color: #ccc;
  transition: all 0.5s ease;
}
#pix-fe .zoey-core-slideshow .hide-dots .pix-carousel-page {
  display: none;
}
#pix-fe .zoey-core-slideshow .hide-arrows .slide-btn {
  display: none;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvSLczJTUosz8stj9IHKdJMTi/JLi1Nz9EAG1AIA 
 Path: skin/designcenter/pixafy/components/global/slideshow/pix-carousel.css 
 Parent uid: cp_5aa964b77a15e089694159
*/ 

/*Slider container styles for both Active and Inactive states.*/.pix-carousel{position: relative; overflow: hidden; width: 100%;}/*Slides list styles.*//*The .pixSlider class is to make sure list-style and margin are set before the slide is created and widths are calculated. */.std .pixSlider ul,.pixSlider ul {list-style: none;margin-bottom: 0;}.std .pixSlider ul li,.pixSlider li {/* list-style: none; */ /* margin:0; *//* position: relative; */}.pixSlider ul::after {content: '.'; display: block; clear: both; overflow: hidden; width: 0; height: 0;}/*Slide styles.*/.pix-carousel .active li{float: left; display: block; margin:0; padding:0; width: 100%; box-sizing:content-box;}.pix-carousel .pix-carousel-item{/* display: inline-block; */ float: left;margin: 0; padding:0; width: 100%; box-sizing:content-box;}.pix-carousel li.disabled{display: none;}.pix-carousel li img{width: 100%;}/*Control styles.*/.pixSlider .prev-btn,.pixSlider .next-btn{display: none;}.pix-carousel .slide-btn{display: block; width: 40px; height: 49px; background-color: #ccc; position: absolute; top: 50%;    margin-top: -20px; transition: all 0.5s ease; cursor: pointer; background-image:url("//chocolates-elrey.com/skin/designcenter/pixafy/components/global/slideshow/images/arrows.png"); text-indent: -99999px; z-index: 2;}.pix-carousel .slide-btn.disabled{display: none;}.pix-carousel .prev-btn{left: 10px; background-position: 0 -50px;}.pix-carousel .next-btn{right: 10px; background-position: 0 0;}.pix-carousel .prev-btn:hover{left: 0; background-color: #333;}.pix-carousel .next-btn:hover{right: 0; background-color: #333;}.pix-carousel-page {position: absolute; text-align: center;width: 100%;bottom: 60px;height: 0;}.pix-carousel-page li{display: inline-block; background: #fff; margin: 0 5px; width: 26px; height: 26px; line-height: 26px; text-align: center; cursor: pointer; background-color: #fff; -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px;}.pix-carousel-page li:hover,.pix-carousel-page li.active{background-color: #333; color: #fff; transition: all 0.5s ease;}@media screen and (max-width: 1024px){    .pix-carousel .slide-btn {        display: none;    }    .pix-carousel-page {        display: none;    }}

/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvSLczJTUosz8stj9AuKUotTS3QNDPWKQdprAQ== 
 Path: skin/designcenter/pixafy/components/global/slideshow/preset-01.scss 
 Parent uid: cp_5aa964b77a15e089694159
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/slideshow/preset-01.scss
==================================================
**/
#pix-fe .cp-5aa964b77a15e089694159 .component-content {
  height: 100%;
}
#pix-fe .cp-5aa964b77a15e089694159 .pix-slider-base {
  height: 100%;
}
#pix-fe .cp-5aa964b77a15e089694159 .pix-slider-base .slides-container {
  height: 100%;
}
#pix-fe .cp-5aa964b77a15e089694159 .pix-slider-base .slide {
  display: none;
}
#pix-fe .cp-5aa964b77a15e089694159 .pix-slider-base .slide:first-child {
  display: block;
}
#pix-fe .cp-5aa964b77a15e089694159 .pix-slider-base .slide.pix-carousel-item {
  display: block;
  height: 100%;
}
#pix-fe .cp-5aa964b77a15e089694159 .pix-slider-base .slide-btn {
  background-color: transparent;
  color: ;
  margin-top: -20px;
}
#pix-fe .cp-5aa964b77a15e089694159 .pix-slider-base .slide-btn:hover {
  background-color: transparent;
  color: ;
}
#pix-fe .cp-5aa964b77a15e089694159 .pix-slider-base .pix-carousel-page {
  text-align: center;
}
#pix-fe .cp-5aa964b77a15e089694159 .pix-slider-base .pix-carousel-page li {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  cursor: pointer;
  background-color: rgba(255,255,255,.45);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: rgba(255, 255, 255, 1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#pix-fe .cp-5aa964b77a15e089694159 .pix-slider-base .pix-carousel-page li.active {
  background-color: rgba(255,255,255,1);
  border-color: #ffffff;
}
#pix-fe .cp-5aa964b77a15e089694159 .pix-slider-base .pix-carousel-page li:hover {
  background-color: rgba(27,14,6,1);
  border-color: #ffffff;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa964b77a15e089694159
*/ 

#pix-fe #cp-5aa964b77a15e089694159.pix-design-component {
    width: 99.48324269261853%;
    margin-left: -1100%;
    margin-top: 21.98583984375px;
    clear: left;
}
#pix-fe.media-d #cp-5aa964b77a15e089694159.pix-design-component {
    width: 99.48324269261853%;
    margin-left: -1100%;
    margin-top: 21.98583984375px;
    clear: left;
}
#pix-fe.media-m #cp-5aa964b77a15e089694159.pix-design-component {
    width: 100%;
    margin-top: 0;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP0i0uKMgti9MuLEgsKUoti9AuKUotTS3QN9YpBWmsB 
 Path: skin/designcenter/pixafy/components/strip/wrapper/preset-1.scss 
 Parent uid: cp_5aa964b77cfbf845166673
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/strip/wrapper/preset-1.scss
==================================================
**/
#pix-fe .cp-5aa964b77cfbf845166673 {
  width: 300px;
  min-height: 5px;
  border-style: solid;
  border-width: ;
  border-color: rgba(204, 204, 204, 1);
  padding: 0 !important;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
}
#pix-fe .cp-5aa964b77cfbf845166673 > .component-content > .group-background-image-container {
  position: relative;
  background-color: rgba(97,73,77,0);
  background-image: ;
  background-size: auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-5aa964b77cfbf845166673 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-5aa964b77cfbf845166673 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe .cp-5aa964b77cfbf845166673 > .component-content > .group-background-image-container:before, #pix-fe .cp-5aa964b77cfbf845166673 > .component-content > .group-background-image-container:after, #pix-fe .cp-5aa964b77cfbf845166673 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-5aa964b77cfbf845166673 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-5aa964b77cfbf845166673 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-5aa964b77cfbf845166673 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-5aa964b77cfbf845166673 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-5aa964b77cfbf845166673 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-5aa964b77cfbf845166673 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-5aa964b77cfbf845166673 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-5aa964b77cfbf845166673 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-5aa964b77cfbf845166673 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_5aa964b77cfbf845166673
*/ 

#pix-fe #cp-5aa964b77cfbf845166673.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 11.15338134765625px;
    clear: left;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#pix-fe #cp-5aa964b77cfbf845166673.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0
}
#pix-fe.media-d #cp-5aa964b77cfbf845166673.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 11.15338134765625px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    clear: left;
}
#pix-fe.media-d #cp-5aa964b77cfbf845166673.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0
}
#pix-fe.media-m #cp-5aa964b77cfbf845166673.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 0px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#pix-fe.media-m #cp-5aa964b77cfbf845166673.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 189px
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoeydev 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcmL0s4pj9KvyUytTUsti9JPzcwvy81LzSoCCeanlxTmpJSWpRchs3YKi1OLUEl0jvWKQQbUA 
 Path: /js/zoeydev/components/newsletter/newsletter-preset-2.scss 
 Parent uid: cp_60ba8e4efb330320976625
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: /js/zoeydev/components/newsletter/newsletter-preset-2.scss
==================================================
**/
#pix-fe .cp-60ba8e4efb330320976625 {
  width: 400px;
}
#pix-fe .cp-60ba8e4efb330320976625 .zoey-newsletter-subscribe {
  position: relative;
}
#pix-fe .cp-60ba8e4efb330320976625 .zoey-newsletter-subscribe:before, #pix-fe .cp-60ba8e4efb330320976625 .zoey-newsletter-subscribe:after {
  content: '';
  display: block;
  clear: both;
}
#pix-fe .cp-60ba8e4efb330320976625 .zoey-newsletter-subscribe-form-container {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
#pix-fe .cp-60ba8e4efb330320976625 form {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
}
#pix-fe .cp-60ba8e4efb330320976625 form input {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  line-height: 1;
  margin-bottom: 20px;
  text-align: inherit;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#pix-fe .cp-60ba8e4efb330320976625 form button {
  max-height: 100%;
  height: auto;
  line-height: 1;
}
#pix-fe .cp-60ba8e4efb330320976625 {
  min-width: 750px;
  width: 750px;
  background-color: rgba(255, 255, 255, 1);
}
#pix-fe .cp-60ba8e4efb330320976625 > .component-content {
  overflow: hidden;
}
#pix-fe .cp-60ba8e4efb330320976625 .zoey-newsletter-subscribe {
  padding: 50px 80px;
}
#pix-fe .cp-60ba8e4efb330320976625 .zoey-newsletter-subscribe .left-container {
  float: left;
  width: 50%;
  height: 100%;
  display: table;
  padding: 0 20px 0 0;
}
#pix-fe .cp-60ba8e4efb330320976625 .zoey-newsletter-subscribe .left-container .heading {
  width: 100%;
  max-width: 400px;
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 25px;
  font-size: 40px;
  color: #6b6b6b;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}
#pix-fe .cp-60ba8e4efb330320976625 .zoey-newsletter-subscribe .right-container {
  float: left;
  width: 50%;
  height: 100%;
  display: table;
  padding: 0 0 0 20px;
}
#pix-fe .cp-60ba8e4efb330320976625 .zoey-newsletter-subscribe .right-container .text-container {
  display: table-cell;
  vertical-align: middle;
}
#pix-fe .cp-60ba8e4efb330320976625 .zoey-newsletter-subscribe .right-container .text-container .paragraph {
  width: 100%;
  max-width: 400px;
  margin-bottom: 12px;
  line-height: 1.3;
  font-size: 18px;
  color: #6b6b6b;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
}
#pix-fe .cp-60ba8e4efb330320976625 .zoey-newsletter-subscribe .right-container .text-container form {
  width: 100%;
  max-width: 400px;
}
#pix-fe .cp-60ba8e4efb330320976625 .zoey-newsletter-subscribe .right-container .text-container form input {
  width: 70%;
  float: left;
  margin-bottom: 0;
  padding: 0 20px;
  height: 50px;
  text-align: left;
  border-color: rgba(0, 0, 0, 0);
  border-width: ;
  border-style: solid;
  background-color: rgba(232, 232, 232, 1);
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#pix-fe .cp-60ba8e4efb330320976625 .zoey-newsletter-subscribe .right-container .text-container form input::-webkit-input-placeholder {
  color: #6b6b6b;
}
#pix-fe .cp-60ba8e4efb330320976625 .zoey-newsletter-subscribe .right-container .text-container form input::-moz-placeholder {
  color: #6b6b6b;
}
#pix-fe .cp-60ba8e4efb330320976625 .zoey-newsletter-subscribe .right-container .text-container form input:-ms-input-placeholder {
  color: #6b6b6b;
}
#pix-fe .cp-60ba8e4efb330320976625 .zoey-newsletter-subscribe .right-container .text-container form input:-moz-placeholder {
  color: #6b6b6b;
}
#pix-fe .cp-60ba8e4efb330320976625 .zoey-newsletter-subscribe .right-container .text-container form button {
  width: 30%;
  float: right;
  height: 50px;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  background-color: rgba(107, 107, 107, 1);
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
  border-width: ;
  border-style: solid;
}
#pix-fe .cp-60ba8e4efb330320976625 .zoey-newsletter-subscribe .right-container .text-container form button:hover {
  background-color: ;
  color: ;
}
#pix-fe.media-m .cp-60ba8e4efb330320976625 {
  min-width: 0;
  display: table;
}
#pix-fe.media-m .cp-60ba8e4efb330320976625 > .component-content {
  display: table-row;
}
#pix-fe.media-m .cp-60ba8e4efb330320976625 .zoey-newsletter-subscribe {
  min-height: 285px;
  height: 100%;
  padding: 30px;
  display: table-cell;
  vertical-align: middle;
}
#pix-fe.media-m .cp-60ba8e4efb330320976625 .zoey-newsletter-subscribe .left-container {
  float: initial;
  display: block;
  padding: 0 0 20px 0;
  width: 100%;
  height: auto;
  min-height: 0;
}
#pix-fe.media-m .cp-60ba8e4efb330320976625 .zoey-newsletter-subscribe .left-container .heading {
  text-align: center;
}
#pix-fe.media-m .cp-60ba8e4efb330320976625 .zoey-newsletter-subscribe .right-container {
  float: initial;
  display: block;
  padding: 0;
  width: 100%;
  height: auto;
  min-height: 0;
}
#pix-fe.media-m .cp-60ba8e4efb330320976625 .zoey-newsletter-subscribe .right-container .text-container {
  display: initial;
  width: 100%;
  max-width: none;
  text-align: center;
}
#pix-fe.media-m .cp-60ba8e4efb330320976625 .zoey-newsletter-subscribe .right-container .text-container .paragraph {
  margin: 0 auto;
  padding-bottom: 20px;
}
#pix-fe.media-m .cp-60ba8e4efb330320976625 .zoey-newsletter-subscribe .right-container .text-container form {
  width: 100%;
  margin: 0 auto;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_60ba8e4efb330320976625
*/ 

#pix-fe #cp-60ba8e4efb330320976625.pix-design-component {
    width: 64.65517241379311%;
    margin-left: -1082.3275862068965%;
    margin-top: 24.0028133392334px;
    clear: left;
}
#pix-fe.media-d #cp-60ba8e4efb330320976625.pix-design-component {
    width: 64.65517241379311%;
    margin-left: -1082.3275862068965%;
    margin-top: 24.0028133392334px;
    clear: left;
}
#pix-fe.media-m #cp-60ba8e4efb330320976625.pix-design-component {
    width: 100%;
    margin-top: 0;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoeydev 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcmL0s4pj9KvyUytTUsti9JPzcwvy81LzSoCCBUX5KaXJJT6ZxSUx+jlAUtdQrxikuRYA 
 Path: /js/zoeydev/components/productList/list-1.scss 
 Parent uid: cp_60ba8eebfb353895758171
*/ 

/**================================================== Zoey SCSS File File Path: /js/zoeydev/components/productList/list-1.scss==================================================**/#pix-fe .cp-60ba8eebfb353895758171.zoey-core-widget-product {  width: 300px;}#pix-fe .cp-60ba8eebfb353895758171 .image-ratio-9-16 .zoey-product-image:before {  padding-top: 177.77778%;}#pix-fe .cp-60ba8eebfb353895758171 .image-ratio-2-3 .zoey-product-image:before {  padding-top: 150%;}#pix-fe .cp-60ba8eebfb353895758171 .image-ratio-3-4 .zoey-product-image:before {  padding-top: 133.33333%;}#pix-fe .cp-60ba8eebfb353895758171 .image-ratio-1-1 .zoey-product-image:before {  padding-top: 100%;}#pix-fe .cp-60ba8eebfb353895758171 .image-ratio-4-3 .zoey-product-image:before {  padding-top: 75%;}#pix-fe .cp-60ba8eebfb353895758171 .image-ratio-3-2 .zoey-product-image:before {  padding-top: 66.66667%;}#pix-fe .cp-60ba8eebfb353895758171 .image-ratio-16-9 .zoey-product-image:before {  padding-top: 56.25%;}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product {  overflow: hidden;  border-style: solid;  border-width: 1px;  border-color: rgba(27,14,6,1);  -webkit-border-radius: ;  -moz-border-radius: ;  -ms-border-radius: ;  border-radius: ;}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product a.zoey-product-image {  display: block;  background-position: center;  background-size: contain;  background-color: rgba(255, 255, 255, 0);}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product .link-quickview {  width: auto;  font-family: Karla;  line-height: 1;  letter-spacing: 0;  border-style: solid;  border-width: 0px;  border-color: rgba(255, 255, 255, 0);  background-color: rgba(27,14,6,1);  font-size: 11px;  font-style: normal;  font-weight: normal;  text-transform: uppercase;  color: #ffffff;  padding: 9px 15px 8px 15px;}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product .link-quickview:hover {  background-color: rgba(27,14,6,1);  color: #ffffff;}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product .zoey-product-status-flags {  position: absolute;  top: 0px;  left: 0px;  z-index: 9;}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product .zoey-product-status-flags .zoey-product-status-flag {  display: inline-block;  width: auto;  padding: 8px 15px;  background-color: rgba(27,14,6,1);  font-size: 14px;  color: #ffffff;  font-style: normal;  font-weight: bold;  text-transform: uppercase;  margin: 0px 5px 0 0px;}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product .zoey-product-info {  padding: 10px;  background-color: rgba(27,14,6,1);  text-align: center;}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product .zoey-product-info h3.zoey-product-name {  line-height: 1em;  margin-bottom: 5px;  font-size: 18px;  color: rgb(145,122,76);  font-style: normal;  font-weight: normal;  text-transform: none;  text-decoration: none;  text-align: inherit;}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product .zoey-product-info h3.zoey-product-name:hover {  color: #666;}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product .zoey-product-info h3.zoey-product-name a {  text-decoration: none;  color: inherit;  font-weight: inherit;  text-transform: inherit;  font-style: inherit;}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product .zoey-product-info .short-description {  margin-top: 10px;  font-size: 14px;  color: rgb(145,122,76);  font-weight: normal;  font-style: normal;  line-height: 1;  text-transform: none;}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product .price-box {  margin: 5px 0;  text-align: inherit;}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product .price-box p {  font-size: inherit;  display: inline-block;  line-height: inherit;  font-weight: inherit;  font-style: inherit;  text-transform: inherit;  letter-spacing: inherit;  font-family: inherit;}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product .price-box .price, #pix-fe .cp-60ba8eebfb353895758171  .zoey-product .price-box > .price-suffix {  font-size: 14px;  font-style: normal;  font-weight: bold;  color: rgb(145,122,76);}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product .price-box .minimal-price-link .price, #pix-fe .cp-60ba8eebfb353895758171  .zoey-product .price-box .special-price .price, #pix-fe .cp-60ba8eebfb353895758171  .zoey-product .price-box .special-price .price-suffix {  font-size: 14px;  font-style: normal;  font-weight: bold;  color: #DA4F49;  text-align: inherit;}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product .price-box .minimal-price-link {  margin: 5px 0;  padding: 0;}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product .price-box .minimal-price-link .label {  color: #30a724;  font-size: 14px;}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product .availability {  color: #ff6969;  margin: 10px 0;  text-align: inherit;}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product .add-to-links {  text-align: inherit;  float: none;  margin: 0;}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product .add-to-links > li {  display: inline-block;  text-align: inherit;  font-size: 12px;  margin: 5px 0 0 0;  width: 100%;}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product .add-to-links > li:first-child {  margin-top: 10px;}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product .add-to-links > li a {  margin: 0;  padding: 0;  font-style: normal;  font-weight: normal;  text-transform: none;  font-size: 14px;  color: rgb(145,122,76);}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product .add-to-links > li a:hover {  color: rgb(85,63,38);}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product .ratings a {  text-decoration: none;}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product .ratings .rating-icons {  color: #fb0;}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product .ratings .rating-icons .empty {  color: #ccc;}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product .zoey-product-actions {  text-align: inherit;  margin-top: 10px;}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product .zoey-product-actions .availability {  color: #ec1111;  margin: 10px 0;  text-align: inherit;}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product .zoey-product-actions a.product-action {  white-space: normal;  background-color: rgba(27,14,6,1);  color: #ffffff;  font-size: 14px;  font-weight: normal;  font-style: normal;  text-transform: uppercase;  padding: 10px 15px;}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product .zoey-product-actions a.product-action:hover {  background-color: #404040;  color: #ffffff;}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product .zoey-product-actions a.product-secondary-action {  white-space: normal;  background-color: #444444;  color: #FFFFFF;  font-size: 14px;  font-weight: normal;  font-style: normal;  text-transform: uppercase;  padding: 10px 15px;}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product .zoey-product-actions a.product-secondary-action:hover {  background-color: #2DA1B5;  color: #FFFFFF;}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product .zoey-product-actions a.loading {  font-size: 0px;}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product .zoey-product-actions a.loading:after {  content: '';  display: block;  background-image: url("//cdna8.zoeysite.com/Adzpo594RQGDpLcjBynL1z/cache=expiry:31536000/auto_image/compress/https://chocolates-elrey.com/skin/frontend/base/default/images/ajax-loader.gif");  width: 100%;  height: 15px;  background-size: contain;  background-repeat: no-repeat;  background-position: center;  vertical-align: middle;  line-height: 1;  margin-left: 0px;  padding: 0px;}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product .zoey-product-actions a.button {  margin-bottom: 10px;}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product .zoey-product-actions .add-to-links {  margin-top: -10px;}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product .zoey-product-list-attribute {  margin: 10px 0;  font-size: 12px;  color: rgb(145,122,76);  font-style: normal;  font-weight: normal;  text-transform: uppercase;  text-align: inherit;}#pix-fe .cp-60ba8eebfb353895758171  .zoey-product .zoey-product-message {  margin: 10px 0;  font-size: 12px;  color: #DA4F49;  font-style: normal;  font-weight: bold;  text-transform: uppercase;  text-align: inherit;}#pix-fe.media-d .cp-60ba8eebfb353895758171  .zoey-product:hover .link-quickview {  display: inline-block;}#pix-fe .cp-60ba8eebfb353895758171 .is-table .zoey-product:not(.loading) .quickview-loading-graphic {  display: none;}#pix-fe .cp-60ba8eebfb353895758171 .is-table .zoey-product.loading .quickview-loading-graphic {  display: inline-block;}#pix-fe .cp-60ba8eebfb353895758171 .is-table .zoey-product.loading .action-button {  display: none;}#pix-fe .cp-60ba8eebfb353895758171 .is-table .zoey-product .zoey-product-quickview-item .link-quickview {  left: initial;  transform: none;}#pix-fe .cp-60ba8eebfb353895758171 .is-table .zoey-product .zoey-product-image .link-quickview {  display: none;}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid:before, #pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid:after {  content: '';  clear: both;  display: block;}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-product-list > li {  float: left;  margin-bottom: 0;  padding: 10px;}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-3-col > li {  width: 33.333%;}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-4-col > li {  width: 25%;}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-5-col > li {  width: 20%;}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-6-col > li {  width: 16.666%;}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-3-col > li:nth-child(even), #pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-3-col > li:nth-child(3n), #pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-3-col > li, #pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-4-col > li:nth-child(even), #pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-4-col > li:nth-child(3n), #pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-4-col > li, #pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-5-col > li:nth-child(even), #pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-5-col > li:nth-child(3n), #pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-5-col > li, #pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-6-col > li:nth-child(even), #pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-6-col > li:nth-child(3n), #pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-6-col > li {  margin-right: 0%;}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-3-col > li:nth-child(odd), #pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-3-col > li:nth-child(3n+1), #pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-4-col > li:nth-child(odd), #pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-4-col > li:nth-child(3n+1), #pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-5-col > li:nth-child(odd), #pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-5-col > li:nth-child(3n+1), #pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-6-col > li:nth-child(odd), #pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-6-col > li:nth-child(3n+1) {  clear: none;}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-3-col.no-clear:before, #pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-4-col.no-clear:before, #pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-5-col.no-clear:before, #pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-6-col.no-clear:before, #pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-3-col.no-clear:after, #pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-4-col.no-clear:after, #pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-5-col.no-clear:after, #pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-6-col.no-clear:after {  clear: none;}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-3-col:not(.no-clear) > li:nth-child(3n+1), #pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-4-col:not(.no-clear) > li:nth-child(4n+1), #pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-5-col:not(.no-clear) > li:nth-child(5n+1), #pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-6-col:not(.no-clear) > li:nth-child(6n+1) {  clear: left;}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-3-col > li:nth-child(3n), #pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-4-col > li:nth-child(4n), #pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-5-col > li:nth-child(5n), #pix-fe.media-d .cp-60ba8eebfb353895758171 .is-grid .zoey-products-grid--max-6-col > li:nth-child(6n) {  margin-right: 0;}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-list .zoey-product-list > li {  margin-bottom: 10px;}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-list .zoey-product-list > li .zoey-product-simple {  height: 100%;}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-list .zoey-product-list > li .zoey-product-image {  float: left;  width: 30%;}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-list .zoey-product-list > li .zoey-product-info {  float: left;  padding: 10px;  text-align: left;  width: 70%;  height: 100%;}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-list .zoey-product-list > li .zoey-product-info .price-box .minimal-price-link {  display: inline;}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-list .zoey-product-list > li .zoey-product-info .short-description {  display: block;  margin-top: 10px;}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-list .zoey-product-list > li:before, #pix-fe.media-d .cp-60ba8eebfb353895758171 .is-list .zoey-product-list > li:after {  content: '';  clear: both;  display: block;}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list {  display: table;  width: 100%;  table-layout: auto;}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item {  display: table-row-group;}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row {  display: table-row;}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row div.zoey-product-table-cell {  position: relative;  display: table-cell;  vertical-align: middle;  border-bottom: 1px solid #ccc;  padding: 10px;  text-align: left;}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row div.zoey-product-table-cell.image {  width: 10%;}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row div.zoey-product-table-cell.product-attribute {  width: 15%;}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row div.zoey-product-table-cell.price {  width: 20%;  white-space: normal;  text-align: center;}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row div.zoey-product-table-cell.zoey-product-actions {  width: 10%;  text-align: center;}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row div.zoey-product-table-cell.zoey-product-actions .zoey-product-actions-table {  display: table;  width: 100%;}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row div.zoey-product-table-cell.zoey-product-actions .zoey-product-actions-table .zoey-product-actions-table-row {  display: table-row;}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row div.zoey-product-table-cell.zoey-product-actions .zoey-product-actions-table .zoey-product-actions-table-cell {  display: table-cell;}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row div.zoey-product-table-cell.zoey-product-actions .zoey-product-actions-table .link-quickview {  position: static;  top: initial;  bottom: initial;  left: initial;  margin: 0;  transform: inherit;  display: block;}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row div.zoey-product-table-cell.zoey-product-actions .link-quickview {  width: auto;  font-family: Karla;  line-height: 1;  letter-spacing: 0;  border-style: solid;  border-width: 0px;  border-color: rgba(255, 255, 255, 0);  background-color: rgba(255, 255, 255, 0);  font-size: 12px;  font-style: normal;  font-weight: normal;  text-transform: none;  color: rgb(145,122,76);  padding: ;}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row div.zoey-product-table-cell.zoey-product-actions .link-quickview:hover {  background-color: rgba(255, 255, 255, 0);  color: rgb(85,63,38);}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row div.zoey-product-table-cell.zoey-product-actions .qty {  display: inline-block;  width: 45px;  height: 45px;  text-align: center;  margin: 0;}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row div.zoey-product-table-cell.zoey-product-actions .qty:focus, #pix-fe.media-d .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row div.zoey-product-table-cell.zoey-product-actions .qty.active {  border: 0;  box-shadow: 0 0 5px rgb(145,122,76);  border: 1px solid rgb(145,122,76);}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row.loading div.zoey-product-table-cell.zoey-product-actions .zoey-product-actions-table .link-quickview {  display: none;}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item:not(.item-header) div.zoey-product-table-cell.image {  width: 10%;}#pix-fe.media-d .cp-60ba8eebfb353895758171 .is-table .zoey-product-message {  padding-top: 10px;}#pix-fe.media-t .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list {  display: table;  width: 100%;  table-layout: auto;}#pix-fe.media-t .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item {  display: table-row-group;}#pix-fe.media-t .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row {  display: table-row;}#pix-fe.media-t .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row div.zoey-product-table-cell {  display: table-cell;  vertical-align: middle;  border-bottom: 1px solid #ccc;  padding: 10px;}#pix-fe.media-t .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row div.zoey-product-table-cell.image {  width: 10%;}#pix-fe.media-t .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row div.zoey-product-table-cell.product-attribute {  width: 15%;}#pix-fe.media-t .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row div.zoey-product-table-cell.price {  width: 20%;  white-space: normal;}#pix-fe.media-t .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row div.zoey-product-table-cell.zoey-product-actions {  width: 10%;  text-align: right;}#pix-fe.media-t .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row div.zoey-product-table-cell.zoey-product-actions .qty {  display: inline-block;  width: 45px;  height: 45px;  text-align: center;  margin: 0;}#pix-fe.media-t .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row div.zoey-product-table-cell.zoey-product-actions .qty:focus, #pix-fe.media-t .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row div.zoey-product-table-cell.zoey-product-actions .qty.active {  border: 0;  box-shadow: 0 0 5px rgb(145,122,76);  border: 1px solid rgb(145,122,76);}#pix-fe.media-t .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item:not(.item-header) div.zoey-product-table-cell.image {  width: 10%;}#pix-fe.media-m .cp-60ba8eebfb353895758171 .is-table .item-header {  display: none;}#pix-fe.media-m .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list .zoey-product-status-flags {  display: none;}#pix-fe.media-m .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item {  position: relative;  border-bottom: 1px solid #ccc;  padding: 10px 0;}#pix-fe.media-m .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row {  position: relative;  border: 0;}#pix-fe.media-m .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row:before, #pix-fe.media-m .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row:after {  clear: both;  display: block;  content: '';}#pix-fe.media-m .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row div.zoey-product-table-cell.image {  padding: 0;  width: 23%;  float: left;  margin-right: 2%;}#pix-fe.media-m .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row div.zoey-product-table-cell.zoey-product-info {  padding: 0;  width: 40%;  float: left;  margin-right: 25%;}#pix-fe.media-m .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row div.zoey-product-table-cell.price {  padding: 0;  width: 40%;  float: left;  margin-right: 25%;}#pix-fe.media-m .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row div.zoey-product-table-cell.product-attribute {  padding: 0;  width: 25%;  float: left;  min-height: 1px;}#pix-fe.media-m .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row div.zoey-product-table-cell.product-attribute + .product-attribute {  margin-right: 25%;}#pix-fe.media-m .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row div.zoey-product-table-cell.zoey-product-actions {  width: 45px;  text-align: center;  position: absolute;  right: 0;  bottom: 0;  top: 0;}#pix-fe.media-m .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row div.zoey-product-table-cell.zoey-product-actions .action-button.link-quickview {  background-color: transparent;  font-size: 1px;  padding: 0;  position: relative;  text-align: center;  left: auto;  margin: 0;  top: auto;  bottom: auto;  transform: none;  display: block;}#pix-fe.media-m .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row div.zoey-product-table-cell.zoey-product-actions .action-button.link-quickview:after {  /* use !important to prevent issues with browser extensions that change fonts */  font-family: 'pix-icons' !important;  speak: none;  font-style: normal;  font-weight: normal;  font-variant: normal;  text-transform: none;  line-height: 1;  /* Better Font Rendering =========== */  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;  content: "\e902";  color: #333;  font-size: 16px;  display: inline-block;  width: 100%;}#pix-fe.media-m .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row div.zoey-product-table-cell.zoey-product-actions .qty {  display: inline-block;  width: 45px;  height: 45px;  text-align: center;  margin: 0;}#pix-fe.media-m .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row div.zoey-product-table-cell.zoey-product-actions .qty:focus, #pix-fe.media-m .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row div.zoey-product-table-cell.zoey-product-actions .qty.active {  border: 0;  box-shadow: 0 0 5px rgb(145,122,76);  border: 1px solid rgb(145,122,76);}#pix-fe.media-m .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row.loading div.zoey-product-table-cell.zoey-product-actions .quickview-loading-graphic {  width: 16px;  margin-right: 4px;}#pix-fe.media-m .cp-60ba8eebfb353895758171 .is-table ul.zoey-product-list li.item div.zoey-product-table-row.loading div.zoey-product-table-cell.zoey-product-actions .action-button.link-quickview {  display: none;}#pix-fe.media-d .zoey-table-mode__css__add-to-cart-container, #pix-fe.media-t .zoey-table-mode__css__add-to-cart-container {  position: fixed;  bottom: 0;  z-index: 99999;  width: 100%;  padding: 20px;  text-align: right;}#pix-fe.media-d .zoey-table-mode__css__add-to-cart-container a, #pix-fe.media-t .zoey-table-mode__css__add-to-cart-container a, #pix-fe.media-d .zoey-table-mode__css__add-to-cart-container span, #pix-fe.media-t .zoey-table-mode__css__add-to-cart-container span {  display: inline-block;  vertical-align: middle;  margin-left: 20px;}#pix-fe.media-d .zoey-table-mode__css__add-to-cart-container a.hidden, #pix-fe.media-t .zoey-table-mode__css__add-to-cart-container a.hidden, #pix-fe.media-d .zoey-table-mode__css__add-to-cart-container span.hidden, #pix-fe.media-t .zoey-table-mode__css__add-to-cart-container span.hidden {  display: none;}#pix-fe.media-d .zoey-table-mode__css__add-to-cart-container a, #pix-fe.media-t .zoey-table-mode__css__add-to-cart-container a {  cursor: pointer;  margin-top: 5px;  margin-bottom: 5px;  display: inline-block;}#pix-fe.media-d .zoey-table-mode__css__add-to-cart-container .zoey-table-mode-clear-items-trigger, #pix-fe.media-t .zoey-table-mode__css__add-to-cart-container .zoey-table-mode-clear-items-trigger {  position: absolute;  top: 50%;  left: 0;  -webkit-transform: translate(0, -50%);  -moz-transform: translate(0, -50%);  -ms-transform: translate(0, -50%);  -o-transform: translate(0, -50%);  transform: translate(0, -50%);}#pix-fe.media-d .zoey-table-mode__css__add-to-cart-container:before, #pix-fe.media-t .zoey-table-mode__css__add-to-cart-container:before, #pix-fe.media-d .zoey-table-mode__css__add-to-cart-container:after, #pix-fe.media-t .zoey-table-mode__css__add-to-cart-container:after {  content: '';  clear: both;  display: block;}#pix-fe.media-m .zoey-table-mode__css__add-to-cart-container {  position: fixed;  bottom: 0;  z-index: 99999;  width: 100%;  padding: 10px;  text-align: center;}#pix-fe.media-m .zoey-table-mode__css__add-to-cart-container a {  display: inline-block;  vertical-align: middle;  cursor: pointer;  margin: 0 auto 3px;}#pix-fe.media-m .zoey-table-mode__css__add-to-cart-container a.hidden {  display: none;}#pix-fe.media-m .zoey-table-mode__css__add-to-cart-container .second-row {  margin-top: 10px;}#pix-fe.media-m .zoey-table-mode__css__add-to-cart-container span {  font-size: 20px;  display: block;  margin-bottom: 10px;  line-height: 1.2;  text-align: left;}#pix-fe.media-m .zoey-table-mode__css__add-to-cart-container span.hidden {  display: none;}#pix-fe.media-m .zoey-table-mode__css__add-to-cart-container .zoey-table-mode-clear-items-trigger {  clear: both;  margin-top: 10px;  display: block;}#pix-fe.media-m .zoey-table-mode__css__add-to-cart-container:before, #pix-fe.media-m .zoey-table-mode__css__add-to-cart-container:after {  content: '';  clear: both;  display: block;}#pix-fe .zoey-table-mode__css__add-to-cart-container {  background: rgba(27,14,6,1);  border-style: solid;  border-width: 1px 0;  border-color: rgba(27,14,6,1);}#pix-fe .zoey-table-mode__css__add-to-cart-container .zoey-table-mode__css__selection-description {  font-size: 14px;  color: rgb(145,122,76);  font-style: normal;  font-weight: normal;  text-transform: none;}#pix-fe .zoey-table-mode__css__add-to-cart-container .button {  white-space: normal;  background-color: rgba(27,14,6,1);  color: #ffffff;  font-size: 14px;  font-weight: normal;  font-style: normal;  text-transform: uppercase;  padding: 10px 15px;}#pix-fe .zoey-table-mode__css__add-to-cart-container .button:hover {  background-color: #404040;  color: #ffffff;}#pix-fe .zoey-table-mode__css__add-to-cart-container .zoey-table-mode-clear-items-trigger {  color: rgb(145,122,76);  font-size: 14px;  font-weight: normal;  font-style: normal;  text-transform: none;}#pix-fe .zoey-table-mode__css__add-to-cart-container .zoey-table-mode-clear-items-trigger:hover {  color: rgb(85,63,38);}#pix-fe .cp-60ba8eebfb353895758171 {  min-width: 600px;}#pix-fe .cp-60ba8eebfb353895758171 .zoey-product-list-container {  padding: 0px;  background-color: rgba(226, 226, 226, 0);}#pix-fe .cp-60ba8eebfb353895758171 .zoey-product-list > li {  position: relative;}#pix-fe .cp-60ba8eebfb353895758171 .zoey-product-list .item.item-header .zoey-product-table-cell {  font-size: 12px;  color: rgb(145,122,76);  font-style: normal;  font-weight: bold;  text-transform: uppercase;}#pix-fe .cp-60ba8eebfb353895758171 .zoey-product-list:before, #pix-fe .cp-60ba8eebfb353895758171 .zoey-product-list:after {  content: '';  clear: both;  display: block;}#pix-fe.media-t .cp-60ba8eebfb353895758171, #pix-fe.media-m .cp-60ba8eebfb353895758171 {  min-width: 0;}

/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_60ba8eebfb353895758171
*/ 

#pix-fe #cp-60ba8eebfb353895758171.pix-design-component {
    width: 99.91305647225217%;
    margin-left: -1100%;
    margin-top: 18.65055274963379px;
    clear: left;
}
#pix-fe.media-d #cp-60ba8eebfb353895758171.pix-design-component {
    width: 99.91305647225217%;
    margin-left: -1100%;
    margin-top: 18.65055274963379px;
    clear: left;
}
#pix-fe.media-m #cp-60ba8eebfb353895758171.pix-design-component {
    width: 100%;
    margin-top: 0;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvTLixILClKLYvQLilKLU0t0DfWKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss 
 Parent uid: cp_5aa964b5cff5f719224466
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss
==================================================
**/
#pix-fe .cp-5aa964b5cff5f719224466 {
  width: 300px;
  min-height: 5px;
  padding: 0 !important;
}
#pix-fe .cp-5aa964b5cff5f719224466 > .component-content > .group-background-image-container {
  position: relative;
  border-style: solid;
  border-width: ;
  border-color: rgba(204, 204, 204, 1);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
  background-color: transparent;
  background-image: ;
  background-size: auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-5aa964b5cff5f719224466 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-5aa964b5cff5f719224466 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: 0 15px 0 15px;
}
#pix-fe .cp-5aa964b5cff5f719224466 > .component-content > .group-background-image-container:before, #pix-fe .cp-5aa964b5cff5f719224466 > .component-content > .group-background-image-container:after, #pix-fe .cp-5aa964b5cff5f719224466 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-5aa964b5cff5f719224466 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-5aa964b5cff5f719224466 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-5aa964b5cff5f719224466 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-5aa964b5cff5f719224466 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-5aa964b5cff5f719224466 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-5aa964b5cff5f719224466 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-5aa964b5cff5f719224466 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-5aa964b5cff5f719224466 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-5aa964b5cff5f719224466 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_5aa964b5cff5f719224466
*/ 

#pix-fe #cp-5aa964b5cff5f719224466.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 41.597259521484375px;
    clear: left;
}
#pix-fe #cp-5aa964b5cff5f719224466.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0
}
#pix-fe.media-d #cp-5aa964b5cff5f719224466.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 41.597259521484375px;
    clear: left;
}
#pix-fe.media-d #cp-5aa964b5cff5f719224466.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0
}
#pix-fe.media-tm #cp-5aa964b5cff5f719224466.pix-design-component {
    margin-top: 70px;
}
#pix-fe.media-t #cp-5aa964b5cff5f719224466.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    margin-top: 70px;
}
#pix-fe.media-m #cp-5aa964b5cff5f719224466.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoeydev 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcmL0s4pj9KvyUytTUsti9JPzcwvy81LzSoCCZZkpqflQStdQrxikrxYA 
 Path: /js/zoeydev/components/video/video-1.scss 
 Parent uid: cp_609d55f4d48c9890329384
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: /js/zoeydev/components/video/video-1.scss
==================================================
**/
#pix-fe .cp-609d55f4d48c9890329384 {
  width: 700px;
  height: 300px;
}
#pix-fe .cp-609d55f4d48c9890329384 > .component-content {
  height: 100%;
}
#pix-fe .cp-609d55f4d48c9890329384 .container {
  height: 100%;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-height.html 
 Parent uid: cp_609d55f4d48c9890329384
*/ 

#pix-fe #cp-609d55f4d48c9890329384.pix-design-component {
    height: 402.99713134765625px;
    width: 61.45914538153286%;
    margin-left: -1100%;
    margin-top: 25px;
    clear: left;
    min-height: 0;
}
#pix-fe.media-d #cp-609d55f4d48c9890329384.pix-design-component {
    height: 402.99713134765625px;
    width: 61.45914538153286%;
    margin-left: -1100%;
    margin-top: 25px;
    clear: left;
    min-height: 0;
}
#pix-fe.media-m #cp-609d55f4d48c9890329384.pix-design-component {
    width: 100%;
    margin-top: 0;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

#pix-fe #cp-609d55f4d48c9890329384.pix-design-component > .component-content {
    height: 100%;
}

/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvSTEvPyUoti9DPyy1KLPHMT01P1ikGaawE= 
 Path: skin/designcenter/pixafy/components/global/banner/hoverImage.scss 
 Parent uid: cp_609d5ae0d4931832585644
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/banner/hoverImage.scss
==================================================
**/
#pix-fe .cp-609d5ae0d4931832585644 {
  width: 385px;
}
#pix-fe .cp-609d5ae0d4931832585644 .hover-image-container {
  border-style: solid;
  border-width: ;
  border-color: #ccc;
  background-color: rgba(255, 255, 255, 0);
  padding: ;
  transition: background-color, border-color 1.5s;
}
#pix-fe .cp-609d5ae0d4931832585644 .zoey-component-placement-height {
  position: relative;
  padding-bottom: 100%;
}
#pix-fe .cp-609d5ae0d4931832585644 a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
#pix-fe .cp-609d5ae0d4931832585644 .img-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 1.5s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#pix-fe .cp-609d5ae0d4931832585644 .img-container.hover {
  opacity: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#pix-fe .cp-609d5ae0d4931832585644:hover .hover-image-container {
  border-color: ;
  background-color: ;
}
#pix-fe .cp-609d5ae0d4931832585644:hover .img-container {
  opacity: 0;
}
#pix-fe .cp-609d5ae0d4931832585644:hover .img-container.hover {
  opacity: 1;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-padding.html 
 Parent uid: cp_609d5ae0d4931832585644
*/ 

#pix-fe #cp-609d5ae0d4931832585644.pix-design-component {
    width: 34.82684957570043%;
    margin-left: -1035.4310344827586%;
    margin-top: 24px;
    clear: none;
    min-height: 0;
}
#pix-fe #cp-609d5ae0d4931832585644.pix-design-component > .component-content .zoey-component-placement-height {
    padding-bottom: 100.00%
}
#pix-fe.media-d #cp-609d5ae0d4931832585644.pix-design-component {
    width: 34.82684957570043%;
    margin-left: -1035.4310344827586%;
    margin-top: 24px;
    clear: none;
    min-height: 0;
}
#pix-fe.media-d #cp-609d5ae0d4931832585644.pix-design-component > .component-content .zoey-component-placement-height {
    padding-bottom: 100.00%
}
#pix-fe.media-m #cp-609d5ae0d4931832585644.pix-design-component {
    width: 100%;
    clear: left;
    margin-top: 0;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvTLixILClKLYvQLilKLU0t0jfSKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/wrapper/preset-2.scss 
 Parent uid: cp_5aa964b77f095380540743
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/wrapper/preset-2.scss
==================================================
**/
#pix-fe .cp-5aa964b77f095380540743 {
  width: 300px;
  min-height: 5px;
  padding: 0 !important;
}
#pix-fe .cp-5aa964b77f095380540743 > .component-content > .group-background-image-container {
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(204,204,204,0);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
  background-color: transparent;
  background-image: ;
  background-size: auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-5aa964b77f095380540743 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-5aa964b77f095380540743 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe .cp-5aa964b77f095380540743 > .component-content > .group-background-image-container:before, #pix-fe .cp-5aa964b77f095380540743 > .component-content > .group-background-image-container:after, #pix-fe .cp-5aa964b77f095380540743 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-5aa964b77f095380540743 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-5aa964b77f095380540743 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-5aa964b77f095380540743 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-5aa964b77f095380540743 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-5aa964b77f095380540743 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-5aa964b77f095380540743 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-5aa964b77f095380540743 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-5aa964b77f095380540743 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-5aa964b77f095380540743 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_5aa964b77f095380540743
*/ 

#pix-fe #cp-5aa964b77f095380540743.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 16.710205078125px;
    clear: left;
}
#pix-fe #cp-5aa964b77f095380540743.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 212px
}
#pix-fe.media-d #cp-5aa964b77f095380540743.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 16.710205078125px;
    clear: left;
}
#pix-fe.media-d #cp-5aa964b77f095380540743.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 212px
}
#pix-fe.media-m #cp-5aa964b77f095380540743.pix-design-component {
    margin-top: 0px;
    width: 100%;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvRLUitKYvSLSypzUvWKQbpqAQ== 
 Path: skin/designcenter/pixafy/components/global/text/style.scss 
 Parent uid: cp_5aa964b5d1e6a764927969
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/text/style.scss
==================================================
**/
#pix-fe .cp-5aa964b5d1e6a764927969 li {
  font-family: Karla;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-5aa964b5d1e6a764927969 {
  width: 400px;
  max-width: 100%;
  width: 200px;
  min-height: 14px;
}
#pix-fe .cp-5aa964b5d1e6a764927969 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5aa964b5d1e6a764927969 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5aa964b5d1e6a764927969 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5aa964b5d1e6a764927969 h1, #pix-fe .cp-5aa964b5d1e6a764927969 h2, #pix-fe .cp-5aa964b5d1e6a764927969 h3, #pix-fe .cp-5aa964b5d1e6a764927969 h4, #pix-fe .cp-5aa964b5d1e6a764927969 h5 {
  text-align: left;
}
#pix-fe .cp-5aa964b5d1e6a764927969 h1 a, #pix-fe .cp-5aa964b5d1e6a764927969 h2 a, #pix-fe .cp-5aa964b5d1e6a764927969 h3 a, #pix-fe .cp-5aa964b5d1e6a764927969 h4 a, #pix-fe .cp-5aa964b5d1e6a764927969 h5 a {
  font: inherit;
}
#pix-fe .cp-5aa964b5d1e6a764927969 p {
  margin-bottom: 10px;
  color: inherit;
}
#pix-fe .cp-5aa964b5d1e6a764927969 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa964b5d1e6a764927969 b, #pix-fe .cp-5aa964b5d1e6a764927969 strong {
  font-weight: bold;
}
#pix-fe .cp-5aa964b5d1e6a764927969 em, #pix-fe .cp-5aa964b5d1e6a764927969 i {
  font-style: italic;
}
#pix-fe .cp-5aa964b5d1e6a764927969 u {
  text-decoration: underline;
}
#pix-fe .cp-5aa964b5d1e6a764927969 ul {
  list-style: disc outside;
}
#pix-fe .cp-5aa964b5d1e6a764927969 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5aa964b5d1e6a764927969 li {
  color: rgb(145,122,76);
  margin-left: 2em;
}
#pix-fe .cp-5aa964b5d1e6a764927969 h1, #pix-fe .cp-5aa964b5d1e6a764927969 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5aa964b5d1e6a764927969 h1 p, #pix-fe .cp-5aa964b5d1e6a764927969 .h1 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b5d1e6a764927969 h2, #pix-fe .cp-5aa964b5d1e6a764927969 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5aa964b5d1e6a764927969 h2 p, #pix-fe .cp-5aa964b5d1e6a764927969 .h2 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b5d1e6a764927969 h3, #pix-fe .cp-5aa964b5d1e6a764927969 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa964b5d1e6a764927969 h3 p, #pix-fe .cp-5aa964b5d1e6a764927969 .h3 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b5d1e6a764927969 h4, #pix-fe .cp-5aa964b5d1e6a764927969 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa964b5d1e6a764927969 h4 p, #pix-fe .cp-5aa964b5d1e6a764927969 .h4 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b5d1e6a764927969 h5, #pix-fe .cp-5aa964b5d1e6a764927969 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa964b5d1e6a764927969 h5 p, #pix-fe .cp-5aa964b5d1e6a764927969 .h5 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b5d1e6a764927969 h6, #pix-fe .cp-5aa964b5d1e6a764927969 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa964b5d1e6a764927969 h6 p, #pix-fe .cp-5aa964b5d1e6a764927969 .h6 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b5d1e6a764927969 p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
}
#pix-fe .cp-5aa964b5d1e6a764927969 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa964b5d1e6a764927969 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5aa964b5d1e6a764927969 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5aa964b5d1e6a764927969 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5aa964b5d1e6a764927969 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: Karla;
}
#pix-fe .cp-5aa964b5d1e6a764927969 strong a, #pix-fe .cp-5aa964b5d1e6a764927969 b a, #pix-fe .cp-5aa964b5d1e6a764927969 strong p, #pix-fe .cp-5aa964b5d1e6a764927969 b p {
  font-weight: inherit;
}
#pix-fe .cp-5aa964b5d1e6a764927969 [style*='color'] a, #pix-fe .cp-5aa964b5d1e6a764927969 [color] a {
  color: inherit;
}
#pix-fe .cp-5aa964b5d1e6a764927969 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-5aa964b5d1e6a764927969 [style*='line-height'] p {
  line-height: inherit;
}
#pix-fe .cp-5aa964b5d1e6a764927969 ul {
  list-style: disc outside;
}
#pix-fe .cp-5aa964b5d1e6a764927969 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5aa964b5d1e6a764927969 li {
  margin-left: 2em;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa964b5d1e6a764927969
*/ 

#pix-fe #cp-5aa964b5d1e6a764927969.pix-design-component {
    margin-left: -1099.5%;
    width: 24.5%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-d #cp-5aa964b5d1e6a764927969.pix-design-component {
    margin-left: -1099.5%;
    width: 24.5%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-tm #cp-5aa964b5d1e6a764927969.pix-design-component {
    min-height: 0;
}
#pix-fe.media-t #cp-5aa964b5d1e6a764927969.pix-design-component {
    margin-top: 0px;
    width: 31.5%;
    margin-left: -1100%;
    min-height: 0;
}
#pix-fe.media-m #cp-5aa964b5d1e6a764927969.pix-design-component {
    margin-top: 0px;
    width: 100%;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvRLUitKYvSLSypzUvWKQbpqAQ== 
 Path: skin/designcenter/pixafy/components/global/text/style.scss 
 Parent uid: cp_5aa964b5d500d787112028
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/text/style.scss
==================================================
**/
#pix-fe .cp-5aa964b5d500d787112028 li {
  font-family: Karla;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-5aa964b5d500d787112028 {
  width: 400px;
  max-width: 100%;
  width: 200px;
  min-height: 14px;
}
#pix-fe .cp-5aa964b5d500d787112028 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5aa964b5d500d787112028 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5aa964b5d500d787112028 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5aa964b5d500d787112028 h1, #pix-fe .cp-5aa964b5d500d787112028 h2, #pix-fe .cp-5aa964b5d500d787112028 h3, #pix-fe .cp-5aa964b5d500d787112028 h4, #pix-fe .cp-5aa964b5d500d787112028 h5 {
  text-align: left;
}
#pix-fe .cp-5aa964b5d500d787112028 h1 a, #pix-fe .cp-5aa964b5d500d787112028 h2 a, #pix-fe .cp-5aa964b5d500d787112028 h3 a, #pix-fe .cp-5aa964b5d500d787112028 h4 a, #pix-fe .cp-5aa964b5d500d787112028 h5 a {
  font: inherit;
}
#pix-fe .cp-5aa964b5d500d787112028 p {
  margin-bottom: 10px;
  color: inherit;
}
#pix-fe .cp-5aa964b5d500d787112028 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa964b5d500d787112028 b, #pix-fe .cp-5aa964b5d500d787112028 strong {
  font-weight: bold;
}
#pix-fe .cp-5aa964b5d500d787112028 em, #pix-fe .cp-5aa964b5d500d787112028 i {
  font-style: italic;
}
#pix-fe .cp-5aa964b5d500d787112028 u {
  text-decoration: underline;
}
#pix-fe .cp-5aa964b5d500d787112028 ul {
  list-style: disc outside;
}
#pix-fe .cp-5aa964b5d500d787112028 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5aa964b5d500d787112028 li {
  color: rgb(145,122,76);
  margin-left: 2em;
}
#pix-fe .cp-5aa964b5d500d787112028 h1, #pix-fe .cp-5aa964b5d500d787112028 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5aa964b5d500d787112028 h1 p, #pix-fe .cp-5aa964b5d500d787112028 .h1 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b5d500d787112028 h2, #pix-fe .cp-5aa964b5d500d787112028 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5aa964b5d500d787112028 h2 p, #pix-fe .cp-5aa964b5d500d787112028 .h2 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b5d500d787112028 h3, #pix-fe .cp-5aa964b5d500d787112028 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa964b5d500d787112028 h3 p, #pix-fe .cp-5aa964b5d500d787112028 .h3 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b5d500d787112028 h4, #pix-fe .cp-5aa964b5d500d787112028 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa964b5d500d787112028 h4 p, #pix-fe .cp-5aa964b5d500d787112028 .h4 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b5d500d787112028 h5, #pix-fe .cp-5aa964b5d500d787112028 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa964b5d500d787112028 h5 p, #pix-fe .cp-5aa964b5d500d787112028 .h5 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b5d500d787112028 h6, #pix-fe .cp-5aa964b5d500d787112028 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa964b5d500d787112028 h6 p, #pix-fe .cp-5aa964b5d500d787112028 .h6 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b5d500d787112028 p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
}
#pix-fe .cp-5aa964b5d500d787112028 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa964b5d500d787112028 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5aa964b5d500d787112028 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5aa964b5d500d787112028 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5aa964b5d500d787112028 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: Karla;
}
#pix-fe .cp-5aa964b5d500d787112028 strong a, #pix-fe .cp-5aa964b5d500d787112028 b a, #pix-fe .cp-5aa964b5d500d787112028 strong p, #pix-fe .cp-5aa964b5d500d787112028 b p {
  font-weight: inherit;
}
#pix-fe .cp-5aa964b5d500d787112028 [style*='color'] a, #pix-fe .cp-5aa964b5d500d787112028 [color] a {
  color: inherit;
}
#pix-fe .cp-5aa964b5d500d787112028 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-5aa964b5d500d787112028 [style*='line-height'] p {
  line-height: inherit;
}
#pix-fe .cp-5aa964b5d500d787112028 ul {
  list-style: disc outside;
}
#pix-fe .cp-5aa964b5d500d787112028 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5aa964b5d500d787112028 li {
  margin-left: 2em;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa964b5d500d787112028
*/ 

#pix-fe #cp-5aa964b5d500d787112028.pix-design-component {
    margin-left: -1050.7%;
    width: 24.6%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 0px;
    clear: none;
}
#pix-fe.media-d #cp-5aa964b5d500d787112028.pix-design-component {
    margin-left: -1050.7%;
    width: 24.6%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 0px;
    clear: none;
}
#pix-fe.media-tm #cp-5aa964b5d500d787112028.pix-design-component {
    min-height: 0;
}
#pix-fe.media-t #cp-5aa964b5d500d787112028.pix-design-component {
    margin-top: 0px;
    clear: none;
    margin-left: -1032.7%;
    width: 32%;
    min-height: 0;
}
#pix-fe.media-m #cp-5aa964b5d500d787112028.pix-design-component {
    margin-top: 33px;
    clear: left;
    width: 100%;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvRLUitKYvSLSypzUvWKQbpqAQ== 
 Path: skin/designcenter/pixafy/components/global/text/style.scss 
 Parent uid: cp_5aa964b5d68b3655630657
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/text/style.scss
==================================================
**/
#pix-fe .cp-5aa964b5d68b3655630657 li {
  font-family: Karla;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-5aa964b5d68b3655630657 {
  width: 400px;
  max-width: 100%;
  width: 200px;
  min-height: 14px;
}
#pix-fe .cp-5aa964b5d68b3655630657 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5aa964b5d68b3655630657 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5aa964b5d68b3655630657 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5aa964b5d68b3655630657 h1, #pix-fe .cp-5aa964b5d68b3655630657 h2, #pix-fe .cp-5aa964b5d68b3655630657 h3, #pix-fe .cp-5aa964b5d68b3655630657 h4, #pix-fe .cp-5aa964b5d68b3655630657 h5 {
  text-align: left;
}
#pix-fe .cp-5aa964b5d68b3655630657 h1 a, #pix-fe .cp-5aa964b5d68b3655630657 h2 a, #pix-fe .cp-5aa964b5d68b3655630657 h3 a, #pix-fe .cp-5aa964b5d68b3655630657 h4 a, #pix-fe .cp-5aa964b5d68b3655630657 h5 a {
  font: inherit;
}
#pix-fe .cp-5aa964b5d68b3655630657 p {
  margin-bottom: 10px;
  color: inherit;
}
#pix-fe .cp-5aa964b5d68b3655630657 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa964b5d68b3655630657 b, #pix-fe .cp-5aa964b5d68b3655630657 strong {
  font-weight: bold;
}
#pix-fe .cp-5aa964b5d68b3655630657 em, #pix-fe .cp-5aa964b5d68b3655630657 i {
  font-style: italic;
}
#pix-fe .cp-5aa964b5d68b3655630657 u {
  text-decoration: underline;
}
#pix-fe .cp-5aa964b5d68b3655630657 ul {
  list-style: disc outside;
}
#pix-fe .cp-5aa964b5d68b3655630657 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5aa964b5d68b3655630657 li {
  color: rgb(145,122,76);
  margin-left: 2em;
}
#pix-fe .cp-5aa964b5d68b3655630657 h1, #pix-fe .cp-5aa964b5d68b3655630657 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5aa964b5d68b3655630657 h1 p, #pix-fe .cp-5aa964b5d68b3655630657 .h1 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b5d68b3655630657 h2, #pix-fe .cp-5aa964b5d68b3655630657 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5aa964b5d68b3655630657 h2 p, #pix-fe .cp-5aa964b5d68b3655630657 .h2 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b5d68b3655630657 h3, #pix-fe .cp-5aa964b5d68b3655630657 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa964b5d68b3655630657 h3 p, #pix-fe .cp-5aa964b5d68b3655630657 .h3 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b5d68b3655630657 h4, #pix-fe .cp-5aa964b5d68b3655630657 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa964b5d68b3655630657 h4 p, #pix-fe .cp-5aa964b5d68b3655630657 .h4 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b5d68b3655630657 h5, #pix-fe .cp-5aa964b5d68b3655630657 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa964b5d68b3655630657 h5 p, #pix-fe .cp-5aa964b5d68b3655630657 .h5 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b5d68b3655630657 h6, #pix-fe .cp-5aa964b5d68b3655630657 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa964b5d68b3655630657 h6 p, #pix-fe .cp-5aa964b5d68b3655630657 .h6 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b5d68b3655630657 p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
}
#pix-fe .cp-5aa964b5d68b3655630657 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa964b5d68b3655630657 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5aa964b5d68b3655630657 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5aa964b5d68b3655630657 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5aa964b5d68b3655630657 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: Karla;
}
#pix-fe .cp-5aa964b5d68b3655630657 strong a, #pix-fe .cp-5aa964b5d68b3655630657 b a, #pix-fe .cp-5aa964b5d68b3655630657 strong p, #pix-fe .cp-5aa964b5d68b3655630657 b p {
  font-weight: inherit;
}
#pix-fe .cp-5aa964b5d68b3655630657 [style*='color'] a, #pix-fe .cp-5aa964b5d68b3655630657 [color] a {
  color: inherit;
}
#pix-fe .cp-5aa964b5d68b3655630657 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-5aa964b5d68b3655630657 [style*='line-height'] p {
  line-height: inherit;
}
#pix-fe .cp-5aa964b5d68b3655630657 ul {
  list-style: disc outside;
}
#pix-fe .cp-5aa964b5d68b3655630657 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5aa964b5d68b3655630657 li {
  margin-left: 2em;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa964b5d68b3655630657
*/ 

#pix-fe #cp-5aa964b5d68b3655630657.pix-design-component {
    margin-left: -1026.1%;
    width: 26.1%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 0px;
    clear: none;
}
#pix-fe.media-d #cp-5aa964b5d68b3655630657.pix-design-component {
    margin-left: -1026.1%;
    width: 26.1%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 0px;
    clear: none;
}
#pix-fe.media-t #cp-5aa964b5d68b3655630657.pix-design-component {
    margin-top: 48.5px;
    clear: left;
    margin-left: -1100%;
    width: 26.3%;
}
#pix-fe.media-m #cp-5aa964b5d68b3655630657.pix-design-component {
    margin-top: 42px;
    clear: left;
    width: 100%;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvSL85MzE3PiczLzsoGiBUWpxaklusZ6xSADagE= 
 Path: skin/designcenter/pixafy/components/global/social_links/preset-3.scss 
 Parent uid: cp_5aa964b5d81b9646533244
*/ 

/**================================================== Zoey SCSS File File Path: skin/designcenter/pixafy/components/global/social_links/preset-3.scss==================================================**/#pix-fe .cp-5aa964b5d81b9646533244 {  width: 230px;}#pix-fe .cp-5aa964b5d81b9646533244 .social-link {  margin: 0;  padding: 0 5%;  border-right: 0 solid #333;}#pix-fe .cp-5aa964b5d81b9646533244 .social-link:last-child {  border: 0;  padding-right: 0 !important;}#pix-fe .cp-5aa964b5d81b9646533244 .social-link:first-child {  padding-left: 0 !important;}#pix-fe .cp-5aa964b5d81b9646533244 .social-link:hover {  text-decoration: none;}#pix-fe .cp-5aa964b5d81b9646533244 .social-link[title="Tumblr"] {  display: none;}#pix-fe .cp-5aa964b5d81b9646533244 .force-show-social.social-block {  display: block !important;  visibility: visible !important;}#pix-fe .cp-5aa964b5d81b9646533244 .force-show-social.social-block .social-link:not([title="Tumblr"]) {  display: inline-block !important;  visibility: visible !important;}#pix-fe .cp-5aa964b5d81b9646533244 .force-show-social.social-block .social-link:not([title="Tumblr"]) [class^="social-icon-"] {  display: inline !important;  visibility: visible !important;}@font-face {  font-family: 'social-icons-1';  src: url("//chocolates-elrey.com/skin/designcenter/pixafy/components/global/social_links/fonts/social-icons-1/fonts/social-icons-1.eot?jpos");  src: url("//chocolates-elrey.com/skin/designcenter/pixafy/components/global/social_links/fonts/social-icons-1/fonts/social-icons-1.eot?asdf#iefix") format('embedded-opentype'), url("//chocolates-elrey.com/skin/designcenter/pixafy/components/global/social_links/fonts/social-icons-1/fonts/social-icons-1.woff?jpos") format('woff'), url("//chocolates-elrey.com/skin/designcenter/pixafy/components/global/social_links/fonts/social-icons-1/fonts/social-icons-1.ttf?jpos") format('truetype'), url("//chocolates-elrey.com/skin/designcenter/pixafy/components/global/social_links/fonts/social-icons-1/fonts/social-icons-1.svg?jpos#social-icons-1") format('svg');  font-weight: normal;  font-style: normal;}#pix-fe [class^="social-icon-"]:before, #pix-fe [class*=" social-icon-"]:before {  /* use !important to prevent issues with browser extensions that change fonts */  font-family: 'social-icons-1';  speak: none;  font-style: normal;  font-weight: normal;  font-variant: normal;  text-transform: none;  line-height: 1;  /* Better Font Rendering =========== */  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;}#pix-fe .social-icon-facebook:before {  content: "\e900";}#pix-fe .social-icon-google-plus:before {  content: "\e901";}#pix-fe .social-icon-instagram:before {  content: "\e902";}#pix-fe .social-icon-pinterest:before {  content: "\e903";}#pix-fe .social-icon-twitter:before {  content: "\e904";}#pix-fe .social-icon-youtube:before {  content: "\e905";}#pix-fe .cp-5aa964b5d81b9646533244 {  width: 250px;}#pix-fe .cp-5aa964b5d81b9646533244 .social-block {  border: 0px solid #ccc;  border-color: rgba(2, 127, 150, 1);  border-width: 0px;  background-color: rgba(255, 255, 255, 0);  padding: 0 0 0 0;  text-align: left;}#pix-fe .cp-5aa964b5d81b9646533244 .social-link {  border: 0px solid #ccc;  padding-left: 5%;  padding-right: 5%;  color: #fff;  font-size: 18px;  border-width: ;  border-color: rgba(2, 127, 150, 1);}#pix-fe .cp-5aa964b5d81b9646533244 .social-link i:before {  font-family: 'social-icons-1';  speak: none;  font-style: normal;  font-weight: normal;  font-variant: normal;  text-transform: none;  line-height: 1;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;}#pix-fe .cp-5aa964b5d81b9646533244 .social-link:hover {  color: rgb(85,63,38);}#pix-fe .cp-5aa964b5d81b9646533244 .social-icon-facebook:before {  content: "\e900";}#pix-fe .cp-5aa964b5d81b9646533244 .social-icon-google-plus:before {  content: "\e901";}#pix-fe .cp-5aa964b5d81b9646533244 .social-icon-instagram:before {  content: "\e902";}#pix-fe .cp-5aa964b5d81b9646533244 .social-icon-pintrest:before, #pix-fe .cp-5aa964b5d81b9646533244 .social-icon-pinterest:before {  content: "\e903";}#pix-fe .cp-5aa964b5d81b9646533244 .social-icon-twitter:before {  content: "\e904";}#pix-fe .cp-5aa964b5d81b9646533244 .social-icon-youtube:before, #pix-fe .cp-5aa964b5d81b9646533244 .social-icon-you-tube:before {  content: "\e905";}

/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa964b5d81b9646533244
*/ 

#pix-fe #cp-5aa964b5d81b9646533244.pix-design-component {
    margin-left: -1026.2%;
    width: 26.2%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 37.5px;
    clear: none;
    min-height: 0;
}
#pix-fe.media-d #cp-5aa964b5d81b9646533244.pix-design-component {
    margin-left: -1026.2%;
    width: 26.2%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 37.5px;
    clear: none;
    min-height: 0;
}
#pix-fe.media-tm #cp-5aa964b5d81b9646533244.pix-design-component {
    min-height: 0;
}
#pix-fe.media-t #cp-5aa964b5d81b9646533244.pix-design-component {
    margin-left: -1100%;
    width: 50.8%;
    margin-top: 0px;
    clear: left;
    min-height: 0;
}
#pix-fe.media-m #cp-5aa964b5d81b9646533244.pix-design-component {
    margin-top: 5.5px;
    clear: left;
    width: 100%;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvRLUitKYvSLSypzUvWKQbpqAQ== 
 Path: skin/designcenter/pixafy/components/global/text/style.scss 
 Parent uid: cp_5aa964b5d375e460271351
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/text/style.scss
==================================================
**/
#pix-fe .cp-5aa964b5d375e460271351 li {
  font-family: Karla;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-5aa964b5d375e460271351 {
  width: 400px;
  max-width: 100%;
  width: 200px;
  min-height: 14px;
}
#pix-fe .cp-5aa964b5d375e460271351 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5aa964b5d375e460271351 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5aa964b5d375e460271351 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5aa964b5d375e460271351 h1, #pix-fe .cp-5aa964b5d375e460271351 h2, #pix-fe .cp-5aa964b5d375e460271351 h3, #pix-fe .cp-5aa964b5d375e460271351 h4, #pix-fe .cp-5aa964b5d375e460271351 h5 {
  text-align: left;
}
#pix-fe .cp-5aa964b5d375e460271351 h1 a, #pix-fe .cp-5aa964b5d375e460271351 h2 a, #pix-fe .cp-5aa964b5d375e460271351 h3 a, #pix-fe .cp-5aa964b5d375e460271351 h4 a, #pix-fe .cp-5aa964b5d375e460271351 h5 a {
  font: inherit;
}
#pix-fe .cp-5aa964b5d375e460271351 p {
  margin-bottom: 10px;
  color: inherit;
}
#pix-fe .cp-5aa964b5d375e460271351 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa964b5d375e460271351 b, #pix-fe .cp-5aa964b5d375e460271351 strong {
  font-weight: bold;
}
#pix-fe .cp-5aa964b5d375e460271351 em, #pix-fe .cp-5aa964b5d375e460271351 i {
  font-style: italic;
}
#pix-fe .cp-5aa964b5d375e460271351 u {
  text-decoration: underline;
}
#pix-fe .cp-5aa964b5d375e460271351 ul {
  list-style: disc outside;
}
#pix-fe .cp-5aa964b5d375e460271351 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5aa964b5d375e460271351 li {
  color: rgb(145,122,76);
  margin-left: 2em;
}
#pix-fe .cp-5aa964b5d375e460271351 h1, #pix-fe .cp-5aa964b5d375e460271351 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5aa964b5d375e460271351 h1 p, #pix-fe .cp-5aa964b5d375e460271351 .h1 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b5d375e460271351 h2, #pix-fe .cp-5aa964b5d375e460271351 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5aa964b5d375e460271351 h2 p, #pix-fe .cp-5aa964b5d375e460271351 .h2 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b5d375e460271351 h3, #pix-fe .cp-5aa964b5d375e460271351 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa964b5d375e460271351 h3 p, #pix-fe .cp-5aa964b5d375e460271351 .h3 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b5d375e460271351 h4, #pix-fe .cp-5aa964b5d375e460271351 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa964b5d375e460271351 h4 p, #pix-fe .cp-5aa964b5d375e460271351 .h4 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b5d375e460271351 h5, #pix-fe .cp-5aa964b5d375e460271351 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa964b5d375e460271351 h5 p, #pix-fe .cp-5aa964b5d375e460271351 .h5 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b5d375e460271351 h6, #pix-fe .cp-5aa964b5d375e460271351 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa964b5d375e460271351 h6 p, #pix-fe .cp-5aa964b5d375e460271351 .h6 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b5d375e460271351 p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
}
#pix-fe .cp-5aa964b5d375e460271351 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa964b5d375e460271351 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5aa964b5d375e460271351 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5aa964b5d375e460271351 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5aa964b5d375e460271351 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: Karla;
}
#pix-fe .cp-5aa964b5d375e460271351 strong a, #pix-fe .cp-5aa964b5d375e460271351 b a, #pix-fe .cp-5aa964b5d375e460271351 strong p, #pix-fe .cp-5aa964b5d375e460271351 b p {
  font-weight: inherit;
}
#pix-fe .cp-5aa964b5d375e460271351 [style*='color'] a, #pix-fe .cp-5aa964b5d375e460271351 [color] a {
  color: inherit;
}
#pix-fe .cp-5aa964b5d375e460271351 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-5aa964b5d375e460271351 [style*='line-height'] p {
  line-height: inherit;
}
#pix-fe .cp-5aa964b5d375e460271351 ul {
  list-style: disc outside;
}
#pix-fe .cp-5aa964b5d375e460271351 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5aa964b5d375e460271351 li {
  margin-left: 2em;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa964b5d375e460271351
*/ 

#pix-fe #cp-5aa964b5d375e460271351.pix-design-component {
    width: 21.803424232884456%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-left: -1099.4989656147204%;
    margin-top: 102.23956298828125px;
    clear: none;
}
#pix-fe.media-d #cp-5aa964b5d375e460271351.pix-design-component {
    width: 21.803424232884456%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-left: -1099.4989656147204%;
    margin-top: 102.23956298828125px;
    clear: none;
}
#pix-fe.media-m #cp-5aa964b5d375e460271351.pix-design-component {
    width: 100%;
    clear: left;
    margin-top: 0;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvRLUitKYvSLSypzUvWKQbpqAQ== 
 Path: skin/designcenter/pixafy/components/global/text/style.scss 
 Parent uid: cp_5aa964b5da33d618606753
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/text/style.scss
==================================================
**/
#pix-fe .cp-5aa964b5da33d618606753 li {
  font-family: Karla;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-5aa964b5da33d618606753 {
  width: 400px;
  max-width: 100%;
  width: 200px;
  min-height: 14px;
}
#pix-fe .cp-5aa964b5da33d618606753 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5aa964b5da33d618606753 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5aa964b5da33d618606753 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5aa964b5da33d618606753 h1, #pix-fe .cp-5aa964b5da33d618606753 h2, #pix-fe .cp-5aa964b5da33d618606753 h3, #pix-fe .cp-5aa964b5da33d618606753 h4, #pix-fe .cp-5aa964b5da33d618606753 h5 {
  text-align: left;
}
#pix-fe .cp-5aa964b5da33d618606753 h1 a, #pix-fe .cp-5aa964b5da33d618606753 h2 a, #pix-fe .cp-5aa964b5da33d618606753 h3 a, #pix-fe .cp-5aa964b5da33d618606753 h4 a, #pix-fe .cp-5aa964b5da33d618606753 h5 a {
  font: inherit;
}
#pix-fe .cp-5aa964b5da33d618606753 p {
  margin-bottom: 10px;
  color: inherit;
}
#pix-fe .cp-5aa964b5da33d618606753 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa964b5da33d618606753 b, #pix-fe .cp-5aa964b5da33d618606753 strong {
  font-weight: bold;
}
#pix-fe .cp-5aa964b5da33d618606753 em, #pix-fe .cp-5aa964b5da33d618606753 i {
  font-style: italic;
}
#pix-fe .cp-5aa964b5da33d618606753 u {
  text-decoration: underline;
}
#pix-fe .cp-5aa964b5da33d618606753 ul {
  list-style: disc outside;
}
#pix-fe .cp-5aa964b5da33d618606753 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5aa964b5da33d618606753 li {
  color: rgb(145,122,76);
  margin-left: 2em;
}
#pix-fe .cp-5aa964b5da33d618606753 h1, #pix-fe .cp-5aa964b5da33d618606753 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5aa964b5da33d618606753 h1 p, #pix-fe .cp-5aa964b5da33d618606753 .h1 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b5da33d618606753 h2, #pix-fe .cp-5aa964b5da33d618606753 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5aa964b5da33d618606753 h2 p, #pix-fe .cp-5aa964b5da33d618606753 .h2 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b5da33d618606753 h3, #pix-fe .cp-5aa964b5da33d618606753 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa964b5da33d618606753 h3 p, #pix-fe .cp-5aa964b5da33d618606753 .h3 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b5da33d618606753 h4, #pix-fe .cp-5aa964b5da33d618606753 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa964b5da33d618606753 h4 p, #pix-fe .cp-5aa964b5da33d618606753 .h4 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b5da33d618606753 h5, #pix-fe .cp-5aa964b5da33d618606753 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa964b5da33d618606753 h5 p, #pix-fe .cp-5aa964b5da33d618606753 .h5 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b5da33d618606753 h6, #pix-fe .cp-5aa964b5da33d618606753 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa964b5da33d618606753 h6 p, #pix-fe .cp-5aa964b5da33d618606753 .h6 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b5da33d618606753 p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
}
#pix-fe .cp-5aa964b5da33d618606753 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa964b5da33d618606753 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5aa964b5da33d618606753 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5aa964b5da33d618606753 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5aa964b5da33d618606753 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: Karla;
}
#pix-fe .cp-5aa964b5da33d618606753 strong a, #pix-fe .cp-5aa964b5da33d618606753 b a, #pix-fe .cp-5aa964b5da33d618606753 strong p, #pix-fe .cp-5aa964b5da33d618606753 b p {
  font-weight: inherit;
}
#pix-fe .cp-5aa964b5da33d618606753 [style*='color'] a, #pix-fe .cp-5aa964b5da33d618606753 [color] a {
  color: inherit;
}
#pix-fe .cp-5aa964b5da33d618606753 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-5aa964b5da33d618606753 [style*='line-height'] p {
  line-height: inherit;
}
#pix-fe .cp-5aa964b5da33d618606753 ul {
  list-style: disc outside;
}
#pix-fe .cp-5aa964b5da33d618606753 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5aa964b5da33d618606753 li {
  margin-left: 2em;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa964b5da33d618606753
*/ 

#pix-fe #cp-5aa964b5da33d618606753.pix-design-component {
    margin-left: -1025.9240990354303%;
    width: 25.89851513243558%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 73.24652099609375px;
    clear: none;
}
#pix-fe.media-d #cp-5aa964b5da33d618606753.pix-design-component {
    margin-left: -1025.9240990354303%;
    width: 25.89851513243558%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 73.24652099609375px;
    clear: none;
}
#pix-fe.media-t #cp-5aa964b5da33d618606753.pix-design-component {
    margin-top: 49.5px;
    margin-left: -1100%;
    width: 26%;
}
#pix-fe.media-m #cp-5aa964b5da33d618606753.pix-design-component {
    margin-top: 44px;
    width: 100%;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_LcyxCoAgFAXQf3k4Ru7NLf2DECq3CEzFq1RE/15D41nOLapeGTKIJ6UTxeI/5O20y2W0T3tOEbHS6DUkZ4PREQcDakWZ2Rx92RyMdpbo+SeNmOL4RYsNxPMC 
 Path: skin/designcenter/pixafy/components/global/newsletter_subscribe/base.scss 
 Parent uid: cp_5aa964b5dbbef731637810
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/newsletter_subscribe/base.scss
==================================================
**/
#pix-fe .zoey-core-newsletter-subscribe input, #pix-fe .zoey-core-newsletter-subscribe input[type=email] {
  width: 100%;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_FcxBCoAgEAXQuwwuK6FlZxFCZYrAdPBPlER3r5Zv824y2oRpoghQRwY1fpDt8ktzNpZdSuascHZNJfjkbOYTiVW5zjgCYt0COyuVwdqPA/7oeQE= 
 Path: skin/designcenter/pixafy/components/global/newsletter_subscribe/preset-2.scss 
 Parent uid: cp_5aa964b5dbbef731637810
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/newsletter_subscribe/preset-2.scss
==================================================
**/
#pix-fe .cp-5aa964b5dbbef731637810 form {
  display: block;
  width: 100%;
  position: relative;
}
#pix-fe .cp-5aa964b5dbbef731637810 form input {
  display: block;
  width: 100%;
  padding-top: 4px;
  max-height: none;
  height: 23px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  font-size: 15px;
  lineq-height: 1;
  color: #333333;
  border-style: solid;
  border-width: 1px;
  border-color: #CCCCCC;
  background-color: #FFFFFF;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
}
#pix-fe .cp-5aa964b5dbbef731637810 form input:focus {
  border-color: #CCCCCC;
}
#pix-fe .cp-5aa964b5dbbef731637810 form input:-webkit-autofill {
  background-color: #FFFFFF;
}
#pix-fe .cp-5aa964b5dbbef731637810 form button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0 15px;
  max-height: 100%;
  height: auto;
  line-height: 1;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  background-color: rgba(158,152,158,1);
  color: rgba(255, 255, 255, 1);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  -ms-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -ms-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
#pix-fe .cp-5aa964b5dbbef731637810 form button:hover {
  background-color: #404040;
  color: #ffffff;
}
#pix-fe.media-t .cp-5aa964b5dbbef731637810 form input {
  font-size: ;
}
#pix-fe.media-t .cp-5aa964b5dbbef731637810 form button {
  font-size: ;
}
#pix-fe.media-m .cp-5aa964b5dbbef731637810 form input {
  font-size: ;
}
#pix-fe.media-m .cp-5aa964b5dbbef731637810 form button {
  font-size: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa964b5dbbef731637810
*/ 

#pix-fe #cp-5aa964b5dbbef731637810.pix-design-component {
    margin-left: -1025.9228783323053%;
    width: 25.699013157894733%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 102.25689697265625px;
    clear: none;
}
#pix-fe.media-d #cp-5aa964b5dbbef731637810.pix-design-component {
    margin-left: -1025.9228783323053%;
    width: 25.699013157894733%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 102.25689697265625px;
    clear: none;
}
#pix-fe.media-tm #cp-5aa964b5dbbef731637810.pix-design-component {
    min-height: 0;
}
#pix-fe.media-t #cp-5aa964b5dbbef731637810.pix-design-component {
    margin-top: 13px;
    margin-left: -1100%;
    width: 40%;
    min-height: 0;
}
#pix-fe.media-m #cp-5aa964b5dbbef731637810.pix-design-component {
    margin-top: 14px;
    width: 100%;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvTLixILClKLYvQLilKLU0t0DfWKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss 
 Parent uid: cp_5aa964b5de7e2648758546
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss
==================================================
**/
#pix-fe .cp-5aa964b5de7e2648758546 {
  width: 300px;
  min-height: 5px;
  padding: 0 !important;
}
#pix-fe .cp-5aa964b5de7e2648758546 > .component-content > .group-background-image-container {
  position: relative;
  border-style: solid;
  border-width: ;
  border-color: rgba(204, 204, 204, 1);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
  background-color: transparent;
  background-image: ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-5aa964b5de7e2648758546 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-5aa964b5de7e2648758546 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe .cp-5aa964b5de7e2648758546 > .component-content > .group-background-image-container:before, #pix-fe .cp-5aa964b5de7e2648758546 > .component-content > .group-background-image-container:after, #pix-fe .cp-5aa964b5de7e2648758546 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-5aa964b5de7e2648758546 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-5aa964b5de7e2648758546 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-5aa964b5de7e2648758546 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-5aa964b5de7e2648758546 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-5aa964b5de7e2648758546 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-5aa964b5de7e2648758546 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-5aa964b5de7e2648758546 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-5aa964b5de7e2648758546 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-5aa964b5de7e2648758546 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_5aa964b5de7e2648758546
*/ 

#pix-fe #cp-5aa964b5de7e2648758546.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 110.3992919921875px;
    clear: none;
}
#pix-fe.media-d #cp-5aa964b5de7e2648758546.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 110.3992919921875px;
    clear: none;
}
#pix-fe.media-m #cp-5aa964b5de7e2648758546.pix-design-component {
    width: 100%;
    clear: left;
    margin-top: 0;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvTLixILClKLYvQLilKLU0t0jfSKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/wrapper/preset-2.scss 
 Parent uid: cp_5aa964b780f2e367868294
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/wrapper/preset-2.scss
==================================================
**/
#pix-fe .cp-5aa964b780f2e367868294 {
  width: 300px;
  min-height: 5px;
  padding: 0 !important;
}
#pix-fe .cp-5aa964b780f2e367868294 > .component-content > .group-background-image-container {
  position: relative;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: rgba(204, 204, 204, 1);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
  background-color: transparent;
  background-image: ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-5aa964b780f2e367868294 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-5aa964b780f2e367868294 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe .cp-5aa964b780f2e367868294 > .component-content > .group-background-image-container:before, #pix-fe .cp-5aa964b780f2e367868294 > .component-content > .group-background-image-container:after, #pix-fe .cp-5aa964b780f2e367868294 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-5aa964b780f2e367868294 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-5aa964b780f2e367868294 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-5aa964b780f2e367868294 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-5aa964b780f2e367868294 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-5aa964b780f2e367868294 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-5aa964b780f2e367868294 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-5aa964b780f2e367868294 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-5aa964b780f2e367868294 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-5aa964b780f2e367868294 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_5aa964b780f2e367868294
*/ 

#pix-fe #cp-5aa964b780f2e367868294.pix-design-component {
    width: 22.298683074265977%;
    margin-left: -1100%;
    margin-top: 12.48579216845701px;
    clear: left;
    z-index: 2;
}
#pix-fe #cp-5aa964b780f2e367868294.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 198px
}
#pix-fe.media-d #cp-5aa964b780f2e367868294.pix-design-component {
    width: 22.298683074265977%;
    margin-left: -1100%;
    margin-top: 12.48579216845701px;
    z-index: 2;
    clear: left;
}
#pix-fe.media-d #cp-5aa964b780f2e367868294.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 198px
}
#pix-fe.media-m #cp-5aa964b780f2e367868294.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 10px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#pix-fe.media-m #cp-5aa964b780f2e367868294.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvTLixILClKLYvQLilKLU0t0jfSKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/wrapper/preset-2.scss 
 Parent uid: cp_5aa964b784f24206513660
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/wrapper/preset-2.scss
==================================================
**/
#pix-fe .cp-5aa964b784f24206513660 {
  width: 300px;
  min-height: 5px;
  padding: 0 !important;
}
#pix-fe .cp-5aa964b784f24206513660 > .component-content > .group-background-image-container {
  position: relative;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: rgba(204, 204, 204, 1);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
  background-color: transparent;
  background-image: ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-5aa964b784f24206513660 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-5aa964b784f24206513660 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe .cp-5aa964b784f24206513660 > .component-content > .group-background-image-container:before, #pix-fe .cp-5aa964b784f24206513660 > .component-content > .group-background-image-container:after, #pix-fe .cp-5aa964b784f24206513660 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-5aa964b784f24206513660 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-5aa964b784f24206513660 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-5aa964b784f24206513660 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-5aa964b784f24206513660 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-5aa964b784f24206513660 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-5aa964b784f24206513660 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-5aa964b784f24206513660 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-5aa964b784f24206513660 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-5aa964b784f24206513660 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_5aa964b784f24206513660
*/ 

#pix-fe #cp-5aa964b784f24206513660.pix-design-component {
    width: 22.298683074265977%;
    margin-left: -1074.2349697231834%;
    margin-top: 12.48579216845701px;
    clear: none;
    z-index: 2;
}
#pix-fe #cp-5aa964b784f24206513660.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 198.5px
}
#pix-fe.media-d #cp-5aa964b784f24206513660.pix-design-component {
    width: 22.298683074265977%;
    margin-left: -1074.2349697231834%;
    margin-top: 12.48579216845701px;
    z-index: 2;
    clear: none;
}
#pix-fe.media-d #cp-5aa964b784f24206513660.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 198.5px
}
#pix-fe.media-m #cp-5aa964b784f24206513660.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 0px;
    clear: left;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#pix-fe.media-m #cp-5aa964b784f24206513660.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvTLixILClKLYvQLilKLU0t0jfSKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/wrapper/preset-2.scss 
 Parent uid: cp_5aa964b7889aa070709305
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/wrapper/preset-2.scss
==================================================
**/
#pix-fe .cp-5aa964b7889aa070709305 {
  width: 300px;
  min-height: 5px;
  padding: 0 !important;
}
#pix-fe .cp-5aa964b7889aa070709305 > .component-content > .group-background-image-container {
  position: relative;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: rgba(204, 204, 204, 1);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
  background-color: transparent;
  background-image: ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-5aa964b7889aa070709305 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-5aa964b7889aa070709305 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe .cp-5aa964b7889aa070709305 > .component-content > .group-background-image-container:before, #pix-fe .cp-5aa964b7889aa070709305 > .component-content > .group-background-image-container:after, #pix-fe .cp-5aa964b7889aa070709305 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-5aa964b7889aa070709305 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-5aa964b7889aa070709305 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-5aa964b7889aa070709305 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-5aa964b7889aa070709305 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-5aa964b7889aa070709305 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-5aa964b7889aa070709305 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-5aa964b7889aa070709305 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-5aa964b7889aa070709305 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-5aa964b7889aa070709305 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_5aa964b7889aa070709305
*/ 

#pix-fe #cp-5aa964b7889aa070709305.pix-design-component {
    width: 22.29650091795618%;
    margin-left: -1048.108964204058%;
    margin-top: 12.48579216845701px;
    clear: none;
    z-index: 2;
}
#pix-fe #cp-5aa964b7889aa070709305.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 197px
}
#pix-fe.media-d #cp-5aa964b7889aa070709305.pix-design-component {
    width: 22.29650091795618%;
    margin-left: -1048.108964204058%;
    margin-top: 12.48579216845701px;
    z-index: 2;
    clear: none;
}
#pix-fe.media-d #cp-5aa964b7889aa070709305.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 197px
}
#pix-fe.media-t #cp-5aa964b7889aa070709305.pix-design-component {
    margin-top: 10px;
    clear: left;
}
#pix-fe.media-m #cp-5aa964b7889aa070709305.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 0px;
    clear: left;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#pix-fe.media-m #cp-5aa964b7889aa070709305.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvTLixILClKLYvQLilKLU0t0jfSKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/wrapper/preset-2.scss 
 Parent uid: cp_5aa964b78c8c4212241562
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/wrapper/preset-2.scss
==================================================
**/
#pix-fe .cp-5aa964b78c8c4212241562 {
  width: 300px;
  min-height: 5px;
  padding: 0 !important;
}
#pix-fe .cp-5aa964b78c8c4212241562 > .component-content > .group-background-image-container {
  position: relative;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: rgba(204, 204, 204, 1);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
  background-color: transparent;
  background-image: ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-5aa964b78c8c4212241562 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-5aa964b78c8c4212241562 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe .cp-5aa964b78c8c4212241562 > .component-content > .group-background-image-container:before, #pix-fe .cp-5aa964b78c8c4212241562 > .component-content > .group-background-image-container:after, #pix-fe .cp-5aa964b78c8c4212241562 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-5aa964b78c8c4212241562 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-5aa964b78c8c4212241562 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-5aa964b78c8c4212241562 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-5aa964b78c8c4212241562 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-5aa964b78c8c4212241562 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-5aa964b78c8c4212241562 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-5aa964b78c8c4212241562 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-5aa964b78c8c4212241562 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-5aa964b78c8c4212241562 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-min-height.html 
 Parent uid: cp_5aa964b78c8c4212241562
*/ 

#pix-fe #cp-5aa964b78c8c4212241562.pix-design-component {
    width: 22.125971502590673%;
    margin-left: -1022.298683074266%;
    margin-top: 12.48579216845701px;
    clear: none;
    z-index: 2;
}
#pix-fe #cp-5aa964b78c8c4212241562.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 197px
}
#pix-fe.media-d #cp-5aa964b78c8c4212241562.pix-design-component {
    width: 22.125971502590673%;
    margin-left: -1022.298683074266%;
    margin-top: 12.48579216845701px;
    z-index: 2;
    clear: none;
}
#pix-fe.media-d #cp-5aa964b78c8c4212241562.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 197px
}
#pix-fe.media-t #cp-5aa964b78c8c4212241562.pix-design-component {
    margin-top: 10px;
    clear: left;
}
#pix-fe.media-m #cp-5aa964b78c8c4212241562.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 0px;
    clear: left;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#pix-fe.media-m #cp-5aa964b78c8c4212241562.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvRLUitKYvSLSypzUvWKQbpqAQ== 
 Path: skin/designcenter/pixafy/components/global/text/style.scss 
 Parent uid: cp_5aa964b5dfb41099255877
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/text/style.scss
==================================================
**/
#pix-fe .cp-5aa964b5dfb41099255877 li {
  font-family: Karla;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-5aa964b5dfb41099255877 {
  width: 400px;
  max-width: 100%;
  width: 200px;
  min-height: 14px;
}
#pix-fe .cp-5aa964b5dfb41099255877 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5aa964b5dfb41099255877 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5aa964b5dfb41099255877 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5aa964b5dfb41099255877 h1, #pix-fe .cp-5aa964b5dfb41099255877 h2, #pix-fe .cp-5aa964b5dfb41099255877 h3, #pix-fe .cp-5aa964b5dfb41099255877 h4, #pix-fe .cp-5aa964b5dfb41099255877 h5 {
  text-align: left;
}
#pix-fe .cp-5aa964b5dfb41099255877 h1 a, #pix-fe .cp-5aa964b5dfb41099255877 h2 a, #pix-fe .cp-5aa964b5dfb41099255877 h3 a, #pix-fe .cp-5aa964b5dfb41099255877 h4 a, #pix-fe .cp-5aa964b5dfb41099255877 h5 a {
  font: inherit;
}
#pix-fe .cp-5aa964b5dfb41099255877 p {
  margin-bottom: 10px;
  color: inherit;
}
#pix-fe .cp-5aa964b5dfb41099255877 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa964b5dfb41099255877 b, #pix-fe .cp-5aa964b5dfb41099255877 strong {
  font-weight: bold;
}
#pix-fe .cp-5aa964b5dfb41099255877 em, #pix-fe .cp-5aa964b5dfb41099255877 i {
  font-style: italic;
}
#pix-fe .cp-5aa964b5dfb41099255877 u {
  text-decoration: underline;
}
#pix-fe .cp-5aa964b5dfb41099255877 ul {
  list-style: disc outside;
}
#pix-fe .cp-5aa964b5dfb41099255877 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5aa964b5dfb41099255877 li {
  color: rgb(145,122,76);
  margin-left: 2em;
}
#pix-fe .cp-5aa964b5dfb41099255877 h1, #pix-fe .cp-5aa964b5dfb41099255877 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5aa964b5dfb41099255877 h1 p, #pix-fe .cp-5aa964b5dfb41099255877 .h1 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b5dfb41099255877 h2, #pix-fe .cp-5aa964b5dfb41099255877 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5aa964b5dfb41099255877 h2 p, #pix-fe .cp-5aa964b5dfb41099255877 .h2 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b5dfb41099255877 h3, #pix-fe .cp-5aa964b5dfb41099255877 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa964b5dfb41099255877 h3 p, #pix-fe .cp-5aa964b5dfb41099255877 .h3 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b5dfb41099255877 h4, #pix-fe .cp-5aa964b5dfb41099255877 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa964b5dfb41099255877 h4 p, #pix-fe .cp-5aa964b5dfb41099255877 .h4 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b5dfb41099255877 h5, #pix-fe .cp-5aa964b5dfb41099255877 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa964b5dfb41099255877 h5 p, #pix-fe .cp-5aa964b5dfb41099255877 .h5 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b5dfb41099255877 h6, #pix-fe .cp-5aa964b5dfb41099255877 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa964b5dfb41099255877 h6 p, #pix-fe .cp-5aa964b5dfb41099255877 .h6 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b5dfb41099255877 p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
}
#pix-fe .cp-5aa964b5dfb41099255877 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa964b5dfb41099255877 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5aa964b5dfb41099255877 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5aa964b5dfb41099255877 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5aa964b5dfb41099255877 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: Karla;
}
#pix-fe .cp-5aa964b5dfb41099255877 strong a, #pix-fe .cp-5aa964b5dfb41099255877 b a, #pix-fe .cp-5aa964b5dfb41099255877 strong p, #pix-fe .cp-5aa964b5dfb41099255877 b p {
  font-weight: inherit;
}
#pix-fe .cp-5aa964b5dfb41099255877 [style*='color'] a, #pix-fe .cp-5aa964b5dfb41099255877 [color] a {
  color: inherit;
}
#pix-fe .cp-5aa964b5dfb41099255877 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-5aa964b5dfb41099255877 [style*='line-height'] p {
  line-height: inherit;
}
#pix-fe .cp-5aa964b5dfb41099255877 ul {
  list-style: disc outside;
}
#pix-fe .cp-5aa964b5dfb41099255877 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5aa964b5dfb41099255877 li {
  margin-left: 2em;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa964b5dfb41099255877
*/ 

#pix-fe #cp-5aa964b5dfb41099255877.pix-design-component {
    margin-left: -1099.4871794871794%;
    width: 99.49845794938568%;
    margin-top: 92.204833984375px;
    clear: left;
    min-height: 28px;
}
#pix-fe.media-d #cp-5aa964b5dfb41099255877.pix-design-component {
    margin-left: -1099.4871794871794%;
    width: 99.49845794938568%;
    margin-top: 92.204833984375px;
    min-height: 28px;
    clear: left;
}
#pix-fe.media-tm #cp-5aa964b5dfb41099255877.pix-design-component {
    min-height: 28px;
    margin-top: 13px;
}
#pix-fe.media-t #cp-5aa964b5dfb41099255877.pix-design-component {
    width: 98%;
    margin-left: -1098.1%;
    min-height: 28px;
    margin-top: 13px;
}
#pix-fe.media-m #cp-5aa964b5dfb41099255877.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    clear: left;
    margin-top: 0;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoeydev 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcmL0s4pj9KvyUytTUsti9JPzcwvy81LzSoCCSaUlJfl5QEZRanJJYnpOqi5ERNdQrxhkRi0A 
 Path: /js/zoeydev/components/buttons/rectagle-button-1.scss 
 Parent uid: cp_609d9b4b75538197986409
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: /js/zoeydev/components/buttons/rectagle-button-1.scss
==================================================
**/
#pix-fe .cp-609d9b4b75538197986409 {
  width: 150px;
  min-width: 125px;
  display: inline-block;
}
#pix-fe .cp-609d9b4b75538197986409 .button {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-transform: uppercase;
  padding: 10px 20px;
  background-color: rgba(27,14,6,0.49);
  border-style: solid;
  border-width: ;
  border-color: #404040;
  font-size: 25px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
}
#pix-fe .cp-609d9b4b75538197986409 .button:hover {
  background-color: rgba(27,14,6,1);
  border-color: #404040;
  color: #ffffff;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_609d9b4b75538197986409
*/ 

#pix-fe #cp-609d9b4b75538197986409.pix-design-component {
    width: 200.44033813476562px;
    margin-left: -1088.7596899224807%;
    margin-top: 75.9971923828125px;
    clear: left;
}
#pix-fe.media-d #cp-609d9b4b75538197986409.pix-design-component {
    width: 200.44033813476562px;
    margin-left: -1088.7596899224807%;
    margin-top: 75.9971923828125px;
    clear: left;
}
#pix-fe.media-m #cp-609d9b4b75538197986409.pix-design-component {
    width: 100%;
    margin-top: 0;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvSTSktK8vNi9AuKUotTS3QNTPSKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/button/preset-04.scss 
 Parent uid: cp_609d9dbe75598729204110
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/button/preset-04.scss
==================================================
**/
#pix-fe .cp-609d9dbe75598729204110 {
  display: inline-block;
}
#pix-fe .cp-609d9dbe75598729204110 .button {
  padding: 10px;
  font-size: 12px;
  font-weight: normal;
  width: 100%;
  height: 100%;
  border-style: solid;
  padding: 10px 20px;
  line-height: 19px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#pix-fe .cp-609d9dbe75598729204110 {
  width: 250px;
}
#pix-fe .cp-609d9dbe75598729204110 .button {
  text-transform: none;
  padding: 10px 20px;
  background-color: rgba(27,14,6,0.5);
  border-style: solid;
  border-width: ;
  border-color: #2DA1B5;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
#pix-fe .cp-609d9dbe75598729204110 .button:hover {
  background-color: rgba(27,14,6,1);
  border-color: #444444;
  color: #FFFFFF;
}
#pix-fe.media-t .cp-609d9dbe75598729204110 .button {
  font-size: ;
}
#pix-fe.media-m .cp-609d9dbe75598729204110 .button {
  font-size: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_609d9dbe75598729204110
*/ 

#pix-fe #cp-609d9dbe75598729204110.pix-design-component {
    width: 70.09572236578234%;
    margin-left: -1085.2713178294573%;
    margin-top: 75.96591186523438px;
    clear: left;
}
#pix-fe.media-d #cp-609d9dbe75598729204110.pix-design-component {
    width: 70.09572236578234%;
    margin-left: -1085.2713178294573%;
    margin-top: 75.96591186523438px;
    clear: left;
}
#pix-fe.media-m #cp-609d9dbe75598729204110.pix-design-component {
    width: 100%;
    margin-top: 0;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoeydev 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcmL0s4pj9KvyUytTUsti9JPzcwvy81LzSoCCSaUlJfl5QEZRanJJYnpOqi5ERNdQrxhkRi0A 
 Path: /js/zoeydev/components/buttons/rectagle-button-1.scss 
 Parent uid: cp_609d9f23755af876241448
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: /js/zoeydev/components/buttons/rectagle-button-1.scss
==================================================
**/
#pix-fe .cp-609d9f23755af876241448 {
  width: 150px;
  min-width: 125px;
  display: inline-block;
}
#pix-fe .cp-609d9f23755af876241448 .button {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-transform: uppercase;
  padding: 10px 20px;
  background-color: rgba(27,14,6,0.5);
  border-style: solid;
  border-width: ;
  border-color: #404040;
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
}
#pix-fe .cp-609d9f23755af876241448 .button:hover {
  background-color: rgba(27,14,6,1);
  border-color: #404040;
  color: #ffffff;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_609d9f23755af876241448
*/ 

#pix-fe #cp-609d9f23755af876241448.pix-design-component {
    width: 69.71447658295243%;
    margin-left: -1084.8837209302326%;
    margin-top: 74.147705078125px;
    clear: left;
}
#pix-fe.media-d #cp-609d9f23755af876241448.pix-design-component {
    width: 69.71447658295243%;
    margin-left: -1084.8837209302326%;
    margin-top: 74.147705078125px;
    clear: left;
}
#pix-fe.media-m #cp-609d9f23755af876241448.pix-design-component {
    width: 100%;
    margin-top: 0;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvRLUitKYvSLSypzUvWKQbpqAQ== 
 Path: skin/designcenter/pixafy/components/global/text/style.scss 
 Parent uid: cp_5aa964b78a3ee255624202
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/text/style.scss
==================================================
**/
#pix-fe .cp-5aa964b78a3ee255624202 li {
  font-family: Karla;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-5aa964b78a3ee255624202 {
  width: 400px;
  max-width: 100%;
  width: 200px;
  min-height: 14px;
}
#pix-fe .cp-5aa964b78a3ee255624202 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5aa964b78a3ee255624202 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5aa964b78a3ee255624202 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5aa964b78a3ee255624202 h1, #pix-fe .cp-5aa964b78a3ee255624202 h2, #pix-fe .cp-5aa964b78a3ee255624202 h3, #pix-fe .cp-5aa964b78a3ee255624202 h4, #pix-fe .cp-5aa964b78a3ee255624202 h5 {
  text-align: left;
}
#pix-fe .cp-5aa964b78a3ee255624202 h1 a, #pix-fe .cp-5aa964b78a3ee255624202 h2 a, #pix-fe .cp-5aa964b78a3ee255624202 h3 a, #pix-fe .cp-5aa964b78a3ee255624202 h4 a, #pix-fe .cp-5aa964b78a3ee255624202 h5 a {
  font: inherit;
}
#pix-fe .cp-5aa964b78a3ee255624202 p {
  margin-bottom: 10px;
  color: inherit;
}
#pix-fe .cp-5aa964b78a3ee255624202 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa964b78a3ee255624202 b, #pix-fe .cp-5aa964b78a3ee255624202 strong {
  font-weight: bold;
}
#pix-fe .cp-5aa964b78a3ee255624202 em, #pix-fe .cp-5aa964b78a3ee255624202 i {
  font-style: italic;
}
#pix-fe .cp-5aa964b78a3ee255624202 u {
  text-decoration: underline;
}
#pix-fe .cp-5aa964b78a3ee255624202 ul {
  list-style: disc outside;
}
#pix-fe .cp-5aa964b78a3ee255624202 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5aa964b78a3ee255624202 li {
  color: rgb(145,122,76);
  margin-left: 2em;
}
#pix-fe .cp-5aa964b78a3ee255624202 h1, #pix-fe .cp-5aa964b78a3ee255624202 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5aa964b78a3ee255624202 h1 p, #pix-fe .cp-5aa964b78a3ee255624202 .h1 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b78a3ee255624202 h2, #pix-fe .cp-5aa964b78a3ee255624202 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5aa964b78a3ee255624202 h2 p, #pix-fe .cp-5aa964b78a3ee255624202 .h2 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b78a3ee255624202 h3, #pix-fe .cp-5aa964b78a3ee255624202 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa964b78a3ee255624202 h3 p, #pix-fe .cp-5aa964b78a3ee255624202 .h3 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b78a3ee255624202 h4, #pix-fe .cp-5aa964b78a3ee255624202 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa964b78a3ee255624202 h4 p, #pix-fe .cp-5aa964b78a3ee255624202 .h4 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b78a3ee255624202 h5, #pix-fe .cp-5aa964b78a3ee255624202 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa964b78a3ee255624202 h5 p, #pix-fe .cp-5aa964b78a3ee255624202 .h5 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b78a3ee255624202 h6, #pix-fe .cp-5aa964b78a3ee255624202 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa964b78a3ee255624202 h6 p, #pix-fe .cp-5aa964b78a3ee255624202 .h6 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b78a3ee255624202 p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
}
#pix-fe .cp-5aa964b78a3ee255624202 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa964b78a3ee255624202 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5aa964b78a3ee255624202 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5aa964b78a3ee255624202 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5aa964b78a3ee255624202 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: Karla;
}
#pix-fe .cp-5aa964b78a3ee255624202 strong a, #pix-fe .cp-5aa964b78a3ee255624202 b a, #pix-fe .cp-5aa964b78a3ee255624202 strong p, #pix-fe .cp-5aa964b78a3ee255624202 b p {
  font-weight: inherit;
}
#pix-fe .cp-5aa964b78a3ee255624202 [style*='color'] a, #pix-fe .cp-5aa964b78a3ee255624202 [color] a {
  color: inherit;
}
#pix-fe .cp-5aa964b78a3ee255624202 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-5aa964b78a3ee255624202 [style*='line-height'] p {
  line-height: inherit;
}
#pix-fe .cp-5aa964b78a3ee255624202 ul {
  list-style: disc outside;
}
#pix-fe .cp-5aa964b78a3ee255624202 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5aa964b78a3ee255624202 li {
  margin-left: 2em;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa964b78a3ee255624202
*/ 

#pix-fe #cp-5aa964b78a3ee255624202.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 88.15341186523438px;
    clear: none;
}
#pix-fe.media-d #cp-5aa964b78a3ee255624202.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 88.15341186523438px;
    clear: none;
}
#pix-fe.media-m #cp-5aa964b78a3ee255624202.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 14px;
    min-height: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoeydev 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcmL0s4pj9KvyUytTUsti9JPzcwvy81LzSoCCSaUlJfl5QEZRanJJYnpOqi5ERNdQrxhkRi0A 
 Path: /js/zoeydev/components/buttons/rectagle-button-1.scss 
 Parent uid: cp_609da00a755be814494193
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: /js/zoeydev/components/buttons/rectagle-button-1.scss
==================================================
**/
#pix-fe .cp-609da00a755be814494193 {
  width: 150px;
  min-width: 125px;
  display: inline-block;
}
#pix-fe .cp-609da00a755be814494193 .button {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-transform: uppercase;
  padding: 10px 20px;
  background-color: rgba(27,14,6,0.5);
  border-style: solid;
  border-width: ;
  border-color: #404040;
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
}
#pix-fe .cp-609da00a755be814494193 .button:hover {
  background-color: rgba(27,14,6,1);
  border-color: #404040;
  color: #ffffff;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_609da00a755be814494193
*/ 

#pix-fe #cp-609da00a755be814494193.pix-design-component {
    width: 80.40139943252278%;
    margin-left: -1090.0390625%;
    margin-top: 79.5px;
    clear: left;
}
#pix-fe.media-d #cp-609da00a755be814494193.pix-design-component {
    width: 80.40139943252278%;
    margin-left: -1090.0390625%;
    margin-top: 79.5px;
    clear: left;
}
#pix-fe.media-m #cp-609da00a755be814494193.pix-design-component {
    width: 100%;
    margin-top: 0;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvRLUitKYvSLSypzUvWKQbpqAQ== 
 Path: skin/designcenter/pixafy/components/global/text/style.scss 
 Parent uid: cp_5aa964b78dcf6762540942
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/text/style.scss
==================================================
**/
#pix-fe .cp-5aa964b78dcf6762540942 li {
  font-family: Karla;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-5aa964b78dcf6762540942 {
  width: 400px;
  max-width: 100%;
  width: 200px;
  min-height: 14px;
}
#pix-fe .cp-5aa964b78dcf6762540942 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5aa964b78dcf6762540942 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5aa964b78dcf6762540942 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5aa964b78dcf6762540942 h1, #pix-fe .cp-5aa964b78dcf6762540942 h2, #pix-fe .cp-5aa964b78dcf6762540942 h3, #pix-fe .cp-5aa964b78dcf6762540942 h4, #pix-fe .cp-5aa964b78dcf6762540942 h5 {
  text-align: left;
}
#pix-fe .cp-5aa964b78dcf6762540942 h1 a, #pix-fe .cp-5aa964b78dcf6762540942 h2 a, #pix-fe .cp-5aa964b78dcf6762540942 h3 a, #pix-fe .cp-5aa964b78dcf6762540942 h4 a, #pix-fe .cp-5aa964b78dcf6762540942 h5 a {
  font: inherit;
}
#pix-fe .cp-5aa964b78dcf6762540942 p {
  margin-bottom: 10px;
  color: inherit;
}
#pix-fe .cp-5aa964b78dcf6762540942 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa964b78dcf6762540942 b, #pix-fe .cp-5aa964b78dcf6762540942 strong {
  font-weight: bold;
}
#pix-fe .cp-5aa964b78dcf6762540942 em, #pix-fe .cp-5aa964b78dcf6762540942 i {
  font-style: italic;
}
#pix-fe .cp-5aa964b78dcf6762540942 u {
  text-decoration: underline;
}
#pix-fe .cp-5aa964b78dcf6762540942 ul {
  list-style: disc outside;
}
#pix-fe .cp-5aa964b78dcf6762540942 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5aa964b78dcf6762540942 li {
  color: rgb(145,122,76);
  margin-left: 2em;
}
#pix-fe .cp-5aa964b78dcf6762540942 h1, #pix-fe .cp-5aa964b78dcf6762540942 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5aa964b78dcf6762540942 h1 p, #pix-fe .cp-5aa964b78dcf6762540942 .h1 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b78dcf6762540942 h2, #pix-fe .cp-5aa964b78dcf6762540942 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5aa964b78dcf6762540942 h2 p, #pix-fe .cp-5aa964b78dcf6762540942 .h2 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b78dcf6762540942 h3, #pix-fe .cp-5aa964b78dcf6762540942 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa964b78dcf6762540942 h3 p, #pix-fe .cp-5aa964b78dcf6762540942 .h3 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b78dcf6762540942 h4, #pix-fe .cp-5aa964b78dcf6762540942 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa964b78dcf6762540942 h4 p, #pix-fe .cp-5aa964b78dcf6762540942 .h4 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b78dcf6762540942 h5, #pix-fe .cp-5aa964b78dcf6762540942 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa964b78dcf6762540942 h5 p, #pix-fe .cp-5aa964b78dcf6762540942 .h5 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b78dcf6762540942 h6, #pix-fe .cp-5aa964b78dcf6762540942 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5aa964b78dcf6762540942 h6 p, #pix-fe .cp-5aa964b78dcf6762540942 .h6 p {
  font-family: inherit;
}
#pix-fe .cp-5aa964b78dcf6762540942 p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
}
#pix-fe .cp-5aa964b78dcf6762540942 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa964b78dcf6762540942 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5aa964b78dcf6762540942 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5aa964b78dcf6762540942 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5aa964b78dcf6762540942 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: Karla;
}
#pix-fe .cp-5aa964b78dcf6762540942 strong a, #pix-fe .cp-5aa964b78dcf6762540942 b a, #pix-fe .cp-5aa964b78dcf6762540942 strong p, #pix-fe .cp-5aa964b78dcf6762540942 b p {
  font-weight: inherit;
}
#pix-fe .cp-5aa964b78dcf6762540942 [style*='color'] a, #pix-fe .cp-5aa964b78dcf6762540942 [color] a {
  color: inherit;
}
#pix-fe .cp-5aa964b78dcf6762540942 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-5aa964b78dcf6762540942 [style*='line-height'] p {
  line-height: inherit;
}
#pix-fe .cp-5aa964b78dcf6762540942 ul {
  list-style: disc outside;
}
#pix-fe .cp-5aa964b78dcf6762540942 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5aa964b78dcf6762540942 li {
  margin-left: 2em;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa964b78dcf6762540942
*/ 

#pix-fe #cp-5aa964b78dcf6762540942.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 87.99716186523438px;
    clear: none;
}
#pix-fe.media-d #cp-5aa964b78dcf6762540942.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 87.99716186523438px;
    clear: none;
}
#pix-fe.media-m #cp-5aa964b78dcf6762540942.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 14px;
    min-height: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
