/*FONDS*/
@font-face {
  font-family: "PlayfairDisplay";
  src: URL("../fonds/Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf")
    format("truetype");
}

@font-face {
  font-family: "Simpel";
  font-style: normal;
  font-weight: 500;
  src: local("Simpel Medium"), url("Simpel-Medium.woff") format("woff");
  src: URL("../fonds/simpel-cufonfonts-webfont/Simpel-Medium.woff")
    format("woff");
}

@font-face {
  font-family: "Grotesque";
  src: URL("../fonds/Darker_Grotesque/DarkerGrotesque-Medium.ttf")
    format("truetype");
}

html,
body {
  width: 100%;
  min-width: 320px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: Simpel;
  font-size: 400;
  padding: 0 !important;
}

.container-fluid {
  display: block !important;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 1200px;
}

.navbar-toggler-img {
  float: right;
}

.user-logIn-desktop {
  display: flex;
}

.user-logIn-mobile {
  display: none;
}

.nav-right-icons {
  float: right;
}

a.nav-right-icons {
  margin-right: 30px;
}

h1 {
  font-family: PlayfairDisplay;
  font-weight: 700;
}

p {
  font-family: Grotesque;
  color: #707684;
  line-height: 24px;
  letter-spacing: 0.12em;
  font-size: 20px;
}

.off-canvas-menu a {
  font-size: 38px;
}

/* Navbar and Offcanvas START*/
.offcanvas {
  border: 0;
}

.offcanvas-header {
  justify-content: right;
}

.offcanvas-header .close-icon {
  width: 30px;
}

.navbar {
  background-color: #ffff;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 99;
}

.navbar-toggler-img {
  border: 0px;
  background-color: #ffff;
}

.navbar-toggler-icon {
  width: 35px;
  margin-top: 10px;
}

.navbar-brand img {
  max-width: 350px;
}

.offcanvas-body {
  display: flex;
  align-items: center;
}

.offcanvas-body ul {
  color: #191e25;
  text-decoration: none;
  list-style-type: none;
}

.offcanvas-body ul a {
  text-decoration: none;
  color: #191e25;
}

.offcanvas-body ul a:hover {
  color: #191e25;
}

.only-for-product nav.navbar.navbar-expand-lg.navbar-light {
  position: fixed;
  z-index: 1;
  background: transparent;
  width: 100%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.only-for-product .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}

.only-for-product-image {
  position: relative;
  z-index: 0;
}

.product-text-over-image h1 {
  position: absolute;
  z-index: 999;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 60%;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  text-align: right;
  padding-right: 10%;
  padding-top: 5%;
  padding-bottom: 4%;
  border-bottom: 2px solid #ffff;
  border-top: 2px solid #ffff;

  font-family: Simpel;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.product-text-over-image {
  margin-bottom: 10px;
}

.display-block-description {
  display: block;
  margin-left: 15px;
}

button.navbar-toggler-img {
  background-color: transparent;
}

.num-of-items-basket {
  background: #ff264d;
  border-radius: 100%;
  position: relative;
  height: 16px;
  width: 16px;
  right: 24px;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  letter-spacing: -0.3px;
  color: #ffffff;
  float: right;
}

#wrondDate {
  display: none;
}

@media screen and (max-width: 650px) {
  .grid-container-footer-bottom {
    grid-template-columns: auto !important;
  }

  #legal-second {
    order: 1;
  }
  #copyright-first {
    order: 2;
  }
}

@media screen and (max-width: 550px) {
  .navbar-brand img {
    max-width: 180px;
  }

  .grid-container-editProfile {
    grid-template-columns: auto !important;
  }

  .sideMenuEditProfile {
    margin-top: 0 !important;
  }

  ul.list {
    padding: 0;
    text-align: center;
  }

  .num-of-items-basket {
    right: 24px !important;
  }

  .navbar-toggler-icon {
    width: 30px;
  }

  .container.check-out.content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .check_out-first-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.log-in {
    padding-left: 55px;
    padding-right: 55px;
  }

  .cart-items .grid-container {
    grid-template-columns: 200px auto !important;
    column-gap: 20px !important;
  }

  .quantity-selector .grid-container {
    grid-template-columns: 30% 40% 30% !important;
  }

  input.input-coupon-code {
    width: 100% !important;
  }

  .grid-item.cart-image-left img {
    max-width: 100% !important;
  }

  h5.item-title {
    font-weight: 500;
    font-size: 14px;
  }

  p.item-price {
    padding-bottom: 20px !important;
  }

  .border-together {
    width: 120px !important;
  }

  .coupon-icon {
    width: 30px !important;
  }

  button.confirm-coupon {
    font-size: 14px;
  }

  .grid-container-coupon {
    grid-template-columns: auto auto !important;
  }

  .legal-links a,
  .copyright {
    font-size: 13px;
  }
}

@media screen and (max-width: 576px) {
  .navbar-brand img {
    max-width: 180px;
  }

  .basket-icon img {
    margin-top: -5px !important;
  }

  .navbar-toggler-icon {
    margin-top: 0 !important;
  }

  a.user-logIn.user-logIn-desktop.nav-right-icons {
    margin-top: 0px !important;
  }

  .num-of-items-basket {
    right: 24px;
    top: -11px;
  }
}

@media screen and (max-width: 430px) {
  .cart-items .grid-container {
    grid-template-columns: 150px auto !important;
    column-gap: 20px !important;
  }

  p.item-price {
    padding-bottom: 0px !important;
  }
}

/* Navbar and Offcanvas END*/

.content {
  margin-top: 40px !important;
}
.content a, .content a:visited {
  color: #191e25;
  text-decoration: none;
}

section {
  margin-bottom: 15px !important;
}

.welcome-section {
  overflow: hidden;
  margin-top: 30px;
}

.welcome-section h3 {
  font-family: Grotesque;
  font-weight: 700;
  font-size: 22px;
  line-height: 18px;
  letter-spacing: 0.07em;
  color: #191e25;
}

.video {
  width: 100%;
}

.video_content {
  margin-top: 50px;
}

.standarts {
  overflow: hidden;
}

.rectangle {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 10px 60px 0px;
  height: 300px;
  width: 400px;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  overflow: hidden;
}

.cards {
  display: flex;
  justify-content: center;
  size: 1200px;
}

.just-image img {
  width: 100%;
}

.offerings a {
  text-decoration: none;
  color: #191e25;
}

.offerings .row .col-12 {
  border: 1px solid #191e25;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 16px;
  margin-right: 10px;
}

.offerings .row {
  padding-left: 15px;
  padding-right: 15px;
}

.our-customer img.full-pic {
  width: 100%;
  max-width: 500px;
}

