/**
 * CableSolution Theme - Override Couleurs
 * Basé sur le thème Classic PrestaShop 8.2.2
 */

/* ========================================
   GOOGLE FONTS
   ======================================== */

@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* ========================================
   VARIABLES - Couleurs CableSolution
   ======================================== */

:root {
  --cs-primary: #F09C12;          /* Orange principal */
  --cs-primary-hover: #616357;    /* Orange hover */
  --cs-gray: #4B4B4B;
  --cs-blue: #0462C7;
  --cs-success: #01B04B;          /* Vert stock */
  --cs-danger: #FB5F2F;           /* Rouge promo */  
}

/* ========================================
   TYPOGRAPHIE
   ======================================== */

body, html {
  font-family: "Instrument Sans", sans-serif;
  color: var(--cs-gray);
  font-size: 14px;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

body.prevent {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Instrument Sans", sans-serif;
}

input,
textarea {
  outline: 0;
}

button {
  outline: 0 !important;
}

input.form-control {
  height: 42px;
}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
  background-color: var(--cs-primary);
}

#wrapper {
  background: #FFF;
}

.ui-widget {
  font-family: "Instrument Sans", sans-serif;
}

/* ========================================
   COULEUR PRINCIPALE (Orange -> remplace le bleu #24b9d7)
   ======================================== */

a {
  color: var(--cs-primary);
}

a:hover,
a:focus,
.block_newsletter form input[type=text]:focus+button .search, .btn-unstyle:focus .expand-more, .search-widget form input[type=text]:focus+button .search {
  color: var(--cs-primary-hover);
}

@media (min-width: 1200px) {
    .container {
        width: 1340px;
        max-width: 100%;
    }
}

/* Boutons Primary */
.btn-primary,
.btn-primary:hover {
  background-color: var(--cs-primary);
  border-color: var(--cs-primary);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  background-color: var(--cs-primary-hover);
  border-color: var(--cs-primary-hover);
}

.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
  background-color: var(--cs-primary-hover);
  border-color: var(--cs-primary-hover);
}

/* Boutons Outline Primary */
.btn-outline-primary {
  color: var(--cs-primary);
  border-color: var(--cs-primary);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.active {
  background-color: var(--cs-primary);
  border-color: var(--cs-primary);
  color: #fff;
}

/* ========================================
   HEADER
   ======================================== */

#header .header-nav,
#header .header-nav a,
#header .header-nav .material-icons {
  color: #fff;
}

#header .header-nav a:hover {
  color: var(--cs-primary);
}

/* Blockcart */
#header .header-nav .blockcart {
  background-color: rgba(255, 255, 255, 0.1);
}

#header .header-nav .blockcart a {
  color: #fff;
}

#header .header-nav .blockcart a:hover {
  color: var(--cs-primary);
}

#header .header-nav .cart-preview.active {
  background: transparent;
}

/* Header Top */
#header .header-top a[data-depth="0"]:hover,
#header .top-menu a[data-depth="0"]:hover {
  color: var(--cs-primary);
}

/* ========================================
   NAVIGATION MENU
   ======================================== */

#_desktop_top_menu .top-menu > li > a:hover,
#_desktop_top_menu .top-menu > li.current > a,
.top-menu .sub-menu a:hover {
  color: var(--cs-primary);
}

/* ========================================
   LIENS ET TEXTES
   ======================================== */

.dropdown:hover .expand-more,
.page-my-account #content .links a:hover i,
.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i,
.search-widget form button[type=submit] .search:hover,
.block_newsletter form button[type=submit] .search:hover,
.footer-container li a:hover,
.account-list a:hover {
  color: var(--cs-primary);
}

/* ========================================
   FORMULAIRES
   ======================================== */

.form-control:focus {
  border-color: var(--cs-primary);
  outline: 3px solid rgba(247, 148, 29, 0.2);
}

.input-group.focus {
  outline: 3px solid rgba(247, 148, 29, 0.2);
}

/* Custom Radio */
.custom-radio input[type=radio]:checked + span {
  background-color: var(--cs-primary);
}

/* ========================================
   PRODUITS
   ======================================== */

/* Prix */
.product-price,
.price {
  color: var(--cs-primary);
}

/* Flags / Badges promo */
.product-flags li.product-flag {
  background: #FB5F2F;
}

.product-flags li.product-flag.discount,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount-percentage,
.product-flags li.product-flag.on-sale {
  background-color: var(--cs-primary);
}

.product-miniature .highlighted-informations .quick-view:hover {
  color: var(--cs-primary);
}

/* Thumbs selected */
.product-images > li.thumb-container .thumb.selected,
.product-images > li.thumb-container .thumb:hover,
#product-modal .modal-content .modal-body .product-images img:hover {
  border-color: var(--cs-primary);
}

/* Disponibilité */
#product-availability .product-available {
  color: var(--cs-success);
}

/* ========================================
   TABS
   ======================================== */

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
  color: var(--cs-primary);
  border-bottom-color: var(--cs-primary);
}

/* ========================================
   PAGINATION
   ======================================== */

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
  background-color: var(--cs-primary);
  border-color: var(--cs-primary);
}

.page-link {
  color: var(--cs-primary);
}

.page-link:hover,
.page-link:focus {
  color: var(--cs-primary-hover);
}

.pagination .current a {
  color: var(--cs-primary);
}

/* ========================================
   FILTRES / CATÉGORIES
   ======================================== */

.facet-dropdown.open > .select-title {
  border-color: var(--cs-primary);
}

.facet-dropdown .select-list:hover,
.brands-sort .select-list:hover,
.products-sort-order .select-list:hover,
.suppliers-sort .select-list:hover {
  background-color: var(--cs-primary);
}

.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover,
.block-categories .arrows .arrow-down:hover,
.block-categories .arrows .arrow-right:hover,
#subcategories ul li .subcategory-name:hover {
  color: var(--cs-primary);
}

#subcategories ul li:hover .subcategory-image a {
  border-color: var(--cs-primary);
}

/* ========================================
   CART / CHECKOUT
   ======================================== */

body#checkout a:hover {
  color: var(--cs-primary-hover);
}

body#checkout section.checkout-step .address-item.selected {
  border-color: var(--cs-primary);
}

body#checkout section.checkout-step.-reachable.-current .step-number {
  background-color: var(--cs-success);
}

/* Promo */
.block-promo .promo-input + button {
  border-color: var(--cs-primary);
}

.block-promo .cart-summary-line .label,
.block-promo .promo-name {
  color: var(--cs-primary);
}

/* ========================================
   LISTE ACTIVE / SELECTED
   ======================================== */

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  background-color: var(--cs-primary);
  border-color: var(--cs-primary);
}

/* Tags */
.tag-primary {
  background-color: var(--cs-primary);
}

/* ========================================
   SOCIAL / FOOTER
   ======================================== */

.block-social ul li:hover {
  background-color: var(--cs-primary);
}

/* ========================================
   CAROUSEL
   ======================================== */

.carousel-indicators .active {
  background-color: var(--cs-primary);
}

/* ========================================
   ALERTS / NOTIFICATIONS
   ======================================== */

.alert-warning .material-icons {
  color: var(--cs-primary);
}

/* ========================================
   MODAL CART
   ======================================== */

#blockcart-modal .modal-title i.material-icons {
  color: var(--cs-success);
}

#blockcart-modal .product-name {
  color: var(--cs-primary);
}

/* ========================================
   SEARCH
   ======================================== */

.search-widget form input[type=text]:focus,
.block_newsletter form input[type=text]:focus {
  outline-color: var(--cs-primary);
}

.block_newsletter form input[type=email]:focus {
  border-color: var(--cs-primary);
}

/* ========================================
   QUICKVIEW
   ======================================== */

.quickview .images-container .product-images > li.thumb-container .thumb:hover {
  border-color: var(--cs-primary);
}

.ps-shopinfo-banner {
  background-color: #F09C12;
}

.ps-shopinfo-banner .ps-shopinfo-wrapper {
  justify-content: space-between;
}

.ps-shopinfo-banner .ps-shopinfo-icon {
  width: 20px;
  max-width: 20px;
  height: auto;
  max-height: unset;
}

.ps-shopinfo-banner .ps-shopinfo-item.ps-shopinfo-address .ps-shopinfo-icon {
  width: 15px;
  max-width: 15px;
  height: auto;
  max-height: unset;
}

.ps-shopinfo-banner .ps-shopinfo-item span,
.ps-shopinfo-banner .ps-shopinfo-item a {
  font-size: 14px;
  color: #FFF !important;
  text-decoration: none !important;
}

.header-nav .columns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header {
  background: #F5F5F5;
  box-shadow: unset;
}

#header .header-nav {
  padding: 20px 0;
  max-height: unset;
  border-bottom: 1px solid #B9B9B9;
}

#header .header-nav .logo img {
  max-width: 250px;
  width: 100%;
}

#header .header-nav .search-bar {
  position: relative;
}

