/*-----------------
* palette
* ----------------
*
*/

/******** Header *********/

#header {
  position: absolute;
  width: 100%;
  z-index: 9999;
  padding: 30px 0;

  .header-left,
  .header-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .box-wrap {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 7.5px;
    position: relative;

    .total {
      background: #23C281;
      width: 15px;
      height: 15px;
      color: #fff;
      /* font-size: medium; */
      display: flex;
      font-size: 10px;
      border-radius: 50%;
      justify-content: center;
      align-items: center;
      position: absolute;
      right: -5px;
      top: -2.5px;
    }
  }

  .social-wrapper {
    list-style: none;
    padding: 0;
    margin: 0 0 7.5px;
    display: flex;

    li {
      margin-right: 7.5px;
    }
  }

  svg {
    width: 25px;
    height: 25px;
    fill: #fff;
  }

  ul#menu-header-right {
    li {
      margin-left: 10px;
      font-family: "Playfair Display", serif;
    }

    a {
      color: #fff;
    }

    a:hover {
      color: #23C281 !important;
    }
  }

  ul#menu-header-left {
    li {
      margin-right: 10px;
      font-family: "Playfair Display", serif;
    }

    a {
      color: #fff;
    }

    a:hover {
      color: #23C281 !important;
    }
  }

  .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
  }

  img.company-logo {
    width: 125px;
  }
}

.logo-wrap {
  margin: auto;
  display: flex;
  justify-content: center;
}

.woocommerce-checkout,
.woocommerce-cart,
.single-product,
.single-post {
  #header {
    background-color: #000;
    position: relative !important;
  }
}

.wc-block-components-totals-wrapper {
  border-top: 1px solid hsla(0, 0%, 7%, .11);
  padding: 16px 0;
  margin: 15px 0 !important;
  border: 1px solid #000 !important;
  background-color: #fff;
}

/******** Responsive ***********/

/* XXL > 1400 */

/* XL */
@media (max-width: 1400px) {}

/* L */
@media (max-width: 1200px) {}

/* M */
@media (max-width: 992px) {}

/* S */
@media (max-width: 768px) {}

/* XS */
@media (max-width: 576px) {}