/* 
 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("//eclassroom.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_5aa96255488f6365303497
*/ 

@font-face {  font-family: 'cart-icons';  src:  url("//eclassroom.com.au/skin/designcenter/pixafy/components/root/header/minicart/fonts/cart-icons/fonts/cart-icons.eot?ze1kp6");  src:  url("//eclassroom.com.au/skin/designcenter/pixafy/components/root/header/minicart/fonts/cart-icons/fonts/cart-icons.eot?ze1kp6#iefix") format('embedded-opentype'),    url("//eclassroom.com.au/skin/designcenter/pixafy/components/root/header/minicart/fonts/cart-icons/fonts/cart-icons.ttf?ze1kp6") format('truetype'),    url("//eclassroom.com.au/skin/designcenter/pixafy/components/root/header/minicart/fonts/cart-icons/fonts/cart-icons.woff?ze1kp6") format('woff'),    url("//eclassroom.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_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP0i/LzS2L0M1ITU1KL4nPzkzJzUmP0C4pSi1NLdI30ikH6awE= 
 Path: skin/designcenter/pixafy/components/root/header_mobile/preset-2.scss 
 Parent uid: cp_5aa96255488f6365303497
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/root/header_mobile/preset-2.scss
==================================================
**/
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu .zoey-account-links-mobile .title {
  color: #000000;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu .zoey-account-links-mobile .title {
  font-family: Montserrat;
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 12px;
}
#pix-fe .cp-5aa96255488f6365303497 {
  width: 100%;
  z-index: 10 !important;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-styled-select, #pix-fe .cp-5aa96255488f6365303497 .zoey-styled-select.default {
  background: transparent;
  color: inherit;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-styled-select select, #pix-fe .cp-5aa96255488f6365303497 .zoey-styled-select.default select {
  background: transparent;
  padding: 0 20px 0 6px;
  height: 30px;
  border: 0;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-styled-select select:not(:-webkit-autofill), #pix-fe .cp-5aa96255488f6365303497 .zoey-styled-select.default select:not(:-webkit-autofill), #pix-fe .cp-5aa96255488f6365303497 .zoey-styled-select select:not(:hover), #pix-fe .cp-5aa96255488f6365303497 .zoey-styled-select.default select:not(:hover), #pix-fe .cp-5aa96255488f6365303497 .zoey-styled-select select:not(:focus), #pix-fe .cp-5aa96255488f6365303497 .zoey-styled-select.default select:not(:focus) {
  background: transparent;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-top-menu .img-container {
  display: none;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-language-currency {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-language-currency.language-and-currency > div {
  width: 50%;
  float: left;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-language-currency.language-and-currency > div:first-child {
  border-right-style: solid;
  border-right-width: 1px;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-language-currency.language-and-currency:before, #pix-fe .cp-5aa96255488f6365303497 .zoey-header-language-currency.language-and-currency:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-language-currency:not(.language-and-currency) > div {
  width: 100%;
  float: none;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-language-currency > div {
  padding: 0 10px;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-language-currency select {
  width: 100%;
  color: inherit;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-cart .zoey-header-cart-trigger > .label {
  display: none;
}
#pix-fe .cp-5aa96255488f6365303497 #header-cart-mobile, #pix-fe .cp-5aa96255488f6365303497 #header-cart-mobile-b2bquote {
  display: none;
}
#pix-fe .cp-5aa96255488f6365303497 #header-cart-mobile.active, #pix-fe .cp-5aa96255488f6365303497 #header-cart-mobile-b2bquote.active {
  display: block;
}
#pix-fe:not(.zoey-has-mobile-header) .cp-5aa96255488f6365303497, #pix-fe.media-d .cp-5aa96255488f6365303497, #pix-fe.media-t .cp-5aa96255488f6365303497 {
  display: none;
}
#pix-fe.modal-body-content .cp-5aa96255488f6365303497 {
  display: block;
  overflow: hidden;
}
#pix-fe .cp-5aa96255488f6365303497 {
  min-width: 100px;
  position: relative;
  background-color: rgba(255, 255, 255, 1);
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-language-currency {
  border-bottom-color: rgba(204,204,204,1);
  color: rgba(51, 51, 51, 1);
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-language-currency > div {
  border-right-color: rgba(204,204,204,1);
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-logo {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 3px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(204,204,204,1);
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-logo .pix-logo {
  display: inline-block;
  width: auto;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-logo .pix-logo img {
  height: 76px;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-color: rgba(204,204,204,1);
  color: rgba(51, 51, 51, 1);
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links ul:before, #pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links ul:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links ul li {
  flex-grow: 1;
  border-right: 1px solid #ccc;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
  cursor: pointer;
  border-color: rgba(204,204,204,1);
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links ul li:last-child {
  border-right: 0;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links.with-b2b ul li {
  width: 25%;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #efefef;
  overflow: auto;
  height: 100%;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content:not(.active) {
  display: none;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu:not(.active), #pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-search:not(.active), #pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-cart:not(.active), #pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-cart-b2bquote:not(.active) {
  display: none;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-search {
  width: 100%;
  padding: 20px;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-search .search-container {
  position: relative;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-search input {
  font-size: 16px;
  width: 100%;
  height: 30px;
  padding: 20px 40px 20px 10px;
  position: relative;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-search input, #pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-search input:focus {
  border: 1px solid #ccc;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-search button {
  position: absolute;
  top: 50%;
  right: 10px;
  background-color: transparent;
  color: #999;
  font-size: 15px;
  margin-top: -8px;
  padding: 0;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-cart, #pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-cart-b2bquote {
  width: 100%;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-cart .zoey-header-cart-trigger, #pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-cart-b2bquote .zoey-header-cart-trigger {
  display: none;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-cart > * > div, #pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-cart-b2bquote > * > div {
  display: block;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-cart .minicart-actions a, #pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-cart-b2bquote .minicart-actions a {
  margin-top: 5px;
  padding: 20px;
  display: block;
  width: 100%;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-cart .minicart-actions a.cat-link, #pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-cart-b2bquote .minicart-actions a.cat-link {
  background: #f8f8f8;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu {
  padding: 10px 20px;
  width: 100%;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu nav {
  width: 100%;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu:before, #pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu .zoey-nav-primary > li > a {
  background-color: transparent;
  color: #333;
  padding: 20px;
  font-size: 20px;
  display: block;
  border-bottom: 1px solid #ccc;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu .zoey-nav-primary > li > a:hover {
  text-decoration: none;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu .zoey-nav-primary li.parent > a {
  padding-right: 70px;
  position: relative;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu .zoey-nav-primary li.parent > a > .toggle-menu-element {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu .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: 30px;
  line-height: 0.7em;
  text-align: center;
  margin-top: -12px;
  margin-right: -8px;
  font-weight: lighter;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu .zoey-nav-primary li.parent.active > a > .toggle-menu-element:after {
  content: '-';
  margin-right: -5px;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu .zoey-nav-primary ul {
  display: block;
  padding: 0 0 0 10px;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu .zoey-nav-primary ul.level0 {
  padding: 10px 0 10px 10px;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu .zoey-nav-primary ul li > a {
  display: block;
  padding: 10px;
  font-size: 16px;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu .zoey-nav-primary ul li > a:hover {
  text-decoration: none;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu .zoey-account-links-mobile {
  padding-top: 30px;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu .zoey-account-links-content-mobile li a {
  font-size: 16px;
  padding: 10px;
  display: block;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu .zoey-account-links-content-mobile li a:hover {
  text-decoration: none;
}
#pix-fe .cp-5aa96255488f6365303497 .zoey-header-mobile-links-content .zoey-header-mobile-top-menu .zoey-account-links-content-mobile ul {
  padding-left: 10px;
}
#pix-fe .cp-5aa96255488f6365303497 #header-cart-mobile, #pix-fe .cp-5aa96255488f6365303497 #header-cart-mobile-b2bquote {
  position: static;
  background: none;
  display: block;
}
#pix-fe .cp-5aa96255488f6365303497 .cart-icon-cargo-truck:before, #pix-fe .cp-5aa96255488f6365303497 .cart-icon-cargo-truck-fast:before, #pix-fe .cp-5aa96255488f6365303497 .cart-icon-cargo-truck-round:before, #pix-fe .cp-5aa96255488f6365303497 .cart-icon-cargo-truck-outline-fast:before, #pix-fe .cp-5aa96255488f6365303497 .cart-icon-cargo-truck-left:before, #pix-fe .cp-5aa96255488f6365303497 .cart-icon-cargo-truck-thin-fast:before {
  font-size: 1.2em;
  vertical-align: sub;
}
#pix-fe.zoey-core-header-mobile-preset2-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_5aa96255488f6365303497
*/ 

#pix-fe #cp-5aa96255488f6365303497.pix-design-component {
    z-index: 3;
}
#pix-fe.media-d #cp-5aa96255488f6365303497.pix-design-component {
    z-index: 3;
}
#pix-fe.media-m #cp-5aa96255488f6365303497.pix-design-component {
    clear: left;
    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_5aa962554ef3e131294960
*/ 

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

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

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

#pix-fe #cp-5aa962557c338028790814.pix-design-component {
    margin-left: -1100%;
    z-index: 2;
    clear: none;
}
#pix-fe.media-d #cp-5aa962557c338028790814.pix-design-component {
    margin-left: -1100%;
    z-index: 2;
    clear: none;
}
#pix-fe.media-t #cp-5aa962557c338028790814.pix-design-component {
    margin-left: -1100%;
    z-index: 1;
}
#pix-fe.media-m #cp-5aa962557c338028790814.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/LzS2L004BkalGMfkFRanFqia6hXjFIYy0A 
 Path: skin/designcenter/pixafy/components/root/footer/preset-1.scss 
 Parent uid: cp_5aa9625591942215565866
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/root/footer/preset-1.scss
==================================================
**/
#pix-fe .cp-5aa9625591942215565866 > .component-content > .group-background-image-container {
  background-color: rgba(255, 255, 255, 1);
  background-image: ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#pix-fe .cp-5aa9625591942215565866 > .component-content > .group-background-image-container:empty {
  min-height: 150px;
}
#pix-fe .cp-5aa9625591942215565866 > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe .cp-5aa9625591942215565866 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: 40px 20px 40px 20px;
}
#pix-fe.media-t .cp-5aa9625591942215565866 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-5aa9625591942215565866 > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe.media-t .cp-5aa9625591942215565866 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-5aa9625591942215565866 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-5aa9625591942215565866 > .component-content > .group-background-image-container:not(.full-width-element), #pix-fe.media-m .cp-5aa9625591942215565866 > .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_5aa9625591942215565866
*/ 

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

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

#pix-fe #cp-5aa962555305b665308614.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    margin-top: 0px;
    clear: left;
}
#pix-fe #cp-5aa962555305b665308614.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 32px
}
#pix-fe.media-d #cp-5aa962555305b665308614.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-d #cp-5aa962555305b665308614.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 32px
}
#pix-fe.media-tm #cp-5aa962555305b665308614.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    margin-top: 0px;
}
#pix-fe.media-t #cp-5aa962555305b665308614.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    margin-top: 0px;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_Fcs7DoAwCADQu5COKnH1LCxNxU+ihQCDjfHu6viGd0OKpgwTFHfoILmVD7pfeWmERU6VyjWc0ESCcOM8sxEesgqhGjtHPw7+9+cF 
 Path: skin/designcenter/pixafy/components/root/header/logo/preset-1.scss 
 Parent uid: cp_5aa96255691a5172729522
*/ 

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

#pix-fe #cp-5aa96255691a5172729522.pix-design-component {
    clear: left;
    width: 25.2%;
    margin-left: -1099.8%;
    min-height: 75px;
    margin-top: 13px;
}
#pix-fe.media-d #cp-5aa96255691a5172729522.pix-design-component {
    width: 25.2%;
    margin-left: -1099.8%;
    min-height: 75px;
    margin-top: 13px;
    clear: left;
}
#pix-fe.media-tm #cp-5aa96255691a5172729522.pix-design-component {
    margin-top: 13px;
    width: 24.3%;
    margin-left: -1099.5%;
    min-height: 41px;
}
#pix-fe.media-t #cp-5aa96255691a5172729522.pix-design-component {
    margin-top: 13px;
    width: 24.3%;
    margin-left: -1099.5%;
    min-height: 41px;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_FcwxCoAwDADAv4SOasTRtwSk1IgObUITwSL+XR1vuRuCN2WYIZlBB8Fq+qDHFbdGmCSrFC5uhFXECXeOK1dCF10yl5NQKxt7P06D/cfzAg== 
 Path: skin/designcenter/pixafy/components/root/header/top_menu/preset-02.scss 
 Parent uid: cp_5aa962556e312034118176
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/root/header/top_menu/preset-02.scss
==================================================
**/
#pix-fe .cp-5aa962556e312034118176 .component-content {
  height: 100%;
}
#pix-fe .cp-5aa962556e312034118176 #zoey-nav {
  display: block;
  height: 100%;
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary li:hover {
  z-index: 9;
}
#pix-fe .cp-5aa962556e312034118176 a {
  text-decoration: none;
}
#pix-fe .cp-5aa962556e312034118176 {
  min-width: 100px;
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary {
  list-style: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  border-width: 0 0 0 0;
  border-color: rgba(239, 239, 239, 1);
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary li.level-top {
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0);
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary li.level-top:not(.hidden) {
  display: inline-block;
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary li.level-top > a {
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  padding: 10px;
  color: #fff;
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary li.level-top:hover {
  background-color: rgba(239,239,239,.16);
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary li.level-top:hover > a {
  color: #fff;
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary ul.level0 ul {
  left: 100%;
  top: -1px;
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary ul {
  text-align: left;
  -webkit-box-shadow: 0 0 3px 0px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0 0 3px 0px rgba(51, 51, 51, 0.2);
  box-shadow: 0 0 3px 0px rgba(51, 51, 51, 0.2);
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary li {
  position: relative;
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary li:not(:hover) ul {
  display: none;
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary li:hover {
  background-color: #efefef;
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary li ul {
  position: absolute;
  top: 100%;
  width: 200px;
  background: #fff;
  border: 1px solid #efefef;
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary li ul li {
  display: block;
  border-bottom: 1px solid #efefef;
  padding-left: 12px;
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary li ul li.last, #pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary li ul li:last-child {
  border-bottom: 0;
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary li ul li.level1.parent > a:before {
  content: '>';
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 10px;
  font-weight: lighter;
  font-size: 12px;
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary li ul li a {
  padding-left: 12px;
  padding: 15px;
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary li.align-menu-right > ul {
  left: initial;
  right: 0;
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary li.align-menu-right > ul:not(.level0) {
  right: 100%;
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary li.align-menu-center ul {
  left: initial;
  right: -50%;
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  transform: translate(50%, 0);
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary li.align-menu-full ul {
  position: fixed;
  left: 0;
  width: 100%;
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary li a {
  display: block;
  padding: 10px;
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary li.level1, #pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary li.level2 {
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  background-color: rgba(255,255,255,0);
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary li.level1 > a, #pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary li.level2 > a {
  text-align: left;
  color: #333;
  text-transform: inherit;
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary li.level1:hover, #pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary li.level2:hover {
  background-color: rgba(239,239,239,.5);
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary li.level1:hover > a, #pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary li.level2:hover > a {
  color: ;
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary ul.level0 > li.level1, #pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary ul.level1 > li {
  border-color: rgba(239, 239, 239, 1);
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary ul.level0 > li.level1 > a, #pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary ul.level1 > li > a {
  padding: 15px;
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary:before, #pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary.nav-clickable li.level-top.open {
  display: inline-block;
  background-color: rgba(239,239,239,.16);
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary.nav-clickable li.level-top.open > a {
  color: #fff;
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary.nav-clickable li:not(:hover) ul {
  display: inherit;
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary.nav-clickable li:not(.open) ul {
  display: none;
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary.nav-clickable li.open {
  background-color: #efefef;
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary.nav-clickable li.level1.open, #pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary.nav-clickable li.level2.open {
  background-color: rgba(239,239,239,.5);
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary.nav-clickable li.level1.open > a, #pix-fe .cp-5aa962556e312034118176 .zoey-nav-primary.nav-clickable li.level2.open > a {
  color: ;
}
#pix-fe .cp-5aa962556e312034118176 .zoey-nav-wrap {
  height: 100%;
}
#pix-fe .cp-5aa962556e312034118176 #zoey-nav.child-hover ul li:not(.is-hovering) a {
  opacity: 0.3;
}
#pix-fe .cp-5aa962556e312034118176 #zoey-nav.child-hover ul li.is-hovering a {
  opacity: 1;
}
#pix-fe.media-t .cp-5aa962556e312034118176 .zoey-nav-primary li.level-top > a {
  font-size: ;
}
#pix-fe.media-t .cp-5aa962556e312034118176 .zoey-nav-primary li.level1, #pix-fe.media-t .cp-5aa962556e312034118176 .zoey-nav-primary li.level2 {
  font-size: ;
}
#pix-fe.media-m .cp-5aa962556e312034118176 .zoey-nav-primary li.level-top > a {
  font-size: ;
}
#pix-fe.media-m .cp-5aa962556e312034118176 .zoey-nav-primary li.level1, #pix-fe.media-m .cp-5aa962556e312034118176 .zoey-nav-primary li.level2 {
  font-size: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa962556e312034118176
*/ 

#pix-fe #cp-5aa962556e312034118176.pix-design-component {
    width: 47.7%;
    margin-left: -1074.4%;
    margin-top: 40px;
    clear: none;
    min-height: 0;
}
#pix-fe.media-d #cp-5aa962556e312034118176.pix-design-component {
    width: 47.7%;
    margin-left: -1074.4%;
    margin-top: 40px;
    min-height: 0;
    clear: none;
}
#pix-fe.media-tm #cp-5aa962556e312034118176.pix-design-component {
    margin-top: 56px;
    width: 68.6%;
    margin-left: -1084.4%;
    min-height: 0;
}
#pix-fe.media-t #cp-5aa962556e312034118176.pix-design-component {
    margin-top: 56px;
    width: 68.6%;
    margin-left: -1084.4%;
    min-height: 0;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_JcwxCoAwDEDRu4SOanbPkqXElBa0KU0Hi3h3rY6PD/8C13oRWIHNYAJnlV+UdPrQCVmPollyM8Kq2gij+E0qoYmvHAmDfvHnnFjzUOu7LON4Pw== 
 Path: skin/designcenter/pixafy/components/root/header/search/fonts/search-icons/style.css 
 Parent uid: cp_5aa9625573e6b821160002
*/ 

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

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

#pix-fe #cp-5aa9625573e6b821160002.pix-design-component {
    width: 14.9%;
    margin-left: -1017.3%;
    margin-top: 13px;
    clear: none;
    min-height: 36px;
}
#pix-fe.media-d #cp-5aa9625573e6b821160002.pix-design-component {
    width: 14.9%;
    margin-left: -1017.3%;
    margin-top: 13px;
    clear: none;
    min-height: 36px;
}
#pix-fe.media-tm #cp-5aa9625573e6b821160002.pix-design-component {
    margin-left: -1015.8%;
    margin-top: 13px;
    width: 15.8%;
    clear: none;
    min-height: 42.8px;
}
#pix-fe.media-t #cp-5aa9625573e6b821160002.pix-design-component {
    margin-left: -1015.8%;
    margin-top: 13px;
    width: 15.8%;
    clear: none;
    min-height: 42.8px;
}


/* 
 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_5aa96257e89c9493053849
*/ 

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

#pix-fe #cp-5aa96257e89c9493053849.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    margin-top: 24.5px;
    clear: left;
    min-height: 0;
}
#pix-fe.media-d #cp-5aa96257e89c9493053849.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    margin-top: 24.5px;
    min-height: 0;
    clear: left;
}
#pix-fe.media-tm #cp-5aa96257e89c9493053849.pix-design-component {
    min-height: 0;
}
#pix-fe.media-t #cp-5aa96257e89c9493053849.pix-design-component {
    margin-top: 45px;
    width: 100%;
    margin-left: -1050%;
    min-height: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#pix-fe.media-m #cp-5aa96257e89c9493053849.pix-design-component {
    margin-top: 46.6px;
    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/LzUvNKimP003PykxJzYvSTSktK8vNi9AuKUotTS3QNjPWKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/button/preset-03.scss 
 Parent uid: cp_5aa96257ebd9d089994554
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/button/preset-03.scss
==================================================
**/
#pix-fe .cp-5aa96257ebd9d089994554 {
  display: inline-block;
}
#pix-fe .cp-5aa96257ebd9d089994554 .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-5aa96257ebd9d089994554 {
  width: 150px;
}
#pix-fe .cp-5aa96257ebd9d089994554 .button {
  text-transform: uppercase;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: ;
  border-color: rgba(50, 65, 88, 0);
  font-size: 23px;
  font-weight: bold;
  text-decoration: none;
  color: #ed5353;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
}
#pix-fe .cp-5aa96257ebd9d089994554 .button:hover {
  background-color: rgba(239, 239, 239, 0);
  border-color: rgba(50, 65, 88, 0);
  color: rgba(50, 65, 88, 0.5);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa96257ebd9d089994554
*/ 

#pix-fe #cp-5aa96257ebd9d089994554.pix-design-component {
    clear: left;
    width: 100%;
    margin-left: -1100%;
    margin-top: 35.59375px;
    min-height: 42px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#pix-fe.media-d #cp-5aa96257ebd9d089994554.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 35.59375px;
    min-height: 42px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    clear: left;
}
#pix-fe.media-tm #cp-5aa96257ebd9d089994554.pix-design-component {
    min-height: 0;
}
#pix-fe.media-t #cp-5aa96257ebd9d089994554.pix-design-component {
    margin-top: 32.4px;
    width: 100%;
    margin-left: -1100%;
    min-height: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#pix-fe.media-m #cp-5aa96257ebd9d089994554.pix-design-component {
    margin-top: 3.6px;
    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_5aa96257f011d191767355
*/ 

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

#pix-fe #cp-5aa96257f011d191767355.pix-design-component {
    clear: left;
    width: 38.1%;
    margin-left: -1069.1%;
    margin-top: 31.09375px;
    min-height: 0;
}
#pix-fe.media-d #cp-5aa96257f011d191767355.pix-design-component {
    width: 38.1%;
    margin-left: -1069.1%;
    margin-top: 31.09375px;
    min-height: 0;
    clear: left;
}
#pix-fe.media-t #cp-5aa96257f011d191767355.pix-design-component {
    margin-top: 28.3px;
    width: 87.6%;
    margin-left: -1094.5%;
    min-height: 0;
}
#pix-fe.media-m #cp-5aa96257f011d191767355.pix-design-component {
    margin-top: 24.5px;
    width: 100%;
    margin-left: -1100%;
    min-height: 136.2px;
    display: 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/LzUvNKimP0i0uKMgti9MuLEgsKUoti9AuKUotTS3SN9IpBWmsB 
 Path: skin/designcenter/pixafy/components/strip/wrapper/preset-2.scss 
 Parent uid: cp_5aa962580afe9288497106
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/strip/wrapper/preset-2.scss
==================================================
**/
#pix-fe .cp-5aa962580afe9288497106 {
  width: 300px;
  min-height: 5px;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: rgba(204, 204, 204, 1);
  padding: 0 !important;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
}
#pix-fe .cp-5aa962580afe9288497106 > .component-content > .group-background-image-container {
  position: relative;
  background-color: rgba(246,246,246,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-5aa962580afe9288497106 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-5aa962580afe9288497106 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: 0 15px 60px 15px;
}
#pix-fe .cp-5aa962580afe9288497106 > .component-content > .group-background-image-container:before, #pix-fe .cp-5aa962580afe9288497106 > .component-content > .group-background-image-container:after, #pix-fe .cp-5aa962580afe9288497106 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-5aa962580afe9288497106 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-5aa962580afe9288497106 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-5aa962580afe9288497106 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-5aa962580afe9288497106 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-5aa962580afe9288497106 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-5aa962580afe9288497106 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-5aa962580afe9288497106 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-5aa962580afe9288497106 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-5aa962580afe9288497106 > .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_5aa962580afe9288497106
*/ 

#pix-fe #cp-5aa962580afe9288497106.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 60.375px;
    clear: left;
}
#pix-fe #cp-5aa962580afe9288497106.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 862.6px
}
#pix-fe.media-d #cp-5aa962580afe9288497106.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 60.375px;
    clear: left;
}
#pix-fe.media-d #cp-5aa962580afe9288497106.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 862.6px
}
#pix-fe.media-t #cp-5aa962580afe9288497106.pix-design-component {
    margin-top: .2px;
    width: 100%;
    margin-left: -1100%;
}
#pix-fe.media-t #cp-5aa962580afe9288497106.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0
}
#pix-fe.media-m #cp-5aa962580afe9288497106.pix-design-component {
    margin-top: .6px;
    width: 100%;
    margin-left: -1100%;
    display: none;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#pix-fe.media-m #cp-5aa962580afe9288497106.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/LzUvNKimP003PykxJzYvSTEvPyUoti9AuKUotTS3QN9YpBWmsB 
 Path: skin/designcenter/pixafy/components/global/banner/preset-1.scss 
 Parent uid: cp_5aa962581717f279331775
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/banner/preset-1.scss
==================================================
**/
#pix-fe .cp-5aa962581717f279331775 > .component-content {
  height: 100%;
  overflow: hidden;
}
#pix-fe .cp-5aa962581717f279331775 img {
  max-width: none;
  width: 100%;
  height: auto;
  display: block;
}
#pix-fe .cp-5aa962581717f279331775 {
  width: 300px;
  border-style: solid;
  border-width: ;
  border-color: #ccc;
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa962581717f279331775
*/ 

