@charset "UTF-8";
.csListSlideBox .chat-slider .item {
    position: relative;
    width: 220px;
    min-height: 360px;
    height: auto;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding: 0 7px 15px 7px;
}
.csListSlideBox .chat-slider .item .item-box{
    position: relative;
    background: #fff;
    padding: 35px 20px 20px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.2);
}
.csListSlideBox .chat-slider .item-more {
    width: 88px;
    /*min-height: 376px;*/
    min-height: 426px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    box-shadow: none;
    padding: 0 7px 15px 7px;
}
.csListSlideBox .chat-slider .item-more a {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.csListSlideBox .chat-slider .item .item-box .tag-content{
    position: absolute;
    left: -7px;
    top: 2px;
    z-index: 1;
    width: calc(100% - 110px);
    min-height: 46px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.csListSlideBox .chat-slider .item .item-box .tag-content p{
    margin: 0;
    margin-bottom: 0;
    position: relative;
}
.csListSlideBox .chat-slider .item .item-box .tag-content p + p{
    margin-top: -3px;
}
.csListSlideBox .chat-slider .item .item-box .tag-content p::before{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 14px;
    border-left: 7px solid transparent;
    border-top: 9px solid #000;
    z-index: -1;
}
.csListSlideBox .chat-slider .item .item-box .tag-content p span{
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    background: #333;
    height: 16px;
    padding: 0 8px;
    line-height: 1.8;
    font-size: 10px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 2px 2px 2px 3px;
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    vertical-align: top;
}
.csListSlideBox .chat-slider .item .item-box .tag-content .tag-imp{    
    margin: 0;
    margin-bottom: 0;
    position: relative;
}
.csListSlideBox .chat-slider .item .item-box .tag-content p.tag-imp::before{border-top: 9px solid #7a002c!important;}
.csListSlideBox .chat-slider .item .item-box .tag-content p.tag-imp span{background: #a50034!important;}

.csListSlideBox .chat-slider .item .item-box .visual{
    position: relative;
    width: 110px;
    height: 110px;
    display: inline-block;
}
.csListSlideBox .chat-slider .item .item-box .visual img{
    width: 100%;
}

.csListSlideBox .chat-slider .item .item-box .products-info{margin-top: 5px;}
.csListSlideBox .chat-slider .item .item-box .products-info .pd-group2 .model-name{
    font-size: 14px;
    line-height: 1.4em;
    color: #333;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
		height: 2.8em;
    font-weight: 600;
}
.csListSlideBox .chat-slider .item .item-box .products-info .pd-group2 .model-name a{color: #000;} 
.csListSlideBox .chat-slider .item .item-box .products-info .pd-group2 .sku{   
    margin: 5px 0 0;
    min-height: 18px;  
    font-size: 12px;
    line-height: 14px;
    color: #6b6b6b;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* rating */
.csListSlideBox .chat-slider .item .item-box .products-info .rating{
    max-width: 210px;
    margin: -4px auto 0;
    min-height: 28px;
}
.csListSlideBox .rating.inhouse-review .star-area {
    font-size: 0;
}
.csListSlideBox .rating.inhouse-review .star-area .star{
    width: 73px;
    height: 12px;
    position: relative;
    display: inline-block;
    margin-top: 4px;
}
.csListSlideBox .rating.inhouse-review .star-area .star .bg-star, 
.csListSlideBox .rating.inhouse-review .star-area .star .carmine-star{   
   
     height: 100%;
    background-repeat: no-repeat;
    background-size: 73px 12px;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: 0;
}
.csListSlideBox .rating.inhouse-review .star-area .star .bg-star{
    width: 100%;
    background-image: url(../../assets/img/star-white.svg);
}
.csListSlideBox .rating.inhouse-review .star-area .star .carmine-star{
    width: 0;
    background-image: url(../../assets/img/star-carmine.svg);
    background-color: #fff;
}
.csListSlideBox .rating.inhouse-review .star-area .review-number{
    display: inline-block;
    vertical-align: top;
    color: #6b6b6b;
    font-size: 14px;
    margin-top: 0;
    margin-left: 8px;
}

/* file-list */
.csListSlideBox .chat-slider .item .item-box .products-info .file-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 20px;
    margin-top: 3px;
    margin-bottom: 6px;
}

.csListSlideBox .chat-slider .item .item-box .products-info .file-list .fiche{    
    height: 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
    max-width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-style: normal;
    font-weight: 400;
    color: #6b6b6b;
}
.csListSlideBox .chat-slider .file-list>a+.energy-label-wrap, .file-list>a+a{margin: 0 4px;}
.csListSlideBox .chat-slider .energy-label-wrap{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    margin: 0 2px;
}
.csListSlideBox .chat-slider .energy-label-wrap .label{
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 16px;
    font-size: 0;
}
.csListSlideBox .chat-slider .energy-label-wrap .label>img {
    width: 100%;
}

/* model-button */
.chat-slider .model-button{margin-top: 10px;}
.chat-slider .item .button{
    margin: auto;
    max-width: 210px;
}

.products-info .button {
		height: 74px;
}

.chat-slider .item .button .btn {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: none;
    text-transform: uppercase;
}
.chat-slider .item .button .btn+.btn{
    margin-top: 4px;
}
.chat-slider .item .button .active {
    display: block;
}

.chat-slider .btn {
    display: inline-block;
    min-width: 80px;
    padding: 11px 23px;
    border-radius: 3px;
    border: 1px solid transparent;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    cursor: pointer;
    background-color: transparent;
}
.btn.btn-primary{
    color: #fff!important;
    border-color: #a50034!important;
    background: #a50034!important;
}
.btn.btn-outline-secondary {
    background: 0 0!important;
    color: #6b6b6b!important;
    border-color: #6b6b6b!important;
}
.btn.btn-sm {
    padding: 8px 20px 9px;
}
/* model-button End*/

.csListSlideBox .chat-slider .price-area.total .purchase-price {
    font-size: 17px;
    line-height:1.2;
    color: #000;
    display: inline-block;
}
.csListSlideBox .chat-slider .price-area.total .product-price {
    font-size: 14px;
    line-height:1.2;
    color: #6b6b6b;
    display: inline-block;
}

/* promotionSlideBox */
.promotionSlideBox .item{
    position: relative;
    width: 220px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    min-height: 280px;
    height: auto;
    font-size: 16px;
    font-size: 1rem;
    padding: 0 7px 15px 7px;
}
.promotionSlideBox .item .promotion-item{
    background-color: #ffffff;
    padding: 0px 0px 20px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.2);
}

.promotionSlideBox .chat-slider .item .item-box{
    position: relative;
    background: #fff;
    padding: 35px 20px 20px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.2);
}
.promotionSlideBox .chat-slider .item-more {
    width: 88px;
    min-height: 258px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    box-shadow: none;
    padding: 0 7px 15px 7px;
}
.promotionSlideBox .chat-slider .item-more a {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.promotion-item .visual-area {
    margin-bottom: 10px;
    font-size: 0;
    height: 109px;
    overflow-y: hidden;
}
.promotion-item .visual-area a{
    display: block;
}
.promotion-item .visual-area a img {
    max-width: 100%;
}
.promotion-item .head-copy, .promotion-item .body-copy {
    padding: 0 20px;
    text-align: left;
}
.promotion-item .head-copy{
    font-size: 14px;
    line-height: 1.4em;
    color: #000;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 2.8em;
    font-weight: 600;
}
.promotion-item .body-copy{
    margin: 5px 0 0;
    font-size: 12px;
    color: #6b6b6b;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.promotionSlideBox .chat-slider .model-button{padding: 0 20px; margin-top: 7px; min-height: 35px;}


/* View More */
.view-more{
    display: block; 
}
.view-more::before{
    content: "";
    display: block;
    background:url("./../img/ico-viewMore.svg") #7f7f7f no-repeat center;
    background-size: 12px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin: 0 auto 5px;
}
a .view-more{
    font-size: 14px;
    color:#6b6b6b;
    text-decoration: underline;
    display: block;
    word-break: break-all;
}

/* slick */
.chat-slider .slick-dots li button:before{
    display: none;
}

.chat-slider .slick-list{  
    margin:0 -16px 0; 
    padding: 0 calc(100% - 240px) 0 52px;
}

.chat-slider.slick-slider .slick-dots{
    transform: translateX(0px);
    font-size: 0;
    text-align: center;
    margin: 5px 0 0;
    height: 8px;
    position: initial;
}
.chat-slider.slick-slider .slick-dots li{
    display: inline-block;
    width: 8px;
    height: 8px;
    position: relative;
    border-radius: 50%;
    margin:0;
    margin-left: 8px;
    line-height: normal;
    transform: scale(1);    
}
.chat-slider.slick-slider .slick-dots li:only-child{
    display: none;
}
.chat-slider.slick-slider .slick-dots li button{
    background: #a2a2a2;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
}
.chat-slider.slick-slider .slick-dots li.slick-active button {background: #a50034;}



/* my location agree check popup */
#serviceCenterLocator, #getDirection, .agreePopup {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4000;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
	padding: 10px;
}

#getDirection, .agreePopup {
	z-index : 4001;
}

.pc #getDirection, .pc #serviceCenterLocator, .pc .agreePopup {
	padding: 30px;
}

#getDirection .layerPopup, #serviceCenterLocator .layerPopup, .agreePopup .layerPopup {
	width : 100%;
	height : auto;
	background: #fff;
	border-radius: 10px;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	bottom: 0;
	min-width: 300px;
}

.agreePopup .layerPopup .top {
	position: relative;	
	padding: 20px;
}

.agreePopup .layerPopup .top h1 {
	font-size: 15px;
	color: #333;
	margin: 0;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 30px;
}

.agreePopup .layerPopup .cont {
	padding: 20px 20px 130px;
	height: calc(100% - 60px);
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #f5f5f5;
}

.agreePopup .layerPopup .cont p a {
	color: #ec455a;
    text-decoration: underline;
    position: relative;
    word-break: break-all;
}

.agreePopup .layerPopup .cont .contBox {
	padding-top: 30px;
	text-align: center;
}

.agreePopup .layerPopup .cont .contBox:first-child {
	padding-top: 0;
}

.agreePopup .layerPopup .cont .contBox h2 {
	font-size: 14px;
	color: #333;
	text-align: center;
	font-weight: normal;
	padding-bottom: 10px;
}

.agreePopup .bottom {
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	align-content: center;
	justify-content: flex-end;
	background: #fff;
}

.agreePopup .btnListBox {
	padding: 0 0 10px;
}
.agreePopup .btnListBox .btnListUl {
	text-align: center;
	overflow: hidden;
}
.agreePopup .btnListBox .btnListUl li {
	float: left;
	width: calc(50% - 3px);
	margin-left: 6px;
}
.agreePopup .btnListBox .btnListUl li:first-child {
	margin-left: 0;
}
.agreePopup .btnListBox .btnListUl li button {
	height: 34px;
	line-height: 34px;
	font-size: 13px;
	color: #222;
	border: 1px solid #ddd;
	background-color: #fff;
	width: 100%;
	border-radius: 20px;
}

.agreePopup .btnListBox button {
	display: block;
    width: 100%;
    padding: 10px 20px 12px;
    color: #fff;
    border-color: #a50034;
    background: #a50034;
    border-radius: 3px;
    border: 1px solid transparent;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
}

.agreePopup .btnListBox .btn-cancel {
	margin-top: 5px;
	color: black;
	background : #ffff;
	border-color : #eeee;
	
}

.agreePopup .btn-close {
	position: absolute;
	right: 17px;
	top: 50%;
	transform: translateY(-50%);
	background: url('../img/ico_cls.png') center no-repeat;
	background-size: 14px 14px;
	width: 20px;
	height: 20px;
	display: block;
	text-indent: -100000%;
}

#serviceCenterLocator .center-list-wrap {
    display:none;
	border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

#serviceCenterLocator .center-list-wrap .center-list li {
	
}

#serviceCenterLocator .center-list-wrap .list-btn {
	width: 100%;
	display: inline-block;
	padding-left: 50px;
	border-bottom: 1px solid #eee;
	background-color:white;
	/*padding: 10px;*/
	text-align: left;
	background-color:white;
	position: relative;
}

