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

#pix-fe .global-products-preset-2 .zoey-product-info .yotpo.bottomLine,
#pix-fe .global-products-preset-3 .zoey-product-info .yotpo.bottomLine{
    display:inline-block;padding-top:10px
}

#pix-fe .zoey-product-list-container .text-m {
    vertical-align: middle;
    line-height: 1;
    display: inline-block;
}
#pix-fe .zoey-product-list-container .yotpo-stars {
    float: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
#pix-fe .zoey-product-list-container .yotpo.bottomLine {
    text-align: inherit;
}
#pix-fe .zoey-product-list-container .yotpo-bottomline {
    text-align: inherit;
    float: none;
}

/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: yotpo 1.0.0 asset yotpoTestimonialCss 
 Path: /vendor/Yotpo/Yotpo/skin/designcenter/yotpo/components/global/testimonials/styles.css 
*/ 

.designcenter-adminhtml-design-index:not(.pixdesigncenter-editor-edit-layout) .yotpo.testimonials{display:none}


/* 
 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_5a8c3ae4c8581170954077
*/ 

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

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/root/header_mobile/preset-3.scss
==================================================
**/
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-mobile-top-menu .zoey-account-links-mobile .title {
  color: rgba(24,133,143,1);
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-mobile-top-menu .zoey-account-links-mobile .title {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#pix-fe .cp-5a8c3ae4c8581170954077 {
  width: 100%;
  z-index: 10 !important;
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-styled-select, #pix-fe .cp-5a8c3ae4c8581170954077 .zoey-styled-select.default {
  background: transparent;
  color: inherit;
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-styled-select select, #pix-fe .cp-5a8c3ae4c8581170954077 .zoey-styled-select.default select {
  background: transparent;
  padding: 0 20px 0 6px;
  height: 30px;
  border: 0;
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-styled-select select:not(:-webkit-autofill), #pix-fe .cp-5a8c3ae4c8581170954077 .zoey-styled-select.default select:not(:-webkit-autofill), #pix-fe .cp-5a8c3ae4c8581170954077 .zoey-styled-select select:not(:hover), #pix-fe .cp-5a8c3ae4c8581170954077 .zoey-styled-select.default select:not(:hover), #pix-fe .cp-5a8c3ae4c8581170954077 .zoey-styled-select select:not(:focus), #pix-fe .cp-5a8c3ae4c8581170954077 .zoey-styled-select.default select:not(:focus) {
  background: transparent;
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-mobile-top-menu .img-container {
  display: none;
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-language-currency {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-language-currency.language-and-currency > div {
  width: 50%;
  float: left;
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-language-currency.language-and-currency > div:first-child {
  border-right-style: solid;
  border-right-width: 1px;
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-language-currency.language-and-currency:before, #pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-language-currency.language-and-currency:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-language-currency:not(.language-and-currency) > div {
  width: 100%;
  float: none;
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-language-currency > div {
  padding: 0 10px;
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-language-currency select {
  width: 100%;
  color: inherit;
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-mobile-cart .zoey-header-cart-trigger > .label {
  display: none;
}
#pix-fe .cp-5a8c3ae4c8581170954077 #header-cart-mobile, #pix-fe .cp-5a8c3ae4c8581170954077 #header-cart-mobile-b2bquote {
  display: none;
}
#pix-fe .cp-5a8c3ae4c8581170954077 #header-cart-mobile.active, #pix-fe .cp-5a8c3ae4c8581170954077 #header-cart-mobile-b2bquote.active {
  display: block;
}
#pix-fe:not(.zoey-has-mobile-header) .cp-5a8c3ae4c8581170954077, #pix-fe.media-d .cp-5a8c3ae4c8581170954077, #pix-fe.media-t .cp-5a8c3ae4c8581170954077 {
  display: none;
}
#pix-fe.modal-body-content .cp-5a8c3ae4c8581170954077 {
  display: block;
  overflow: hidden;
}
#pix-fe .cp-5a8c3ae4c8581170954077 {
  min-width: 100px;
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-language-currency {
  color: rgba(255,255,255,1);
  background-color: rgba(125,24,91,1);
  border-bottom-color: rgba(125,24,91,0);
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-language-currency > div {
  border-right-color: rgba(125,24,91,0);
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-mobile-top-menu {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding-left: 20%;
  background-color: #fff;
  border-right: 1px solid #ccc;
  overflow: auto;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-mobile-top-menu > nav, #pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-mobile-top-menu > .zoey-account-links-mobile {
  padding: 0 10px;
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-mobile-top-menu .zoey-account-links-mobile {
  padding-top: 30px;
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-mobile-top-bar {
  position: relative;
  padding: 10px;
  min-height: 35px;
  background-color: rgba(125,24,91,1);
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-mobile-bottom-bar {
  padding-top: 10px;
  background-color: rgba(255,255,255,1);
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-mobile-top-menu-trigger {
  float: left;
  font-size: 12px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  color: rgba(255,255,255,1);
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-mobile-top-menu-trigger .icon-list {
  color: inherit;
  margin-right: 8px;
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-mobile-top-menu-trigger:hover {
  cursor: pointer;
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-mobile-logo .pix-logo {
  display: block;
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-mobile-logo .pix-logo img {
  height: 100px;
  margin: auto;
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-mobile-cart {
  color: rgba(255,255,255,1);
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-mobile-cart .zoey-header-cart-trigger {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 20px;
  margin-top: -12px;
  color: inherit;
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-mobile-cart #header-cart-mobile {
  position: absolute;
  left: 0;
  width: 100%;
  background: #efefef;
  overflow: auto;
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-mobile-cart-b2bquote {
  color: rgba(255,255,255,1);
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-mobile-cart-b2bquote .zoey-header-cart-trigger {
  position: absolute;
  top: 50%;
  right: 80px;
  font-size: 20px;
  margin-top: -12px;
  color: inherit;
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-mobile-cart-b2bquote.no-cart .zoey-header-cart-trigger {
  right: 20px;
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-mobile-cart-b2bquote #header-cart-mobile-b2bquote {
  position: absolute;
  left: 0;
  width: 100%;
  background: #efefef;
  overflow: auto;
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-mobile-search {
  padding: 10px;
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-mobile-search .form-search {
  position: relative;
  border: 1px solid #ccc;
  border-color: rgba(125,24,91,0);
  background-color: rgba(228,228,228,1);
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-mobile-search .form-search input {
  padding-right: 30px;
  font-size: 16px;
  border: 0;
  background: transparent;
  color: rgba(153, 153, 153, 1);
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-mobile-search .form-search input:focus {
  border: 0;
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-mobile-search .form-search button {
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -8px;
  background-color: transparent;
  color: rgba(153, 153, 153, 1);
  padding: 0;
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-mobile-top-menu-container {
  padding: 10px 20px;
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-mobile-top-menu-container:before, #pix-fe .cp-5a8c3ae4c8581170954077 .zoey-header-mobile-top-menu-container:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-account-links-content-mobile li a, #pix-fe .cp-5a8c3ae4c8581170954077 .zoey-nav-primary li a {
  font-size: 16px;
  padding: 10px;
  display: block;
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-account-links-content-mobile li a:hover, #pix-fe .cp-5a8c3ae4c8581170954077 .zoey-nav-primary li a:hover {
  text-decoration: none;
}
#pix-fe .cp-5a8c3ae4c8581170954077 .zoey-account-links-content-mobile ul, #pix-fe .cp-5a8c3ae4c8581170954077 .zoey-nav-primary ul {
  padding-left: 10px;
}
#pix-fe .cp-5a8c3ae4c8581170954077 .cart-icon-cargo-truck:before, #pix-fe .cp-5a8c3ae4c8581170954077 .cart-icon-cargo-truck-fast:before, #pix-fe .cp-5a8c3ae4c8581170954077 .cart-icon-cargo-truck-round:before, #pix-fe .cp-5a8c3ae4c8581170954077 .cart-icon-cargo-truck-outline-fast:before, #pix-fe .cp-5a8c3ae4c8581170954077 .cart-icon-cargo-truck-left:before, #pix-fe .cp-5a8c3ae4c8581170954077 .cart-icon-cargo-truck-thin-fast:before {
  font-size: 1.2em;
  vertical-align: sub;
}
#pix-fe .pix-design-center-layout {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#pix-fe.zoey-core-header-mobile-preset3-active {
  overflow: hidden;
}
#pix-fe.zoey-core-header-mobile-preset3-active .pix-design-center-layout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0);
}
#pix-fe.zoey-core-header-mobile-preset3-mobile-minicart-active {
  overflow: hidden;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5a8c3ae4c8581170954077
*/ 

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

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

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

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

#pix-fe #cp-5a8c3ae503f76486177636.pix-design-component {
    margin-left: -1050%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    clear: none;
}
#pix-fe.media-dt #cp-5a8c3ae503f76486177636.pix-design-component {
    z-index: 1;
}
#pix-fe.media-d #cp-5a8c3ae503f76486177636.pix-design-component {
    margin-left: -1050%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    clear: none;
}
#pix-fe.media-tm #cp-5a8c3ae503f76486177636.pix-design-component {
    z-index: 1;
}
#pix-fe.media-t #cp-5a8c3ae503f76486177636.pix-design-component {
    margin-left: -1050%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#pix-fe.media-m #cp-5a8c3ae503f76486177636.pix-design-component {
    margin-left: -1100%;
    z-index: 2;
    -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/LzUvNKimP0i/LzS2L004BkalGMfkFRanFqia6hXjFIYy0A 
 Path: skin/designcenter/pixafy/components/root/footer/preset-1.scss 
 Parent uid: cp_5a8c3ae52b0c9310161360
*/ 

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

#pix-fe #cp-5a8c3ae52b0c9310161360.pix-design-component {
    margin-left: -1100%;
    clear: left;
    z-index: 2;
}
#pix-fe.media-dt #cp-5a8c3ae52b0c9310161360.pix-design-component {
    z-index: 2;
}
#pix-fe.media-d #cp-5a8c3ae52b0c9310161360.pix-design-component {
    margin-left: -1100%;
    z-index: 2;
    clear: left;
}
#pix-fe.media-tm #cp-5a8c3ae52b0c9310161360.pix-design-component {
    z-index: 2;
}
#pix-fe.media-t #cp-5a8c3ae52b0c9310161360.pix-design-component {
    z-index: 2;
}
#pix-fe.media-m #cp-5a8c3ae52b0c9310161360.pix-design-component {
    margin-left: -1100%;
    z-index: 3;
    clear: left;
}
#pix-fe.media-m #cp-5a8c3ae52b0c9310161360.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0px
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP0i0uKMgti9MuLEgsKUoti9AuKUotTS3QN9YpBWmsB 
 Path: skin/designcenter/pixafy/components/strip/wrapper/preset-1.scss 
 Parent uid: cp_5a8c3ae4d2876963802310
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/strip/wrapper/preset-1.scss
==================================================
**/
#pix-fe .cp-5a8c3ae4d2876963802310 {
  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-5a8c3ae4d2876963802310 > .component-content > .group-background-image-container {
  position: relative;
  background-color: rgba(232,229,231,0);
  background-image: ;
  background-size: auto;
  background-repeat: repeat;
  background-position: 50% 50%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
#pix-fe .cp-5a8c3ae4d2876963802310 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe .cp-5a8c3ae4d2876963802310 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: 10px 30px 10px 30px;
}
#pix-fe .cp-5a8c3ae4d2876963802310 > .component-content > .group-background-image-container:before, #pix-fe .cp-5a8c3ae4d2876963802310 > .component-content > .group-background-image-container:after, #pix-fe .cp-5a8c3ae4d2876963802310 > .component-content > .group-background-image-container .full-width-content-element:before, #pix-fe .cp-5a8c3ae4d2876963802310 > .component-content > .group-background-image-container .full-width-content-element:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.pix-designcenter-admin .cp-5a8c3ae4d2876963802310 .group-background-image-container:empty, #pix-fe.pix-designcenter-admin .cp-5a8c3ae4d2876963802310 .group-background-image-container.toggle-group-is-full-width > .full-width-content-element:empty {
  height: 40px;
}
#pix-fe.media-t .cp-5a8c3ae4d2876963802310 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-t .cp-5a8c3ae4d2876963802310 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-t .cp-5a8c3ae4d2876963802310 > .component-content > .group-background-image-container > .full-width-content-element {
  padding: ;
}
#pix-fe.media-m .cp-5a8c3ae4d2876963802310 > .component-content > .group-background-image-container {
  background-size: ;
  background-repeat: ;
  background-position: ;
}
#pix-fe.media-m .cp-5a8c3ae4d2876963802310 > .component-content > .group-background-image-container:not(.toggle-group-is-full-width), #pix-fe.media-m .cp-5a8c3ae4d2876963802310 > .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_5a8c3ae4d2876963802310
*/ 

#pix-fe #cp-5a8c3ae4d2876963802310.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    margin-top: 19.999996185302734px;
    clear: left;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#pix-fe.media-dt #cp-5a8c3ae4d2876963802310.pix-design-component {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#pix-fe.media-d #cp-5a8c3ae4d2876963802310.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    margin-top: 19.999996185302734px;
    -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-5a8c3ae4d2876963802310.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    margin-top: 7px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#pix-fe.media-tm #cp-5a8c3ae4d2876963802310.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0
}
#pix-fe.media-t #cp-5a8c3ae4d2876963802310.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    margin-top: 7px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#pix-fe.media-t #cp-5a8c3ae4d2876963802310.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 0
}
#pix-fe.media-m #cp-5a8c3ae4d2876963802310.pix-design-component {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP0i0uKMgti9MuLEgsKUoti9AuKUotTS3QN9YpBWmsB 
 Path: skin/designcenter/pixafy/components/strip/wrapper/preset-1.scss 
 Parent uid: cp_5ef34e6667c75966942447
*/ 

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

#pix-fe #cp-5ef34e6667c75966942447.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 21.958341598510742px;
    clear: left;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#pix-fe #cp-5ef34e6667c75966942447.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 40px
}
#pix-fe.media-dt #cp-5ef34e6667c75966942447.pix-design-component {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#pix-fe.media-d #cp-5ef34e6667c75966942447.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 21.958341598510742px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    clear: left;
}
#pix-fe.media-d #cp-5ef34e6667c75966942447.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 40px
}
#pix-fe.media-tm #cp-5ef34e6667c75966942447.pix-design-component {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#pix-fe.media-t #cp-5ef34e6667c75966942447.pix-design-component {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 22px;
}
#pix-fe.media-m #cp-5ef34e6667c75966942447.pix-design-component {
    margin-top: 21.97576904296875px;
    width: 100%;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    clear: left;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP0C4ryU0qTS2L0c1NTMhNB/NTi1BJdY71ikNZaAA== 
 Path: skin/designcenter/pixafy/components/product/media/preset-3.scss 
 Parent uid: cp_5ef34e6668142976381067
*/ 

/**================================================== Zoey SCSS File File Path: skin/designcenter/pixafy/components/product/media/preset-3.scss==================================================**/#pix-fe .cp-5ef34e6668142976381067 {  width: 500px;}#pix-fe .cp-5ef34e6668142976381067:hover {  z-index: 9999999;}#pix-fe .cp-5ef34e6668142976381067 .product-image, #pix-fe .cp-5ef34e6668142976381067 .no-touch .product-img-box .product-image:not(.zoom-available):hover {  position: relative;  display: block;}#pix-fe .cp-5ef34e6668142976381067 .product-image img {  max-width: 100%;  max-height: 600px;  margin-left: auto;  margin-right: auto;}#pix-fe .cp-5ef34e6668142976381067 .more-views.carousel {  position: relative;  overflow: hidden;}#pix-fe .cp-5ef34e6668142976381067 .more-views.carousel .carousel-container {  position: absolute;}#pix-fe .cp-5ef34e6668142976381067 .more-views.carousel .carousel-next-button, #pix-fe .cp-5ef34e6668142976381067 .more-views.carousel .carousel-prev-button {  display: block;  position: absolute;  opacity: 0;  background-color: rgba(255, 255, 255, 0.5);  cursor: pointer;}#pix-fe .cp-5ef34e6668142976381067 .more-views.carousel .carousel-next-button:before, #pix-fe .cp-5ef34e6668142976381067 .more-views.carousel .carousel-prev-button:before {  font-family: 'pixafy-fe-default';}#pix-fe .cp-5ef34e6668142976381067 .more-views.carousel.horizontal .carousel-next-button, #pix-fe .cp-5ef34e6668142976381067 .more-views.carousel.horizontal .carousel-prev-button {  height: 100%;  width: 20px;}#pix-fe .cp-5ef34e6668142976381067 .more-views.carousel.horizontal .carousel-next-button:before, #pix-fe .cp-5ef34e6668142976381067 .more-views.carousel.horizontal .carousel-prev-button:before {  margin: 0 auto;  display: block;  text-align: center;  position: absolute;  top: 50%;  font-size: 25px;  margin-top: -11px;  width: 100%;}#pix-fe .cp-5ef34e6668142976381067 .more-views.carousel.horizontal .carousel-next-button {  right: 0;}#pix-fe .cp-5ef34e6668142976381067 .more-views.carousel.horizontal .carousel-prev-button {  left: 0;}#pix-fe .cp-5ef34e6668142976381067 .more-views.carousel.vertical .carousel-next-button, #pix-fe .cp-5ef34e6668142976381067 .more-views.carousel.vertical .carousel-prev-button {  width: 100%;  height: 20px;}#pix-fe .cp-5ef34e6668142976381067 .more-views.carousel.vertical .carousel-next-button:before, #pix-fe .cp-5ef34e6668142976381067 .more-views.carousel.vertical .carousel-prev-button:before {  margin: 0 auto;  display: block;  text-align: center;  width: 100%;  font-size: 25px;}#pix-fe .cp-5ef34e6668142976381067 .more-views.carousel.vertical .carousel-next-button {  bottom: 0;}#pix-fe .cp-5ef34e6668142976381067 .more-views.carousel.vertical .carousel-prev-button {  top: 0;}#pix-fe .cp-5ef34e6668142976381067 .more-views.carousel:hover .carousel-next-button, #pix-fe .cp-5ef34e6668142976381067 .more-views.carousel:hover .carousel-prev-button {  opacity: 1;}#pix-fe .cp-5ef34e6668142976381067 .more-views .carousel-next-button, #pix-fe .cp-5ef34e6668142976381067 .more-views .carousel-prev-button {  display: none;}#pix-fe .cp-5ef34e6668142976381067 .more-views img {  width: 75px;  height: 75px;}#pix-fe .cp-5ef34e6668142976381067 .image-gallery-position-right:not(.image-gallery-hide) .product-image.product-image-zoom {  float: left;  width: 80%;}#pix-fe .cp-5ef34e6668142976381067 .image-gallery-position-right:not(.image-gallery-hide) .more-views {  float: left;  width: 20%;  padding-left: 5px;}#pix-fe .cp-5ef34e6668142976381067 .image-gallery-position-right:not(.image-gallery-hide) .more-views img {  width: 100%;  height: auto;}#pix-fe .cp-5ef34e6668142976381067 .image-gallery-position-right:not(.image-gallery-hide):after {  content: '';  clear: both;  display: block;}#pix-fe .cp-5ef34e6668142976381067 .image-gallery-hide .more-views {  display: none;}#pix-fe .cp-5ef34e6668142976381067 .product-image-gallery {  position: relative;}#pix-fe .cp-5ef34e6668142976381067 .product-image-gallery .gallery-image {  display: none;}#pix-fe .cp-5ef34e6668142976381067 .product-image-gallery .gallery-image.visible {  display: block;}#pix-fe .cp-5ef34e6668142976381067 .product-image-gallery .gallery-image.visible.hidden {  visibility: hidden;}#pix-fe .cp-5ef34e6668142976381067 .product-image-gallery.loading {  position: relative;}#pix-fe .cp-5ef34e6668142976381067 .product-image-gallery.loading:before, #pix-fe .cp-5ef34e6668142976381067 .product-image-gallery.loading:after {  display: block;}#pix-fe .cp-5ef34e6668142976381067 .product-image-gallery:before, #pix-fe .cp-5ef34e6668142976381067 .product-image-gallery:after {  content: '';  position: absolute;  top: 0px;  left: 0px;  width: 100%;  height: 100%;  display: none;}#pix-fe .cp-5ef34e6668142976381067 .product-image-gallery:before {  background-color: white;  opacity: 0.8;  z-index: 2;}#pix-fe .cp-5ef34e6668142976381067 .product-image-gallery:after {  background-image: url("//lovelysins.com/skin/designcenter/default/images/opc-ajax-loader.gif");  background-repeat: no-repeat;  background-position: center;  z-index: 3;}#pix-fe .cp-5ef34e6668142976381067 .product-image-thumbs li {  display: inline-block;}#pix-fe .cp-5ef34e6668142976381067 .product-image-thumbs li:first-child {  margin-left: -1px;}#pix-fe .cp-5ef34e6668142976381067 .product-image-thumbs a {  display: inline-block;  border: 1px solid transparent;}#pix-fe .cp-5ef34e6668142976381067 .more-views .product-image-thumbs li a {  background-position: center center;  background-repeat: no-repeat;  background-size: contain;  padding-bottom: 100%;}#pix-fe .cp-5ef34e6668142976381067 .gallery-modal-trigger {  display: none;}#pix-fe .cp-5ef34e6668142976381067 .enlarge-available .gallery-modal-trigger {  position: absolute;  display: block;  bottom: 0;  right: 0;  color: #fff;  z-index: 9999;  background: rgba(51, 51, 51, 0.5);  padding: 10px;  font-size: 12px;  pointer-events: none;  cursor: pointer;}#pix-fe .cp-5ef34e6668142976381067 .enlarge-available .gallery-modal-trigger i {  font-size: 0.8em;  margin-left: 5px;}#pix-fe .zoey-zoom-container-parent {  z-index: 999;  position: absolute;  top: 0;  left: 50%;  transform: translate(-50%, 0);}#pix-fe .zoey-zoom-container-parent .zoomContainer {  position: static !important;}#pix-fe .zoey-zoom-container-parent .zoomContainer + .zoomContainer {  display: none;}#pix-fe .zoey-zoom-container-parent .zoomContainer .zoomWindowContainer > div {  background-color: rgba(255,255,255,1);}#pix-fe .cp-5ef34e6668142976381067 .zoey-product-media:not(.image-gallery-hide) .product-image.product-image-zoom {  float: left;  width: 80%;}#pix-fe .cp-5ef34e6668142976381067 .zoey-product-media:not(.image-gallery-hide) .more-views {  float: left;  width: 20%;  padding: 0;}#pix-fe .cp-5ef34e6668142976381067 .zoey-product-media:not(.image-gallery-hide) .more-views img {  width: 100%;  height: auto;}#pix-fe .cp-5ef34e6668142976381067 .zoey-product-media:not(.image-gallery-hide) .more-views .product-image-thumbs li {  display: block;  width: 100%;  margin: 0;  padding: 5px 5px 5px 5px;}#pix-fe .cp-5ef34e6668142976381067 .zoey-product-media:not(.image-gallery-hide) .more-views .product-image-thumbs li.disabled {  display: none;}#pix-fe .cp-5ef34e6668142976381067 .zoey-product-media:not(.image-gallery-hide) .more-views .product-image-thumbs a {  display: block;  width: 100%;  background-size: contain;  border-style: solid;  border-width: 0 0 0 0;  border-color: rgba(204, 204, 204, 1);}#pix-fe .cp-5ef34e6668142976381067 .zoey-product-media:not(.image-gallery-hide):after {  content: '';  clear: both;  display: block;}#pix-fe .cp-5ef34e6668142976381067 .zoey-product-media .zoey-product-status-flags {  position: absolute;  top: 10px;  left: 0px;  width: 100%;  z-index: 9;}#pix-fe .cp-5ef34e6668142976381067 .zoey-product-media .zoey-product-status-flags .zoey-product-status-flag {  display: inline-block;  width: auto;  border-style: solid;  margin-left: 10px;  text-transform: uppercase;  padding: 4px 9px 2px;  border-width: 1px;  border-color: rgba(24,133,143,1);  background-color: rgba(24,133,143,1);  color: rgba(255,255,255,1);  font-size: 12px;  font-style: normal;  font-weight: bold;  text-transform: uppercase;}

/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5ef34e6668142976381067
*/ 

#pix-fe #cp-5ef34e6668142976381067.pix-design-component {
    width: 53.81222851771825%;
    margin-left: -1098.3985969135279%;
    margin-top: 54.92361640930176px;
    clear: left;
}
#pix-fe.media-d #cp-5ef34e6668142976381067.pix-design-component {
    width: 53.81222851771825%;
    margin-left: -1098.3985969135279%;
    margin-top: 54.92361640930176px;
    clear: left;
}
#pix-fe.media-t #cp-5ef34e6668142976381067.pix-design-component {
    margin-top: 54.296875px;
    width: 53.592936197916664%;
    margin-left: -1098.3988444010417%;
}
#pix-fe.media-m #cp-5ef34e6668142976381067.pix-design-component {
    margin-top: 19.71527099609375px;
    width: 100%;
    margin-left: -1100%;
    min-height: 311px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    clear: left;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvTLixILClKLYvQLilKLU0t0DfWKQXprAQ== 
 Path: skin/designcenter/pixafy/components/global/wrapper/preset-1.scss 
 Parent uid: cp_5ef34e6668352701135125