#pix-fe #cp-5aa962581717f279331775.pix-design-component {
    width: 50%;
    margin-left: -1100%;
    margin-top: 884.875px;
    clear: none;
}
#pix-fe.media-d #cp-5aa962581717f279331775.pix-design-component {
    width: 50%;
    margin-left: -1100%;
    margin-top: 884.875px;
    clear: none;
}
#pix-fe.media-t #cp-5aa962581717f279331775.pix-design-component {
    margin-top: 1.6px;
    margin-left: -1100%;
    width: 50%;
}
#pix-fe.media-m #cp-5aa962581717f279331775.pix-design-component {
    margin-top: .09px;
    display: none;
    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/LzUvNKimP003PykxJzYvSTEvPyUoti9AuKUotTS3QN9YpBWmsB 
 Path: skin/designcenter/pixafy/components/global/banner/preset-1.scss 
 Parent uid: cp_5aa962581a306254427036
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/banner/preset-1.scss
==================================================
**/
#pix-fe .cp-5aa962581a306254427036 > .component-content {
  height: 100%;
  overflow: hidden;
}
#pix-fe .cp-5aa962581a306254427036 img {
  max-width: none;
  width: 100%;
  height: auto;
  display: block;
}
#pix-fe .cp-5aa962581a306254427036 {
  width: 300px;
  border-style: solid;
  border-width: ;
  border-color: #ccc;
  padding: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5aa962581a306254427036