#serviceCenterLocator .center-list-wrap .list-btn.active {
	background: #f8f8f8;
}

#serviceCenterLocator .center-list-wrap .list-btn .icon-marker{
	position: absolute;
    left: 20px;
    top: 25px;
    width: 20px;
    height: 28px;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
    background: url(/assets/img/map/marker-icon-small.svg) no-repeat;
}

#serviceCenterLocator .center-list-wrap .list-btn .center-info {
	padding: 18px 30px 16px 0;	
}

#serviceCenterLocator .center-list-wrap .list-btn p.center-name {
    font-weight : 600;
	color: #000;
}

#serviceCenterLocator .center-list-wrap .list-btn p.address {
    font-size: 13px;
	color: #6b6b6b;
}

#serviceCenterLocator .center-list-wrap .list-btn p.phone {
    font-size: 13px;
	color: #6b6b6b;
}

#serviceCenterLocator .map-store-distance-btn {
	display:none;
	margin-top: 0;
    border-bottom: 1px solid #e4e4e4;
}

#serviceCenterLocator .map-store-distance-btn ul {
	background: #f8f8f8;
	display:flex;
	align-items: center;
}

#serviceCenterLocator .map-store-distance-btn ul li {
	width:25%;
}

#serviceCenterLocator .map-store-distance-btn ul li a {
	position: relative;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
	color : #333;	
	padding: 5px 0 6px;
}

