*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}
.container{
	margin: 0px;
}
.nav-indicator{
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 8vh;
    background-color: #5D4954;
    font-family: 'Poppins', sans-serif;
}
.logo h4{
    color: #e2e2e2;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 20px;
	font-weight: bold;
}
.nav-links{
    display: flex;
    width: 50%;
    justify-content: space-around;
	padding: 0;
	margin: 0;
}
.nav-links li a{
    color: #e2e2e2;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 14px;
	transition: all 0.6s;
}
.nav-links li a:hover{
	color: #e2e2e2;
    text-decoration: none;
}
.nav-links li{
    list-style: none;
}
.burger{
    display: none;
    cursor: pointer;
}
.burger div{
    width: 25px;
    height: 3px;
    background-color: #e2e2e2;
    margin: 5px;
	transition: all 0.3s ease;
}

@media screen and (max-width: 1024px){
    body{
        overflow-x: hidden;
    }
    .nav-links{
        position: absolute;
        right: 0px;
        height: 92vh;
        top: 8vh;
        background-color: #5D4954;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 80%;
        transform: translateX(100%);
        transition: transform 0.5s ease-in;
		padding-bottom: 100px;
    }
    .nav-links li{
        opacity: 0;
    }
    .burger{
        display: block;
    }
	.product-content .price{
		font-size: 20px;
		font-weight: 400;
	}
	.product-content .title{
		font-size: 22px;
	}
	.product-image .product-social li a{
		font-size: 36px;
	} 
	#adult-only-notification{
		width: 100%;
		padding: 10px;
	}
	.product-image .product-social li a{
		color: red;
	}
	footer .social .fa{
		color: white;
		border-radius: 12px;
		margin: 15px 5px 5px 5px;
		width: 54px;
		height: 54px;
		line-height: 54px;
		font-size: 26px;
		border: 2px solid white;
		transition: all 0.5s;
	}
	#promotion-information{
		font-size: 16px;
		line-height: 20px;
		padding: 5px;
	}
}
@media screen and (min-width: 1025px){
	.product-content .price{
		font-size: 15px;
		font-weight: 400;
	}
	.product-content .title{
		font-size: 16px;
	}
	.product-image .product-social li a{
		font-size: 24px;
	} 
	#adult-only-notification{
		padding: 100px;
	}
	.product-image .product-social li a{
		color: rgba(255,0,0,0.7);
		transition: all 0.3s;
	} 
	.product-image .product-social li:hover a{
		color: red;
	}
	footer .social .fa{
		color: white;
		border-radius: 16px;
		margin: 15px 5px 5px 5px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 30px;
		border: 2px solid white;
		transition: all 0.5s;
	}
	#promotion-information{
		font-size: 20px;
		line-height: 36px;
	}
}
.nav-div{
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 100;
}
.nav-active{
    transform: translateX(0%);
}
.toggle .line1{
	transform: rotate(-45deg) translate(-5px, 6px);
}
.toggle .line2{
	opacity: 0;
}
.toggle .line3{
	transform: rotate(45deg) translate(-5px, -6px);
}
nav .li-active{
	opacity: 0.7;
}
nav a:hover{
	opacity: 0.7;
}
#item-count{
	font-weight: bold;
	font-size: 14px;
}
.offset{
	min-height: 8vh;
}
.set-space{
	margin-top: 20px;
}
footer{
	overflow: hidden;
	/*background: #222;*/
	background: #5D4954;
	text-align: center;
	color: white;
}
footer .footer-logo{
	display: block;
	padding-top: 10px;
	color: #e2e2e2;
	text-decoration: none;
	font-weight: bold;
	font-size: 26px;
	letter-spacing: 3px;
	transition: all 2s;
}
footer .company-information .fa{
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
	color: #e2e2e2;
}
footer .company-information .fa:hover
{
	text-decoration: none;
	opacity: 0.7;
}
footer .footer-logo:hover{
	color: red;
	text-decoration: none;
}

