@charset "utf-8";
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
        url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
        url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
        url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
        url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Light'), local('Montserrat-Light'), url('../fonts/mont/Montserrat-ExtraLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'), url('../fonts/mont/Montserrat-ExtraLightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat'), local('Montserrat'), url('../fonts/mont/Montserrat-Light.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Italic'), local('Montserrat-Italic'), url('../fonts/mont/Montserrat-LightItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Text'), local('Montserrat-Text'), url('../fonts/mont/Montserrat-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Text Italic'), local('Montserrat-TextItalic'), url('../fonts/mont/Montserrat-Italic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url('../fonts/mont/Montserrat-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'), url('../fonts/mont/Montserrat-MediumItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('../fonts/mont/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'), url('../fonts/mont/Montserrat-SemiBoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/mont/Montserrat-Bold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url('../fonts/mont/Montserrat-BoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: 'Venus Rising';
    src: local('Venus Rising'), url('/fonts/VenusRising_rg.ttf') format('truetype');
}



:root, :host {
    --fa-style-family-classic: 'Font Awesome 6';
    --fa-font-regular: normal 400 1em/1 'Font Awesome 6'; }

@font-face {
    font-family: 'Font Awesome 6';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa/fa-regular-400.woff2") format("woff2"), url("../fonts/fa/fa-regular-400.ttf") format("truetype"); }

.far,
.fa-regular {
    font-weight: 400; }

/*light*/
:root, :host {
    --fa-style-family-classic: 'Font Awesome 6';
    --fa-font-regular: normal 400 1em/1 'Font Awesome 6'; }

@font-face {
    font-family: 'Font Awesome 6';
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url("../fonts/fa/fa-light-300.woff2") format("woff2"), url("../fonts/fa/fa-light-300.ttf") format("truetype"); }

.far,
.fa-light {
    font-weight: 300; }

/*solid*/
:root, :host {
    --fa-style-family-classic: 'Font Awesome 6';
    --fa-font-regular: normal 900 1em/1 'Font Awesome 6'; }

@font-face {
    font-family: 'Font Awesome 6';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/fa/fa-solid-900.woff2") format("woff2"), url("../fonts/fa/fa-solid-900.ttf") format("truetype"); }

.far,
.fa-light {
    font-weight: 900; }

/*brand*/
@font-face {
    font-family: 'Font Awesome 6';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa/fa-brands-400.woff2") format("woff2"), url("../fonts/fa/fa-brands-400.ttf") format("truetype"); }




 /*############################################################################## BOOTSTRAP REBOOT ##########################################################################*/
 
*, *::before, *::after {
    box-sizing: border-box;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
body {
    margin: 0;
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #2D2D2D;
    text-align: left;
    background: #ffffff;
    padding: 0;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 1em;
    margin-bottom: 1em;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: .5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b, strong {
/*    font-weight: bolder;*/
}
small {
    font-size: 80%;
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
a {
    color: #7a7a7a;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #7a7a7a;
    text-decoration: underline;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
pre, code, kbd, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px solid #cccccc;
}
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
select {
    word-wrap: normal;
}
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: url("/images/cursor.png"), pointer;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
.link-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
}

/*############################################################################## SUPER GLOBAL (no changes needet) ##########################################################################*/

* {
    position: relative;
}

form {
    margin: 0;
    padding: 0;
}
a, button, input[type=button] {
    text-decoration: none;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border: none;
}
a:hover {
    text-decoration: none;
}
label {
    cursor: pointer;
    width: 100%;
    display: block;
}
img {
    border: 0;
}
.iframe-body {
    background-color: transparent;
}
#remind_password {
    overflow: auto;
    display: none;
}
input:-webkit-autofill, input:-webkit-autofill:focus {
    box-shadow: 0 0 0 1000px white inset;
    -webkit-text-fill-color: #333;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
    list-style-position: inside;
    text-align: left;
}
i {
    font-style: normal;
}
input[type=checkbox], input[type=radio] {
    display: none;
}

h1 {}
.is-hidden {
    display: none !important;
}
.invisible {
    height: 0!important;
    opacity: 0;
}
.massage-box-wrapper {
    width: 100%;
}
.message-box {
    margin: 20px 0;
}
.message-box:empty {
    display: none;
}
.message-error-box,
.messages-success-box,
.massage-box {
    clear: both;
    overflow: auto;
    position: relative;
    margin: 15px 0;
    width: 100%;
    display: flex;
    align-items: center;
}
.message-error-box::before,
.messages-success-box::before {
    font-family: 'Font Awesome 6';
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 14px;
    margin-right: 10px;
}

.message-error-box {
    background-color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #CF4435;
}
.message-error-box::before {
    content: "\f30f";
    color: #CF4435;

}
.messages-success-box {
    background-color: #ffffff;
    font-weight: 800;
    font-size: 14px;
    color: #00B897;
}
.messages-success-box::before {
    content: "\f14a";
    color: #00B897;
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.messages-preloader {
    position: relative;
    margin: 5px auto;
    height: 20px;
    width: 20px;
    -webkit-animation: spin 2s infinite steps(8);
    animation: spin 2s infinite steps(8);
}
.messages-preloader::before {
    content: "\f110";
    font-family: 'Font Awesome 6';
    font-size: 20px;
    line-height: 20px;
}
.spinner {
    position: relative;
}
.spinner::before {
    font-family: "FontAwesome";
    content: "\f110";
    position: absolute;
    -webkit-animation: spinner 2s infinite linear;
    animation: spinner 2s infinite linear;
    left: 2px;
    top: 12px;
}
i.spinner {
    font-size: 22px;
    padding-left: 0;
    width: 25px;
    height: 25px;
    position: absolute;
    background-color: transparent;
    z-index: 1000;
}
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.required::before {
    content: "*";
    color: #CD4144;
}
select.required,
select.input-required,
.nice-select.required,
select.input-required + .nice-select,
input.required,
input.input-required,
input.input-required + .label-check:before{
    border: 2px solid #CD4144 !important;
}
.back-top {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 48px;
    position: fixed;
    right: 90px;
    bottom: 60px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 300;
    box-shadow: 0 0 16px rgb(0 0 0 / 16%);
    border-radius: 50%;
    cursor: pointer;
    transition: 0.5s all ease;
}
.back-top::before {
    font-family: 'Font Awesome 6';
    content: "\f176";
    font-size: 20px;
    line-height: 20px;
    color: #000000;
}
#login-div {
    position: absolute;
    display: none;
    top: 50px;
    left: 0;
    z-index: 1000;
}
#login-frame {
    width: 100%;
    height: 480px;
}
#popup-div {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
#popup-div iframe {
    width: 100%;
    height: 100%;
}

/* .label-radio, .label-check */
.label-radio, .label-check {
    cursor: url("/images/cursor.png"), pointer;
    display: flex;
    align-items: center;
    text-align: left;
    margin: 0;
}

.label-check:before, .label-radio:before {
    font-size: 10px;
    font-weight: 900;
    font-family: 'Font Awesome 6';
    display: block;
    width: 20px;
    height: 20px;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.label-check:before {
    content: '\f0c8';
}
input:checked + .label-check:before {
    content: '\f0c8';
}
.label-radio:before {
    content: '\f192';
}
input:checked + .label-radio:before {
    content: '\f192';
}

/**/

.badge.nd::before {
    content: ""attr(data-type-d) "";
}
.badge.r::before {
    content: ""attr(data-type-r) "";
}
.badge.nr::before {
    content: ""attr(data-type-r) "";
}

.banner-zoom {
    overflow: hidden;
}
.banner-zoom img {
    transition: transform .4s;
}
.banner-zoom img:hover {
    transform: scale(1.1);
}
.js-ataka-product-slide {
/*    -webkit-transition: all .5s ease;
    transition: all .5s ease;*/
    left: 0;
}
.js-ataka-product-slider:hover .js-ataka-product-slider-button {
    opacity: 1;
}
.js-ataka-product-slider:hover .js-ataka-product-slider-button.prev {
    left: 0px;
}
.js-ataka-product-slider:hover .js-ataka-product-slider-button.next {
    right: 0;
}
.infinite {
    width: 100%;
    height: 50px;
    white-space: nowrap;
    position: fixed;
    bottom: 0 !important;
    left: 0;
    z-index: 100;
    background-repeat: repeat-x;
    background-color: #624089;
    background-position: 0 center;
    /*display: none;*/
}
.infinite-text {
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    animation: animate 15s linear infinite;
    font-size: 32px;
    height: 100%;
    align-items: center;
}
.infinite-text:hover {
    animation-play-state: paused;
}
.infinite .infinite_close {
    top: -50px;
    padding: 0;
    width: 27px;
    height: 27px;
    right: 10px;
}
.infinite .infinite_close::before {
    background: none;
}
@keyframes animate {
    from {
        left: 0;
    }
    to {
        left: -1215px;
    }
}
.icon-close {
    /* width: 48px; */
    /* height: 48px; */
    background-color: #c6c6c6;
    display: block;
    position: relative;
    cursor: pointer;
    /* top: 0px; */
    /* right: 20px; */
}
.icon-close::after {
    font-family: "FontAwesome";
    content: "\f00d";
    font-size: 24px;
    color: #ff0101;
    /* width: 16px; */
    /* height: 16px; */
    background-color: #e4e4e4;
    position: absolute;
    top: -100px;
    right: 20px;
    /* display: flex; */
    padding: 0 10px;
}
.slide-panel {
/*    z-index: 500;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    position: fixed;
    visibility: hidden;
    opacity: 1;*/
}
.slide-panel-body {
    background-color: transparent;
}
.slide-panel-right, .slide-panel-left {
    width: 450px;
    height: 100%;
}
.slide-panel-right {
    right: -1000px;
}
.slide-panel-left {
    left: -1000px;
}
.slide-panel-top, .slide-panel-bottom {
    width: 100%;
    height: 100%;
}
.slide-panel-top {
    top: -1000px;
}
.slide-panel-bottom {
    bottom: -1000px;
}
.slide-panel-back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .6);
    -webkit-transition: opacity .25s ease, visibility 0.25s ease;
    transition: opacity .25s ease, visibility 0.25s ease;
}
.slide-panel-wrapper {
    width: 100%;
}
.slide-panel form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.slide-panel-close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: url("/images/cursor.png"), pointer;
    display: flex;
    align-items: center;
    padding: 10px 50px 10px;
    font-size: 18px;
    font-weight: normal;
    height: 75px;
}
.slide-panel-close::before, .slide-panel-close::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 20px;
    color: #F00;
    display: inline-block;
    margin-top: -1px;
    width: 15px;
    height: 2px;
    background-color: currentColor;
    -webkit-transition: background-color .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out, -webkit-transform .2s ease-in-out;
    font-size: 30px;
    font-weight: 700;
}
.slide-panel-close:hover::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.slide-panel-close:hover::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.slide-panel-close-secondary {
    float: right;
    margin-left: 20px;
    color: #FF0000;
    cursor: url("/images/cursor.png"), pointer;
    z-index: 500;
}
.slide-panel-close-secondary:before {
    font-family: "FontAwesome";
    content: "\f2d3";
    padding: 10px;
    cursor: url("/images/cursor.png"), pointer;
}
.question {
    cursor: url("/images/cursor.png"), pointer;
    margin-top: -17px;
    height: 19px;
    padding: 4px;
    position: relative;
    overflow: visible;
}
.question::after {
    content: "\f059";
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #160e20;
    margin-left: 5px;
}
.question:hover .bubble-box {
    visibility:visible;
    opacity: 1;
}
.bubble-box {
    position: absolute;
    width: 180px;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    border-radius: 10px;
    overflow: visible;
    -moz-box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.3);
    bottom: 5px;
    right: -83px;
    transition: visibility 0s, opacity 0.5s linear;
    /* display: none; */
    visibility: hidden;
    opacity: 0;
}
.bubble-box::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: calc(50% - 15px);
    display: block;
    width: 0;
    border: 10px solid transparent;
}

