:not(#mainMenu) > .menu, :not(#mainMenu) > .menu div:not(.dynamicMenu) {
    background-color: inherit;
}

:not(#mainMenu) > .menu {
    position: relative;
}

.cart-item-title {
    font-size: 21px;
    font-weight: 300;
    line-height: normal;
}

.sticky .search-modal:before {
    content: '';
    position: fixed;
    width: 100%;
    background: #25252594;
    z-index: -1;
    inset: 0;
    cursor: pointer;
}

.sticky .header-main + div {
    padding: 0;
}

.sticky .search-modal {
    display: none;
    position: absolute;
    right: 0;
    width: 30%;
    z-index: 1;
}

.login-modal {
    width: 160px;
    height: auto;
    padding: 15px;
    left: -25px;
    background: #f6f6f6;
}

.login-modal li:first-child:hover > a {
    color: var(--belloblack) !important;
}

.login-modal li:first-child {
    background-color: var(--maincolor);
    color: #fff;
    height: 60px;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
}

.login-modal li:last-child {
    background-color: #fff;
    color: var(--belloblack);
    height: 60px;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
}

.header-main {
    padding-top: 2rem;
    padding-bottom: .2rem;
    display: flex;
    align-items: center;
}

.menu-list {
    z-index: 33;
}

.menu li {
    float: left;
}

.header-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    cursor: pointer;
}

.header-icon img {
    max-width: 25px;
    max-height: 30px;
    object-fit: contain;
}

[dir="rtl"] .menu li {
    float: right;
}

.masonry {
    padding: 35px 130px 50px 100px;
}

.catImgWrapper {
    padding: 35px 0;
}

.catImgWrapper a {
    padding: 0 !important;
    height: auto !important;
}

nav#mainMenu ul.menu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sticky .header-right {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    gap: 15px;
    order: 3;
}

button#search-btn {
    background: url(/Data/EditorFiles/belloroma/search-icon.svg) no-repeat center;
    background-size: 20px;
}

.menu a {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

[dir="rtl"] .menu a {
    float: right;
}

.menu li.parentLink > ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    display: none;
}

[dir="rtl"] .menu li.parentLink > ul {
    right: 0;
    left: auto;
}

.menu li.parentLink li a {
    width: 100%;
}

.menu li.parentLink li.parentLink ul {
    float: left;
    position: relative;
    box-sizing: border-box;
    border-left: 10px solid #dedede;
}

[dir="rtl"] .menu li.parentLink li.parentLink ul {
    float: right;
    border-right: 10px solid #dedede;
    border-left: 0;
}

#mobileAppNotify {
    position: fixed;
    z-index: 9999;
}

#appNotify {
    display: flex;
    align-items: center;
}

#appLogo p {
    padding-bottom: 0;
}

#appLogo img {
    max-width: 100%;
    width: auto;
    height: auto;
}

#appBtn {
    white-space: nowrap;
}

.sticky-search {
    display: none;
}

.sticky .sticky-search {
    display: block;
}

.sticky .dn-sticky {
    display: none;
}

.header-wrapper {
    z-index: 999;
    border-bottom: 1px solid #f6f6f6;
}

#header-wrap.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

#headerTop {
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 13px;
    background: var(--maincolor);
    font-weight: 400;
}

.header-notification {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: .9px;
    cursor: pointer;
}

.hovercart-icon {
    display: block;
    width: 70px;
    height: 70px;
}

.hover-price-detail .totalBasketPrice {
    font-size: 21px;
}

.hover-price-detail div:first-child {
    font-size: 16px;
}

#basketList #clearBasket {
    background: var(--maincolor) url(/Data/EditorFiles/belloroma/removecart.svg) no-repeat center;
}

#basketList .middleItem {
    max-height: 425px;
}

#basketList #goBasket {
    background: var(--maincolor) url(/Data/EditorFiles/belloroma/buycart.svg) no-repeat center;
}

#basketList .decBasketProduct {
    background: url(/Data/EditorFiles/belloroma/hovercart-minus.svg) no-repeat center;
    opacity: 1;
    width: 20px;
}

#basketList .incBasketProduct {
    background: url(/Data/EditorFiles/belloroma/hovercart-plus.svg) no-repeat center;
    opacity: 1;
    width: 20px;
}

