@media (max-width: 768px) {
  body .custom-top-bar {
    z-index: 1;
    margin-top: 110px;
  }
  body {
    margin-top: 0px;
  }
  .in-kosik .overall-wrapper,
  .overall-wrapper {
    padding-top: 10px;
  }
  #hodnoceniobchodu.moved {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  body .widget-parameter-wrapper .widget-parameter-value a {
    width: 25px;
    min-height: 25px;
    height: 25px;
  }
  body .widget-parameter-wrapper {
    margin-top: 5px;
  }
}

.widget-parameter-wrapper .widget-parameter-list {
  width: 100%;
  margin: 0 -25px;
}

.products-block .widget-parameter-list {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
  justify-content: flex-start;
  margin: 0;
}

.widget-parameter-wrapper {
  position: relative;
  left: auto;
  width: 100%;
  bottom: auto;
  margin-bottom: 0;
  margin-top: 15px;
}

.columns-mobile-2 .products-block > div .ratings-wrapper {
  padding-bottom: 0;
}

.is-border-radius-rectangle
  .widget-parameter-wrapper
  .widget-parameter-value
  a {
  border-radius: 100% !important;
}

.widget-parameter-wrapper .widget-parameter-value a {
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
  color: black;
  border-radius: 5px !important;
  border: 1px solid transparent;
  padding: 0;
  border: 1px solid #fcfcfc;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  /* background-color: #292929;
  color: var(--color-secondary); */
}

@media (min-width: 768px) {
  .product .p {
    padding: 20px 15px 80px;
  }
  .products-block .p .flags-default {
    left: -10px;
    top: -15px;
  }
}
