@charset "utf-8";

.q10805.strike-through-price { display: block; text-align: center; flex-wrap: wrap; margin: 5px 0px; }

.q10805.strike-through-price .price { margin-right: 10px; text-decoration: line-through; }

.q10805.strike-through-price .tool-tip { padding: 0px; }

.q10805.strike-through-price .tool-tip .bubble { word-break: break-word; }

.q10805.strike-through-price .tool-tip .bubble .stp-title { padding-bottom: 6.5px; border-bottom: 1px solid rgb(204, 204, 204); }

.q10805.strike-through-price .tool-tip .bubble .stp-des { padding-top: 6.5px; font-weight: normal; font-size: 12px; line-height: 15px; }

.q10805.strike-through-price .price { margin-right: 0px; }

body.gaming-theme-black .q10805 .tool-tip svg { fill: cyan; }

body.gaming-theme-black .q10805 .tool-tip .bubble { background-color: black; border: 1px solid rgb(74, 88, 99); }

body.gaming-theme-black .q10805 .tool-tip .popup { color: white; }

body.gaming-theme-black .q10805 .tool-tip .popup::before { border-color: rgb(74, 88, 99); }

body.gaming-theme-black .q10805 .tool-tip .popup::after { border-color: black; top: -6px; }

.q10805 .tool-tip { padding-left: 5px; padding-bottom: 3px; align-items: center; justify-content: center; vertical-align: middle; cursor: pointer; position: relative; display: inline-flex !important; }

.q10805 .tool-tip svg { height: 14px; width: 14px; fill: rgb(13, 92, 145); }

.q10805 .tool-tip .popup { visibility: hidden; opacity: 0; position: absolute; text-align: left; transform: translateX(-50%); transition: opacity 0.1s; top: -9999px; left: -9999px; z-index: 9999; height: 0px; width: max-content; }

.q10805 .tool-tip .popup::before { content: ""; display: inline-block; border-bottom: 16px solid white; border-right: 16px solid white; transform: rotate(-45deg); position: absolute; left: calc(50% - 10px); top: -8px; box-shadow: rgba(0, 0, 0, 0.5) 2px 0px 8px; }

.q10805 .tool-tip .popup::after { content: ""; display: inline-block; border-bottom: 16px solid white; border-right: 16px solid white; transform: rotate(-45deg); position: absolute; left: calc(50% - 10px); top: -8px; }

.q10805 .tool-tip .popup .bubble { position: relative; border-radius: 4px; background: 0px 0px no-repeat padding-box padding-box rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.5) 2px 0px 8px; max-width: 209px; width: auto; min-width: 100px; padding: 10px 9px 15px 10px; font-size: 14px; line-height: 17px; font-weight: bold; }

.q10805 .tool-tip-hover .popup { opacity: 1; height: auto; visibility: visible; }