#basketList .qtyBtns, #basketList .qtyBtns input {
    background: none !important;
    color: var(--belloblack);
    font-size: 21px;
    box-shadow: none;
}

#basketList .qtyBtns input {
    min-width: calc(100% - 70px);
    pointer-events: none;
}

#basketList .qtyBtns {
    background: none !important;
    color: var(--belloblack);
    font-size: 21px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hover-icons {
    display: flex;
    align-items: center;
    gap: 30px;
}

.hover-price-detail {
    display: flex;
    align-items: flex-end;
    flex-direction: column-reverse;
    justify-content: center;
}

.locationLinkWrap {
    padding: 7px 10px;
    box-sizing: border-box;
}

[dir="rtl"] #topMenu, [dir="rtl"] #topMenu li, [dir="rtl"] #topMenu a {
    float: right;
}

#topMenu a {
    line-height: 30px;
    color: #545454;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #ddd;
}

[dir="rtl"] #topMenu a {
    border-right: 0;
    border-left: 1px solid #ddd;
}

#topMenu ul li:hover > span, #topMenu ul li:hover > a {
    background: #e2e2e2;
}

#headerTop select {
    height: 30px;
    padding: 0 30px 0 10px;
    background: url('selectArrow.png') no-repeat right center;
    border: 0;
    border-left: 1px solid #ddd;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #545454;
    font-size: 12px;
}

[dir="rtl"] #headerTop select {
    padding: 0 10px 0 30px;
    background: url('selectArrow.png') no-repeat 10px center;
    border-right: 1px solid #ddd;
    border-left: 0;
}

#headerPhone {
    color: #545454;
    font-size: 12px;
    line-height: 30px;
}

#header-wrap .cart-soft-count, #header-customer-msg .message-count {
    width: 13px;
    height: 13px;
    line-height: 13px;
    border-radius: 10px;
}

#basketList {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #F6F6F6;
    z-index: 3333;
    min-width: 400px;
    padding: 20px;
}

#basketList {
    color: #2E2B29;
}

#basketList .discountedPrice {
    font-size: 16px;
    font-weight: 400;
    color: #2E2B29;
}

.cart-priceflex {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
}

.notdisc {
    font-size: 21px;
    font-weight: 400;
}

#logo a {
    float: left;
    width: 100%;
    height: 40px;
}

.sticky #logo a {
    height: 40px;
}

/* #logo p, #logo img {
    -webkit-transition-timing-function: cubic-bezier(0.200, 0.020, 0.200, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.200, 0.020, 0.200, 1.000);
    -ms-transition-timing-function: cubic-bezier(0.200, 0.020, 0.200, 1.000);
    -o-transition-timing-function: cubic-bezier(0.200, 0.020, 0.200, 1.000);
    transition-timing-function: cubic-bezier(0.200, 0.020, 0.200, 1.000);
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
} */
#logo p {
    float: left;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    padding-bottom: 0;
}

.sticky #logo p {
    height: 40px;
}

#logo img {
    display: inherit;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    z-index: 99999;
}

#searchListWrap {
    position: relative;
}

#live-search {
    height: 36px;
    line-height: 14px;
}

#live-search-box {
    top: 100%;
    left: -1px;
    z-index: 999;
}

#FormAra {
    position: absolute;
    top: calc(50% - 25px);
    right: 0;
    height: 50px;
    background: #fff;
    box-sizing: border-box;
    z-index: 999;
}

[dir="rtl"] #FormAra {
    left: 0;
    right: auto;
}

.sticky #FormAra {
    top: calc(50% - 20px);
    height: 40px;
}

.forDesktop #FormAra:not(.focus) {
    border-color: transparent;
}

.forDesktop #FormAra.focus {
    width: 100%;
}

.forDesktop #FormAra.focus:before {
    content: '';
}

.forDesktop #FormAra:not(.focus):before {
    display: block;
    position: absolute;
    top: 0;
    right: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #2c3135;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

[dir="rtl"] .forDesktop #FormAra:not(.focus):before {
    left: 48px;
    right: auto;
}

.sticky .forDesktop #FormAra:not(.focus):before {
    right: 38px;
    line-height: 38px;
}

