﻿:root {
  --td_default_google_font_1: 'Open Sans', 'Open Sans Regular', sans-serif;
  --td_default_google_font_2: 'Roboto', sans-serif;
  --la-container-width: 1240px;
}

body {
  font-family: var(--td_default_google_font_1);
  color: #111;
}

.td-container {
  max-width: var(--la-container-width);
}

/* Hide the mobile menu list inside the desktop menu container */
#td-header-menu .td-mobile-main-menu {
  display: none;
}

#td-mobile-nav .sf-menu {
  display: none;
}

/* Header user links */
.td-header-sp-user {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.td-user-menu {
  display: flex;
  align-items: center;
}

.td-user-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 16px;
}

.td-user-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: inherit;
}

.td-user-link i {
  font-size: 14px;
}

.td-user-count {
  font-size: 11px;
}

/* Search tweaks to fit Nop forms */
#td-header-search-form input[type="text"],
#td-header-search-form-mob input[type="text"] {
  width: 100%;
}

/* Nop page wrappers */
.page {
  margin-bottom: 40px;
}

.page-title {
  margin: 0 0 20px;
  font-size: 26px;
  font-weight: 700;
}

.page-body {
  font-size: 14px;
  line-height: 1.6;
}

/* Product grid to look like article grid */
.product-grid .item-box,
.product-list .item-box {
  border: 1px solid #eee;
  padding: 16px;
  margin-bottom: 20px;
  background: #fff;
}

.product-title a {
  font-family: var(--td_default_google_font_2);
  font-size: 18px;
  font-weight: 700;
  color: #111;
}

.prices {
  margin-top: 8px;
  font-weight: 600;
}

/* Sidebar blocks */
.block {
  margin-bottom: 28px;
}

.block .title {
  font-family: var(--td_default_google_font_2);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.block .list li,
.block .listbox li {
  border-bottom: 1px solid #eee;
  padding: 8px 0;
}

.block .list a {
  color: inherit;
  font-size: 13px;
}

/* Tables and forms */
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
  border: 1px solid #ddd;
  padding: 8px 10px;
  font-size: 14px;
}

button,
input[type="submit"],
input[type="button"],
.button-1,
.button-2 {
  background: #111;
  color: #fff;
  border: none;
  padding: 8px 14px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  cursor: pointer;
}

/* Breadcrumb */
.breadcrumb {
  margin: 0 0 16px;
  font-size: 12px;
  text-transform: uppercase;
}

/* LArrageois news cards */
.news-card {
  display: flex;
  gap: 16px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.news-card-featured {
  gap: 24px;
}

.news-card-no-image {
  width: 140px;
  height: 100px;
  background: #f2f2f2;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.news-card-body {
  flex: 1;
}

.news-card-category {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #777;
}

.news-card-title a {
  font-family: var(--td_default_google_font_2);
  font-size: 20px;
  font-weight: 700;
  color: #111;
}

.news-card-excerpt {
  margin: 8px 0 10px;
  color: #444;
}

.news-card-meta {
  font-size: 12px;
  color: #777;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.news-card-tags .news-tag {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #111;
}

.sidebar,
.td-sidebar {
  border-left: 1px solid #eee;
  padding-left: 20px;
}

.sidebar-section {
  margin-bottom: 24px;
}

.sidebar-title {
  font-family: var(--td_default_google_font_2);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}

.sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-list li {
  margin-bottom: 8px;
}

.popular-article {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.popular-article-number {
  font-weight: 700;
  font-size: 18px;
  color: #999;
}

.popular-article-content h4 {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 700;
}

.sidebar-search {
  display: flex;
  gap: 6px;
}

/* Product modules */
.td-module-container.product-item {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.td-module-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.td-module-meta-info {
  margin-top: 12px;
}

.td-module-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.td-module-price .old-price {
  text-decoration: line-through;
  margin-right: 8px;
  color: #888;
}

/* Flyout cart */
.td-flyout-cart {
  position: absolute;
  right: 0;
  top: 100%;
  width: 320px;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  padding: 16px;
  display: none;
  z-index: 3000;
}

#flyout-cart.active {
  display: block;
}

.td-flyout-item {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.td-flyout-thumb img {
  width: 60px;
  height: auto;
}

.td-flyout-title a {
  font-weight: 700;
}

.td-flyout-actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

/* Header polish */
.td-header-top-menu-full .td-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.td-header-date {
  font-size: 11px;
  letter-spacing: 0.4px;
}

.top-header-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 14px;
}

.top-header-menu a {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.td-logo-text {
  font-family: var(--td_default_google_font_2);
  font-size: 54px;
  font-weight: 900;
  color: #111;
  letter-spacing: -1px;
}

.td-tagline-text {
  display: block;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #777;
  margin-top: 4px;
}

.td-header-sp-rec {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-search-wrap .td-search-form {
  min-width: 260px;
}

/* Mega menu */
.sf-menu > li {
  position: relative;
}

.sf-menu > li.td-mega-menu-page > ul.sub-menu {
  width: 520px;
  padding: 18px;
  column-count: 2;
  column-gap: 20px;
}

.sf-menu > li.td-mega-menu-page > ul.sub-menu > li {
  break-inside: avoid;
}

.sf-menu > li > ul.sub-menu {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  border: 1px solid #eee;
}

/* Hero slider */
.td-hero-slider-block {
  margin-bottom: 32px;
}

.td-hero-slider {
  position: relative;
  overflow: hidden;
  background: #111;
  border: 1px solid #eee;
}

.td-hero-slides {
  position: relative;
  min-height: 360px;
}

.td-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.td-hero-slide.is-active {
  position: relative;
  opacity: 1;
}

.td-hero-slide img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.td-hero-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.75));
}

.td-hero-link {
  position: relative;
  display: block;
}

.td-hero-meta {
  position: absolute;
  left: 24px;
  bottom: 24px;
  color: #fff;
  max-width: 70%;
}

.td-hero-meta .td-post-category {
  background: #4db2ec;
  color: #fff;
  padding: 2px 8px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  display: inline-block;
  margin-bottom: 8px;
}

.td-hero-meta .td-module-title {
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 10px;
}

.td-hero-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  border: none;
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 10;
}

