﻿.ab-selling-product-module .selling-module {
  background-color: transparent;
}

.ab-selling-product-module .selling-module p {
  margin: unset;
  padding: unset;
}

.ab-selling-product-module .selling-module .selling-module-heading {
  vertical-align: middle;
  line-height: 30px;
  padding: 10px 0;
  border-bottom: 1px solid #cacaca;
  position: relative;
}

.ab-selling-product-module .selling-module .selling-module-heading .selling-module-pager {
  position: static;
  float: right;
  padding-left: 3px;
  padding-right: 8px;
}

.ab-selling-product-module .selling-module .selling-module-body {
  /*max-height: 500px;*/
  overflow: hidden;
  padding: 10px 0;
}

.ab-selling-product-module .selling-module .selling-module-title {
  margin: unset;
  padding: 0 10px;
}

.ab-selling-product-module .selling-module .selling-module-products-slide {
  padding: 10px 0;
}

.ab-selling-product-module .selling-module .selling-module-products-slide .selling-product-element {
  width: 25%;
  min-height: 1px;
  text-align: center;
}

.ab-selling-product-module .selling-module .selling-module-products-slide .selling-product-element .selling-product-img {
  overflow: hidden;
  /*display: flex;*/
  max-width: 240px;
  height: 330px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.ab-selling-product-module .selling-module .selling-module-products-slide .selling-product-element .selling-product-img img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 360px) {
  .ab-selling-product-module .selling-module .selling-module-products-slide .selling-product-element .selling-product-img {
    height: 180px;
  }
}

@media only screen and (max-width: 720px) {
  .ab-selling-product-module .selling-module .selling-module-products-slide .selling-product-element .selling-product-img {
    max-width: 200px;
  }
}

@media only screen and (min-width: 360px) and (max-width: 980px) {
  .ab-selling-product-module .selling-module .selling-module-products-slide .selling-product-element .selling-product-img {
    height: 260px;
  }
}

.ab-selling-product-module .selling-module .selling-module-products-slide .selling-product-element .selling-product-content {
  margin: 0 auto;
  height: 60px;
}

.ab-selling-product-module .selling-module .selling-module-products-slide .selling-product-element .selling-product-content .selling-product-name {
  max-height: 40px;
  /*max-width: 140px;
                        margin: 0 auto;
                        -ms-word-wrap: break-word;
                        word-wrap: break-word;
                        white-space: pre-wrap;*/
}

.ab-selling-product-module .selling-module .selling-module-products-slide .selling-product-element .selling-product-content .selling-product-price {
  font-weight: 700;
}

.ab-selling-product-module .selling-module .selling-module-products-slide .selling-product-element .selling-product-content .selling-product-oldprice {
  color: #cacaca;
  text-decoration: line-through;
  font-weight: normal;
}

.ab-selling-product-module .selling-btn {
  display: inline-block;
  background: #fff;
  border: 1px solid #cecece;
  padding: 9px 10px;
  box-shadow: inset 0 0 0 1px #f0f0f0;
  line-height: 12px;
}

.ab-selling-product-module .selling-btn-cart {
  font-weight: 700;
}

.ab-selling-product-module .selling-btn-not-available {
  background: #e6e6e6;
}

.ab-selling-product-module .selling-btn-pager {
  padding: 6px;
  width: 25px;
  height: 25px;
  color: #cccccc;
}

.ab-selling-product-module .selling-module-heading::before, .ab-selling-product-module .selling-module-heading::after,
.ab-selling-product-module .selling-module-products-slide::before, .ab-selling-product-module .selling-module-products-slide::after,
.ab-selling-product-module .selling-product-element::before, .ab-selling-product-module .selling-product-element::after {
  content: " ";
  display: table;
  clear: both;
}

.ab-clearfix:after {
  clear: both;
}

.ab-clearfix:before, .ab-clearfix:after {
  display: table;
  content: " ";
}

.ab-hide {
  display: none;
}

/*# sourceMappingURL=appbulk-selling-products.css.map */