*/ 

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

#pix-fe #cp-5ef34e6668352701135125.pix-design-component {
    width: 37.597387782706406%;
    margin-left: -1042.8972701707307%;
    margin-top: 54.92361640930176px;
    clear: none;
}
#pix-fe #cp-5ef34e6668352701135125.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 590.8854370117188px
}
#pix-fe.media-d #cp-5ef34e6668352701135125.pix-design-component {
    width: 37.597387782706406%;
    margin-left: -1042.8972701707307%;
    margin-top: 54.92361640930176px;
    clear: none;
}
#pix-fe.media-d #cp-5ef34e6668352701135125.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 590.8854370117188px
}
#pix-fe.media-t #cp-5ef34e6668352701135125.pix-design-component {
    margin-top: 54.296875px;
    clear: none;
}
#pix-fe.media-m #cp-5ef34e6668352701135125.pix-design-component {
    margin-top: 54.28821563720703px;
    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);
}
#pix-fe.media-m #cp-5ef34e6668352701135125.pix-design-component > .component-content > .zoey-component-placement-height {
    min-height: 503.90625px
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoeydev 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcmL0s4pj9KvyUytTUsti9JPzcwvy81LzSoCCmXlp+UmJeXmpRchsXTO9YpAJtQA= 
 Path: /js/zoeydev/components/infobanner/infobanner-6.scss 
 Parent uid: cp_5ef3501b29c46179000915
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: /js/zoeydev/components/infobanner/infobanner-6.scss
==================================================
**/
#pix-fe.media-d .cp-5ef3501b29c46179000915 [data-column-count]:before, #pix-fe.media-d .cp-5ef3501b29c46179000915 [data-column-count]:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.media-d .cp-5ef3501b29c46179000915 [data-column-count="3"] > * {
  float: left;
  width: 33.33333%;
}
#pix-fe.media-d .cp-5ef3501b29c46179000915 [data-column-count="3"] > *:nth-child(3n+1) {
  clear: left;
}
#pix-fe.media-d .cp-5ef3501b29c46179000915 [data-column-count="4"] > * {
  float: left;
  width: 25%;
}
#pix-fe.media-d .cp-5ef3501b29c46179000915 [data-column-count="4"] > *:nth-child(4n+1) {
  clear: left;
}
#pix-fe.media-d .cp-5ef3501b29c46179000915 [data-column-count="5"] > * {
  float: left;
  width: 20%;
}
#pix-fe.media-d .cp-5ef3501b29c46179000915 [data-column-count="5"] > *:nth-child(5n+1) {
  clear: left;
}
#pix-fe.media-d .cp-5ef3501b29c46179000915 [data-column-count="6"] > * {
  float: left;
  width: 16.66667%;
}
#pix-fe.media-d .cp-5ef3501b29c46179000915 [data-column-count="6"] > *:nth-child(6n+1) {
  clear: left;
}
#pix-fe.media-t .cp-5ef3501b29c46179000915 [data-tablet-column-count]:before, #pix-fe.media-t .cp-5ef3501b29c46179000915 [data-tablet-column-count]:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.media-t .cp-5ef3501b29c46179000915 [data-tablet-column-count="2"] > * {
  float: left;
  width: 50%;
}
#pix-fe.media-t .cp-5ef3501b29c46179000915 [data-tablet-column-count="2"] > *:nth-child(2n+1) {
  clear: left;
}
#pix-fe.media-t .cp-5ef3501b29c46179000915 [data-tablet-column-count="3"] > * {
  float: left;
  width: 33.33333%;
}
#pix-fe.media-t .cp-5ef3501b29c46179000915 [data-tablet-column-count="3"] > *:nth-child(3n+1) {
  clear: left;
}
#pix-fe.media-t .cp-5ef3501b29c46179000915 [data-tablet-column-count="4"] > * {
  float: left;
  width: 25%;
}
#pix-fe.media-t .cp-5ef3501b29c46179000915 [data-tablet-column-count="4"] > *:nth-child(4n+1) {
  clear: left;
}
#pix-fe.media-m .cp-5ef3501b29c46179000915 [data-mobile-column-count]:before, #pix-fe.media-m .cp-5ef3501b29c46179000915 [data-mobile-column-count]:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.media-m .cp-5ef3501b29c46179000915 [data-mobile-column-count="1"] > * {
  float: left;
  width: 100%;
}
#pix-fe.media-m .cp-5ef3501b29c46179000915 [data-mobile-column-count="1"] > *:nth-child(1n+1) {
  clear: left;
}
#pix-fe.media-m .cp-5ef3501b29c46179000915 [data-mobile-column-count="2"] > * {
  float: left;
  width: 50%;
}
#pix-fe.media-m .cp-5ef3501b29c46179000915 [data-mobile-column-count="2"] > *:nth-child(2n+1) {
  clear: left;
}
#pix-fe .cp-5ef3501b29c46179000915 {
  width: 700px;
}
#pix-fe .cp-5ef3501b29c46179000915 .zoey-component-placement-height {
  padding-bottom: 100%;
}
#pix-fe .cp-5ef3501b29c46179000915 .container {
  min-height: 40px;
  background-color: rgba(255, 255, 255, 0);
}
#pix-fe .cp-5ef3501b29c46179000915 .container .zoey-infobanner {
  text-decoration: none;
  padding: 0px 50px 0px 50px;
  border-style: solid;
  border-width: 0 0px 0 0;
  border-color: rgba(242,242,242,1);
}
#pix-fe .cp-5ef3501b29c46179000915 .container .zoey-infobanner + .zoey-infobanner {
  border-left: 0;
}
#pix-fe .cp-5ef3501b29c46179000915 .container .container-row.image-placement-left .zoey-infobanner .image {
  display: inline-block;
}
#pix-fe .cp-5ef3501b29c46179000915 .container .container-row.image-placement-left .zoey-infobanner .banner-content {
  display: inline-block;
  width: 49%;
}
#pix-fe .cp-5ef3501b29c46179000915 .container .container-row.image-placement-left.image-width-50 .image, #pix-fe .cp-5ef3501b29c46179000915 .container .container-row.image-placement-left.image-width-50 .banner-content {
  width: 50%;
}
#pix-fe .cp-5ef3501b29c46179000915 .container .container-row.image-placement-left.image-width-25 .image {
  width: 25%;
}
#pix-fe .cp-5ef3501b29c46179000915 .container .container-row.image-placement-left.image-width-25 .banner-content {
  width: 75%;
}
#pix-fe .cp-5ef3501b29c46179000915 .container .container-row.image-placement-left.image-width-75 .image {
  width: 75%;
}
#pix-fe .cp-5ef3501b29c46179000915 .container .container-row.image-placement-left.image-width-75 .banner-content {
  width: 25%;
}
#pix-fe .cp-5ef3501b29c46179000915 .container .container-row.image-placement-left.image-align-top .image, #pix-fe .cp-5ef3501b29c46179000915 .container .container-row.image-placement-left.image-align-top .banner-content {
  vertical-align: top;
}
#pix-fe .cp-5ef3501b29c46179000915 .container .container-row.image-placement-left.image-align-middle .image, #pix-fe .cp-5ef3501b29c46179000915 .container .container-row.image-placement-left.image-align-middle .banner-content {
  vertical-align: middle;
}
#pix-fe .cp-5ef3501b29c46179000915 .container .container-row.image-placement-left.image-align-bottom .image, #pix-fe .cp-5ef3501b29c46179000915 .container .container-row.image-placement-left.image-align-bottom .banner-content {
  vertical-align: bottom;
}
#pix-fe .cp-5ef3501b29c46179000915 .zoey-infobanner .image {
  margin: 0 auto;
  width: 100%;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
