@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css");

h3 {
  font-size: 28px; }

html {
  scroll-behavior: smooth;
}

@media (min-width: 1500px) {
  .container {
    /*max-width: 1440px;*/
    max-width: 1550px;
  } 

}

@media (max-width: 1366px) {
  .container {
    max-width: 1300px; 

  } 

}

.input:focus {
  outline: none !important; }

select.form-select {
  height: 42px;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  font-size: 14px; }

input.form-control {
  height: 42px;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  font-size: 14px;
  text-indent: 5px;
}

textarea.form-control {
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  font-size: 14px; }

.btn {
  min-width: 100px;
  height: 42px;
  border-radius: 5px;
  font-size: 14px; }

.btn-pink {
  background: #E19DC5;
  color: #FFF; }
  .btn-pink:hover {
    color: #FFF; }

.btn-black {
  background: #1A1A11;
  color: #FFF; }
  .btn-black:hover {
    color: #FFF; }

.btn-red {
  background: red;
  color: #FFF; }
  .btn-red:hover {
    color: #FFF; }

body {
  font-family: 'Poppins', sans-serif;
  background: #F9F9F9;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  color: #666666; }

header {
  background: #FFF;
  box-shadow: 0px 3px 6px rgba(162, 161, 161, 0.16);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999; }
  header .header-bar {
    /*background: #eb6885;*/
    background: #E19DC5;
    color: #FFF;
    font-size: 12px;
    font-weight: 300;
    line-height: 30px;
  }

  header .header-bar a {
    color: #FFF;
    text-decoration: none;
  }

    header .header-bar a:hover {
      text-decoration: underline;
      color: #FFF;
    }


@media screen and (max-width: 424px) {
  header .header-bar {
    font-size: 11px;
  }

  header .header-bar a {
    font-size: 11px;
  }
}

@media screen and (max-width: 433px) {
  .hotline {
    visibility: hidden;
    max-height: 30px;
    max-width: 50px;
    overflow: hidden;
  }
}

  header .header .logo {
    position: relative;
  }

    header .header .logo a {
      height: 100px;
      width: unset;
      position: absolute;
      left: 0px;
      top: 0px;
      z-index: 9999;
    }  

    header .header .logo img {
      height: 100px;
      width: unset;
      position: absolute;
      left: 10px;
      top: 10px;
    }

  header .header .search {
    margin-top: 20px;
    height: 42px;
  }

    header .header .search select {
      max-width: 150px;
      margin-right: 5px;
    }

    header .header .search .input-group {
      height: 42px;
      width: 100%;
    }

      header .header .search .input-group button {
        width: 44px;
        min-width: 44px;
        font-size: 20px;
      }

  header .header .header-block {
    text-align: center;
    padding: 0px 10px;
    margin-left: 15px;
    margin-top: 10px;
    position: relative;
  }

    header .header .header-block i {
      font-size: 28px;
      color: #C9C4C4;
    }

    header .header .header-block .add {
      min-width: 20px;
      height: 20px;
      position: absolute;
      top: 0px;
      right: 45px;
      background-color: #E19DC5;
      color: #FFF;
      border-radius: 50%;
      font-size: 12px;
      padding: 2px;
    }

      header .header .header-block .add i {
        color: #E19DC5;
        font-size: 18px;
      }

    header .header .header-block p {
      font-size: 12px;
      color: #1A1A11;
      margin-bottom: 5px;
    }

    header .header .header-block a {
      text-decoration: none;
    }

  header .header .navigation .navbar {
    padding: 5px 0px;
  }

    header .header .navigation .navbar .navbar-brand {
      display: none;
    }

    header .header .navigation .navbar .navbar-nav .nav-item {
      margin-left: 15px;
    }

      header .header .navigation .navbar .navbar-nav .nav-item .nav-link {
        color: #484748;
      }

      header .header .navigation .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
        font-size: 14px;
      }

  @media screen and (max-width: 1199px) {
    header .header .logo {
      display: none;
    }

    header .header .navigation .navbar .navbar-brand {
      display: block;
    }
  }

  footer {
    margin-top: 30px;
    z-index: 9999;
    position: relative;
  }

    footer .footer {
      background: #2A2C34;
      padding: 60px 15px 40px 15px;
      font-weight: 300;
    }

      footer .footer p {
        margin-bottom: 5px;
      }

      footer .footer a {
        color: #c5c3c3;
        text-decoration: none;
      }

        footer .footer a:hover {
          text-decoration: underline;
          color: #E19DC5;
        }

      footer .footer h4 {
        color: #FFF;
        font-size: 18px;
        font-weight: 500;
        margin-left: 50px;
        margin-top: 25px;
      }

      footer .footer ul {
        margin-left: 20px;
        list-style: none;
      }

        footer .footer ul li {
          line-height: 36px;
        }

      footer .footer i {
        color: #E19DC5;
        font-size: 40px;
       /* margin: 10px 5px 10px 5px;*/
      }

    footer .footer-strip {
      background: #30333E;
      font-size: 12px;
      font-weight: 300;
      padding: 15px 15px;
    }

      footer .footer-strip a {
        color: #c5c3c3;
        text-decoration: none;
      }

        footer .footer-strip a:hover {
          text-decoration: underline;
          color: #E19DC5;
        }

  @media screen and (max-width: 420px) {
    footer .footer .col {
      width: 100%;
      flex: 0 0 auto;
    }

      footer .footer .col h4 {
        margin-left: 0px;
        margin-top: 10px;
      }

      footer .footer .col ul {
        margin-left: 0px;
        padding-inline-start: 0px;
      }
  }

  content {
    margin-top: 150px;
    display: block;
    min-height: 700px;
  }

    content .breadcrumb {
      color: #E19DC5;
      font-size: 12px;
      font-weight: 300;
      margin-top: 15px;
      padding: unset;
      /* padding-left: 15px;*/
      background-color: transparent;
      padding-top: 15px;
      margin-bottom: 10px;
    }

      content .breadcrumb li {
        font-size: 12px;
        line-height: 24px;
      }

        content .breadcrumb li strong{
            /*margin: 0px;*/
        }

        @media screen and (max-width: 1199px) {
          content .breadcrumb {
      padding-top: 30px;
    }
  }

  content .breadcrumb li span {
    margin: 0px 2px;
  }

  content .breadcrumb a {
    color: gray;
    text-decoration: none;
    margin: 0px;
  }

    content .breadcrumb a:hover {
      text-decoration: underline;
      color: gray;
    }

  content h3 {
    color: #1A1A11;
    font-weight: 600;
  }

  content .product-sidebar .brands-cat,
  content .product-sidebar .categories-cat {
    margin-bottom: 20px;
  }

    content .product-sidebar .brands-cat .accordion .accordion-item,
    content .product-sidebar .categories-cat .accordion .accordion-item {
      border: none;
      box-shadow: 0px 3px 6px #D1C0C0;
    }

      content .product-sidebar .brands-cat .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed),
      content .product-sidebar .categories-cat .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
        color: #1A1A11;
        background: #FFF;
      }

        content .product-sidebar .brands-cat .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after,
        content .product-sidebar .categories-cat .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
          fill: #1A1A11;
          filter: grayscale(100%);
        }

    content .product-sidebar .brands-cat .accordion .accordion-body ul,
    content .product-sidebar .categories-cat .accordion .accordion-body ul {
      margin-left: -30px;
      list-style: none;
    }

      content .product-sidebar .brands-cat .accordion .accordion-body ul li,
      content .product-sidebar .categories-cat .accordion .accordion-body ul li {
        line-height: 30px;
      }

        content .product-sidebar .brands-cat .accordion .accordion-body ul li a,
        content .product-sidebar .categories-cat .accordion .accordion-body ul li a {
          color: #666;
          text-decoration: none;
        }

          content .product-sidebar .brands-cat .accordion .accordion-body ul li a:hover,
          content .product-sidebar .categories-cat .accordion .accordion-body ul li a:hover {
            text-decoration: underline;
          }

  content .product-content .page-filters {
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #D1C0C0;
    padding: 12px 15px;
    margin-bottom: 10px;
  }

    content .product-content .page-filters .sort-by label {
      width: 80px;
    }

    content .product-content .page-filters .sort-by select {
      max-width: 190px;
    }

    content .product-content .page-filters .page-size label {
      width: 90px;
      margin-left: 50px;
    }

    content .product-content .page-filters .page-size select {
      max-width: 80px;
    }

    content .product-content .page-filters .list-grid .btn-group .btn {
      width: 42px;
      min-width: 42px;
      height: 42px;
      background: #FFF;
      font-size: 20px;
      color: #E19DC5;
    }

      content .product-content .page-filters .list-grid .btn-group .btn:active, content .product-content .page-filters .list-grid .btn-group .btn:focus {
        background: #E19DC5;
        color: #FFF;
      }

  content #products .item .thumbnail .card {
    margin-top: 10px;
    border-radius: 10px;
    border: 1px solid #eee;
  }

    content #products .item .thumbnail .card .card-img {
      padding: 15px;
      overflow: hidden;
    }

      content #products .item .thumbnail .card .card-img img {
        /*height: 170px;*/
        height: 260px;
        object-position: center;
        /*object-fit: contain;*/
        object-fit: scale-down;
        transition: transform .2s;
      }

        content #products .item .thumbnail .card .card-img img:hover {
          transform: scale(1.2);
          cursor: crosshair;
        }

    content #products .item .thumbnail .card .card-body {
      padding-bottom: 0px;
      text-align: left;
    }

      content #products .item .thumbnail .card .card-body h6 {
        color: #1A1A11;
        margin-bottom: 10px;
        height: 28px;
      }

        content #products .item .thumbnail .card .card-body h6 a {
          color: #1A1A11;
          text-decoration: none;
        }

      content #products .item .thumbnail .card .card-body p.item-code {
        margin-bottom: 5px;
      }

        content #products .item .thumbnail .card .card-body p.item-code strong {
          color: #E19DC5;
        }

      content #products .item .thumbnail .card .card-body p.unit-cost,
      content #products .item .thumbnail .card .card-body p.pack-size,
      content #products .item .thumbnail .card .card-body p.rsp {
        margin-bottom: 5px;
      }

        content #products .item .thumbnail .card .card-body p.unit-cost strong,
        content #products .item .thumbnail .card .card-body p.pack-size strong,
        content #products .item .thumbnail .card .card-body p.rsp strong {
          color: #1A1A11;
        }

      content #products .item .thumbnail .card .card-body p.pack-cost {
        margin-bottom: 5px;
        margin-top: 10px;
      }

        content #products .item .thumbnail .card .card-body p.pack-cost strong {
          color: #E19DC5;
          font-size: 16px;
        }

  content #products .item .thumbnail .card-footer {
    background: #FFF;
    border: none;
    border-radius: 10px;
    padding-bottom: 15px;
  }

    content #products .item .thumbnail .card-footer button {
      max-width: 80px;
      min-width: 80px;
    }

    content #products .item .thumbnail .card-footer .items-count span {
      color: #E19DC5;
      font-size: 12px;
    }

    content #products .item .thumbnail .card-footer .items-count .input-group {
      width: 130px;
    }

      content #products .item .thumbnail .card-footer .items-count .input-group .btn {
        width: 42px;
        min-width: 42px;
        border: 1px solid #F2F2F2;
        background: #F2F2F2;
        color: #262626;
      }

      content #products .item .thumbnail .card-footer .items-count .input-group span.input-group-append .btn {
        border-radius: 0px 5px 5px 0px;
      }

      content #products .item .thumbnail .card-footer .items-count .input-group span.input-group-prepend .btn {
        border-radius: 5px 0px 0px 5px;
      }

      content #products .item .thumbnail .card-footer .items-count .input-group .btn span {
        color: #262626;
      }

      content #products .item .thumbnail .card-footer .items-count .input-group input[type=text] {
        text-align: center;
        max-width: 80px;
      }

  content #products .item.list-group-item {
    width: 100%;
    background: transparent;
    border: none;
  }

    content #products .item.list-group-item .thumbnail .card {
      display: flex;
      flex-flow: row;
      margin-top: 0px;
    }

      content #products .item.list-group-item .thumbnail .card .card-img {
        max-width: 200px;
        margin-right: 30px;
      }

        content #products .item.list-group-item .thumbnail .card .card-img img {
          height: 150px;
          width: 150px;
        }

      content #products .item.list-group-item .thumbnail .card .card-body h6 {
        margin-top: 15px;
        height: 15px;
      }

      content #products .item.list-group-item .thumbnail .card .card-footer {
        min-width: 300px;
        margin-top: 100px;
      }

  @media (max-width: 1024px) {
    content {
      margin-top: 100px;
    }

      content #products .item {
        flex: 0 0 auto;
      }

      content .list-grid {
        display: none;
      }
  }

  @media (max-width: 420px) {
    content #products .item {
      flex: 0 0 auto;
      width: 100%;
    }
  }

  #myCarousel img {
    height: 50%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background: #FFF;
    padding: 40px;
    border-radius: 10px;
    border: 1px solid #F9EFEF;
  }

  #thumbSlider {
    padding-top: 15px;
  }

    #thumbSlider .carousel-inner {
      padding-left: 30px;
      padding-right: 30px;
    }

      #thumbSlider .carousel-inner .row {
        overflow: hidden;
      }

      #thumbSlider .carousel-inner .thumb:hover {
        cursor: pointer;
      }

      #thumbSlider .carousel-inner .thumb.active img {
        opacity: 1;
      }

      #thumbSlider .carousel-inner img {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        opacity: .5;
        background: #FFF;
        padding: 10px;
        border-radius: 10px;
        border: 1px solid #F9EFEF;
      }

        #thumbSlider .carousel-inner img:hover {
          opacity: 1;
        }

      #thumbSlider .carousel-inner .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='%23000'%20viewBox='0%200%208%208'%3E%3Cpath%20d='M5.25%200l-4%204%204%204%201.5-1.5-2.5-2.5%202.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
      }

      #thumbSlider .carousel-inner .carousel-control-next-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='%23000'%20viewBox='0%200%208%208'%3E%3Cpath%20d='M2.75%200l-1.5%201.5%202.5%202.5-2.5%202.5%201.5%201.5%204-4-4-4z'/%3E%3C/svg%3E");
      }

      #thumbSlider .carousel-inner .carousel-control-next-icon,
      #thumbSlider .carousel-inner .carousel-control-prev-icon {
        display: inline-block;
        width: 1.2rem;
        height: 1.2rem;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 100% 100%;
      }

      #thumbSlider .carousel-inner .carousel-control-next,
      #thumbSlider .carousel-inner .carousel-control-prev {
        width: 5%;
      }

  @media (max-width: 420px) {
    #thumbSlider .carousel-inner .carousel-item.active .thumb {
      width: 25%;
    }
  }

  .product-details {
    padding: 30px 30px 0px 30px;
    border-radius: 10px;
  }

    .product-details h4 {
      color: #1A1A11;
    }

      .product-details h4 span {
        color: #E19DC5;
      }

    .product-details table tr td:nth-child(2) {
      text-align: right;
    }

    .product-details table span {
      color: #E19DC5;
    }

    .product-details table h5 {
      color: #E19DC5;
    }

    .product-details table .input-group {
      width: 130px;
      margin-top: 5px;
    }

      .product-details table .input-group .btn {
        width: 42px;
        min-width: 42px;
        border: 1px solid #d7d7d7;
        background: #F2F2F2;
        color: #262626;
      }

        .product-details table .input-group .btn#btnminus {
          border-radius: 5px 0px 0px 5px;
        }

        .product-details table .input-group .btn#btnplus {
          border-radius: 0px 5px 5px 0px;
        }

        .product-details table .input-group .btn:disabled {
          cursor: not-allowed;
        }


        .product-details table .input-group .btn span {
          color: #262626;
        }

      .product-details table .input-group input[type=text] {
        text-align: center;
        height: 42px;
        max-width: 80px;
      }

  @media (max-width: 1199px) {
    content {
      margin-top: 150px;
    }
  }

  @media (max-width: 991px) {
    content {
      margin-top: 90px;
    }
  }

  #MainCarousel .carousel-indicators {
    justify-content: end;
  }

    #MainCarousel .carousel-indicators button {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      border: 1px solid #E19DC5;
    }

  #MainCarousel .carousel-inner .carousel-item img {
    max-height: 430px;
    object-fit: cover;
    object-position: center;
  }

  .welcome-msg {
    background: #E19DC5;
    color: #FFF;
    padding: 50px 15px 30px 15px;
    text-align: center;
  }

    .welcome-msg h1 {
      font-size: 30px;
      color: #FFF;
      margin-bottom: 15px;
    }

  .shipping-delivery {
    margin-top: 50px;
    padding: 50px 15px;
    background: url(../images/e-04.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
  }

    .shipping-delivery:before {
      content: " ";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #000;
      opacity: .7;
    }

    .shipping-delivery h3 {
      color: #FFF;
      position: relative;
      margin-top: 30px;
    }

    .shipping-delivery .block {
      text-align: center;
      border-radius: 5px;
    }

      .shipping-delivery .block .card {
        text-align: center;
        padding: 40px 10px 20px 10px;
        height: 100%;
      }

        .shipping-delivery .block .card img {
          height: 40px;
          width: auto;
          display: block;
          float: none;
          margin: 0px auto;
        }

        .shipping-delivery .block .card h5 {
          color: #1A1A11;
          font-size: 18px;
          margin-top: 20px;
        }

  .news-event {
    padding: 80px 15px;
    background: url(../images/b-05.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    margin-bottom: 40px;
  }

    .news-event:before {
      content: " ";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #E19DC5;
      opacity: .7;
    }

    .news-event .news .card {
      padding: 30px 0px;
      border-radius: 5px;
    }

      .news-event .news .card h3 {
        text-align: center;
      }

      .news-event .news .card ul {
        list-style: none;
      }

        .news-event .news .card ul li {
          border-bottom: 1px solid #EFECEC;
          margin-top: 20px;
          margin-right: 30px;
        }

          .news-event .news .card ul li span {
            color: #E19DC5;
          }

    .news-event .services_home {
      position: relative;
    }

      .news-event .services_home h3 {
        color: #FFF;
        text-align: center;
        margin-top: 20px;
      }

      .news-event .services_home .card {
        border-radius: 5px;
        text-align: center;
        margin-top: 15px;
        padding: 40px 10px 20px 10px;
      }

        .news-event .services_home .card img {
          height: 55px;
          /*width: fit-content;*/
          display: block;
          float: none;
          margin: 0px auto;
        }

        .news-event .services_home .card h5 {
          color: #1A1A11;
          font-size: 18px;
          margin-top: 20px;
          text-transform: uppercase;
        }

      .news-event .services_home a {
          text-decoration: none;
      }
          
  .navbar .megamenu {
    padding: 1rem;
  }

  /* ============ desktop view ============ */
  /*@media all and (min-width: 992px) {*/
  @media all and (min-width: 1199px) {
    .navbar .has-megamenu {
      position: static !important;
    }

    .navbar .megamenu {
      left: 0;
      right: 0;
      width: 100%;
      margin-top: 0;
    }
  }
  /* ============ desktop view .end// ============ */
  /* ============ mobile view ============ */
  /*@media (max-width: 991px) {*/
  @media (max-width: 1198px) {
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
      overflow-y: auto;
      max-height: 90vh;
      margin-top: 10px;
    }
  }
  /* ============ mobile view .end// ============ */
  /* ============ desktop view ============ */
  /*@media all and (min-width: 992px) {*/
  @media all and (min-width: 1199px) {
    .dropdown-menu li {
      position: relative;
    }

    .nav-item .submenu {
      display: none;
      position: absolute;
      left: 100%;
      top: -7px;
    }

    .nav-item .submenu-left {
      right: 100%;
      left: auto;
    }

    .dropdown-menu > li:hover {
      background-color: #f1f1f1;
    }

      .dropdown-menu > li:hover > .submenu {
        display: block;
      }
  }
  /* ============ desktop view .end// ============ */
  /* ============ small devices ============ */
  @media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
      margin-left: 0.7rem;
      margin-right: 0.7rem;
      margin-bottom: .5rem;
    }
  }

  .dropdown-item:focus,
  .dropdown-item:hover {
    color: #FFF;
    background-color: #E19DC5;
  }

