.fa-trash:hover,
._cardBackgroundSelected:hover,
._cardBackgroundBlack:hover,
._cardBackgroundBlackSelected:hover,
._cardBackground:hover {
  cursor: pointer;
}

section {
  width: 100vw;
  height: 100vh;
  border-bottom: 10px solid #e6007e;
  position: relative;
}

.bg-pink {
  background-color: #e6007e;
  border-color: #e6007e;
}

.bg-black {
  background-color: #232323;
  border-color: #232323;
}

.btn-order {
  margin: auto;
  margin-top: 0;
  margin-bottom: 0 !important;
}

.btn-order:hover,
.btn-order:focus,
.btn-order:active {
  background-color: #b90065;
  border-color: #b90065;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.color-black {
  color: #232323 !important;
}

.color-pink {
  color: #e6007e !important;
}

.color-darkpink {
  color: #b90065;
}

.color-white {
  color: #ffffff;
}

.color-gray {
  color: #f2f2f2;
}

.color-red {
  color: red;
}

.w-40 {
  width: 40%;
}

.font-10 {
  font-size: 0.625rem;
}

.font-12 {
  font-size: 0.75rem;
}

.font-14 {
  font-size: 0.875rem;
}

.font-16 {
  font-size: 1rem !important;
}

.font-18 {
  font-size: 1.125rem;
}

.font-19 {
  font-size: 1.5rem;
}

.font-20 {
  font-size: 2rem;
}

.font-22 {
  font-size: 22px;
}

.font-28 {
  font-size: 5vh;
  font-weight: bold;
}

.weight-bold {
  font-weight: bold;
}

.btn-black {
  z-index: 80;
  position: relative;
  padding: 10px 30px 10px 30px;
  color: #ffffff;
  background-color: #232323;
  display: block;
  border: 3px solid #232323;
  border-radius: 5px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.btn-black :hover {
  background-color: #b90065;
}

.btn-white-rounded {
  width: 100px;
  height: 100px;
  z-index: 80;
  position: relative;
  padding: 25px;
  color: #ffffff;
  background-color: #ffffff;
  display: block;
  border: 3px solid #ffffff;
  border-radius: 50%;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  font-size: 40px;
}
.btn-white-rounded :hover {
  background-color: #b90065;
}

#directCall {
  z-index: 2;
  position: absolute;
  bottom: 4%;
  left: 5%;
  text-decoration: none;
}
#directCall span {
  color: #ffffff;
  margin-left: 20px;
}
#directCall :hover {
  cursor: pointer;
}

