:not(#mainMenu) > .menu,
:not(#mainMenu) > .menu div:not(.dynamicMenu) {
  background-color: inherit;
}
:not(#mainMenu) > .menu {
  position: relative;
}
.menu-list {
  z-index: 33;
}
.menu li {
  float: left;
  border-bottom: 1px solid #f2f2f2;
}
[dir="rtl"] .menu li {
  float: right;
}
.menu a {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
[dir="rtl"] .menu a {
  float: right;
}
#mainMenu .subMenu .dynamicMenu ul li .link-wrap > a {
  color: #000;
}

#mainMenu .subMenu .dynamicMenu ul li .link-wrap > a + ul {
  display: grid;
  padding-left: 20px;
}

.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 .dn-sticky {
  display: none;
}
.header-wrapper {
  z-index: 10;
}
#header-wrap.sticky #headerBottom {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.sticky #notice {
  height: 0;
}
.sticky #notice-mobile {
  height: 0;
}
.sticky #headerMain {
  height: 0;
}
#headerTop {
  height: 56px;
  line-height: 55px;
  color: #5e5e5e;
  font-size: 12px;
}
.sticky #headerTop {
  height: 0;
  overflow: hidden;
}
.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: 119%;
  right: 22px;
  background: #fff;
  z-index: 3333;
  width: 270px;
  border-radius: 14px;
  box-shadow: 0 8px 18px -11px rgb(0 0 0 / 50%);
  background-color: #f9f9f9;
}
#logo a {
  float: left;
  width: 100%;
  height: 60px;
}
#logo p,
#logo img {
  -webkit-transition-timing-function: cubic-bezier(0.2, 0.02, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.2, 0.02, 0.2, 1);
  -ms-transition-timing-function: cubic-bezier(0.2, 0.02, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 0.02, 0.2, 1);
  transition-timing-function: cubic-bezier(0.2, 0.02, 0.2, 1);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#logo p {
  float: left;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  padding-bottom: 0;
}
#logo img {
  display: inherit;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
#searchListWrap {
  position: relative;
}
#live-search {
  height: 36px;
  line-height: 14px;
}
#live-search-box {
  top: 100%;
  left: -1px;
  z-index: 999;
}
#FormAra {
  height: 52px;
  background: #fff;
  box-sizing: border-box;
  z-index: 999;
  border-radius: 7px;
  border: 1px solid #d5d5d5;
  overflow: hidden;
}
[dir="rtl"] #FormAra {
  left: 0;
  right: auto;
}
.forDesktop #FormAra.focus {
  width: 100%;
}
.forDesktop #FormAra.focus:before {
  content: "";
}
[dir="rtl"] .forDesktop #FormAra:not(.focus):before {
  left: 48px;
  right: auto;
}
[dir="rtl"] .sticky .forDesktop #FormAra:not(.focus):before {
  left: 38px;
  right: auto;
}
[dir="rtl"] .forDesktop #FormAra:not(.focus):after {
  left: 0;
  right: auto;
}
#FormAra input[type="text"] {
  width: calc(100% - 78px);
  height: 49px;
  border: 0;
  box-sizing: border-box;
  color: #464646;
  font-size: 12px;
  font-weight: 400;
  background: url(search.svg) no-repeat 18px center;
  padding-left: 37px;
}
#FormAra input[type="text"]:focus {
  box-shadow: none;
}
#FormAra button[type="submit"] {
  position: relative;
  width: 51px;
  height: 32px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 7px;
  border: 1px solid #474747;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  background-color: #464646;
  margin-top: 10px;
  margin-right: 10px;
}
#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;
}
#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;
}
#live-search-box a {
  float: left;
  width: 100%;
  font-weight: 600;
  display: flex;
  align-items: center;
}
#live-search-box:not([data-callback]) span,
#live-search-box .search-image {
  width: 5%;
  height: 0;
  padding-bottom: 5%;
  margin-top: 5px;
  margin-right: 15px;
  margin-bottom: 5px;
  margin-left: 5px;
  overflow: hidden;
}
#live-search-box[data-callback] span {
  box-sizing: border-box;
}
#live-search-box img {
  margin: 0 auto;
}
#mainMenu .menu > li {
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
#mainMenu a {
  line-height: normal;
  color: #000000;
  font-size: 15px;
  font-weight: 800;
}
.menu li.parentLink > a {
  background-color: transparent;
}
#mainMenu .parentLink li a {
  line-height: normal;
  border-right: 0;
  padding-right: 0;
  padding-left: 0;
  color: #949494;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  height: 25px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