#pix-fe .cp-5ef3501b29c46179000915 .zoey-infobanner .banner-content {
  padding: 10px 10px 10px 10px;
  text-align: left;
}
#pix-fe .cp-5ef3501b29c46179000915 .zoey-infobanner h2 {
  margin: 5px 5px 5px 5px;
  font-size: 16px;
  color: rgba(125,24,91,1);
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 22px;
  text-align: inherit;
}
#pix-fe .cp-5ef3501b29c46179000915 .zoey-infobanner p {
  margin: ;
  font-size: 12px;
  color: rgba(51,51,51,1);
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 22px;
  text-align: inherit;
  white-space: pre-line;
}
#pix-fe .cp-5ef3501b29c46179000915 .zoey-infobanner .links {
  width: 100%;
  margin: 10px 0 0 0;
  text-align: inherit;
  font-size: 14px;
  color: rgba(24,133,143,1);
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: underline;
  line-height: 25px;
}
#pix-fe .cp-5ef3501b29c46179000915 .zoey-infobanner .links:hover {
  color: rgba(125,24,91,1);
  text-decoration: underline;
  font-weight: bold;
}
#pix-fe.media-d .cp-5ef3501b29c46179000915 {
  min-width: 400px;
}
#pix-fe.media-d .cp-5ef3501b29c46179000915 .container {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#pix-fe.media-d .cp-5ef3501b29c46179000915 .container .container-row {
  display: table-row;
}
#pix-fe.media-d .cp-5ef3501b29c46179000915 .container .container-row .zoey-infobanner {
  display: table-cell;
  vertical-align: top;
}
#pix-fe.media-t .cp-5ef3501b29c46179000915 {
  min-width: 300px;
}
#pix-fe.media-t .cp-5ef3501b29c46179000915 .zoey-infobanner h2 {
  font-size: ;
}
#pix-fe.media-t .cp-5ef3501b29c46179000915 .zoey-infobanner p {
  font-size: ;
}
#pix-fe.media-t .cp-5ef3501b29c46179000915 .zoey-infobanner .links {
  font-size: ;
}
#pix-fe.media-m .cp-5ef3501b29c46179000915 {
  min-width: 0;
}
#pix-fe.media-m .cp-5ef3501b29c46179000915 .zoey-infobanner h2 {
  font-size: ;
}
#pix-fe.media-m .cp-5ef3501b29c46179000915 .zoey-infobanner p {
  font-size: ;
}
#pix-fe.media-m .cp-5ef3501b29c46179000915 .zoey-infobanner .links {
  font-size: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement-padding.html 
 Parent uid: cp_5ef3501b29c46179000915
*/ 

#pix-fe #cp-5ef3501b29c46179000915.pix-design-component {
    width: 99.8638817715959%;
    margin-left: -1099.863881771596%;
    margin-top: 14.670166015625px;
    clear: left;
    min-height: 0;
}
#pix-fe #cp-5ef3501b29c46179000915.pix-design-component > .component-content .zoey-component-placement-height {
    padding-bottom: 70.70%
}
#pix-fe.media-d #cp-5ef3501b29c46179000915.pix-design-component {
    width: 99.8638817715959%;
    margin-left: -1099.863881771596%;
    margin-top: 14.670166015625px;
    clear: left;
    min-height: 0;
}
#pix-fe.media-d #cp-5ef3501b29c46179000915.pix-design-component > .component-content .zoey-component-placement-height {
    padding-bottom: 70.70%
}
#pix-fe.media-tm #cp-5ef3501b29c46179000915.pix-design-component {
    min-height: 0;
}
#pix-fe.media-tm #cp-5ef3501b29c46179000915.pix-design-component > .component-content .zoey-component-placement-height {
    padding-bottom: 57.20%
}
#pix-fe.media-t #cp-5ef3501b29c46179000915.pix-design-component {
    width: 99.86165364583334%;
    margin-left: -1099.8616536458333%;
    min-height: 0;
    margin-top: 14.390625px;
}
#pix-fe.media-t #cp-5ef3501b29c46179000915.pix-design-component > .component-content .zoey-component-placement-height {
    padding-bottom: 57.20%
}
#pix-fe.media-m #cp-5ef3501b29c46179000915.pix-design-component {
    width: 100%;
    margin-top: 27.006980895996094px;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    clear: left;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP0C4ryU0qTS2L0i1JzEktSU0AiqcWpJbqGesUgzbUA 
 Path: skin/designcenter/pixafy/components/product/related/preset-1.scss 
 Parent uid: cp_5ef34e6669601174894519
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/product/related/preset-1.scss
==================================================
**/
#pix-fe .cp-5ef34e6669601174894519 .block-related .mini-products-list .zoey-product-image + .product-details {
  margin-left: 0;
}
#pix-fe .cp-5ef34e6669601174894519 .block-related .block-title h2 {
  font-size: 30px;
  color: #18858f;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}
#pix-fe .cp-5ef34e6669601174894519 .block-related .block-subtitle {
  font-size: 14px;
  color: #333;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}
#pix-fe .cp-5ef34e6669601174894519 .block-related .block-subtitle a {
  color: rgba(24,133,143,1);
}
#pix-fe .cp-5ef34e6669601174894519 .block-related .block-subtitle a:hover {
  color: rgba(24,133,143,1);
}
#pix-fe .cp-5ef34e6669601174894519 .block-related ol.mini-products-list .checkbox {
  top: 50%;
  margin-top: -6px;
}
#pix-fe .cp-5ef34e6669601174894519 .block-related ol.mini-products-list .product-details {
  margin-left: 0;
  padding-left: 10px;
  float: left;
}
#pix-fe .cp-5ef34e6669601174894519 .block-related ol.products-grid .product-details {
  padding-top: 5px;
}
#pix-fe .cp-5ef34e6669601174894519 .block-related ol .price-box {
  margin: 0;
  padding: 0 0 3px 0;
  font-size: 12px;
  color: rgba(125,24,91,1);
  font-style: normal;
  font-weight: bold;
}
#pix-fe .cp-5ef34e6669601174894519 .block-related ol .price-box .regular-price, #pix-fe .cp-5ef34e6669601174894519 .block-related ol .price-box .old-price, #pix-fe .cp-5ef34e6669601174894519 .block-related ol .price-box .special-price {
  font-size: inherit;
  color: inherit;
}
#pix-fe .cp-5ef34e6669601174894519 .block-related ol .price-box .regular-price .price, #pix-fe .cp-5ef34e6669601174894519 .block-related ol .price-box .old-price .price, #pix-fe .cp-5ef34e6669601174894519 .block-related ol .price-box .special-price .price {
  font-size: inherit;
  color: inherit;
}
#pix-fe .cp-5ef34e6669601174894519 .block-related ol .price-box .price {
  font-size: 12px;
}
#pix-fe .cp-5ef34e6669601174894519 .block-related ol .product-name {
  margin: 0px;
  text-align: center;
  padding: 0 0 3px 0;
  font-size: 12px;
  line-height: 1em;
}
#pix-fe .cp-5ef34e6669601174894519 .block-related ol .product-name a {
  font-size: 13px;
  color: #333;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}
#pix-fe .cp-5ef34e6669601174894519 .block-related ol .related-checkbox {
  z-index: 1;
}
#pix-fe .cp-5ef34e6669601174894519 .block-related ol .product {
  padding-left: 20px;
  position: relative;
  clear: both;
  margin: 0;
}
#pix-fe .cp-5ef34e6669601174894519 .block-related ol .product:before, #pix-fe .cp-5ef34e6669601174894519 .block-related ol .product:after {
  content: '';
  display: block;
  clear: both;
}
#pix-fe .cp-5ef34e6669601174894519 .zoey-product-list-title h2 {
  font-size: 30px;
  color: #18858f;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}
#pix-fe .cp-5ef34e6669601174894519 .zoey-product-name a {
  font-size: 13px;
  color: #333;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}
#pix-fe .cp-5ef34e6669601174894519 .zoey-product-info .price-box {
  font-size: 12px;
  color: rgba(125,24,91,1);
  font-style: normal;
  font-weight: bold;
}
#pix-fe .cp-5ef34e6669601174894519 .zoey-product-image {
  background-color: rgba(255, 255, 255, 1);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5ef34e6669601174894519
*/ 

#pix-fe #cp-5ef34e6669601174894519.pix-design-component {
    width: 87.46568448023426%;
    margin-left: -1095.7540263543192%;
    margin-top: 51.7882080078125px;
    clear: left;
}
#pix-fe.media-d #cp-5ef34e6669601174894519.pix-design-component {
    width: 87.46568448023426%;
    margin-left: -1095.7540263543192%;
    margin-top: 51.7882080078125px;
    clear: left;
}
#pix-fe.media-t #cp-5ef34e6669601174894519.pix-design-component {
    margin-top: 11.96875px;
}
#pix-fe.media-m #cp-5ef34e6669601174894519.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 43.336822509765625px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    clear: left;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvRLEpOAvIKi1OLUEl0jvWKQxloA 
 Path: skin/designcenter/pixafy/components/global/tabs/preset-2.scss 
 Parent uid: cp_5ef34e666897b727649847
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/global/tabs/preset-2.scss
==================================================
**/
#pix-fe .cp-5ef34e666897b727649847 {
  width: 250px;
}
#pix-fe .cp-5ef34e666897b727649847 .tab-content:before, #pix-fe .cp-5ef34e666897b727649847 .tab-content:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5ef34e666897b727649847 .tab-style-default > ul.tabs > li {
  padding: 7px 15px;
  margin-right: 5px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#pix-fe .cp-5ef34e666897b727649847 .tab-style-default .tab-content {
  border-width: 1px;
  border-style: solid;
}
#pix-fe .cp-5ef34e666897b727649847 .tab-style-block > ul.tabs > li {
  padding: 7px 15px;
  margin-right: -1px;
}
#pix-fe .cp-5ef34e666897b727649847 .tab-style-block .tab-content {
  border-width: 1px;
  border-style: solid;
}
#pix-fe .cp-5ef34e666897b727649847 ul.tabs {
  width: 100%;
  background: transparent;
  margin: 0;
  border: 0;
}
#pix-fe .cp-5ef34e666897b727649847 ul.tabs > li {
  float: left;
  display: block;
  border-width: 1px;
  border-style: solid;
  border-bottom: 0;
  cursor: pointer;
  padding: 7px 15px;
  margin-right: 5px;
  border: 1px solid #efefef;
  border-bottom: 0;
  background-color: #ccc;
  color: #333;
  font-size: 12px;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#pix-fe .cp-5ef34e666897b727649847 ul.tabs > li.hidden {
  display: none;
}
#pix-fe .cp-5ef34e666897b727649847 ul.tabs > li:before, #pix-fe .cp-5ef34e666897b727649847 ul.tabs > li:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5ef34e666897b727649847 ul.tabs > li:hover, #pix-fe .cp-5ef34e666897b727649847 ul.tabs > li.active {
  background-color: #333;
  color: #ccc;
}
#pix-fe .cp-5ef34e666897b727649847 ul.tabs > li:last-child {
  margin-right: 0;
}
#pix-fe .cp-5ef34e666897b727649847 ul.tab-content {
  background-color: #fff;
  border: 1px solid #ccc;
}
#pix-fe .cp-5ef34e666897b727649847 ul.tab-content > li.no-content {
  display: none;
}
#pix-fe .cp-5ef34e666897b727649847 ul.tab-content > li > .pix-design-component {
  width: 100%;
  min-height: 30px;
}
#pix-fe .cp-5ef34e666897b727649847 .zoey-core-tabs-tab > .component-content:empty {
  height: 40px;
}
#pix-fe .cp-5ef34e666897b727649847 {
  width: 250px;
}
#pix-fe .cp-5ef34e666897b727649847 ul.tabs > li {
  background-color: rgba(204,204,204,0);
  padding: 7px 20px 7px 20px;
  border-color: #efefef;
  border-width: 0px;
  font-size: 21px;
  color: #7d185b;
  -webkit-border-radius: 30px 30px 30px 30px;
  -moz-border-radius: 30px 30px 30px 30px;
  -ms-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
}
#pix-fe .cp-5ef34e666897b727649847 ul.tabs > li:hover {
  background-color: rgba(255,255,255,0);
  color: #999;
}
#pix-fe .cp-5ef34e666897b727649847 ul.tabs > li.active {
  background-color: rgba(0,0,0,0);
  color: #1c1c1c;
}
#pix-fe .cp-5ef34e666897b727649847 ul.tab-content {
  background-color: rgba(255,255,255,0);
  border-color: #ccc;
  border-width: 0px;
}
#pix-fe.media-t .cp-5ef34e666897b727649847 ul.tabs > li {
  font-size: ;
}
#pix-fe.media-m .cp-5ef34e666897b727649847 ul.tabs > li {
  font-size: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5ef34e666897b727649847
*/ 

#pix-fe #cp-5ef34e666897b727649847.pix-design-component {
    width: 97.12779099560761%;
    margin-left: -1097.4114659590043%;
    margin-top: 30.66668701171875px;
    clear: left;
}
#pix-fe.media-d #cp-5ef34e666897b727649847.pix-design-component {
    width: 97.12779099560761%;
    margin-left: -1097.4114659590043%;
    margin-top: 30.66668701171875px;
    clear: left;
}
#pix-fe.media-t #cp-5ef34e666897b727649847.pix-design-component {
    margin-top: 29.625px;
}
#pix-fe.media-m #cp-5ef34e666897b727649847.pix-design-component {
    margin-top: 44.23297119140625px;
    width: 100%;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    clear: left;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoeydev 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcmL0s4pj9KvyUytTUsti9JPzcwvy81LzSoCCSYl5ealFcIaugaleMUhvLQA= 
 Path: /js/zoeydev/components/banners/banner-05.scss 
 Parent uid: cp_5ef0ca329bda8034686353
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: /js/zoeydev/components/banners/banner-05.scss
==================================================
**/
#pix-fe .cp-5ef0ca329bda8034686353 li {
  font-family: Lato;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-5ef0ca329bda8034686353 {
  min-width: 450px;
  width: 100%;
}
#pix-fe .cp-5ef0ca329bda8034686353 .container {
  background-color: rgba(204,204,204,1);
}
#pix-fe .cp-5ef0ca329bda8034686353 h2 {
  display: block;
  overflow: hidden;
  padding: 15px;
  text-align: center;
  line-height: 1;
  margin: 0;
  font-size: 12px;
  color: rgba(255,255,255,1);
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
#pix-fe .cp-5ef0ca329bda8034686353 li {
  color: rgba(51,51,51,1);
}
#pix-fe.media-t .cp-5ef0ca329bda8034686353 h2 {
  font-size: 18px;
}
#pix-fe.media-m .cp-5ef0ca329bda8034686353 {
  min-width: 0;
}
#pix-fe.media-m .cp-5ef0ca329bda8034686353 h2 {
  font-size: 18px;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5ef0ca329bda8034686353
*/ 

