/* 
 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("//www.industrykitchens.com.au/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 static_asset_HYxBDoAgDAT/0nBUufuWXkgtkURaQjlIjH8XvM3MJvuAa70w7EBmsICzSkNKukPs6ElzUWFphr6qNvQnh4Mr+pwkUaijRP3nKWsilcHW+sXbfHw/ 
 Path: skin/designcenter/pixafy/components/root/header/minicart/fonts/cart-icons/style.css 
 Parent uid: cp_5ac4c64fa6ed9634237805
*/ 

@font-face {  font-family: 'cart-icons';  src:  url("//www.industrykitchens.com.au/skin/designcenter/pixafy/components/root/header/minicart/fonts/cart-icons/fonts/cart-icons.eot?ze1kp6");  src:  url("//www.industrykitchens.com.au/skin/designcenter/pixafy/components/root/header/minicart/fonts/cart-icons/fonts/cart-icons.eot?ze1kp6#iefix") format('embedded-opentype'),    url("//www.industrykitchens.com.au/skin/designcenter/pixafy/components/root/header/minicart/fonts/cart-icons/fonts/cart-icons.ttf?ze1kp6") format('truetype'),    url("//www.industrykitchens.com.au/skin/designcenter/pixafy/components/root/header/minicart/fonts/cart-icons/fonts/cart-icons.woff?ze1kp6") format('woff'),    url("//www.industrykitchens.com.au/skin/designcenter/pixafy/components/root/header/minicart/fonts/cart-icons/fonts/cart-icons.svg?ze1kp6#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";}

/* 
 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_5ac4c64fa6ed9634237805
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/root/header_mobile/preset-1.scss
==================================================
**/
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-header-mobile-top-menu .zoey-account-links-mobile .title {
  color: rgba(36,31,32,1);
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-header-mobile-top-menu .zoey-account-links-mobile .title {
  font-family: Quattrocento Sans;
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 12px;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 {
  width: 100%;
  z-index: 10 !important;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-styled-select, #pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-styled-select.default {
  background: transparent;
  color: inherit;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-styled-select select, #pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-styled-select.default select {
  background: transparent;
  padding: 0 20px 0 6px;
  height: 30px;
  border: 0;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-styled-select select:not(:-webkit-autofill), #pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-styled-select.default select:not(:-webkit-autofill), #pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-styled-select select:not(:hover), #pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-styled-select.default select:not(:hover), #pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-styled-select select:not(:focus), #pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-styled-select.default select:not(:focus) {
  background: transparent;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-header-mobile-top-menu .img-container {
  display: none;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-header-language-currency {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-header-language-currency.language-and-currency > div {
  width: 50%;
  float: left;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-header-language-currency.language-and-currency > div:first-child {
  border-right-style: solid;
  border-right-width: 1px;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-header-language-currency.language-and-currency:before, #pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-header-language-currency.language-and-currency:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-header-language-currency:not(.language-and-currency) > div {
  width: 100%;
  float: none;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-header-language-currency > div {
  padding: 0 10px;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-header-language-currency select {
  width: 100%;
  color: inherit;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-header-mobile-cart .zoey-header-cart-trigger > .label {
  display: none;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 #header-cart-mobile, #pix-fe .cp-5ac4c64fa6ed9634237805 #header-cart-mobile-b2bquote {
  display: none;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 #header-cart-mobile.active, #pix-fe .cp-5ac4c64fa6ed9634237805 #header-cart-mobile-b2bquote.active {
  display: block;
}
#pix-fe:not(.zoey-has-mobile-header) .cp-5ac4c64fa6ed9634237805, #pix-fe.media-d .cp-5ac4c64fa6ed9634237805, #pix-fe.media-t .cp-5ac4c64fa6ed9634237805 {
  display: none;
}
#pix-fe.modal-body-content .cp-5ac4c64fa6ed9634237805 {
  display: block;
  overflow: hidden;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 {
  min-width: 100px;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-header-language-currency {
  color: #000;
  border-bottom-color: rgba(51,51,51,0);
  background-color: rgba(255,255,255,1);
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-header-language-currency > div {
  border-right-color: rgba(51,51,51,0);
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .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-5ac4c64fa6ed9634237805 .zoey-header-mobile-top-menu > nav, #pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-header-mobile-top-menu > .zoey-account-links-mobile {
  padding: 0 10px;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-header-mobile-top-menu .zoey-account-links-mobile {
  padding-top: 30px;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-header-mobile-top-menu-trigger {
  color: #000;
  float: left;
  font-size: 12px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-header-mobile-top-menu-trigger .icon-list {
  color: inherit;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-header-mobile-top-menu-trigger:hover {
  cursor: pointer;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-header-mobile-logo {
  margin-left: 35px;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-header-mobile-logo .pix-logo {
  display: inline-block;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-header-mobile-logo .pix-logo img {
  height: 100px;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-header-mobile-cart {
  color: #000;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .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-5ac4c64fa6ed9634237805 .zoey-header-mobile-cart #header-cart-mobile {
  position: absolute;
  left: 0;
  width: 100%;
  background: #efefef;
  overflow: auto;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-header-mobile-cart-b2bquote {
  color: #000;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .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-5ac4c64fa6ed9634237805 .zoey-header-mobile-cart-b2bquote.no-cart .zoey-header-cart-trigger {
  right: 20px;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-header-mobile-cart-b2bquote #header-cart-mobile-b2bquote {
  position: absolute;
  left: 0;
  width: 100%;
  background: #efefef;
  overflow: auto;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-header-mobile-search {
  padding: 10px;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-header-mobile-search .form-search {
  position: relative;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-header-mobile-search .form-search input {
  padding-right: 30px;
  font-size: 16px;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-header-mobile-search .form-search input, #pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-header-mobile-search .form-search input:focus {
  border: 1px solid #ccc;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .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-5ac4c64fa6ed9634237805 .zoey-header-mobile-top-menu-container {
  position: relative;
  padding: 10px 20px;
  background-color: rgba(255,255,255,1);
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-header-mobile-top-menu-container:before, #pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-header-mobile-top-menu-container:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-account-links-content-mobile > li > a, #pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-nav-primary > li > a {
  background-color: #fff;
  color: #333;
  padding: 20px;
  font-size: 20px;
  display: block;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-account-links-content-mobile > li > a:hover, #pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-nav-primary > li > a:hover {
  text-decoration: none;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-account-links-content-mobile li.parent > a, #pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-nav-primary li.parent > a {
  position: relative;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-account-links-content-mobile li.parent > a .toggle-menu-element, #pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-nav-primary li.parent > a .toggle-menu-element {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-account-links-content-mobile li.parent > a .toggle-menu-element:after, #pix-fe .cp-5ac4c64fa6ed9634237805 .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-5ac4c64fa6ed9634237805 .zoey-account-links-content-mobile li.parent.level0 > a .toggle-menu-element, #pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-nav-primary li.parent.level0 > a .toggle-menu-element {
  width: 60px;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-account-links-content-mobile li.parent.level0 > a .toggle-menu-element:after, #pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-nav-primary li.parent.level0 > a .toggle-menu-element:after {
  font-size: 30px;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-account-links-content-mobile li.parent.active > a > .toggle-menu-element:after, #pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-nav-primary li.parent.active > a > .toggle-menu-element:after {
  content: '-';
  margin-right: -5px;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-account-links-content-mobile ul, #pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-nav-primary ul {
  display: none;
  padding: 10px 0 10px 10px;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-account-links-content-mobile ul.level0, #pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-nav-primary ul.level0 {
  display: block;
  padding: 10px 11px 10px 20px;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-account-links-content-mobile ul.level0 li > a, #pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-nav-primary ul.level0 li > a {
  display: block;
  padding: 5px;
  font-size: 16px;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-account-links-content-mobile ul.level0 li > a:hover, #pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-nav-primary ul.level0 li > a:hover {
  text-decoration: none;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-account-links-content-mobile ul li.parent > a, #pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-nav-primary ul li.parent > a {
  padding-right: 40px;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-account-links-content-mobile li.parent > a, #pix-fe .cp-5ac4c64fa6ed9634237805 .zoey-nav-primary li.parent > a {
  padding-right: 70px;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .cart-icon-cargo-truck:before, #pix-fe .cp-5ac4c64fa6ed9634237805 .cart-icon-cargo-truck-fast:before, #pix-fe .cp-5ac4c64fa6ed9634237805 .cart-icon-cargo-truck-round:before, #pix-fe .cp-5ac4c64fa6ed9634237805 .cart-icon-cargo-truck-outline-fast:before {
  font-size: 1.3em;
  vertical-align: sub;
}
#pix-fe .cp-5ac4c64fa6ed9634237805 .cart-icon-cargo-truck-left:before, #pix-fe .cp-5ac4c64fa6ed9634237805 .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-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_5ac4c64fa6ed9634237805
*/ 

#pix-fe #cp-5ac4c64fa6ed9634237805.pix-design-component {
    z-index: 3;
}
#pix-fe.media-dt #cp-5ac4c64fa6ed9634237805.pix-design-component {
    z-index: 3;
}
#pix-fe.media-d #cp-5ac4c64fa6ed9634237805.pix-design-component {
    z-index: 3;
}
#pix-fe.media-tm #cp-5ac4c64fa6ed9634237805.pix-design-component {
    z-index: 3;
}
#pix-fe.media-t #cp-5ac4c64fa6ed9634237805.pix-design-component {
    z-index: 3;
}
#pix-fe.media-m #cp-5ac4c64fa6ed9634237805.pix-design-component {
    clear: left;
    z-index: 3;
    margin-left: -1100%;
}


/* 
 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_5ac4c64fab912438758748
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/root/header/styles.scss
==================================================
**/
#pix-fe .cp-5ac4c64fab912438758748 > .component-content > .group-background-image-container {
  position: relative;
  background-color: rgba(255, 255, 255, 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-5ac4c64fab912438758748 > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe .cp-5ac4c64fab912438758748 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: 0 0 0 0;
}
#pix-fe .cp-5ac4c64fab912438758748 > .component-content > .group-background-image-container:before, #pix-fe .cp-5ac4c64fab912438758748 > .component-content > .group-background-image-container:after, #pix-fe .cp-5ac4c64fab912438758748 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-5ac4c64fab912438758748 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.media-t .cp-5ac4c64fab912438758748 > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe.media-t .cp-5ac4c64fab912438758748 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.pix-designcenter-admin .cp-5ac4c64fab912438758748 .group-background-image-container:not(.full-width-element):empty, #pix-fe.pix-designcenter-admin .cp-5ac4c64fab912438758748 .group-background-image-container > .full-width-content-element:empty {
  min-height: 150px;
}
#pix-fe.zoey-has-mobile-header.media-m .cp-5ac4c64fab912438758748 {
  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_5ac4c64fab912438758748
*/ 

#pix-fe #cp-5ac4c64fab912438758748.pix-design-component {
    margin-left: -1050%;
    clear: left;
    z-index: 3;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#pix-fe.media-dt #cp-5ac4c64fab912438758748.pix-design-component {
    z-index: 3;
}
#pix-fe.media-d #cp-5ac4c64fab912438758748.pix-design-component {
    margin-left: -1050%;
    z-index: 3;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    clear: left;
}
#pix-fe.media-tm #cp-5ac4c64fab912438758748.pix-design-component {
    z-index: 3;
    margin-left: -1050%;
}
#pix-fe.media-tm #cp-5ac4c64fab912438758748.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 232px
}
#pix-fe.media-t #cp-5ac4c64fab912438758748.pix-design-component {
    z-index: 3;
    margin-left: -1050%;
}
#pix-fe.media-t #cp-5ac4c64fab912438758748.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 232px
}
#pix-fe.media-m #cp-5ac4c64fab912438758748.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_5ac4c64fcd8e8362007772
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/root/body/preset-2.scss
==================================================
**/
#pix-fe .cp-5ac4c64fcd8e8362007772 > .component-content > .group-background-image-container, #pix-fe .cp-5ac4c64fcd8e8362007772 > .product-view > .component-content > .group-background-image-container {
  position: relative;
  min-height: 400px;
  background-color: rgba(255,255,255,1);
  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-5ac4c64fcd8e8362007772 > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe .cp-5ac4c64fcd8e8362007772 > .product-view > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe .cp-5ac4c64fcd8e8362007772 > .component-content > .group-background-image-container > .full-width-content-element, #pix-fe .cp-5ac4c64fcd8e8362007772 > .product-view > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe .cp-5ac4c64fcd8e8362007772 > .component-content > .group-background-image-container:before, #pix-fe .cp-5ac4c64fcd8e8362007772 > .product-view > .component-content > .group-background-image-container:before, #pix-fe .cp-5ac4c64fcd8e8362007772 > .component-content > .group-background-image-container:after, #pix-fe .cp-5ac4c64fcd8e8362007772 > .product-view > .component-content > .group-background-image-container:after, #pix-fe .cp-5ac4c64fcd8e8362007772 > .component-content > .group-background-image-container .pix-grid:before, #pix-fe .cp-5ac4c64fcd8e8362007772 > .product-view > .component-content > .group-background-image-container .pix-grid:before, #pix-fe .cp-5ac4c64fcd8e8362007772 > .component-content > .group-background-image-container .pix-grid:after, #pix-fe .cp-5ac4c64fcd8e8362007772 > .product-view > .component-content > .group-background-image-container .pix-grid:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5ac4c64fcd8e8362007772 > .component-content > .group-background-image-container .after-body, #pix-fe .cp-5ac4c64fcd8e8362007772 > .product-view > .component-content > .group-background-image-container .after-body {
  clear: both;
}
#pix-fe.media-t .cp-5ac4c64fcd8e8362007772 > .component-content > .group-background-image-container, #pix-fe.media-t .cp-5ac4c64fcd8e8362007772 > .product-view > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-5ac4c64fcd8e8362007772 > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe.media-t .cp-5ac4c64fcd8e8362007772 > .product-view > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe.media-t .cp-5ac4c64fcd8e8362007772 > .component-content > .group-background-image-container > .full-width-content-element, #pix-fe.media-t .cp-5ac4c64fcd8e8362007772 > .product-view > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-5ac4c64fcd8e8362007772 > .component-content > .group-background-image-container, #pix-fe.media-m .cp-5ac4c64fcd8e8362007772 > .product-view > .component-content > .group-background-image-container {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#pix-fe.media-m .cp-5ac4c64fcd8e8362007772 > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe.media-m .cp-5ac4c64fcd8e8362007772 > .product-view > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe.media-m .cp-5ac4c64fcd8e8362007772 > .component-content > .group-background-image-container > .full-width-content-element, #pix-fe.media-m .cp-5ac4c64fcd8e8362007772 > .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_5ac4c64fcd8e8362007772
*/ 

#pix-fe #cp-5ac4c64fcd8e8362007772.pix-design-component {
    margin-left: -1100%;
    z-index: 1;
    clear: none;
}
#pix-fe.media-dt #cp-5ac4c64fcd8e8362007772.pix-design-component {
    z-index: 1;
}
#pix-fe.media-d #cp-5ac4c64fcd8e8362007772.pix-design-component {
    margin-left: -1100%;
    z-index: 1;
    clear: none;
}
#pix-fe.media-tm #cp-5ac4c64fcd8e8362007772.pix-design-component {
    z-index: 1;
}
#pix-fe.media-t #cp-5ac4c64fcd8e8362007772.pix-design-component {
    margin-left: -1100%;
    z-index: 1;
}
#pix-fe.media-m #cp-5ac4c64fcd8e8362007772.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_5ac4c64fd9b9e490230886
*/ 

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

#pix-fe #cp-5ac4c64fd9b9e490230886.pix-design-component {
    margin-left: -1100%;
    clear: left;
    z-index: 2;
}
#pix-fe.media-dt #cp-5ac4c64fd9b9e490230886.pix-design-component {
    z-index: 2;
}
#pix-fe.media-d #cp-5ac4c64fd9b9e490230886.pix-design-component {
    margin-left: -1100%;
    z-index: 2;
    clear: left;
}
#pix-fe.media-tm #cp-5ac4c64fd9b9e490230886.pix-design-component {
    z-index: 2;
}
#pix-fe.media-t #cp-5ac4c64fd9b9e490230886.pix-design-component {
    z-index: 2;
    margin-left: -1100%;
}
#pix-fe.media-m #cp-5ac4c64fd9b9e490230886.pix-design-component {
    margin-left: -1100%;
    z-index: 2;
    clear: left;
}
#pix-fe.media-m #cp-5ac4c64fd9b9e490230886.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}


/* 
 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_5ac4c64faecba348918690
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/strip/wrapper/preset-1.scss
==================================================
**/
#pix-fe .cp-5ac4c64faecba348918690 {
  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-5ac4c64faecba348918690 > .component-content > .group-background-image-container {
  position: relative;
  background-color: rgba(255,255,255,1);
  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-5ac4c64faecba348918690 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-5ac4c64faecba348918690 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe .cp-5ac4c64faecba348918690 > .component-content > .group-background-image-container:before, #pix-fe .cp-5ac4c64faecba348918690 > .component-content > .group-background-image-container:after, #pix-fe .cp-5ac4c64faecba348918690 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-5ac4c64faecba348918690 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-5ac4c64faecba348918690 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-5ac4c64faecba348918690 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-5ac4c64faecba348918690 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-5ac4c64faecba348918690 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-5ac4c64faecba348918690 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-5ac4c64faecba348918690 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-5ac4c64faecba348918690 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-5ac4c64faecba348918690 > .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_5ac4c64faecba348918690
*/ 

#pix-fe #cp-5ac4c64faecba348918690.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-d #cp-5ac4c64faecba348918690.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-tm #cp-5ac4c64faecba348918690.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    margin-top: 6px;
}
#pix-fe.media-tm #cp-5ac4c64faecba348918690.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}
#pix-fe.media-t #cp-5ac4c64faecba348918690.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    margin-top: 6px;
}
#pix-fe.media-t #cp-5ac4c64faecba348918690.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}


