/* ===========================================================
   BASE
=========================================================== */
body,
div > p {
  color: black;
  font-family: "Ubuntu";
}

#header div > p,
#header span,
#footer,
#footer div > p,
#footer > span,
#footer > h3,
.footer-container .links .h3,
.footer-container li a,
#block_myaccount_infos .myaccount-title a,
#footer .block_newsletter #block-newsletter-label,
.links .collapse,
.logout .hidden-sm-down {
  color: #fff !important;
}

/* ===========================================================
   HEADER
=========================================================== */
.header__nav,
#header .header-nav {
  display: flex;
  justify-content: space-between;
  background: #000 url(../background__fleur__de__mariage.svg) center/cover no-repeat;
  color: #fff;
  max-height: 100px;
  height: 60px;
  position: relative;
}

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

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

.header__block {
  position: absolute;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}

.header__logo {
  padding: 0;
}

.header__left__block {
  left: 10px;
}

.header__center__block {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header__right__block {
  right: 0;
}

#header span,
.carousel .direction .carousel-control i,
.carousel-indicators {
  display: none;
}

#header .menu {
  display: block;
}

#header .header-nav .right-nav {
  display: flex;
  gap: 10px;
  align-items: center;
}

#header .header-nav .blockcart {
  background-color: #1fe0;
  padding: 0;
  margin: 0;
  height: fit-content;
}

#header .col-md-2 {
  width: 100px;
}

/* ===========================================================
   NAVIGATION
=========================================================== */
.top-menu[data-depth="0"] {
  display: flex;
  margin-bottom: 0;
  justify-content: space-evenly;
}

#_mobile_top_menu {
  margin-top: 30vh;
}

#mobile_top_menu_wrapper .top-menu a[data-depth="0"],
.dropdown-item {
  color: white !important;
  border-bottom: 0;
  text-align: center;
  font-size: 20px;
  margin-bottom: 2rem;
}

.dropdown-item {
  color: black !important;
}

#mobile_top_menu_wrapper #top-menu,
#order-details ul li {
  margin-bottom: 0.625rem;
  flex-direction: column;
}

.cart-products-count {
  display: inline-block !important;
}

#wrapper {
  padding-top: 0;
}

/* ===========================================================
   PRODUCT & CATEGORY
=========================================================== */
.product-miniature .product-flags li.product-flag,
.btn {
  border-radius: 2px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.input-group .input-group-btn > .btn[data-action=show-password] {
  background-color: #500020;
}

.data-sheet > .name,
.data-sheet .value {
  background-color: blue;
}

.tabs {
  margin-bottom: 2rem;
}

/* ===========================================================
   CHECKOUT
=========================================================== */
body#checkout section.checkout-step .form-footer,
.form-footer,
.page-footer {
  background: none;
}

body#checkout #header .header-nav {
  height: 85px;
}

.links .collapse a {
  color: #fff;
}

#header .header-nav .user-info > a i {
  padding-top: 2px;
}

.material-icons {
  font-size: 20px;
}

#exportDataToCsv {
  margin: 10px;
}

.contact-rich .block .icon,
.page-my-account #content .links a i {
  color: #500020;
}

.page-my-account #content .links a i:hover {
  color: #800020;
}

#header .header-nav .user-info .account {
  font-size: 28px;
  margin-left: 0;
  margin-top: 5px;
}

#header .header-nav {
  border-bottom: none;
}

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

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

body#checkout .modal-content,
body#checkout .modal-content #footer div p {
  background-color: #000;
}

button.close {
  color: #fff;
}

#header .header-nav .cart-preview.active a {
  color: #fff;
  margin: auto;
  display: flex;
  align-items: center;
}

/* ===========================================================
   MEDIA QUERIES
=========================================================== */

/* ----- MIN-WIDTH 767px ----- */
@media screen and (min-width: 767px) {
  .header__nav,
  #header .header-nav {
    height: 80px;
  }

  .header__menu {
    display: none;
  }

  #header .col-md-2 {
    width: 150px;
  }

  .header__block,
  .header__block__right {
    justify-content: flex-end;
  }

  #header a,
  #header .header-nav .cart-preview.active a {
    color: #fff;
    margin: auto;
  }

  .header__right__block {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .carousel .carousel-item .caption {
    position: absolute;
    text-align: left;
  }

  .carousel .carousel-item .caption .display-1,
  .carousel .carousel-item .caption .caption-description p {
    color: #fff;
  }
}

/* ----- MAX-WIDTH 767px ----- */
@media screen and (max-width: 767px) {
  #header .col-md-2 {
    display: block !important;
  }

  .footer-container .links ul > li a {
    color: #000 !important;
  }
}

/* ----- MIN-WIDTH 972px ----- */
@media screen and (min-width: 972px) {
  #header .header-nav .user-info .account {
    margin-top: 8px;
  }

  .header__nav,
  #header .header-nav {
    height: 100px;
  }

  .header__center__block {
    top: 50%;
  }

  .carousel .carousel-item .caption {
    max-width: 75%;
    bottom: 90px;
  }

  .carousel .carousel-item .caption .caption-description p {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .material-icons {
    font-size: 30px;
  }

  .cart-products-count {
    font-size: 25px;
  }

  #header .col-md-2 {
    width: 180px;
  }

  .top-menu a[data-depth="0"] {
    padding: 15px;
    font-size: 20px;
  }

  #header .top-menu a[data-depth="0"]:hover {
    background-color: #800020;
  }

  .dropdown-item:hover {
    color: #fff !important;
  }

  #custom-text p {
    font-size: 20px;
  }

  #header .header-nav .user-info .account {
    font-size: 45px;
  }

  #header .header-nav .blockcart {
    padding-top: 5px;
  }
}

#_desktop_language_selector{
  display:none;
}