.btn-green {
  z-index: 80;
  position: relative;
  padding: 10px 30px 10px 30px;
  color: #ffffff;
  background-color: #00FF00;
  display: block;
  border: 3px solid #00FF00;
  border-radius: 5px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.btn-green :hover {
  background-color: #232323;
}

.btn-outline {
  padding: 6px;
  color: #e6007e;
  background-color: transparent;
  display: block;
  border: 3px solid #e6007e;
  border-radius: 5px;
}

.btn-filled {
  padding: 6px;
  color: #ffffff;
  background-color: #e6007e;
  display: block;
  border: 3px solid #e6007e;
  border-radius: 5px;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 100;
}

.subHeader {
  width: 40%;
  min-width: 600px;
  height: 50px;
  -webkit-clip-path: polygon(100% 0, 92% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 92% 100%, 0 100%, 0 0);
  vertical-align: middle;
}
.subHeader img {
  height: 75%;
  top: 50%;
  left: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
  margin: auto;
}

.navContainer {
  margin: auto;
  margin-right: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.navContainer a {
  padding: 15px;
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.navContainer a:hover {
  text-decoration: none;
  color: #232323;
  font-size: 20px;
}

.backgroundIMG {
  height: 100%;
  min-width: 100%;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1 !important;
  bottom: 0;
}

.wrapper {
  padding-top: 4%;
  width: 70%;
  z-index: 10;
}

.wrapper_2 {
  padding-top: 8%;
  width: 90%;
  z-index: 10;
}

.wrapper_home {
  padding-top: 8%;
  width: 70%;
  z-index: 10;
}

.configuratorWrapper {
  padding-top: 3%;
  z-index: 10;
}

.aboutContainer {
  width: 70%;
}

.footerIMG {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
}

.bottomWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9;
}

.bootomWrapperLeft {
  position: absolute;
  bottom: 0;
}

.containerIMG {
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-195%);
          transform: translateY(-195%);
  width: 20%;
  z-index: 1;
}

.phone {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  margin-right: 7%;
  z-index: 1;
}

.phoneIMG {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  z-index: 1;
}

.floorIMG {
  position: absolute;
  bottom: 0;
  width: 43%;
  z-index: 1;
}

.login-container, .register-container {
  position: relative;
  margin-left: -70%;
}

.login-form {
  width: 200px;
  display: none;
  position: absolute;
  padding: 20px;
  margin-top: 10px;
  background: #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 0 #d0d0d0;
          box-shadow: 0 4px 0 #d0d0d0;
}
.login-form input {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 0;
  outline: 0;
  background: #f1f1f1;
  font-weight: 300;
  font-style: italic;
  border-radius: 2px;
}
.login-form input:last-child {
  margin-bottom: 0;
}
.login-form input[type=submit] {
  color: #ffF;
  background: #e6007e;
  font-style: normal;
  -webkit-box-shadow: 0 4px 0 #cd0070;
          box-shadow: 0 4px 0 #cd0070;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.login-form input[type=submit]:hover {
  background: #b90065;
}

.login-form2 {
  position: absolute;
  padding: 20px;
  margin-top: 10px;
  background: #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 0 #d0d0d0;
          box-shadow: 0 4px 0 #d0d0d0;
}
.login-form2 input {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 0;
  outline: 0;
  background: #f1f1f1;
  font-weight: 300;
  font-style: italic;
  border-radius: 2px;
}
.login-form2 input:last-child {
  margin-bottom: 0;
}
.login-form2 input[type=submit] {
  color: #ffF;
  background: #e6007e;
  font-style: normal;
  -webkit-box-shadow: 0 4px 0 #cd0070;
          box-shadow: 0 4px 0 #cd0070;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.login-form2 input[type=submit]:hover {
  background: #b90065;
}

.register-form {
  width: 200px;
  display: none;
  position: absolute;
  padding: 20px;
  margin-top: 10px;
  background: #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 0 #d0d0d0;
          box-shadow: 0 4px 0 #d0d0d0;
}
.register-form input {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 0;
  outline: 0;
  background: #f1f1f1;
  font-weight: 300;
  font-style: italic;
  border-radius: 2px;
}
.register-form input:last-child {
  margin-bottom: 0;
}
.register-form input[type=submit] {
  color: #ffF;
  background: #e6007e;
  font-style: normal;
  -webkit-box-shadow: 0 4px 0 #cd0070;
          box-shadow: 0 4px 0 #cd0070;
}

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.open {
  -webkit-animation: slide 1s;
          animation: slide 1s;
  display: block;
}

._configuratorContainer {
  padding: 0 5% 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

._configuratorLeft {
  width: 45%;
  margin-bottom: 100px;
}

.appContainer {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bakvolContainer {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.appLeft {
  height: 100%;
  width: 45%;
}
.appLeft img {
  position: absolute;
  bottom: 0;
  height: auto;
  width: 40%;
  bottom: 0;
}

.appRight {
  height: 100%;
  width: 50%;
}
.appRight img {
  margin-left: 7%;
  position: absolute;
  bottom: 0;
  height: auto;
  width: 35%;
}

.bakvolLeft {
  height: 100%;
  width: 45%;
}
.bakvolLeft img {
  position: absolute;
  bottom: 0;
  height: auto;
  width: 40%;
  bottom: 0;
}

.bakvolRight {
  height: 100%;
  width: 50%;
}
.bakvolRight img {
  margin-left: 7%;
  position: absolute;
  bottom: 0;
  height: auto;
  width: 35%;
}

.appText {
  margin-top: 10%;
}

._cardGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5% 0 5% 0;
}

._cardGroup_containers {
  margin-bottom: 50px;
}

._cardGroupSummary {
  width: 55%;
}

._card {
  width: 260px;
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 10px 20px;
}
._card img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  max-width: 100px;
  max-height: 100px;
}

._cardFrequency {
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 10px 20px;
}

._card_containers {
  width: 300px;
  padding: 10px;
}
._card_containers img {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  width: 80%;
  height: auto;
  margin: auto;
}

._cardSummary {
  margin-top: 3%;
  padding: 10px;
  position: fixed;
  width: 50%;
  max-height: 75%;
  overflow: auto;
}

._cardBackground {
  background: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
          box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 5px;
  border: 5px solid rgba(255, 255, 255, 0.18);
}

._cardBackgroundSelected {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
          box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 5px;
  border: 5px solid rgb(230, 0, 126);
}

._cardBackgroundBlack {
  background: rgba(35, 35, 35, 0.75);
  -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
          box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  border-radius: 5px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 5px solid rgba(35, 35, 35, 0);
}

._cardBackgroundBlackSelected {
  background: rgba(35, 35, 35, 0.75);
  -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
          box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  border-radius: 5px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 5px solid rgb(230, 0, 126);
}

._cardInfo {
  padding-left: 10px;
}

.labelPlanSelect {
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
}
.labelPlanSelect input {
  display: none;
}
.labelPlanSelect input:checked + span:after {
  opacity: 1;
}

.labelPlanSelect span {
  position: relative;
  line-height: 22px;
}

.labelPlanSelect span:before {
  border: 1px solid #e6007e;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
}

.labelPlanSelect span:after {
  background: #e6007e;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 1px;
  left: 3px;
  -webkit-transition: 300ms;
  transition: 300ms;
  opacity: 0;
  border-radius: 50%;
}

.labelPlanSelect span:before,
.labelPlanSelect span:after {
  content: "";
}

._cartFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

._cartFlex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.w-12 {
  width: 65px;
  height: 65px;
}

.font-10px {
  font-size: 10px;
}

#configuratorMobileLoggedIn {
  padding-bottom: 100px;
}

#forgotpassword {
  font-size: 14px !important;
  text-align: center !important;
  width: 100% !important;
  padding: 0;
}

