/*
 * Lab Elimio Fashion 3 compatibility layer for PrestaShop 8.2.7.
 * Built on top of the official Classic theme to avoid carrying unsafe
 * PrestaShop 1.6 Smarty/module code into the upgraded shop.
 */

:root {
  --lab-accent: #c22312;
  --lab-accent-dark: #94190d;
  --lab-ink: #222222;
  --lab-muted: #777777;
  --lab-line: #dddddd;
  --lab-soft: #f6f6f6;
}

body {
  color: var(--lab-ink);
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
}

a,
.dropdown:hover .expand-more,
.page-my-account #content .links a:hover i,
.carousel .carousel-control .icon-next:hover,
.carousel .carousel-control .icon-prev:hover {
  color: var(--lab-accent);
}

a:hover,
a:focus {
  color: var(--lab-accent-dark);
}

#header {
  border-bottom: 0;
  box-shadow: none;
  background: #080808;
}

#header .header-top {
  border-bottom: 0;
  padding: 0;
  background: #080808;
}

#header .header-nav {
  border-bottom: 0;
  background: #080808;
}

#header .top-menu a[data-depth="0"],
#header .header-top a[data-depth="0"] {
  color: #f3f3f3;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

#header .top-menu a[data-depth="0"]:hover,
#header .header-top a[data-depth="0"]:hover {
  color: var(--lab-accent);
}

#header .header-top .container {
  width: 100%;
  max-width: 100%;
  padding-right: 36px;
  padding-left: 36px;
}

#header .header-top .row {
  display: flex;
  float: none;
  align-items: center;
  min-height: 99px;
}

#header .header-top .row::after {
  display: none;
}

#header #_desktop_logo {
  display: flex;
  flex: 0 0 300px;
  float: none;
  align-items: center;
  width: 300px;
  min-height: 1px;
  padding-top: 0;
  padding-bottom: 0;
}

#header #_desktop_logo h1 {
  margin: 0;
}

#header #_desktop_logo img {
  width: auto;
  max-width: 285px;
  max-height: 86px;
}

#header .header-top-right {
  display: flex;
  flex: 1 1 auto;
  float: none;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  min-width: 0;
  min-height: 1px;
  padding-top: 0;
  padding-bottom: 0;
}

#header #_desktop_top_menu {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
}

#header #_desktop_top_menu .top-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}

#header #_desktop_top_menu .top-menu > li {
  float: none;
}

#header #_desktop_top_menu .top-menu a[data-depth="0"] {
  display: flex;
  align-items: center;
  height: 99px;
  padding: 0 18px;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}

#header #_desktop_top_menu .top-menu > li:first-child > a[data-depth="0"] {
  color: var(--lab-accent);
}

#header #_desktop_top_menu .top-menu > .lab-shop-menu {
  position: static;
}

#header #_desktop_top_menu .top-menu > .lab-shop-menu > a[data-depth="0"] {
  color: var(--lab-accent);
}

#header .lab-shop-chevron {
  display: inline-block;
  margin-left: 4px;
  font-family: "Material Icons";
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  vertical-align: middle;
}

#header .lab-shop-dropdown {
  position: absolute;
  top: 99px;
  right: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100vw;
  max-width: none;
  padding: 0;
  margin: 0;
  margin-left: calc((100% - 100vw) / 2);
  border: 0;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}

#header .lab-shop-menu:hover > .lab-shop-dropdown,
#header .lab-shop-menu:focus-within > .lab-shop-dropdown {
  display: block !important;
  visibility: visible;
  opacity: 1;
}

#header .lab-shop-dropdown-inner {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 46px;
  width: 100%;
  max-width: none;
  padding: 28px 36px 24px;
  margin: 0 auto;
}

#header .lab-shop-column {
  display: block !important;
  padding: 0;
  margin: 0;
  list-style: none;
}

#header .lab-shop-column li {
  margin: 0 0 20px;
}

#header .lab-shop-column a {
  display: block;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.22;
  text-transform: uppercase;
}

#header .lab-shop-column a:hover,
#header .lab-shop-column a:focus {
  color: var(--lab-accent);
  text-decoration: none;
}

#header .search-widget {
  flex: 0 0 auto;
  min-width: 0;
  margin-left: 16px;
}

#header .search-widget form {
  position: relative;
  width: 42px;
  height: 42px;
}

#header .search-widget form input[type="text"] {
  position: absolute;
  right: 0;
  width: 42px;
  min-width: 0;
  height: 42px;
  padding: 0 42px 0 14px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  opacity: 0;
  transition: width 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

