@charset "UTF-8";
/*justification types*/
/* alignment types */
/*----------------------------------Columns -------------------------------------------------------------------------*/
/*------------------------------------------------------Rows -------------------------------------*/
/*------------------------------------------ Forms and Layout Tools------------------------------------------------------------*/
/*------------------------ Page Layouts -------------------------------*/
/*justification types*/
/* alignment types */
/*----------------------------------Columns -------------------------------------------------------------------------*/
/*------------------------------------------------------Rows -------------------------------------*/
/*------------------------------------------ Forms and Layout Tools------------------------------------------------------------*/
/*------------------------ Page Layouts -------------------------------*/
/*justification types*/
/* alignment types */
/*----------------------------------Columns -------------------------------------------------------------------------*/
/*------------------------------------------------------Rows -------------------------------------*/
/*------------------------------------------ Forms and Layout Tools------------------------------------------------------------*/
/*------------------------ Page Layouts -------------------------------*/
/*justification types*/
/* alignment types */
/*----------------------------------Columns -------------------------------------------------------------------------*/
/*------------------------------------------------------Rows -------------------------------------*/
/*------------------------------------------ Forms and Layout Tools------------------------------------------------------------*/
/*------------------------ Page Layouts -------------------------------*/
/*justification types*/
/* alignment types */
/*----------------------------------Columns -------------------------------------------------------------------------*/
/*------------------------------------------------------Rows -------------------------------------*/
/*------------------------------------------ Forms and Layout Tools------------------------------------------------------------*/
/*------------------------ Page Layouts -------------------------------*/
/*justification types*/
/* alignment types */
/*----------------------------------Columns -------------------------------------------------------------------------*/
/*------------------------------------------------------Rows -------------------------------------*/
/*------------------------------------------ Forms and Layout Tools------------------------------------------------------------*/
/*------------------------ Page Layouts -------------------------------*/
/*justification types*/
/* alignment types */
/*----------------------------------Columns -------------------------------------------------------------------------*/
/*------------------------------------------------------Rows -------------------------------------*/
/*------------------------------------------ Forms and Layout Tools------------------------------------------------------------*/
/*------------------------ Page Layouts -------------------------------*/
/*justification types*/
/* alignment types */
/*----------------------------------Columns -------------------------------------------------------------------------*/
/*------------------------------------------------------Rows -------------------------------------*/
/*------------------------------------------ Forms and Layout Tools------------------------------------------------------------*/
/*------------------------ Page Layouts -------------------------------*/
/*justification types*/
/* alignment types */
/*----------------------------------Columns -------------------------------------------------------------------------*/
/*------------------------------------------------------Rows -------------------------------------*/
/*------------------------------------------ Forms and Layout Tools------------------------------------------------------------*/
/*------------------------ Page Layouts -------------------------------*/
.component.cxa-productlist-component .load-more-btn, .component.cxa-promoted-products-component .load-more-btn,
.component.cxa-productlist-component .btn.btn-block,
.component.cxa-promoted-products-component .btn.btn-block {
  border: 2px solid #0e909f;
  padding: 10px 20px;
  border-radius: 4px;
  color: #0e909f;
  max-width: 250px;
  display: block;
  float: none;
  margin: 0 auto;
  margin-top: 15px;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  background: transparent;
}

.component.cxa-productlist-component .load-more-btn:active, .component.cxa-promoted-products-component .load-more-btn:active, .component.cxa-productlist-component .load-more-btn:hover, .component.cxa-promoted-products-component .load-more-btn:hover,
.component.cxa-productlist-component .btn.btn-block:active,
.component.cxa-promoted-products-component .btn.btn-block:active,
.component.cxa-productlist-component .btn.btn-block:hover,
.component.cxa-promoted-products-component .btn.btn-block:hover {
  color: #fff;
  background: #0e909f;
}


.component.cxa-productlist-component .btn.btn-block,
.component.cxa-promoted-products-component .btn.btn-block {
  margin-bottom: 15px;
}

