* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
}

.main-content {
  margin: 0;
  padding: 0;
}

body.blur::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.27);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 2;
}

@keyframes fromRight {
  0% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}
@keyframes fromTop {
  0% {
    top: 4rem;
    opacity: 0;
  }
  100% {
    top: 7rem;
    opacity: 1;
  }
}
@keyframes fromTopLabels {
  0% {
    top: 22rem;
    opacity: 0;
  }
  100% {
    top: 24rem;
    opacity: 1;
  }
}
.home-heading {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 6.5rem;
}

.search-bar {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-bar input {
  font-size: 1.6rem;
}
.search-btn p {
  margin: unset;
  color: black;
  font-size: 1.4rem;
}
.search-bar:hover > .textbox {
  padding: 0px 5px 0px 5px;
  width: 100%;
  transition-duration: 0.2s;
  border-radius: 5px;
  border-left: #000000;
}
.search-bar:hover > .search-btn {
  transition-duration: 0.2s;
}
.search-btn:hover {
  background-color: #e8e6df;
  transition-duration: 0.2s;
}
.search-btn:hover > p {
  color: white;
  transition-duration: 0.2s;
}

.textbox {
  background-color: #f5f3ec !important;
  right: 0;
  border-top: 1px solid #e8e6df !important;
  border-bottom: 1px solid #e8e6df !important;
  max-width: 30rem;
  position: absolute;
  top: 5.5rem;
  width: 0px;
  padding: 0;
  margin: 0;
  border: none;
  line-height: 40px;
  font-size: 25px;
  height: 45px;
  background-color: transparent;
  outline: none;
  height: 80%;
  float: left;
  transition-duration: 0.05s;
}

.navigation {
  background: #f5f3ec;
  height: 7rem;
  color: #000000;
  box-shadow: 2px 2px 11px 0 rgba(196, 195, 187, 0.5);
}
.navigation-content {
  max-width: 140rem;
}

.zindex {
  z-index: 20000;
}

.basket-navbar {
  gap: 1rem;
}

.nav-home-page a {
  color: #000000;
}

.nav-home-page {
  width: 100%;
  padding: 1rem 0 1rem 3.2rem;
  background-color: #e8e6df;
}

.navbar-toggler {
  border: none;
}

.basket-navbar {
  display: flex;
}

.navbar-bastapromet {
  padding-right: 8rem;
  max-width: 16rem;
  min-width: 6rem;
}

.navbar-bastapromet img {
  width: 17rem;
}

.nav-link {
  color: #000000 !important;
  font-size: 1.8rem !important;
  font-weight: 400 !important;
  padding-bottom: 2rem !important;
  padding-top: 2.3rem;
}
.nav-link.active {
  font-weight: 700 !important;
}
.nav-link-brends {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.navbar-expand-md {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.nav-link {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.navbar-nav:first-child {
  padding-right: 0 !important;
}

.navbar-toggler {
  padding: 0 !important;
}

.navigation-content {
  padding: 0 !important;
}

#user-acc {
  cursor: pointer;
}

.search,
.login,
.shop {
  width: 2.5rem;
  height: 2.5rem;
  transition: all 0.2s;
}
.search:hover,
.login:hover,
.shop:hover {
  transform: scale(1.1);
}

.login {
  transition: all 0.7s;
}

.categories-link-hamburger:hover {
  background-color: #e8e6df;
}

.categories-link:hover {
  background-color: #e8e6df;
}

.categories-link.active {
  background-color: #e8e6df;
}

.categories-link-name-hamburger {
  font-weight: 400;
  text-decoration: none;
  color: #000000;
}

.categories-link-name,
a {
  font-weight: 400;
  text-decoration: none;
  color: #a0a0a0;
  font-size: 1.5rem;
}
.categories-link-name:hover,
a:hover {
  color: #a0a0a0;
}

.categories-link-name.active {
  color: #000000;
}

.categories {
  background-color: #f5f3ec;
  display: flex;
  justify-content: center;
}
.categories-hamburger-phone {
  justify-content: space-around;
  text-align: center;
}
.categories-link {
  justify-content: center;
  height: 17rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3rem;
}
.categories-link-hamburger {
  align-items: center;
  height: 12rem;
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
}
.categories-hamburger {
  animation: fromRight 0.1s;
  position: fixed;
  right: 0;
  top: 7rem;
  background-color: #f5f3ec;
  display: flex;
  flex-direction: column;
  display: none;
  width: 60%;
  padding-top: 3rem;
}
.categories-link-name {
  padding-bottom: 2rem;
  margin-bottom: 0;
}
.categories-link-photo {
  padding-bottom: 2rem;
  width: 6rem;
  height: 8rem;
}
.categories-hamburger-phone {
  display: flex;
  justify-content: center;
}

#brands-hamburger {
  position: fixed;
  right: 0;
  top: 7rem;
  background-color: #f5f3ec;
  display: flex;
  flex-direction: column;
  display: none;
  width: 60%;
  padding-top: 3rem;
}

.basket-navbar {
  order: 2;
}

.juice {
  margin-left: -1rem;
}

.nav-arrow-down {
  rotate: 270deg;
  padding-bottom: 0rem !important;
  width: 4rem;
  height: 4rem;
}

.categories-see-all {
  padding-top: 3rem;
}

.nav-labels {
  animation: fromTopLabels 0.3s;
  z-index: 5;
  position: fixed;
  top: 24rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  background-color: #f5f3ec;
  max-width: 45rem;
  width: 100%;
  display: none;
}

.nav-icons {
  display: flex;
  align-items: center;
  padding: 1rem !important;
  justify-content: space-between;
}

.label-serbia-wrapper {
  padding: 1.5rem 2rem 1.5rem 2rem;
  cursor: pointer;
}

.label-serbia-wrapper:hover {
  background-color: #e8e6df;
}

ul {
  padding-left: 0 !important;
}

.register {
  max-width: 10rem;
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
  color: #000000;
  cursor: pointer;
  border-bottom: 1px solid #f5f3ec;
}
.register:hover {
  border-bottom: 1px solid #000000;
}

.log-in {
  max-width: 8rem;
  font-size: 1.8rem;
  cursor: pointer;
  border-bottom: 1px solid #f5f3ec;
}
.log-in:hover {
  border-bottom: 1px solid #000000;
}

.dropdown-menu-register {
  align-items: end;
  display: flex !important;
  flex-direction: column !important;
}

.nav-link-categories {
  padding-top: 2.3rem !important;
}

.dropdown-menu-categories {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  position: absolute !important;
  padding: 0 !important;
  margin: 0 !important;
  animation: fromTop 0.3s;
  background-color: #f5f3ec;
  z-index:1 !important;
}

.dropdown-menu-user {
  top: 126% !important;
  font-size: 1.4rem !important;
  max-width: 23rem !important;
  width: 100% !important;
  padding: 1.9rem 2rem 1.9rem 2.4rem;
  background-color: #f5f3ec;
  border: unset !important;
  right: 0rem !important;
  width: 23rem !important;
}

.dropdown-brands {
  position: unset !important;
}

.dropdown-menu-location {
  max-width: 23rem !important;
  width: 23rem !important;
  right: 0rem !important;
  background-color: #f5f3ec;
  padding: 1.9rem 2rem 1.9rem 2.4rem;
  top: 126% !important;
}

.dropdown-menu-location-adress {
  font-size: 1.8rem;
  padding-bottom: 2rem;
}

.dropdown-change-adress {
  justify-content: end;
  display: flex;
  align-items: end;
}
.dropdown-change-adress img {
  cursor: pointer;
  padding-left: 1rem;
  transform: rotate(180deg);
}

.dropdown-change-adress-button {
  cursor: pointer;
  margin-right: 1rem;
  border-bottom: 1px solid #f5f3ec;
}
.dropdown-change-adress-button:hover {
  border-bottom: 1px solid black;
}

.user-name-hamburger {
  margin-left: 3.2rem;
  font-size: 1.8rem;
}

.dropdown-button:hover {
  background-color: #e8e6df;
}

.dropdown-water:hover .dropdown-content-water {
  display: flex;
}

.dropdown-juice:hover .dropdown-content-juice {
  display: flex;
}

.dropdown-beer:hover .dropdown-content-beer {
  display: flex;
}

.dropdown-wine:hover .dropdown-content-wine {
  display: flex;
}

.dropdown-coffee:hover .dropdown-content-coffee {
  display: flex;
}

.dropdown-ice:hover .dropdown-content-ice {
  display: flex;
}

.dropdown-ice,
.dropdown-coffee,
.dropdown-wine,
.dropdown-beer,
.dropdown-juice,
.dropdown-water {
  position: relative;
}

.dropdown-content-ice,
.dropdown-content-coffee,
.dropdown-content-wine,
.dropdown-content-beer,
.dropdown-content-juice,
.dropdown-content-water {
  position: absolute;
  gap: 4rem;
  padding-top: 2rem;
  background-color: #f5f3ec;
  width: 40rem;
  padding-bottom: 0.7rem;
  padding-left: 3rem;
}

.dropdown-content-ice,
.dropdown-content-coffee {
  right: 0;
}

.dropdown-categories-labels {
  width: 14.3%;
  max-width: 17rem;
}

.home-page img {
  transform: rotate(270deg);
}

.show-categories {
  display: block;
  top: 100% !important;
}

.hide-labels .dropdown-labels {
  display: none !important;
}

.dropdown-labels-show {
  display: block !important;
}

@media only screen and (max-width: 930px) {
  .nav-link {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
@media only screen and (max-width: 866px) {
  .categories-separate {
    display: none;
  }
}
@media only screen and (max-width: 780px) {
  .navbar-bastapromet {
    padding-right: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-collapse,
  .collapse,
  .show {
    display: flex;
  }
  .categories-hamburger-phone {
    gap: 7.5rem;
  }
  #navbarSupportedContent {
    height: 100%;
    transition: unset !important;
    background-color: #f5f3ec;
    position: fixed;
    right: 0;
    width: 60%;
    top: 7rem;
    z-index: 9999;
    flex-direction: column;
    align-items: baseline;
    animation: fromRight 0.3s;
  }
  .nav-link-brends {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .login {
    margin-left: 0;
    margin-right: 0;
  }
  .nav-search {
    padding: 0.5rem 0;
    border-bottom: solid 1px #a0a0a0;
    width: 100%;
    justify-content: start;
  }
  .nav-login {
    padding: 0.5rem 0;
    border-bottom: solid 1px #a0a0a0;
    width: 100%;
    justify-content: space-between;
    position: relative !important;
  }
  .nav-login:hover {
    background-color: #e8e6df;
  }
  .nav-shop {
    padding: 1rem !important;
  }
  .nav-search {
    order: -1;
  }
  .nav-item {
    border-bottom: solid 1px #a0a0a0;
  }
  .nav-item:hover {
    background-color: #e8e6df;
  }
  .navbar-nav {
    width: 100%;
  }
  .nav-link-brends {
    margin-left: 3.2rem;
  }
  .login-user-name {
    margin-right: 3.2rem;
  }
  .categories-nav-hamburger,
  .nav-link-categories,
  .search,
  .login,
  .nav-link-brends,
  .nav-link-contact {
    margin-left: 3.2rem;
  }
  .nav-link-brends,
  .nav-link-categories {
    display: none;
  }
  .navbar-toggler:focus {
    box-shadow: unset;
  }
  .dropdown-brands {
    display: none;
  }
  .textbox {
    position: unset;
    top: unset;
    height: 150%;
  }
  .categories-nav-hamburger {
    height: 5rem;
    display: flex;
    align-items: center;
  }
  .nav-link-contact {
    height: 5rem;
    display: flex;
    align-items: center;
  }
  .nav-icons {
    padding-left: 1.5rem !important;
    padding-right: 3.5rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .categories-nav-hamburger,
  .nav-home-page,
  .nav-shop-phone,
  .login-user-name {
    display: none;
  }
  .user-name-hamburger {
    display: none;
  }
  .home-page {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  .categories-hamburger,
  #brands-hamburger,
  #navbarSupportedContent {
    height: 100%;
    width: 100%;
  }
  .categories-hamburger-phone {
    width: 100%;
    gap: 6rem;
  }
}
@media only screen and (max-width: 450px) {
  .navbar-bastapromet {
    padding-right: 3rem;
  }
}
.footer {
  align-items: center;
  background-color: #F2F2F2;
  padding: 11.5rem 0rem 0rem 0rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 2.8rem;
}
.footer-items {
  max-width: 140rem;
  display: flex;
}
.footer-input {
  padding: 0.8rem 0 0.8rem 1.5rem;
  border-radius: 4px;
}
.footer-text {
  max-width: 67rem;
  padding: 0rem 2rem 2rem 0rem;
  margin-right: 15rem;
  width: 100%;
  min-width: 32rem;
  margin: -6rem 0 auto;
}
.footer-logo {
  margin-bottom: 2.4rem;
}
.footer-menu {
  width: 100%;
  max-width: 16rem;
  padding-right: 2rem;
}
.footer-heading {
  font-weight: 400;
  color: #000000;
  margin-bottom: 4rem;
}
.footer-kontakt {
  font-weight: 400;
  color: #000000;
  width: 100%;
  max-width: 34rem;
}
.footer-products {
  max-width: 20rem;
  width: 100%;
  min-width: 20rem;
  color: #000000;
  margin-right: 2rem;
}
.footer-social {
  width: 100%;
  padding-top: 7rem;
  max-width: 15rem;
  min-width: 8.5rem;
}
.footer-intagram {
  padding-right: 0.7rem;
}
.footer-item {
  color: #585060;
}
.footer-content {
  display: flex;
  width: 100%;
  justify-content: end;
}
.footer-paragraph {
  max-width: 42rem;
  line-height: 2.8rem;
}
.footer-copyright {
  padding-bottom: 6rem;
}
.footer-newsletter {
  color: #000000;
  max-width: 39rem;
  min-width: 39rem;
  width: 100%;
}
.footer-heading-newsletter {
  font-weight: normal;
}
.footer-login {
  padding: 1rem 4rem;
  background-color: #000000;
  border: 0;
  color: #FFFFFF;
  font-size: 1.4rem;
  border-radius: 4px;
}
.footer-social-sms {
  width: 2rem;
  height: 2rem;
  margin-left: 2.3rem;
  margin-right: 2.3rem;
}

.list {
  list-style: none;
  padding-left: 0;
}
.list-item, .list a {
  text-decoration: none;
  font-weight: 400;
  font-size: 1.8rem;
  color: #000000;
}
.list a:hover {
  border-bottom: #000000 solid 1px;
}

@media only screen and (max-width: 1150px) {
  .footer {
    flex-direction: column;
  }
  .footer-content {
    padding-left: 0rem;
    justify-content: start;
  }
}
@media only screen and (max-width: 1072px) {
  .footer-items {
    flex-direction: column;
  }
}
@media only screen and (max-width: 800px) {
  .footer-text,
  .footer-menu,
  .footer-products,
  .footer-content,
  .footer-copyright {
    display: none;
  }
  .footer-social-phone {
    padding-top: 4rem;
  }
  .footer-call-centar {
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
  }
  .facebook-phone {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .footer {
    padding-top: 0;
  }
  .footer-call-centar {
    font-weight: 400;
  }
}
@media only screen and (max-width: 400px) {
  .footer-text {
    min-width: 33rem;
  }
}
@media only screen and (min-width: 800px) {
  .footer-social-phone,
  .footer-call-centar {
    display: none;
  }
}
.label-serbia {
  font-size: 1.6rem;
  background-color: #b76b6b;
  padding: 0.2rem 1.5rem;
  border-radius: 4px;
  color: #FFFFFF;
  font-weight: 400;
  cursor: pointer;
}
.label-new {
  background-color: #d3001a;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.6rem 1.3rem;
  position: absolute;
  left: 0;
  top: 1rem;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.label-premium {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.6rem 1.3rem;
  position: absolute;
  left: 0;
  top: 6.5rem;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.label-discount {
  background-color: #f5f3ec;
  color: #000000;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1.8rem 1rem;
  position: absolute;
  right: 0;
  cursor: pointer;
}
.label-notCarbonated {
  background-color: #4879aa;
  padding: 0.3rem 1.5rem;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 400;
  cursor: pointer;
}
.label-italy {
  font-size: 1.6rem;
  background-color: #3C5084;
  padding: 0.2rem 1.5rem;
  border-radius: 4px;
  color: #FFFFFF;
  font-weight: 400;
  cursor: pointer;
}
.label-argentina {
  font-size: 1.6rem;
  background-color: #E3C77A;
  padding: 0.2rem 1.5rem;
  border-radius: 4px;
  color: #FFFFFF;
  font-weight: 400;
  cursor: pointer;
}
.label-carbonated {
  background-color: #7BA26F;
  padding: 0.3rem 1.5rem;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 400;
  cursor: pointer;
}
.label-kids {
  background-color: #D6A5B0;
  padding: 0.3rem 1.5rem;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 400;
  cursor: pointer;
}

.home-header {
  max-width: 136rem;
  display: flex;
  gap: 3.5rem;
  margin-top: 7rem;
  margin-bottom: 5rem;
}

.main-home {
  margin-bottom: 6rem;
}

.rosa-commercials {
  width: 100%;
}
.rosa-commercials img {
  width: 100%;
  object-fit: cover;
}

.coca-cola-commercial {
  max-width: 50%;
  position: relative;
}

.jameson-commercial {
  width: 50%;
  position: relative;
}

.coca-cola-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  align-items: center;
  justify-content: center;
}

.owl-nav {
  display: none;
}
.owl-dots {
  display: flex;
  justify-content: center;
  padding-top: 3rem;
  gap: 1rem;
}
.owl-dot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #ff7181 !important;
  border: unset;
}
.owl-dot.active {
  background-color: #d3001a !important;
}

.ice {
  display: flex;
}
.ice-photo-wrapper {
  width: 50%;
}
.ice-about {
  margin: 0 auto;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 44rem;
  padding: 2rem;
}
.ice-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ice-heading {
  font-size: 3.2rem;
  font-weight: bold;
  padding-bottom: 5rem;
  max-width: 33rem;
}
.ice-paragraph {
  padding-bottom: 9rem;
  max-width: 44rem;
}

.buy-ice-button a {
  border: 1px solid #000000;
  border-radius: 3px;
  padding: 1.2rem 2.6rem 1.2rem 2.7rem;
  background-color: #000000;
  color: #FFFFFF;
}
.buy-ice-button a:hover {
  box-shadow: 3px 7px 9px 0 rgba(110, 110, 110, 0.5);
  transition: all 0.2s;
  transform: translateY(1rem);
}

.btn-secondary {
  color: unset;
  background-color: unset;
  border: unset;
}

.dropdown-toggle::after {
  display: none;
}

.btn-secondary {
  padding: 0;
}

.dropdown-menu {
  top: 126%;
  font-size: 1.4rem !important;
  padding: 1.9rem 2rem 1.9rem 2.4rem;
  box-shadow: 2px 2px 11px 0 rgba(196, 195, 187, 0.5);
  border: unset !important;
}

.user-account-name {
  align-items: center;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
}
.user-account-name img {
  rotate: 180deg;
}

.log-out {
  text-align: end !important;
  padding-top: 2rem !important;
  font-size: 1.4rem !important;
  cursor: pointer !important;
  display: inline-flex;
  margin-left: 12rem;
}
.log-out:hover {
  border-bottom: 1px solid #000000;
}

.dropdown-menu[data-bs-popper] {
  left: unset;
}

.btn-secondary:focus {
  color: unset !important;
  box-shadow: unset !important;
  border-color: unset !important;
  background-color: unset !important;
}

.btn-secondary:hover {
  color: unset;
  background-color: unset;
  border-color: unset;
}

.owl-theme .owl-dots .owl-dot span {
  width: unset !important;
}

.picture-wrapper {
  margin-top: 5rem;
  margin-bottom: 3rem;
}
.picture-wrapper img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 3rem;
}

.block {
  display: block;
}

@media only screen and (max-width: 950px) {
  .home-header {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .ice {
    flex-direction: column-reverse;
  }
  .ice-photo-wrapper {
    width: 100%;
  }
  .ice-about {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .dropdown-menu {
    left: 0 !important;
  }
}
@media only screen and (min-width: 951px) {
  .picture-wrapper {
    display: none;
  }
}
.header-separate-product {
  max-width: 120rem;
  margin-top: 1.6rem;
  margin-bottom: 14rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.button-minus,
.button-plus {
  width: 2.5rem;
  font-size: 1.6rem;
  border-radius: 50%;
  text-align: center;
}

.product-number {
  font-size: 1.6rem;
  color: #000000;
  padding: 0 1.7rem;
  font-weight: 400;
}

.number-of-products {
  display: flex;
  align-items: center;
  padding-right: 10rem;
  align-items: center;
}

.separate-product-add-basket-phone {
  display: flex;
  justify-content: space-between;
  background-color: #f5f3ec;
  padding: 1rem 1.4rem 1rem 2rem;
}

.separate-product {
  display: flex;
  gap: 3rem;
}
.separate-product-photo-div {
  width: 50%;
}
.separate-product-info {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-top: 12rem;
  padding-bottom: 7rem;
  align-items: start;
}
.separate-product-name {
  color: #000000;
  font-weight: 400;
  font-size: 1.6rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.separate-product-price {
  color: #000000;
  font-size: 3.2rem;
  font-weight: 700;
  padding-bottom: 4.5rem;
}
.separate-product-paragraph {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 300;
  padding-bottom: 6rem;
}
.separate-product-add-basket {
  display: flex;
  justify-content: space-between;
  background-color: #f5f3ec;
  padding: 1rem 1.4rem 1rem 2rem;
}
.separate-product-add-button {
  color: #FFFFFF;
  padding: 1.2rem 2.7rem;
  background-color: #000000;
  border: none;
  font-size: 1.6rem;
  border-radius: 6px;
}
.separate-product-heading {
  font-size: 3rem;
  color: #000000;
  font-weight: 700;
  text-align: center;
  padding-bottom: 4rem;
}
.separate-product-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rosa-baby-wrraper {
  position: relative;
}
.rosa-baby-wrraper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 866px) {
  .separate-product {
    flex-direction: column;
    max-width: 40rem;
  }
  .header-separate-product {
    max-width: 100%;
  }
  .separate-product-photo-div {
    width: 100%;
    padding-top: 10rem;
  }
  .separate-product-info {
    width: 100%;
  }
  .header-separate-product {
    margin-bottom: 5rem;
  }
  .separate-product-info {
    padding-bottom: 0;
    padding-top: 10rem;
  }
  .separate-product-add-basket {
    display: none;
  }
  .separate-product-add-basket-phone {
    justify-content: center;
  }
}
@media only screen and (max-width: 420px) {
  .number-of-products {
    padding-right: 3rem;
  }
}
@media only screen and (min-width: 867px) {
  .separate-product-heading {
    display: none;
  }
  .separate-product-add-basket-phone {
    display: none;
  }
}
.order-information-main {
  max-width: 123rem;
  display: flex;
  justify-content: space-between;
}

.basket-delivery-head-dots {
  background-color: #FFFFFF;
  margin-bottom: 0;
  padding-bottom: 3rem;
}

.red-dots {
  margin-top: 6rem;
  margin-bottom: 2rem;
  display: flex;
}
.red-dots-item {
  height: 0.9rem;
  width: 0.9rem;
  background-color: #d3001a;
  border: 1px solid #d3001a;
  margin-right: 2.5rem;
  border-radius: 50%;
}
.red-dots-item-light {
  height: 0.9rem;
  width: 0.9rem;
  background-color: #df6262;
  border: 1px solid #df6262;
  margin-right: 2.5rem;
  border-radius: 50%;
}

.my-basket-order {
  width: 51rem;
  background-color: #f5f3ec;
}

.login-button {
  padding-top: 0.4rem;
  padding-bottom: 2.5rem;
  text-align: center;
}

.login-button a {
  padding-bottom: 2rem;
  padding-top: 2rem;
  color: #FFFFFF;
  text-align: center;
  padding: 1.2rem 2.7rem;
  background-color: #000000;
  border-radius: 4px;
  cursor: pointer;
}

.basket-delivery-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 3rem;
}
.basket-delivery-head-dots {
  padding-left: 0.8rem;
}

.basket-information {
  box-shadow: 2px 2px 11px 0 rgba(196, 195, 187, 0.5);
}

.basket-information .basket-item:nth-child(3) {
  border-bottom: none;
}

.delivery {
  margin-left: 3rem;
  margin-top: 15.5rem;
  max-width: 68rem;
  padding: 3.5rem 3.5rem 1.4rem 4rem;
  background-color: #f5f3ec;
  box-shadow: 2px 2px 11px 0 rgba(196, 195, 187, 0.5);
}
.delivery-info-heading {
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 2rem;
}
.delivery-login {
  width: 100%;
  display: flex;
}
.delivery-without-login-heading {
  text-align: center;
  padding-bottom: 2.4rem;
}
.delivery-wrapper {
  position: sticky;
  top: 2rem;
}

.error-message-wrapper {
  display: flex;
  justify-content: space-between;
}

.error-message {
  font-size: 1.4rem;
  color: #d3001a;
}

.order-delivery-wrapper {
  position: sticky;
  top: 2rem;
}

@media only screen and (max-width: 1250px) {
  .order-information-main {
    flex-direction: column;
  }
  .delivery {
    margin-left: auto;
  }
  .order-info-buttons {
    flex-direction: column-reverse;
    text-align: center;
  }
  .my-basket-order {
    max-width: 51rem;
    width: unset;
  }
  .order-information-main {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .error-message-wrapper {
    flex-direction: column;
  }
  .error-message {
    text-align: center;
  }
}
.order-information-second-main {
  max-width: 123rem;
  display: flex;
  justify-content: space-between;
}

.delivery-second-wrapper {
  position: sticky;
  top: 20px;
}

.delivery-second {
  position: sticky;
  top: 2.3rem;
  margin-top: 2.3rem;
  width: 61rem;
  margin-left: 3rem;
}
.delivery-amount-header {
  font-weight: 700;
  background-color: #e8e6df;
}
.delivery-amount {
  box-shadow: 2px 2px 11px 0 rgba(196, 195, 187, 0.5);
  margin-top: 9rem;
  background-color: #f5f3ec;
  margin-bottom: 4rem;
}
.delivery-amount-header {
  padding: 1.5rem 0 1.5rem 4rem;
}
.delivery-total {
  padding: 3rem 0rem 2.3rem 0rem;
  margin-left: 4rem;
  margin-right: 5rem;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #a0a0a0;
}
.delivery-cost {
  padding: 2rem 5rem 1rem 4rem;
  display: flex;
  justify-content: space-between;
}
.delivery-plus-amount {
  padding: 0rem 5rem 4rem 4rem;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
}
.delivery-option {
  box-shadow: 2px 2px 11px 0 rgba(196, 195, 187, 0.5);
  padding: 0rem 5rem 4rem 4rem;
  background-color: #f5f3ec;
  margin-bottom: 4rem;
}
.delivery-option-heading {
  padding: 2rem 0rem 2rem 0rem;
  font-weight: 700;
}
.delivery-option-buttons {
  padding-bottom: 2rem;
  display: flex;
  justify-content: space-between;
}
.delivery-by-our-car {
  cursor: pointer;
  padding: 1.2rem 2.6rem 1.2rem 2.7rem;
  border-radius: 4px;
  border: solid 1px #000000;
  background-color: #f5f3ec;
  color: #000000;
  display: inline-block;
}
.active-button {
  box-shadow: inset 0px 1px 4px 0px;
  background-color: #e8e6df;
}

.radio-privacy-policy {
  font-size: 1.4rem;
}

.payment-option-buttons {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
  padding-right: 4rem;
}

.cost {
  font-weight: 700;
}

.my-basket-order {
  padding: 0;
}

@media only screen and (max-width: 1100px) {
  .order-information-second-main {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  .delivery-second {
    margin-left: auto;
    max-width: 61rem;
    width: unset;
    padding-left: 0;
    padding-right: 0;
  }
  .delivery-option-buttons {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }
  .delivery-button {
    width: 100%;
  }
  .payment-option-buttons {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
    padding-right: 0;
  }
  .delivery-by-our-car a {
    padding: 0.6rem 2.6rem 0.6rem 2.7rem;
  }
  .delivery-amount-header {
    display: none;
  }
  .delivery-amount {
    margin-top: 0;
  }
  .delivery-amount {
    box-shadow: 3px 8px 11px 0 rgba(196, 195, 187, 0.5);
  }
}
@media only screen and (max-width: 510px) {
  .delivery-second {
    margin-top: 0;
  }
}
.logo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-brands {
  object-fit: cover;
  width: 70%;
  height: 70%;
  align-items: center;
}

.categories {
  max-width: 119rem;
  margin: 0 auto;
  animation: fromTop 0.3s;
  z-index: 5;
}
.categories::-webkit-scrollbar {
  margin-top: 1rem;
  height: 0.5rem;
}
.categories::-webkit-scrollbar-track {
  margin-top: 30rem;
  background: #f1f1f1;
}
.categories::-webkit-scrollbar-thumb {
  background: #888;
}
.categories::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.dropdown-content {
  display: none;
}

@media only screen and (max-width: 575px) {
  .logo-brands {
    width: 50%;
  }
}
.categories-separate {
  display: none;
}

.categories {
  max-width: 119rem;
  margin: 0 auto;
}

.user-main {
  display: flex;
  max-width: 87rem;
  background-color: #f5f3ec;
  margin: 11.8rem auto 18rem auto;
  padding: 6rem 5rem 9rem 5rem;
  box-shadow: 2px 2px 11px 0 rgba(196, 195, 187, 0.5);
}
.user-password {
  min-width: 7rem;
}
.user-personal-data-heading {
  font-size: 3rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 49rem;
  padding-bottom: 1rem;
  padding-right: 3rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #d3d3d3;
}
.user-adress {
  max-width: 68rem;
  display: flex;
  flex-direction: column;
}
.user-adress-info {
  flex-wrap: wrap;
  gap: 7rem;
  flex-direction: column;
}
.user-personal-data-info {
  display: flex;
  justify-content: space-between;
  max-width: 41rem;
}
.user-name {
  padding-bottom: 1.2rem;
  padding-right: 3rem;
}
.user-password-current {
  padding-bottom: 1.2rem;
  min-width: 19rem;
  display: flex;
  justify-content: space-between;
}
.user-street {
  padding-bottom: 1.4rem;
}
.user-personal-data {
  min-width: 55rem;
}
.user-personal-data span {
  padding-left: 1.2rem;
  padding-bottom: 1.3rem;
  display: inline-block;
  font-size: 1.4rem;
}
.user-profile-paragraph {
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.user-change-password {
  width: 100%;
  max-width: 13rem;
  cursor: pointer;
  font-weight: 700;
  margin-right: 9rem;
  color: #000000;
  padding-top: 3.5rem;
}
.user-change-password:hover {
  border-bottom: 1px solid #000000;
}
.user-street-town {
  display: flex;
  gap: 7rem;
}
.user-add-adress {
  gap: 1rem;
  display: flex;
  align-items: center;
  max-width: 15.5rem;
  font-weight: 700;
  cursor: pointer;
}
.user-add-adress:hover {
  border-bottom: 1px solid #000000;
}

.adres-second-heading {
  padding-bottom: 2rem;
  display: none;
}

@media only screen and (max-width: 800px) {
  .user-main {
    margin: 0;
    flex-direction: column;
  }
  .user-password-current {
    justify-content: unset;
  }
  .user-password-current img {
    padding-left: 3rem;
  }
  .user-personal-data {
    min-width: unset;
  }
  .user-personal-data-heading {
    max-width: unset;
  }
}
@media only screen and (max-width: 550px) {
  .user-personal-data-info {
    justify-content: unset;
  }
  .user-street-town {
    display: unset;
  }
  .user-street {
    padding-right: 3rem;
  }
  .user-part-info {
    display: flex;
  }
  .user-personal-data-wrapper {
    display: flex;
  }
  .user-personal-data-info {
    display: unset;
  }
}
.main-home {
  max-width: 140rem;
}

.product-photo {
  width: 70%;
  height: 70%;
  object-fit: cover;
}

.products-name a {
  color: #000000;
  font-weight: 400;
  font-weight: 400;
}

.products-price a {
  color: #000000;
  font-weight: 700;
  font-size: 2.8rem;
}

.products {
  margin-top: 4rem;
  margin-bottom: 8rem;
}
.products-about {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 2px solid #f5f3ec;
  position: relative;
}
.products-info {
  background-color: #f5f3ec;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2.6rem;
  padding-bottom: 2.3rem;
}
.products-price {
  display: flex;
  justify-content: space-between;
  font-size: 3.2rem;
  font-weight: 700;
  color: #000000;
}
.products-name {
  display: flex;
  justify-content: space-between;
  padding-bottom: 4.6rem;
  color: #000000;
}
.products-img {
  text-align: center;
}
.products-button-basket {
  cursor: pointer;
  display: flex;
  align-items: center;
  fill: #FFFFFF;
  color: #FFFFFF;
  border: none;
  background-color: #000000;
  padding: 0rem 2.6rem;
  border-radius: 4px;
}
.products-button-basket:hover {
  box-shadow: 3px 7px 9px 0 rgba(110, 110, 110, 0.5);
  transition: all 0.2s;
  transform: translateY(-0.25rem);
}
.products-button-basket:active {
  transition: all 0.01s;
  transform: translateY(-0.1rem);
}
.products-button-basket-img {
  width: 3rem;
  height: 3rem;
}

.categories-header {
  max-width: 140rem;
  width: 100%;
  margin: 15rem auto 0 auto;
  padding: 5rem 0;
}
.categories-header img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.filters {
  justify-content: end;
  max-width: 11rem;
  text-align: end;
  cursor: pointer;
}
.filters-wrraper {
  display: flex;
  justify-content: end;
}
.filters img {
  padding-left: 2rem;
}

@media only screen and (max-width: 630px) {
  .products-price {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .row > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.order-information-third-main {
  width: 100%;
  max-width: 123rem;
  display: flex;
  justify-content: space-between;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.delivery-third-wrapper {
  max-width: 67rem;
  width: 100%;
  background-color: #f5f3ec;
}

.delivery-check-info {
  justify-content: space-between;
  display: flex;
  padding: 2rem 10rem 1rem 4rem;
}
.delivery-name-surname {
  padding-bottom: 3rem;
}
.delivery-adress-options {
  padding: 2rem 10rem 1rem 4rem;
}
.delivery-check {
  max-width: 67rem;
  width: 100%;
  background-color: #f5f3ec;
  margin-top: 11rem;
}
.delivery-check-wrapper {
  max-width: 67rem;
  width: 100%;
  margin-bottom: 5rem;
  margin-left: 3rem;
}
.delivery-third {
  position: sticky;
  top: 2rem;
}

#Adress {
  width: 100%;
  background-color: #f5f3ec;
  margin-top: 1.5rem;
  padding: 0.8rem 1.5rem 0.5rem 2rem;
}

@media only screen and (max-width: 1200px) {
  .order-information-third-main {
    flex-direction: column;
  }
  .delivery-third-wrapper {
    margin: 0 auto 5rem auto;
    max-width: 51rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .delivery-check {
    max-width: 51rem;
    margin: 0 auto 7rem auto;
    box-shadow: 3px 6px 11px 0 rgba(196, 195, 187, 0.5);
  }
  .delivery-check-wrapper {
    margin: 0 auto;
  }
  .delivery-check-info {
    display: unset;
    max-width: 51rem;
  }
  .delivery-name-surname {
    padding-left: 5rem;
  }
}
.my-basket {
  max-width: 51rem;
  background-color: #f5f3ec;
  box-shadow: 2px 2px 11px 0 rgba(196, 195, 187, 0.5);
  display: none;
  position: absolute;
  top: 0;
  right: 10rem;
  z-index: 9999;
}

.basket-header {
  display: flex;
  box-shadow: 2px 2px 11px 0 rgba(196, 195, 187, 0.5);
  align-items: center;
  justify-content: space-between;
  padding: 2rem 3rem;
}
.basket-item {
  display: flex;
  padding: 4rem 4rem 3rem 4rem;
  border-bottom: solid 1px #a0a0a0;
}
.basket-product-quantity {
  display: flex;
}
.basket-buttons {
  padding: 0 4rem 4rem 4rem;
  justify-content: space-between;
  display: flex;
  gap: 1.5rem;
}
.basket-total {
  display: flex;
  justify-content: space-between;
  padding: 1rem 4rem 8rem 4rem;
}
.basket-total-price {
  font-weight: 700;
}
.basket-close {
  font: 2rem;
  cursor: pointer;
}
.basket-icon {
  display: flex;
  align-items: center;
  gap: 1.3rem;
}
.basket-icon-trash {
  cursor: pointer;
}
.basket-photo-div {
  width: 25%;
}
.basket-product-info {
  width: 75%;
  padding-left: 2rem;
}
.basket-product-name {
  font-weight: 400;
  padding-bottom: 0.7rem;
}
.basket-product-price {
  font-size: 2.8rem;
  font-weight: 700;
  padding-bottom: 1rem;
}
.basket-product-quantity {
  padding-bottom: 1rem;
  font-size: 1.6rem;
}
.basket-product-quantity {
  justify-content: space-between;
}
.basket-product-number {
  padding: 0 3rem;
}
.basket-continue-shoping a {
  border: 1px solid #000000;
  border-radius: 3px;
  padding: 12px 26px 12px 27px;
  background-color: #f5f3ec;
  color: #000000;
  display: inline-flex;
}
.basket-go-to-pay a {
  color: #FFFFFF;
  background-color: #000000;
  border-radius: 4px;
  border: 1px solid #000000;
  padding: 1.2rem 2.5rem;
  display: inline-flex;
  cursor: pointer;
}
.basket-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.basket-counter {
  border-radius: 50%;
  background-color: #d3001a;
  color: #FFFFFF;
  font-size: 1.2rem;
  position: absolute;
  width: 1.7rem;
  height: 1.7rem;
  top: 0.8rem;
  right: 0.5rem;
  display: flex;
  justify-content: center;
  font-weight: 700;
}

.nav-shop {
  position: relative;
  padding: 1rem;
}

.collapse {
  background-color: #f5f3ec;
  outline: unset;
}

.accordion-button {
  background-color: #f5f3ec;
  outline: unset;
  max-width: 24rem;
  width: 100%;
  font-size: 1.8rem;
}
.accordion-header {
  display: flex;
  justify-content: center;
  background-color: #f5f3ec !important;
}
.accordion-button:focus {
  border: unset !important;
  box-shadow: unset;
}
.accordion-button:not(.collapsed) {
  background-color: #f5f3ec !important;
  color: #000000 !important;
  box-shadow: unset !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(/img/icons/arrow-down.svg) !important;
}
.accordion-body {
  background-color: #f5f3ec !important;
  padding: 0 !important;
}

@media only screen and (max-width: 750px) {
  .my-basket {
    right: 0;
  }
}
@media only screen and (max-width: 580px) {
  .my-basket {
    width: 100%;
    right: 0;
  }
  .basket-go-to-pay {
    text-align: center;
    width: 15rem;
    margin-bottom: 2.5rem;
  }
  .basket-buttons {
    flex-direction: column-reverse;
    align-items: center;
  }
}
::placeholder {
  font-weight: 400;
  color: #a0a0a0;
}

.delivery-login {
  align-items: baseline;
  gap: 1.8rem;
  padding-bottom: 2.4rem;
}

.forget-password {
  color: #a0a0a0;
  font-size: 1.4rem;
  padding-top: 0.6rem;
  font-weight: 400;
  padding-left: 0.4rem;
}

.correct-email {
  color: #a0a0a0;
  font-size: 1.4rem;
  padding-top: 0.6rem;
  font-weight: 400;
  padding-left: 0.4rem;
}

.email-basket {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 50%;
}

.basket-radio {
  border: #000;
  width: 2.7rem;
  width: 2.7rem;
  padding: 0.9rem 0.6rem 0.9rem 0.8rem;
  border: solid 1.5px #000000;
}

.input {
  border-radius: 4px;
  border: solid 1px #000;
  background-color: #f5f3ec;
  padding: 0.8rem 0rem 0.8rem 1.5rem;
}
.input-email {
  width: 100%;
  margin-top: 1rem;
}
.input-prezime {
  width: 100%;
}
.input-postanski {
  width: 100%;
}
.input-sprat {
  width: 100%;
}
.input-napomena {
  width: 100%;
  height: 16rem;
}
.input-ulica-grad {
  gap: 2rem;
  display: flex;
  width: 205%;
}
.input-grad {
  width: 100%;
}
.input-sprat-stan {
  width: 40%;
  display: flex;
  gap: 1.8rem;
}
.input-posta-telefon {
  width: 60%;
  display: flex;
  gap: 1.8rem;
}

@media only screen and (max-width: 1250px) {
  .delivery-login {
    flex-direction: column;
  }
  .input-prezime {
    width: 100%;
  }
  .input-ulica-grad {
    width: 100%;
  }
  .input-sprat-stan {
    width: 100%;
  }
  .input-posta-telefon {
    width: 100%;
    display: flex;
    gap: 1.8rem;
  }
  .input-postanski {
    width: 100%;
  }
  .email-basket {
    width: 100%;
  }
}
.order-info-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: end;
  padding-top: 5rem;
  padding-bottom: 5.5rem;
}

.basket-back-shoping a {
  padding: 1.2rem 2.6rem 1.2rem 2.7rem;
  border: solid 1px #000000;
  border-radius: 4px;
  color: #000000;
  display: inline-flex;
  font-size: 1.8rem;
}

.basket-next-button a:hover,
.basket-back-shoping a:hover {
  box-shadow: 3px 7px 9px 0 rgba(110, 110, 110, 0.5);
  transition: all 0.2s;
  transform: translateY(-0.25rem);
}

.basket-next-button a {
  padding: 1.2rem 2.6rem 1.2rem 2.7rem;
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 4px;
}

.back-to-shop a {
  padding: 1.2rem 2.6rem 1.2rem 2.7rem;
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 4px;
}

.personal-data-button {
  padding: 1.2rem 2.6rem 1.2rem 2.7rem;
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 4px;
  display: inline-block;
  margin-top: 4rem;
  cursor: pointer;
}

.make-new-password {
  padding: 1.2rem 2.6rem 1.2rem 2.7rem;
  border-radius: 4px;
  background-color: #000000;
  color: #FFFFFF;
  display: inline-block;
  margin-top: 4rem;
  cursor: pointer;
}

.close-successfully-password {
  text-align: end;
}

.adress-changing-button {
  cursor: pointer;
  padding: 1.2rem 2.6rem 1.2rem 2.7rem;
  border-radius: 4px;
  background-color: #000000;
  color: #FFFFFF;
  display: inline-block;
  margin-top: 4.5rem;
}

.adress-adding-button {
  cursor: pointer;
  padding: 12px 26px 12px 27px;
  border-radius: 4px;
  background-color: #000000;
  color: #FFFFFF;
  display: inline-block;
  margin-top: 4.5rem;
}

.button-wraper {
  display: flex;
  justify-content: center;
}

.categories-header-button a {
  border-radius: 4px;
  display: inline-block;
  position: absolute;
  color: #FFFFFF;
  padding: 1.2rem 2.6rem 1.2rem 2.7rem;
  background-color: #000000;
}

.details-filters {
  padding: 1.2rem 2.6rem 1.2rem 2.7rem;
  border: solid 1px #000;
  border-radius: 4px;
  cursor: pointer;
}

.apply-button {
  padding: 1.2rem 2.6rem 1.2rem 2.7rem;
  border-radius: 4px;
  background-color: #000;
  color: #FFFFFF;
  cursor: pointer;
}

.close-button-wrraper {
  display: flex;
  justify-content: end;
}
.close-button-wrraper img {
  margin-right: -2rem;
}

.button-commercials-rosa a {
  background-color: #000000;
  position: absolute;
  color: #FFFFFF;
  padding: 12px 26px 12px 27px;
  border-radius: 4px;
  bottom: 3rem;
  right: 4rem;
}

.button-commercials-cola a {
  background-color: #000000;
  position: absolute;
  color: #FFFFFF;
  padding: 12px 26px 12px 27px;
  border-radius: 4px;
  bottom: 3rem;
  left: 4rem;
}
.button-commercials-cola a:hover {
  background-color: #FFFFFF;
  color: #000;
  transition: all 0.3s;
}

.button-commercials-jameson a {
  background-color: #FFFFFF;
  position: absolute;
  color: #000000;
  padding: 12px 26px 12px 27px;
  border-radius: 4px;
  bottom: 3rem;
  right: 4rem;
}
.button-commercials-jameson a:hover {
  background-color: #000;
  color: #FFFFFF;
  transition: all 0.3s;
}

.button-buy-rosa a {
  padding: 12px 26px 12px 27px;
  border-radius: 4px;
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  display: inline-flex;
}

.personal-data-close {
  cursor: pointer;
}

.buttons-info {
  padding-right: 4rem;
}

#close-successfully-adress-adding,
#close-data-message,
#user-adress-changing,
#user-personal-data-change,
#close-adress-changing,
#close-successfully-adress-change {
  cursor: pointer;
}

/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  margin-top: 0.3rem;
  border: 1.5px solid #000000;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #f5f3ec;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #f5f3ec;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 8px;
  top: 4px;
  width: 7px;
  height: 13px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-text {
  font-size: 1.4rem;
  color: #000000;
  padding-top: 0.3rem;
}

.checkmark-second {
  margin-bottom: 1rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.basket-next {
  font-size: 1.8rem;
  background-color: #000000;
  color: #FFFFFF;
  padding: 1.2rem 2.6rem 1.2rem 2.7rem;
  border: solid 1px #000000;
  border-radius: 4px;
  display: inline-flex;
}
.basket-next:hover {
  box-shadow: 3px 7px 9px 0 rgba(110, 110, 110, 0.5);
  transition: all 0.2s;
  transform: translateY(-0.25rem);
}

#close-successfully-buy {
  cursor: pointer;
}

@media only screen and (max-width: 1250px) {
  .order-info-buttons {
    gap: 3rem;
  }
  .buttons-info {
    padding-right: 0;
  }
}
.card-info {
  width: 100%;
  display: none;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 5rem;
  max-width: 50rem;
  background-color: #f5f3ec;
  padding: 18.2px 30.6px 31.6px 26px;
  box-shadow: 2px 2px 11px 0 rgba(196, 195, 187, 0.5);
}
.card-info-heading {
  font-weight: 700;
}
.card-info-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 3rem;
}
.card-name-number {
  display: flex;
  flex-direction: column;
}
.card-name {
  font-size: 1.8rem;
  background-color: #f5f3ec;
  border: none;
  outline: none;
  border-bottom: 1px solid #a0a0a0;
}
.card-number {
  display: flex;
  gap: 2.5rem;
}
.card-name-number span {
  color: #a0a0a0;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.card-date label {
  color: #a0a0a0;
  padding-bottom: 2rem;
}
.card-form {
  padding-top: 1rem;
}
.card-pay-button {
  cursor: pointer;
  border-radius: 4px;
  padding: 1.2rem 2.6rem 1.2rem 2.7rem;
  background-color: #000000;
  color: #FFFFFF;
  font-family: "OpenSans", "sans serif";
}
.card-info-paragraph {
  text-align: center;
  font-size: 1.2rem;
  color: #a0a0a0;
  padding-top: 4rem;
}
.card-info-close {
  cursor: pointer;
}

.submit-form {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.part-of-number-card {
  text-align: center;
  font-size: 1.8rem;
}

#date {
  background-color: #f5f3ec;
  width: 10rem;
  height: 4rem;
  margin-top: 2rem;
  font-size: 1.8rem;
  border-radius: 4px;
}

#year {
  background-color: #f5f3ec;
  width: 12rem;
  height: 4rem;
  font-size: 1.8rem;
  border-radius: 4px;
}

.part-of-number-card {
  outline: none;
  border: none;
  border-bottom: 1px solid #a0a0a0;
  background-color: #f5f3ec;
  width: 25%;
}

#close-successfully-buy {
  display: flex;
  justify-content: end;
}

.successfully-buy {
  width: 90%;
  display: none;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  box-shadow: 2px 2px 11px 0 rgba(196, 195, 187, 0.5);
  text-align: center;
  justify-content: center;
  max-width: 50rem;
  background-color: #f5f3ec;
  padding: 2rem 2.5rem 5rem 2.5rem;
  margin: 20rem auto auto;
  width: 95%;
}
.successfully-buy-heading {
  font-weight: 700;
  padding-bottom: 3.5rem;
}
.successfully-buy-paragraph {
  max-width: 39rem;
  margin: 0 auto;
  padding-bottom: 4rem;
}

.personal-data {
  width: 90%;
  display: none;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 5rem;
  box-shadow: 2px 2px 11px 0 rgba(196, 195, 187, 0.5);
  max-width: 70rem;
  background-color: #f5f3ec;
  box-shadow: 2px 2px 11px 0 rgba(196, 195, 187, 0.5);
  padding: 2rem 3.6rem 3.3rem 4rem;
}
.personal-data-header {
  display: flex;
  justify-content: space-between;
}
.personal-data-name-email {
  width: 50%;
}
.personal-data-name-email input {
  width: 100%;
}
.personal-data-name-email place holder {
  font-size: 1.6rem;
  color: red;
}
.personal-data-phone {
  width: 50%;
}
.personal-data-phone input {
  width: 100%;
}
.personal-data-inputs {
  display: flex;
  gap: 3rem;
}
.personal-data-heading {
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 2.6rem;
}
.personal-data-name {
  padding-top: 2rem;
}
.successfully-personal-data-change {
  width: 90%;
  margin-top: 10rem;
  display: none;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 5rem;
  box-shadow: 2px 2px 11px 0 rgba(196, 195, 187, 0.5);
  max-width: 40rem;
  padding: 1rem 4rem 4rem 4rem;
  background-color: #f5f3ec;
  text-align: center;
}

.successfully-personal-data-message {
  width: 90%;
  display: none;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 5rem;
  box-shadow: 2px 2px 11px 0 rgba(196, 195, 187, 0.5);
  max-width: 40rem;
  padding: 1rem 4rem 4rem 4rem;
  background-color: #f5f3ec;
  text-align: center;
}

.personal-data-change-paragraph {
  max-width: 30rem;
  margin: 0 auto;
}

#close-successfully-password {
  text-align: end;
  cursor: pointer;
}

.password-change {
  position: fixed;
  top: 10rem;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  padding: 1.8rem 3rem 4.4rem 2.6rem;
  max-width: 47rem;
  background-color: #f5f3ec;
  box-shadow: 2px 2px 11px 0 rgba(196, 195, 187, 0.5);
  width: 90%;
}
.password-change-header {
  align-items: baseline;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.password-change-heading {
  font-weight: 700;
  padding-bottom: 3.7rem;
}

.card-name {
  padding-bottom: 1rem;
}

#adress-changing {
  width: 90%;
  top: 10rem;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  display: none;
  padding: 3.5rem 4rem;
  background-color: #f5f3ec;
  max-width: 70rem;
  box-shadow: 2px 2px 11px 0 rgba(196, 195, 187, 0.5);
}

.adress-changing {
  width: 100%;
  top: 10rem;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  display: none;
  padding: 3.5rem 4rem;
  background-color: #f5f3ec;
  max-width: 70rem;
  box-shadow: 2px 2px 11px 0 rgba(196, 195, 187, 0.5);
}
.adress-changing-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.adress-changing-inputs {
  align-items: center;
  display: flex;
  width: 100%;
  gap: 3rem;
  justify-content: space-between;
}

.adress-input {
  width: 95%;
}

.label-input {
  width: 50%;
}

.apartment {
  width: 91% !important;
}

.adress-paragraph {
  font-size: 1.4rem;
  color: #a0a0a0;
  max-width: 33rem;
  line-height: 2.5rem;
}

.successfully-adress-change {
  width: 90%;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  display: none;
  max-width: 45rem;
  background-color: #f5f3ec;
  padding: 1rem 2.5rem 5rem 2.5rem;
  text-align: center;
  box-shadow: 2px 2px 11px 0 rgba(196, 195, 187, 0.5);
}

.adress-adding {
  width: 90%;
  top: 10rem;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  display: none;
  padding: 1.5rem 4rem;
  background-color: #f5f3ec;
  max-width: 70rem;
  box-shadow: 2px 2px 11px 0 rgba(196, 195, 187, 0.5);
}

.successfully-adress-added {
  width: 90%;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  display: none;
  max-width: 45rem;
  background-color: #f5f3ec;
  padding: 1rem 2.5rem 5rem 2.5rem;
  text-align: center;
  box-shadow: 2px 2px 11px 0 rgba(196, 195, 187, 0.5);
}

.filters-popup-vine {
  max-width: 50rem;
  width: 100%;
  background-color: #f5f3ec;
  max-width: 90rem;
  width: 100%;
}

#close-filters {
  cursor: pointer;
}

.filters-popup {
  padding-bottom: 2rem;
  width: 100%;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  display: none;
  max-width: 50rem;
  background-color: #f5f3ec;
}
.filters-popup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 2px 2px 11px 0 rgba(196, 195, 187, 0.5);
  padding: 0.9rem 2rem 0.9rem 3.4rem;
}
.filters-popup-header-wrraper {
  display: flex;
  align-items: center;
}
.filters-popup-header-wrraper img {
  padding-left: 2rem;
}

.filters-dropdown-vine {
  display: flex;
  padding: 0 3.3rem 0 4.8rem;
  gap: 2rem;
}
.filters-dropdown-vine span {
  padding-bottom: 1.6rem;
  padding-top: 3rem;
  font-weight: 700;
}

.filters-dropdown {
  display: flex;
  flex-direction: column;
  padding: 0 3.3rem 0 4.8rem;
}
.filters-dropdown span {
  padding-bottom: 1.6rem;
  padding-top: 3rem;
  font-weight: 700;
}

#sorting,
#packaging,
#species {
  padding: 0.8rem 0 0.8rem 2rem;
  background-color: #f5f3ec;
  font-size: 1.8rem;
  width: 100%;
}

.filter-buttons-vine {
  justify-content: center;
  padding-top: 6.5rem;
  display: flex;
  gap: 2rem;
}

.filter-buttons {
  justify-content: center;
  padding-top: 3rem;
  display: flex;
  gap: 2rem;
}

.filters-dropdown-cost {
  display: flex;
  flex-direction: column;
  max-width: 50%;
  width: 100%;
}

.filters-dropdown-species {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.register-popup {
  position: absolute;
  display: none;
  box-shadow: 2px 2px 11px 0 rgba(196, 195, 187, 0.5);
  max-width: 71rem;
  width: 100%;
  left: 50%;
  top: 10rem;
  transform: translateX(-50%);
  background-color: #f5f3ec;
  padding: 0 6rem 4rem 6rem;
}
.register-popup div {
  color: #A0A0A0;
  font-size: 1.4rem;
  padding-top: 0.5rem;
}

#restart-password {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 10rem;
  display: none;
  box-shadow: 2px 2px 11px 0 rgba(196, 195, 187, 0.5);
  max-width: 42rem;
  width: 100%;
  background-color: #f5f3ec;
  padding: 0 0 4rem 0;
}
#restart-password input {
  background-color: #f5f3ec;
  width: 80%;
  padding: 0.8rem 0 0.8rem 2rem;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  margin-right: auto;
  margin-left: auto;
}

#new-password-wrapper {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 10rem;
  display: none;
  box-shadow: 2px 2px 11px 0 rgba(196, 195, 187, 0.5);
  max-width: 42rem;
  width: 100%;
  background-color: #f5f3ec;
  padding: 0 0 4rem 0;
}
#new-password-wrapper input {
  background-color: #f5f3ec;
  width: 80%;
  padding: 0.8rem 0 0.8rem 2rem;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  margin-right: auto;
  margin-left: auto;
}

.wrong-input-login-password {
  margin-left: 5rem;
  color: #d3001a;
  font-size: 1.5rem;
}

.wrong-input-password {
    top: 5.5rem !important;
}

#restart-password {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 10rem;
  display: none;
  box-shadow: 2px 2px 11px 0 rgba(196, 195, 187, 0.5);
  max-width: 42rem;
  width: 100%;
  background-color: #f5f3ec;
  padding: 0 0 4rem 0;
}
#restart-password input {
  background-color: #f5f3ec;
  width: 80%;
  padding: 0.8rem 0 0.8rem 2rem;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  margin-right: auto;
  margin-left: auto;
}