#serviceCenterLocator .map-store-distance-btn ul li:not(:last-child) a:after {
	content: "";
    display: block;
    position: absolute;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: 1px;
    height: 11px;
    background: #e4e4e4;
}

#serviceCenterLocator .map-store-distance-btn ul li.active a:after {
	display:none;
}

#serviceCenterLocator .map-store-distance-btn ul li.active {
	background: #a50034;    
}

#serviceCenterLocator .map-store-distance-btn ul li.active a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
}

#getDirection .top,
#serviceCenterLocator .top {
	position: relative;
	background-color: #fff;
	padding: 20px;
	border-bottom: 1px solid #efefef;
}

#getDirection .top h1,
#serviceCenterLocator .top h1 {
	font-size: 15px;
	color: #333;
	margin: 0;
	font-weight: normal;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 30px;
}

#getDirection .cont,
#serviceCenterLocator .cont {
	padding: 20px 20px 150px;
	height: calc(100% - 20px);
	overflow-x: hidden;
	overflow-y: auto;
	/* background-color: #f5f5f5; */
}

#getDirection .cont .frm,
#serviceCenterLocator .cont .frm {
	padding-top: 20px;
	display: flex;
	flex-direction: column;
}

#getDirection .cont .frm:first-child,
#serviceCenterLocator .cont .frm:first-child {
	padding-top: 0;
}