/* 
 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_5c6b50dc02568731265739
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss
==================================================
**/
#pix-fe .cp-5c6b50dc02568731265739 {
  width: 300px;
  min-height: 5px;
  padding: 0 !important;
}
#pix-fe .cp-5c6b50dc02568731265739 > .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-5c6b50dc02568731265739 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-5c6b50dc02568731265739 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: 35px 15px 20px 5px;
}
#pix-fe .cp-5c6b50dc02568731265739 > .component-content > .group-background-image-container:before, #pix-fe .cp-5c6b50dc02568731265739 > .component-content > .group-background-image-container:after, #pix-fe .cp-5c6b50dc02568731265739 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-5c6b50dc02568731265739 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-5c6b50dc02568731265739 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-5c6b50dc02568731265739 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-5c6b50dc02568731265739 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-5c6b50dc02568731265739 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-5c6b50dc02568731265739 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-5c6b50dc02568731265739 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-5c6b50dc02568731265739 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-5c6b50dc02568731265739 > .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_5c6b50dc02568731265739
*/ 

#pix-fe #cp-5c6b50dc02568731265739.pix-design-component {
    margin-left: -1100%;
    width: 27.7%;
    margin-top: 196px;
    clear: left;
}
#pix-fe #cp-5c6b50dc02568731265739.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0
}
#pix-fe.media-d #cp-5c6b50dc02568731265739.pix-design-component {
    margin-left: -1100%;
    width: 27.7%;
    margin-top: 196px;
    clear: left;
    z-index: 2;
}
#pix-fe.media-d #cp-5c6b50dc02568731265739.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0
}
#pix-fe.media-tm #cp-5c6b50dc02568731265739.pix-design-component {
    clear: left;
}
#pix-fe.media-t #cp-5c6b50dc02568731265739.pix-design-component {
    margin-left: -1100%;
    width: 32.2%;
    margin-top: 301px;
    clear: left;
}
#pix-fe.media-t #cp-5c6b50dc02568731265739.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}
#pix-fe.media-m #cp-5c6b50dc02568731265739.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    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-5c6b50dc02568731265739.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/LzUvNKimP003PykxJzYvTLixILClKLYvQLilKLU0t0DfWKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss 
 Parent uid: cp_5c6b50dc02a5b051691622
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss
==================================================
**/
#pix-fe .cp-5c6b50dc02a5b051691622 {
  width: 300px;
  min-height: 5px;
  padding: 0 !important;
}
#pix-fe .cp-5c6b50dc02a5b051691622 > .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-5c6b50dc02a5b051691622 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-5c6b50dc02a5b051691622 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: 29px 5px 0 5px;
}
#pix-fe .cp-5c6b50dc02a5b051691622 > .component-content > .group-background-image-container:before, #pix-fe .cp-5c6b50dc02a5b051691622 > .component-content > .group-background-image-container:after, #pix-fe .cp-5c6b50dc02a5b051691622 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-5c6b50dc02a5b051691622 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-5c6b50dc02a5b051691622 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-5c6b50dc02a5b051691622 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-5c6b50dc02a5b051691622 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-5c6b50dc02a5b051691622 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-5c6b50dc02a5b051691622 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-5c6b50dc02a5b051691622 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-5c6b50dc02a5b051691622 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-5c6b50dc02a5b051691622 > .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_5c6b50dc02a5b051691622
*/ 

#pix-fe #cp-5c6b50dc02a5b051691622.pix-design-component {
    clear: none;
    margin-left: -1099.4%;
    width: 99.4%;
    margin-top: 195px;
}
#pix-fe.media-d #cp-5c6b50dc02a5b051691622.pix-design-component {
    clear: none;
    margin-left: -1099.4%;
    width: 99.4%;
    margin-top: 195px;
    z-index: 1;
}
#pix-fe.media-tm #cp-5c6b50dc02a5b051691622.pix-design-component {
}
#pix-fe.media-tm #cp-5c6b50dc02a5b051691622.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}
#pix-fe.media-t #cp-5c6b50dc02a5b051691622.pix-design-component {
    margin-top: 254.5px;
    clear: none;
    width: 99%;
    margin-left: -1099%;
}
#pix-fe.media-t #cp-5c6b50dc02a5b051691622.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}
#pix-fe.media-m #cp-5c6b50dc02a5b051691622.pix-design-component {
    margin-top: 0px;
    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_5ac4c64fdd3fa784678935
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/text/style.scss
==================================================
**/
#pix-fe .cp-5ac4c64fdd3fa784678935 li {
  font-family: Quattrocento Sans;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 {
  width: 400px;
  max-width: 100%;
  width: 200px;
  min-height: 14px;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 h1, #pix-fe .cp-5ac4c64fdd3fa784678935 h2, #pix-fe .cp-5ac4c64fdd3fa784678935 h3, #pix-fe .cp-5ac4c64fdd3fa784678935 h4, #pix-fe .cp-5ac4c64fdd3fa784678935 h5 {
  text-align: left;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 h1 a, #pix-fe .cp-5ac4c64fdd3fa784678935 h2 a, #pix-fe .cp-5ac4c64fdd3fa784678935 h3 a, #pix-fe .cp-5ac4c64fdd3fa784678935 h4 a, #pix-fe .cp-5ac4c64fdd3fa784678935 h5 a {
  font: inherit;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 p {
  margin-bottom: 10px;
  color: inherit;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 b, #pix-fe .cp-5ac4c64fdd3fa784678935 strong {
  font-weight: bold;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 em, #pix-fe .cp-5ac4c64fdd3fa784678935 i {
  font-style: italic;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 u {
  text-decoration: underline;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 ul {
  list-style: disc outside;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 li {
  color: rgba(36,31,32,1);
  margin-left: 2em;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 h1, #pix-fe .cp-5ac4c64fdd3fa784678935 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 h1 p, #pix-fe .cp-5ac4c64fdd3fa784678935 .h1 p {
  font-family: inherit;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 h2, #pix-fe .cp-5ac4c64fdd3fa784678935 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 h2 p, #pix-fe .cp-5ac4c64fdd3fa784678935 .h2 p {
  font-family: inherit;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 h3, #pix-fe .cp-5ac4c64fdd3fa784678935 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 h3 p, #pix-fe .cp-5ac4c64fdd3fa784678935 .h3 p {
  font-family: inherit;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 h4, #pix-fe .cp-5ac4c64fdd3fa784678935 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 h4 p, #pix-fe .cp-5ac4c64fdd3fa784678935 .h4 p {
  font-family: inherit;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 h5, #pix-fe .cp-5ac4c64fdd3fa784678935 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 h5 p, #pix-fe .cp-5ac4c64fdd3fa784678935 .h5 p {
  font-family: inherit;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 h6, #pix-fe .cp-5ac4c64fdd3fa784678935 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 h6 p, #pix-fe .cp-5ac4c64fdd3fa784678935 .h6 p {
  font-family: inherit;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: Quattrocento Sans;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 strong a, #pix-fe .cp-5ac4c64fdd3fa784678935 b a, #pix-fe .cp-5ac4c64fdd3fa784678935 strong p, #pix-fe .cp-5ac4c64fdd3fa784678935 b p {
  font-weight: inherit;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 [style*='color'] a, #pix-fe .cp-5ac4c64fdd3fa784678935 [color] a {
  color: inherit;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 [style*='line-height'] p {
  line-height: inherit;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 ul {
  list-style: disc outside;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5ac4c64fdd3fa784678935 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_5ac4c64fdd3fa784678935
*/ 

#pix-fe #cp-5ac4c64fdd3fa784678935.pix-design-component {
    margin-left: -1099.1995677351952%;
    width: 16.70532375574112%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-d #cp-5ac4c64fdd3fa784678935.pix-design-component {
    margin-left: -1099.1995677351952%;
    width: 16.70532375574112%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-t #cp-5ac4c64fdd3fa784678935.pix-design-component {
    margin-top: 0px;
    width: 23.9%;
    margin-left: -1099.8%;
}
#pix-fe.media-m #cp-5ac4c64fdd3fa784678935.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_5ac4c64fe0ca7039948763
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/text/style.scss
==================================================
**/
#pix-fe .cp-5ac4c64fe0ca7039948763 li {
  font-family: Quattrocento Sans;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 {
  width: 400px;
  max-width: 100%;
  width: 200px;
  min-height: 14px;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 h1, #pix-fe .cp-5ac4c64fe0ca7039948763 h2, #pix-fe .cp-5ac4c64fe0ca7039948763 h3, #pix-fe .cp-5ac4c64fe0ca7039948763 h4, #pix-fe .cp-5ac4c64fe0ca7039948763 h5 {
  text-align: left;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 h1 a, #pix-fe .cp-5ac4c64fe0ca7039948763 h2 a, #pix-fe .cp-5ac4c64fe0ca7039948763 h3 a, #pix-fe .cp-5ac4c64fe0ca7039948763 h4 a, #pix-fe .cp-5ac4c64fe0ca7039948763 h5 a {
  font: inherit;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 p {
  margin-bottom: 10px;
  color: inherit;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 b, #pix-fe .cp-5ac4c64fe0ca7039948763 strong {
  font-weight: bold;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 em, #pix-fe .cp-5ac4c64fe0ca7039948763 i {
  font-style: italic;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 u {
  text-decoration: underline;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 ul {
  list-style: disc outside;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 li {
  color: rgba(36,31,32,1);
  margin-left: 2em;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 h1, #pix-fe .cp-5ac4c64fe0ca7039948763 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 h1 p, #pix-fe .cp-5ac4c64fe0ca7039948763 .h1 p {
  font-family: inherit;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 h2, #pix-fe .cp-5ac4c64fe0ca7039948763 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 h2 p, #pix-fe .cp-5ac4c64fe0ca7039948763 .h2 p {
  font-family: inherit;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 h3, #pix-fe .cp-5ac4c64fe0ca7039948763 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 h3 p, #pix-fe .cp-5ac4c64fe0ca7039948763 .h3 p {
  font-family: inherit;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 h4, #pix-fe .cp-5ac4c64fe0ca7039948763 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 h4 p, #pix-fe .cp-5ac4c64fe0ca7039948763 .h4 p {
  font-family: inherit;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 h5, #pix-fe .cp-5ac4c64fe0ca7039948763 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 h5 p, #pix-fe .cp-5ac4c64fe0ca7039948763 .h5 p {
  font-family: inherit;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 h6, #pix-fe .cp-5ac4c64fe0ca7039948763 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 h6 p, #pix-fe .cp-5ac4c64fe0ca7039948763 .h6 p {
  font-family: inherit;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: Quattrocento Sans;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 strong a, #pix-fe .cp-5ac4c64fe0ca7039948763 b a, #pix-fe .cp-5ac4c64fe0ca7039948763 strong p, #pix-fe .cp-5ac4c64fe0ca7039948763 b p {
  font-weight: inherit;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 [style*='color'] a, #pix-fe .cp-5ac4c64fe0ca7039948763 [color] a {
  color: inherit;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 [style*='line-height'] p {
  line-height: inherit;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 ul {
  list-style: disc outside;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5ac4c64fe0ca7039948763 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_5ac4c64fe0ca7039948763
*/ 

#pix-fe #cp-5ac4c64fe0ca7039948763.pix-design-component {
    margin-left: -1075.275419652462%;
    width: 11.37520968914032%;
    margin-top: 0px;
    clear: none;
}
#pix-fe.media-d #cp-5ac4c64fe0ca7039948763.pix-design-component {
    margin-left: -1075.275419652462%;
    width: 11.37520968914032%;
    margin-top: 0px;
    clear: none;
}
#pix-fe.media-t #cp-5ac4c64fe0ca7039948763.pix-design-component {
    margin-top: 0px;
    clear: none;
    margin-left: -1073.7200021743774%;
    width: 15.199497127572922%;
}
#pix-fe.media-m #cp-5ac4c64fe0ca7039948763.pix-design-component {
    margin-top: 0px;
    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_5ac4c64fe44a6770073874
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/text/style.scss
==================================================
**/
#pix-fe .cp-5ac4c64fe44a6770073874 li {
  font-family: Quattrocento Sans;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-5ac4c64fe44a6770073874 {
  width: 400px;
  max-width: 100%;
  width: 200px;
  min-height: 14px;
}
#pix-fe .cp-5ac4c64fe44a6770073874 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5ac4c64fe44a6770073874 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5ac4c64fe44a6770073874 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5ac4c64fe44a6770073874 h1, #pix-fe .cp-5ac4c64fe44a6770073874 h2, #pix-fe .cp-5ac4c64fe44a6770073874 h3, #pix-fe .cp-5ac4c64fe44a6770073874 h4, #pix-fe .cp-5ac4c64fe44a6770073874 h5 {
  text-align: left;
}
#pix-fe .cp-5ac4c64fe44a6770073874 h1 a, #pix-fe .cp-5ac4c64fe44a6770073874 h2 a, #pix-fe .cp-5ac4c64fe44a6770073874 h3 a, #pix-fe .cp-5ac4c64fe44a6770073874 h4 a, #pix-fe .cp-5ac4c64fe44a6770073874 h5 a {
  font: inherit;
}
#pix-fe .cp-5ac4c64fe44a6770073874 p {
  margin-bottom: 10px;
  color: inherit;
}
#pix-fe .cp-5ac4c64fe44a6770073874 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5ac4c64fe44a6770073874 b, #pix-fe .cp-5ac4c64fe44a6770073874 strong {
  font-weight: bold;
}
#pix-fe .cp-5ac4c64fe44a6770073874 em, #pix-fe .cp-5ac4c64fe44a6770073874 i {
  font-style: italic;
}
#pix-fe .cp-5ac4c64fe44a6770073874 u {
  text-decoration: underline;
}
#pix-fe .cp-5ac4c64fe44a6770073874 ul {
  list-style: disc outside;
}
#pix-fe .cp-5ac4c64fe44a6770073874 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5ac4c64fe44a6770073874 li {
  color: rgba(36,31,32,1);
  margin-left: 2em;
}
#pix-fe .cp-5ac4c64fe44a6770073874 h1, #pix-fe .cp-5ac4c64fe44a6770073874 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5ac4c64fe44a6770073874 h1 p, #pix-fe .cp-5ac4c64fe44a6770073874 .h1 p {
  font-family: inherit;
}
#pix-fe .cp-5ac4c64fe44a6770073874 h2, #pix-fe .cp-5ac4c64fe44a6770073874 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5ac4c64fe44a6770073874 h2 p, #pix-fe .cp-5ac4c64fe44a6770073874 .h2 p {
  font-family: inherit;
}
#pix-fe .cp-5ac4c64fe44a6770073874 h3, #pix-fe .cp-5ac4c64fe44a6770073874 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5ac4c64fe44a6770073874 h3 p, #pix-fe .cp-5ac4c64fe44a6770073874 .h3 p {
  font-family: inherit;
}
#pix-fe .cp-5ac4c64fe44a6770073874 h4, #pix-fe .cp-5ac4c64fe44a6770073874 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5ac4c64fe44a6770073874 h4 p, #pix-fe .cp-5ac4c64fe44a6770073874 .h4 p {
  font-family: inherit;
}
#pix-fe .cp-5ac4c64fe44a6770073874 h5, #pix-fe .cp-5ac4c64fe44a6770073874 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5ac4c64fe44a6770073874 h5 p, #pix-fe .cp-5ac4c64fe44a6770073874 .h5 p {
  font-family: inherit;
}
#pix-fe .cp-5ac4c64fe44a6770073874 h6, #pix-fe .cp-5ac4c64fe44a6770073874 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5ac4c64fe44a6770073874 h6 p, #pix-fe .cp-5ac4c64fe44a6770073874 .h6 p {
  font-family: inherit;
}
#pix-fe .cp-5ac4c64fe44a6770073874 p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
}
#pix-fe .cp-5ac4c64fe44a6770073874 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5ac4c64fe44a6770073874 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5ac4c64fe44a6770073874 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5ac4c64fe44a6770073874 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5ac4c64fe44a6770073874 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: Quattrocento Sans;
}
#pix-fe .cp-5ac4c64fe44a6770073874 strong a, #pix-fe .cp-5ac4c64fe44a6770073874 b a, #pix-fe .cp-5ac4c64fe44a6770073874 strong p, #pix-fe .cp-5ac4c64fe44a6770073874 b p {
  font-weight: inherit;
}
#pix-fe .cp-5ac4c64fe44a6770073874 [style*='color'] a, #pix-fe .cp-5ac4c64fe44a6770073874 [color] a {
  color: inherit;
}
#pix-fe .cp-5ac4c64fe44a6770073874 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-5ac4c64fe44a6770073874 [style*='line-height'] p {
  line-height: inherit;
}
#pix-fe .cp-5ac4c64fe44a6770073874 ul {
  list-style: disc outside;
}
#pix-fe .cp-5ac4c64fe44a6770073874 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5ac4c64fe44a6770073874 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_5ac4c64fe44a6770073874
*/ 

