﻿#sectionAbroadList_Filter .people-area { display: flex; justify-content: flex-end; }
#sectionAbroadList_Filter .people-area .block { display: flex; align-items: center; margin-left: 1rem; font-weight: 500; white-space: nowrap; }
#sectionAbroadList_Filter .people-area .block .input-group { width: auto; margin: 0 0.5rem; }
#sectionAbroadList_Filter .people-area .block .input-group > * { padding: 0 0.5rem; }
#sectionAbroadList_Filter .people-area .block .input-group input { width: 45px; text-align: center; font-size: 1.25rem; background-color: #fff; border-color: var(--color-gray-dark); }
#sectionAbroadList_Filter .people-area .block .input-group button i { margin: 0; }
/*sm*/ @media (max-width: 575px) {
    #sectionAbroadList_Filter .people-area { flex-direction: column; align-items: flex-end; }
    #sectionAbroadList_Filter .people-area .block { margin-top: 0.2rem; }
}

#sectionAbroadList_List .product-area .product-list .product-tile .blank { height: 65px; }
#sectionAbroadList_List .product-area .product-list .product-tile .price .text { margin: 0; }






#sectionAbroadView_Header .calculator .people-line .people-item { display: flex; justify-content: flex-end; align-items: center; }
#sectionAbroadView_Header .calculator .people-line .people-item ~ .people-item { margin-top: 0.5rem; }
#sectionAbroadView_Header .calculator .people-line .people-item .input-group { width: auto; margin: 0 0.25rem; }
#sectionAbroadView_Header .calculator .people-line .people-item .input-group button { padding: 0 0.5rem; }
#sectionAbroadView_Header .calculator .people-line .people-item .input-group input { width: 40px; padding: 0; text-align: center; font-size: 1.25rem; background-color: #fff; border-color: var(--color-gray-dark); }
#sectionAbroadView_Header .calculator .people-line .people-item .input-group button i { margin: 0; }

#sectionAbroadView_Header .calculator .bigtext { display: flex; justify-content: flex-end; align-items: center; margin-top: 0.5rem; font-weight: 500; }
#sectionAbroadView_Header .calculator .bigtext .total { font-size: 1.7rem; font-weight: 700; color: var(--color-main); }
#sectionAbroadView_Header .calculator .bigtext .total .price.num { margin-left: 0.5rem; }
#sectionAbroadView_Header .calculator .smalltext { color: var(--color-gray-dark); text-align: right; }
#sectionAbroadView_Header .buttons { text-align: right; }

#sectionAbroadView_Summary .line { display: flex; margin-bottom: 0.25rem; }
#sectionAbroadView_Summary .line .header { width: 65px; }
#sectionAbroadView_Summary .line .header .badge { font-size: 0.9rem; font-weight: 500; }
#sectionAbroadView_Summary .line .value { flex: 1; }