.m101-widget.upswdpofkd {
  width: 100%;
}

.m101-widget.upswdpofkd a {
  text-decoration: none;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #333333;
  font-family: inherit;
  font-weight: 400;
}

.m101-widget.upswdpofkd a:hover {
  color: #1a1a1a;
}

.m101-widget.upswdpofkd .m101-widget-price-comparison-title {
  font-size: 1.4375rem;
  padding-bottom: 20px;
}

.m101-widget.upswdpofkd .m101-widget-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #FFFFFF;
  /* display: table-row;
      position: relative;
      padding-top: 2px;
      padding-bottom: 2px; */
}

.m101-widget.upswdpofkd .m101-widget-image {
  grid-area: 1 / 1 / 2 / 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  text-align: center;
}

.m101-widget.upswdpofkd .m101-widget-image img {
  margin: 5px 0;
  vertical-align: middle;
  max-height: 50px;
}

.m101-widget.upswdpofkd .m101-widget-product-name {
  display: none;
}

.m101-widget.upswdpofkd .m101-widget-merchant-name {
  display: none;
  /* display: table-cell;
    border-bottom: 1px solid #cccccc;
    vertical-align: middle; */
}

.m101-widget.upswdpofkd .m101-widget-merchant-image {
  grid-area: 1 / 2 / 2 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m101-widget.upswdpofkd .m101-widget-original-price {
  display: none;
}

.m101-widget.upswdpofkd .m101-widget-final-price {
  grid-area: 1 / 3 / 2 / 4;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.m101-widget.upswdpofkd .m101-widget-final-price a,
.m101-widget.upswdpofkd .m101-widget-final-price a:hover {
  color: #333333;
  font-weight: 600;
  font-size: 17px;
}

.m101-widget.upswdpofkd .m101-widget-discount {
  display: none;
}

.m101-widget.upswdpofkd .m101-widget-button {
  grid-area: 1 / 4 / 2 / 5;
  display: flex;
  align-items: center;
  text-align: right;
  white-space: nowrap;
}

.m101-widget.upswdpofkd .m101-widget-button a {
  padding: 7px 40px;
  font-size: 15px;
  background-color: #3F84D6 !important;
  color: #fff;
  border-radius: 3px !important;
}

.m101-widget.upswdpofkd .m101-widget-button a:after {
  content: "BUY NOW";
  font-weight: bold;
}

.m101-widget.upswdpofkd .m101-widget-button a:hover {
  background-color: #29588f !important;
}

@media only screen and (max-width: 470px) {
  .m101-widget.upswdpofkd .m101-widget-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 5px;
  }

  .m101-widget.upswdpofkd .m101-widget-image {
    grid-area: 1 / 1 / 3 / 2;
    height: 90px !important;
  }

  .m101-widget.upswdpofkd .m101-widget-image img {
    margin: 5px 0;
    vertical-align: middle;
    max-height: 80px !important;
  }

  .m101-widget.upswdpofkd .m101-widget-merchant-image {
    grid-area: 1 / 2 / 3 / 3;
  }

  .m101-widget.upswdpofkd .m101-widget-final-price {
    grid-area: 1 / 3 / 2 / 4;
  }

  .m101-widget.upswdpofkd .m101-widget-final-price a {
    margin-bottom: -20px;
  }

  .m101-widget.upswdpofkd .m101-widget-button {
    grid-area: 2 / 3 / 3 / 4;
    justify-content: center;
    position: relative;
  }

  .m101-widget.upswdpofkd .m101-widget-button a {
    padding: 8px 30px;
  }
}
