body {
    font-size: 14px;
    color: #666;
    line-height: 18px;
    background: #f2f5f9;
    font-family: 'Roboto', sans-serif;
  }

header {
    width: auto;
    background: #fdfdfd;
    border-bottom: 4px solid #d21e1e;
}
main {
  max-width: 1200px;
  margin: auto;
  padding: 1.2rem 1rem;
}
h1 {
  text-transform: capitalize;
  font-size: 1.6rem;
}
h2 {
  color: #2f2f2f;
  font-size: 15px;
  text-transform: capitalize;
}
a {
  color: #d51464;
  text-decoration: none;
}
.container {
  max-width: 1200px;
}
.navbar{
  padding-bottom: 0;
}
.nav-link{
  font-weight: 700;
}
.home {
  background-color: #d21e1e;
  padding: 11px 14px;
}
.search {
  position: relative;
  display: flex;
}
.searchTerm {
  width: 100%;
  border: 2px solid #d21e1e;
  border-right: none;
  padding: 5px;
  outline: none;
  color: #ee5b88;
}
.searchButton {
  width: 60px;
  height: 36px;
  border: 1px solid #d21e1e;
  background: #d21e1e;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
}
.dropdown-menu{
  width: 200px;
}
.productListingWrapper {
  border: 1px solid #ededed;
  padding: 15px 15px 8px;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 30px 0 rgba(182, 182, 227, 0.30);
  box-shadow: 5px 5px 30px 0 rgba(182, 182, 227, 0.30);
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.productListingWrapper:hover {
  -webkit-box-shadow: inset 0 0 0 3px #d21e1e,0 0 1px transparent;
  -moz-box-shadow: inset 0 0 0 3px #d21e1e,0 0 1px transparent;
  box-shadow: inset 0 0 0 3px #d21e1e,0 0 1px transparent;
}
.productListing-poza {
  width: 100%;
  height: 150px;
  text-align: center;
  position: relative;
  font-size: 0;
}
.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.productListing-poza img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.productTitle {
  margin: 5px 0;
  display: block;
  clear: both;
  text-align: center;
}
footer {
  line-height: 50px;
  text-align: center;
  width: 100%;
  background: #fdfdfd;
  border-top: 1px solid #e2e2e3;
  border-bottom: 1px solid #e2e2e3;
}
.bItem, .breadcrumb-item.active {
  color: #626a71;
}
.cookiealert .acceptcookies {
  font-size: 12px;
  padding: 2px;
  width: 90px;
  margin: 0 0 0 5px;
}
.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 99999999999;
  opacity: 0;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  font-size: 15px;
  color: #ecf0f1;
  background-color: rgba(0, 0, 0, 0.8);
}

.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert a {
  text-decoration: underline;
  color: #fff;
}

.cookiealert .acceptcookies {
  margin: 0 0 0 5px;
  text-align: center;
  padding: 2px;
  width: 105px;
  font-size: 14px;
  background-color: #85c154;
}
.scrolltitle {
  position: relative;
  margin-bottom: 15px;
  border-bottom: 2px solid #e2e2e2;
}
.scrolltitle h1 {
  display: inline-block;
  margin-bottom: -2px;
  padding-bottom: 5px;
  color: #3f4348;
  border-bottom: 2px solid #d21e1e;
}
.productListing-pozaProdus{
  width: 100%;
  height: 110px;
  text-align: center;
  position: relative;
  font-size: 0;
}
@media (min-width:576px) {
  .productListing-pozaProdus{
    height: 185px;
  }
}

.productListing-pozaProdus a {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.productListing-pozaProdus img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.badgesWrapper {
  position: absolute;
  top: 30px;
  left: 15px;
}
.badge {
  color: #fff;
  width: auto;
  height: auto;
  right: auto;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #d21e1e;
  border: 1px solid #d21e1e;
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  box-sizing: border-box;
  margin-right: 1px;
  border-radius: 0;
}
.pret {
  margin: 12px 0 5px;
  font-size: 23px;
  float: none;
  height: auto;
  display: inline-block;
  color: #db265d;
  font-weight: normal;
}
b.moneda {
  font-size: 18px;
  display: inline-block;
  margin-left: 2px;
  color: #0e0e0e;
  font-weight: normal;
}
b.productprice {
  font-weight: normal;
}
b.old-price {
  font-size: 15px;
  display: inline-block;
  margin-left: 2px;
  color: #0e0e0e;
  font-weight: normal;
}
.caract_scurte {
  display: block;
  line-height: 13px;
  height: 39px;
  overflow: hidden;
  color: #6c757d;
  margin: 3px 0 6px;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
.page-link {
  color: #ee5b88;
}
.produsbg {
  background-color: #fdfdfd;
  border: 2px solid rgba(245, 106, 121, 0.2);
}
.produsWrapper {
  padding: 15px 15px 8px;
}
.produsP {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.produsD {
  margin: auto;
  width: 95%;
}
.pozaP {
  margin: auto;  /* Magic! */
  max-width: 100%;
  max-height: 100%;
}
.oferte_cautate {
  clear: both;
  padding-top: 8px;
  height: 45px;
  overflow: hidden;
}
.logo-3 {
  color: #000 !important;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.3;
}
.logo-3 span {
  background: #d21e1e;
  color: #fff;
  padding: 0 4px;
}
.section-desc {
  max-height: 100px;
  color: var(--bs-secondary-color) !important;
}