/*********** MIXINS **********/
/*********** HEADER **********/
/*** ADMIN HEADER LINKS ***/
.admin-header-links {
  background-color: #555;
  text-align: center;
  color: #eee;
}

.admin-header-links * {
  display: inline-block;
  margin: 0 10px;
  line-height: 35px;
  font-size: 12px;
  font-weight: bold;
}

.admin-header-links .impersonate {
  display: inline-block;
}

.admin-header-links .impersonate a {
  background-color: #555;
  padding: 0 15px;
}

.admin-header-links .impersonate a:hover {
  background-color: #666;
}

/*** GENERAL HEADER STYLES ***/
.header-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1670px;
  padding: 0 10px;
  margin: 0 auto;
  width: 97%;
}

/*** END GENERAL HEADER STYLES ***/
/*** HEADER UPPER STYLES ***/
.header-links-desktop,
.header-selectors-wrapper {
  display: none;
}

.header-logo {
  position: relative;
  z-index: 2;
}

.header-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
}

.header-links-list {
  position: relative;
}

.header-links-list > li {
  margin: 0 clamp(10px, 1vw, 26px) 0 0;
  background-color: black;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.header-links-list > li:last-child {
  margin: 0;
}

.header-links-list .ico-cart {
  width: clamp(13px, 1.3vw, 23.5px);
  height: clamp(15px, 1.3vw, 21px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/Themes/RDC/Content/images/Project/Header/header-cart-icon.svg);
  display: block;
  position: relative;
}

.header-links-list .ico-cart .cart-label {
  font-size: 0;
}

.header-links-list .ico-cart .cart-qty {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--clr-red);
  color: #ffffff;
  font-size: 0.55563rem;
  line-height: 0.625rem;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: translate(40%, -120%);
  transform: translate(40%, -120%);
}

.header-links-list .ico-wishlist {
  width: clamp(18px, 1.5vw, 23.5px);
  height: clamp(16px, 1.5vw, 22px);
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/Themes/RDC/Content/images/Project/Header/header-wishlist-icon.svg);
  position: relative;
}

.header-links-list .ico-wishlist .wishlist-label {
  font-size: 0;
}

.header-links-list .ico-wishlist .wishlist-qty {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--clr-red);
  color: #ffffff;
  font-size: 0.55563rem;
  line-height: 0.625rem;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: translate(40%, -120%);
  transform: translate(40%, -120%);
}

.header-links-list .ico-compare-list {
  width: clamp(18px, 1.5vw, 23.5px);
  height: clamp(16px, 1.5vw, 22px);
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/Themes/RDC/Content/images/Project/Header/header-compare-icon.svg);
  position: relative;
}

.header-links-list .ico-compare-list .compare-list-label {
  font-size: 0;
}

.header-links-list .ico-compare-list .compare-qty {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--clr-red);
  color: #ffffff;
  font-size: 0.55563rem;
  line-height: 0.625rem;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: translate(40%, -120%);
  transform: translate(40%, -120%);
}

.header-links-list .account-toggle {
  width: clamp(17.5px, 1.5vw, 23.5px);
  height: clamp(16.69px, 1.5vw, 22.69px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/Themes/RDC/Content/images/Project/Header/header-account-icon.svg);
  cursor: pointer;
}

/*** END HEADER UPPER STYLES ***/
/*** HEADER LOWER STYLES ***/
.header-lower {
  background-color: var(--clr-header-primary);
  padding: clamp(10px, 1.5vw, 20px) 0 clamp(8px, 1.3vw, 17px);
}

.header-lower-left {
  -ms-flex-preferred-size: 24.14%;
  flex-basis: 24.14%;
}

.header-lower-right {
  -ms-flex-preferred-size: 38.85%;
  flex-basis: 38.85%;
}

