 @charset "UTF-8";:root {--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-primary: #0d6efd;--bs-secondary: #6c757d;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));}*, *::before, *::after {box-sizing: border-box;}@media (prefers-reduced-motion: no-preference) {:root {scroll-behavior: smooth;}}body {margin: 0;font-family: var(--bs-font-sans-serif);font-size: 1rem;font-weight: 400;line-height: 1.5;color: #212529;background-color: #fff;-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);overflow: hidden;}h4, h2, h1 {margin-top: 0;margin-bottom: 0.5rem;font-weight: 500;line-height: 1.2;}h1 {font-size: calc(1.375rem + 1.5vw);}@media (min-width: 1200px) {h1 {font-size: 2.5rem;}}h2 {font-size: calc(1.325rem + 0.9vw);}@media (min-width: 1200px) {h2 {font-size: 2rem;}}h4 {font-size: calc(1.275rem + 0.3vw);}@media (min-width: 1200px) {h4 {font-size: 1.5rem;}}p {margin-top: 0;margin-bottom: 1rem;}ul {padding-left: 2rem;}ul {margin-top: 0;margin-bottom: 1rem;}strong {font-weight: bolder;}a {color: #0d6efd;text-decoration: underline;}a:hover {color: #0a58ca;}img {vertical-align: middle;}label {display: inline-block;}button {border-radius: 0;}button:focus:not(:focus-visible) {outline: 0;}input, button {margin: 0;font-family: inherit;font-size: inherit;line-height: inherit;}button {text-transform: none;}button, [type=submit] {-webkit-appearance: button;}button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {cursor: pointer;}::-moz-focus-inner {padding: 0;border-style: none;}::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {padding: 0;}::-webkit-inner-spin-button {height: auto;}::-webkit-search-decoration {-webkit-appearance: none;}::-webkit-color-swatch-wrapper {padding: 0;}::file-selector-button {font: inherit;}::-webkit-file-upload-button {font: inherit;-webkit-appearance: button;}iframe {border: 0;}.discounted {color: #000;text-decoration: line-through;}.container {width: 100%;padding-right: var(--bs-gutter-x, 0.75rem);padding-left: var(--bs-gutter-x, 0.75rem);margin-right: auto;margin-left: auto;}@media (min-width: 576px) {.container {max-width: 540px;}}@media (min-width: 768px) {.container {max-width: 720px;}}@media (min-width: 992px) {.container {max-width: 960px;}}@media (min-width: 1200px) {.container {max-width: 1140px;}}@media (min-width: 1400px) {.container {max-width: 1320px;}}.row {--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display: flex;flex-wrap: wrap;margin-top: calc(var(--bs-gutter-y) * -1);margin-right: calc(var(--bs-gutter-x) * -.5);margin-left: calc(var(--bs-gutter-x) * -.5);}.row > * {flex-shrink: 0;width: 100%;max-width: 100%;padding-right: calc(var(--bs-gutter-x) * .5);padding-left: calc(var(--bs-gutter-x) * .5);margin-top: var(--bs-gutter-y);}.col-4 {flex: 0 0 auto;width: 33.33333333%;}.col-6 {flex: 0 0 auto;width: 50%;}.col-8 {flex: 0 0 auto;width: 66.66666667%;}.col-12 {flex: 0 0 auto;width: 100%;}@media (min-width: 576px) {.col-sm-5 {flex: 0 0 auto;width: 41.66666667%;}}@media (min-width: 768px) {.col-md-auto {flex: 0 0 auto;width: auto;}.col-md-6 {flex: 0 0 auto;width: 50%;}.col-md-12 {flex: 0 0 auto;width: 100%;}}@media (min-width: 992px) {.col-lg-3 {flex: 0 0 auto;width: 25%;}.col-lg-4 {flex: 0 0 auto;width: 33.33333333%;}.col-lg-5 {flex: 0 0 auto;width: 41.66666667%;}.col-lg-6 {flex: 0 0 auto;width: 50%;}.col-lg-7 {flex: 0 0 auto;width: 58.33333333%;}.col-lg-8 {flex: 0 0 auto;width: 66.66666667%;}.col-lg-12 {flex: 0 0 auto;width: 100%;}}.form-control {display: block;width: 100%;padding: 0.375rem 0.75rem;font-size: 1rem;font-weight: 400;line-height: 1.5;color: #212529;background-color: #fff;background-clip: padding-box;border: 1px solid #ced4da;-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: 0.25rem;transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}@media (prefers-reduced-motion: reduce) {.form-control {transition: none;}}.form-control[type=file]:not(:disabled):not([readonly]) {cursor: pointer;}.form-control:focus {color: #212529;background-color: #fff;border-color: #86b7fe;outline: 0;box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);}.form-control::-webkit-date-and-time-value {height: 1.5em;}.form-control::-moz-placeholder {color: #6c757d;opacity: 1;}.form-control:disabled {background-color: #e9ecef;opacity: 1;}.form-control::file-selector-button {padding: 0.375rem 0.75rem;margin: -0.375rem -0.75rem;-webkit-margin-end: 0.75rem;margin-inline-end: 0.75rem;color: #212529;background-color: #e9ecef;pointer-events: none;border-color: inherit;border-style: solid;border-width: 0;border-inline-end-width: 1px;border-radius: 0;transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}@media (prefers-reduced-motion: reduce) {.form-control::file-selector-button {transition: none;}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button {background-color: #dde0e3;}.form-control::-webkit-file-upload-button {padding: 0.375rem 0.75rem;margin: -0.375rem -0.75rem;-webkit-margin-end: 0.75rem;margin-inline-end: 0.75rem;color: #212529;background-color: #e9ecef;pointer-events: none;border-color: inherit;border-style: solid;border-width: 0;border-inline-end-width: 1px;border-radius: 0;-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}@media (prefers-reduced-motion: reduce) {.form-control::-webkit-file-upload-button {-webkit-transition: none;transition: none;}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {background-color: #dde0e3;}.form-control-sm::file-selector-button {padding: 0.25rem 0.5rem;margin: -0.25rem -0.5rem;-webkit-margin-end: 0.5rem;margin-inline-end: 0.5rem;}.form-control-lg::file-selector-button {padding: 0.5rem 1rem;margin: -0.5rem -1rem;-webkit-margin-end: 1rem;margin-inline-end: 1rem;}.form-control-color:not(:disabled):not([readonly]) {cursor: pointer;}.form-floating > .form-control:not(:-moz-placeholder-shown) {padding-top: 1.625rem;padding-bottom: 0.625rem;}.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {opacity: 0.65;transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);}.btn {display: inline-block;font-weight: 400;line-height: 1.5;color: #212529;text-align: center;text-decoration: none;vertical-align: middle;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;user-select: none;background-color: transparent;border: 1px solid transparent;padding: 0.375rem 0.75rem;font-size: 1rem;border-radius: 0.25rem;transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}@media (prefers-reduced-motion: reduce) {.btn {transition: none;}}.btn:hover {color: #212529;}.btn:focus {outline: 0;box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);}.btn:disabled {pointer-events: none;opacity: 0.65;}.accordion-header {margin-bottom: 0;}.clearfix::after {display: block;clear: both;content: "";}.visually-hidden-focusable:not(:focus):not(:focus-within) {position: absolute !important;width: 1px !important;height: 1px !important;padding: 0 !important;margin: -1px !important;overflow: hidden !important;clip: rect(0, 0, 0, 0) !important;white-space: nowrap !important;border: 0 !important;}.border-bottom-0 {border-bottom: 0 !important;}.justify-content-between {justify-content: space-between !important;}.m-0 {margin: 0 !important;}.mx-auto {margin-right: auto !important;margin-left: auto !important;}.mb-0 {margin-bottom: 0 !important;}.px-0 {padding-right: 0 !important;padding-left: 0 !important;}.pt-0 {padding-top: 0 !important;}.pb-4 {padding-bottom: 1.5rem !important;}.fw-normal {font-weight: 400 !important;}.text-center {text-align: center !important;}.bg-transparent {background-color: transparent !important;}@media (min-width: 576px) {.d-sm-block {display: block !important;}}@media (min-width: 768px) {.text-md-start {text-align: left !important;}.text-md-end {text-align: right !important;}}@media (min-width: 992px) {.justify-content-lg-start {justify-content: flex-start !important;}.justify-content-lg-end {justify-content: flex-end !important;}.justify-content-lg-between {justify-content: space-between !important;}.me-lg-0 {margin-right: 0 !important;}}@font-face {font-family: Violence;src: url(css/fonts/Violence.ttf);}@font-face {font-family: ClawMan;src: url(css/fonts/ClawMan.otf);}@font-face {font-family: Freaky;src: url(css/fonts/Freaky.ttf);}.horrorFont {font-family: Violence !important;letter-spacing: 3px !important;font-weight: 100 !important;}.crimsonFont {color: #762323;text-shadow: 1px 1px #999;}.blackFont {color: #000;text-shadow: 1px 1px #fff;}.blackFont.crimsonShadow {text-shadow: 1px 1px #cc2626;}a:hover {color: #762323;}:root {--themecolor: #e7272d;}.dark #copyrights, .dark .copyright-links a {color: #ccc;font-size: 30px;}.dark #copyrights {font-size: 18px;}.featured-container a.trailer {color: #fff;padding: 10px;border: 2px solid #fff;border-radius: 5px;background: #711414;font-size: 22px !important;display: inline-block;}.featured-container a.trailer:hover {color: #bbb;border: 2px solid #aaa;}.featured-container a i {font-size: 20px;padding-left: 10px;}.section .buySection {position: relative;padding-top: 50px;}.section a.buy, .section a.buyGift {display: inline-block;color: #711414;padding: 20px;border: 5px solid #711414;border-radius: 5px;font-size: 30px;font-weight: 700;}.section a.buy:hover {color: #b32d2d;border: 5px solid #b32d2d;}.section a.buyGift {color: #ddd;border: 5px solid #ddd;}.section a.buyGift:hover {color: #aaa;}.section a.toAccount {display: inline-block;color: #fff;padding: 15px;border: 3px solid #fff;border-radius: 5px;font-size: 20px;font-weight: 700;margin-top: 20px;}.section a.toAccount:hover {color: #aaa;border: 3px solid #aaa;}.sale-section .pbox-content p {color: #333;margin-bottom: 30px;}.sale-section .pbox-content p.disclaimer {font-size: 12px;}.sale-section .pbox-media, .sale-section .pbox-media img {margin-top: 0 !important;}.sale-section .heading-block {margin-bottom: 10px !important;}.product2-section .pbox-content p {color: #333;}.featureList .featureItem {display: block;}.featureList .featureItem .subFeature {padding-left: 70px;font-size: 18px;color: #ddd;}.featureList .featureItem i {margin-right: 5px;}.featureList .featureItem i.skullFirst {margin-left: 10px;}.featureList .featureItem i.skullBlack {color: #000;opacity: 0.2;}.featureList p.featureBold {font-style: italic;font-size: 25px;color: #eee;}.featureList p.featureBold strong {color: #fff;}.featureList span {display: inline-block;padding: 0 20px;}.featureList span img {width: 30px;}.featureList p {display: inline-block;}.featureList p.difficultyOptions {margin-top: 0;margin-left: 70px;}.featureList p.difficultyOptions strong {font-weight: 900;color: #711414;}.featureList.altList p.difficultyOptions strong {color: #000;}.review-desc {font-family: 'Andada Pro', sans-serif;color: #fff;}.review-desc p {font-style: italic;margin-bottom: 10px;font-size: 20px;text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);}.review-desc p span {font-size: 30px;color: #000;text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);}.review-desc h4 {color: #ccc;}.socials-item .menu-link {display: inline-block;padding: 39px 10px;}.socials-item .menu-link i {font-size: 20px;}.headerContent .headerButtons {position: relative;text-align: center;}.headerContent .headerButtons a, .headerContent .headerButtons span {float: left;margin-right: 10px;}.headerContent .headerButtons span {line-height: 60px;color: #777;}.headerContent .headerButtons a.preorderButton {color: #fff;padding: 10px;border: 2px solid #fff;border-radius: 5px;background: #711414;}.headerContent .headerButtons a.preorderButton:hover {color: #aaa;border: 2px solid #ccc;}.modal-wrapper {position: fixed;top: 0;width: 100%;height: 100%;z-index: 400;}.modal-overlay {position: absolute;top: 0;width: 100%;height: 100%;background: #111;opacity: .8;}.modal-scroller {position: relative;top: 0;margin: 0;width: 100%;height: 100vh;z-index: 410;overflow-y: scroll;}.modal-content {position: relative;top: 0;width: 800px;margin: 50px auto;height: 400px;}#footer .subscribe {text-align: right;}#footer .subscribe p {color: #ccc;font-size: 25px;margin-bottom: 10px;}#footer .subscribe input {color: #fff;background: rgba(0, 0, 0, 0.2);padding: 6px;border: 2px solid #aaa;border-radius: 5px;}#footer .subscribe button {margin-left: 10px;color: #fff;padding: 5px 20px;border: 3px solid #fff;border-radius: 5px;background: none;}#footer .subscribe button:hover {color: #aaa;border: 3px solid #ccc;}#footer .subscribe .emailSuccess, #footer .subscribe .emailError {font-family: 'Andada Pro', sans-serif !important;margin-top: 10px;}#footer .subscribe .emailSuccess {color: #089306;}#footer .subscribe .emailError {font-size: 14px !important;color: #E42C3E;}#footer img {width: 300px;margin-left: 40px;}.headerSocials {position: absolute;top: 25px;right: 20px;}.headerSocials .socialLink {display: inline-block;padding: 0 10px 39px;color: #fff;}.headerSocials .socialLink i {font-size: 30px;}.featured_wrapper {min-height: 110vh !important;}@media (max-width: 1200px) {.menuItemReviews {display: none;}.featured-caption p {font-size: 40px !important;}}@media (min-width: 992px) {.headerSocials, .inline-image {display: none;}}@media (max-width: 992px) {.primary-menu {display: none !important;}.hideOnSmaller {display: none !important;}.section.how-section .col-lg-6:first-child {border-right: 0 !important;}.headerContent {padding-top: 0 !important;}.headerContent .featuredLaptop {width: 70% !important;margin-bottom: 30px;}.headerContent .col-6 {width: 100%;}.headerContent .headerCTA .trailer {display: none;}.headerContent .headerLaptop .trailer {display: block !important;}.standalone-image {display: none;}.product-section .how-content {width: 100%;}.featured-caption p {font-size: 28px !important;}.modal-content {margin-top: 0 !important;width: 100%;}.product2-section .product-box h2.product-header {text-align: center;}.modal-overlay {opacity: 1 !important;}#logo img {height: 80px !important;}.headerContent {text-align: center;}.boxt-container .media-container {display: block !important;}}@media (max-width: 768px) {.featured_wrapper {min-height: 100vh !important;}#header-wrap .container {max-width: 100% !important;}.featured-caption {justify-content: normal !important;}.featured-caption h2.horrorFont {font-size: 70px !important;}.headerContent {margin-top: 30px;}#footer .subscribe {display: none !important;}#footer .footerLogo {width: 100% !important;text-align: center !important;}}@media (max-width: 576px) {#logo img {height: 50px !important;}.headerSocials {top: 30px;right: 10px;}.headerSocials .socialLink i {font-size: 20px;}.headerContent {text-align: center !important;}.section a.buy, .section a.buyGift {width: 100%;text-align: center;}#content-wrapper {}}@media (max-width: 522px) {.featured-caption h2.horrorFont {font-size: 50px !important;}}@media (max-width: 492px) {.headerContent .headerButtons a {padding: 8px !important;font-size: 18px;}}@media (max-width: 417px) {.headerContent .headerButtons a, .headerContent .headerButtons span {width: 80% !important;display: inline-block;}.headerContent .headerButtons span {line-height: 40px;}.featured-caption p {font-size: 36px !important;}.featured-caption p span {font-size: 19px !important;}}@media (max-width: 385px) {.product-box h2.product-header {text-align: center !important;}.product-box h2.product-header span {font-size: 70px !important;}}@media (max-width:992px) and (min-width:576px) {.product-section .col-lg-7, .product2-section .col-lg-7 {width: 100% !important;}}#header.transparent-header, #header.transparent-header:not(.sticky-header) #header-wrap {background: none;border-bottom: 1px solid transparent;z-index: 299;}@media (max-height: 726px) and (max-width: 417px) {.headerContent .headerButtons a.preorderButton, .headerContent .headerButtons span {display: none;}}@media (max-height: 620px) {.featured-caption p.subtitle2 {display: none;}}@media (max-height: 528px) {.headerContent {margin-top: 40px;}.featured-caption h2.horrorFont {font-size: 50px !important;padding-bottom: 20px;}}@media (max-height: 473px) {.featured-caption p {display: none !important;}}.sketch-top {position: absolute;bottom: 0;left: 0;width: 100%;z-index: 3;background: url('https://cursed-tales.com/assets-sales/img/sketch.png') repeat center bottom;background-size: auto 100%;height: 40px;margin-top: -40px;}.sketch-bottom {position: absolute;bottom: 0;left: 0;width: 100%;z-index: 3;background: url('https://cursed-tales.com/assets-sales/img/sketch-black.png') repeat center bottom;background-size: auto 100%;height: 40px;margin-top: -40px;}.headerSubscribe {position: absolute;bottom: 70px;left: 0;font-size: 16px;}.headerSubscribe p {margin-bottom: 0 !important;padding-bottom: 10px !important;font-size: 18px !important;color: #aaa;}.headerSubscribe input {color: #fff;background: rgba(0, 0, 0, 0.2);padding: 6px;border: 2px solid #aaa;border-radius: 5px;}.headerSubscribe input::placeholder {color: #aaa;}.headerSubscribe input.error {border: 2px solid #E42C3E;}.headerSubscribe button {margin-left: 10px;color: #fff;padding: 5px 20px;border: 3px solid #fff;border-radius: 5px;background: #711414;}.headerSubscribe button:hover {color: #aaa;border: 3px solid #ccc;}.headerSubscribe button i {margin-right: 10px;}.headerSubscribe .emailSuccess, .headerSubscribe .emailError {font-family: 'Andada Pro', sans-serif !important;margin-top: 10px;}.headerSubscribe .emailSuccess {color: #089306;}.headerSubscribe .emailError {font-size: 14px !important;color: #E42C3E;}.signupOverlay {position: fixed;background: #000;top: 0;left: 0;right: 0;bottom: 0;z-index: 900;opacity: 0.8;}.signupModal {position: fixed;background: #ddd;width: 500px;margin: 0 auto;top: 30px;left: 30px;right: 30px;padding: 20px;border-radius: 10px;text-align: center;z-index: 999;border: 8px solid #bbb;}.signupModal h2 {font-family: 'Andada Pro', sans-serif;margin-top: 50px;margin-bottom: 0;font-size: 35px;padding-bottom: 20px;font-weight: 900;}.signupModal i.closeModal {position: absolute;top: 10px;right: 20px;font-size: 40px;}.signupModal i.closeModal:hover {opacity: 0.7;}.signupModal .emailForm {width: 100%;padding: 0 40px;}.signupModal input {font-family: 'Andada Pro', sans-serif;width: 100%;display: block;color: #fff;background: rgba(0, 0, 0, 0.2);padding: 6px;border: 2px solid #333;border-radius: 5px;margin-bottom: 10px;text-align: center;}.signupModal input::placeholder {color: #000;}.signupModal input.error {border: 2px solid #E42C3E;}.signupModal button {font-family: 'Andada Pro', sans-serif;width: 100%;display: block;color: #fff;padding: 5px 20px;border: 3px solid #fff;border-radius: 5px;background: #711414;margin-bottom: 10px;}.signupModal button:hover {color: #aaa;border: 3px solid #ccc;}.signupModal button i {margin-right: 10px;}.signupModal p.disclaimer {font-size: 14px;}.signupModal a.notNow, .signupModal a.closeNow {font-size: 20px;font-weight: 900;text-decoration: underline !important;}.signupModal a.closeNow {font-size: 25px;}.signupModal a.notNow:hover, .signupModal a.closeNow:hover {opacity: 0.7;}.signupModal .emailSuccess, .signupModal .emailError {font-family: 'Andada Pro', sans-serif !important;margin-top: 10px;margin-bottom: 10px }.signupModal .emailSuccess {margin-top: 50px;margin-bottom: 30px;font-size: 30px;color: #089306;}.signupModal .emailSuccess strong {color: #333;font-weight: 900;font-size: 40px;}.signupModal .emailError {font-size: 14px !important;color: #E42C3E;}@media (max-width: 560px) {.signupModal {width: auto;}}@media (max-width: 480px) {.signupModal .emailForm {padding: 0 20px;}}@media (max-width: 370px) {.signupModal h2 {font-size: 25px;}}@media (max-width: 300px) {.signupModal button span.discountLabel {display: none;}.featureList p.difficultyOptions {margin-left: 40px;}.featureList p.difficultyOptions i {font-size: 15px;}}#trailer {position: absolute;width: 100%;object-fit: fill;top: 0;right: 0;bottom: 0;left: 0;z-index: 1;}.closeVideo {position: absolute;display: block;bottom: 30px;right: 0;left: 0;margin: 0 auto;font-family: 'Andada Pro', sans-serif;font-size: 25px;color: #fff;text-align: center;cursor: pointer;z-index: 100;}.closeVideo i {font-size: 20px;}.orderSuccess h3 {color: #000 !important;text-shadow: 1px 1px #cc2626 !important;font-family: 'Andada Pro', sans-serif !important;font-size: 40px !important;text-transform: none !important;margin-bottom: 10px;}.orderSuccess p{color: #fff !important;text-align: center;}#header.transparent-header #header-wrap.whiteFixed::after {content: "";position: absolute;top: 0;left: 0;width: 100%;height: calc(100% + 20px);z-index: -1;background-image: url(img/sketch-header.png) !important;background-color: transparent !important;background-repeat: repeat-x !important;background-position: center bottom !important;background-size: auto 100% !important;-webkit-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}@media (min-width: 992px) {.featured-caption h2 {font-size: 76px;}}@media (prefers-reduced-motion: no-preference) {:root {scroll-behavior: smooth;}}li, ul {margin: 0;padding: 0;}.clear {clear: both;display: block;font-size: 0;height: 0;line-height: 0;width: 100%;overflow: hidden;}::selection {background: #762323;color: #fff;text-shadow: none;}::-moz-selection {background: #762323;color: #fff;text-shadow: none;}::-webkit-selection {background: #762323;color: #fff;text-shadow: none;}:active, :focus {outline: 0 !important;}html {height: 100vh;}body {position: relative;line-height: 1.5;color: #555;font-family: 'Andada Pro', sans-serif;background-color: #000;height: 100%;}a {text-decoration: none !important;color: #762323;}a img {border: none;}img {max-width: 100%;}h1, h2, h3, h4, h5, h6 {color: #444;font-weight: 600;line-height: 1.5;margin: 0 0 30px 0;font-family: Poppins, sans-serif;}h5, h6 {margin-bottom: 20px;}h1 {font-size: 36px;}h2 {font-size: 30px;}h3 {font-size: 1.5rem;}h4 {font-size: 18px;}h5 {font-size: 0.875rem;}h6 {font-size: 12px;}h4 {font-weight: 600;}h5, h6 {font-weight: 700;}@media (max-width: 767.98px) {h1 {font-size: 1.75rem;}h2 {font-size: 1.5rem;}h3 {font-size: 1.25rem;}h4 {font-size: 1rem;}}p, ul {margin-bottom: 30px;}.nott {text-transform: none !important;}.bottommargin-sm {margin-bottom: 2rem !important;}.center {text-align: center !important;}.font-primary {font-family: 'Andada Pro', sans-serif;}@media (min-width: 576px) {.m-sm-6 {margin: 5rem !important;}.me-sm-6 {margin-right: 5rem !important;}.mb-sm-6 {margin-bottom: 5rem !important;}.p-sm-6 {padding: 5rem !important;}.px-sm-6 {padding-right: 5rem !important;}.pb-sm-6 {padding-bottom: 5rem !important;}.px-sm-6 {padding-left: 5rem !important;}}@media (min-width: 768px) {.m-md-6 {margin: 5rem !important;}.me-md-6 {margin-right: 5rem !important;}.mb-md-6 {margin-bottom: 5rem !important;}.p-md-6 {padding: 5rem !important;}.px-md-6 {padding-right: 5rem !important;}.pb-md-6 {padding-bottom: 5rem !important;}.px-md-6 {padding-left: 5rem !important;}}@media (min-width: 992px) {.m-lg-6 {margin: 5rem !important;}.me-lg-6 {margin-right: 5rem !important;}.mb-lg-6 {margin-bottom: 5rem !important;}.p-lg-6 {padding: 5rem !important;}.px-lg-6 {padding-right: 5rem !important;}.pb-lg-6 {padding-bottom: 5rem !important;}.px-lg-6 {padding-left: 5rem !important;}}[class*="col-"]:not([class*="sticky-"]):not([class*="position-"]) {position: relative;}[class*="col-mb-"] {margin-bottom: calc(var(--col-mb) / -1);}[class*="col-mb-"] > .col, [class*="col-mb-"] > [class*="col-"] {padding-bottom: var(--col-mb);}.col-mb-30 {--col-mb: 30px;}.col-mb-50 {--col-mb: 50px;}.section {position: relative;width: 100%;margin: 0 0;padding: 60px 0;background-color: #f9f9f9;overflow: hidden;}.section .anchor {position: absolute;height: 1px;top: 0;margin-top: -50px;}.section.product-section .anchor {margin-top: -120px;}.section.product-section {background: #711414;}.section.product2-section {background: #fff;}.section.product2-section {background-image: url('https://cursed-tales.com/assets-sales/img/border-bottom-red-white.jpg');background-position: top center;background-repeat: no-repeat;background-color: #fff;padding-top: 80px !important;}.section.gift-section {background-image: url('https://cursed-tales.com/assets-sales/img/giftbackground.jpg');background-position: top center;background-repeat: no-repeat;background-color: #fff;padding-top: 80px !important;}.section.gift-section .bottom-border {position: absolute;bottom: 0;left: 0;right: 0;width: 100%;height: 40px;background-image: url('https://cursed-tales.com/assets-sales/img/border-bottom-black-transparent.png');background-position: bottom center;background-repeat: no-repeat;}.section.how-section {background-position: top center;background-repeat: no-repeat;background-color: #000;padding-top: 40px;padding-bottom: 90px;}.section.how-section .col-lg-6 {position: relative;margin: 0 auto;font-size: 20px;padding-left: 50px;color: #aaa;}.section.how-section .col-lg-6:first-child {border-right: 1px solid #333;padding-bottom: 0;}.section.how-section .col-lg-6 p.question {cursor: pointer;}.section.how-section .col-lg-6 p.answer {color: #fff;}.section.reviews-section {background-image: url('https://cursed-tales.com/assets-sales/img/border-bottom-black-red.jpg');background-position: top center;background-repeat: no-repeat;background-color: #711414;padding-top: 80px;}.section.reviews-section .heading-block p {color: #000;}.section.how-section .heading-block p {color: #aaa;}.section .container {z-index: 2;}.product-border {widht: 100%;height: 100px;}.product-section p {font-family: 'Andada Pro', sans-serif;font-weight: 100;font-size: 20px;color: #fff;}.product-section .what-section {padding-bottom: 20px;}.product-section .what-section p {border-bottom: 2px solid #7a1a1a;padding-bottom: 20px;margin-bottom: 10px;font-size: 24px;}.product-section .how-content p u, .product-section .what-section p u {color: #bbb;}.product-section .how-content {text-align: center;padding-bottom: 0;}#header {position: absolute;top: 0;left: 0;bottom: 0;width: 100%;height: 80px;}#header-wrap {position: relative;width: 100%;padding-bottom: 10px;}#header-wrap.floatingStuck {transform: translate3d(0,-100%,0);transition: none;}#header-wrap.floating {position: fixed;background: #fff !important;padding-bottom: 10px;background-image: url(img/sketch-header.png)!important;background-color: transparent!important;background-repeat: repeat-x!important;background-position: center bottom!important;background-size: auto 100%!important;transform: translateZ(0);transition: transform .4s cubic-bezier(.165, .84, .44, 1);}#logo {position: relative;align-items: center;-ms-flex-align: center;margin-right: auto;max-height: 100%;text-align: left;}#logo a {display: inline-block;color: #000;font-family: Poppins, sans-serif;font-size: 36px;}#logo img {display: block;max-width: 100%;max-height: 100%;height: 140px;margin-top: 10px;margin-bottom: 20px;}#header-wrap #logo a.logo-floating {display: none;}#header-wrap.floating #logo a.logo-floating {display: block;}#header-wrap.floating #logo a.logo-transparent, #header-wrap #logo a.logo-full {display: none;}#header-wrap.floating .headerSocials .socialLink {color: #762323;}.headerContent {padding-top: 300px;}.headerContent .headerLaptop .featuredLaptop {width: 100%;background-size: auto 298px;}.headerContent .headerLaptop .trailer {display: none;}.headerContent .featuredLogo img {width: 80%;margin-bottom: 10px;}@media (min-width: 992px) {#logo {text-align: center;}#header-wrap #logo a.logo-floating, #header-wrap #logo a.logo-transparent {display: none;}#header-wrap #logo a.logo-full {display: inline-block;}.headerContent .featuredLogo {display: none;}}.header-row {position: relative;display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;-ms-flex-wrap: wrap;flex-wrap: wrap;}@media (min-width: 768px) {#header-wrap {position: relative;}#header-wrap.floating {position: relative;background: none;}#header.transparent-header, #header.transparent-header:not(.sticky-header) #header-wrap {background: 0 0;border-bottom: 1px solid transparent;z-index: 299;}#content-wrapper {display: inline-block;width: 100%;}}.primary-menu {display: -ms-flexbox;display: flex;flex-basis: 100%;-ms-flex-positive: 1;flex-grow: 1;-ms-flex-align: center;align-items: center;}@media (min-width: 768px) {.primary-menu {-ms-flex: 0 0 auto;flex: 0 0 auto;-ms-flex-positive: 0;flex-grow: 0;}}.menu-container {display: none;list-style: none;margin: 0;width: 100%;}.menu-item {position: relative;font-family: 'Andada Pro', sans-serif;}.menu-item:not(:first-child) {border-top: 1px solid #eee;}.menu-link {display: block;line-height: 22px;padding: 14px 5px;color: #fff;font-weight: 800;font-size: 0.8125rem;letter-spacing: 3px;text-transform: uppercase;font-family: 'Andada Pro', sans-serif;}.menu-item .menu-link:hover {color: #aaa;}@media (min-width: 768px) {.menu-container:not(.mobile-primary-menu) {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-align: center;align-items: center;}.menu-container > .menu-item:not(:first-child) {margin-left: 2px;}.menu-item:not(:first-child) {border-top: 0;}.menu-link {padding: 39px 15px;-webkit-transition: margin 0.4s ease, padding 0.4s ease;-o-transition: margin 0.4s ease, padding 0.4s ease;transition: margin 0.4s ease, padding 0.4s ease;text-shadow: 2px 2px #000;}}.featured-element {position: relative;width: 100%;overflow: hidden;}.featured-inner {position: absolute;overflow: hidden;opacity: 1;visibility: visible;width: 100%;height: 100%;background-position: center center;background-repeat: no-repeat;background-size: cover;}.featured_wrapper {position: relative;width: 100%;overflow: hidden;}.featured_wrapper .featured-container {position: absolute;width: 100%;height: 100%;margin: 0;}.featured_wrapper .featured-container .featured-wrapper {position: relative;width: 100%;height: 100%;}.featured_wrapper .featured-slide {position: relative;margin: 0;overflow: hidden;height: 100%;}.featured-slide-bg {background-position: center center;background-repeat: no-repeat;background-size: cover;}.featured-slide-bg {position: absolute;width: 100%;height: 100%;top: 0;left: 0;}.featured-slide-bg.home-bg {background-image: url('https://cursed-tales.com/assets-sales/img/banner-bg3.jpg');}.featured-slide-bg.home-bg.bg-blackout {background: #000;}.featured-element .container {position: relative;height: 100%;}.featured-caption {position: relative;display: -ms-flexbox;display: flex;height: 100%;flex-flow: column;justify-content: center;z-index: 20;color: #eee;font-size: 1.375rem;font-weight: 300;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);-webkit-transition: top 0.3s ease;-o-transition: top 0.3s ease;transition: top 0.3s ease;}.featured-caption h2 {font-size: 4rem;letter-spacing: 2px;text-transform: uppercase;font-weight: 700;line-height: 1;margin-bottom: 0;}.featured-caption h2.horrorFont {color: #000;text-shadow: 2px 2px #999;font-size: 80px;}.featured-caption p {font-family: 'Andada Pro', sans-serif;margin-top: 0;margin-bottom: 0;font-size: 46px;padding-bottom: 20px;font-style: italic;text-shadow: 2px 2px #000;}.featured-caption p span {color: #ccc;font-size: 27px;}.featured-caption p.subtitle2 {margin-top: 0;font-size: 1.1rem;padding-bottom: 30px;color: #bbb;}#content {position: relative;background-color: #fff;}#content p {line-height: 1.8;}.content-wrap {position: relative;padding: 50px 0 0;overflow: visible;background: #711414;}.content-wrap.page-content {padding: 50px 0 100px;}#content .container {position: relative;}.product-box {position: relative;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-left: -0.75rem;margin-right: -0.75rem;}.product-box:first-child {margin-top: 0;}.pbox-content {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;min-width: 0;max-width: 100%;padding: 0 0.75rem;}.pbox-content p {margin-top: 0.5rem;margin-bottom: 0;color: #ccc;font-size: 20px;}.media-box {padding: 0;margin-left: 0;margin-right: 0;-ms-flex-direction: column;flex-direction: column;}.media-box .pbox-media {margin: 0 0 1.5rem;}.media-box .pbox-media, .media-box .pbox-media a, .media-box .pbox-media img {position: relative;margin: 0 auto;display: block;height: auto;}.media-box .pbox-media {width: 80%;}.media-box .pbox-media .media-container {padding-top: 10px;}.boxt-container .media-container {display: none;}.boxt-container .media-container img {width: 100%;}.media-box p {margin-top: 1rem;}.media-box .pbox-content {-ms-flex-preferred-size: auto;}.review, .review-image {position: relative;}.review-desc {text-align: center;}.review-desc.review-desc-bg {background-repeat: no-repeat;background-size: contain;padding: 10px;}.review-title {position: relative;padding-left: 50px;text-align: left;}.review-title img {position: absolute;top: 0;left: 0;border-radius: 30px;}.review-title h4 {display: block;margin-bottom: 0;letter-spacing: 1px;font-size: 16px;text-transform: none;}.review-title h4 {font-size: 15px;font-weight: 600 !important;color: #ccc;}.review-title h4 i {color: #e5c219;}.review-title h4 span {display: block;color: #aaa;font-size: 13px;font-weight: 100 !important;}.heading-block {margin-bottom: 50px;}.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4 {margin-bottom: 0;font-weight: 700;text-transform: uppercase;letter-spacing: 1px;color: #333;}.heading-block h2 {font-size: 30px;}.heading-block h2.how-header, .heading-block h2.reviews-header, .heading-block h2.tales-header, .product-box h2.product-header, .gift-section h2.product-header {font-family: 'Andada Pro', sans-serif;font-size: 52px;color: #ffffff;text-shadow: 1px 1px #762323;}.gift-section h2.product-header {font-size: 32px;color: #dddddd;}.gift-section p {font-size: 22px;color: #dddddd;}.heading-block h2.tales-header {color: #762323;text-shadow: 1px 1px #fff;}.product-box h2.product-header {text-align: left;margin-bottom: 0;}.product2-section .product-box h2.product-header {font-family: 'ClawMan', sans-serif;color: #000;font-size: 80px;text-shadow: 1px 1px #ddd;margin-bottom: 0;}.product2-section .product-box h2.mother-header {font-family: 'Violence', sans-serif;font-weight: 100;}.product2-section .product-box h2.dollshouse-header {font-size: 0;width: 400px;height: 76px;margin-bottom: 40px;background-repeat: no-repeat !important;background-size: contain !important;background: url('https://cursed-tales.com/assets-sales/img/thedollshouse-logo.png');}@media (max-width: 417px) {.product2-section .product-box h2.dollshouse-header {width: 100%;margin-bottom: 20px;}}.heading-block::after {content: "";display: block;margin-top: 30px;width: 40px;border-top: 2px solid #444;}.center .heading-block::after, .heading-block.center::after, .heading-block.text-center::after, .text-center .heading-block::after {margin: 30px auto 0;}.heading-block.border-0::after, .heading-block.border-bottom-0::after {display: none;}@media (max-width: 767.98px) {.title-block h1 + span {font-size: 18px;}.title-block h2 + span {font-size: 17px;}.title-block h3 + span {font-size: 15px;}.title-block h4 + span {font-size: 13px;}.heading-block h1 {font-size: 30px;}.heading-block h2 {font-size: 35px !important;}.heading-block h3 {font-size: 22px;}.heading-block h4 {font-size: 19px;}.heading-block h1 + span {font-size: 20px;}.heading-block h2 + span {font-size: 18px;}.heading-block h3 + span, .heading-block h4 + span {font-size: 17px;}.product-section .what-section p {font-size: 20px;}.featureList p.difficultyOptions span {display: block;height: 0;visibility: hidden;}}body:not(.device-touch) #gotoTop {transition: background-color 0.2s linear;-webkit-transition: background-color 0.2s linear;-o-transition: background-color 0.2s linear;}.stretched #gotoTop {bottom: 30px;}#footer {position: relative;padding: 20px 0 22px;background-color: #eee;border-top: 5px solid rgba(0, 0, 0, 0.2);background: url('img/footer-bg.jpg') repeat center center / cover;background-size: auto 100%;}@media (min-width: 992px) {.sticky-footer #content, .sticky-footer #page-title, .sticky-footer #slider:not(.featured-parallax-invisible) {z-index: 2;}.sticky-footer #content {transform: translate3d(0, 0, 0);}.sticky-footer #footer {top: auto;bottom: 0;left: 0;}}#copyrights {padding: 40px 0;background-color: #ddd;font-size: 0.875rem;line-height: 1.8;}.copyright-links a {display: inline-block;margin: 0 3px;color: #333;border-bottom: 1px dotted #444;}.copyrights-menu {margin-bottom: 10px;}.copyrights-menu a {font-size: 0.875rem;margin: 0 10px;border-bottom: 0 !important;}#copyrights a:first-child {margin-left: 0;}.loader-container {width: 50px;height: 50px;background-repeat: no-repeat !important;background-size: contain !important;background: url('https://cursed-tales.com/assets-sales/img/loading.gif');}