#pix-fe #cp-5ef0ca329bda8034686353.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-d #cp-5ef0ca329bda8034686353.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-t #cp-5ef0ca329bda8034686353.pix-design-component {
    margin-top: 0px;
}
#pix-fe.media-m #cp-5ef0ca329bda8034686353.pix-design-component {
    width: 100%;
    margin-top: 0px;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    clear: left;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoeydev 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcmL0s4pj9KvyUytTUsti9JPzcwvy81LzSoCCafn5JalFrsXFQG5mYg4WEV1DvWKQabUA 
 Path: /js/zoeydev/components/footerEssentials/footerEssentials-1.scss 
 Parent uid: cp_5af00b3f70161538823064
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: /js/zoeydev/components/footerEssentials/footerEssentials-1.scss
==================================================
**/
#pix-fe .cp-5af00b3f70161538823064 {
  width: 100%;
}
#pix-fe .cp-5af00b3f70161538823064 > .component-content > .group-background-image-container {
  background-color: rgba(255,255,255,0);
  background-image: ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#pix-fe .cp-5af00b3f70161538823064 .zoey-footer {
  margin-top: 0px;
  border-top-style: solid;
  border-top-width: 0px;
  border-top-color: rgba(204,204,204,0);
  padding: 5px 0 20px 0px;
}
#pix-fe .cp-5af00b3f70161538823064 .zoey-footer-links {
  background: rgba(242,242,242,1);
  padding: 10px 30px 10px 50px;
}
#pix-fe .cp-5af00b3f70161538823064 .zoey-footer-links .link.level-top {
  display: inline-block;
  padding: 10px 10px 10px 10px;
}
#pix-fe .cp-5af00b3f70161538823064 .zoey-footer-links .link.level-top > div.label {
  padding: 10px 10px 5px 20px;
  border-style: solid;
  border-bottom-width: 1px;
  border-color: rgba(242,242,242,1);
  color: rgba(125,24,91,1);
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
  text-decoration: underline;
  font-style: normal;
  text-align: left;
}
#pix-fe .cp-5af00b3f70161538823064 .zoey-footer-links .link.level-top > div.label a {
  color: rgba(125,24,91,1);
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
  text-decoration: underline;
  font-style: normal;
}
#pix-fe .cp-5af00b3f70161538823064 .zoey-footer-links .link.level-top > div.label a:hover {
  color: rgba(24,133,143,1);
  text-decoration: underline;
}
#pix-fe .cp-5af00b3f70161538823064 .zoey-footer-links .link ul {
  padding: 10px 10px 10px 10px;
}
#pix-fe .cp-5af00b3f70161538823064 .zoey-footer-links .link ul li {
  padding: 10px;
  color: rgba(51,51,51,1);
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  text-align: left;
}
#pix-fe .cp-5af00b3f70161538823064 .zoey-footer-links .link ul li a {
  color: rgba(51,51,51,1);
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
}
#pix-fe .cp-5af00b3f70161538823064 .zoey-footer-links .link ul li a:hover {
  color: rgba(24,133,143,1);
  text-transform: none;
}
#pix-fe .cp-5af00b3f70161538823064 .zoey-newsletter-subscribe {
  margin: 0 60px 10px 10px;
}
#pix-fe .cp-5af00b3f70161538823064 .zoey-newsletter-subscribe .zoey-newsletter-subscribe-form-container {
  width: 100%;
}
#pix-fe .cp-5af00b3f70161538823064 .zoey-newsletter-subscribe form {
  position: relative;
  padding-right: 40px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: rgba(204,204,204,1);
  background-color: rgba(255,255,255,1);
}
#pix-fe .cp-5af00b3f70161538823064 .zoey-newsletter-subscribe form input {
  width: 100%;
  height: 35px;
  border: none;
  font-size: 12px;
  color: #666;
  background-color: rgba(255,255,255,1);
}
#pix-fe .cp-5af00b3f70161538823064 .zoey-newsletter-subscribe form input::-webkit-input-placeholder {
  color: rgba(24,133,143,1);
}
#pix-fe .cp-5af00b3f70161538823064 .zoey-newsletter-subscribe form input::-moz-placeholder {
  color: rgba(24,133,143,1);
}
#pix-fe .cp-5af00b3f70161538823064 .zoey-newsletter-subscribe form input:-ms-input-placeholder {
  color: rgba(24,133,143,1);
}
#pix-fe .cp-5af00b3f70161538823064 .zoey-newsletter-subscribe form input:-moz-placeholder {
  color: rgba(24,133,143,1);
}
#pix-fe .cp-5af00b3f70161538823064 .zoey-newsletter-subscribe form button {
  position: absolute;
  height: 35px;
  right: 0;
  line-height: 1;
  padding: 7px 10px 8px;
  text-transform: none;
  background: none;
  color: rgba(125,24,91,1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#pix-fe .cp-5af00b3f70161538823064 .zoey-newsletter-subscribe form button:hover {
  color: rgba(204,204,204,1);
}
#pix-fe .cp-5af00b3f70161538823064 .social-links {
  margin: 40px 60px 40px 0;
  text-align: right;
}
#pix-fe .cp-5af00b3f70161538823064 .social-links li {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  margin-right: 25px;
}
#pix-fe .cp-5af00b3f70161538823064 .social-links li:last-child {
  margin-right: 0;
}
#pix-fe .cp-5af00b3f70161538823064 .social-links a {
  display: block;
}
#pix-fe .cp-5af00b3f70161538823064 .social-links div {
  background-size: contain;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#pix-fe .cp-5af00b3f70161538823064 .trust-badges {
  margin: 20px 30px 20px 50px;
  text-align: left;
  display: inline-block;
}
#pix-fe .cp-5af00b3f70161538823064 .trust-badges li {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  margin-right: 25px;
}
#pix-fe .cp-5af00b3f70161538823064 .trust-badges li:last-child {
  margin-right: 0;
}
#pix-fe .cp-5af00b3f70161538823064 .trust-badges a {
  display: block;
}
#pix-fe .cp-5af00b3f70161538823064 .trust-badges div {
  background-size: contain;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#pix-fe .cp-5af00b3f70161538823064 .credit-card-logos {
  margin: 50px 0 20px 80px;
  text-align: left;
  display: inline-block;
}
#pix-fe .cp-5af00b3f70161538823064 .credit-card-logos li {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  margin-right: 36px;
}
#pix-fe .cp-5af00b3f70161538823064 .credit-card-logos li:last-child {
  margin-right: 0;
}
#pix-fe .cp-5af00b3f70161538823064 .credit-card-logos a {
  display: block;
}
#pix-fe .cp-5af00b3f70161538823064 .credit-card-logos div {
  background-size: contain;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#pix-fe .cp-5af00b3f70161538823064 .copyright {
  line-height: 1.4em;
  color: rgba(64,64,64,1);
  font-size: 10px;
  text-align: left;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  margin: 10px 0 10px 50px;
}
#pix-fe.media-t .cp-5af00b3f70161538823064 .zoey-footer {
  padding: 0 0 20px 0;
}
#pix-fe.media-t .cp-5af00b3f70161538823064 .zoey-newsletter-subscribe .zoey-newsletter-subscribe-form-container .heading {
  font-size: 16px;
}
#pix-fe.media-t .cp-5af00b3f70161538823064 .zoey-newsletter-subscribe form input {
  font-size: 12px;
}
#pix-fe.media-t .cp-5af00b3f70161538823064 .social-links li {
  width: 30px;
  margin-right: 10px;
}
#pix-fe.media-t .cp-5af00b3f70161538823064 .credit-card-logos {
  text-align: left;
}
#pix-fe.media-t .cp-5af00b3f70161538823064 .credit-card-logos li {
  width: 30px;
  margin-right: 10px;
}
#pix-fe.media-t .cp-5af00b3f70161538823064 .copyright {
  font-size: 12px;
}
#pix-fe.media-m .cp-5af00b3f70161538823064 .zoey-footer {
  padding: 5px 5px 5px 5px;
}
#pix-fe.media-m .cp-5af00b3f70161538823064 .zoey-footer [class*="col-xs-"] {
  width: 100%;
  text-align: center;
}
#pix-fe.media-m .cp-5af00b3f70161538823064 .trust-badges {
  margin: 20px 30px 20px 0;
}
#pix-fe.media-m .cp-5af00b3f70161538823064 .zoey-newsletter-subscribe {
  margin: 15px 15px 15px 15px;
}
#pix-fe.media-m .cp-5af00b3f70161538823064 .zoey-newsletter-subscribe .zoey-newsletter-subscribe-form-container .heading {
  font-size: 16px;
}
#pix-fe.media-m .cp-5af00b3f70161538823064 .zoey-newsletter-subscribe form input {
  font-size: 12px;
}
#pix-fe.media-m .cp-5af00b3f70161538823064 .social-links {
  margin: 10px 5px 10px 5px;
  text-align: center;
}
#pix-fe.media-m .cp-5af00b3f70161538823064 .social-links li {
  width: 35px;
  margin-right: 12px;
}
#pix-fe.media-m .cp-5af00b3f70161538823064 .credit-card-logos {
  text-align: left;
}
#pix-fe.media-m .cp-5af00b3f70161538823064 .credit-card-logos li {
  width: 30px;
  margin-right: 96px;
}
#pix-fe.media-m .cp-5af00b3f70161538823064 .copyright {
  font-size: 12px;
  text-align: center;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5af00b3f70161538823064
*/ 

#pix-fe #cp-5af00b3f70161538823064.pix-design-component {
    width: 99.99873103103639%;
    margin-left: -1100%;
    margin-top: 42.4375px;
    clear: left;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#pix-fe.media-dt #cp-5af00b3f70161538823064.pix-design-component {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#pix-fe.media-d #cp-5af00b3f70161538823064.pix-design-component {
    width: 99.99873103103639%;
    margin-left: -1100%;
    margin-top: 42.4375px;
    clear: left;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#pix-fe.media-tm #cp-5af00b3f70161538823064.pix-design-component {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#pix-fe.media-t #cp-5af00b3f70161538823064.pix-design-component {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 2.326385498046875px;
    width: 99.99774293006621%;
    margin-left: -1100%;
}
#pix-fe.media-m #cp-5af00b3f70161538823064.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: 8.734375px;
    clear: left;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoeydev 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcmL0s4pj9KvyUytTUsti9JPzcwvy81LzSoCCJakVJTH6xSWVOal6xSBNtQA= 
 Path: /js/zoeydev/components/text/style.scss 
 Parent uid: cp_5f02e2079f5fb456142821
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: /js/zoeydev/components/text/style.scss
==================================================
**/
#pix-fe .cp-5f02e2079f5fb456142821 li {
  font-family: Lato;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
}
#pix-fe .cp-5f02e2079f5fb456142821 {
  width: 400px;
  max-width: 100%;
  min-height: 14px;
}
#pix-fe .cp-5f02e2079f5fb456142821 .pix-fe-ws-top-node.text-align-left {
  text-align: left;
}
#pix-fe .cp-5f02e2079f5fb456142821 .pix-fe-ws-top-node.text-align-center {
  text-align: center;
}
#pix-fe .cp-5f02e2079f5fb456142821 .pix-fe-ws-top-node.text-align-right {
  text-align: right;
}
#pix-fe .cp-5f02e2079f5fb456142821 a {
  font-size: inherit;
  font-weight: inherit;
}
#pix-fe .cp-5f02e2079f5fb456142821 [style*='color'] > a, #pix-fe .cp-5f02e2079f5fb456142821 [color] > a {
  color: inherit;
}
#pix-fe .cp-5f02e2079f5fb456142821 ul {
  list-style: disc outside;
}
#pix-fe .cp-5f02e2079f5fb456142821 ol {
  list-style: decimal outside;
}
#pix-fe .cp-5f02e2079f5fb456142821 li {
  color: rgba(51,51,51,1);
  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_5f02e2079f5fb456142821
*/ 

#pix-fe #cp-5f02e2079f5fb456142821.pix-design-component {
    width: 29.282576866764277%;
    margin-left: -1031.1344710834553%;
    margin-top: 446.453125px;
    clear: none;
}
#pix-fe.media-d #cp-5f02e2079f5fb456142821.pix-design-component {
    width: 29.282576866764277%;
    margin-left: -1031.1344710834553%;
    margin-top: 446.453125px;
    clear: none;
}
#pix-fe.media-t #cp-5f02e2079f5fb456142821.pix-design-component {
    width: 21.728909608720237%;
    margin-left: -1029.0500164031982%;
    margin-top: 433.45484924316406px;
    clear: none;
}
#pix-fe.media-m #cp-5f02e2079f5fb456142821.pix-design-component {
    width: 86.875%;
    clear: none;
    margin-top: 1337.84375px;
    margin-left: -1093.4375%;
    -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_Fcs7DoAwCADQu5COKnH1LCxNxU+ihQCDjfHu6viGd0OKpgwTFHfoILmVD7pfeWmERU6VyjWc0ESCcOM8sxEesgqhGjtHPw7+9+cF 
 Path: skin/designcenter/pixafy/components/root/header/logo/preset-1.scss 
 Parent uid: cp_5a8c3ae4e3ed5849024394
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/root/header/logo/preset-1.scss
==================================================
**/
#pix-fe .cp-5a8c3ae4e3ed5849024394 {
  width: 10%;
  width: 100px;
  height: auto;
  border-style: solid;
  border-width: ;
  border-color: rgba(204, 204, 204, 1);
  padding: ;
}
#pix-fe .cp-5a8c3ae4e3ed5849024394 a {
  display: block;
  height: auto;
}
#pix-fe .cp-5a8c3ae4e3ed5849024394 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_5a8c3ae4e3ed5849024394
*/ 

#pix-fe #cp-5a8c3ae4e3ed5849024394.pix-design-component {
    width: 11.499789006063098%;
    margin-left: -1097.4182654659357%;
    margin-top: 2.0138931274414062px;
    clear: left;
    min-height: 0;
}
#pix-fe.media-d #cp-5a8c3ae4e3ed5849024394.pix-design-component {
    width: 11.499789006063098%;
    margin-left: -1097.4182654659357%;
    margin-top: 2.0138931274414062px;
    min-height: 0;
    clear: left;
}
#pix-fe.media-tm #cp-5a8c3ae4e3ed5849024394.pix-design-component {
    margin-top: 21.63195037841797px;
    width: 14.698561946902656%;
    margin-left: -1096.3587758112094%;
    min-height: 74px;
    z-index: 1;
}
#pix-fe.media-t #cp-5a8c3ae4e3ed5849024394.pix-design-component {
    margin-top: 21.63195037841797px;
    width: 14.698561946902656%;
    margin-left: -1096.3587758112094%;
    min-height: 74px;
    z-index: 1;
}


/* 
 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_5a8c3ae4e7fa2028773837
*/ 

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

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/root/header/search/preset-4.scss
==================================================
**/
#pix-fe .cp-5a8c3ae4e7fa2028773837 {
  position: relative;
  width: auto;
}
#pix-fe .cp-5a8c3ae4e7fa2028773837 .form-search {
  font-size: 12px;
}
#pix-fe .cp-5a8c3ae4e7fa2028773837 .form-search .search-container {
  position: relative;
  overflow: hidden;
}
#pix-fe .cp-5a8c3ae4e7fa2028773837 .form-search .search-container .search-input {
  border: 0;
  color: inherit;
  font-size: inherit;
  width: 100%;
  height: 30px;
  padding-right: 40px;
}
#pix-fe .cp-5a8c3ae4e7fa2028773837 .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-5a8c3ae4e7fa2028773837 .form-search:after, #pix-fe .cp-5a8c3ae4e7fa2028773837 .form-search:before {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5a8c3ae4e7fa2028773837 {
  min-width: 100px;
}
#pix-fe .cp-5a8c3ae4e7fa2028773837 .form-search {
  color: #3f4143;
  font-size: 14px;
}
#pix-fe .cp-5a8c3ae4e7fa2028773837 .form-search .search-container {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: rgba(24,133,143,1);
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  border-radius: ;
}
#pix-fe .cp-5a8c3ae4e7fa2028773837 .form-search .search-container .search-input {
  background-color: rgba(255,255,255,0);
}
#pix-fe .cp-5a8c3ae4e7fa2028773837 .form-search .icon-search {
  background-color: rgba(51,51,51,0);
  color: #7d185b;
}
#pix-fe.media-t .cp-5a8c3ae4e7fa2028773837 .form-search {
  font-size: 8px;
}
#pix-fe.media-m .cp-5a8c3ae4e7fa2028773837 .form-search {
  font-size: 8px;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5a8c3ae4e7fa2028773837
*/ 

#pix-fe #cp-5a8c3ae4e7fa2028773837.pix-design-component {
    width: 29.83795321244129%;
    margin-left: -1053.632100821475%;
    margin-top: 46.99653625488281px;
    clear: none;
    min-height: 0;
}
#pix-fe.media-d #cp-5a8c3ae4e7fa2028773837.pix-design-component {
    width: 29.83795321244129%;
    margin-left: -1053.632100821475%;
    margin-top: 46.99653625488281px;
    min-height: 0;
    clear: none;
}
#pix-fe.media-tm #cp-5a8c3ae4e7fa2028773837.pix-design-component {
    width: 58.10969898160131%;
    margin-left: -1079.8708395268714%;
    margin-top: 33.59375762939453px;
    z-index: 3;
    clear: none;
}
#pix-fe.media-t #cp-5a8c3ae4e7fa2028773837.pix-design-component {
    width: 58.10969898160131%;
    margin-left: -1079.8708395268714%;
    margin-top: 33.59375762939453px;
    z-index: 3;
    clear: none;
}


/* 
 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_5a8c3ae4dba9e592185510
*/ 

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

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/root/header/top_links/preset-5.scss
==================================================
**/
#pix-fe .cp-5a8c3ae4dba9e592185510 .zoey-account-links {
  position: relative;
}
#pix-fe .cp-5a8c3ae4dba9e592185510 .zoey-account-links .zoey-account-links-content {
  top: 100%;
  left: 0;
}
#pix-fe .cp-5a8c3ae4dba9e592185510 .zoey-account-link {
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  width: 100%;
  display: block;
}
#pix-fe .cp-5a8c3ae4dba9e592185510 .zoey-account-link.display-icon .label {
  display: none;
}
#pix-fe .cp-5a8c3ae4dba9e592185510 .zoey-account-link.display-title .icon {
  display: none;
}
#pix-fe .cp-5a8c3ae4dba9e592185510 .zoey-account-link:hover {
  text-decoration: none;
}
#pix-fe ul.zoey-account-links-content {
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  background-color: rgba(255,255,255,1);
  position: absolute;
  min-width: 150px;
  z-index: 9;
  -webkit-box-shadow: 0 4px 6px 0px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 4px 6px 0px rgba(51, 51, 51, 0.5);
  box-shadow: 0 4px 6px 0px rgba(51, 51, 51, 0.5);
}
#pix-fe ul.zoey-account-links-content li {
  text-align: center;
  padding: 5px 0 5px 0;
}
#pix-fe ul.zoey-account-links-content li a {
  color: rgba(24,133,143,1);
  font-size: 12px;
  font-weight: ;
  text-transform: uppercase;
  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-5a8c3ae4dba9e592185510 {
  min-width: 20px;
}
#pix-fe .cp-5a8c3ae4dba9e592185510 .zoey-account-links {
  background-color: rgba(255,255,255,0);
  padding: ;
}
#pix-fe .cp-5a8c3ae4dba9e592185510 .zoey-account-links:hover {
  background-color: rgba(125,24,91,0);
}
#pix-fe .cp-5a8c3ae4dba9e592185510 .zoey-account-links .zoey-account-link {
  padding: 3px;
  font-size: 14px;
  text-align: center;
  color: rgba(24,133,143,1);
}
#pix-fe .cp-5a8c3ae4dba9e592185510 .zoey-account-links .zoey-account-link .account-icon {
  font-size: 1.6em;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
#pix-fe .cp-5a8c3ae4dba9e592185510 .zoey-account-links .zoey-account-link .label {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
}
#pix-fe .cp-5a8c3ae4dba9e592185510 .zoey-account-links .zoey-account-link:hover {
  color: rgba(125,24,91,1);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5a8c3ae4dba9e592185510
*/ 