.dropdown-menu[data-bs-popper] {
  top: unset !important;
  min-width: 280px;
}

  .brand-strip {
    margin-top: 0px;
    /*margin-bottom: 40px;*/
    padding: 30px 15px;
    /*background: url(../images/b-05.jpg) no-repeat center center;*/
    background-size: cover;
    position: relative;
    min-height: 150px;
  }

    /*.brand-strip:before {
      content: " ";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #313131;
      opacity: .8;
    }*/

    .brand-strip .banner-img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover;
      z-index: -2;
    }


    .brand-strip .brand-logo {
      position: relative;
    }

      .brand-strip .brand-logo img {
        /*padding: 15px 15px;*/
        /*background: #FFF; */
        border-radius: 10px;
        max-width: 320px;
        max-height: 100px;
        object-fit: contain;
      }

    .brand-strip .brand-content {
      position: relative;
      /*padding: 0px 20px; */
    }

      .brand-strip .brand-content h4 {
        color: #E19DC5;
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 5px;
        /*text-shadow: 3px 2px 5px rgba(0, 0, 0, 1);*/
      }

      .brand-strip .brand-content p {
        color: #FFF;
        font-weight: 300;
        /*text-shadow: 3px 2px 5px rgba(0, 0, 0, 1);*/
      }

  @media (max-width: 812px) {
    .navigation {
      max-height: 90vh;
      overflow-y: auto;
      padding: 0px 15px;
    }
  }

  @media (max-width: 991px) {
    .shipping-delivery .block {
      margin-bottom: 15px;
    }

      .shipping-delivery .block .card {
        padding: 40px 10px 20px 10px;
      }
  }

  @media (max-width: 420px) {
    header .header .header-block i {
      font-size: 16px;
    }

    header .header .header-block .add {
      /*width: 15px;
    height: 15px;*/
      right: 25px;
    }

      header .header .header-block .add i {
        font-size: 15px;
      }
  }

  .mega-content h5 {
    font-size: 18px;
    color: #1A1A11;
    font-weight: 600;
  }

  .mega-content ul {
    list-style: none;
  }

    .mega-content ul li {
      font-size: 14px;
      margin-left: -30px;
    }

      .mega-content ul li a {
        color: #484748;
        text-decoration: none;
        display: block;
      }

        .mega-content ul li a:hover {
          text-decoration: none;
          background: #E19DC5;
          color: #FFF;
          display: block;
          padding-left: 5px;
        }

  @media (max-width: 420px) {
    .mega-content h5 {
      min-width: 200px;
    }
  }

  @media (max-width: 812px) {
    header .header .navigation .navbar .navbar-nav .nav-item {
      margin-left: 0px;
    }
  }

  .portfolio_slider {
    padding-top: 20px;
  }

    .portfolio_slider .inner {
      padding: 10px;
      height: 200px;
    }

      .portfolio_slider .inner img {
        width: 100%;
        height: 90px;
        border-radius: 10px;
       /* background: #fff;*/
        object-fit: contain;
        object-position: center;
        /*padding: 15px;*/
        margin-top: 25px;
        margin-bottom: 0px;
        /*border: 2px solid #fff;
        box-shadow: 0px 0px 5px #d3d0d0;*/
        /*-moz-box-shadow: inset 0 0 10px #000000;
      -webkit-box-shadow: inset 0 0 10px #000000;
      box-shadow: inset 0 0 10px #000000;*/
      }

        .portfolio_slider .inner img:hover {
          opacity: 0.9;
        }