#pix-fe #cp-5ac4c64fe44a6770073874.pix-design-component {
    margin-left: -1056.7443802952766%;
    width: 14.85508531332016%;
    margin-top: 0px;
    clear: none;
    min-height: 0;
}
#pix-fe.media-d #cp-5ac4c64fe44a6770073874.pix-design-component {
    margin-left: -1056.7443802952766%;
    width: 14.85508531332016%;
    margin-top: 0px;
    clear: none;
    min-height: 0;
}
#pix-fe.media-t #cp-5ac4c64fe44a6770073874.pix-design-component {
    width: 20.9995809396441%;
    margin-left: -1055.4175933202107%;
    min-height: 104px;
    margin-top: 0px;
    clear: none;
}
#pix-fe.media-m #cp-5ac4c64fe44a6770073874.pix-design-component {
    margin-top: 0px;
    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_5ac4c64fe7ec7282445734
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/text/style.scss
==================================================
**/
#pix-fe .cp-5ac4c64fe7ec7282445734 li {
  font-family: Quattrocento Sans;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 {
  width: 400px;
  max-width: 100%;
  width: 200px;
  min-height: 14px;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 h1, #pix-fe .cp-5ac4c64fe7ec7282445734 h2, #pix-fe .cp-5ac4c64fe7ec7282445734 h3, #pix-fe .cp-5ac4c64fe7ec7282445734 h4, #pix-fe .cp-5ac4c64fe7ec7282445734 h5 {
  text-align: left;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 h1 a, #pix-fe .cp-5ac4c64fe7ec7282445734 h2 a, #pix-fe .cp-5ac4c64fe7ec7282445734 h3 a, #pix-fe .cp-5ac4c64fe7ec7282445734 h4 a, #pix-fe .cp-5ac4c64fe7ec7282445734 h5 a {
  font: inherit;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 p {
  margin-bottom: 10px;
  color: inherit;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 b, #pix-fe .cp-5ac4c64fe7ec7282445734 strong {
  font-weight: bold;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 em, #pix-fe .cp-5ac4c64fe7ec7282445734 i {
  font-style: italic;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 u {
  text-decoration: underline;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 ul {
  list-style: disc outside;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 li {
  color: rgba(36,31,32,1);
  margin-left: 2em;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 h1, #pix-fe .cp-5ac4c64fe7ec7282445734 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 h1 p, #pix-fe .cp-5ac4c64fe7ec7282445734 .h1 p {
  font-family: inherit;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 h2, #pix-fe .cp-5ac4c64fe7ec7282445734 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 h2 p, #pix-fe .cp-5ac4c64fe7ec7282445734 .h2 p {
  font-family: inherit;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 h3, #pix-fe .cp-5ac4c64fe7ec7282445734 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 h3 p, #pix-fe .cp-5ac4c64fe7ec7282445734 .h3 p {
  font-family: inherit;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 h4, #pix-fe .cp-5ac4c64fe7ec7282445734 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 h4 p, #pix-fe .cp-5ac4c64fe7ec7282445734 .h4 p {
  font-family: inherit;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 h5, #pix-fe .cp-5ac4c64fe7ec7282445734 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 h5 p, #pix-fe .cp-5ac4c64fe7ec7282445734 .h5 p {
  font-family: inherit;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 h6, #pix-fe .cp-5ac4c64fe7ec7282445734 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 h6 p, #pix-fe .cp-5ac4c64fe7ec7282445734 .h6 p {
  font-family: inherit;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: Quattrocento Sans;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 strong a, #pix-fe .cp-5ac4c64fe7ec7282445734 b a, #pix-fe .cp-5ac4c64fe7ec7282445734 strong p, #pix-fe .cp-5ac4c64fe7ec7282445734 b p {
  font-weight: inherit;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 [style*='color'] a, #pix-fe .cp-5ac4c64fe7ec7282445734 [color] a {
  color: inherit;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 [style*='line-height'] p {
  line-height: inherit;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 ul {
  list-style: disc outside;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5ac4c64fe7ec7282445734 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_5ac4c64fe7ec7282445734
*/ 

#pix-fe #cp-5ac4c64fe7ec7282445734.pix-design-component {
    width: 12.69967257976532%;
    margin-left: -1032.4358239769936%;
    margin-top: 0px;
    clear: none;
}
#pix-fe.media-d #cp-5ac4c64fe7ec7282445734.pix-design-component {
    width: 12.69967257976532%;
    margin-left: -1032.4358239769936%;
    margin-top: 0px;
    clear: none;
}
#pix-fe.media-m #cp-5ac4c64fe7ec7282445734.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/LzUvNKimP003PykxJzYvSL85MzE3PiczLzsoGiBUWpxaklusZ6xSADagE= 
 Path: skin/designcenter/pixafy/components/global/social_links/preset-3.scss 
 Parent uid: cp_5c75cdf201fff313434880
*/ 

/**================================================== Zoey SCSS File File Path: skin/designcenter/pixafy/components/global/social_links/preset-3.scss==================================================**/#pix-fe .cp-5c75cdf201fff313434880 {  width: 230px;}#pix-fe .cp-5c75cdf201fff313434880 .social-link {  margin: 0;  padding: 0 5%;  border-right: 0 solid #333;}#pix-fe .cp-5c75cdf201fff313434880 .social-link:last-child {  border: 0;  padding-right: 0 !important;}#pix-fe .cp-5c75cdf201fff313434880 .social-link:first-child {  padding-left: 0 !important;}#pix-fe .cp-5c75cdf201fff313434880 .social-link:hover {  text-decoration: none;}#pix-fe .cp-5c75cdf201fff313434880 .social-link[title="Tumblr"] {  display: none;}#pix-fe .cp-5c75cdf201fff313434880 .force-show-social.social-block {  display: block !important;  visibility: visible !important;}#pix-fe .cp-5c75cdf201fff313434880 .force-show-social.social-block .social-link:not([title="Tumblr"]) {  display: inline-block !important;  visibility: visible !important;}#pix-fe .cp-5c75cdf201fff313434880 .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("//www.industrykitchens.com.au/skin/designcenter/pixafy/components/global/social_links/fonts/social-icons-1/fonts/social-icons-1.eot?jpos");  src: url("//www.industrykitchens.com.au/skin/designcenter/pixafy/components/global/social_links/fonts/social-icons-1/fonts/social-icons-1.eot?asdf#iefix") format('embedded-opentype'), url("//www.industrykitchens.com.au/skin/designcenter/pixafy/components/global/social_links/fonts/social-icons-1/fonts/social-icons-1.ttf?jpos") format('truetype'), url("//www.industrykitchens.com.au/skin/designcenter/pixafy/components/global/social_links/fonts/social-icons-1/fonts/social-icons-1.woff?jpos") format('woff'), url("//www.industrykitchens.com.au/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-5c75cdf201fff313434880 {  width: 250px;}#pix-fe .cp-5c75cdf201fff313434880 .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-5c75cdf201fff313434880 .social-link {  border: 0px solid #ccc;  padding-left: 10%;  padding-right: 10%;  color: #4a4a4a;  font-size: 17px;  border-width: 0px;  border-color: rgba(2, 127, 150, 1);}#pix-fe .cp-5c75cdf201fff313434880 .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-5c75cdf201fff313434880 .social-link:hover {  color: rgb(6,1,71);}#pix-fe .cp-5c75cdf201fff313434880 .social-icon-facebook:before {  content: "\e900";}#pix-fe .cp-5c75cdf201fff313434880 .social-icon-google-plus:before {  content: "\e901";}#pix-fe .cp-5c75cdf201fff313434880 .social-icon-instagram:before {  content: "\e902";}#pix-fe .cp-5c75cdf201fff313434880 .social-icon-pintrest:before, #pix-fe .cp-5c75cdf201fff313434880 .social-icon-pinterest:before {  content: "\e903";}#pix-fe .cp-5c75cdf201fff313434880 .social-icon-twitter:before {  content: "\e904";}#pix-fe .cp-5c75cdf201fff313434880 .social-icon-youtube:before, #pix-fe .cp-5c75cdf201fff313434880 .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_5c75cdf201fff313434880
*/ 

#pix-fe #cp-5c75cdf201fff313434880.pix-design-component {
    margin-left: -1032.199527323246%;
    width: 2.39955373108387%;
    margin-top: 67px;
    clear: none;
    min-height: 0;
    z-index: 2;
}
#pix-fe.media-d #cp-5c75cdf201fff313434880.pix-design-component {
    margin-left: -1032.199527323246%;
    width: 2.39955373108387%;
    margin-top: 67px;
    clear: none;
    min-height: 0;
    z-index: 2;
}
#pix-fe.media-t #cp-5c75cdf201fff313434880.pix-design-component {
    margin-top: 44.5px;
    clear: none;
    width: 2.4%;
    margin-left: -1032.1%;
}
#pix-fe.media-m #cp-5c75cdf201fff313434880.pix-design-component {
    margin-top: 20px;
    width: 7.930555017730373%;
    margin-left: -1100%;
    clear: left;
    -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_5c75cdeb01ff9223445056
*/ 

/**================================================== Zoey SCSS File File Path: skin/designcenter/pixafy/components/global/social_links/preset-3.scss==================================================**/#pix-fe .cp-5c75cdeb01ff9223445056 {  width: 230px;}#pix-fe .cp-5c75cdeb01ff9223445056 .social-link {  margin: 0;  padding: 0 5%;  border-right: 0 solid #333;}#pix-fe .cp-5c75cdeb01ff9223445056 .social-link:last-child {  border: 0;  padding-right: 0 !important;}#pix-fe .cp-5c75cdeb01ff9223445056 .social-link:first-child {  padding-left: 0 !important;}#pix-fe .cp-5c75cdeb01ff9223445056 .social-link:hover {  text-decoration: none;}#pix-fe .cp-5c75cdeb01ff9223445056 .social-link[title="Tumblr"] {  display: none;}#pix-fe .cp-5c75cdeb01ff9223445056 .force-show-social.social-block {  display: block !important;  visibility: visible !important;}#pix-fe .cp-5c75cdeb01ff9223445056 .force-show-social.social-block .social-link:not([title="Tumblr"]) {  display: inline-block !important;  visibility: visible !important;}#pix-fe .cp-5c75cdeb01ff9223445056 .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("//www.industrykitchens.com.au/skin/designcenter/pixafy/components/global/social_links/fonts/social-icons-1/fonts/social-icons-1.eot?jpos");  src: url("//www.industrykitchens.com.au/skin/designcenter/pixafy/components/global/social_links/fonts/social-icons-1/fonts/social-icons-1.eot?asdf#iefix") format('embedded-opentype'), url("//www.industrykitchens.com.au/skin/designcenter/pixafy/components/global/social_links/fonts/social-icons-1/fonts/social-icons-1.ttf?jpos") format('truetype'), url("//www.industrykitchens.com.au/skin/designcenter/pixafy/components/global/social_links/fonts/social-icons-1/fonts/social-icons-1.woff?jpos") format('woff'), url("//www.industrykitchens.com.au/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-5c75cdeb01ff9223445056 {  width: 250px;}#pix-fe .cp-5c75cdeb01ff9223445056 .social-block {  border: 0px solid #ccc;  border-color: rgba(2, 127, 150, 1);  border-width: 0px;  background-color: rgba(255, 255, 255, 0);  padding: 0px;  text-align: left;}#pix-fe .cp-5c75cdeb01ff9223445056 .social-link {  border: 0px solid #ccc;  padding-left: 10%;  padding-right: 10%;  color: #4a4a4a;  font-size: 17px;  border-width: 0px;  border-color: rgba(2, 127, 150, 1);}#pix-fe .cp-5c75cdeb01ff9223445056 .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-5c75cdeb01ff9223445056 .social-link:hover {  color: rgba(191,26,45,1);}#pix-fe .cp-5c75cdeb01ff9223445056 .social-icon-facebook:before {  content: "\e900";}#pix-fe .cp-5c75cdeb01ff9223445056 .social-icon-google-plus:before {  content: "\e901";}#pix-fe .cp-5c75cdeb01ff9223445056 .social-icon-instagram:before {  content: "\e902";}#pix-fe .cp-5c75cdeb01ff9223445056 .social-icon-pintrest:before, #pix-fe .cp-5c75cdeb01ff9223445056 .social-icon-pinterest:before {  content: "\e903";}#pix-fe .cp-5c75cdeb01ff9223445056 .social-icon-twitter:before {  content: "\e904";}#pix-fe .cp-5c75cdeb01ff9223445056 .social-icon-youtube:before, #pix-fe .cp-5c75cdeb01ff9223445056 .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_5c75cdeb01ff9223445056
*/ 

#pix-fe #cp-5c75cdeb01ff9223445056.pix-design-component {
    margin-left: -1027.6994958519936%;
    width: 2.5%;
    margin-top: 67px;
    clear: none;
    min-height: 0;
    z-index: 2;
}
#pix-fe.media-d #cp-5c75cdeb01ff9223445056.pix-design-component {
    margin-left: -1027.6994958519936%;
    width: 2.5%;
    margin-top: 67px;
    clear: none;
    min-height: 0;
    z-index: 2;
}
#pix-fe.media-t #cp-5c75cdeb01ff9223445056.pix-design-component {
    margin-top: 44.5px;
    clear: none;
    width: 3.3%;
    margin-left: -1026.4%;
}
#pix-fe.media-m #cp-5c75cdeb01ff9223445056.pix-design-component {
    margin-top: 20px;
    width: 7.241379310344828%;
    margin-left: -1090%;
    clear: none;
    -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_5c75cea202029697612989
*/ 

/**================================================== Zoey SCSS File File Path: skin/designcenter/pixafy/components/global/social_links/preset-3.scss==================================================**/#pix-fe .cp-5c75cea202029697612989 {  width: 230px;}#pix-fe .cp-5c75cea202029697612989 .social-link {  margin: 0;  padding: 0 5%;  border-right: 0 solid #333;}#pix-fe .cp-5c75cea202029697612989 .social-link:last-child {  border: 0;  padding-right: 0 !important;}#pix-fe .cp-5c75cea202029697612989 .social-link:first-child {  padding-left: 0 !important;}#pix-fe .cp-5c75cea202029697612989 .social-link:hover {  text-decoration: none;}#pix-fe .cp-5c75cea202029697612989 .social-link[title="Tumblr"] {  display: none;}#pix-fe .cp-5c75cea202029697612989 .force-show-social.social-block {  display: block !important;  visibility: visible !important;}#pix-fe .cp-5c75cea202029697612989 .force-show-social.social-block .social-link:not([title="Tumblr"]) {  display: inline-block !important;  visibility: visible !important;}#pix-fe .cp-5c75cea202029697612989 .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("//www.industrykitchens.com.au/skin/designcenter/pixafy/components/global/social_links/fonts/social-icons-1/fonts/social-icons-1.eot?jpos");  src: url("//www.industrykitchens.com.au/skin/designcenter/pixafy/components/global/social_links/fonts/social-icons-1/fonts/social-icons-1.eot?asdf#iefix") format('embedded-opentype'), url("//www.industrykitchens.com.au/skin/designcenter/pixafy/components/global/social_links/fonts/social-icons-1/fonts/social-icons-1.ttf?jpos") format('truetype'), url("//www.industrykitchens.com.au/skin/designcenter/pixafy/components/global/social_links/fonts/social-icons-1/fonts/social-icons-1.woff?jpos") format('woff'), url("//www.industrykitchens.com.au/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-5c75cea202029697612989 {  width: 250px;}#pix-fe .cp-5c75cea202029697612989 .social-block {  border: 0px solid #ccc;  border-color: rgba(2, 127, 150, 1);  border-width: 0px;  background-color: rgba(255, 255, 255, 0);  padding: 0px;  text-align: left;}#pix-fe .cp-5c75cea202029697612989 .social-link {  border: 0px solid #ccc;  padding-left: 10%;  padding-right: 10%;  color: #4a4a4a;  font-size: 17px;  border-width: 0px;  border-color: rgba(2, 127, 150, 1);}#pix-fe .cp-5c75cea202029697612989 .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-5c75cea202029697612989 .social-link:hover {  color: rgb(188,42,142);}#pix-fe .cp-5c75cea202029697612989 .social-icon-facebook:before {  content: "\e900";}#pix-fe .cp-5c75cea202029697612989 .social-icon-google-plus:before {  content: "\e901";}#pix-fe .cp-5c75cea202029697612989 .social-icon-instagram:before {  content: "\e902";}#pix-fe .cp-5c75cea202029697612989 .social-icon-pintrest:before, #pix-fe .cp-5c75cea202029697612989 .social-icon-pinterest:before {  content: "\e903";}#pix-fe .cp-5c75cea202029697612989 .social-icon-twitter:before {  content: "\e904";}#pix-fe .cp-5c75cea202029697612989 .social-icon-youtube:before, #pix-fe .cp-5c75cea202029697612989 .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_5c75cea202029697612989
*/ 

#pix-fe #cp-5c75cea202029697612989.pix-design-component {
    margin-left: -1023.4000042080879%;
    width: 2.4%;
    margin-top: 67.5px;
    clear: none;
    min-height: 0;
    z-index: 2;
}
#pix-fe.media-d #cp-5c75cea202029697612989.pix-design-component {
    margin-left: -1023.4000042080879%;
    width: 2.4%;
    margin-top: 67.5px;
    clear: none;
    min-height: 0;
    z-index: 2;
}
#pix-fe.media-t #cp-5c75cea202029697612989.pix-design-component {
    margin-top: 44.5px;
    clear: none;
    width: 2.7%;
    margin-left: -1020.2%;
}
#pix-fe.media-m #cp-5c75cea202029697612989.pix-design-component {
    margin-top: 20px;
    width: 7.5862075542581495%;
    margin-left: -1080%;
    clear: none;
    -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/LzUvNKimP003PykxJzYvSTEvPyUoti9DPyy1KLPHMT01P1ikGaawE= 
 Path: skin/designcenter/pixafy/components/global/banner/hoverImage.scss 
 Parent uid: cp_5e357c08bdd26382740979
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/banner/hoverImage.scss
==================================================
**/
#pix-fe .cp-5e357c08bdd26382740979 {
  width: 385px;
}
#pix-fe .cp-5e357c08bdd26382740979 .hover-image-container {
  border-style: solid;
  border-width: ;
  border-color: #ccc;
  background-color: rgba(255, 255, 255, 0);
  padding: ;
  transition: background-color, border-color 0.5s;
}
#pix-fe .cp-5e357c08bdd26382740979 .zoey-component-placement-height {
  position: relative;
  padding-bottom: 100%;
}
#pix-fe .cp-5e357c08bdd26382740979 a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
#pix-fe .cp-5e357c08bdd26382740979 .img-container {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.5s;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#pix-fe .cp-5e357c08bdd26382740979 .img-container.hover {
  opacity: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#pix-fe .cp-5e357c08bdd26382740979:hover .hover-image-container {
  border-color: ;
  background-color: ;
}
#pix-fe .cp-5e357c08bdd26382740979:hover .img-container {
  opacity: 0;
}
#pix-fe .cp-5e357c08bdd26382740979: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_5e357c08bdd26382740979
*/ 

