/*
    Black Friday Marketing
*/

/* ======== */

/* ========== Banner ========== */
section[data-pagebuilder="section"] span.red-text {
	color: #F74639 !important;
}
section[data-pagebuilder="section"].light-buttons .btn-link {
	color: var(--light) !important;
	opacity: 1;
	transition: opacity 0.15s linear;
	}
	
	section[data-pagebuilder="section"].light-buttons .btn-link::after {
	opacity: 1 !important;
	}
	
	section[data-pagebuilder="section"].light-buttons .btn-link:hover, section[data-pagebuilder="section"].light-buttons .btn-link:focus {
	opacity: 0.75 !important;
	}

/* ========== End Banner ========== */

/* ========== Section Colors ========== */

section[data-pagebuilder="section"].red-bg {
	background: #F74639 !important;
	background: #F74639 !important;
}

section[data-pagebuilder="section"].grey-bg {
	background: #262626 !important;
	background: #262626 !important;
}
/* ========= End Section Colors ========= */


/* ========== Button Overrides ========== */

section[data-pagebuilder="section"].red-button-text .btn.btn-outline-dark {
	color: #F74639 !important;
	border-width: 2px !important;
}
section[data-pagebuilder="section"].red-button-text .btn.btn-outline-dark:hover, section[data-pagebuilder="section"] .red-button-text .btn.btn-outline-dark:focus {
	color: #fff !important;
}

/* ========== End Button Overrides ========== */


/* ====== Product Slider ====== */

.product-slider .product-title, .product-slider .product-price {
	text-align: center !important;
}

.product-slider a.widget-inner {
	border: none !important;
}

.product-slider .owl-nav button.owl-next, .product-slider .owl-nav button.owl-prev {
	background: white !important;
}
/* ====== End Product Slider ====== */

/* Countdown Timer */

#countdownTimerHeader {
	text-transform: uppercase;
	font-size: calc(1.375rem + 1.5vw);
}

#countdownTimerDays {
	max-width: 400px;
	margin: 0 auto;
	width: 100%;
}

@media (min-width: 1200px) {
	#countdownTimerHeader {
        font-size: 2.5rem;
    }
}


#countdownTimer h6 {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 0.5em;
}
.time-card {
	display: inline-flex;
	flex-direction: column;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.9), 0 0 0 1px rgba(0,0,0,0.9);
	font-size: 8vw;
	font-weight: bold;
	border-radius: .1em;
	position: relative;
	margin: 0 0.25rem;
	line-height: 1;
}
.time-card .top,
.time-card .top-flip {
	height: .75em;
	line-height: .9em;
	padding: .25em;
	overflow: hidden;
	width: 8vw;
	display: flex;
	justify-content: center;	
}
.time-card .bottom,
.time-card .bottom-flip {
	height: .75em;
	line-height: 1.1em;
	padding: .25em;
	overflow: hidden;
	width: 8vw;
	display: flex;
	justify-content: center;
}
@media(min-width:768px){
	.time-card {
		font-size: 6vw;
	}
	.time-card .top,
	.time-card .bottom,
	.time-card .top-flip,
	.time-card .bottom-flip {
		width: 6vw;
	}
	#countdownTimer h6 {
		font-size: 14px;
		letter-spacing: 0.1rem;
	}
}
.time-card .top,
.time-card .top-flip {	
	background: #282828;
	color: #ffffff;
	border-top-left-radius: .1em;
	border-top-right-radius: .1em;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.time-card .bottom,
.time-card .bottom-flip {
	background: #707070;
	color: #ffffff;	
	display: flex;
	align-items: flex-end;
	border-bottom-left-radius: .1em;
	border-bottom-right-radius: .1em;
}
.time-card .top-flip {
	position: absolute;
	width: 100%;
	animation: flip-down 350ms ease-in;
	transform-origin: bottom;
}
@keyframes flip-down {
	100% {
		transform: rotateX(90deg);
	}
}
.time-card .bottom-flip {
	position: absolute;
	bottom: 0;
	width: 100%;
	animation: flip-bottom 350ms ease-out 350ms;
	transform-origin: top;
	transform: rotateX(90deg);
}
@keyframes flip-bottom {
	100% {
		transform: rotateX(0deg);
	}
}
section.default .time-card {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.1);
}
section.default .time-card .top,
section.default .time-card .top-flip {
	background: #f7f7f7;
	color: #373737;
}
section.default .time-card .bottom,
section.default .time-card .bottom-flip {
	background: #ffffff;
	color: #111111;
}




/* =========== Countdown Timer - Summer Flash Sale: Overrides ============== */

section.default .time-card .top, 
section.default .time-card .top-flip {
    background: #262626!important;
    color: #ffffff !important;
}

section.default .time-card .bottom, 
section.default .time-card .bottom-flip {
    background: #707070 !important;
    color: #ffffff !important;
}

#countdownTimer h6 {
    color: #ffffff !important;
}

/* ====== End Countdown Timer ====== */

/* ====== Inner Border for Text Box ====== */
.inner-border {
	position: relative !important;
}
.inner-border .widget {
	position: relative !important;
	z-index: 5 !important;
}
.inner-border::before {
    content: "" !important;
    position: absolute !important;
    top: 50px !important;
    left: 50px !important;
    right: 0 !important;
    bottom: 0 !important;
    width: calc(100% - 100px) !important;
    height: calc(100% - 100px) !important;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.9) !important;
    border-radius: 0 !important;
    z-index: 1 !important;
}

@media (max-width: 1119px) {
	.inner-border::before {
		top: 19px !important;
		left: 19px !important;
		width: calc(100% - 38px) !important;
		height: calc(100% - 38px) !important;
	}
}

/* ====== End Inner Border for Text Box ====== */

/* ====== Pseudo Header Items  ====== */

section[data-pagebuilder="section"] .custom-tag-pseudo {
    position: relative;
    padding-top: 115px !important;
}

section[data-pagebuilder="section"] .custom-tag-pseudo:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: url('https://cdn.jewelryimages.net/static/domains/mikedemov6/images/store-pics/Black-Friday-Sale_Accent-Vector.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 195px;
	height: 80px;
}