img.full-pic {
  width: 100%;
}

h1.cenik {
  text-align: center;
}

.content.cenik {
  margin-bottom: 30px;
}

.categories-img img {
  margin: 0 0 40px 0;
  width: 300px;
}

.categories-img .text-over-image .napis p {
  font-family: Simpel;
}

.categories-img .row .col-6 {
  display: flex;
  justify-content: center;
}

/*.col-6{
    display: flex;
    justify-content: center;
}*/

.seznamProduktov_menu {
  width: 100%;
}

.container {
  max-width: 1200px;
}

.form-error {
  color: red;
}

#errorPaswdShort,
#errorPaswdNotSame,
#errorEmailExist,
#checkboxMustBeChecked {
  font-weight: 600;
  color: #d8203f;
  text-align: center;
  display: none;
}

#errorAllData {
  font-weight: 600;
  color: #d8203f;
  text-align: center;
  display: none;
}

/*SEARCH BOX START*/
button[type="submit"]#searchNaslovnica {
  text-indent: -999px;
  overflow: hidden;
  width: 40px;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  background: transparent
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E")
    no-repeat center;
  cursor: pointer;
  opacity: 0.7;
  float: right;
  padding-top: 10px;
}

button[type="submit"]:hover {
  opacity: 1;
}

button[type="submit"]:focus,
input[type="search"]:focus {
  box-shadow: 0 0 3px 0 #1183d6;
  border-color: #1183d6;
  outline: none;
}

input[type="search"] {
  border: none;
  background: transparent;
  margin: 0;
  padding: 7px 8px;
  font-size: 14px;
  color: inherit;
  border: 1px solid transparent;
  border-radius: inherit;
}

input[type="search"]::placeholder {
  color: #bbb;
}

form.searchBox {
  color: #555;
  padding: 2px;
  border: 0;
  border-radius: 5px;
  margin: 0 0 30px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
  display: none;
}

/*SEARCH BOX END*/

h1 img {
  vertical-align: baseline;
}

h3 {
  font-size: 16px;
}

.cards h3 {
  font-size: 20px;
}

.Navigation-buttons {
  float: right;
}

.Navigation-buttons button {
  border: none;
  cursor: pointer;
  appearance: none;
  background-color: inherit;
  margin: 0;
  padding: 0;
}

.learn-more {
  float: right;
  background-color: transparent;
  border: 0;
}

button.learn-more {
  border-left: 2px solid black;
  background-color: transparent;
  padding-left: 40px;
  padding-right: 40px;
}

.price-list-button {
  background-color: transparent;
  border: 0;
}

button.price-list-button {
  float: right;
  border-left: 2px solid black;
  background-color: transparent;
  padding-left: 40px;
  padding-right: 40px;
}

p.price {
  font-size: 45px;
  font-family: PlayfairDisplay;
  color: #191e25;
}

/*KATEGORIJE -cenik*/
.categories-img .grid-container img {
  width: 300px;
}

.categories-img .grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  gap: 40px 100px;
}

.categories-img .text-over-image {
  position: relative;
}

