/** Shopify CDN: Minification failed

Line 697:4 Unexpected ","

**/

#item_menu_JeGJPa>a>span>span {
    background-color: transparent !important;
    color: #f03a3a !important;
    font-size: 9px;
    margin-bottom: 0;
    display: block;
    height: 40px;
    font-weight: 700;
    padding: 2px 0;
    float: right;
    right: 3px;
    animation: blinker 1.5s linear infinite;
    line-height: 10px;
}

#item_menu_JeGJPa>a>span {
    /* font-size: 22px !important; */
    font-weight: 600 !important;
    color: #ec0101 !important;
}



.t4s-mb-tab__content {
    display: none;
    -webkit-animation: 1s t4s-ani-fadeIn;
    animation: 1s t4s-ani-fadeIn;
}
.t4s-mb-tab__content.is--active {
    display: block;
}
#t4s-menu-drawer {
    overflow-y: auto;
    overflow-x: hidden;
}
.t4s-drawer__header.t4s-mb-nav__tabs {
    overflow-x: scroll;
    position: relative;
    background-color: #fff;
    padding: 0 !important;
    cursor: pointer;
    min-height: 35px !important;
}
.t4s-mb-tab__title.is--active {
    background-color: #fff;
}
.t4s-mb-tab__title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 500;
    font-size: 12px;
    color: var(--secondary-color);
    padding: 5px 10px;
    height: 55px;
    cursor: pointer;
    display: block;
}
.t4s-mb-tab__title > span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.t4s-drawer__header.t4s-mb-nav__tabs span {
    font-size: 10px;
    color: var(--secondary-color) !important;
    font-weight: 500;
    text-transform: uppercase;
}
.t4s-mb-tab__title:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -1px;
    width: 0;
    height: 2px;
    transition: width 0.25s;
    background-color: var(--accent-color);
}
.t4s-mb-nav__tabs .t4s-mb-tab__title:first-child:after {
    right: 0;
    left: auto;
}
.t4s-mb-nav__tabs .is--active::after {
    width: 100%;
}
.t4s-mb__menu .t4s-sub-menu,
.t4s-mb__menu .t4s-sub-sub-menu,
.t4s-mb__menu .t4s-sub-sub-sub-menu,
ul#menu-mb__ul {
    padding-left: 0;
    margin-bottom: 0;
}
#menu-mb__ul ul,
.t4s-mb__menu .t4s-sub-menu,
.t4s-mb__menu .t4s-sub-sub-menu,
.t4s-mb__menu .t4s-sub-sub-sub-menu {
    display: none;
}
.t4s-mb__menu .t4s-menu-item a i {
    font-size: 20px;
    margin-right: 10px;
    opacity: 0.8;
}
.t4s-lb_nav_mb {
    color: #000;
    font-size: 9px;
    padding: 1px 7px 0;
    border-radius: 50px;
    line-height: 14px;
    background: var(--accent-color);
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
    margin-left: 0;
    animation: animate 1.5s linear infinite;
    margin-bottom: 10px;
}
@keyframes animate {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
    }
}
.t4s-mb__menu > li > a {
    letter-spacing: 0.2px;
    font-size: 14px !important;
}
.t4s-mb__menu .t4s-sub-menu li > a,
.t4s-mb__menu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    padding: 3px 20px;
    min-height: 50px;
    color: var(--secondary-color);
    font-size: 12px;
    text-align: left;
    line-height: 1.3;
    font-weight: 600;
}
.t4s-mb__menu .t4s-sub-menu li > a {
    padding-left: 40px;
    color: var(--text-color);
}
.t4s-mb__menu .t4s-sub-sub-menu li > a {
    padding-left: 50px;
}
.t4s-mb__menu .t4s-sub-sub-sub-menu li > a {
    padding-left: 50px;
}
.t4s-mb__menu .t4s-menu-item-has-children > a {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
}
span.t4s-nav_link_txt.t4s-d-flex.t4s-align-items-center {
    font-size: 13px;
    font-weight: 600;
}
.is--active span.t4s-d-block.t4s-truncate {
    font-weight: 700;
}
.t4s-mb__menu .t4s-only_icon_true .t4s-mb-nav__icon {
    width: 50px;
    height: 39px;
    margin-right: -20px;
}
.t4s-mb__menu .t4s-mb-nav__icon {
    width: 12px;
    height: 12px;
    position: relative;
    display: block;
    flex: 0 0 auto;
    margin-left: 5px;
}
.t4s-mb-nav__icon:before {
    position: absolute;
    top: 8px;
    content: "\f078" !important;
    font-family: FontAwesome;
    transform: rotate(0);
    transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out;
    right: 20px;
    font-size: 14px;
}
.t4s-mb__menu .t4s-menu-item-has-children.is--opend > a > .t4s-mb-nav__icon:before {
    opacity: 1;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.t4s-mb__menu .t4s-menu-item-infos {
    padding: 20px 20px 0 20px;
}
.t4s-mb__menu .t4s-menu_infos_title {
    color: var(--secondary-color);
    margin-bottom: 10px;
    line-height: 1.3;
}
.t4s-mb__menu .t4s-menu-item-infos svg {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    opacity: 0.8;
}
.t4s-mb__menu .t4s-menu_infos_text {
    color: var(--text-color);
}
.t4s-mb__menu .t4s-menu_infos_text a {
    color: var(--text-color);
}
.t4s-mb__menu .t4s-menu_infos_text a:hover {
    color: var(--accent-color);
}
.t4s-mb__menu .t4s-menu-item-acount svg,
.t4s-mb__menu .t4s-menu-item-compare svg,
.t4s-mb__menu .t4s-menu-item-sea svg,
.t4s-mb__menu .t4s-menu-item-wishlist svg {
    width: 16px;
    height: auto;
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle;
}
.t4s-mb__menu .t4s-menu-item.t4s-menu-item-cat ul {
    padding: 15px;
    border-bottom: 1px solid rgba(var(--border-color-rgb), 0.2);
}
.t4s-mb__menu .t4s-menu-item.t4s-menu-item-cat .t4s-cat_space_item:not(:first-child) {
    margin-top: 15px;
}
.t4s-mb__menu .t4s-menu-item.t4s-menu-item-cat .t4s-cat_grid_item__content {
    border-radius: 5px;
}
.t4s-mb__menu .t4s-menu-item .t4s-cat_space_item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.t4s-mb__menu .t4s-cat_design_2 .t4s-cat_grid_item__link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.2;
    pointer-events: none;
    z-index: 5;
    transition: 0.6s ease-in-out;
}
.t4s-mb__menu .t4s-cat_design_2 .t4s-cat_grid_item__link:hover::after {
    opacity: 0.5;
}
.t4s-mb__menu .t4s-cat_design_2 .t4s-cat_grid_item__wrapper {
    color: var(--t4s-light-color);
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    padding: 0 5px;
    transform: translateY(-50%);
    transition: 0.3s;
    text-shadow: 0 0 4px rgb(0 0 0 / 40%);
    hyphens: auto;
    z-index: 10;
}
.t4s-cat_design_2 .t4s-cat_grid_item__title {
    padding: 0 15px;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
ul#menu-mb__cat {
    padding-left: 0;
    margin-bottom: 0;
}
.t4s-mb__menu .t4s-img_catk_mb {
    max-width: 40px;
    width: 100%;
    border-radius: 4px;
}
.t4s-mb__menu .t4s-img_catk_mb .lazyloadt4s-loader.is-bg-img {
    max-width: 20px;
}
#item_mb_cur .t4s-sub-menu li a.is--selected,
#item_mb_lang .t4s-sub-menu li a.is--selected {
    color: var(--accent-color);
}
.t4s-drawer-menu__close {
    position: fixed;
    top: 10px;
    color: #000;
    z-index: 400;
    background-color: transparent;
    -webkit-transform: translate3d(-104%, 0, 0);
    transform: translate3d(-104%, 0, 0);
    width: 50px;
    height: 37px;
    padding: 0;
    pointer-events: none;
}
.t4s-drawer-menu__close svg.t4s-iconsvg-close {
    width: 12px;
    height: 15px;
}
#t4s-menu-drawer[aria-hidden="false"] + .t4s-drawer-menu__close {
    opacity: 1;
    -webkit-transform: none !important;
    transform: none !important;
    pointer-events: auto;
    z-index: 470;
}
@media (min-width: 641px) {
    .t4s-drawer-menu__close {
        left: 284px;
    }
}
@media (max-width: 360px) {
    .rtl_false .t4s-drawer-menu__close {
        left: calc(100vw - 100px);
    }
    .rtl_true .t4s-drawer-menu__close {
        left: auto;
        right: calc(100vw - 50px);
    }
    #t4s-menu-drawer {
        width: calc(100vw - 50px);
        max-width: 340px;
    }
}
.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: "←";
}
[dir="rtl"] .slick-prev:before {
    content: "→";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: "→";
}
[dir="rtl"] .slick-next:before {
    content: "←";
}
.slick-slider {
    margin-bottom: 0;
}
.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #000;
}
.slick-slide {
    outline: 0;
}
.circle {
    position: relative;
    width: 10vh;
    height: 10vh;
    margin: 10px;
    border-radius: 50%;
}
.slider-nav {
    height: $nav_height;
}
.slider-for div {
    height: $device_height - $nav_height;
}
#home {
    color: #fff;
}
.circle-one {
    top: 65px;
    left: 10px;
    width: 160px;
    height: 160px;
}
.circle-two {
    top: -5px;
    left: 165px;
    width: 106px;
    height: 106px;
}
.circle-three {
    position: relative;
    top: -40px;
    left: 45px;
    width: 150px;
    height: 150px;
}
.circle-one {
    top: 40px;
    left: 125px;
    width: 160px;
    height: 160px;
}
.circle-two {
    top: -25px;
    left: 10px;
    width: 136px;
    height: 136px;
}
.circle-three {
    position: relative;
    top: -100px;
    left: 150px;
    width: 150px;
    height: 150px;
}
.circle-four {
    position: relative;
    top: -185px;
    left: 60px;
    width: 80px;
    height: 80px;
}
#app {
    background: #fd4574;
    color: #fff;
    transition: all 0.2s ease-out;
}
#mb-nav-news .t4s-text-center.t4s-text-md-start.t4s-newsletter__email {
    border: 1px solid;
    border-radius: 0;
    text-align: left !important;
}
#mb-nav-news .t4s-newsletter__inner {
    border: none;
    flex-direction: column;
}
#mb-nav-news .t4s-newsletter__inner .t4s-newsletter__submit {
    border-radius: 0;
    background-color: #000;
    color: #fff;
    margin-top: 10px;
}
#mb-nav-news .t4s-newsletter__inner .is--col-btn {
    min-width: 309px;
}
@media (max-width: 767px) {
    #t4s-menu-drawer {
        border-radius: 0 25px 25px 0;
    }
    .t4s-pin__popup span.t4s-text-pr {
        display: block !important;
    }
    .t4s-pin__popup .t4s-pr-style6 .t4s-product-btns a .t4s-svg-pr-icon {
        transform: translateY(100%) !important;
    }
    ul#menu-mb__ul li {
        position: relative;
        font-size: 12px !important;
    }
    .menu_heading,
    .search-heading {
        font-size: 18px;
        font-weight: 600;
        display: flex;
        align-items: center;
        padding: 30px 15px;
        line-height: 10px;
        background-color: #fff !important;
        letter-spacing: 2px;
    }
    li#item_10d89764-066d-4bed-a049-6eb27ee431f5 li:first-child,
    li#item_10d89764-066d-4bed-a049-6eb27ee431f5 li:nth-child(11),
    li#item_10d89764-066d-4bed-a049-6eb27ee431f5 li:nth-child(6),
    li#item_3c34a5cb-78a2-48b7-ad94-9478903b0f34 li:first-child,
    li#item_3c34a5cb-78a2-48b7-ad94-9478903b0f34 li:nth-child(12),
    li#item_3c34a5cb-78a2-48b7-ad94-9478903b0f34 li:nth-child(17),
    li#item_3c34a5cb-78a2-48b7-ad94-9478903b0f34 li:nth-child(7),
    li#item_3c8c375b-4cec-48b9-b466-ac2e12aef38e li:first-child,
    li#item_3c8c375b-4cec-48b9-b466-ac2e12aef38e li:nth-child(4),
    li#item_3c8c375b-4cec-48b9-b466-ac2e12aef38e li:nth-child(8),
    li#item_3ca97da3-29fd-4bab-9a77-06209a52890a li:first-child,
    li#item_3ca97da3-29fd-4bab-9a77-06209a52890a li:nth-child(6),
    li#item_3ca97da3-29fd-4bab-9a77-06209a52890a li:nth-child(11),
    li#item_56d3e10e-d3df-4300-954c-7bfd27a8fea3 li:first-child,
    li#item_56d3e10e-d3df-4300-954c-7bfd27a8fea3 li:nth-child(11),
    li#item_56d3e10e-d3df-4300-954c-7bfd27a8fea3 li:nth-child(17),
    li#item_56d3e10e-d3df-4300-954c-7bfd27a8fea3 li:nth-child(8),
    li#item_7c9ccdbc-309d-4eec-8247-07ca0830a251 li:first-child,
    li#item_7c9ccdbc-309d-4eec-8247-07ca0830a251 li:nth-child(7),
    li#item_bc851be3-20bd-4e45-96c2-e5fd1e8168a4 li:first-child,
    li#item_ec336b34-0175-4614-b394-1dc0f3f27c52 li:first-child,
    li#item_ec336b34-0175-4614-b394-1dc0f3f27c52 li:nth-child(4),
    li#item_menu_8CKGqM li:first-child,
    li#item_menu_8CKGqM li:nth-child(10),
    li#item_menu_MQWhht li:first-child,
    li#item_menu_UiCpBa li:first-child,
    li#item_menu_qHMXDa li:first-child {
        background-color: #f2f2f2;
    }
    li#item_10d89764-066d-4bed-a049-6eb27ee431f5 li:first-child a,
    li#item_10d89764-066d-4bed-a049-6eb27ee431f5 li:nth-child(11) a,
    li#item_10d89764-066d-4bed-a049-6eb27ee431f5 li:nth-child(6) a,
    li#item_3c34a5cb-78a2-48b7-ad94-9478903b0f34 li:first-child a,
    li#item_3c34a5cb-78a2-48b7-ad94-9478903b0f34 li:nth-child(12) a,
    li#item_3c34a5cb-78a2-48b7-ad94-9478903b0f34 li:nth-child(17) a,
    li#item_3c34a5cb-78a2-48b7-ad94-9478903b0f34 li:nth-child(7) a,
    li#item_3c8c375b-4cec-48b9-b466-ac2e12aef38e li:first-child a,
    li#item_3c8c375b-4cec-48b9-b466-ac2e12aef38e li:nth-child(4) a,
    li#item_3c8c375b-4cec-48b9-b466-ac2e12aef38e li:nth-child(8) a,
    li#item_3ca97da3-29fd-4bab-9a77-06209a52890a li:first-child a,
    li#item_3ca97da3-29fd-4bab-9a77-06209a52890a li:nth-child(6) a,
    li#item_56d3e10e-d3df-4300-954c-7bfd27a8fea3 li:first-child a,
    li#item_56d3e10e-d3df-4300-954c-7bfd27a8fea3 li:nth-child(11) a,
    li#item_56d3e10e-d3df-4300-954c-7bfd27a8fea3 li:nth-child(17) a,
    li#item_56d3e10e-d3df-4300-954c-7bfd27a8fea3 li:nth-child(8) a,
    li#item_7c9ccdbc-309d-4eec-8247-07ca0830a251 li:first-child a,
    li#item_7c9ccdbc-309d-4eec-8247-07ca0830a251 li:nth-child(7) a,
    li#item_bc851be3-20bd-4e45-96c2-e5fd1e8168a4 li:first-child a,
    li#item_ec336b34-0175-4614-b394-1dc0f3f27c52 li:first-child a,
    li#item_ec336b34-0175-4614-b394-1dc0f3f27c52 li:nth-child(4) a,
    li#item_menu_8CKGqM li:nth-child(1) a,
    li#item_menu_8CKGqM  li:nth-child(10) a,
    li#item_menu_MQWhht li:first-child a,
    li#item_menu_UiCpBa li:first-child a,
    li#item_menu_qHMXDa li:first-child a {
        padding-left: 32px !important;
        font-size: 12px;
        font-weight: 700;
        color: #000;
    }
    li#item_10d89764-066d-4bed-a049-6eb27ee431f5 li:first-child a,
    li#item_10d89764-066d-4bed-a049-6eb27ee431f5 li:nth-child(11) a,
    li#item_10d89764-066d-4bed-a049-6eb27ee431f5 li:nth-child(6) a,
    li#item_3c34a5cb-78a2-48b7-ad94-9478903b0f34 li:first-child a,
    li#item_3c34a5cb-78a2-48b7-ad94-9478903b0f34 li:nth-child(12) a,
    li#item_3c34a5cb-78a2-48b7-ad94-9478903b0f34 li:nth-child(17) a,
    li#item_3c34a5cb-78a2-48b7-ad94-9478903b0f34 li:nth-child(7) a,
    li#item_3c8c375b-4cec-48b9-b466-ac2e12aef38e li:first-child a,
    li#item_3c8c375b-4cec-48b9-b466-ac2e12aef38e li:nth-child(4) a,
    li#item_3c8c375b-4cec-48b9-b466-ac2e12aef38e li:nth-child(9) a,
    li#item_3ca97da3-29fd-4bab-9a77-06209a52890a li:first-child a,
    li#item_3ca97da3-29fd-4bab-9a77-06209a52890a li:nth-child(6) a,
    li#item_3ca97da3-29fd-4bab-9a77-06209a52890a li:nth-child(11) a,
    li#item_56d3e10e-d3df-4300-954c-7bfd27a8fea3 li:first-child a,
    li#item_56d3e10e-d3df-4300-954c-7bfd27a8fea3 li:nth-child(11) a,
    li#item_56d3e10e-d3df-4300-954c-7bfd27a8fea3 li:nth-child(17) a,
    li#item_56d3e10e-d3df-4300-954c-7bfd27a8fea3 li:nth-child(8) a,
    li#item_7c9ccdbc-309d-4eec-8247-07ca0830a251 li:first-child a,
    li#item_7c9ccdbc-309d-4eec-8247-07ca0830a251 li:nth-child(7) a,
    li#item_bc851be3-20bd-4e45-96c2-e5fd1e8168a4 li:first-child a,
    li#item_ec336b34-0175-4614-b394-1dc0f3f27c52 li:first-child a,
    li#item_ec336b34-0175-4614-b394-1dc0f3f27c52 li:nth-child(4) a,
    li#item_menu_MQWhht li:first-child a,
    li#item_menu_UiCpBa li:first-child a,
    li#item_menu_qHMXDa li:first-child a {
        padding-left: 31px !important;
        font-size: 12px;
        font-weight: 700;
        color: #000;
    }
    li#item_dcc2317a-f7c0-403f-b25a-f8e79bc4679f li:first-child,
    li#item_dcc2317a-f7c0-403f-b25a-f8e79bc4679f li:nth-child(14),
    li#item_dcc2317a-f7c0-403f-b25a-f8e79bc4679f li:nth-child(5),
    li#item_dcc2317a-f7c0-403f-b25a-f8e79bc4679f li:nth-child(8) {
        background-color: #f2f2f2;
    }
    ,
    li#item_bb0f8bc2-bcd3-4d21-a529-0431f6f62e3a li:first-child,
    li#item_bb0f8bc2-bcd3-4d21-a529-0431f6f62e3a li:nth-child(12),
    li#item_bb0f8bc2-bcd3-4d21-a529-0431f6f62e3a li:nth-child(20),
    li#item_bb0f8bc2-bcd3-4d21-a529-0431f6f62e3a li:nth-child(8) {
        background-color: #f2f2f2;
    }
    li#item_b4c3faed-bfe9-41a0-a017-2fc54f40244d li:first-child,
    li#item_b4c3faed-bfe9-41a0-a017-2fc54f40244d li:nth-child(14),
    li#item_b4c3faed-bfe9-41a0-a017-2fc54f40244d li:nth-child(20),
    li#item_b4c3faed-bfe9-41a0-a017-2fc54f40244d li:nth-child(27),
    li#item_b4c3faed-bfe9-41a0-a017-2fc54f40244d li:nth-child(9) {
        background-color: #f2f2f2;
    }
    li#item_ac116ee6-48a4-4572-8961-1e7dd5d6b092 li:first-child,
    li#item_ac116ee6-48a4-4572-8961-1e7dd5d6b092 li:nth-child(10),
    li#item_ac116ee6-48a4-4572-8961-1e7dd5d6b092 li:nth-child(4) {
        background-color: #f2f2f2;
    }
    li#item_2d44f823-5a0e-4859-8a8d-9525da851185 li:first-child,
    li#item_2d44f823-5a0e-4859-8a8d-9525da851185 li:nth-child(16),
    li#item_2d44f823-5a0e-4859-8a8d-9525da851185 li:nth-child(9) {
        background-color: #f2f2f2;
    }
    li#item_menu_JhUNQA li:nth-child(5),
    li#item_menu_JhUNQA li:nth-child(8) {
        background-color: #f2f2f2;
    }
    li#item_menu_3KxWh9 li:first-child,
    li#item_menu_3KxWh9 li:nth-child(11),
    li#item_menu_3KxWh9 li:nth-child(7) {
        background-color: #f2f2f2;
    }
    li#item_menu_dJpKYV li:first-child,
    li#item_menu_dJpKYV li:nth-child(9),
    li#item_menu_dJpKYV li:nth-child(14),
    li#item_menu_JeGJPa li:nth-child(1),
    li#item_menu_JeGJPa li:nth-child(13),
    li#item_menu_JeGJPa li:nth-child(18) {
        background-color: #f2f2f2;
    }
    li#item_dcc2317a-f7c0-403f-b25a-f8e79bc4679f li:first-child > a,
    li#item_dcc2317a-f7c0-403f-b25a-f8e79bc4679f li:nth-child(14) > a,
    li#item_dcc2317a-f7c0-403f-b25a-f8e79bc4679f li:nth-child(5) > a,
    li#item_dcc2317a-f7c0-403f-b25a-f8e79bc4679f li:nth-child(8) > a {
        padding-left: 30px !important;
        font-size: 12px;
        font-weight: 700;
        color: #000;
    }
    li#item_menu_JhUNQA li:nth-child(5) > a,
    li#item_menu_JhUNQA li:nth-child(8) > a {
        padding-left: 30px !important;
        font-size: 12px;
        font-weight: 700;
        color: #000;
    }

    
    li#item_menu_dJpKYV li:first-child > a,
    li#item_menu_dJpKYV li:nth-child(9) > a,
    li#item_menu_dJpKYV li:nth-child(14) > a,
    li#item_menu_JeGJPa li:nth-child(1) > a,
    li#item_menu_JeGJPa li:nth-child(13) > a,
    li#item_menu_JeGJPa li:nth-child(18) > a
    
    
    {
        padding-left: 30px !important;
        font-size: 12px;
        font-weight: 700;
        color: #000;
    }
    li#item_menu_3KxWh9 li:first-child > a,
    li#item_menu_3KxWh9 li:nth-child(11) > a,
    li#item_menu_3KxWh9 li:nth-child(7) > a {
        padding-left: 30px !important;
        font-size: 12px;
        font-weight: 700;
        color: #000;
    }
    li#item_bb0f8bc2-bcd3-4d21-a529-0431f6f62e3a li:first-child > a,
    li#item_bb0f8bc2-bcd3-4d21-a529-0431f6f62e3a li:nth-child(12) > a,
    li#item_bb0f8bc2-bcd3-4d21-a529-0431f6f62e3a li:nth-child(20) > a,
    li#item_bb0f8bc2-bcd3-4d21-a529-0431f6f62e3a li:nth-child(8) > a {
        padding-left: 30px !important;
        font-size: 14px;
    }
    li#item_b4c3faed-bfe9-41a0-a017-2fc54f40244d li:first-child > a,
    li#item_b4c3faed-bfe9-41a0-a017-2fc54f40244d li:nth-child(14) > a,
    li#item_b4c3faed-bfe9-41a0-a017-2fc54f40244d li:nth-child(20) > a,
    li#item_b4c3faed-bfe9-41a0-a017-2fc54f40244d li:nth-child(27) > a,
    li#item_b4c3faed-bfe9-41a0-a017-2fc54f40244d li:nth-child(9) > a {
        padding-left: 30px !important;
        font-size: 14px;
    }
    li#item_2d44f823-5a0e-4859-8a8d-9525da851185 li:first-child > a,
    li#item_2d44f823-5a0e-4859-8a8d-9525da851185 li:nth-child(16) > a,
    li#item_2d44f823-5a0e-4859-8a8d-9525da851185 li:nth-child(9) > a {
        padding-left: 30px !important;
        font-size: 14px;
    }
    li#item_ac116ee6-48a4-4572-8961-1e7dd5d6b092 li:first-child > a,
    li#item_ac116ee6-48a4-4572-8961-1e7dd5d6b092 li:nth-child(10) > a,
    li#item_ac116ee6-48a4-4572-8961-1e7dd5d6b092 li:nth-child(4) > a {
        padding-left: 30px !important;
        font-size: 14px;
    }
    li.t4s-menu-item.t4s-item-level-1 a {
        min-height: 35px;
    }
}
#item_menu_3KxWh9 .t4s-lb_nav_mb {
    color: #ec0101;
    font-size: 9px;
    font-weight: 700;
    padding: 1px 7px 0;
    border-radius: 50px;
    line-height: 14px;
    background: var(--accent-color);
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
    margin-left: 0;
    animation: animate 1.5s linear infinite;
    margin-bottom: 10px;
}
ul#menu-mb_ul li.AJeSSENTIALS-1 ul.t4s-sub-menu.PYTHON-0 li.t4s-menu-item.is--opend a span.t4s-mb-nav_icon::before {
    opacity: 0;
}
ul#menu-mb__ul li.AJeSSENTIALS-1 ul.t4s-sub-menu.PYTHON-0 li.t4s-menu-item ul.t4s-sub-sub-menu {
    display: block;
}
#item_menu_3KxWh9 .t4s-sub-menu li:first-child .t4s-sub-sub-menu li:nth-child(1) a::after,
#item_menu_3KxWh9 .t4s-sub-menu li:first-child .t4s-sub-sub-menu li:nth-child(2) a::after,
#item_menu_3KxWh9 .t4s-sub-menu li:first-child .t4s-sub-sub-menu li:nth-child(3) a::after,
#item_menu_3KxWh9 .t4s-sub-menu li:first-child .t4s-sub-sub-menu li:nth-child(4) a::after,
#item_menu_3KxWh9 .t4s-sub-menu li:first-child .t4s-sub-sub-menu li:nth-child(5) a::after,
#item_menu_3KxWh9 .t4s-sub-menu li:nth-child(2) a::after,
#item_menu_3KxWh9 .t4s-sub-menu li:nth-child(3) a::after,
#item_menu_3KxWh9 .t4s-sub-menu li:nth-child(4) a::after,
#item_menu_3KxWh9 .t4s-sub-menu li:nth-child(5) a::after,
#item_menu_3KxWh9 .t4s-sub-menu li:nth-child(6) a::after {
    content: "UPTO 50%";
    color: #f03a3a;
    font-size: 9px;
    margin-bottom: 14px;
    -webkit-animation: flash linear 1s infinite;
    animation: flash linear 1s infinite;
    display: block;
    height: 8px;
    font-weight: 700;
    padding: 2px;
    float: right;
    margin-left: 4px;
    animation: blinker 1.5s linear infinite;
    line-height: 5px;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.revamp {
    border-bottom: 1px solid #000;
    margin: 10px 0 24px;
}
.revamp .t4s-mini-search__input {
    border: none;
}
.revamp input::placeholder {
    font-weight: 700;
}
.revamp-social .t4s-socials-title {
    font-weight: 700;
    font-size: 13px;
    text-align: center;
}
.revamp-social .t4s-socials {
    justify-content: center;
}
#item_menu_JhUNQA .t4s-lb_nav_mb {
    background: #fff !important;
}
#item_10d89764-066d-4bed-a049-6eb27ee431f5 .t4s-sub-menu li:nth-child(2) a::after,
#item_10d89764-066d-4bed-a049-6eb27ee431f5 .t4s-sub-menu li:nth-child(7) a::after,
#item_menu_dJpKYV .t4s-sub-menu li:nth-child(2) a::after,
#item_menu_dJpKYV .t4s-sub-menu li:nth-child(3) a::after,
#item_menu_dJpKYV .t4s-sub-menu li:nth-child(12) a::after{
    content: "NEW";
    color: #000;
    font-size: 9px;
    margin-bottom: 14px;
    -webkit-animation: flash linear 1s infinite;
    animation: flash linear 1s infinite;
    display: block;
    height: 8px;
    font-weight: 700;
    padding: 2px;
    float: right;
    margin-left: 4px;
    animation: blinker 1.5s linear infinite;
    line-height: 5px;
}

