@charset "UTF-8";
/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
.products-grid .availability.out-of-stock span,
.products-list .availability.out-of-stock span, .block-layered-nav .actions a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #9063CD;
  display: inline-block;
  padding: 9px 18px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  font-family: "PT Sans", sans-serif;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  overflow: hidden;
  position: relative; }
  .products-grid .availability.out-of-stock span span,
  .products-list .availability.out-of-stock span span, .block-layered-nav .actions a span {
    z-index: 9;
    position: relative; }
  .products-grid .availability.out-of-stock span:hover,
  .products-list .availability.out-of-stock span:hover, .block-layered-nav .actions a:hover {
    background: #333333;
    cursor: pointer;
    color: #ffffff; }
    .products-grid .availability.out-of-stock span:hover::after,
    .products-list .availability.out-of-stock span:hover::after, .block-layered-nav .actions a:hover::after {
      height: 100%; }
  .products-grid .availability.out-of-stock span:active,
  .products-list .availability.out-of-stock span:active, .block-layered-nav .actions a:active {
    background: #5d3199; }
  .products-grid .availability.out-of-stock span:focus,
  .products-list .availability.out-of-stock span:focus, .block-layered-nav .actions a:focus {
    color: #ffffff;
    background: #5d3199; }

.products-grid .availability.out-of-stock span,
.products-list .availability.out-of-stock span, .products-grid .button.btn-cart, .products-grid .button.btn-details, .products-list .button.btn-cart, .products-list .button.btn-details {
  font-size: 18px;
  padding: 14px 28px; }
  @media only screen and (max-width: 991px) {
    .products-grid .availability.out-of-stock span,
    .products-list .availability.out-of-stock span, .products-grid .button.btn-cart, .products-grid .button.btn-details, .products-list .button.btn-cart, .products-list .button.btn-details {
      padding: 7px 12px; } }

.block-layered-nav .actions a {
  font-size: 14px;
  text-transform: none;
  padding: 6px 15px; }

.products-grid .availability.out-of-stock span,
.products-list .availability.out-of-stock span, .products-grid .button.btn-cart, .products-grid .button.btn-details, .products-list .button.btn-cart, .products-list .button.btn-details {
  background-color: #9063CD; }
  .products-grid .availability.out-of-stock span::after,
  .products-list .availability.out-of-stock span::after, .products-grid .button.btn-cart::after, .products-grid .button.btn-details::after, .products-list .button.btn-cart::after, .products-list .button.btn-details::after {
    background: #333333; }
  .products-grid .availability.out-of-stock span:hover,
  .products-list .availability.out-of-stock span:hover, .products-grid .button.btn-cart:hover, .products-grid .button.btn-details:hover, .products-list .button.btn-cart:hover, .products-list .button.btn-details:hover {
    background: #333333; }
  .products-grid .availability.out-of-stock span:active::after,
  .products-list .availability.out-of-stock span:active::after, .products-grid .button.btn-cart:active::after, .products-grid .button.btn-details:active::after, .products-list .button.btn-cart:active::after, .products-list .button.btn-details:active::after {
    background: #753dc0; }
  .products-grid .availability.out-of-stock span:focus,
  .products-list .availability.out-of-stock span:focus, .products-grid .button.btn-cart:focus, .products-grid .button.btn-details:focus, .products-list .button.btn-cart:focus, .products-list .button.btn-details:focus {
    background: #753dc0; }

/* -------------------------------------------- *
 * Button hover
 */
.products-grid .availability.out-of-stock span,
.products-list .availability.out-of-stock span, .block-layered-nav .actions a {
  border: none; }

.products-grid .availability.out-of-stock span:hover,
.products-list .availability.out-of-stock span:hover, .block-layered-nav .actions a:hover {
  z-index: 999; }

/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #9063CD; }

.theme-color {
  color: #9063CD; }

.title-border {
  border-bottom: solid 2px #d3d2d2;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important; }
  @media only screen and (max-width: 767px) {
    .title-border {
      padding-bottom: 10px !important; } }

.theme-block {
  border: solid 1px #d3d2d2;
  border-top: solid 2px #9063CD;
  padding: 30px 29px;
  margin-bottom: 60px; }

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0; }

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500; }

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px; } }
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px; }
.table-bordered th,
.table-bordered td {
  border: solid 1px #d3d2d2; }

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999; }

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear; }

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5); } }
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5); } }
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5); } }
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5); } }
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(../images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px; }