#header .search-widget form input[type="text"]:focus {
  width: 260px;
  background: #ffffff;
  color: var(--lab-ink);
  opacity: 1;
}

#header .search-widget form button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #bfbfbf;
}

#header .search-widget form button[type="submit"] .search {
  font-size: 30px;
  line-height: 42px;
}

#header .lab-desktop-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  margin-left: 6px;
}

#header .lab-desktop-actions > div,
#header #_desktop_user_info,
#header #_desktop_cart {
  display: flex;
  align-items: center;
}

#header #_desktop_user_info {
  order: 2;
}

#header #_desktop_cart {
  order: 1;
  position: relative;
}

#header .user-info,
#header .blockcart {
  position: relative;
  margin: 0;
  padding: 0;
  background: transparent;
  white-space: nowrap;
}

#header .user-info a,
#header .blockcart .header,
#header .blockcart .header a {
  display: flex;
  align-items: center;
  min-height: 42px;
  color: #d7d7d7;
  text-decoration: none;
}

#header .user-info a:hover,
#header .blockcart .header a:hover,
#header .blockcart .header:hover {
  color: #ffffff;
}

#header .user-info .material-icons,
#header .blockcart .material-icons {
  margin-right: 0;
  color: #bfbfbf;
  font-size: 27px;
}

#header .user-info span,
#header .blockcart .hidden-sm-down,
#header .blockcart .cart-products-count {
  display: none !important;
}

@media (min-width: 768px) {
  #header .user-info {
    display: flex;
    align-items: center;
  }

  #header .user-info .account {
    margin-left: 12px;
  }

  #header .user-info .account span.hidden-sm-down {
    display: inline-block !important;
  }
}

#header .blockcart .cart-products-count {
  position: absolute;
  top: -7px;
  right: -8px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border-radius: 50%;
  background: var(--lab-accent);
  color: #ffffff;
  font-size: 10px;
  line-height: 17px;
}

#header .lab-desktop-actions .language-selector,
#header .lab-desktop-actions .currency-selector,
#header .lab-desktop-actions .dropdown {
  color: #d7d7d7;
}

#wrapper {
  padding-top: 0;
  background: #f5f5f5;
}

body#index #wrapper > .container {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

body#index #wrapper > .container > .row {
  margin-right: 0;
  margin-left: 0;
}

body#index #content-wrapper {
  padding-right: 0;
  padding-left: 0;
}

body#index #main,
body#index .page-home {
  margin: 0;
}

body#index #main .page-header,
body#index #wrapper .breadcrumb {
  display: none;
}

body#index .carousel {
  left: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000000;
  box-shadow: none;
}

body#index .carousel .carousel-inner {
  width: 100%;
  height: auto;
  max-height: none;
}

body#index .carousel .carousel-item,
body#index .carousel .carousel-item > a {
  width: 100%;
}

body#index .carousel .carousel-item > a {
  display: block;
}

body#index .carousel .carousel-item figure {
  width: 100%;
  margin: 0;
}

body#index .carousel .carousel-item img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

body#index .carousel .carousel-control {
  opacity: 0.55;
}

body#index .carousel .carousel-indicators {
  bottom: 18px;
  display: block;
}

body#index .featured-products,
body#index .product-accessories,
body#index .new-products,
body#index .bestseller-products,
body#index .ps_featuredproducts {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.disabled:hover {
  border-color: var(--lab-accent);
  background: var(--lab-accent);
  color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  border-color: var(--lab-accent-dark);
  background: var(--lab-accent-dark);
}

.product-miniature .product-title a,
.product-price,
.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover,
.block-categories .category-sub-menu li[data-depth="0"] > a:hover {
  color: var(--lab-accent);
}

.product-flags li.product-flag,
.has-discount .discount,
.has-discount.product-price,
.product-discount .regular-price {
  background: var(--lab-accent);
}

.product-miniature .thumbnail-container,
.card,
.page-customer-account #content,
.page-addresses .address,
.page-order-detail .box {
  border-radius: 0;
  box-shadow: none;
}

.product-miniature .thumbnail-container:hover {
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.08);
}

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

#product .product-prices {
  margin: 1.25rem 0 1.5rem;
}

#product .product-price {
  margin-bottom: 0.35rem;
}

#product .current-price {
  color: var(--lab-accent);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.15;
}

#product .current-price-value {
  color: inherit;
}