@media (max-width: 690px) {
  .portfolio_slider .inner img {
    height: 100px;
  }
}

  .portfolio_slider button.slick-next {
    position: absolute;
    right: 10px;
    top: -20px;
    background: #FFF;
    color: transparent;
    border: 1px solid #E19DC5;
    border-radius: 5px;
    width: 35px;
    height: 35px;
  }

    .portfolio_slider button.slick-next:before {
      font-size: 20px;
      font-weight: 600;
      line-height: 1;
      color: #E19DC5;
      content: '\f061';
      font-family: FontAwesome;
      line-height: 32px;
      margin-left: 8px;
    }

  .portfolio_slider button.slick-prev {
    position: absolute;
    right: 55px;
    top: -20px;
    background: #FFF;
    color: transparent;
    border: 1px solid #E19DC5;
    border-radius: 5px;
    width: 35px;
    height: 35px;
  }

    .portfolio_slider button.slick-prev:before {
      font-size: 20px;
      font-weight: 600;
      line-height: 1;
      color: #E19DC5;
      content: '\f060';
      font-family: FontAwesome;
      line-height: 32px;
      margin-left: 8px;
    }

@media (max-width: 414px) {
  .portfolio_slider button.slick-next {
    top: -8px;
    z-index: 9999;
  }

  .portfolio_slider button.slick-prev {
    top: -8px;
    z-index: 9999;
  }

  .portfolio_slider .inner {
    padding: 10px;
    height: 150px;
  }
}

  .mega-content .container-fluid {
    margin: 0px;
    padding: 0px;
  }

  .dropdown-menu {
    border: none;
  }

  .contact h5 {
    color: #E19DC5;
  }

  .contact hr {
    border-top: 1px dashed #eee;
    margin: 30px 0px;
  }

  .contact a {
    color: #E19DC5;
    text-decoration: none;
  }

    .contact a:hover {
      text-decoration: underline;
    }

  .contact .contact-form .card {
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 25px 30px;
  }

    .contact .contact-form .card h5 {
      margin-bottom: 20px;
    }

    .contact .contact-form .card .form-label {
      color: #1A1A11;
      margin-bottom: 3px;
      font-weight: 500;
    }

      .contact .contact-form .card .form-label span {
        color: red;
      }

    .contact .contact-form .card textarea {
      height: auto;
      max-height: 200px;
      min-height: 200px;
    }

    .contact .contact-form .card button {
      text-transform: uppercase;
    }

  .services h4 {
    color: #1A1A11;
    margin-bottom: 20px;
    margin-top: 30px;
  }

    .services h4 a {
      color: #1A1A11;
      text-decoration: none;
    }

    .services .card {
      border-radius: 10px;
      border: 1px solid #eee;
      height: 100%;
    }

    .services .card .card-img {
      padding: 30px 15px 15px 15px;
    }

      .services .card .card-img i,
      .services .card .card-img em {
        font-size: 50px;
        color: #2a2c34;
        padding: 15px 0px 15px 15px;
        border-radius: 50%;
        height: 100px;
        width: 100px;
        line-height: 70px;
        background: #efefef;
      }

    .services .card .card-body {
      padding: 15px 20px;
    }

      .services .card .card-body h5 {
        color: #E19DC5;
        text-align: center;
      }

      .services .card .card-body ul {
        margin-left: -15px;
      }

        .services .card .card-body ul li {
          line-height: 30px;
        }

  .about a {
    color: #E19DC5;
    text-decoration: none;
  }

    .about a:hover {
      text-decoration: underline;
    }

  .brands .brand1 {
    background-image: url("../images/brands/cmax_finest_bg.jpg");
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

    .brands .brand1:before {
      content: " ";
      position: absolute;
      width: 100%;
      height: 100vh;
      top: 0;
      left: 0;
      background-color: #E19DC5;
      opacity: .3;
    }

    .brands .brand1 .content_area {
      width: 30vw;
      height: auto;
      position: absolute;
      top: 15vh;
      right: 13vh;
      background: rgba(173, 63, 154, 0.8);
      border-radius: 10px;
      padding: 30px;
      color: #fff;
    }

      .brands .brand1 .content_area a {
        color: #FFF;
        text-decoration: none;
      }

        .brands .brand1 .content_area a:hover {
          text-decoration: underline;
        }

      .brands .brand1 .content_area img {
        margin: 0px auto 15px auto;
        display: block;
        float: none;
      }

  .brands .brand2 {
    background-image: url("../images/brands/icb_bg.jpg");
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

    .brands .brand2:before {
      content: " ";
      position: absolute;
      width: 100%;
      height: 100vh;
      top: 0;
      left: 0;
      background-color: #ce7475;
      opacity: .3;
    }

    .brands .brand2 .content_area {
      width: 30vw;
      height: auto;
      position: absolute;
      top: 20vh;
      right: 13vh;
      background: rgba(147, 210, 86, 0.8);
      border-radius: 10px;
      padding: 30px;
      color: #fff;
    }

      .brands .brand2 .content_area a {
        color: #FFF;
        text-decoration: none;
      }

        .brands .brand2 .content_area a:hover {
          text-decoration: underline;
        }

      .brands .brand2 .content_area img {
        margin: 0px auto 15px auto;
        display: block;
        float: none;
        height: 100px;
      }

  .brands .brand3 {
    background-image: url("../images/brands/serelo_bg.jpg");
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

    .brands .brand3:before {
      content: " ";
      position: absolute;
      width: 100%;
      height: 100vh;
      top: 0;
      left: 0;
      background-color: #3976a5;
      opacity: .3;
    }

    .brands .brand3 .content_area {
      width: 30vw;
      height: auto;
      position: absolute;
      top: 20vh;
      right: 13vh;
      background: rgba(39, 106, 161, 0.8);
      border-radius: 10px;
      padding: 30px;
      color: #fff;
    }

      .brands .brand3 .content_area a {
        color: #E19DC5;
        text-decoration: none;
      }

        .brands .brand3 .content_area a:hover {
          text-decoration: underline;
        }

      .brands .brand3 .content_area img {
        margin: 0px auto 15px auto;
        display: block;
        float: none;
      }

  .brands .brand4 {
    background-image: url("../images/brands/serelo_sun_bg.jpg");
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

    .brands .brand4:before {
      content: " ";
      position: absolute;
      width: 100%;
      height: 100vh;
      top: 0;
      left: 0;
      background-color: #574b5f;
      opacity: .3;
    }

    .brands .brand4 .content_area {
      width: 30vw;
      height: auto;
      position: absolute;
      top: 20vh;
      right: 13vh;
      background: rgba(87, 75, 95, 0.8);
      border-radius: 10px;
      padding: 30px;
      color: #fff;
    }

      .brands .brand4 .content_area a {
        color: #E19DC5;
        text-decoration: none;
      }

        .brands .brand4 .content_area a:hover {
          text-decoration: underline;
        }

      .brands .brand4 .content_area img {
        margin: 0px auto 15px auto;
        display: block;
        float: none;
        height: 80px;
      }

  .brands .brand5 {
    background-image: url("../images/e-04.jpg");
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

    .brands .brand5:before {
      content: " ";
      position: absolute;
      width: 100%;
      height: 100vh;
      top: 0;
      left: 0;
      background-color: #4fbce2;
      opacity: .2;
    }

    .brands .brand5 .content_area {
      width: 30vw;
      height: auto;
      position: absolute;
      top: 20vh;
      right: 13vh;
      background: rgba(79, 188, 226, 0.8);
      border-radius: 10px;
      padding: 30px;
      color: #fff;
    }

      .brands .brand5 .content_area a {
        color: #E19DC5;
        text-decoration: none;
      }

        .brands .brand5 .content_area a:hover {
          text-decoration: underline;
        }

      .brands .brand5 .content_area img {
        margin: 0px auto 15px auto;
        display: block;
        float: none;
        height: 80px;
      }

  .brands .brand6 {
    background-image: url("../images/brands/shimmers_bg.jpg");
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

    .brands .brand6:before {
      content: " ";
      position: absolute;
      width: 100%;
      height: 100vh;
      top: 0;
      left: 0;
      background-color: #b12d36;
      opacity: .2;
    }

    .brands .brand6 .content_area {
      width: 30vw;
      height: auto;
      position: absolute;
      top: 20vh;
      right: 13vh;
      background: rgba(177, 45, 54, 0.8);
      border-radius: 10px;
      padding: 30px;
      color: #fff;
    }

      .brands .brand6 .content_area a {
        color: #E19DC5;
        text-decoration: none;
      }

        .brands .brand6 .content_area a:hover {
          text-decoration: underline;
        }

      .brands .brand6 .content_area img {
        margin: 0px auto 15px auto;
        display: block;
        float: none;
        height: 80px;
      }

  .brands .brand7 {
    background-image: url("../images/brands/serenade_bg.jpg");
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

    .brands .brand7:before {
      content: " ";
      position: absolute;
      width: 100%;
      height: 100vh;
      top: 0;
      left: 0;
      background-color: #ae5f7e;
      opacity: .2;
    }

    .brands .brand7 .content_area {
      width: 30vw;
      height: auto;
      position: absolute;
      top: 20vh;
      right: 13vh;
      background: rgba(174, 95, 126, 0.8);
      border-radius: 10px;
      padding: 30px;
      color: #fff;
    }

      .brands .brand7 .content_area a {
        color: #E19DC5;
        text-decoration: none;
      }

        .brands .brand7 .content_area a:hover {
          text-decoration: underline;
        }

      .brands .brand7 .content_area img {
        margin: 0px auto 15px auto;
        display: block;
        float: none;
        height: 80px;
      }

  .brands .brand8 {
    background-image: url("../images/ultracare_bg.jpg");
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

    .brands .brand8:before {
      content: " ";
      position: absolute;
      width: 100%;
      height: 100vh;
      top: 0;
      left: 0;
      background-color: #343553;
      opacity: .2;
    }

    .brands .brand8 .content_area {
      width: 30vw;
      height: auto;
      position: absolute;
      top: 20vh;
      right: 13vh;
      background: rgba(52, 53, 83, 0.8);
      border-radius: 10px;
      padding: 30px;
      color: #fff;
    }

      .brands .brand8 .content_area a {
        color: #E19DC5;
        text-decoration: none;
      }

        .brands .brand8 .content_area a:hover {
          text-decoration: underline;
        }

      .brands .brand8 .content_area img {
        margin: 0px auto 15px auto;
        display: block;
        float: none;
        height: 80px;
      }

  .brands .brand9 {
    background-image: url("../images/brands/spy_bg.jpg");
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

    .brands .brand9:before {
      content: " ";
      position: absolute;
      width: 100%;
      height: 100vh;
      top: 0;
      left: 0;
      background-color: #403d3f;
      opacity: .2;
    }

    .brands .brand9 .content_area {
      width: 30vw;
      height: auto;
      position: absolute;
      top: 20vh;
      right: 13vh;
      background: rgba(64, 61, 63, 0.8);
      border-radius: 10px;
      padding: 30px;
      color: #fff;
    }

      .brands .brand9 .content_area a {
        color: #E19DC5;
        text-decoration: none;
      }

        .brands .brand9 .content_area a:hover {
          text-decoration: underline;
        }

      .brands .brand9 .content_area img {
        margin: 0px auto 15px auto;
        display: block;
        float: none;
        height: 80px;
      }

  @media (max-width: 1024px) {
    .brands .brand1 .content_area,
    .brands .brand2 .content_area,
    .brands .brand3 .content_area,
    .brands .brand4 .content_area,
    .brands .brand5 .content_area,
    .brands .brand6 .content_area,
    .brands .brand7 .content_area,
    .brands .brand8 .content_area,
    .brands .brand9 .content_area {
      width: 50vw;
      right: 3vh;
    }
  }

  @media (max-width: 812px) {
    .brands .brand1 .content_area,
    .brands .brand2 .content_area,
    .brands .brand3 .content_area,
    .brands .brand4 .content_area,
    .brands .brand5 .content_area,
    .brands .brand6 .content_area,
    .brands .brand7 .content_area,
    .brands .brand8 .content_area,
    .brands .brand9 .content_area {
      width: 50vw;
      right: 3vh;
      max-height: 80vh;
      overflow-y: auto;
      top: 5vh;
    }
  }

  @media (max-width: 420px) {
    .brands .brand1 .content_area,
    .brands .brand2 .content_area,
    .brands .brand3 .content_area,
    .brands .brand4 .content_area,
    .brands .brand5 .content_area,
    .brands .brand6 .content_area,
    .brands .brand7 .content_area,
    .brands .brand8 .content_area,
    .brands .brand9 .content_area {
      width: 80vw;
      right: 10vw;
      top: 5vh;
      max-height: 80vh;
      overflow-y: auto;
    }

      .brands .brand1 .content_area img,
      .brands .brand2 .content_area img,
      .brands .brand3 .content_area img,
      .brands .brand4 .content_area img,
      .brands .brand5 .content_area img,
      .brands .brand6 .content_area img,
      .brands .brand7 .content_area img,
      .brands .brand8 .content_area img,
      .brands .brand9 .content_area img {
        height: 50px;
      }
  }

  .quick_order {
    margin-top: 20px;
    white-space: nowrap;
    overflow-x: auto;
  }

    .quick_order table thead th {
      text-align: center;
      font-size: 16px;
      font-weight: 600;
      border-bottom: 1px solid #E19DC5 !important;
      vertical-align: middle;
    }

    .quick_order table tbody tr:nth-child(even) {
      background-color: #fbeff6;
    }

    .quick_order table tbody td {
      text-align: center;
      border-bottom: none;
      vertical-align: middle;
      color: #666666;
    }

      .quick_order table tbody td input[type=text] {
        width: 100%;
        border-radius: 5px;
        border: 1px solid #E8E8E8;
        height: 40px;
        text-align: center;
        color: #E19DC5;
        min-width: 150px;
      }

      .quick_order table tbody td button {
        min-width: unset;
        height: unset;
        border-radius: unset;
        font-size: unset;
      }

        .quick_order table tbody td button i {
          color: red;
          font-size: 16px;
          line-height: 40px;
        }

  @media (max-width: 536px) {
    .quick_order_btn {
      display: block !important;
    }

      .quick_order_btn button {
        width: 100%;
        margin-bottom: 10px;
      }
  }

  .login {
    margin: 50px auto 100px auto;
  }

    .login .register .card {
      border-radius: 10px;
      border: 1px solid #eee;
      margin: 10vh 5vh;
    }

      .login .register .card .card-body {
        padding: 40px;
      }

        .login .register .card .card-body button {
          text-transform: uppercase;
          padding: 8px 30px;
        }

    .login .login-form {
      border-left: 1px solid #eee;
    }

      .login .login-form .card {
        border-radius: 10px;
        border: 1px solid #eee;
        margin: 4vh 5vh;
      }

        .login .login-form .card .card-body {
          padding: 40px 60px;
        }

          .login .login-form .card .card-body h3 {
            margin-bottom: 25px;
          }

          .login .login-form .card .card-body label {
            color: #1A1A11;
            margin-bottom: 5px;
          }

            .login .login-form .card .card-body label span {
              color: red;
            }

          .login .login-form .card .card-body a {
            color: #E19DC5;
            text-decoration: none;
          }

            .login .login-form .card .card-body a:hover {
              text-decoration: underline;
            }

          .login .login-form .card .card-body button {
            text-transform: uppercase;
            padding: 8px 30px;
            width: 100%;
          }

  @media (max-width: 1024px) {
    .login {
      margin: 20px auto;
    }

      .login .register .card {
        margin: 2vh 5vh;
      }

      .login .login-form {
        border-left: none;
      }
  }

  @media (max-width: 420px) {
    .login {
      margin: 20px auto;
    }

      .login .register .card {
        margin: 0vh 0vh;
      }

        .login .register .card .card-body {
          padding: 20px;
        }

          .login .register .card .card-body button {
            width: 100%;
          }

      .login .login-form .card {
        margin: 0px;
      }

        .login .login-form .card .card-body {
          padding: 20px;
        }
  }

  @media (max-width: 420px) {
    footer .footer h4 {
      margin-left: 0px;
    }

    footer .footer ul {
      margin-left: -30px;
    }
  }

  .register-form .card {
    border-radius: 10px;
    border: 1px solid #eee;
  }

    .register-form .card .card-body {
      padding: 50px;
    }

      .register-form .card .card-body h5 {
        color: #E19DC5;
        margin-top: 15px;
        margin-bottom: 20px;
        font-size: 16px;
      }

      .register-form .card .card-body label {
        color: #1A1A11;
        margin-bottom: 5px;
        display: block;
      }

        .register-form .card .card-body label span {
          color: red;
        }

      .register-form .card .card-body a {
        color: #1A1A11;
      }

        .register-form .card .card-body a:hover {
          text-decoration: none;
        }

      .register-form .card .card-body button {
        text-transform: uppercase;
        padding: 8px 40px;
        margin-top: 15px;
      }

  @media (max-width: 420px) {
    .register-form .card .card-body {
      padding: 25px 20px;
    }
  }

  .cart .cart-table {
    margin-top: 20px;
    white-space: nowrap;
    overflow-x: auto;
  }

    .cart .cart-table table thead tr {
      background-color: #E19DC5;
      color: #FFF;
      text-transform: uppercase;
    }

      .cart .cart-table table thead tr th {
        border-bottom: none !important;
        text-align: center;
        font-weight: 400;
        vertical-align: middle;
        height: 50px;
      }

    .cart .cart-table table tbody tr td {
      text-align: center;
      vertical-align: middle;
    }

      .cart .cart-table table tbody tr td img {
        /*width: 100%;*/
        width: 70px;
        border: 1px solid #eee;
        border-radius: 4px;
        height: 70px;
        object-fit: contain;
        object-position: center;
        background-color: #FFF;
        padding: 10px;
      }

      .cart .cart-table table tbody tr td input[type=text] {
        width: 100%;
        text-align: center;
        border-radius: 5px;
        border: 1px solid #E8E8E8;
        height: 40px;
      }

  .cart .btn {
    padding: 8px 35px;
    text-transform: uppercase;
  }

  .cart-checkout .card {
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 30px;
  }

    .cart-checkout .card .card-body {
      padding: 15px;
    }

      .cart-checkout .card .card-body table td {
        border-bottom: none !important;
      }

        .cart-checkout .card .card-body table td strong {
          font-weight: 600;
          font-size: 18px;
        }

  @media (max-width: 812px) {
    .cart .cart-table table tbody tr td img {
      /*height: 40px; */
    }
  }

  @media (max-width: 420px) {
    .cart .cart-btn {
      display: block !important;
    }

      .cart .cart-btn button {
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0px !important;
        margin-right: 0px !important;
      }

    .cart .btn {
      width: 100%;
      margin: 0px 0px !important;
    }
  }

  /*# sourceMappingURL=style.css.map */


  .header-links ul {
    margin-bottom: 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
  }

    .header-links ul li {
      margin-left: 15px;
    }

  .header-links a,
  .header-links span {
    line-height: unset;
  }

  .block.block-account-navigation .listbox ul {
    padding-left: 0px;
    list-style: none;
  }

    .block.block-account-navigation .listbox ul li {
      background: #e6e6e6;
      color: #1a1a11;
      list-style: none;
      text-decoration: none;
      margin-bottom: 15px;
      border-radius: 5px;
      padding-left: 30px;
      padding-right: 20px;
    }

      .block.block-account-navigation .listbox ul li a {
        text-decoration: none;
        display: block;
      }

        .block.block-account-navigation .listbox ul li a:hover {
          color: #E19DC5;
        }

      .block.block-account-navigation .listbox ul li.active {
        background: #E19DC5;
        color: #FFF;
      }

        .block.block-account-navigation .listbox ul li.active a {
          color: #fff;
          display: block;
        }

          .block.block-account-navigation .listbox ul li.active a:before {
            display: none;
          }


  .account-page.change-password-page .card,
  .account-page.customer-info-page .card,
  .account-page.address-list-page .card,
  .account-page.address-edit-page .card,
  .page.not-found-page .card,
  .password-recovery-page .card,
  .search-page .card {
    border-radius: 10px;
    border: 1px solid #eee;
  }

    .account-page.change-password-page .card .card-body,
    .account-page.customer-info-page .card .card-body,
    .account-page.address-edit-page .card .card-body,
    .page.not-found-page .card .card-body,
    .password-recovery-page .card .card-body {
      padding: 50px;
    }

      .account-page.customer-info-page .card .card-body h6 {
        color: #E19DC5;
      }


    .account-page.address-list-page .card .card-body {
      padding: 30px 20px;
    }

      .account-page.address-list-page .card .card-body h5 {
        padding: 0 20px;
        color: #E19DC5;
        margin-bottom: 0px;
      }


  .address-list-page .buttons {
    bottom: 0px;
    top: unset;
    right: 30px;
  }


  .account-page.address-list-page .add-button {
    position: absolute;
    top: 0;
    right: 0;
  }


  .nivoSlider {
    height: 50vh;
  }

    .nivoSlider img {
      object-fit: cover;
      object-position: center;
    }

  .nivo-controlNav {
    /* width: 100px !important;
    right: 0px;*/
  }

    .nivo-controlNav .nivo-control {
      border-radius: 50%;
      width: 12px !important;
      height: 12px !important;
      margin: 0px 5px !important;
      border: 1px solid #E19DC5;
      opacity: 0.5;
    }

      .nivo-controlNav .nivo-control.active {
        opacity: 1;
        background-color: #fff !important;
      }

  .mega-menu-full-width {
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;
  }

  .header {
    height: 120px;
  }




  @media (max-width: 1199px) {

    .mega-menu-full-width {
      top: 70px;
      left: 30px;
      right: 30px;
    }

    .header {
      height: 135px;
    }

    .mega-menu-full-width .navigation {
      padding: 0px;
    }
  }


  /*@media (max-width: 1199px) {*/
  /*@media (max-width: 812px) {*/
  @media (max-width: 991px) {

    .mega-menu-full-width {
      top: 0px;
      left: 0px;
      right: 0px;
      background-color: #fff;
      padding: 0px 0px;
    }

    .header {
      height: 70px;
    }

    .mega-menu-full-width .navbar-nav .nav-item {
      text-align: left;
    }

    .mega-menu-full-width .navigation {
      padding: 0px 15px;
    }
  }


  .news-list-page .news-items .card,
  .block-category-navigation .card,
  .block-recently-viewed-products .card,
  .product-filters .card,
  .block-manufacturer-navigation .card,
  .product-manufacturer-filter .card {
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 20px;
  }

    .news-list-page .news-items .card .card-body,
    .block-recently-viewed-products .card .card-body {
      padding: 30px;
    }

      .news-list-page .news-items .card .card-body .news-item .news-head a {
        padding: 0px 10px;
        color: #E19DC5;
        text-decoration: none;
        font-size: 18px;
      }

      .news-list-page .news-items .card .card-body .news-item .news-head span {
        background-color: transparent;
      }

      .news-list-page .news-items .card .card-body .news-item .buttons a {
        line-height: 28px;
        text-transform: capitalize;
      }

  .gallery {
    float: left;
    width: 100% !important;
  }

  .block-category-navigation .card .card-body h4,
  .block-recently-viewed-products .card .card-body h4,
  .price-range-filter .card .card-body h4 {
    color: #000;
    font-weight: 600;
    font-size: 20px;
  }

  .block-category-navigation .card .card-body .listbox .list,
  .block-recently-viewed-products .card .card-body .listbox .list,
  .block-manufacturer-navigation .card .card-body .listbox .list {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
  }

    .block-category-navigation .card .card-body .listbox .list li,
    .block-recently-viewed-products .card .card-body .listbox .list li,
    .block-manufacturer-navigation .card .card-body .listbox .list li {
      padding-left: 0px;
      border-bottom: 1px solid #eee;
      padding-bottom: 0px;
      padding-top: 0px;
    }

      .block-category-navigation .card .card-body .listbox .list li a,
      .block-manufacturer-navigation .card .card-body .listbox .list li a {
        text-decoration: none;
        display: block;
        font-size: 14px;
      }

        .block-category-navigation .card .card-body .listbox .list li a:hover,
        .block-manufacturer-navigation .card .card-body .listbox .list li a:hover {
          text-decoration: none;
          background-color: #E19DC5;
          color: #fff;
          padding-left: 10px;
          border-radius: 4px;
        }

        .block-category-navigation .card .card-body .listbox .list li a:before,
        .block-manufacturer-navigation .card .card-body .listbox .list li a:before {
          display: none;
        }

  .overview {
    float: right;
    width: 100% !important;
    padding: 30px;
  }

  .product-essential .gallery .picture img {
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background: #FFF;
    padding: 40px;
    border-radius: 10px;
    border: 1px solid #F9EFEF;
    object-fit: contain;
    object-position: center;
    cursor: pointer;
  }

  .product-essential .gallery .picture-thumbs .thumb-item img {
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background: #FFF;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #F9EFEF;
    object-fit: contain;
  }


  .total-info {
    padding: 0px 0px !important;
  }

    .total-info .cart-total td {
      border-color: transparent !important;
    }

  .totals label {
    display: unset !important;
  }

  .totals .card {
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 20px;
  }

    .totals .card .card-body {
      padding: 20px;
    }

  .cart-total .order-total {
    font-size: 20px;
    font-weight: 600;
  }

    .cart-total .order-total strong {
      font-weight: 600;
    }

  .shopping-cart-page .common-buttons {
    margin: 0px 0px 0px !important;
    background-color: #f6f6f6;
    padding: 0px 0px !important;
    font-size: 0;
  }


  .opc {
    padding-left: 0px;
  }


    .opc .step-title .number {
      background-color: #E19DC5;
      color: #fff;
      border-radius: 5px 0px 0px 5px;
    }

    .opc .step-title {
      background-color: #e6e6e6;
      border-radius: 5px;
    }

    .opc .allow .step-title .number {
      background-color: #E19DC5;
    }

    .opc .allow .step-title {
      background-color: #505050;
      cursor: pointer;
      border-radius: 5px;
    }

    .opc .step-title .title {
      margin-bottom: 0px;
    }

    .opc li {
      margin-bottom: 15px;
    }


  .section.new-billing-address .enter-address .edit-address {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .shipping-method .method-list {
    padding-left: 0px;
    text-align: left;
  }

    .shipping-method .method-list li {
      width: 100%;
      margin: 10px;
    }

  #co-shipping-method-form .card,
  #checkout-step-payment-method .card,
  #checkout-step-payment-info .card {
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 20px;
  }

    #co-shipping-method-form .card .card-body,
    #checkout-step-payment-method .card .card-body,
    #checkout-step-payment-info .card .card-body {
      padding: 20px;
    }

  .shipping-method .method-name {
    background-color: transparent;
    padding: 0px;
  }

  .shipping-method .method-list li label {
    font-size: 14px;
    color: #000;
  }

  .news-event .news .card ul li p a {
    color: #1A1A11;
    text-decoration: none;
  }

  .news-event .news .card ul li p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .coupon-code .form-control {
    border-radius: 5px 0px 0px 5px;
  }

  .coupon-code .btn {
    border-radius: 0px 5px 5px 0px;
  }


  .header-menu {
    display: none;
  }



  @media (max-width: 1024px) {

    .block-recently-viewed-products .card .card-body .listbox .list li a.product-picture {
      display: none;
    }

    .block-recently-viewed-products .card .card-body .listbox .list li a.product-name {
      width: 100%;
    }
  }




  @media (max-width: 1000px) {

    .cart-table .product-picture {
      width: 100% !important;
    }

    .cart-table .product {
      width: 100% !important;
    }

    .cart-table .unit-price {
      width: 100% !important;
    }

    .cart-table .quantity {
      width: 100% !important;
      display: block !important;
    }

      .cart-table .quantity input[type=text] {
        width: 100px !important;
      }

    .cart-table .subtotal {
      width: 100% !important;
      display: block !important;
    }

    .common-buttons .btn {
      margin-bottom: 10px !important;
    }

    .cart-total td {
      display: inline-block !important;
      /*width: unset;*/
    }

    .cart-total tr {
      border: none !important;
      margin-top: 0px !important;
      margin-bottom: 0px !important;
    }

    .totals {
      /*padding: 0px !important;*/
    }

    .cart-footer .checkout-buttons {
      padding: 0 0px !important;
    }

    header .header .navigation .navbar .navbar-nav .nav-item .nav-link {
      padding-left: 15px;
    }

    .account-page.change-password-page .card .card-body,
    .account-page.customer-info-page .card .card-body,
    .account-page.address-edit-page .card .card-body,
    .page.not-found-page .card .card-body {
      padding: 30px;
    }

    .cart .cart-table table tbody tr td img {
      width: 100px;
      height: 100px;
    }
  }

  @media (max-width: 768px) {
    .totals {
      padding: 0px !important;
    }
  }


  .block .list .active > a {
    /*color: #fff;
  background-color: #E19DC5;*/
    color: #E19DC5;
    /*background-color: #f7e9ec;*/
    /*padding-left: 10px;*/
    border-radius: 4px;
  }



  .page-filters {
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 20px;
  }

    .page-filters select {
      display: inline-block;
      width: unset;
    }

  .product-viewmode {
    margin-top: 10px !important;
  }

  .item-grid .item-box.col .thumbnail .card {
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 20px;
  }

    .item-grid .item-box.col .thumbnail .card .card-img {
      padding: 15px;
      overflow: hidden;
    }

      .item-grid .item-box.col .thumbnail .card .card-img img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        object-position: center;
      }

    .item-grid .item-box.col .thumbnail .card .card-body .product-title a {
      color: #1A1A11;
      margin-bottom: 10px;
      height: 40px;
      text-decoration: none;
      font-weight: 500;
      padding-bottom: 15px;
    }


    .item-grid .item-box.col .thumbnail .card .card-footer {
      background-color: transparent;
      border-top: none;
    }

  .item-box {
    margin-bottom: 0px !important;
  }



  .product-list .item-grid .item-box.item {
    width: 100%;
  }

    .product-list .item-grid .item-box.item .thumbnail .card {
      display: flex;
      flex-flow: row;
      margin-top: 0px !important;
    }

      .product-list .item-grid .item-box.item .thumbnail .card .card-img {
        width: 200px;
        height: 200px;
        margin-right: 30px;
      }

      .product-list .item-grid .item-box.item .thumbnail .card .card-footer {
        width: 300px;
        margin-top: 110px;
      }


  .pager ul li a {
    background-color: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    color: #333;
    text-decoration: none;
  }

  .pager ul li.current-page span {
    background-color: #E19DC5;
    border-radius: 5px;
  }


  .breadcrumb ul {
    padding-left: 0px;
    margin-bottom: 0px;
  }



  .block-recently-viewed-products .product-picture {
    width: 100% !important;
    text-align: center;
    margin: 0px !important;
  }

  .block-recently-viewed-products .product-name {
    width: 100% !important;
    text-align: center;
    text-decoration: none;
  }

    .block-recently-viewed-products .product-name:hover {
      color: #E19DC5 !important;
    }

  .search-results .warning,
  .field-validation-error,
  .no-data {
    position: relative;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid #f5c2c7;
    border-radius: 0.25rem;
    color: #842029;
    background-color: #f8d7da;
  }


  .inputs.date-of-birth {
    display: none;
  }



  /*Brands page style*/

  .background {
    position: fixed;
    top: 150px;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
  }

  .brand-singal .section {
    display: flex;
    min-height: 100vh;
    position: relative;
    z-index: 2;
  }

  .section > * {
    width: 100%;
  }

  .section__img {
    position: relative;
    display: flex;
  }

  .section__img__inner {
    height: 100vh;
    position: fixed;
    left: 0%;
    width: 100%;
    top: 150px;
    mix-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

    .section__img__inner:before {
      content: " ";
      position: absolute;
      width: 100%;
      height: 100vh;
      top: 0;
      left: 0;
      background-color: #E19DC5;
      opacity: .3;
    }

  .section__body {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 100;
  }

  .section__text {
    padding: 0vw;
  }

  .section__img__inner {
    filter: blur(30px);
    opacity: 0;
    background-position: 0% 0%;
    transition: filter 0.6s ease, opacity 0.6s ease, background-position 0.8s ease;
  }

  .section.active .section__img__inner {
    opacity: 1;
    background-position: center center;
    filter: blur(0);
  }

  h2 {
    font-size: 3vw;
    margin-bottom: 0.5em;
    margin-top: 0;
  }


  .content_area {
    width: 30vw;
    height: auto;
    max-height: 70vh;
    overflow-x:auto;
    position: fixed;
    top: 28vh;
    right: 13vh;
    background: rgba(173, 63, 154, 0.8);
    border-radius: 10px;
    padding: 30px;
    color: #fff;
    z-index: 999;
    font-weight: 300;
  }

    .content_area a {
      color: #FFF;
      text-decoration: none;
    }

      .content_area a:hover {
        text-decoration: underline;
      }

    .content_area img {
      margin: 0px auto 15px auto;
      display: block;
      float: none;
      max-width: 200px;
    }


    .content_area::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
      border-radius: 5px;
      background-color: #F5F5F5;
    }

    .content_area::-webkit-scrollbar {
      width: 12px;
      background-color: #F5F5F5;
    }

    .content_area::-webkit-scrollbar-thumb {
      border-radius: 5px;
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
      background-color: #ff91d2;
    }


  .cmf_bg {
    /*background: rgba(3, 3, 3, 1.0);*/
  }

  .griptight_bg {
    background: rgba(3, 170, 228, 1.0);
  }

.griptight_bg_page {
  background: rgba(79, 188, 226, 0.8);
}

  .icb_bg {
    background: rgba(176, 200, 36, 1.0);
  }

  .icb_bg_page {
  background: rgba(147, 210, 86, 0.8);
  }

.serenade_bg {
  background: rgba(230, 3, 128, 1.0);
}

.serenade_bg_page {
  background: rgba(174, 95, 126, 0.8);
}

  .shimmers_bg {
    background: rgba(238, 211, 182, 1.0);
  }

.shimmers_bg_page {
  background: rgba(177, 45, 54, 0.8);
}

  .spy_bg {
    background: rgba(3, 3, 3, 1.0);
  }

  .serelor_bg {
    background: rgba(83, 136, 178, 1.0);
  }

.serelor_bg_page {
  background: rgba(39, 106, 161, 0.8);
}

  .serelos_bg {
    background: rgba(72, 75, 77, 1.0);
  }

.serelos_bg_page {
  background: rgba(32, 32, 32, 0.8);
}

  .ultracare_bg {
    background: rgba(227, 231, 242, 1.0);
  }

.ultracare_bg_page {
  background: rgba(52, 53, 83, 0.8);
}


  @media (max-width: 1366px) {
    .content_area {
      width: 35vw;
      top: 25vh;
      right: 3vh;
    }
  }


  @media (max-width: 1024px) {
    .content_area {
      width: 50vw;
      top: 26vh;
      right: 3vh;
    }

      .content_area img {
        height: 70px;
        width: unset;
      }
  }

  /*@media (max-width: 812px) {*/
  @media (max-width: 991px) {

    .background {
      top: 100px;
    }

    .section__img__inner {
      top: 100px;
    }

    .content_area {
      width: 90vw;
      top: 35vh;
      right: 4vw;
      height: auto;
      max-height: 60vh;
      overflow-y: auto;
    }
  }


  @media (max-width: 768px) {
    .background {
      top: 100px;
    }

    .section__img__inner {
      top: 100px;
    }

    .content_area {
      /* width: 50vw;*/
      /*top: 15vh;*/
      /*right: 3.5vh;*/
      height: auto;
      max-height: 60vh;
      overflow-y: auto;
    }
  }


  @media (max-width: 420px) {

    .content_area {
      width: 90vw;
      top: 16.5vh;
      right: 4.5vw;
      height: auto;
      max-height: 80vh;
      overflow-y: auto;
    }
  }

  /*End brands page style*/



  @media (max-width: 420px) {

    .address-list-page .buttons {
      margin-top: 15px !important;
    }
  }


  @media (min-width: 769px) {

    .address-list-page .section {
      width: 100% !important;
      margin: 15px 0px !important;
    }
  }



  .privacy-policy ol li {
    margin-bottom: 20px;
    line-height: 26px;
  }

  .social-policy p {
    margin-bottom: 25px;
    line-height: 24px;
  }

    .social-policy p strong {
      font-weight: 600;
      color: #333;
      font-size: 18px;
    }

  .tc h5 {
    color: #111;
    font-weight: 600;
  }

  .tc hr {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .inputs.custom-attributes {
    margin-bottom: 15px;
  }


    .inputs.custom-attributes .option-list {
      padding-left: 0px;
    }

      .inputs.custom-attributes .option-list li {
        border: none;
        display: inline-flex;
      }

        .inputs.custom-attributes .option-list li label {
          width: unset;
        }


  .register-form .card .card-body .inputs.accept-consent {
    text-align: left;
  }

    .register-form .card .card-body .inputs.accept-consent label {
      display: initial;
    }

  .inputs.accept-consent span, .inputs.accept-consent a {
    color: #E19DC5;
  }


  .category-grid.sub-category-grid .item-box .card,
  .manufacturer-grid .item-box .card {
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 20px;
  }

    .category-grid.sub-category-grid .item-box .card .card-body .sub-category-item .title,
    .manufacturer-grid .item-box .card .card-body .title {
      font-size: 18px;
      display: -webkit-box;
      /*overflow: hidden;*/
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      /* height: 45px;*/
      margin-top: 10px;
    }

      .category-grid.sub-category-grid .item-box .card .card-body .sub-category-item .title a,
      .manufacturer-grid .item-box .card .card-body .title a {
        color: #E19DC5;
        padding-bottom: 0px;
        text-decoration: none;
      }


    .category-grid.sub-category-grid .item-box .card .card-body .sub-category-item .picture,
    .manufacturer-grid .item-box .card .card-body .picture {
      transition: transform .2s;
    }

      .category-grid.sub-category-grid .item-box .card .card-body .sub-category-item .picture a img:hover,
      .manufacturer-grid .item-box .card .card-body .picture a img:hover {
        transform: scale(1.1);
      }


  .sublist {
    padding-left: 10px;
    margin-top: 5px !important;
  }

  .product-specs-box h4 {
    color: #1A1A11;
  }

  .spec-name {
    font-weight: 600;
  }

  .topic-block-body {
    font-size: 14px;
  }


.ajax-loading-block-window,
.products-container .ajax-products-busy {
  width: 100vw;
  height: 100vh;
  background-color: rgba(255,239,239,0.8) !important;
  background: unset;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}

   /* div.ajax-loading-block-window::before{
        width: 100vw;
        height: 100vh;
        display: block;
        background-color: red;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
    }*/

.loader-new {
  width: 100px;
  height: 100px;
  background-size: contain;
  background-position: center;
  background-color: rgba(255,255,255,0.6);
  border-radius: 50%;
  box-shadow: 0px 0px 5px #eee;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  margin: -16px 0 0 -16px;
}

  .loader-new img{
      width: 100px;
  }

  #dialog-notifications-success,
  #dialog-notifications-error,
  #dialog-notifications-warning {
    z-index: 9999;
    position: sticky;
  }

  .cart .product .edit-item a {
    font-weight: normal;
    color: #E19DC5;
  }

  .terms-of-service a {
    margin: 0 0 0 3px;
    color: #E19DC5;
  }

.product-filter .filter-title {
  margin: 0 0 10px;
  background-color: transparent;
  padding: 0px;
  font-size: 16px;
  color: #E19DC5;
}

    .product-filter .filter-title strong {
      font-weight: 600;
    }

  .product-filter .filter-content {
    color: #E19DC5;
  }

  .product-filter .filter-content .name{
      font-size: 16px;
  }

  .payment-method .payment-logo {
    background-color: transparent;
  }

  .payment-method .method-list .method-name {
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 7px;
  }

  .payment-method .method-list li {
    width: 40%;
  }

  @media (max-width: 769px) {
    .payment-method .method-list li {
      width: 100%;
    }
  }


  .bar-notification {
    position: absolute;
    padding: 15px 25px 15px 10px;
    right: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
  }

  .payment-method .method-list {
    margin-left: 0px;
    padding-left: 0px;
  }

  .payment-info .info td {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 14px;
  }

    .payment-info .info td:first-child {
      width: 100% !important;
      margin: 0 10px 0 0;
      text-align: left;
    }

  #ExpireMonth,
  #ExpireYear {
    max-width: 100px;
    display: inline-block;
  }

  .payment-info .info {
    padding: 30px 15px 0px 15px;
  }


  .message-error.validation-summary-errors {
    text-align: left;
  }

    .message-error.validation-summary-errors ul {
      margin-left: 15px;
      padding-left: 0px;
    }


  .enter-address .edit-address {
    padding: 30px 0px;
  }

  .order-review-data .billing-info-wrap,
  .order-review-data .shipping-info-wrap,
  .order-details-area .billing-info-wrap,
  .order-details-area .shipping-info-wrap {
    border: 1px solid #eee;
    border-radius: 6px;
    background-color: #fff;
  }

    .order-review-data .billing-info-wrap .billing-info ul,
    .order-review-data .billing-info-wrap .payment-method-info ul,
    .order-review-data .shipping-info-wrap .shipping-info ul,
    .order-review-data .shipping-info-wrap .shipping-method-info ul,
    .order-details-area .billing-info-wrap .billing-info ul,
    .order-details-area .billing-info-wrap .payment-method-info ul,
    .order-details-area .shipping-info-wrap .shipping-info ul,
    .order-details-area .shipping-info-wrap .shipping-method-info ul {
      margin-left: 0px;
      padding-left: 0px;
    }

      .order-review-data .billing-info-wrap .billing-info ul li,
      .order-review-data .billing-info-wrap .payment-method-info ul li,
      .order-review-data .shipping-info-wrap .shipping-info ul li,
      .order-review-data .shipping-info-wrap .shipping-method-info ul li,
      .order-details-area .billing-info-wrap .billing-info ul li,
      .order-details-area .billing-info-wrap .payment-method-info ul li,
      .order-details-area .shipping-info-wrap .shipping-info ul li,
      .order-details-area .shipping-info-wrap .shipping-method-info ul li {
        margin-bottom: 5px;
      }

  .payment-info .info p {
    text-align: left;
  }

  .order-completed .details {
    margin: 0px;
  }

    .order-completed .details a {
      color: #E19DC5;
    }

  .order-completed-page .card {
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 20px;
  }

    .order-completed-page .card .card-body {
      padding: 30px;
    }

  .checkout-page.order-completed-page .page-title h1 {
    font-weight: 600;
  }


  .order-details-page .page-title a.print-order-button {
    background-color: #E19DC5;
  }

    .order-details-page .page-title a.print-order-button:hover,
    .order-details-page .page-title a.print-order-button:focus {
      background-color: #eb5677;
    }

  .order-details-page .page-title a {
    background-color: #000;
  }

    .order-details-page .page-title a:hover,
    .order-details-page .page-title a:focus {
      background-color: #181717;
    }

  .order-details-page .order-overview .order-total strong {
    color: #E19DC5;
  }


  .order-details-page .total-info {
    background-color: transparent;
  }

  .order-details-page .actions button:first-child {
    background-color: #E19DC5;
    margin: 0px;
  }

    .order-details-page .actions button:first-child:hover,
    .order-details-page .actions button:first-child:focus {
      background-color: #E19DC5;
    }


  .order-list-page .buttons {
    /*position: absolute;*/
    top: 30px;
    right: 30px;
  }

.section.order-item .card,
.account-page.gdpr-tools-page .card {
  border-radius: 10px;
  border: 1px solid #eee;
  margin-bottom: 20px;
}

  .section.order-item .card .card-body,
  .account-page.gdpr-tools-page .card .card-body{
    padding: 20px;
  }

  .account-page.customer-info-page .fieldset .title {
    color: #E19DC5;
  }

  .cart .product a:hover {
    color: #444;
  }


  @media (max-width: 767px) {
    footer .footer h4 {
      margin-left: 0px;
    }

    footer .footer ul {
      margin-left: 0px;
      padding-left: 0px;
    }
  }


  @media (max-width: 1024px) {
    .theme-custom {
      max-width: 100%;
    }

    .nivoSlider {
      height: unset;
    }
  }


  @media screen and (min-width: 1199px) {
    .navbar-expand-lg .navbar-toggler {
      display: none;
    }
  }

  @media screen and (min-width: 1199px) {
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
  }

  @media screen and (min-width: 1199px) {
    .navbar-expand-lg .navbar-nav {
      flex-direction: row;
    }
  }

  .admin-header-links {
    z-index: 99999;
    position: relative;
  }

    .admin-header-links a {
      color: #E19DC5;
      text-decoration: none;
    }





  @media screen and (min-width: 1199px) {
    .navbar-expand-lg {
      flex-wrap: nowrap;
      justify-content: flex-start;
    }
  }


  @media (min-width: 1199px) {
    .navbar-collapse.d-lg-flex {
      display: flex !important;
    }
  }


  @media screen and (max-width: 1024px) and (min-width: 770px) {
    header .header .navigation .navbar .navbar-nav .nav-item .nav-link {
      font-size: 13px;
    }

    header .header .navigation .navbar .navbar-nav .nav-item {
      margin-left: 10px;
    }
  }


  #topcartlink {
    background-color: transparent !important;
  }

    #topcartlink a p.cart-label {
      margin-bottom: 0px !important;
    }


  @media (min-width: 1001px) {
    .flyout-cart {
      max-height: 70vh;
      overflow-y: auto;
      right: 10px;
      top: 100px;
    }

      .flyout-cart.active,
      .flyout-cart:hover {
        display: block;
      }

    .mini-shopping-cart .count {
      padding: 0px;
      color: #444;
    }

    .mini-shopping-cart .item {
      border-bottom: 1px solid #eee;
    }

    .mini-shopping-cart .name {
      line-height: 18px;
    }

      .mini-shopping-cart .name a,
      .mini-shopping-cart .name a:hover {
        text-decoration: none;
        color: #E19DC5;
      }

    .mini-shopping-cart .price,
    .mini-shopping-cart .quantity {
      color: #444;
      line-height: unset;
    }

    .mini-shopping-cart .picture {
      border: 1px solid #eee;
      border-radius: 5px;
      padding: 5px;
    }

    .mini-shopping-cart button[type="button"],
    .mini-shopping-cart button[type="button"]:hover {
      background-color: #E19DC5;
      width: 100%;
      font-size: 14px;
    }
  }



  #flyout-cart::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }

  #flyout-cart::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
  }

  #flyout-cart::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #E19DC5;
  }


  @media (max-width: 1000px) {
    #topcartlink {
      margin: 0px auto 0;
      padding: 0 0px;
    }
  }


  .center-1 .page-title,
  .center-1 .title {
    text-align: left;
  }

  @media (min-width: 481px) {
    .order-details-page .data-table tr {
      width: 100%;
      margin: 10px 0px;
    }
  }

  @media (max-width: 1000px) {
    .order-details-page .data-table tr {
      margin: 10px 0px;
    }
  }

  .data-table .td-title {
    color: #E19DC5;
    font-weight: 500;
  }

  @media (max-width: 1000px) {
    .order-details-page .data-table td {
      text-align: left !important;
      padding: 5px 10px;
    }
  }


  .cart.table .td-title {
    color: #E19DC5;
    font-weight: 500;
  }

  @media (max-width: 1000px) {
    .cart td {
      /*text-align: left !important;*/
      padding: 5px 10px;
    }
  }

  .card.table .attributes {
    margin: 10px 0px;
  }

  @media (max-width: 1000px) {
    .cart td.unit-price,
    .cart td.subtotal {
      padding: 10px 10px;
    }

    .cart .remove-from-cart .remove-btn::after {
      content: "Remove";
      position: absolute;
      left: 33px;
      bottom: 9px;
      color: #e4444c;
    }
  }


  @media (max-width: 1000px) {
    .cart td.remove-from-cart {
      margin: 0 0 15px;
      border-bottom: 1px solid #f7afb2;
      background-color: #ffe7e8;
      padding: 10px 15px;
      position: relative;
    }
  }


  @media (max-width: 1000px) {
    .cart tr {
      margin: 10px 0px;
    }
  }


#ui-id-11.ui-autocomplete {
  z-index: 999;
  border-radius: 0px 0px 5px 5px !important;
  position: fixed;
  top: 95px !important;
  border: none !important;
  box-shadow: 0px 0px 5px #d1d1d1;
  max-width: 450px;
  width: 100% !important;
}

  #ui-id-11.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
    color: #444 !important;
    text-decoration: none;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    padding: 10px !important;
  }

  #ui-id-11.ui-autocomplete li:nth-child(11) {
    background-color: #444;
    color: #FFF;
    text-align: center;
    font-family: 'Poppins', sans-serif;
  }

    #ui-id-11.ui-autocomplete li:nth-child(11) a,
    #ui-id-11.ui-autocomplete li:nth-child(11) a:hover {
      color: #fff !important;
      text-decoration: none;
      background-color: #E19DC5 !important;
    }

  #ui-id-11.ui-autocomplete li {
    border-top: 1px solid #e8e8e8 !important;
  }



  @media (max-width: 1366px) {
    #ui-id-11.ui-autocomplete {
      max-width: 345px;
    }
  }

  @media (max-width: 768px) {
    #ui-id-11.ui-autocomplete {
      max-width: 225px;
    }
  }

  @media (max-width: 420px) {
    #ui-id-11.ui-autocomplete {
      max-width: 190px;
    }
  }


  @media (min-width: 769px) {
    .address-list-page .section,
    .order-list-page .section,
    .return-request-list-page .section {
      display: unset;
      width: unset;
      margin: unset;
      vertical-align: unset;
    }
  }


  ::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #E19DC5;
  }

  ::selection {
    color: #fff;
    background: #E19DC5;
  }

  @media (max-width: 1000px) {
    .block.block-account-navigation .title {
      padding: 12px 30px 12px 20px;
      border-radius: 8px;
      color: #fff;
      background-color: #1a1a11;
      font-size: 16px;
    }
  }


  .portfolio_slider .slick-slide h2 {
    display: none;
  }

  .products-container .products-wrapper .product-list .item-box.item .card-body .pack-cost {
    margin-bottom: 20px !important;
  }

  .products-container .products-wrapper .product-list .item-box.item .card-footer {
    margin-top: 125px !important;
    padding-right: 20px !important;
  }

  .products-container .products-wrapper .product-list .item-box.item .card-img {
    height: 220px !important;
  }

    .products-container .products-wrapper .product-list .item-box.item .card-img img {
      height: 190px !important;
    }

  .products-container .products-wrapper .product-list .item-box.item {
    margin: unset !important;
  }



  @media (max-width: 1024px) {
    .products-container .products-wrapper .product-list .item-box.item .card-footer {
      padding-right: 15px !important;
      padding-left: 0px !important;
    }

    .products-container .products-wrapper .product-list .item-box.item .card-body .product-title {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      line-height: 16px; /* fallback */
      max-height: 32px; /* fallback */
      -webkit-line-clamp: 2; /* number of lines to show */
      -webkit-box-orient: vertical;
    }

    .products-container .products-wrapper .product-list .item-box.item .card-img {
      margin-right: 0px !important;
      min-width: 200px !important;
    }

    .products-container .products-wrapper .product-list .item-box.item .card-footer {
      min-width: 250px !important;
      width: 250px !important;
    }
  }


  #price-range-slider .ui-state-active,
  #price-range-slider .ui-widget-content .ui-state-active,
  #price-range-slider .ui-widget-header .ui-state-active,
  #price-range-slider a.ui-button:active,
  #price-range-slider .ui-button:active,
  #price-range-slider .ui-button.ui-state-active:hover {
    border: 1px solid #d5254c !important;
    background: #E19DC5 !important;
    font-weight: normal;
    color: #fff;
  }



  .shopping-cart-page td .message-error {
    margin: 10px 0 0;
    text-align: center !important;
  }


  #payment-method-block .payment-logo label img {
    height: 36px;
  }


  .search-results .no-result.alert.alert-danger {
    padding: 8px 15px 7px 15px;
    text-align: center;
  }


  .page.topic-page .page-title {
    padding-top: 15px;
    margin-bottom: 0px;
  }


  .block.block-recently-viewed-products {
    display: none;
  }

  @media (max-width: 1199px) {
    .product-list #products .item .thumbnail .card .card-body h6 a {
      font-size: 15px;
      word-break: break-all;
    }
  }

  .breadcrumb li * {
    margin: 0px;
  }


  @media (min-width: 1001px) {
    .side-2 {
      float: unset;
    }
  }


  @media (max-width: 767px) {
    footer .footer h4.invisible,
    footer .footer h4.invisible {
      display: none;
    }
  }


  .address-list .section.address-item .card {
    margin-bottom: 15px;
  }

  @media (max-width: 1000px) {
    .address-list .section.address-item .card .card-body .buttons {
      margin-bottom: 0px;
    }

    .order-list .order-item .card .card-body .buttons {
      margin-bottom: 0px;
    }

    .order-details-page .data-table tr,
    .order-details-page .data-table td.product {
      border: 1px solid #eee;
    }
  }


  .order-details-area > div {
    width: 100%;
  }



  @media (max-width: 767px) {
    .order-details-page .totals.section {
      width: 100%;
    }

    .attributes {
      margin: 5px 0;
    }
  }


  @media (max-width: 1000px) {
    .cart .cart-table table tbody tr td {
      text-align: left;
    }

    .cart-footer .totals {
      width: 100%;
    }

    .cart-collaterals {
      width: 100% !important;
      padding: 15px 15px;
    }

      .cart-collaterals > div {
        width: 100%;
        max-width: unset;
      }
  }


  @media (max-width: 420px) {
    .cart-collaterals .deals .input-group .btn {
      border-radius: 5px;
      border-top-left-radius: 5px !important;
      border-bottom-left-radius: 5px !important;
    }

    .cart-collaterals .deals .input-group .form-control {
      border-top-right-radius: 5px !important;
      border-bottom-right-radius: 5px !important;
      border-radius: 5px;
      margin-bottom: 10px;
    }
  }

  .cart-collaterals .deals h4 {
    color: #444;
    font-size: 20px;
  }

  .cart-collaterals .deals .card {
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 20px;
  }


  @media (min-width: 1367px) {
    .cart-footer .cart-collaterals {
      width: unset;
      margin: 0;
    }
  }


  .cart-collaterals .deals .card p a,
  .cart-collaterals .deals .card p a:hover {
    color: #444;
  }


  @media (max-width: 1000px) {
    .opc .order-review-data ul {
      text-align: left;
    }
  }


  .order-review-data > div,
  .order-details-area > div,
  .shipment-details-area > div {
    width: 100%;
  }


  @media (max-width: 1000px) {
    .totals .total-info .cart-total tr {
      display: flex;
    }

    .totals {
      margin-bottom: 30px !important;
    }
  }


  #savedcart-block .card {
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 20px;
  }

    #savedcart-block .card .card-body {
      padding: 20px;
    }

      #savedcart-block .card .card-body span {
        display: block;
        font-size: 16px;
        font-weight: 500;
        margin-top: 10px;
        /*color: #E19DC5;*/
      }

      #savedcart-block .card .card-body .button-row {
        position: absolute;
        bottom: 20px;
        right: 20px;
      }


  @media (max-width: 768px) {
    #savedcart-block .card .card-body .button-row {
      position: static;
      bottom: 0px;
      right: 0px;
      margin-top: 15px;
    }
  }

  @media (max-width: 350px) {
    #savedcart-block .card .card-body .button-row .btn {
      width: 100%;
      margin-bottom: 10px;
    }
  }


  #savedcartview-block .saved-cart-table .table thead th {
    background: #E19DC5;
    color: #fff;
    border-bottom: none !important;
    font-weight: 400;
    vertical-align: middle;
    height: 50px;
    text-transform: uppercase;
  }

  #savedcartview-block .saved-cart-table .table tbody td {
    height: 50px;
    vertical-align: middle;
  }

  #savedcartview-block .saved-cart-table .table {
    white-space: nowrap;
  }

  #savedcartview-block .saved-cart-table {
    width: 100%;
    overflow-x: auto;
  }

  #savedcartview-block .cart-total h5 {
    color: #444;
    font-size: 18px;
  }

  @media (max-width: 350px) {
    #savedcartview-block .savedcart-view-button-row .btn {
      width: 100%;
      margin-bottom: 10px;
    }

    #savedcartview-block .cart-total h5 {
      color: #444;
      font-size: 18px;
    }
  }

  #savedcartview-block .savedcart-view-button-row {
    text-align: end;
  }

  #savedcartview-block .breadcrumb .breadcrumb-item a {
    color: #E19DC5;
    font-size: 12px;
    line-height: unset;
  }