.categories-img .rectangle-product {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.categories-img .grid-item {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.categories-img .grid-item:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.categories-img .text-over-image .rectangle-product {
  position: absolute;
  bottom: 0;
  margin-bottom: 80px;
  border: 1px solid #ffff;
  width: -webkit-fill-available;
  margin-left: 15px;
  margin-right: 15px;
  height: 65px;
  text-align: center;
  width: -moz-available;
  width: fill-available;
}

.categories-img .text-over-image p {
  font-family: PlayfairDisplay;
  font-size: 18px;
  color: #191e25;
  text-align: center;
  line-height: 1.3;
  text-transform: uppercase;
}

.categories-img .rectangle-product .napis {
  padding-top: 25px;
  line-height: 10.8px;
  position: absolute;
  top: 50%;
  /* left: 50%; */
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateY(-50%);
  width: inherit;
}

/*PRODUKT page*/
.product-main-image {
  width: 100%;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 20px 100px 0px;
  margin-top: 0 !important;
}

.products .grid-container img {
  width: 320px;
  height: 320px;
}

.products .grid-container {
  padding-top: 100px;
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
  gap: 50px 0;
}

.products .text-over-image {
  position: relative;
}

.products .rectangle-product {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.products .text-over-image .rectangle-product {
  position: absolute;
  bottom: 0;
  margin-bottom: 10px;
  border: 1px solid #ffff;
  width: -webkit-fill-available;
  margin-left: 10px;
  margin-right: 10px;
  height: 90px;
  width: -moz-available;
  width: fill-available;
  max-width: 300px;
}

.products .text-over-image p {
  font-family: PlayfairDisplay;
  font-size: 30px;
  color: #191e25;
  float: right;
  text-align: end;
}

.products .text-over-image h5 {
  text-align: end;
  font-size: 15px;
  color: #000 !important;
  margin-left: 60px;
}

.products .text-over-image img#add-button {
  width: 90px;
  height: 90px;
}

.products .rectangle-product .napis {
  position: absolute;
  top: 50%;
  transform: translateX(0%) translateY(-50%);
  -ms-transform: translateX(0%) translateY(-50%);
  -o-transform: translateX(0%) translateY(-50%);
  -moz-transform: translateX(0%) translateY(-50%);
  -webkit-transform: translateX(0%) translateY(-50%);
  padding-top: 15px;
  padding-right: 15px;
  width: 100%;
}

/*Prikaz produkta*/

.product-images {
  height: 1000px;
  padding-bottom: 50px;
}

.product-images .grid-container {
  display: grid;
  grid-template-columns: auto 200px;
  column-gap: 20px;
}

.product-images img.main-img {
  width: 100%;
}

.product-images .side-images .grid-item {
  padding-bottom: 20px;
  height: auto;
}

.product-images .side-images .grid-item:last-child {
  padding-bottom: 0;
}

.product-images .side-images .grid-item img {
  width: 100%;
}

.left-container {
  float: left;
  width: 70%;
}

.right-container {
  float: right;
  width: 27%;
  overflow: hidden;
}

.right-container img {
  object-fit: cover;
  cursor: pointer;
  width: 100%;
}

.right-container img:last-child {
  padding-bottom: 0;
}

.big-img {
  width: 100%;
  padding-bottom: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.small-img {
  padding-bottom: 60%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.left-container img {
  width: 100%;
}

.images-container::after {
  content: "";
  clear: both;
  display: table;
}

.brnavigacija a {
  color: #000;
}

.btn-oglas-v-kosarico {
  color: #ffff;
  background-color: #191e25;
  border: 0;
  padding: 20px 40px 20px 40px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Simpel;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
  margin-right: 70%;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}

.btn-oglas-v-kosarico:hover {
  background-color: #222427;
}

.more-options a {
  color: #000000;
  text-decoration: none;
  margin-top: 30px;
  margin-left: 10px;
}

.more-options .col-12 {
  border-top: 1px solid #191e2540;
  padding-top: 15px;
  padding-bottom: 15px;
}

.more-options .row {
  margin-left: 5px;
  margin-right: 5px;
}

.more-options .col-12:last-child {
  border-bottom: 1px solid #191e2540;
}

.more-options img {
  width: 25px;
  margin-left: 15px;
}

.more-options .img-arrow {
  width: 10px;
  float: right;
  margin-right: 15px;
}

.product-show p {
  font-family: Simpel;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.15em;
}

.product-show .price {
  float: left;
  font-family: PlayfairDisplay;
  font-size: 45px;
}

.like-icon {
  width: 40px;
  margin-left: 40px;
}

h1 button {
  border: 0;
  background-color: transparent;
}

.Navigation-buttons.show-products img {
  width: 20px;
  margin-right: 20px;
}

/* custom scrollbar */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 10px rgba(99, 99, 99, 0.3);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ffffff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #f5f5f5;
}

@media screen and (max-width: 1200px) {
  .products .grid-container img {
    width: 290px;
  }
}

/*MOBILE*/
@media screen and (max-width: 1190px) {
  .products .grid-container img {
    width: 290px;
  }

  .products .grid-container {
    gap: 50px 0;
  }

  .products .text-over-image p {
    font-size: 28px;
  }

  .products .text-over-image h5 {
    font-size: 15px;
  }
}

@media screen and (max-width: 1130px) {
  .categories-img .grid-container img {
    width: 250px;
  }
}

@media screen and (max-width: 1100px) {
  .cards .row {
    display: block;
  }

  .cards .col-4 {
    margin-bottom: 50px;
  }

  .tasty-mobile .row {
    flex-wrap: wrap;
  }

  .content.tasty-mobile {
    padding-bottom: 20px;
  }

  .categories-img img {
    margin: 0 0 40px 0;
    width: 250px;
  }

  /*.products .grid-container img {
    width: 320px;
  }*/

  .products .grid-container {
    padding-top: 50px;
    gap: 50px 0;
  }

  .products .rectangle-product .napis {
    padding-top: 15px;
    padding-right: 10px;
  }

  .categories-img .grid-container img {
    width: 350px;
  }

  .categories-img .grid-container {
    grid-template-columns: auto auto;
    gap: 40px 100px;
  }

  .products .grid-container {
    grid-template-columns: auto auto auto;
    row-gap: 50px;
    column-gap: 0;
  }
}

@media screen and (max-width: 1000px) {
  .products .grid-container {
    gap: 50px 0;
  }

  .grid-container-content-list {
    column-gap: 50px !important;
  }

  .categories-img .grid-container {
    gap: 50px 120px;
  }

  .categories-img .grid-container img {
    width: 300px;
  }

  .categories-img .text-over-image p {
    font-size: 18px;
  }

  #footer_area .grid-container {
    gap: 20px 180px !important;
  }

  .btn-oglas-v-kosarico {
    margin-right: 60%;
  }

  .our-customer img.full-pic {
    width: 100%;
  }

  .container.basket {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 920px) {
  .products .grid-container {
    grid-template-columns: auto auto auto;
  }

  .products .grid-container img {
    width: 260px;
  }
}

@media screen and (max-width: 820px) {
  .products .grid-container {
    grid-template-columns: auto auto;
  }

  .products .grid-container img {
    width: 320px;
  }
}

@media screen and (max-width: 650px) {
  img.delete-item {
    background: #191e25;
    width: 35px;
    float: right;
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 760px) {
  .products .grid-container img {
    width: 221px !important;
    height: 332px;
    object-fit: cover;
  }

  .products .grid-container {
    padding-top: 20px;
    gap: 50px 0;
  }

  .grid-container-content-list {
    grid-template-columns: 100% !important;
    row-gap: 20px !important;
  }
  .content-list-img {
    padding-bottom: 40px;
  }

  .learn-more.btn-articles {
    margin-top: 20px !important;
  }

  .grid-container-content-list {
    grid-template-columns: 50% auto;
    column-gap: 30px !important;
  }

  #article-content-img {
    max-width: 400px !important;
  }

  .grid-container-cards {
    grid-template-columns: auto !important;
  }

  .products .rectangle-product .napis {
    padding-top: 20px;
    padding-right: 10px;
    font-size: 18px;
  }

  .products .rectangle-product .napis p {
    font-size: 18px;
  }

  span.regularPrice {
    font-size: 16px;
  }

  .products .rectangle-product .napis h5 {
    font-size: 10px;
  }

  .products .text-over-image .rectangle-product {
    height: 80px;
  }

  .products .text-over-image img#add-button {
    width: 82px !important;
  }

  .categories-img .text-over-image p {
    font-size: 14px;
  }

  .categories-img .grid-container img {
    width: 230px;
  }

  .categories-img .text-over-image .rectangle-product {
    margin-bottom: 70px;
    margin-left: 10px;
    margin-right: 10px;
    height: 60px;
  }

  .categories-img .rectangle-product .napis {
    padding-top: 20px;
  }

  .categories-img .grid-container {
    gap: 50px 80px;
  }

  #footer_area .grid-container {
    gap: 20px 150px !important;
  }

  .btn-oglas-v-kosarico {
    margin-right: 55%;
  }

  .product-text-over-image h1 {
    font-size: 28px;
  }

  .our-customer img.full-pic {
    width: 100%;
  }
}

@media screen and (max-width: 1300px) {
  .rectangle {
    height: 350px;
    width: 350px;
  }
}

@media screen and (max-width: 1300px) {
  .cards.content {
    margin-top: 0px;
  }
}

@media screen and (max-width: 660px) {
  .productQuantity.sm-vis {
    margin-left: -20px !important;
  }
}

@media screen and (max-width: 650px) {
  .productQuantity.sm-vis {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .welcome-section .row {
    display: block;
  }

  span.regularPrice {
    font-size: 11px !important;
  }

  .welcome-section .row .col-6 {
    width: 100%;
    padding: 0;
  }

  .welcome-section .row .col-6 {
    width: 100%;
    padding: 0;
  }

  .standarts .row {
    display: block;
  }

  .standarts .row .col-6 {
    width: 100%;
    padding: 0;
  }

  .standarts .row .col-6 {
    width: 100%;
    padding: 0;
  }

  form.searchBox {
    display: block;
  }

  .tasty-mobile .row {
    display: block;
  }

  .tasty-mobile .row .col-6 {
    width: 100%;
    padding: 0;
  }

  .tasty {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
  }

  .specials .row {
    display: block;
  }

  .specials .row .col-6 {
    width: 100%;
    padding: 0;
  }

  section.specials .full-pic {
    padding: 0;
  }

  .specials .content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
  }

  .specials .content {
    margin-top: 0;
  }

  p.price {
    float: right;
    font-size: 45px;
    font-family: PlayfairDisplay;
    color: #191e25;
    padding-bottom: 20px;
  }

  .our-customer .row {
    display: block;
  }

  .our-customer .row .col-6 {
    width: 100%;
    padding: 0;
  }

  .our-customer .content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
  }

  .categories-img img {
    margin: 0 0 40px 0;
    width: 200px;
  }

  .products .grid-container {
    padding-top: 20px;
    gap: 25px 0;
  }

  .products .rectangle-product .napis {
    padding-top: 15px;
    padding-right: 10px;
  }

  .products .rectangle-product .napis p {
    font-size: 12px !important;
  }

  .products .rectangle-product .napis h5 {
    font-size: 8px;
    margin-bottom: 0;
  }

  .products .text-over-image .rectangle-product {
    height: 60px;
  }

  .products .text-over-image img#add-button {
    width: 62px !important;
  }

  .btn-oglas-v-kosarico {
    width: -webkit-fill-available;
    margin-left: 10%;
    margin-right: 10%;
  }

  .categories-img .text-over-image p {
    font-size: 14px;
  }

  .categories-img .grid-container img {
    width: 180px;
  }

  .categories-img .text-over-image .rectangle-product {
    margin-bottom: 60px;
    margin-left: 10px;
    margin-right: 10px;
    height: 50px;
  }

  .categories-img .grid-container {
    gap: 50px 60px;
  }

  #footer_area .grid-container {
    gap: 20px 80px !important;
  }

  #footer_area {
    font-size: 0.8em !important;
  }

  .product-show p {
    font-size: 16px;
    line-height: 18px;
  }

  .our-customer {
    padding-top: 80px;
  }

  .our-customer img.full-pic {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  p {
    font-size: 16px;
  }

  #article-content-img {
    max-width: 250px !important;
  }

  h3 {
    font-size: 14px;
  }

  a.nav-right-icons {
    margin-right: 20px;
  }

  input.input-coupon-code {
    width: 100%;
  }

  .checkBox-design label {
    font-size: 14px !important;
  }

  .categories-img img {
    margin: 0 0 40px 0;
    width: 150px;
  }

  .products .grid-container {
    gap: 20px 0;
  }

  .rectangle {
    width: 300px;
  }

  .products .rectangle-product .napis {
    padding-top: 7px;
    padding-right: 5px;
  }

  .products .rectangle-product .napis p {
    font-size: 11px !important;
    margin-bottom: 5px;
  }

  .products .rectangle-product .napis h5 {
    font-size: 7px;
    margin-bottom: 0;
  }

  .products .text-over-image .rectangle-product {
    height: 40px;
  }

  .products .text-over-image img#add-button {
    width: 42px !important;
  }

  .categories-img .text-over-image p {
    font-size: 14px;
  }

  .categories-img .grid-container img {
    width: 150px;
  }

  .categories-img .text-over-image .rectangle-product {
    margin-bottom: 60px;
    margin-left: 5px;
    margin-right: 5px;
    height: 40px;
  }

  .categories-img .grid-container {
    gap: 0px 40px;
  }

  #footer_area .grid-container {
    gap: 20px 30px !important;
  }

  .like-icon {
    width: 40px;
    margin: 0;
  }

  .Navigation-buttons.show-products button img {
    width: 15px;
  }

  .product-text-over-image h1 {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  #location-pin-img {
    width: 30px !important;
  }

  span.delivery-name {
    font-size: 13px;
  }

  p.delivery-description {
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
  .user-logIn-desktop {
    display: none;
  }

  .user-logIn-mobile {
    display: block;
  }

  #footer_area .grid-container {
    grid-template-columns: auto !important;
  }

  .firstColumn-secondRow {
    padding-top: 0 !important;
  }

  .icon {
    width: 35px !important;
    margin: 0 !important;
  }

  .secondColumn-firstRow {
    margin-top: 35px;
  }
}

