body {
  font-family: 'Ubuntu', sans-serif;
}
.fit-image {
  width: 100%;
}
.badge-promo {
  position:absolute;
  display:block;
  left:40%;
  top:100px;
  z-index:1;
  width: 10%;
}
#home {
  height: unset !important;
}
#home .cover-image {
  width: 100%;
}
#home #contact {
  float: right;
}
#home .home-wrapper .row .formular{
  left: 15px;
  margin: unset !important;
}
#home .home-wrapper .row .formular .gdpr-checkbox1{
  margin-top: 8px;
}
.gray-banner {
  background-color: rgba(0, 0, 0, 0.70);
  padding: 15px;
  color: #ffffff;
}
.dark-banner {
  background-color: #000000;
  padding: 15px;
  color: #ffffff;
}
.orange-banner {
  background-color: #efca30;
  padding: 30px 0;
  color: #000000;
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
}
.icons-row{
  display: flex;
}


#produse-in-promotie .table>thead>tr>th{
  border-bottom-color: #efca30;
}
#produse-in-promotie .table>tbody>tr>td {
  border-top: 2px solid #efca30;
}
#produse-in-promotie .section {
  padding-bottom: 50px;
}
#produse-in-promotie .left-side{
  padding-right: 50px;
}
#produse-in-promotie .right-side {
  padding-left: 50px;
  padding-top: 50px;
  padding-right: 50px;
}
#produse-in-promotie #first-section .right-side .icons-row .icon,
#produse-in-promotie #third-section .right-side .orange-icons-row .icon{
  font-weight: bold;
}
#produse-in-promotie #first-section .right-side .icons-row .icon,
#produse-in-promotie #second-section .left-side .icons-row .icon,
#produse-in-promotie #third-section .right-side .icons-row .icon{
  margin-right: 15px;
  color: #000000;
}
#produse-in-promotie #first-section .right-side .title,
#produse-in-promotie #first-section .right-side p,
#produse-in-promotie #third-section .right-side .title {
  margin-bottom: 25px;
}
#produse-in-promotie #first-section .right-side p:last-child,
#produse-in-promotie #third-section .right-side p:last-child{
  margin-bottom: 50px;
}
#produse-in-promotie #second-section .row{
  display: flex;
}
#produse-in-promotie #second-section .right-side{
  padding-left: 50px;
}
#produse-in-promotie #second-section .left-side{
  padding-left: 100px;
  padding-right: 100px;
}
#produse-in-promotie #second-section .left-side .row{
  justify-content: center;
}
#produse-in-promotie #first-section .right-side .icons-row,
#produse-in-promotie #second-section .left-side .icons-row,
#produse-in-promotie #third-section .right-side .orange-icons-row{
  padding-bottom: 15px;
  padding-left: 15px;
}
#produse-in-promotie #second-section .left-side .brand-color-icon{
  padding-left: 0;
}

#produse-in-promotie #third-section .right-side{
  padding-left: 50px;
  padding-right: 50px;
}
#produse-in-promotie #third-section .right-side .title{
  margin-top: 0;
}
#produse-in-promotie #third-section .right-side .orange-icons-row {
  margin-bottom: 25px;
}
#produse-in-promotie #third-section .right-side .color-icons-row {
  display: flex;
  padding-left: 15px;
}

#produse-in-promotie #third-section .right-side .table-row {
  width: 80%;
  padding-left: 15px;
}
#produse-in-promotie #third-section .right-side .brand-color-icon{
  padding: 0;
}


#avantajele-pavelelor-vibropresate {
  padding-bottom: 50px;
}
#avantajele-pavelelor-vibropresate .section-header{
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
#avantajele-pavelelor-vibropresate .icons-row{
  margin-bottom: 25px;
}
#avantajele-pavelelor-vibropresate .icons-row img{
  margin-right: 15px;
  margin-top: 5px;
}


#garantie .left-side .content-row{
  padding-left: 100px;
  padding-top: 25px;
}
#garantie .left-side .content-row .title,
#garantie .left-side .content-row p{
  margin-bottom: 25px;
}
#garantie .left-side .content-row img{
  width: 30%;
}


#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #efca30;
  width: 45px;
  height: 45px;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