/*** END HEADER LOWER STYLES ***/
/*** FLYOUT CART STYLES ***/
.flyout-cart {
  display: block;
  position: fixed;
  top: 0;
  right: -380px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 9999999999999;
  width: 380px;
  height: 100%;
  background-color: #ffffff;
  overflow: auto;
  -webkit-box-shadow: 0 0 30px 0rgba 0, 0, 0, 0.2;
  box-shadow: 0 0 30px 0rgba 0, 0, 0, 0.2;
}

.flyout-cart .close-cart {
  text-align: right;
}

.flyout-cart.active {
  right: 0;
}

.flyout-cart .flyout-cart-close {
  text-align: right;
}

.mini-shopping-cart {
  padding: 55px 15px;
}

.mini-shopping-cart .mini-shopping-cart-title {
  margin: 0 0 clamp(12px, 1vw, 17px);
}

.mini-shopping-cart .mini-shopping-cart-title h2 {
  color: var(--clr-primary);
  font-weight: bold;
  font-family: var(--ff-arial);
  font-size: clamp(1.125rem, 2vw, 1.60187rem/px);
  line-height: clamp(1.1875rem, 2vw, 1.6875rem);
  text-align: center;
}

.mini-shopping-cart .count {
  color: var(--clr-dark-gray);
  margin: 0 0 clamp(25px, 3.5vw, 43px);
  font-size: clamp(0.88875rem, 1vw, 1rem);
  line-height: clamp(0.9375rem, 1.5vw, 1.6875rem);
  text-align: center;
  font-family: var(--ff-arial);
}

.mini-shopping-cart .count a {
  color: var(--clr-dark-gray);
  font-family: var(--ff-arial);
}

.mini-shopping-cart .item {
  padding: clamp(15px, 2vw, 25px) 0;
  border-bottom: 2px solid #e4e4e4;
}

.mini-shopping-cart .item:last-child {
  border: none;
}

.mini-shopping-cart .item .picture {
  margin: 0px clamp(10px, 1vw, 14px) 0 0;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  padding: 5px;
}

.mini-shopping-cart .item .picture a {
  position: relative;
  display: block;
}

.mini-shopping-cart .item .picture a::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.mini-shopping-cart .item .picture a img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.mini-shopping-cart .item .product {
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
  text-align: left;
}

.mini-shopping-cart .item .product .name {
  text-align: left;
  margin: 0 0 clamp(10px, 1vw, 16px);
}

.mini-shopping-cart .item .product .name a {
  font-size: clamp(0.75rem, 1vw, 1rem);
  line-height: clamp(1.0625rem, 1.4vw, 1.3125rem);
  color: var(--clr-black);
  font-family: var(--ff-arial);
  font-weight: normal;
  font-size: 13px;
}

.mini-shopping-cart .item .product .name a:hover {
  color: var(--clr-primary);
}

.mini-shopping-cart .item .price {
  margin: 0 0 5px;
}

.mini-shopping-cart .item .price,
.mini-shopping-cart .item .quantity {
  font-family: var(--ff-arial);
  font-weight: normal;
  font-size: 13px;
  color: var(--clr-black);
  font-size: clamp(0.7025rem, 1vw, 0.88875rem);
  line-height: clamp(0.9375rem, 1.4vw, 1.125rem);
}

.mini-shopping-cart .totals {
  font-family: var(--ff-arial);
  text-align: center;
  margin: 0 0 clamp(15px, 1.8vw, 26px);
  color: var(--clr-black);
  font-size: 23px;
  line-height: clamp(0.9375rem, 1.5vw, 1.375rem);
}

.mini-shopping-cart .totals strong {
  color: var(--clr-black);
  font-family: var(--ff-arial);
}

.mini-shopping-cart .buttons {
  text-align: center;
}

.mini-shopping-cart .buttons .cart-button {
  background-color: var(--clr-primary);
  text-align: center;
  padding: clamp(9px, 1vw, 13px) 10px clamp(8px, 1vw, 12px);
  color: var(--clr-white);
  width: 100%;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  line-height: clamp(0.8125rem, 1vw, 0.9375rem);
  border: 0;
  font-weight: bold;
  text-transform: capitalize;
  font-family: var(--ff-arial);
}