#close-restart-password {
  text-align: end;
}
#close-restart-password img {
  cursor: pointer;
}

.log-in-popup {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 10rem;
  display: none;
  box-shadow: 2px 2px 11px 0 rgba(196, 195, 187, 0.5);
  max-width: 42rem;
  width: 100%;
  background-color: #f5f3ec;
  padding: 0 6rem 4rem 6rem;
}
.log-in-popup input {
  background-color: #f5f3ec;
  width: 100%;
  padding: 0.8rem 0 0.8rem 2rem;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.checkbox {
  width: 10% !important;
  cursor: pointer;
}

#close-popup-register,
#close-popup-login {
  display: flex;
  justify-content: end;
  margin-right: -6rem;
  padding-bottom: 2rem;
}
#close-popup-register img,
#close-popup-login img {
  cursor: pointer;
}

.forget-password {
  text-align: left;
  cursor: pointer;
}

.password-forget {
  text-align: center;
  color: #a0a0a0;
  font-size: 1.4rem;
  padding-top: 0.6rem;
  font-weight: 400;
  padding-left: 0.4rem;
  cursor: pointer;
}

.wrong-input {
  color: #d3001a !important;
  position: absolute;
  bottom: -22px;
  left: 1rem;
  font-size: 1.5rem;
}

