#animated-example1 {
    z-index: 999999;
    width: 45px;
    height: 20px;
    
    line-height: 20px;
    background-color: #f97eb7;
    opacity: .8;
    color: #fff;
    position: absolute;
    top: 35px;
    left: -15px;
    border-radius: 3px;
}
.member1 {
    border: none;
    background: 0 0;
    width: 35px;
   
    line-height: 35px;
    margin-left: 3px;
    font-size: 1.2em;
}

.fas fa-user {
    font-weight: 900;
    padding: 20px;
    margin-top: -10px;
}

.btn_align {
    position: relative;
}



.slide_menu {
    position: absolute;
    top: 40px; /* 버튼 아래로 메뉴 위치 조정 */
    left: 0;
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    width: 200px;
    padding: 10px;
    z-index: 1000;
}

.slide_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left; /* 메뉴 왼쪽 정렬 */
}

.slide_menu ul li {
    padding: 10px 0;
}

.slide_menu ul li a {
    color: #333;
    text-decoration: none;
    display: block; /* 블록으로 설정하여 전체 너비 사용 */
    padding-left: 10px; /* 왼쪽에 여백을 추가하여 정렬 개선 */
}

.slide_menu ul li a:hover {
    text-decoration: underline;
}



/* ✅ 상품 검색 모달 (기존 모달과 중복 방지) */
.search-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

/* ✅ 상품 검색 모달 콘텐츠 */
.search-modal-content {
    background: white;
    padding: 20px;
    width: 90%;
    max-width: 400px;
    border-radius: 10px;
    text-align: center;
}

/* ✅ 닫기 버튼 */
.search-modal-close {
    float: right;
    font-size: 22px;
    cursor: pointer;
    color: #777;
}
.search-modal-close:hover {
    color: #333;
}

/* ✅ 검색창 스타일 */
.header-search-wrap {
    margin-top: 15px;
}
.header-search-wrap input {
    width: 80%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.header-search-wrap select {
    padding: 10px;
    border-radius: 5px;
}
.header-search-wrap button {
    background: #007bff;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
}
.header-search-wrap button:hover {
    background: #0056b3;
}

/* ✅ 모달창 내 검색 버튼 스타일 */
.search-modal-content .search-modal-btn {
    flex-grow: 0.5;
    border: none;
    padding: 0;
    font-size: 16px;
    color: #fff;
    height: 47px;
    line-height: 46px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    background: #007bff; /* 기본 파란색 */
    transition: background 0.3s ease;
}

/* ✅ 검색 버튼 hover 효과 */
.search-modal-content .search-modal-btn:hover {
    background: #0056b3; /* 어두운 파란색 */
}





@media screen and (min-width: 900px) {
  .bottom_menu {
    display: none;
  }
}


.bottom_menu { position: fixed; bottom: 0px; left: 0px; width: 100%; height: 50px; z-index:100; border-top: 1px solid black; background-color: white }
.bottom_menu > div { float: left; width: 20%; height: 100%; text-align: center; padding-top: 13px; }
		
		#hd_btn .cart-count1 {
    display: block;
    position: absolute;
    top: 20%;
    right: 0px;
    height: 16px;
    line-height: 16px;
    border-radius: 8px;
    background: #ff4444;
    font-size: 11px;
    color: #fff;
    padding: 0 5px;
}


.cart-count1 {
    display: block;
    position: absolute;
    top: 20%;
    right: 20px;
    height: 16px;
    line-height: 16px;
    border-radius: 8px;
    background: #ff4444;
    font-size: 11px;
    color: #fff;
    padding: 0 5px;
}


.qa_link2 {
    display: inline-block;
    background: #4b0499;
    color: #fff;
    padding: 0 10px;
    line-height: 32px;
    margin: 10px 0 0;
    border-radius: 2px;
}


.address {
    font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', 'Osaka', sans-serif;
}


.custom-container-two .fas.fa-bars {
    font-weight: 900;
    padding: 20px;
    font-size: 24px; /* 아이콘 크기 조절 */
    color: #333; /* 기본 아이콘 색상 */
    cursor: pointer; /* 마우스를 올렸을 때 클릭 가능하도록 설정 */
    transition: color 0.3s ease; /* 색상 변경 애니메이션 */
}

.custom-container-two .fas.fa-bars:hover {
    color: #007bff; /* 마우스를 올렸을 때 색상 변경 (파란색) */
}



.menu-outer .fa, .fas {
    font-weight: 900;
    padding: 0px;
}


/* 상세페이지 수량버튼 */

.sit_qty_plus .fa, .fas {
    font-weight: 900;
    padding: 0px;
}

.sit_qty_minus .fa, .fas {
    font-weight: 900;
    padding: 0px;
}