@media screen and (max-width: 400px) {
  .productQuantity.sm-vis {
    display: flex !important;
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 345px) {
  .navbar-brand img {
    max-width: 150px;
  }
}

/*footer*/
#footer_area {
  height: 440px;
  background-color: #16181a;
  color: #ffff;
  font-size: 12px;
  position: relative;
  margin-top: 50px;

  font-family: PlayfairDisplay;
  font-size: 1.1em;
}

#footer_area .grid-container {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  gap: 20px 300px;
}

#footer_area .col-6.col-sm-6 {
  display: flex;
  justify-content: center;
}

.firstColumn-secondRow {
  padding-top: 50px;
}

.secondColumn-secondRow {
  padding-top: 50px;
}

.footer-icons {
  display: flex;
  width: 100%;
}

.icon {
  margin-right: 30px !important;
}

.copyright {
  text-align: center;
}

.legal-links {
  text-align: center;
}

.grid-container-footer-bottom {
  display: grid;
  grid-template-columns: auto auto;
  font-size: 14px;
  background: #191E25;
  height: 60px;
}

.legal-links a {
  color: #fff;
  text-decoration: none;
}

.legal-links a:first-child {
  margin-right: 20px;
}

div#copyright-first {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

div#legal-second {
  display: flex;
  align-items: center;
  justify-content: center;
}

p.different-font {
  font-family: Simpel;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.06em;
  color: #191e25;
}

.specials p {
  font-family: Simpel;
  color: #191e25;
  font-size: 16px;
}

p.specials-second-font {
  color: #677992;
  font-size: 20px;
}

.specials p.price {
  font-family: PlayfairDisplay;
  font-size: 45px;
}

.our-customer h3 {
  font-size: 22px;
  padding-top: 22px;
  padding-left: 20px;
}

.information-tab,
.delivery-tab,
.back-tab {
  cursor: pointer;
}

.information-more,
.delivery-more,
.back-more {
  display: none;
  padding-top: 20px;
}

.flip {
  transform: rotate(90deg);
}

.icon-for-more {
  margin-right: 10px;
}

.categories-btn {
  border: 0;
  background: transparent;
}

.product-img {
  border: 0;
  background: transparent;
}

button.product-img {
  margin: 0;
  padding: 0;
}

