@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

* {
    font-family: "Microsoft JhengHei", 微軟正黑體, Arial, sans-serif;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;

}

/*
html,
body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

*::selection {
    background: #00A8B1;
    color: #fff;
}

*::-moz-selection {
    background: #00A8B1;
    color: #fff;
}
 */
a:hover {
    text-decoration: none;
}

input {
    outline: none;
    border: 0;
}

button {
    outline: none;
    border: 0;
}

body {
    background-color: #F5F5F5;

}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.logo {
    background-color: #fff;
    text-align: center;
    padding: 11px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.logo a {
    display: inline-block;
}

.logo a img {
    width: 170px;
}

nav {
    box-shadow: 0px 5px 19px 0px rgba(173, 173, 173, 1);
}

header {
    padding: 35px 0 0;
}

.container {
    padding: 75px 15px 75px;
    max-width: 800px;
    margin: 0 auto;
}

.container_news {
    padding: 75px 0px 75px;
    max-width: 800px;
    margin: 0 auto;
}

.step {
    width: 100%;
    display: flex;
    position: relative;
}

.step_row {
    flex: 1;
}

.step_top {
    background-color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin: 0 auto;
    font-size: 21px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    color: #DCDCDC;
    border: #DCDCDC dashed 3px;
}

.step_text {
    text-align: center;
    padding: 15px 0;
    width: 100%;
    font-size: 15px;
    color: #B8B8B8;
    font-weight: bold;
}

.step::after {
    content: " ";
    border: 2px dashed #DCDCDC;
    width: 80%;
    position: absolute;
    left: 50%;
    top: 30%;
    z-index: -1;
    transform: translateY(-50%)translateX(-50%);
}

.step_active .step_top {
    background-color:  #0066CC;
    color: #fff;
    border: inherit;
    line-height: 60px;
}

.step_active .step_text {
    color:  #0066CC;
}

.remind {
    color: #262626;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    padding: 20px 0;
}

.blue_title {
    color:  #0066CC;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

.input_row {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.input_text {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    padding-left: 75px;
    font-size: 18px;
}

.input_title {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 18px;
}

.input_row .input_text:focus {
    border: 1px solid #BAD5F8;
}

.input_row .input_text:focus+.input_title {
    color:  #0066CC;
}

.select_row {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    background-color: #fff;
    padding: 0 15px;
    border-radius: 5px;
    display: flex;
}

.select_row .input_title {
    position: relative;
    top: initial;
    left: initial;
    font-size: 18px;
    flex: 0 0;
    flex-basis: 90px;
    text-align: left;
    line-height: 45px;
}

.input_select {
    flex-grow: 2;
    height: 45px;
    border-radius: 5px;
    font-size: 18px;
    border: 0;

}

.input_select option {
    padding: 10px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: rgb(238, 238, 238);
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
}

.basic {
    margin: 0 0 30px;
}

.black_title {
    color: #262626;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
    display: flex;
    line-height: 1.3;
}

.black_title_nb {
    flex: 0 0;
    flex-basis: 36px;
}

.black_title_text {
    flex-grow: 2;

}

.black_title span {
    padding-left: 20px;
}

.questionnaire {
    padding-left: 35px;
    padding-bottom: 15px;
}

.input_row_label label {
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    display: block;
    line-height: 1.2;
    padding: 12px 0 12px 35px;


}

.input_row_radio {
    position: absolute;
    top: 14px;
    left: 10px;

}

.input_row_radio:checked+.input_row_label {
    border: 1px solid #BAD5F8;
    border-radius: 5px;
}

.input_row_checkbox {
    position: absolute;
    top: 14px;
    left: 10px;

}

.input_row_checkbox:checked+.input_row_label {
    border: 1px solid #BAD5F8;
    border-radius: 5px;
}




.multiple_choice {
    font-size: 14px;
    color: #fff;
    background-color:  #0066CC;
    display: inline-block;
    padding: 5px;
    border-radius: 100px;
    margin-bottom: 15px;
}

.quest_fix {
    display: flex;
    flex-wrap: wrap;
}

.quest_fix li {
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 10px;
}

.quest_fix li:nth-child(odd) {
    padding-right: 5px;
}

.quest_fix li:nth-child(even) {
    padding-left: 5px;
}

.quest_fix li .input_row {
    margin: 0;
}

.input_old {
    padding: 10px 10px 0 0;
}

.input_old input {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #F5F5F5;
    padding: 10px;
    border-radius: 5px;
}

.questionnaire small {
    color: #989898;
    font-size: 15px;
    padding-bottom: 15px;
    display: block;
}

.btn_row {
    padding: 15px 0 0;
}

.blue_btn {
    display: block;
    width: 80%;
    text-align: center;
    background-color:  #0066CC;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 0 auto 15px;
    border-radius: 5px;
    padding: 15px 0;

}

.resend {
    display: block;
    width: 80%;
    text-align: center;
    background-color: #fff;
    font-size: 18px;
    font-weight: bold;
    color: #989898;
    margin: 0 auto 15px;
    border-radius: 5px;
    padding: 15px 0;
    border: 1px solid #989898;
}

.finish {
    text-align: center;
    padding: 25px 0;
    font-size: 18px;
}

.finish_img {
    padding: 15px 0;
    max-width: 120px;
    margin: 0 auto;
}

.finish_img img {
    width: 100%;
}

.finish_edit {
    font-size: 15px;
    color: #989898;
    line-height: 1.5;
}

.news_row a {
    position: relative;
}

.news_row_img {
    width: 100%;
}

.news_row_img img {
    width: 100%;
}

.news_row_bottom {
    height: 140px;
    position: relative;
}

.news_row_text {
    padding: 15px;
    background-color: #fff;
    position: absolute;
    top: -20px;
    right: 0;
    width: 90%;
    box-shadow: -3px 3px 6px 0px rgba(168, 168, 168, 1);
}

.news_row_text h2 {
    padding: 0 0 10px;
    font-size: 20px;
    font-weight: bold;
    color:  #0066CC;
    line-height: 1.3;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.news_row_text p {
    font-size: 15px;
    color: #434343;
    line-height: 1.3;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.article_row {
    padding: 15px;
    background-color: #fff;
}

.article_row h2 {
    font-size: 20px;
    font-weight: bold;
    color:  #0066CC;
    line-height: 1.3;
    padding: 0 0 10px;
}

.date {
    font-size: 15px;
    color: #B8B8B8;
}

.edit {
    margin: 15px 0 0;
    padding: 15px 0;
    border-top: 1px solid #DCDCDC;
    font-size: 18px;
    line-height: 1.5;
    color: #262626;
}
.edit ul,.edit ol{
    
list-style: revert;
padding-left: 25px;

}
.edit img {
    max-width: 100%;

}

.edit p {
    margin-bottom: 15px;
}
.promotions_article_text .edit {
    margin: 0;
    border-top: 0;
}
.tab {
    padding: 25px 15px ;
    background-color: #fff;
    overflow-y: hidden;
    width: auto;
}

.tab_row {
    height: 45px;
}

.tab_row li {
    float: left;
    margin: 0 10px 0 0;
}

.tab_row li a {
    padding: 10px;
    border: 1px #DCDCDC solid;
    display: block;
    border-radius: 50px;
    color: #989898;

}

.tab_row .tab_active a {
    padding: 10px;
    border: 0;
    display: block;
    border-radius: 50px;
    background-color:  #0066CC;
    color: #fff;

}

.tab_row .mCSB_scrollTools .mCSB_draggerContainer {
    display: none;
}

.about_list {
    padding: 30px 0;
}

.about_item {
    display: flex;
    width: 100%;
    box-shadow: 0px 7px 10px 0px rgba(199, 199, 199, 1);
    margin: 0 0 25px;
}

.about_item_img {
    flex: 0 0;
    flex-basis: 150px;

}

.about_item_img img {
    width: 100%;
    display: block;
}

.about_item_text {
    flex-grow: 2;
    background-color: #fff;
    padding: 15px;
    max-height: 150px;
}

.about_item_text h2 {
    padding: 0 0 10px;
    font-size: 20px;
    font-weight: bold;
    color:  #0066CC;
    line-height: 1.3;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.about_item_text p {
    font-size: 15px;
    color: #434343;
    line-height: 1.3;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.article_img {
    width: 100%;
}

.article_img img {
    width: 100%;
}

.promotions_item {
    display: block;
    background-color: #fff;
    box-shadow: 0px 7px 10px 0px rgba(199, 199, 199, 1);
    margin-bottom: 20px;
}

.promotions_img {
    width: 100%;
}

.promotions_img img {
    width: 100%;
}

.promotions_ds {
    padding: 10px;
}

.promotions_ds h2 {
    font-size: 20px;
    font-weight: bold;
    color:  #0066CC;
    line-height: 1.5;
}

.promotions_text {
    display: flex;
    width: 100%;
}

.promotions_left {
    flex-grow: 2;
    color: #434343;
    font-size: 15px;
    line-height: 1.5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.promotions_tag {
    flex: 0 0;
    flex-basis: 75px;
    padding-top: 10px;

}
.promotions_exclusive {
    flex: 0 0;
    flex-basis: 100px;
    padding-top: 10px;
}
.promotions_tag h3 {
    border-radius: 3px;
    background-color: #9E5847;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-size: 15px;
}
.promotions_exclusive h3 {
    border-radius: 3px;
    background-color: #E9506F;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-size: 15px;
}
.promotions_article {
    margin: 0 0 200px;
}

.promotions_article_img {
    width: 100%;
}

.promotions_article_img img {
    width: 100%;
}

.promotions_article_row {
    padding: 15px;
    background-color: #fff;
}

.promotions_article_text {
    border-bottom: 1px solid #DCDCDC;
    padding: 0 0 15px;
}

.promotions_article_text h2 {
    font-size: 20px;
    font-weight: bold;
    color:  #0066CC;
    line-height: 1.5;
}

.promotions_article_text p {
    color: #434343;
    font-size: 18px;
    line-height: 1.5;
}

.promotions_article_data {
    padding: 15px 0 0;
}

.promotions_article_data_text {
    display: flex;
    width: 100%;
    padding: 5px 0;
    font-size: 18px;
}

.promotions_article_data_left {
    flex: 0 0;
    flex-basis: 105px;
    font-size: 18px;
}

.promotions_article_data_right {
    flex-grow: 2;
}

.promotions_precautions {}

.promotions_precautions h3 {
    font-size: 18px;
}

.promotions_precautions_text {
    padding: 10px 0;
    line-height: 1.5;
}

.demand {
    position: fixed;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    left: 0;
    bottom: 0;
    z-index: 9;
    box-shadow: 0px -3px 15px 0px rgba(0, 0, 0, 0.3);
}

.demand_title {
    padding: 10px 0;
}

.demand_title h3 {
    /* font-size: 20px; */
    color: #000;
    float: left;
    font-weight: bold;
    padding: 5px 0 0;
}

.demand_input {
    float: right;

}

.amount_input {

    overflow: hidden;
    border-radius: 3px;
    width: 140px;
    position: relative;
    margin: initial;

}


.amount_input input {
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 30px;
    padding: 0 50px;
    color:  #0066CC;
    font-size: 21px;
    font-weight: bold;

}

.amount_input input::placeholder {
    color:  #0066CC;
}

.amount_input_minus {
    position: absolute;
    width: 45px;
    text-align: center;
    top: 0;
    left: 0;

    line-height: 30px;
    height: 30px;
    color:  #0066CC;
    background-color: #F5F5F5;
    border-radius: 3px;
}

.amount_input_plus {
    border-radius: 3px;
    position: absolute;
    width: 45px;
    text-align: center;
    top: 0;
    right: 0;

    line-height: 30px;
    height: 30px;
    color:  #0066CC;
    background-color: #F5F5F5;
}

.demand_btn {
    background-color:  #0066CC;
    color: #fff;
    text-align: center;
    font-size: 18px;
    width: 100%;
    padding: 10px 0;
    border-radius: 3px;
    display: block;
}

.container_alert {
    font-size: 20px;
    color: #434343;
    border-bottom: 1px solid #DCDCDC;
    padding: 20px;
    
}

.btn_df {
    color: #4496E9;
    background-color: #fff;
    font-size: 20px;
    padding: 10px 0;
}
.ticket_list{
    padding: 15px ;
}


.ticket_item {
    display: flex;
    width: 100%;
    box-shadow: 0px 7px 10px 0px rgba(199, 199, 199, 1);
    margin: 0 0 25px;
    border-radius: 10px;
    overflow: hidden;
}

.ticket_item_left {
    flex: 0 0;
    flex-basis: 150px;
    padding: 10px;
    background-color: #fff;
    border-right: 1px solid #E9E9E9;

}
.ticket_item_img{
    overflow: hidden;
    border-radius: 5px;
    margin: 0 0 5px;
}
.ticket_item_img img {
    width: 100%;
    display: block;
}

.ticket_item_text {
    flex-grow: 2;
    background-color: #fff;
    padding: 15px;
    max-height: 150px;
}

.ticket_item_text h2 {
    padding: 0 0 10px;
    font-size: 20px;
    font-weight: bold;
    color:  #0066CC;
    line-height: 1.3;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.ticket_date{
    font-size: 13px;
    color: #989898;
    line-height: 1.3;
}
.ticket_date p {
    font-size: 13px;
    color: #989898;
    line-height: 1.3;
   
}
.ticket_tag{
    border-radius: 3px;
    background-color: #9E5847;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    
}
.exclusive_tag{
    border-radius: 3px;
    background-color: #E9506F;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    
}
.points_tag{
    border-radius: 3px;
    background-color:  #0066CC;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    
}
.reimburse .ticket_tag{
    background-color: #9E9E9E;
}
.reimburse .exclusive_tag{
    background-color: #9E9E9E;
}
.reimburse .ticket_item_text h2 {
    color: #9E9E9E;
}

.reimburse .ticket_item_img img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    filter: grayscale(100%);
	
    filter: gray;
}
.ticket_qr{
    padding: 30px 0;
}
.ticket_qr_img{
    max-width: 200px;
    
    margin: 0 auto ;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 15px;
    border:  1px solid #DCDCDC;
}
.ticket_qr_img img{
    max-width: 100%;
}
.ticket_qr_text{
    color: #262626;
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
}


.ticket_article_row {
    background-color: #fff;
    padding: 10px;
}
.ticket_article_text{
    border-bottom: 1px solid #DCDCDC;
    padding: 10px 0;
   
}
.ticket_article_text h2 {
    font-size: 20px;
    font-weight: bold;
    color:  #0066CC;
    line-height: 1.5;
}

.ticket_article_text p {
    color: #434343;
    font-size: 18px;
    line-height: 1.5;
}

.ticket_article_data {
    padding: 15px 0 0;
}

.ticket_article_data_text {
    display: flex;
    width: 100%;
    padding: 5px 0;
    font-size: 18px;
}

.ticket_article_data_left {
    flex: 0 0;
    flex-basis: 105px;
    font-size: 18px;
}

.ticket_article_data_right {
    flex-grow: 2;
}

.ticket_precautions {}

.ticket_precautions h3 {
    font-size: 18px;
}

.ticket_precautions_text {
    padding: 10px 0;
    line-height: 1.5;
}
.ticket_fix{
    position: fixed;
    background-color: #fff;
    padding: 15px;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    box-shadow: 0px -3px 15px 0px rgba(0, 0, 0, 0.3);
}
.ticket_text_red{
    color: #E9506F;
    font-size: 15px;
    padding: 0 0 10px;
    text-align: center;
}
.ticket_btn{
    background-color:  #0066CC;
    color: #fff;
    text-align: center;
    font-size: 18px;
    width: 100%;
    padding: 10px 0;
    border-radius: 3px;
    display: block;
}
.ticket_article{
    margin: 0 0 120px;
}
.input_alert{
    padding: 10px ;
}
.input_alert input{
    width: 100%;
    border: 1px solid #B8B8B8;
    height: 40px;
    border-radius: 3px;
    width: 100%;
    background-color: #fff;
    padding: 5px;
    font-size: 16px;
    
}

.ticket_alert {
    font-size: 20px;
    color: #434343;
    border-bottom: 1px solid #DCDCDC;
    padding: 20px;
    /* margin-bottom: 15px; */
}
.ticket_cancel{
width: 50%;

background-color: transparent;
}
.bd{
    border-right: 1px solid #DCDCDC;
}

.ticket_state_row{
    background-color: #fff;
    text-align: center;
    padding: 30px 0;
}

.ticket_state_text{
color: #E9506F;
font-size: 24px;
font-weight: bold;
display: inline-block;
padding: 15px;
background-color: #FFEAEE;
border-radius: 10px;
margin-bottom: 10px;
}
.ticket_state{
    background-color: #fff;
}
.search_select{
    padding: 15px 15px 0;
    display: flex;
    flex-wrap: wrap;
}
.search_select_item{
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 10px;
    
}
.search_select_item .input_select{
   width: 100%;
   padding: 10px;
}

.search_select_item:nth-child(odd){
    padding-right: 5px;
}
.search_select_item:nth-child(even){
    padding-left: 5px;
}
.search_input{
    padding: 0 15px;
    margin: 15px 0 0;
}
.search .tab {
    padding: 15px 15px;
    background-color: #fff;
    overflow-y: hidden;
    width: auto;
}
.search_input .input_text{
    width: 100%;
    height: 45px;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 18px;
}
.search_bottom{
    display: flex;
    width: 100%;
    padding: 15px ;
}
.search_fix{
    flex: 1;
    align-items:center ;
}
.search_btn{
    background-color: #0066CC;
    width: 100%;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    display: block;
    padding: 10px 0;
}
.search_checkbox{
    font-size: 15px;
}
.search_row{
    
}
.search_state{
    padding: 100px 0 0;
}
.search_state_img{
    max-width: 238px;
    margin: 0 auto;
}
.search_state_img img{
    width: 100%;
}
.search_state_text{
    color: #989898;
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
}
.store_item{
    width: 100%;
    box-shadow: 0px 7px 10px 0px rgb(199 199 199);
    margin: 0 0 25px;
    background-color: #fff;
    padding: 15px;
}

.store_title{
    padding: 0 0 10px;
    margin: 0 0 15px;
    border-bottom: 1px solid #DCDCDC;
}
.store_title h2{
    font-size: 20px;
    color:  #0066CC;
    font-weight: bold;
    float: left;
}
.store_item_icon{
    float:right;
}
.store_item_icon a{
    color: #F69757;
    font-size: 21px;
    margin: 0 0 0 10px ;
}
.store_title_text{
    color: #434343;
    font-size: 15px;
    line-height: 1.5;
}
.store_title_tag{
    padding: 15px 0 0;
    font-size: 15px;
}
.store_ticket{
    background-color: #FFEAEE;
    color: #E9506F;
    border-radius: 5px;
    padding: 5px 10px;
    margin:0 5px 0 0;
}
.store_color{
    background-color: #FDEADD;
    color: #EB7C31;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 0 5px 0 0;
}
.search_row{
    padding: 25px 0;
}
.search_fix_bottom{
    padding: 15px;
}

.store_art{
    background-color: #ddf5fd;
    color: #319ceb;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 0 10px 0 0;
}
.member{
    padding: 25px 0 0 ;
}
.member_points{
    color:  #0066CC;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 15px;
}
.promotions_bar{
    background-color: #fff;
    width: 100%;
    padding: 15px;
    margin: 0 0 15px;
}

.promotions_bar .member_points{
    position: relative;

    font-size: 19px;
}

.points_records{
    display: inline-block;
    float: right;
    font-size: 16px;
    display: inline-block;
    padding: 5px 10px;
    background-color: #9E5847;
    color: #fff;
    border-radius: 50px;
}
.promotions_tab{

}

.promotions_tab li{
    display: inline-block;
    
}


.promotions_tab li a{

    font-size: 16px;
    display: inline-block;
    padding: 5px 10px;
    background-color: #fff;
    color: #989898;
    border-radius: 50px;
    border: 1px solid #989898;
    font-weight: bold;
}

.promotions_tab li .active{
    background-color:  #0066CC;
    border: 1px solid  #0066CC;
    color: #fff;
}
.promotions_points_list{
    padding: 15px 0;
    font-size: 0;
    
}

.promotions_points_list li{
    width: 50%;
    display: inline-block;
    padding: 10px 10px;
    
}
.promotions_points_item{
    box-shadow: 0px 7px 10px 0px rgba(199, 199, 199, 1);
    text-align: center;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    display: block;
    border-radius: 5px;
}
.points_item_img{
    width: 100%;
}
.points_item_img img{
    width: 100%;
}
.promotions_points_item h3{
    font-size: 17px;
    font-weight: bold;
    color:  #0066CC;
    line-height: 1.5;
    text-align: center;
    padding: 10px 0 0;
}
.points_item_nb{
    font-size: 17px;
    font-weight: bold;
    color: #1a1a1a;
    text-align: center;
    padding: 5px 0 0;
    margin: 0 0 5px;
}
.points_item_btn{
    font-size: 16px;
    display: inline-block;
    padding: 5px 10px;
    background-color:  #0066CC;
    border: 1px solid  #0066CC;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
}
.points_article_bar{
    border: 1px solid  #0066CC;
    padding: 15px;
    font-weight: bold;
    border-radius: 5px;
}
.points_article_bar span{
    float: right;
    color:  #0066CC;
    font-weight: bold;

}
.points_article_bar span i{

    margin: 0 5px;
}
.points_subtotal_bar{

    padding: 0px 0 20px;
    font-weight: bold;
}
.points_subtotal_bar span{
    float: right;
    color:  #0066CC;
    font-weight: bold;
    margin: 0 5px;
    font-size: 21px;
}

.points_subtotal_bar span i{

    margin: 0 5px;
}
.blue_text{
    padding: 15px 0;
    color:  #0066CC;
    text-align: center;
}
.points_icon{
   width: 15px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}
.points_icon_big{
    width: 20px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}