/* wishlist */
.rmvwishlist.active i{
    color:red !important;
    animation:fa-beat 5s ease;
}
.wishlist.active i{
    color:red !important;
    animation:fa-beat 5s ease;
}
@keyframes fa-beat {
    0% {
        transform:scale(1);
    }
    5% {
        transform:scale(1.25);
    }
    20% {
        transform:scale(1);
    }
    30% {
        transform:scale(1);
    }
    35% {
        transform:scale(1.25);
    }
    50% {
        transform:scale(1);
    }
    55% {
        transform:scale(1.25);
    }
    70% {
        transform:scale(1);
    }
}
.rmvcompare.active i{
    color:#71ba4d;
}
.searchproductlist{
    margin:0px;
    padding-left: 0px!important;
}
.searchproductlist li{
    display:block;
    padding:5px 10px;
}
#searchInfo{
    position: absolute;
}
.deliveryinfo{
    font-size: 16px;
    line-height: unset;
    margin-top: 50px;
    padding:20px 40px;
    background: whitesmoke;
    color: black;
    text-align: center;
}
.deliveryinfo span{
    font-weight: bold;
}

.check_mark {
    width: 80px;
    height: 130px;
    margin: 0 auto;
}

button {
    cursor: pointer;
    margin-left: 15px;
}

.hide{
    display:none;
}

.sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
}

.sa-icon.sa-success {
    border-color: #4CAF50;
}

.sa-icon.sa-success::before, .sa-icon.sa-success::after {
    content: '';
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sa-icon.sa-success::before {
    -webkit-border-radius: 120px 0 0 120px;
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}

.sa-icon.sa-success::after {
    -webkit-border-radius: 0 120px 120px 0;
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0px 60px;
    transform-origin: 0px 60px;
}

.sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(76, 175, 80, .5);
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}

.sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: white;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}

.sa-icon.sa-success {
    border-color: transparent\9;
}
.sa-icon.sa-success .sa-line.sa-tip {
    -ms-transform: rotate(45deg) \9;
}
.sa-icon.sa-success .sa-line.sa-long {
    -ms-transform: rotate(-45deg) \9;
}

.animateSuccessTip {
    -webkit-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong 0.75s;
    animation: animateSuccessLong 0.75s;
}

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}
@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}
@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

.sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #4CAF50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}

.sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}
@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}


/*Loader spinner*/
.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loader {
    color: #222222;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}
.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 3.5em;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
/*ratings*/
.rate-select-layer{
    color:#ffa200;
}
.rate-base-layer{
    color: #dddddd;
}
.rate{
    font-size: 36px;
}
/*variants*/
.variants{
    margin-bottom:20px;
}
.variant-master{
    font-size: 18px;
    color: #222323;
    font-weight: bold;
    margin-top:10px;
}
.variant-filter{
    display:inline-block;
    padding: 5px 10px;
    border: 1px solid #cfcfcf;
    margin-right: 5px;
    cursor: pointer;
}
.variant-filter.active{
    border: 1px solid #1071ba;
}

.variant-filter.noactive{
    border-style:dashed;
    color:#cfcfcf;
    border-color:#cfcfcf;
    cursor: inherit;
}

/*Price slider filter*/
#priceslider{
    margin-top: 50px;
}
.noUi-connect{
    background: #1071ba;
}
.noUi-handle{
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    background: #FFF;
    cursor: default;
}
.noUi-handle:before{
    left: 9px;
    display:none;
}
.noUi-handle:after{
    left: 14px;
    display:none;
}
.noUi-horizontal .noUi-handle{
    width:28px;
}
.noUi-tooltip{
    font-size:10px;
    border:0px;
    box-shadow: 0px 0px 2px #00000026;
    background: #f5f5f5;
}
.noUi-touch-area:focus,.noUi-touch-area:active{
    border:0px !important;
    background:whitesmoke;
}

/*attributes*/
.attribute img{
    height: 40px;
    display:inline-block;
    margin-right:10px;
}
/*GDPR*/
.cookiepolicy{
    background-color: rgb(255 255 255);
    color: rgb(34 34 34);
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    padding: 15px;
    z-index: 9999;
    box-shadow: 0px 0px 5px;
}
.cookiepolicy .row:before{
    content: " ";
    width: 170px;
    height: 170px;
    background: url(../images/cookies.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    bottom: -60px;
    opacity: 0.1;
}
#cookiereadmore{
    color: #6abc45;
    padding: 5px 20px;
    background: #ffffff;
    border: 1px solid #6abc45;
    margin-right: 10px;
}
#setcookie{
    color: #ffffff;
    padding: 5px 20px;
    font-weight: bold;
    background: #6abc45;
    border: 1px solid #6abc45;
}
#setcookie:hover{
    color: #6abc45;
    padding: 5px 20px;
    font-weight: bold;
    background: #fff;
    border: 1px solid #6abc45;
}
.cookiepolicy-txt{
    font-size: 12px;
}
.cookiepolicy-chk{
    font-size: 12px;
    border: 1px solid #d2d2d2;
    padding: 10px;
    text-align: center;
}
.cookiepolicy-chk label{
    margin-bottom:0px;
    margin-right:10px;
    margin-top: 5px;
}
.cookiepolicy-chk label:last-child{
    margin-right:0px;
}
.cookiepolicy-chk span{
    position: relative;
    top: -3px;
    margin-left: 5px;
}
.cookiepolicy-btns{
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
}

