#modal_shop {
	padding-right: 0 !important;
}

#modal_shop .modal-dialog {
	top: 50%;
    transform: translateY(-50%);
}

#modal_shop .modal-header {
    border-bottom: 0;
}

#modal_shop .modal-body {
    text-align: center;
}

@media (min-width: 768px) {
	#modal_shop .modal-body {
		padding: 15px 30px 40px;
	}
}

#modal_shop .modal-footer {
    border-top: 0;
}

#modal_shop .modal-content {
    border-radius: 20px;
	border: 0;
}

#modal_shop .modal-content .map {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 25px;
}

#modal_shop .modal-header .modal-title {
	color: #000 !important;
	text-align: center;
	font-family: "Poppins" !important;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	position: relative;
	width: fit-content;
    margin: auto;
}

#modal_shop .modal-header .modal-title::after {
	content: "";
	position: absolute;
	background: #7B735C;
	width: 423px;
	height: 3px;
	left: 50%;
	bottom: -15px;
	transform: translate(-50%);
}

#modal_shop .modal-header .modal-title span {
	color: #7B735C;
}

#header .header-shop {
	display: flex;
    flex-direction: column;
	max-width: fit-content;
    float: right;
    align-items: center;
	cursor: pointer;
}

@media (min-width: 1370px) {
    #header .header-shop.main-shop {
    	margin-right: 12px;
    }
}

#header .header-shop.main-shop {
	background: #faf9f6;
    padding: 7px;
    border-radius: 10px;
}

#header .header-shop img {
	width: fit-content;
}

#header .header-shop img.no-store {
	width: 35px;
	margin-bottom: 5px;
}

#header .header-shop span {
	color: #231F20;
	text-align: center;
	font-family: "Poppins";
	font-size: 8px;
	letter-spacing: 0.16px;
	line-height: 1;
}

#header .header-shop span.no-store {
	font-size: 13px;
	font-weight: 600;
}

#header .header-shop span.shop-name {
	color: #8f0000;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.96px;
}

#header .header-shop button {
	color: #444444;
	font-size: 8px;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.64px;
	border: 0;
	padding: 0;
	background: transparent;
	cursor: pointer;
}

@media (max-width: 767px) {
	#modal_shop .modal-header .modal-title {
		font-size: 24px;
	}
	
	#modal_shop .modal-header .modal-title::after {
		width: 100%;
	}
	
	#header .header-shop.main-shop button {
		display: none;
	}
}

@media (max-width: 1369px) {
	#header .header-shop {
		position: fixed;
		bottom: 10px;
		right: 0;
		background: #faf9f6;
		border-radius: 10px;
		padding: 10px;
    	margin-top: 0;
	}
	
	#header .header-shop.main-shop {
		bottom: 15px;
	}
}