#pix-fe #cp-5e357c08bdd26382740979.pix-design-component {
    width: 11.69956773519516%;
    margin-left: -1014.1444519162178%;
    margin-top: 13.125px;
    clear: none;
    min-height: 0;
}
#pix-fe #cp-5e357c08bdd26382740979.pix-design-component > .component-content .zoey-component-placement-height {
    padding-bottom: 69.38%
}
#pix-fe.media-d #cp-5e357c08bdd26382740979.pix-design-component {
    width: 11.69956773519516%;
    margin-left: -1014.1444519162178%;
    margin-top: 13.125px;
    clear: none;
    min-height: 0;
}
#pix-fe.media-d #cp-5e357c08bdd26382740979.pix-design-component > .component-content .zoey-component-placement-height {
    padding-bottom: 69.38%
}
#pix-fe.media-t #cp-5e357c08bdd26382740979.pix-design-component {
    margin-top: 0px;
    clear: none;
    width: 11.698986156862087%;
    margin-left: -1013.5195732116699%;
}
#pix-fe.media-m #cp-5e357c08bdd26382740979.pix-design-component {
    width: 39.31034745841191%;
    clear: none;
    margin-top: 7.77679443359375px;
    margin-left: -1039.3103448275863%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    min-height: 0;
}
#pix-fe.media-m #cp-5e357c08bdd26382740979.pix-design-component > .component-content .zoey-component-placement-height {
    padding-bottom: 69.38%
}


/* 
 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_5ac4c6529371b358440604
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/text/style.scss
==================================================
**/
#pix-fe .cp-5ac4c6529371b358440604 li {
  font-family: Quattrocento Sans;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-5ac4c6529371b358440604 {
  width: 400px;
  max-width: 100%;
  width: 200px;
  min-height: 14px;
}
#pix-fe .cp-5ac4c6529371b358440604 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5ac4c6529371b358440604 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5ac4c6529371b358440604 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5ac4c6529371b358440604 h1, #pix-fe .cp-5ac4c6529371b358440604 h2, #pix-fe .cp-5ac4c6529371b358440604 h3, #pix-fe .cp-5ac4c6529371b358440604 h4, #pix-fe .cp-5ac4c6529371b358440604 h5 {
  text-align: left;
}
#pix-fe .cp-5ac4c6529371b358440604 h1 a, #pix-fe .cp-5ac4c6529371b358440604 h2 a, #pix-fe .cp-5ac4c6529371b358440604 h3 a, #pix-fe .cp-5ac4c6529371b358440604 h4 a, #pix-fe .cp-5ac4c6529371b358440604 h5 a {
  font: inherit;
}
#pix-fe .cp-5ac4c6529371b358440604 p {
  margin-bottom: 10px;
  color: inherit;
}
#pix-fe .cp-5ac4c6529371b358440604 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5ac4c6529371b358440604 b, #pix-fe .cp-5ac4c6529371b358440604 strong {
  font-weight: bold;
}
#pix-fe .cp-5ac4c6529371b358440604 em, #pix-fe .cp-5ac4c6529371b358440604 i {
  font-style: italic;
}
#pix-fe .cp-5ac4c6529371b358440604 u {
  text-decoration: underline;
}
#pix-fe .cp-5ac4c6529371b358440604 ul {
  list-style: disc outside;
}
#pix-fe .cp-5ac4c6529371b358440604 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5ac4c6529371b358440604 li {
  color: rgba(36,31,32,1);
  margin-left: 2em;
}
#pix-fe .cp-5ac4c6529371b358440604 h1, #pix-fe .cp-5ac4c6529371b358440604 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5ac4c6529371b358440604 h1 p, #pix-fe .cp-5ac4c6529371b358440604 .h1 p {
  font-family: inherit;
}
#pix-fe .cp-5ac4c6529371b358440604 h2, #pix-fe .cp-5ac4c6529371b358440604 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5ac4c6529371b358440604 h2 p, #pix-fe .cp-5ac4c6529371b358440604 .h2 p {
  font-family: inherit;
}
#pix-fe .cp-5ac4c6529371b358440604 h3, #pix-fe .cp-5ac4c6529371b358440604 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5ac4c6529371b358440604 h3 p, #pix-fe .cp-5ac4c6529371b358440604 .h3 p {
  font-family: inherit;
}
#pix-fe .cp-5ac4c6529371b358440604 h4, #pix-fe .cp-5ac4c6529371b358440604 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5ac4c6529371b358440604 h4 p, #pix-fe .cp-5ac4c6529371b358440604 .h4 p {
  font-family: inherit;
}
#pix-fe .cp-5ac4c6529371b358440604 h5, #pix-fe .cp-5ac4c6529371b358440604 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5ac4c6529371b358440604 h5 p, #pix-fe .cp-5ac4c6529371b358440604 .h5 p {
  font-family: inherit;
}
#pix-fe .cp-5ac4c6529371b358440604 h6, #pix-fe .cp-5ac4c6529371b358440604 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5ac4c6529371b358440604 h6 p, #pix-fe .cp-5ac4c6529371b358440604 .h6 p {
  font-family: inherit;
}
#pix-fe .cp-5ac4c6529371b358440604 p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
}
#pix-fe .cp-5ac4c6529371b358440604 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5ac4c6529371b358440604 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5ac4c6529371b358440604 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5ac4c6529371b358440604 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5ac4c6529371b358440604 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: Quattrocento Sans;
}
#pix-fe .cp-5ac4c6529371b358440604 strong a, #pix-fe .cp-5ac4c6529371b358440604 b a, #pix-fe .cp-5ac4c6529371b358440604 strong p, #pix-fe .cp-5ac4c6529371b358440604 b p {
  font-weight: inherit;
}
#pix-fe .cp-5ac4c6529371b358440604 [style*='color'] a, #pix-fe .cp-5ac4c6529371b358440604 [color] a {
  color: inherit;
}
#pix-fe .cp-5ac4c6529371b358440604 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-5ac4c6529371b358440604 [style*='line-height'] p {
  line-height: inherit;
}
#pix-fe .cp-5ac4c6529371b358440604 ul {
  list-style: disc outside;
}
#pix-fe .cp-5ac4c6529371b358440604 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5ac4c6529371b358440604 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_5ac4c6529371b358440604
*/ 

#pix-fe #cp-5ac4c6529371b358440604.pix-design-component {
    width: 16.42804890871048%;
    margin-left: -1034.7307458519936%;
    margin-top: 121.13543701171875px;
    clear: none;
}
#pix-fe.media-d #cp-5ac4c6529371b358440604.pix-design-component {
    width: 16.42804890871048%;
    margin-left: -1034.7307458519936%;
    margin-top: 121.13543701171875px;
    clear: none;
}
#pix-fe.media-t #cp-5ac4c6529371b358440604.pix-design-component {
    width: 22.274925527975913%;
    margin-left: -1032.3997869173854%;
    margin-top: 110px;
    clear: none;
}
#pix-fe.media-m #cp-5ac4c6529371b358440604.pix-design-component {
    width: 100%;
    clear: left;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 1.4375px;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoeydev 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcmL0s4pj9KvyUytTUsti9JPzcwvy81LzSoCCyUWpKZklzolFKT756fmYAroGhnrFIMNqAQ== 
 Path: /js/zoeydev/components/creditCardLogos/creditCardLogos-01.scss 
 Parent uid: cp_5e578ae8d6341461801658
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: /js/zoeydev/components/creditCardLogos/creditCardLogos-01.scss
==================================================
**/
#pix-fe .cp-5e578ae8d6341461801658 {
  text-align: center;
}
#pix-fe .cp-5e578ae8d6341461801658 ul li {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  margin-right: 10px;
  opacity: 1;
}
#pix-fe .cp-5e578ae8d6341461801658 ul li:last-child {
  margin-right: 0;
}
#pix-fe .cp-5e578ae8d6341461801658 ul a {
  display: block;
}
#pix-fe .cp-5e578ae8d6341461801658 ul div {
  background-size: contain;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#pix-fe.media-t .cp-5e578ae8d6341461801658 ul li {
  width: ;
  margin-right: ;
}
#pix-fe.media-m .cp-5e578ae8d6341461801658 ul li {
  width: ;
  margin-right: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5e578ae8d6341461801658
*/ 

#pix-fe #cp-5e578ae8d6341461801658.pix-design-component {
    width: 14.593505859375%;
    margin-left: -1033.8518396019936%;
    margin-top: 157.15625px;
    clear: none;
}
#pix-fe.media-d #cp-5e578ae8d6341461801658.pix-design-component {
    width: 14.593505859375%;
    margin-left: -1033.8518396019936%;
    margin-top: 157.15625px;
    clear: none;
}
#pix-fe.media-t #cp-5e578ae8d6341461801658.pix-design-component {
    width: 20.810081894391228%;
    margin-left: -1031.3104550043743%;
    margin-top: 152.18753051757812px;
    clear: none;
}
#pix-fe.media-m #cp-5e578ae8d6341461801658.pix-design-component {
    width: 100%;
    clear: left;
    margin-top: 0px;
    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/LzUvNKimP003PykxJzYvSTEvPyUoti9AuKUotTS3RN9IpBWmsB 
 Path: skin/designcenter/pixafy/components/global/banner/preset-4.scss 
 Parent uid: cp_5e579015d6621636402183
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/banner/preset-4.scss
==================================================
**/
#pix-fe .cp-5e579015d6621636402183 > .component-content {
  height: 100%;
  overflow: hidden;
}
#pix-fe .cp-5e579015d6621636402183 img {
  max-width: none;
  width: 100%;
  height: auto;
  display: block;
}
#pix-fe .cp-5e579015d6621636402183 {
  padding: 0px;
  outline-width: 0px;
  outline-color: rgba(242,242,242,1);
  outline-offset: -0px;
  outline-style: solid;
  width: 500px;
}
#pix-fe .cp-5e579015d6621636402183 .zoey-component-placement-height {
  padding-bottom: 45%;
  overflow: hidden;
  position: relative;
}
#pix-fe .cp-5e579015d6621636402183 .zoey-component-placement-height img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-padding.html 
 Parent uid: cp_5e579015d6621636402183
*/ 

#pix-fe #cp-5e579015d6621636402183.pix-design-component {
    width: 13.47569078207016%;
    margin-left: -1033.2170739769936%;
    margin-top: 202.1875px;
    clear: none;
    min-height: 0;
}
#pix-fe #cp-5e579015d6621636402183.pix-design-component > .component-content .zoey-component-placement-height {
    padding-bottom: 53.0739299610895%
}
#pix-fe.media-d #cp-5e579015d6621636402183.pix-design-component {
    width: 13.47569078207016%;
    margin-left: -1033.2170739769936%;
    margin-top: 202.1875px;
    clear: none;
    min-height: 0;
}
#pix-fe.media-t #cp-5e579015d6621636402183.pix-design-component {
    width: 16.66434076115761%;
    margin-left: -1028.1203508377075%;
    margin-top: 220.00003051757812px;
    clear: none;
}
#pix-fe.media-m #cp-5e579015d6621636402183.pix-design-component {
    width: 66.55172939958244%;
    clear: left;
    margin-top: 0px;
    margin-left: -1083.2758620689656%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    min-height: 0;
}
#pix-fe.media-m #cp-5e579015d6621636402183.pix-design-component > .component-content .zoey-component-placement-height {
    padding-bottom: 45.01%
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5c90b8b1eb7ea793377772
*/ 

#pix-fe #cp-5c90b8b1eb7ea793377772.pix-design-component {
    width: 29.29949164390564%;
    margin-left: -1035.2974966168404%;
    margin-top: 287px;
    clear: none;
}
#pix-fe.media-d #cp-5c90b8b1eb7ea793377772.pix-design-component {
    width: 29.29949164390564%;
    margin-left: -1035.2974966168404%;
    margin-top: 287px;
    clear: none;
}
#pix-fe.media-t #cp-5c90b8b1eb7ea793377772.pix-design-component {
    margin-top: 311.0000305175781px;
    clear: none;
}
#pix-fe.media-m #cp-5c90b8b1eb7ea793377772.pix-design-component {
    width: 100%;
    clear: left;
    margin-top: 0.625px;
    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_5ac4c65007981024644142
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/text/style.scss
==================================================
**/
#pix-fe .cp-5ac4c65007981024644142 li {
  font-family: Quattrocento Sans;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-5ac4c65007981024644142 {
  width: 400px;
  max-width: 100%;
  width: 200px;
  min-height: 14px;
}
#pix-fe .cp-5ac4c65007981024644142 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5ac4c65007981024644142 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5ac4c65007981024644142 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5ac4c65007981024644142 h1, #pix-fe .cp-5ac4c65007981024644142 h2, #pix-fe .cp-5ac4c65007981024644142 h3, #pix-fe .cp-5ac4c65007981024644142 h4, #pix-fe .cp-5ac4c65007981024644142 h5 {
  text-align: left;
}
#pix-fe .cp-5ac4c65007981024644142 h1 a, #pix-fe .cp-5ac4c65007981024644142 h2 a, #pix-fe .cp-5ac4c65007981024644142 h3 a, #pix-fe .cp-5ac4c65007981024644142 h4 a, #pix-fe .cp-5ac4c65007981024644142 h5 a {
  font: inherit;
}
#pix-fe .cp-5ac4c65007981024644142 p {
  margin-bottom: 10px;
  color: inherit;
}
#pix-fe .cp-5ac4c65007981024644142 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5ac4c65007981024644142 b, #pix-fe .cp-5ac4c65007981024644142 strong {
  font-weight: bold;
}
#pix-fe .cp-5ac4c65007981024644142 em, #pix-fe .cp-5ac4c65007981024644142 i {
  font-style: italic;
}
#pix-fe .cp-5ac4c65007981024644142 u {
  text-decoration: underline;
}
#pix-fe .cp-5ac4c65007981024644142 ul {
  list-style: disc outside;
}
#pix-fe .cp-5ac4c65007981024644142 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5ac4c65007981024644142 li {
  color: rgba(36,31,32,1);
  margin-left: 2em;
}
#pix-fe .cp-5ac4c65007981024644142 h1, #pix-fe .cp-5ac4c65007981024644142 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5ac4c65007981024644142 h1 p, #pix-fe .cp-5ac4c65007981024644142 .h1 p {
  font-family: inherit;
}
#pix-fe .cp-5ac4c65007981024644142 h2, #pix-fe .cp-5ac4c65007981024644142 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5ac4c65007981024644142 h2 p, #pix-fe .cp-5ac4c65007981024644142 .h2 p {
  font-family: inherit;
}
#pix-fe .cp-5ac4c65007981024644142 h3, #pix-fe .cp-5ac4c65007981024644142 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5ac4c65007981024644142 h3 p, #pix-fe .cp-5ac4c65007981024644142 .h3 p {
  font-family: inherit;
}
#pix-fe .cp-5ac4c65007981024644142 h4, #pix-fe .cp-5ac4c65007981024644142 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5ac4c65007981024644142 h4 p, #pix-fe .cp-5ac4c65007981024644142 .h4 p {
  font-family: inherit;
}
#pix-fe .cp-5ac4c65007981024644142 h5, #pix-fe .cp-5ac4c65007981024644142 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5ac4c65007981024644142 h5 p, #pix-fe .cp-5ac4c65007981024644142 .h5 p {
  font-family: inherit;
}
#pix-fe .cp-5ac4c65007981024644142 h6, #pix-fe .cp-5ac4c65007981024644142 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5ac4c65007981024644142 h6 p, #pix-fe .cp-5ac4c65007981024644142 .h6 p {
  font-family: inherit;
}
#pix-fe .cp-5ac4c65007981024644142 p {
  margin-bottom: 10px;
  color: inherit;
  font-size: inherit;
}
#pix-fe .cp-5ac4c65007981024644142 p:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5ac4c65007981024644142 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5ac4c65007981024644142 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5ac4c65007981024644142 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5ac4c65007981024644142 a {
  font-size: inherit;
  font-weight: inherit;
  font-family: Quattrocento Sans;
}
#pix-fe .cp-5ac4c65007981024644142 strong a, #pix-fe .cp-5ac4c65007981024644142 b a, #pix-fe .cp-5ac4c65007981024644142 strong p, #pix-fe .cp-5ac4c65007981024644142 b p {
  font-weight: inherit;
}
#pix-fe .cp-5ac4c65007981024644142 [style*='color'] a, #pix-fe .cp-5ac4c65007981024644142 [color] a {
  color: inherit;
}
#pix-fe .cp-5ac4c65007981024644142 [style*='font-size'] p {
  font-size: inherit;
}
#pix-fe .cp-5ac4c65007981024644142 [style*='line-height'] p {
  line-height: inherit;
}
#pix-fe .cp-5ac4c65007981024644142 ul {
  list-style: disc outside;
}
#pix-fe .cp-5ac4c65007981024644142 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5ac4c65007981024644142 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_5ac4c65007981024644142
*/ 