#header .header-nav .search-bar input {
  padding: 10px 16px;
  border: 0;
  border-radius: 0;
  height: 40px;
  width: 400px;
  background-color: #FFF;
}

#header .header-nav .search-bar svg {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

#header .header-nav .right-nav {
  align-items: center;
  gap: 20px;
}

#header .header-nav .btn-particulier {
  background-color: #F09C12;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 8px;
  height: 31px;
  line-height: normal;
  font-size: 14px;
  color: #FFF !important;
}

#header .header-nav .btn-pro {
  background: linear-gradient(90deg, #3A3D3C 0%, #616357 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 8px;
  height: 31px;
  line-height: normal;
  font-size: 14px;
  color: #FFF !important;
}

#header .header-nav .nxtal-wishlist-link {
  margin: 0 !important;
}

#header .header-nav .user-info {
  margin: 0 !important;
} 

#header .header-nav .user-info a {
  position: relative;
  margin: 0 !important;
}

#header .header-nav .user-info .logged-dot {
  content: '';
  position: absolute;
  top: -8px;
  right: -6px;
  width: 12px;
  height: 12px;
  background: #6bf022;
  border-radius: 50%;
  border: 2px solid #fff;
}

#header .header-nav .blockcart {
  position: relative;
  padding: 0;
  margin: 0;
  height: unset;
  width: unset;
}

#header .header-nav .blockcart .header {
  margin-top: 0;
  display: flex;
  align-items: center;
}

#header .header-nav .blockcart .cart-products-count {
  position: absolute;
  top: -11px;
  right: -12px;
  color: var(--cs-gray);
  border-radius: 50%;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#header .header-nav .language-selector {
  margin: 0 !important;
}

#header .header-nav .language-selector button {
  text-transform: uppercase;
  font-size: 16px;
}

#header .header-nav .language-selector button i {
  color: var(--cs-gray);
  height: unset;
  position: relative;
  top: -2px;
  margin-right: -5px;
}

#header .header-nav .nxtal-wishlist-link a,
#header .header-nav .user-info a,
#header .header-nav .blockcart a {
  display: flex;
  align-items: center;
}

#header .header-nav .nxtal-wishlist-link a:hover path,
#header .header-nav .user-info a:hover path,
#header .header-nav .blockcart a:hover path {
  fill: var(--cs-primary);
}

#header .header-nav .language-selector .dropdown-menu {
  left: unset;
  right: 0;
}

#header .header-nav .language-selector .dropdown-menu a {
  color: var(--cs-gray);
}

#header .header-nav .language-selector .dropdown-menu a:hover {
  color: var(--cs-primary);
}

#header .header-top {
  padding: 0;
}

.ed-mainmenu {
  background-color: transparent;
  border: 0;
  z-index: unset;
}

.ed-mainmenu__container {
  padding: 0;
  max-width: 100%;
}

.ed-mainmenu__list {
  align-items: center;
  justify-content: space-between;
  width: 100%
}

.ed-mainmenu__link {
  padding: 8px 5px;
  font-size: 12px;
  text-transform: unset;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--cs-gray) !important;
  border: 0;
  height: 45px;
}

.ed-mainmenu__item:hover .ed-mainmenu__link {
  background-color: var(--cs-primary);
  color: #FFF !important;
}

.ed-mainmenu__item.title-bold .ed-mainmenu__link {
  font-weight: 700;
}

.ed-mainmenu__item.dark-btn .ed-mainmenu__link {
  background-color: var(--cs-primary);
  color: #FFF !important;
  padding: 3px 10px;
  height: auto;
}

.ed-mainmenu__item.dark-btn .ed-mainmenu__link:hover {
  background: linear-gradient(90deg, #3A3D3C 0%, #616357 100%);
}

.ed-mainmenu__link .ed-mainmenu__arrow {
  display: none;
}

.ed-mainmenu__submenu {
  display: flex;
  padding: 0;
}

.ed-mainmenu__submenu-link {
  padding: 7px 20px !important;
  display: flex;
  white-space: nowrap;
  background-color: #616357 !important;
  color: #FFF !important;
}

.ed-mainmenu__submenu-item:nth-child(2n + 2) .ed-mainmenu__submenu-link {
  background-color: #3A3D3C !important;
}

#index #wrapper {
  padding-top: 0;
}