.accountWrapper {
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navWrapper {
  position: relative;
  height: 100%;
  width: 20%;
  min-width: 310px;
}

.sideNav {
  min-width: 310px;
  position: fixed;
  height: 100%;
  width: 20%;
  background: rgb(230, 0, 126);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(230, 0, 126)), to(rgb(185, 0, 101)));
  background: linear-gradient(180deg, rgb(230, 0, 126) 0%, rgb(185, 0, 101) 100%);
  -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.5);
          box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.5);
}

.sideNavContainer {
  padding: 40px;
  text-align: left;
  margin: 15% auto;
  list-style-type: none;
}
.sideNavContainer li {
  padding: 15px;
}
.sideNavContainer li a {
  padding-bottom: 5px;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.sideNavContainer li a:hover {
  text-decoration: none;
  color: #232323;
}

.accountForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.accountContent {
  width: 100%;
  height: 100%;
}

.tab {
  margin-top: 5%;
}

.contactWrapper {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dataForm {
  margin: 5% 20px 0 20px;
  max-width: 500px;
  padding: 15px;
}
.dataForm input {
  background-color: transparent;
  width: 100%;
  font-size: 18px;
  border-bottom: 2px solid #e6007e;
  border-left: none;
  border-right: none;
  border-top: none;
}
.dataForm input::-webkit-input-placeholder {
  color: #e6007e;
  opacity: 1;
}
.dataForm input::-moz-placeholder {
  color: #e6007e;
  opacity: 1;
}
.dataForm input:-ms-input-placeholder {
  color: #e6007e;
  opacity: 1;
}
.dataForm input::-ms-input-placeholder {
  color: #e6007e;
  opacity: 1;
}
.dataForm input::placeholder {
  color: #e6007e;
  opacity: 1;
}
.dataForm button {
  width: 100% !important;
  padding: 15px !important;
  font-size: 18px !important;
  border-radius: 5px !important;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  border: 5px !important;
}
.dataForm button:hover {
  background-color: #b90065;
  border: 5px solid #b90065;
}

.contactForm {
  position: relative;
  margin: 5% 5% 0 5%;
  max-width: 500px;
  padding: 15px;
  margin: auto;
  z-index: 10;
}
.contactForm input, .contactForm textarea {
  resize: none;
  margin: 10px;
  width: 93%;
  padding: 10px;
  font-size: 18px;
  background: rgba(35, 35, 35, 0.75);
  -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.25);
          box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.25);
  border-radius: 5px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 5px solid rgba(35, 35, 35, 0);
}
.contactForm textarea {
  height: 280px;
}
.contactForm button {
  margin: 10px !important;
  width: 93% !important;
  padding: 15px !important;
  font-size: 18px !important;
  border-radius: 5px !important;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  border: 5px !important;
}
.contactForm button:hover {
  background-color: #b90065;
  border: 5px solid #b90065;
}
.contactForm input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.contactForm input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.contactForm input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.contactForm input::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.contactForm input::placeholder {
  color: #ffffff;
  opacity: 1;
}
.contactForm textarea::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.contactForm textarea::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.contactForm textarea:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.contactForm textarea::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.contactForm textarea::placeholder {
  color: #ffffff;
  opacity: 1;
}