#pix-fe #cp-5ac4c65007981024644142.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    margin-top: 1.32293701171875px;
    clear: left;
    min-height: 0;
}
#pix-fe.media-d #cp-5ac4c65007981024644142.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    margin-top: 1.32293701171875px;
    min-height: 0;
    clear: left;
}
#pix-fe.media-t #cp-5ac4c65007981024644142.pix-design-component {
    margin-top: 13.089324951171875px;
}
#pix-fe.media-m #cp-5ac4c65007981024644142.pix-design-component {
    margin-top: 7.8035888671875px;
    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 iconFontQuote 
 Path: /skin/designcenter/fonts/quote-icons/style.css 
 Parent uid: cp_5cc05a16de456348766963
*/ 

@font-face {  font-family: 'quote-icons';  src:  url("//www.industrykitchens.com.au//skin/designcenter/fonts/quote-icons/fonts/quote-icons.eot?lycza2");  src:  url("//www.industrykitchens.com.au//skin/designcenter/fonts/quote-icons/fonts/quote-icons.eot?lycza2#iefix") format('embedded-opentype'),    url("//www.industrykitchens.com.au//skin/designcenter/fonts/quote-icons/fonts/quote-icons.ttf?lycza2") format('truetype'),    url("//www.industrykitchens.com.au//skin/designcenter/fonts/quote-icons/fonts/quote-icons.woff?lycza2") format('woff'),    url("//www.industrykitchens.com.au//skin/designcenter/fonts/quote-icons/fonts/quote-icons.svg?lycza2#quote-icons") format('svg');  font-weight: normal;  font-style: normal;}[class^="quote-icon-"]:before, [class*=" quote-icon-"]:before {  /* use !important to prevent issues with browser extensions that change fonts */  font-family: 'quote-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;}.quote-icon-register:before {  content: "\e900";}.quote-icon-calculator-buttons:before {  content: "\e901";}.quote-icon-calculator:before {  content: "\e902";}.quote-icon-accounting:before {  content: "\e903";}.quote-icon-accounting-round:before {  content: "\e904";}.quote-icon-calculator-square:before {  content: "\e905";}.quote-icon-calculator-buttons-square-thin:before {  content: "\e906";}.quote-icon-calculator-buttons-square:before {  content: "\e907";}.quote-icon-tag:before {  content: "\e908";}

/* 
 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_5cc05a16de456348766963
*/ 

@font-face {  font-family: 'account-icons';  src:  url("//www.industrykitchens.com.au/skin/designcenter/pixafy/components/root/header/top_links/fonts/account-icons/fonts/account-icons.eot?pbgcwp");  src:  url("//www.industrykitchens.com.au/skin/designcenter/pixafy/components/root/header/top_links/fonts/account-icons/fonts/account-icons.eot?pbgcwp#iefix") format('embedded-opentype'),    url("//www.industrykitchens.com.au/skin/designcenter/pixafy/components/root/header/top_links/fonts/account-icons/fonts/account-icons.ttf?pbgcwp") format('truetype'),    url("//www.industrykitchens.com.au/skin/designcenter/pixafy/components/root/header/top_links/fonts/account-icons/fonts/account-icons.woff?pbgcwp") format('woff'),    url("//www.industrykitchens.com.au/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: zoeydev 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcmL0s4pj9KvyUytTUsti9JPzcwvy81LzSoCCGamJKalFrsXFQG5mYg4WEV1DvWKQabUA 
 Path: /js/zoeydev/components/headerEssentials/headerEssentials-1.scss 
 Parent uid: cp_5cc05a16de456348766963
*/ 

/**================================================== Zoey SCSS File File Path: /js/zoeydev/components/headerEssentials/headerEssentials-1.scss==================================================**/#pix-fe .zoey-account-links-content {  background: rgba(255, 255, 255, 1);  padding: 15px 40px 15px 40px;  -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 .zoey-account-links-content li {  text-align: center;  padding: 4px 0 4px 0;}#pix-fe .zoey-account-links-content li a {  color: rgba(36,31,32,1);  font-size: 14px;  font-weight: normal;  text-transform: none;  text-decoration: none;  font-style: normal;}#pix-fe .zoey-account-links-content li a:hover {  color: rgba(191,26,45,1);}#pix-fe .cp-5cc05a16de456348766963 {  width: 100%;  border: 0 !important;}#pix-fe .cp-5cc05a16de456348766963 .pix-grid {  max-width: 100%;}#pix-fe .cp-5cc05a16de456348766963 .header-wrap {  padding: 10px 0;}#pix-fe .cp-5cc05a16de456348766963 .header-wrap > * {  display: inline-block;  vertical-align: middle;}#pix-fe .cp-5cc05a16de456348766963 .header-wrap.is-scrolling {  visibility: hidden;}#pix-fe .cp-5cc05a16de456348766963 .top-header-banner {  background-color: rgba(242,242,242,1);  color: rgb(36,31,32);  font-size: 16px;  font-weight: normal;  text-transform: none;  text-decoration: none;  font-style: normal;  text-align: center;  padding: 12px 0 12px 0;}#pix-fe .cp-5cc05a16de456348766963 .top-header-banner > .pix-grid {  padding: 0 15px 0 15px;}#pix-fe .cp-5cc05a16de456348766963 .top-header-banner > .pix-grid a {  color: rgba(36,31,32,1);}#pix-fe .cp-5cc05a16de456348766963 .top-header-banner > .pix-grid a:hover {  color: rgba(191,26,45,1);}#pix-fe .cp-5cc05a16de456348766963 .main-content {  background-color: rgba(255,255,255,1);}#pix-fe .cp-5cc05a16de456348766963 .float-container {  padding: 10px 20px 10px 20px;}#pix-fe .cp-5cc05a16de456348766963 .header-main-div {  width: 64%;  vertical-align: middle;}#pix-fe .cp-5cc05a16de456348766963 .logo-container {  display: inline-block;  vertical-align: middle;  min-width: 40%;}#pix-fe .cp-5cc05a16de456348766963 .logo-container img {  max-height: 100px;  max-width: 300px;}#pix-fe .cp-5cc05a16de456348766963 .zoey-header-search-container {  display: inline-block;  vertical-align: middle;  width: 60%;  padding: 10px 0;}#pix-fe .cp-5cc05a16de456348766963 .zoey-header-search-container .zoey-catalog-search .search-container {  position: relative;}#pix-fe .cp-5cc05a16de456348766963 .zoey-header-search-container .zoey-catalog-search .search-container input {  width: 100%;  background-color: rgba(255,255,255,1);  color: rgba(51,51,51,1);  font-size: 16px;  border-width: 1px 1px 1px 1px;  border-color: rgba(204,204,204,1);  border-style: solid;  padding: 8px 30px 8px 10px;}#pix-fe .cp-5cc05a16de456348766963 .zoey-header-search-container .zoey-catalog-search .search-container input::-webkit-input-placeholder {  color: #7b7979;}#pix-fe .cp-5cc05a16de456348766963 .zoey-header-search-container .zoey-catalog-search .search-container input::-moz-placeholder {  color: #7b7979;}#pix-fe .cp-5cc05a16de456348766963 .zoey-header-search-container .zoey-catalog-search .search-container input:-ms-input-placeholder {  color: #7b7979;}#pix-fe .cp-5cc05a16de456348766963 .zoey-header-search-container .zoey-catalog-search .search-container input:-moz-placeholder {  color: #7b7979;}#pix-fe .cp-5cc05a16de456348766963 .zoey-header-search-container .zoey-catalog-search .search-container button {  width: 14px;  position: absolute;  top: 55%;  right: 7px;  background: transparent;  color: rgba(191,26,45,1);  font-size: 12px;  line-height: 1;  padding: 0;  transform: translate(0, -50%);  border: none;}#pix-fe .cp-5cc05a16de456348766963 .zoey-header-search-container-scroll {  position: absolute;  top: 100%;  right: 75px;  width: 100%;  max-width: 250px;}#pix-fe .cp-5cc05a16de456348766963 .zoey-header-search-container-scroll .search-container {  background-color: rgba(255,255,255,1);  border-color: rgba(204,204,204,1);  border-width: 1px 1px 1px 1px;  border-style: solid;  padding-right: 20px;}#pix-fe .cp-5cc05a16de456348766963 .zoey-header-search-container-scroll .search-container input {  border: none;  color: rgba(51,51,51,1);  background: none;  height: 40px;}#pix-fe .cp-5cc05a16de456348766963 .zoey-header-search-container-scroll .search-container .icon-search {  width: 14px;  position: absolute;  top: 50%;  transform: translate(0, -50%);  right: 7px;  background: transparent;  color: rgba(191,26,45,1);  font-size: 12px;  line-height: 1;  padding: 0;}#pix-fe .cp-5cc05a16de456348766963 .zoey-header-search-container-scroll .search-container .icon-search:hover {  color: rgba(191,26,45,1);}#pix-fe .cp-5cc05a16de456348766963 .extras-container {  width: 36%;  padding-left: 20px;  text-align: right;}#pix-fe .cp-5cc05a16de456348766963 .extras-container .extra {  display: inline-block;  padding-top: 5px;}#pix-fe .cp-5cc05a16de456348766963 .extras-container .extra .extra-table {  display: table;}#pix-fe .cp-5cc05a16de456348766963 .extras-container .extra .extra-table > * {  display: table-cell;  vertical-align: top;  padding-left: 10px;  text-align: left;}#pix-fe .cp-5cc05a16de456348766963 .extras-container .extra .extra-table > *:first-child {  padding-left: 0;}#pix-fe .cp-5cc05a16de456348766963 .extras-container .extra .extra-table .account-link {  vertical-align: top;}#pix-fe .cp-5cc05a16de456348766963 .extras-container .extra.top {  text-align: right;}#pix-fe .cp-5cc05a16de456348766963 .extras-container .extra.top .extra-table > span {  color: rgba(36,31,32,1);  font-size: 13px;  font-weight: bold;  text-transform: none;  text-decoration: none;  font-style: normal;}#pix-fe .cp-5cc05a16de456348766963 .extras-container .extra.top .extra-table > * {  display: table-cell;  vertical-align: middle;}#pix-fe .cp-5cc05a16de456348766963 .extras-container .extra:last-of-type {  padding-top: 20px;}#pix-fe .cp-5cc05a16de456348766963 .lang-curr {  white-space: nowrap;}#pix-fe .cp-5cc05a16de456348766963 .lang-curr .form-language {  position: relative;  z-index: 999;  margin-right: 10px;  vertical-align: top;  display: inline-block;  padding: 5px 8px;}#pix-fe .cp-5cc05a16de456348766963 .lang-curr .form-language .dropdown-container label {  float: left;  cursor: pointer;  margin: 0;  width: 100%;}#pix-fe .cp-5cc05a16de456348766963 .lang-curr .form-language .dropdown-container label .icon-down-arrow-slim {  margin-left: -10px;  color: rgba(79, 79, 79, 1);}#pix-fe .cp-5cc05a16de456348766963 .lang-curr .form-language .dropdown-container .selected {  position: relative;  display: inline-block;}#pix-fe .cp-5cc05a16de456348766963 .lang-curr .form-language img {  width: 30px;  display: inline-block;  height: auto;  max-width: none;  vertical-align: middle;}#pix-fe .cp-5cc05a16de456348766963 .lang-curr .form-language input[type="checkbox"] {  display: none;}#pix-fe .cp-5cc05a16de456348766963 .lang-curr .form-language input[type="checkbox"]:not(:checked) + ul {  display: none;}#pix-fe .cp-5cc05a16de456348766963 .lang-curr .form-language input[type="checkbox"] + ul {  margin-top: 20px;  left: -10px;  text-align: left;  width: 150px;  border: 1px solid #ccc;  position: absolute;  z-index: 999;  background: #fff;}#pix-fe .cp-5cc05a16de456348766963 .lang-curr .form-language input[type="checkbox"] + ul > li {  padding: 7px 9px;  position: relative;}#pix-fe .cp-5cc05a16de456348766963 .lang-curr .form-language input[type="checkbox"] + ul > li span {  font-size: 12px;  line-height: 125%;  color: #000;  padding-left: 15px;  display: inline-block;  max-width: 100px;  word-wrap: break-word;  white-space: normal;  text-align: left;  vertical-align: middle;}#pix-fe .cp-5cc05a16de456348766963 .lang-curr .form-language input[type="checkbox"] + ul > li span:hover {  color: #737373;}#pix-fe .cp-5cc05a16de456348766963 .lang-curr .form-language input[type="checkbox"] + ul > li:before, #pix-fe .cp-5cc05a16de456348766963 .lang-curr .form-language input[type="checkbox"] + ul > li:after {  content: '';  clear: both;  display: block;}#pix-fe .cp-5cc05a16de456348766963 .currency-switcher {  position: relative;  display: inline-block;  vertical-align: top;  font-size: 10px;}#pix-fe .cp-5cc05a16de456348766963 .currency-switcher .zoey-styled-select {  display: block;}#pix-fe .cp-5cc05a16de456348766963 .currency-switcher select {  display: inline-block;  padding: 5px 10px 5px 8px;  color: #000;  background-color: transparent;  font-weight: bold;  text-transform: uppercase;}#pix-fe .cp-5cc05a16de456348766963 .currency-switcher .icon-down-arrow-slim {  margin-left: -10px;  color: rgba(79, 79, 79, 1);}#pix-fe .cp-5cc05a16de456348766963 .zoey-header-cart {  padding-top: 1px;  cursor: pointer;  white-space: nowrap;}#pix-fe .cp-5cc05a16de456348766963 .zoey-header-cart a {  display: inline-block;}#pix-fe .cp-5cc05a16de456348766963 .zoey-header-cart a:hover {  text-decoration: none;}#pix-fe .cp-5cc05a16de456348766963 #header-cart-link, #pix-fe .cp-5cc05a16de456348766963 #header-cart-link-b2bquote {  display: inline-block;  color: rgba(36,31,32,1);  font-size: 15px;  font-weight: normal;  text-transform: none;  text-decoration: none;  font-style: normal;}#pix-fe .cp-5cc05a16de456348766963 #header-cart-link:hover, #pix-fe .cp-5cc05a16de456348766963 #header-cart-link-b2bquote:hover {  color: rgba(191,26,45,1);}#pix-fe .cp-5cc05a16de456348766963 .cart-i:before {  margin-right: 4px;  font-size: 30px;  vertical-align: middle;}#pix-fe .cp-5cc05a16de456348766963 .label-wrap {  vertical-align: middle;  display: inline-block;  line-height: 1.4;}#pix-fe .cp-5cc05a16de456348766963 .label-wrap > * {  display: block;}#pix-fe .cp-5cc05a16de456348766963 .icon-down-arrow-slim {  vertical-align: middle;  display: inline-block;  margin-left: 3px;  font-size: 8px;}#pix-fe .cp-5cc05a16de456348766963 .zoey-account-links {  cursor: pointer;}#pix-fe .cp-5cc05a16de456348766963 .zoey-account-links a {  display: inline-block;  color: rgba(36,31,32,1);  font-size: 15px;  font-weight: normal;  text-transform: none;  text-decoration: none;  font-style: normal;}#pix-fe .cp-5cc05a16de456348766963 .zoey-account-links a:hover {  color: rgba(191,26,45,1);}#pix-fe .cp-5cc05a16de456348766963 .zoey-account-links a span {  text-decoration: inherit;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container {  background-color: rgba(255,255,255,1);  border-style: solid;  border-width: 1px 0 1px 0;  border-color: rgba(255,255,255,1);}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container nav {  display: block;  height: 100%;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary li:hover {  z-index: 9;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container a {  text-decoration: none;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary {  list-style: none;  position: relative;  text-align: center;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary li.level-top {  margin: 0 10px 0 0;  background-color: rgba(255,255,255,1);}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary li.level-top > ul {  position: absolute;  z-index: 9999999;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary li.level-top:not(.hidden) {  display: inline-block;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary li.level-top:not(:hover) ul.level0, #pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary li.level-top:not(:hover) .sub-menu-container {  top: -10000000px;  opacity: 0;  transition: opacity 0.3s;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary li.level-top:hover {  background-color: rgba(255,255,255,1);}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary li.level-top:hover > a {  color: rgba(191,26,45,1);}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary li.level-top:hover > a > span {  border-bottom-color: rgba(255,255,255,1);  border-bottom-style: solid;  border-bottom-width: 1px;  transition: all 0.3s;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary li.level-top > a {  display: inline-block;  vertical-align: middle;  color: rgb(36,31,32);  font-size: 20px;  font-style: normal;  font-weight: normal;  text-transform: none;  letter-spacing: 0px;  padding: 15px 5px;  background: none;  text-decoration: none;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary li.level-top > a > span {  transition: all 0.3s;  border-bottom-color: transparent;  border-bottom-style: solid;  border-bottom-width: 1px;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary li.level-top > a > span i {  margin-left: 10px;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary li.level-top.active > a {  color: rgba(191,26,45,1);  font-size: ;  font-style: ;  font-weight: ;  text-transform: ;  background-color: ;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary .sub-menu-container {  position: absolute;  z-index: 9999999;  left: 0;  width: 100%;  padding: 20px;  text-align: left;  opacity: 1;  transition: opacity 0.3s;  border-top-style: solid;  border-width: ;  border-top-color: rgba(51, 51, 51, 0);  background-color: rgba(255,255,255,1);  -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 .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary .sub-menu-container:before, #pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary .sub-menu-container:after {  content: '';  clear: both;  display: block;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary .sub-menu-container.has-promo-banner ul.level0 {  float: left;  width: 60%;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary .sub-menu-container.has-promo-banner .menu-promo {  float: right;  height: 100%;  width: 35%;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary .sub-menu-container:not(.has-promo-banner) ul.level0 {  width: 100%;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary .sub-menu-container:not(.has-promo-banner) .menu-promo {  display: none;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary .sub-menu-content {  margin: 0 auto;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary ul.level0 {  margin: 0 auto;  display: block;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary ul.level0 li.level1 {  text-align: left;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary ul.level0 li.level1 .img-container {  display: block;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary ul.level0 li.level1 .img-container img {  margin-top: 15px;  padding: 10px;  display: inline-block;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary ul.level0 li.level1 ul {  margin-bottom: 15px;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary ul.level0 li.level1 > a {  display: block;  padding: 10px;  color: rgba(36,31,32,1);  font-size: 13px;  font-weight: bold;  text-transform: none;  text-decoration: none;  font-style: normal;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary ul.level0 li.level1.active > a {  color: ;  font-size: ;  font-weight: ;  text-transform: ;  text-decoration: ;  font-style: ;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary ul.level0 li.level1.active > a:hover, #pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary ul.level0 li.level1 > a:hover {  color: rgba(191,26,45,1);}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary ul.level0 li.level2 {  text-align: left;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary ul.level0 li.level2 ul {  display: none;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary ul.level0 li.level2 > a {  display: block;  padding: 5px 10px 5px 10px;  text-decoration: none;  color: #000;  font-size: 12px;  font-weight: normal;  text-transform: none;  text-decoration: none;  font-style: normal;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary ul.level0 li.level2.active > a {  color: ;  font-size: ;  font-weight: ;  text-transform: ;  text-decoration: ;  font-style: ;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary ul.level0 li.level2.active > a:hover, #pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary ul.level0 li.level2 > a:hover {  color: rgba(191,26,45,1);}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary ul.level0:before, #pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary ul.level0:after {  content: '';  clear: both;  display: block;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary:before, #pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary:after {  content: '';  clear: both;  display: block;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary.nav-clickable li.level-top:not(.open) ul.level0, #pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary.nav-clickable li.level-top:not(.open) .sub-menu-container {  top: -10000000px;  opacity: 0;  transition: opacity 0.3s;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary.nav-clickable li.level-top.open {  background-color: rgba(255,255,255,1);}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary.nav-clickable li.level-top.open ul.level0, #pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary.nav-clickable li.level-top.open .sub-menu-container {  top: initial;  opacity: 1;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary.nav-clickable li.level-top.open > a {  color: rgba(191,26,45,1);}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary.nav-clickable li.level-top.open > a > span {  border-bottom-color: rgba(255,255,255,1);  border-bottom-style: solid;  border-bottom-width: 1px;  transition: all 0.3s;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary.left-to-right .sub-menu-container.has-promo-banner li.level1 {  float: left;  width: 33.33%;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary.left-to-right .sub-menu-container.has-promo-banner li.level1:nth-child(3n+1) {  clear: left;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary.left-to-right .sub-menu-container:not(.has-promo-banner) li.level1 {  float: left;  width: 20%;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-primary.left-to-right .sub-menu-container:not(.has-promo-banner) li.level1:nth-child(5n+1) {  clear: left;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container .zoey-nav-wrap {  height: 100%;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container.is-scrolling .zoey-nav-primary li.level-top > a {  font-size: ;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container.is-scrolling .zoey-nav-primary li.level-top.active > a {  font-size: ;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container.is-scrolling .zoey-nav-primary ul.level0 li.level1 > a {  font-size: ;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container.is-scrolling .zoey-nav-primary ul.level0 li.level1.active > a {  font-size: ;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container.is-scrolling .zoey-nav-primary ul.level0 li.level2 > a {  font-size: ;}#pix-fe .cp-5cc05a16de456348766963 .header-menu-container.is-scrolling .zoey-nav-primary ul.level0 li.level2.active > a {  font-size: ;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container {  top: -100%;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling {  transition: top 0.2s ease-out;  background-color: rgba(191,26,45,1);  border-color: rgba(242,242,242,1);  border-width: 1px 0 1px 0;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling > .pix-grid {  width: 100%;  min-width: 100%;  display: table;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container .pix-grid:before, #pix-fe .cp-5cc05a16de456348766963 .header-scroll-container .pix-grid:after {  content: '';  clear: both;  display: block;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container:not(.is-scrolling) .scroll-only {  display: none;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container:not(.is-scrolling) .zoey-header-menu {  width: 100%;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling {  position: fixed;  width: 100%;  top: 0;  left: 0;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .scroll-logo {  width: 15%;  display: table-cell;  vertical-align: middle;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .scroll-logo .logo {  display: inline-block;  padding: 4px 15px 4px 15px;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .scroll-logo .logo img {  max-height: 40px;  max-width: 225px;  width: auto;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-menu {  display: table-cell;  vertical-align: middle;  width: 65%;  padding: 0 10px;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .scroll-extras {  width: 20%;  white-space: nowrap;  height: 1em;  display: table-cell;  vertical-align: middle;  text-align: right;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .scroll-extras .scroll-extra-item {  display: inline-block;  height: 100%;  border-style: solid;  border-width: 0 0 0 1px;  border-color: #5f5f5f;  width: 50%;  max-width: 75px;  vertical-align: middle;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .scroll-extras .scroll-extra-item a {  display: table;  width: 100%;  height: 100%;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .scroll-extras .scroll-extra-item a .scroll-extra-valign {  display: table-cell;  vertical-align: middle;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .scroll-extras.with-two-carts .scroll-extra-item {  width: 33.3333%;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-search {  cursor: pointer;  text-align: center;  font-size: 18px;  color: rgba(255,255,255,1);}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-search:hover {  color: rgba(255,255,255,1);}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart {  cursor: pointer;  text-align: center;  color: rgba(255,255,255,1);}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart:hover {  color: rgba(255,255,255,1);}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart:hover .count {  background-color: rgba(255,255,255,1);  color: rgba(36,31,32,1);}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart .cart-i {  position: relative;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart .count {  position: absolute;  transform: translateX(-50%);  padding: 1px 5px 1px 5px;  font-size: 10px;  background-color: rgba(255,255,255,1);  color: rgba(36,31,32,1);}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart .cart-icon-cart-thin .count {  top: 0px;  left: 14px;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart .cart-icon-purse .count {  top: 10px;  left: 15px;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart .cart-icon-bag-black .count {  top: 8px;  left: 15px;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart .cart-icon-bag-thin .count {  top: 8px;  left: 15px;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart .cart-icon-shopping-bag-round .count {  top: 8px;  left: 15px;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart .cart-icon-shopping-bag .count {  top: 8px;  left: 15px;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart .cart-icon-grocery .count {  top: 10px;  left: 16px;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart .cart-icon-shopping-bag-full .count {  top: 11px;  left: 15px;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart .cart-icon-basket .count {  top: 11px;  left: 15px;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart .cart-icon-cart-black .count {  top: -1px;  left: 17px;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart .cart-icon-cart-mesh .count {  top: 3px;  left: 18px;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart .cart-icon-cart-thin .count {  top: -1px;  left: 14px;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart .cart-icon-cart-thin-2 .count {  top: -1px;  left: 16px;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart .cart-icon-calculator .count {  top: 5px;  left: 14px;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart .cart-icon-calculator2 .count {  top: 5px;  left: 14px;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart .cart-icon-cart .count {  top: 2px;  left: 16px;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart .cart-icon-shopping-cart .count {  top: 2px;  left: 17px;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart .cart-icon-cart-full .count {  top: 2px;  left: 16px;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart .cart-icon-cargo-truck .count {  top: 2px;  left: 9px;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart .cart-icon-cargo-truck-round .count {  top: 2px;  left: 11px;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart .cart-icon-cargo-truck-left .count {  top: 2px;  left: 20px;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart .cart-icon-cargo-truck-fast .count {  top: 2px;  left: 10px;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart .cart-icon-cargo-truck-outline-fast .count {  top: 1px;  left: 10px;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart .cart-icon-cargo-truck-thin-fast .count {  top: 1px;  left: 11px;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart .quote-icon-register .count {  top: 10px;  left: 14px;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart .quote-icon-calculator-buttons .count {  top: 5px;  left: 14px;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart .quote-icon-calculator .count {  top: 9px;  left: 14px;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart .quote-icon-accounting .count {  top: 11px;  left: 15px;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart .quote-icon-accounting-round .count {  top: 7px;  left: 15px;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart .quote-icon-calculator-square .count {  top: 7px;  left: 15px;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart .quote-icon-calculator-buttons-square-thin .count {  top: 4px;  left: 15px;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart .quote-icon-calculator-buttons-square .count {  top: 4px;  left: 15px;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-header-scroll-cart .quote-icon-tag .count {  top: 4px;  left: 15px;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-nav-primary li.level-top {  background-color: ;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-nav-primary li.level-top > a {  color: rgba(255,255,255,1);}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-nav-primary li.level-top:hover {  background-color: ;}#pix-fe .cp-5cc05a16de456348766963 .header-scroll-container.is-scrolling .zoey-nav-primary li.level-top:hover > a {  color: rgba(255,255,255,1);}#pix-fe .cp-5cc05a16de456348766963 #zoey-header-scroll-container.is-scrolling {  min-width: 100% !important;  margin-left: 0 !important;}#pix-fe.media-t .cp-5cc05a16de456348766963 .zoey-account-links a {  font-size: 12px;}#pix-fe.media-t .cp-5cc05a16de456348766963 .header-main-div {  width: 50%;  padding-top: 15px;}#pix-fe.media-t .cp-5cc05a16de456348766963 .extras-container {  width: 50%;}#pix-fe.media-t .cp-5cc05a16de456348766963 .zoey-header-search-container {  width: 100%;}#pix-fe.media-t .cp-5cc05a16de456348766963 #header-cart-link {  font-size: 12px;}#pix-fe.media-m .cp-5cc05a16de456348766963 {  display: none;}#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.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;}#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: rgba(36,31,32,1);  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("//www.industrykitchens.com.au/skin/designcenter/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.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-has-mobile-header.media-m .zoey-header-mobile-cart-b2bquote #header-cart-mobile-b2bquote {  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.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;}#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("//www.industrykitchens.com.au/skin/designcenter/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-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;}#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:not(.pix-designcenter-admin) .cp-5cc05a16de456348766963 .extras-container {  min-height: 88px;}

/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5cc05a16de456348766963
*/ 

#pix-fe #cp-5cc05a16de456348766963.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 4px;
    clear: left;
}
#pix-fe.media-d #cp-5cc05a16de456348766963.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 4px;
    clear: left;
    z-index: 1;
}
#pix-fe.media-tm #cp-5cc05a16de456348766963.pix-design-component {
    margin-top: 1px;
    width: 99.8697916770147%;
    margin-left: -1100%;
}
#pix-fe.media-t #cp-5cc05a16de456348766963.pix-design-component {
    margin-top: 1px;
    width: 99.8697916770147%;
    margin-left: -1100%;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvSTSktK8vNi9AuKUotTS3QNjPSKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/button/preset-02.scss 
 Parent uid: cp_5e5872da5000c689260137
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/button/preset-02.scss
==================================================
**/
#pix-fe .cp-5e5872da5000c689260137 {
  display: inline-block;
}
#pix-fe .cp-5e5872da5000c689260137 .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-5e5872da5000c689260137 {
  width: 150px;
}
#pix-fe .cp-5e5872da5000c689260137 .button {
  text-transform: none;
  padding: 10px 20px;
  background-color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(191,26,45,0);
  font-size: ;
  font-weight: bold;
  text-decoration: none;
  color: rgba(191,26,45,1);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
}
#pix-fe .cp-5e5872da5000c689260137 .button:hover {
  background-color: rgba(242,242,242,1);
  border-color: rgba(191,26,45,1);
  color: rgba(191,26,45,1);
}
#pix-fe.media-t .cp-5e5872da5000c689260137 .button {
  font-size: ;
}
#pix-fe.media-m .cp-5e5872da5000c689260137 .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_5e5872da5000c689260137
*/ 