.ed-homeslider-container {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.ed-homeslider-container .ed-slide-inner {
  position: relative;
  padding: 0;
}

.ed-homeslider-container .ed-slide-content {
  position: absolute;
  left: 50%;
  top: calc(50% - 25px);
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: 1340px;
  margin: 0 auto 25px;
  padding: 0 15px;
  animation: unset !important;
}

.ed-homeslider-container .ed-slide-image {
  flex: unset;
  max-width: 100%;
  width: 100%;
}

.ed-homeslider-container .ed-slide-image img {
  max-height: 100%;
  width: 100%;
}

.ed-homeslider-container .ed-slide-title {
  font-size: 67px;
  font-weight: 700;
  color: var(--cs-primary);
  font-family: "Roboto", sans-serif;
  max-width: 540px;
  line-height: normal;
  margin: 0;
}

.ed-homeslider-container .ed-slide-subtitle {
  font-size: 48px;
  color: var(--cs-gray);
  font-weight: 400;
  line-height: normal;
  max-width: 555px;
  margin-bottom: 25px;
}

.ed-homeslider-container .ed-slide-description {
  color: #040404;
  font-size: 25px;
  font-weight: 400;
  line-height: normal;
  max-width: 540px;
  margin-bottom: 45px;
}

.ed-homeslider-container .ed-slide-button {
  padding: 18px 35px;
  border-radius: 0;
  font-weight: 400;
  font-size: 20px;
  background-color: var(--cs-primary);
  transition: .2s;
}

.ed-homeslider-container .ed-slide-button:hover {
  box-shadow: unset;
  transform: unset;
  background: linear-gradient(0deg, #616357 0%, #616357 100%), #FB9708;
}

.ed-features-container {
  margin: 15px 0 75px;
  padding: 0;
}

.ed-features-wrapper {
  max-width: 100%;
  padding: 0;
}

.ed-features-container .ed-feature-item {
  border-radius: 0;
  padding: 15px 15px 15px 30px;
  transform: unset;
  box-shadow: unset;
}

.ed-features-container .ed-feature-item:nth-child(2n+1) {
  background-image: url(/img/Frame-1618873174.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.ed-features-container .ed-feature-item:nth-child(2n+2) {
  background-image: url(/img/Frame-1618873175.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.ed-features-container .ed-feature-icon {
  width: 115px;
  height: 120px;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}

.ed-features-container .ed-feature-subtitle {
  color: #FFF;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

.ed-features-container .ed-feature-title {
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
}

.ed-features-container .ed-feature-content {
  justify-content: space-between;
  gap: 50px;
}

.ed-home-categories {
  padding: 0;
  margin: 0px 0px 80px;
}

.ed-home-categories .edhc-products-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.ed-home-categories .edhc-products-grid .product-miniature {
  margin: 0;
  width: 100%;
}

.product-miniature .product-description {
  display: flex;
  flex-direction: column;
  background-color: #F5F5F5;
  padding: 16px;
  height: 100%;
}

.product-miniature .product-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  min-height: 51px;
}

.product-miniature .product-title a {
  font-size: 14px;
  color: #4B4B4B;
}

.product-miniature {
  border: 1px solid #CBCBCB;
  transition: .2s;
  height: 100%;
}

.product-miniature .thumbnail-container {
  display: flex;
  flex-direction: column;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: unset;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}

.ed-popular-grid .thumbnail-container:hover {
  box-shadow: unset;
  transform: unset;
}

.product-miniature .thumbnail-top {
  height: 100%;
}

.product-miniature .product-price-and-shipping {
  text-align: left;
  margin-bottom: 15px;
  margin-top: auto;
}

.product-miniature .product-price-and-shipping .price {
  color: #0462C7;
  font-size: 19px;
  font-weight: 500;
}

.product-miniature .product-availability {
  display: flex;
}

.product-miniature .product-availability.in-stock {
  color: #00AF38;
  font-size: 14px;
  font-weight: 500;
}

.product-miniature .product-availability i {
  margin-right: 4px;
  font-size: 16px;
  position: relative;
  top: 0;
}

.product-miniature .btn-primary {
  margin-top: 16px;
  text-transform: unset;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.product-miniature .btn-primary i {
  font-size: 15px;
}

.edhc-tab {
  position: relative;
  padding: 5px 0;
  font-size: 12px;
  font-weight: 500;
  border: 0;
}

.edhc-tab.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #FF6B35;
}

.edhc-tab a {
  color: #333;
}

.edhc-tab a:hover {
  color: #FF6B00;
}

.edhc-tab.highlighted.dark a {
  background: #FB9708;
  color: #FFF;
  padding: 2px 5px;
}

.edhc-tabs {
  gap: 12px;
}

.edhc-tabs-nav {
  overflow-x: unset !important;
}

.edhc-view-all {
  color: var(--cs-primary);
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}

.edhc-view-all i {
  font-size: 12px;
  margin-left: 6px;
}

.ed-promobanner-section {
  padding: 0;
  margin-bottom: 80px;
}

.ed-promobanner-container {
  padding: 0;
  margin: 0;
  max-width: 100%;
}

.ed-promobanner-content {
  max-width: 65%;
}

.ed-promobanner-item {
  border-radius: 0;
  padding: 40px 45px;
}

.ed-promobanner-title {
  font-size: 32px;
  font-weight: 600;
}

.ed-promobanner-subtitle {
  font-size: 15px;
  font-weight: 400;
}

.ed-promobanner-price {
  font-size: 20px;
  font-weight: 500;
  margin: 0px 0px 30px 0px;
}

.ed-promobanner-btn {
  background-color: transparent;
  font-size: 14px;
  border-radius: 0;
  padding: 8px 15px;
}

.ed-popular-title {
  font-size: 24px;
  font-weight: 500;
  color: #272727;
}

.ed-popular-link {
  font-size: 16px;
  color: var(--cs-primary);
  text-decoration: underline;
}

.ed-section:not(:last-child) {
  margin-bottom: 32px;
}

.ed-section-header {
  padding: 13px 15px;
  background: linear-gradient(0deg, #616357 0%, #616357 100%), linear-gradient(90deg, rgba(70, 70, 70, 0.55) 0%, rgba(111, 111, 111, 0.55) 100%);
  text-align: center;
  height: 40px;
}

.ed-sidebar {
  border: 0;
  border-radius: 0;
}

.ed-products-list {
  padding: 0;
  background-color: #F8F7F7;
}

.ed-section-title {
  font-size: 14px;
  font-weight: 400;
}

.ed-section-link {
  background-color: var(--cs-primary);
  color: #FFF;
  font-weight: 400;
  font-size: 14px;
  height: 40px;
}


.product-miniature .thumbnail-container .product-thumbnail {
  height: auto;
  background-color: #FFF;
}

.ed-popular-header {
  border-bottom: 1px solid #cbcbcb;
}

.ed-newsletter {
  padding: 50px 0px;
  position: relative;
  width: 100vw !important;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #3A3D3C 0%, #616357 100%);
}

.ed-newsletter .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 50px;
}

.ed-newsletter .container:after {
  content: unset;
}

.ed-newsletter__content {
  flex: 1;
  max-width: 585px;
}

.ed-newsletter__title {
  color: #ffffff;
  font-size: 31px;
  font-weight: 700;
  margin: 0 0 15px 0;
  line-height: 1.3;
}

.ed-newsletter__text {
  color: #FFF;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
  max-width: 445px;
}

.ed-newsletter__form-wrapper {
  flex: 1;
  max-width: 100%;
}

.ed-newsletter__form {
  width: 100%;
}

.ed-newsletter__input-group {
  display: flex;
  background-color: #ffffff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  padding: 10px 25px 10px 20px;
  margin: 10px 0;
}

.ed-newsletter__input {
    flex: 1;
    border: none;
    padding: 0;
    font-size: 15px;
    color: #999;
    background: transparent;
    outline: none;
    min-width: 0;
}

.ed-newsletter__input::placeholder {
  color: #333;
}

.ed-newsletter__btn {
  background-color: #F09C12;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.3s ease;
  height: 40px;
}

.ed-newsletter__btn:hover {
  background-color: var(--cs-primary-hover);
}

.ed-newsletter__conditions {
  color: #999999;
  font-size: 12px;
  margin-top: 15px;
  line-height: 1.5;
}

.ed-newsletter__conditions a {
  color: #d4894a;
  text-decoration: underline;
}

.ed-newsletter__gdpr label {
  color: #b0b0b0;
  font-size: 12px;
}

.ed-newsletter__gdpr a {
  color: #d4894a;
}

.ed-newsletter__message {
  margin-top: 15px;
  padding: 12px 15px;
  border-radius: 4px;
  font-size: 14px;
}

.ed-newsletter__message--success {
  background-color: rgba(76, 175, 80, 0.2);
  color: #81c784;
  border: 1px solid rgba(76, 175, 80, 0.3);
}

.ed-newsletter__message--error {
  background-color: rgba(244, 67, 54, 0.2);
  color: #e57373;
  border: 1px solid rgba(244, 67, 54, 0.3);
}

@media (max-width: 991px) {
  .ed-newsletter__container {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .ed-newsletter__content,
  .ed-newsletter__form-wrapper {
    max-width: 100%;
    width: 100%;
  }

  .ed-newsletter__title {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .ed-newsletter {
    padding: 40px 15px;
  }

  .ed-newsletter__title {
    font-size: 20px;
  }

  .ed-newsletter__input-group {
    flex-direction: column;
  }

  .ed-newsletter__input {
    padding: 15px;
    text-align: center;
  }

  .ed-newsletter__btn {
    padding: 15px;
    width: 100%;
  }
}

#footer {
  padding-top: 0;
}

.ed-footer-main {
    background-color: #F5F5F5;
    padding: 60px 0 30px;
}

.ed-footer .container {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.ed-footer .container:after {
  content: unset;
}

.ed-footer-col {
    flex: 1;
    min-width: 200px;
}

.ed-footer-brand {
    flex: 1.5;
    max-width: 300px;
    margin-right: 95px;
}

.ed-footer-logo {
    margin-bottom: 20px;
}

.ed-footer-logo img {
    max-height: 55px;
    width: auto;
    display: block;
}

.ed-footer-description {
    color: #000;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    letter-spacing: -0.15px;
    font-weight: 400;
}

.ed-footer-title {
    color: #3D4548;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 0;
}

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

.ed-footer-list li {
    margin-bottom: 20px;
}

.ed-footer-list a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s ease;
    font-weight: 400;
    letter-spacing: -0.15px;
}

.ed-footer-list a:hover {
    color: #f39c12;
}

.ed-footer-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ed-footer-contact-item {
    color: #000;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: normal;
    letter-spacing: -0.15px;
}

.ed-footer-contact-item a {
text-decoration: none;
    transition: color 0.2s ease;
    color: #000;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: normal;
    letter-spacing: -0.15px;
}

.ed-footer-contact-item a:hover {
    color: #f39c12;
}

.ed-footer-hours strong {
    color: #333333;
}

.ed-footer-bottom {
    background-color: #F5F5F5;
    padding: 20px 0;
    border-top: 1px solid #4A5565;
}

.ed-footer-bottom .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.ed-footer-copyright {
  color: #000;
    font-size: 14px;
    letter-spacing: -0.15px;
}

.ed-footer-legal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0px;
}

.ed-footer-legal a {
    text-decoration: none;
    transition: color 0.2s ease;
    padding: 0 12px;
    color: #000;
    font-size: 14px;
    letter-spacing: -0.15px;
}

.ed-footer-legal a:first-child {
    padding-left: 0;
}

.ed-footer-legal a:last-child {
    padding-right: 0;
}

.ed-footer-legal a:hover {
    color: #f39c12;
}

/* Responsive */
@media (max-width: 1200px) {
    .ed-footer-col {
        flex: 0 0 calc(50% - 20px);
        min-width: auto;
    }
    
    .ed-footer-brand {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .ed-footer-brand .ed-footer-logo {
        display: flex;
        justify-content: center;
    }
    
    .ed-footer-brand .ed-footer-description {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .ed-footer-main {
        padding: 40px 0 30px;
    }
    
    .ed-footer .container {
        padding: 0 20px;
        gap: 30px;
    }
    
    .ed-footer-col {
        flex: 0 0 100%;
    }
    
    .ed-footer-title {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .ed-footer-bottom .container {
        flex-direction: column;
        text-align: center;
    }
    
    .ed-footer-legal {
        justify-content: center;
    }
    
    .ed-footer-legal a {
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .ed-footer-main {
        padding: 30px 0 20px;
    }
    
    .ed-footer-container {
        padding: 0 15px;
        gap: 25px;
    }
    
    .ed-footer-logo img {
        max-height: 50px;
    }
    
    .ed-footer-description {
        font-size: 13px;
    }
    
    .ed-footer-list a,
    .ed-footer-contact-item,
    .ed-footer-contact-item a {
        font-size: 13px;
    }
    
    .ed-footer-legal a {
        font-size: 12px;
        padding: 3px 8px;
    }
    
    .ed-footer-copyright {
        font-size: 12px;
    }
}

#wrapper .breadcrumb li::after {
  margin: .3125rem;
  color: #2A3B43;
  content: "\f105";
  font-family: 'Font Awesome 7 Pro';
  font-size: 13px;
}

#wrapper .breadcrumb li a,
#wrapper .breadcrumb li:last-child {
  color: #2A3B43;
}

.block-category {
  padding: 0;
  min-height: auto;
}

#products .products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 24px;
}

.block-category {
  margin: 0;
}

.block-category h1 {
  margin-bottom: 1rem;
  font-size: 24px;
  font-weight: 500;
  color: #272727;
  text-transform: unset;
}

#search_filters, 
#search_filters_brands, 
#search_filters_suppliers {
  padding: 0;
  background: #F8F7F7;
}

#search_filters>.h6, #search_filters_brands>.h6, #search_filters_suppliers>.h6 {
  background: linear-gradient(90deg, #3A3D3C 0%, #616357 100%);
  padding: 12px 5px;
  color: #FFF;
  text-align: center;
  text-transform: unset !important;
  font-size: 14px;
  font-weight: 400;
}

#search_filters .facet, #search_filters_brands .facet, #search_filters_suppliers .facet {
  padding: 15px 10px 0;
  border-bottom: 1px solid #E7E7E7;
}

#search_filters .facet:last-of-type, #search_filters_brands .facet:last-of-type, #search_filters_suppliers .facet:last-of-type {
  border-bottom: 0;
}

#search_filters .facet .facet-title, #search_filters_brands .facet .facet-title, #search_filters_suppliers .facet .facet-title {
  font-size: 13px;
  color: #4B4B4B;
  font-weight: 600;
}

#search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

.custom-checkbox input[type=checkbox]+span {
  background-color: #CACACA;
  border: 0;
}

#_desktop_search_filters_clear_all {
  padding: 0 10px;
}

#search_filters .facet .facet-title.hidden-sm-down, #search_filters_brands .facet .facet-title.hidden-sm-down, #search_filters_suppliers .facet .facet-title.hidden-sm-down {
  display: none !important;
}

#search_filters .facet .title {
  cursor: pointer;
}

