@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/GillSans-Light.woff2") format("woff2"), url("../fonts/GillSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/GillSans-Heavy.woff2") format("woff2"), url("../fonts/GillSans-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/GillSans-Bold.woff2") format("woff2"), url("../fonts/GillSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/GillSans-Medium.woff2") format("woff2"), url("../fonts/GillSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/GillSans.woff2") format("woff2"), url("../fonts/GillSans.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
}

body {
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
  font-family: "Gill Sans", sans-serif !important;
}

html a {
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html a:hover {
  text-decoration: none;
  color: white;
}

a {
  font-size: 15px;
}

p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8) !important;
}

@media only screen and (max-width: 576px) {
  p {
    font-size: 14px;
  }
}

h4 {
  font-size: 28px;
  font-weight: bold;
}

h5 {
  font-size: 24px;
}

button {
  outline: none !important;
}

.mb-80 {
  margin-bottom: 80px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}
.pt-30 {
  padding-top: 30px;
}

.container {
  width: 100%;
  max-width: 1364px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 5;
}

@media screen and (min-width: 992px) {
  .col-lg-2_4 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.col-lg-2_4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.row-parfumes {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar-dark .navbar-toggler-icon {
  float: left;
}

.navbar-light .navbar-toggler {
  width: 100%;
  border: none;
}

.custom-width {
  width: 100%;
  max-width: 1364px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.home-content1 {
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
  height: 1024px;
  background-position: center;
}

.home-content1.banner-other-pages {
  height: 500px;
}

.atelier-content1 {
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
  height: 1024px;
}

.blog-content1 {
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
  height: 1024px;
}

.cart-content1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 27, 27, 0.493)), to(black)),
    url("./assets/cart-main.jpg");
  background-image: linear-gradient(to bottom, rgba(27, 27, 27, 0.493), black), url("./assets/cart-main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
  height: 1024px;
}

.parfemeus-content1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 27, 27, 0.493)), to(black)),
    url("./assets/parfemeus-header.png");
  background-image: linear-gradient(to bottom, rgba(27, 27, 27, 0.493), black), url("./assets/parfemeus-header.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
  height: 1024px;
}

.candles-content1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 27, 27, 0.493)), to(black)),
    url("./assets/candles-main.jpg");
  background-image: linear-gradient(to bottom, rgba(27, 27, 27, 0.493), black), url("./assets/candles-main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
  height: 1024px;
}

.cosmetics-content1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 27, 27, 0.493)), to(black)),
    url("./assets/cosmetics-main.jpg");
  background-image: linear-gradient(to bottom, rgba(27, 27, 27, 0.493), black), url("./assets/cosmetics-main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
  height: 1024px;
}

.gallery-content1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 27, 27, 0.493)), to(black)),
    url("./assets/gallery-main.jpg");
  background-image: linear-gradient(to bottom, rgba(27, 27, 27, 0.493), black), url("./assets/gallery-main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
  height: 1024px;
}

.contact-content1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 27, 27, 0.493)), to(black)),
    url("./assets/contact-main.jpg");
  background-image: linear-gradient(to bottom, rgba(27, 27, 27, 0.493), black), url("./assets/contact-main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
  height: 1024px;
}

.login-content1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 27, 27, 0.493)), to(black)),
    url("./assets/login-main.jpg");
  background-image: linear-gradient(to bottom, rgba(27, 27, 27, 0.493), black), url("./assets/login-main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
  height: 1024px;
}

.atelier-tittle {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 30px;
}

.atelier-text {
  text-align: center;
  padding-top: 50px;
  color: white;
}

.custom-top {
  top: 516px !important;
}

.atelier-tittle h1 {
  font-size: 72px;
}

#logo {
  width: 100%;
  min-width: 100px;
}