*/ 

#pix-fe #cp-5aa962581a306254427036.pix-design-component {
    width: 50%;
    margin-left: -1050%;
    margin-top: 883.375px;
    clear: none;
}
#pix-fe.media-d #cp-5aa962581a306254427036.pix-design-component {
    width: 50%;
    margin-left: -1050%;
    margin-top: 883.375px;
    clear: none;
}
#pix-fe.media-t #cp-5aa962581a306254427036.pix-design-component {
    margin-top: 1.6px;
    clear: none;
    margin-left: -1050%;
    width: 50%;
}
#pix-fe.media-m #cp-5aa962581a306254427036.pix-design-component {
    margin-top: 1.2px;
    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: zoeydev 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcmL0s4pj9KvyUytTUsti9JPzcwvy81LzSoCCSaUlJfl5QEZRanJJYnpOqi5ERNdQrxhkRi0A 
 Path: /js/zoeydev/components/buttons/rectagle-button-1.scss 
 Parent uid: cp_5b0772ac36511871340254
*/ 

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

#pix-fe #cp-5b0772ac36511871340254.pix-design-component {
    margin-left: -1050.6%;
    width: 9.3%;
    z-index: 2;
    margin-top: 72.96875px;
    clear: left;
}
#pix-fe.media-d #cp-5b0772ac36511871340254.pix-design-component {
    margin-left: -1050.6%;
    width: 9.3%;
    z-index: 2;
    margin-top: 72.96875px;
    clear: left;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#pix-fe.media-t #cp-5b0772ac36511871340254.pix-design-component {
    width: 27.8%;
    margin-left: -1051.7%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#pix-fe.media-m #cp-5b0772ac36511871340254.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 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_5aa96255966b3406991570
*/ 

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

#pix-fe #cp-5aa96255966b3406991570.pix-design-component {
    margin-left: -1100%;
    width: 20.3%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-d #cp-5aa96255966b3406991570.pix-design-component {
    margin-left: -1100%;
    width: 20.3%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-t #cp-5aa96255966b3406991570.pix-design-component {
    margin-top: 0px;
}
#pix-fe.media-m #cp-5aa96255966b3406991570.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_5aa9625599ee9822221011
*/ 

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

#pix-fe #cp-5aa9625599ee9822221011.pix-design-component {
    margin-left: -1078.3%;
    width: 20.3%;
    margin-top: 0px;
    clear: none;
}
#pix-fe.media-d #cp-5aa9625599ee9822221011.pix-design-component {
    margin-left: -1078.3%;
    width: 20.3%;
    margin-top: 0px;
    clear: none;
}
#pix-fe.media-t #cp-5aa9625599ee9822221011.pix-design-component {
    margin-top: 0px;
    clear: none;
    margin-left: -1078.8%;
    width: 20.3%;
}
#pix-fe.media-m #cp-5aa9625599ee9822221011.pix-design-component {
    margin-top: 29px;
    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_5aa962559d396413562808
*/ 

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

#pix-fe #cp-5aa962559d396413562808.pix-design-component {
    margin-left: -1056.2%;
    width: 22%;
    margin-top: 0px;
    clear: none;
}
#pix-fe.media-d #cp-5aa962559d396413562808.pix-design-component {
    margin-left: -1056.2%;
    width: 22%;
    margin-top: 0px;
    clear: none;
}
#pix-fe.media-tm #cp-5aa962559d396413562808.pix-design-component {
    min-height: 104px;
}
#pix-fe.media-t #cp-5aa962559d396413562808.pix-design-component {
    width: 23.6%;
    margin-left: -1057.6%;
    min-height: 104px;
    margin-top: 0px;
    clear: none;
}
#pix-fe.media-m #cp-5aa962559d396413562808.pix-design-component {
    margin-top: 4px;
    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_5aa96255a07e7656621937
*/ 

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

#pix-fe #cp-5aa96255a07e7656621937.pix-design-component {
    margin-left: -1031%;
    width: 26.4%;
    margin-top: 0px;
    clear: none;
}
#pix-fe.media-d #cp-5aa96255a07e7656621937.pix-design-component {
    margin-left: -1031%;
    width: 26.4%;
    margin-top: 0px;
    clear: none;
}
#pix-fe.media-t #cp-5aa96255a07e7656621937.pix-design-component {
    margin-top: 0px;
    clear: none;
}
#pix-fe.media-m #cp-5aa96255a07e7656621937.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 30px;
    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_5aa96255a3a4d949536294
*/ 

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

#pix-fe #cp-5aa96255a3a4d949536294.pix-design-component {
    margin-left: -1031.1%;
    width: 31.1%;
    margin-top: 42.5px;
    clear: none;
    min-height: 0;
}
#pix-fe.media-d #cp-5aa96255a3a4d949536294.pix-design-component {
    margin-left: -1031.1%;
    width: 31.1%;
    margin-top: 42.5px;
    clear: none;
    min-height: 0;
}
#pix-fe.media-tm #cp-5aa96255a3a4d949536294.pix-design-component {
    min-height: 23.5px;
}
#pix-fe.media-t #cp-5aa96255a3a4d949536294.pix-design-component {
    margin-top: 42.5px;
    clear: none;
    width: 31%;
    margin-left: -1031%;
    min-height: 23.5px;
}
#pix-fe.media-m #cp-5aa96255a3a4d949536294.pix-design-component {
    margin-top: 13.3px;
    width: 100%;
    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/LzUvNKimP003PykxJzYvRLUitKYvSLSypzUvWKQbpqAQ== 
 Path: skin/designcenter/pixafy/components/global/text/style.scss 
 Parent uid: cp_5aa96255a8741854712997