#pix-fe #cp-5a8c3ae4dba9e592185510.pix-design-component {
    width: 10.325591722953241%;
    margin-left: -1021.801578578486%;
    margin-top: 46.99653625488281px;
    clear: none;
}
#pix-fe.media-d #cp-5a8c3ae4dba9e592185510.pix-design-component {
    width: 10.325591722953241%;
    margin-left: -1021.801578578486%;
    margin-top: 46.99653625488281px;
    clear: none;
}
#pix-fe.media-tm #cp-5a8c3ae4dba9e592185510.pix-design-component {
    width: 15.335962414899004%;
    margin-left: -1015.929203539823%;
    margin-top: 0px;
    clear: none;
}
#pix-fe.media-t #cp-5a8c3ae4dba9e592185510.pix-design-component {
    width: 15.335962414899004%;
    margin-left: -1015.929203539823%;
    margin-top: 0px;
    clear: none;
}


/* 
 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_5a8c3ae4ebdbb988577858
*/ 

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

#pix-fe #cp-5a8c3ae4ebdbb988577858.pix-design-component {
    width: 10.328313453855468%;
    margin-left: -1010.7051577526979%;
    margin-top: 49.96528625488281px;
    clear: none;
}
#pix-fe.media-d #cp-5a8c3ae4ebdbb988577858.pix-design-component {
    width: 10.328313453855468%;
    margin-left: -1010.7051577526979%;
    margin-top: 49.96528625488281px;
    clear: none;
}
#pix-fe.media-tm #cp-5a8c3ae4ebdbb988577858.pix-design-component {
    width: 17.912014853992012%;
    margin-left: -1017.8466076696166%;
    margin-top: 54.60070037841797px;
    clear: none;
}
#pix-fe.media-t #cp-5a8c3ae4ebdbb988577858.pix-design-component {
    width: 17.912014853992012%;
    margin-left: -1017.8466076696166%;
    margin-top: 54.60070037841797px;
    clear: none;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_FcwxCoAwDADAv4SOapwcfEtASo3o0CY0ESzi39XxlrsheFOGGZIZdBCspg96XHFrhEmySuHiRlhFnHDnuHIldNElczkJtbKx9+M02H88Lw== 
 Path: skin/designcenter/pixafy/components/root/header/top_menu/preset-06.scss 
 Parent uid: cp_5af005f698e03528007874
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/root/header/top_menu/preset-06.scss
==================================================
**/
#pix-fe .cp-5af005f698e03528007874 .component-content {
  height: 100%;
}
#pix-fe .cp-5af005f698e03528007874 #zoey-nav {
  display: block;
  height: 100%;
}
#pix-fe .cp-5af005f698e03528007874 .zoey-nav-primary li:hover {
  z-index: 9;
}
#pix-fe .cp-5af005f698e03528007874 a {
  text-decoration: none;
}
#pix-fe .cp-5af005f698e03528007874 {
  min-width: 100px;
}
#pix-fe .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary {
  list-style: none;
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  text-align: left;
}
#pix-fe .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary li.level-top {
  position: relative;
  text-transform: none;
}
#pix-fe .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary li.level-top:not(.hidden) {
  display: inline-block;
}
#pix-fe .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary li.level-top:not(:hover) ul.level0, #pix-fe .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary li.level-top:not(:hover) .sub-menu-container {
  display: none;
}
#pix-fe .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary li.level-top > a {
  display: block;
  background-color: ;
  color: rgba(125,24,91,1);
  font-size: ;
  font-style: ;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
}
#pix-fe .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary li.level-top:hover > a {
  color: rgba(24,133,143,1);
  background-color: #efefef;
}
#pix-fe .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary li.level-top.align-menu-right ul.level0 {
  right: 0;
}
#pix-fe .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary li.level-top:not(.align-menu-right) ul.level0 {
  left: 0;
}
#pix-fe .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary li.level-top.align-menu-center ul.level0 {
  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-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary li.level-top.align-menu-full ul.level0 {
  position: fixed;
  left: 0;
  width: 100%;
}
#pix-fe .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary li.level-top:not(.align-menu-right):not(.align-menu-center):not(.align-menu-full) ul.level0 {
  left: 0;
}
#pix-fe .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary ul {
  text-align: left;
}
#pix-fe .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary ul.level0 {
  position: absolute;
  top: 100%;
  width: 600px;
  display: block;
  background-color: rgba(255, 255, 255, 1);
  padding: 20px;
  -webkit-box-shadow: 0 0 6px 0px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 0 6px 0px rgba(51, 51, 51, 0.5);
  box-shadow: 0 0 6px 0px rgba(51, 51, 51, 0.5);
}
#pix-fe .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary ul.level0 li.level1 > a {
  display: block;
  background-color: rgba(255, 255, 255, 0);
  color: ;
  font-size: 14px;
  text-align: ;
  font-style: ;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 5px 15px 5px;
}
#pix-fe .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary ul.level0 li.level1:hover > a {
  background-color: ;
  color: rgba(125,24,91,1);
}
#pix-fe .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary ul.level0 li.level2 {
  font-size: 12px;
  text-align: center;
  font-style: ;
  font-weight: ;
  text-transform: uppercase;
}
#pix-fe .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary ul.level0 li.level2 > a {
  display: block;
  vertical-align: middle;
  color: rgba(125,24,91,1);
  background-color: rgba(255, 255, 255, 0);
  padding: 0 7px 0 0;
}
#pix-fe .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary ul.level0 li.level2 > a:hover {
  text-decoration: underline;
}
#pix-fe .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary ul.level0 li.level2 > a:before {
  content: '>';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#pix-fe .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary ul.level0 li.level2:hover > a {
  color: rgba(24,133,143,1);
  background-color: rgba(255, 255, 255, 0);
}
#pix-fe .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary ul.level0 li.level2 ul {
  display: none;
}
#pix-fe .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary ul.level0:before, #pix-fe .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary ul.level0:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary:before, #pix-fe .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary.nav-clickable li.level-top.open > a {
  color: rgba(24,133,143,1);
  background-color: #efefef;
}
#pix-fe .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary.nav-clickable li.level-top.open ul.level0, #pix-fe .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary.nav-clickable li.level-top.open .sub-menu-container {
  display: block;
}
#pix-fe .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary.nav-clickable li.level-top:not(.open) ul.level0, #pix-fe .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary.nav-clickable li.level-top:not(.open) .sub-menu-container {
  display: none;
}
#pix-fe .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary.nav-clickable ul.level0 li.level1.open > a {
  background-color: ;
  color: rgba(125,24,91,1);
}
#pix-fe .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary.nav-clickable li.level2.open > a {
  color: rgba(24,133,143,1);
  background-color: rgba(255, 255, 255, 0);
}
#pix-fe .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary.left-to-right ul.level0 li.level1 {
  float: left;
  width: 33.3333%;
}
#pix-fe .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary.left-to-right ul.level0 li.level1:nth-child(3n+1) {
  clear: left;
}
#pix-fe .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-wrap {
  height: 100%;
}
#pix-fe.media-t .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary li.level-top > a {
  font-size: ;
}
#pix-fe.media-t .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary ul.level0 li.level1 > a {
  font-size: ;
}
#pix-fe.media-t .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary ul.level0 li.level2 {
  font-size: ;
}
#pix-fe.media-m .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary li.level-top > a {
  font-size: ;
}
#pix-fe.media-m .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary ul.level0 li.level1 > a {
  font-size: ;
}
#pix-fe.media-m .cp-5af005f698e03528007874.zoey-core-header-top-menu .zoey-nav-primary ul.level0 li.level2 {
  font-size: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5af005f698e03528007874
*/ 

#pix-fe #cp-5af005f698e03528007874.pix-design-component {
    width: 98.16863385467794%;
    margin-left: -1098.0422866092404%;
    margin-top: 7.920143127441406px;
    clear: left;
}
#pix-fe.media-d #cp-5af005f698e03528007874.pix-design-component {
    width: 98.16863385467794%;
    margin-left: -1098.0422866092404%;
    margin-top: 7.920143127441406px;
    clear: left;
}
#pix-fe.media-tm #cp-5af005f698e03528007874.pix-design-component {
    margin-top: 0px;
}
#pix-fe.media-t #cp-5af005f698e03528007874.pix-design-component {
    margin-top: 0px;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP003PykxJzYvSTilITU5KLSnOTgIIFRanFqSW6hnrFIP21AA== 
 Path: skin/designcenter/pixafy/components/global/breadcrumbs/preset-1.scss 
 Parent uid: cp_5ef34e6667f2f933959087
*/ 

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

#pix-fe #cp-5ef34e6667f2f933959087.pix-design-component {
    width: 96.7%;
    margin-left: -1098.4%;
    margin-top: 12px;
    clear: left;
    min-height: 0;
}
#pix-fe.media-d #cp-5ef34e6667f2f933959087.pix-design-component {
    width: 96.7%;
    margin-left: -1098.4%;
    margin-top: 12px;
    min-height: 0;
}
#pix-fe.media-m #cp-5ef34e6667f2f933959087.pix-design-component {
    width: 100%;
    clear: left;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP0C4ryU0qTS2L0SzJLclJB/NTi1BJdQ71ikNZaAA== 
 Path: skin/designcenter/pixafy/components/product/title/preset-1.scss 
 Parent uid: cp_5ef34e6668542050204652
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/product/title/preset-1.scss
==================================================
**/
#pix-fe .cp-5ef34e6668542050204652 {
  width: 250px;
}
#pix-fe .cp-5ef34e6668542050204652 h1, #pix-fe .cp-5ef34e6668542050204652 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5ef34e6668542050204652 .product-name h1 {
  margin: 0;
  font-size: 24px;
  color: #7d185b;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5ef34e6668542050204652
*/ 

#pix-fe #cp-5ef34e6668542050204652.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-d #cp-5ef34e6668542050204652.pix-design-component {
    margin-left: -1100%;
    width: 100%;
    margin-top: 0px;
    clear: left;
}
#pix-fe.media-m #cp-5ef34e6668542050204652.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: 0px;
    clear: left;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP0C4ryU0qTS2L0U4uLgSKZiTlgwdTi1BJdI71ikP5aAA== 
 Path: skin/designcenter/pixafy/components/product/essentials/preset-2.scss 
 Parent uid: cp_5ef34e6668773497208322
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/product/essentials/preset-2.scss
==================================================
**/
#pix-fe .cp-5ef34e6668773497208322 .extra-info .ratings, #pix-fe .cp-5ef34e6668773497208322 .product-essentials-reviews-container .ratings {
  margin-bottom: 15px;
}
#pix-fe .cp-5ef34e6668773497208322 .extra-info .ratings .empty-rating-box, #pix-fe .cp-5ef34e6668773497208322 .product-essentials-reviews-container .ratings .empty-rating-box, #pix-fe .cp-5ef34e6668773497208322 .extra-info .ratings .rating-box, #pix-fe .cp-5ef34e6668773497208322 .product-essentials-reviews-container .ratings .rating-box {
  width: 100px;
}
#pix-fe .cp-5ef34e6668773497208322 .extra-info .ratings .empty-rating-box .rating, #pix-fe .cp-5ef34e6668773497208322 .product-essentials-reviews-container .ratings .empty-rating-box .rating, #pix-fe .cp-5ef34e6668773497208322 .extra-info .ratings .rating-box .rating, #pix-fe .cp-5ef34e6668773497208322 .product-essentials-reviews-container .ratings .rating-box .rating {
  overflow: hidden;
  background: unset;
  text-indent: 0;
  height: auto;
}
#pix-fe .cp-5ef34e6668773497208322 .extra-info .ratings .empty-rating-box .review-icon-star-filled, #pix-fe .cp-5ef34e6668773497208322 .product-essentials-reviews-container .ratings .empty-rating-box .review-icon-star-filled, #pix-fe .cp-5ef34e6668773497208322 .extra-info .ratings .rating-box .review-icon-star-filled, #pix-fe .cp-5ef34e6668773497208322 .product-essentials-reviews-container .ratings .rating-box .review-icon-star-filled {
  font-size: 20px;
}
#pix-fe .cp-5ef34e6668773497208322 .extra-info .ratings .rating-box-container, #pix-fe .cp-5ef34e6668773497208322 .product-essentials-reviews-container .ratings .rating-box-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#pix-fe .cp-5ef34e6668773497208322 .extra-info .ratings .rating-box-container .empty-rating-box, #pix-fe .cp-5ef34e6668773497208322 .product-essentials-reviews-container .ratings .rating-box-container .empty-rating-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #ccc;
}
#pix-fe .cp-5ef34e6668773497208322 .extra-info .ratings .rating-box-container .rating-box, #pix-fe .cp-5ef34e6668773497208322 .product-essentials-reviews-container .ratings .rating-box-container .rating-box {
  position: relative;
  z-index: 2;
  color: #fb0;
  padding-bottom: 0;
}
#pix-fe .cp-5ef34e6668773497208322 .extra-info .ratings .rating-links, #pix-fe .cp-5ef34e6668773497208322 .product-essentials-reviews-container .ratings .rating-links {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
#pix-fe .cp-5ef34e6668773497208322 .yotpo.bottomLine {
  padding-bottom: 15px;
}
#pix-fe .cp-5ef34e6668773497208322 .add-to-cart-wrapper {
  clear: both;
}
#pix-fe .cp-5ef34e6668773497208322 .availability-only {
  color: #333;
}
#pix-fe .cp-5ef34e6668773497208322 .price-box .special-price .price-label {
  font-size: 16px;
  text-transform: uppercase;
}
#pix-fe .cp-5ef34e6668773497208322 .price-box .old-price .price-label, #pix-fe .cp-5ef34e6668773497208322 .price-box .special-price .price-label {
  display: none;
}
#pix-fe .cp-5ef34e6668773497208322 .price-box {
  margin: 10px 0;
}
#pix-fe .cp-5ef34e6668773497208322 .price-box p {
  margin-bottom: 0;
}
#pix-fe .cp-5ef34e6668773497208322 .price-box .price {
  font-size: 16px;
  white-space: nowrap;
}
#pix-fe .cp-5ef34e6668773497208322 .price-box .price-label {
  white-space: nowrap;
}
#pix-fe .cp-5ef34e6668773497208322 .price-box .minimal-price-link {
  padding-left: 1em;
  display: block;
  /* We want this to show on its own line, otherwise the layout looks funky */
}
#pix-fe .cp-5ef34e6668773497208322 .price-box .minimal-price-link .label {
  color: #cf5050;
  font-size: 12px;
  text-transform: uppercase;
}
#pix-fe .cp-5ef34e6668773497208322 .price-box .old-price, #pix-fe .cp-5ef34e6668773497208322 .price-box .special-price {
  display: inline-block;
}
#pix-fe .cp-5ef34e6668773497208322 .price-box .old-price .price-label, #pix-fe .cp-5ef34e6668773497208322 .price-box .special-price .price-label {
  display: none;
}
#pix-fe .cp-5ef34e6668773497208322 .price-box .old-price .price, #pix-fe .cp-5ef34e6668773497208322 .price-box .special-price .price {
  display: inline-block;
}
#pix-fe .cp-5ef34e6668773497208322 .price-box .old-price .price {
  color: #a0a0a0;
  text-decoration: line-through;
}
#pix-fe .cp-5ef34e6668773497208322 .price-box .special-price {
  padding-left: 1em;
}
#pix-fe .cp-5ef34e6668773497208322 .price-box .special-price .price-label {
  color: #d84d3c;
}
#pix-fe .cp-5ef34e6668773497208322 .price-box .price-excluding-tax, #pix-fe .cp-5ef34e6668773497208322 .price-box .price-including-tax {
  display: block;
}
#pix-fe .cp-5ef34e6668773497208322 .price-box.map-info .old-price {
  display: none;
}
#pix-fe .cp-5ef34e6668773497208322 .product-essentials-attribute-group .label {
  margin-right: 5px;
}
#pix-fe .cp-5ef34e6668773497208322 .product-essentials-attribute-group .label:after {
  content: ':';
}
#pix-fe .cp-5ef34e6668773497208322 .product-essentials-attribute-group.product-essentials-attributes-above-price {
  margin-bottom: 20px;
  display: block;
  clear: both;
}
#pix-fe .cp-5ef34e6668773497208322 .product-essentials-attribute-group.product-essentials-attributes-above-price span {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
#pix-fe .cp-5ef34e6668773497208322 .product-essentials-attribute-group.product-essentials-attributes-above-price span.attribute {
  padding: ;
}
#pix-fe .cp-5ef34e6668773497208322 .product-essentials-attribute-group.product-essentials-attributes-below-price {
  margin-bottom: 20px;
  display: block;
  clear: both;
}
#pix-fe .cp-5ef34e6668773497208322 .product-essentials-attribute-group.product-essentials-attributes-below-price span {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
#pix-fe .cp-5ef34e6668773497208322 .product-essentials-attribute-group.product-essentials-attributes-below-price span.attribute {
  padding: ;
}
#pix-fe .cp-5ef34e6668773497208322 .product-essentials-attribute-group.product-essentials-attributes-above-product-options {
  margin-bottom: 20px;
  display: block;
  clear: both;
}
#pix-fe .cp-5ef34e6668773497208322 .product-essentials-attribute-group.product-essentials-attributes-above-product-options span {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  color: #333;
}
#pix-fe .cp-5ef34e6668773497208322 .product-essentials-attribute-group.product-essentials-attributes-above-product-options span.attribute {
  padding: ;
}
#pix-fe .cp-5ef34e6668773497208322 .product-essentials-attribute-group.product-essentials-attributes-below-add-to-cart-button {
  margin-bottom: 20px;
  display: block;
  clear: both;
}
#pix-fe .cp-5ef34e6668773497208322 .product-essentials-attribute-group.product-essentials-attributes-below-add-to-cart-button span {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  color: #333;
}
#pix-fe .cp-5ef34e6668773497208322 .product-essentials-attribute-group.product-essentials-attributes-below-add-to-cart-button span.attribute {
  padding: ;
}
#pix-fe .cp-5ef34e6668773497208322 .product-essentials-attribute-group.product-essentials-attributes-beside-qty-label {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
#pix-fe .cp-5ef34e6668773497208322 .product-essentials-attribute-group.product-essentials-attributes-beside-qty-label span {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  color: #333;
}
#pix-fe .cp-5ef34e6668773497208322 .product-essentials-attribute-group.product-essentials-attributes-beside-qty-label span.attribute {
  padding: ;
}
#pix-fe .cp-5ef34e6668773497208322 .product-shop .extra-info .availability .product-essentials-attribute-group.product-essentials-attributes-beside-availability-message {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
#pix-fe .cp-5ef34e6668773497208322 .product-shop .extra-info .availability .product-essentials-attribute-group.product-essentials-attributes-beside-availability-message span {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  color: #333;
}
#pix-fe .cp-5ef34e6668773497208322 .product-shop .extra-info .availability .product-essentials-attribute-group.product-essentials-attributes-beside-availability-message span.attribute {
  padding: ;
}
#pix-fe .cp-5ef34e6668773497208322 .product-shop .price-as-configured {
  font-size: inherit;
}
#pix-fe .cp-5ef34e6668773497208322 .zoey-product-list .item.item-header .zoey-product-table-cell {
  font-size: 12px;
  color: rgba(24,133,143,1);
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}
#pix-fe .cp-5ef34e6668773497208322 .zoey-product-list .item:not(.item-header) .zoey-product-table-cell {
  font-size: 12px;
  color: rgba(24,133,143,1);
  font-style: normal;
  font-weight: normal;
  text-transform: none;
}
#pix-fe .cp-5ef34e6668773497208322 .zoey-product-list .item:not(.item-header):nth-child(odd) {
  background: rgba(0, 0, 0, 0.09);
}
#pix-fe .cp-5ef34e6668773497208322 .zoey-product-list .zoey-product .price-box, #pix-fe .cp-5ef34e6668773497208322 .zoey-product-list .zoey-product .price-box p {
  margin: 0;
  font-size: inherit;
  color: #098fb0;
  font-style: inherit;
  font-weight: inherit;
}
#pix-fe .cp-5ef34e6668773497208322 .zoey-product-list .zoey-product .price-box .price, #pix-fe .cp-5ef34e6668773497208322 .zoey-product-list .zoey-product .price-box p .price, #pix-fe .cp-5ef34e6668773497208322 .zoey-product-list .zoey-product .price-box .old-price, #pix-fe .cp-5ef34e6668773497208322 .zoey-product-list .zoey-product .price-box p .old-price, #pix-fe .cp-5ef34e6668773497208322 .zoey-product-list .zoey-product .price-box .special-price, #pix-fe .cp-5ef34e6668773497208322 .zoey-product-list .zoey-product .price-box p .special-price, #pix-fe .cp-5ef34e6668773497208322 .zoey-product-list .zoey-product .price-box .regular-price, #pix-fe .cp-5ef34e6668773497208322 .zoey-product-list .zoey-product .price-box p .regular-price {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
#pix-fe .cp-5ef34e6668773497208322 .zoey-product-list .zoey-product .price-box .price .price, #pix-fe .cp-5ef34e6668773497208322 .zoey-product-list .zoey-product .price-box p .price .price, #pix-fe .cp-5ef34e6668773497208322 .zoey-product-list .zoey-product .price-box .old-price .price, #pix-fe .cp-5ef34e6668773497208322 .zoey-product-list .zoey-product .price-box p .old-price .price, #pix-fe .cp-5ef34e6668773497208322 .zoey-product-list .zoey-product .price-box .special-price .price, #pix-fe .cp-5ef34e6668773497208322 .zoey-product-list .zoey-product .price-box p .special-price .price, #pix-fe .cp-5ef34e6668773497208322 .zoey-product-list .zoey-product .price-box .regular-price .price, #pix-fe .cp-5ef34e6668773497208322 .zoey-product-list .zoey-product .price-box p .regular-price .price {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
#pix-fe .cp-5ef34e6668773497208322 .zoey-product-list .zoey-product .price-box p, #pix-fe .cp-5ef34e6668773497208322 .zoey-product-list .zoey-product .price-box p p {
  font-weight: inherit;
}
#pix-fe .cp-5ef34e6668773497208322 .zoey-product-list .zoey-product .price-box .minimal-price-link .label, #pix-fe .cp-5ef34e6668773497208322 .zoey-product-list .zoey-product .price-box p .minimal-price-link .label {
  color: rgba(24,133,143,1);
}
#pix-fe .cp-5ef34e6668773497208322 .zoey-product-list .zoey-product .price-box .minimal-price-link .price, #pix-fe .cp-5ef34e6668773497208322 .zoey-product-list .zoey-product .price-box p .minimal-price-link .price {
  color: #7d185b;
}
#pix-fe .cp-5ef34e6668773497208322 .zoey-product-list .zoey-product .price-box .special-price, #pix-fe .cp-5ef34e6668773497208322 .zoey-product-list .zoey-product .price-box p .special-price {
  color: #7d185b;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: ;
}
#pix-fe .cp-5ef34e6668773497208322 .zoey-product-list .zoey-product .price-box .special-price .price, #pix-fe .cp-5ef34e6668773497208322 .zoey-product-list .zoey-product .price-box p .special-price .price {
  text-decoration: inherit;
}
#pix-fe .cp-5ef34e6668773497208322 .product-options .tooltip {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  padding: 0;
  background: none;
  border: none;
  vertical-align: top;
}
#pix-fe .cp-5ef34e6668773497208322 .product-options .tooltip:before {
  display: none;
}
#pix-fe .cp-5ef34e6668773497208322 .product-options .tooltip i.icon-tooltip {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
  background: rgba(24,133,143,1);
  color: rgba(255, 255, 255, 1);
  width: 15px;
  border-radius: 50%;
  line-height: 14px;
  height: 15px;
  display: inline-block;
  text-align: center;
  vertical-align: text-bottom;
  font-style: normal;
  /* font-weight: bold; */
}
#pix-fe .cp-5ef34e6668773497208322 .product-options .tooltip i.icon-tooltip:before {
  content: '';
}
#pix-fe .cp-5ef34e6668773497208322 .product-options .tooltip:not(:hover) .content {
  display: none;
}
#pix-fe .cp-5ef34e6668773497208322 .product-options .tooltip .content {
  width: 250px;
  max-height: 250px;
  overflow-y: auto;
  padding: 20px;
  position: absolute;
  z-index: 999;
  left: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(242,242,242,1);
  font-family: Lato;
  letter-spacing: 0px;
  background-color: rgba(255,255,255,1);
  color: rgba(51,51,51,1);
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.8;
  text-transform: none;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