.home-content1 a {
  text-decoration: none;
  color: white;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-content1 a svg {
  margin-right: 10px;
}

.atelier-content1 a {
  text-decoration: none;
  color: white;
  margin: 5px;
}

.atelier-content1 a:hover {
  border-bottom: 1px solid white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-content1 a {
  text-decoration: none;
  color: white;
  margin: 5px;
}

.blog-content1 a:hover {
  border-bottom: 1px solid white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cart-content1 a {
  text-decoration: none;
  color: white;
  margin: 5px;
}

.cart-content1 a:hover {
  border-bottom: 1px solid white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.parfemeus-content1 a {
  text-decoration: none;
  color: white;
  margin: 5px;
}

.parfemeus-content1 a:hover {
  border-bottom: 1px solid white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.candles-content1 a {
  text-decoration: none;
  color: white;
  margin: 5px;
}

.candles-content1 a:hover {
  border-bottom: 1px solid white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cosmetics-content1 a {
  text-decoration: none;
  color: white;
  margin: 5px;
}

.cosmetics-content1 a:hover {
  border-bottom: 1px solid white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gallery-content1 a {
  text-decoration: none;
  color: white;
  margin: 5px;
}

.gallery-content1 a:hover {
  border-bottom: 1px solid white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-content1 a {
  text-decoration: none;
  color: white;
  margin: 5px;
}

.contact-content1 a:hover {
  border-bottom: 1px solid white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.login-content1 a {
  text-decoration: none;
  color: white;
  margin: 5px;
}

.login-content1 a:hover {
  border-bottom: 1px solid white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.custom-row-widt {
  width: 100%;
  /* max-width: 1240px; */
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.login-button {
  background-color: transparent;
  color: white;
  width: 100%;
  padding: 5px 0px;
}

.login-button:hover {
  background-color: white;
  color: black;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.custom-a {
  text-align: center;
}

.custom-a a {
  text-decoration: none;
  color: white;
}

.login-input {
  background-color: transparent !important;
}

.tittle-container {
  position: relative;
  text-align: center;
  color: white;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.index-img-container {
  padding-top: 30px;
}

.index-img-container img {
  max-width: 500px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  opacity: 0.3;
}

.tittle-over {
  position: absolute;
  top: 66px;
  right: 145px;
  font-size: 30px;
}

.tittle-size {
  font-size: 125px;
  line-height: 1;
  padding-top: 50px;
  opacity: 0.8;
}

.free-deliviry {
  padding-bottom: 240px;
}

.content-2 {
  background-color: black;
  position: relative;
}

.atelier-content-2 {
  background-color: black;
  position: relative;
}

.parfeum-content-2 {
  background-color: black;
  position: relative;
}

.blog-content-2 {
  background-color: black;
  position: relative;
}

.cart-content-2 {
  background-color: black;
  /* height: 2200px; */
  position: relative;
}

.card-button {
  background-color: transparent;
  border: 2px solid white;
  color: white;
  padding: 5px 50px;
  float: right;
  margin-top: 20px;
}

.card-button:hover {
  background-color: white;
  color: black;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.white {
  color: white;
}

.parfumes-open-sm-logo svg {
  width: 100%;
}

.add-to-cart {
  border: 2px solid white;
  background-color: transparent;
  padding: 5px 20px;
  color: white;
  float: left;
}

.add-to-cart:hover {
  background-color: white;
  color: black;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.parfumes-open-ph {
  border: 1px solid #929292;
  padding: 20px;
  width: 100%;
  object-position: center;
  object-fit: contain;
  max-width: 420px;
}

.p-o-btn {
  color: white;
  background-color: transparent;
  border: 1px solid white;
  padding: 5px 10px;
}

.parfumes-open-title {
  font-size: 36px;
}

p.parfumes-open-title {
  color: white !important;
}
p .original-price {
  color: white !important;
}
p .opis-proizovd-naslov {
  color: white !important;
}
p .spec-proizovd-naslov {
  color: white !important;
}

.gallery-content-2 {
  background-color: black;
  position: relative;
}

.map img {
  width: 100%;
}

.contact-content-2 {
  background-color: black;
  position: relative;
}

.image-on-backgrond-right {
  position: absolute;
  top: 80px;
  right: 0px;
  width: 40%;
}

.image-on-backgrond-left {
  position: absolute;
  top: 352px;
  left: 16px;
  width: 5%;
}

.image-on-backgrond-right1 {
  position: absolute;
  top: 2999px;
  right: 0px;
  width: 4%;
}

.image-on-backgrond-left1 {
  position: absolute;
  top: 1500px;
  left: 0px;
  width: 46%;
}

.central-image-content-2 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: -200px;
  margin-bottom: 80px;
  width: 100%;
  height: auto;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 720px;
}

.latest-news img {
  width: 100%;
}

.parfumes-brand {
  z-index: 9999;
  text-align: center;
  color: white;
}

.parfumes-brand-text {
  margin-bottom: 20px;
}

.parfumes-brand-tittle {
  font-size: 52px;
}

.border-custom {
  border: 1px solid #1a1a1a;
  padding: 30px;
}

.border-custom svg {
  width: 100%;
  min-width: 100px;
  height: 100px;
}

.border-custom img {
  width: 100%;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  height: 210.8px;
}

.border-custom:hover {
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-content {
  color: white;
}

.latest-news-tittle-wrapper {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
}

.latest-news-tittle {
  font-size: 52px;
}

.ph-container {
  position: relative;
  text-align: center;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: white;
  color: black;
  padding: 5px 40px 5px 40px;
  display: none;
}

.ph-container,
.centered:focus {
  display: block;
}

.gallery-tittle {
  font-size: 52px;
}

.custom-heigt-gallery-ph img {
  height: 96%;
}

.view-all-photography {
  width: 100%;
  border: 1px solid #707070;
  padding-top: 20%;
  margin-top: 5px;
}

.footer {
  color: white;
  background-image: url("../assets/footer-ph1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.footer-contet {
  text-align: center;
}

.footer-contet svg {
  margin-top: 120px;
  width: 100%;
}

.footer-tittle {
  margin-top: 40px;
  font-size: 24px;
}

.footer-text {
  font-size: 18px;
}

.social svg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social svg:hover path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  fill: white;
}

.copyright {
  margin-top: 40px;
  text-align: center;
  padding: 10px;
}

.copyright hr {
  margin-left: auto !important;
  margin-right: auto !important;
}

.custom-drop {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid white !important;
  border-radius: 0 !important;
  color: #929292 !important;
}

.name-drop {
  color: white;
}

.cart-cart {
  color: white;
  border: 1px solid white;
  padding: 20px;
  margin-bottom: 20px;
}

.discount {
  color: white;
}

.cart-rs {
  color: white;
}

.card-tittle {
  font-size: 48px;
}

.card-dots {
  font-size: 36px;
}

.cart-message {
  height: 300px !important;
}

.cart-cart img {
  width: 75%;
}

.parfum-card {
  /* height: 404px;
  width: 206px; */
  border: 1px solid #2e2e2e;
  /* margin: 20px 20px 20px 0px; */
  z-index: 9999;
  text-align: center;
  color: white;
  transition: all 0.3s ease-in-out;
  min-height: 360px;
  margin-bottom: 30px;
  background-color: black;
}

.parfum-card:hover {
  background-color: #1c1c1c;
}

.parfum-card-coming-soon {
  width: 100%;
  max-width: 300px;
  border: 1px solid #2e2e2e;
  margin: 0px 20px 20px 0px;
  z-index: 9999;
  text-align: center;
  color: white;
  margin-left: auto;
  margin-right: auto;
}

.parfum-card-coming-soon .img-holder img {
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.product-name {
  font-size: 20px;
  min-height: 60px;
}

.brand-name {
  font-size: 13px;
}

.img-holder {
  border: 1px solid #2e2e2e;
  /* padding: 10px; */
  margin: 10px;
}

.img-holder img {
  width: 100%;
  height: 193px;
  padding: 10px;
  background-color: black;
  width: 100%;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
  -o-object-position: center;
}

.row-blog {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

a.blog-item-link {
  display: block;
  margin-bottom: 30px;
}

.blog-content img {
  width: 100%;
  height: 100%;
  max-height: 440px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.blog-content.blog-details-content img {
  max-height: 740px;
}

.blog-content.blog-details-content h2 {
  font-size: 52px;
  margin-bottom: 30px;
}

.blog-content-txt {
  margin-top: 20px;
  text-align: center;
  color: white;
}

.blog-details-footer {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-details-footer .back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
}

.blog-details-footer .back a svg {
  margin-right: 10px;
}

.blog-details-footer .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
}

.blog-details-footer .share a {
  margin-left: 10px;
}

.blog-details-footer .share p {
  margin-bottom: 0;
}

.cust-width {
  width: 22% !important;
}

.close {
  font-size: 1.5rem;
}

.container-photography {
  padding-bottom: 50px;
}

.service-img-wrapper {
  padding-bottom: 15px;
  height: 100%;
}

.service-img {
  width: 100%;
  height: 100%;
}

.service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.service-img-1 {
  height: 290px;
}

.service-img-2 {
  height: 290px;
}

.service-img-3 {
  height: 290px;
  border: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-img {
  position: relative;
}

.service-img .on-hov {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: white;
  height: 100px;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-img .on-hov svg {
  height: 36px;
  width: 36px;
}

.service-img:hover .on-hov {
  opacity: 1;
}

.service-img:focus .on-hov {
  opacity: 1;
}

@media only screen and (min-width: 991px) {
  .lg-pl-0 {
    padding-left: 0 !important;
  }
}

@media only screen and (min-width: 576px) {
  .sm-pl-0 {
    padding-left: 0 !important;
  }
}

.news-item img {
  max-height: 430px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.container-intro-title {
  height: calc(100% - 240px);
}

.container-intro-title .intro-title-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search-item-wrapper {
  position: relative;
}

.header-search-box {
  position: absolute;
  top: auto;
  right: 0;
  width: 100%;
}

.header-search-box input {
  height: 45px;
  width: 100%;
  font-size: 18px;
  background: transparent;

  color: white;
  padding-left: 30px;

  /* appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; */
  background: transparent url("../assets/search.svg") no-repeat;
  background-position: left;
  background-position-y: 50%;
  /* background-origin: content-box; */
  outline: none;
  border: none;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid transparent;
  font-size: 15px;
}

.header-search-box input:focus {
  border-bottom: 1px solid white;
}

.header-search-box input::placeholder {
  color: white;
}

.search-item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.search-item svg {
  margin-right: 10px;
}

.lang-change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.lang-change img {
  margin-right: 10px;
}

.row-header-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-menu-items a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: -1px;
}

.row-menu-items a:hover {
  border-bottom: 1px solid white;
}

.row-menu-items a.active {
  border-bottom: 1px solid white;
}

.atelier-content-ph {
  max-height: 720px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.cont-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 18px;
}

.cont-info a {
  margin-bottom: 10px;
  font-size: 18px;
}

.logo-contact svg {
  width: auto;
}

form.row-form .cont-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 18px;
}

form.row-form input {
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid white;
  height: 50px;
  margin-bottom: 20px;
  font-size: 18px;
  color: white;
}

form.row-form textarea {
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid white;
  min-height: 50px;
  width: 100%;
  font-size: 18px;
  color: white;
  margin-bottom: 20px;
}

form.row-form label {
  font-size: 18px;
}

form.row-form .contact-button {
  outline: none;
  border: none;
  background-color: transparent;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  letter-spacing: 3px;
  font-weight: 500;
  margin-left: auto;
  margin-right: 0;
}

.hide {
  display: none;
}

.burger {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.menu-btn-burger {
  width: 50px;
  height: 6px;
  background: white;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-btn-burger::before,
.menu-btn-burger::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 6px;
  background: white;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-btn-burger::before {
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
  left: 0;
}

.menu-btn-burger::after {
  -webkit-transform: translateY(16px);
  transform: translateY(16px);
  left: 0;
}

.burger.open .menu-btn-burger {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  background: transparent;
}

.burger.open .menu-btn-burger::before {
  -webkit-transform: rotate(45deg) translate(35px, -35px);
  transform: rotate(45deg) translate(35px, -35px);
}

.burger.open .menu-btn-burger::after {
  -webkit-transform: rotate(-45deg) translate(35px, 35px);
  transform: rotate(-45deg) translate(35px, 35px);
}

.mobile-menu {
  width: 100%;
  background-color: black;
  position: relative;
}

.mobile-menu .burger-wrapper {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile-menu .burger-wrapper svg {
  width: 100%;
  max-width: 250px;
  margin-right: 30px;
}

.burger-section {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  /* IE 9 */
  -webkit-transform: scale(1, 1);
  /* Safari and Chrome */
  -o-transform: scale(1, 1);
  /* Opera */
  -moz-transform: scale(1, 1);
  /* Firefox */
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  background-color: black;
  z-index: 999;
  opacity: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.burger-section.hide {
  position: absolute;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  /* IE 9 */
  -webkit-transform: scale(1, 0);
  /* Safari and Chrome */
  -o-transform: scale(1, 0);
  /* Opera */
  -moz-transform: scale(1, 0);
  /* Firefox */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

.burger-section ul {
  list-style-type: none;
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
}

.burger-section ul li {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 8px;
  width: 100%;
  /* border-radius: 10px;
  border: 2px solid #f42a4d; */
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  /* font-size: 22px; */
  margin-bottom: 0;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.burger-section ul li:hover a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.burger-section ul li:hover {
  background-color: white;
  color: white;
}

.burger-section ul li:hover a {
  color: white !important;
}

.burger-section ul li a {
  color: white !important;
  width: 100%;
  display: block;
  /* padding: 5px; */
  padding: 10px 20px;
  margin: 0;
  font-size: 13px;
}

.burger-section ul li a:hover {
  text-decoration: none !important;
  color: white !important;
}

.blog-details-txt h3 {
  font-size: 28px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-desc-txt {
  text-align: left;
}

@media only screen and (min-width: 992px) {
  .mobile-menu {
    display: none;
  }
  .logo-container-mob {
    display: none;
  }
}

.atelier-txt {
  text-align: center;
  color: white;
}

@media only screen and (max-width: 991px) {
  .tittle-container {
    max-width: 100%;
  }
  .tittle-size {
    font-size: 100px;
  }
  .tittle-over {
    display: none;
  }
  .central-image-content-2 {
    top: 2%;
  }
  .parfumes-brand {
    top: 40%;
  }
  .home-content1 {
    height: 650px;
  }
  .home-content1.banner-other-pages {
    height: 500px;
  }
}

@media only screen and (max-width: 800px) {
  .tittle-size {
    font-size: 80px;
  }
  .tittle-size {
    font-size: 52px;
  }
}

@media only screen and (max-width: 767px) {
  .border-custom {
    max-width: 273px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 991px) {
  .logo-contact {
    margin-bottom: 80px;
  }
  .logo-contact svg {
    width: 100%;
  }
  .contact-content h4,
  .contact-content h5.loc {
    text-align: center;
  }
  .contact-content .cont-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-content .social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container-intro-title {
    height: calc(100% - 95px);
  }
  .news-item {
    margin-bottom: 30px;
  }
  .logo-container-mob .logo-contact-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 40px;
  }
  .logo-contact-desktop {
    display: none;
  }
  .contact-content .social {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 576px) {
  .gallery-tittle,
  .latest-news-tittle,
  .parfumes-brand-tittle,
  .blog-content.blog-details-content h2 {
    font-size: 42px;
  }
  .atelier-tittle h1 {
    font-size: 52px;
  }
}
/*# sourceMappingURL=main.css.map */

img.lav {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .col-xl-2_4 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.col-xl-2_4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (min-width: 992px) {
  .col-lg-2_4 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.col-lg-2_4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.parfeum-content-2 select {
  height: 45px;
  width: 100%;
  font-size: 18px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #2e2e2e;
  margin-bottom: 30px;
}

/* .parfeum-content-2 select#brand {
  text-transform: capitalize;
}
.parfeum-content-2 select#brand option {
  text-transform: capitalize;
} */

.row-filter {
  margin-bottom: 20px;
  justify-content: center;
}

.row-products {
  justify-content: center;
  padding-bottom: 3rem;
}

@media screen and (max-width: 992px) {
  .parfumes-open-ph {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.cart-page input {
  color: white;
}

.cart-page hr {
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  margin-top: 3rem;
  margin-bottom: 3rem;
  height: 1px;
}

.cart-page input[type="text"],
.cart-page input[type="number"],
.cart-page input[type="email"],
.cart-page input[type="password"] {
  background: transparent;
  border: none;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 50px;
  width: 100%;
  padding: 0 20px;
  font-size: 18px;
}
.cart-page textarea {
  background: transparent;
  border: none;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  width: 100%;
  padding: 0 20px;
  font-size: 18px;
}
.cart-page label {
  display: block;
  font-size: 18px;
}
.cart-page .pay-total {
  font-size: 30px;
}
.cart-page .radio-wrapper {
  display: flex;
  align-items: center;
  width: max-content;
}
.cart-page .radio-wrapper label {
  padding-left: 5px;
}
.cart-page .row-person {
  align-items: center;
  padding-bottom: 3rem;
}
.cart-page .row-person p {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
}
.cart-page .row-acc p {
  margin-bottom: 0;
}
.cart-page .quantity-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cart-page .row-cart .cart-img {
  height: 100%;
  width: 100%;
}
.cart-page .row-cart .cart-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  max-height: 160px;
}
.cart-page .row-cart .cart-desc {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cart-page .row-cart .cart-desc ul {
  list-style: none;
  margin-bottom: 0;
}
.cart-page .row-cart .cart-desc ul li {
  font-size: 18px;
}
.cart-page .input-amount-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
.cart-page .input-amount-wrapper button {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  background: transparent;
  outline: none;
  border: none;
  border: 1px solid rgba(255, 255, 255, 1);
  color: white;
  transition: all 0.3s ease-in-out;
}
.cart-page .input-amount-wrapper button:hover:not([disabled]) {
  color: black;
  background: white;
}
.cart-page .input-amount-wrapper button[disabled] {
  opacity: 0.5;
}
.cart-page .input-amount-wrapper input {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  background: white;
  margin-left: 10px;
  margin-right: 10px;
}
.cart-page .row-cart {
  position: relative;
  max-width: 652px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 30px;
}
.cart-page .row-cart .close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 4;
  cursor: pointer;
}
.cart-page input.code {
  max-width: 125px;
}
.cart-page .terms {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.cart-page .terms label {
  padding-left: 10px;
  white-space: nowrap;
}
.cart-page .input-wrapper {
  margin-bottom: 10px;
}
.cart-page .input-amount-wrapper input {
  padding-left: 5px !important;
  padding-right: 5px !important;
  width: 50px;
}
.cart-page .input-amount-wrapper input,
.cart-page .input-amount-wrapper input::placeholder {
  color: black;
}

@media screen and (max-width: 576px) {
  .cart-page .row-cart .cart-desc,
  .cart-page .quantity-box {
    text-align: center;
  }
  .cart-page .quantity-box,
  .cart-page .pay-total {
    padding-top: 20px;
  }
  .cart-page .input-amount-wrapper {
    justify-content: center;
  }
  .cart-page .radio-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.burger-section .cart-link-mob {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

button.main-btn {
  height: 5rem;
  max-width: 46rem;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 1);
  font-size: 18px;
  background: transparent;
  color: white;
  transition: all 0.3s ease-in-out;
}

button.main-btn:hover {
  background: white;
  color: black;
}
button.card-button {
  height: 5rem;
  max-width: 26rem;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 1);
  font-size: 18px;
  background: transparent;
  color: white;
  transition: all 0.3s ease-in-out;
}

button.card-button:hover {
  background: white;
  color: black;
}

.row-jcc {
  justify-content: center;
}
.row-jcc button {
  margin-top: 31.5px;
}

.t-t-u {
  text-transform: uppercase;
}

.f-w-b {
  font-weight: bold;
}

.form-login-page label {
  text-align: center;
}

.row-person.row-person-register {
  padding-bottom: 0;
}

.form-register-page label {
  text-align: center;
}

.row-acc p a {
  font-size: 18px;
  text-decoration: underline;
}

/* .container.container-reg,
.container.container-login {
  max-width: 460px;
} */

/* .row-user {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
} */

.row-center {
  justify-content: center;
}

.pass-wrapper {
  width: 100%;
  height: max-content;
  position: relative;
}

.pass-wrapper .show-btn {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  margin: 0 !important;
  outline: none;
  border: none;
  color: #6d6d6d;
  transition: 0.2s ease-in-out;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  cursor: pointer;
}

.pass-wrapper .show-btn svg {
  height: 24px;
  width: 24px;
  opacity: 0.5;
}

.fill_person {
  color: red;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

.prijava-txt {
  text-align: center;
}

.hr-prod {
  border: none;
  height: 2px;
  background-color: #2e2e2e;
  width: 80%;
  margin: auto;
}

.no-products {
  color: white;
  font-size: 24px;
  text-align: center;
  margin-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.lm-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lm-btn {
  cursor: pointer;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lm-wrapper .txt {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.prod-amount-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
}

.prod-amount {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}

button.btn-cart {
  position: relative;
  height: 4rem;
  width: 100%;
  max-width: 25rem;
  /* max-width: auto; */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 1);
  background: transparent;
  color: white;
  text-align: center;
  outline: none;
  transition: all 0.3s ease-in-out;
}
button.btn-cart:hover {
  background: white;
  color: black;
}
.order-sample-btn {
  height: 4rem;
  width: 100%;
  max-width: 25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2rem;
  border: 1px solid rgba(255, 255, 255, 1);
  background: transparent;
  color: white;
  text-align: center;
  transition: all 0.3s ease-in-out;
  margin-right: 0;
}
.order-sample-btn:hover {
  background: white;
  color: black;
}
.order-sample-btn-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.sample-price p {
  color: white !important;
}
.sample-price p span {
  color: white !important;
  font-weight: 600;
}
button.amount-minus {
  height: 4rem;
  width: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 1);
  background: transparent;
  color: white;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
button.amount-minus:hover {
  background: white;
  color: black;
}
button.amount-plus {
  height: 4rem;
  width: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 1);
  background: transparent;
  color: white;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
button.amount-plus:hover {
  background: white;
  color: black;
}

input.input-amount {
  height: 4rem;
  width: 4rem;
  background: white;
  border: none;
  outline: none;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: black;
  margin: 0 1rem;
}

ul.ul-spec {
  list-style: none;
}
ul.ul-spec li {
  list-style: none;
  margin-bottom: 0rem;
}
ul.ul-spec li p {
  margin-bottom: 0.25rem;
}

.price-mili p {
  font-size: 24px;
  margin-bottom: 0;
}
.price-mili p strong {
  font-size: 30px;
}

hr.main-divider {
  height: 1px;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  margin: 2rem 0;
}

.amount-txt {
  font-size: 18px;
  letter-spacing: 0.1rem;
  margin-right: 1rem;
}

.prod-img-wrapper {
  position: relative;
}

.prod-img-wrapper .lightbox-div {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  z-index: 2;
}

#lightbox-btn {
  height: 5.5rem;
  width: 5.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 400;
  border: 1px solid #929292;
  background: transparent;
  color: white;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
#lightbox-btn:hover {
  border: 1px solid white;
  background: white;
  color: black;
}

hr.hr-similar-prod {
  border: none;
  height: 2px;
  background-color: #2e2e2e;
  width: 80%;
  margin: auto;
}


.col-header-right a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.col-header-left div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media only screen and (max-width: 1600px) {
  .container {
    max-width: 1140px !important;
  }
}

.container.container-reg {
  max-width: 84rem !important;
}

.container.container-login .input-wrapper,
.container.container-login .main-btn {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
.container.container-login .main-btn {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.container.container-reg .input-wrapper,
.container.container-reg .main-btn {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
}
.container.container-reg .main-btn {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .prod-amount-container {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 2rem;
  }
  .order-sample-btn-wrapper {
    justify-content: flex-start;
    margin-top: 2rem;
  }
}

select{
  cursor: pointer;
}
select option{
  cursor: pointer;
}

.modal-open {
  padding-right: 0 !important;
}


.slider-special {
  margin-bottom: 80px;
}

.slider-special .parfum-card {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.slider-special .parfum-card .img-holder {
  border: 1px solid transparent;
}

body .slick-prev {
  /* height: 50px;
  width: 50px; */
  height: auto;
  width: auto;
  z-index: 9;
}

body .slick-prev:before {
  content: "";
  background: transparent url(../assets/arrow-left.svg) no-repeat;
  background-size: contain;
  background-position-x: center;
  display: block;
  height: 50px;
  width: 50px;
}

body .slick-next {
  /* height: 50px;
  width: 50px; */
  height: auto;
  width: auto;

}

body .slick-next:before {
  content: "";
  background: transparent url(../assets/arrow-right.svg) no-repeat;
  background-size: contain;
  background-position-x: center;
  display: block;
  height: 50px;
  width: 50px;
}

.slider-title h2 {
  color: white;
  font-size: 25px;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 5px;
  font-weight: 600;
}

.container-home-sliders {
  transform: translateY(-250px);
  margin-bottom: -250px;
}


.footer-contet.footer-content-left {
  text-align: left;
}

.footer-container {
  border-top: 2px solid #707070;
}

.footer-contet.footer-content-left svg {
  width: auto;
}

.footer-links {
  margin-top: 216px;
  display: flex;
}

.footer-links .list1 {
  padding-right: 60px;
}

.footer-links ul {
  list-style: none;
}

.footer-links ul li a {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 24px;
  margin-bottom: 15px;
  display: block;
}


.footer-contet.footer-content-left .social svg {
  margin-top: 30px;
}

.footer-tittle {
  margin-bottom: 30px;
}



.modal .modal-body img {
  width: 100%;
  height: 220px;
  margin-bottom: 30px;
  object-fit: contain;
  object-position: center;
  max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
}

.modal .modal-body p {
  color: #364049 !important;
  margin-bottom: 15px;
  max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: 600;
}






.link-gold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  border: 2px solid #eebe6b;
  background-color: #eebe6b;
  color: white;
  text-transform: uppercase;
  max-width: 250px;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}

.btn-gold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  border: 2px solid #eebe6b;
  background-color: #eebe6b;
  color: white;
  text-transform: uppercase;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
  outline: none !important;
  font-size: 14px;
}

.btn-gold:disabled {
  background-color: rgba(238, 190, 107, 0.5);
  border: none;
  cursor: text;
}
.btn-cart-svg {
  width: max-content;
  background-color: transparent;
  border: none;
  outline: none;
}

.btn-cart-svg:disabled {
  opacity: 0.3;
  border: none;
  cursor: text;
}

.txt-gold {
  color: #eebe6b !important;
}

.mb-15 {
  margin-bottom: 15px;
}
.mb-30 {
  margin-bottom: 30px;
}

.price-and-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
}

.price-and-cart svg {
  fill: white;
}

.product-name {
  padding-left: 10px;
  padding-right: 10px;
}

.img-holder, .brand-name, .product-name {
  cursor: pointer;
}


.modal-body {
  padding: 30px;
}






.modal-content {
  position: relative;
}

.modal-content .frame {
  content: "";
  position: absolute;
  height: 100%;
  width: 110%;
  top: -5%;
  border: 2px solid #eebe6b;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

/* @media (min-width: 576px) { */
  .modal-dialog {
    margin-top: 200px;
  }
/* } */


@media (max-width: 576px) {
  .modal-dialog {
    margin-top: 120px;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
.footer-contet.footer-content-left svg {
  width: 100%;
}

}

@media (max-width: 991px) {
  .footer-links {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .footer-links {
    flex-direction: column;
  }
  .footer-links .list1 {
    padding-right: 0;
    margin-bottom: 0;
  }
}

.close-btn {
  position: absolute;
  right: -7.5%;
  top: -7.5%;
  background: white;
  border-radius: 50%;
  border: 1px solid #eebe6b;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.close-btn .close {
  opacity: 1;
  border: none;
  outline: none;
  height: 15px;
  width: 15px;
  display: flex;
}

.close-btn .close svg {
  height: 15px;
  width: 15px;
}


























.cookie_holder {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: black !important;
  z-index: 50;
}

.cookie_container {
  background: black !important;
  font-size: 14px;
  text-align: left;
  color: #364049 !important;
  padding: 15px 0;
  /* padding-bottom: 100px; */
  border-radius: 10px;
}

.cookie_container p {
  color: white !important;
}

.cookie_container button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  border: 2px solid #eebe6b;
  background-color: #eebe6b;
  color: black;
  text-transform: uppercase;
}

@media only screen and (max-width: 576px) {
  .cookie_container button {
    height: 40px;
  }
}


.cookie_container a {
  color: #eebe6b;
}
.cookie_container a:hover {
  text-decoration: underline !important;
}
.cookie_container p {
  margin-bottom: 0;
}
.cookie_holder .cookie_container {
  border-radius: 0;
}
.cookie_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cookie_container button {
  height: 40px;
  margin-right: 0.5rem;
}
.cookie_container button.cookie_close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 100%;
  border: 2px solid #eebe6b;
  background-color: black;
  color: white;
  text-transform: uppercase;
  margin-left: 0.5rem;
}
@media (max-width: 991px) {
  .cookie_container p {
      margin-bottom: 1rem;
  }
}



.cart-page textarea {
  color: white;
}

.loader img {
  height: 50px;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
  -o-object-position: center;
}

.order-history-section h2 {
  text-align: center;
  font-size: 56px;
  margin-bottom: 5rem;
}

.header-profile {
  display: flex;
}









button.btn-gold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  border: 2px solid #eebe6b;
  background-color: #eebe6b;
  color: black;
  text-transform: uppercase;
}

hr.hr-user {
  margin-top: 5rem;
  margin-bottom: 5rem;
  background-color: rgba(255, 255, 255, 0.2);
    border: none;
    height: 1px !important;
}


body {
  padding-right: 0 !important;
}

.modal-body-change-pass input[type="text"],
.modal-body-change-pass input[type="number"],
.modal-body-change-pass input[type="email"],
.modal-body-change-pass input[type="password"] {
  background: transparent;
  border: none;
  outline: none;
  border: 1px solid rgba(0,0,0,0.8);
  width: 100%;
  height: 50px;
  width: 100%;
  padding: 0 20px;
  font-size: 18px;
}

.modal-body-change-pass label {
  display: block;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8) !important;
}

.changePassModal .modal-dialog {
  margin-top: 100px;
}
.changePassModal .pass-wrapper {
  margin-bottom: 15px;
}

.changePassModal .modal-header {
  padding: 30px;
  padding-bottom: 0;
  flex-direction: column;
  border: none;
}
.changePassModal .modal-header h5 {
  font-size: 32px;
  color: rgba(0, 0, 0, 0.8) !important;
}
.changePassModal p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8) !important;
}
.changePassModal .modal-body {
  padding-top: 20px;
}
.changePassModal .modal-footer {
  padding: 30px;
  padding-top: 0;
  flex-direction: column;
  border: none;
}

#forgot-pass-btn {
  cursor: pointer;
}

p.password-change {
  text-align: center;
  color: #eebe6b !important;
  font-size: 36px;
  padding-top: 50px;
}

input.user-input:disabled,
input.user-input[disabled] {
  opacity: 0.5;
  cursor: no-drop;
}

select.user-select {
  background: black;
  border: none;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 50px;
  width: 100%;
  padding: 0 20px;
  font-size: 18px;
  color: white;
}

details > summary {
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}

details.details-orders {
  padding: 30px;
  border: 1px solid white;
  margin-bottom: 30px;
  position: relative;
}

details.details-orders .order-col.arrow {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

details.details-orders[open] .order-col.arrow svg {
  transform: rotate(180deg);
  transform-origin: center;
}

details.details-orders h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
details.details-orders h5 {
  font-size: 20px;
  margin-bottom: 15px;
}
details.details-orders h5.title-mob {
  display: none;
}
@media only screen and (max-width: 767px) {
  details.details-orders h5.title-mob {
    display: block;
  }
  details.details-orders .row-desktop {
    display: none;
  }
  details.details-orders .row-product-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  details.details-orders .order-items {
    border-top: 2px solid white;
  }
  details.details-orders .col-arrow {
    position: absolute;
    top: 20px;
    right: 0;
  }
  details.details-orders {
    padding-right: 70px;
  }
}
details.details-orders p {
  font-size: 16px;
  /* color: white; */
}

details.details-orders .order-items {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.floating-cart {
  /* background: rgba(255, 255, 255, 0.8); */
  background: rgba(0, 0, 0, 0.8);
  /* background: #eebe6b; */
  /* border-radius: 50%; */
  /* display: flex; */
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 15px;
  right: 15px;
  padding: 10px;
  z-index: 99999;
  display: none;
}
.floating-cart.scrolled {
  display: flex;
}
.floating-cart svg {
  margin-right: 5px;
}
.floating-cart span {
  font-size: 14px;
  /* color: rgba(0, 0, 0, 0.8) !important; */
  color: rgba(255, 255, 255, 1) !important;
}

.working-hours p {
  margin-bottom: 0;
}


.alert-text {
  display: none;
  position: absolute;
  left: -1px;
  top: -1px;
  background: #eebe6b;
  height: calc(100% + 2px);
  width:calc(100% + 2px);
  color: black;
  justify-content: center;
  align-items: center;
  white-space: nowrap !important;
  font-size: 14px;
  letter-spacing: 0;
  border: 1px solid #eebe6b;
}














.modal-message .modal-body-message .poslato {
  color: #4F8A10 !important;
  font-size: 2.2rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}

.modal-message .modal-body-message .nije-poslato {
  color: #FF0000 !important;
  font-size: 2.2rem;
  font-weight: 400;
  text-align: center;
 margin-bottom: 0;
}

.modal-message .modal-body-message .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}

.modal-message {
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99999;
}

.modal-body-message {
  background: white;
  position: relative;
  padding: 2rem;
  margin: 0 15px;
}




#tempAlert {
	width: 400px;
	/* height: 100px; */
  height: auto;
	position: fixed;
  top: 50%;
  left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999999999999999999999999999;
	display: none;
	background: white;
  background: green;
	padding: 20px;
	border-radius: 0px;
}

#tempAlert span {
  font-size: 16px;
  color: #58585A;
  color: white;
  font-weight: bold;
}

#alert-container{
  position:fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000!important;
  background: rgba(0,0,0,.5);
 cursor:pointer;
}
#alert-container .text_holder{
  position:absolute;
  top: 50%;
  left:50%;
  border-radius: 5px;
  padding: 20px 40px;
  background: white;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align:center;
}
#alert-container .text_holder p{
  font-size: 2.1rem;
   font-weight: 600;
   color: #58585a;
   padding: 10px;
}




