@charset "utf-8";
/* CSS Document */
.giveaway-offer-banner{
	height: 500px;
	background: url(../images/giveaway-offer/giveaway-offer-banner-bg.jpg) center no-repeat;
	background-size: cover;
}
.giveaway-offer-banner-content{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	text-align: center;
}
.giveaway-offer-banner-content h1{
	font-size: 98px;
}
.giveaway-offer-banner-content p{
	font-size: 40px;
	padding-top: 40px;
}
.giveaway-offer-banner-content p>span{
	font-size: 50px;
	color: #ff5959;
}

.giveaway-offer-sm{
	background-color: #f5f5f5;
}

.giveaway-offer-content-wrap{
	padding-top: 60px;
	padding-bottom: 60px;
}
.giveaway-offer-content-wrap h2{
	font-size: 36px;
	text-align: center;
}
.giveaway-offer-content-wrap h2>span{
	font-size: 46px;
	color: #ff7200;
}
.giveaway-offer-content-wrap .description{
	padding-top: 35px;
	line-height: 36px;
	font-size: 20px;
	color: #505050;
}

.giveaway-offer-product-wrap{
	background: -webkit-linear-gradient(left, #ca7f1a, #fbea90, #ca7f1a);
	background: -o-linear-gradient(left, #ca7f1a, #fbea90, #ca7f1a);
	background: -moz-linear-gradient(left, #ca7f1a, #fbea90, #ca7f1a);
	background: -mos-linear-gradient(left, #ca7f1a, #fbea90, #ca7f1a);
	background: linear-gradient(left, #ca7f1a, #fbea90, #ca7f1a);
	border-radius: 3px;
	padding: 5px;
	margin-top: 60px;
}
.giveaway-offer-product{
	background-color: #fff;
	padding: 25px 25px 35px;
}
.giveaway-offer-product .product-box{
	width: 20%;
}
.giveaway-offer-product .product-buy{
	width: 80%;
}
.product-buy .product-buy-content{
	position: relative;
	margin-top: 20px;
	text-align: center;
}
.product-buy .product-buy-content:after{
	position: absolute;
	display: block;
	content: "";
	width: 1px;
	height: 180px;
	background-color: #d3d3d3;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.product-buy .product-buy-content:last-child:after{
	display:none;
}
.product-buy .product-buy-content h3{
	font-size: 30px;
}
.product-buy .product-buy-content .product-support{
	padding-top: 20px;
	font-size: 20px;
	color: #3f3f3f;
}
.product-buy .product-buy-content .price{
	padding-top: 30px;
	font-size: 42px;
	color: #ff1e00;
	font-style: italic;
}
.product-buy .product-buy-content .price>span{
	font-size: 18px;
	color: #3f3f3f;
	text-decoration: line-through;
	font-style: normal;
}
.product-buy .product-buy-content .buybtn{
	display: inline-block;
	width: 174px;
	height: 50px;
	margin-top: 30px;
	line-height: 50px;
	background-color: #fa8c35;
	font-size: 22px;
	color: #fff;
}
.product-buy .product-buy-content .buybtn:hover{
	background-color: #f86e00;
	text-decoration: none;
}
.product-buy .product-buy-content .buybtn i{
	margin-right: 10px;
}
.giveaway-offer-pdr{
	background: url(../images/giveaway-offer/giveaway-offer-pdr-bg.jpg) center no-repeat;
	background-size: cover;	
}
.giveaway-offer-pdr h2, .giveaway-offer-pdr .description{
	color: #fff;
}
.product-buy .product-buy-content ul{
	min-height: 140px;
	height: auto;
	padding-top: 20px;
}
.product-buy .product-buy-content ul li{
	line-height: 30px;
	font-size: 16px;
}
.product-buy .product-buy-content .org{
	color: #fa8c35;
}


.protected{
	font-size: 20px;
	line-height: 40px;
	margin-bottom: 40px;
}
.protected img{
	max-width: 100%;
	height: auto;	
}

.store-sales-faq h2{
	position: relative;
	padding-bottom: 10px;	
}
.store-sales-faq h2:after{
	position: absolute;
	display: block;
	content: "";
	width:60px;
	height: 2px;
	background-color: #9f9f9f;
	bottom: 0px;
	left: 50%;
	margin-left: -30px;	
}

.store-sales-faq ul{
	margin-top: 40px;	
}
.store-sales-faq ul li{
	margin:auto;
	border-bottom: 1px solid #8e8d8d;	
}
.store-sales-faq ul li:first-child{
	border-top: 1px solid #8e8d8d;	
}
.store-sales-faq ul li p.faq-question{
	font-size: 22px;
	padding: 20px 0px;
	cursor: pointer;
}
.store-sales-faq ul li p.faq-question:before{
	float: right;
	margin-right: 10px;
	transition: transform 0.2s;
}
.store-sales-faq ul li p.faq-answer{
	display: none;
	color: #555;
	padding-bottom: 10px;
	transition: max-height 5s;
	-webkit-transition: max-height 5s;
}
.store-sales-faq ul li.current{
	padding-bottom: 10px;	
}
.store-sales-faq ul li.current p.faq-question:before{
	transform: rotate(90deg);	
}
.store-sales-faq ul li p img{
	max-width: 100%;
	height: auto;
	margin: 10px 0px;	
}

.mt-store-support-wrap{ background-color: #383c3d; padding: 25px 0;}

.mt-store-support{ text-align:center;}
.mt-store-support .col-4-1{ margin: 20px auto 20px;}
.mt-store-support-title{ display:block; font-size:24px; color:#fff; padding-top:20px;}