[dir="rtl"] .sticky .forDesktop #FormAra:not(.focus):before {
    left: 38px;
    right: auto;
}

.forDesktop #FormAra:not(.focus):after {
    content: '\e811';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    line-height: 48px;
    color: var(--maincolor);
    font-size: 13px;
    font-family: 'tsoft';
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

[dir="rtl"] .forDesktop #FormAra:not(.focus):after {
    left: 0;
    right: auto;
}

.sticky .forDesktop #FormAra:not(.focus):after {
    width: 38px;
    line-height: 38px;
}

#FormAra input[type="text"] {
    display: none;
    width: calc(100% - 48px);
    height: 48px;
    color: #2e2b29;
    font-size: 13px;
    border: 0;
    box-sizing: border-box;
    font-weight: 300;
}

.sticky #FormAra input[type="text"] {
    width: calc(100% - 38px);
    height: 38px;
}

#FormAra input[type="text"]:focus {
    box-shadow: none;
}

#FormAra button[type="submit"] {
    display: none;
    position: relative;
    width: 48px;
    height: 48px;
    font-size: 20px;
    border: 0;
    cursor: pointer;
}

.sticky #FormAra button[type="submit"] {
    width: 38px;
    height: 38px;
}

#FormAra.focus input[type="text"], #mobileWrapper #FormAra input[type="text"], #FormAra.focus button[type="submit"], #mobileWrapper #FormAra.focus button[type="submit"] {
    display: block;
}

#live-search {
    height: 36px;
    line-height: 14px;
}

#live-search-box {
    position: absolute;
    top: 100%;
    width: calc(100% + 2px);
    background: #fff;
    border-bottom: 0;
    z-index: 999;
}

#live-search-box ul {
    float: left;
    width: 100%;
    border-top: 1px solid #ececec;
    max-height: 525px;
    overflow-y: scroll;
}

#live-search-box li {
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec;
    display: flex;
    justify-content: center;
    align-items: center;
}

#live-search-box a {
    float: left;
    width: 100%;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 5px 10px;
    font-size: 16px;
}

#live-search-box:not([data-callback]) span, #live-search-box .search-image {
    width: 25%;
    height: auto;
    object-fit: contain;
    overflow: hidden;
}

#live-search-box[data-callback] span {
    box-sizing: border-box;
}

#live-search-box img {
    object-fit: contain;
}

.header-main + div {
    padding-top: 10px;
    padding-bottom: 1rem;
}

#mainMenu a {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #2c3135;
}

.sticky #mainMenu a {
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    font-weight: 500;
}

#mainMenu a:hover {
    color: var(--maincolor);
}

.menu li.parentLink > a {
    background-color: transparent;
}

#mainMenu .parentLink li a {
    height: auto;
    line-height: 40px;
    font-size: 14px;
    color: var(--maincolor);
    border-right: 0;
    padding-right: 0;
    padding-left: 0;
    font-weight: 600;
    position: relative;
}

#mainMenu .parentLink li a:hover:before {
    width: 75%;
    height: 1px;
}

#mainMenu .parentLink li a:before {
    content: '';
    height: 0px;
    display: block;
    background: var(--maincolor);
    position: absolute;
    width: 0px;
    bottom: 0;
    left: 0;
    transition: all 400ms;
}

.menu li:hover > a {
    color: var(--maincolor);
}

#mainMenu .parentLink .sublink-wrap li a {
    line-height: 35px;
    color: #2e2b29;
    font-weight: 300;
    width: auto;
}

.subMenu {
    max-width: 1200px;
    /* box-shadow: 0 2px 2px 0px rgba(0,0,0,.1); */
}

.subMenu *:not(.dynamicMenu) {
    background-color: transparent;
    break-after: avoid-column;
}

.menuTitle {
    font-size: 20px;
    padding-bottom: 10px;
}

.subMenu a {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    box-sizing: border-box;
}

.subMenu li li a {
    font-size: 11px;
    background-repeat: no-repeat;
    background-position: 0 center;
}

.subMenu a:hover {
    background-color: #fff;
    padding-right: 10px;
    padding-left: 10px;
}