#pix-fe #cp-5e5872da5000c689260137.pix-design-component {
    width: 9.58150252699852%;
    margin-left: -1026.1800110340118%;
    margin-top: 51px;
    clear: none;
    z-index: 2;
}
#pix-fe.media-d #cp-5e5872da5000c689260137.pix-design-component {
    width: 9.58150252699852%;
    margin-left: -1026.1800110340118%;
    margin-top: 51px;
    clear: none;
    z-index: 2;
}
#pix-fe.media-tm #cp-5e5872da5000c689260137.pix-design-component {
    width: 16.89569418464548%;
    margin-left: -1032.2265625%;
    margin-top: 82px;
    clear: none;
}
#pix-fe.media-t #cp-5e5872da5000c689260137.pix-design-component {
    width: 16.89569418464548%;
    margin-left: -1032.2265625%;
    margin-top: 82px;
    clear: none;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvSTSktK8vNi9AuKUotTS3QNjPSKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/button/preset-02.scss 
 Parent uid: cp_5cc06871de7d6142841067
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/button/preset-02.scss
==================================================
**/
#pix-fe .cp-5cc06871de7d6142841067 {
  display: inline-block;
}
#pix-fe .cp-5cc06871de7d6142841067 .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-5cc06871de7d6142841067 {
  width: 150px;
}
#pix-fe .cp-5cc06871de7d6142841067 .button {
  text-transform: none;
  padding: 10px 20px;
  background-color: rgba(191,26,45,1);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(191,26,45,0);
  font-size: ;
  font-weight: bold;
  text-decoration: none;
  color: rgba(255,255,255,1);
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -ms-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}
#pix-fe .cp-5cc06871de7d6142841067 .button:hover {
  background-color: rgba(242,242,242,1);
  border-color: rgba(191,26,45,1);
  color: rgba(191,26,45,1);
}
#pix-fe.media-t .cp-5cc06871de7d6142841067 .button {
  font-size: ;
}
#pix-fe.media-m .cp-5cc06871de7d6142841067 .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_5cc06871de7d6142841067
*/ 

#pix-fe #cp-5cc06871de7d6142841067.pix-design-component {
    width: 12.8997802734375%;
    margin-left: -1014.437860250473%;
    margin-top: 51px;
    clear: none;
}
#pix-fe.media-d #cp-5cc06871de7d6142841067.pix-design-component {
    width: 12.8997802734375%;
    margin-left: -1014.437860250473%;
    margin-top: 51px;
    clear: none;
}
#pix-fe.media-tm #cp-5cc06871de7d6142841067.pix-design-component {
    width: 14.161513249079386%;
    margin-left: -1015.5612428983053%;
    margin-top: 81.99999618530273px;
    clear: none;
}
#pix-fe.media-t #cp-5cc06871de7d6142841067.pix-design-component {
    width: 14.161513249079386%;
    margin-left: -1015.5612428983053%;
    margin-top: 81.99999618530273px;
    clear: none;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5fb2ed14d81ab300064135
*/ 

#pix-fe #cp-5fb2ed14d81ab300064135.pix-design-component {
    width: 19.23828125%;
    margin-left: -1099.2991149425507%;
    margin-top: 142px;
    clear: none;
}
#pix-fe.media-d #cp-5fb2ed14d81ab300064135.pix-design-component {
    width: 19.23828125%;
    margin-left: -1099.2991149425507%;
    margin-top: 142px;
    clear: none;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_6013879d2290d847775775
*/ 

#pix-fe #cp-6013879d2290d847775775.pix-design-component {
    width: 29.296875%;
    margin-left: -1070.6512451171875%;
    margin-top: 120px;
    clear: none;
}
#pix-fe.media-d #cp-6013879d2290d847775775.pix-design-component {
    width: 29.296875%;
    margin-left: -1070.6512451171875%;
    margin-top: 120px;
    clear: none;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5f58b2716ca95669547555
*/ 

#pix-fe #cp-5f58b2716ca95669547555.pix-design-component {
    width: 9.1796875%;
    margin-left: -1033.3536803722382%;
    margin-top: 92px;
    clear: none;
}
#pix-fe.media-d #cp-5f58b2716ca95669547555.pix-design-component {
    width: 9.1796875%;
    margin-left: -1033.3536803722382%;
    margin-top: 92px;
    clear: none;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5c9c01362de05536432752
*/ 