.section.order-item .title,
#savedcart-block h5,
.account-page.gdpr-tools-page .card .card-body .title{
  color: #E19DC5;
}


  .manufacturer-grid .picture {
    border: none !important;
  }


  .block .view-all a {
    display: inline-block;
    padding: 10px 0px;
    font-size: 15px;
    color: #E19DC5;
    font-weight: 500;
  }


  .group.product-spec-group,
  .product-manufacturer-group {
    padding-left: 0px;
  }

  .product-filter .group .item {
    padding-left: 0px;
    display: -webkit-box;
  }

    .product-filter .group .item label {
      color: #444;
    }

  .block .title {
    font-size: 18px;
  }



  .manufacturer-item .picture a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateZ(0) scale(1,1);
  }


  .disabled {
    background-color: #eee !important;
  }


  .product-specs-box td {
    border: 1px solid #f9efef;
    padding: 15px;
  }

.pager .card {
  border-radius: 10px;
  border: 1px solid #eee;
}

.pager .card .card-body ul{
    margin-bottom: 0px;
    padding-left: 0px;
}

.brand-singal .content_area a.btn.btn-black {
  padding: 10px 15px;
  border: 1px solid #484840;
  text-decoration: none;
  margin-top: 15px;
}


.sitemap ul{
    margin-left: -30px;
}