.wrong-input-password-wrapper {
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.wrong-input-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.wrong-input-login {
  color: #d3001a;
  margin-left: 1rem;
  font-size: 1.6rem;
}

.restart-password {
  text-align: center;
}

@media only screen and (max-width: 700px) {
  .personal-data,
  .adress-changing,
  .adress-adding,
  .password-change {
    top: 5rem;
    overflow: auto;
  }
  .user-add-adress {
    margin: unset;
    padding-bottom: 2rem;
  }
  .filters-dropdown-vine {
    flex-direction: column;
    display: block;
  }
  .filters-dropdown-cost,
  .filters-dropdown-species {
    margin: 0 auto;
  }
  .filter-buttons-vine {
    padding-top: 3rem;
  }
}
@media only screen and (max-width: 660px) {
  .filters-dropdown-cost,
  .filters-dropdown-species {
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .adress-changing-inputs {
    display: inline;
    flex-direction: column;
  }
  .label-input {
    width: 100%;
  }
  .apartment {
    width: 95% !important;
  }
  .adress-changing-button {
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  .personal-data-inputs {
    display: inline;
    flex-direction: column;
  }
  .personal-data-name-email {
    width: 100%;
  }
  .personal-data-phone {
    width: 100%;
  }
  .filters-popup {
    top: 0;
  }
}

/*# sourceMappingURL=style.css.map */