.icon-sprite-for-modules {
  background-image: url(../images/icon_sprite.png); }

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(../images/icon_sprite@2x.png);
    background-size: 100px 1000px; } }
.category-image {
  margin-bottom: 1.5em; }

.products-list .action .button,
.products-grid .actions .button {
  white-space: normal; }

.product-details {
  position: relative; }

/* -------------------------------------------- *
 * Product Name
 */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2em;
  text-align: left; }
  h2.product-name a,
  h3.product-name a,
  h4.product-name a,
  h5.product-name a,
  p.product-name a {
    color: #9063CD; }
    h2.product-name a:hover,
    h3.product-name a:hover,
    h4.product-name a:hover,
    h5.product-name a:hover,
    p.product-name a:hover {
      color: #fd459b;
      text-decoration: none; }

.products-grid .product-name,
.products-list .product-name {
  margin-bottom: 0;
  font-family: "PT Sans", sans-serif;
  text-transform: none; }
  .products-grid .product-name a,
  .products-list .product-name a {
    font-weight: bold; }

.products-grid .label-product,
.products-list .label-product {
  position: absolute;
  top: 27px;
  left: -50px; }
  .products-grid .label-product span,
  .products-list .label-product span {
    display: inline-block;
    padding: 3px 8px;
    background-color: #4ad8fd;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold; }
    .products-grid .label-product span.sale,
    .products-list .label-product span.sale {
      background-color: #fd459b; }
.products-grid .availability.out-of-stock span,
.products-list .availability.out-of-stock span {
  opacity: 0.3; }
  .products-grid .availability.out-of-stock span:before,
  .products-list .availability.out-of-stock span:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 20px;
    color: #ffffff;
    margin: 0 10px 0 -10px; }
  .products-grid .availability.out-of-stock span:after,
  .products-list .availability.out-of-stock span:after {
    display: none; }
  .products-grid .availability.out-of-stock span:hover,
  .products-list .availability.out-of-stock span:hover {
    cursor: default;
    background: #9063CD; }

.products-grid .label-product {
  top: 27px;
  left: -50px; }
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .products-grid .label-product {
    left: -70px;
    top: 17px; } }

  .products-grid .label-product span {
    padding: 10px 5px;
    width: 200px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .products-grid .label-product span {
    padding: 0 5px; } }

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
  position: relative; }
  .products-grid::after {
    content: '';
    display: table;
    clear: both; }
  .products-grid .item {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: all, 0.3s, ease-in-out;
    -o-transition: all, 0.3s, ease-in-out;
    transition: all, 0.3s, ease-in-out; }
    .products-grid .item:after {
      content: '';
      display: table;
      clear: both; }
    .products-grid .item .wrapper-hover {
      border: 1px solid #d3d2d2;
      position: relative;
      overflow: hidden;
      max-width: 370px;
      margin: 0 auto; }
      .products-grid .item .wrapper-hover:hover .wrapper-hover-hiden {
        max-height: 300px; }
      .products-grid .item .wrapper-hover:hover .product-image img {
        -webkit-transform: scale(0.9, 0.9);
        -ms-transform: scale(0.9, 0.9);
        -o-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9); }
  .products-grid .product-image-container {
    position: relative;
    border-bottom: 1px solid #d3d2d2; }
  .products-grid .product-image {
    width: 100%;
    margin-bottom: 13px;
    padding: 10px; }
    .products-grid .product-image img {
      margin: 0 auto;
      height: auto;
      max-width: 100%;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .products-grid .product-image img:hidden {
        display: none; }
  .products-grid .wrapper-hover-visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 10px; }
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .products-grid .wrapper-hover-visible {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

  .products-grid .configurable-swatch-list {
    margin: 8px 0 0;
    text-align: left; }
  .products-grid .button.btn-cart {
    width: 50px;
    height: 50px;
    text-align: center;
    color: #ffffff;
    padding: 0;
    line-height: 50px; }
    .products-grid .button.btn-cart span span {
      display: block; }
      .products-grid .button.btn-cart span span:before {
        display: inline-block;
        font-family: "Material Icons";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        content: "";
        font-size: 30px; }
  .products-grid .button.btn-details {
    width: 50px;
    height: 50px;
    text-align: center;
    color: #ffffff;
    padding: 0;
    line-height: 50px; }
    .products-grid .button.btn-details span span:before {
      display: inline-block;
      font-family: "Material Icons";
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      content: "";
      font-size: 30px; }
  .products-grid .ratings .rating-box.stars {
    margin: 0; }

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .cms-index-index .products-grid .wrapper-hover-visible {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap; }
  .cms-index-index .products-grid .actions {
    margin-top: 0;
    margin-left: 15px; } }

@media only screen and (min-width: 768px) {
  .products-grid li.item .product-thumbs {
    position: absolute;
    top: 25px;
    right: 25px;
    margin: 0; }
    .products-grid li.item .product-thumbs li.product-thumb {
      margin: 0 0 10px;
      float: none;
      display: block;
      opacity: 0; }
    .products-grid li.item .product-thumbs a {
      padding: 5px;
      background: #ffffff; } }
.products-grid .product-info {
  position: relative;
  overflow: hidden; }

.products-grid .actions {
  margin-left: 15px; }
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .products-grid .actions {
    margin-left: 0;
    margin-top: 15px; } }

.products-grid .ratings {
  margin-top: 0; }

.products-grid .ratings .amount {
  display: none; }

.products-grid .price-box {
  color: #909090;
  font-size: 13px;
  margin: 0 0 5px 10px;
  text-align: left; }
  .products-grid .price-box .old-price,
  .products-grid .price-box .special-price {
    display: inline-block;
    margin: 0 5px; }
  .products-grid .price-box:after {
    content: '';
    display: table;
    clear: both; }

.products-grid .add-to-links {
  position: absolute;
  top: 0;
  right: 12px;
  margin: 12px 0 0; }
  .products-grid .add-to-links a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    color: #d3d2d2; }
    .products-grid .add-to-links a:before {
      font-size: 24px; }
    .products-grid .add-to-links a:hover {
      color: #9063CD; }

.product-image-container .product-gallery-img {
  max-width: 270px;
  margin: 0 auto 13px; }
  .product-image-container .product-gallery-img img {
    width: 100%; }
.product-image-container .product-gallery-item {
  display: none; }
  .product-image-container .product-gallery-item:first-child {
    display: block; }
.product-image-container .owl-carousel .owl-item {
  padding: 0; }
.product-image-container .owl-carousel .product-gallery-item {
  display: block; }
.product-image-container .owl-controls {
  opacity: 0;
  margin: 0; }
  .product-image-container .owl-controls div.owl-next,
  .product-image-container .owl-controls div.owl-prev {
    top: 45%;
    background: transparent;
    border-radius: 0;
    left: -15px;
    width: 40px;
    color: #9063CD; }
    .product-image-container .owl-controls div.owl-next:before,
    .product-image-container .owl-controls div.owl-prev:before {
      color: inherit; }
    .product-image-container .owl-controls div.owl-next:hover,
    .product-image-container .owl-controls div.owl-prev:hover {
      color: #5d3199; }
      .product-image-container .owl-controls div.owl-next:hover:before,
      .product-image-container .owl-controls div.owl-prev:hover:before {
        color: inherit; }
  .product-image-container .owl-controls div.owl-next {
    left: auto;
    right: -15px; }

.wrapper-hover:hover .owl-controls {
  opacity: 1; }

.products-grid .product-image:before, .products-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; }
.products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2; }
.products-grid .product-image:after {
  background-image: url("../../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3; }
.products-grid .product-image.loading {
  position: relative; }
  .products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
    display: block; }

@media only screen and (max-width: 1199px) {
  .products-grid li.item .product-thumbs {
    top: 10px;
    right: 10px;
    margin: 0; }
    .products-grid li.item .product-thumbs li.product-thumb {
      margin: 0 0 5px; } }
@media only screen and (max-width: 991px) {
  .products-grid li.item .product-thumbs li.product-thumb {
    display: block !important; }
    .products-grid li.item .product-thumbs li.product-thumb img {
      width: 35px;
      height: 35px; } }
@media only screen and (max-width: 767px) {
  .products-grid .product-image {
    float: none;
    margin: 0 auto 15px;
    overflow: hidden;
    padding: 5px; }

  .products-grid li.item .wrapper-hover {
    border-bottom: solid 1px #d3d2d2; }
  .products-grid li.item .product-thumbs {
    float: none; }
    .products-grid li.item .product-thumbs li.product-thumb {
      background: #ffffff;
      display: inline-block !important; }
      .products-grid li.item .product-thumbs li.product-thumb img {
        width: 65px;
        height: 65px; }
  .products-grid .product-image-container {
    float: none;
    text-align: center; }
  .products-grid .product-image {
    width: 270px; }
  .products-grid .product-info {
    overflow: hidden;
    clear: both;
    text-align: center; }
  .products-grid .ratings .rating-box {
    margin: 0 0 10px; } }
@media only screen and (max-width: 599px) {
  .products-grid .product-image {
    width: 210px; } }
@media only screen and (min-width: 960px) {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-4-col > li:nth-child(odd) {
    clear: none; }

  .products-grid--max-4-col > li:nth-child(3n+1) {
    clear: none; }

  .products-grid--max-4-col > li:nth-child(even),
  .products-grid--max-4-col > li:nth-child(3n) {
    margin-right: 1.11111%; }

  /* Set column config */
  .products-grid--max-4-col > li {
    margin-right: 1.11111%; }

  .products-grid--max-4-col > li {
    width: 24.16667%;
    margin-right: 1.11111%; }

  .products-grid--max-4-col > li:nth-child(4n+1) {
    clear: left; }

  .products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0; }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-5-col > li:nth-child(odd) {
    clear: none; }

  .products-grid--max-5-col > li:nth-child(3n+1) {
    clear: none; }

  .products-grid--max-5-col > li:nth-child(even),
  .products-grid--max-5-col > li:nth-child(3n) {
    margin-right: 1.11111%; }

  /* Set column config */
  .products-grid--max-5-col > li {
    margin-right: 1.11111%; }

  .products-grid--max-5-col > li {
    width: 19.11111%;
    margin-right: 1.11111%; }

  .products-grid--max-5-col > li:nth-child(5n+1) {
    clear: left; }

  .products-grid--max-5-col > li:nth-child(5n) {
    margin-right: 0; }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-6-col > li:nth-child(odd) {
    clear: none; }

  .products-grid--max-6-col > li:nth-child(3n+1) {
    clear: none; }

  .products-grid--max-6-col > li:nth-child(even),
  .products-grid--max-6-col > li:nth-child(3n) {
    margin-right: 1.11111%; }

  /* Set column config */
  .products-grid--max-6-col > li {
    margin-right: 1.11111%; }

  .products-grid--max-6-col > li {
    width: 15.74074%;
    margin-right: 1.11111%; }

  .products-grid--max-6-col > li:nth-child(6n+1) {
    clear: left; }

  .products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0; } }
/* ============================================ *
 * Product List
 * ============================================ */
.products-list {
  margin-top: 20px;
  margin-bottom: 20px; }
  .products-list > li.item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d3d2d2;
    position: relative; }
    .products-list > li.item .label-product {
      top: 10px;
      left: 10px; }
    .products-list > li.item:after {
      content: '';
      display: table;
      clear: both; }
    .products-list > li.item .product-image,
    .products-list > li.item .product-image-container {
      float: left; }
      .products-list > li.item .product-image .product-image,
      .products-list > li.item .product-image-container .product-image {
        float: none;
        width: 100%;
        padding: 10px;
        margin-bottom: 11px; }
      .products-list > li.item .product-image > img,
      .products-list > li.item .product-image-container > img {
        width: 100%;
        max-width: 100%; }
  .products-list > li.item:last-child {
    padding-bottom: 0;
    border-bottom: none; }
  .products-list .add-to-links {
    margin: 15px 0 7px; }
  .products-list .configurable-swatch-list {
    margin-top: 15px; }
    .products-list .configurable-swatch-list li {
      margin: 0 8px 0 0; }
  .products-list .product-thumbs {
    margin: 0 -4px; }
    .products-list .product-thumbs li {
      margin: 0 4px; }
      .products-list .product-thumbs li a {
        background-color: #ffffff; }

.products-list .product-shop {
  overflow: hidden;
  padding-left: 30px; }
  .products-list .product-shop .ratings {
    margin: 0;
    overflow: hidden; }
    @media only screen and (max-width: 599px) {
      .products-list .product-shop .ratings {
        text-align: center; } }
    .products-list .product-shop .ratings .rating-box,
    .products-list .product-shop .ratings .rating-links,
    .products-list .product-shop .ratings .separator.temp {
      float: left;
      margin-top: 5px; }
      @media only screen and (max-width: 599px) {
        .products-list .product-shop .ratings .rating-box,
        .products-list .product-shop .ratings .rating-links,
        .products-list .product-shop .ratings .separator.temp {
          float: none;
          display: inline-block; } }
    @media only screen and (max-width: 599px) {
      .products-list .product-shop .ratings .rating-box {
        position: relative;
        top: 4px; } }
    .products-list .product-shop .ratings .rating-links {
      margin-top: 5px; }
  .products-list .product-shop .price-box {
    margin: 0 0 12px;
    clear: both; }
  .products-list .product-shop .action {
    margin: 7px 0; }
  .products-list .product-shop .desc {
    margin-top: 8px;
    line-height: 1.714em; }
  .products-list .product-shop .product-primary {
    float: left;
    width: 54%;
    overflow: hidden; }
  .products-list .product-shop .product-secondary {
    float: right;
    width: 42%;
    text-align: left;
    clear: right;
    padding: 0 0 350px 30px;
    margin: 0 0 -350px 0;
    border-left: solid 1px #d3d2d2; }

@media only screen and (max-width: 1199px) {
  .products-list .button.btn-details,
  .products-list .button.btn-cart {
    padding: 7px 10px; }
    .products-list .button.btn-details span span::before,
    .products-list .button.btn-cart span span::before {
      display: none;
      font-size: 16px; }
  .products-list .availability.out-of-stock span {
    padding: 7px 10px; }
    .products-list .availability.out-of-stock span::before {
      display: none; } }
@media only screen and (max-width: 991px) {
  .products-list .product-shop .product-primary {
    float: none;
    width: auto; }
  .products-list .product-shop .product-secondary {
    float: none;
    width: auto;
    padding: 10px 0 0;
    margin: 0;
    border: none; } }
@media only screen and (max-width: 599px) {
  .products-list .product-shop {
    padding: 15px 0 0;
    clear: both; }
  .products-list > li.item .product-image-container {
    float: none;
    text-align: center; }
    .products-list > li.item .product-image-container .product-image {
      width: auto;
      display: inline-block; }
  .products-list > li.item .product-primary,
  .products-list > li.item .description,
  .products-list > li.item .desc.std,
  .products-list > li.item .price-box,
  .products-list > li.item .product-secondary {
    text-align: center; }
  .products-list > li.item .configurable-swatch-list {
    text-align: center; }
    .products-list > li.item .configurable-swatch-list li {
      float: none;
      display: inline-block; } }
@media only screen and (min-width: 480px) {
  .products-list .product-name a {
    font-size: 18px; } }
@media only screen and (max-width: 600px) {
  .products-list .product-shop .price-box .special-price {
    padding-left: 0; }

  .products-list .product-shop .product-primary,
  .products-list .product-shop .product-secondary,
  .products-list .product-shop .desc {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: left; } }
/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list .product-image {
  float: left;
  min-width: 50px; }
.mini-products-list .product-details {
  margin-left: 110px; }
.mini-products-list .product-details .product-name {
  padding-top: 0; }
.mini-products-list li {
  margin-bottom: 10px;
  clear: both; }
  .mini-products-list li:after {
    content: '';
    display: table;
    clear: both; }

.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both; }
.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0; }
  .mini-products-images-list li.item:nth-child(even) {
    padding-right: 0;
    padding-left: 5px; }
  .mini-products-images-list li.item .product-image {
    display: block; }
    .mini-products-images-list li.item .product-image img {
      width: 100%;
      max-width: 100%; }

/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image {
  border: 1px solid #d3d2d2;
  padding: 10px; }
  .category-image img {
    width: 100%;
    max-width: 100%; }
    .category-image img:hidden {
      display: none; }

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.block-layered-nav .block-subtitle--filter {
  display: none;
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #9063CD;
  font-weight: 500;
  margin-bottom: 0;
  padding: 7px 10px 7px 24px;
  border-top: solid 1px #d3d2d2;
  position: relative;
  background-color: #f5f5f5;
  cursor: pointer; }
  .block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #fd459b;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px; }
  @media only screen and (max-width: 767px) {
    .block-layered-nav .block-subtitle--filter {
      color: #333333;
      font-weight: normal;
      border: solid 1px #d3d2d2;
      border-bottom: none; }
      .block-layered-nav .block-subtitle--filter:hover {
        background-color: #EDEDED; } }

.block-layered-nav .block-content .toggle-tabs {
  display: none; }
.block-layered-nav .block-content > dl > dt {
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #9063CD;
  font-weight: 500;
  margin-bottom: 0;
  padding: 7px 10px 7px 24px;
  border-top: solid 1px #d3d2d2;
  position: relative;
  background-color: #f5f5f5;
  display: block; }
  .block-layered-nav .block-content > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #fd459b;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px; }
  @media only screen and (max-width: 767px) {
    .block-layered-nav .block-content > dl > dt {
      color: #333333;
      font-weight: normal;
      border: solid 1px #d3d2d2;
      border-bottom: none; }
      .block-layered-nav .block-content > dl > dt:hover {
        background-color: #EDEDED; } }
.block-layered-nav .block-content > dl > dd {
  padding: 5px 30px 30px;
  background-color: #f5f5f5;
  margin: 0; }
  @media only screen and (max-width: 1199px) {
    .block-layered-nav .block-content > dl > dd {
      padding: 5px 15px 15px; } }
.block-layered-nav .block-content > dl > dd:last-child {
  border-width: 0 1px 1px 1px; }
.block-layered-nav .block-content .selected-filter {
  background-color: #EDEDED; }

.block-layered-nav dl dd {
  margin-bottom: 10px;
  margin-top: 10px; }
  .block-layered-nav dl dd ol > li > span,
  .block-layered-nav dl dd ol > li > a {
    padding: 10px 0;
    display: inline-block;
    color: #777777; }
    .block-layered-nav dl dd ol > li > span:hover,
    .block-layered-nav dl dd ol > li > a:hover {
      color: #333333; }
  .block-layered-nav dl dd ol > li > a .count {
    color: #9063CD; }

.block-layered-nav .selected-filter .currently {
  padding: 23px 25px 0 30px;
  border-top: solid 1px #d3d2d2; }
  .block-layered-nav .selected-filter .currently .block-subtitle {
    display: block;
    margin: 0;
    margin-bottom: 10px;
    color: #333333;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    color: #9063CD;
    font-weight: 500;
    margin-bottom: 20px; }
  .block-layered-nav .selected-filter .currently ol li {
    margin-bottom: 20px; }
    .block-layered-nav .selected-filter .currently ol li .label {
      font-weight: bold;
      text-transform: capitalize;
      color: #333333; }
    .block-layered-nav .selected-filter .currently ol li:after {
      content: '';
      display: table;
      clear: both; }
.block-layered-nav .actions {
  text-align: right;
  margin: 0 !important;
  padding: 5px 25px 30px 30px; }

@media only screen and (min-width: 768px) {
  .block-layered-nav .block-content > dl > dt {
    padding: 24px 30px 5px 30px; }
    .block-layered-nav .block-content > dl > dt:after {
      display: none; } }
@media only screen and (max-width: 1199px) {
  .block-layered-nav .block-content > dl > dt {
    padding: 10px 15px 5px 15px; }
    .block-layered-nav .block-content > dl > dt:after {
      display: none; }

  .block-layered-nav .selected-filter .currently {
    padding: 10px 15px; }
  .block-layered-nav .selected-filter .actions {
    padding: 0 10px 10px; } }
@media only screen and (max-width: 767px) {
  .sidebar .block.block-layered-nav {
    border-bottom: none; }

  .block-layered-nav--no-filters .block-title {
    display: none; }

  .block-layered-nav .block-title > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #333333;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase; }

  .block-layered-nav .block-content {
    padding-top: 0;
    margin-top: 15px; }
    .block-layered-nav .block-content > dl > dt {
      cursor: pointer;
      border-bottom-width: 0; }
      .block-layered-nav .block-content > dl > dt:hover {
        color: #fd459b; }
      .block-layered-nav .block-content > dl > dt:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #fd459b;
        border-right: none; }
      .block-layered-nav .block-content > dl > dt.last {
        border-bottom-width: 1px; }
    .block-layered-nav .block-content > dl > dd {
      display: none; }
    .block-layered-nav .block-content.accordion-open > dl > dt.current {
      border-bottom-width: 1px; }
    .block-layered-nav .block-content.accordion-open > dl > dt.current:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
      border-top: 4px solid #fd459b;
      border-bottom: none;
      left: 6px;
      top: 50%;
      margin-top: -3px; }
    .block-layered-nav .block-content.accordion-open > dl > dd.current {
      display: block;
      border-left: 1px solid #d3d2d2;
      border-right: 1px solid #d3d2d2; }
    .block-layered-nav .block-content dl dt {
      padding: 7px 10px 7px 24px; }
      .block-layered-nav .block-content dl dt.last {
        border-bottom: solid 1px #d3d2d2; }
    .block-layered-nav .block-content dl dd {
      border: solid 1px #d3d2d2;
      border-bottom: none; }

  .block-layered-nav .block-subtitle--filter {
    background-color: #fd459b;
    border: 0;
    margin-bottom: 0;
    display: block;
    color: #ffffff; }
    .block-layered-nav .block-subtitle--filter:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-left: 4px solid #ffffff;
      border-right: none;
      right: 10px;
      top: 50%;
      margin-top: -5px; }
    .block-layered-nav .block-subtitle--filter:hover {
      background-color: #333333;
      color: #ffffff; }
    .block-layered-nav .block-subtitle--filter.active:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
      border-top: 4px solid #ffffff;
      border-bottom: none;
      right: 10px;
      top: 50%;
      margin-top: -3px; }

  #narrow-by-list,
  #narrow-by-list2 {
    padding: 10px;
    border: 1px solid #d3d2d2;
    border-top: 0; }

  .block-layered-nav dl ol > li > a,
  .block-layered-nav dl ol > li > span {
    padding: 0;
    margin: 0; }

  .block-layered-nav dl ol > li > a {
    color: #888888;
    background-color: #f5f5f5;
    padding: 5px 10px;
    background: none; }
    .block-layered-nav dl ol > li > a:hover {
      text-decoration: none; } }

/*# sourceMappingURL=product-list.css.map */