#product .tax-shipping-delivery-label {
  color: var(--lab-muted);
  font-size: 0.9rem;
}

#product .product-tabs-wide {
  clear: both;
  margin-top: 2.5rem;
  background: #ffffff;
}

#product .product-tabs-wide .tab-content {
  padding: 1.5rem 0 0;
}

#product .product-tabs-wide .product-description {
  max-width: none;
}

#footer {
  border-top: 1px solid #222222;
  background: #111111;
  color: #777777;
}

#footer a,
#footer .h3,
#footer .h4,
#footer .block-contact {
  color: #666666;
}

#footer a:hover {
  color: #ffffff;
  text-decoration: none;
}

.footer-container {
  padding: 60px 0;
  background: #111111;
  box-shadow: none;
}

#footer > .container {
  display: none;
}

#footer .footer-container .row {
  display: flex;
  align-items: flex-start;
}

#footer .footer-container .row::after {
  display: none;
}

#footer .lab-footer-main {
  margin-right: -15px;
  margin-left: -15px;
  align-items: flex-start !important;
}

#footer .lab-footer-contact {
  color: #777777;
  margin-top: 0;
  padding-top: 0;
}

#footer .lab-footer-main > .lab-footer-contact,
#footer .lab-footer-main > .links,
#footer .lab-footer-main > #block_myaccount_infos,
#footer .links .wrapper {
  align-self: flex-start;
  padding-top: 0;
}

#footer .lab-footer-logo {
  margin-bottom: 22px;
}

#footer .lab-footer-logo a {
  display: inline-block;
}

#footer .lab-footer-logo img {
  width: auto;
  max-width: 255px;
  max-height: 85px;
}

#footer .lab-footer-contact-list,
#footer .links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#footer .lab-footer-contact-list li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 38px;
  margin-bottom: 5px;
  color: #777777;
  font-size: 18px;
  line-height: 1.25;
}

#footer .lab-footer-contact-list i {
  flex: 0 0 42px;
  width: 34px;
  height: 34px;
  margin-right: 8px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}

#footer .lab-footer-contact-list a {
  color: #777777;
  font-size: 18px;
}

#footer .block-contact {
  display: none;
}

#footer .links {
  color: #777777;
}

#footer .links,
#footer #block_myaccount_infos {
  float: none;
}

#footer .links.col-md-6 {
  width: 50%;
}

#footer #block_myaccount_infos {
  width: 25%;
}

#footer .links .row {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}

#footer .links .wrapper {
  float: none;
}

#footer .links.col-md-6 .wrapper {
  width: 50%;
}

#footer .links .h3,
#footer .links .h4,
#footer .links p.h3,
#footer .links p.h4,
#footer .block-contact-title,
#footer #block_myaccount_infos .myaccount-title a {
  display: block;
  margin: 0 0 30px;
  padding-bottom: 30px;
  color: #dddddd;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

#footer .links p.h3,
#footer .links p.h4,
#footer #block_myaccount_infos .myaccount-title {
  position: relative;
  margin-top: 0;
}

#footer .links p.h3::before,
#footer .links p.h4::before,
#footer #block_myaccount_infos .myaccount-title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  border-bottom: 3px solid #222222;
  content: "";
}

#footer .links ul li {
  padding: 0 0 11px;
}

#footer .links ul li a,
#footer #block_myaccount_infos li a {
  color: #666666;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
}

#footer #block_myaccount_infos li a {
  text-transform: none;
}

#footer .footer-container > .container > .row:not(.lab-footer-main) {
  display: none;
}

.block_newsletter {
  background: var(--lab-soft);
}

#wrapper .breadcrumb {
  margin: 0;
  padding: 28px 0 24px;
  background: transparent;
  color: var(--lab-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.breadcrumb ol {
  padding: 0;
  margin: 0;
}

.breadcrumb li,
.breadcrumb span,
.breadcrumb a {
  font-size: 14px;
  line-height: 1.4;
}

.breadcrumb a {
  color: var(--lab-ink);
}

.form-control:focus,
.input-group.focus {
  border-color: var(--lab-accent);
  outline: 0;
}

#category #wrapper {
  background: #f5f5f5;
}

#category #wrapper > .container {
  width: 100%;
  max-width: none;
  padding-right: 48px;
  padding-left: 48px;
}

#category #left-column {
  background: #ffffff;
}

#category .block-categories {
  padding: 28px 25px 30px;
  margin-bottom: 30px;
  background: #ffffff;
  box-shadow: none;
}