.mini-shopping-cart .buttons .cart-button:hover {
  background-color: var(--clr-btn-bg-hover);
  color: var(--clr-primary);
}

/*** END FLYOUT CART STYLES ***/
/*** HEADER SOCIAL STYLES ***/
.networks-wrapper .header-social-title {
  display: none;
}

.networks-wrapper .networks-list li {
  margin: 0 clamp(7px, 1vw, 14px) 0 0;
}

.networks-wrapper .networks-list li a {
  display: block;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}

.networks-wrapper .networks-list li a:hover {
  opacity: 0.6;
}

.networks-wrapper .networks-list li.facebook a {
  background-image: url(../../images/Project/Footer/footer-fb-icon.svg);
}

.networks-wrapper .networks-list li.instagram a {
  width: 16.13px;
  height: 16.13px;
  background-image: url(../../images/Project/Footer/footer-insta-icon.svg);
}

.networks-wrapper .networks-list li.pinterest a {
  width: 16.13px;
  height: 16.13px;
  background-image: url(/Themes/RDC/Content/images/Project/Header/header-pin-icon.svg);
}

.networks-wrapper .networks-list li.youtube a {
  width: 16.13px;
  height: 16.13px;
  background-image: url(/Themes/RDC/Content/images/Project/Header/header-yt-icon.svg);
}

.networks-wrapper .networks-list li.header-social-title span {
  color: #000;
  font-size: 13.33px;
}

/*** END HEADER SOCIAL STYLES ***/
.header-upper-bar {
  background-color: #000;
}

.header-upper-bar-inner {
  max-width: 1670px;
  padding: 7px 10px;
  margin: 0 auto;
  width: 97%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-upper-bar-inner .column span {
  color: #fff;
  font-size: 14px;
}

.header-upper-bar-inner .column strong {
  color: #fff;
  font-size: 14px;
}

.header-upper-bar-inner .column a {
  color: #fff;
  font-size: 14px;
}

.header-upper-bar-inner .header-bar-email a {
  display: block;
  padding-left: 25px;
  position: relative;
}

.header-upper-bar-inner .header-bar-email a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 13px;
  height: 13px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../images/Project/Footer/footer-email-icon.svg);
}

/*** MEDIA ***/
@media (min-width: 769px) {
  /*** HEADER UPPER STYLES ***/
  /*** END HEADER UPPER STYLES ***/
}