#pix-fe.media-d .cp-5ef34e6668773497208322 .product-shop .product-options dl, #pix-fe.media-t .cp-5ef34e6668773497208322 .product-shop .product-options dl {
  margin-top: 10px;
}
#pix-fe.media-d .cp-5ef34e6668773497208322 .product-shop .product-options dl:before, #pix-fe.media-t .cp-5ef34e6668773497208322 .product-shop .product-options dl:before, #pix-fe.media-d .cp-5ef34e6668773497208322 .product-shop .product-options dl:after, #pix-fe.media-t .cp-5ef34e6668773497208322 .product-shop .product-options dl:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.media-d .cp-5ef34e6668773497208322 .product-shop .product-options dl:not(:last-of-type), #pix-fe.media-t .cp-5ef34e6668773497208322 .product-shop .product-options dl:not(:last-of-type) {
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
}
#pix-fe.media-d .cp-5ef34e6668773497208322 .product-shop .product-options dl:first-of-type, #pix-fe.media-t .cp-5ef34e6668773497208322 .product-shop .product-options dl:first-of-type {
  margin-top: 0;
}
#pix-fe.media-d .cp-5ef34e6668773497208322 .product-shop .product-options select + select, #pix-fe.media-t .cp-5ef34e6668773497208322 .product-shop .product-options select + select {
  margin: 0;
}
#pix-fe.media-d .cp-5ef34e6668773497208322 .product-shop .product-options dd textarea, #pix-fe.media-t .cp-5ef34e6668773497208322 .product-shop .product-options dd textarea {
  border-width: 1px;
  border-style: solid;
}
#pix-fe.media-d .cp-5ef34e6668773497208322 .product-shop .product-options ul.options-list > li, #pix-fe.media-t .cp-5ef34e6668773497208322 .product-shop .product-options ul.options-list > li {
  position: relative;
  margin-bottom: 0;
}
#pix-fe.media-d .cp-5ef34e6668773497208322 .product-shop .product-options ul.options-list input.checkbox, #pix-fe.media-t .cp-5ef34e6668773497208322 .product-shop .product-options ul.options-list input.checkbox {
  position: absolute;
  left: 15px;
  top: 50%;
  margin: 0;
  padding: 0;
  float: none;
  transform: translate(0, -50%);
}
#pix-fe.media-d .cp-5ef34e6668773497208322 .product-shop .product-options ul.options-list label, #pix-fe.media-t .cp-5ef34e6668773497208322 .product-shop .product-options ul.options-list label {
  width: 100%;
  padding: 2px 10px 4px 35px;
}
#pix-fe.media-d .cp-5ef34e6668773497208322 .product-shop .product-options ul.options-list.case label, #pix-fe.media-t .cp-5ef34e6668773497208322 .product-shop .product-options ul.options-list.case label {
  padding: 0;
}
#pix-fe.media-d .cp-5ef34e6668773497208322 .product-shop .product-options ul.options-list.case .bundle-option-selection-case, #pix-fe.media-t .cp-5ef34e6668773497208322 .product-shop .product-options ul.options-list.case .bundle-option-selection-case {
  border: 1px solid;
  border-color: #e5e5e5;
}
#pix-fe.media-d .cp-5ef34e6668773497208322 .product-shop .product-options ul.options-list.case .bundle-option-selection-case.active, #pix-fe.media-t .cp-5ef34e6668773497208322 .product-shop .product-options ul.options-list.case .bundle-option-selection-case.active {
  box-shadow: 0 0 5px rgba(24,133,143,1);
  border-color: rgba(24,133,143,1);
}
#pix-fe.media-d .cp-5ef34e6668773497208322 .product-shop .product-options .options-list-case.table-mode .options-list-case-table ul.options-list.case .bundle-option-selection-case, #pix-fe.media-t .cp-5ef34e6668773497208322 .product-shop .product-options .options-list-case.table-mode .options-list-case-table ul.options-list.case .bundle-option-selection-case {
  border: 1px solid #e5e5e5;
}
#pix-fe.media-d .cp-5ef34e6668773497208322 .product-shop .product-options .options-list-case.table-mode .options-list-case-table ul.options-list.case .bundle-option-selection-case.active, #pix-fe.media-t .cp-5ef34e6668773497208322 .product-shop .product-options .options-list-case.table-mode .options-list-case-table ul.options-list.case .bundle-option-selection-case.active {
  border: 1px solid rgba(24,133,143,1);
  box-shadow: 0 0 5px rgba(24,133,143,1);
}
#pix-fe.media-d .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-render-group:not(:last-child), #pix-fe.media-t .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-render-group:not(:last-child) {
  border-bottom: 1px solid #ededed;
  padding: 0 0 15px;
}
#pix-fe.media-d .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-render-group:before, #pix-fe.media-t .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-render-group:before, #pix-fe.media-d .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-render-group:after, #pix-fe.media-t .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-render-group:after {
  content: '';
  clear: both;
  display: block;
}
#pix-fe.media-d .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-1-column, #pix-fe.media-t .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-1-column {
  width: 100%;
  float: none;
  clear: both;
  margin: 0;
}
#pix-fe.media-d .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-1-column dt, #pix-fe.media-t .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-1-column dt {
  margin: 10px 0;
}
#pix-fe.media-d .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-1-column dd, #pix-fe.media-t .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-1-column dd {
  border: 0 !important;
  margin-bottom: 0 !important;
  padding: 0;
}
#pix-fe.media-d .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-1-column + dt, #pix-fe.media-t .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-1-column + dt {
  border-top: 1px solid #ededed;
  padding-top: 10px;
  clear: left;
}
#pix-fe.media-d .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-2-column, #pix-fe.media-t .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-2-column {
  width: 50%;
  float: left;
  margin: 0;
  padding-right: 5px;
}
#pix-fe.media-d .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-2-column dt, #pix-fe.media-t .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-2-column dt {
  margin: 10px 0;
}
#pix-fe.media-d .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-2-column dd, #pix-fe.media-t .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-2-column dd {
  border: 0 !important;
  margin-bottom: 0 !important;
  padding: 0;
}
#pix-fe.media-d .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-2-column + dt, #pix-fe.media-t .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-2-column + dt {
  border-top: 1px solid #ededed;
  padding-top: 10px;
  clear: left;
}
#pix-fe.media-d .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-2-column:nth-child(2n), #pix-fe.media-t .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-2-column:nth-child(2n) {
  padding-right: 0px;
}
#pix-fe.media-d .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-2-column:nth-child(2n+1), #pix-fe.media-t .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-2-column:nth-child(2n+1), #pix-fe.media-d .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-2-column:first-child, #pix-fe.media-t .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-2-column:first-child {
  clear: both;
}
#pix-fe.media-d .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-3-column, #pix-fe.media-t .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-3-column {
  width: 33.33%;
  float: left;
  margin: 0;
  padding-right: 5px;
}
#pix-fe.media-d .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-3-column dt, #pix-fe.media-t .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-3-column dt {
  margin: 10px 0;
}
#pix-fe.media-d .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-3-column dd, #pix-fe.media-t .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-3-column dd {
  border: 0 !important;
  margin-bottom: 0 !important;
  padding: 0;
}
#pix-fe.media-d .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-3-column + dt, #pix-fe.media-t .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-3-column + dt {
  border-top: 1px solid #ededed;
  padding-top: 10px;
  clear: left;
}
#pix-fe.media-d .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-3-column:nth-child(3n), #pix-fe.media-t .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-3-column:nth-child(3n) {
  padding-right: 0px;
}
#pix-fe.media-d .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-3-column:nth-child(3n+1), #pix-fe.media-t .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-3-column:nth-child(3n+1), #pix-fe.media-d .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-3-column:first-child, #pix-fe.media-t .cp-5ef34e6668773497208322 .product-shop .product-options .product-option-3-column:first-child {
  clear: both;
}
#pix-fe.media-m .cp-5ef34e6668773497208322 .price-box .price-as-configured .price-label {
  display: block;
}
#pix-fe .cp-5ef34e6668773497208322 label.required:after, #pix-fe .cp-5ef34e6668773497208322 span.required:after {
  display: none;
}
#pix-fe .cp-5ef34e6668773497208322 .std h1, #pix-fe .cp-5ef34e6668773497208322 .std .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  line-height: initial;
}
#pix-fe .cp-5ef34e6668773497208322 .std h2, #pix-fe .cp-5ef34e6668773497208322 .std .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  line-height: initial;
}
#pix-fe .cp-5ef34e6668773497208322 .std h3, #pix-fe .cp-5ef34e6668773497208322 .std .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
  line-height: initial;
}
#pix-fe .cp-5ef34e6668773497208322 .std h4, #pix-fe .cp-5ef34e6668773497208322 .std .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
  line-height: initial;
}
#pix-fe .cp-5ef34e6668773497208322 .std h5, #pix-fe .cp-5ef34e6668773497208322 .std .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
  line-height: initial;
}
#pix-fe .cp-5ef34e6668773497208322 .std h6, #pix-fe .cp-5ef34e6668773497208322 .std .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
  line-height: initial;
}
#pix-fe .cp-5ef34e6668773497208322 .std p {
  line-height: inherit;
}
#pix-fe .cp-5ef34e6668773497208322 .std ul li {
  line-height: 1;
}
#pix-fe .cp-5ef34e6668773497208322 .product-shop .price-info, #pix-fe .cp-5ef34e6668773497208322 .grouped-items-table-wrapper .price-info {
  margin: 0;
  float: none;
  padding-left: 0;
  text-align: left;
  padding-top: 5px;
  max-width: 100%;
}
#pix-fe .cp-5ef34e6668773497208322 .product-shop .price-info .price-box, #pix-fe .cp-5ef34e6668773497208322 .grouped-items-table-wrapper .price-info .price-box, #pix-fe .cp-5ef34e6668773497208322 .product-shop .price-info .price-box p, #pix-fe .cp-5ef34e6668773497208322 .grouped-items-table-wrapper .price-info .price-box p {
  font-size: 12px;
  color: #333;
  margin-bottom: 10px;
  font-size: 25px;
  color: #098fb0;
  font-style: normal;
  font-weight: bold;
}
#pix-fe .cp-5ef34e6668773497208322 .product-shop .price-info .price-box .price, #pix-fe .cp-5ef34e6668773497208322 .grouped-items-table-wrapper .price-info .price-box .price, #pix-fe .cp-5ef34e6668773497208322 .product-shop .price-info .price-box p .price, #pix-fe .cp-5ef34e6668773497208322 .grouped-items-table-wrapper .price-info .price-box p .price, #pix-fe .cp-5ef34e6668773497208322 .product-shop .price-info .price-box .old-price, #pix-fe .cp-5ef34e6668773497208322 .grouped-items-table-wrapper .price-info .price-box .old-price, #pix-fe .cp-5ef34e6668773497208322 .product-shop .price-info .price-box p .old-price, #pix-fe .cp-5ef34e6668773497208322 .grouped-items-table-wrapper .price-info .price-box p .old-price, #pix-fe .cp-5ef34e6668773497208322 .product-shop .price-info .price-box .special-price, #pix-fe .cp-5ef34e6668773497208322 .grouped-items-table-wrapper .price-info .price-box .special-price, #pix-fe .cp-5ef34e6668773497208322 .product-shop .price-info .price-box p .special-price, #pix-fe .cp-5ef34e6668773497208322 .grouped-items-table-wrapper .price-info .price-box p .special-price, #pix-fe .cp-5ef34e6668773497208322 .product-shop .price-info .price-box .regular-price, #pix-fe .cp-5ef34e6668773497208322 .grouped-items-table-wrapper .price-info .price-box .regular-price, #pix-fe .cp-5ef34e6668773497208322 .product-shop .price-info .price-box p .regular-price, #pix-fe .cp-5ef34e6668773497208322 .grouped-items-table-wrapper .price-info .price-box p .regular-price {
  font-size: inherit;
  color: inherit;
}
#pix-fe .cp-5ef34e6668773497208322 .product-shop .price-info .price-box .price .price, #pix-fe .cp-5ef34e6668773497208322 .grouped-items-table-wrapper .price-info .price-box .price .price, #pix-fe .cp-5ef34e6668773497208322 .product-shop .price-info .price-box p .price .price, #pix-fe .cp-5ef34e6668773497208322 .grouped-items-table-wrapper .price-info .price-box p .price .price, #pix-fe .cp-5ef34e6668773497208322 .product-shop .price-info .price-box .old-price .price, #pix-fe .cp-5ef34e6668773497208322 .grouped-items-table-wrapper .price-info .price-box .old-price .price, #pix-fe .cp-5ef34e6668773497208322 .product-shop .price-info .price-box p .old-price .price, #pix-fe .cp-5ef34e6668773497208322 .grouped-items-table-wrapper .price-info .price-box p .old-price .price, #pix-fe .cp-5ef34e6668773497208322 .product-shop .price-info .price-box .special-price .price, #pix-fe .cp-5ef34e6668773497208322 .grouped-items-table-wrapper .price-info .price-box .special-price .price, #pix-fe .cp-5ef34e6668773497208322 .product-shop .price-info .price-box p .special-price .price, #pix-fe .cp-5ef34e6668773497208322 .grouped-items-table-wrapper .price-info .price-box p .special-price .price, #pix-fe .cp-5ef34e6668773497208322 .product-shop .price-info .price-box .regular-price .price, #pix-fe .cp-5ef34e6668773497208322 .grouped-items-table-wrapper .price-info .price-box .regular-price .price, #pix-fe .cp-5ef34e6668773497208322 .product-shop .price-info .price-box p .regular-price .price, #pix-fe .cp-5ef34e6668773497208322 .grouped-items-table-wrapper .price-info .price-box p .regular-price .price {
  font-size: inherit;
  color: inherit;
}
#pix-fe .cp-5ef34e6668773497208322 .product-shop .price-info .price-box .special-price, #pix-fe .cp-5ef34e6668773497208322 .grouped-items-table-wrapper .price-info .price-box .special-price, #pix-fe .cp-5ef34e6668773497208322 .product-shop .price-info .price-box p .special-price, #pix-fe .cp-5ef34e6668773497208322 .grouped-items-table-wrapper .price-info .price-box p .special-price {
  color: #7d185b;
  font-size: 24px;
  font-style: ;
  font-weight: bold;
  text-decoration: ;
}
#pix-fe .cp-5ef34e6668773497208322 .product-shop .price-info .price-box .special-price .price, #pix-fe .cp-5ef34e6668773497208322 .grouped-items-table-wrapper .price-info .price-box .special-price .price, #pix-fe .cp-5ef34e6668773497208322 .product-shop .price-info .price-box p .special-price .price, #pix-fe .cp-5ef34e6668773497208322 .grouped-items-table-wrapper .price-info .price-box p .special-price .price {
  text-decoration: inherit;
}
#pix-fe .cp-5ef34e6668773497208322 .product-shop .price-info .tier-price-item, #pix-fe .cp-5ef34e6668773497208322 .grouped-items-table-wrapper .price-info .tier-price-item {
  margin-bottom: 10px;
}
#pix-fe .cp-5ef34e6668773497208322 .product-shop .clear {
  margin-bottom: 10px;
}
#pix-fe .cp-5ef34e6668773497208322 .product-shop .extra-info {
  margin: 0;
}
#pix-fe .cp-5ef34e6668773497208322 .product-shop .extra-info .ratings .rating-box {
  margin: 0;
}
#pix-fe .cp-5ef34e6668773497208322 .product-shop .extra-info .ratings .rating-links {
  color: rgba(51,51,51,1);
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
}
#pix-fe .cp-5ef34e6668773497208322 .product-shop .extra-info .ratings .rating-links a {
  color: inherit;
}
#pix-fe .cp-5ef34e6668773497208322 .product-shop .short-description {
  padding-bottom: 26px;
  border-bottom: 1px solid #e7e7e7;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #353535;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
}
#pix-fe .cp-5ef34e6668773497208322 .product-shop .product-options {
  margin: 0 0 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(204, 204, 204, 1);
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
}
#pix-fe .cp-5ef34e6668773497208322 .product-shop .product-options p.required {
  display: none;
}
#pix-fe .cp-5ef34e6668773497208322 .product-shop .product-options dd {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #ededed;
}
#pix-fe .cp-5ef34e6668773497208322 .product-shop .product-options dd select {
  max-width: 100% !important;
}
#pix-fe .cp-5ef34e6668773497208322 .product-shop .product-options dd select:not([multiple]) {
  height: 35px;
}
#pix-fe .cp-5ef34e6668773497208322 .product-shop .product-options dd .zoey-styled-select {
  max-width: 100% !important;
  height: 35px;
}
#pix-fe .cp-5ef34e6668773497208322 .product-shop .product-options dd .zoey-styled-select select {
  padding-top: 0;
  padding-bottom: 0;
}
#pix-fe .cp-5ef34e6668773497208322 .product-shop .product-options dl > *:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
#pix-fe .cp-5ef34e6668773497208322 .add-to-cart-wrapper .add-to-cart {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: none;
}
#pix-fe .cp-5ef34e6668773497208322 .add-to-cart-wrapper .add-to-box {
  padding-top: 10px;
}
#pix-fe .cp-5ef34e6668773497208322 .add-to-cart-wrapper .add-to-box .btn-cart {
  background-color: rgba(125,24,91,1);
  color: rgba(255,255,255,1);
}
#pix-fe .cp-5ef34e6668773497208322 .add-to-cart-wrapper .add-to-box .btn-cart:hover {
  background-color: rgba(24,133,143,1);
  color: #fff;
}
#pix-fe .cp-5ef34e6668773497208322 .add-to-cart-wrapper .add-to-cart-buttons {
  float: left;
  margin-right: 10px;
  padding-top: 10px;
  width: 100%;
}
#pix-fe .cp-5ef34e6668773497208322 .add-to-cart-wrapper .add-to-cart-buttons > * {
  margin-bottom: 0;
}
#pix-fe .cp-5ef34e6668773497208322 .add-to-cart-wrapper .add-to-cart-buttons > *.paypal-logo {
  width: 100%;
  margin-top: 10px;
}
#pix-fe .cp-5ef34e6668773497208322 .add-to-cart-wrapper .grouped-items-table-wrapper {
  border: solid 1px #ccc;
  padding: 11px;
  margin-bottom: 10px;
}
#pix-fe .cp-5ef34e6668773497208322 .add-to-cart-wrapper .qty-wrapper {
  margin-bottom: 0;
  margin-right: 73%;
  min-height: 30px;
  width: 100%;
  float: none;
  padding: 0;
}
#pix-fe .cp-5ef34e6668773497208322 .add-to-cart-wrapper .qty-wrapper .qty {
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  border: 1px solid #333;
  margin-top: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#pix-fe .cp-5ef34e6668773497208322 .add-to-cart-wrapper .qty-wrapper label {
  line-height: 1;
  float: none;
  vertical-align: middle;
  display: inline-block;
}
#pix-fe .cp-5ef34e6668773497208322 .add-to-cart-wrapper .add-to-links {
  float: none;
  display: block;
  text-align: center;
}
#pix-fe .cp-5ef34e6668773497208322 .add-to-cart-wrapper .add-to-links li {
  float: none;
  display: inline-block;
  font-size: 15px;
  color: rgba(125,24,91,1);
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}
#pix-fe .cp-5ef34e6668773497208322 .add-to-cart-wrapper .add-to-links li:hover {
  color: #333;
}
#pix-fe .cp-5ef34e6668773497208322 .add-to-cart-wrapper .add-to-links li a {
  color: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
}
#pix-fe .cp-5ef34e6668773497208322 .hide-wishlist.hide-compare .add-to-cart-wrapper .add-to-cart {
  margin: 0;
  padding: 0;
  border: 0;
}
#pix-fe .cp-5ef34e6668773497208322 .availability {
  padding-bottom: 20px;
  color: rgba(125,24,91,1);
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}
#pix-fe .cp-5ef34e6668773497208322 .availability span {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
}
#pix-fe .cp-5ef34e6668773497208322 .tier-prices {
  border-style: solid;
  border-color: rgba(226, 212, 199, 1);
  border-width: 1px;
  font-size: 12px;
  color: #333;
  background-color: rgba(251, 244, 222, 1);
  padding: 4px 8px;
}
#pix-fe .cp-5ef34e6668773497208322 .tier-prices li {
  font-size: inherit;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5ef34e6668773497208322