#search_filters .facet .title.hidden-md-up {
  display: flex !important;
}

#search_filters .facet .navbar-toggler .material-icons {
  display: none;
  width: 15px;
  cursor: pointer;
}

#search_filters .facet .title:not(.collapsed) .navbar-toggler .material-icons.remove {
  display: block;
  rotate: 180deg;
}

#search_filters .facet .title.collapsed .navbar-toggler .material-icons.add {
  display: block;
}

#search_filters .facet .title .collapse-icons {
  padding: 0;
  text-align: right;
  width: fit-content;
  right: -5px;
  top: -8px;
  position: relative;
}

#search_filters .facet .collapse:not(.in), #search_filters_brands .facet .collapse:not(.in), #search_filters_suppliers .facet .collapse:not(.in) {
  display: none;
}

#search_filters .ui-widget-header {
  background: #EB762D;
}

.page-content.page-cms .products-selection ul, .page-content.page-cms .products-selection ul .select-title, .page-content.page-cms .products-selection ul .sort-by, .products-selection .page-content.page-cms ul, .products-selection .page-content.page-cms ul .select-title, .products-selection .page-content.page-cms ul .sort-by, .products-selection .sort-by-row, .products-selection .sort-by-row .select-title, .products-selection .sort-by-row .sort-by, .products-selection p, .products-selection p .select-title, .products-selection p .sort-by {
  font-size: 14px;
}

.brands-sort .select-title, .products-sort-order .select-title, .suppliers-sort .select-title {
  background: #F0F0F0;
  border: 1px solid #F0F0F0;
}

.active_filters {
  background: #f8f7f7;
}

#js-product-list-top .total-products {
  display: flex;
  align-items: center;
}

#js-product-list-top .total-products p {
  margin-bottom: 0;
  color: #555;
}

.view-switcher {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 50px;
}

.view-switcher-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
  border: 0;
  outline: 0 !important;
  box-shadow: unset !important;
  transition: .3s;
}

.view-switcher-btn:hover,
.view-switcher-btn.active {
  opacity: .6;
}

.view-switcher-btn svg {
  width: 29px;
  height: 29px;
  fill: #f39c12;
  transition: fill 0.2s ease;
}

/* Vue Liste */
#products.list-view .products {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#products.list-view .product-miniature {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 100%;
}

.product-miniature .thumbnail-container:focus .product-description::after, 
.product-miniature .thumbnail-container:hover .product-description::after {
  content: unset;
}

#products.list-view .product-miniature .thumbnail-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#products.list-view .product-miniature .product-description {
  flex: 1;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#products.list-view .product-miniature .product-title {
  margin-bottom: 10px;
  min-height: auto;
}

#products.list-view .product-miniature .product-price-and-shipping {
  margin-top: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  #products.list-view .product-miniature {
      flex-direction: column;
  }
  
  #products.list-view .product-miniature .thumbnail-container {
      width: 100%;
      min-width: auto;
  }
  
  .view-switcher-btn svg {
      width: 22px;
      height: 22px;
  }
}

.products-selection .sort-by-row .sort-by {
  color: #262626;
  font-weight: 600;
}

#left-column.col-lg-3 {
  width: 21%;
}

#content-wrapper.col-lg-9 {
  width: 79%;
}

.pagination>div:first-child {
  color: #555;
  font-size: 14px;
}

.brands-sort .dropdown-menu, .products-sort-order .dropdown-menu, .suppliers-sort .dropdown-menu {
  background: #f0f0f0;
}

.products-selection .sort-by-row .select-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#product #wrapper .breadcrumb li a, #product #wrapper .breadcrumb li:last-child {
  font-size: 12px;
}

#product #wrapper .breadcrumb li::after {
  font-size: 11px;
}

#product #content {
  max-width: 100%;
}

.product-cover img,
.images-container .product-images>li.thumb-container .thumb {
  border: 1px solid #EFEFEF;
}

.product-container .col-md-5 {
  width: 43%;
}

.product-container .col-md-7 {
  width: 57%;
}

.product-container h1 {
  text-transform: unset;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
}

.product-container .product-title-brand-wrapper {
  display: flex;
  justify-content: space-between;
}

.product-container .product-title-brand-wrapper .product-brand-image {
  height: 30px;
}

.product-container .product-reference {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 25px;
}

.product-container .product-short-description {
  margin-bottom: 25px;
}

.product-container .product-short-description p {
  font-size: 14px;
  font-weight: 400;
  color: #250B19;
  margin-bottom: 7px;
}

.product-container .price-discount {
  display: flex;
  align-items: center;
}

.product-container .product-price,
.product-container .product-discount {
  margin-bottom: 0;
}

.product-container .product-price .current-price {
  color: #250B19;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 0;
}

.product-container .product-discount .regular-price {
  background: rgba(255, 72, 75, 0.27);
  color: #FF484B;
  font-size: 18px;
  font-weight: 600;
  padding: 4px 5px;
  margin-left: 10px;
}

.product-container .product-prices {
  margin-bottom: 20px;
}

.product-quantity #quantity_wanted {
  background-color: #E9E9E9;
  width: 108px;
  height: 46px;
  border: 0;
  text-align: center;
  color: #14274A;
  font-size: 16px;
}

.product-quantity .input-group {
  position: relative;
}

.product-quantity .input-group-btn-vertical {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 85%;
}

.product-quantity .input-group-btn-vertical .btn {
  width: fit-content;
  border: 0;
  background-color: unset;
}

.input-group-btn-vertical .bootstrap-touchspin-down {
  order: 1;
}

.input-group-btn-vertical .bootstrap-touchspin-up {
  order: 2;
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
  content: "\f067";
  font-family: 'Font Awesome 7 Pro';
  font-weight: 700;
  font-size: 13px;
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
  content: "\f068";
  font-family: 'Font Awesome 7 Pro';
  font-weight: 700;
  font-size: 12px;
}

.product-actions .add-to-cart {
  height: 46px;
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 10px 38px;
  text-transform: unset;
  font-size: 18px;
  font-weight: 600;
}

.product-actions .add-to-cart i {
  font-size: 22px;
}

.product-quantity .qty {
  margin-right: 18px;
  margin-bottom: 0;
}

.product-quantity .add {
  margin-bottom: 0;
}