#category .block-categories .category-top-menu,
#category .block-categories .category-sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

#category .block-categories .category-top-menu > li > a.h6 {
  display: block;
  margin: 0 0 24px;
  padding: 0 0 13px;
  color: #000000;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.15;
  text-transform: uppercase;
}

#category .block-categories .category-sub-menu li {
  position: relative;
}

#category .block-categories .category-sub-menu li[data-depth="0"] {
  border-bottom: 1px solid #d7d7d7;
}

#category .block-categories .category-sub-menu li[data-depth="0"] > a {
  display: block;
  min-height: 44px;
  padding: 11px 34px 11px 0;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
}

#category .block-categories .category-sub-menu li[data-depth="0"] > a:hover,
#category .block-categories .category-sub-menu li[data-depth="0"] > a:focus {
  color: var(--lab-accent);
  text-decoration: none;
}

#category .block-categories .category-sub-menu li[data-depth="0"] > .navbar-toggler {
  position: absolute;
  top: 10px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 1px solid #bfc5ca;
  border-radius: 2px;
  color: #8f969c;
  line-height: 1;
}

#category .block-categories .category-sub-menu li[data-depth="0"] > .navbar-toggler i {
  width: 20px;
  height: 20px;
  color: #8f969c;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
}

#category .block-categories .category-sub-menu .collapse {
  margin: 0;
}

#category .block-categories .category-sub-menu li[data-depth="1"] {
  padding-left: 14px;
  border-bottom: 1px solid #d7d7d7;
}

#category .block-categories .category-sub-menu li[data-depth="1"] > a {
  display: block;
  padding: 12px 8px 12px 0;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
}

#category .block-categories .category-sub-menu li[data-depth="2"] > a,
#category .block-categories .category-sub-menu li[data-depth="3"] > a {
  display: block;
  padding: 8px 8px 8px 24px;
  color: #555555;
  font-size: 14px;
  line-height: 1.25;
}

#category .block-categories .arrows {
  position: absolute;
  top: 10px;
  right: 0;
  width: 22px;
  height: 22px;
  color: #8f969c;
}

#category .block-categories .arrows i {
  font-size: 20px;
  line-height: 22px;
}

#category .lab-category-heading .h1 {
  margin: 0 0 26px;
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}

#category .lab-category-intro {
  min-height: 144px;
  margin: 0 0 38px;
  padding: 44px 45px;
  border: 0;
  background: #333333;
  box-shadow: none;
}

#category .lab-category-intro:empty {
  display: none;
}

#category .lab-category-intro #category-description,
#category .lab-category-intro #category-description p {
  margin: 0;
  color: #a9a9a9;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

#category .lab-category-intro #category-description strong,
#category .lab-category-intro #category-description b {
  color: #ffffff;
  font-weight: 700;
}

#category .lab-category-intro #category-description a {
  color: #ffffff;
  font-weight: 700;
}

#category .category-cover {
  display: none;
}

#category .products-selection {
  margin-bottom: 30px;
}

#category .products-selection .total-products p {
  color: #777777;
  font-size: 16px;
}

@media (max-width: 767px) {
  #category #wrapper > .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  #wrapper .breadcrumb {
    padding: 18px 0 16px;
  }

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

  #header .header-top {
    padding-bottom: 0.75rem;
  }
}

@media (max-width: 991px) {
  #category #wrapper > .container {
    padding-right: 24px;
    padding-left: 24px;
  }

  #header .header-top .row {
    display: block;
    min-height: 0;
  }

  #header .header-nav {
    border-bottom: 1px solid #1b1b1b;
  }

  #header .header-nav .mobile {
    min-height: 52px;
    color: #ffffff;
  }

  #header .top-logo {
    justify-content: center;
  }

  #header .top-logo img {
    max-height: 38px;
  }

  #header .material-icons {
    color: #ffffff;
  }

  #mobile_top_menu_wrapper {
    background: #ffffff;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #header #_desktop_logo {
    flex-basis: 210px;
    width: 210px;
  }

  #header .header-top-right {
    width: auto;
  }

  #header #_desktop_logo img {
    max-width: 200px;
  }

  #header #_desktop_top_menu .top-menu a[data-depth="0"] {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 11px;
  }

  #header .search-widget {
    margin-left: 8px;
  }

  #header .search-widget form input[type="text"]:focus {
    width: 190px;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  #header .header-top .container {
    padding-right: 28px;
    padding-left: 28px;
  }

  #header #_desktop_logo {
    flex-basis: 245px;
    width: 245px;
  }

  #header #_desktop_logo img {
    max-width: 235px;
  }

  #header #_desktop_top_menu .top-menu a[data-depth="0"] {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }

  #header .search-widget {
    margin-left: 10px;
  }

  #header .search-widget form input[type="text"]:focus {
    width: 220px;
  }
}