#pix-fe #cp-5c9c01362de05536432752.pix-design-component {
    width: 13.79917711019516%;
    margin-left: -1014.4383013248444%;
    margin-top: 156px;
    clear: none;
}
#pix-fe.media-d #cp-5c9c01362de05536432752.pix-design-component {
    width: 13.79917711019516%;
    margin-left: -1014.4383013248444%;
    margin-top: 156px;
    clear: none;
}
#pix-fe.media-tm #cp-5c9c01362de05536432752.pix-design-component {
    margin-top: 82.99999618530273px;
    clear: none;
    margin-left: -1069.3%;
}
#pix-fe.media-t #cp-5c9c01362de05536432752.pix-design-component {
    margin-top: 82.99999618530273px;
    clear: none;
    margin-left: -1069.3%;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvSTilITU5KLSnOTgIIFRanFqSW6hnrFIP21AA== 
 Path: skin/designcenter/pixafy/components/global/breadcrumbs/preset-1.scss 
 Parent uid: cp_5c6b50dc027f1086884297
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/breadcrumbs/preset-1.scss
==================================================
**/
#pix-fe .cp-5c6b50dc027f1086884297 .breadcrumbs {
  overflow: hidden;
  height: auto;
  min-height: 30px;
  border-style: solid;
  border-width: ;
  border-color: rgba(204, 204, 204, 1);
  padding: 2px 0 0 10px;
  background-color: rgba(204, 204, 204, 0);
  font-size: 12px;
  text-align: left;
}
#pix-fe .cp-5c6b50dc027f1086884297 .breadcrumbs > ul {
  display: inline-block;
}
#pix-fe .cp-5c6b50dc027f1086884297 .breadcrumbs > ul > li, #pix-fe .cp-5c6b50dc027f1086884297 .breadcrumbs > ul > li > a, #pix-fe .cp-5c6b50dc027f1086884297 .breadcrumbs > ul > li > span {
  float: left;
}
#pix-fe .cp-5c6b50dc027f1086884297 .breadcrumbs .separator {
  color: #666;
  padding: 0px 7px;
}
#pix-fe .cp-5c6b50dc027f1086884297 .breadcrumbs strong {
  font-weight: normal;
  color: rgb(102,102,102);
}
#pix-fe .cp-5c6b50dc027f1086884297 .breadcrumbs strong span {
  color: inherit;
  font-weight: inherit;
}
#pix-fe .cp-5c6b50dc027f1086884297 .breadcrumbs a {
  text-transform: inherit;
  text-decoration: none;
  color: #666;
}
#pix-fe .cp-5c6b50dc027f1086884297 .breadcrumbs a:hover {
  color: rgba(191,26,45,1);
}
#pix-fe .cp-5c6b50dc027f1086884297 .breadcrumbs a span {
  color: inherit;
  font-size: inherit;
  text-decoration: inherit;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5c6b50dc027f1086884297
*/ 

#pix-fe #cp-5c6b50dc027f1086884297.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: 0px;
    clear: left;
    min-height: 0;
}
#pix-fe.media-d #cp-5c6b50dc027f1086884297.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: 0px;
    min-height: 0;
    clear: left;
}
#pix-fe.media-tm #cp-5c6b50dc027f1086884297.pix-design-component {
    min-height: 0;
}
#pix-fe.media-t #cp-5c6b50dc027f1086884297.pix-design-component {
    margin-top: 0px;
    width: 90.9%;
    margin-left: -1092.8%;
    min-height: 0;
}
#pix-fe.media-m #cp-5c6b50dc027f1086884297.pix-design-component {
    margin-top: 0;
    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/LzUvNKimP003PykxJzYvSTEvPyUoti9AuKUotTS3RN9IpBWmsB 
 Path: skin/designcenter/pixafy/components/global/banner/preset-4.scss 
 Parent uid: cp_5c6b50dc02fc6019708545
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/banner/preset-4.scss
==================================================
**/
#pix-fe .cp-5c6b50dc02fc6019708545 > .component-content {
  height: 100%;
  overflow: hidden;
}
#pix-fe .cp-5c6b50dc02fc6019708545 img {
  max-width: none;
  width: 100%;
  height: auto;
  display: block;
}
#pix-fe .cp-5c6b50dc02fc6019708545 {
  padding: 0px;
  outline-width: 0px;
  outline-color: rgba(242,242,242,1);
  outline-offset: -0px;
  outline-style: solid;
  width: 500px;
}
#pix-fe .cp-5c6b50dc02fc6019708545 .zoey-component-placement-height {
  padding-bottom: 45%;
  overflow: hidden;
  position: relative;
}
#pix-fe .cp-5c6b50dc02fc6019708545 .zoey-component-placement-height img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-padding.html 
 Parent uid: cp_5c6b50dc02fc6019708545
*/ 

#pix-fe #cp-5c6b50dc02fc6019708545.pix-design-component {
    width: 1406px;
    margin-left: -1064.7%;
    margin-top: 37px;
    clear: left;
    min-height: 0;
}
#pix-fe #cp-5c6b50dc02fc6019708545.pix-design-component > .component-content .zoey-component-placement-height {
    padding-bottom: 29.871977240398294%
}
#pix-fe.media-d #cp-5c6b50dc02fc6019708545.pix-design-component {
    width: 29.4%;
    margin-left: -1064.7%;
    margin-top: 37px;
    clear: left;
    min-height: 0;
}
#pix-fe.media-t #cp-5c6b50dc02fc6019708545.pix-design-component {
    width: 62.6%;
    margin-left: -1081.5%;
    margin-top: 39.5px;
    min-height: 0;
}
#pix-fe.media-m #cp-5c6b50dc02fc6019708545.pix-design-component {
    width: 68.3%;
    margin-top: 0px;
    margin-left: -1084.1%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    min-height: 0;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKioHsxJLU9PwioGhxaRKME5+TWVwSo19QlFqcWqJrpFcMMqYWAA== 
 Path: skin/designcenter/pixafy/components/category/subcategory_list/preset-2.scss 
 Parent uid: cp_5e4cf91134655263932957
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/category/subcategory_list/preset-2.scss
==================================================
**/
#pix-fe .cp-5e4cf91134655263932957 {
  width: 600px;
}
#pix-fe .cp-5e4cf91134655263932957 .zoey-list-item-single {
  position: relative;
}
#pix-fe .cp-5e4cf91134655263932957 .zoey-product-image {
  background-color: rgba(255,255,255,1);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(242,242,242,1);
}
#pix-fe .cp-5e4cf91134655263932957 .zoey-list-item {
  padding: 5px;
}
#pix-fe .cp-5e4cf91134655263932957 .zoey-list-item-info {
  left: 0;
  width: 100%;
  position: absolute;
  text-align: center;
}
#pix-fe .cp-5e4cf91134655263932957 .zoey-list-item-info.title-position-top {
  top: 0;
}
#pix-fe .cp-5e4cf91134655263932957 .zoey-list-item-info.title-position-middle {
  top: 50%;
  -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 .cp-5e4cf91134655263932957 .zoey-list-item-info.title-position-bottom {
  bottom: 0;
}
#pix-fe .cp-5e4cf91134655263932957 .zoey-list-item-info .zoey-list-item-title {
  margin: 0;
  text-align: center;
}
#pix-fe .cp-5e4cf91134655263932957 .zoey-list-item-info .zoey-list-item-title a {
  display: block;
  padding: 10px;
  background-color: rgba(191,26,45,0.7);
  color: #fff;
  font-size: 18px;
  font-weight: ;
  font-style: ;
  text-transform: ;
  text-decoration: ;
}
#pix-fe .cp-5e4cf91134655263932957 .zoey-list-item-info .zoey-list-item-description, #pix-fe .cp-5e4cf91134655263932957 .zoey-list-item-info .zoey-item-actions {
  display: none;
}
#pix-fe.media-t .cp-5e4cf91134655263932957 .zoey-list-item-info .zoey-list-item-title a {
  font-size: ;
}
#pix-fe.media-m .cp-5e4cf91134655263932957 .zoey-list-item-info .zoey-list-item-title a {
  font-size: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5e4cf91134655263932957
*/ 

#pix-fe #cp-5e4cf91134655263932957.pix-design-component {
    width: 96.4%;
    margin-left: -1098.1%;
    margin-top: 43.16650390625px;
    clear: left;
}
#pix-fe.media-d #cp-5e4cf91134655263932957.pix-design-component {
    width: 96.4%;
    margin-left: -1098.1%;
    margin-top: 43.16650390625px;
    clear: left;
}
#pix-fe.media-m #cp-5e4cf91134655263932957.pix-design-component {
    width: 95.1%;
    margin-top: 0px;
    margin-left: -1098.1%;
    -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_5d1df9d9745ef400516798
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: /js/zoeydev/components/video/video-1.scss
==================================================
**/
#pix-fe .cp-5d1df9d9745ef400516798 {
  width: 700px;
  height: 300px;
}
#pix-fe .cp-5d1df9d9745ef400516798 > .component-content {
  height: 100%;
}
#pix-fe .cp-5d1df9d9745ef400516798 .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_5d1df9d9745ef400516798
*/ 

#pix-fe #cp-5d1df9d9745ef400516798.pix-design-component {
    width: 46.6%;
    margin-left: -1073.6%;
    margin-top: 15.48974609375px;
    clear: left;
    min-height: 0;
    height: 300px;
}
#pix-fe.media-d #cp-5d1df9d9745ef400516798.pix-design-component {
    width: 46.6%;
    margin-left: -1073.6%;
    margin-top: 15.48974609375px;
    clear: left;
    min-height: 0;
    height: 300px;
}
#pix-fe.media-m #cp-5d1df9d9745ef400516798.pix-design-component {
    width: 71.9%;
    margin-top: 13.9px;
    margin-left: -1086.5%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    min-height: 0;
    height: 215px;
}

#pix-fe #cp-5d1df9d9745ef400516798.pix-design-component > .component-content {
    height: 100%;
}

/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoeydev 1.0.0 asset static_asset_FcwxCoAwDEDRu4SOYnZnj5FFYpCKNqUJQhTvbh3/G/4DyaMKTMBmMECyxj0IdyO8VWKVi5D1rFqkeEdeXDZtMYtxy9WzFkLzOGS0//F+ 
 Path: /js/zoeydev/components/categoryDescription/style.scss 
 Parent uid: cp_60097df3bc4d7649412260
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: /js/zoeydev/components/categoryDescription/style.scss
==================================================
**/
#pix-fe .cp-60097df3bc4d7649412260 .category-description {
  border-style: solid;
  border-color: rgba(242,242,242,1);
  border-width: ;
  background-color: rgba(255,255,255,1);
  padding: ;
  text-align: left;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_60097df3bc4d7649412260
*/ 

#pix-fe #cp-60097df3bc4d7649412260.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 12.875px;
    clear: left;
}
#pix-fe.media-d #cp-60097df3bc4d7649412260.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 12.875px;
    clear: left;
}
#pix-fe.media-m #cp-60097df3bc4d7649412260.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_q1ZSKaksSFWyUkouLlbSUVIpLkoGcmL0s4pj9KvyUytTUsti9JPzcwvy81LzSoCCyYklqen5RZUhmSU5qTH6xSWVOal6xSDdtQA= 
 Path: /js/zoeydev/components/categoryTitle/style.scss 
 Parent uid: cp_60097e3cbc4dc913862056
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: /js/zoeydev/components/categoryTitle/style.scss
==================================================
**/
#pix-fe .cp-60097e3cbc4dc913862056 {
  width: 400px;
}
#pix-fe .cp-60097e3cbc4dc913862056 .category-title h1 {
  margin: 0;
  border-style: solid;
  border-width: ;
  border-color: rgba(242,242,242,1);
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  color: rgba(36,31,32,1);
  text-align: left;
  padding: ;
}
#pix-fe.media-t .cp-60097e3cbc4dc913862056 .category-title h1 {
  font-size: ;
}
#pix-fe.media-m .cp-60097e3cbc4dc913862056 .category-title h1 {
  font-size: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_60097e3cbc4dc913862056
*/ 