.product-add-to-cart .or-whatsapp {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.product-add-to-cart .or-whatsapp .label {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.product-add-to-cart .or-whatsapp .btn-whatsapp {
  background-color: #01B04B;
  color: #FFF;
  padding: 8px 13px;
  font-size: 18px;
  font-weight: 600;
  margin-left: 10px;
}

.product-add-to-cart .or-whatsapp .btn-whatsapp i {
  font-size: 18px;
  margin-right: 3px;
}

.product-tabs .tabs {
  padding: 0;
  margin: 0 0 60px;
}

.product-tabs .nav-tabs {
  display: flex;
}

.product-tabs .nav-item,
.product-tabs .nav-item .nav-link {
  width: 100%;
}

.product-tabs .tabs .nav-tabs .nav-item {
  margin: 0;
  float: unset;
}

.product-tabs .tabs .nav-tabs .nav-item .nav-link {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.36px;
  padding: 18px 10px;
  text-align: center;
  border: 0 !important;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.product-tabs .tabs .nav-tabs .nav-item:nth-child(n+1) .nav-link {
  background-color: #3A3D3C;
}

.product-tabs .tabs .nav-tabs .nav-item:nth-child(2n+2) .nav-link {
  background-color: #616357;
}

.product-tabs .tabs .nav-tabs .nav-link.active {
  background-color: var(--cs-primary) !important;
}

.product-tabs .tabs .tab-pane {
  background-color: #F6F6F6;
  padding: 44px 30px;
}

.product-tabs .tabs .tab-pane p,
.product-tabs .tabs .tab-pane li {
  font-size: 15px;
  color: #000;
  line-height: normal;
}

.js-product-details .product-manufacturer {
  width: 198px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C2C2C2;
  margin-bottom: 40px;
}

.product-tabs .product-features {
  margin: 0;
}

.product-tabs .product-features .data-sheet {
  flex-direction: column;
}

.product-tabs .product-features .data-sheet .line {
  display: flex;
  border-bottom: 2px solid #FFF;
}

.product-tabs .product-features .data-sheet .line:nth-child(n + 1) {
  background-color: #C4C4C4;
}

.product-tabs .product-features .data-sheet .line:nth-child(2n + 2) {
  background-color: #EEECEC;
}

.product-features>dl.data-sheet dd.value, .product-features>dl.data-sheet dt.name {
  background: transparent;
  margin-bottom: 0;
}

.product-features>dl.data-sheet dt.name {
  border-right: 1px solid #FFF;
  color: #222;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  padding: 14px 18px;
  width: 40%;
  margin: 0;
}

.product-features>dl.data-sheet dd.value {
  color: #222;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  padding: 14px 18px;
  width: 60%;
}

.product-features.second {
  margin-top: 45px;
}

.product-attachments .attachment h4 {
  margin-bottom: 16px;
}

.product-attachments .attachment h4 a {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.48px;
}

.product-attachments .attachment .btn-download {
  border: 1px solid #DCDCDC;
  background: #F2F2F2;
  padding: 8px 12px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.product-attachments .attachment .btn-download img {
  width: 22px;
  height: auto;
}

.featured-products,
.product-accessories {
  position: relative;
  margin: 0px 0px 60px;
}

.featured-products > h2,
.product-accessories > .h5 {
  position: relative;
  color: #272727;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 55px;
  text-transform: unset !important;
}

.featured-products > h2:after,
.product-accessories > .h5:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(147, 147, 147, 0.20) 0%, #939393 50%, rgba(147, 147, 147, 0.20) 100%);
}

.featured-products .slick-arrow,
.product-accessories .slick-arrow {
  position: absolute;
  top: -75px;
  right: 5px;
  background-color: transparent;
  border: 0;
  padding: 0;
  outline: 0;
  cursor: pointer;
}

.featured-products .slick-arrow.slick-prev,
.product-accessories .slick-arrow.slick-prev {
  right: 38px;
}

.featured-products .products,
.product-accessories .products {
  margin-left: -10px;
  width: calc(100% + 20px);
}

.featured-products .product-miniature,
.product-accessories .product-miniature {
  margin: 0 10px;
}

.featured-products .slick-list,
.product-accessories .slick-list {
  width: 100%;
}

.featured-products .slick-list,
.product-accessories .slick-list .slick-track {
  margin-left: 0;
}

.useful-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 5px;
}

.useful-links .ed-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px 12px;
  border-radius: 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  transition: all .2s;
  justify-content: center;
  border: 1px solid #DCDCDC;
  background: #F2F2F2;
}

.useful-links .ed-quote-btn {
  order: 1;
}

.useful-links .ed-datasheet-btn {
  order: 2;
}

.useful-links .ed-pricealert-container {
  order: 3;
}

.useful-links .ed-compare-btn {
  order: 4;
}

.useful-links .ed-whatsapp-btn {
  order: 5;
}

#authentication .page-content,
#password .page-content,
#registration .page-content {
  max-width: 100%;
  padding: 0;
}

.login-page {
  position: relative;
  display: grid;
  grid-template-columns: 45% 55%;
  margin-top: -22px;
}

.login-page .column-left {
  flex: 1;
  position: relative;
  overflow: visible;
}

.login-page .column-left img {
position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: calc(45% + ((100vw - 100%) / 2));
    max-width: none;
    object-fit: cover;
    display: block;
}

.login-page .column-right {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 100px 90px 200px;
    background: linear-gradient(0deg, #3A3D3C 0%, #3A3D3C 100%), #FFF;
    z-index: 1;
}

.login-page .column-right::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: calc((100vw - 100%) / 2 + 50px);
    background: linear-gradient(0deg, #3A3D3C 0%, #3A3D3C 100%), #FFF;
    z-index: -1;
}

.login-page h1 {
  font-size: 47px;
  color: #FFF;
  margin-bottom: 40px;
}

#authentication .breadcrumb,
#password .breadcrumb,
#registration .breadcrumb {
  display: none;
}

.login-page .form-control-label {
  display: none !important;
}

.login-page .login-form .col-md-6 {
  width: 100%;
}

.login-page .login-form .form-control {
  height: 42px;
  background-color: #FFF;
  border: 0;
}

.login-page .login-form .input-group .input-group-btn>.btn {
  background: #FFF;
  color: var(--cs-primary);
  font-size: 14px;
}

.login-page .login-form .forgot-password {
    font-size: 14px !important;
    margin-top: -10px !important;
    text-align: left !important;
    padding: 0 !important;
}

.login-page .login-form .forgot-password a {
  color: #FFF;
}

.login-page .login-form #submit-login {
  border: 1px solid #FFF;
  background: #616357;
  padding: 12px 10px;
  width: 100%;
  text-transform: unset !important;
  font-size: 15px;
  letter-spacing: -0.15px;
  font-weight: 600;
  margin-top: 20px;
}

.login-page .column-right .no-account {
  text-align: left !important;
  margin-top: 30px !important;
  font-size: 18px !important;
  font-weight: 500;
  color: #FFF;
}

.login-page .column-right .no-account a {
  text-decoration: underline;
  color: var(--cs-primary) !important;
}

.login-page .send-renew-password-link {
  padding: 0;
  color: #FFF;
  font-size: 14px;
}

.login-page .forgotten-password .form-fields .center-email-fields button, 
.login-page .forgotten-password .form-fields .email input {
  height: 42px;
  text-transform: unset;
  font-weight: 600;
  font-size: 15px;
}

.login-page .forgotten-password .form-fields .email input {
  font-size: 15px;
  font-weight: 400;
}

.login-page .forgotten-password {
  padding: 0;
}

.login-page .forgotten-password .account-link {
  color: #FFF !important;
}

.registration-page {
  position: relative;
  display: grid;
  grid-template-columns: 45% 55%;
  margin-top: -22px;
}

.registration-page .column-left {
  flex: 1;
  position: relative;
  overflow: visible;
}

.registration-page .column-left img {
position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: calc(45% + ((100vw - 100%) / 2));
    max-width: none;
    object-fit: cover;
    display: block;
}

.registration-page .column-right {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 100px 90px 100px;
    background: linear-gradient(0deg, #3A3D3C 0%, #3A3D3C 100%), #FFF;
    z-index: 1;
}

.registration-page .column-right::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: calc((100vw - 100%) / 2 + 50px);
    background: linear-gradient(0deg, #3A3D3C 0%, #3A3D3C 100%), #FFF;
    z-index: -1;
}

.registration-page h1 {
  font-size: 47px;
  color: #FFF;
  margin-bottom: 10px;
}

.registration-page .register-form > p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 40px;
}

.registration-page .register-form > p > a {
  color: var(--cs-primary) !important;
}

.registration-page .register-form .form-control-label {
  display: none !important;
}

.registration-page .register-form .col-md-6 {
  width: 100%;
}

.registration-page .register-form #customer-form .columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 12px;
}

.registration-page .register-form #customer-form .columns > div {
  grid-column: span 2;
} 

.registration-page .register-form #customer-form .columns > div:nth-child(1),
.registration-page .register-form #customer-form .columns > div:nth-child(2) {
  grid-column: span 1;
}

.registration-page .register-form .form-control-comment {
  display: none;
}

.registration-page .register-form .input-group .input-group-btn>.btn {
  background: #FFF;
  color: var(--cs-primary);
  font-size: 14px;
}

.registration-page .register-form .form-control {
  background-color: #FFF;
  border: 0;
}

.registration-page .register-form .password-requirements p {
  color: #FFF;
}

.registration-page .register-form .custom-checkbox input[type=checkbox]+span {
  background-color: #FFF;
}

.registration-page .register-form label {
  color: #FFF;
}

.registration-page .register-form .form-control-submit {
  border: 1px solid #FFF;
  background: #616357;
  padding: 12px 10px;
  width: 100%;
  text-transform: unset !important;
  font-size: 15px;
  letter-spacing: -0.15px;
  font-weight: 600;
}

.ed-customer-type-wrapper {
  margin-bottom: 15px;
  grid-column: span 1;
}

.ed-customer-type-label {
  display: block;
  margin-bottom: 0.75rem;
  font-weight: 600;
  color: #232323;
  font-size: 0.875rem;
}