.sitemap ul li{
    line-height: 30px;
    list-style: none;

}

  .sitemap ul li a {
    color: #E19DC5;
    text-decoration: none;
  }

  .sitemap ul li a:hover{
      text-decoration: underline;
  }


#products-orderby,
#products-pagesize {
  height: 42px;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  font-size: 14px;
}

.sitemap-page .entity ul{
    margin-bottom: 0px;
    padding-left: 0px;
}

.sitemap-page .entity .card {
  border-radius: 10px;
  border: 1px solid #eee;
  padding: 10px 30px 0px 30px;
}

  .sitemap-page .entity .card .card-body .entity-body {
    background-color: transparent;
    padding: 15px;
  }

  .sitemap-page .entity .card .card-body .entity-title h2 {
    font-weight: 500;
    color: #1a1a11;
  }

  .sitemap-page .entity .card .card-body .entity-body ul li a:hover{
      color: #E19DC5;
  }




.ui-autocomplete {
  cursor: pointer;
  height: auto;
  min-height: 25px;
  max-height: 250px;
  overflow-y: auto;
  width: 100% !important;
  max-width: 200px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  border-radius: 0px 0px 5px 5px !important;
  border: none !important;
  box-shadow: 0px 0px 5px #d1d1d1;
}

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
  color: #444 ;
  text-decoration: none;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  padding: 5px 10px !important;
}

.ui-menu-item-wrapper.ui-state-active {
  border: 1px solid #E19DC5;
  background: #E19DC5;
  color: #fff !important;
}


@media (max-width: 1366px) {
  .ui-autocomplete {
      max-width: 170px;
  }
}


@media (max-width: 1024px) {
  .ui-autocomplete {
    max-width: 150px;
  }
}


.message-error.validation-summary-errors ul {
  margin-left: 0px !important;
  margin-bottom: 0px;
}
.shopping-cart-page .checkout-attributes {
  max-width: 100% !important;  
}
.newaddressback {
  line-height: 1.7;
}

.cart-footer .totals {
  background-color: transparent !important;
}

.estimate-shipping-button {
  color: #fff !important;
  line-height: 24px;
  padding: 8px 15px !important;
}

@media (max-width: 420px) {
  .estimate-shipping-button {
    margin-bottom: 10px !important;
  }
}

  .estimate-shipping-button:hover {
    color: #fff !important;
    text-decoration: none !important;
  }

.static-header {
  position: static !important;
}

.static-content {
  margin-top: 0 !important;
}


footer{
    color: #c5c3c3;
}