
.widget-item-list.widget-primary .widget-caption a {
  margin-left: 50px !important;
  background-color: #142434;
}

.row.da-itemlistwidget {
  flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: hidden;
}

.da-itemlistwidget > div {
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -webkit-box-pack: center;
}

.da-itemlistwidget .cmp-product-thumb, 
.da-itemlistwidget .cmp-product-thumb .thumb-image,
.da-itemlistwidget .cmp-product-thumb .thumb-content{
  max-width: 350px;
  background-color: #fff;
}

.da-itemlistwidget .cmp-product-thumb {
  background-color: transparent;
  -webkit-box-shadow: 0px 10px 20px 0px #000;
  box-shadow: 0px 10px 20px 0px #000;
}

.da-itemlistwidget .cmp-product-thumb .thumb-content {
  background-color: transparent;
  background-image: linear-gradient(to bottom,#142434, transparent);
  border-width: 0px 1px 1px;
  border-color: #142434;
  border-style: solid;
}

.da-itemlistwidget .cmp-product-thumb .prices {
  background-color: transparent;
}

.da-itemlistwidget .cmp-product-thumb .price span {
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
}

.da-itemlistwidget .cmp-product-thumb .price {
  font-size: 20px;
  font-weight: 700;
  min-height: 21px;
  line-height: 1;
  background-color: transparent;
  width: max-content;
  color: #ffffff;
  margin: auto;
  padding: 5px 12px;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
}

@media (min-width: 1400px) {
  .row.da-itemlistwidget .prop-2-3 {
    max-height: 350px !important;
  }
  
  .col-xxl-1-8 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 12.5% !important;
    flex: 0 0 12.5% !important;
    max-width: 12.5% !important;
  }

  .col-xxl-1-7 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 14.28571% !important;
    flex: 0 0 14.28571% !important;
    max-width: 14.28571% !important;
  }

  .col-xxl-1-5 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }

  .da-itemlistwidget .cmp-product-thumb .thumb-title {
    font-size: .8vmin;
  }

  .da-itemlistwidget .cmp-product-thumb .price {
    font-size: 15px;
    min-height: 15px;
    padding: 0px 3px;
  }
}
