/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/
/* Examples (uncomment to use):*/
/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */
/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }
/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
.stickers .sticker_eksklyuziv
{
   background-color: #ff0000;
}
@keyframes bounce {
    0%,100% {
        transform:rotate(-10deg) scaleY(.95);
        top:0;
        left:-2px
    } 10% {
        transform:rotate(-10deg) scaleY(.85)
    } 15% {
        transform:transform:rotate(0deg) scaleY(1)
    } 25% {
        transform:none;
        top:-6px;
        left:0
    } 50% {
        transform:rotate(10deg) scaleY(.95);
        top:0;
        left:2px
    } 60% {
        transform:rotate(10deg) scaleY(.85)
    } 68% {
        transform:rotate(0deg) scaleY(1)
    } 75% {
        transform:none;
        top:-6px;
        left:0
    }
}
.info_item .text-form:nth-child(2) .price_txt .svg svg {
    position: relative;
    z-index: 10;
    animation: bounce 1.1s linear infinite;
    -webkit-animation: bounce 1.1s linear infinite;
    -moz-animation: bounce 1.1s linear infinite;
    -o-animation: bounce 1.1s linear infinite;
    transform-origin: 3px 6px;
    /*-webkit-transform-origin: 62px 120px;
    -moz-transform-origin: 62px 120px;
    -o-transform-origin: 62px 120px;
    -ms-transform-origin: 62px 120px;*/
}
.main_horizontal .font_lg {
    font-weight: 500;
    margin-bottom: 24px;
}
.tab_slider_wrapp .module-pagination {
    display: none;
}


.list-type-block.item-views.items-list1.list .item .body-info .download_wrap, .list-type-block.item-views.items-list1.list .item .body-info .zoom_wrap {
    display: none;
}

.footer_bottom a:hover {
    color: var(--fill_dark_light_hover);
}

.recaptcha-fail-text {
    display: none;
    font-size: 13px;
    margin-top: 20px !important;
    text-align: center;
}

.recaptcha-fail-text a {
    font-size: 13px !important;
    color: #337ab7 !important;
}

.grecaptcha-badge {
    visibility: hidden;
}

.linked-volume__span {
    margin-left: 5px;
}

@media screen and (max-width: 567px) {
    .linked-volume__span {
        margin-left: 0;
        display: block;
    }
}