#getDirection .cont .frm label.frm-label,
#serviceCenterLocator .cont .frm label.frm-label {
	width: 100%;
	color: #777;
	padding-bottom: 5px;
}

#getDirection .cont .frm .frm-input.frm-arr-none,
#serviceCenterLocator .cont .frm .frm-input.frm-arr-none {
	background: #fff;
}

#getDirection .cont .frm .frm-input,
#serviceCenterLocator .cont .frm .frm-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	height: 36px;
	padding: 0 30px 0 10px;
	margin: 0 auto;
	border: 1px solid #ddd;
	background: #fff url('../img/dropdown-arr.png') right 10px top 10px no-repeat;
	background-size: 12px;
	font-size: 13px;
	color: #333;
	outline: 0;
}

#getDirection .errMsgBox,
#serviceCenterLocator .errMsgBox {
	padding-top: 10px;
}

#serviceCenterLocator .cont .chk.frm-chk {
	border-top: none;
	margin-top: 10px;
}

#serviceCenterLocator .cont .chk {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border-top: 1px solid #ddd;
	padding: 10px 0;
	color: #333;
}

#serviceCenterLocator .cont .chk p {
	padding-left: 30px;
	font-size: 13px;
}

#serviceCenterLocator .cont .chk input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
	margin-right: 5px;
}