@media (max-width: 767px) {
  #category #wrapper > .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 991px) {
  #footer .footer-container .row,
  #footer .links .row {
    display: block;
  }

  #footer .lab-footer-contact,
  #footer .links.col-md-6,
  #footer #block_myaccount_infos,
  #footer .links.col-md-6 .wrapper {
    width: 100%;
  }

  #footer .lab-footer-contact,
  #footer .links .wrapper,
  #footer #block_myaccount_infos {
    margin-bottom: 34px;
  }
}

@media (max-width: 767px) {
  .footer-container {
    padding: 30px 0;
  }

  #footer .footer-container .wrapper,
  #footer .footer-container .links .wrapper {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  #footer .links .title {
    padding: 0 0 15px;
    border-bottom: 0;
  }

  #footer .links .title .h3,
  #footer .links .title span.h3 {
    position: relative;
    display: block;
    margin: 0;
    padding-bottom: 15px;
    color: #dddddd;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
  }

  #footer .links .title .h3::before,
  #footer .links .title span.h3::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    border-bottom: 3px solid #222222;
    content: "";
  }

  #footer .links ul,
  .footer-container .links ul {
    margin-bottom: 0;
    background: transparent;
  }

  #footer .links ul > li,
  .footer-container .links ul > li {
    padding: 0 0 10px;
    border-bottom: 0;
    font-weight: 400;
  }

  #footer .links ul > li a,
  .footer-container .links ul > li a {
    color: #666666;
  }

  #footer .lab-footer-logo img {
    max-width: 220px;
  }

  #footer .lab-footer-contact-list li,
  #footer .lab-footer-contact-list a,
  #footer .links ul li a,
  #footer #block_myaccount_infos li a {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  #header {
    overflow-x: hidden;
    background: #080808;
  }

  #header nav.header-nav {
    max-height: none;
    padding: 0;
    overflow: visible;
    background: #080808;
  }

  #header .header-nav .container,
  #header .header-top .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  #header .header-nav .row,
  #header .header-top .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  #header .header-nav .mobile {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 88px;
    padding: 0 14px;
    background: #080808;
  }

  #header #menu-icon {
    display: flex;
    flex: 0 0 54px;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin: 0;
  }

  #header #menu-icon .material-icons {
    font-size: 46px;
    line-height: 1;
  }

  #header .top-logo {
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    min-width: 0;
    min-height: 0;
    padding: 0 8px;
  }

  #header .top-logo img {
    width: auto;
    max-width: min(220px, 58vw);
    max-height: 58px;
  }

  #header #_mobile_cart,
  #header #_mobile_user_info {
    display: flex;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    width: 34px;
  }

  #header .header-top {
    padding: 0 15px 18px;
    border-top: 1px solid #1b1b1b;
    background: #080808;
  }

  #header .header-top-right {
    display: block;
    width: 100%;
    padding: 0;
  }

  #header .header-top .search-widget {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  #header .header-top .search-widget form {
    width: 100%;
    height: 58px;
    margin: 0;
  }

  #header .header-top .search-widget form input[type="text"],
  #header .header-top .search-widget form input[type="text"]:focus {
    position: static;
    display: block;
    width: 100%;
    min-width: 0;
    height: 58px;
    padding: 0 58px 0 74px;
    border: 0;
    border-radius: 8px;
    background: #f1f1f1;
    color: #222222;
    opacity: 1;
    font-size: 26px;
  }

  #header .header-top .search-widget form input[type="text"]::placeholder {
    color: #9f9f9f;
  }

  #header .header-top .search-widget form button[type="submit"] {
    left: 13px;
    right: auto;
    width: 48px;
    height: 58px;
    color: #9a9a9a;
  }

  #header .header-top .search-widget form button[type="submit"] .search {
    font-size: 38px;
    line-height: 58px;
  }

  #mobile_top_menu_wrapper {
    width: 100%;
    padding: 0 15px 20px;
    margin: 0;
    background: #111111;
    border-top: 1px solid #222222;
  }

  #mobile_top_menu_wrapper .js-top-menu,
  #mobile_top_menu_wrapper .top-menu,
  #mobile_top_menu_wrapper .top-menu > li {
    width: 100%;
  }

  #mobile_top_menu_wrapper .top-menu {
    padding: 0;
    margin: 0;
    background: #111111;
  }

  #mobile_top_menu_wrapper .top-menu li {
    position: relative;
    border-bottom: 1px solid #2a2a2a;
  }

  #mobile_top_menu_wrapper .top-menu a[data-depth="0"],
  #mobile_top_menu_wrapper .top-menu .dropdown-item {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 0 16px;
    color: #f1f1f1;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: normal;
  }

  #mobile_top_menu_wrapper .top-menu a:hover,
  #mobile_top_menu_wrapper .top-menu a:focus,
  #mobile_top_menu_wrapper .top-menu > .lab-shop-menu > a[data-depth="0"] {
    color: var(--lab-accent);
    text-decoration: none;
  }

  #mobile_top_menu_wrapper .lab-shop-chevron {
    margin-left: 8px;
    color: var(--lab-accent);
  }

  #mobile_top_menu_wrapper .lab-shop-dropdown {
    position: static;
    display: block !important;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #171717;
  }

  #mobile_top_menu_wrapper .lab-shop-dropdown-inner {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }

  #mobile_top_menu_wrapper .lab-shop-column {
    padding: 0;
    margin: 0;
  }

  #mobile_top_menu_wrapper .lab-shop-column li {
    margin: 0;
    border-bottom: 1px solid #242424;
  }

  #mobile_top_menu_wrapper .lab-shop-column a {
    min-height: 44px;
    padding: 11px 24px 11px 28px;
    color: #cfcfcf;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    text-transform: uppercase;
  }

  #mobile_top_menu_wrapper .lab-shop-column a:hover,
  #mobile_top_menu_wrapper .lab-shop-column a:focus {
    color: #ffffff;
  }
}

