.header_menu_option a {
  text-decoration: none;
  color: inherit;
}

.header_menu_head {
	background: #fff8e5;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid #ddd;
	width: 100%;
	max-width: 1390px;
}

.header_menu_option .logo {
  display: flex;
  align-items: center;
}

.header_menu_option .logo-icon {
  font-size: 32px;
  color: #e91e63;
  margin-right: 10px;
}

.header_menu_option .logo-text {
  font-size: 22px;
  font-weight: bold;
}

.header_menu_option .subtext {
  font-size: 13px;
  color: #555;
}

.header_menu_option .top-buttons {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: flex-end;
}
.header_menu_option .btn {
	padding: 5px 12px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 13px;
}
.header_menu_option  .search-bar{
  padding: 0 !important;
}
.header_menu_option .btn-contact {
  background: #c08f3a;
  color: white;
  display: flex;
  align-items: center;
}
.header_menu_option .btn-login {
  background: #c47c00;
  color: white;
  display: flex;
  align-items: center;
}
.header_menu_option .btn-login:hover{
  background: #c08f3a;
}
 .header_menu_option .btn-contact:hover{
   background: #c47c00;
 }
.header_menu_option .btn-listed {
  background: #ab4769;
  color: white;
}
.header_menu_option .top-buttons i {
	font-size: 18px !important;
	margin-right: 5px;
}
.header_menu_option .search-bar {
  display: flex;
  gap: 5px;
  margin: 10px 0 0 0;
}
.header_menu_option .contect_phone {
	font-size: 13px;
	border-bottom: double 3px #9999;
	padding-bottom: 2px;
}
 .header_menu_option .top-buttons .la.la-phone {
	font-size: 18px;
	vertical-align: middle;
}
.header_menu_option .search-bar input {
	padding: 2px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	flex: 1;
	max-width: 180px;
	width: 100%;
}
.header_menu_option .search-bar input:focus {
	border: 1px solid #000 !important;
 outline: none !important;
}
.header_menu_option .search-bar button {
	background: #333;
	color: white;
	border: none;
	padding: 6px 15px 5px 15px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 12px;
}
.header_menu_option .search-bar button:hover {
background-color: #c08f3a;
}
.header_menu_option {
	background: #fff8e5 !important;
	display: flex;
	flex-direction: column;
	align-items: center;
  position: relative;
}
.header_menu_option nav {
	background: #c08f3a;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}

.header_menu_option nav a {
  color: white;
  padding: 14px 18px;
  display: block;
}

.header_menu_option .toggle-btn {
  display: none;
  font-size: 24px;
  cursor: pointer;
}

/* SIDEBAR FOR MOBILE */
.header_menu_option .sidebar {
  position: fixed;
  top: 0;
  left: -260px;
  width: 250px;
  height: 100%;
  background: #fff8e5 ;
  padding-top: 0px;
  transition: 0.3s;
  z-index: 9999999999;
}

.header_menu_option .sidebar.active {
  left: 0;
}

.header_menu_option .sidebar a {
  display: block;
  padding: 15px;
  color: white;
  border-bottom: 1px solid #ffb6c1;
}

.header_menu_option .logo img {
  width: 250px;
}
.header_menu_option .web_Navview_main {
	display: flex;
	list-style: none;
	justify-content: space-between;
	width: 100%;
	max-width: 1240px;
	padding: 0;
	margin: 0;
}
.header_menu_option .web_Navview_main li {
	border-right: 1px solid rgba(2555,255,255,.7);
	width: 100%;
	text-align: center;
}
.header_menu_option .web_Navview_main li:last-child {
	border-right: 0;
}
.header_menu_option .web_Navview_main li:hover {
	color: #fff;
	box-shadow: 0 0 20px 20px rgba(0,0,0,.05) inset;
}
.header_menu_option .search-bar input::placeholder{
  font-size: 12px;
}
.mobile_topbar_header {
	display: none;
}


/* RESPONSIVE */
 @media (min-width: 1420px) {
 /* .page-id-2133 .container {
    width: 1390px !important;
  } */
   .width-rate-shop .container{
    background: #f5f5f5;
  max-width: 1390px;
  width: 100%;
  margin: 0 auto;
   }
   .width-home-explore .container{
    background: #fff;
  max-width: 1390px;
  width: 100%;
  margin: 0 auto;
   }
   .width-home-discover .container{
    background: #C47C00;
    max-width: 1390px;
  width: 100%;
  margin: 0 auto;
   }
} 


@media (max-width: 992px) {
	.header_menu_head {
	flex-direction: column;
  padding: 25px 20px;
}
.header_menu_option .top-buttons {
	justify-content: center;
  padding-top: 20px;
}
}

@media (max-width: 768px) {.mobile_topbar_header {
	display: block;
}
.mobile_topbar_header {
	color: #fff;
}
  .header_menu_option .sidebar a {
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
 .header_menu_option  .la-phone {
  white-space: nowrap;
  flex-shrink: 0;
}
.header_menu_option .top-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
 .mobile_topbar_header {
	background: #c47c00;
	padding: 6px;
	display: flex;
	justify-content: flex-end;
	padding-right: 30px;
	font-size: 20px;
}
  .header_menu_head {
border-bottom: 0;
	max-width: 100%;
}
  .mobile_Navview_main {
	list-style: none;
	padding: 0;
}
  .search-bar{
    display: none !important;
  }
  .header_menu_option nav {
    display: none;
  }
  .header_menu_option .toggle-btn {
    display: block;
    color: #ab4769;
  }
  .header_menu_option .top-section {
    flex-direction: column;
    align-items: flex-start;
  }
  .header_menu_option .search-bar {
    flex-direction: column;
    width: 100%;
  }
  .header_menu_option .search-bar input,
  .header_menu_option .search-bar button {
    width: 100%;
  }
  .header_menu_option .sidebar nav {
    display: block;
  }
}