#mainMenu .subMenu a:hover, #mainMenu .parentLink .sublink-wrap li a:hover {
    color: var(--maincolor);
}

.subMenu .dynamicMenu {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#headerBottom {
    height: 20px;
    overflow: hidden;
}

.sticky #headerBottom {
    height: 0;
}

.sticky .parentLink {
    padding: 25px 0;
}

.sticky .drop-down.hover:hover .drop-down-title + .top {
    top: 70%;
}

#alterMenu.menu > li:before {
    content: '.';
    float: left;
    line-height: 20px;
    font-size: 25px;
    margin-top: -17px;
}

#alterMenu a {
    line-height: 20px;
    font-size: 11px;
    color: #2c3135;
}

[dir="rtl"] #alterMenu a {
    border-right: 0;
    border-left: 1px solid #ddd;
}

#alterMenu li:last-child a {
    border-right: 0;
}

[dir="rtl"] #alterMenu li:last-child a {
    border-left: 0;
}

#alterMenu .menu > li:hover a {
    color: var(--belloblack);
}

#alterMenu .menu > li:hover .subMenu {
    top: 29px;
    z-index: 3333;
}

#alterMenu .menu > li:hover .subMenu a {
    border-right: 0;
}

#alterMenu .menu > li:hover .subMenu a:hover {
    color: #f37121;
}

#alterMenu .subMenu li, #alterMenu .subMenu a {
    line-height: 30px;
    border-color: #e0e0e0;
}

.sticky .col-sticky-12 {
    width: 100%;
}

.sticky .col-sticky-11 {
    width: 91.66666667%;
}

.sticky .col-sticky-10 {
    width: 83.33333333%;
}

.sticky .col-sticky-9 {
    width: 75%;
}

.sticky .col-sticky-8 {
    width: 66.66666667%;
}

.sticky .col-sticky-7 {
    width: 58.33333333%;
}

.sticky .col-sticky-6 {
    width: 50%;
}

.sticky .col-sticky-5 {
    width: 41.66666667%;
}

.sticky .col-sticky-4 {
    width: 33.33333333%;
}

.sticky .col-sticky-3 {
    width: 25%;
}

.sticky .col-sticky-2 {
    width: 16.66666667%;
}

.sticky .col-sticky-1 {
    width: 8.33333333%;
}

.sticky .col-sticky-auto {
    width: auto;
}

@media screen and (max-width: 1230px) {
    #header-info {
        border-left:0;
    }

    #headerMain {
        padding-right: 20px;
        padding-left: 20px;
    }

    #mainMenu .menu > li {
        padding-right: 5px;
    }

    .menu a {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media screen and (max-width: 1000px) {
    .sticky .col-md-sticky-12 {
        width:100%;
    }

    .sticky .col-md-sticky-11 {
        width: 91.66666667%;
    }

    .sticky .col-md-sticky-10 {
        width: 83.33333333%;
    }

    .sticky .col-md-sticky-9 {
        width: 75%;
    }

    .sticky .col-md-sticky-8 {
        width: 66.66666667%;
    }

    .sticky .col-md-sticky-7 {
        width: 58.33333333%;
    }

    .sticky .col-md-sticky-6 {
        width: 50%;
    }

    .sticky .col-md-sticky-5 {
        width: 41.66666667%;
    }

    .sticky .col-md-sticky-4 {
        width: 33.33333333%;
    }

    .sticky .col-md-sticky-3 {
        width: 25%;
    }

    .sticky .col-md-sticky-2 {
        width: 16.66666667%;
    }

    .sticky .col-md-sticky-1 {
        width: 8.33333333%;
    }

    .sticky .col-md-sticky-auto {
        width: auto;
    }

    .forDesktop #FormAra:before {
        content: '';
    }

    #headerTop {
        height: 45px;
        line-height: 45px;
    }

    #mainMenu a {
        font-size: 12px;
    }
}

@media screen and (min-width: 769px) {
    .sticky #headerTop {
        height: 0;
        overflow: hidden;
    }

    .header-wrapper {
        min-height: 180px;
    }

    .sticky .header-main {
        padding-top: 15px;
    }

    .menu li.parentLink:hover > ul {
        display: block;
    }

    .search-modal:not(.sticky .search-modal) {
        display: block !important;
    }
}

