/*! built on: 11/25/2021, 3:49:54 PM */

.du-container {
  max-width: 1266px;
  margin: 0 auto;
}

.du-btn,
.du-s-wrap .du-s-box .sbtn {
  font-family: "Nunito", sans-serif;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  border-radius: 6px;
  padding: 11px 19px;
  font-size: 16px;
  min-width: 176px;
}

.du-btn.du-primary,
.du-s-wrap .du-s-box .du-primary.sbtn {
  background: linear-gradient(9.52deg, #753bbd 0%, #c724b1 100%);
  color: #fff;
}

.du-btn.du-primary:hover,
.du-s-wrap .du-s-box .du-primary.sbtn:hover {
  background: linear-gradient(19.52deg, #c724b1 0%, #753bbd 50%);
}

.du-btn.du-logout,
.du-s-wrap .du-s-box .du-logout.sbtn {
  border: 1px solid #ccc;
  color: #c724b1;
  padding: 10px 19px;
}

.du-btn.du-logout:hover,
.du-s-wrap .du-s-box .du-logout.sbtn:hover {
  border-color: #c724b1;
}

.du-btn.no-min,
.du-s-wrap .du-s-box .no-min.sbtn {
  min-width: inherit;
}

.du-search {
  background: linear-gradient(
    135.4deg,
    #00a9ce 0%,
    #753bbd 69.48%,
    #c724b1 100%
  );
  height: calc(100vh - 30px);
  overflow-y: scroll;
  padding: 0 10px;
  position: fixed;
  display: none;
  width: 100%;
  z-index: 506;
  scroll-behavior: smooth;
  top: 30px;
  left: 0;
  box-sizing: border-box;
}

.du-search.opened {
  display: block;
}

.du-close-wrap {
  margin-bottom: 70px;
  margin-top: 60px;
}

.du-close-wrap:before,
.du-close-wrap:after {
  content: " ";
  display: table;
}

.du-close-wrap:after {
  clear: both;
}

.du-close-wrap .du-search-close {
  cursor: pointer;
  float: right;
}

.du-s-wrap {
  margin-bottom: 64px;
}

.du-s-wrap .main-title-mobile {
  font-family: "Nunito", sans-serif;
  margin-bottom: 20px;
  font-size: 17px;
  color: white;
  display: none;
}

.du-s-wrap .du-s-box {
  position: relative;
}

.du-s-wrap .du-s-box .sinput {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid transparent;
  color: #fff;
  border-radius: 6px;
  font-size: 2.25em;
  box-shadow: none;
  height: 72px;
  box-sizing: border-box;
  width: 100%;
  padding-left: 35px;
  padding-right: 257px;
}

.du-s-wrap .du-s-box .sinput::-ms-clear {
  display: none;
}

.du-s-wrap .du-s-box .sinput::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.du-s-wrap .du-s-box .sinput::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.du-s-wrap .du-s-box .sinput:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.du-s-wrap .du-s-box .sinput:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.du-s-wrap .du-s-box .sinput:focus {
  border-color: #fff;
}

.du-s-wrap .du-s-box .scloseicon {
  transform: translateY(-50%);
  position: absolute;
  width: 40px;
  top: 50%;
  display: none;
  right: 191px;
}

.du-s-wrap .du-s-box .scloseicon .img {
  display: block;
}

.du-s-wrap .du-s-box .sbtn {
  position: absolute;
  min-width: inherit;
  max-width: 160px;
  height: 56px;
  width: 100%;
  top: 8px;
  background: #fff;
  font-size: 20px;
  color: #333;
  right: 8px;
}

.du-s-wrap .du-s-box .sbtn.disabled {
  cursor: not-allowed;
  pointer-events: auto;
  background: #ccc;
  color: #777;
  border: none;
}

.popular-search {
  display: flex;
}

.popular-search .promo-menu {
  max-width: 23%;
  padding: 0px;
  width: 100%;
  margin-left: 9%;
}

.popular-search .promo-menu:first-child {
  margin-left: 0;
}

.popular-search .promo-menu .title {
  font-family: "Nunito", sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  margin: 30px 0 40px 0;
}

.popular-search .promo-menu ul,
.popular-search .promo-menu ol {
  padding-left: 0px;
}

.popular-search .promo-menu ul li,
.popular-search .promo-menu ol li {
  margin-bottom: 15px;
}

.popular-search .promo-menu ul li:last-child,
.popular-search .promo-menu ol li:last-child {
  margin-bottom: 0px;
}

.popular-search .promo-menu ul .link,
.popular-search .promo-menu ol .link {
  color: #fff;
  position: relative;
  font-size: 16px;
  line-height: 1.2;
  display: block;
  padding-right: 40px;
}

.popular-search .promo-menu ul .link:after,
.popular-search .promo-menu ol .link:after {
  background: url("../images/global-nav/menu-arrow-white.svg");
  background-repeat: no-repeat;
  transition: all ease 0.3s;
  position: absolute;
  content: "";
  height: 10px;
  width: 6px;
  top: 4px;
  right: 5px;
}

.popular-search .promo-menu ul .link:hover,
.popular-search .promo-menu ol .link:hover {
  text-decoration: underline;
}

.popular-search .promo-menu ul .link:hover:after,
.popular-search .promo-menu ol .link:hover:after {
  right: 0px;
}

.popular-search .linkLast {
  margin-top: 15px;
  display: inline-block;
  font-family: "Nunito", sans-serif;
  color: #fff;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.popular-search .linkLast:after {
  background: #fff;
  border-radius: 3px;
  position: absolute;
  bottom: -3px;
  content: "";
  height: 2px;
  width: 100%;
  left: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.popular-search .linkLast:hover:after {
  background: transparent;
}

.suggbox {
  margin-top: 72px;
}

.suggbox .title {
  font-family: "Nunito", sans-serif;
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
  line-height: 1.3;
}

.sugg-result {
  align-items: flex-start;
  padding-bottom: 30px;
  margin-right: -1%;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-top: 5px;
  display: flex;
  height: 100%;
}

.sugg-result .sbox {
  width: 23%;
  margin: 1%;
}

.sugg-result .sbox .thumb .img-holder {
  border: 3px solid #fff;
  border-radius: 12px;
  overflow: hidden;
}

.sugg-result .sbox .thumb .img-holder img {
  width: 100%;
}

.sugg-result .sbox .thumb .titlename {
  font-family: "Nunito", sans-serif;
  color: #fff;
  margin-top: 13px;
  font-size: 16px;
}

body.search-active .du-ntheme .du-new-nav .du-newnav-top-bar {
  background: #333;
}

body.search-active
  .du-ntheme
  .du-new-nav
  .du-newnav-top-bar
  .du-segment-links
  a.active {
  background-color: #1b1b1b;
}

@media (max-width: 1024px) {
  body.search-active,
  body.nav-active {
    overflow: hidden;
    position: fixed;
  }
  .du-close-wrap {
    margin-top: 18px;
    margin-bottom: 15px;
  }
  .du-close-wrap .du-search-close {
    width: 16px;
  }
  .du-close-wrap .du-search-close svg {
    width: 100%;
  }
  .du-search {
    background: linear-gradient(
      135.4deg,
      #c724b1 0%,
      #753bbd 30.52%,
      #00a9ce 100%
    );
    padding: 0 16px;
    height: 100%;
    top: 0px;
  }
  .popular-search {
    flex-direction: column;
    padding-left: 15px;
  }
  .popular-search .promo-menu {
    max-width: 100%;
    margin-left: 0%;
  }
  .popular-search .promo-menu .title {
    font-size: 15px;
    margin: 30px 0 20px 0;
  }
  .popular-search .promo-menu ul,
  .popular-search .promo-menu ol {
    padding-left: 15px;
  }
  .popular-search .linkLast {
    margin-top: 0px;
    margin-left: 15px;
  }
  .du-s-wrap {
    margin-bottom: 15px;
  }
  .du-s-wrap .main-title-mobile {
    display: block;
  }
  .du-s-wrap .du-s-box .sinput {
    font-size: 20px;
    height: 52px;
    padding-left: 15px;
    padding-right: 47px;
  }
  .du-s-wrap .du-s-box .scloseicon {
    width: 25px;
    right: 11px;
  }
  .du-s-wrap .du-s-box .sbtn {
    display: none;
  }
  .suggbox {
    margin-left: -16px;
    margin-right: -16px;
  }
  .suggbox .title {
    font-size: 15px;
    padding-left: 30px;
  }
  .sugg-result {
    overflow: auto;
    flex-wrap: nowrap;
    margin-right: 0;
    margin-left: 0;
  }
  .sugg-result .sbox {
    min-width: 166px;
    margin: 0;
    padding-left: 16px;
  }
}

.hc-switch {
  position: relative;
  display: block;
  vertical-align: top;
  width: 50px;
  height: 4px;
  padding: 3px;
  margin: 0;
  border-radius: 18px;
  cursor: pointer;
  box-sizing: content-box !important;
  background: #c724b1;
}

.hc-switch-input {
  box-sizing: content-box;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
}

.hc-switch-label {
  border-radius: inherit;
  position: relative;
  background: #fff;
  font-size: 16px;
  height: inherit;
  display: block;
}

.hc-switch-label:before,
.hc-switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  color: #333;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  box-sizing: content-box;
}

@media (max-width: 1024px) {
  .hc-switch-label:before,
  .hc-switch-label:after {
    opacity: 0;
  }
}

.hc-switch-label:before {
  content: attr(data-off);
  width: 100%;
  left: 66px;
}

.hc-switch-label:after {
  content: attr(data-on);
  opacity: 0;
  left: 66px;
}

.hc-switch-handle {
  position: absolute;
  top: -8px;
  left: -1px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.hc-switch-input:checked ~ .hc-switch-label {
  background: #c724b1;
}

.hc-switch-input:checked ~ .hc-switch-label:before {
  opacity: 0;
}

.hc-switch-input:checked ~ .hc-switch-label:after {
  opacity: 1;
}

@media (max-width: 1024px) {
  .hc-switch-input:checked ~ .hc-switch-label:after {
    opacity: 0;
  }
}

.hc-switch-input:checked ~ .hc-switch-handle {
  left: 33px;
}

.hc-switch-label,
.hc-switch-handle {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.du-access {
  box-shadow: 0px 30px 20px -26px rgba(0, 0, 0, 0.45);
  height: calc(100vh);
  background: #fff;
  max-height: 548px;
  position: fixed;
  width: 100%;
  z-index: 502;
  top: 30px;
  display: none;
  left: 0;
}

.du-access.opened {
  display: block;
}

.acc-wraper {
  display: flex;
  max-width: 860px;
  margin: 60px auto 60px;
  align-items: stretch;
  height: 100%;
}

.acc-text-box {
  width: 50%;
  color: #333;
  position: relative;
  border-right: 1px solid #ddd;
  padding: 90px 100px 90px 0;
}

.acc-text-box .accessibility-close {
  position: absolute;
  top: 4px;
  display: none;
  right: 0;
}

.acc-text-box .title {
  font-family: "Nunito", sans-serif;
  color: #333;
  margin-bottom: 22px;
  margin-top: 33px;
  font-size: 25px;
}

.acc-text-box p {
  color: #333;
  line-height: 1.5;
}

.acc-tool-box {
  width: 50%;
  padding: 90px 0px 90px 100px;
}

.acc-tool {
  padding-left: 0;
}

.acc-tool li {
  display: flex;
}

.acc-tool li .left {
  width: 50%;
  align-items: center;
  display: flex;
  min-height: 70px;
}

.acc-tool li .left .title {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
}

.acc-tool li .right {
  width: 50%;
  align-items: center;
  display: flex;
}

@media (max-width: 1024px) {
  .acc-tool li.resp-item {
    flex-direction: column;
  }
}

.acc-tool li.resp-item .left,
.acc-tool li.resp-item .right {
  width: 100%;
  justify-content: flex-start;
}

.acc-tool .read-speaker-description {
  display: none !important;
}

.acc-tool .rsbtn {
  margin: 0;
}

@media (max-width: 1024px) {
  .acc-tool .rsbtn {
    margin-bottom: 10px;
  }
}

.du-resize-text {
  font-family: "Nunito", sans-serif;
  border: 2px solid #c724b1;
  justify-content: center;
  border-radius: 400px;
  align-items: center;
  color: #333;
  font-size: 20px;
  display: flex;
  height: 40px;
  width: 40px;
}

.du-resize-text.small {
  width: 32px;
  height: 32px;
  font-size: 14px;
  margin-right: 16px;
}

.du-resize-text.active {
  color: #fff;
  background-color: #c724b1;
}

@media (max-width: 1024px) {
  .du-access {
    box-shadow: inset 0px 0px 0 0px #333, 0px -4px 4px 0 rgba(0, 0, 0, 0.2);
    max-height: inherit;
    height: auto;
    bottom: 48px;
    top: auto;
  }
  .acc-wraper {
    margin: 0 auto;
    display: block;
    padding: 30px 30px 15px 30px;
  }
  .acc-text-box {
    width: 100%;
    padding: 0;
    border-right: none;
  }
  .acc-text-box .accessibility-close {
    display: block;
  }
  .acc-text-box .title {
    margin-top: 0;
    font-size: 17px;
  }
  .acc-text-box .img-holder {
    display: none;
  }
  .acc-text-box p {
    display: none;
  }
  .acc-tool-box {
    padding: 0;
    width: 100%;
  }
  .acc-tool {
    margin-bottom: 0px;
  }
  .acc-tool li {
    border-top: 1px solid #ddd;
  }
  .acc-tool li .right {
    justify-content: flex-end;
  }
  .acc-tool li .left {
    min-height: 58px;
  }
  .acc-tool li .left .title {
    font-size: 17px;
  }
}

body.accessibility-active .du-ntheme .du-new-nav .du-newnav-top-bar {
  background: #333;
}

body.accessibility-active
  .du-ntheme
  .du-new-nav
  .du-newnav-top-bar
  .du-segment-links
  a.active {
  background-color: #1b1b1b;
}

.du-my-account-profile {
  box-shadow: 0px 30px 20px -26px rgba(0, 0, 0, 0.45);
  height: calc(100%);
  background: #fff;
  max-height: 548px;
  position: fixed;
  width: 100%;
  z-index: 506;
  top: 110px;
  display: none;
  left: 0;
}

.minimal .du-my-account-profile {
  top: 80px;
}

.du-my-account-profile.opened {
  display: block;
}

.du-my-account-profile .ma-profilewrap {
  display: flex;
  max-width: 860px;
  margin: 60px auto 60px;
  align-items: stretch;
  height: 100%;
}

.du-my-account-profile .ma-profilewrap .main-title-mobile {
  font-family: "Nunito", sans-serif;
  margin-bottom: 20px;
  font-size: 17px;
  color: white;
  display: none;
}

.du-my-account-profile .ma-detail {
  position: relative;
  color: #333;
  width: 50%;
  border-right: 1px solid #ddd;
  padding: 70px 100px 70px 0;
}

.du-my-account-profile .ma-detail .title-name {
  font-family: "Nunito", sans-serif;
  color: #333;
  margin-bottom: 22px;
  margin-top: 33px;
  font-size: 25px;
}

.du-my-account-profile .ma-detail .desc {
  color: #333;
  line-height: 1.5;
}

.du-my-account-profile .ma-detail .wholeLink {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid #fff;
  border-radius: 15px;
  position: relative;
  display: none;
  padding: 15px 30px 15px 80px;
}

.du-my-account-profile .ma-detail .wholeLink:after {
  content: "";
  background: url("../images/global-nav/menu-arrow-white.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  height: 14px;
  width: 8px;
  background-size: 100%;
  right: 10px;
  transform: translateX(-50%);
}

.du-my-account-profile .ma-detail .wholeLink .imgageholder-m {
  position: absolute;
  top: 19px;
  left: 23px;
}

.du-my-account-profile .ma-detail .wholeLink .title-name-m {
  font-family: "Nunito", sans-serif;
  color: #fff;
  margin-bottom: 3px;
  margin-top: 6px;
  font-size: 17px;
}

.du-my-account-profile .ma-detail .wholeLink .desc-m {
  color: #fff;
  margin-bottom: 0px;
  line-height: 24px;
  margin-top: 0px;
  font-size: 17px;
}

.du-my-account-profile .ma-links {
  padding: 70px 0px 70px 100px;
  width: 50%;
  padding: 70px 0px 70px 100px;
}

.du-my-account-profile .ma-links .usfullinks {
  padding-left: 0;
}

.du-my-account-profile .ma-links .usfullinks li a {
  font-family: "Nunito", sans-serif;
  position: relative;
  color: #333;
  padding-left: 15px;
  font-size: 16px;
  display: block;
  padding: 10px 10px 10px 15px;
}

.du-my-account-profile .ma-links .usfullinks li a:hover {
  color: #c724b1;
}

.du-my-account-profile .ma-links .usfullinks li a:after {
  content: "";
  background: url("../images/global-nav/du-menu-arrow-magenta.svg");
  background-repeat: no-repeat;
  position: absolute;
  height: 10px;
  width: 6px;
  top: 16px;
  left: 0;
}

.du-profile-closebtn {
  display: none;
}

@media (max-width: 1024px) {
  .du-my-account-profile {
    background: linear-gradient(
      135.4deg,
      #c724b1 0%,
      #753bbd 30.52%,
      #00a9ce 100%
    );
    max-height: inherit;
    top: 0;
    overflow-y: scroll;
    padding-bottom: 86px;
  }
  .du-my-account-profile .ma-profilewrap {
    display: block;
    padding-left: 16px;
    padding-right: 16px;
  }
  .du-my-account-profile .ma-profilewrap .main-title-mobile {
    display: block;
  }
  .du-my-account-profile .ma-detail {
    width: 100%;
    padding: 0;
    border-right: none;
  }
  .du-my-account-profile .ma-detail .imgageholder,
  .du-my-account-profile .ma-detail .title-name,
  .du-my-account-profile .ma-detail .desc,
  .du-my-account-profile .ma-detail .du-btn,
  .du-my-account-profile .ma-detail .du-s-wrap .du-s-box .sbtn,
  .du-s-wrap .du-s-box .du-my-account-profile .ma-detail .sbtn {
    display: none;
  }
  .du-my-account-profile .ma-detail .wholeLink {
    display: block;
  }
  .du-my-account-profile .ma-links {
    width: 100%;
    padding: 0;
  }
  .du-my-account-profile .ma-links .usfullinks {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .du-my-account-profile .ma-links .usfullinks li a {
    color: #fff;
    padding: 10px 20px 10px 15px;
  }
  .du-my-account-profile .ma-links .usfullinks li a:after {
    background: url("../images/global-nav/menu-arrow-white.svg");
    left: auto;
    right: 8px;
  }
  .du-my-account-profile .ma-links .usfullinks li a:hover {
    color: #fff;
  }
  .du-my-account-profile .ma-links .du-logout {
    font-family: "Nunito", sans-serif;
    border-color: #fff;
    width: calc(100% - 32px);
    background: #fff;
    color: #333;
    position: fixed;
    bottom: 28px;
    max-width: 828px;
    left: 50%;
    transform: translateX(-50%);
  }
  .du-profile-closebtn {
    position: absolute;
    display: block;
    height: 16px;
    width: 16px;
    top: 18px;
    right: 21px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .du-my-account-profile .ma-links .du-logout {
    transform: translateX(0%);
    width: calc(100% - 0px);
    position: static;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .du-my-account-profile .ma-links .du-logout {
    transform: translateX(0%);
    width: calc(100% - 0px);
    position: static;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .du-my-account-profile .ma-links .du-logout {
    transform: translateX(0%);
    width: calc(100% - 0px);
    position: static;
  }
}

@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .du-my-account-profile .ma-links .du-logout {
    transform: translateX(0%);
    width: calc(100% - 0px);
    position: static;
  }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: landscape) {
  .du-my-account-profile .ma-links .du-logout {
    transform: translateX(0%);
    width: calc(100% - 0px);
    position: static;
  }
}

.header-wrap {
  font-family: "Nunito", sans-serif;
  line-height: 1.4;
}

.header-wrap * {
  box-sizing: border-box;
}

.header-wrap p {
  font-family: "Nunito", sans-serif;
  margin: 1rem 0;
  font-size: 16px;
}

.header-wrap ~ .cd-main-content {
  padding-top: 110px;
  transition: padding-top 0.25s ease-out;
}

@media screen and (max-width: 64.06125em) {
  .no-quick-links .header-wrap ~ .cd-main-content {
    padding-top: 56px;
  }
}

.header-wrap ~ .cd-main-content {
  padding-top: 50px;
  transition: padding-top 0.25s ease-out;
}

@media screen and (max-width: 64.06125em) {
  .header-wrap ~ .cd-main-content {
    padding-top: 110px;
  }
  .no-quick-links .header-wrap ~ .cd-main-content {
    padding-top: 56px;
  }
}

.header-wrap ~ #content.content {
  padding-top: 110px !important;
  transition: padding-top 0.25s ease-out;
}

@media screen and (max-width: 64.06125em) {
  .no-quick-links .header-wrap ~ #content.content {
    padding-top: 56px !important;
  }
}

.header-wrap.no-quick-links .du-new-nav,
.header-wrap .du-ntheme .du-newnav-main-bar,
.header-wrap .du-ntheme .du-newnav-util .du-new-quick-links,
.header-wrap .du-ntheme .du-new-nav .du-newnav-top-bar {
  transition: all 0.2s ease-out;
}

@media screen and (max-width: 64.06125em) {
  .header-wrap .du-ntheme .du-newnav-util .du-new-quick-links,
  .header-wrap .du-ntheme .du-newnav-main-bar {
    background: #fff;
    z-index: 1;
  }
}

.header-wrap .du-ntheme .du-main-nav.opened {
  z-index: 2;
}

@media screen and (max-width: 64.06125em) {
  .header-wrap.no-quick-links .du-ntheme .du-main-nav.opened .du-main-sec-menu {
    margin-top: 75px;
  }
}

.header-wrap.minimal .du-ntheme .du-new-nav .du-newnav-top-bar {
  height: 0px;
  overflow: hidden;
}

@media screen and (max-width: 64.06125em) {
  .header-wrap.minimal .du-newnav-main-bar {
    height: 0;
    overflow: hidden;
  }
  .header-wrap.minimal .du-new-quick-links {
    top: 0;
    z-index: 1;
  }
  .header-wrap.minimal.no-quick-links .du-new-nav {
    top: -60px;
  }
}

@media screen and (max-width: 64.06125em) {
  .no-quick-links .header-wrap .du-newnav-util .du-new-quick-links {
    display: none;
  }
}

.rd-info-ticker {
  display: none;
  height: 0;
  width: 100%;
  background: #00205b;
  color: #fff;
  text-align: left;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-out;
  overflow: hidden;
}

.rd-info-ticker.active {
  display: flex;
  height: 60px;
}

@media screen and (max-width: 64.06125em) {
  .rd-info-ticker.active {
    height: 85px;
  }
}

.rd-info-ticker.active ~ .header-wrap .du-ntheme .du-new-nav {
  top: 60px;
}

@media screen and (max-width: 64.06125em) {
  .rd-info-ticker.active ~ .header-wrap .du-ntheme .du-new-nav {
    top: 85px;
  }
}

@media screen and (min-width: 64.0625em) {
  .rd-info-ticker.active ~ .header-wrap .du-search,
  .rd-info-ticker.active ~ .header-wrap .du-access {
    top: 90px;
  }
}

.rd-info-ticker.is-sticky {
  position: fixed;
  top: 0;
  z-index: 500;
}

.rd-info-ticker__inner {
  max-width: 1266px;
  margin: auto;
  width: 100%;
  position: relative;
  padding: 10px 0;
}

@media screen and (max-width: 80em) {
  .rd-info-ticker__inner {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 64.06125em) {
  .rd-info-ticker__inner {
    padding: 12px 15px 8px;
    padding-right: 40px;
  }
}

.rd-info-ticker h2 {
  margin: 0;
  font: 16px/16px Nunito;
  font-weight: normal;
  display: inline-block;
  color: #fff;
}

@media screen and (max-width: 64.06125em) {
  .rd-info-ticker h2 {
    display: block;
    padding-bottom: 5px;
  }
}

.rd-info-ticker h2 img {
  vertical-align: inherit;
}

.rd-info-ticker p {
  margin: 0;
  color: #99a6bd;
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  line-height: 0;
  display: inline-block;
}

@media screen and (max-width: 64.06125em) {
  .rd-info-ticker p {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 22.5em) {
  .rd-info-ticker p {
    font-size: 14px;
  }
}

.rd-info-ticker p a {
  color: #fff;
  font-family: "Nunito", sans-serif;
  white-space: nowrap;
}

.rd-info-ticker p a:hover {
  text-decoration: underline;
}

.rd-info-ticker p a .link-arrow {
  font-size: 16px;
  display: inline-block;
  position: relative;
  bottom: -1px;
  padding: 0 5px;
  font-family: arial, sans-serif;
  line-height: 12px;
}

.rd-info-ticker p strong {
  font-family: "Nunito", sans-serif;
}

.rd-info-ticker .close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  opacity: 0.7;
  top: 11px;
}

@media screen and (min-width: 79.125em) {
  .rd-info-ticker .close {
    right: 0;
  }
}

@media screen and (max-width: 64.06125em) {
  .rd-info-ticker .close {
    right: 15px;
  }
}

.rd-info-ticker .close:hover {
  opacity: 1;
}

.rd-info-ticker .close img {
  vertical-align: inherit;
}

.rd-info-ticker .close .icon:before {
  color: #00a9ce;
  font-size: 0.5rem;
  font-family: du-icon-font;
  content: "m";
  font-style: normal;
  font-weight: bold;
}

@media screen and (max-width: 64.06125em) {
  .rd-info-ticker .close .icon:before {
    font-size: 0.875rem;
  }
}

.du-ntheme {
  font-size: 1em;
  font-weight: 800;
}

.du-ntheme .du-newnav-inner-wrap {
  max-width: 1232px;
  margin: 0 auto;
}

.du-ntheme .du-newnav-inner-wrap:before,
.du-ntheme .du-newnav-inner-wrap:after {
  content: " ";
  display: table;
}

.du-ntheme .du-newnav-inner-wrap:after {
  clear: both;
}

.du-ntheme .du-newnav-main-bar {
  position: relative;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;
  height: 70px;
  background-color: #fff;
  /*box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05)*/
  box-shadow: 0 2px 12px rgb(0 0 0 / 15%);
}

.du-ntheme .du-newnav-main-bar .logo {
  padding: 10px 0;
  float: left;
  padding-left: 8px;
  padding-right: 35px;
}

.du-ntheme .du-new-nav {
  z-index: 501;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.3s ease-out;
}

.du-ntheme .du-new-nav .du-main-nav {
  float: left;
}

.du-ntheme .du-new-nav .du-newnav-top-bar {
  overflow-y: hidden;
  position: relative;
  z-index: 10001;
  padding: 0 10px;
  border-bottom: transparent;
  background: #2d1240;
  height: 50px;
}

@media (max-width: 1024px) {
  .du-ntheme .du-new-nav .du-newnav-top-bar {
    display: none;
  }
}

.du-search-box {
  float: right;
}

.du-search-box .sicon {
  padding: 5px 5px 0;
  margin-right: 0px;
  /*display: block;*/
  height: 30px;
}

.du-search-box .sicon.active {
  background: linear-gradient(135.4deg, #6e43be 0%, #713ebe 220%);
}

.du-lang-switch {
  float: right;
  /* display: flex; */
  padding-left: 25px;
}

.du-lang-switch .du-lang {
  font-family: "Nunito", sans-serif;
  color: #fff;
  line-height: 27px;
  height: 30px;
  font-size: 15px;
}

@media (min-width: 1025px) {
  .du-lang-switch .du-lang {
    font-size: 16px;
  }
}

.du-lang-switch .active {
  color: #fff;
  line-height: 45px;
  font-size: 1em;
  height: 50px;
  font-family: "Nunito", sans-serif;
  margin-right: -10px;
  font-weight: 800;
  letter-spacing: NaNpx;
  opacity: 1;
  padding-left: 5px;
}

.du-lang-switch .du-wcag {
  color: #fff;
  line-height: 45px;
  font-size: 1em;
  height: 50px;
  font-family: "Nunito", sans-serif;
  /*margin-right: 5px;*/
  font-weight: 800;
  letter-spacing: NaNpx;
  opacity: 0.5;
  padding-left: 5px;
}

.du-lang-switch .du-wcag:active {
  background: #fff;
  color: #333;
}

@media (min-width: 1025px) {
  .du-lang-switch .du-wcag.active .small {
    color: #333;
  }
}

.du-lang-switch .du-wcag .small {
  font-size: 12px;
  color: #fff;
}

@media (min-width: 1025px) {
  .du-lang-switch .du-wcag .small {
    color: #fff;
  }
}

.du-segment-links {
  display: flex;
  float: left;
}

.du-segment-links a {
  font-family: "Nunito", sans-serif;
  padding: 0px 20px;
  color: #fff !important;
  line-height: 45px;
  transition: none;
  font-size: 1em;
  height: 50px;
  opacity: 1;
  font-weight: 800;
}

.du-segment-links a:after {
  width: calc(100% - 28px);
  border-radius: 5px;
  position: absolute;
  background: linear-gradient(9.52deg, #2d1240 0%, #2d1240 100%);
  bottom: 15px;
  content: "";
  height: 3px;
  left: 14px;
  opacity: 0;
}

.du-segment-links a.active {
  font-family: "Nunito", sans-serif;
  background-color: #ffffff;
  cursor: default;
  opacity: 1;
  color: #000 !important;
  font-weight: 800;
  border-bottom-style: groove;
  border-color: #fe3206;
  font-size: 1em;
  letter-spacing: 0;
}

.du-segment-links a.active:last-child {
  height: 48px;
}

.du-main-sec-menu {
  padding-top: 7px;
  margin: 0;
  padding-left: 0px;
}

.mlistborder {
  border-left: 1px solid #999494;
}

.du-main-sec-menu > .mlist {
  display: inline-block;
}

.du-main-sec-menu > .mlist > .menulink {
  font-family: "Nunito", sans-serif;
  color: #000000;
  /* padding: 22px 14px 24px; */
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 1em;
  line-height: 1;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0px;
  opacity: 1;
  padding-bottom: 35px;
  padding-top: 20px;
  padding-left: 30px;
  margin-bottom: -15px;
}

.du-main-sec-menu > .mlist > .menulink:after {
  width: calc(100% - 28px);
  border-radius: 5px;
  position: absolute;
  background: linear-gradient(9.52deg, #2d1240 0%, #2d1240 100%);
  bottom: 10px;
  content: "";
  height: 4px;
  left: 30px;
  opacity: 0;
}

.du-main-sec-menu > .mlist:hover .submenu-big {
  transform: scale(1);
  transition: 1.5s;
  z-index: 1;
  height: auto;
  min-height: 350px;
  /*overflow: visible;*/
  opacity: 1;
  display: block !important;
}

.du-main-sec-menu > .mlist > .menulink.active:before {
  width: calc(100% - 28px);
  border-radius: 5px;
  position: absolute;
  background: linear-gradient(9.52deg, #2d1240 0%, #2d1240 100%);
  bottom: 10px;
  content: "";
  height: 4px;
  left: 30px;
  opacity: 1;
}

.du-main-sec-menu > .mlist > .menulink:hover:after {
  opacity: 1;
}

.du-main-sec-menu > .mlist.hover > .menulink:after {
  opacity: 1;
}

.du-main-sec-menu > .mlist.hover .submenu-big {
  z-index: 1;
  height: auto;
  min-height: 350px;
  /*max-height: 65vh;*/
  /*height: auto;*/
  overflow: visible;
  opacity: 1;
}

/* Login submenu */
.submenu-big .menubox .title-login {
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  line-height: 1.3;
  color: #333;
}
.submenu-big .left-col-login {
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
  width: 100%;
}

.h1-login {
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  line-height: 1.3;
  color: #333;
}
.h5-login {
  font-family: "Nunito", sans-serif;
  font-size: 0.7rem;
  text-align: right;
}
.img-login {
  width: 230px;
  height: auto;
  margin-left: 6rem;
}

.submenu-big .du-newnav-inner-wrap-login {
  position: relative;
  display: flex;
  width: 100%;
  margin-top: 25px !important;
  height: 100%;
  /* height: 708px; */
}
.du-ntheme .du-newnav-inner-wrap-login {
  max-width: 1232px;
  margin: 0 auto;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
  margin-left: 9px;
}

.d-flex {
  display: flex !important;
}
.mt-0 {
  margin-top: 0rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mt-2 {
  margin-top: 1.5rem !important;
}
.mt-3 {
  margin-top: 2.2rem !important;
}
.mt-4 {
  margin-top: 3.5rem !important;
}
.mt-5 {
  margin-top: 2rem !important;
}
.mt-5-5 {
  margin-top: 5.5rem !important;
}
.mt-6 {
  margin-top: -1rem !important;
}
.mt-6-5 {
  margin-top: 6.5rem !important;
}

.mt-7 {
  margin-top: 7.5rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.ml-03 {
  margin-left: 0.3rem !important;
}
.ml-0 {
  margin-left: 0rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.ml-1-5 {
  margin-left: 0.5rem !important;
  flex: 0 0 95.666667%;
}
.ml-02 {
  margin-left: 2rem !important;
}
.ml-2 {
  margin-left: 2.5rem !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.ml-4 {
  margin-left: 1.3rem !important;
}
.ml-5 {
  margin-left: 5rem !important;
}
.ml-6 {
  margin-left: 4rem !important;
}
.ml-7 {
  margin-left: 7rem !important;
}
.ml-9 {
  margin-left: 9.3rem !important;
}
.ml-10 {
  margin-left: 10rem !important;
}
.ml-12 {
  margin-left: 9rem !important;
}
.mlnrc-1 {
  margin-left: 0rem !important;
}
.mlotp-1 {
  margin-left: -16.5rem !important;
}
.txtotp {
  height: 45px;
  width: 62px;
}
.lblotp {
  font: normal normal 600 12px Nunito;
  letter-spacing: 0.5px;
  color: #000000;
}

.fl {
  flex: 0 0 40.666667%;
  font: normal normal 600 15px/34px Nunito;
  letter-spacing: 0px;
  color: #777777;
}

.mh-1 {
  height: 115px;
}
.color-Gray {
  color: #777777;
}

.btn-outline-primary {
  color: #1266f1;
  border-color: #fff;
  background-color: #fff;
  border-width: 0.125rem;
  border-style: solid;
  box-shadow: none;
  padding: 0.5rem 1.375rem 0.375rem;
}

.btn-outline-primary-login {
  color: #fff;
  border-color: #1266f1;
  background-color: #1266f1;
  border-width: 0.125rem;
  border-style: solid;
  box-shadow: none;
  padding: 0.5rem 1.375rem 0.375rem;
}

.btn-lg {
  padding: 0.75rem 3.6875rem 0.6875rem;
  font-size: 1rem;
  font-family: "Nunito";
  line-height: 1.3;
  font-weight: bold;
}
.btn-wd {
  width: 333px;
}

@media (min-width: 1025px) {
  .submenu-big .menubox .title-login {
    font-size: 1.5em;
    font-weight: bolder;
    margin-bottom: 0;
    min-height: 42px;
  }
  .h1-login {
    font-size: 1.5em;
    font-weight: bolder;
    margin-bottom: 0;
    min-height: 42px;
  }
}

/* end loginsubmenu */

.du-newnav-util {
  padding-top: 7px;
  display: flex;
  float: right;
  font-weight: bold;
}

.du-newnav-util .shop {
  padding-top: 19px;
  padding-right: 30px;
  padding-left: 10px;
}

.du-newnav-util .shop .util-icon {
  position: relative;
  display: block;
}

.du-newnav-util .shop .util-icon .cart-stat {
  font-family: "Nunito", sans-serif;
  background: #c724b1;
  border: #fff solid 2px;
  border-radius: 100px;
  position: absolute;
  text-align: center;
  color: #fff;
  line-height: 16px;
  font-size: 12px;
  padding: 0 2px;
  right: -10px;
  height: 18px;
  width: auto;
  top: -7px;
  min-width: 18px;
}

.du-newnav-util .login {
  margin-right: -10px;
  padding: 15px 0;
  padding-left: 30px;
}

.du-newnav-util .login .du-btn,
.du-newnav-util .login .du-s-wrap .du-s-box .sbtn,
.du-s-wrap .du-s-box .du-newnav-util .login .sbtn {
  min-width: auto;
}

.du-newnav-util .login .primary-btn--primary-color {
  background: linear-gradient(45deg, #824bc7 6%, #d92cc1 53%);
  color: #c724b1;
  height: 44px;
  line-height: 1 !important;
  border: 0;
  position: relative;
  z-index: 1;
  padding: 14px 19px 8px;
}

.du-newnav-util .login .primary-btn--primary-color:before {
  content: "";
  background: #fff;
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  left: 2px;
  top: 2px;
  opacity: 1;
  position: absolute;
  transition: 0.25s;
  border-radius: 5px;
  z-index: -2;
}

.du-newnav-util .login .primary-btn--primary-color:hover {
  color: #fff;
}

.du-newnav-util .login .primary-btn--primary-color:hover:before {
  background: transparent;
}

.du-newnav-util .login .logged-in {
  background: transparent;
  color: #333;
  position: relative;
  padding-right: 46px;
  padding-left: 13px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.du-newnav-util .login .logged-in .name {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #333;
  border-radius: 50px;
  position: absolute;
  color: #fff;
  padding-top: 7px;
  height: 36px;
  width: 36px;
  top: 50%;
  right: 0;
}

.du-newnav-util .login .logged-in:after {
  content: "";
  width: calc(100% - 56px);
  border-radius: 5px;
  position: absolute;
  background: linear-gradient(9.52deg, #753bbd 0%, #c724b1 100%);
  bottom: 5px;
  height: 3px;
  left: 14px;
  opacity: 0;
}

.du-newnav-util .login .logged-in:hover:after {
  opacity: 1;
}

.du-newnav-util .login .logged-in.active:after {
  opacity: 1;
}

.du-new-quick-links {
  box-sizing: border-box;
}

.du-new-quick-links a {
  font-family: "Nunito", sans-serif;
  /* padding: 22px 14px 24px; */
  display: inline-block;
  color: #333;
  position: relative;
  overflow: hidden;
  font-size: 1em;
  line-height: 1;
  opacity: 1;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0px;
  opacity: 1;
  padding-bottom: 35px;
  padding-top: 20px;
  padding-left: 30px;
  margin-bottom: -15px;
}

.du-new-quick-links a:after {
  width: calc(100% - 28px);
  border-radius: 5px;
  position: absolute;
  background: linear-gradient(9.52deg, #2d1240 0%, #2d1240 100%);
  bottom: 10px;
  content: "";
  height: 4px;
  left: 30px;
  opacity: 0;
}

.du-new-quick-links a:hover:after {
  opacity: 1;
}

.submenu-big {
  /*box-shadow: 0px 30px 20px -26px rgba(0, 0, 0, 0.45);*/
  background: #f5f6f9;
  position: absolute;
  padding: 0 10px;
  width: 100%;
  left: 0;
  top: 70px;
  display: flex;
  overflow: hidden;
  max-height: 0;
  min-height: 0;
  opacity: 0.5;
  height: 0;
}

.submenu-big .menuimg {
  position: absolute;
  width: 38%;
  bottom: 0;
  right: 0;
}

.submenu-big .menuimg img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.submenu-big .left-col {
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
  width: 100%;
}

.submenu-big .du-banner-title {
  position: absolute;
  width: 38%;
  top: -40px;
  z-index: 1;
  max-width: 350px;
  right: 0;
}

.submenu-big .du-banner-title .banner-title {
  font-family: "Nunito", sans-serif;
  font-size: 2.25rem;
  margin-top: 60px;
  line-height: 1.3;
  margin-bottom: 30px;
  color: #333;
  padding-right: 14px;
}

.submenu-big .du-newnav-inner-wrap {
  position: relative;
  display: flex;
  margin-top: 40px !important;
  width: 100%;
  /* min-height: 508px */
}

.submenu-big .menubox {
  width: 35%;
  padding-right: 20px;
}

.submenu-big .menubox .title {
  font-size: 18px;
  font-family: "Nunito", sans-serif;
  line-height: 1.3;
  color: #333;
}

@media (min-width: 1025px) {
  .submenu-big .menubox .title {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0;
    min-height: 42px;
  }
}

.menuList {
  padding-left: 0;
}

.menuList li {
  margin-bottom: 24px;
}

@media (min-width: 1025px) {
  .menuList li {
    margin-bottom: 15px;
  }
}

.menuList li .link {
  font-size: 17px;
  color: #333;
  text-decoration: none;
}

@media (min-width: 1025px) {
  .menuList li .link {
    font-size: 15px;
  }
}

.menuList li .link:hover {
  color: #206aed;
}

.menuList li .link:hover .newTag {
  background-color: #206aed;
}

.promoBox {
  margin-top: 24px;
}

.promoBox .promo-menu {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 15px;
}

.promoBox .promo-menu .title {
  margin-bottom: 14px;
  font-size: 14px;
  margin-top: 0;
  min-height: auto;
}

.promoBox .promo-menu ul,
.promoBox .promo-menu ol {
  padding-left: 0px;
}

.promoBox .promo-menu ul li,
.promoBox .promo-menu ol li {
  margin-bottom: 15px;
}

.promoBox .promo-menu ul li:last-child,
.promoBox .promo-menu ol li:last-child {
  margin-bottom: 0px;
}

.promoBox .promo-menu ul .link,
.promoBox .promo-menu ol .link {
  color: #333;
  position: relative;
  font-size: 1rem;
  line-height: 1.2;
  display: block;
  padding-right: 25px;
}

.promoBox .promo-menu ul .link:after,
.promoBox .promo-menu ol .link:after {
  content: "";
  background: url("../images/global-nav/menu-arrow.svg");
  background-repeat: no-repeat;
  position: absolute;
  height: 10px;
  width: 6px;
  top: 5px;
  right: 0px;
}

.promoBox .promo-menu ul .link:hover,
.promoBox .promo-menu ol .link:hover {
  color: #206aed;
}

.promoBox .linkLast {
  margin-top: 15px;
  display: inline-block;
  font-family: "Nunito", sans-serif;
  text-decoration: underline;
  color: #333;
  margin-left: 15px;
  font-size: 14px;
}

.newTag {
  padding: 5px 7px 4px;
  background: #333;
  color: #fff;
  border-radius: 12px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Nunito", sans-serif;
  line-height: 1;
  display: inline-block;
  margin-left: 3px;
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .du-main-sec-menu {
    padding-left: 18px;
  }
  .du-main-sec-menu > .mlist > .menulink {
    padding: 22px 8px 24px;
    font-size: 14px;
  }
  .du-main-sec-menu > .mlist > .menulink:after {
    width: calc(100% - 16px);
    left: 8px;
  }
  .du-new-quick-links a {
    padding: 22px 8px 24px;
    font-size: 14px;
  }
  .menuList li .link {
    font-size: 14px;
  }
}

/*body.nav-active .du-ntheme .du-newnav-util .du-new-quick-links a {
	color: #fff
}

body.nav-active .du-ntheme .du-newnav-util .du-new-quick-links a:after {
	background: #fff
}

body.nav-active .du-ntheme .du-newnav-util .shop .util-icon #duCartnew path {
	stroke: #fff
}

body.nav-active .du-ntheme .du-newnav-util .shop .util-icon #duCartnew #wheel {
	fill: #fff
}

body.nav-active .du-ntheme .du-newnav-util .login .du-btn,
body.nav-active .du-ntheme .du-newnav-util .login .du-s-wrap .du-s-box .sbtn,
.du-s-wrap .du-s-box body.nav-active .du-ntheme .du-newnav-util .login .sbtn {
	background: #fff;
	color: #753BBD
}

body.nav-active .du-ntheme .du-newnav-util .login .logged-in {
	background: transparent;
	color: #fff
}

body.nav-active .du-ntheme .du-newnav-util .login .logged-in .name {
	color: #333;
	background: #fff
}

body.nav-active .du-ntheme .du-newnav-util .login .logged-in:after {
	background: #fff
}

body.nav-active .du-ntheme .du-new-nav .du-newnav-top-bar {
	background: #333
}

body.nav-active .du-ntheme .du-new-nav .du-newnav-top-bar .du-segment-links a.active {
	background-color: #1B1B1B
}

body.nav-active .du-ntheme .du-new-nav .du-newnav-main-bar {
	background: linear-gradient(315deg, #753BBD 0%, #00A9CE 67.21%, #00A9CE 100%)
}

body.nav-active .du-ntheme .du-new-nav .du-newnav-main-bar .logo #du-logo-new path {
	fill: #fff
}

body.nav-active .du-ntheme .du-new-nav .du-main-nav .du-main-sec-menu>.mlist>.menulink {
	color: #fff
}

body.nav-active .du-ntheme .du-new-nav .du-main-nav .du-main-sec-menu>.mlist>.menulink:after {
	background: #fff
}*/

.du-m-nav {
  display: none;
}

.navigation-bbottom {
  display: none;
}

.m-switchbtn {
  display: none;
}

.du-burger-close {
  display: none;
  position: absolute;
  top: 18px;
  right: 21px;
}

.du-burger-menu {
  display: none;
}

.du-search-box-mobile {
  display: none;
}

.du-profile-box-mobile {
  display: none;
}

.du-main-nav .du-new-quick-links {
  display: none;
}

@media (max-width: 1024px) {
  body.ov-none {
    overflow: hidden;
  }
  .m-switchbtn {
    background: #fff;
    position: fixed;
    z-index: 502;
    width: 100%;
    bottom: 48px;
  }
  .m-switchbtn.opened {
    display: block;
  }
  .m-switchbtn .m-switchbtn-wrap {
    padding: 76px 30px 14px 30px;
    box-shadow: inset 0px 0px 0 0px #333, 0px -4px 4px 0 rgba(0, 0, 0, 0.2);
  }
  .m-switchbtn .m-switchbtn-wrap .m-switchbtn-close {
    position: absolute;
    display: block;
    top: 30px;
    right: 30px;
  }
  .m-switchbtn .m-switchbtn-wrap .msli {
    position: relative;
    padding: 0;
    margin: 0;
  }
  .m-switchbtn .m-switchbtn-wrap .msli li {
    border-top: 1px solid #ddd;
  }
  .m-switchbtn .m-switchbtn-wrap .msli li a {
    font-family: "Nunito", sans-serif;
    color: #333;
    position: relative;
    padding: 15px 0;
    font-size: 17px;
    display: block;
  }
  .m-switchbtn .m-switchbtn-wrap .msli li a:after {
    background: url("../images/global-nav/du-active-nav.svg");
    background-repeat: no-repeat;
    transform: translateY(-50%);
    transition: all ease 0.2s;
    background-size: 100%;
    position: absolute;
    height: 24px;
    content: "";
    width: 24px;
    top: 50%;
    opacity: 0;
    right: 0;
  }
  .m-switchbtn .m-switchbtn-wrap .msli li.active a:after {
    opacity: 1;
  }
  .du-burger-menu {
    display: block;
    position: absolute;
    top: 19px;
    width: 20px;
    height: 18px;
    right: 17px;
  }
  .du-burger-menu em {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: #333;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 4px;
  }
  .du-burger-menu em:nth-child(2) {
    top: 50%;
    margin-top: -1px;
  }
  .du-burger-menu em:nth-child(3) {
    top: auto;
    bottom: 0;
  }
  .du-search-box-mobile {
    display: block;
    position: absolute;
    top: 18px;
    width: 20px;
    height: 18px;
    right: 70px;
  }
  .du-profile-box-mobile {
    display: block;
    position: absolute;
    top: 17px;
    width: 20px;
    height: 18px;
    right: 50px;
  }
  .navigation-bbottom {
    display: block;
    background: #333;
    position: absolute;
    height: 48px;
    width: 100%;
    bottom: 0;
    box-sizing: border-box;
    padding-right: 30px;
  }
  .navigation-bbottom:before,
  .navigation-bbottom:after {
    content: " ";
    display: table;
  }
  .navigation-bbottom:after {
    clear: both;
  }
  .navigation-bbottom .du-lang-switch {
    height: 100%;
  }
  .navigation-bbottom .du-lang-switch .du-wcag,
  .navigation-bbottom .du-lang-switch .du-lang {
    height: 100%;
    align-items: center;
    display: flex;
  }
  .navigation-bbottom .du-btn-switch-opt {
    display: flex;
    height: 100%;
    float: left;
  }
  .navigation-bbottom .du-btn-switch-opt .links {
    font-family: "Nunito", sans-serif;
    padding: 0 30px;
    padding-right: 40px;
    align-items: center;
    color: #fff;
    font-size: 15px;
    display: flex;
    height: 100%;
    position: relative;
  }
  .navigation-bbottom .du-btn-switch-opt .links svg {
    transform: translateY(-50%) scaleY(-1);
    transition: all ease 0.2s;
    top: calc(50% + 2px);
    position: absolute;
    right: 20px;
  }
  .navigation-bbottom .du-btn-switch-opt.active {
    background-color: #fff;
  }
  .navigation-bbottom .du-btn-switch-opt.active .links {
    color: #333;
  }
  .navigation-bbottom .du-btn-switch-opt.active .links svg {
    transform: translateY(-50%) scaleY(1);
  }
  .navigation-bbottom .du-btn-switch-opt.active .links svg path {
    fill: #333;
  }
  header.du-ntheme .du-newnav-main-bar {
    height: 56px;
  }
  header.du-ntheme .du-newnav-main-bar .logo {
    position: absolute;
    top: 0;
    padding: 3px 0;
    left: 15px;
  }
  header.du-ntheme .du-newnav-main-bar .logo svg {
    width: 40px;
    height: 40px;
  }
  .du-main-nav {
    /*background: linear-gradient(135.4deg, #1e6aed 0%, #1e6aed 30.52%, #e1ecef 100%);*/
    background: #1e6aed;
    height: calc(100% - 0px);
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 0px;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    right: 0%;
  }
  .du-main-nav.opened {
    max-height: inherit;
    visibility: visible;
  }
  .du-main-nav .du-new-quick-links {
    display: flex;
    background: rgba(248, 248, 248, 0.15);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .du-main-nav .du-new-quick-links a {
    border: solid 2px #fff;
    background-image: none;
    background: transparent;
    color: #fff !important;
  }
  .du-main-nav .du-new-quick-links a:nth-child(1) {
    background-image: none;
  }
  .du-main-nav .du-new-quick-links a:nth-child(2) {
    background-image: none;
  }
  .du-main-nav .du-new-quick-links a:nth-child(3) {
    background-image: none;
  }
  .du-main-nav .du-burger-close {
    display: block;
  }
  .du-newnav-util {
    width: calc(100% - 0px);
    position: absolute;
    display: block;
    float: none;
    left: 0px;
    top: 0;
  }
  .du-newnav-util .shop {
    position: absolute;
    padding-top: 0;
    width: 31px;
    top: 18px;
    right: 172px;
    padding-right: 0;
  }
  .du-newnav-util .login {
    display: none;
  }
  .du-new-quick-links {
    position: absolute;
    width: calc(100% - 0px);
    left: 0px;
    top: 56px;
    display: flex;
    background: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 0 10px;
  }
  .du-new-quick-links a {
    width: 33.3%;
    padding: 9px;
    text-align: center;
    margin: 8px 5px;
    line-height: 1;
    display: block;
    border: solid 2px transparent;
    color: #333 !important;
    border-radius: 6px;
    background-image: linear-gradient(white, white),
      radial-gradient(circle at top left, #2d1240 0%, #2d1240 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    font-size: 15px;
  }
  .du-new-quick-links a:nth-child(1) {
    background-image: linear-gradient(white, white),
      radial-gradient(circle at top left, #2d1240 0%, #2d1240 100%);
  }
  .du-new-quick-links a:nth-child(2) {
    background-image: linear-gradient(white, white),
      radial-gradient(circle at top left, #2d1240 0%, #2d1240 100%);
  }
  .du-new-quick-links a:nth-child(3) {
    background-image: linear-gradient(white, white),
      radial-gradient(circle at top left, #2d1240 0%, #2d1240 100%);
  }
  .du-new-quick-links a:after {
    opacity: 0;
  }
  .du-new-quick-links a:hover:after {
    opacity: 0;
  }
  .du-main-sec-menu {
    margin-top: 116px;
    overflow-x: scroll;
    height: calc(100% - 164px);
    padding-top: 0;
    scroll-behavior: smooth;
    position: fixed;
    width: 100%;
    padding-left: 0;
  }
  .du-main-sec-menu > .mlist {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .du-main-sec-menu > .mlist:last-child {
    border-bottom: none;
  }
  .du-main-sec-menu > .mlist > .menulink {
    padding: 18px 30px 18px;
    padding-right: 50px;
    color: #fff;
    font-size: 20px;
    transition: none;
  }
  .du-main-sec-menu > .mlist > .menulink:before {
    background: url("../images/du-menu-arrow.svg");
    background-repeat: no-repeat;
    transform: translateY(-50%);
    transition: all ease 0.2s;
    position: absolute;
    content: "";
    height: 9px;
    width: 14px;
    transition: none;
    top: 50%;
    right: 30px;
  }

  .du-main-sec-menu > .mlist > .menulink.simple:before {
    /*background: url("../images/du-menu-arrow.svg");*/
    background: transparent;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    transition: all ease 0.2s;
    position: absolute;
    content: "";
    height: 9px;
    width: 14px;
    transition: none;
    top: 50%;
    right: 30px;
  }
  .du-main-sec-menu > .mlist > .menulink:hover:after {
    opacity: 0;
  }
  .du-main-sec-menu > .mlist.hover > .menulink:before {
    transform: translateY(-50%) scaleY(-1);
  }
  .du-main-sec-menu > .mlist.hover > .menulink:after {
    opacity: 0;
  }
  .du-main-sec-menu > .mlist.hover .submenu-big {
    min-height: auto;
    max-height: inherit;
  }
  .submenu-big {
    position: static;
    padding: 0 0;
    box-shadow: none;
  }
  .submenu-big .du-newnav-inner-wrap {
    margin-top: 0px !important;
    min-height: inherit;
  }
  .submenu-big .menuimg {
    display: none;
  }
  .submenu-big .left-col {
    width: 100%;
    flex-flow: column;
    padding: 15px 0;
  }
  .submenu-big .menubox {
    width: 100%;
    padding: 7px 30px;
  }
  .submenu-big .menubox .title {
    margin-bottom: 20px;
  }
  .submenu-big .du-banner-title {
    display: none;
  }
  .menuList {
    padding-left: 15px;
  }
  .menuList li .link {
    display: block;
    position: relative;
    font-family: "Nunito", sans-serif;
    padding-right: 8px;
  }
  .menuList li .link:after {
    content: "";
    background: url("../images/icon/contactarrow.svg");
    background-repeat: no-repeat;
    position: absolute;
    height: 15px;
    width: 15px;
    top: 6px;
    right: 0;
  }

  .menuList li .link.viber:after {
    content: "";
    background: url("../images/icon/viber.svg") !important;
    background-repeat: no-repeat;
    position: absolute;
    height: 12px;
    width: 13px;
    top: 6px;
    right: 5px;
  }

  .promoBox .promo-menu {
    display: none;
  }
  .promoBox .linkLast {
    background-image: linear-gradient(white, white),
      radial-gradient(
        circle at top left,
        #473196 10%,
        #2e7ec7 32%,
        #00a9ce 100%
      );
    background-clip: padding-box, border-box;
    font-family: "Nunito", sans-serif;
    background-origin: border-box;
    border: solid 2px transparent;
    color: #333;
    text-align: center;
    border-radius: 6px;
    display: block;
    font-size: 16px;
    line-height: 1;
    width: calc(100% - 15px);
    padding: 9px;
    text-decoration: none;
    margin-bottom: 25px;
    margin-left: 15px;
  }
}

.menuList li .link:hover .arrow {
  border: solid #206aed;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.img-profile {
  vertical-align: middle !important;
}