section.more-options {
  padding-top: 50px;
}

.no-cover-image {
  text-align: center;
  font-family: Simpel;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding-top: 50px;
}

.error-page {
  padding-top: 50px;
  padding-bottom: 100px;
}

.error-page a {
  text-decoration: none;
  text-decoration: underline solid #707684;
  color: #707684;
  font-size: 22px;
}

.error-page a:hover {
  color: #34363a;
  text-decoration: underline solid #34363a;
}

.error-page h1 {
  font-size: 3em;
}

h1.error-404 {
  font-size: 5em;
}

.more-tab {
  cursor: pointer;
}

.footer-icons a {
  display: contents;
}

.no-cover-image {
  margin-bottom: 30px;
}

.products .no-cover-image-position {
  padding-top: 0;
}

.opis-produkta-kategorija p {
  color: #191e25;
}

.opis-produkta-kategorija {
  padding-top: 50px;
}

/*login*/
.container.log-in {
  text-align: center;
}

.log-in-section {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.log-in-form input {
  width: 100%;
  margin-bottom: 18px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;

  font-weight: 500;
  font-size: 12px;
  line-height: 11px;
  letter-spacing: 0.15em;

  border: 1px solid rgba(25, 30, 37, 0.1);
  box-shadow: 0px 10px 10px rgba(25, 30, 37, 0.05);
}

a.forget_password {
  font-weight: 500;
  font-size: 9px;
  line-height: 11px;
  letter-spacing: 0.15em;
  color: #000000;
  text-decoration: none;
  display: block;
  float: right;
  padding-top: 5px;
}

button.signIn-btn {
  border: 0;
  margin-top: 27px;
  background: #191e25;
  color: #ffff;
  margin-bottom: 37px;
}

.btn-on-login {
  height: 82px;
  box-shadow: 20px 30px 50px rgba(0, 0, 0, 0.161);
  width: 100%;
  text-transform: uppercase;
  font-size: 18px;
  color: #000;
  background: #fff;
}

p.log-in-promotion-text {
  font-size: 14px;
  margin-bottom: 22px;
}

.password-lenght {
  font-weight: 500;
  font-size: 9px;
  line-height: 11px;
  letter-spacing: 0.15em;
  color: #000000;
  text-decoration: none;
  display: block;
  float: left;
}

.container.basket {
  text-align: center;
}

.basket-section {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  min-height: 150px;
}

.cart-items .grid-container {
  display: grid;
  grid-template-columns: 240px auto;
  column-gap: 86px;
  row-gap: 15px;
}

img.delete-item {
  background: #191e25;
  width: 45px;
  margin-left: 80px;
}

.order-information .grid-container {
  display: grid;
  grid-template-columns: auto auto;
  text-align: left;
  justify-content: space-between;
}

p.total-price {
  font-weight: 500;
  font-size: 26px;
  line-height: 25px;
  text-align: right;
  letter-spacing: 0.15em;
  color: #000000;
}

hr.red-line {
  margin-top: 30px;
  margin-bottom: 20px;
  border-top: 1px solid #ff264d;
  opacity: 100%;
}

.coupon-code {
  margin-top: 25px;
  text-align: left;
}

.coupon-icon {
  width: 40px;
}

input.input-coupon-code {
  border: 1px solid rgba(25, 30, 37, 0.1);
  box-shadow: 0px 10px 10px rgba(25, 30, 37, 0.05);
  height: 37px;
  padding-left: 20px;
  font-size: 14px;
  width: 300px;
}

button.confirm-coupon {
  border: 0;
  box-shadow: 20px 30px 50px rgba(0, 0, 0, 0.161);
  height: 37px;
  background: #191e25;
  color: #fff;
}

.grid-item.cart-image-left img {
  width: 100%;
}

.quantity-selector .grid-container {
  display: grid;
  grid-template-columns: 30% 40% 30% !important;
  justify-content: space-evenly;
  column-gap: 10px !important;
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
  height: 45px;
  justify-items: center;
}

.quantity-selector {
  display: inline-block;
}

.border-together {
  border: 1px solid #191e25;
  width: 140px;
  height: 45px;
}

p.quantity-number {
  padding: 0;
  margin: 0;
  text-align: center;
  padding-bottom: 5px;
}

.quantity-minus {
  cursor: pointer;
}

.quantity-plus {
  cursor: pointer;
}

.grid-item.cart-item-content {
  text-align: left;
  padding-top: 10px;
}

h5.item-title {
  padding-bottom: 10px;
}

p.item-price {
  padding-bottom: 30px;
}

.order-detail {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #191e25;
  float: right;
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
}

h1.basket {
  margin-bottom: 30px;
}

.free-shipping {
  font-weight: 500;
  font-size: 12px;
  line-height: 11px;
  letter-spacing: 0.15em;
  color: #000000;
  text-align: left;
}

#log-in-on-check-out {
  margin-bottom: 40px;
  margin-top: 45px;
}

.grid-container-coupon {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
  column-gap: 15px;
}

.container.check-out.content {
  text-align: center;
}

h5.check-out {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.15em;
}

.check_out-first-section {
  background: #ffffff;
  box-shadow: 0px 40px 50px rgba(0, 0, 0, 0.08);
  height: fit-content;
  padding-bottom: 20px;
}

.check_out-second-section {
  background: #ffffff;
  box-shadow: 0px 40px 50px rgba(0, 0, 0, 0.08);
  height: 500px;
}

hr.check-out-separator {
  margin-top: 40px;
  margin-bottom: 40px;
}

.list-for-new-costumers {
  margin-top: 50px;
  text-align: left;

  font-weight: 500;
  font-size: 9px;
  line-height: 11px;
  /* identical to box height */

  letter-spacing: 0.15em;

  color: #000000;
}

.list-for-new-costumers p {
  font-weight: 500;
  font-size: 16px;
  line-height: 11px;
  letter-spacing: 0.15em;
  color: #000000;
  display: inline-flex;
}

.ticket-line {
  margin-right: 10px;
  width: 20px;
}

.make-account.btn-on-login.new-customer {
  background: transparent;
  margin-top: 35px;
}

input.remeberPasswd {
  float: left;
  font-size: 11px;
  width: 21px;
  height: 21px;
}

label.remeberPasswd {
  float: left;
  padding-left: 5px;
  font-family: "Simpel";
  font-size: 11px;
  margin-top: 3px;
}

.grid-container-rememberAndforget-password {
  display: grid;
  grid-template-columns: auto auto;
}