.ed-customer-type-switch {
  display: flex;
  gap: 0;
  overflow: hidden;
  border: 2px solid #FFF;
  background-color: #fff;
}

.ed-customer-type-btn {
  flex: 1;
  padding: 0.75rem 1.25rem;
  border: none;
  background-color: #fff;
  color: #6c757d;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.25s ease;
  text-align: center;
  outline: 0 !important;
}

.ed-customer-type-btn:first-child {
  border-right: 1px solid #dee2e6;
}

.ed-customer-type-btn:hover:not(.active) {
  background-color: #f8f9fa;
  color: #495057;
}

.ed-customer-type-btn.active {
  background-color: var(--cs-primary);
  color: #fff;
  font-weight: 600;
}

.ed-b2b-field {
  transition: opacity 0.3s ease, max-height 0.3s ease;
  opacity: 1;
  max-height: 500px;
  overflow: hidden;
}

.ed-b2b-field-hidden {
  display: none !important;
  opacity: 0;
  max-height: 0;
}

#contact #left-column {
  display: none !important;
}

#contact #content-wrapper {
  width: 100%;
}

#contact #content {
  padding: 0;
}

#contact .breadcrumb {
  display: none;
}

#contact #wrapper {
  background-color: var(--cs-primary);
}

#module-opartdevis-simplequotation #content {
  padding: 0;
}

.ui-menu .ui-menu-item a,
.ui-menu .ui-menu-item a span {
  font-size: 14px !important;
}

#opartDevisForm .form-group {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 15px;
}

#opartDevisForm .form-group:after {
  content: "";
  display: table;
  clear: both;
}

#opartDevisForm #submitOpartMessage {
  background-color: var(--cs-primary);
  color: #FFF;
}

#opartDevisForm #submitOpartMessage:hover {
  background-color: var(--cs-primary-hover);
  color: #FFF;
}

.ed-about-page {
    line-height: 1.7;
    margin: 0 auto;
}

/* Section générale */
.ed-about-section {
    padding: 60px 0;
}

.ed-about-section.ed-about-intro,
.ed-about-section.ed-about-navigation {
  padding-bottom: 0;
}

/* Row - Flexbox */
.ed-about-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

/* Colonnes */
.ed-about-col {
    flex: 1;
    min-width: 300px;
}

.ed-about-image-col {
    flex: 0 0 48.5%;
}

.ed-about-content-col {
    flex: 0 0 48.5%;
}

/* Images */
.ed-about-image-wrapper {
    overflow: hidden;
}

.ed-about-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.ed-about-image-wrapper:hover .ed-about-img {
    transform: scale(1.03);
}

/* Titres */
.ed-about-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--cs-primary);
  margin: 0 0 10px 0;
  line-height: 1.3;
  letter-spacing: 0.48px;
}

/* Tagline / Slogan */
.ed-about-tagline {
  font-size: 17px;
  color: #000;
  margin-bottom: 24px;
  font-style: italic;
  font-weight: 500;
}

/* Divider / Séparateur */
.ed-about-divider {
  width: 344px;
  height: 1px;
  background: var(--cs-primary);
  margin-bottom: 25px;
  border-radius: 2px;
}

.ed-divider-left {
  margin-left: 0;
}

/* Texte */
.ed-about-text {
    font-size: 15px;
    color: #000;
}

.ed-about-text p {
  margin-bottom: 8px;
  font-size: 15px;
  color: #000;
}

.ed-about-text p:last-child {
    margin-bottom: 0;
}

/* Listes */
.ed-feature-list {
    list-style: none !important;
    padding: 0;
    margin: 15px 0;
}

.ed-feature-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 0px;
    font-size: 15px;
    color: #000;
}

.ed-feature-list li::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 10px;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%;
}

/* Espaces Particuliers / Professionnels */
.ed-spaces-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
    margin-top: 20px;
}

.ed-space-title {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin: 0 0 5px 0;
}

.ed-space-list {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.ed-space-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 0px;
    font-size: 14px;
    color: #000;
}

.ed-space-list li::before {
    content: "•";
    position: absolute;
    left: 5px;
    color: #000;
    font-weight: bold;
}

.ed-space-list li:last-child {
    margin-bottom: 0;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 991px) {
    .ed-about-row {
        flex-direction: column !important;
    }
    
    .ed-about-image-col,
    .ed-about-content-col {
        flex: 0 0 100%;
        width: 100%;
    }
    
    .ed-about-section {
        padding: 40px 0;
    }
    
    .ed-about-title {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    .ed-about-section {
        padding: 30px 0;
    }
    
    .ed-about-title {
        font-size: 20px;
    }
    
    .ed-about-text,
    .ed-feature-list li,
    .ed-space-list li {
        font-size: 14px;
    }
    
    .ed-about-row {
        gap: 25px;
    }
}

.cms-id-4 .page-header {
  display: none;
}

.cms-id-4 .page-content {
  padding: 0;
}

.ed-about-section.ed-about-spaces {
  position: relative;
  background-color: #F3F3F3;
}

.ed-about-section.ed-about-spaces:before {
  content: '';
  background-color: #F3F3F3;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  z-index: 1;
}

.ed-about-section.ed-about-spaces .ed-about-container {
  position: relative;
  z-index: 2;
}

#product-availability {
  margin-top: 15px;
  display: inline-block;
}

.featured-products .slick-list, 
.product-accessories .slick-list,
.featured-products .slick-list .slick-track, 
.product-accessories .slick-list .slick-track {
  display: flex;
}