*/ 

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

#pix-fe #cp-5aa96255a8741854712997.pix-design-component {
    margin-left: -1031%;
    width: 31%;
    margin-top: 93px;
    clear: none;
    min-height: 0;
}
#pix-fe.media-d #cp-5aa96255a8741854712997.pix-design-component {
    margin-left: -1031%;
    width: 31%;
    margin-top: 93px;
    clear: none;
    min-height: 0;
}
#pix-fe.media-t #cp-5aa96255a8741854712997.pix-design-component {
    margin-top: 93px;
    clear: none;
    margin-left: -1031%;
    width: 31%;
}
#pix-fe.media-m #cp-5aa96255a8741854712997.pix-design-component {
    margin-top: 40.5px;
    clear: left;
    width: 100%;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_FcxBCoAgEAXQuwwuK6FlZxFCZYrAdPBPlER3r5Zv824y2oRpoghQRwY1fpDt8ktzNpZdSuascHZNJfjkbOYTiVW5zjgCYt0COyuVwdqPA/7oeQE= 
 Path: skin/designcenter/pixafy/components/global/newsletter_subscribe/preset-2.scss 
 Parent uid: cp_5aa96255acecd591363119
*/ 

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

#pix-fe #cp-5aa96255acecd591363119.pix-design-component {
    margin-left: -1031%;
    width: 31%;
    margin-top: 124px;
    clear: none;
    min-height: 0;
}
#pix-fe.media-d #cp-5aa96255acecd591363119.pix-design-component {
    margin-left: -1031%;
    width: 31%;
    margin-top: 124px;
    clear: none;
    min-height: 0;
}
#pix-fe.media-t #cp-5aa96255acecd591363119.pix-design-component {
    margin-top: 124px;
    clear: none;
}
#pix-fe.media-m #cp-5aa96255acecd591363119.pix-design-component {
    margin-top: 23.7px;
    width: 100%;
    margin-left: -1100%;
    min-height: 0;
    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/LzUvNKimP003PykxJzYvRLUitKYvSLSypzUvWKQbpqAQ== 
 Path: skin/designcenter/pixafy/components/global/text/style.scss 
 Parent uid: cp_5aa96255b1aeb356621162
*/ 

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

#pix-fe #cp-5aa96255b1aeb356621162.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    margin-top: 74.7px;
    clear: left;
    min-height: 0;
}
#pix-fe.media-d #cp-5aa96255b1aeb356621162.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    margin-top: 74.7px;
    min-height: 0;
    clear: left;
}
#pix-fe.media-t #cp-5aa96255b1aeb356621162.pix-design-component {
    margin-top: 20.7px;
}
#pix-fe.media-m #cp-5aa96255b1aeb356621162.pix-design-component {
    margin-top: 56.7px;
    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_5aa9625556c95875875523
*/ 

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

#pix-fe #cp-5aa9625556c95875875523.pix-design-component {
    margin-left: -1099.5%;
    width: 27.7%;
    margin-top: 7.5px;
    clear: left;
}
#pix-fe.media-d #cp-5aa9625556c95875875523.pix-design-component {
    margin-left: -1099.5%;
    width: 27.7%;
    margin-top: 7.5px;
}
#pix-fe.media-tm #cp-5aa9625556c95875875523.pix-design-component {
    margin-top: 6.5px;
    margin-left: -1100%;
    width: 43.8%;
    min-height: 0;
    clear: left;
}
#pix-fe.media-t #cp-5aa9625556c95875875523.pix-design-component {
    margin-top: 6.5px;
    margin-left: -1100%;
    width: 43.8%;
    min-height: 0;
    clear: left;
}


/* 
 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_5aa962555d103907741353
*/ 

@font-face {  font-family: 'account-icons';  src:  url("//eclassroom.com.au/skin/designcenter/pixafy/components/root/header/top_links/fonts/account-icons/fonts/account-icons.eot?pbgcwp");  src:  url("//eclassroom.com.au/skin/designcenter/pixafy/components/root/header/top_links/fonts/account-icons/fonts/account-icons.eot?pbgcwp#iefix") format('embedded-opentype'),    url("//eclassroom.com.au/skin/designcenter/pixafy/components/root/header/top_links/fonts/account-icons/fonts/account-icons.ttf?pbgcwp") format('truetype'),    url("//eclassroom.com.au/skin/designcenter/pixafy/components/root/header/top_links/fonts/account-icons/fonts/account-icons.woff?pbgcwp") format('woff'),    url("//eclassroom.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: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP0i/LzS2L0M1ITU1KLYvRL8gviczLzsoESBUWpxakluuZ6xSAzagE= 
 Path: skin/designcenter/pixafy/components/root/header/top_links/preset-7.scss 
 Parent uid: cp_5aa962555d103907741353
*/ 

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

#pix-fe #cp-5aa962555d103907741353.pix-design-component {
    margin-left: -1020.9%;
    width: 10.5%;
    margin-top: 4px;
    clear: none;
    min-height: 0;
}
#pix-fe.media-d #cp-5aa962555d103907741353.pix-design-component {
    margin-left: -1020.9%;
    width: 10.5%;
    margin-top: 4px;
    clear: none;
    min-height: 0;
}
#pix-fe.media-tm #cp-5aa962555d103907741353.pix-design-component {
    margin-left: -1031.2%;
    width: 17.2%;
    margin-top: 4.5px;
    clear: none;
    min-height: 0;
}
#pix-fe.media-t #cp-5aa962555d103907741353.pix-design-component {
    margin-left: -1031.2%;
    width: 17.2%;
    margin-top: 4.5px;
    clear: none;
    min-height: 0;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_FcwxDoAwCEDRu5COaicXz8LSIMYOLQQYbIx3V8f/hn9DiqEMG5A7TJDc6AutVzkGZpKm0rmHYzaRwHxy2dkwt9orFftEjZ1jXhf/F88L 
 Path: skin/designcenter/pixafy/components/root/header/minicart/preset-5.scss 
 Parent uid: cp_5aa9625562f4d692914394
*/ 

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

#pix-fe #cp-5aa9625562f4d692914394.pix-design-component {
    margin-left: -1010.1%;
    width: 9.8%;
    margin-top: 4px;
    clear: none;
    min-height: 0;
}
#pix-fe.media-d #cp-5aa9625562f4d692914394.pix-design-component {
    margin-left: -1010.1%;
    width: 9.8%;
    margin-top: 4px;
    clear: none;
    min-height: 0;
}
#pix-fe.media-tm #cp-5aa9625562f4d692914394.pix-design-component {
    margin-top: 4.5px;
    clear: none;
    width: 14%;
    margin-left: -1014%;
    min-height: 0;
}
#pix-fe.media-t #cp-5aa9625562f4d692914394.pix-design-component {
    margin-top: 4.5px;
    clear: none;
    width: 14%;
    margin-left: -1014%;
    min-height: 0;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvRLUitKYvSLSypzUvWKQbpqAQ== 
 Path: skin/designcenter/pixafy/components/global/text/style.scss 
 Parent uid: cp_5aa962580dafb673066607
*/ 

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

#pix-fe #cp-5aa962580dafb673066607.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-d #cp-5aa962580dafb673066607.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-tm #cp-5aa962580dafb673066607.pix-design-component {
    min-height: 0;
}
#pix-fe.media-t #cp-5aa962580dafb673066607.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    min-height: 0;
    margin-top: 24.4px;
}
#pix-fe.media-m #cp-5aa962580dafb673066607.pix-design-component {
    margin-top: 24.4px;
    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/LzUvNKimP003PykxJzYvQLivJTSpNLYvSLSypzUvVA+moB 
 Path: skin/designcenter/pixafy/components/global/product/style.css 
 Parent uid: cp_5aa962581152d089014991
*/ 