body#checkout section.checkout-step .delivery-options .delivery-option {
  align-items: center;
}

body#checkout section.checkout-step .delivery-options .delivery-option label.delivery-option-2 {
  width: 100%;
  margin-bottom: 0;
}

body#checkout section.checkout-step .delivery-options .delivery-option-row {
  display: flex;
  align-items: center;
}

body#checkout section.checkout-step .delivery-options .delivery-option-main .carrier {
  display: flex;
  align-items: center;
}

body#checkout section.checkout-step .delivery-options .carrier-logo {
  display: flex;
  align-items: center;
}

body#checkout section.checkout-step .delivery-options .carrier-logo img {
  max-width: 72px;
  max-height: 42px;
}

body#checkout section.checkout-step .delivery-options .carriere-name-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

body#checkout section.checkout-step .delivery-options .carrier-name {
  margin-bottom: 0;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

body#checkout section.checkout-step .delivery-options .carrier-delay {
  display: block;
  color: #555;
  line-height: 1.35;
}

body#checkout section.checkout-step .delivery-options .carrier-price {
  display: block;
  text-align: left;
  white-space: normal;
}

@media (max-width: 767px) {
  body#checkout section.checkout-step .delivery-options .delivery-option-row,
  body#checkout section.checkout-step .delivery-options .delivery-option-main .carrier {
    display: block;
  }

  body#checkout section.checkout-step .delivery-options .carrier-logo {
    margin-bottom: 10px;
  }

  body#checkout section.checkout-step .delivery-options .carrier-price {
    margin-top: 10px;
  }
}

@media (max-width: 420px) {
  #header .header-nav .mobile {
    min-height: 78px;
    padding-right: 10px;
    padding-left: 10px;
  }

  #header #menu-icon {
    flex-basis: 48px;
    width: 48px;
  }

  #header #menu-icon .material-icons {
    font-size: 42px;
  }

  #header .top-logo img {
    max-width: min(190px, 52vw);
    max-height: 50px;
  }

  #header .header-top {
    padding-right: 12px;
    padding-left: 12px;
  }

  #header .header-top .search-widget form input[type="text"],
  #header .header-top .search-widget form input[type="text"]:focus {
    height: 52px;
    padding-left: 60px;
    font-size: 23px;
  }

  #header .header-top .search-widget form,
  #header .header-top .search-widget form button[type="submit"] {
    height: 52px;
  }

  #header .header-top .search-widget form button[type="submit"] .search {
    font-size: 34px;
    line-height: 52px;
  }
}
