.friday_page_content, .cyber_page_content  {
	background-repeat: no-repeat!important;
	background-size: cover!important;
}
.main-container {
	max-width: 1360px;
	margin: 0 auto;
}
.logo_section {
	text-align: center;
	padding-top: 120px;
}
.product-section {
	text-align: center;
	background-size: cover!important;	
    position: relative;
    padding-top: 50px;
    padding-bottom: 80px;
}
.product_logo{
	position: absolute;
    right: 150px;
    top: 225px;
    z-index: 2;
}
.product_img{
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}
.product_img_bg {
    position: absolute;
    top: 100%;
    left: 0;
    transform: scale(1,-1);
    -webkit-mask-image: linear-gradient(to top,rgba(0,0,0,0.6) 0%,transparent 60%);
    mask-image: linear-gradient(to top,rgba(0,0,0,0.2) 0%,transparent 40%);
}
.product_info {
    color: white;
    max-width: 800px;
    margin: 70px auto 0;
}
.product-price {
	text-align: right;
}
.regular_price{
	display: inline-block;
    font-size: 54px;
    font-family: 'Montserrat';
    margin: 0;
    position: relative;
    font-weight: 500;
}
.regular_price::before{
    content: "";
    display: block;
    width: calc(100% + 20px);
    height: 5px;
    background-color: #db0100;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: rotate(-6deg);
}
.sale_price {
	display: block;
    font-size: 80px;
    font-weight: bold;
    font-family: 'Montserrat';
    line-height: 57px;
    margin-bottom: 50px;
    text-align: right;
}
.product_info a {
    color: white;
    text-transform: uppercase;
    font-size: 48px;
    padding: 10px;
    font-weight: 600;
    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;
    display: inline-block;
    margin-top: 100px;
    margin-bottom: 100px;
    z-index: 2;
    position: relative;
}
.product_info a:hover {
    background: transparent;
    color: #fff;
    text-decoration: none;
}
.product_info a.product-customlocation {
	margin-right: 35px;
    border-right: 1px solid #ffffff;
    background: transparent;
    border-radius: 0;
    padding-right: 50px;
}
.product_info a.cart-customlocation {
	color: #b936d6;
}
.count-section {
	padding-top: 70px;
	padding-bottom: 100px;
}
.count-section p{
    text-align: center;
    color: white;
    font-size: 45px;
    text-transform: uppercase;
}
.count-main {
    color: white;
    text-align: center;
    background-size: contain!important;
    padding-bottom: 15px;
}
#defaultCountdown {
	font-weight: bold;
    font-family: 'Montserrat';
    max-width: 450px;
    margin: 0 auto;
}
.countdown-row {
	text-align: center;
    display: flex;
}
.countdown-amount {
	display: block;
	font-size: 60px;
}
.countdown-amount::after {
	content: ':';
	padding: 0 15px;
}
.countdown-section:last-child .countdown-amount::after{
	content: unset;
}
.countdown-period{
    padding-right: 50px;
    font-size: 20px;
    font-weight: 100;
}

