/******************************
REDDIWIP SPECIFIC COLORS
******************************/
/******************************
COLORS
******************************/
/******************************
REDDIWIP SPECIFIC COLORS
******************************/
/******************************
COLORS
******************************/
/*****************************************************
BEGIN FUNCTIONS
*****************************************************/
/*****************************************************
BEGIN FUNCTIONS
*****************************************************/
/*****************************************************
BEGIN EXTENDS
*****************************************************/
/* line 28, ../../sass/config/_mixins.scss */
.product-list li a {
  font-family: ProximaNova, sans-serif;
  font-weight: bold;
}

/*****************************************************
END EXTENDS
*****************************************************/
/*****************************************************
BEGIN PRODUCT LANDING LIST
*****************************************************/
/* line 8, ../../sass/components/block-product-list.scss */
.product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0 40px;
}
@media (min-width: 768px) {
  /* line 8, ../../sass/components/block-product-list.scss */
  .product-list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    padding: 0;
    margin-top: 80px;
  }
}
/* line 25, ../../sass/components/block-product-list.scss */
.product-list li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  text-align: center;
  margin-bottom: 50px;
  padding: 0 8px;
}
@media (min-width: 768px) {
  /* line 25, ../../sass/components/block-product-list.scss */
  .product-list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    margin-bottom: 0;
    padding: 0;
  }
}
/* line 38, ../../sass/components/block-product-list.scss */
.product-list li a {
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 38, ../../sass/components/block-product-list.scss */
  .product-list li a {
    font-size: 0.9375rem;
  }
}
/* line 48, ../../sass/components/block-product-list.scss */
.product-list li img {
  margin-bottom: 18px;
}

/*****************************************************
END PRODUCT LANDING LIST
*****************************************************/