@media screen and (max-width: 768px) {
    #mobileMenuMain a, #mobileMenuMain li span {
        line-height: 40px;
    }

    /* #header-info .swiper-slide
    {
        width: 100% !important;
    } */
    #logo {
        padding-left: 2.5rem;
    }

    .header-main {
        padding-top: 2rem;
        padding-bottom: 1.3rem;
        transition: all 300ms ease;
    }

    .sticky .header-main {
        padding-top: 1.5rem;
        padding-bottom: 0.6rem;
    }

    .header-notification {
        font-size: 11px;
        letter-spacing: normal;
    }

    .second-break {
        background: var(--belloblack);
        position: relative;
    }

    .second-break:before {
        content: '';
        display: block;
        background: var(--belloblack);
        width: 10px;
        height: 10px;
        top: -5px;
        left: 80px;
        position: absolute;
        transform: rotate(45deg);
    }

    .second-break li a {
        background: var(--belloblack);
        color: #fff;
        font-weight: 400;
        font-size: 16px;
        text-align: center;
    }

    div#mobileMenuMain > ul > li > a, .first-title {
        font-size: 1rem;
    }

    .first-title + ul li span {
        height: 50px;
        color: var(--maincolor);
        font-size: 16px !important;
        font-weight: 400;
        text-transform: capitalize;
        text-align: center;
        line-height: 50px !important;
    }

    .first-title.active + ul li {
        background-color: #f6f6f6;
    }

    .first-break {
        padding-inline:0; }

    a#mobileBasketBtn {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        height: 70px;
        background: var(--maincolor);
    }

    a#mobileBasketBtn span {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        line-height: normal;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
    }

    a#mobileBasketBtn .cart-soft-price {
        font-size: 21px;
        font-weight: 400;
    }

    .mobile-login-modal {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
    }

    .mobile-login-modal a {
        height: 55px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--belloblack);
        background: #fff;
        border: 3px solid var(--maincolor) !important;
        font-size: 17px;
        font-weight: 400;
    }

    .mobile-icon-close {
        background: url(/Data/EditorFiles/belloroma/mobile-menu-close.svg) no-repeat center;
        width: 25px;
        height: 25px;
        display: block;
    }

    #closeMobileMenu {
        padding-top: 1.5rem;
    }

    .mmenu-iconcart {
        background: url(/Data/EditorFiles/belloroma/buycart.svg) no-repeat center;
        width: 22px;
        height: 22px;
        display: block;
        background-size: contain;
    }

    .header-right {
        display: none !important;
    }

    .sticky .col-sm-sticky-12 {
        width: 100%;
    }

    .sticky .col-sm-sticky-11 {
        width: 91.66666667%;
    }

    .sticky .col-sm-sticky-10 {
        width: 83.33333333%;
    }

    .sticky .col-sm-sticky-9 {
        width: 75%;
    }

    .sticky .col-sm-sticky-8 {
        width: 66.66666667%;
    }

    .sticky .col-sm-sticky-7 {
        width: 58.33333333%;
    }

    .sticky .col-sm-sticky-6 {
        width: 50%;
    }

    .sticky .col-sm-sticky-5 {
        width: 41.66666667%;
    }

    .sticky .col-sm-sticky-4 {
        width: 33.33333333%;
    }

    .sticky .col-sm-sticky-3 {
        width: 25%;
    }

    .sticky .col-sm-sticky-2 {
        width: 16.66666667%;
    }

    .sticky .col-sm-sticky-1 {
        width: 8.33333333%;
    }

    .sticky .col-sm-sticky-auto {
        width: auto;
    }

    #mobileAppNotify {
        background-color: #e0e0e0;
    }

    #appNotify {
        position: relative;
        z-index: 9999;
    }

    #appNotifyClose {
        background-color: var(--belloblack);
        color: #FFF;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        width: 18px;
        min-width: 18px;
        height: 18px;
        padding: 0;
        margin-right: 10px;
        border-radius: 100%;
    }

    #appLogo {
        background-color: #FFF;
        width: 56px;
        min-width: 56px;
        height: 56px;
        border-radius: 4px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    #applogo * {
        margin: 0px;
        padding: 0px;
    }

    #appText {
        color: var(--belloblack);
        font-size: 13px;
        font-weight: 500;
        line-height: 18px;
        width: calc(100% - 176px);
    }

    .menu-list, .menu-list li, .menu-list a {
        width: 100%;
    }

    .menu-list.show, .menu li.parentLink ul.show {
        display: block;
    }

    .animate {
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    #menuBtn {
        font-size: 31px;
        cursor: pointer;
    }

    [dir="rtl"] #menuBtn {
        background-position: 10px center;
    }

    @-webkit-keyframes pageOverlayDefault {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
        }
    }

    @keyframes pageOverlayDefault {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
        }
    }

    #pageOverlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,.7);
        z-index: 3333;
        opacity: 0;
        display: none;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-name: pageOverlayDefault;
        animation-name: pageOverlayDefault;
    }

    @-webkit-keyframes pageOverlay {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes pageOverlay {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .menuShow #pageOverlay {
        display: block;
        -webkit-animation-name: pageOverlay;
        animation-name: pageOverlay;
    }

    @-webkit-keyframes mobileMenuDefault {
        from {
            left: 0;
        }

        to {
            left: -100%;
        }
    }

    @-webkit-keyframes mobileMenuDefaultRtl {
        from {
            right: 0;
        }

        to {
            right: -100%;
        }
    }

    @keyframes mobileMenuDefault {
        from {
            left: 0;
        }

        to {
            left: -100%;
        }
    }

    @keyframes mobileMenuDefaultRtl {
        from {
            right: 0;
        }

        to {
            right: -100%;
        }
    }

    #mobileMenu {
        position: fixed;
        left: -100%;
        top: 0;
        bottom: 0;
        width: 75%;
        background: #fff;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        z-index: 4444;
        -webkit-animation-name: mobileMenuDefault;
        animation-name: mobileMenuDefault;
    }

    #mobileMenu::-webkit-scrollbar {
        display: none;
    }

    [dir="rtl"] #mobileMenu {
        right: -100%;
        left: auto;
        -webkit-animation-name: mobileMenuDefaultRtl;
        animation-name: mobileMenuDefaultRtl;
    }

    @-webkit-keyframes mobileMenu {
        from {
            left: -100%;
        }

        to {
            left: 0;
        }
    }

    @-webkit-keyframes mobileMenuRtl {
        from {
            right: -100%;
        }

        to {
            right: 0;
        }
    }

    @keyframes mobileMenu {
        from {
            left: -100%;
        }

        to {
            left: 0;
        }
    }

    @keyframes mobileMenuRtl {
        from {
            right: -100%;
        }

        to {
            right: 0;
        }
    }

    .menuShow #mobileMenu {
        -webkit-animation-name: mobileMenu;
        animation-name: mobileMenu;
    }

    [dir="rtl"] .menuShow #mobileMenu {
        -webkit-animation-name: mobileMenuRtl;
        animation-name: mobileMenuRtl;
    }

    #mobileMenu .text-title {
        line-height: 45px;
        font-size: 20px;
    }

    #mobileMenuMain span, #mobileMenuMain a, #mobileMenuMain label, #mobileMenuMain select {
        cursor: pointer;
    }

    #mobileMenu span.active {
        color: var(--belloblack);
        font-weight: 400;
        font-size: 16px;
    }

    .first-break span.active {
        color: var(--maincolor) !important;
    }

    #mobileMenu li ul {
        display: none;
    }

    #mobileMenu li ul a {
        line-height: 35px;
    }

    #mobileMenu select, [dir="rtl"] #mobileMenu select {
        background: none;
        border: 0;
    }

    #headerMain {
        font-size: 16px;
    }

    #search {
        padding-left: 0;
        padding-right: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    #FormAra {
        position: relative;
        height: 55px;
        background-color: #f6f6f6;
        padding: 0 1rem;
    }

    #FormAra:before {
        content: '';
    }

    #FormAra input[type="text"] {
        display: block;
        font-size: 15px;
        padding-top: 0;
        padding-bottom: 0;
        background-color: #f6f6f6;
        height: 55px;
    }

    #FormAra input[type="text"]::-webkit-input-placeholder {
        line-height: 25px;
        font-size: 15px;
        color: #2e2b29;
    }

    #FormAra input[type="text"]::-moz-placeholder {
        line-height: 25px;
        font-size: 15px;
        color: #2e2b29;
    }

    #FormAra input[type="text"]:-ms-input-placeholder {
        line-height: 25px;
        font-size: 15px;
        color: #2e2b29;
    }

    #FormAra input[type="text"]:-moz-placeholder {
        line-height: 25px;
        font-size: 15px;
        color: #2e2b29;
    }

    #FormAra button[type="submit"] {
        display: block;
        height: 55px;
        line-height: 55px;
    }

    /*    #live-search-box{
            opacity:0;
        }*/
    #mobileOptions {
        line-height: 50px;
    }

    #mobileOptions a, #mobileOptions span, #mobileOptions label, #mobileOptions select {
        color: #363636;
        font-size: 15px;
        text-transform: capitalize;
    }

    #mobileOptions select {
        height: 50px;
        line-height: 50px;
    }

    #header-wrap .cart-soft-count, .accountMessageLink .message-count {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
}

