/**
* 2007-2022 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2022 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.featured-products.tp-featured-products{
	position: relative;
	padding: 0;
	margin-top: 25px;
	min-height: 400px;
}
.tp-featured-products h2.products-section-title{
	font-size: 40px;
}
.tp-featured-products h4{
	text-align: center;
}
.tp_coming{
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    /*background-color: rgb(0 0 0 / 70%);*/
    /*background: linear-gradient(269.7deg,#ff471a.23%,#9b361d 99.71%);*/
    opacity: 0.85;
    top: 0;
    left: 0;
    z-index: 9;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-family: Trebuchet MS;
}
	.tp_coming h3{
		font-size: 70px;
		color: #FFF;
	    text-transform: uppercase;
	    text-shadow: 0px 0px 10px #000;
	}
	.tp_coming h5{
		font-size: 23px;
	    font-style: italic;
	    color: #FFF;
	    padding: 0 200px;
	    text-align: center;
	    line-height: 30px;
	    font-weight: normal;
	    text-shadow: 0 0 10px #000;
	}

	.tp_clock{
		display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    align-content: center;
	    justify-content: center;
	    align-items: center;
	}
		.tp_clock p{
			display: flex;
		    flex-direction: column;
		    flex-wrap: nowrap;
		    align-content: center;
		    justify-content: center;
		    align-items: center;
		    padding: 25px;
		    color: #FFF;
		    font-size: 50px;
		    line-height: 60px;
		    text-shadow: 0px 0px 10px #000;
		}
			.tp_clock p strong.animate{
				animation-name: timeAnimate;
				animation-duration: 200ms;
				animation-iteration-count: 1;
			}
				@keyframes timeAnimate{
					0%{
						transform: scale(0);
					}
					100%{
						transform: scale(1);
					}
				}
			.tp_clock p small{
				font-size: 20px;
				text-transform: uppercase;
			}
body#module-temporaryprice-view #content{
	border: 0;
}

.tp-countdown{
	position: absolute;
    margin-top: 5px;
    text-align: center;
    bottom: 170px;
}
	.tp-countdown .tp-cd-clock{
		display: flex;
	    padding: 5px;
	    /*background: linear-gradient(269.7deg,#ff471a.23%,#9b361d 99.71%);*/
	    background-color: #000;
	    color: #FFF;
	    border-radius: 10px;
	    flex-direction: column;
	    align-content: center;
	    justify-content: center;
	    align-items: center;
	    flex-wrap: nowrap;
	    opacity: 0.9;
	}
		.tp-countdown .tp-cd-clock strong {
		    font-size: 14px;
		}
		.tp-countdown .tp-cd-clock small{
			margin-right: 6px;
		}

#add-to-cart-or-refresh .tp-countdown{
	bottom: inherit;
    top: 3em;
    right: 0;
}
	#add-to-cart-or-refresh .tp-countdown .tp-cd-clock{
		flex-direction: row;
	}
	#add-to-cart-or-refresh .tp-countdown .tp-cd-clock small{
		font-size: 18px;
	}
	#add-to-cart-or-refresh .tp-countdown .tp-cd-clock strong{
		font-size: 21px;
	}
	#add-to-cart-or-refresh .tp-countdown .tp-cd-clock{
		padding: 10px;
	}

.tempprice-title{
	position: relative;
}
	.tempprice-title .tp-countdown.tp-countdown-big{
		font-family: monospace;
    	font-weight: bold;
		right: 15em;
	    transform: scale(2.5);
	    top: 2em;
	}
@media only screen and (max-width: 767px) {
	.tp_coming{
		justify-content: flex-start;
	    padding-top: 50px;
	}
		.tp_coming h3{
			font-size: 36px;
		}
		.tp_coming h5{
			font-size: 18px;
			padding: 0 20px;
			line-height: 23px;
		}
		.tp_clock p{
			padding: 10px;
			font-size: 40px;
	    	line-height: 50px;
		}
			.tp_clock p small{
				font-size: 16px;
			}
			.tp-countdown .tp-cd-clock small{
				display: none;
			}
.tp-countdown{
	bottom: 170px;
}
	.tp-countdown .tp-cd-clock{
		flex-direction: column;
	}
	#add-to-cart-or-refresh .tp-countdown {
	    bottom: inherit;
	    top: -15em;
	    left: 20px;
    	right: inherit;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tp-countdown .tp-cd-clock small{
		display: none;
	}
	.tp-countdown{
		bottom: 175px;
	}
	.tp-countdown .tp-cd-clock strong{
		font-size: 11px;
	}
}