.wasp-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }

.wasp-col-xs-1, .wasp-col-xs-2, .wasp-col-xs-3, .wasp-col-xs-4, .wasp-col-xs-5, .wasp-col-xs-6, .wasp-col-xs-7, .wasp-col-xs-8, .wasp-col-xs-9, .wasp-col-xs-10, .wasp-col-xs-11, .wasp-col-xs-12, .wasp-col-sm-1, .wasp-col-sm-2, .wasp-col-sm-3, .wasp-col-sm-4, .wasp-col-sm-5, .wasp-col-sm-6, .wasp-col-sm-7, .wasp-col-sm-8, .wasp-col-sm-9, .wasp-col-sm-10, .wasp-col-sm-11, .wasp-col-sm-12, .wasp-col-md-1, .wasp-col-md-2, .wasp-col-md-3, .wasp-col-md-4, .wasp-col-md-5, .wasp-col-md-6, .wasp-col-md-7, .wasp-col-md-8, .wasp-col-md-9, .wasp-col-md-10, .wasp-col-md-11, .wasp-col-md-12, .wasp-col-lg-1, .wasp-col-lg-2, .wasp-col-lg-3, .wasp-col-lg-4, .wasp-col-lg-5, .wasp-col-lg-6, .wasp-col-lg-7, .wasp-col-lg-8, .wasp-col-lg-9, .wasp-col-lg-10, .wasp-col-lg-11, .wasp-col-lg-12, .wasp-col-xl-1, .wasp-col-xl-2, .wasp-col-xl-3, .wasp-col-xl-4, .wasp-col-xl-5, .wasp-col-xl-6, .wasp-col-xl-7, .wasp-col-xl-8, .wasp-col-xl-9, .wasp-col-xl-10, .wasp-col-xl-11, .wasp-col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float: none; }

.wasp-btn {
  display: inline-block;
  max-width: 100%;
  padding: 9.5px 30px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  -webkit-transition: .1s;
  transition: .1s;
  font-style: normal;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.02em; }

.wasp-btn-primary {
  color: #ffffff;
  background-color: #2273b8; }

@media (min-width: 576px) {
  .wasp-col-sm-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .wasp-col-sm-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; } }