#return-to-top i{
  color: #fff;
  margin: 0;
  position: relative;
  left: 14px;
  top: 10px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-chevron-up:before {
  content: "\f077";
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
#return-to-top:hover {
background: #333333;
}
#return-to-top:hover i {
color: #fff;
top: 5px;
}
#orange-footer {
padding-top: 15px;
padding-bottom: 15px;
background: #efca30;
}
@media only screen and (max-width: 768px) {
  .badge-promo {
    left: 70%;
    width: 25%;
  }

  #home .home-wrapper .row {
    display: flex;
    justify-content: center;
  }
  #home .home-wrapper .row .formular{
    top: 50px;
    width: 90%;
    left: 0;
  }
  #home .home-wrapper .row .formular .accordion-gdpr-form a::after {
    right: 220px;
  }
  #home .home-wrapper .row .formular .gdpr-checkbox1{
    margin-top: 4px;
  }
  #produse-in-promotie .brand-color-icon{
    justify-content: flex-end;
  }
  #produse-in-promotie .section {
    padding-bottom: 25px;
  }
  #produse-in-promotie #first-section .left-side{
    padding-right: 0;
  }
  #produse-in-promotie #first-section .right-side,
  #produse-in-promotie #third-section .right-side,
  #garantie .left-side .content-row{
    padding-left: 25px;
    padding-top: 10px;
    padding-right: 25px;
  }
  #produse-in-promotie #first-section .right-side .title,
  #produse-in-promotie #first-section .right-side p {
    margin-bottom: 15px;
  }
  #produse-in-promotie #first-section .right-side p:last-child {
    margin-bottom: 30px;
  }
  #produse-in-promotie #first-section .right-side .icons-row,
  #produse-in-promotie #second-section .left-side .icons-row,
  #produse-in-promotie #third-section .right-side .icons-row{
    width: 100%;
  }
  #produse-in-promotie #first-section .right-side .icons-row .icon,
  #produse-in-promotie #second-section .left-side .icons-row .icon,
  #produse-in-promotie #third-section .right-side .icons-row .icon{
    margin-right: 5px;
    display: flex;
    flex-direction: column;
    width: 17%;
    font-size: 10px;
  }
  #produse-in-promotie #second-section .left-side .icons-row .icon,
  #produse-in-promotie #third-section .right-side .color-icons-row .icons-row .icon{
    width: 30%;
    font-size: 12px;
  }

  #produse-in-promotie #first-section .right-side .icons-row,
  #produse-in-promotie #second-section .left-side .icons-row,
  #produse-in-promotie #third-section .right-side .icons-row{
    padding-left: 0;
  }
  #produse-in-promotie #first-section .right-side .icons-row,
  #produse-in-promotie #second-section .left-side .icons-row,
  #produse-in-promotie #third-section .right-side .icons-row{
    justify-content: center;
  }
  #produse-in-promotie #first-section .right-side .icons-row .icon,
  #produse-in-promotie #second-section .left-side .icons-row .icon,
  #produse-in-promotie #third-section .right-side .icons-row .icon{
    margin-right: 5px;
  }
  #produse-in-promotie #second-section .left-side .brand-color-icon .icon{
    margin-right: 10px;
  }
  #produse-in-promotie #second-section .row {
    flex-direction: column;
  }
  #produse-in-promotie #second-section .full-row {
    flex-direction: column-reverse;
  }
  #produse-in-promotie #second-section .right-side {
    padding-left: 0;
  }
  #produse-in-promotie #second-section .left-side{
    padding-left: 25px;
    padding-top: 25px;
    padding-right: 25px;
  }
  #produse-in-promotie #second-section .left-side .icons-row{
    justify-content: center;
    padding-left: 5px;
  }
  #produse-in-promotie #second-section .left-side .brand-color-icon{
    justify-content: flex-end;
    margin: 0;
  }
  #produse-in-promotie #second-section .left-side  .table>thead>tr>th {
    padding-right: 0;
    padding-left: 0;
  }
  #produse-in-promotie #third-section{
    padding-bottom: 0;
  }
  #produse-in-promotie #third-section .right-side .title{
    margin-top: 10px;
  }
  #produse-in-promotie #third-section .right-side .table-row {
    width: 100%;
    margin: 0;
    padding-left: 0;
  }
  #produse-in-promotie #third-section .right-side .color-icons-row{
    flex-direction: column;
  }
  #produse-in-promotie #third-section .right-side .color-icons-row .icons-row{
    justify-content: flex-end;
    padding-right: 10px;
  }
  #produse-in-promotie #third-section .right-side .brand-color-icon{
    padding-top: 15px;
  }

  #avantajele-pavelelor-vibropresate {
    padding-bottom: 10px;
  }
  #avantajele-pavelelor-vibropresate .icons-row img {
    height: fit-content;
  }

  #garantie .left-side .first-footer-img{
    margin-bottom: 5px;
  }
  #garantie .left-side .content-row img{
    width: 50%;
  }
  #garantie .left-side .content-row {
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 360px) {
  #home .home-wrapper .row .formular .accordion-gdpr-form a::after {
    right: 170px;
  }
  .badge-promo {
    left: 73%;
    width: 23%;
  }
}