input#date-pick-delivery,
input#notes-from-customer,
.checkBox-design,
input#time-pick-delivery,
input#IME,
input#PRIIMEK,
input#TELEFON,
input#EMAIL,
input#KUPEC_ULICA,
input#KUPEC_POSTA,
input#KUPEC_POSTNA_ST,
input#KUPEC_DRZAVA,
input#KUPEC_HISNA_ST {
  width: 100%;
  margin-bottom: 18px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 11px;
  letter-spacing: 0.15em;
  border: 1px solid rgba(25, 30, 37, 0.1);
  box-shadow: 0px 10px 10px rgba(25, 30, 37, 0.05);
}
input#date-pick-delivery,
input#time-pick-delivery,
input#notes-from-customer,
input#IME,
input#PRIIMEK,
input#TELEFON,
input#EMAIL,
input#KUPEC_ULICA,
input#KUPEC_POSTA,
input#KUPEC_POSTNA_ST,
input#KUPEC_DRZAVA,
input#KUPEC_HISNA_ST {
  padding-top: 14px;
}

.date-pick h6,
.payment-select h6 {
  margin-top: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 20px;
}

.checkBox-design input {
  float: left;
  margin-top: 11px;
  width: 18px;
  height: 18px;
}

.checkBox-design label {
  float: left;
  margin-top: 15px;
  font-size: 16px;
  padding-left: 10px;
}

.checkBox-design.payment label {
  text-align: left;
  width: 100%;
}

.grid-container-location-delivery {
  display: grid;
  grid-template-columns: 30px auto 30px;
  justify-content: start;
  column-gap: 25px;
  row-gap: 100px;
  text-align: left;
  margin-bottom: 20px;
}

#location-pin-img {
  width: 40px;
}

.location-delivery h2 {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 22px;
  line-height: 16px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.location-delivery {
  margin-bottom: 40px;
}

.date-pick h6,
.payment-select h6,
.location-delivery h2 {
  text-align: left;
}

input[type="radio"]:checked + label {
  color: #000000;
}

input[type="radio"] {
  appearance: none;
  border: 1px solid #d3d3d3;
  width: 25px;
  height: 25px;
  content: none;
  outline: none;
  margin: 0;
  margin-top: -8px;
  border-radius: 100%;
}

input[type="radio"]:checked::before {
  position: absolute;
  color: gray !important;
  content: "\00A0\2713\00A0" !important;
  font-weight: bolder;
  font-size: 21px;

  margin-top: 7px;
  margin-left: -2px;
}

.user-logIn-mobile {
  float: left;
}

.basket-icon img {
  /*background: rgba(217, 217, 217, 0.5);*/
  background: rgba(255,255,255, 1);
  padding: 5px;
  border-radius: 100%;
  margin-top: 7px;
}

a.basket-icon.nav-right-icons {
  margin-right: 10px !important;
}

a.user-logIn.user-logIn-desktop.nav-right-icons {
  margin-top: 12px;
}

button.navbar-toggler-img {
  padding-left: 0;
}

.num-items-basket-inRed {
  font-size: 12px;
  line-height: 18px;
}

.grid-container-cards {
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 20px;
  row-gap: 20px;
}

@media screen and (max-width: 1120px) {
  .grid-container-cards {
    grid-template-columns: auto auto;
  }
}

h1.speciality_title {
  padding-bottom: 30px;
}

.simple-content {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}

.learn-more {
  cursor: pointer;
}

.row.thirdSlot {
  margin-bottom: 30px !important;
}

.cards.content {
  padding-bottom: 40px;
}

.row {
  padding-bottom: 40px;
}

.card-image-holder {
  width: 40px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.card-image-holder img {
  width: 50px;
}

.grid-container-content-list {
  display: grid;
  grid-template-columns: 60% auto;
  column-gap: 100px;
  row-gap: 50px;
  justify-content: center;
}

.content-list-img {
  width: 100%;
  height: 100%;
  max-width: 500px;
}

.learn-more.btn-articles {
  margin-top: 50px;
}

#article-content-img {
  max-width: 600px;
}

/* basket popup */
#myAlert {
  visibility: hidden;
  position: absolute;
  color: white;
  border-radius: 10px;
  top: 0;
  right: 0;
  transform: translate(-15px, 15px);
  background: #faf9f8;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  z-index: 999;
}

.productTitle a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.allWidth {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.myAlert-text-icon {
  align-items: stretch;
  box-shadow: 0 1px 1px rgb(10 10 10 / 10%);
  display: flex;
  max-width: 350px;
  width: 350px;
}
.myAlert-message {
  align-items: center;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 15px 25px;
  color: #000;
}
.close {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: 0 0;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.75rem 1rem;
}
#myAlert.show {
  visibility: visible;
}

#myAlert {
  animation: slidein 3s forwards;
  animation-delay: 1.5s;
}

body {
  overflow-x: none;
}

/*@keyframes slidein {
  0% {
    right: -500px;
  }

  100% {
    right: 0.2%;
  }
}*/

#myAlertBar {
  height: 2px;
  background-color: #ddd;
  color: white;
}
#myAlertProgress {
  background-color: #000;
  width: 100%;
}

@media screen and (max-width: 370px) {
  .myAlert-text-icon {
    max-width: 330px;
    width: 330px;
  }

  button.close {
    margin-left: -15px;
  }
}

.productColor,
.productTitle,
.productRemoveProduct,
.productSize,
.productQuantity,
.productPriceGroup {
  display: block;
  margin-left: 50px;
  font-size: 14px;
  font-weight: 500;
}

.productImage img {
  max-width: 120px;
}

.login-error {
  color: red;
}

.editprofile input:not([type="checkbox"]),
.dropdown-wrapper select {
  width: 100%;
  margin-bottom: 18px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;

  font-weight: 500;
  font-size: 12px;
  line-height: 11px;
  letter-spacing: 0.15em;

  border: 1px solid rgba(25, 30, 37, 0.1);
  box-shadow: 0px 10px 10px rgba(25, 30, 37, 0.05);
}

h1.form-header-text {
  text-align: center;
}

