.flex-row  .w33 {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: calc((100% / 3) - 10px);
}
.flex, .flex-row {
  display: flex;
}
.flex-column {
flex-direction: column;
}
.align-center {
  align-items: center;
}
.align-flex-start {
  align-items: flex-start;
}
.align-flex-end {
  align-items: flex-end;
}
.align-stretch {
  align-items: stretch;
}
.justify-space-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-flex-start {
justify-content: flex-start;
}
.justify-flex-end {
justify-content: flex-end;
}
.flex-row>div:not(:last-of-type) {
  margin-right: 15px;
}
/*
ul.lista-tekst {
  list-style-image: url('https://cdn.prod.website-files.com/6682ab7369175617b66de8e5/6706800baf0f1b25f7214c60_strelica-li.svg');
}*/ 

.tocart {cursor: pointer;}


.w15 {
  width: 15%;
}
.w22 {width: 22%;}
.w23 {width: 23%;}
.w24 {
  width: 24%;
}
.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w35 {
  width: 35%;
}
.w32 {
  width: 32%;
}
.w33 {
  width: calc(100% / 3);
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 75%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w100 {
  width: 100%;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb70 {
  margin-bottom: 70px;
}
.mLRauto {
margin-left: auto;
margin-right: auto;
}

.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt70 {
  margin-top: 70px;
}

.popup-note {

	z-index:99999 !important;

}
.poklon-top{margin-top:-170px;}
.poklon-bottom {margin-bottom:-175px;}
.header-wrapper {
  z-index: 999999999;
}
.pTB10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pTB15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.font-size-22 {
  font-size: 22px;
}
.font-size-18 {
  font-size: 22px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml18 {
  margin-left: 18px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mt100 {
  margin-top: 100px;
}

.mt115 {
  margin-top: 115px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb80 {
  margin-bottom: 80px;
}
.mtb0 {
  margin-top: 0;
  margin-bottom: 0;
}
.mr8 {
  margin-right: 8px;
}
.pt100 {
  padding-top: 100px;
}
.uvodniki .noviH1 {
  font-size: 50px;
}
.uvodniki .noviH2 {
  font-size: 40px;
}
.uvodniki .noviH3 {
  font-size: 35px;
}
.uvodniki .noviH4 {
  font-size: 27px;
}
.uvodniki .noviP {
  font-size: 22px;
}
.uvodniki .pMali {
  font-size: 15px;
}
.font-weight-400 {
  font-weight: 400 !important;
}
.line-height-40 {
  line-height: 40px;
}
.border-btn {
  border: 5px solid;
  padding: 20px 25px;
  font-size: 35px;
}
.background-btn {
  font-weight: 700;
  font-size: 25px;
  display: block;
  padding: 15px;
  width: 275px;
  text-align: center;
}
.bg-div {
  background-size: cover !important;
  background-position: center !important;
}
#countdown {
  display: flex;
  font-size: 130px;
  justify-content: center;
  font-weight: bold;
}
#countdown span {
  width: 140px;
  display: flex;
  justify-content: center;
}
.cel-posto {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #BE2B2B;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
.prod-name {
  font-size: 23px !important;
  font-weight: bold !important;
  text-align: center;
}
.prod-opis {
  text-align: center !important;
}
.cel-cijena {
  font-weight: 700 !important;
}
.cel-cijena span {
  font-weight: 400;
  text-decoration: line-through;
}
.gumb-head {
  background-color: #000;
  padding: 15px;
  width: 170px;
  font-size: 23px !important;
  color: #fff;
  text-align: center;
}
.gumb-head.white {
  color: #000 !important;
}
.bg-padd {
  padding-top: 50px;
  padding-bottom: 200px;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-scroll .w25 {
  flex: 0 0 25%;
}

.mt-150 {
  margin-top: -150px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb100 {
  padding-bottom: 100px;
}
.pt5 {
  padding-top: 5px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.p530 {
  padding-top: 50px;
}
.flex-wrap {
  flex-wrap: wrap;
}
.text-center {
  text-align: center !important;
}
.image-area li {
  margin-left: 0 !important;
}
.border-dashed {
  padding: 10px;
  border: 3px;
  border-style: dashed;
  border-radius: 53px;
  margin-bottom: 30px;
}
.border-dashed .big-podnaslov {
  margin: 0 !important;
}
.cel-posto.cel-novo {
  background-color: #000 !important;
}
.col-half {
  width: calc(50% - 12px);
}
.col-half:nth-child(odd) {
  margin-right: 24px;
}


/* REVIEW */
.review-cont {
  display: flex;
  flex-direction: column;
}
.review-author {
  display: flex;
  align-items: center;
}
.review-author-img {
  width: 46px;
  height: 47px;
  margin-right: 17px;
}
.review-stars {
  width: 206px;
  height:27px;
  margin-top: 10px;
}
.uvodniki .author-name {
  color: #3C3C3C;
  font-size: 24px;
  font-weight: bold;
  font-family: "Barlow";
  text-align: left;
  margin: 0;
}
.uvodniki .review-text {
  color: #525252;
  font-weight: 500;
  font-size: 30px;
  font-family: "Barlow";
  text-align: left;
  margin: 20px 0;
}
.uvodniki .review-date {
  color: #727272;
  font-size: 18px;
  font-weight: normal;
  font-family: "Barlow";
  text-align: left;
  margin: 0;
}
.quote-slider .slick-dots {
  display: flex;
  padding: 0 10px;
  bottom: -30px;
}
.quote-slider .slick-dots li {
margin: 0 !important;
width: 34px;

display: inline-block !important;
}
.quote-slider .slick-dots li button {
  width: 17px;
  height: 17px;
  background: #CC7B80;
}
.quote-slider:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -30px;
  width: 173px;
  height: 113px;
  background: url("https://webshop.afroditacosmetics.com/slo/image/catalog/uvodniki/summer-affair-2024/summer-affair-2024-008c.png");
  background-size: cover;
}
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3)::before, .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3)::after {
  content: none !important;
}
.flipdown .rotor-group {
  padding-right: 10px !important;
}
.flipdown .rotor {
  margin: 0px -5px 0px 0px !important;
}
.bgUvod {
 position: relative;
}
.bgUvod-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}
.uvodniki .fs18 {
  font-family: "Barlow";
  font-size: 18px !important;
  line-height: 25.2px;
}
.uvodniki .fs20 {
  font-family: "Barlow";
  font-size: 20px !important;
  line-height: 24px;
}
.uvodniki .fs22 {
  font-family: "Barlow";
  font-size: 22px !important;
  line-height: 25.2px;
}
.uvodniki .fs26 {
  font-size: 26px !important;
}
.uvodniki .fs28 {
  font-family: "Barlow";
  font-size: 28px !important;
  line-height: 33.6px;
}
.uvodniki .fs29 {
  font-family: "Barlow";
  font-size: 29px !important;
  line-height: 34.8px;
}
.uvodniki .fs30 {
  font-family: "Barlow";
  font-size: 30px !important;
  line-height: 34.8px;
}
.uvodniki .fs33 {
  font-family: "Barlow";
  font-size: 33px !important;
  line-height: 47px;
}
.uvodniki .uppercase {
  text-transform: uppercase;
}
.uvodniki .dark-grey-text {
  color: #4A4A4A;
}
.uvodniki .darker-grey-text {
  color: #393939;
}
.uvodniki .light-grey-text {
  color: #949494;
}
.uvodniki .pink-text {
  color: #E9989E;
}
.uvodniki .white-text {
  color: #fff;
}
.uvodniki .black-text {
  color: #000;
}
.uvodniki .red-text {
  color: #CF4E4E;
}
.uvodniki .barlow-p {
  font-size: 14px;
  line-height: 22px;
  font-family: "Barlow";
}
.w280 {
  max-width: 280px;
}
.w390 {
  max-width: 390px;
}
.justify-center {
  justify-content: center;
}
.justify-space-around {
  justify-content: space-around;
}
.uvodniki .kvacica-list p {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #4A4A4A;
  line-height: 21.6px;
}
.kvacica-list p > span {
  width: calc(100% - 30px);
}
.uvodniki .kvacica-list p:before {
  content: "";
  width: 20px;
  height: 17px;
  background: url("https://webshop.afroditacosmetics.com/img/kvacica-roza.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.uvodniki .bold {
  font-weight: 700;
}
.mt0 {
  margin-top: 0px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt25 {
  margin-top: 25px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt80 {
  margin-top: 80px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb18 {
  margin-bottom: 18px;
}
.uvodniki .old-price {
  font-size: 26px;
  line-height: 28px;
  text-decoration: line-through;
}
.uvodniki .new-price {
  font-weight: 700;
  font-size: 30px;
  line-height: 28px;
}
.uvodniki .old-price-small {
  font-size: 15px;
  line-height: 28px;
  text-decoration: line-through;
}
.uvodniki .new-price-small {
  font-weight: 700;
  font-size: 19px;
  line-height: 28px;
}
.percentage-cont {
  position: relative;
  border-radius: 50%;
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  box-shadow: -3px 6px 6px 0px #00000036;
  margin-right: 10px;
  margin-left: 10px;
}
.percentage-cont:before {
  content: "";
  width: 100%;
  border-radius: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  box-shadow: -2px 5px 10px 0px #FFFFFF82 inset;
  left: 0;
}
.percentage-sign {
  position: absolute;
  bottom: -2px;
  right: -5px;
  font-size: 15px;
  font-weight: 700;
}
.perentage-minus {
  position: absolute;
  left: -7px;
  font-size: 15px;
  font-weight: 700;
}
.percentage-number {
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.dark-grey-bg {
  background: #4A4A4A;
}
.light-grey-bg {
  background: #F5F5F5;
}
.light-pink-bg {
  background: rgba(248, 221, 223, 0.28);
}
.light-pink2-bg {
  background: #F8DDDF;
}
.pink-bg {
  background: #E9989E;
}
.black-bg {
  background: #000;
}
.lila-bg {background: #DD92BE;}
.light-gray-bg {background: #F6F6F6;}

.red-bg {
  background: #CF4E4E;
}
.to-cart-btn {
  font-size: 15px;
  font-weight: 700;
  line-height: 22.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  width: 125px;
  height: 40px;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0px 0px 10px 0px #00000026;

}
.to-cart-btn span {
  display: flex;
  align-items: center;
}
.to-cart-btn span:before {
  content: "";
  width: 13px;
  height: 13px;
  margin-right: 5px;
  background: url("https://webshop.afroditacosmetics.com/img/cart-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.info-graphic  {
  border-radius: 10px;
  width: calc(25% - 22.5px);
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 200px;
}
.three-col .info-graphic {
  width: calc((100% / 3) - 10px);
}
.sameHeight img {
 object-fit: cover;

}
.info-graphic-six  {
  border-radius: 10px;
  width: calc(17% - 10px);
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}


.info-img {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 53px;
  margin-bottom: 10px;
}
.uvodniki .info-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  color: #181818;
  letter-spacing: 0.01em;
  text-align: center;
  min-height: 39px;
}
.grid-4 .grid {
  width: calc(25% - 3px);
  margin-bottom: 3px;
  padding: 30px 40px;
}
.noPad {
  padding: 0 !important;
}
.pt40 {
  padding-top: 40px;
}
.h270 {
  height: 220px;
}
.grid-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pad40 {
  padding: 40px;
}
.pad30 {
  padding: 30px;
}
.pad20 {
  padding: 20px;
}
.pad15 {
  padding: 15px;
}
.info-icon  {
  padding: 40px 0;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.15em;
  text-align: left;
}
.info-icon:not(:last-of-type) {
  margin-right: 30px;
}
.info-icon.hitra-dostava::before {
  width: 31px;
  background-image: url("https://webshop.afroditacosmetics.com/img/dostava.svg");
}
.pink-info.info-icon.hitra-dostava::before {
  background-image: url("https://webshop.afroditacosmetics.com/img/hitra-dostava-pink.svg");
}
.info-icon.darilo::before {
  width: 25px;
  background-image: url("https://webshop.afroditacosmetics.com/img/darilo.svg");
}
.pink-info.info-icon.razvito::before {
  width: 52px;
  background-image: url("https://webshop.afroditacosmetics.com/img/razvito-slovenija-pink.svg");
}
.info-icon.varen-nakup::before {
  width: 25px;
  background-image: url("https://webshop.afroditacosmetics.com/img/varen-nakup.svg");
}
.pink-info.info-icon.varen-nakup::before {
  width: 25px;
  background-image: url("https://webshop.afroditacosmetics.com/img/varen-nakup-pink.svg");
}
.pink-info.info-icon.eu::before {
  width: 25px;
  background-image: url("https://webshop.afroditacosmetics.com/img/eu-pink.svg");
}

.info-icon.hitra-dostava-lila::before {
  width: 31px;
  background-image: url("https://webshop.afroditacosmetics.com/img/hitra-dostava-lila-2.svg");
}
.info-icon.darilo-lila::before {
  width: 25px;
  background-image: url("https://webshop.afroditacosmetics.com/img/darilo-lila-2.svg");
}
.info-icon.varen-nakup-lila::before {
  width: 25px;
  background-image: url("https://webshop.afroditacosmetics.com/img/varen-nakup-lila-2.svg");
}


.info-icon.hitra-dostava-red::before {
  width: 31px;
  background-image: url("https://webshop.afroditacosmetics.com/img/hitra-dostava-red.svg");
}
.info-icon.darilo-red::before {
  width: 25px;
  background-image: url("https://webshop.afroditacosmetics.com/img/darilo-red.svg");
}
.info-icon.varen-nakup-red::before {
  width: 25px;
  background-image: url("https://webshop.afroditacosmetics.com/img/varen-nakup-red.svg");
}



.info-icon::before {
  content: "";
  height: 25px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.small-percentage {
  padding: 0 6px;
  border-radius: 10px;
}
.prod-naziv {
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  height: 63px;
  overflow: hidden;
  width: 100%;
  word-break: keep-all;
}
.uvodnik-prod {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
}


.light-grey-bg .uvodnik-prod  {
  background: #f5f5f5;
}
.light-grey-bg .uvodnik-prod img {
  mix-blend-mode: multiply;
}
.padLR15 {
  padding-left: 15px;
  padding-right: 15px;
}
.padL20{
  padding-left: 20px;
}
.prod-slider-cont {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 999;
}
.slick-arrow {
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px #00000026;
  background: #4A4A4A;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.slick-arrow:before {
  content: "";
  width: 10px;
  height: 20px;
  background-image: url("https://webshop.afroditacosmetics.com/img/arrow-white.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.slick-arrow.next {
  right:-38px;
}
.slick-arrow.prev {
  left:-38px;
}
.slick-arrow.next::before {
  rotate: 180deg;
}
.slick-disabled {
  background: #D9D9D9;
}
.uvodniki .panel-heading {
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.26);
  background: #FFF !important;
  padding: 0;
  border-radius: 100px;
  border: none;
  font-family: Barlow;
  font-size: 22px;
  font-weight: 700;
  line-height: 26.4px;
  color: #393939;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.uvodniki .panel-heading.noShadow {
  box-shadow: none;
}
.uvodniki .panel-heading h4 {
  display: flex;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  line-height: 26.4px;
  color: #393939;
  text-transform: none;
}
.uvodniki .panel-heading h4 a {
  width: 100%;
  height: 100%;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  outline: none !important;
}
.uvodniki .panel-heading h4 a:hover {
  text-decoration: none;
}
.uvodniki .panel-title span {
  width: calc(100% - 23px);
}
.uvodniki .panel {
  background: transparent;
  margin-top: 15px !important;
}
.uvodniki .panel-body {
  border: none !important;
  padding: 20px 40px;
}
.uvodniki .panel-body p {
  font-family: Barlow;
  font-size: 19px;
  font-weight: 400;
  line-height: 22.8px;
  text-align: left;
  color: #2B2B2B;
}
.uvodniki .panel-heading h4 a::after {
  content: "";
  width: 23px;
  height: 13px;
  background: url("https://webshop.afroditacosmetics.com/img/arrow-grey.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  rotate: 0deg;
  transition: 0.5s ease-in-out;
}
.uvodniki .panel-heading h4 a[aria-expanded="true"]::after {
  rotate: 180deg;
  transition: 0.5s ease-in-out;
}
.bbottom {
  border-bottom: 1px solid;
}
.light-grey-border {
  border-color: #CFCFCF;
}
.uvodniki .influncer-name {
  font-size: 16px;
  color: #393939;
  padding: 10px 20px;
  text-align: center;
}
.zindex9 {
  z-index: 999;
}
.mLR30 {
  margin-left: 30px;
  margin-right: 30px;
}
.mLR5 {
  margin-left: 45px;
  margin-right: 45px;
}
.mLRauto {
  margin-left: auto;
  margin-right: auto;
}
.uvodniki .grid p {
  margin-bottom: 0;
}
.background-grey {
  background: rgb(223,223,223);
  background: linear-gradient(180deg, rgba(223,223,223,1) 0%, rgba(255,255,255,1) 78%);
  padding-top: 70px;
}
.background-pink-grad {
  background: #FBF2F7;
  background: linear-gradient(180deg, #FBF2F7 22.86%, #FFFFFF 100%);
 padding-top: 70px;
}


.uvodniki-body #page-title, .uvodniki-body .breadcrumb-holder {
  display:none;
}
.badge-text {
  font-size: 11px !important;
  text-align: center;
  line-height: normal;
  font-weight: 500 !important;
  padding: 5px;
}
.cijena-darilo {
 margin-left: auto;
    margin-right: auto;
}
.w125px {
  width: 125px;
}
.plus-veliki {
  width: 24px;
}
.white-bg-link {
  padding: 5px;
  background-color: #fff;
  color: #000;
}
.white-bg-link a {
  color: #000;
}
.home-banner .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-banner .slick-arrow:before {
  display: block;
}
.home-banner .slick-arrow.arrow-right::before {
  transform: rotate(180deg);
}
/* THEMES */

/********** Theme: dark **********/
/* Font styles */
.flipdown.flipdown__theme-dark {
  font-family: sans-serif;
  font-weight: bold;
}
/* Rotor group headings */
.flipdown.flipdown__theme-dark .rotor-group-heading:before {
  color: #000000;
}
/* Delimeters */
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  background-color: #151515;
}
/* Rotor tops */
.flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-dark .rotor-top,
.flipdown.flipdown__theme-dark .rotor-leaf-front {
  color: #FFFFFF;
  background-color: #151515;
}
/* Rotor bottoms */
.flipdown.flipdown__theme-dark .rotor-bottom,
.flipdown.flipdown__theme-dark .rotor-leaf-rear {
  color: #EFEFEF;
  background-color: #202020;
}
/* Hinge */
.flipdown.flipdown__theme-dark .rotor:after {
  border-top: solid 1px #151515;
}

/********** Theme: light **********/
/* Font styles */
.flipdown.flipdown__theme-light {
  font-family: sans-serif;
  font-weight: bold;
}
/* Rotor group headings */
.flipdown.flipdown__theme-light .rotor-group-heading:before {
  color: #EEEEEE;
}
/* Delimeters */
.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  background-color: #DDDDDD;
}
/* Rotor tops */
.flipdown.flipdown__theme-light .rotor,
.flipdown.flipdown__theme-light .rotor-top,
.flipdown.flipdown__theme-light .rotor-leaf-front {
  color: #222222;
  background-color: #DDDDDD;
}
/* Rotor bottoms */
.flipdown.flipdown__theme-light .rotor-bottom,
.flipdown.flipdown__theme-light .rotor-leaf-rear {
  color: #333333;
  background-color: #EEEEEE;
}
/* Hinge */
.flipdown.flipdown__theme-light .rotor:after {
  border-top: solid 1px #222222;
}

/* END OF THEMES */

.flipdown {
  overflow: visible;

}

.flipdown .rotor-group {
  position: relative;
  float: left;
  padding-right: 30px;
}

.flipdown .rotor-group:last-child {
  padding-right: 0;
}

.flipdown .rotor-group-heading:before {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.flipdown .rotor-group:nth-child(1) .rotor-group-heading:before {
  content: attr(data-before);
}

.flipdown .rotor-group:nth-child(2) .rotor-group-heading:before {
  content: attr(data-before);
}

.flipdown .rotor-group:nth-child(3) .rotor-group-heading:before {
  content: attr(data-before);
}

.flipdown .rotor-group:nth-child(4) .rotor-group-heading:before {
  content: attr(data-before);
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 115px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  content: '';
  position: absolute;
  bottom: 40px;
  left: 115px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.flipdown .rotor {
  position: relative;
  float: left;
  width: 40px;
  height: 60px;
  margin: 0px 5px 0px 0px;
  border-radius: 4px;
  font-size: 4rem;
  text-align: center;
  perspective: 200px;
}

.flipdown .rotor:last-child {
  margin-right: 0;
}

.flipdown .rotor-top,
.flipdown .rotor-bottom {
  overflow: hidden;
  position: absolute;
  width: 40px;
  height: 30px;
}

.flipdown .rotor-leaf {
  z-index: 1;
  position: absolute;
  width: 40px;
  height: 60px;
  transform-style: preserve-3d;
  transition: transform 0s;
}

.flipdown .rotor-leaf.flipped {
  transform: rotateX(-180deg);
  transition: all 0.5s ease-in-out;
}

.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear {
  overflow: hidden;
  position: absolute;
  width: 40px;
  height: 30px;
  margin: 0;
  transform: rotateX(0deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.flipdown .rotor-leaf-front {
  line-height: 60px;
  border-radius: 4px 4px 0px 0px;
}

.flipdown .rotor-leaf-rear {
  line-height: 0px;
  border-radius: 0px 0px 4px 4px;
  transform: rotateX(-180deg);
}

.flipdown .rotor-top {
  line-height: 60px;
  border-radius: 4px 4px 0px 0px;
}

.flipdown .rotor-bottom {
  bottom: 0;
  line-height: 0px;
  border-radius: 0px 0px 4px 4px;
}

.flipdown .rotor:after {
  content: '';
  z-index: 2;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 40px;
  height: 30px;
  border-radius: 0px 0px 4px 4px;
}
.dots-center .slick-dots {
  justify-content: center !important;
}
.dots-center .slick-dots li {
  margin: 0 5px !important;
}
.elipse-bg {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.elipse-bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  left: -50px;
}
.elipse-bg.pink-elipse:after {
  background-image: url(https://webshop.afroditacosmetics.com/img/elipse-pink.svg );
}
.elipse-bg.grey-elipse:after {
  background-image: url(https://webshop.afroditacosmetics.com/img/elipse-grey.svg );
}
.elipse-bg.orange-elipse:after {
  background-image: url(https://webshop.afroditacosmetics.com/img/elipse-orange.svg );
}
.elipse-bg.yellow-elipse:after {
  background-image: url(https://webshop.afroditacosmetics.com/img/elipse-yellow.svg );
}
.uvodniki table,.uvodniki  th, .uvodniki td {
  border: 1px solid black;
  border-collapse: collapse;
} 
.uvodniki th, .uvodniki td {
  padding: 15px;
}
.align-items-stretch {
  align-items: stretch;
}
.mtAuto {
  margin-top: auto;
}
.mbAuto {
  margin-bottom: auto;
}
.li-connected-number {
  width: 37px;
  height: 37px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: Barlow;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 50%;
  z-index: 999;
}
.li-connected-text {
  width: calc(100% - 45px);
  color: #000;
font-family: Barlow;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.li-connected:after {
  content: "";
  width: 1px;
  height: 100%;
  bottom: 0;
  position: absolute;
  left: 18px;
  background-color: #FF7489;
}
.br-three {
  border-radius: 0px 20px 20px 20px;
}
.gradient-grey-bg {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.10)0%, rgba(255, 255, 255, 0.10)38.22%, rgba(255, 255, 255, 0.10)75.33%, rgba(169, 169, 169, 0.10)100%);
}
.prod-icons > div {
  margin: 10px 5px;
}
.uvodnik-prod a {
  color: #4A4A4A;
  outline: none;
  text-decoration: none;
}
.uvodnik-prod a:hover {
  text-decoration: none;
  color: #4A4A4A;
}
.uvodnik-prod a:focus {
  text-decoration: none;
  color: #4A4A4A;
  outline: none;
}

.product-slider .uvodnik-prod .white-text {
  color: #fff;
  outline: none;
}

/* novi blog */
.novi-blog p a {color: #CF8E6F; text-decoration: underline;}

.proizvod-title {height: 84px;
  overflow: hidden;}


@media (max-width: 991px) {  
  .mobile-top20  {
    top: 20px !important;
  }
  .flipdown {
 width: 312px;
 height: 70px;
}

.flipdown .rotor {
 font-size: 2.2rem;
 margin-right: 3px;
}

.flipdown .rotor,
.flipdown .rotor-leaf,
.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear,
.flipdown .rotor-top,
.flipdown .rotor-bottom,
.flipdown .rotor:after {
 width: 30px;
}

.flipdown .rotor-group {
 padding-right: 20px;
}

.flipdown .rotor-group:last-child {
 padding-right: 0px;
}

.flipdown .rotor-group-heading:before {
 font-size: 0.8rem;
 height: 20px;
 line-height: 20px;
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
 left: 69px;
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
 bottom: 13px;
 height: 8px;
 width: 8px;
}

.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
 bottom: 29px;
 height: 8px;
 width: 8px;
}

.flipdown .rotor-leaf-front,
.flipdown .rotor-top {
 line-height: 50px;
}

.flipdown .rotor-leaf,
.flipdown .rotor {
 height: 50px;
}

.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear,
.flipdown .rotor-top,
.flipdown .rotor-bottom,
.flipdown .rotor:after {
 height: 25px;
}

.uvodniki .review-text {
  font-size: 22px;
}


}


/* BREZPLAČNA POŠTNINA NOVI CSS */
.uvodniki .fs38 {
  font-size: 38px;
}
.uvodniki .fs34 {
  font-size: 34px;
}
.uvodniki .fs-18 {
  font-size: 18px;
}
.uvodniki .fs23 {
  font-size: 23px;
}
.uvodniki .fs40{
  font-size: 40px;
}
.uvodniki .fs54{
  font-size: 50px;
  line-height: 50px;
}
.border-bottom-text {
  position: relative;
}
.border-center {
  width: fit-content;
}
.border-bottom-text.border-center:after {
  left: -25px;
  right: -25px;
  bottom: 0;
  width: calc(100% + 50px);
}
.border-bottom-text:after {
  content: "";
  height: 1px;
  width: calc(100% + 50px);
  position: absolute;
  left: -10px;
  right: -40px;
  bottom: 5px;
}
.orange-bg-after:after {
  background-color: #DD9292;
}
.border-bottom-text
.uvodniki .fs54 {
  font-size: 50px;
  line-height: 60px;
}
.uvodniki .peachy-pink-text {
  color: #FF7489;
}
.peachy-pink-bg {
  background-color: #FF7489;
}
.uvodniki p {
  font-family: Barlow;
}
.maxW-550 {
  max-width: 550px;
}
.uvodniki {
font-family: Barlow; 
}
.uvodniki .fw-700 {
  font-weight: 700;
}
.uvodniki .fw-800 {
  font-weight: 800;
}
.uvodniki .fw-900 {
  font-weight: 900;
}
.uvodniki .italic-text {
  font-family: "Times New Roman";
  font-style: italic;
  letter-spacing: 0.38px;
}
.w25 {
  width: 25%;
}
.w33 {
  width: calc(100% / 3);
}
.w35 {
  width: 35%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.absolute-center {
  left: 50%;
  transform: translate(-50%, 0);
}
.maxWidth650 {
  max-width: 650px;
}
.top50 {
  top: 50px;
}
.mb15 {
  margin-bottom: 15px;
}
.okvir-kvacica-li {
  font-size: 25px;
  display: flex;
  align-items:  flex-start;
  
}
.okvir-kvacica-li span {
  width: calc(100% - 34px);
}
.okvir-kvacica-li:before {
  content: "";
  background: url(https://webshop.afroditacosmetics.com/img/kvacica-okvir.svg );
  width: 29px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin-right: 5px;
  margin-top: 5px;
}
.sub-li {
  margin-left: 30px;
}
.gold-li .okvir-kvacica-li:before {
  background-image: url(https://webshop.afroditacosmetics.com/img/kvacica-okvir-gold.svg );
}
.w50.ml30 {
  width: calc(50% - 30px);
}
.vec-o-izdelku {
  color: #fff;
  border-radius: 100px;
  width: 125px;
  height: 40px;
  justify-content: center;
  cursor: pointer;
  background: #DD9292;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pink-gradient {
  background: linear-gradient(180deg, #FFFFFF 0%, #EFCDCDAD 78%, #FFFFFF 100%);
}
.quote-slider .slick-list {
  z-index: 99;
}
.quote-slider.smaller-quote:after {
  width: 53px;
  height: 35px;
  top: 0;
}
.uvodniki .napomena-uvodnik {
  font-size: 8px;
}
.img-bg {
  position: relative;
}


.white-rounded-btn {
  background: #fff;
  color: #2E2E2E;
  display: flex;
  width: 125px;
  height: 40px;
  justify-content: center;
  align-items: center;
  font-family: Barlow;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  border-radius: 100px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.max-w350 {
  max-width: 350px;
  margin: 0 auto;
}
.full-w50 {
  width: 50% !important;
}
.tick-flip {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.tick-group:not(:last-of-type) {
  margin-right: 5px !important;
}
.tick-label {
  color: #5E5E5E;
  width: 100%;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 1.68px;
text-transform: uppercase;
}
.confetti-bg {
  background-image: url(https://webshop.afroditacosmetics.com/img/confetti.png );
  background-size: contain;
  background-repeat: no-repeat;
}
.tropical-bg {
  overflow: hidden;
}
.tropical-bg:before {
  content: "";
  width: 110px;
  height: 220px;
  left: 0;
  top: 0;
  background-image: url(https://webshop.afroditacosmetics.com/img/tropical-left.png );
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 9999;
}
.tropical-bg::after {
  content: "";
  width: 150px;
  height: 150px;
  left: calc(100% - 150px);
  right: 0;
  top: 0;
  background-image: url(https://webshop.afroditacosmetics.com/img/tropical-right-top.png );
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 999;
}
.tropical-bg .prod-slider-cont::after {
  content: "";
  width: 70px;
  height: 70px;
  left: 100%;
  right: 0;
  bottom: 0;
  background-image: url(https://webshop.afroditacosmetics.com/img/tropical-right-bottom.png );
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
/* end brezplačna poštnina */
@media (min-width: 768px) and (max-width: 1100px) {
  .uvodniki .counter-text .fs30 {
    font-size: 18px !important;
  }
  .uvodniki .counter-text .fs34 {
    font-size: 22px !important;
  }
  .uvodniki .counter-text .fs23 {
    font-size: 15px !important;
  }
}
@media (max-width: 767px) {

  .flex, .flex-row {
    flex-direction: column;
}
.mobile-column-reverse {
    flex-direction: column-reverse;
}
.mobile-w20 {
    width: 20%;
}
.mobile-w25 {
    width: 25%;
}
.mobile-w30 {
    width: 30%;
}
.mobile-w35 {
    width: 35%;
}
.mobile-w40 {
    width: 40%;
}
.mobile-w45 {
    width: 45%;
}
.mobile-w50 {
    width: 50%;
}
.mobile-w60 {
    width: 60%;
}
.mobile-w70 {
    width: 70%;
}
.mobile-w80 {
    width: 80%;
}
.mobile-w90 {
    width: 90%;
}
.mobile-w100 {
    width: 100%;
}

  .mobile-mLR30 {
    margin-left: 30px;
    margin-right: 30px;
  }
  .mobile-pos-init {
    position: initial;
    transform: none;
  }
  .mobile-text-center {
    text-align: center;
  }
  .mobile-full-w50 {
    width: 50% !important;
  }
  .mobilePad20 {
    padding: 20px;
  }
  .cijena-darilo {
    margin-left: auto;
    margin-right: auto;
  }
  .mobile-fullWidth {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
  .okvir-kvacica-li::before { 
    width: 14px;
    height: 13px;
  }
  .mobile-fullWidth .mobile-w100.mLR30 {
    width: calc(100% - 60px) !important;
  }
  .mobile-fullWidth .mobile-w100.mLR45 {
    width: calc(100% - 90px) !important;
  }
  .info-graphic, .info-graphic-six {
    width: calc(50% - 6px);
    margin-bottom: 12px;
  }
  .mobile-mt0 {
    margin-top: 0;
  }
  .mobile-mt40 {
    margin-top: 40px;
  }
  .mobile-mb20 {
    margin-bottom: 20px;
  }
  .mobile-mb40 {
    margin-bottom: 40px;
  }
  .mobile-mb50 {
    margin-bottom: 50px;
  }
  .mobile-grid-2 .grid {
    width: 50%;
    margin-bottom: 0;
  }
  .mobile-img-fullLeft img.mobile {
    width: calc(100% - 40px) !important;
    margin-left: 0;
  }
.mobile-mt-m50 {margin-top: -50px;}
.mobile-w90 {
  width: 90%;
  margin: 0 auto;
}
  .br-left {
    padding-right: 10px;
  }
  .uvodniki .fs18 {
    font-size: 16px !important;
    line-height: 24px;
  }
  .uvodniki .mobile-fs16 {
    font-size: 16px !important;
  }
  .uvodniki .mobile-fs18 {
    font-size: 18px !important;
  }
  .uvodniki .mobile-fs20 {
    font-size: 20px !important;
  }
  .uvodniki .mobile-fs21 {
    font-size: 21px !important;
  }
  .uvodniki .mobile-fs22 {
    font-size: 22px !important;
  }
  .uvodniki .mobile-fs30 {
    font-size: 30px !important;
  }
  .uvodniki .fs28 {
    font-size: 22px !important;
    line-height: 25.4px;
  }
  .uvodniki .fs30 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .mobile-light-pink2-bg {
    background: #F8DDDF;
  }
  .mobile-pink-bg {
    background: #E9989E;
  }
  .uvodniki .mobile-white-text {
    color: #fff;
  }
  .uvodniki .mobile-dark-grey-text {
    color: #4A4A4A;
  }
.bottom-img {
  width: 45%;
}
  .mt-22 {
    margin-top: -22px;
  }
  .info-icons {
    padding: 30px 0;
  }
  .info-icon:not(:last-of-type) {
    margin-right: 0;
  }
  .info-icon {
    padding: 10px 0;
  }
  .mobile-pad0 {
    padding: 0;
  }
  .prod-naziv {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    min-height: 50px;
  }
  .mobile-padLR5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .uvodniki .panel-heading h4 {
    font-size: 14px !important;
    font-weight: 700;
    line-height: 16.8px;
    text-align: left;
  }
  .uvodniki .panel-heading h4 a {
    padding: 10px 20px;
  }
  .uvodniki .panel-body {
    padding: 10px 20px;
  }
  .uvodniki .panel-body p, .uvodniki .panel-body li {
    font-family: Barlow;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
  }
  .uvodniki .panel-heading h4 a::after {
    content: "";
    width: 19px;
    height: 11px;
  }
  .uvodniki .panel-title span {
    width: calc(100% - 19px);
  } 
  .bottom-right {
    margin-left: 30px;
    width: calc(65% - 30px);
  }
  .bottom-img {
    width: 35%;
  }
  .mobile-pt0 {
    padding-top: 0;
  }
  .mobile-pb0 {
    padding-bottom: 0;
  }
  .mobile-pb20 {
    padding-bottom: 20px;
  }
  /* STARI */
  .col-half {
    margin-right: 0;
  }
  .mobile-mb30 {
      margin-bottom: 30px !important;
  }
  .uvodniki .noviH1 {
    text-align: left;
  }
  .mobile-absolute {
    position: absolute;
  }
  .mobile-initial {
    position: initial;
  }
  .mobile-w60px {
    width: 60px;
  }
  .mobile-mr0 {
    margin-right: 0;
  }
  .mobile-w100 {
    width: 100% !important;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .border-bottom-text::after { 
    width: calc(100% + 20px);
    left: -10px;
    right: -10px;
    bottom: 0;
  }
  .mobile-align-center {
    align-items: center;
  }
  .mobile-align-flex-end {
    align-items: flex-end;
  }
  .uvodniki .noviH1 {
    font-size: 32px !important;
  }
  .uvodniki .noviH2 {
    font-size: 24px;
  }
  .uvodniki .noviH3 {
    font-size: 21px;
  }
  .uvodniki .noviH4 {
    font-size: 18px;
  }
  .uvodniki .noviP {
    font-size: 14px;
  }
  .mobile-mb0 {
    margin-bottom: 0;
  }
  .mobile-mb15 {
    margin-bottom: 15px;
  }
  .mobile-mt10 {
    margin-top: 10px;
  }
  .mobile-mt20 {
    margin-top: 20px;
  }
  .mobile-mt30 {
    margin-top: 30px;
  }
  .mobile-mt50 {
    margin-top: 50px;
  }
  .background-btn {
    font-size: 12px;
    width: 130px;
    padding: 10px;
    text-align: center;
  }
  .border-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
  .full-frame.mLR-30, .bg-padd.mLR-30 {
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
  }
  .mobile-w40px  {
    width: 40px;
  }
  .uvodniki .pMali {
    font-size: 5px;
  }
  .uvodniki .pMali.autor {
    font-size: 10px;
    margin-bottom: 0;
  }
  #countdown {
    font-size: 60px !important;
    line-height: normal !important;
  }
  #countdown span {
    width: 80px;
  }
  .mobile-flex-wrap {
    flex-wrap: wrap;
  }
  .mobile-h80px {
    height: 80px !important;
  }
  .mobile-h80px img {
    height: 100%;
  }
  .prod-name {
    font-size: 14px !important;
    height: 51px;
  }
  .prod-opis {
    font-size: 9px !important;
  }
  .cel-cijena {
    font-size: 14px !important;
  }
  .gumb-head {
    background-color: #000;
    padding: 10px;
    width: 110px;
    font-size: 14px !important;
    color: #fff;
    text-align: center;
}
.gumb-head.white {
  color: #000 !important;
}
.bg-padd {
  padding-bottom: 100px;
}
.mt-150 {
  margin-top: -50px;

}
.overflow-scroll .mobile-w50 {
  flex: 0 0 50%;
}
.mobile-bottom100 {
  bottom: 100px !important;
}
.cel-posto {
  font-size: 17px;
  width: 64px;
  height: 64px;
}
.mobile-column-reverse {
  flex-direction: column-reverse;
}
.uvodniki .author-name {
  font-size: 20px;
}
.uvodniki .review-text {
  font-size: 16px;
}
.uvodniki .review-date {
  font-size: 16px !important;
}
.quote-slider:after {
  width: 104px;
  height: 68px;
}
.quote-slider .slick-dots {
  bottom: -20px !important;
  justify-content: space-between;
  padding: 0;
}
.quote-slider .slick-slide {
  padding: 0 !important;
}
.quote-slider .slick-dots li {
  width: 17px;
}

.mobile-mt-min400 {margin-top: -400px;}

.poklon-top{margin-top:-30px;}
.poklon-bottom {margin-bottom:-80px;}

}
.information-information-47 #page-title, .information-information-46 #page-title {
  display: none;
}

h4 {

font-size: 20px;
font-weight: 700;
line-height: 24px;
text-align: left;
margin-top: 20px;
 }


/* SPF2024 */

.spf-nadnaslov {
  color: #4A4A4A !important;
font-family: Barlow;
font-size: 26px;
font-style: normal;
font-weight: 400 !important;
line-height: 32px;
letter-spacing: 0.26px;}

.underline {text-decoration: underline;}

.spf-podnaslov {
color: #D1A56E;
font-family: Barlow;
font-size: 23px;
font-style: normal;
font-weight: 800;
line-height: 32px;
letter-spacing: 4.6px;
text-transform: uppercase;

}
.w350 {max-width: 370px;}

.spf-ispod {
  color: #4A4A4A;
font-family: Barlow;
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.66px;
}

.uvodniki .kvacica-list-x p {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #4A4A4A;
  line-height: 21.6px;
}
.kvacica-list-x p > span {
  width: calc(100% - 30px);
}
.uvodniki .kvacica-list-x p:before {
  content: "";
  width: 20px;
  height: 17px;
  background: url("https://webshop.afroditacosmetics.com/img/kvacica-x.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.uvodniki .kvacica-list-zelena p {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #4A4A4A;
  line-height: 19px;
}
.kvacica-list-zelena p > span {
  width: calc(100% - 30px);
}
.uvodniki .kvacica-list-zelena p:before {
  content: "";
  width: 20px;
  height: 17px;
  background: url("https://webshop.afroditacosmetics.com/img/kvacica-zelena.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.bg-sivo-rounded {
  border-radius: 10px;
  background: #F5F5F5;
  
}

.spf-padding {padding: 30px 50px;}

.spf-sand-bg {
  background: #F5F1E6;
}

.mt120 {margin-top: 120px;}
.mb120 {margin-bottom:120px;}

.img-cover {height: 100%;
  object-fit: cover;}
.line-140 a {line-height: 140% !important;margin-top: 13px;
  margin-bottom: 13px;}