#mainMenu .parentLink .sublink-wrap li a {
  line-height: 17px;
  color: #797979;
}
.subMenu {
  max-width: 1200px;
  background: transparent;
  padding-top: 10px;
}
.subMenu *:not(.dynamicMenu) {
  background-color: transparent;
}
.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;
}

#mainMenu .subMenu a:hover,
#mainMenu .parentLink .sublink-wrap li a:hover {
  color: #faae83;
}
.subMenu .dynamicMenu {
  border-radius: 14px;
  box-shadow: 0 8px 18px -11px rgb(0 0 0 / 50%);
  background-color: #f9f9f9;
  overflow-y: auto;
  max-height: 700px;
}
#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: #5e5e5e;
}
[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: #000;
}
#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;
}
#mainMenu .menu > li:hover {
  background-color: #faae83;
}
#favicon a {
  background: url(fav.svg) no-repeat center top;
  padding-top: 30px;
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
#cargoFollow a {
  background: url(cargo.svg) no-repeat center top;
  padding-top: 30px;
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
#loginTop span {
  background: url(login.svg) no-repeat center top;
  padding-top: 30px;
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
#cartTop > a {
  background: url(cart.svg) no-repeat center top;
  padding-top: 30px;
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
#loginTop ul {
  width: 170px;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 8px 18px -11px rgb(0 0 0 / 50%);
  background: #fff;
  right: -90px;
  top: 121%;
  transition-property: transform;
  transition: 0.25s ease;
}
#loginTop ul li:first-child {
  height: 42px;
  border-radius: 7px;
  background: url(arrow1.svg) no-repeat 89% center #faae83;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-top: 15px;
}
#loginTop ul li:last-child {
  height: 42px;
  border-radius: 7px;
  background: url(arrow2.svg) no-repeat 89% center #fbebe2;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-top: 10px;
  color: #949494;
  margin-bottom: 5px;
}
#cartTop .cart-soft-count {
  width: 16px;
  height: 16px;
  border: 1px solid #ffffff;
  background-color: #fbebe2;
  position: absolute;
  top: -7px;
  right: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-size: 10px;
  font-weight: 700;
}
#loginTop ul:before {
  content: "";
  background: transparent;
  position: absolute;
  height: 40px;
  top: -24px;
  left: 0;
  right: 0;
  display: block;
}
#loginTop ul:after {
  content: "";
  border-top: 3px solid #faae83;
  width: 29%;
  left: 5px;
  top: -2px;
  position: absolute;
  display: block;
  transform: rotateY(90deg);
  transition: transform 0.25s linear;
}
#loginTop ul:hover {
  transform: scale(1);
}
#loginTop ul:hover::after {
  transform: rotate(0deg);
}
#notice {
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(noteBg.png) no-repeat center center;
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  overflow: hidden !important;
  gap: 10px;
}

#notice-mobile {
  height: 55px;
  display: none;
  justify-content: center;
  align-items: center;
  background: url(noteBg.png) no-repeat center center;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden !important;
  position: relative;
  gap: 5px;
}

#notice-mobile span.closes {
  height: 55px;
  width: 10px;
  position: absolute;
  right: 20px;
  top: 0;
  cursor: pointer;
  background: url(close.png) no-repeat center center;
  display: inline-block;
}

#notice {
  padding-left: 10px;
  box-sizing: border-box;
}
#notice span.closes {
  height: 55px;
  width: 55px;
  position: absolute;
  right: 20px;
  top: 0;
  cursor: pointer;
  background: url(close.png) no-repeat center center;
  display: inline-block;
}
.stickyLogo {
  position: absolute;
  left: 16%;
  top: 11px;
  visibility: hidden;
}

.sticky .stickyLogo {
  visibility: visible;
}
#headerMain {
  padding-bottom: 20px;
  padding-top: 20px;
}
#mainMenu .menu > li:first-child {
  background: url(category.svg) no-repeat right center #fbebe2;
  padding-right: 40px;
  box-sizing: border-box;
}
#mainMenu .miniIco a {
  color: #000000;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 20px;
}

#mainMenu .miniIco a img {
  margin-right: 10px;
}
.leftBar {
  max-height: 368px;
  overflow-y: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.leftBar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #d8d8d8;
}

.leftBar::-webkit-scrollbar {
  width: 5px;
  background-color: #d8d8d8;
}

