.pos-bestsellers {
  margin-top: 40px;
  position: relative; }
  .pos-bestsellers .pos-title {
    background: #0083c1;
    padding: 20px;
    border-radius: 3px 3px 0 0;
    display: inline-block; }
    .pos-bestsellers .pos-title h2:before {
      content: "\f356"; }
  .pos-bestsellers .pos-topsellers {
    border: 1px solid #e6e6e6;
    border-radius: 0 3px 3px 3px;
    padding: 10px; }
  .pos-bestsellers .item-product .product-contents {
    background: transparent;
    overflow: hidden;
    display: block;
    width: auto;
    position: relative; }
  .pos-bestsellers .item-product:last-child {
    margin-bottom: 0px; }
  .pos-bestsellers .owl-carousel .owl-item {
    padding: 1px; }
  .pos-bestsellers .owl-carousel .owl-buttons {
    top: 10px; }

.pos-bestsellers-product .title_block:after {
  display: none; }
@media (max-width: 991px) {
  .pos-bestsellers-product .title_block {
    font-size: 18px; } }
.pos-bestsellers-product .item-product {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  border-radius: 0; }
  .pos-bestsellers-product .item-product:before {
    display: none; }
  .pos-bestsellers-product .item-product:last-child {
    margin: 0; }
  .pos-bestsellers-product .item-product .products-inner {
    float: left;
    width: 90px;
    margin-right: 20px; }
  .pos-bestsellers-product .item-product .product-contents {
    overflow: hidden;
    width: auto;
    display: block;
    padding: 0;
    text-align: left; }
    @media (min-width: 768px) and (max-width: 991px) {
      .pos-bestsellers-product .item-product .product-contents {
        display: inline-block;
        width: 100%;
        overflow: visible;
        padding-top: 10px; } }
    .pos-bestsellers-product .item-product .product-contents h5.product-name a {
      font-size: 16px;
      text-transform: capitalize;
      line-height: 18px; }
      @media (max-width: 1199px) {
        .pos-bestsellers-product .item-product .product-contents h5.product-name a {
          overflow: hidden;
          text-overflow: ellipsis;
          width: 100px; } }

/*# sourceMappingURL=posbestsellers.css.map */
