/*
|--------------------------------------------------------------------------
| Color Variables
|--------------------------------------------------------------------------
*/
/************* Screen Sizes Breakpoints Variables *************/
/*
|--------------------------------------------------------------------------
| Screen Sizes Breakpoints Variables
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Grid Columns, Options
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Spacing variables
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Gutter Variables
|--------------------------------------------------------------------------
*/
/* Genral Functions - Non-site-specific Functionality */
/* Functions for colors*/
/*** Foundation Functions **/
.widget-frequently-purchased {
  overflow: hidden; }
  .widget-frequently-purchased h3.title {
    text-align: left; }
    @media screen and (max-width: 481px) {
      .widget-frequently-purchased h3.title {
        text-align: center; } }
  .widget-frequently-purchased .frequently-purchased {
    overflow: hidden;
    overflow-x: auto; }
  .widget-frequently-purchased table.associated-products {
    width: 100%;
    min-width: 48rem;
    overflow: hidden;
    margin-bottom: 0; }
  .widget-frequently-purchased table tbody, .widget-frequently-purchased table tr.even, .widget-frequently-purchased table tr.alt, .widget-frequently-purchased table tr:nth-of-type(even) {
    background: #f8f8f8; }
  .widget-frequently-purchased tbody tr.headers {
    background: #FFF; }
    .widget-frequently-purchased tbody tr.headers th {
      font-size: 1rem;
      font-weight: 600; }
  .widget-frequently-purchased .item-thumb {
    width: 3.125rem;
    height: 3.125rem;
    margin-right: 0.625rem;
    float: left; }
  .widget-frequently-purchased .col-name .item-num {
    display: flex;
    flex-direction: column; }
  .widget-frequently-purchased .col-price .unit-net-price {
    color: #DB542C; }
  .widget-frequently-purchased .col-actions {
    display: flex;
    justify-content: flex-end; }
    .widget-frequently-purchased .col-actions .item-qty {
      max-width: 3.125rem;
      padding-right: 0.3125rem; }
    .widget-frequently-purchased .col-actions .item-qty input {
      text-align: center; }

/*# sourceMappingURL=ma-frequently-purchased.css.map */