.leftBar::-webkit-scrollbar-thumb {
  border-radius: 15px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #949494;
}
.leftBar a.hovered {
  background-color: #464646;
  color: #fff !important;
}
#mainMenu .parentLink .lefttBar li a {
  padding-left: 30px;
}

#mainMenu .parentLink .leftBar li a {
  padding-left: 30px;
  box-sizing: border-box;
}
.leftBar + .box.col-9.col-md-9 {
  margin-top: 30px;
  min-height: 308px;
}
#mainMenu .menu > li:first-child:hover {
  background: url(categoryA.svg) no-repeat 92% center #faae83;
}
#basketListItems .cart-text {
  color: #000000;
  font-size: 11px;
  font-weight: 700;
}

#basketListItems .discountedPrice {
  color: #818181;
  font-size: 8px;
  font-weight: 400;
}

#basketListItems .price-none-discount {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
}
#basketListItems.middleItem .qtyBtns {
  height: 25px;
  border-radius: 7px;
  border: 1px solid #d5d5d5;
  background-color: #ffffff;
}

#basketListItems.middleItem .qtyBtns input {
  height: 26px;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
}
#basketListItems .icon-minus:before {
  content: "";
  background: url(minus3.svg) no-repeat center center;
  width: 19px;
  height: 19px;
  display: inline-block;
}
#basketListItems .icon-plus:before {
  content: "";
  background: url(plus3.svg) no-repeat center center;
  width: 19px;
  height: 19px;
  display: inline-block;
}
#basketListItems .cart-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#basketListItems span.whiteBg {
  border-radius: 7px;
}
#basketList .text-description .text-semibold {
  color: #000000;
  font-size: 11px;
  font-weight: 700;
}

#basketList .text-description .text-right {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
}
#BasketNext {
  height: 42px;
  border-radius: 7px;
  background-color: #faae83;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

#BasketPrev {
  height: 42px;
  border-radius: 7px;
  background-color: #949494;
  line-height: 16px;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#cartTop #basketList:before {
  content: "";
  background: transparent;
  position: absolute;
  height: 40px;
  top: -24px;
  left: 0;
  right: 0;
  display: block;
}
#cartTop #basketList:hover {
  transform: scale(1);
}
#cartTop #basketList:hover::after {
  transform: rotate(0deg);
}
#cartTop #basketList:after {
  content: "";
  border-top: 3px solid #faae83;
  right: 11px;
  top: -2px;
  position: absolute;
  display: block;
  transform: rotateY(90deg);
  transition: transform 0.25s linear;
  width: 33px;
  border-radius: 3px;
  background-color: #faae83;
}
.sticky #cartTop {
  position: fixed;
  top: 16px;
  right: 17%;
  z-index: 9999;
  width: 6%;
}

.sticky #cartTop > a {
  font-size: 0;
}
.miniIco {
  display: none;
}
@media screen and (max-width: 1700px) {
  .sticky .stickyLogo {
    left: 11%;
  }
  .sticky #cartTop {
    right: 12%;
  }
}