/*slider for product box ========================================================================================================*/
.ataka-product-slide {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    left: 0;
}
.ataka-product-slider-button {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    cursor: pointer;
    color: #000;
    border: none;
    /* padding: 5px; */
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    z-index: 120;
    width: 60px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ataka-product-slider-button:hover {
    color: #ffffff;
    outline: none;
    transition: 0.5s all ease;
    background-color: rgba(0, 0, 0, 0.15);
}
.ataka-product-slider-button.disabled {
    /* color: #DCDCDC; */
}
.ataka-product-slider-button:before {
    font-family: 'FontAwesome';
    font-size: 24px;
}
.ataka-product-slider-button.prev {
    left: -30px;
    opacity: 0;
    border-left: #f4f4f4 10px solid;
}
.ataka-product-slider-button.next {
    right: -30px;
    opacity: 0;
    border-right: #f4f4f4 8px solid;
}
.ataka-product-slider-button.prev::before {
    padding: 15px;
    content: '\f104';
}
.ataka-product-slider-button.next::before {
    padding: 15px;
    content: '\f105';
}
.ataka-product-slide, .ataka-product-slide.center {
    left: 50px;
}
.ataka-product-slide.left {
    left: -1440px;
}
.ataka-product-slide.right {
    left: 1440px;
}

input:focus,
textarea:focus,
select:focus{
    outline: 1px solid #00B897;
    margin-right: 1px;
}

.is-question {
    outline: 1px dotted red !important;
    border: 1px solid transparent !important;
/*    z-index: 99;*/
}
.is-question-mark::before {
    font-family: 'Font Awesome 6';
    content: '\f059';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    cursor: pointer;
    color: #ffffff;
    background: red;
    box-shadow: 1px 1px #000000;
    border-radius: 50%;
    position: absolute;
    left: 5%;
    top: 5%;
    z-index: 10;
    cursor: pointer;
}

/* временно отключенные блоки */

.index-spec-box-product-rate,       /* рейтинг на главной */
.index-cat-prod-product-rate,       /* рейтинг в товарах категорий на главной */
.index-lvw-box-product-rate,         /* рейтинг в товарах «уже просматривали» на главной */
.owner-hits-box-product-rate,        /* рейтинг в товарах категорий шаблона owner */
.category-main-hits-product-rate,    /* рейтинг в товарах-хитах категории */
.category-product-rate,               /* рейтинг в товарах категории и списках на этой основе */
.product-rate,                       /* рейтинг в товаре */
.product-similar-item-rate,              /* рейтинг в связанных товарах шаблона товара */
.shopping-cart-similar-item-rate,        /* рейтинг в списке похожих товаров в корзине */
.wishlist-product-rate,              /* рейтинг в списке отложенных/избранных в мобильном шаблоне */
.as-gift-block-product-rate             /* рейтинг в товаре в форме «хочу подарок» */
{
    display: none !important;
}