@media screen and (max-width: 540px) {
    #headerTop {
        position: fixed;
        top: 0;
        z-index: 9999;
    }

    .sticky .col-xs-sticky-12 {
        width: 100%;
    }

    .sticky .col-xs-sticky-11 {
        width: 91.66666667%;
    }

    .sticky .col-xs-sticky-10 {
        width: 83.33333333%;
    }

    .sticky .col-xs-sticky-9 {
        width: 75%;
    }

    .sticky .col-xs-sticky-8 {
        width: 66.66666667%;
    }

    .sticky .col-xs-sticky-7 {
        width: 58.33333333%;
    }

    .sticky .col-xs-sticky-6 {
        width: 50%;
    }

    .sticky .col-xs-sticky-5 {
        width: 41.66666667%;
    }

    .sticky .col-xs-sticky-4 {
        width: 33.33333333%;
    }

    .sticky .col-xs-sticky-3 {
        width: 25%;
    }

    .sticky .col-xs-sticky-2 {
        width: 16.66666667%;
    }

    .sticky .col-xs-sticky-1 {
        width: 8.33333333%;
    }

    .sticky .col-xs-sticky-auto {
        width: auto;
    }

    #header {
        padding-top: 140px;
    }

    #headerMain {
        position: fixed;
        top: 2rem;
        left: 0;
        background: #fff;
        /* box-shadow: 0 3px 3px rgba(0,0,0,.1); */
        z-index: 999;
    }

    #menuBtn {
        font-size: 25px;
    }

    #mainMenu {
        border-radius: 0;
    }

    #closeMobileMenu {
        font-size: 14px;
    }

    #FormAra {
        height: 55px;
    }

    #FormAra input[type="text"] {
        height: 55px;
        font-size: 13px;
    }

    #FormAra input[type="text"]::-webkit-input-placeholder {
        font-size: 13px;
    }

    #FormAra input[type="text"]::-moz-placeholder {
        font-size: 13px;
    }

    #FormAra input[type="text"]:-ms-input-placeholder {
        font-size: 13px;
    }

    #FormAra input[type="text"]:-moz-placeholder {
        font-size: 13px;
    }

    #FormAra button[type="submit"] {
        height: 55px;
        line-height: 55px;
    }

    #mobileMenu .text-title {
        font-size: 18px;
    }

    #mobileMenuMain span, #mobileMenuMain label, #mobileMenuMain select {
    }

    #mobileMenu li ul a, #mobileMenu li ul span {
    }

    #mobileOptions a, #mobileOptions span, #mobileOptions label, #mobileOptions select {
        font-size: 13px;
    }

    .menuOverflow {
        position: relative;
    }

    .menuPrev, .menuNext {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 15px;
        height: 100%;
        background-color: rgba(0,0,0,.3);
        z-index: 33;
    }

    .menuPrev {
        left: 0;
    }

    .menuNext {
        right: 0;
    }

    .basketLink .icon-cart:before, .accountMessageLink .icon-email:before {
        margin-right: 0;
    }

    #headerMain .icon-member-default, #headerMain .icon-cart {
        font-size: 16px;
    }
}