*/ 

#pix-fe #cp-5ef34e6668773497208322.pix-design-component {
    margin-left: -1099.8%;
    width: 99.9%;
    margin-top: 25.22222900390625px;
    clear: left;
}
#pix-fe.media-d #cp-5ef34e6668773497208322.pix-design-component {
    margin-left: -1099.8%;
    width: 99.9%;
    margin-top: 25.22222900390625px;
    clear: left;
}
#pix-fe.media-m #cp-5ef34e6668773497208322.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: 25.22222900390625px;
    clear: left;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoeydev 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcmL0s4pj9KvyUytTUsti9JPzcwvy81LzSoCCyUWpKZklzolFKT756fmYAroGhnrFIMNqAQ== 
 Path: /js/zoeydev/components/creditCardLogos/creditCardLogos-01.scss 
 Parent uid: cp_5ef34eef29c03227626708
*/ 

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

#pix-fe #cp-5ef34eef29c03227626708.pix-design-component {
    width: 99.38906650628343%;
    margin-left: -1099.4939271255062%;
    margin-top: 59.88892364501953px;
    clear: left;
}
#pix-fe.media-d #cp-5ef34eef29c03227626708.pix-design-component {
    width: 99.38906650628343%;
    margin-left: -1099.4939271255062%;
    margin-top: 59.88892364501953px;
    clear: left;
}
#pix-fe.media-m #cp-5ef34eef29c03227626708.pix-design-component {
    width: 100%;
    margin-top: 24.2674560546875px;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    clear: left;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5ef34e6668b72126134333
*/ 

#pix-fe #cp-5ef34e6668b72126134333.pix-design-component {
    min-height: 471.4px;
    clear: left;
}
#pix-fe.media-d #cp-5ef34e6668b72126134333.pix-design-component {
    min-height: 471.4px;
}
#pix-fe.media-m #cp-5ef34e6668b72126134333.pix-design-component {
    width: 100%;
    clear: left;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5ef34e6668fe0064465599
*/ 

#pix-fe #cp-5ef34e6668fe0064465599.pix-design-component {
    min-height: 355px;
    clear: left;
}
#pix-fe.media-d #cp-5ef34e6668fe0064465599.pix-design-component {
    min-height: 355px;
}
#pix-fe.media-m #cp-5ef34e6668fe0064465599.pix-design-component {
    width: 100%;
    clear: left;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5ef34e6669225010016247
*/ 

#pix-fe.media-m #cp-5ef34e6669225010016247.pix-design-component {
    width: 100%;
    clear: left;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP0C4ryU0qTS2L0U1KLk4syC0oy8/NAoqnFqSW6hnrFIANqAQ== 
 Path: skin/designcenter/pixafy/components/product/description/preset-1.scss 
 Parent uid: cp_5ef34e6668d9a640916832
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: skin/designcenter/pixafy/components/product/description/preset-1.scss
==================================================
**/
#pix-fe .cp-5ef34e6668d9a640916832 h1, #pix-fe .cp-5ef34e6668d9a640916832 .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5ef34e6668d9a640916832 h1 ul, #pix-fe .cp-5ef34e6668d9a640916832 .h1 ul, #pix-fe .cp-5ef34e6668d9a640916832 h1 li, #pix-fe .cp-5ef34e6668d9a640916832 .h1 li {
  font-family: inherit;
}
#pix-fe .cp-5ef34e6668d9a640916832 h2, #pix-fe .cp-5ef34e6668d9a640916832 .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
#pix-fe .cp-5ef34e6668d9a640916832 h2 ul, #pix-fe .cp-5ef34e6668d9a640916832 .h2 ul, #pix-fe .cp-5ef34e6668d9a640916832 h2 li, #pix-fe .cp-5ef34e6668d9a640916832 .h2 li {
  font-family: inherit;
}
#pix-fe .cp-5ef34e6668d9a640916832 h3, #pix-fe .cp-5ef34e6668d9a640916832 .h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5ef34e6668d9a640916832 h3 ul, #pix-fe .cp-5ef34e6668d9a640916832 .h3 ul, #pix-fe .cp-5ef34e6668d9a640916832 h3 li, #pix-fe .cp-5ef34e6668d9a640916832 .h3 li {
  font-family: inherit;
}
#pix-fe .cp-5ef34e6668d9a640916832 h4, #pix-fe .cp-5ef34e6668d9a640916832 .h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5ef34e6668d9a640916832 h4 ul, #pix-fe .cp-5ef34e6668d9a640916832 .h4 ul, #pix-fe .cp-5ef34e6668d9a640916832 h4 li, #pix-fe .cp-5ef34e6668d9a640916832 .h4 li {
  font-family: inherit;
}
#pix-fe .cp-5ef34e6668d9a640916832 h5, #pix-fe .cp-5ef34e6668d9a640916832 .h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5ef34e6668d9a640916832 h5 ul, #pix-fe .cp-5ef34e6668d9a640916832 .h5 ul, #pix-fe .cp-5ef34e6668d9a640916832 h5 li, #pix-fe .cp-5ef34e6668d9a640916832 .h5 li {
  font-family: inherit;
}
#pix-fe .cp-5ef34e6668d9a640916832 h6, #pix-fe .cp-5ef34e6668d9a640916832 .h6 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeSpeed;
}
#pix-fe .cp-5ef34e6668d9a640916832 h6 ul, #pix-fe .cp-5ef34e6668d9a640916832 .h6 ul, #pix-fe .cp-5ef34e6668d9a640916832 h6 li, #pix-fe .cp-5ef34e6668d9a640916832 .h6 li {
  font-family: inherit;
}
#pix-fe .cp-5ef34e6668d9a640916832 p {
  line-height: inherit;
}
#pix-fe .cp-5ef34e6668d9a640916832 [style*='line-height'] p, #pix-fe .cp-5ef34e6668d9a640916832 [style*='line-height'] li {
  line-height: inherit;
}
#pix-fe .cp-5ef34e6668d9a640916832 .std li {
  margin-bottom: initial;
}
#pix-fe .cp-5ef34e6668d9a640916832 .product-description {
  border-style: solid;
  border-color: rgba(204, 204, 204, 1);
  border-width: 1px 1px 1px 1px;
  background-color: rgba(255,255,255,0);
  padding: 20px 20px 20px 20px;
  line-height: 1.8;
  font-size: 15px;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5ef34e6668d9a640916832
*/ 