@media screen and (max-width: 1500px) {
  .stickyLogo {
    left: 10px;
  }
  .sticky .stickyLogo {
    left: 5%;
  }
  .sticky #cartTop {
    right: 6%;
  }
}
@media screen and (max-width: 1350px) {
  .sticky #cartTop {
    right: 0%;
  }
  .sticky .stickyLogo {
    left: 1%;
  }
}
@media screen and (max-width: 1230px) {
  #mainMenu a {
    font-size: 12px;
  }
  #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: 46px;
    line-height: 45px;
  }
  #mainMenu a {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .menu li.parentLink:hover > ul {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #mobileOptions #loginMobile {
    height: 42px;
    border-radius: 7px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    background: url(arrow1.svg) no-repeat 89% center #faae83;
    text-transform: uppercase;
    display: flex;
    align-items: center;
  }

  #mobileOptions #regisMobile {
    height: 42px;
    border-radius: 7px;
    color: #949494;
    font-size: 14px;
    font-weight: 700;
    background: url(arrow2.svg) no-repeat 89% center #fbebe2;
    text-transform: uppercase;
    display: flex;
    align-items: center;
  }
  #mobileMenuMain .allCatMobile {
    color: #faae83;
    font-size: 16px;
    font-weight: 400;
  }
  #header {
    padding-top: 180px;
  }
  #mobileMenu .text-title img {
    margin-right: 10px;
  }
  #headerMain {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    z-index: 999;
  }
  #closeMobileMenu {
    height: 67px;
    background-color: #fbebe2;
    display: flex;
    align-items: center;
  }

  #closeMobileMenu span.text-description {
    color: #000000;
    font-size: 21px;
    font-weight: 700;
    line-height: normal;
  }
  #int {
    padding-left: 0;
    padding-right: 0;
  }
  .sticky #headerMain {
    height: auto;
  }
  #notice {
    display: none;
  }
  #notice-mobile {
    display: flex;
  }

  #headerMain {
    padding: 10px;
    padding-top: 0;
  }
  #headerMain .content {
    padding-top: 10px;
  }

  #favicon a {
    padding-bottom: 0;
    background: url(fav.svg) no-repeat center center;
    background-size: contain;
  }
  #hmAccountLinkWrap a {
    background: url(mLogin.svg) no-repeat center center;
    height: 34px;
    display: inline-block;
    background-size: contain;
  }
  #hmLinksMobile .basketLink {
    background: url(mCart.svg) no-repeat center center;
    height: 34px;
    display: inline-block;
    background-size: contain;
  }
  #hmLinksMobile .basketLink .cart-soft-count {
    color: #000000;
    font-size: 10px;
    font-weight: 700;
    width: 16px;
    height: 16px;
    border: 1px solid #ffffff;
    background-color: #fbebe2;
    position: absolute;
    top: -4px;
    right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #logo a p {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .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: #000;
    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: #000;
    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, 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: 100%;
    background: #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 4444;
    -webkit-animation-name: mobileMenuDefault;
    animation-name: mobileMenuDefault;
  }
  [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;
    color: #000000;
    font-size: 21px;
    font-weight: 700;
  }
  #mobileMenuMain span,
  #mobileMenuMain a,
  #mobileMenuMain label,
  #mobileMenuMain select {
    color: #666;
    font-size: 17px;
    line-height: 50px;
    cursor: pointer;
  }
  #mobileMenu span.active {
    color: #faae83;
    font-weight: 600;
  }
  #mobileMenu li ul {
    display: none;
  }
  #mobileMenu li ul a {
    color: #999;
    font-size: 15px;
    line-height: 35px;
  }
  #mobileMenu select,
  [dir="rtl"] #mobileMenu select {
    background: none;
    border: 0;
  }
  #headerMain {
    font-size: 16px;
  }
  #logo a {
    height: 44px;
    line-height: 44px;
  }
  #logo p {
    height: 44px;
    line-height: 44px;
  }
  #logo a img {
    width: auto;
    display: inline;
    vertical-align: middle;
  }
  #search {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  #FormAra {
    position: relative;
    height: 50px;
  }
  #FormAra:before {
    content: "";
  }
  #FormAra input[type="text"] {
    display: block;
    font-size: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }
  #FormAra input[type="text"]::-webkit-input-placeholder {
    line-height: 25px;
    font-size: 15px;
    color: #a8a8a8;
  }
  #FormAra input[type="text"]::-moz-placeholder {
    line-height: 25px;
    font-size: 15px;
    color: #a8a8a8;
  }
  #FormAra input[type="text"]:-ms-input-placeholder {
    line-height: 25px;
    font-size: 15px;
    color: #a8a8a8;
  }
  #FormAra input[type="text"]:-moz-placeholder {
    line-height: 25px;
    font-size: 15px;
    color: #a8a8a8;
  }
  #FormAra button[type="submit"] {
    display: block;
  }
  /*    #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) {
  .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: 160px;
  }

  #menuBtn {
    font-size: 25px;
  }
  #mainMenu {
    border-radius: 0;
  }
  #closeMobileMenu {
    font-size: 14px;
  }
  #FormAra {
    height: 40px;
  }
  #FormAra input[type="text"] {
    height: 38px;
    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: 27px;
    line-height: 21px;
    margin-top: 5px;
    margin-right: 7px;
  }
  #mobileMenu .text-title {
    font-size: 18px;
  }
  #mobileMenuMain span,
  #mobileMenuMain label,
  #mobileMenuMain select {
    line-height: 40px;
    font-size: 12px;
    text-transform: uppercase;
  }
  #mobileMenuMain a,
  #mobileMenuMain li span {
    line-height: 40px;
    font-size: 15px;
  }
  #mobileMenu li ul a,
  #mobileMenu li ul span {
    line-height: 30px;
    font-size: 13px;
  }
  #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, 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;
  }
}