.btn-request:hover {
  background-color: #e6007e;
  border: 3px solid #e6007e;
}

.btn-request-green:hover {
  background-color: #232323;
  border: 3px solid #232323;
}

.noContainers {
  position: relative;
  margin: 10% auto;
}
.noContainers button:hover {
  background-color: #e6007e;
  border: 3px solid #e6007e;
}

.orderSuccessMessage {
  width: 50%;
  height: 50%;
  margin: auto;
}

#my_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#contact {
  border-bottom: none;
}

section#bakvol {
  height: 70vh;
}

.headerMobile {
  display: none;
  z-index: 500;
  padding-top: 20px;
  position: fixed;
  top: 0px;
  height: 115px;
  background-color: #232323;
  border-bottom: 10px solid #e6007e;
}
.headerMobile img {
  width: 50%;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hamburgerMenu {
  position: fixed;
  right: 0;
  display: none;
  background-color: #e6007e;
  width: 138px;
  height: 55px;
  float: right;
  top: 115px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 40% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 40% 100%);
  z-index: 80;
}

.mobileNav {
  display: none;
}

#customerDataForm {
  margin: -5% 10px 0% 10px !important;
}

.addToCartContainer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
}

#footer {
  height: auto !important;
  padding: 50px 0;
  color: #f0f9ff;
  background-color: #282d32;
}

#footer h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

#footer ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

#footer ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

#footer ul a:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  #footer .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}
#footer .item.text {
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  #footer .item.text {
    margin-bottom: 0;
  }
}
#footer .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

#footer .item.social {
  text-align: center;
}

@media (max-width: 991px) {
  #footer .item.social {
    text-align: center;
    margin-top: 20px;
  }
}
#footer .item.social > a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
  margin: 0 8px;
  color: #fff;
  opacity: 0.75;
}

#footer .item.social > a:hover {
  opacity: 0.9;
}

#footer .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 13px;
  margin-bottom: 0;
}

