.recently-list {
  padding: 0;
  margin: 0;
  display: none;
  list-style: none;
  min-width: 21.875rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 3.125rem;
  z-index: 1;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.25); }
  .recently-list:after, .recently-list:before {
    content: "";
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    position: absolute;
    height: 50px; }
  .recently-list:after {
    bottom: -12.5px;
    background: white;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.25);
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 0; }
  .recently-list:before {
    bottom: -25px;
    width: 100%; }

@media only screen and (max-width: 1340px) {
  .recently-list {
    left: -50%;
    -webkit-transform: none;
    transform: none; }
    .recently-list:after {
      margin: 0;
      left: 25%; } }

.recently-list__container {
  max-height: 21.25rem;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  position: relative;
  z-index: 1; }

.active .recently-list {
  display: block; }

.recently-list-item {
  padding: 0.9375rem;
  margin: 0;
  border-top: 1px #ededee solid;
  /*&:last-child {
        border-top-width: 0;
        border-bottom-left-radius: $border-radius-base;
        border-bottom-right-radius: $border-radius-base;
    }*/ }
  .recently-list-item:first-child {
    border-top-width: 0;
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem; }

.recently-product-image-block {
  text-align: center;
  padding-right: 0.9375rem; }

.recently-product-name {
  font-size: 0.875rem;
  margin-bottom: 0.625rem; }

.recently-product-additional-block {
  display: table;
  font-size: 0.6875rem; }

.recently-product-amount,
.recently-product-price {
  display: table-row; }

.recently-product-amount-text,
.recently-product-amount-value,
.recently-product-price-text,
.recently-product-price-value {
  display: table-cell;
  vertical-align: middle; }

.recently-product-amount-text,
.recently-product-price-text {
  padding-right: 0.625rem; }
