@font-face {
  font-family: Taz;
  src: url(https://showcase.24sata.hr/kruno/native-premium/fonts/tazr.otf);
}


*{
    margin: 0;
    padding: 0;
}

html,
body{
    width: 100%;
    height: 100%;
    background: #fff;
    font-family: Taz;
    font-weight: normal;
}

.parfemi{
    width: 100%;
    margin: 0 auto;
    max-width: 1024px;
}

i{
    color: #fff;
}

.parfem{
    position: relative;
    padding: 0;
    text-align: center;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    outline: none;
    cursor: pointer;
    transition: transform .3s linear;
}

.parfem img{
    width: 100%;
}

.big{
    transform: scale(1);
}

.title{
    padding-top: 1rem;
    font-size: 2rem;
    color: #000;
    width: 100%;
    pointer-events: none;
    text-align: center;

}

.wrap{
    outline: none;
    
}

.ikonke{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    max-width: 320px;
    height: 60px;
    background: #bf74c0;
    border-radius: 22px;
    opacity: 0;
    pointer-events: none;
    transition: all .4s linear;
    overflow: hidden;
    -webkit-box-shadow: 0px 6px 10px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 6px 10px 2px rgba(0,0,0,0.15);
    box-shadow: 0px 6px 10px 2px rgba(0,0,0,0.15);
}

.shareico{
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scale(1);
    background: #bf74c0;
    border-radius: 50%;
    color: #fff;
    pointer-events: none;
    transform-origin: 50% 50%;
    transition: all .4s ease-in-out;
}

.hidden{
    opacity: .6;
    transform: translateX(-50%) scale(.5);
}

.shareico .fas{
    line-height: 80px;
}

.show{
    opacity: 1;
    pointer-events: auto;
    width: 100%;
}

.ikona{
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 16px;
    margin: 0;
    border: none;
    outline: none;
    cursor: pointer;
}

.icoimg{
    padding: 0;
}

.slick-prev, .slick-next{
    width: 60px;
    height: 60px;
    z-index: 10;
}

.slick-prev:before, .slick-next:before{
    color: #ea468f;
    font-size: 60px;
}



.viber,
.watsapp{
    display: none;
}

.show{
    width: 60%;
}

.slick-next{
    right: 20px;
}

.slick-prev{
    left: 20px;
}

.pink{
    color: #ea468f;
    font-weight: 700;
}

.strike{
    text-decoration: line-through;
}

a{
    color: #000;
    text-decoration: none;
    border: none;
    outline: none;
}

.btlink{
    background: #ea468f;
    border: none;
    outline: none;
    margin-top: 1rem;
    padding: .8rem 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
    
}


p{
    padding-top: .2rem;
    font-size: 1.1rem;
}

@media screen and (max-width: 670px){
    .mail{
        display: none;}
        .slick-prev, .slick-next{
            width: 40px;
            height: 40px;
            z-index: 10;
        }
        
        .slick-prev:before, .slick-next:before{
            color: #ea468f;
            font-size: 40px;
        }
        .viber,
.watsapp,
.fcbmsg{
    display: inline-block;
}

.show{
    width: 100%;
}
.title{
    font-size: 1.2rem;
}
.parfem{
    height: 800px;
}
}