@media (max-width: 1150px) {
  .font-18 {
    font-size: 1.4rem;
  }
  .header {
    display: block;
    width: 100%;
    height: 140px;
    position: fixed;
    z-index: 100;
  }
  .subHeader {
    height: 80px;
    margin: 0;
    display: block;
    -webkit-clip-path: none;
            clip-path: none;
    width: 100%;
  }
  .subHeader img {
    height: 64%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: relative;
  }
  .navContainer {
    margin: auto;
    /* margin-top: 40px; */
    /* margin-right: 70px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
  }
  .wrapper {
    padding-top: 25%;
  }
  .font-28 {
    font-size: 4vh;
  }
  .phone {
    width: 50%;
  }
  .phoneIMG {
    width: 60%;
  }
  .appText {
    margin-top: 10%;
    width: 80%;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .appContainer {
    display: block;
  }
  .appLeft {
    height: auto;
    width: auto;
  }
  .appLeft img {
    width: 63%;
  }
  .appRight {
    height: auto;
    width: auto;
  }
  .appRight img {
    display: none;
  }
  .bakvolLeft {
    height: auto;
    width: auto;
  }
  .bakvolLeft img {
    width: 70%;
  }
  .bakvolRight {
    height: auto;
    width: auto;
  }
  .bakvolRight img {
    width: 60%;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .contactWrapper {
    width: 90%;
  }
  .sideNavContainer {
    margin-top: 44%;
  }
  #my_profile {
    display: block;
    margin-top: 35%;
    padding-bottom: 10%;
  }
  ._card_containers {
    margin-top: 38% !important;
    padding: 20px;
    width: 100% !important;
  }
  .configuratorWrapper {
    padding-top: 20%;
  }
  .accountForm {
    display: block;
  }
  ._cardSummary {
    width: 100% !important;
    position: relative;
  }
  .btn-order {
    width: 100% !important;
  }
  #emptyFrequencyList {
    margin-bottom: 100px;
  }
  #noAccountSummaryFlex {
    display: block !important;
  }
  .btn-white-rounded {
    width: 60px;
    height: 60px;
    padding: 5px;
  }
  #directCall {
    font-size: 20px !important;
  }
}
@media (max-width: 576px) {
  .header {
    display: none;
  }
  .headerMobile {
    display: block;
  }
  .hamburgerMenu {
    display: block;
  }
  .mobileNav {
    display: block;
  }
  .font-28 {
    font-size: 3vh;
  }
  .font-19 {
    font-size: 1rem;
  }
  .font-18 {
    font-size: 1rem;
  }
  .bottomWrapperLeft {
    display: none;
  }
  .phone {
    width: 90%;
    height: 90%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .phoneIMG {
    display: none;
  }
  .wrapper {
    width: 90%;
    padding-top: 0;
  }
  .wrapper_2 img {
    display: none;
  }
  section {
    border-bottom: none;
    height: auto;
  }
  .aboutContainer {
    width: 90%;
    text-align: center;
    margin: auto;
  }
  .floorIMG {
    display: none;
  }
  .appLeft img {
    position: relative;
    margin-top: 15%;
    width: 90%;
  }
  .bakvolContainer {
    display: block;
  }
  .bakvolRight {
    width: 50%;
  }
  .bakvolRight img {
    position: absolute;
    top: -130%;
    width: 90%;
  }
  .bakvolLeft {
    margin-top: 100%;
  }
  section#bakvol {
    height: 30vh;
  }
  .contactWrapper {
    display: block;
  }
  .contactForm button {
    margin-bottom: 20% !important;
    width: 93% !important;
  }
  #home, .accountForm, #my_containers {
    margin-top: 45%;
  }
  ._configuratorContainer {
    display: block;
  }
  .configuratorWrapper {
    padding-top: 0;
    margin-top: 40%;
  }
  .font-20 {
    font-size: 1.2rem;
  }
  ._card {
    min-width: 85vw;
  }
  ._cardSummary {
    width: 90%;
  }
  #emptyFrequencyList {
    margin-bottom: 0;
  }
  ._configuratorLeft {
    width: 100%;
  }
  ._cardFrequency {
    width: 100%;
  }
  ._cardGroupSummary {
    width: 100%;
    margin-bottom: 100px;
  }
  .navWrapper {
    display: none;
  }
  #my_profile {
    margin-top: 0;
  }
  ._card_containers {
    margin-top: 0 !important;
  }
  #configuratorMobileLoggedIn {
    width: 100% !important;
    padding-bottom: 100px;
  }
  .contactForm {
    margin-top: 20% !important;
  }
  .btn-white-rounded {
    width: 60px;
    height: 60px;
    padding: 15px;
    background-color: #232323;
    font-size: 25px;
    border: #232323;
  }
  #directCall {
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 20px !important;
  }
  #directCall span {
    color: #232323;
  }
}
/*
** NEWS
*/
section#news {
  height: auto;
}

.slideshow-container {
  position: relative;
  height: 100%;
}

/* Slides */
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
  -webkit-animation: Slide 1s;
          animation: Slide 1s;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}

@-webkit-keyframes Slide {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes Slide {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.garbageTypeDescription {
  white-space: pre-line;
}

.toSmall {
  position: fixed;
  background-color: rgba(46, 46, 46, 0.98);
  height: 100vh;
  top: 0;
  width: 100vw;
  z-index: 10000;
}

.toSmall p {
  margin: auto;
  text-align: center;
  color: white;
  font-size: 1rem;
  font-weight: bolder;
  padding: 30px;
}

.toSmall img {
  width: 20%;
  margin-left: 50%;
  margin-top: 30vh;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (orientation: landscape) and (min-height: 500px) {
  .toSmall {
    display: none;
  }
}