#pix-fe .zoey-product-list-title{margin-bottom:10px;padding:0;border:0px solid #ccc;font-size:18px;font-weight:bold}#pix-fe .zoey-product-list-title>*{margin:0;text-align:left;font-size:inherit;font-weight:inherit;font-style:inherit;color:inherit}#pix-fe .zoey-product-info .zoey-product-message,#pix-fe .zoey-product-info .zoey-product-list-attribute{margin:10px 0}#pix-fe .zoey-product-info .price-box{margin:0;font-size:12px;font-weight:normal;color:#333;padding:0}#pix-fe .zoey-product-info .price-box>p{color:inherit}#pix-fe .zoey-product-info .price-box .price{font-size:inherit}#pix-fe .zoey-product-info .price-box .minimal-price-link{margin-top:5px}#pix-fe .zoey-product-info .price-box .minimal-price-link:hover{text-decoration:none}#pix-fe .zoey-product-info .price-box .minimal-price-link .label{color:#cf5050;font-size:inherit;text-transform:uppercase}#pix-fe .zoey-product-info .price-box .regular-price,#pix-fe .zoey-product-info .price-box .minimal-price,#pix-fe .zoey-product-info .price-box .minimal-price-link,#pix-fe .zoey-product-info .price-box .special-price,#pix-fe .zoey-product-info .price-box .old-price{font-size:inherit;font-weight:inherit;color:inherit;padding:inherit}#pix-fe .zoey-product-info .add-to-links{clear:both;margin:0px;float:none}#pix-fe .zoey-product-info .add-to-links>li{float:none;margin:5px 0 0 0;display:block}#pix-fe .zoey-product-info .add-to-links>li a{padding:0;margin:0;border-right:0;display:inline-block}#pix-fe .zoey-product-info .add-to-links>li:first-child{margin-top:0}#pix-fe .zoey-product-info .availability.out-of-stock{height:32px;line-height:32px}#pix-fe .zoey-product-info .ratings{color:#333;font-size:12px;margin-top:10px}#pix-fe .zoey-product-info .ratings>a:hover{text-decoration:none}#pix-fe .zoey-product-info .ratings .rating-icons{color:#D0D015;display:inline-block}#pix-fe .zoey-product-info .ratings .rating-count:before{content:'('}#pix-fe .zoey-product-info .ratings .rating-count:after{content:')'}#pix-fe .zoey-product-info .ratings .rating-links{clear:none;float:none;margin:0 0 0 5px;display:inline-block}#pix-fe .zoey-product-info .ratings .rating-links:before,#pix-fe .zoey-product-info .ratings .rating-links:after{content:'';display:block;clear:both}#pix-fe .zoey-product-info .configurable-swatch-list{margin:10px 0}#pix-fe .zoey-product-info .configurable-swatch-list>li{display:inline-block;vertical-align:middle;margin:0}#pix-fe .zoey-product-info .configurable-swatch-list>li .swatch-link{padding:0;margin:0;font-size:inherit}#pix-fe .zoey-product-info .short-description{display:none}#pix-fe .zoey-product-list>li{border:0px solid transparent;overflow:hidden}#pix-fe .zoey-product-list:before,#pix-fe .zoey-product-list:after{content:'';display:block;clear:both}#pix-fe .zoey-product-simple{border:0px solid transparent;overflow:hidden}#pix-fe .zoey-product-simple .zoey-product-actions{margin-top:10px}#pix-fe .zoey-toolbar:before,#pix-fe .zoey-toolbar:after{content:'';clear:both;display:block}#pix-fe .zoey-toolbar.toolbar-preset-1{font-size:12px;color:#333;font-weight:normal;font-style:normal;border:0px solid transparent;padding:0}#pix-fe .zoey-toolbar.toolbar-preset-1 .sorter{margin:0}#pix-fe .zoey-toolbar.toolbar-preset-1 .sorter .sort-by{float:none;display:inline-block;vertical-align:middle;font-size:inherit;color:inherit;font-weight:inherit;font-style:inherit}#pix-fe .zoey-toolbar.toolbar-preset-1 .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 .zoey-toolbar.toolbar-preset-1 .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 .zoey-toolbar.toolbar-preset-1 .sorter>.view-mode{float:none;display:inline-block;vertical-align:middle;color:inherit;font-weight:inherit;font-style:inherit}#pix-fe .zoey-toolbar.toolbar-preset-1 .sorter>.view-mode>label{font-size:inherit;color:inherit;font-weight:inherit;font-style:inherit}#pix-fe .zoey-toolbar.toolbar-preset-1 .sorter>.view-mode>strong{opacity:0.3;font-style:inherit}#pix-fe .zoey-toolbar.toolbar-preset-1 .sorter>.view-mode a{color:inherit;font-weight:inherit;font-style:inherit}#pix-fe .zoey-toolbar.toolbar-preset-1 select{font-size:inherit;color:inherit;font-weight:inherit;font-style:inherit}#pix-fe .zoey-toolbar.toolbar-preset-1 .pager{font-size:inherit;color:inherit;font-weight:inherit;font-style:inherit}#pix-fe .zoey-toolbar.toolbar-preset-1 .pager .amount{margin-bottom:0}#pix-fe .zoey-toolbar.toolbar-preset-1 .pager .amount.amount--has-pages{font-size:inherit;color:inherit;font-weight:inherit;font-style:inherit}#pix-fe .zoey-toolbar.toolbar-preset-1 .pager .limiter{margin-bottom:0}#pix-fe .zoey-toolbar.toolbar-preset-1 .pager .limiter>label{font-size:inherit;color:inherit;font-weight:inherit;font-style:inherit}#pix-fe .zoey-toolbar.toolbar-preset-1 .pager .pages{float:none;display:inline-block;vertical-align:middle;margin:0 0 0 10px}#pix-fe .zoey-toolbar.toolbar-preset-1 .pager .pages li{margin-left:2px}#pix-fe .zoey-toolbar.toolbar-preset-1 .pager .pages li.current{font-size:inherit;color:inherit;font-weight:inherit;font-style:inherit;border-color:#333}#pix-fe .zoey-toolbar.toolbar-preset-1 .pager .pages li a{font-size:inherit;color:inherit;font-weight:inherit;font-style:inherit;border:1px solid transparent}#pix-fe .zoey-toolbar.toolbar-preset-1 .pager .pages li a:hover{border-color:#ccc}#pix-fe .zoey-toolbar.toolbar-preset-1 .pager .pages li.current,#pix-fe .zoey-toolbar.toolbar-preset-1 .pager .pages li a{display:block;height:inherit;width:inherit;padding:7px;line-height:1em}#pix-fe .zoey-toolbar.toolbar-preset-1 .pager .pages .next,#pix-fe .zoey-toolbar.toolbar-preset-1 .pager .pages .previous{text-indent:-9999999px}#pix-fe .zoey-toolbar.toolbar-preset-1 .zoey-styled-select{border:1px solid #333;background:#fff;display:inline-block;vertical-align:middle;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;border-radius:0px;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}#pix-fe .zoey-toolbar.toolbar-preset-1 .zoey-styled-select select{padding:0 20px 0 6px}#pix-fe .zoey-toolbar.toolbar-preset-1 .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 .zoey-toolbar.toolbar-preset-1 .zoey-styled-select:hover{background-color:#efefef}#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 .zoey-toolbar .pager{float:none;width:100%;text-align:center}#pix-fe.media-m .zoey-toolbar .pager>.count-container{display:block}#pix-fe .hide-add-to-cart .zoey-product-actions .action-button{display:none}#pix-fe .hide-toolbar .zoey-toolbar{display:none}#pix-fe .hide-wishlist .item-wishlist{display:none}#pix-fe .hide-compare .item-compare{display:none}#pix-fe .hide-product-pricing .price-box{display:none}#pix-fe .hide-product-image .zoey-product-image{display:none !important}#pix-fe .hide-product-name .zoey-product-name{display:none}#pix-fe .product-list-content.no-products{padding:10px;font-size:12px}#pix-fe .product-list-content.no-products .note-msg{padding:10px;text-align:center;border:1px solid #ccc}#pix-fe .is-list .zoey-product-list>li{margin-bottom:10px}#pix-fe .is-list .zoey-product-list>li .zoey-product-simple{height:100%}#pix-fe .is-list .zoey-product-list>li .zoey-product-image{float:left;width:30%}#pix-fe .is-list .zoey-product-list>li .zoey-product-info{float:left;padding:10px;text-align:left;width:70%;height:100%}#pix-fe .is-list .zoey-product-list>li .zoey-product-info h3.zoey-product-name{font-size:18px}#pix-fe .is-list .zoey-product-list>li .zoey-product-info .price-box{font-size:16px}#pix-fe .is-list .zoey-product-list>li .zoey-product-info .price-box .minimal-price-link{display:inline}#pix-fe .is-list .zoey-product-list>li .zoey-product-info .short-description{display:block;margin-top:10px}#pix-fe .is-list .zoey-product-list>li:before,#pix-fe .is-list .zoey-product-list>li:after{content:'';clear:both;display:block}#pix-fe.media-d .is-list .zoey-product-list>li .zoey-product-info h3.zoey-product-name,#pix-fe.media-dt .is-list .zoey-product-list>li .zoey-product-info h3.zoey-product-name{font-size:18px}#pix-fe.media-d .is-list .zoey-product-list>li .zoey-product-info .price-box,#pix-fe.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 .zoey-product-list.zoey-products-grid--max-3-col .qty-wrapper input{height:34px}#pix-fe.media-d .zoey-product-list:not(.zoey-products-grid--max-3-col) .qty-wrapper,#pix-fe.media-t .zoey-product-list .qty-wrapper,#pix-fe.media-m .zoey-product-list .qty-wrapper{display:block;padding:0 0 10px}#pix-fe .global-products-preset-1{width:500px}#pix-fe .global-products-preset-1.global-widget-product{width:200px}#pix-fe .global-products-preset-1 .zoey-product-list-container{padding:0}#pix-fe .global-products-preset-1 .zoey-product-list>li{position:relative}#pix-fe .global-products-preset-1 .zoey-product-simple a.zoey-product-image{display:block}#pix-fe .global-products-preset-1 .zoey-product-simple .zoey-product-info{text-align:left;padding:10px}#pix-fe .global-products-preset-1 .zoey-product-simple .zoey-product-info h3.zoey-product-name{font-weight:normal;font-size:12px;line-height:1em;margin-bottom:10px;color:#333}#pix-fe .global-products-preset-1 .zoey-product-simple .zoey-product-info h3.zoey-product-name a{text-decoration:none;color:inherit;font-weight:inherit}#pix-fe .global-products-preset-1:not(.product-upsell) .zoey-product-simple .zoey-product-actions>*{display:none}#pix-fe .global-products-preset-2{width:500px}#pix-fe .global-products-preset-2.global-widget-product{width:200px}#pix-fe .global-products-preset-2 .zoey-product-list-container{padding:0}#pix-fe .global-products-preset-2 .zoey-product-list>li{position:relative}#pix-fe .global-products-preset-2 .button{background-color:#1a83c4;border:0 solid transparent}#pix-fe .global-products-preset-2 .button:hover{background-color:#166ea6}#pix-fe .global-products-preset-2 .zoey-product-simple a.zoey-product-image{display:block}#pix-fe .global-products-preset-2 .zoey-product-simple .zoey-product-info{text-align:center;padding:10px}#pix-fe .global-products-preset-2 .zoey-product-simple .zoey-product-info h3.zoey-product-name{font-weight:normal;font-size:12px;line-height:1em;margin-bottom:10px;color:#333}#pix-fe .global-products-preset-2 .zoey-product-simple .zoey-product-info h3.zoey-product-name a{text-decoration:none;color:inherit}#pix-fe .global-products-preset-2 .zoey-product-simple .zoey-product-actions{width:100%}#pix-fe .global-products-preset-2 .zoey-product-simple .zoey-product-actions .add-to-links{font-size:12px;margin-top:10px}#pix-fe .global-products-preset-3{width:500px}#pix-fe .global-products-preset-3.global-widget-product{width:200px}#pix-fe .global-products-preset-3.category-product-list .zoey-product-list-container{padding:10px 0}#pix-fe .global-products-preset-3 .is-grid .zoey-product-list>li,#pix-fe .global-products-preset-3.global-widget-product .zoey-product-list>li{margin:0px;position:relative}#pix-fe .global-products-preset-3 .is-grid .zoey-product-simple,#pix-fe .global-products-preset-3.global-widget-product .zoey-product-simple{height:100%;position:relative;background-color:#fff}#pix-fe .global-products-preset-3 .is-grid .zoey-product-simple a.zoey-product-image,#pix-fe .global-products-preset-3.global-widget-product .zoey-product-simple a.zoey-product-image{display:block;margin-bottom:0px;position:relative;z-index:2;opacity:1}#pix-fe .global-products-preset-3 .is-grid .zoey-product-simple:hover a.zoey-product-image,#pix-fe .global-products-preset-3.global-widget-product .zoey-product-simple:hover a.zoey-product-image{opacity:0.3;z-index:1}#pix-fe .global-products-preset-3 .is-grid .zoey-product-simple .zoey-product-info,#pix-fe .global-products-preset-3.global-widget-product .zoey-product-simple .zoey-product-info{text-align:center;position:absolute;z-index:1;left:0;width:100%;top:50%;padding:0 20px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}#pix-fe .global-products-preset-3 .is-grid .zoey-product-simple .zoey-product-info h3.zoey-product-name,#pix-fe .global-products-preset-3.global-widget-product .zoey-product-simple .zoey-product-info h3.zoey-product-name{font-weight:normal;font-size:12px;line-height:1em;margin-bottom:10px;color:#333}#pix-fe .global-products-preset-3 .is-grid .zoey-product-simple .zoey-product-info h3.zoey-product-name a,#pix-fe .global-products-preset-3.global-widget-product .zoey-product-simple .zoey-product-info h3.zoey-product-name a{text-decoration:none;color:inherit}#pix-fe .global-products-preset-3 .is-grid .zoey-product-simple .zoey-product-info .configurable-swatch-list,#pix-fe .global-products-preset-3.global-widget-product .zoey-product-simple .zoey-product-info .configurable-swatch-list{display:none}#pix-fe .global-products-preset-3 .zoey-product-actions{display:none}#pix-fe.media-d .global-products-preset-3 .is-grid .zoey-product-list>li{float:left;margin-bottom:0}#pix-fe.media-d .global-products-preset-3 .is-grid .zoey-products-grid--max-3-col>li{width:33.333%}#pix-fe.media-d .global-products-preset-3 .is-grid .zoey-products-grid--max-4-col>li{width:25%}#pix-fe.media-d .global-products-preset-3 .is-grid .zoey-products-grid--max-5-col>li{width:20%}#pix-fe.media-d .global-products-preset-3 .is-grid .zoey-products-grid--max-6-col>li{width:16.666%}#pix-fe.media-d .global-products-preset-3 .is-grid .zoey-products-grid--max-3-col>li:nth-child(even),#pix-fe.media-d .global-products-preset-3 .is-grid .zoey-products-grid--max-3-col>li:nth-child(3n),#pix-fe.media-d .global-products-preset-3 .is-grid .zoey-products-grid--max-3-col>li,#pix-fe.media-d .global-products-preset-3 .is-grid .zoey-products-grid--max-4-col>li:nth-child(even),#pix-fe.media-d .global-products-preset-3 .is-grid .zoey-products-grid--max-4-col>li:nth-child(3n),#pix-fe.media-d .global-products-preset-3 .is-grid .zoey-products-grid--max-4-col>li,#pix-fe.media-d .global-products-preset-3 .is-grid .zoey-products-grid--max-5-col>li:nth-child(even),#pix-fe.media-d .global-products-preset-3 .is-grid .zoey-products-grid--max-5-col>li:nth-child(3n),#pix-fe.media-d .global-products-preset-3 .is-grid .zoey-products-grid--max-5-col>li,#pix-fe.media-d .global-products-preset-3 .is-grid .zoey-products-grid--max-6-col>li:nth-child(even),#pix-fe.media-d .global-products-preset-3 .is-grid .zoey-products-grid--max-6-col>li:nth-child(3n),#pix-fe.media-d .global-products-preset-3 .is-grid .zoey-products-grid--max-6-col>li{margin-right:0%}#pix-fe.media-d .global-products-preset-3 .is-grid .zoey-products-grid--max-3-col>li:nth-child(odd),#pix-fe.media-d .global-products-preset-3 .is-grid .zoey-products-grid--max-3-col>li:nth-child(3n+1),#pix-fe.media-d .global-products-preset-3 .is-grid .zoey-products-grid--max-4-col>li:nth-child(odd),#pix-fe.media-d .global-products-preset-3 .is-grid .zoey-products-grid--max-4-col>li:nth-child(3n+1),#pix-fe.media-d .global-products-preset-3 .is-grid .zoey-products-grid--max-5-col>li:nth-child(odd),#pix-fe.media-d .global-products-preset-3 .is-grid .zoey-products-grid--max-5-col>li:nth-child(3n+1),#pix-fe.media-d .global-products-preset-3 .is-grid .zoey-products-grid--max-6-col>li:nth-child(odd),#pix-fe.media-d .global-products-preset-3 .is-grid .zoey-products-grid--max-6-col>li:nth-child(3n+1){clear:none}#pix-fe.media-d .global-products-preset-3 .is-grid .zoey-products-grid--max-3-col>li:nth-child(3n+1),#pix-fe.media-d .global-products-preset-3 .is-grid .zoey-products-grid--max-4-col>li:nth-child(4n+1),#pix-fe.media-d .global-products-preset-3 .is-grid .zoey-products-grid--max-5-col>li:nth-child(5n+1),#pix-fe.media-d .global-products-preset-3 .is-grid .zoey-products-grid--max-6-col>li:nth-child(6n+1){clear:left}#pix-fe.media-d .global-products-preset-3 .is-grid .zoey-products-grid--max-3-col>li:nth-child(3n),#pix-fe.media-d .global-products-preset-3 .is-grid .zoey-products-grid--max-4-col>li:nth-child(4n),#pix-fe.media-d .global-products-preset-3 .is-grid .zoey-products-grid--max-5-col>li:nth-child(5n),#pix-fe.media-d .global-products-preset-3 .is-grid .zoey-products-grid--max-6-col>li:nth-child(6n){margin-right:0}#pix-fe.media-t .global-products-preset-3 .is-grid .zoey-product-list>li:nth-child(odd){clear:none}#pix-fe.media-t .global-products-preset-3 .is-grid .zoey-product-list>li:nth-child(even){margin-right:0}#pix-fe.media-t .global-products-preset-3 .is-grid .zoey-product-list>li{width:33.333%;margin-right:0%}#pix-fe.media-t .global-products-preset-3 .is-grid .zoey-product-list>li:nth-child(3n+1){clear:left}#pix-fe.media-t .global-products-preset-3 .is-grid .zoey-product-list>li:nth-child(3n){margin-right:0}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvQLivJTSpNLQIzU4tQSXSO9YpDeWgA= 
 Path: skin/designcenter/pixafy/components/global/product/preset-2.scss 
 Parent uid: cp_5aa962581152d089014991
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/product/preset-2.scss
==================================================
**/
#pix-fe .cp-5aa962581152d089014991 .button:not(.button-2) {
  background: rgba(26,131,196,0);
}
#pix-fe .cp-5aa962581152d089014991 .category-product-list.pix-design-component {
  width: 300px;
}
#pix-fe .cp-5aa962581152d089014991 .category-product-list.pix-design-component .category-products .toolbar:first-child {
  margin-top: 0;
}
#pix-fe .cp-5aa962581152d089014991 .category-product-list.pix-design-component .category-products .toolbar:last-child {
  margin-bottom: 0;
}
#pix-fe .cp-5aa962581152d089014991 .category-product-list.pix-design-component .products-grid .product-info {
  padding-bottom: 0;
}
#pix-fe .cp-5aa962581152d089014991 .category-product-list.pix-design-component .products-grid .actions {
  padding-top: 0;
  position: static;
  bottom: initial;
  min-height: 0;
  width: 100%;
}
#pix-fe .cp-5aa962581152d089014991 .category-product-list.pix-design-component .products-grid .add-to-links {
  float: none;
}
#pix-fe .cp-5aa962581152d089014991 .category-product-list.pix-design-component .products-grid .ratings .rating-box {
  background-position: 0 -616px;
}
#pix-fe .cp-5aa962581152d089014991 .category-product-list.pix-design-component .products-grid .ratings .rating {
  background-position: 0 -600px;
}
#pix-fe .cp-5aa962581152d089014991 .category-product-list.pix-design-component .products-grid .ratings:before, #pix-fe .cp-5aa962581152d089014991 .category-product-list.pix-design-component .products-grid .ratings:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5aa962581152d089014991 .category-product-list.pix-design-component .products-grid.align-add-to .item {
  position: relative;
}
#pix-fe .cp-5aa962581152d089014991 .category-product-list.pix-design-component .products-grid.align-add-to .product-info {
  position: static;
}
#pix-fe .cp-5aa962581152d089014991 .category-product-list.pix-design-component .products-grid.align-add-to.styles-set .actions {
  position: absolute;
  bottom: 0;
}
#pix-fe .cp-5aa962581152d089014991 .category-product-list.pix-design-component .hide-wishlist .add-to-links .link-wishlist {
  display: none;
}
#pix-fe .cp-5aa962581152d089014991 .category-product-list.pix-design-component .hide-compare .add-to-links .link-compare {
  display: none;
}
#pix-fe .cp-5aa962581152d089014991 .category-product-list.pix-design-component .hide-add-to-cart .actions .button {
  display: none;
}
#pix-fe .cp-5aa962581152d089014991 .category-product-list.pix-design-component .center-add-to-links .add-to-links {
  width: 100%;
}
#pix-fe .cp-5aa962581152d089014991 .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-5aa962581152d089014991 .category-product-list.pix-design-component .center-add-to-links .add-to-links > li a {
  margin: 0;
  padding: 0;
  border: 0;
}
#pix-fe .cp-5aa962581152d089014991 .products-list .product-shop .product-primary, #pix-fe .cp-5aa962581152d089014991 .products-list .product-shop .desc {
  float: left;
  width: 60%;
  padding-right: 20px;
}
#pix-fe .cp-5aa962581152d089014991 .products-list .product-shop .product-secondary {
  float: right;
  width: 40%;
}
#pix-fe .cp-5aa962581152d089014991 .product-essentials.pix-design-component {
  width: 300px;
}
#pix-fe .cp-5aa962581152d089014991 .product-essentials.pix-design-component .block-related, #pix-fe .cp-5aa962581152d089014991 .product-essentials.pix-design-component .short-description {
  margin-bottom: 10px;
  clear: both;
}
#pix-fe .cp-5aa962581152d089014991 .product-essentials.pix-design-component .hide-wishlist .link-wishlist {
  display: none;
}
#pix-fe .cp-5aa962581152d089014991 .product-essentials.pix-design-component .hide-compare .link-compare {
  display: none;
}
#pix-fe .cp-5aa962581152d089014991 .product-essentials.pix-design-component .add-to-cart-buttons:after.active, #pix-fe .cp-5aa962581152d089014991 .product-essentials.pix-design-component .add-to-cart-buttons:after:hover {
  content: '';
  display: block;
  clear: both;
}
#pix-fe .cp-5aa962581152d089014991 .product-essentials.pix-design-component .add-to-cart-buttons > * {
  float: left;
}
#pix-fe .cp-5aa962581152d089014991 .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-5aa962581152d089014991 .toolbar a {
  color: #fff;
}
#pix-fe .cp-5aa962581152d089014991 .toolbar a:hover {
  color: #e6e6e6;
}
#pix-fe .cp-5aa962581152d089014991 .toolbar .view-mode > label {
  display: none;
}
#pix-fe .cp-5aa962581152d089014991 .toolbar:after {
  content: '';
  display: table;
  clear: both;
}
#pix-fe .cp-5aa962581152d089014991 .pager-no-toolbar {
  margin-bottom: 10px;
}
#pix-fe .cp-5aa962581152d089014991 .pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10px;
}
#pix-fe .cp-5aa962581152d089014991 .toolbar, #pix-fe .cp-5aa962581152d089014991 .pager {
  line-height: 30px;
  font-size: 12px;
}
#pix-fe .cp-5aa962581152d089014991 .toolbar label, #pix-fe .cp-5aa962581152d089014991 .pager-no-toolbar label {
  font-weight: normal;
  text-transform: uppercase;
}
#pix-fe .cp-5aa962581152d089014991 .sorter {
  float: left;
  margin-bottom: 5px;
}
#pix-fe .cp-5aa962581152d089014991 .sorter label {
  float: left;
  margin-right: 5px;
}
#pix-fe .cp-5aa962581152d089014991 .sorter label:after {
  content: ':';
}
#pix-fe .cp-5aa962581152d089014991 .sorter > .sort-by {
  float: left;
  margin-right: 5px;
  height: 30px;
}
#pix-fe .cp-5aa962581152d089014991 .sorter > .sort-by .sort-by-switcher {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
}
#pix-fe .cp-5aa962581152d089014991 .sorter > .sort-by .sort-by-switcher--asc {
  background-position: 4px -542px;
}
#pix-fe .cp-5aa962581152d089014991 .sorter > .sort-by .sort-by-switcher--asc:hover {
  background-position: -46px -542px;
}
#pix-fe .cp-5aa962581152d089014991 .sorter > .sort-by .sort-by-switcher--desc {
  background-position: 4px -567px;
}
#pix-fe .cp-5aa962581152d089014991 .sorter > .sort-by .sort-by-switcher--desc:hover {
  background-position: -46px -567px;
}
#pix-fe .cp-5aa962581152d089014991 .sorter > .view-mode {
  float: right;
}
#pix-fe .cp-5aa962581152d089014991 .sorter > .view-mode > * {
  margin-right: 10px;
}
#pix-fe .cp-5aa962581152d089014991 .sorter > .view-mode .grid, #pix-fe .cp-5aa962581152d089014991 .sorter > .view-mode .list {
  float: left;
  width: 30px;
  height: 30px;
}
#pix-fe .cp-5aa962581152d089014991 .sorter > .view-mode .grid {
  margin-right: 5px;
  background-position: 8px -492px;
}
#pix-fe .cp-5aa962581152d089014991 .sorter > .view-mode strong.grid, #pix-fe .cp-5aa962581152d089014991 .sorter > .view-mode a.grid:hover {
  background-position: -42px -492px;
}
#pix-fe .cp-5aa962581152d089014991 .sorter > .view-mode .list {
  background-position: 11px -517px;
}
#pix-fe .cp-5aa962581152d089014991 .sorter > .view-mode strong.list, #pix-fe .cp-5aa962581152d089014991 .sorter > .view-mode a.list:hover {
  background-position: -39px -517px;
}
#pix-fe .cp-5aa962581152d089014991 .pager {
  float: right;
  overflow: hidden;
}
#pix-fe .cp-5aa962581152d089014991 .pager > .count-container {
  float: left;
}
#pix-fe .cp-5aa962581152d089014991 .pager .amount {
  float: left;
  white-space: nowrap;
  margin: 0 15px 0 0;
}
#pix-fe .cp-5aa962581152d089014991 .pager .limiter {
  float: left;
  height: 30px;
  line-height: 30px;
}
#pix-fe .cp-5aa962581152d089014991 .pager .limiter > label {
  padding-right: 5px;
}
#pix-fe .cp-5aa962581152d089014991 .pager .limiter > label:after {
  content: ':';
}
#pix-fe .cp-5aa962581152d089014991 .pager .amount, #pix-fe .cp-5aa962581152d089014991 .pager .limiter, #pix-fe .cp-5aa962581152d089014991 .pager .pages {
  margin-bottom: 5px;
}
#pix-fe .cp-5aa962581152d089014991 .pages {
  float: right;
  overflow: hidden;
  margin-left: 15px;
}
#pix-fe .cp-5aa962581152d089014991 .pages strong {
  display: none;
}
#pix-fe .cp-5aa962581152d089014991 .pages li {
  float: left;
}
#pix-fe .cp-5aa962581152d089014991 .pages a, #pix-fe .cp-5aa962581152d089014991 .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-5aa962581152d089014991 .pages .current, #pix-fe .cp-5aa962581152d089014991 .pages .current:hover {
  border: 1px solid;
  width: 30px;
  cursor: default;
}
#pix-fe .cp-5aa962581152d089014991 .pages .next, #pix-fe .cp-5aa962581152d089014991 .pages .previous {
  font: 0/0 a;
  text-shadow: none;
  background-color: transparent;
  position: relative;
}
#pix-fe .cp-5aa962581152d089014991 .pages .next:hover, #pix-fe .cp-5aa962581152d089014991 .pages .previous:hover {
  border: 1px solid;
}
#pix-fe .cp-5aa962581152d089014991 .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-5aa962581152d089014991 .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-5aa962581152d089014991 .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-5aa962581152d089014991 .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-5aa962581152d089014991 .zoey-product-list-title {
  margin-bottom: 10px;
  padding: 0;
  border: 0px solid #ccc;
  font-size: 18px;
  font-weight: bold;
}
#pix-fe .cp-5aa962581152d089014991 .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-5aa962581152d089014991 .zoey-product-info .zoey-product-message, #pix-fe .cp-5aa962581152d089014991 .zoey-product-info .zoey-product-list-attribute {
  margin: 10px 0;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-info .price-box {
  margin: 0;
  font-weight: normal;
  color: #333;
  padding: 0;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-info .price-box .price {
  font-size: inherit;
  color: inhert;
  line-height: 1;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-info .price-box .minimal-price-link {
  margin-top: 5px;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-info .price-box .minimal-price-link:hover {
  text-decoration: none;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-info .price-box .minimal-price-link .label {
  color: #cf5050;
  font-size: inherit;
  text-transform: uppercase;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-info .price-box .regular-price, #pix-fe .cp-5aa962581152d089014991 .zoey-product-info .price-box .minimal-price, #pix-fe .cp-5aa962581152d089014991 .zoey-product-info .price-box .minimal-price-link, #pix-fe .cp-5aa962581152d089014991 .zoey-product-info .price-box .special-price, #pix-fe .cp-5aa962581152d089014991 .zoey-product-info .price-box .old-price {
  font-size: inherit;
  font-weight: inherit;
  padding: inherit;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-info .add-to-links {
  clear: both;
  margin: 0px;
  float: none;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-info .add-to-links > li {
  float: none;
  margin: 5px 0 0 0;
  display: block;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-info .add-to-links > li a {
  padding: 0;
  margin: 0;
  border-right: 0;
  display: inline-block;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-info .add-to-links > li:first-child {
  margin-top: 0;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-info .availability.out-of-stock {
  height: 32px;
  line-height: 32px;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-info .ratings {
  color: #333;
  font-size: 12px;
  margin-top: 10px;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-info .ratings > a:hover {
  text-decoration: none;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-info .ratings .rating-icons {
  color: #d0d015;
  display: inline-block;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-info .ratings .rating-count:before {
  content: '(';
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-info .ratings .rating-count:after {
  content: ')';
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-info .ratings .rating-links {
  clear: none;
  float: none;
  margin: 0 0 0 5px;
  display: inline-block;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-info .ratings .rating-links:before, #pix-fe .cp-5aa962581152d089014991 .zoey-product-info .ratings .rating-links:after {
  content: '';
  display: block;
  clear: both;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-info .configurable-swatch-list {
  margin: 10px 0;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-info .configurable-swatch-list > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-info .configurable-swatch-list > li .swatch-link {
  padding: 0;
  margin: 0;
  font-size: inherit;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-list > li {
  border: 0px solid transparent;
  overflow: hidden;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-list:before, #pix-fe .cp-5aa962581152d089014991 .zoey-product-list:after {
  content: '';
  display: block;
  clear: both;
}
#pix-fe .cp-5aa962581152d089014991 .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-5aa962581152d089014991 .zoey-product-image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#pix-fe .cp-5aa962581152d089014991 .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-5aa962581152d089014991 .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-5aa962581152d089014991 .image-ratio-9-16 .zoey-product-image:before {
  padding-top: 177.77778%;
}
#pix-fe .cp-5aa962581152d089014991 .image-ratio-2-3 .zoey-product-image:before {
  padding-top: 150%;
}
#pix-fe .cp-5aa962581152d089014991 .image-ratio-3-4 .zoey-product-image:before {
  padding-top: 133.33333%;
}
#pix-fe .cp-5aa962581152d089014991 .image-ratio-1-1 .zoey-product-image:before {
  padding-top: 100%;
}
#pix-fe .cp-5aa962581152d089014991 .image-ratio-4-3 .zoey-product-image:before {
  padding-top: 75%;
}
#pix-fe .cp-5aa962581152d089014991 .image-ratio-3-2 .zoey-product-image:before {
  padding-top: 66.66667%;
}
#pix-fe .cp-5aa962581152d089014991 .image-ratio-16-9 .zoey-product-image:before {
  padding-top: 56.25%;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-simple {
  border: 0px solid transparent;
  overflow: hidden;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-simple .zoey-product-actions {
  margin-top: 10px;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-simple .zoey-product-actions .qty-wrapper {
  display: inline-block;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-simple .zoey-product-actions .qty-wrapper .input-text:focus {
  border: 1px solid #CCCCCC;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-toolbar:before, #pix-fe .cp-5aa962581152d089014991 .zoey-toolbar:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 {
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #333;
  border-style: solid;
  border-width: ;
  border-color: rgba(51, 51, 51, 1);
  background-color: rgba(239, 239, 239, 0);
  padding: ;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 .sorter {
  margin: 0;
}
#pix-fe .cp-5aa962581152d089014991 .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-5aa962581152d089014991 .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-5aa962581152d089014991 .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-5aa962581152d089014991 .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-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 .sorter > .view-mode > label {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 .sorter > .view-mode > strong {
  opacity: 0.3;
  font-style: inherit;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 .sorter > .view-mode a {
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 select {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 .pager {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 .pager .amount {
  margin-bottom: 0;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 .pager .amount.amount--has-pages {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 .pager .limiter {
  margin-bottom: 0;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 .pager .limiter > label {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 .pager .pages {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 .pager .pages li {
  margin-left: 2px;
}
#pix-fe .cp-5aa962581152d089014991 .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-5aa962581152d089014991 .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-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 .pager .pages li a:hover {
  border-color: #ccc;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 .pager .pages li.current, #pix-fe .cp-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 .pager .pages li a {
  display: block;
  height: inherit;
  width: inherit;
  padding: 7px;
  line-height: 1em;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 .pager .pages .next, #pix-fe .cp-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 .pager .pages .previous {
  text-indent: -9999999px;
}
#pix-fe .cp-5aa962581152d089014991 .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, 1);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 .zoey-styled-select select {
  padding: 0 20px 0 6px;
}
#pix-fe .cp-5aa962581152d089014991 .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-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 .zoey-styled-select:hover {
  background-color: #efefef;
}
#pix-fe .cp-5aa962581152d089014991 .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-5aa962581152d089014991.zoey-toolbar .pager {
  float: none;
  width: 100%;
  text-align: center;
}
#pix-fe.media-m .cp-5aa962581152d089014991.zoey-toolbar .pager > .count-container {
  display: block;
}
#pix-fe .cp-5aa962581152d089014991 .hide-add-to-cart .zoey-product-actions .action-button {
  display: none;
}
#pix-fe .cp-5aa962581152d089014991 .hide-toolbar .zoey-toolbar {
  display: none;
}
#pix-fe .cp-5aa962581152d089014991 .hide-wishlist .item-wishlist {
  display: none;
}
#pix-fe .cp-5aa962581152d089014991 .hide-compare .item-compare {
  display: none;
}
#pix-fe .cp-5aa962581152d089014991 .hide-product-pricing .price-box {
  display: none;
}
#pix-fe .cp-5aa962581152d089014991 .hide-product-image .zoey-product-image {
  display: none !important;
}
#pix-fe .cp-5aa962581152d089014991 .hide-product-name .zoey-product-name {
  display: none;
}
#pix-fe .cp-5aa962581152d089014991 .product-list-content.no-products {
  padding: 10px;
  font-size: 12px;
}
#pix-fe .cp-5aa962581152d089014991 .product-list-content.no-products .note-msg {
  padding: 20px;
  text-align: center;
  border: 1px solid #ccc;
}
#pix-fe .cp-5aa962581152d089014991 .is-list .zoey-product-list > li {
  margin-bottom: 10px;
}
#pix-fe .cp-5aa962581152d089014991 .is-list .zoey-product-list > li .zoey-product-simple {
  height: 100%;
}
#pix-fe .cp-5aa962581152d089014991 .is-list .zoey-product-list > li .zoey-product-image {
  float: left;
  width: 30%;
}
#pix-fe .cp-5aa962581152d089014991 .is-list .zoey-product-list > li .zoey-product-info {
  float: left;
  padding: 10px;
  text-align: left;
  width: 70%;
  height: 100%;
}
#pix-fe .cp-5aa962581152d089014991 .is-list .zoey-product-list > li .zoey-product-info h3.zoey-product-name {
  font-size: 18px;
}
#pix-fe .cp-5aa962581152d089014991 .is-list .zoey-product-list > li .zoey-product-info .price-box {
  font-size: 16px;
}
#pix-fe .cp-5aa962581152d089014991 .is-list .zoey-product-list > li .zoey-product-info .price-box .minimal-price-link {
  display: inline;
}
#pix-fe .cp-5aa962581152d089014991 .is-list .zoey-product-list > li .zoey-product-info .short-description {
  display: block;
  margin-top: 10px;
}
#pix-fe .cp-5aa962581152d089014991 .is-list .zoey-product-list > li:before, #pix-fe .cp-5aa962581152d089014991 .is-list .zoey-product-list > li:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5aa962581152d089014991 .is-grid .zoey-product-list > li .zoey-product-info .short-description {
  margin-top: 10px;
}
#pix-fe .cp-5aa962581152d089014991 .short-description {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-transform: none;
}
#pix-fe.media-d .cp-5aa962581152d089014991 .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-5aa962581152d089014991 .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-5aa962581152d089014991.zoey-product-list.zoey-products-grid--max-3-col.qty-wrapperinput {
  height: 34px;
}
#pix-fe.media-d .cp-5aa962581152d089014991.zoey-product-list:not(.zoey-products-grid--max-3-col).qty-wrapper, #pix-fe.media-t .cp-5aa962581152d089014991.zoey-product-list.qty-wrapper, #pix-fe.media-m .cp-5aa962581152d089014991.zoey-product-list.qty-wrapper {
  display: block;
  padding: 0 0 10px;
}
#pix-fe .cp-5aa962581152d089014991 {
  width: 500px;
}
#pix-fe .cp-5aa962581152d089014991.zoey-core-widget-product {
  width: 200px;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-list-container {
  padding: ;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-list > li {
  position: relative;
  border-style: solid;
  border-width: ;
  border-color: ;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-list + .zoey-product-list {
  margin-top: 20px;
}
#pix-fe .cp-5aa962581152d089014991 .button {
  border: 0 solid transparent;
  background-color: rgba(26,131,196,0);
  border-width: ;
  border-color: ;
  color: #000;
  font-size: ;
  padding: ;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
}
#pix-fe .cp-5aa962581152d089014991 .button:hover {
  background-color: rgba(22,110,166,0);
  border-color: ;
  color: #2b2a2b;
}
#pix-fe .cp-5aa962581152d089014991.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-5aa962581152d089014991 .zoey-product-simple a.zoey-product-image {
  display: block;
  background-color: ;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-simple .zoey-product-info {
  text-align: center;
  padding: 10px;
  background-color: rgba(255,255,255,1);
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-simple .zoey-product-info .zoey-product-list-attribute, #pix-fe .cp-5aa962581152d089014991 .zoey-product-simple .zoey-product-info h3.zoey-product-name {
  line-height: 1em;
  margin-bottom: 10px;
  text-align: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-transform: ;
  color: #333;
  font-family: Montserrat;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-simple .zoey-product-info .zoey-product-list-attribute:hover, #pix-fe .cp-5aa962581152d089014991 .zoey-product-simple .zoey-product-info h3.zoey-product-name:hover {
  color: #333;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-simple .zoey-product-info .zoey-product-list-attribute a, #pix-fe .cp-5aa962581152d089014991 .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-5aa962581152d089014991 .zoey-product-simple .zoey-product-info .zoey-product-message {
  color: #555555;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-simple .zoey-product-actions {
  width: 100%;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-simple .zoey-product-actions .add-to-links {
  font-size: 12px;
  margin: 10px 0 0;
  float: none;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-simple .zoey-product-actions .add-to-links > li {
  display: block;
  margin: 5px 0 0 0;
  float: none;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-simple .zoey-product-actions .add-to-links > li:first-child {
  margin-top: 0;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-simple .zoey-product-actions .add-to-links a {
  font-size: inherit;
  color: ;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-simple .zoey-product-actions .add-to-links a:hover {
  color: ;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-list-title {
  font-size: 0px;
  font-style: normal;
  font-weight: bold;
  text-transform: normal;
  color: #000;
  text-align: center;
  padding: 0 0 10px 0;
  border-width: ;
  border-color: rgba(204, 204, 204, 0);
  background-color: rgba(204, 204, 204, 0);
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-list-title > * {
  text-align: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-info .price-box {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  color: #555555;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-info .price-box .regular-price {
  font-style: normal;
  font-weight: normal;
  color: inherit;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-info .price-box .special-price {
  font-style: normal;
  font-weight: normal;
  color: #555555;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-info .price-box .old-price {
  font-style: normal;
  font-weight: normal;
  color: inherit;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-info .price-box .minimal-price {
  font-style: normal;
  font-weight: normal;
  color: inherit;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-info .price-box .minimal-price-link {
  font-style: normal;
  font-weight: normal;
  color: inherit;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 {
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #333;
  border-style: solid;
  border-width: ;
  border-color: rgba(51, 51, 51, 1);
  background-color: rgba(239, 239, 239, 0);
  padding: ;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 .sorter {
  margin: 0;
}
#pix-fe .cp-5aa962581152d089014991 .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-5aa962581152d089014991 .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-5aa962581152d089014991 .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-5aa962581152d089014991 .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-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 .sorter > .view-mode > label {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 .sorter > .view-mode > strong {
  opacity: 0.3;
  font-style: inherit;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 .sorter > .view-mode a {
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 select {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 .pager {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 .pager .amount {
  margin-bottom: 0;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 .pager .amount.amount--has-pages {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 .pager .limiter {
  margin-bottom: 0;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 .pager .limiter > label {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 .pager .pages {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 .pager .pages li {
  margin-left: 2px;
}
#pix-fe .cp-5aa962581152d089014991 .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-5aa962581152d089014991 .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-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 .pager .pages li a:hover {
  border-color: #ccc;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 .pager .pages li.current, #pix-fe .cp-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 .pager .pages li a {
  display: block;
  height: inherit;
  width: inherit;
  padding: 7px;
  line-height: 1em;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 .pager .pages .next, #pix-fe .cp-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 .pager .pages .previous {
  text-indent: -9999999px;
}
#pix-fe .cp-5aa962581152d089014991 .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, 1);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 .zoey-styled-select select {
  padding: 0 20px 0 6px;
}
#pix-fe .cp-5aa962581152d089014991 .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-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 .zoey-styled-select:hover {
  background-color: #efefef;
}
#pix-fe .cp-5aa962581152d089014991 .zoey-product-status-flags {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 100%;
  z-index: 9;
}
#pix-fe .cp-5aa962581152d089014991 .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: #666666;
  background-color: #666666;
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}
#pix-fe.media-d .cp-5aa962581152d089014991 .zoey-product-list.zoey-products-grid--max-3-col .qty-wrapper input {
  height: 34px;
}
#pix-fe.media-t .cp-5aa962581152d089014991 .zoey-product-simple .zoey-product-info .zoey-product-list-attribute, #pix-fe.media-t .cp-5aa962581152d089014991 .zoey-product-simple .zoey-product-info h3.zoey-product-name {
  font-size: ;
}
#pix-fe.media-t .cp-5aa962581152d089014991 .zoey-product-simple .zoey-product-actions .add-to-links a {
  font-size: ;
}
#pix-fe.media-t .cp-5aa962581152d089014991 .zoey-product-list-title {
  font-size: ;
}
#pix-fe.media-t .cp-5aa962581152d089014991 .price-box {
  font-size: ;
}
#pix-fe.media-t .cp-5aa962581152d089014991 .zoey-toolbar.toolbar-preset1 {
  font-size: ;
}
#pix-fe.media-m .cp-5aa962581152d089014991 .zoey-product-simple .zoey-product-info .zoey-product-list-attribute, #pix-fe.media-m .cp-5aa962581152d089014991 .zoey-product-simple .zoey-product-info h3.zoey-product-name {
  font-size: ;
}
#pix-fe.media-m .cp-5aa962581152d089014991 .zoey-product-simple .zoey-product-actions .add-to-links a {
  font-size: ;
}
#pix-fe.media-m .cp-5aa962581152d089014991 .zoey-product-list-title {
  font-size: ;
}
#pix-fe.media-m .cp-5aa962581152d089014991 .price-box {
  font-size: ;
}
#pix-fe.media-m .cp-5aa962581152d089014991 .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_5aa962581152d089014991
*/ 

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