.countdown-section:last-child .countdown-period {
	padding: 0;
}
.product_title img{
	filter: drop-shadow(2px 4px 45px #a03c91);
}
.spacing_div {
	height: 450px;
}
.black_friday_2021 .product_title img {
	 filter: drop-shadow(2px 4px 45px #8908089c);
}
.black_friday_2021 .count-main {
	padding-top: 15px;
}
.black_friday_2021 .count-section ul li p:first-child {
	line-height: 1;
}
.black_friday_2021 .count-section ul li p.time_title {
	font-size: 17px;
}
.black_friday_2021 .product_logo {
	top: -185px;
    right: 185px;
}
.black_friday_2021 .product_img_bg {
	-webkit-mask-image: linear-gradient(to top,rgba(0,0,0,0.1) 0%,transparent 40%);
    mask-image: linear-gradient(to top,rgba(0,0,0,0.1) 0%,transparent 40%);
}
.black_friday_2021 .product_info a{
	background: #720d0d;
}
.black_friday_2021 .product_info a.product-customlocation{
	background: #ac5b5b;
}
.black_friday_2021 .product-section {
	background-size: contain!important;
    background-repeat: no-repeat!important;
}
.product_logo img {
	filter: drop-shadow(-19px 0px 14px #000);
}
.second_product .product_info a.cart-customlocation {
	color: #ed4845;
}
@media(max-width: 1200px){ 
	.black_friday_2021 .product_logo {
        right: 13px;
        top: -115px;
    }
}
@media(max-width: 980px){ 
	.black_friday_2021 .product_logo {
        right: 6px;
    	top: -95px;
    }
    .black_friday_2021 .product_title img {
		margin-top: 20px;
	}
    .black_friday_2021 .product_img img {
		left: 10%;
	}
}
@media(max-width: 767px){ 
	.black_friday_2021 .product_logo {
        right: -16px;
    	top: -75px;
    }
    .black_friday_2021 .logo_section {
		max-width: 80%;
        margin: 0 auto;
	}
}
@media(max-width: 580px){ 
	.black_friday_2021 .product_title img {
        margin-top: -10px;
        width: 55%;
    }
    .black_friday_2021 .product_logo {
		top:-70px;
        right: 5px;
	}
    .black_friday_2021 .product_info  {
		padding: 0 20px;
	}
    .black_friday_2021 .count-section {
		padding-bottom: 120px;
    }
    .black_friday_2021 .product_info a{
    	margin-top: 20px;
    }
    .black_friday_2021 .product_info a.product-customlocation {
		margin-top: 0;
	}
}
/*cyber_monday*/
.product_title p{
	color: white;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 52px;
    text-transform: uppercase;
    margin: 0;
    line-height: 58px;
}
.product_title a:hover{
	text-decoration: none;
}
.first_product_info{
	position: relative;
}
.first_product_info .product_img{
	padding: 0;
    max-width: 100%;
    margin: 0;
    position: unset;
}
.first_product_info .product_info{
    right: 5%;
    bottom: 20%;
}
.first-product{
	padding-bottom: 120px;
}
.first-product .product_info a.cart-customlocation{
	color: #d49c17;
}
.first-product .product_info a.cart-customlocation:hover{
	background: transparent;
}
.first-product .regular_price::before {
	background-color: #d49c17;
}
.count-section ul{
	list-style: none;
    display: flex;
    max-width: 450px;
    margin: 0 auto;
    padding: 0;
}
.count-section ul li{
	width: 25%;
}
.count-section ul li p{
	margin: 0;
}
.count-section ul li p:first-child{
	font-size: 60px;
    font-family: 'Montserrat';
    position: relative;
    font-weight: 700;
}
.count-section ul li p:first-child:after{
	content: ':';
	position: absolute;
    right: -7px;
    top: -3px;
}
.count-section ul li:last-child p:first-child:after{
	content: unset;
}
.count-section ul li p.time_title{
	font-size: 20px;
    text-transform: none;
}
.friday_page_content .product_img img {
	filter: drop-shadow(0 0 20px #000);
}
.cyber_page_content .first-product .product_img img {
	filter: drop-shadow(0 0 20px #000);
}
@media(max-width: 1400px){
	.main-container{
		max-width: 1140px;
	}
    .product-section {
    	background-position: center!important;
    }
    .product_logo {
    	right: 50px;
    }
}
@media(max-width: 1200px){
	.main-container{
		max-width: 960px;
	}
	.product_logo {
	    right: 36px;
        max-width: 170px;
        
	}
	.product_logo img{
		width: 170px;
	}
    .first-product .product_logo {
    	top: 275px;
        right: 5px;
    }
    .first-product {
    	padding-bottom: 0;
    }
     .cyber_page_content .second_product .product-section {
     	padding-bottom: 0;
     }
}
@media(max-width: 992px){
	.main-container{
		max-width: 680px;
	}
    .product-section {
    	background-position: center center!important;
    }
    .product_title {
    	padding-bottom: 30px;
    }
	.product_logo {
	    right: 17px;
	    top: 175px;
	    max-width: 130px;
	}
	.product_logo img{
		width: auto;
	}
	.product_title img{
		width: 65%;
	}
	.product_img img{
		width: 80%;
	}
    .product_img > img {
    	left: 10%;
    }
	.regular_price {
	    font-size: 42px;
	    float: none;
	}
	.sale_price {
	    font-size: 60px;
	}
    .first-product .product_logo {
        top: 225px;
    }
	.first_product_info{
		display: block;
	}
	.first_product_info .product_info{
		bottom: 0;
	}
	.product_title p{
		font-size: 40px;
		line-height: 48px;
	}
    .product-price {
    	padding-right: 70px;
    }
    .product_info a {
    	font-size: 36px;
     }
     .logo_section {
     	max-width: 70%;
        margin: 0 auto;
     }
}
@media(max-width: 767px){
	.main-container{
		max-width: 560px;
	}
	.product_title p{
		font-size: 32px;
	    line-height: 42px;
	}
    .product_info a.product-customlocation {
    	border: none;
        margin-right: 0;
        padding-right: 15px;
    }
}
@media(max-width: 580px){
	.main-container{
		max-width: 100%;
	}
	.count-section p{
		font-size: 36px;
	}
	.product_info a{
		font-size: 22px;
		display: block;
	}
	.product_title img {
		width: 62%;
	}
	.product_logo {
	    right: 5px;
	    top: 225px;
        max-width: 100px;
	}
	.countdown-amount {
	    font-size: 10vw;
	}
	.countdown-period {
	    font-size: 3vw;
	}
	#defaultCountdown{
		width: 84vw;
	}
	.product_info {
		width: 100%;
		right: 0;
        padding-bottom: 100px;
	}
	.regular_price {
		right: auto;
		text-align: center;
	}
	.product_info a.product-customlocation {
        margin-top: 50px;
	}
	.first_product_info .product_info{
		right: 0;
	}
	.product_title p{
		font-size: 5.2vw;
		line-height: 7vw;
	}
	.first-product .regular_price{
		float: none;
	}
    .count-section ul li p:first-child{
		font-size: 42px;
     }
    .count-section ul li p.time_title {
    	font-size: 15px;
    }
    .product_info a {
    	margin: 0;
    }
}
.cyber_monday_2021 .logo_section.remove_class {
	padding-bottom: 0;
}
.cyber_monday_2021 .count-main {
	padding-top: 15px;
}
.cyber_monday_2021 .count-section ul li p:first-child {
	line-height: 1;
}
.cyber_monday_2021 .product_title img {
	filter: drop-shadow(2px 20px 45px #753334);
}
.cyber_monday_2021 .count-section {
	padding-bottom: 150px;
}
.cyber_monday_2021 .product-content.first-product .product_logo {
	top: -190px;
    right: 190px;
}
.cyber_monday_2021 .first_product_info {
	justify-content: center;
}
.cyber_monday_2021 .first_product_info .product_img {
	position: relative;
}
.cyber_monday_2021 .first-product .product-section {
	padding-bottom: 450px;
}
.cyber_monday_2021 .first_product_info .product_img {
	position: relative;
}
.cyber_monday_2021 .product_img_bg {
	-webkit-mask-image: linear-gradient(to top,rgba(0,0,0,0.1) 0%,transparent 60%);
    mask-image: linear-gradient(to top,rgba(0,0,0,0.1) 0%,transparent 40%);
}
.cyber_monday_2021 .first_product_info .product_info {
	bottom: -50%;
}
.cyber_monday_2021 .first-product .product_info a.product-customlocation {
	background: #ac5b5b;
}
.cyber_monday_2021 .first-product .product_info a.cart-customlocation {
	background: #720d0d;
}
.cyber_monday_2021 .second_product .product_img {
	max-width: 630px;
}
.cyber_monday_2021 .second_product .product-section {
	background-repeat: no-repeat!important;
    background-size: contain!important;
}
.cyber_monday_2021 .product_info a.product-customlocation {
	background: #af8263;
}
.cyber_monday_2021 .product_info a {
	background: #af5c22;
}
@media(max-width: 1400px) {
	.cyber_monday_2021 .product-content.first-product .product_logo {
    	right: 75px;
    }
}
@media(max-width: 1200px) {
	.cyber_monday_2021 .product-content.first-product .product_logo {
    	top: -130px;
    	right: 40px;
    }
}
@media(max-width: 980px) {
	.cyber_monday_2021 .product-content.first-product .product_logo {
        top: -100px;
        right: 25px;
    }
    .cyber_monday_2021 .product_img img {
		left: 10%;
	}
    .cyber_monday_2021 .first-product .product-section {
		padding-bottom: 300px;
        background-position: center 38px!important;
        background-size: contain!important;
	}
    .cyber_monday_2021 .first_product_info .product_info {
		bottom: -30%;
	}
}
@media(max-width: 767px) {
	.cyber_monday_2021 .first-product .product-section {
		padding-bottom: 200px;
	}
    .cyber_monday_2021 .product-content.first-product .product_logo {
        top: -75px;
        right: 0;
	}
    .cyber_monday_2021 .product_title img {
		width: 60%;
	}
}
@media(max-width: 580px) {
    .cyber_monday_2021 .product_title img {
		width: 52%;
	}
    .cyber_monday_2021 .first-product .product-section {
		background-position: center 28px!important;
	}
    .cyber_monday_2021 .logo_section.remove_class {
		max-width: 80%;
        margin: 0 auto;
	}
    .cyber_monday_2021 .product_info {
    	padding: 0 20px;
    }
    .cyber_monday_2021 .first_product_info .product_info {
		bottom: -20%;
	}
    .cyber_monday_2021 .product_info a {
		margin-top: 20px;
	}
    .cyber_monday_2021 .product_info a.product-customlocation {
		margin-top: 0;
	}
    .cyber_monday_2021 .first-product .product-section {
		padding-bottom: 100px;
	}
    .cyber_monday_2021 .product-content.first-product .product_logo {
		top: -50px;
	}
    .cyber_monday_2021 .second_product .product-section {
    	background-position: 0 30px!important;
    }
    .cyber_monday_2021 .second_product .product_logo {
        right: 0;
        top: -55px;
    }
}
.black_2022 .product_title {
	margin-bottom: 0;
}

.cyber_2023 .first_product_info .product_img {
	position: relative;
    max-width: 800px;
    margin: 0 auto;
}
.cyber_2023 .product-content {
    filter: drop-shadow(-10px -10px 10px black);
}
.cyber_2023 .product_logo {
	top: 110px;
}
.cyber_2023 .first-product .product_info a.cart-customlocation {
	color: #ed4845;
}
.cyber_2023 .first-product .regular_price::before {
    background-color: #bb7025;
}
.cyber_2023 .product_info a.cart-customlocation {
    color: #8d6c93;
}
.cyber_2023 .regular_price::before {
	background-color: #bb7025;
}
.friday_2023 .product_logo {
	top: 110px;
}
.friday_2023 .regular_price::before {
	background-color: #bb7025;
}
.friday_2023 .product_info a.cart-customlocation {
	color: #bb7025;
}
.friday_page_content.friday_2023 .product_img img {
	filter: drop-shadow(0 0 100px #bb7025);
}