.content.editprofile {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.form-row.dateOfBirthSelection {
  margin-bottom: 15px;
}

.form-row .form-btn {
  border: 0;
  margin-top: 27px;
  background: #191e25;
  color: #ffff;
  height: 82px;
  box-shadow: 20px 30px 50px rgba(0, 0, 0, 0.161);
  width: 100%;
  text-transform: uppercase;
  font-size: 18px;
}

.form-row .form-btn:hover {
  background: #22262b;
}

.dateOfBirthSelectionErrorMessage {
  display: none;
}

.qty-text {
  border: none;
  background: transparent;
  color: #000;
  margin-left: 0;
  text-align: center;
  width: 40px !important;
}

.productQuantity.sm-vis {
  display: inline-block;
  margin: 0;
  margin-bottom: -18px;
}

img.quantity-minus {
  width: 20px;
}

input.email-send-password {
  width: 100%;
  margin-bottom: 18px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;

  font-weight: 500;
  font-size: 12px;
  line-height: 11px;
  letter-spacing: 0.15em;

  border: 1px solid rgba(25, 30, 37, 0.1);
  box-shadow: 0px 10px 10px rgba(25, 30, 37, 0.05);
}

.send-password-section {
  min-height: 400px;
}

.empty-basket-text {
  margin-top: 100px;
  margin-bottom: 50px;
}

input.input-text {
  width: 100%;
  margin-bottom: 18px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;

  font-weight: 500;
  font-size: 12px;
  line-height: 11px;
  letter-spacing: 0.15em;

  border: 1px solid rgba(25, 30, 37, 0.1);
  box-shadow: 0px 10px 10px rgba(25, 30, 37, 0.05);
}

.grid-container-editProfile {
  display: grid;
  grid-template-columns: 30% auto;
}

ul.list li {
  list-style: none;
  color: #000;
  text-decoration: none;
}

ul.list li a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
}

.sideMenuEditProfile {
  margin-top: 50px;
}

.delete-acc {
  min-height: 400px;
}

form.deliveryOptions {
  display: flex;
  flex-direction: column;
}

.checkBox-design.delivery {
  border: none;
  box-shadow: none;
  line-height: normal;
  padding: 0;
  height: auto;
  margin: auto;
}

.radio-custom.delivery {
  margin-top: 20px;
}

.checkBox-design.delivery input[type="radio"]:checked::before {
  margin-top: 0;
}

div.deliveryOption {
  display: flex;
  flex-direction: column;
}

.date-pick-delivery:focus::placeholder {
  content: "test";
}

tbody td {
  padding-bottom: 20px;
}

label#product-qty-label,
select#val {
  margin-left: 30px;
}

span.stara-cena {
  font-size: 20px;
  display: block;
  margin-bottom: 16px;
}

span.znizana-cena {
  color: #000;
}

span.regularPrice {
  font-size: 16px;
}

span.discountPrice {
  color: red;
}

span.price_new_basket {
  color: red;
  font-size: 18px;
}

span.price_old_basket {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}

span.price_new_basket_withcoupon {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}

#removecuponcode {
  color: #000;
}

span.oldPrice {
  display: block;
  font-size: 12px;
}

span.newPrice {
  color: red;
}

input#val {
  outline: none;
}

.quantity-selector.inBasket {
  margin-left: 40px;
}

.newPrice-index {
  color: red;
}

#couponErrorMsg {
  margin-top: 10px;
  color: red;
}

div.splosni-pogoji {
  margin-top: 30px;
}

label.splosniPogoji {
  display: inline;
  color: #707684;
}

button[type="submit"]:focus,
input[type="search"]:focus {
  box-shadow: inherit;
  border: inherit;
}

button.close {
  background-image: url(../img/close.png);
  background-repeat: no-repeat;
  background-size: 20px;
  margin-top: 8px;
}

.border {
  border-color: red !important;
}

.border:focus {
  border-color: red !important;
  outline: 1px solid red;
}

.inBasket-button {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #ffff;
  background-color: #191e25;
  padding-bottom: 7px;
  padding-top: 7px;
  border: 0;
}

#to-basket-floating {
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
}

.basket-dropdown-table {
  padding-bottom: 10px;
}

.grid-container-right-images {
  display: grid;
  grid-template-columns: auto;
  row-gap: 10px;
}

.navodila-za-zaposlene {
  padding-top: 30px;
  padding-bottom: 20px;
}

.input-containe {
  position: relative;
}
.input-containe input[type="text"] {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 2px;
  height: 40px;
  padding: 0 9px;
  width: 100%;
}
.input-containe label {
  font-size: 16px;
  left: 0;
  position: absolute;
  top: 10px;
  margin-left: 20px;
  transition: all 300ms linear 0s;
  color: #999;
  font-size: 14px;
  font-family: Simpel;
}
.input-place:focus ~ label,
.input-place:valid ~ label {
  font-size: 10px;
  top: 2px;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px;
  font-weight: 600;
  opacity: 0.6;
}

input:focus::-moz-placeholder {
  color: transparent;
}
.input-containe::after {
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: all 300ms ease 0s;
  width: 0;
}
.input-containe.active::after {
  width: 100%;
}
.input-containe.active label {
  font-size: 12px;
  left: 2px;
  opacity: 1;
  top: -1px;
}

p.total-price-text {
  font-size: 21px;
}

/* Redesign product cards */

#discount-in-red {
  background: #ff264d;
  width: 70px;
  height: 70px;
  position: absolute;
  padding-top: 8px;
}

#discount-in-red .discount-text-percents {
  font-family: playfair;
  font-weight: 400;
  font-size: 35px;
  color: #fff;
  margin-left: 2px;
}

s {
  color: #ff264d;
  opacity: 1;
}

span.discountPrice {
  color: #191e25;
}

span.regular_price_black_color {
  color: #191e2580;
}

@media screen and (max-width: 760px) {
  .products .grid-container {
    grid-template-columns: auto auto auto;
  }

  .products .text-over-image img#add-button {
    height: auto;
    position: absolute;
    top: -75px;
    right: -15px;
  }

  .products .rectangle-product .napis h5 {
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0.15em;
    position: absolute;
  }

  .products .text-over-image h5 {
    margin-left: 10px;
    text-align: left;
  }

  .products .rectangle-product .napis p {
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 70px;
  }

  .products .text-over-image .rectangle-product {
    height: 105px;
  }

  span.regularPrice {
    font-size: 16px;
    display: block;
    top: -25px;
    right: 0;
    position: absolute;
  }

  span.regular_price_black_color {
    color: #191e2580;
  }
  .products .rectangle-product .napis {
    top: 0;
  }
}

@media screen and (max-width: 710px) {
  .products .grid-container {
    grid-template-columns: auto auto;
  }

  .products .grid-container img {
    width: 290px !important;
    height: 385px;
  }
}

@media screen and (max-width: 615px) {
  .products .grid-container img {
    width: 250px !important;
    height: 320px;
  }
}




@media screen and (max-width: 600px) {
  .products .text-over-image img#add-button {
    height: auto;
    position: absolute;
    top: -60px;
    right: -12px;
  }

  .products .rectangle-product .napis h5 {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.15em;
    position: absolute;
  }

  .products .text-over-image h5 {
    margin-left: 10px;
    text-align: left;
  }

  .products .rectangle-product .napis p {
    font-size: 30px !important;
    position: absolute;
    right: 10px;
  }

  .products .text-over-image .rectangle-product {
    height: 105px;
  }

  span.regularPrice {
    font-size: 16px !important;
    display: block;
    top: -25px;
    right: 0;
    position: absolute;
  }

  span.regular_price_black_color {
    color: #191e2580;
  }
  .products .rectangle-product .napis {
    top: 0;
  }
}