.component.cxa-productlist-component .product-list ul, .component.cxa-promoted-products-component .product-list ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.component.cxa-productlist-component .product-list ul > *, .component.cxa-promoted-products-component .product-list ul > * {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.component.cxa-productlist-component .product-list ul > *, .component.cxa-promoted-products-component .product-list ul > * {
  margin: 0;
}

@media (max-width: 991px) {
  .component.cxa-productlist-component .product-list ul, .component.cxa-promoted-products-component .product-list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .component.cxa-productlist-component .product-list ul > *, .component.cxa-promoted-products-component .product-list ul > * {
    width: 89.4%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

.component.cxa-productlist-component .product-list ul > li, .component.cxa-promoted-products-component .product-list ul > li {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.2em;
  -ms-flex-preferred-size: 253px;
  flex-basis: 253px;
  max-width: 253px;
}

.component.cxa-productlist-component .product-list ul > li > div, .component.cxa-promoted-products-component .product-list ul > li > div {
  max-height: 378px;
}

@media (max-width: 991px) {
  .component.cxa-productlist-component .product-list ul > li, .component.cxa-promoted-products-component .product-list ul > li {
    margin: 0.5em;
  }
}

@media (max-width: 575px) {
  .component.cxa-productlist-component .product-list ul > li, .component.cxa-promoted-products-component .product-list ul > li {
    max-width: none;
    -ms-flex-preferred-size: 427px;
    flex-basis: 427px;
  }
}

.component.cxa-productlist-component .product-list ul > li .product-summary, .component.cxa-promoted-products-component .product-list ul > li .product-summary {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.component.cxa-productlist-component .product-list ul > li .product-summary > *, .component.cxa-promoted-products-component .product-list ul > li .product-summary > * {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.component.cxa-productlist-component .product-list ul > li .product-summary > *, .component.cxa-promoted-products-component .product-list ul > li .product-summary > * {
  margin: 0;
}

.component.cxa-productlist-component .product-list ul > li .product-summary .photo, .component.cxa-promoted-products-component .product-list ul > li .product-summary .photo {
  width: 100%;
  height: 220px;
}

.component.cxa-productlist-component .product-list ul > li .product-summary .photo a, .component.cxa-promoted-products-component .product-list ul > li .product-summary .photo a {
  text-align: center;
  display: inherit;
}

.component.cxa-productlist-component .product-list ul > li .product-summary .photo img, .component.cxa-promoted-products-component .product-list ul > li .product-summary .photo img {
  max-width: 100%;
  max-height: 208px;
}

.component.cxa-productlist-component .product-list ul > li .product-summary .product-info, .component.cxa-promoted-products-component .product-list ul > li .product-summary .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-flow: row wrap !important;
  width: 85%;
}

.component.cxa-productlist-component .product-list ul > li .product-summary .product-info > *, .component.cxa-promoted-products-component .product-list ul > li .product-summary .product-info > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.component.cxa-productlist-component .product-list ul > li .product-summary .product-info > *:not(:last-child), .component.cxa-promoted-products-component .product-list ul > li .product-summary .product-info > *:not(:last-child) {
  margin-right: 3px;
}

.component.cxa-productlist-component .product-list ul > li .product-summary .product-info > *:not(:first-child), .component.cxa-promoted-products-component .product-list ul > li .product-summary .product-info > *:not(:first-child) {
  margin-left: 0;
}

@media (max-width: 991px) {
  .component.cxa-productlist-component .product-list ul > li .product-summary .product-info, .component.cxa-promoted-products-component .product-list ul > li .product-summary .product-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .component.cxa-productlist-component .product-list ul > li .product-summary .product-info > *, .component.cxa-promoted-products-component .product-list ul > li .product-summary .product-info > * {
    width: 89.4%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

.component.cxa-productlist-component .product-list ul > li .product-summary .product-info > div, .component.cxa-promoted-products-component .product-list ul > li .product-summary .product-info > div {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.component.cxa-productlist-component .product-list ul > li .product-summary .product-info > div > *, .component.cxa-promoted-products-component .product-list ul > li .product-summary .product-info > div > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.component.cxa-productlist-component .product-list ul > li .product-summary .product-info > div > *, .component.cxa-promoted-products-component .product-list ul > li .product-summary .product-info > div > * {
  margin: 0;
}

.component.cxa-productlist-component .product-list ul > li .product-summary .product-info .savings, .component.cxa-promoted-products-component .product-list ul > li .product-summary .product-info .savings {
  position: absolute;
  top: 169px;
  right: 0;
  padding: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 2px 1px;
}

.component.cxa-productlist-component .product-list ul > li .product-summary .product-info .savings .savings-text, .component.cxa-promoted-products-component .product-list ul > li .product-summary .product-info .savings .savings-text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 5px;
}

.component.cxa-productlist-component .product-list ul > li .product-summary .product-info .savings .savings-percentage, .component.cxa-promoted-products-component .product-list ul > li .product-summary .product-info .savings .savings-percentage {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 5px;
}

.component.cxa-productlist-component .product-list ul > li .product-summary .product-info .previous-price, .component.cxa-promoted-products-component .product-list ul > li .product-summary .product-info .previous-price {
  display: none;
}

.component.cxa-productlist-component .product-list ul > li .product-summary .product-info .product-title, .component.cxa-promoted-products-component .product-list ul > li .product-summary .product-info .product-title {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.component.cxa-productlist-component .product-list ul > li .product-summary .product-info .product-brand, .component.cxa-promoted-products-component .product-list ul > li .product-summary .product-info .product-brand {
  margin-top: 5px;
  margin-bottom: 15px;
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: initial;
}

.component.cxa-productlist-component .product-list ul > li .product-summary .product-info .product-rating, .component.cxa-promoted-products-component .product-list ul > li .product-summary .product-info .product-rating {
  width: 33%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-bottom: 0;
}

.component.cxa-productlist-component .product-list ul > li .product-summary .product-info .product-rating ul, .component.cxa-promoted-products-component .product-list ul > li .product-summary .product-info .product-rating ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.component.cxa-productlist-component .product-list ul > li .product-summary .product-info .product-rating ul > *, .component.cxa-promoted-products-component .product-list ul > li .product-summary .product-info .product-rating ul > * {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.component.cxa-productlist-component .product-list ul > li .product-summary .product-info .product-rating ul > *:not(:last-child), .component.cxa-promoted-products-component .product-list ul > li .product-summary .product-info .product-rating ul > *:not(:last-child) {
  margin-right: 3px;
}

.component.cxa-productlist-component .product-list ul > li .product-summary .product-info .product-rating ul > *:not(:first-child), .component.cxa-promoted-products-component .product-list ul > li .product-summary .product-info .product-rating ul > *:not(:first-child) {
  margin-left: 0;
}

.component.cxa-productlist-component .product-list ul > li .product-summary .product-info .product-rating ul > div, .component.cxa-promoted-products-component .product-list ul > li .product-summary .product-info .product-rating ul > div {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.component.cxa-productlist-component .product-list ul > li .product-summary .product-info .product-rating ul > div > *, .component.cxa-promoted-products-component .product-list ul > li .product-summary .product-info .product-rating ul > div > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.component.cxa-productlist-component .product-list ul > li .product-summary .product-info .product-rating ul > div > *, .component.cxa-promoted-products-component .product-list ul > li .product-summary .product-info .product-rating ul > div > * {
  margin: 0;
}

.component.cxa-productlist-component .product-list ul > li .product-summary .product-info .product-stock-status, .component.cxa-promoted-products-component .product-list ul > li .product-summary .product-info .product-stock-status {
  width: 50%;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  margin-left: auto;
  text-align: right;
  display: flow-root;
  margin-bottom: 0;
}

.component.cxa-productlist-component .product-list ul > li .product-summary .product-info .product-stock-status:before, .component.cxa-promoted-products-component .product-list ul > li .product-summary .product-info .product-stock-status:before {
  display: inline-block;
  margin-right: 5px;
}

.component.cxa-productlist-component .product-list ul > li .product-summary .product-info .lowest-variant-price, .component.cxa-promoted-products-component .product-list ul > li .product-summary .product-info .lowest-variant-price {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  width: 100%;
  margin-bottom: 0;
  min-height: 22px;
}

.component.cxa-productlist-component .product-list ul > li .product-summary .product-info .current-price, .component.cxa-promoted-products-component .product-list ul > li .product-summary .product-info .current-price {
  padding: 11px 5px 0 5px;
  text-align: center;
  min-height: 42px;
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
  margin-right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
}

.component.cxa-productlist-component .product-list ul > li .product-summary .product-info .current-price > *, .component.cxa-promoted-products-component .product-list ul > li .product-summary .product-info .current-price > * {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.component.cxa-productlist-component .product-list ul > li .product-summary .product-info .product-category, .component.cxa-promoted-products-component .product-list ul > li .product-summary .product-info .product-category {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
  margin-right: 0;
  min-height: 42px;
  width: 50%;
}

.component.cxa-productlist-component .product-list ul > li .product-summary .product-info .product-category a, .component.cxa-promoted-products-component .product-list ul > li .product-summary .product-info .product-category a {
  display: inline-block;
  min-height: 42px;
  padding: 9px 15px 7px 15px;
  width: 100%;
  text-align: center;
}

.component.cxa-productlist-component .product-list > ul, .component.cxa-promoted-products-component .product-list > ul {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-flow: row wrap !important;
  flex-flow: row wrap !important;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-left: -0.6em;
}

@media (max-width: 991px) {
  .component.cxa-productlist-component .product-list > ul, .component.cxa-promoted-products-component .product-list > ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
  }
}

.component.cxa-productlist-component .product-list > ul > li, .component.cxa-promoted-products-component .product-list > ul > li {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.11);
  background-color: #fff;
  border-radius: 4px;
  height: 397px;
}

.component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .savings.on-sale, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .savings.on-sale {
  background-color: #f6a623;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .savings.on-sale span, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .savings.on-sale span {
  background-color: #f6a623;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .lowest-variant-price a, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .lowest-variant-price a,
.component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-title a,
.component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-title a {
  color: #868b93;
}

.component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .lowest-variant-price a:active, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .lowest-variant-price a:active, .component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .lowest-variant-price a:hover, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .lowest-variant-price a:hover, .component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .lowest-variant-price a:focus, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .lowest-variant-price a:focus,
.component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-title a:active,
.component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-title a:active,
.component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-title a:hover,
.component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-title a:hover,
.component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-title a:focus,
.component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-title a:focus {
  text-decoration: none;
  color: #0e909f;
  cursor: pointer;
}

.component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-brand, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-brand {
  color: #747a83;
  font-size: 13px;
}

.component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .current-price, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .current-price {
  background: #0d8896;
  color: #fff;
  border-radius: 4px 0 0 4px;
  cursor: default;
}

.component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .current-price.on-sale, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .current-price.on-sale {
  background-color: #f6a623;
  color: #fff;
}

.component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-stock-status, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-stock-status {
  font-weight: bold;
  color: #747a83;
}

.component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-stock-status.In-Stock:before, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-stock-status.In-Stock:before {
  display: inline-block;
  font-family: "SCCXAICONS";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  content: "";
}

.component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-stock-status.Out-of-Stock:before, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-stock-status.Out-of-Stock:before {
  display: inline-block;
  font-family: "SCCXAICONS";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  content: "";
}

.component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-rating .icon-star:before, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-rating .icon-star:before {
  display: inline-block;
  font-family: "SCCXAICONS";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  content: "";
  color: #e1e3e5;
}

.component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-rating .rated .icon-star:before, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-rating .rated .icon-star:before {
  color: #ffc107;
}

.component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-category:not(.on-sale) a, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category:not(.on-sale) a {
  border: 2px solid #0e909f;
  background: #fff;
  color: #0e909f;
  font-size: 14px;
  font-weight: 600;
  height: 34px;
  text-align: center;
  text-shadow: none;
  box-shadow: none;
  display: inline-block;
  padding: 4px 25px 4px 25px;
  border-radius: 4px;
  padding: 9px 15px 7px 15px;
  border-radius: 0 4px 4px 0;
}

.component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-category:not(.on-sale) a:active, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category:not(.on-sale) a:active, .component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-category:not(.on-sale) a:hover, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category:not(.on-sale) a:hover {
  background: #0d8896;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

.component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-category:not(.on-sale) a:active, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category:not(.on-sale) a:active {
  background: #0c7783;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

.component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-category:not(.on-sale) a:disabled, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category:not(.on-sale) a:disabled, .component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-category:not(.on-sale) a.disabled, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category:not(.on-sale) a.disabled, .component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-category:not(.on-sale) a[disabled], .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category:not(.on-sale) a[disabled],
fieldset[disabled] .component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-category:not(.on-sale) a,
fieldset[disabled] .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category:not(.on-sale) a {
  cursor: not-allowed;
  opacity: 0.4;
}

.component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-category:not(.on-sale) a:hover, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category:not(.on-sale) a:hover {
  color: #fff;
  background-color: #0a6f7b;
}

.component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-category:not(.on-sale) a:hover span, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category:not(.on-sale) a:hover span {
  color: #fff;
}

.component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-category:not(.on-sale) a:active, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category:not(.on-sale) a:active {
  color: #fff;
  background-color: #064b53;
}

.component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-category:not(.on-sale) a span, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category:not(.on-sale) a span {
  color: #0e909f;
}

.component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-category:not(.on-sale) a:hover *, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category:not(.on-sale) a:hover * {
  color: #fff;
}

.component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-category:not(.on-sale) a:active, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category:not(.on-sale) a:active, .component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-category:not(.on-sale) a:hover, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category:not(.on-sale) a:hover, .component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-category:not(.on-sale) a:focus, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category:not(.on-sale) a:focus {
  text-decoration: none;
  background-color: #0e909f;
}

.component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-category a:active, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category a:active, .component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-category a:hover, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category a:hover, .component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-category a:focus, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category a:focus {
  text-decoration: none;
  color: #fff;
}

.component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-category.on-sale a, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category.on-sale a {
  border: 2px solid #f6a623;
  background: #fff;
  color: #f6a623;
  font-size: 14px;
  font-weight: 600;
  height: 34px;
  text-align: center;
  text-shadow: none;
  box-shadow: none;
  display: inline-block;
  padding: 4px 25px 4px 25px;
  border-radius: 4px;
  padding: 9px 15px 7px 15px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-category.on-sale a:active, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category.on-sale a:active, .component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-category.on-sale a:hover, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category.on-sale a:hover {
  background: #f6a219;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

.component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-category.on-sale a:active, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category.on-sale a:active {
  background: #f1990a;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

.component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-category.on-sale a:disabled, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category.on-sale a:disabled, .component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-category.on-sale a.disabled, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category.on-sale a.disabled, .component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-category.on-sale a[disabled], .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category.on-sale a[disabled],
fieldset[disabled] .component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-category.on-sale a,
fieldset[disabled] .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category.on-sale a {
  cursor: not-allowed;
  opacity: 0.4;
}

.component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-category.on-sale a:active, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category.on-sale a:active, .component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-category.on-sale a:hover, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category.on-sale a:hover, .component.cxa-productlist-component .product-list > ul > li .product-summary .product-info .product-category.on-sale a:focus, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category.on-sale a:focus {
  text-decoration: none;
}

.component.cxa-promoted-products-component .product-list .title {
  font-size: 20px;
  margin-bottom: 15px;
  display: block;
}

@media (max-width: 991px) {
  .component.cxa-promoted-products-component .product-list .title {
    text-align: center;
  }
}

.component.cxa-promoted-products-component .product-list .load-more-btn {
  border: 2px solid #f6a623;
  color: #f6a623;
}

.component.cxa-promoted-products-component .product-list .load-more-btn:active, .component.cxa-promoted-products-component .product-list .load-more-btn:hover {
  color: #fff;
  background: #f6a623;
}

@media (max-width: 575px) {
  .component.cxa-promoted-products-component .product-list > ul > li {
    max-width: none;
    -ms-flex-preferred-size: 427px;
    flex-basis: 427px;
  }
}

.component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category a {
  border-color: #f6a623 !important;
}

.component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category a:active, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category a:hover, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category a:focus {
  background-color: #f6a623 !important;
  color: #fff;
}

.component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category a:active *,
.component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category a:hover *,
.component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category a:focus * {
  color: #fff !important;
}

.component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category a span {
  color: #f6a623 !important;
}

.component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category a span:active, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category a span:hover, .component.cxa-promoted-products-component .product-list > ul > li .product-summary .product-info .product-category a span:focus {
  text-decoration: none;
  color: #fff !important;
}

.component.cxa-promoted-products-component .current-price {
  background-color: #f6a623 !important;
}

.component.cxa-promoted-products-component .product-category.on-sale a {
  color: #f6a623;
}