.payment-options .fa{
	color: white;
	border-radius: 16px;
	margin: 0px 8px;
	height: 30px;
	line-height: 50px;
	font-size: 36px;
	transition: all 1s;
	opacity: 0.9;
}
.payment-options .fa:hover{
	opacity: 0.7;
}
footer p{
	padding-top: 10px;
	color: #999;
	font-size: 15px;
	letter-spacing: 1px;
}
footer .social .fa:hover{
	background: #ff1053;
	border: 2px solid #fb527a;
	border-radius: 80px;
}
:root{
    --main-color: #e74c3c;
}
.product-grid{
    font-family: tahoma;
    position: relative;
}
.product-grid .product-image{
    overflow: hidden;
    position: relative;
}
.product-grid .product-image:before{
    content: "";
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.4s ease-out 0s;
}
.product-image:hover .product-image:before{
    opacity: 1;
}
.product-grid .product-image a{
    display: block;
}
.product-grid .product-image img{
    width: 100%;
    height: auto;
}
.product-image .pic-1{
    opacity: 1;
    backface-visibility: hidden;
    transition: all 0.4s ease-out 0s;
}
.product-image:hover .pic-1{
    opacity: 0;
}
.product-image .pic-2{
    width: 100%;
    height: 100%;
    opacity: 0;
    backface-visibility: hidden;
    transform: scale(3);
    position: absolute;
    top:0;
    left: 0;
    transition: all 1s ease-out 0s;
}
.product-image:hover .pic-2{
    opacity: 1;
    transform: scale(1);
}
.product-image .product-trend-label, 
.product-image .product-discount-label,
.product-image .product-new-label{
    content: "";
    color: white;
    background-color: orange;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 0 7px;
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
}
.product-image .product-discount-label{
    background-color: orange;
    left: auto;
    right: 12px;
}
.product-image .product-new-label{
    background-color: red;
    right: auto;
    left: 12px;
}
.product-grid .product-social{
    padding: 0;
    margin: 0;
    list-style: none;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 4;
}
.product-grid .product-social li{
    margin: 0 0 12px;
    opacity: 0;
    transform: translateX(-60px);
    transition: transform 0.3s ease-out 0s;
}
.product-image:hover .product-social li{
    opacity: 1;
    transform: translateX(0);
}
.product-image:hover .product-social li:nth-child(2){
    transition-delay: 0.1s;
}
.product-image:hover .product-social li:nth-child(3){
    transition-delay: 0.3s;
}
.product-image:hover .product-social li:nth-child(4){
    transition-delay: 0.3s;
}

/*Active*/
.product-image-active .product-image:before{
    opacity: 1;
}
.product-image-active .pic-1{
    opacity: 0;
}
.product-image-active .pic-2{
    opacity: 1;
    transform: scale(1);
}
.product-image-active .product-social li{
    opacity: 1;
    transform: translateX(0);
}
.product-image-active .product-social li:nth-child(2){
    transition-delay: 0.1s;
}
.product-image-active .product-social li:nth-child(3){
    transition-delay: 0.3s;
}
.product-image-active .product-social li:nth-child(4){
    transition-delay: 0.3s;
}

/*End of Active*/

.product-content .title{
    padding: 0;
    margin: 2px;
	font-weight: 400;
}
.product-content .title a{
    color: black;
}
.product-content .title a:hover{
	opacity: 0.7;
    text-decoration: none;
}
.back-to-top .fa{
	font-size: 60px;
	position: fixed;
	left: 20px;
	bottom: 10px;
	color: black;
	opacity: 0.2;
	z-index: 10;
}
.back-to-down .fa{
	font-size: 60px;
	position: fixed;
	left: 20px;
	top: 80px;
	color: black;
	opacity: 0.2;
	z-index: 10;
}
.back-to-top .fa:hover{
	opacity: 0.3;
}
.back-to-down .fa:hover{
	opacity: 0.3;
}
#set-background{
	width: 100%;
	height: 1500px;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 102;
	overflow: hidden;
	display: none;
}
#adult-only-notification{
	border-radius: 20px;
	background-color: red;
	color: #fff;
	text-align: center;
	font-size: 30px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 203;
	display: none;
}
#not-qualified a{
	width: 50%;
	text-decoration: none;
	color: #fff;
}
#not-qualified:hover, #qualified:hover{
	cursor: pointer;
}
#promotion-banner{
	text-transform: uppercase;
	color: #e2e2e2;
	z-index: 200;
	padding: 30px;
	font-size: 22px;
	transform: translateX(-50%);
	text-align: center; 
	position: fixed;
	left: 50%;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.8);
	animation: text 3s 1;
	letter-spacing: 3px;
	width: 100%;
}
@keyframes text {
	0%{
		background: rgba(0, 0, 0, 0.2);
	}
	30%{
		letter-spacing: 8px;
		background: rgba(0, 0, 0, 0.5);
	}
	85%{
		letter-spacing: 3px;
		background: rgba(0, 0, 0, 0.8);
	}
}
#promotion-banner .fa{
	opacity: 0.8;
	font-size: 32px;
	color: white;
	position: absolute;
	top: 6px;
	right: 6px;
	cursor: pointer;
	transition: all 1s;
}
#promotion-banner .fa:hover{
    opacity: 1;
	transform: rotate(90deg);
}
.video-background{
    width: 100%;
}
.size-indicator{
	font-size: 24px;
	text-align: center;
	padding: 10px;
}
video{
	width: 100%;
}