@media screen and (max-width: 535px) {
  .products .grid-container img {
    width: 220px !important;
    height: 300px;
  }
}

@media screen and (max-width: 480px) {
  .products .grid-container img {
    width: 200px !important;
    height: 296px;
  }

  .products .rectangle-product .napis h5 {
    top: 10px;
  }

  .products .text-over-image img#add-button {
    width: 60px !important;
  }
}

@media screen and (max-width: 435px) {
  .products .grid-container img {
    width: 180px !important;
    height: 275px;
  }
}

@media screen and (max-width: 400px) {
  .products .grid-container img {
    width: 175px !important;
    height: 250px;
  }

  .products .text-over-image img#add-button {
    width: 60px !important;
  }
}

@media screen and (max-width: 385px) {
  .products .grid-container img {
    width: 160px !important;
    height: 230px;
  }
}

@media screen and (max-width: 360px) {
  .products .grid-container img {
    width: 155px !important;
    height: 230px;
  }
}

@media screen and (max-width: 400px) {
  .products .text-over-image .rectangle-product {
    height: 70px;
  }
  .products .rectangle-product .napis p {
    font-size: 24px !important;
    position: absolute;
    right: 0px;
    top: 42px;
  }
  .products .rectangle-product .napis h5 {
    font-size: 13px;
    line-height: 16px;
  }
}

p.product-add-ons-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.15em;
  font-family: Simpel;
  color: #000;
  text-transform: uppercase;
}

.product-add-ons {
  padding-top: 10px;
}

.grid-container.related {
  grid-auto-flow: column;
  justify-content: left;
  column-gap: 10px;
  padding-top: 10px;
  overflow-x: auto;
}

.products::-webkit-scrollbar {
  width: 30px;
}

.grid-container.related .grid-item {
  box-shadow: 15px 15px 42px -28px rgba(25, 30, 37, 0.85);
}

.only-for-product-image {
	margin-top: 60px;
	margin-left: -15px;
	margin-right: -15px;
}

.title-link-izpostavljeno{
  text-decoration: none;
}

section.content img{
  max-width: 100%;
}

.special-offer-title {
  font-size: 27px;
  font-family: PlayfairDisplay;
  font-weight: 700;

}

.welcome-section .col-6 .image-welcome-right{
  width: 100%;
}

.grid-welcome-section{
  display: grid;
  grid-template-columns: 40% auto;
  column-gap: 20px;
}

.image-welcome-right{
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .grid-welcome-section {
    grid-template-columns: auto;
    position: relative;
  }
}
/*
@media screen and (max-width: 760px) {
  .grid-welcome-section {
    grid-template-columns: 100%;
    position: relative;
  }

  .welcome-left{
    z-index: 9;
    position: absolute;
    padding-top: 100px;
    width: 60%;
  }

  .welcome-left h1{
    color: #fff;
    font-size: 20px;
    padding-left: 15px;
  }

  .welcome-left p{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }

  .img-overlay{
    position: absolute;
    bottom: 0;
    background: #676666; /* Black see-through * /
    width: 100%;
    transition: .5s ease;
    opacity:0.6;
    font-size: 20px;
    padding: calc(100% - 50px);
    text-align: center;
  }

  .image-welcome-right{
  filter: contrast(160%);
  -webkit-transform:scale(1.4); /* Safari and Chrome * /
  -moz-transform:scale(1.4); /* Firefox * /
  -ms-transform:scale(1.4); /* IE 9 * /
  -o-transform:scale(1.4); /* Opera * /
    transform:scale(1.4);
    height: 400px;
    padding-left: 50px;
    width: auto;
  }

  .welcome-left h1 img{
    display: none;
  }

}
*/
@media screen and (max-width: 630px) {
  /*
  .welcome-left{
    padding-top: 100px;
    width: 70%;
  }
*/
  .footer-logo{
    width: 400px;
  }

  img.icon-footer {
    width: 35px !important;
}
}

@media screen and (max-width: 550px) {
/*
  .image-welcome-right{
    height: 550px;
    padding-right: 4000px;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }

  .welcome-left {
    padding-top: 161px;
    width: 80%;
  }

  .footer-logo{
    width: 350px;
  }

  .map-footer img {
    width: 40px !important;
  }

}

@media screen and (max-width: 450px) {
  .image-welcome-right{
    padding-right: 4500px;
  }

  .footer-logo {
    width: 330px;
}
*/
.languages {
  width: 100%;
  text-align: center;
  background: #191E25;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0 !important;
  margin-bottom: 30px;
}

.footer-logo-container{
  padding-top: 0 !important;
}

#footer_area {
  height: 400px !important;
}
}

@media screen and (max-width: 400px) {
/*
  .welcome-left {
    padding-top: 150px;
    width: 90%;
}

.image-welcome-right{
  padding-right: 5300px;
}
*/
}

.lazyload,
.lazyloading {
	opacity: 0;
}

.lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

.background-image{
  content: url("../img/footer_background_image.png");
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-footer-overlay{
  position: absolute;
  top: 0;
  background: #191E25CC; /* Black see-through */
  width: 100%;
  transition: .5s ease;
  font-size: 20px;
  height: 100%;
  text-align: center;
}

.footer-img-container {
  height: 100%;
  width: 100%;
}

.footer-logo-container {
  position: absolute;
  top: 0;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}

.map-footer {
  text-align: center;
  padding-top: 20px;
}

.spacer-language{
  padding-left: 20px;
}

img.icon-footer {
  width: 40px;
}

.footer-social-icons .icon-footer{
  margin-right: 15px;
  margin-left: 15px;
}

.footer-social-icon .icon-footer:last-child{
  margin-right: 0;
}

.map-footer img{
  width: 50px;
}

.languages img {
  width: 35px;
}

.languages {
  padding-bottom: 20px;
}

.map-footer p{
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.simple-content{
  margin: 0;
}

.simple-content .piPrefix-title1{
  font-family: Playfair Display !important;
  font-style: italic;
  line-height: normal;
}

.simple-content .piPrefix-title2{
  font-family: Playfair Display !important;
}

@media screen and (max-width: 480px) {
  .container{

  }
}

/* .simple-content h1{
  display: none;
} */

.simple-content a {
  color: initial;
  text-decoration: none !important;
}