component-header-d {
  /* Menu Mobile */
  /* Menu Desktop */
}
component-header-d * {
  outline: none !important;
}
@media (max-width: 991px) {
  component-header-d .section-mobile {
    background-color: white;
    position: fixed;
    top: 0;
    z-index: 1010;
    height: 64px;
    width: 100%;
    box-shadow: 0 0 6px 1px rgba(4, 4, 4, 0.4);
  }
  component-header-d .section-mobile .onLeft,
  component-header-d .section-mobile .onRight {
    float: left;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    outline: none;
  }
  component-header-d .section-mobile .onLeft .fa,
  component-header-d .section-mobile .onRight .fa {
    font-size: 1.2em;
    olor: #666;
  }
  component-header-d .section-mobile .onMiddle {
    float: left;
  }
  component-header-d .section-mobile .onMiddle a {
    display: inline-block;
  }
  component-header-d .section-mobile .onMiddle a img {
    margin: 10px 0;
  }
  component-header-d .section-mobile .onRight .cartQty {
    padding: 2px 7px;
    border-radius: 50%;
    font-size: 0.8em;
  }
  component-header-d .section-mobile-clear {
    float: left;
    width: 100%;
    height: 64px;
    background-color: #ffffff;
  }
  component-header-d .section-mobile-side {
    position: fixed;
    z-index: 1011;
    background-color: white;
    width: 100vw;
    height: 100vh;
    transition: all 0.3s;
    transform: translate3d(-100vw, 0, 0);
  }
  component-header-d .section-mobile-side.active {
    transform: translate3d(0, 0, 0);
  }
  component-header-d .section-mobile-side .mobileClose {
    position: absolute;
    top: 13px;
    right: 0px;
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  component-header-d .section-mobile-side .topContainer {
    float: left;
    width: 100%;
    display: block;
    text-align: center;
  }
  component-header-d .section-mobile-side .topContainer a {
    display: inline-block;
    outline: none;
  }
  component-header-d .section-mobile-side .topContainer a img {
    height: 60px;
    margin: 20px 0;
    max-width: 100%;
  }
  component-header-d .section-mobile-side .topContainer * {
    outline: none;
  }
  component-header-d .section-mobile-side .bottomContainer {
    float: left;
    width: 100%;
    overflow-y: auto;
  }
  component-header-d .section-mobile-side .bottomContainer a {
    padding: 15px 15px;
    font-size: 20px;
    color: black;
    text-align: center;
    display: block;
    text-transform: uppercase;
  }
  component-header-d .section-mobile-side .bottomContainer a:hover {
    text-decoration: none;
  }
}
@media (min-width: 992px) {
  component-header-d #section-menu {
    background-color: #eee;
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 1007;
    transition: all 0.3s;
  }
  component-header-d #section-menu.active {
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.44);
  }
  component-header-d #section-menu .menuRow {
    width: 100%;
    height: auto;
  }
  component-header-d #section-menu .menuRow ul.menuMainFirst {
    padding: 0px;
    margin: 0px;
    float: right;
    font-size: 0px;
  }
  component-header-d #section-menu .menuRow ul.menuMainFirst li {
    list-style: none;
    display: inline-block;
    padding: 0px 22px;
    border-left: 1px solid #eee;
    font-size: 0px;
  }
  component-header-d #section-menu .menuRow ul.menuMainFirst li:last-child {
    border-right: 0px solid #eee;
    padding-right: 0px;
  }
  component-header-d #section-menu .menuRow ul.menuMainFirst li a {
    line-height: 50px;
    font-size: 16px;
    color: black;
    text-decoration: none;
    outline: none;
  }
  component-header-d #section-menu .menuRow ul.menuMainFirst li a.icon {
    width: 50px;
    height: 50px;
    background-color: #ed1967;
    color: white;
    padding: 8px;
    font-size: 14px;
  }
  component-header-d #section-menu .menuRow ul.menuMainFirst li a:hover {
    outline: none;
    text-decoration: none;
  }
  component-header-d #section-menu .menuRow .menuSubImage .logoName {
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
  }
  component-header-d #section-menu .menuRow .menuSubSearch {
    height: auto;
    float: left;
    margin-right: 15px;
  }
  component-header-d #section-menu .menuRow .menuSubSearch input#input_menuSubSearch {
    height: 40px;
    width: 100%;
    border: 1px solid #eee;
    color: black;
    padding: 0px 5px;
    outline: none;
  }
  component-header-d #section-menu .menuRow .menuSubSelect {
    border: 1px solid #eee;
    padding: 5px;
    transition: all 0.3s;
    float: left;
    width: 260px;
  }
  component-header-d #section-menu .menuRow .menuSubSelect:hover {
    border: 1px solid black;
  }
  component-header-d #section-menu .menuRow .menuSubSelect [class^="select"] {
    width: 250px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    outline: none;
  }
  component-header-d #section-menu .menuRow .menuSubSelect .selectDisplay .value {
    float: left;
    width: 220px;
  }
  component-header-d #section-menu .menuRow .menuSubSelect .selectDisplay .icon {
    float: left;
    width: 20px;
    height: 28px;
    text-align: center;
    border-left: 1px solid #eee;
    padding-left: 10px;
  }
  component-header-d #section-menu .menuRow .menuSubSelect .selectDisplay .icon .fa {
    font-size: 14px;
  }
  component-header-d #section-menu .menuRow .menuSubSelect .selectOverlay {
    position: absolute;
    opacity: 0;
    height: 40px;
    width: 260px;
    margin-top: -34px;
    margin-left: -5px;
  }
  component-header-d #section-menu .menuRow .menuSubSelect .selectOverlay select {
    width: 100%;
    height: 40px;
    border: 0px;
    cursor: pointer;
  }
  component-header-d #section-menu .menuRow .menuSubBtn {
    float: left;
    width: 125px;
    margin-left: 15px;
  }
  component-header-d #section-menu .menuRow .menuSubBtn button {
    width: 100%;
  }
  component-header-d #section-menu .menuMiniContainer {
    background-color: #eee;
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #d9d9d9;
  }
  component-header-d #section-menu .menuMiniContainer .menuMini {
    float: left;
    width: 100%;
    display: block;
    height: auto;
  }
  component-header-d #section-menu .menuMiniContainer .menuMini .onLeft {
    float: left;
  }
  component-header-d #section-menu .menuMiniContainer .menuMini .onRight {
    float: right;
  }
  component-header-d #section-menu .menuMiniContainer .menuMini .onLeft ul.menu-first,
  component-header-d #section-menu .menuMiniContainer .menuMini .onRight ul.menu-first {
    padding: 0px;
    margin: 0px;
    height: 34px;
  }
  component-header-d #section-menu .menuMiniContainer .menuMini .onLeft ul.menu-first li,
  component-header-d #section-menu .menuMiniContainer .menuMini .onRight ul.menu-first li {
    list-style: none;
    display: inline-block;
  }
  component-header-d #section-menu .menuMiniContainer .menuMini .onLeft ul.menu-first li:hover .menu-first,
  component-header-d #section-menu .menuMiniContainer .menuMini .onRight ul.menu-first li:hover .menu-first {
    background-color: white;
  }
  component-header-d #section-menu .menuMiniContainer .menuMini .onLeft ul.menu-first li:hover .menu-first a.link-first,
  component-header-d #section-menu .menuMiniContainer .menuMini .onRight ul.menu-first li:hover .menu-first a.link-first {
    color: red;
  }
  component-header-d #section-menu .menuMiniContainer .menuMini .onLeft ul.menu-first li:hover .menu-first .dropdown,
  component-header-d #section-menu .menuMiniContainer .menuMini .onRight ul.menu-first li:hover .menu-first .dropdown {
    z-index: 2;
    opacity: 1;
  }
  component-header-d #section-menu .menuMiniContainer .menuMini .onLeft ul.menu-first li .menu-first,
  component-header-d #section-menu .menuMiniContainer .menuMini .onRight ul.menu-first li .menu-first {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 0px 10px;
  }
  component-header-d #section-menu .menuMiniContainer .menuMini .onLeft ul.menu-first li .menu-first a.link-first,
  component-header-d #section-menu .menuMiniContainer .menuMini .onRight ul.menu-first li .menu-first a.link-first {
    outline: none;
    font-size: 12px;
    color: #6d6c6c;
    line-height: 34px;
    display: block;
  }
  component-header-d #section-menu .menuMiniContainer .menuMini .onLeft ul.menu-first li .menu-first a.link-first .fa,
  component-header-d #section-menu .menuMiniContainer .menuMini .onRight ul.menu-first li .menu-first a.link-first .fa {
    font-size: 12px;
    color: red;
    margin-right: 10px;
  }
  component-header-d #section-menu .menuMiniContainer .menuMini .onLeft ul.menu-first li .menu-first a.link-first:hover,
  component-header-d #section-menu .menuMiniContainer .menuMini .onRight ul.menu-first li .menu-first a.link-first:hover {
    color: red;
    text-decoration: none;
  }
  component-header-d #section-menu .menuMiniContainer .menuMini .onLeft ul.menu-first li .menu-first .dropdown,
  component-header-d #section-menu .menuMiniContainer .menuMini .onRight ul.menu-first li .menu-first .dropdown {
    position: absolute;
    top: 34px;
    line-height: 1.4;
    padding: 8px 10px;
    background: #fff;
    margin-left: -10px;
    width: auto;
    min-width: 140px;
    transition: ease-out 0.6s;
    opacity: 0;
    z-index: -10;
    border: 1px solid #d9d9d9;
    border-top: 0px;
  }
  component-header-d #section-menu .menuMiniContainer .menuMini .onLeft ul.menu-first li .menu-first .dropdown .link-second,
  component-header-d #section-menu .menuMiniContainer .menuMini .onRight ul.menu-first li .menu-first .dropdown .link-second {
    display: block;
    line-height: 25px;
    font-size: 12px;
    width: 100%;
    color: #6d6c6c;
    outline: none;
  }
  component-header-d #section-menu .menuMiniContainer .menuMini .onLeft ul.menu-first li .menu-first .dropdown .link-second:hover,
  component-header-d #section-menu .menuMiniContainer .menuMini .onRight ul.menu-first li .menu-first .dropdown .link-second:hover {
    color: red;
    text-decoration: underline;
  }
  component-header-d #section-menu .menuDesktopTopContainer {
    float: left;
    width: 100%;
    height: auto;
    background-color: white;
  }
  component-header-d #section-menu .menuDesktopTopContainer .logo-desktop-link,
  component-header-d #section-menu .menuDesktopTopContainer .logo-video-link {
    display: inline-block;
  }
  component-header-d #section-menu .menuDesktopTopContainer .logo-video-link {
    margin-left: 20px;
  }
  component-header-d #section-menu .menuDesktopTopContainer .desktop-link {
    display: inline-block;
    float: right;
    padding: 0px 15px;
    line-height: 60px;
  }
  component-header-d #section-menu .menuDesktopTopContainer .desktop-link .cart-overlay {
    border-radius: 50%;
    font-size: 10px;
    position: absolute;
    line-height: 20px;
    top: 9px;
    right: 18px;
    padding: 1px 7px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    padding: 0;
  }
  component-header-d #section-menu .menuDesktopTopContainer .desktop-search {
    float: left;
    display: block;
    width: 100%;
    height: auto;
    margin: 10px 0;
  }
  component-header-d #section-menu .menuDesktopTopContainer .desktop-search input {
    height: 39px;
    border: 1px solid #b2063a;
    background-color: white;
    color: black;
    font-size: 14px;
    float: left;
    padding: 0px 5px;
    outline: none;
  }
  component-header-d #section-menu .menuDesktopTopContainer .desktop-search button {
    float: left;
    width: 150px;
  }
  component-header-d #section-menu .desktop-other-container {
    background-color: #f4f2f2;
  }
  component-header-d #section-menu .desktop-other-container .onLeft {
    float: left;
    width: 25%;
  }
  component-header-d #section-menu .desktop-other-container .onLeft .menuDrop {
    float: left;
    width: 100%;
  }
  component-header-d #section-menu .desktop-other-container .onLeft .menuDrop .main {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    outline: none;
  }
  component-header-d #section-menu .desktop-other-container .onLeft .menuDrop .main .fa {
    color: white;
    padding-right: 10px;
  }
  component-header-d #section-menu .desktop-other-container .onLeft .menuDrop .sub {
    display: none;
    top: 37px;
    position: absolute;
    width: 200px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
  }
  component-header-d #section-menu .desktop-other-container .onLeft .menuDrop .sub.active {
    display: block;
  }
  component-header-d #section-menu .desktop-other-container .onLeft .menuDrop .sub .tab-first {
    float: left;
    width: 100%;
    height: auto;
  }
  component-header-d #section-menu .desktop-other-container .onLeft .menuDrop .sub .tab-first .first-link {
    width: 100%;
    height: 35px;
    padding: 5px;
  }
  component-header-d #section-menu .desktop-other-container .onLeft .menuDrop .sub .tab-first .first-link .fa {
    font-size: 14px;
    color: white;
    float: left;
    line-height: 25px;
    padding-left: 10px;
  }
  component-header-d #section-menu .desktop-other-container .onLeft .menuDrop .sub .tab-first .first-link .text {
    float: left;
    padding-left: 10px;
    color: white;
    font-size: 14px;
    line-height: 25px;
  }
  component-header-d #section-menu .desktop-other-container .onLeft .menuDrop .sub .tab-first:hover {
    background-color: #b2063a;
    cursor: pointer;
  }
  component-header-d #section-menu .desktop-other-container .onLeft .menuDrop .sub .tab-first:hover .first-sub {
    display: block;
  }
  component-header-d #section-menu .desktop-other-container .onLeft .menuDrop .sub .tab-first .first-sub {
    display: none;
    top: 0;
    margin-left: 200px;
    height: auto;
    background-color: white;
    position: absolute;
    padding: 10px 30px;
  }
  component-header-d #section-menu .desktop-other-container .onLeft .menuDrop .sub .tab-first .first-sub .level-second {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  component-header-d #section-menu .desktop-other-container .onLeft .menuDrop .sub .tab-first .first-sub .level-second .second-container {
    float: left;
    width: 80%;
    height: auto;
  }
  component-header-d #section-menu .desktop-other-container .onLeft .menuDrop .sub .tab-first .first-sub .level-second .second-container .head {
    float: left;
    width: 20%;
    font-size: 15px;
    color: black;
  }
  component-header-d #section-menu .desktop-other-container .onLeft .menuDrop .sub .tab-first .first-sub .level-second .second-container .head .fa {
    padding-left: 7px;
  }
  component-header-d #section-menu .desktop-other-container .onLeft .menuDrop .sub .tab-first .first-sub .level-second .second-container .child {
    float: left;
    width: 80%;
    padding-left: 10px;
    padding-bottom: 10px;
  }
  component-header-d #section-menu .desktop-other-container .onLeft .menuDrop .sub .tab-first .first-sub .level-second .second-container .child a {
    display: inline-block;
    line-height: 25px;
    font-size: 14px;
    color: #545454;
    margin-right: 13px;
    min-width: 100px;
  }
  component-header-d #section-menu .desktop-other-container .onLeft .menuDrop .sub .tab-first .first-sub .level-second .second-container .child .line {
    display: block;
    width: 100%;
    margin-top: 10px;
    border-bottom: 1px dashed #cacaca;
  }
  component-header-d #section-menu .desktop-other-container .onLeft .menuDrop .sub .tab-first .first-sub .level-second .second-image {
    float: left;
    width: 20%;
    text-align: center;
  }
  component-header-d #section-menu .desktop-other-container .onLeft .menuDrop .sub .tab-first .first-sub .level-second .second-image img {
    max-width: 100%;
    height: auto;
  }
  component-header-d #section-menu .desktop-other-container .onLeft .menuDrop .sub .tab-first .first-sub .level-second .second-image span {
    font-size: 10px;
    font-style: italic;
    padding-top: 5px;
    color: #909090;
  }
  component-header-d #section-menu .desktop-other-container .onRight {
    float: left;
    width: 100%;
    background-color: #f4f2f2;
  }
  component-header-d #section-menu .desktop-other-container .onRight .menuInline {
    float: left;
    width: 100%;
  }
  component-header-d #section-menu .desktop-other-container .onRight .menuInline .menuItemContainer {
    display: inline-block;
    float: left;
  }
  component-header-d #section-menu .desktop-other-container .onRight .menuInline .menuItemContainer a.link-first {
    line-height: 43px;
    font-size: 16px;
    outline: none;
    padding: 0px 15px;
    display: inline-block;
    text-transform: capitalize;
    border: 1px solid transparent;
    margin: 2px 0;
  }
  component-header-d #section-menu .desktop-other-container .onRight .menuInline .menuItemContainer a.link-first:hover {
    text-decoration: none;
  }
  component-header-d #section-menu .desktop-other-container .onRight .menuInline .menuItemContainer:hover .link-first {
    background-color: white;
    color: black;
    border: 1px solid #f4f2f2;
  }
  component-header-d #section-menu .desktop-other-container .onRight .menuInline .menuItemContainer:hover .subMenuItem {
    display: block;
  }
  component-header-d #section-menu .desktop-other-container .onRight .menuInline .menuItemContainer .subMenuItem {
    position: absolute;
    top: 43px;
    line-height: 1.4;
    padding: 8px 20px;
    background: #fff;
    margin-left: -10px;
    width: auto;
    min-width: 140px;
    transition: ease-out 0.6s;
    display: none;
    border: 1px solid #f4f2f2;
    border-top: 0px;
    margin-left: 0px;
  }
  component-header-d #section-menu .desktop-other-container .onRight .menuInline .menuItemContainer .subMenuItem a.link-second {
    display: block;
    line-height: 30px;
    font-size: 14px;
    width: 100%;
    color: #6d6c6c;
    outline: none;
  }
  component-header-d #section-menu .desktop-other-container .onRight .menuInline .menuItemContainer .subMenuItem a.link-second.link-head {
    color: black;
  }
  component-header-d #section-menu .desktop-other-container .onRight .menuInline .menuItemContainer .subMenuItem a.link-second.link-sub {
    padding-left: 20px;
  }
  component-header-d #section-menu .desktop-other-container.active .onActive {
    display: block;
    background-color: white;
  }
  component-header-d #section-menu .desktop-other-container.active .sub-menu-full {
    background-color: #f4f2f2;
  }
  component-header-d #section-menu .desktop-other-container .onActive {
    display: none;
    padding: 7.5px 0;
    float: left;
    width: 100%;
    height: 50px;
    overflow: hidden;
  }
  component-header-d #section-menu .desktop-other-container .onActive .activeLeft {
    float: left;
    width: 25%;
  }
  component-header-d #section-menu .desktop-other-container .onActive .activeLeft .shopName {
    line-height: 33px;
    font-size: 25px;
    height: 33px;
  }
  component-header-d #section-menu .desktop-other-container .onActive .activeRight {
    float: left;
    width: 75%;
  }
  component-header-d #section-menu .desktop-other-container .onActive .activeRight .desktop-search {
    float: left;
    width: 100%;
    height: auto;
  }
  component-header-d #section-menu .desktop-other-container .onActive .activeRight .desktop-search input {
    height: 35px;
    border: 0px;
    background-color: white;
    color: black;
    font-size: 14px;
    float: left;
    padding: 0px 5px;
    outline: none;
  }
  component-header-d #section-menu .desktop-other-container .onActive .activeRight .desktop-search span {
    float: left;
    width: 100px;
    padding-left: 10px;
    line-height: 35px;
    color: white;
    font-style: 20px;
    outline: none;
    text-align: center;
  }
  component-header-d #section-sub-menu.active {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 1007;
  }
  component-header-d #section-sub-menu.active .onLeft {
    width: 0%;
  }
  component-header-d #section-sub-menu.active .onLeft .menuDrop .main {
    font-size: 14px;
  }
  component-header-d #section-sub-menu.active .onRight {
    width: 100%;
  }
  component-header-d #section-sub-menu.active .onRight .menuInline a {
    font-size: 14px;
  }
  component-header-d #section-sub-menu.active .subContainer .onRight .actionCart {
    display: inline-block;
  }
  component-header-d #section-sub-menu .subContainer .onLeft {
    padding: 0px;
  }
  component-header-d #section-sub-menu .subContainer .onLeft .catGroup {
    float: left;
    width: 100%;
    height: auto;
  }
  component-header-d #section-sub-menu .subContainer .onLeft .catGroup .catGroupHead {
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;
  }
  component-header-d #section-sub-menu .subContainer .onLeft .catGroup .catGroupHead ._name {
    float: left;
    padding: 0px 0px 0px 20px;
    color: white;
    font-size: 1.2em;
    background-color: #C91558;
    height: 50px;
    overflow: hidden;
  }
  component-header-d #section-sub-menu .subContainer .onLeft .catGroup .catGroupHead ._name img {
    height: 30px;
    max-width: 100%;
    margin: 10px 0;
  }
  component-header-d #section-sub-menu .subContainer .onLeft .catGroup .catGroupHead ._name .rolling-img {
    float: left;
    width: 100%;
    height: auto;
  }
  component-header-d #section-sub-menu .subContainer .onLeft .catGroup .catGroupHead ._name .rolling-img.active .itemImage {
    transform: translate3d(0, -50px, 0);
  }
  component-header-d #section-sub-menu .subContainer .onLeft .catGroup .catGroupHead ._name .rolling-img .itemImage {
    display: block;
    width: 100%;
    height: 50px;
    margin: 0;
    transition: all 0.65s;
  }
  component-header-d #section-sub-menu .subContainer .onLeft .catGroup .catGroupHead ._name .rolling-img .itemImage img {
    height: 30px;
    max-width: 100%;
    margin: 10px 0;
  }
  component-header-d #section-sub-menu .subContainer .onLeft .catGroup .catGroupHead ._icon {
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #A61248;
    outline: none;
    cursor: pointer;
  }
  component-header-d #section-sub-menu .subContainer .onLeft .catGroup .catGroupHead ._icon .fa {
    line-height: 50px;
    font-size: 16px;
    color: white;
    width: 50px;
    height: 50px;
  }
  component-header-d #section-sub-menu .subContainer .onLeft .catGroup .catGroupLists {
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50px;
    z-index: 3;
    background-color: white;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.18);
    transition: all 0.3s;
    overflow: hidden;
  }
  component-header-d #section-sub-menu .subContainer .onLeft .catGroup .catGroupLists.active {
    display: block;
  }
  component-header-d #section-sub-menu .subContainer .onLeft .catGroup .catGroupLists ._lists {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    cursor: pointer;
  }
  component-header-d #section-sub-menu .subContainer .onLeft .catGroup .catGroupLists ._lists:hover {
    background: #eee;
  }
  component-header-d #section-sub-menu .subContainer .onLeft .catGroup .catGroupLists ._lists:hover ._name {
    color: black;
  }
  component-header-d #section-sub-menu .subContainer .onLeft .catGroup .catGroupLists ._lists ._icon {
    float: left;
    width: 30px;
    height: 40px;
    text-align: center;
    line-height: 40px;
  }
  component-header-d #section-sub-menu .subContainer .onLeft .catGroup .catGroupLists ._lists ._name {
    float: left;
    line-height: 40px;
    font-size: 13px;
    color: #464646;
  }
  component-header-d #section-sub-menu .subContainer .onLeft .catGroup .catGroupLists ._lists ._name a {
    color: inherit;
    display: block;
  }
  component-header-d #section-sub-menu .subContainer .onLeft .catGroup .catGroupLists ._lists ._name a:hover {
    text-decoration: none;
  }
  component-header-d #section-sub-menu .subContainer .onLeft .catGroup .catGroupLists ._lists ._name a .fa {
    position: absolute;
    right: 20px;
    margin-top: 13px;
  }
  component-header-d #section-sub-menu .subContainer .onLeft .catGroup .catGroupLists ._lists ._name .subMenu {
    display: none;
  }
  component-header-d #section-sub-menu .subContainer .onLeft .catGroup .catGroupLists ._lists ._name .subMenu.active {
    display: block;
  }
  component-header-d #section-sub-menu .subContainer .onLeft .catGroup .catGroupLists ._lists ._name .subMenu a {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #525252;
    line-height: 30px;
    padding-right: 5px;
  }
  component-header-d #section-sub-menu .subContainer .onLeft .catGroup .catGroupLists ._lists ._name .subMenu a:hover {
    color: black;
  }
  component-header-d #section-sub-menu .subContainer .onLeft .catGroup .catGroupLists ._lists ._name .subMenu a .fa {
    position: relative;
    left: 0;
    padding-right: 8px;
    padding-left: 0px;
  }
  component-header-d #section-sub-menu .subContainer .onRight {
    padding: 0px;
  }
  component-header-d #section-sub-menu .subContainer .onRight .menuGroup {
    float: left;
  }
  component-header-d #section-sub-menu .subContainer .onRight .menuGroup a {
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
    color: white;
    outline: none;
    text-transform: uppercase;
    display: inline-block;
  }
  component-header-d #section-sub-menu .subContainer .onRight .menuGroup a:hover {
    text-decoration: none;
    outline: none;
    background-color: #C91558;
  }
  component-header-d #section-sub-menu .subContainer .onRight .menuGroup a:active {
    text-decoration: none;
    outline: none;
    background-color: #A61248;
  }
  component-header-d #section-sub-menu .subContainer .onRight .actionCart {
    float: right;
    width: 100px;
    text-align: right;
    line-height: 50px;
    height: 50px;
    display: none;
    background-color: #c91558;
    text-align: center;
    cursor: pointer;
    outline: none;
  }
  component-header-d #section-sub-menu .subContainer .onRight .actionCart .cartQty {
    font-size: 16px;
    line-height: 20px;
    color: white;
    padding-left: 10px;
  }
  component-header-d #section-sub-menu-clear {
    float: left;
    height: 145px;
    width: 100%;
    display: block;
  }
}