.legal-page { max-width: 900px; margin: 0 auto; line-height: 1.7; color: #333; }
.legal-page h2 { color: #1a5276; font-size: 1.3rem; margin: 30px 0 15px; padding-bottom: 10px; border-bottom: 2px solid #e8f4f8; }
.legal-page h3 { color: #2980b9; font-size: 1.1rem; margin: 20px 0 10px; }
.legal-page p { margin-bottom: 12px; text-align: justify; }
.legal-page ul { margin: 15px 0 15px 25px; }
.legal-page li { margin-bottom: 8px; }
.legal-page .info-box { background: #e8f4f8; border-left: 4px solid #2980b9; padding: 20px; margin: 20px 0; border-radius: 0 8px 8px 0; }
.legal-page .info-box p { margin-bottom: 8px; }
.legal-page .contact-box { background: #f8f9fa; padding: 20px; border-radius: 8px; margin: 20px 0; }

.legal-page { max-width: 900px; margin: 0 auto; line-height: 1.7; color: #333; }
.legal-page h2 { color: #1a5276; font-size: 1.3rem; margin: 30px 0 15px; padding-bottom: 10px; border-bottom: 2px solid #e8f4f8; }
.legal-page h3 { color: #2980b9; font-size: 1.1rem; margin: 20px 0 10px; }
.legal-page p { margin-bottom: 12px; text-align: justify; }
.legal-page ul { margin: 15px 0 15px 25px; }
.legal-page li { margin-bottom: 8px; }
.legal-page .info-box { background: #e8f4f8; border-left: 4px solid #2980b9; padding: 20px; margin: 20px 0; border-radius: 0 8px 8px 0; }
.legal-page .highlight { background: #fff3cd; padding: 15px 20px; border-radius: 8px; margin: 15px 0; border: 1px solid #ffc107; }
.legal-page table { width: 100%; border-collapse: collapse; margin: 20px 0; }
.legal-page th, .legal-page td { padding: 12px 15px; text-align: left; border: 1px solid #ddd; }
.legal-page th { background: #1a5276; color: #fff; }
.legal-page tr:nth-child(even) { background: #f8f9fa; }

#content #search_widget {
  width: 100%;
}

#content #search_widget svg {
  position: absolute;
    top: 7px;
    right: 10px;
}

#content #search_widget input {
  padding: 10px 20px 10px 20px;
}

.listing-empty #content-wrapper {
      width: 100%;
}

#index .page-footer {
  margin: 0;
}

#registration .page-footer,
#authentication .page-footer,
#registration #content,
#authentication #content,
#password .page-footer,
#password #content {
  margin: 0;
}

@media (max-width: 1024px) {

  .ps-shopinfo-banner .ps-shopinfo-item span, .ps-shopinfo-banner .ps-shopinfo-item a {
    font-size: 12px;
  }

  #header .header-nav .search-bar input {
    width: 245px;
    height: 31px;
  }

  #header .header-nav .logo img {
    max-width: 170px;
  }

  #header .header-nav .right-nav {
    gap: 15px;
  }

  .ed-homeslider-container .ed-slide-title {
    font-size: 46px;
  }

  .ed-homeslider-container .ed-slide-subtitle {
    font-size: 38px;
  }

  .ed-homeslider-container .ed-slide-description {
    font-size: 18px;
  }

  .ed-homeslider-container .ed-slide-button {
    padding: 15px 30px;
    font-size: 16px;
  }

  .ed-features-container .ed-feature-item {
    padding: 15px;
  }

  .ed-features-container .ed-feature-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .ed-features-container .ed-feature-icon {
    width: 65px;
    height: 65px;
  }

  .ed-features-container .ed-feature-subtitle {
    font-size: 16px;
  }

  .ed-features-container .ed-feature-title {
    font-size: 20px;
  }

  .ed-home-categories .edhc-products-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .ed-promobanner-item {
    padding: 20px;
  }

  .ed-newsletter .container {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .ed-mainmenu__submenu-link,
  .ed-mainmenu__item.dark-btn .ed-mainmenu__link {
    height: 45px;
  }

  .ed-mainmenu__link {
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
  }

  #products .products {
    grid-template-columns: repeat(3, 1fr);
  }

  #left-column.col-lg-3 {
    width: 25%;
  }

  #content-wrapper.col-lg-9 {
    width: 75%;
  }

  .ed-footer-col {
    flex: 0 0 calc(30% - 20px);
  }

  #authentication #wrapper,
  #registration #wrapper,
  #password #wrapper {
    overflow-x: hidden;
  }

  .registration-page .column-right {
    padding: 100px 55px 100px;
  }


}

@media (max-width: 992px) {

  #header .header-nav .btn-particulier,
  #header .header-nav .btn-pro {
    display: none;
  }

  .ed-features-container .ed-feature-item {
    width: 100%;
    flex: unset;
  }

  .ed-features-container .ed-feature-content {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }

  .ed-features-container .ed-feature-item {
    padding: 15px 25px;
  }

  .ed-features-container .ed-feature-icon {
    width: 75px;
    height: 75px;
  }

  .ed-homeslider-container .ed-slide-title {
    text-align: left;
  }

  .ed-homeslider-container .ed-slide-subtitle {
    text-align: left;
  }

  .ed-homeslider-container .ed-slide-description {
    text-align: left;
  }

  .ed-slide-button-wrapper {
    text-align: left;
  }

  .ed-features-container {
    margin: 15px 0 50px;
  }

  .ed-homeslider-container .ed-slide-content {
    top: 50%;
    margin: 0 auto;
  }

  .ed-homeslider-container .ed-slide-title {
    font-size: 42px;
  }

  .ed-homeslider-container .ed-slide-subtitle {
    font-size: 32px;
  }

  .ed-homeslider-container .ed-slide-description {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .edhc-view-all {
    font-size: 12px;
  }

  .edhc-view-all i {
    font-size: 9px;
    margin-left: 3px;
  }

  .edhc-products-grid .product-miniature {
      width: calc(33.333% - 20px);
  }

  .ed-home-categories {
      margin: 0 0 50px;
  }

  .ed-home-categories .edhc-products-grid {
      grid-template-columns: repeat(3, 1fr);
  }

  .ed-promobanner-item {
    padding: 35px;
  }

  .ed-popular-link {
    font-size: 14px;
  }

  .ed-sidebar {
    gap: 20px;
    order: 2;
  }

  .ed-promobanner-section {
    margin-bottom: 50px;
  }

  .ed-popular-section {
    margin: 40px 0 50px;
  }

  .ed-section {
    margin-bottom: 0 !important;
  }

  .ed-popular-grid {
    order: 1;
  }

  .ed-popular-container {
    gap: 0;
  }

  .edbrands-section {
    padding: 20px 0;
  }

  .edbrand-logo {
    height: 60px;
  }

  .ed-footer .container {
    gap: 15px;
  }

  .ed-homeslider-container .ed-slide-image:after {
    content: '';
    background-image: linear-gradient(280deg, #F8F2F080 25%, #ffffff 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
  }

  .ed-homeslider-container .ed-slide-description {
    max-width: 385px;
  }

  .ed-features-container .ed-feature-item:nth-child(2n+1) {
    background-image: url(/img/Frame-1618873174-min.png);
  }

  .ed-features-container .ed-feature-item:nth-child(2n+2) {
    background-image: url(/img/Frame-1618873175-min.png);
  }

  .ed-popular-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  #products .products {
    grid-template-columns: repeat(2, 1fr);
  }

  #left-column.col-lg-3 {
    width: 33%;
  }

  #content-wrapper.col-lg-9 {
    width: 67%;
  }

  #js-product-list-top {
    display: flex;
  }

  #js-product-list-top .sort-by {
    display: none !important;
  }

  #js-product-list-top > .col-lg-7 {
    width: 50%;
  }

  #js-product-list-top .products-sort-order {
    width: 100%;
  }

  .product-container h1 {
    font-size: 20px;
  }

  .useful-links .ed-action-btn,
  .ed-pricealert-container {
    width: fit-content;
  }

  .product-container {
    margin-bottom: 50px;
  }

  .product-actions .add-to-cart {
    padding: 10px 20px;
  }

  .product-container .product-add-to-cart .product-quantity {
    flex-wrap: wrap;
  }

  .product-add-to-cart .or-whatsapp {
    margin-top: 15px;
  }

  .featured-products > h2, 
  .product-accessories > .h5 {
    padding-right: 75px;
  }

  .registration-page .column-right {
    padding: 80px 20px 80px;
  }

  .login-page .column-right {
    padding: 80px 20px 80px;
  }

  .ed-about-section {
    padding: 5px 0px 40px;
  }

  .ed-about-image-wrapper {
    margin-bottom: 25px;
  }

  .ed-about-expertise .ed-about-image-col,
  .ed-about-navigation .ed-about-image-col {
    order: 1;
  }

  .ed-about-expertise .ed-about-content-col,
  .ed-about-navigation .ed-about-content-col {
    order: 2;
  }

  .ed-about-section.ed-about-intro, 
  .ed-about-section.ed-about-navigation {
    padding-bottom: 40px;
  }

  .ed-about-section.ed-about-spaces {
    padding-top: 40px;
    margin-bottom: 40px;
  }


}

