/* ========== IBEROELEVA CUSTOM STYLES ========== */

/* Header */
.header-layout7 {
  background: #fff;
}
.header-layout7 .header-top {
  background: #fff;
  padding: 8px 0;
  border-bottom: 1px solid #e5e5e5;
}
.header-layout7 .header-top .header-links ul li,
.header-layout7 .header-top .header-links ul li a {
  color: #000;
  font-size: 13px;
  font-family: 'IBM Plex Sans', sans-serif;
}
.header-layout7 .header-top .header-links ul li i {
  color: #000;
}
.header-layout7 .header-top .header-social a {
  color: #202259;
  font-size: 14px;
}
.header-layout7 .header-top .header-social .social-title {
  color: #202259;
  font-size: 13px;
}
.header-layout7 .langauge .nice-select {
  background: transparent;
  border: none;
  color: #fff;
  height: auto;
  line-height: normal;
  padding: 0 20px 0 0;
  font-size: 13px;
}
.header-layout7 .langauge .nice-select:after {
  border-color: #fff;
  top: 5px;
  height: 6px;
  width: 6px;
}
.header-layout7 .header-right {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-layout7 .langauge {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-layout7 .langauge a {
  color: #202259;
  font-size: 13px;
  font-family: 'IBM Plex Sans', sans-serif;
  text-decoration: none;
  white-space: nowrap;
}
.header-layout7 .langauge a:hover {
  color: #F7BE1F;
}
.header-btn-contact {
  background: #202259;
  color: #F7BE1F;
  padding: 6px 20px;
  font-weight: 600;
  font-size: 13px;
  border-radius: 5px;
  font-family: 'Barlow', sans-serif;
  transition: all 0.3s;
}
.header-btn-contact:hover {
  background: #F7BE1F;
  color: #202259;
}

/* Main Menu */
.header-layout7 .menu-area {
  background: #202259;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.header-layout7 .main-menu > ul > li > a {
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-transform: none;
  padding: 20px 18px;
}
.header-layout7 .main-menu > ul > li > a:hover {
  color: #fff;
  opacity: 0.8;
}
.header-layout7 .header-logo img {
  filter: brightness(0) invert(1);
}
.header-layout7 .header-button .icon-btn {
  background: transparent;
  color: #fff;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.header-layout7 .header-button .icon-btn:hover {
  color: #fff;
  opacity: 0.8;
}
.header-layout7 .header-button .icon-btn .badge {
  background: #fff;
  color: #202259;
  font-size: 11px;
}
.header-layout7 .th-btn {
  background: #fff;
  color: #202259;
  border: 2px solid #fff;
  border-radius: 10px;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  padding: 10px 24px;
  font-size: 14px;
  transition: all 0.3s;
}
.header-layout7 .th-btn:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.header-layout7 .header-button .sideMenuToggler i,
.header-layout7 .header-button .sideMenuToggler2 i {
  color: #fff;
}
/* Remove pseudo-element bar at menu */
.header-layout7 .menu-area:before {
  display: none !important;
}
/* Menu toggle (hamburger) */
.header-layout7 .th-menu-toggle {
  background: transparent;
  color: #fff;
  border-radius: 0;
  width: auto;
  height: auto;
  line-height: 1;
  font-size: 24px;
}

/* Logo area */
.header-layout7 .header-logo {
  padding: 15px 0;
}

/* Breadcumb */
.breadcumb-wrapper {
  background-color: #202259;
  padding: 40px 0;
}
.breadcumb-wrapper .breadcumb-menu li,
.breadcumb-wrapper .breadcumb-menu li a {
  color: rgba(255,255,255,0.7);
}
.breadcumb-wrapper .breadcumb-menu li:last-child {
  color: #F7BE1F;
}

/* Buttons */
.th-btn {
  background: #202259;
  color: #fff;
  border-radius: 10px;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  padding: 14px 30px;
  transition: all 0.3s;
}
.th-btn:hover {
  background: #F7BE1F;
  color: #000;
}
.th-btn.style1 {
  background: #202259;
  color: #fff;
  border-radius: 5px;
}
.th-btn.style1:hover {
  background: #F7BE1F;
  color: #000;
}
.th-btn.style3 {
  background: transparent;
  color: #F7BE1F;
  border: 2px solid #F7BE1F;
  border-radius: 5px;
}
.th-btn.style3:hover {
  background: #F7BE1F;
  color: #000;
}

/* Widget Titles */
.widget_title {
  color: #202259;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
}

/* Product */
.th-product .product-content .product-title a {
  color: #202259;
  font-family: 'Barlow', sans-serif;
}
.th-product .product-content .price {
  color: #F7BE1F;
  font-weight: 600;
}

/* Sidebar */
.sidebar-area .widget {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.sidebar-area .widget_categories ul li a {
  color: #202259;
}
.sidebar-area .widget_categories ul li a:hover {
  color: #F7BE1F;
}

/* Sidemenu / Cart */
.sidemenu-wrapper.shopping-cart {
  background: #202259;
}
.sidemenu-wrapper .sidemenu-content {
  background: #202259;
}
.sidemenu-wrapper .sidemenu-content .widget_title {
  color: #F7BE1F;
}
.sidemenu-wrapper .sidemenu-content p {
  color: rgba(255,255,255,0.8);
}

/* Pagination */
.woocommerce-result-count {
  color: #202259;
  font-family: 'IBM Plex Sans', sans-serif;
}

/* ========== FOOTER ========== */
.footer-wrapper.footer-layout7 {
  background-color: #202259 !important;
}
.footer-wrapper .widget-area {
  padding: 60px 0 30px;
}
.footer-wrapper .widget_title {
  color: #F7BE1F !important;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}
.footer-wrapper p,
.footer-wrapper .about-text,
.footer-wrapper .footer-text {
  color: rgba(255,255,255,0.8);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
}
.footer-wrapper .footer-info-title {
  color: #F7BE1F;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: 'Barlow', sans-serif;
}
.footer-wrapper .footer-info {
  color: rgba(255,255,255,0.8);
  font-size: 14px;
  margin-bottom: 15px;
}
.footer-wrapper .footer-info i {
  color: #F7BE1F;
  margin-right: 8px;
}
.footer-wrapper .footer-info a {
  color: rgba(255,255,255,0.8);
}
.footer-wrapper .footer-info a:hover {
  color: #F7BE1F;
}
.footer-wrapper .working-time .title {
  color: #F7BE1F;
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
}
.footer-wrapper .working-time .desc {
  color: rgba(255,255,255,0.8);
}
.footer-wrapper .copyright-wrap {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
}
.footer-wrapper .copyright-text {
  color: rgba(255,255,255,0.7);
  font-size: 13px;
  font-family: 'IBM Plex Sans', sans-serif;
}
.footer-wrapper .copyright-text a {
  color: #F7BE1F;
}
.footer-wrapper .copyright-text a:hover {
  color: #fff;
}
.footer-wrapper .th-social a {
  color: rgba(255,255,255,0.8);
  background: transparent;
  border: 1px solid rgba(255,255,255,0.2);
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}
.footer-wrapper .th-social a:hover {
  background: #F7BE1F;
  color: #202259;
  border-color: #F7BE1F;
}
.footer-wrapper .widget_nav_menu ul li a {
  color: rgba(255,255,255,0.8);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
}
.footer-wrapper .widget_nav_menu ul li a:hover {
  color: #F7BE1F;
}
.footer-wrapper .newsletter-widget p {
  color: rgba(255,255,255,0.7);
}
.footer-wrapper .newsletter-widget .form-control {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  border-radius: 5px;
  height: 45px;
}
.footer-wrapper .newsletter-widget .form-control::placeholder {
  color: rgba(255,255,255,0.5);
}
.footer-wrapper .footer-shape {
  display: none;
}
.footer-wrapper .about-logo img {
  max-width: 200px;
  filter: brightness(0) invert(1);
}

/* Menu language flags */
.lang-flag {
  width: 18px;
  height: 12px;
  vertical-align: middle;
  margin-right: 3px;
}

/* Mobile menu */
.th-menu-wrapper {
  background-color: rgba(32,34,89,0.95) !important;
}
.th-mobile-menu ul li a {
  color: #fff !important;
}
.th-mobile-menu ul li {
  border-bottom-color: rgba(255,255,255,0.1);
}

/* Sidemenu (login/profile) */
.sidemenu-wrapper .sidemenu-content.bg-title {
  background: #202259;
}
.sidemenu-wrapper .sidemenu-content.bg-title .widget_title {
  color: #F7BE1F;
}
.sidemenu-wrapper .sidemenu-content.bg-title .footer-text,
.sidemenu-wrapper .sidemenu-content.bg-title p {
  color: rgba(255,255,255,0.8);
}
.sidemenu-wrapper .sidemenu-content.bg-title .th-widget-about .footer-info-title {
  color: #F7BE1F;
}

/* Scroll top */
.scroll-top {
  background: #202259;
  color: #fff;
}
#scroll-counter {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  font-weight: 700;
  color: #202259;
  z-index: 2;
  pointer-events: none;
  font-family: 'Barlow', sans-serif;
  line-height: 1;
}
.scroll-top:after {
  color: #202259;
  background: #fff;
  border-color: #202259;
  font-size: 14px;
}
.scroll-top svg {
  background: transparent;
}
.scroll-top svg path {
  stroke: #F7BE1F;
}

/* Search box */
.popup-search-box {
  background: rgba(32,34,89,0.98);
}

/* Category sidebar */
.widget_categories ul li {
  border-bottom-color: #e5e5e5;
}

/* Tag cloud */
.tagcloud a {
  border: 1px solid #e5e5e5;
  color: #202259;
  font-family: 'IBM Plex Sans', sans-serif;
}
.tagcloud a:hover {
  background: #F7BE1F;
  color: #202259;
  border-color: #F7BE1F;
}

/* Sort bar */
.th-sort-bar {
  background: #f8f8f8;
  border-radius: 5px;
  padding: 15px 20px;
}

/* Search widget - sidebar */
.sidebar-area .widget_search form.search-form input {
  background: #202259;
  color: #fff;
  border: none;
  height: 42px;
  font-size: 14px;
}
.sidebar-area .widget_search form.search-form input::placeholder {
  color: rgba(255,255,255,0.6);
}
.sidebar-area .widget_search form.search-form button {
  background: #202259;
  color: #F7BE1F;
  height: 42px;
  line-height: 42px;
  border: none;
}
.sidebar-area .widget_search {
  border: none;
  padding: 0;
}