@media (min-width: 1025px) {
  .mega-menu-wrapper {
    position: absolute;
    top: 100%;
    width: 100%;
    max-width: 1432px;
    margin: 0 auto;
    left: 0;
    background-color: #777;
    height: 100vh;
    max-height: 700px;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
  }
  .mega-menu-wrapper.active {
    opacity: 1;
    pointer-events: all;
    z-index: 9999;
  }
  .header-lower-grid {
    position: relative;
  }
  .mega-menu-container {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .top-menu.top-menu-desktop > li {
    position: unset;
  }
  .top-menu.top-menu-desktop > li .sublist {
    width: auto;
  }
  .top-menu.top-menu-desktop > li .sublist > li {
    position: unset;
    max-width: 388px;
    background-color: #e4e4e4;
  }
  .top-menu.top-menu-desktop > li .sublist > li:hover {
    background-color: #e4e4e4;
    color: #000;
  }
  .top-menu.top-menu-desktop > li .sublist > li a {
    text-transform: unset;
    font-weight: 600;
    font-size: clamp(17px, 1vw, 19.2px);
    padding: 20px;
  }
  .top-menu.top-menu-desktop > li #categories-sub-menu {
    padding: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    max-width: unset;
    background-color: #eee;
    overflow: auto;
  }
  .top-menu.top-menu-desktop > li #categories-sub-menu > .has-sub-category {
    cursor: pointer;
  }
  .top-menu.top-menu-desktop > li #categories-sub-menu > .has-sub-category > a {
    padding-right: 40px;
    position: relative;
  }
  .top-menu.top-menu-desktop > li #categories-sub-menu > .has-sub-category > a:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 15px;
    background-image: url(../../images/Project/Header/menu-arrow.svg);
  }
  .top-menu.top-menu-desktop > li #categories-sub-menu.zero-level li .mega-menu-sublist-wrapper {
    opacity: 0;
    pointer-events: none;
  }
  .top-menu.top-menu-desktop > li #categories-sub-menu.zero-level li.hover {
    background-color: #000;
  }
  .top-menu.top-menu-desktop > li #categories-sub-menu.zero-level li.hover .mega-menu-sublist-wrapper {
    opacity: 1;
    pointer-events: all;
  }
  .top-menu.top-menu-desktop > li #categories-sub-menu.zero-level > li > a:hover {
    background-color: #000;
    color: #fff;
  }
  .top-menu.top-menu-desktop > li #categories-sub-menu.zero-level > li > a:hover::after {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .mega-menu-sublist-wrapper {
    position: absolute;
    top: 0;
    left: 388px;
    background-color: #eee;
    width: 73%;
    height: 100%;
  }
  .mega-menu-sublist-container {
    height: 100%;
    padding: 24px 14px;
    max-height: 520px;
    overflow: auto;
  }
  .mega-menu-sublist-container .mega-menu-sublist-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(clamp(200px, 18vw, 300px), 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(clamp(200px, 18vw, 300px), 1fr));
    gap: 30px;
  }
  .mega-menu-sublist-container .mega-menu-sublist-grid li {
    border: 0 !important;
    border-right: 1px solid #e4e4e4 !important;
  }
  .mega-menu-sublist-container .mega-menu-sublist-grid li .sublist-final-level li {
    border: 0 !important;
    margin-bottom: 30px;
  }
  .mega-menu-sublist-container .mega-menu-sublist-grid li .sublist-final-level li:hover a {
    color: #000;
    opacity: 0.9;
  }
  .mega-menu-sublist-container .mega-menu-sublist-grid li .sublist-final-level li a {
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
  }
  .mega-menu-sublist-container .mega-menu-sublist-grid li .sublist-final-level .sublist-box li {
    margin-bottom: 0;
  }
  .mega-menu-sublist-container .mega-menu-sublist-grid li .sublist-final-level .sublist-box li:hover a {
    color: #000;
  }
  .mega-menu-sublist-container .mega-menu-sublist-grid li .sublist-final-level .sublist-box a {
    font-weight: 500;
    font-size: 14.2px;
    padding: 10px;
    color: #686868;
    font-weight: 500;
  }
  /*** HEADER GENERAL STYLES ***/
  .mobile-header-links {
    display: none;
  }
  .account-close-btn {
    display: none;
  }
  /*** END HEADER GENERAL STYLES ***/
  /*** HEADER UPPER STYLES ***/
  .header-upper {
    display: block;
    background-color: var(--clr-header-secondary);
    padding: clamp(10px, 1vw, 14px) 0 clamp(8px, 1vw, 11.34px);
  }
  .header-upper-right {
    -ms-flex-preferred-size: 34.21%;
    flex-basis: 34.21%;
  }
  .header-links-desktop,
  .header-selectors-wrapper {
    display: block;
  }
  /*** HEADER LINKS STYLES ***/
  .header-links-list {
    position: relative;
  }
  .header-links-list .account-list {
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    width: 180px;
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
    z-index: 999;
    display: none;
  }
  .header-links-list .account-list.open {
    display: block;
  }
  .header-links-list .account-list li {
    background-color: #eeeeee;
    margin: 0;
    text-align: center;
    padding: 15px;
  }
  .header-links-list .account-list li:nth-child(2) {
    border-bottom: 1px solid;
  }
  .header-links-list .account-list li a {
    color: #2b1f1d;
    font-size: clamp(0.75rem, 1vw, 1rem);
    line-height: clamp(1.0625rem, 1.4vw, 1.3125rem);
    font-weight: 400;
    font-family: var(--ff-arial);
    font-size: 14px;
  }
  .header-links-list .account-list li a:hover {
    color: var(--clr-primary);
  }
  .header-links-list .ico-cart {
    background-image: url(/Themes/RDC/Content/images/Project/Header/header-cart-icon.svg);
    margin: 0 auto;
    height: 100%;
    width: 65%;
  }
  .header-links-list .ico-wishlist {
    background-image: url(/Themes/RDC/Content/images/Project/Header/header-wishlist-icon.svg);
    margin: 0 auto;
    height: 100%;
    width: 60%;
  }
  .header-links-list .account-toggle {
    background-image: url(/Themes/RDC/Content/images/Project/Header/header-account-icon.svg);
    margin: 0 auto;
    height: 100%;
    width: 60%;
  }
  /*** END HEADER LINKS STYLES ***/
  /*** HEADER LANGUAGE SELECTOR STYLES ***/
  .language-selector .language-list li {
    margin: 0 15px 0 0;
    position: relative;
  }
  .language-selector .language-list li a {
    text-transform: uppercase;
    font-size: clamp(0.64rem, 1vw, 0.8rem);
    line-height: clamp(0.8125rem, 1vw, 0.9375rem);
    color: var(--clr-primary);
    font-weight: 700;
  }
  .language-selector .language-list li a.selected {
    color: var(--clr-third);
  }
  .language-selector .language-list li:first-child::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: clamp(8px, 1vw, 10px);
    background-color: var(--clr-third);
    right: -10px;
    top: 50%;
    -webkit-transform: translate(-50%, -33%);
    transform: translate(-50%, -33%);
  }
  .language-selector .language-list li:last-child {
    margin: 0;
  }
  /*** END HEADER LANGUAGE SELECTOR STYLES ***/
  /*** SEARCH BOX STYLES ***/
  .search-box-mobile {
    display: none;
  }
  .search-box {
    margin: 0 26px 0 0;
  }
  .search-box-inner {
    position: relative;
  }
  .search-box-inner .search-icon-wrapper .search-icon-inner {
    background-color: #2b1f1d;
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    background-image: url(/Themes/RDC/Content/images/Project/Header/header-search-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    z-index: 2;
  }
  .search-box-inner .search-box-text {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    border: 0px solid #ddd;
    height: 30px;
    padding: 0 30px 0 20px;
    border-radius: 19px;
    width: clamp(270px, 18vw, 340px);
    -webkit-box-shadow: inset 0 0 5px gray;
            box-shadow: inset 0 0 5px gray;
  }
  .search-box-inner .search-box-text::-webkit-input-placeholder {
    color: #acacac;
    font-family: var(--ff-arial);
    font-size: 13px;
    font-style: italic;
  }
  .search-box-inner .search-box-text:-ms-input-placeholder {
    color: #acacac;
    font-family: var(--ff-arial);
    font-size: 13px;
    font-style: italic;
  }
  .search-box-inner .search-box-text::-ms-input-placeholder {
    color: #acacac;
    font-family: var(--ff-arial);
    font-size: 13px;
    font-style: italic;
  }
  .search-box-inner .search-box-text::placeholder {
    color: #acacac;
    font-family: var(--ff-arial);
    font-size: 13px;
    font-style: italic;
  }
  .search-box-inner .search-box-text.open {
    color: var(--clr-dark-gray);
    max-width: clamp(220px, 35vw, 700px);
    font-size: clamp(0.8125rem, 1vw, 0.9375rem);
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid var(--clr-third);
    z-index: 9999;
    width: 180px;
  }
  .search-box-inner .search-box-text.open::-webkit-input-placeholder {
    font-family: "Calibri";
    font-size: clamp(0.8125rem, 1vw, 0.9375rem);
    color: black;
  }
  .search-box-inner .search-box-text.open:-ms-input-placeholder {
    font-family: "Calibri";
    font-size: clamp(0.8125rem, 1vw, 0.9375rem);
    color: black;
  }
  .search-box-inner .search-box-text.open::-ms-input-placeholder {
    font-family: "Calibri";
    font-size: clamp(0.8125rem, 1vw, 0.9375rem);
    color: black;
  }
  .search-box-inner .search-box-text.open::placeholder {
    font-family: "Calibri";
    font-size: clamp(0.8125rem, 1vw, 0.9375rem);
    color: black;
  }
  .search-box-inner .search-box-toggle {
    z-index: 1;
    background-color: black;
    height: 30px;
    width: 30px;
    border-radius: 100%;
  }
  .search-box-toggle,
  .search-box-button {
    width: clamp(14px, 1.2vw, 18.26px);
    height: clamp(17.63px, 1.5vw, 21.63px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(/Themes/RDC/Content/images/Project/Header/header-search-icon.svg);
    cursor: pointer;
    font-size: 0;
    border: 0;
    background-color: transparent;
  }
  .search-box-button-mobile {
    display: none;
  }
  /*** HEADER CONTACT STYLES ***/
  .header-contact-wrapper {
    margin: 0 clamp(15px, 3vw, 42px) 0 0;
  }
  .header-contact .header-contact-list li {
    margin: 0;
    position: relative;
  }
  .header-contact .header-contact-list li:first-child {
    margin: 0 clamp(20px, 2vw, 30px) 0 0;
  }
  .header-contact .header-contact-list li:first-child::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: clamp(8px, 1vw, 10px);
    background-color: var(--clr-third);
    right: clamp(-15px, -1vw, -10px);
    top: 50%;
    -webkit-transform: translate(-50%, calc(-50%+2px));
    transform: translate(-50%, calc(-50%+2px));
  }
  .header-contact .header-contact-list li a {
    color: var(--clr-third);
    font-size: clamp(0.64rem, 1vw, 0.8rem);
    line-height: clamp(0.8125rem, 1vw, 0.9375rem);
    font-weight: 700;
  }
  /*** END HEADER CONTACT STYLES ***/
  /*** END HEADER UPPER STYLES ***/
  /*** HEADER NAVIGATION STYLES ***/
  .top-menu-desktop > li {
    position: relative;
    margin: 0 5px;
  }
  .top-menu-desktop > li > a,
  .top-menu-desktop > li span {
    display: block;
    text-align: center;
    color: var(--clr-menu-primary);
    font-family: var(--ff-arial);
    font-weight: normal;
    font-size: clamp(0.875rem, 1vw, 1rem);
    line-height: clamp(0.9375rem, 1.4vw, 1.1875rem);
    text-transform: uppercase;
    padding: 8px clamp(10px, 1vw, 13px);
  }
  .top-menu-desktop > li > a:hover, .top-menu-desktop > li > a.active,
  .top-menu-desktop > li span:hover,
  .top-menu-desktop > li span.active {
    color: var(--clr-dark-gray);
  }
  .top-menu-desktop > li:last-child {
    border: 0;
  }
  .top-menu-desktop > li #categories-sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
  }
  .top-menu-desktop > li .sublist {
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #eeeeee;
    padding: 5px 0 0;
    -webkit-transition: all 0.4s ease-in-out 0.3s;
    transition: all 0.4s ease-in-out 0.3s;
    opacity: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 150px;
    z-index: -1;
  }
  .top-menu-desktop > li .sublist li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .top-menu-desktop > li .sublist li:last-child {
    margin: 0;
  }
  .top-menu-desktop > li .sublist li a {
    display: block;
    color: #000;
    font-weight: 400;
    font-size: clamp(0.7025rem, 1vw, 0.88875rem);
    line-height: clamp(0.75rem, 1vw, 0.9375rem);
    letter-spacing: 1.12px;
    text-transform: capitalize;
    padding: 10px;
    height: 100%;
  }
  .top-menu-desktop > li .sublist li:hover > a, .top-menu-desktop > li .sublist li.active > a, .top-menu-desktop > li .sublist li.hover > a {
    color: #fff;
  }
  .top-menu-desktop > li.hover .sublist.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 999;
  }
  html[lang="el"] .top-menu-desktop > li > a,
  html[lang="el"] .top-menu-desktop > li span {
    text-transform: none;
  }
  .mobile-nav-wrapper {
    display: none;
  }
  /*** END HEADER NAVIGATION STYLES ***/
}