#predictive-search-results ul,
.search-list-all ul {
    display: block;
    padding: 20px;
    border-bottom: 1px solid rgba(var(--border-color-rgb), 0.8);
    border-top: 1px solid rgba(var(--border-color-rgb), 0.8);
    margin-bottom: 0;
}
#predictive-search h3,
#predictive-search-products {
    font-weight: 600;
    color: var(--secondary-color);
    padding: 10px 20px;
    border-top: 1px solid rgba(var(--border-color-rgb), 0.8);
    box-shadow: 0 3px 10px #81818133;
    font-size: 14px;
}
#predictive-search .predictive-search-button {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    color: var(--secondary-color);
    background: 0 0;
}
#search-modal .search-form {
    border-bottom: 1px solid rgba(var(--border-color-rgb), 0.8);
}
#predictive-search-results ul li,
.search-list-all ul li {
    padding: 10px 0;
}
#predictive-search-results ul li a,
.search-list-all ul li a {
    display: grid;
    grid-template-columns: 8rem 1fr;
    grid-column-gap: 2rem;
    grid-template-areas: "product-image product-content";
}
.predictive-search-results-title {
    margin-bottom: 0;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.search_heading {
    line-height: 10px;
}
.quick-search {
    margin-left: 20px;
    margin-top: 10px;
    font-size: 12px;
}
.quick-search ul {
    padding: 0;
}