#pix-fe #cp-5ef34e6668d9a640916832.pix-design-component {
    margin-left: -1098.3406545523064%;
    width: 90%;
    margin-top: 19px;
    clear: left;
    min-height: 0;
}
#pix-fe.media-d #cp-5ef34e6668d9a640916832.pix-design-component {
    margin-left: -1098.3406545523064%;
    width: 90%;
    margin-top: 19px;
    min-height: 0;
    clear: left;
}
#pix-fe.media-m #cp-5ef34e6668d9a640916832.pix-design-component {
    width: 100%;
    margin-left: -1100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: webshopapps 1.0.0 asset static_asset_NYyxCoAwDAX/JXQ0iqvfIkitwXbQhr6IiPjv2sHx7uBucnap0EABoIYcSvjglBkxq1fFhJhUYGnzJmOnJS9HMK5W077yn1iLQIz7FnX1vA== 
 Path: /vendor/Webshopapps/Shipestimate/skin/designcenter/webshopapps_shipestimate/product-shipping-estimate-preset-1.scss 
 Parent uid: cp_5ef34e66697ea882714568
*/ 

/**
==================================================
 Zoey SCSS File
 File Path: /vendor/Webshopapps/Shipestimate/skin/designcenter/webshopapps_shipestimate/product-shipping-estimate-preset-1.scss
==================================================
**/
#pix-fe .cp-5ef34e66697ea882714568 {
  width: 375px;
  min-height: 200px;
}
#pix-fe .cp-5ef34e66697ea882714568 .product-estimate {
  border-style: solid;
  border-width: ;
  border-color: ;
  padding: 15px;
  background-color: ;
}
#pix-fe .cp-5ef34e66697ea882714568 .estimator-label {
  font-size: ;
  color: ;
}
#pix-fe .cp-5ef34e66697ea882714568 .estimator-description {
  font-size: ;
  color: ;
}
#pix-fe .cp-5ef34e66697ea882714568 .input-box {
  padding-top: 0;
}
#pix-fe .cp-5ef34e66697ea882714568 label {
  margin: 10px 0 5px;
  font-size: ;
  color: ;
}
#pix-fe .cp-5ef34e66697ea882714568 select {
  width: 100%;
}
#pix-fe .cp-5ef34e66697ea882714568 button {
  background-color: ;
  color: ;
}
#pix-fe .cp-5ef34e66697ea882714568 button:hover {
  background-color: ;
  color: ;
}


/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5ef34e66697ea882714568
*/ 

#pix-fe #cp-5ef34e66697ea882714568.pix-design-component {
    width: 55.8%;
    margin-left: -1097.6%;
    margin-top: 34px;
    clear: left;
}
#pix-fe.media-d #cp-5ef34e66697ea882714568.pix-design-component {
    width: 55.8%;
    margin-left: -1097.6%;
    margin-top: 34px;
}
#pix-fe.media-m #cp-5ef34e66697ea882714568.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 iconFontReview 
 Path: /skin/designcenter/fonts/review-icons/style.css 
 Parent uid: cp_5ef34e666941e022424163
*/ 

@font-face {  font-family: 'review-icons';  src:  url("//lovelysins.com//skin/designcenter/fonts/review-icons/fonts/review-icons.eot?kif4jj");  src:  url("//lovelysins.com//skin/designcenter/fonts/review-icons/fonts/review-icons.eot?kif4jj#iefix") format('embedded-opentype'),    url("//lovelysins.com//skin/designcenter/fonts/review-icons/fonts/review-icons.ttf?kif4jj") format('truetype'),    url("//lovelysins.com//skin/designcenter/fonts/review-icons/fonts/review-icons.woff?kif4jj") format('woff'),    url("//lovelysins.com//skin/designcenter/fonts/review-icons/fonts/review-icons.svg?kif4jj#review-icons") format('svg');  font-weight: normal;  font-style: normal;}[class^="review-icon-"]:before, [class*=" review-icon-"]:before {  /* use !important to prevent issues with browser extensions that change fonts */  font-family: 'review-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;}.review-icon-star:before {  content: "\e901";}.review-icon-star-dotted:before {  content: "\e902";}.review-icon-star-filled:before {  content: "\e900";}.review-icon-clock:before {  content: "\e903";}.review-icon-arrow-right:before {  content: "\e631";}.review-icon-arrow-left:before {  content: "\e633";}.review-icon-arrow-down:before {  content: "\e90a";}

/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset static_asset_q1ZSKaksSFWyUkouLlbSUVIpLkoGcgoyKxLTKmP0k/NzC/LzUvNKimP0C4ryU0qTS2L0i1LLMlPLwSKpxaklukZ6xSDNtQA= 
 Path: skin/designcenter/pixafy/components/product/reviews/preset-2.scss 
 Parent uid: cp_5ef34e666941e022424163
*/ 

/**================================================== Zoey SCSS File File Path: skin/designcenter/pixafy/components/product/reviews/preset-2.scss==================================================**/#pix-fe .cp-5ef34e666941e022424163 {  padding: ;  background-color: transparent;}#pix-fe .cp-5ef34e666941e022424163.loading:before {  content: '';  position: absolute;  top: 0;  left: 0;  right: 0;  bottom: 0;  display: block;  background-color: rgba(255, 255, 255, 0.5);  background-image: url("//cdna5.zoeysite.com/Adzpo594RQGDpLcjBynL1z/cache=expiry:31536000/auto_image/compress/https://lovelysins.com/skin/frontend/base/default/images/loader_bar.gif");  background-position: center center;  background-repeat: no-repeat;  z-index: 1;}#pix-fe .cp-5ef34e666941e022424163 .no-reivews .form-add form {  display: block;}#pix-fe .cp-5ef34e666941e022424163 .no-reivews .show-form-trigger {  display: none;}#pix-fe .cp-5ef34e666941e022424163 .has-reviews .form-add form {  display: none;}#pix-fe .cp-5ef34e666941e022424163 .has-reviews .show-form-trigger {  display: inline-block;}#pix-fe .cp-5ef34e666941e022424163 .subtitle {  line-height: 1;  margin: 0;}#pix-fe .cp-5ef34e666941e022424163 .rating-summary {  margin: 10px 0;}#pix-fe .cp-5ef34e666941e022424163 .ratings-table {  line-height: 1;}#pix-fe .cp-5ef34e666941e022424163 .ratings-table td {  padding: 0;}#pix-fe .cp-5ef34e666941e022424163 .ratings-table th {  padding: 0 0 0 10px;}#pix-fe .cp-5ef34e666941e022424163 .ratings-table .empty-rating-box, #pix-fe .cp-5ef34e666941e022424163 .ratings-table .rating-box {  width: 100px;}#pix-fe .cp-5ef34e666941e022424163 .ratings-table .empty-rating-box .rating, #pix-fe .cp-5ef34e666941e022424163 .ratings-table .rating-box .rating {  overflow: hidden;}#pix-fe .cp-5ef34e666941e022424163 .ratings-table .empty-rating-box .review-icon-star-filled, #pix-fe .cp-5ef34e666941e022424163 .ratings-table .rating-box .review-icon-star-filled {  font-size: 20px;}#pix-fe .cp-5ef34e666941e022424163 .ratings-table .rating-box-container {  position: relative;}#pix-fe .cp-5ef34e666941e022424163 .ratings-table .rating-box-container .empty-rating-box {  position: absolute;  top: 0;  left: 0;  z-index: 1;  color: #ccc;}#pix-fe .cp-5ef34e666941e022424163 .ratings-table .rating-box-container .rating-box {  position: relative;  z-index: 2;}#pix-fe .cp-5ef34e666941e022424163 .reivews-top-toolbar {  font-size: 13px;  line-height: 1;  padding: 10px 15px 10px 15px;  padding-left: 0px;  padding-right: 0px;  margin-bottom: 10px;}#pix-fe .cp-5ef34e666941e022424163 .reivews-top-toolbar:before, #pix-fe .cp-5ef34e666941e022424163 .reivews-top-toolbar:after {  content: '';  display: block;  clear: both;}#pix-fe .cp-5ef34e666941e022424163 .reivews-bottom-toolbar .pager .limiter > label {  color: rgba(51,51,51,1);}#pix-fe .cp-5ef34e666941e022424163 .reivews-bottom-toolbar .pager .pages li {  line-height: 1;}#pix-fe .cp-5ef34e666941e022424163 .reivews-bottom-toolbar .pager .pages a, #pix-fe .cp-5ef34e666941e022424163 .reivews-bottom-toolbar .pager .pages .current {  display: inline-block;  border: none;  font-size: 13px;  text-align: center;  text-transform: uppercase;  vertical-align: middle;  white-space: nowrap;  line-height: 30px;  width: 17px;  height: auto;  padding: 0;}#pix-fe .cp-5ef34e666941e022424163 .reivews-bottom-toolbar .pager .pages .current:hover {  width: 17px;  border: none;}#pix-fe .cp-5ef34e666941e022424163 .reivews-bottom-toolbar .pager .pages a.previous, #pix-fe .cp-5ef34e666941e022424163 .reivews-bottom-toolbar .pager .pages a.next {  text-decoration: none;}#pix-fe .cp-5ef34e666941e022424163 .reivews-bottom-toolbar .pager .pages a.previous:hover:before, #pix-fe .cp-5ef34e666941e022424163 .reivews-bottom-toolbar .pager .pages a.next:hover:before, #pix-fe .cp-5ef34e666941e022424163 .reivews-bottom-toolbar .pager .pages a.previous:before, #pix-fe .cp-5ef34e666941e022424163 .reivews-bottom-toolbar .pager .pages a.next:before {  display: none;}#pix-fe .cp-5ef34e666941e022424163 .reivews-bottom-toolbar .pager .pages a.previous i, #pix-fe .cp-5ef34e666941e022424163 .reivews-bottom-toolbar .pager .pages a.next i {  font-size: 16px;  line-height: 37px;  display: block;}#pix-fe .cp-5ef34e666941e022424163 .review-sort {  position: relative;  display: inline-block;  float: right;}#pix-fe .cp-5ef34e666941e022424163 .review-sort .review-sort-list-trigger {  font-size: 13px;  cursor: pointer;}#pix-fe .cp-5ef34e666941e022424163 .review-sort .review-sort-list-trigger .review-icon-arrow-down {  margin-left: 10px;  font-size: 0.8em;  vertical-align: bottom;}#pix-fe .cp-5ef34e666941e022424163 .review-sort .review-sort-list {  position: absolute;  top: 100%;  right: 0;  z-index: 1;  background: #fff;  border: 1px solid #ccc;  padding: 10px 0;  display: block;  margin-top: 5px;}#pix-fe .cp-5ef34e666941e022424163 .review-sort .review-sort-list:not(.zoey-product-reviews__css__active) {  display: none;}#pix-fe .cp-5ef34e666941e022424163 .review-sort .review-sort-list li {  padding: 10px;  white-space: nowrap;  cursor: pointer;  vertical-align: bottom;}#pix-fe .cp-5ef34e666941e022424163 .review-sort .review-sort-list li[class*="review-icon-"]:before {  margin-right: 10px;  vertical-align: bottom;}#pix-fe .cp-5ef34e666941e022424163 .review-sort .review-sort-list li:hover {  background: #efefef;}#pix-fe .cp-5ef34e666941e022424163 .customer-reviews-list .review .review-title-container:before, #pix-fe .cp-5ef34e666941e022424163 .customer-reviews-list .review .review-title-container:after {  content: '';  display: block;  clear: both;}#pix-fe .cp-5ef34e666941e022424163 .customer-reviews-list .review .review-reviewer {  float: left;}#pix-fe .cp-5ef34e666941e022424163 .customer-reviews-list .review .review-date {  float: right;}#pix-fe .cp-5ef34e666941e022424163 .customer-reviews-list .review .review-content .review-content-title {  line-height: 1;  margin-bottom: 10px;}#pix-fe .cp-5ef34e666941e022424163 .customer-reviews-list .review .review-content .review-content-detail {  line-height: 1.4;}#pix-fe .cp-5ef34e666941e022424163 .form-add {  margin-top: 20px;}#pix-fe .cp-5ef34e666941e022424163 .form-add .review-summary-rating {  margin: 7px 0;}#pix-fe .cp-5ef34e666941e022424163 .form-add .review-summary-rating-values-container {  display: inline-block;  vertical-align: middle;  margin-right: 5px;}#pix-fe .cp-5ef34e666941e022424163 .form-add .review-summary-rating-values-container .review-summary-rating-values {  display: flex;  flex-direction: row-reverse;  width: 120px;}#pix-fe .cp-5ef34e666941e022424163 .form-add .review-summary-rating-values-container .review-summary-rating-values:hover > input:checked ~ label:before {  opacity: 0.4;}#pix-fe .cp-5ef34e666941e022424163 .form-add .review-summary-rating-values-container .review-summary-rating-values > input {  display: none;}#pix-fe .cp-5ef34e666941e022424163 .form-add .review-summary-rating-values-container .review-summary-rating-values > input:checked ~ label:before {  opacity: 1;}#pix-fe .cp-5ef34e666941e022424163 .form-add .review-summary-rating-values-container .review-summary-rating-values > label {  position: relative;  width: 1.2em;  font-size: 20px;  cursor: pointer;  padding: 0;}#pix-fe .cp-5ef34e666941e022424163 .form-add .review-summary-rating-values-container .review-summary-rating-values > label i.review-icon-star-filled {  color: #ccc;  -webkit-text-stroke: 1px #000;  -moz-text-stroke: 1px #000;  -ms-text-stroke: 1px #000;  -o-text-stroke: 1px #000;  text-stroke: 1px #000;}#pix-fe .cp-5ef34e666941e022424163 .form-add .review-summary-rating-values-container .review-summary-rating-values > label:before {  position: absolute;  opacity: 0;  -webkit-text-stroke: 1px #000;  -moz-text-stroke: 1px #000;  -ms-text-stroke: 1px #000;  -o-text-stroke: 1px #000;  text-stroke: 1px #000;}#pix-fe .cp-5ef34e666941e022424163 .form-add .review-summary-rating-values-container .review-summary-rating-values > label:hover:before, #pix-fe .cp-5ef34e666941e022424163 .form-add .review-summary-rating-values-container .review-summary-rating-values > label:hover ~ label:before {  opacity: 1 !important;}#pix-fe .cp-5ef34e666941e022424163 .form-add .review-summary-rating-title {  display: inline-block;  vertical-align: middle;}#pix-fe .cp-5ef34e666941e022424163 .form-add .form-list > li {  margin-bottom: 20px;}#pix-fe .cp-5ef34e666941e022424163 .form-add .button[type="submit"] {  margin-top: 10px;}#pix-fe .cp-5ef34e666941e022424163 .form-add textarea {  line-height: 1.4em;}#pix-fe .cp-5ef34e666941e022424163 h2 {  font-size: 32px;  font-weight: bold;  font-style: normal;  text-transform: uppercase;  color: rgba(24,133,143,1);  margin-bottom: 12px;}#pix-fe .cp-5ef34e666941e022424163 .subtitle {  font-size: 16px;  font-weight: normal;  font-style: normal;  text-transform: none;  color: rgba(51,51,51,1);  margin-bottom: 10px;}#pix-fe .cp-5ef34e666941e022424163 .button {  font-size: 13px;  font-weight: normal;  font-style: normal;  text-transform: uppercase;  color: rgba(255,255,255,1);  background-color: rgba(125,24,91,1);}#pix-fe .cp-5ef34e666941e022424163 .button:hover {  color: rgba(255,255,255,1);  background-color: rgba(64,64,64,1);}#pix-fe .cp-5ef34e666941e022424163 .rating-summary th {  font-size: 16px;  font-weight: normal;  font-style: normal;  text-transform: none;  color: rgba(51,51,51,1);}#pix-fe .cp-5ef34e666941e022424163 .review-reviewer {  font-size: 12px;  font-weight: normal;  font-style: normal;  text-transform: none;  color: rgba(51,51,51,1);}#pix-fe .cp-5ef34e666941e022424163 .review-date {  font-size: 12px;  font-weight: normal;  font-style: normal;  text-transform: none;  color: rgba(51,51,51,1);}#pix-fe .cp-5ef34e666941e022424163 .review-content-title {  font-size: 20px;  font-weight: normal;  font-style: normal;  text-transform: uppercase;  color: rgba(24,133,143,1);  margin-bottom: 10px;}#pix-fe .cp-5ef34e666941e022424163 .review-content-detail {  font-size: 16px;  font-weight: normal;  font-style: normal;  text-transform: none;  color: rgba(51,51,51,1);}#pix-fe .cp-5ef34e666941e022424163 .customer-reviews-list .review {  margin-bottom: 20px;  padding-top: 15px;  border-top-width: 1px;  border-top-style: solid;  border-top-color: rgba(242,242,242,1);}#pix-fe .cp-5ef34e666941e022424163 .ratings-table .rating-box .review-icon-star-filled, #pix-fe .cp-5ef34e666941e022424163 .form-add .review-summary-rating-values-container .review-summary-rating-values > label {  color: #fb0;}

/* 
 ZOEY DESIGN CENTER COMPONENT ASSET 
 Identifier: zoey.core 1.0.0 asset componentPlacementCss 
 Path: skin/designcenter/component-placement.html 
 Parent uid: cp_5ef34e666941e022424163
*/ 

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