#serviceCenterLocator .cont .chk .checkmark {
	position: absolute;
	top: 7px;
	left: 0;
	height: 24px;
	width: 24px;
	background: url('../img/btn-checkbox-off-48-r2.svg') no-repeat center;
	background-size: 100%;
}

#getDirection .cont .frm .frm-input,
#serviceCenterLocator .cont .frm .frm-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	height: 36px;
	padding: 0 30px 0 10px;
	margin: 0 auto;
	border: 1px solid #ddd;
	background: #fff url('../img/dropdown-arr.png') right 10px top 10px no-repeat;
	background-size: 12px;
	font-size: 13px;
	color: #333;
	outline: 0;
}

#getDirection .btn-close, #serviceCenterLocator .btn-close {
	position: absolute;
	right: 17px;
	top: 50%;
	transform: translateY(-50%);
	background: url('../img/ico_cls.png') center no-repeat;
	background-size: 14px 14px;
	width: 20px;
	height: 20px;
	display: block;
	text-indent: -100000%;
}

#serviceCenterLocator .btn-area {
	display:none;
	position: relative;
    text-align: center;
    padding: 12px 20px;
	background-color : white;
}

#serviceCenterLocator .btn-area .pagination {
	display: block;
    overflow: hidden;
    position: relative;    
    padding: 0 35px;
    text-align: center;
    border-radius: 0;
	margin: 0;
    max-width: 100%;
    height: 26px;
}

#serviceCenterLocator .btn-area .pagination .prev {
    position: absolute;
    bottom: 0;   
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    cursor: pointer;
    border: 1px solid #e4e4e4;
    width: 26px;
    height: 26px;
    background-position: center center;
	left: 0;
    background: url(/assets/img/map/pagination-arrow.svg) no-repeat center;
}

#serviceCenterLocator .btn-area .pagination .next {
	position: absolute;
    bottom: 0;   
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    cursor: pointer;
    border: 1px solid #e4e4e4;
    width: 26px;
    height: 26px;
    background-position: center center;
    right: 0;
    background: url(/assets/img/map/pagination-arrow.svg) no-repeat center;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

#serviceCenterLocator .btn-area .pagination .page-counter {
	line-height: 26px;
    font-size: 14px;
    color: #6b6b6b;
}

#serviceCenterLocator .no-items {
	display: none;
    background-color: #fff;
    border: 1px solid #eeee;
    border-top: 0px;
}

#serviceCenterLocator .no-items.active {
    display: block;
}

#serviceCenterLocator .no-items .no-content {
	text-align: center;
	padding: 100px 0;
	padding-bottom: 74px;
}

#serviceCenterLocator .no-items .no-content p {
	margin : 0;
	line-height: 0;
}

#serviceCenterLocator .no-items .no-content .icon {
	display: inline-block;
}

#serviceCenterLocator .no-items .no-content .icon img {
	margin : 0;
	line-height: 0;
}

#serviceCenterLocator .no-items .no-content .guide-title {
	display: block;
    margin-top: 10px;
	font-size: 20px;
	margin: 18px 0 2px;
    font-weight: bold;
    line-height: 40px;
    color: #000;
}

#serviceCenterLocator .no-items .no-content .guide-subtext {
    font-size: 16px;
    line-height: 24px;
	display: inline-block;
    max-width: 210px;
}