@media (max-width: 767px) {

  .header-nav .columns {
    flex-wrap: wrap;
  }

  #header .logo {
    order: 1;
  }

  #header .header-nav .right-nav {
    order: 2;
  }

  #header .header-nav .search-bar {
    order: 3;
  }

  #header .header-nav .logo img {
    max-width: 150px;
  }

  #header .header-nav .right-nav {
    gap: 15px;
  }

  #header .header-nav .search-bar {
    width: 100%;
    margin-bottom: 0;
    margin-top: 13px;
  }

  #header .header-nav .search-bar #search_widget {
    margin-bottom: 0;
  }

  #header .header-nav .search-bar input {
    width: 100%;
    height: 35px;
  }

  #header .header-nav {
    padding: 15px 0 15px;
  }

  #header .header-nav .language-selector button {
    margin-left: 5px;
  }

  #header .header-nav .blockcart .cart-products-count {
    right: -8px;
  }

  #header .header-nav .language-selector button {
    margin-top: 3px;
  }

  .ps-shopinfo-item.ps-shopinfo-address,
  .ps-shopinfo-item.ps-shopinfo-hours {
    display: none;
  }

  .ps-shopinfo-banner .ps-shopinfo-icon {
    width: 15px;
    max-width: 15px;
  }

  .ps-shopinfo-banner .ps-shopinfo-item span, .ps-shopinfo-banner .ps-shopinfo-item a {
    font-size: 14px;
  }

  .ed-homeslider-container .ed-slide-inner {
    min-height: 400px;
    height: 400px;
  }

  .ed-homeslider-container .ed-slide-image,
  .ed-homeslider-container .ed-slide-image picture {
    height: 100%;
  }

  .ed-homeslider-container .ed-slide-image img {
    object-position: 44%;
    object-fit: cover;
    height: 100%;
  }

  .ed-features-container .ed-feature-item {
    padding: 10px 15px;
  }

  .edhc-tabs {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 12px;
  }

  .ed-home-categories .edhc-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-miniature .product-description {
    padding: 10px;
  }

  .product-miniature .product-title a {
    font-size: 13px;
  }

  .ed-home-categories .edhc-products-grid {
    gap: 15px 8px;
  }

  .product-miniature .btn-primary {
    padding: .5rem 4px;
  }

  .ed-promobanner-item {
    padding: 25px;
  }

  .ed-promobanner-content {
    max-width: 100%;
  }

  .ed-promobanner-container {
    gap: 50px;
  }

  .ed-popular-header {
    flex-direction: row;
  }

  .ed-popular-title {
    font-size: 20px;
  }

  .ed-popular-link {
    font-size: 13px;
    margin-top: 4px;
  }

  .edbrand-logo {
    max-height: 70px;
    height: 70px;
  }

  .ed-newsletter__btn {
    padding: 10px 20px;
  }

  .ed-newsletter__input-group {
    padding: 0px 10px 10px 10px;
  }

  .ed-newsletter {
    padding: 40px 0;
  }

  .ed-newsletter__title {
    text-align: center;
  }

  .ed-newsletter__text {
    text-align: center;
  }

  .ed-mainmenu__toggle {
    font-weight: 500;
  }

  .ed-mainmenu__list {
    padding-bottom: 50px;
  }

  .ed-popular-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
  }

  .ed-homeslider-container .ed-slide-title {
    font-size: 34px;
  }

  .ed-homeslider-container .ed-slide-subtitle {
    font-size: 22px;
    margin-right: 25px;
    margin-bottom: 15px;
  }

  .ed-homeslider-container .ed-slide-description {
    max-width: 65%;
    font-size: 14px;
  }

  .ed-homeslider-container .ed-slide-button {
    font-size: 14px;
    padding: 10px 15px;
  }

  .ed-homeslider-container .ed-slide-image:after {
    content: unset;
  }

  .edhc-view-all-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .ed-promobanner-title {
    font-size: 26px;
  }

  .product-miniature .product-price-and-shipping .price {
    font-size: 16px;
  }

  .ed-banniere-promo {
    min-height: 100px;
  }

  .ed-banniere-promo__content {
    padding: 15px 25px;
  }

  .ed-banniere-promo__title {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .ed-banniere-promo__subtitle {
    margin-bottom: 10px;
  }

  .ed-banniere-promo__btn {
    padding: 6px 15px;
    font-size: 13px;
  }

  .ed-features-container .ed-feature-icon {
    width: 60px;
    height: 60px;
  }

  .ed-features-container .ed-feature-subtitle {
    font-size: 14px;
  }

  .ed-features-container .ed-feature-title {
    font-size: 18px;
  }

  #content-wrapper.col-lg-9 {
    width: 100%;
  }

  #js-product-list-top {
    flex-wrap: wrap;
  }

  #js-product-list-top > .col-lg-7 {
    width: 100%;
  }

  .nxtal-wishlist-icon {
    z-index: 1;
  }

  .products-selection .filter-button {
    position: fixed;
    top: 50%;
    right: 14px;
    transform: rotate(270deg);
    transform-origin: right center;
    padding: 0;
    width: fit-content;
    z-index: 9;
  }

  .products-selection .filter-button .btn {
    position: relative;
    background-color: #3A3D3C;
    color: #FFF;
    padding: 5px 10px 5px 10px;
  }

  .products-selection .filter-button .btn:before {
    content: '\f0b0';
    font-family: 'Font Awesome 7 Pro';
    display: inline-block;
    transform: rotate(90deg);
    margin-right: 5px;
    font-size: 12px;
  }

  #wrapper {
    padding-top: 10px;
  }

  #wrapper .breadcrumb li a, #wrapper .breadcrumb li:last-child {
    font-size: 11px;
  }

  #wrapper .breadcrumb {
    margin-bottom: 10px;
  }

  .block-category h1 {
    font-size: 22px;
  }

  #products .products {
    gap: 18px 12px;
  }

  .ed-footer-col {
    flex: 0 0 100%;
  }

  .pagination .col-md-6 {
    padding: 0 !important;
  }

  .js-content-wrapper#content-wrapper {
    display: block !important;
  }

  #search_filters_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 99999;
    background-color: #f8f7f7;
    width: 100%;
    margin: 0 !important;
    overflow: auto;
  }

  #search_filter_controls button {
    width: 100%;
    margin: 0 !important;
    background-color: var(--cs-primary);
    color: #FFF;
    padding: 13px 10px;
    width: calc(100% - 30px);
    margin-bottom: 15px !important;
  }

  #category #left-column #search_filters .facet .h6 {
    padding: 0 10px;
  }

  #category #left-column #search_filters .facet ul li {
    padding: 10px;
  }

  #search_filters .facet .title .collapse-icons {
    top: -2px;
  }

  #search_filters>.h6, #search_filters_brands>.h6, #search_filters_suppliers>.h6 {
    display: block !important;
    font-size: 16px;
  }

  #left-column #search_filters {
    order: 1;
  }

  #left-column #search_filters_wrapper {
    display: flex;
    flex-direction: column;
  }

  #left-column #search_filters {
    height: 100%;
    overflow: auto;
  }

  #left-column #search_filter_controls {
    margin-bottom: 0 !important;
    order: 2;
  }

  #left-column #search_filters {
    border: 0 !important;
  }

  #category #left-column #search_filter_controls button.js-search-filters-clear-all {
    background-color: transparent;
    color: #000;
  }

  .product-container .col-md-5 {
    width: 100%;
  }

  .product-container .col-md-7 {
    width: 100%;
  }

  .product-container .product-price .current-price {
    font-size: 24px;
  }

  .product-actions .add-to-cart {
    font-size: 16px;
  }

  .product-actions .add-to-cart i {
    font-size: 18px;
  }

  .product-add-to-cart .or-whatsapp {
    margin-left: 0;
  }

  .product-add-to-cart .or-whatsapp .label {
    font-size: 16px;
  }

  .product-add-to-cart .or-whatsapp .btn-whatsapp {
    font-size: 16px;
  }

  .useful-links .ed-action-btn img, 
  .ed-pricealert-container .ed-pricealert-btn img {
    height: 15px;
    width: 15px;
  }

  .useful-links .ed-action-btn,
  .ed-pricealert-btn {
    padding: 5px 10px 5px 8px;
  }

  .useful-links .ed-action-btn, .ed-pricealert-btn {
    font-size: 13px;
  }

  .ed-reassurance-block {
    padding-top: 0;
  }

  .ed-reassurance-description {
    width: 100%;
  }

  .ed-reassurance-header {
    padding: 15px 19px 15px 19px;
  }

  .ed-reassurance-description {
    padding: 5px 19px;
  }

  .product-tabs .nav-tabs {
    flex-wrap: wrap;
  }

  .product-tabs .tabs .nav-tabs .nav-item .nav-link {
    font-size: 16px;
    padding: 12px 10px;
  }

  .product-tabs .tabs .tab-pane {
    padding: 25px 15px 15px;
  }

  .featured-products > h2, 
  .product-accessories > .h5 {
    font-size: 18px;
  }

  .featured-products .product-miniature, .product-accessories .product-miniature {
    margin: 0 5px;
  }

  .ed-reassurance-container {
    margin: 20px 0 50px;
  }

  .ed-footer-legal {
    order: 1;
  }

  .ed-footer-copyright {
    order: 2;
  }

  .product-container .product-title-brand-wrapper .product-brand-image {
    height: 30px;
    width: 100px;
    object-fit: contain;
    margin-left: 10px;
  }

  #blockcart-modal .modal-body {
    padding: 15px 15px;
  }

  #blockcart-modal .cart-content .cart-content-btn .btn {
    font-size: 15px;
    padding: 8px 10px;
    text-transform: unset;
  }

  #blockcart-modal .cart-content .cart-content-btn .btn .material-icons {
    font-size: 20px;
  }

  .login-page .column-left {
    display: none;
  }

  .login-page {
    grid-template-columns: 100%;
  }

  .login-page .column-right::before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: calc((100vw - 100%) / 2 + 50px);
    background: linear-gradient(0deg, #3A3D3C 0%, #3A3D3C 100%), #FFF;
    z-index: -1;
  }

  .login-page h1 {
    font-size: 32px;
  }

  .login-page .column-right .no-account {
    font-size: 14px !important;
  }

  .login-page .column-right .no-account a {
    display: block;
  }

  .forgotten-password .form-fields .email {
    padding-right: 0;
    padding-left: 0;
  }

  .login-page .forgotten-password .form-fields .center-email-fields button {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .registration-page .column-left {
    display: none;
  }

  .registration-page {
    grid-template-columns: 100%;
  }

  .registration-page h1 {
    font-size: 32px;
  }

  .registration-page .column-right::before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: calc((100vw - 100%) / 2 + 50px);
    background: linear-gradient(0deg, #3A3D3C 0%, #3A3D3C 100%), #FFF;
    z-index: -1;
  }

  .ed-about-row {
    gap: 0;
  }

  .ed-about-tagline {
    text-align: left;
  }

  .ed-about-title {
    text-align: left;
  }


  #opartDevisForm .cart_navigation {
    display: flex;
    flex-wrap: wrap;
  }

  #opartDevisForm #submitOpartMessage {
    order: 1;
  }

  #opartDevisForm a {
    order: 2;
  }

  .ed-contact-form-wrapper {
    width: 100%;
    padding: 25px 0px;
  }

  .ed-contact-map-wrapper {
    width: 100%;
  }

  .ed-contact-map-wrapper {
    min-height: auto;
  }

}

#contact .page-footer {
  margin: 0 !important;
}

#contact #content {
  margin: 0;
}

#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
  text-align: left;
}

.product-miniature .thumbnail-container .product-thumbnail img {
  width: 100%;
}

@media (max-width: 320px) {

  .ed-popular-grid,
  .ed-home-categories .edhc-products-grid {
            grid-template-columns: repeat(1, 1fr);
  }

  .ps-shopinfo-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .ps-shopinfo-item {
    justify-content: center !important;
  }

  #header .header-nav .logo img {
            max-width: 120px;
  }

  #header .header-nav .right-nav {
    gap: 6px;
  }

}