.td-hero-prev {
  left: 12px;
}

.td-hero-next {
  right: 12px;
}

.td-hero-dots {
  position: absolute;
  right: 18px;
  bottom: 16px;
  display: flex;
  gap: 6px;
  z-index: 10;
}

.td-hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.td-hero-dot.is-active {
  background: #fff;
}

/* Widgets */
.widget .block-title {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget li {
  border-bottom: 1px solid #eee;
  padding: 8px 0;
}

.widget_nav_menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_nav_menu .menu li {
  border-bottom: 1px solid #eee;
  padding: 8px 0;
}

.widget_nav_menu .current-menu-item > a {
  color: #4db2ec;
  font-weight: 700;
}

.td-widget-more {
  margin-top: 10px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.td-search-form-widget {
  display: flex;
  gap: 6px;
}

.td-widget-search-input {
  flex: 1;
}

.td-newsletter-text {
  font-size: 13px;
  margin-bottom: 12px;
  color: #666;
}

.widget_newsletter .newsletter-email {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.widget_newsletter .newsletter-email input[type="text"],
.widget_newsletter .newsletter-email input[type="email"] {
  flex: 1 1 200px;
}

.td-newsletter-options {
  display: flex;
  gap: 12px;
  margin-top: 8px;
  font-size: 12px;
}

.td-newsletter-options label {
  margin-left: 4px;
}

/* Product details */
.td-product-wrapper {
  padding-bottom: 20px;
}

.td-product-overview .td-post-title {
  margin-bottom: 12px;
}

.td-product-overview .td-module-meta-info {
  font-size: 12px;
  color: #777;
}

.td-post-lead {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.product-variant-line {
  border-bottom: 1px solid #e5e5e5;
  padding: 16px 0;
}

/* Cart and checkout */
.cart {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.cart th,
.cart td {
  padding: 12px;
  border-bottom: 1px solid #eee;
  font-size: 13px;
}

.cart thead th {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.order-summary-content .message-error,
.warning,
.no-result {
  background: #fff6f6;
  border: 1px solid #f2c9c9;
  padding: 12px;
}

.order-summary-content {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
}

/* Footer */
.td-footer-wrapper {
  background: #111;
  color: #ccc;
  padding: 40px 0;
}

.td-footer-wrapper a {
  color: #ccc;
}

.td-footer-about {
  font-size: 13px;
  line-height: 1.6;
}

.td-footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.td-footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #222;
  color: #fff;
}

.td-sub-footer {
  background: #0b0b0b;
  color: #777;
  padding: 16px 0;
}

.td-sub-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.td-subfooter-menu {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.td-subfooter-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.td-subfooter-menu a {
  color: #777;
}

/* Responsive tweaks */
@media (max-width: 1024px) {
  .td-hero-meta {
    max-width: 90%;
  }
  .td-hero-slide img {
    height: 320px;
  }
}

@media (max-width: 767px) {
  .td-hero-slide img {
    height: 260px;
  }
  .td-hero-meta {
    left: 16px;
    right: 16px;
  }
  .td-sub-footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* News + search extras */
.td-search-results-info {
  font-size: 13px;
  margin-bottom: 14px;
  color: #555;
}

.td-search-panel {
  border: 1px solid #eee;
  padding: 18px;
  background: #fff;
  margin-bottom: 24px;
}

.td-next-prev-page {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

.td-next-prev-page a {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.6px;
}

.td-social-sharing {
  margin-top: 30px;
}

.td-social-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.td-social-btn {
  padding: 8px 14px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.6px;
  background: #111;
  color: #fff;
}

.td-social-facebook { background: #3b5998; }
.td-social-twitter { background: #1da1f2; }
.td-social-linkedin { background: #0077b5; }

.comment-list .comment {
  border-bottom: 1px solid #eee;
  padding: 14px 0;
}

.comment-list .username {
  font-weight: 700;
}

.order-progress ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.order-progress li {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.5px;
}

.order-progress li.active-step a {
  color: #111;
  font-weight: 700;
}

.order-progress li.inactive-step a {
  color: #999;
}

/* Account + checkout panels */
.account-page .block-account-navigation,
.checkout-page .section,
.login-page .page-body .fieldset,
.registration-page .page-body .fieldset {
  background: #fff;
  border: 1px solid #eee;
  padding: 16px;
  margin-bottom: 20px;
}

.account-page .listbox ul,
.checkout-page .section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.account-page .listbox a {
  display: block;
  padding: 6px 0;
}

.td-login-block {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  margin-bottom: 20px;
}

.td-login-text {
  color: #555;
  margin-bottom: 16px;
  line-height: 1.6;
}

.td-login-form .inputs {
  margin-bottom: 12px;
}

.td-login-form label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 6px;
  color: #555;
}

.td-input {
  width: 100%;
}

.td-login-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.td-login-existing .message-error {
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .td-login-block {
    margin-bottom: 16px;
  }
}