#getDirection .search-btn, #serviceCenterLocator .search-btn {
	display:block;
	width: 100%;
	padding: 10px 20px 12px;
	color: #fff!important;
	border-color: #a50034!important;
	background: #a50034!important;
	border-radius: 3px;
	border: 1px solid transparent;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
}
/* slick adaptiveHeight fix */
#serviceCenterLocator .slick-slide {
	height: auto;
}

/* google map */
#getDirection #direction-map-container, #serviceCenterLocator #map-container {
	margin-top: 30px;
	height: 290px;	
}

#serviceCenterLocator #map-container .info-window {
	max-width: 300px;
	padding: 15px 19px;
	position: absolute;
	bottom: 0;
	background: rgba(255,255,255,.92);
	border: 1px solid #e4e4e4;
	font-size: 16px;
	line-height: 24px;
	color: #6b6b6b;
	margin-bottom: 13px;
	-webkit-transform: translateX(-51%)!important;
	-ms-transform: translateX(-51%)!important;
	transform: translateX(-51%)!important;
}

#serviceCenterLocator #map-container .info-window .window-close {
	width: 16px;
    height: 16px;
    background-size: 100%;
	position: absolute;    
    right: 11px;
    top: 11px;
    padding: 0;
    border: 0;
    z-index: 2;
    cursor: pointer;
    background: url('../img/ico_cls.png') no-repeat;
}

#serviceCenterLocator #map-container .info-window-wrap .repair-center-name a {
	font-size: 16px;
    line-height: 24px;
	font-weight: bold;
	color: #000;
}

#serviceCenterLocator #map-container .info-window-wrap .repair-center-name a span {
	border-bottom: 1px solid #000;
}

#serviceCenterLocator #map-container .info-window-wrap .repair-center-name a:after {
	content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 6px;
    background: url(/assets/img/map/blank-nightrider.svg) no-repeat 0 0;
}

#serviceCenterLocator #map-container .info-window-wrap .repair-address {
    margin-top: 7px;
    font-size: 13px;
    /* line-height: 24px; */
    color: #6b6b6b;
}

#serviceCenterLocator #map-container .info-window-wrap .repair-phonenumber {
    margin-top: 7px;
    font-size: 13px;
    /* line-height: 24px; */
    color: #6b6b6b;
}

#serviceCenterLocator #map-container .info-window-wrap .info-window-bottom {
    display: none;
	position: absolute;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    width: 18px;
    height: 9px;
    background: url(/assets/img/map/layer-bottom-bg.png) no-repeat;
    z-index: 2;
}
/*google map infobox css override*/
.gm-style-iw {	
	max-height: 200px !important;
	max-width: 260px !important;
	padding: 15px 19px !important;
}

.gm-style-iw > button {
	width: 16px !important;
	height: 16px !important;
	background-size: 100%;
	position: absolute !important;
	right: 11px !important;
	top: 11px !important;
	padding: 0 !important;
	border: 0 !important;
	z-index: 2 !important;
	cursor: pointer !important;
	background: center / contain no-repeat url('../img/ico_cls.png') !important;
	opacity : 1 !important;
}

.gm-style-iw > button > span {
	display: none !important;
}

.gm-style-iw-d {
	max-height:160px !important;
}


#getDirection .cont .center-wrap {
	border: 1px solid #e4e4e4;
	background-color : #fff;
}

#getDirection .cont .center-wrap .center-information {
	width: 100%;
    display: block;
    margin-left: 0;
	vertical-align: top;
}

#getDirection .cont .center-wrap .center-information .center-name {
	padding: 16px 20px;
	background: #f8f8f8;
}

#getDirection .cont .center-wrap .center-information .center-name .name {
	display: block;
	width: 100%;
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	vertical-align: top;
	color:#212529;
}

#getDirection .cont .center-wrap .center-information .information-block {
    display: block;
    padding: 24px 0 16px;
    transition: auto;
}

#getDirection .cont .center-wrap .center-information .information-block.collapse:not(.show) {
    display: none;
}

