/* Browser error: An @import rule was ignored because it wasn't defined at the top of the stylesheet. Such rules must appear at the top, before any style declaration and any other at-rule with the exception of @charset and @layer. */
/* Fonts for the EmailPreview component. */
@import url("https://fonts.googleapis.com/css?family=Lato:300&display=swap");

/* Styles for the badge preview component. */
.timesact-badge {
    position: relative;
    display: inline-flex;
}
/* RIBBON */
.timesact-badge-ribbon {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}
.timesact-badge-ribbon span {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    width: 100px;
    display: block;
    position: absolute;
}
.timesact-badge-ribbon span > p {
    white-space: nowrap;
}
.timesact-badge-ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #888888;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #888888;
}
.timesact-badge-ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #888888;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #888888;
}
/* ROUNDED */
.timesact-badge-rounded-span {
    border: 1px solid transparent;
    border-radius: 4rem;
    display: inline-block;
    letter-spacing: 0.1rem;
    line-height: 1;
    padding: 0.6rem 1.3rem;
    text-align: center;
    font-weight: bold;
    word-break: break-word;
}
.timesact-badge-rounded {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    z-index: 1;
}
/* CIRCLE */
.timesact-badge-circle-span { 
    border: 1px solid transparent; 
    display: inline-block; 
    letter-spacing: 0.1rem; 
    line-height: 1; 
    text-align: center; 
    word-break: break-word; 
    border-radius: 50%; 
    font-weight: bold;
    overflow: hidden;
    padding: 14px;

    min-height: 60px;
    min-width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.timesact-badge-circle {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    z-index: 1;
}
/* RECTANGLE */
.timesact-badge-rectangle-span { 
    border: 1px solid transparent; 
    display: inline-block; 
    letter-spacing: 0.1rem; 
    line-height: 1; 
    text-align: center; 
    word-break: break-word; 
    min-width: 60px;
    font-weight: bold;
    padding: 0.6rem 1.3rem; 
}
.timesact-badge-rectangle {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    z-index: 1;
}
/* SQUARE */
.timesact-badge-square-span { 
    border: 1px solid transparent;
    display: inline-block;
    letter-spacing: 0.1rem;
    line-height: 1;
    text-align: center;
    word-break: break-word;
    font-weight: bold;
    overflow: hidden;

    min-height: 60px;
    min-width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.timesact-badge-square {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    z-index: 1;
}

/* Styles for the EmailPreview component. */
.emailPreview {
  font-family: inherit;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.ql-align-right {
    text-align: right !important;
}

.ql-align-center {
    text-align: center !important;
}

.ql-align-left {
    text-align: left !important;
}

.ql-align-justify {
    text-align: justify !important;
}

.items {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 2px solid;
  border-bottom: 2px solid;
}

/* Styles for the MixedCartAlert modal component. */
.modal-container {
    text-align: center;
    font-family: "Roboto";
}

.modal-title {
    display: block;
    font-size: 20px;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.modal-body {
    display: block;
    font-size: 16px;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}

.md-perspective body  {
	background: #222;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}

.popup-container {

	min-height: 100%;
    display: none;
}

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 630px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: #c9c9c9c2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
/*	color: #fff;*/
	background: #fff;
	position: relative;
	border-radius: 10px;
	margin: 0 auto;
}


/* Individual modal styles with animations/transitions */


/* Effect 19:  Slip in from the top with perspective on container */
.md-show.md-effect-19 ~ .container {
	height: 100%;
	overflow: hidden;
}

.md-show.md-effect-19 ~ .md-overlay {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.md-show.md-effect-19 ~ .container,
.md-show.md-effect-19 ~ .md-overlay {
	-webkit-transform-style: preserve-3d;
	-webkit-transform-origin: 50% 100%;
	-webkit-animation: OpenTop 0.5s forwards ease-in;
	-moz-transform-style: preserve-3d;
	-moz-transform-origin: 50% 100%;
	-moz-animation: OpenTop 0.5s forwards ease-in;
	transform-style: preserve-3d;
	transform-origin: 50% 100%;
	animation: OpenTop 0.5s forwards ease-in;
}

@-webkit-keyframes OpenTop {
	50% { 
		-webkit-transform: rotateX(10deg); 
		-webkit-animation-timing-function: ease-out; 
	}
}

@-moz-keyframes OpenTop {
	50% { 
		-moz-transform: rotateX(10deg); 
		-moz-animation-timing-function: ease-out; 
	}
}

@keyframes OpenTop {
	50% { 
		transform: rotateX(10deg); 
		animation-timing-function: ease-out; 
	}
}

.md-effect-19 .md-content {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
	opacity: 0;
}

.md-show.md-effect-19 .md-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: all 0.5s 0.1s;
	-moz-transition: all 0.5s 0.1s;
	transition: all 0.5s 0.1s;
}

@media screen and (max-width: 32em) {
	body { font-size: 75%; }
}

/*https://s2.getsitecontrol.com/templates/masks/FormDiscount-Slidein-4-Desktop.svg*/

.left-side {

    width: 50%;
    float: left;
    text-align: center;
    padding-top: 20%;
    padding-bottom: 20%;
    font-family: "Roboto";
}

p.message {
    padding: 20px;
}

.right-side {
    text-align: right;
}

.mask {
    -webkit-mask-image: url(https://s2.getsitecontrol.com/templates/masks/FormDiscount-Slidein-4-Desktop.svg);
    -webkit-mask-size: cover;
    border-radius: 10px;
    width:300px;    margin-bottom: -4px;
}

.md-close {
    background: #f70427;
    border: none;
    color: white;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
}

.preorder-button-preview {
	text-align: center;
}

.powered_by {
    left: 0;
    right: 0;
    text-align: center;
}

.powered_by a {
  text-decoration: none;
  font-weight: 700;
}

.powered_by_text {
    color: grey !important;
    font-size: 13px;
}

.powered_by_timesact {
    color: #000 !important;
    font-size: 20px;
    font-style: italic;
}

/* Styles for the Count timer. */
.timer-container {
    max-width: 420px;
    min-width: 260px;
    display: flex;
    flex-flow: column;
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
    margin: 0 auto;

    /* position: sticky;
    top: 0; */
}

.timer-title {
    font-weight: bold;
}

.timer-subheading {
    padding-top: 2px;
    line-height: 1.5;
}

.timer-value-container {
    display: grid;
    grid-template-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    gap: 6px 2px;
    place-items: center;
    align-items: flex-start;
}

.timer-value-labels {
    max-width: 100px;
    white-space: pre-line;
    grid-column: span 2 / auto;
    text-align: center;
    padding-right: 10px;
    line-height: 1;
}

.timer-value-labels:last-of-type {
    grid-column: span 1 / auto;
    padding-right: 0px;
}

.timer-values {
    font-weight: bold;
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
    letter-spacing: -2px;
}

.timer-placeholder {
    margin: 0 auto;
    height: 80px;
    background: linear-gradient(rgba(231, 231, 232, 0) 30.63%, rgb(230, 230, 231) 69.79%);
    border-radius: 8px;
    max-width: 420px;
    min-width: 260px;
}

.timer-reverse-placeholder {
    transform: rotate(180deg);
}