.cookiepolicy-moreinfo{
    display:none;
    border-top: 1px solid #d2d2d2;
    margin-top: 20px;
    padding: 10px 0px;
    font-size: 12px;
}
.cookiepolicy-moreinfo ul{
    margin:0px;
    padding:0px;
}
.cookiepolicy-moreinfo ul li{
    display:block;
    padding: 5px 0px;
    border-bottom: 1px solid #d2d2d2;
    cursor:pointer;
}
.cookiepolicy-moreinfo ul li:hover{
    color:#6abc45;
}
.cookiepolicy-moreinfo ul li:last-child{
    border-bottom: 0px;
}
.cookiepolicy-moreinfo ul li.active:before{
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    display: inline-block;
    position: absolute;
    font-weight: 900;
    left: 0px;
}
.cookie-hidden{
    display:none;
}
.cookie-hidden.active{
    display:block;
}
/*discount*/
.discountsticker{
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #ca0b0a;
    border-radius: 50%;
    font-size: 0.8em;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
}
.ratings{
    margin: 15px 0px;
    padding: 15px 15px;
    background: whitesmoke;
}
.ratings p{
    padding:0px !important;
}

/*Stickers on products*/
.stickers{
    position: absolute;
    right: 20px;
    width: 300px;
    top: 60px;
    text-align: right;
}
.productsticker{
    display: inline-block;
}
.productsticker img{
    height:70px;
}
.coundown{
    display:block;
    width:100%;
    text-align: center;
}
.coundown{
    display:block;
}
.coundown span{
    display:block;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}
.coundown .number{
    display:inline-block;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-right:10px;
}

/*Promotions*/
.btmline{
    display: inline-block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px;
    margin-bottom: 10px;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
}
.m-b-30{
    margin-bottom: 30px;
}
.removepromocode{
    margin-left:30px;
    background: #ba7610;
    color: white;
    padding: 3px 8px 4px 8px;
}
.paymentinfo{
    margin-bottom:20px;
}
.paymentinfo li{
    display:block;
}
.form-group iframe{
    height:40px;
}
.packet{
    font-size: 18px;
    margin-bottom:10px;
}
.packet .price{
    font-weight: bold;
    color: green;
}
.quantitysale{
    font-size: 14px;
    text-transform: unset;
}
.salemix-image img{
    max-width: 100%;
}
.salemix-list{
    display:inline;
}
.salemix-list li{
    margin: 0px 5px 0px 0px;
}
.salemix-list li:first-child{
    margin-left:0px;
}
.salemix-list li:after{
    content: "+";
    margin: 0px 0px 0px 5px;
}
.salemix-list li:last-child:after{
    content: "=";
}
.pricemix{
    display:inline;
}
.salemix{
    margin-bottom:10px;
}
.salemix-box{
    margin-bottom:5px;
}
.freeproduct{
    background: #ca0d0b;
    padding: 1px 4px;
    color: white;
    border-radius: 1px;
    position: absolute;
    font-size: 9px;
    top: -10px;
    /* left: -20px; */
    margin-left: -84px;
}
.swal2-footer{
    display:block !important;
}
.swal2-footer .slick-prev,.swal2-footer .slick-next{
    height: 40px;
    width: 40px;
}

@media (max-width: 468px) {
    .swal2-actions button{
        font-size: 14px !important;
        padding: 5px 15px !important;;
    }
    .swal2-footer{
        border-top: 1px solid #c1c1c1 ;
    }
}



/* Stil za polje za pretragu */
#productSearch {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Stil za kontejner rezultata pretrage */
#searchInfo {
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 300px;
    width: 440px;
    max-width: 500px;
    z-index:99999;
    background-color: white;;
}



/* Stil za kontejner rezultata pretrage */
#searchInfo2 {
    position: absolute;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow-y: auto;
    z-index:99999;
    background-color: white;;
}


/* Stil za svaki pojedinačni rezultat */
.search-item {
    padding: 10px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.search-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
}

.search-item h4 {
    margin: 0;
    font-size: 16px;
}

.search-item p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #666;
}
