.footer_box{
	width: 100%;
    max-width: 750px;
    min-height: 370px;
}
.footer_box .footer_list{
    margin: 0;
   	padding: 10px;
    background-color: #0a1e2d;
}
.footer_box .footer_item{
	list-style: none;
	margin-bottom: 20px;
}
.subscribe_title{
	margin: 0;
    text-align: left;
    color: #FFF;
    font-size: 20px;
    margin-bottom: 15px;
}
.subscribe_input_box{
	display: flex;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
}
.subscribe_input_box input{
	height: 40px;
    border: none;
    width: 80%;
    box-sizing: border-box;
    padding-left: 10px;
    background-color: #FFF;
}
.subscribe_input_box .subscribe_submit{
	width: 20%;
	line-height: 40px;
    border: none;
    height: 100%;
    border-left: 1px solid #333;
}
.footer_item .payment_options_list{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.payment_options_list .payment_options_img{
	display: inline-block;
    height: 30px;
    margin: 0 10px 10px 0;
}

.payment_options_list .payment_options_img img{width: 100%;height: 100%;}
@media(min-width: 750px){.payment_options_list .payment_options_img{height: 50px;}}

.collapse_item{ border-bottom: 1px solid #FFF; }
.collapse_item_content{ padding: 15px 10px;	 }
.collapse_item .collapse_item_title{
	margin: 0;
    text-align: left;
    color: #FFF;
    height: 36px;
    line-height: 36px;
    display: flex;
    position: relative;
}
.collapse_item .collapse_item_title .add_icon{
	position: absolute;
    right: 10px;
}
.term_service{
    display: flex;
    flex-direction: column;
}
.term_service a{
	margin-bottom: 10px;
    color: #FFF;
    font-size: 14px;
}
.shopping_portal_list{
	display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.shopping_portal_list a{
	min-width: 25%;
    text-align: center;
    color: #FFF;
    padding: 5px;
    margin-bottom: 10px;
}
.social_media_list{
    display: flex;
    justify-content: center;
}
.social_media_list a{margin-right: 10px;}
.social_media_list a img{max-width: 60px;}
.cut_currency_box{
	padding: 5px 10px;
    margin-top: 5px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cut_currency_box .currency_main{
	margin: 0;
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    color: #FFF;
}
.cut_currency_box .currency_code_box{margin-left: 20px;}
.cut_currency_box .currency_main i{transform: rotate(90deg);}
.select_currency{display: none;left: 0;right: 0;margin: auto;}
.select_currency .currency_box{position: absolute;width: 100%;background-color: #FFF;height: 270px;bottom: 0;}
.select_currency .currency_box .currency_top{width: 100%;height: 40px;display: flex;border-bottom: 1px solid #f5f5f5;justify-content: flex-end;align-items: center;}
.select_currency .currency_box .currency_top i{margin-right: 10px;}
.select_currency .currency_box .p_currency_m{
	padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 150px;
    overflow: hidden;
    overflow-y: scroll;
    padding: 50px 20px 0;
    position: relative;
    margin-bottom: 20px;
}
.select_currency .currency_box .p_currency_m li{
	min-height: 40px;
    width: 100%;
    margin: 5px 0;
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.misses_circle{width: 18px;height: 18px;border: 1px solid #999;border-radius: 50%;display: flex;justify-content: center;align-items: center;}
.misses_circle i{font-size: 24px;}
.instagram_list{display: flex;justify-content: center;align-items: center;background-color: #eeeeee;border-top: 1px solid #FFF;padding: 5px 0;border-bottom: 1px solid #FFF;}
.instagram_list a{color: #333;}
.instagram_list a{margin-right: 10px;}
.instagram_list a i{font-size: 24px;}
.instagram_list a:last-child{margin-right: 0px;}

.underlineTxt{text-decoration:underline;}