#getDirection .cont .center-wrap .center-information .information-block .information-section {
    display: block;
    padding: 0 20px;
    margin-bottom: 9px;
}

#getDirection .cont .center-wrap .center-information .information-block .information-section span.info-title {
	display:block;
	width: auto;
	padding: 0;
	margin-bottom: 4px;
	position: relative;
	font-weight: 600;
	vertical-align: top;
	color: #333;
	white-space: nowrap;
	font-size: 12px;
	line-height: 20px;
}

#getDirection .cont .center-wrap .center-information .information-block .information-section span {
	display: block;
	font-style: normal;
	font-weight: 400;
	color: #6b6b6b;
	width: auto;
	font-size: 12px;
	line-height: 20px;
	overflow-wrap: break-word;
}

#getDirection .cont .center-wrap .center-information .collapse-detail {
    display: block;
    text-align: center;
    border-top: 1px solid #e4e4e4;
}

#getDirection .cont .center-wrap .center-information .collapse-detail a {
    font-size: 14px;
    line-height: 24px;
    color: #a50034;
    display: inline-block;
    font-weight: 600;
    padding: 6px 15px 7px 0;
    position: relative;
    text-decoration: underline;
}

#getDirection .cont .center-wrap .center-information .collapse-detail a:after {
    content: "";
    display: block;
    position: absolute;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: 12px;
    height: 12px;
    background: url(/assets/img/map/link-close-carmine.svg) right center no-repeat;
    background-size: 100%;
}

#getDirection .cont .center-wrap .center-information .collapse-detail a.collapsed:after {
    background: url(/assets/img/map/link-open-carmine.svg) right center no-repeat;
}

#getDirection .cont .frm-box {
	padding: 20px 23px;
}

#getDirection .cont .frm.my-location, #getDirection .cont .repair-center-location {
	flex-direction: row;
	margin-bottom: 14px;
	display: flex;
	align-items: baseline;
}

#getDirection .location-icon {
	display: inline-block;
    width: 20px;
    height: 28px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    vertical-align: top;
	margin-top: 7px;
    background: url(/assets/img/map/marker-icon-small-gray.svg) no-repeat;
    background-size: 20px 28px;
}

#getDirection #originAddress {
	display: inline-block;
	width: calc(100% - 30px);
	padding: 0 15px;
	vertical-align: middle;
	margin: 0 0 0 10px;
}

#getDirection .cont .repair-center-location .location-area {
	display: inline-block;
	width: calc(100% - 30px);
	vertical-align: middle;
	margin: 0 0 0 10px;
	line-height: 24px;
	color:black;
}

#getDirection .cont .repair-center-location .location-icon {
	background: url(/assets/img/map/marker-icon-small.svg) no-repeat;
}

#getDirection .cont .direction-result {
	margin-top:15px;
    border: 1px solid #e4e4e4;
    background-color: #fff;
    color: black;
}

#getDirection .cont .direction-result .gsfs-title{
    font-size: 16px;
    font-weight: 600;
    color: black;
    text-align: center;
    padding: 10px 0px;
    border-bottom: 1px solid #e4e4e4;
}

#getDirection .cont .direction-result .route {
    padding: 20px;
}

#getDirection .cont .direction-result .route .summary{
    margin-bottom: 5px;
    font-size: 15px;
}

#getDirection .cont .direction-result .route .step{
    display: flex;
    -webkit-box-flex: 1;
    flex: 1;
    margin-bottom: 3px;
}

#getDirection .cont .direction-result .route .step .idx{
    -webkit-box-flex: 1;
    flex: 0.1;
}

#getDirection .cont .direction-result .route .step .instruction{
    -webkit-box-flex: 1;
    flex: 1;
}

#getDirection .cont .direction-result .route .step .dist{
    -webkit-box-flex: 1;
    flex: 0.1;
    padding-left: 10px;
}

#show-all-symptom {
    background-color: #e6e6e6;
    color: #ec455a;
    font-size: 13px;
    font-weight: bold;
}