.wasp-product-list {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  .wasp-product-list .header {
    background: #c0c0c0;
    color: #5e6469;
    font-size: 16px;
    font-weight: bold;
    text-align: center; }
  .wasp-product-list .product {
    border: 1px solid lightgrey;
    border-top: 0px;
    min-height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
    cursor: pointer; }
    .wasp-product-list .product .image-col .position {
      position: absolute;
      top: -2px;
      left: -2px;
      background: url(https://cms.wusoma.com/images/assets/bg-position.png) no-repeat;
      height: 23px;
      width: 66px;
      color: #fff;
      padding-left: 5px;
      padding-top: 1px;
      font-size: 10pt; }
    .wasp-product-list .product .image-col .zoom {
      position: absolute;
      top: 5px;
      right: 5px; }
    .wasp-product-list .product .image-col .shop-logo {
      display: none;
      position: absolute;
      right: 0px;
      bottom: 0px; }
    .wasp-product-list .product .image-focus .shop-logo {
      display: block !important; }
    .wasp-product-list .product .brand-col {
      text-align: center; }
      .wasp-product-list .product .brand-col a {
        font-weight: bold;
        clear: left;
        float: left;
        color: #2763a8;
        font-size: 16px;
        word-break: break-word; }
    .wasp-product-list .product .features-col li::before {
      content: "";
      position: absolute;
      background: url(https://cms.wusoma.com/images/assets/plus.png) no-repeat;
      height: 16px;
      width: 14px;
      margin-left: -20px;
      margin-top: 1px; }
    .wasp-product-list .product .features-col li {
      list-style: none;
      font-size: 12px;
      line-height: 15px;
      padding-top: 2px;
      overflow: hidden;
      max-width: 175px; }
    .wasp-product-list .product .review-col {
      text-align: center; }
      .wasp-product-list .product .review-col .reviews-wrapper {
        margin-top: 10px; }
    .wasp-product-list .product .details-col {
      text-align: center; }
      .wasp-product-list .product .details-col button {
        margin: 10px; }
      .wasp-product-list .product .details-col li {
        list-style: none; }
      .wasp-product-list .product .details-col .offers {
        margin-left: 75px; }
      .wasp-product-list .product .details-col .product-offer img {
        width: 48px;
        position: relative;
        top: 5px; }

.product-feature .feature-info {
  max-height: 45px;
  overflow: hidden;
  position: relative; }

.product-feature .more-link {
  color: #0066c0;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: white;
  padding-left: 3px; }

.product-feature .content-fader {
  height: 16px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff); }

.wasp-post-header {
  height: 300px;
  padding: 20px; }
  .wasp-post-header .post__tags .meta-title {
    display: none; }
  .wasp-post-header h1 {
    color: white; }
  .wasp-post-header span.excerpt {
    color: white; }
  .wasp-post-header .entry-meta-main {
    margin-top: 25px; }

.wasp-offer-grid .items-wrapper {
  margin-right: -10px; }

.wasp-offer-grid .load-more-wrapper {
  width: 100%;
  float: left;
  background-color: white;
  padding: 10px;
  text-align: center;
  border: 1px solid lightgrey; }

.wasp-offer-grid > .items-wrapper > .offer-item {
  height: 320px;
  width: 190px;
  min-width: 100px;
  background-color: white;
  border: 1px solid lightgrey;
  float: left;
  margin-left: 0px;
  margin-bottom: 10px;
  margin-right: 5px;
  padding-top: 167px;
  position: relative;
  text-align: center;
  cursor: pointer; }
  .wasp-offer-grid > .items-wrapper > .offer-item .img-outer-wrapper {
    height: 167px;
    line-height: 167px;
    border-bottom: 1px solid #e4e4e4;
    text-align: center;
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
    .wasp-offer-grid > .items-wrapper > .offer-item .img-outer-wrapper .img-inner-wrapper {
      margin: auto;
      position: relative;
      padding: 3px;
      cursor: -webkit-zoom-in;
      cursor: zoom-in;
      line-height: 1.5;
      vertical-align: middle;
      display: inline-block; }
      .wasp-offer-grid > .items-wrapper > .offer-item .img-outer-wrapper .img-inner-wrapper .zoom {
        color: black;
        position: absolute;
        right: 5px;
        top: 5px; }
      .wasp-offer-grid > .items-wrapper > .offer-item .img-outer-wrapper .img-inner-wrapper img {
        max-width: calc(100% - 6px);
        max-height: 160px;
        cursor: -webkit-zoom-in;
        cursor: zoom-in; }
    .wasp-offer-grid > .items-wrapper > .offer-item .img-outer-wrapper .shop-logo {
      position: absolute;
      bottom: 1px;
      right: 1px;
      background-color: white;
      left: 1px;
      display: none;
      padding: 2px;
      text-align: right;
      height: 35px; }
      .wasp-offer-grid > .items-wrapper > .offer-item .img-outer-wrapper .shop-logo img {
        max-width: 88px;
        max-height: 31px; }
  .wasp-offer-grid > .items-wrapper > .offer-item .title-wrapper {
    float: left;
    font-size: 14px;
    line-height: 1.25;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    height: 34px;
    margin-top: 3px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .wasp-offer-grid > .items-wrapper > .offer-item .price-block {
    float: left;
    width: calc(100% - 5px);
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    list-style: none outside none;
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0px; }
    .wasp-offer-grid > .items-wrapper > .offer-item .price-block .price-li {
      font-weight: bold;
      font-size: 20px;
      color: #333;
      line-height: 1.1;
      text-align: right; }
    .wasp-offer-grid > .items-wrapper > .offer-item .price-block .old-price-li {
      display: block;
      font-size: 11px;
      font-style: italic;
      text-decoration: line-through; }
    .wasp-offer-grid > .items-wrapper > .offer-item .price-block .bids-li {
      display: none; }
    .wasp-offer-grid > .items-wrapper > .offer-item .price-block .shipping-li {
      font-size: 13px;
      color: #767676;
      line-height: 1.1;
      padding-top: 5px;
      margin-top: 0px; }
    .wasp-offer-grid > .items-wrapper > .offer-item .price-block .shop-name-li {
      font-size: 13px;
      color: #767676;
      line-height: 1.1;
      padding-top: 5px;
      display: none; }
  .wasp-offer-grid > .items-wrapper > .offer-item .shop-name-div {
    color: lightgrey;
    font-size: 12px;
    display: none; }

.item-focus {
  border: 1px solid black !important; }

.item-visited {
  border: 1px solid green !important; }