#pix-fe #cp-60097e3cbc4dc913862056.pix-design-component {
    width: 39.68828082026404%;
    margin-left: -1100%;
    margin-top: 15.21875px;
    clear: left;
}
#pix-fe.media-d #cp-60097e3cbc4dc913862056.pix-design-component {
    width: 39.68828082026404%;
    margin-left: -1100%;
    margin-top: 15.21875px;
    clear: left;
}
#pix-fe.media-m #cp-60097e3cbc4dc913862056.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/LzUvNKimP003PykxJzYvQLivJTSpNLQIzU4tQSXUO9YpDeWgA= 
 Path: skin/designcenter/pixafy/components/global/product/preset-1.scss 
 Parent uid: cp_5c6b50dc02c5b127264814
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/product/preset-1.scss
==================================================
**/
#pix-fe .cp-5c6b50dc02c5b127264814 .button:not(.button-2) {
  background: ;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .category-product-list.pix-design-component {
  width: 300px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .category-product-list.pix-design-component .category-products .toolbar:first-child {
  margin-top: 0;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .category-product-list.pix-design-component .category-products .toolbar:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .category-product-list.pix-design-component .products-grid .product-info {
  padding-bottom: 0;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .category-product-list.pix-design-component .products-grid .actions {
  padding-top: 0;
  position: static;
  bottom: initial;
  min-height: 0;
  width: 100%;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .category-product-list.pix-design-component .products-grid .add-to-links {
  float: none;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .category-product-list.pix-design-component .products-grid .ratings .rating-box {
  background-position: 0 -616px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .category-product-list.pix-design-component .products-grid .ratings .rating {
  background-position: 0 -600px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .category-product-list.pix-design-component .products-grid .ratings:before, #pix-fe .cp-5c6b50dc02c5b127264814 .category-product-list.pix-design-component .products-grid .ratings:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .category-product-list.pix-design-component .products-grid.align-add-to .item {
  position: relative;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .category-product-list.pix-design-component .products-grid.align-add-to .product-info {
  position: static;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .category-product-list.pix-design-component .products-grid.align-add-to.styles-set .actions {
  position: absolute;
  bottom: 0;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .category-product-list.pix-design-component .hide-wishlist .add-to-links .link-wishlist {
  display: none;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .category-product-list.pix-design-component .hide-compare .add-to-links .link-compare {
  display: none;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .category-product-list.pix-design-component .hide-add-to-cart .actions .button {
  display: none;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .category-product-list.pix-design-component .center-add-to-links .add-to-links {
  width: 100%;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .category-product-list.pix-design-component .center-add-to-links .add-to-links > li {
  float: none;
  text-align: center;
  padding: 5px 0 0;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .category-product-list.pix-design-component .center-add-to-links .add-to-links > li a {
  margin: 0;
  padding: 0;
  border: 0;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .products-list .product-shop .product-primary, #pix-fe .cp-5c6b50dc02c5b127264814 .products-list .product-shop .desc {
  float: left;
  width: 60%;
  padding-right: 20px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .products-list .product-shop .product-secondary {
  float: right;
  width: 40%;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .product-essentials.pix-design-component {
  width: 300px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .product-essentials.pix-design-component .block-related, #pix-fe .cp-5c6b50dc02c5b127264814 .product-essentials.pix-design-component .short-description {
  margin-bottom: 10px;
  clear: both;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .product-essentials.pix-design-component .hide-wishlist .link-wishlist {
  display: none;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .product-essentials.pix-design-component .hide-compare .link-compare {
  display: none;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .product-essentials.pix-design-component .add-to-cart-buttons:after.active, #pix-fe .cp-5c6b50dc02c5b127264814 .product-essentials.pix-design-component .add-to-cart-buttons:after:hover {
  content: '';
  display: block;
  clear: both;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .product-essentials.pix-design-component .add-to-cart-buttons > * {
  float: left;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .toolbar {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #fff;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background: #91164b;
  padding: 5px 10px 0px 10px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .toolbar a {
  color: #fff;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .toolbar a:hover {
  color: #e6e6e6;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .toolbar .view-mode > label {
  display: none;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .toolbar:after {
  content: '';
  display: table;
  clear: both;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .pager-no-toolbar {
  margin-bottom: 10px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .toolbar, #pix-fe .cp-5c6b50dc02c5b127264814 .pager {
  line-height: 30px;
  font-size: 12px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .toolbar label, #pix-fe .cp-5c6b50dc02c5b127264814 .pager-no-toolbar label {
  font-weight: normal;
  text-transform: uppercase;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .sorter {
  float: left;
  margin-bottom: 5px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .sorter label {
  float: left;
  margin-right: 5px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .sorter label:after {
  content: ':';
}
#pix-fe .cp-5c6b50dc02c5b127264814 .sorter > .sort-by {
  float: left;
  margin-right: 5px;
  height: 30px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .sorter > .sort-by .sort-by-switcher {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .sorter > .sort-by .sort-by-switcher--asc {
  background-position: 4px -542px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .sorter > .sort-by .sort-by-switcher--asc:hover {
  background-position: -46px -542px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .sorter > .sort-by .sort-by-switcher--desc {
  background-position: 4px -567px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .sorter > .sort-by .sort-by-switcher--desc:hover {
  background-position: -46px -567px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .sorter > .view-mode {
  float: right;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .sorter > .view-mode > * {
  margin-right: 10px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .sorter > .view-mode .grid, #pix-fe .cp-5c6b50dc02c5b127264814 .sorter > .view-mode .list {
  float: left;
  width: 30px;
  height: 30px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .sorter > .view-mode .grid {
  margin-right: 5px;
  background-position: 8px -492px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .sorter > .view-mode strong.grid, #pix-fe .cp-5c6b50dc02c5b127264814 .sorter > .view-mode a.grid:hover {
  background-position: -42px -492px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .sorter > .view-mode .list {
  background-position: 11px -517px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .sorter > .view-mode strong.list, #pix-fe .cp-5c6b50dc02c5b127264814 .sorter > .view-mode a.list:hover {
  background-position: -39px -517px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .pager {
  float: right;
  overflow: hidden;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .pager > .count-container {
  float: left;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .pager .amount {
  float: left;
  white-space: nowrap;
  margin: 0 15px 0 0;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .pager .limiter {
  float: left;
  height: 30px;
  line-height: 30px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .pager .limiter > label {
  padding-right: 5px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .pager .limiter > label:after {
  content: ':';
}
#pix-fe .cp-5c6b50dc02c5b127264814 .pager .amount, #pix-fe .cp-5c6b50dc02c5b127264814 .pager .limiter, #pix-fe .cp-5c6b50dc02c5b127264814 .pager .pages {
  margin-bottom: 5px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .pages {
  float: right;
  overflow: hidden;
  margin-left: 15px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .pages strong {
  display: none;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .pages li {
  float: left;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .pages a, #pix-fe .cp-5c6b50dc02c5b127264814 .pages .current {
  display: inline-block;
  border: 0;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 30px;
  width: 25px;
  height: 30px;
  padding: 0;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .pages .current, #pix-fe .cp-5c6b50dc02c5b127264814 .pages .current:hover {
  border: 1px solid;
  width: 30px;
  cursor: default;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .pages .next, #pix-fe .cp-5c6b50dc02c5b127264814 .pages .previous {
  font: 0/0 a;
  text-shadow: none;
  background-color: transparent;
  position: relative;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .pages .next:hover, #pix-fe .cp-5c6b50dc02c5b127264814 .pages .previous:hover {
  border: 1px solid;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .pages .next:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid;
  border-right: none;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .pages .next:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid;
  border-right: none;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .pages .previous:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid;
  border-left: none;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .pages .previous:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid;
  border-left: none;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-list-title {
  margin-bottom: 10px;
  padding: 0;
  border: 0px solid #ccc;
  font-size: 18px;
  font-weight: bold;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-list-title > * {
  margin: 0;
  text-align: left;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: 1;
  color: inherit;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-info .zoey-product-message, #pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-info .zoey-product-list-attribute {
  margin: 10px 0;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-info .price-box {
  margin: 0;
  font-weight: normal;
  color: #333;
  padding: 0;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-info .price-box .price {
  font-size: inherit;
  color: inhert;
  line-height: 1;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-info .price-box .minimal-price-link {
  margin-top: 5px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-info .price-box .minimal-price-link:hover {
  text-decoration: none;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-info .price-box .minimal-price-link .label {
  color: #cf5050;
  font-size: inherit;
  text-transform: uppercase;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-info .price-box .regular-price, #pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-info .price-box .minimal-price, #pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-info .price-box .minimal-price-link, #pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-info .price-box .special-price, #pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-info .price-box .old-price {
  font-size: inherit;
  font-weight: inherit;
  padding: inherit;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-info .add-to-links {
  clear: both;
  margin: 0px;
  float: none;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-info .add-to-links > li {
  float: none;
  margin: 5px 0 0 0;
  display: block;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-info .add-to-links > li a {
  padding: 0;
  margin: 0;
  border-right: 0;
  display: inline-block;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-info .add-to-links > li:first-child {
  margin-top: 0;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-info .availability.out-of-stock {
  height: 32px;
  line-height: 32px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-info .ratings {
  color: #333;
  font-size: 12px;
  margin-top: 10px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-info .ratings > a:hover {
  text-decoration: none;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-info .ratings .rating-icons {
  color: #d0d015;
  display: inline-block;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-info .ratings .rating-count:before {
  content: '(';
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-info .ratings .rating-count:after {
  content: ')';
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-info .ratings .rating-links {
  clear: none;
  float: none;
  margin: 0 0 0 5px;
  display: inline-block;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-info .ratings .rating-links:before, #pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-info .ratings .rating-links:after {
  content: '';
  display: block;
  clear: both;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-info .configurable-swatch-list {
  margin: 10px 0;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-info .configurable-swatch-list > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-info .configurable-swatch-list > li .swatch-link {
  padding: 0;
  margin: 0;
  font-size: inherit;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-list > li {
  border: 0px solid transparent;
  overflow: hidden;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-list:before, #pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-list:after {
  content: '';
  display: block;
  clear: both;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-image {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  text-align: center;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  /* contain | cover */
  background-color: #fff;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  margin: 0;
  width: auto;
  height: auto;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-image.fit img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: inherit;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .image-ratio-9-16 .zoey-product-image:before {
  padding-top: 177.77778%;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .image-ratio-2-3 .zoey-product-image:before {
  padding-top: 150%;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .image-ratio-3-4 .zoey-product-image:before {
  padding-top: 133.33333%;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .image-ratio-1-1 .zoey-product-image:before {
  padding-top: 100%;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .image-ratio-4-3 .zoey-product-image:before {
  padding-top: 75%;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .image-ratio-3-2 .zoey-product-image:before {
  padding-top: 66.66667%;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .image-ratio-16-9 .zoey-product-image:before {
  padding-top: 56.25%;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-simple {
  border: 0px solid transparent;
  overflow: hidden;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-simple .zoey-product-actions {
  margin-top: 10px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-simple .zoey-product-actions .qty-wrapper {
  display: inline-block;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-simple .zoey-product-actions .qty-wrapper .input-text:focus {
  border: 1px solid rgba(204,204,204,1);
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar:before, #pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 {
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #616061;
  border-style: solid;
  border-width: 0 0 2px 0;
  border-color: rgba(231,231,231,1);
  background-color: rgba(239, 239, 239, 0);
  padding: 26px 0 4px 0;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .sorter {
  margin: 0;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .sorter .sort-by {
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .sorter .sort-by > label {
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .sorter .sort-by .sort-by-switcher {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .sorter > .view-mode {
  float: none;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .sorter > .view-mode > label {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .sorter > .view-mode > strong {
  opacity: 0.3;
  font-style: inherit;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .sorter > .view-mode a {
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 select {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .pager {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .pager .amount {
  margin-bottom: 0;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .pager .amount.amount--has-pages {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .pager .limiter {
  margin-bottom: 0;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .pager .limiter > label {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .pager .pages {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .pager .pages li {
  margin-left: 2px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .pager .pages li.current {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
  border-color: #333;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .pager .pages li a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
  border: 1px solid transparent;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .pager .pages li a:hover {
  border-color: #ccc;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .pager .pages li.current, #pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .pager .pages li a {
  display: block;
  height: inherit;
  width: inherit;
  padding: 7px;
  line-height: 1em;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .pager .pages .next, #pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .pager .pages .previous {
  text-indent: -9999999px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .zoey-styled-select {
  border: 1px solid transparent;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  border-color: rgba(51,51,51,0);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .zoey-styled-select select {
  padding: 0 20px 0 6px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .zoey-styled-select:after {
  content: '\25bc';
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 6px;
  font-size: 8px;
  line-height: 1em;
  margin-top: -2px;
  pointer-events: none;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .zoey-styled-select:hover {
  background-color: #efefef;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .link-quickview {
  width: auto;
}
#pix-fe.media-tm .zoey-toolbar .sorter, #pix-fe.media-tm .zoey-toolbar .pager {
  float: none;
  text-align: center;
}
#pix-fe.media-tm .zoey-toolbar .pager > .count-container {
  float: none;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
#pix-fe.media-tm .zoey-toolbar .pager > .count-container:before, #pix-fe.media-tm .zoey-toolbar .pager > .count-container:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.media-tm .zoey-toolbar .pager .limiter, #pix-fe.media-tm .zoey-toolbar .pager .amount {
  float: none;
  display: inline-block;
}
#pix-fe.media-m .cp-5c6b50dc02c5b127264814.zoey-toolbar .pager {
  float: none;
  width: 100%;
  text-align: center;
}
#pix-fe.media-m .cp-5c6b50dc02c5b127264814.zoey-toolbar .pager > .count-container {
  display: block;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .hide-add-to-cart .zoey-product-actions .action-button {
  display: none;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .hide-toolbar .zoey-toolbar {
  display: none;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .hide-wishlist .item-wishlist {
  display: none;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .hide-compare .item-compare {
  display: none;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .hide-product-pricing .price-box {
  display: none;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .hide-product-image .zoey-product-image {
  display: none !important;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .hide-product-name .zoey-product-name {
  display: none;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .product-list-content.no-products {
  padding: 10px;
  font-size: 12px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .product-list-content.no-products .note-msg {
  padding: 20px;
  text-align: center;
  border: 1px solid #ccc;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .is-list .zoey-product-list > li {
  margin-bottom: 10px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .is-list .zoey-product-list > li .zoey-product-simple {
  height: 100%;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .is-list .zoey-product-list > li .zoey-product-image {
  float: left;
  width: 30%;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .is-list .zoey-product-list > li .zoey-product-info {
  float: left;
  padding: 10px;
  text-align: left;
  width: 70%;
  height: 100%;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .is-list .zoey-product-list > li .zoey-product-info h3.zoey-product-name {
  font-size: 18px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .is-list .zoey-product-list > li .zoey-product-info .price-box {
  font-size: 16px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .is-list .zoey-product-list > li .zoey-product-info .price-box .minimal-price-link {
  display: inline;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .is-list .zoey-product-list > li .zoey-product-info .short-description {
  display: block;
  margin-top: 10px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .is-list .zoey-product-list > li:before, #pix-fe .cp-5c6b50dc02c5b127264814 .is-list .zoey-product-list > li:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .is-grid .zoey-product-list > li .zoey-product-info .short-description {
  margin-top: 10px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .short-description {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  text-transform: none;
}
#pix-fe.media-d .cp-5c6b50dc02c5b127264814 .is-list .zoey-product-list > li .zoey-product-info h3.zoey-product-name, #pix-fe self.media-dt .is-list .zoey-product-list > li .zoey-product-info h3.zoey-product-name {
  font-size: 18px;
}
#pix-fe.media-d .cp-5c6b50dc02c5b127264814 .is-list .zoey-product-list > li .zoey-product-info .price-box, #pix-fe self.media-dt .is-list .zoey-product-list > li .zoey-product-info .price-box {
  font-size: 16px;
}
#pix-fe.media-tm .is-list .zoey-product-list > li .zoey-product-image {
  width: 20%;
}
#pix-fe.media-tm .is-list .zoey-product-list > li .zoey-product-info {
  width: 80%;
}
#pix-fe.media-d .cp-5c6b50dc02c5b127264814.zoey-product-list.zoey-products-grid--max-3-col.qty-wrapperinput {
  height: 34px;
}
#pix-fe.media-d .cp-5c6b50dc02c5b127264814.zoey-product-list:not(.zoey-products-grid--max-3-col).qty-wrapper, #pix-fe.media-t .cp-5c6b50dc02c5b127264814.zoey-product-list.qty-wrapper, #pix-fe.media-m .cp-5c6b50dc02c5b127264814.zoey-product-list.qty-wrapper {
  display: block;
  padding: 0 0 10px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 {
  width: 900px;
}
#pix-fe .cp-5c6b50dc02c5b127264814.zoey-core-widget-product {
  width: 200px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-list-container {
  padding: 20px 0px 0px 0px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-list > li {
  position: relative;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-simple a.zoey-product-image {
  display: block;
  background-color: ;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-simple .zoey-product-info {
  text-align: center;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0);
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-simple .zoey-product-info .zoey-product-list-attribute, #pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-simple .zoey-product-info h3.zoey-product-name {
  line-height: 1em;
  margin-bottom: 10px;
  text-align: inherit;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  text-transform: ;
  color: rgb(35,31,32);
  font-family: Quattrocento Sans;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-simple .zoey-product-info .zoey-product-list-attribute:hover, #pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-simple .zoey-product-info h3.zoey-product-name:hover {
  color: #333;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-simple .zoey-product-info .zoey-product-list-attribute a, #pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-simple .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-5c6b50dc02c5b127264814 .zoey-product-simple .zoey-product-info .zoey-product-message {
  color: rgba(36,31,32,1);
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-simple .zoey-product-actions .add-to-links {
  font-size: 12px;
  margin: 0;
  float: none;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-simple .zoey-product-actions .add-to-links > li {
  display: block;
  margin: 5px 0 0 0;
  float: none;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-simple .zoey-product-actions .add-to-links > li:first-child {
  margin-top: 0;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-simple .zoey-product-actions .add-to-links a {
  font-size: 14px;
  color: rgb(190,30,46);
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-simple .zoey-product-actions .add-to-links a:hover {
  color: ;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-list-title {
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-transform: normal;
  color: #333;
  text-align: left;
  padding: ;
  border-width: ;
  border-color: rgba(204, 204, 204, 0);
  background-color: rgba(204, 204, 204, 0);
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-list-title > * {
  text-align: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-info .price-box {
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  color: #999;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-info .price-box .regular-price {
  font-style: normal;
  font-weight: normal;
  color: inherit;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-info .price-box .special-price {
  font-style: normal;
  font-weight: bold;
  color: rgb(190,30,46);
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-info .price-box .old-price {
  font-style: normal;
  font-weight: normal;
  color: inherit;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-info .price-box .minimal-price {
  font-style: normal;
  font-weight: normal;
  color: inherit;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-info .price-box .minimal-price-link {
  font-style: normal;
  font-weight: normal;
  color: inherit;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-list > li {
  border-width: 1px;
  border-color: ;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-list + .zoey-product-list {
  margin-top: 20px;
}
#pix-fe .cp-5c6b50dc02c5b127264814.zoey-core-widget-product .zoey-product-simple {
  border-width: ;
  border-color: ;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 {
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #616061;
  border-style: solid;
  border-width: 0 0 2px 0;
  border-color: rgba(231,231,231,1);
  background-color: rgba(239, 239, 239, 0);
  padding: 26px 0 4px 0;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .sorter {
  margin: 0;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .sorter .sort-by {
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .sorter .sort-by > label {
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .sorter .sort-by .sort-by-switcher {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .sorter > .view-mode {
  float: none;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .sorter > .view-mode > label {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .sorter > .view-mode > strong {
  opacity: 0.3;
  font-style: inherit;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .sorter > .view-mode a {
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 select {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .pager {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .pager .amount {
  margin-bottom: 0;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .pager .amount.amount--has-pages {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .pager .limiter {
  margin-bottom: 0;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .pager .limiter > label {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .pager .pages {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .pager .pages li {
  margin-left: 2px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .pager .pages li.current {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
  border-color: #333;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .pager .pages li a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
  border: 1px solid transparent;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .pager .pages li a:hover {
  border-color: #ccc;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .pager .pages li.current, #pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .pager .pages li a {
  display: block;
  height: inherit;
  width: inherit;
  padding: 7px;
  line-height: 1em;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .pager .pages .next, #pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .pager .pages .previous {
  text-indent: -9999999px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .zoey-styled-select {
  border: 1px solid transparent;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  border-color: rgba(51,51,51,0);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .zoey-styled-select select {
  padding: 0 20px 0 6px;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .zoey-styled-select:after {
  content: '\25bc';
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 6px;
  font-size: 8px;
  line-height: 1em;
  margin-top: -2px;
  pointer-events: none;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 .zoey-styled-select:hover {
  background-color: #efefef;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-status-flags {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 100%;
  z-index: 9;
}
#pix-fe .cp-5c6b50dc02c5b127264814 .zoey-product-status-flags .zoey-product-status-flag {
  display: inline-block;
  width: auto;
  border-style: solid;
  margin-left: 10px;
  text-transform: uppercase;
  padding: 4px 9px 2px;
  border-width: 1px;
  border-color: rgba(171,171,171,1);
  background-color: rgba(191,26,45,1);
  color: rgba(255,255,255,1);
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}
#pix-fe.media-d .cp-5c6b50dc02c5b127264814 .zoey-product-list.zoey-products-grid--max-3-col .qty-wrapper input {
  height: 34px;
}
#pix-fe.media-t .cp-5c6b50dc02c5b127264814 .zoey-product-simple .zoey-product-info .zoey-product-list-attribute, #pix-fe.media-t .cp-5c6b50dc02c5b127264814 .zoey-product-simple .zoey-product-info h3.zoey-product-name {
  font-size: ;
}
#pix-fe.media-t .cp-5c6b50dc02c5b127264814 .zoey-product-simple .zoey-product-actions .add-to-links a {
  font-size: ;
}
#pix-fe.media-t .cp-5c6b50dc02c5b127264814 .zoey-product-list-title {
  font-size: ;
}
#pix-fe.media-t .cp-5c6b50dc02c5b127264814 .price-box {
  font-size: ;
}
#pix-fe.media-t .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 {
  font-size: ;
}
#pix-fe.media-m .cp-5c6b50dc02c5b127264814 .zoey-product-simple .zoey-product-info .zoey-product-list-attribute, #pix-fe.media-m .cp-5c6b50dc02c5b127264814 .zoey-product-simple .zoey-product-info h3.zoey-product-name {
  font-size: ;
}
#pix-fe.media-m .cp-5c6b50dc02c5b127264814 .zoey-product-simple .zoey-product-actions .add-to-links a {
  font-size: ;
}
#pix-fe.media-m .cp-5c6b50dc02c5b127264814 .zoey-product-list-title {
  font-size: ;
}
#pix-fe.media-m .cp-5c6b50dc02c5b127264814 .price-box {
  font-size: ;
}
#pix-fe.media-m .cp-5c6b50dc02c5b127264814 .zoey-toolbar.toolbar-preset1 {
  font-size: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5c6b50dc02c5b127264814
*/ 

#pix-fe #cp-5c6b50dc02c5b127264814.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: 11.3125px;
    clear: left;
}
#pix-fe.media-d #cp-5c6b50dc02c5b127264814.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: 11.3125px;
    clear: left;
}
#pix-fe.media-tm #cp-5c6b50dc02c5b127264814.pix-design-component {
    min-height: 1856.2px;
}
#pix-fe.media-t #cp-5c6b50dc02c5b127264814.pix-design-component {
    width: 99.4%;
    margin-left: -1100%;
    min-height: 1856.2px;
    margin-top: 0px;
}
#pix-fe.media-m #cp-5c6b50dc02c5b127264814.pix-design-component {
    margin-top: 7.8px;
    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 componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_60097e4cbc4e0007062887
*/ 

#pix-fe #cp-60097e4cbc4e0007062887.pix-design-component {
    width: 98.93647809989449%;
    margin-left: -1099.7292081486698%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-d #cp-60097e4cbc4e0007062887.pix-design-component {
    width: 98.93647809989449%;
    margin-left: -1099.7292081486698%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-m #cp-60097e4cbc4e0007062887.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);
}