/********************************************
*********************************************
*********************************************
*********************************************
***************** MEDIA *********************
*********************************************
*********************************************
*********************************************
*********************************************/
@media (max-width: 1024px) {
  .header-upper-bar .header-upper-bar-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
  .header-upper-bar .column-2 {
    display: none;
  }
  .header-upper-bar .column-3 {
    display: none;
  }
  /*** MOBILE NAVIGATION ***/
  .block-category-navigation {
    display: none;
  }
  /*** HEADER UPPER STYLES ***/
  .header-upper-left {
    display: none;
  }
  .header-lower {
    padding: 10px 0 10px;
  }
  .header-lower .header-lower-container {
    height: 100%;
  }
  .header-lower .header-lower-grid {
    height: 100%;
  }
  .mobile-header-links {
    margin: 0 0 0 clamp(4px, 1vw, 20px);
  }
  .header-selectors-wrapper {
    margin: 0 clamp(15px, 1.4vw, 22px) 0 0;
  }
  .header-links-list .ico-cart {
    width: 100%;
    height: 100%;
    background-size: auto;
  }
  .header-links-list .ico-wishlist {
    width: 100%;
    height: 100%;
    background-size: auto;
  }
  .header-links-list .account-toggle {
    width: 60%;
    height: 100%;
    background-size: auto;
    margin: 0 auto;
  }
  .header-links-list .account-list {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    width: 100%;
    background-color: var(--clr-white);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
    transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
    z-index: -2;
  }
  .header-links-list .account-list.open {
    opacity: 1;
    z-index: 9999999999;
  }
  .header-links-list .account-list li {
    margin: clamp(15px, 2.5vw, 30px) 0;
    color: var(--clr-dark-gray);
    font-size: clamp(1.26562rem, 3.5vw, 3.05187rem);
    line-height: clamp(1.375rem, 3.5vw, 4.25rem);
  }
  .header-links-list .account-list li.account-close-btn {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/Themes/RDC/Content/images/Project/General/black-close-icon.svg);
  }
  .header-logo {
    margin: 0;
  }
  .header-lower-left {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    min-width: 130px;
    margin-right: 7px;
  }
  .header-lower-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .search-box-mobile-toggle {
    display: block;
  }
  /*** SEARCH BOX STYLES ***/
  /*** UI AUTOCOMPLETE SEARCH ***/
  .search-box .ui-autocomplete-loading {
    background: #fff url("../images/ajax-loader-small.gif") right center no-repeat;
  }
  .ui-helper-hidden-accessible {
    display: none !important;
  }
  .ui-autocomplete {
    width: 285px !important;
    border: 1px solid #ddd;
    border-top: none;
    overflow: hidden;
    background-color: #fff;
    text-align: left;
    /*override jQuery UI styles, do not delete doubled properties*/
    border-radius: 0;
    padding: 0;
    font: normal 14px Arial, Helvetica, sans-serif;
  }
  .ui-autocomplete li {
    border-top: 1px solid #ddd;
  }
  .ui-autocomplete li:first-child {
    border-top: none;
  }
  .ui-autocomplete a {
    display: block;
    padding: 15px;
    font-size: 14px;
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: none !important;
    padding: 15px !important;
    line-height: normal !important;
    color: #777 !important;
  }
  .ui-autocomplete a:hover,
  .ui-autocomplete a.ui-state-focus {
    background-color: #f6f6f6 !important;
  }
  .ui-autocomplete img {
    min-width: 20px;
    margin: 0 10px 0 0;
    vertical-align: middle;
  }
  /*** END UI AUTOCOMPLETE SEARCH ***/
  .search-box-toggle {
    display: none;
  }
  .search-box-mobile-toggle {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(/Themes/RDC/Content/images/Project/Header/header-search-icon.svg);
    cursor: pointer;
    font-size: 0;
    border: 0;
    background-color: black;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-right: 5px;
  }
  .search-box-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--clr-white);
    -webkit-transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
    transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s;
    opacity: 0;
    z-index: -9999999999;
  }
  .search-box-wrapper.open {
    z-index: 9999999999;
    opacity: 1;
  }
  .search-box-wrapper .search-box {
    height: 100%;
  }
  .search-box-wrapper form {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .search-box-wrapper form .search-box-inner {
    position: relative;
    width: 100%;
    max-width: 240px;
  }
  .search-box-wrapper form .search-box-inner .search-icon-mobile {
    display: block;
    background-image: url(/Themes/RDC/Content/images/Project/Header/header-search-icon.svg);
    background-color: black;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    border-radius: 100%;
    width: 30px;
  }
  .search-box-wrapper form .search-box-inner .search-box-button {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999999;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(/Themes/RDC/Content/images/Project/Header/header-search-icon.svg);
    cursor: pointer;
    font-size: 0;
    border: 0;
    background-color: #000;
    border-radius: 100%;
  }
  .search-box-wrapper form .search-box-inner .search-box-button-mobile {
    background-color: #2b1f1d;
  }
  .search-box-wrapper form .search-box-inner .search-box-text {
    width: 100%;
    max-width: 240px;
    z-index: 1;
    border: 0;
    border-bottom: 1px solid var(--clr-light-gray);
    height: 27px;
    background-color: var(--clr-white);
    font-size: clamp(0.8125rem, 1vw, 0.9375rem);
    z-index: 9999;
  }
  .search-box-wrapper form .search-box-inner .search-box-text::-webkit-input-placeholder {
    font-family: var(--ff-arial);
    font-size: clamp(0.8125rem, 1vw, 0.9375rem);
    color: var(--clr-dark-gray);
  }
  .search-box-wrapper form .search-box-inner .search-box-text:-ms-input-placeholder {
    font-family: var(--ff-arial);
    font-size: clamp(0.8125rem, 1vw, 0.9375rem);
    color: var(--clr-dark-gray);
  }
  .search-box-wrapper form .search-box-inner .search-box-text::-ms-input-placeholder {
    font-family: var(--ff-arial);
    font-size: clamp(0.8125rem, 1vw, 0.9375rem);
    color: var(--clr-dark-gray);
  }
  .search-box-wrapper form .search-box-inner .search-box-text::placeholder {
    font-family: var(--ff-arial);
    font-size: clamp(0.8125rem, 1vw, 0.9375rem);
    color: var(--clr-dark-gray);
  }
  .search-box-wrapper .search-box-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9999999;
  }
  .search-box-wrapper .search-box-close span {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/Themes/RDC/Content/images/Project/General/black-close-icon.svg);
  }
  /*** END SEARCH BOX STYLES ***/
  .header-upper-left {
    display: none;
  }
  /*** END HEADER UPPER STYLES ***/
  /*** HEADER LOWER STYLES ***/
  /*** END HEADER LOWER STYLES ***/
  .top-menu-desktop {
    display: none;
  }
}

@media (max-width: 768px) {
  /*** HEADER UPPER STYLES ***/
  /*** END HEADER UPPER STYLES ***/
}

@media (max-width: 520px) {
  .header-upper-bar .header-upper-bar-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-upper-bar .column-1 {
    display: none;
  }
  /*** HEADER UPPER STYLES ***/
  /*** END HEADER UPPER STYLES ***/
}

@media (max-width: 380px) {
  .flyout-cart {
    width: 320px;
    right: -320px;
  }
}
/*# sourceMappingURL=header.css.map */