@charset "UTF-8";
* {
    --primary-color: #333;
    --secondary-color: #999
}

body {
    width: 100%;
    height: 100vh;
    min-height: 100%;
    /* background-color: #f6f6f6; */
    transition: none!important;
    touch-action: pan-y;
}

body.fixing {
    height: auto
}

.retailonly {
    display: none
}

select,
button,
input,
textarea {
    -webkit-appearance: none;
    font-family: inherit
}

html {
    height: 100vh
}

img {
    height: auto;
    border: 0
}

* {
    margin: 0;
    padding: 0;
    outline: medium none;
    resize: none;
    vertical-align: baseline;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    scroll-behavior: smooth;
}

.discountpercent {
    background-color: #e8104a;
    display: block;
    width: fit-content;
    padding-left: 8px;
    padding-right: 6px;
    border-radius: 6px;
    height: 23px;
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    position: absolute;
    bottom: 20px;
    left: 24px;
    opacity: 0.9;
    z-index: 1;
}

.market .customizedID .discountpercent {
    position: relative;
    bottom: auto;
    border-radius: 6px;
    left: auto!important;
    right: auto;
    margin: auto;
    margin-bottom: -17px;
    margin-top: 18px;
}

.fnb .pwrap .discountpercent {
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 22px;
    position: relative;
    top: 8px;
}

.fnb .pwrap .oldprice {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 0px;
    /* margin-top: 19px; */
    margin-left: 0px;
}

.retail .discountpercent {
    left: 15px
}

.market .discountpercent {
    left: 14px;
    z-index: 3;
}

.market .home-collection .picture .discountpercent {
    bottom: 11px;
    left: 7px;
}

.discountpercent:after {
    content: '%'
}

.discountpercent:before {
    content: '-'
}

.oldprice {
    font-size: 11px;
    text-decoration: line-through;
    margin-left: -5px;
    margin-bottom: -9px;
    color: #999;
    margin-top: -5px;
    text-align: left;
    display: table-caption;
    float: right;
    padding-right: 32px;
    opacity: 0.5;
}

.rtl .oldprice {
    padding-right: 0px;
}

.fnb .oldprice {}

.market .oldprice {
    float: none;
    padding-bottom: 5px;
}

.market .customizedID:not(.largetxt) .pwrap .oldprice {
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
    padding: 0px;
    padding-top: 24px;
}

.market .customizedID:not(.largetxt) .pwrap .price {
    margin-top: 18px;
}

sup {
    vertical-align: super;
    font-size: 80%
}

.payment-container .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    width: 100%
}

.explain-mobile-caption {
    width: 100%;
    font-size: 13px;
    color: #666;
    margin-bottom: 0;
    margin-top: 6px;
    margin-bottom: 4px;
}

.signupform .explain-mobile-caption {
    text-align: left;
    padding-left: 20px
}

.signupform .input.verify input {
    text-align: left!important;
    padding-left: 18px
}

.deskmenu .pages {
    margin-top: 64px;
    padding-bottom: 50px;
}

.deskmenu .pages li {
    list-style-type: none;
    font-size: 15px;
    cursor: pointer;
    height: 22px;
    box-sizing: border-box;
    color: #666;
    line-height: 34px;
    margin-top: -4px!important;
    margin-bottom: 12px;
    color: #444;
    /* font-weight: bold; */
    /* display: none; */
}

.deskmenu .pages li.selected {font-weight: bold!important;}

li.md-src.onmenu {
    display: none;
}

.deskmenu .bottom {
    /* vertical-align: bottom; */
    /* display: table-footer-group; */
}

.deskmenu .pages li.md-news {
    /* margin-top: -15px!important; */
    /* margin-bottom: 9px; */
}

.deskmenu .pages li:before {
    display: none
}

.deskmenu .pages li.md-locate {
    padding-top: 7px!important;
    font-size: 15px;
    color: #444;
    font-weight: normal;
    /* margin-bottom: 18px; */
}

.deskmenu .pages li a {
    font-size: 15px;
    cursor: pointer;
    box-sizing: border-box;
    font-family: inherit;
    color: #444;
    line-height: 42px;
    font-size: 15px!important;
    font-weight: normal;
}

.deskmenu .pages li a.selected {
    color: inherit;
    font-weight: bold;
}

.rtl .deskmenu .pages li {
    text-align: right;
    padding-right: 13px;
}

li.md-news:before {
    font: normal normal normal 25px/1 'Material-Design-Iconic-Font';
    content: '\f1fb';
    font-size: 18px;
    margin-right: 10px;
    color: #777
}

li.md-locate:before {
    font: normal normal normal 25px/1 'Material-Design-Iconic-Font';
    content: '\f1a8';
    font-size: 18px;
    margin-right: 10px;
    color: #777
}

li.md-page:before {
    font: normal normal normal 25px/1 'Material-Design-Iconic-Font';
    content: '\f19c';
    font-size: 18px;
    margin-right: 10px;
    color: #777
}

a {
    -webkit-tap-highlight-color: transparent
}

.wrap990,
.wrap1260 {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    box-sizing: border-box;
    /* display: flex; */
}


.catpagetop {
    position: relative;
}

body:has(.free-cat-title) .sorter, body:has(.free-cat-title) .ontop .filter {
    display: none!important;
}

#wrapper {
    padding-top: 151px;
    /* min-height: 100%; */
    transition: none;
    width: 100%;
    display: block;
    box-sizing: border-box;
    background-color: #f6f6f6;
}

.checkoutID #wrapper {
    background-color: #eeeeee;
}

.retail #wrapper {
    background: #fff;
}

.rtl #wrapper {
    display: flow-root;
}

.content {
    transition: opacity .3s ease-in-out;
    position: relative;
    height: auto;
    padding-bottom: 0;
    display: block;
    opacity: 1
}

.rtl .content {
    float: right;
}

.menuontop.rtl .content {
    float: none;
}

.content,
.contentb {
    width: calc(100% - 605px);
    margin: auto;
    box-sizing: border-box;
    font-family: inherit;
    display: inline-block;
    vertical-align: top;
}

.menuontop .content,.menuontop .contentb {
    display: block;
}

.showMob,
.mobile {
    display: none!important
}

.hideMob {
    display: block!important
}

.table {
    position: relative;
    display: table;
    vertical-align: middle;
    height: 100%;
    margin-left: auto;
    margin-right: auto
}

.table .cell {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    text-align: center
}

.clear {
    clear: both;
    list-style: none
}

.hideH1 {
    display: none
}

.genBtn {
    text-decoration: none;
    width: 106px;
    background-color: #ee2e22;
    background-color: var(--primary-color);
    height: 32px;
    color: #fff;
    position: relative;
    cursor: pointer;
    border: 1px solid transparent;
    box-flex: 1;
    display: flex;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    box-sizing: border-box;
    transform: translate3d(0, 0, 0);
    transition: color .3s ease-in, background-color .3s ease-out;
    -webkit-display: -webkit-box;
    -webkit-display: -webkit-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 6px;
    /* letter-spacing: 1.3px */
}

.genBtn.hideBtn {
    display: none
}

.textTerms {
    font-weight: 400;
    font-size: 14px;
    color: #333;
    position: relative;
    padding: 40px;
    padding-top: 33px;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
    background-color: #fff;
    min-height: 460px;
    border-radius: 8px;
    line-height: 25px;
    overflow-y: auto;
    height: 100%;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5)
}

.termsID {
    height: calc(100vh - 200px);
    border-radius: 8px;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5)
}

.header .image .gradient {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/homeGradient.png);
    background-size: cover;
    display: none
}

.header .image .txt_deliver {
    width: 100%
}

.header .image .flex {
    height: 99%;
    position: absolute;
    width: 100%;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    display: none
}

.MenuPartsReplace {
    display: none;
    height: 62px;
    position: relative;
    width: 100%
}

.homePid .MenuPartsReplace {
    height: 0
}

.fixing .myfavorites {
    backface-visibility: hidden;
    transform: translateZ(0);
    position: fixed;
    left: 0;
    top: 62px;
    width: 100%
}

.bottom_right {
    display: block!important
}

.MenuParts {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 62px
}

.MenuParts.fix {
    position: fixed!important;
    top: 0!important;
    z-index: 7;
    backface-visibility: hidden;
    transform: translateZ(0);
    opacity:0;
    animation: fadeIn 0.2s ease-in-out 0.2s;
    animation-fill-mode: forwards;
}

.MenuParts .bgHead {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .95;
    background-color: #43433f
}

.MenuParts .parts {
    /* min-height: 62px; */
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: .95;
    /* height: 46px; */
}

.MenuParts .parts .top {
    position: relative;
    width: 100%;
    height: 62px
}

.MenuParts .parts .bot {
    transition: background-color .3s ease-in-out;
    position: absolute;
    height: 86px;
    right: 0;
    top: 0;
    width: 100%;
    background-color: var(--primary-color);
}

.MenuParts .parts .bot .faBars {
    z-index: 2;
    padding-top: 22px;
    width: 18px;
    height: 15px;
    position: relative;
    margin-right: 161px
}

.MenuParts .parts .bot .faBars .cont {
    position: absolute;
    top: 9px;
    right: -16px;
    width: 141px;
    height: 352px;
    background-color: #fff;
    opacity: 0;
    pointer-events: none
}

.MenuParts .parts .bot .faBars .cont.show {
    opacity: 1;
    pointer-events: all
}

.MenuParts .parts .bot .faBars .cont ul {
    padding-top: 55px;
    list-style: none
}

.MenuParts .parts .bot .faBars .cont ul li {
    box-flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: background-color .3s ease-in-out;
    background-color: #fff;
    height: 32px;
    text-align: right
}

.MenuParts .parts .bot .faBars .cont ul li a {
    box-sizing: border-box;
    padding-right: 16px;
    font-weight: 400;
    font-size: 13px;
    color: #666;
    display: block;
    text-decoration: none
}

.MenuParts .parts .bot .threeline {
    position: relative;
    cursor: pointer;
    font-size: 20px;
    color: #fff
}

.MenuParts .parts .bot .threeline:before {
    transition: color .3s ease-in-out
}

.MenuParts .parts .bot .open.faBars .threeline {
    z-index: 2;
    color: #4a4c42
}

.MenuParts .parts .bot .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 62px;
    background-color: #464642;
    transition: background-color .3s ease-in-out, opacity .3s ease-in-out;
    opacity: 0
}

.MenuParts .logo {
    display: block;
    position: relative;
    width: 85px;
    padding-top: 15px
}

.MenuParts .logo.ontop {
    display: none
}



.MenuParts .logo img {
    width: 100%;
    max-width: 100%
}

.MenuParts .callUsNb {
    right: 0
}

.MenuParts .callUsNb .callNb {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none
}

.MenuParts .menuList {
    position: relative;
    float: left;
    height: 40px;
    box-sizing: border-box;
    font-size: 16px;
    /* font-weight: bold; */
    color: #111;
    margin-right: 11px;
}

.retail .MenuParts .menuList {
    margin-top: -10px
}

.select-locale-top.menuList {
    margin-right: 17px;
}

.onecountry.onelanguage.onecurrency .select-locale-top.menuList {
    display: none;
}

.MenuParts .menuList .text {
    position: relative;
    font-size: 13px;
    color: #fff;
    transition: color .3s ease-in-out
}

.MenuParts .menuList.weRecom {
    padding-top: 0;
    margin-right: 37px;
    width: 124px
}

.MenuParts .menuList.weRecom div {
    margin-top: 15px;
    width: 124px;
    height: 32px;
    box-flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    box-sizing: border-box
}

.MenuParts .menuList.signedIn .fa {
    font-size: 20px;
    color: #f5f5f4;
    position: absolute;
    right: -2px;
    top: -4px
}

.MenuParts .signedIn .userInfo {
    position: absolute;
    top: 30px;
    right: 0;
    width: 166px;
    height: 189px;
    opacity: 0;
    pointer-events: none;
    transition: all .2s linear
}

.MenuParts .signedIn .userInfo .cont {
    position: absolute;
    top: 30px;
    right: 0;
    width: 166px;
    height: 192px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 9px rgba(204, 204, 204, 0.64);
    border-radius: 5px
}

.MenuParts .signedIn .userInfo .cont ul {
    padding-top: 13px;
    list-style: none
}

.MenuParts .signedIn .userInfo .cont ul li {
    display: flex;
    align-items: center;
    width: 100%;
    transition: background-color .3s ease-in-out;
    background-color: #fff;
    height: 42px;
    text-align: left;
    box-sizing: border-box;
    padding-left: 23px;
    cursor: pointer
}

.MenuParts .signedIn .userInfo .cont ul li a {
    box-sizing: border-box;
    padding-right: 16px;
    font-weight: 400;
    font-size: 14px;
    color: #666;
    display: block;
    text-decoration: none
}

.MenuParts .signedIn .userInfo.show {
    opacity: 1;
    pointer-events: all;
    transition: all .2s linear;
    top: 0;
}

.MenuParts .menuList.signedIn {
    float: right
}

.fnb .MenuParts .menuList.signedIn,
.market .MenuParts .menuList.signedIn {
    margin-top: 6px
}

.rtl .MenuParts .menuList.signedIn {
    margin-right: 11px;
}

.rtl.menuontop .MenuParts .menuList.signedIn {
    margin-right: 10px;
}

.MenuParts .menuList.signedIn.open .signedUser {
    color: #4a4c42!important
}

.MenuParts .menuList.signedIn.open .fa {
    color: #4a4c42
}

.MenuParts .country {
    margin-right: 24px;
    padding-top: 0
}

.MenuParts .bag {
    margin-right: 11px;
    float: right
}

.MenuParts .favorite {
    margin-right: 25px;
    padding-right: 17px;
    padding-left: 17px
}

.MenuParts .favorite a {
    padding-top: 1px;
    text-decoration: none;
    display: block
}

.MenuParts .signin {
    padding-top: 8px;
    margin-right: 18px;
    padding-left: 17px;
    float: right;
    cursor: pointer
}

.menuList.signin:before {
    content: '\f007';
    font-size: 25px;
    margin-right: 10px;
    opacity: 0.6;
    top: 7px;
    position: absolute;
    left: -13px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 19px;
}

.rtl .menuList.signin:before {
    top: 13px;
}

.MenuParts .signedUser {
    height: 33px;
    display: none;
    transition: color .3s ease-in-out;
    margin-right: 15px;
    padding-left: 17px;
    position: relative;
    font-weight: normal;
    color: #333;
    font-size: 14px
}

.MenuParts .signedUser .zmdi {
    transition: color .3s ease-in-out;
    float: left;
    background-color: #fff;
    box-shadow: 0 0 9px rgba(204, 204, 204, 0.64);
    width: 25px;
    margin-right: 18px;
    height: 21px;
    margin-top: -3px;
    line-height: 22px;
    cursor: pointer;
    border-radius: 4px
}

.MenuParts .menuList.favorite .bg {
    background-color: #f3f3f3
}

.MenuParts .menuList.favorite.selected .bg,
.MenuParts .menuList.favorite.open .bg {
    opacity: 1
}

.MenuParts .menuList.favorite.selected .text,
.MenuParts .menuList.favorite.open .text {
    color: #4a4c42
}

.userSignedID .MenuParts .signin {
    display: none
}

.userSignedID .MenuParts .signedUser {
    display: block
}

.subPage .header {
    z-index: 7;
    display: none
}

.pages .header {
    display: block;
    z-index: 2;
    /* background-color: #eee; */
}

.subPage .MenuParts {
    position: relative;
    top: auto;
    left: auto;
    z-index: 2
}

.myfavorites {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.myfavorites .box {
    position: relative;
    width: 100%;
    padding-top: 51px;
    background-color: #f3f3f3;
    opacity: 1;
    box-shadow: 0 7px 15px rgba(214, 214, 214, 0.18)
}

.myfavorites .mainTitle {
    position: relative;
    padding-left: 24px;
    padding-bottom: 28px;
    font-size: 18px;
    color: #4d4d4c
}

.myfavorites .mainTitle.noIco {
    padding-left: 0;
    clear: both
}

.myfavorites .mainTitle .zmdi {
    position: absolute;
    left: 0;
    top: 0;
    color: #4e4e4c;
    font-size: 18px
}

.moreResults {
    padding-top: 16px;
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #eee;
    margin-bottom: 28px;
    padding-bottom: 28px;
}

.moreResults .bgTop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 31px;
    display: none;
}

.filter {
    overflow: hidden;
    transition: width .3s ease-in-out
}

.content .filter {
    display: none
}

.filter input {
    border: 0;
    background-color: transparent;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    width: calc(100% - 45px);
    padding-left: 16px
}

.filter .zmdi {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 10px;
    color: #ececec;
    font-size: 29px;
    width: 39px;
    text-align: center;
    height: 29px;
    box-sizing: border-box;
    padding-top: 5px
}

.filter .bg {
    background-color: #e1e1e1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 29px;
    transform: translate3d(100%, 0, 0);
    transition: all .3s ease-in-out;
    display: none
}

.filter.open .bg,
.filter.open2 .bg {
    transform: translate3d(0%, 0, 0)
}

.filter.open2 input {
    display: block
}

.generalMainTitle {
    position: relative;
    padding-bottom: 22px;
    font-size: 28px;
    color: #666;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'textfont';
}

.content .myfavorites {
    position: relative;
    top: auto;
    left: auto
}

.textWithLines {
    margin-top: 0;
    width: auto;
    position: relative;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
    height: 20px
}

.textWithLines .text {
    display: inline-block;
    font-size: 43px;
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.65);
    font-weight: bold
}

.textWithLines .text .right {
    right: 0
}

.wrapAll {
    position: absolute;
    bottom: 55px
}

.flex {
    display: flex;
    justify-content: center;
    align-items: baseline
}

.categories {
    z-index: 1;
    box-flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 172px;
    position: relative;
    width: 100%;
    display: none
}

.categories ul {
    position: relative;
    display: block;
    list-style: none;
    text-align: center
}

.categories ul.collections .picture {
    display: none
}

.categories ul.collections li {
    background-color: var(--primary-color)!important;
    border-radius: 9px!Important
}

.categories ul.collections {
    display: none
}

.categories ul.collections li a {
    color: #fff!important
}

.categories ul>li .picture {
    text-align: center;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    transition: opacity .3s ease-in-out, border .3s ease-in-out;
    position: relative;
    height: 100%;
    overflow: hidden;
    width: 92px;
    height: 92px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-decoration: none
}

.categories ul>li .title {
    display: block;
    text-decoration: none;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    position: relative;
    height: auto;
    transition: color .3s ease-in-out;
    font-size: 13px;
    color: #fff
}

.categories ul>li:last-child {
    margin-right: 0
}

.categories ul>li:last-child:after {
    content: "";
    display: block;
    float: none
}

.subPage .categories {
    display: none
}

.arrowCat {
    display: none;
    z-index: 2;
    width: 20px;
    height: 67px;
    position: absolute;
    top: 50%;
    margin-top: -34px;
    cursor: pointer
}

.arrowCat .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4f4f4b;
    opacity: .22
}

.arrowCat.left {
    left: 0
}

.arrowCat.right {
    right: 0
}

.arrowCat .fontArrow {
    font-size: 22px;
    color: #fff
}

.socials {
    /* left: 12px; */
    padding-top: 29px;
    box-sizing: border-box;
}

.socials .social {
    color: #fff;
    font-size: 20px;
    transition: color .3s ease;
    display: inline-block;
    text-decoration: none;
    padding-right: 0;
    /* width: 45px; */
    cursor: pointer;
    margin-right: 11px;
}

.socials .social:last-child {
    margin-bottom: 0
}

.footer {
    position: relative;
    width: calc(100% - 300px);
    /* background-color: #f6f6f6; */
    z-index: 1;
    border-top: 1px solid #eee;
    font-size: 13px;
    height: 74px;
    box-sizing: border-box;
    line-height: 60px;
    overflow: hidden;
    display: inline-block;
    transition: all .2s linear;
    margin-bottom: -5px;
    /* margin-top: -8px; */
    /* margin-top: -4px; */
    box-shadow: -57px 300px 0px 300px #fafafa;
}

.checkoutID .footer {
    border: 0px;
}

.cordova .footer {
    display: none;
}

.footer .topFoot {
    min-height: 344px;
    position: relative;
    width: 100%;
    padding-top: 64px;
    box-sizing: border-box
}

.footer .botFoot {
    height: 48px;
    position: relative;
    width: 100%;
    position: relative;
    bottom: 0
}

.footer .row .columns {
    color: #fff
}

.footer .menu {
    position: relative;
    width: 100%
}

.footer .menu .link .title {
    position: relative;
    margin-bottom: 21px;
    font-size: 16px;
    color: #ddd
}

.footer ul {
    position: relative;
    width: 100%;
    list-style: none
}

.footer .menu .link li {
    position: relative;
    width: 100%;
    margin-bottom: 11px;
    height: 13px
}

.footer .menu .link li span {
    cursor: pointer;
    transition: color .3s ease;
    font-size: 13px;
    color: #ddd;
    font-style: italic;
    text-transform: lowercase!important;
    opacity: .7
}

.footer .menu .link li:last-child {
    margin-bottom: 38px
}

.footer .menu .link li a {
    text-decoration: none;
    transition: color .3s ease;
    font-size: 13px;
    color: #ddd;
    font-style: italic
}

.footer .menu ul.link.social li {
    height: 14px;
    box-flex: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

.footer .menu ul.link.social li a {
    padding-left: 21px;
    height: 16px;
    position: relative;
    font-size: 13px;
    color: #ddd;
    font-style: italic
}

.footer .menu ul.link.social li li:nth-child(n+1) {
    margin-bottom: 1px
}

.footer .fa,
.footer .zmdi {
    transition: color .3s ease-in-out
}

.footer .menu .link li .ico {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px
}

.footer .fa-google-plus {
    font-size: 13px
}

.footer .menu li .btn {
    box-sizing: border-box;
    width: 208px;
    height: 39px;
    background-color: #5b5b58
}

.footer .menu li .btn .app {
    font-size: 17px
}

.footer .menu li .btn .box {
    box-flex: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

.footer li .btn .box.small {
    width: 42px;
    height: 39px;
    float: left
}

.footer li .btn .box.second {
    height: 39px;
    float: left;
}

.footer .menu ul.apps li {
    margin-bottom: 8px;
    height: 39px
}

.footer .menu ul.apps li:first-child {
    height: auto
}

.footer .menu ul.apps li:nth-last-child(2) .btn .box.second {
    margin-bottom: 19px
}

.footer .menu ul.apps li:after {
    content: "";
    display: block;
    clear: both
}

.googleplay {
    width: 19px;
    height: 23px
}

.googleplay .zmdi-google-play {
    font-size: 24px
}

.footer li .btn .text {
    font-size: 13px;
    color: #fff;
    font-style: italic;
    height: 11px;
    transition: color .3s ease-in-out
}

.footer .fa-apple {
    font-size: 17px
}

.itemsList {
    position: relative;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.itemsList .products-listing .itemGrid {
    transform: translate3d(0, 0%, 0);
    opacity: 1;
    margin-bottom: 9px;
    position: relative;
    /* width: calc(50% - 19px); */
    background-color: #fff;
    box-sizing: border-box;
    /* border-top: 1px solid #eee; */
    display: inline-block;
    vertical-align: top;
    box-shadow: none;
    white-space: normal;
    overflow: hidden;
    /* display: table; */
    transition: all 0.3s;
    box-shadow: 0 0 2px rgba(204, 204, 204, 0.4);
}
.itemsList .products-listing:not(.swiper-wrapper) .itemGrid {
    /* margin-right: 18px; */
}

.fnb .itemsList .itemGrid {
    /* max-width: 300px; */
    padding-bottom: 63px;
    margin-bottom: 0px!important;
}

.fnb:not(.large-menu-img) .itemsList .itemGrid{
    padding-bottom: 51px;
}

.itemsList .itemGrid.not-available {
    opacity: .6;
}

.itemGrid.not-available .addRemoveWrap {
    display: none!Important
}

.itemsList .itemGrid.not-available:before {
    content: "currently not available";
    font-size: 12px;
    background-color: #fff;
    position: absolute;
    top: 38%;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    width: 162px;
    height: 22px;
    z-index: 3;
    text-align: center;
    background-color: rgb(238 238 238 / 46%);
    line-height: 21px;
    border-radius: 12px;
    box-shadow: 0 0 9px rgba(107, 103, 103, 0.5);
    backdrop-filter: blur(10px);
    font-family: 'textfont';
}

html:not(.large-menu-img) .itemsList .itemGrid.not-available:before, .itemsList .itemGrid.not-available:has(.nopimg):before {
    bottom: 13px;
    top: auto;
    left: 10px;
    transform: none;
}

.market .itemsList .itemGrid.not-available:before {
    width: 133px;
    top: 30%;
}

.market .itemsList .itemGrid {
    /* width: calc(33vw - 212px); */
    margin-right: 0
}

.retail .itemsList .itemGrid {max-width: 320px;}

.itemsList .itemGrid .plus {
    background-color: var(--primary-color);
    color: transparent!Important;
    border-radius: 100%;
    width: 24px!important;
    height: 24px;
    line-height: 23px;
    -webkit-user-select: none;
}

.itemsList .itemGrid .minus {
    background-color: #ddd;
    color: transparent!Important;
    border-radius: 100%;
    width: 24px!important;
    height: 24px;
    line-height: 22px;
    position: relative;
}

.itemsList .itemGrid .minus:before {
    content: "";
    width: 13px;
    height: 3px;
    position: absolute;
    left: 50%;
    background-color: #fff;
    top: 50%!Important;
    transform: translateX(-50%) translateY(-50%);
}

.ios .itemsList .itemGrid .minus:before {
    top: 3px
}

.itemsList .itemGrid .nb {
    display: block;
    width: 31px!Important;
    text-align: center;
    height: 26px;
    line-height: 23px;
    font-size: 20px;
    font-weight: bold
}

.itemsList .itemGrid .fullLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.itemsList .itemGrid .wrap {
    width: 100%;
    box-sizing: border-box;
    padding-left: 13px;
    position: relative;
    float: left;
    cursor: pointer;
    padding-right: 13px;
    white-space: initial;
}

.retail .itemsList .itemGrid .wrap {
    padding-left: 0px;
    padding-right: 0px;
}

.market.itemsList .itemGrid .descBlock .wrap {
    cursor: auto
}

.price.initem {
    font-size: 13px;
    font-weight: bold;
    color: #888;
    margin-top: 12px
}

.itemsList .itemGrid .priceWrap .wrap {
    padding-top: 5px;
    white-space: nowrap;
    margin-bottom: 8px;
    /* border-top: 1px solid #f2f2f2; */
    box-sizing: border-box;
    margin-top: 14px;
}

.market .itemsList .itemGrid .priceWrap .wrap {
    border: 0px;
}

.fnb.noOrder .itemsList .itemGrid .priceWrap .price {
    text-align: left;
    padding-left: 4px
}

.retail .itemsList .itemGrid .priceWrap .wrap {
    border-top: 0;
    margin-top: 0;
    /* padding-left: 7px; */
}

.itemsList .itemGrid .picture {
    background-position: center;
    text-decoration: none;
    max-height: none;
    width: 128px;
    position: relative;
    background-size: cover;
    overflow: hidden;
    float: right;
    margin-left: 13px;
    border-radius: 5px;
    margin-top: 10px;
    height: 90px
}

.itemsList .itemGrid .picture img {
    width: 100%!important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.retail .itemsList .itemGrid .picture img {
    height: auto;
    width: auto;
}

.relations .itemsList .itemGrid .picture img {
    position: relative;
    max-height: 400px
}

.itemsList .itemGrid .picture .grad {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: initial
}

.newsCtrl .itemsList .itemGrid .picture .grad {
    display: none
}

.itemsList .itemGrid .descBlock {
    box-sizing: border-box;
    /* padding-top: 9px; */
    position: relative;
    float: left;
    width: 100%;
}

.fnb .itemsList .itemGrid .heart {
    bottom: 24px;
}

.itemsList .itemGrid .descBlock .title {
    float: none;
    text-decoration: none;
    position: relative;
    font-weight: 700;
    font-size: 17px;
    color: #4d4d4c;
    padding-right: 18px;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 5px;
}

.rtl .itemsList .itemGrid .descBlock .title {
    padding-right: 0;
    padding-left: 18px
}

.market .itemsList .itemGrid .descBlock .title {
    font-size: 15px
}

.itemsList .itemGrid .descBlock .description {
    margin-top: 5px;
    line-height: 20px;
    display: block;
    text-decoration: none;
    position: relative;
    /* min-height: 94px; */
    font-weight: 400;
    font-size: 13px;
    color: #777;
    box-sizing: border-box;
    padding-right: 18px
}

.recommendedItems .description {
    display: none!important
}

.itemsList .itemGrid .priceWrap {
    height: 55px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: bottom;
    /* display: table-footer-group; */
}

.fnb .itemsList .itemGrid .priceWrap {
    height: 65px;
    position: absolute;
    bottom: 0px;
    display: block;
}

.retail .itemsList .itemGrid .priceWrap {
    pointer-events: none;
    height: 42px;
    /* position: absolute; */
    /* bottom: 0px; */
    /* left: 0px; */
    /* margin-top: 10px; */
    align-self: end;
}

.menuontop .priceWrap {
    margin-left: 0px!important;
}

.related-items .priceWrap {
    padding-top: 0!important
}

.market .itemsList .itemGrid .priceWrap {
    height: 42px;
}

.news-section .itemsList .itemGrid .priceWrap .wrap {
    width: 100%;
    height: 34px;
    margin-bottom: 22px
}

.itemsList .itemGrid .priceWrap .price {
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    color: #6f6c6b;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    border-radius: 5px 0 0 5px;
    padding-right: 29px;
    margin-left: -4px;
    text-align: right;
    pointer-events: none;
    color: #000;
}
.itemsList .itemGrid .priceWrap .points-price {
    display: none;
    text-decoration: none;
    font-size: 12px;
    height: 16px;
    box-sizing: border-box;
    border-radius: 5px 0 0 5px;
    padding-right: 29px;
    margin-left: -4px;
    text-align: right;
    pointer-events: none;
    text-transform: lowercase;
    color: var(--secondary-color);
}

.has-loyalty-points .itemsList .itemGrid .priceWrap .points-price{
    display:block;
}
.fnb .itemsList .itemGrid .priceWrap .price {
    /* margin-top: 2px */
}

.fnb .news-section .itemsList .itemGrid .priceWrap .price {
    margin-top: -4px
}

.rtl .news-section .itemsList .itemGrid .priceWrap .price {
    direction: ltr
}

.rtl .itemsList .itemGrid .priceWrap .price {
    padding-right: 0px;
    direction: rtl;
    text-align: right!important;
}

.rtl.fnb .itemsList .itemGrid .priceWrap .price {
    padding-right: 39px;
    /* margin-top: 5px; */
}

.market .itemsList .itemGrid .priceWrap .price {
    text-align: left;
    display: inline-block;
    margin-top: -5px;
}


.recommendedItems .itemsList .itemGrid .priceWrap .price {
    /* position: absolute; */
    /* right: 14px; */
    /* padding-right: 0; */
    font-weight: normal;
    text-align: left;
    margin-left: 0px;
    margin-top: -6px;
    font-size: 11px;
    opacity: 0.8;
}

.rtl .recommendedItems .itemsList .itemGrid .priceWrap .price {
    padding-right: 5px;
}
.recommendedItems .itemsList .itemGrid .priceWrap .points-price {
    position: absolute;
    right: 14px;
    padding-right: 0
}
/* 
.itemsList .case:last-child:after {
    clear: both;
    display: block
} */

.itemsList .case {
    list-style: none
}

.itemsList .genBtn {
    position: relative;
    float: left;
    font-size: 11px;
    background-color: var(--secondary-color);
    font-weight: bold;
    margin-right: 9px
}

.itemsList .genBtn.quickadd {
    width: 62px
}

.market .itemsList .genBtn.quickadd:after {
    content: "+";
    position: absolute;
    top: 0;
    left: 0;
    font-family: arial, helvetica, serif;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    width: 106%
}

.market .itemsList .genBtn.quickadd {
    color: var(--primary-color);
    width: 24px;
    border-radius: 100%;
    overflow: hidden;
    height: 24px;
    margin-top: 4px;
    display: none
}

.itemsList .genBtn.customize {
    border: 0 solid;
    border-color: var(--secondary-color);
    background-color: #fff;
    color: var(--secondary-color);
    border-bottom: 1px solid
}

.itemsList ul,
.itemsList li {
    list-style: none
}

.itemsList ul {
    width: 100%;
    max-width: 100%!important;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.favoritePop .myfavorites .itemsList .genBtn {
    position: absolute!important;
    right: 0!important;
    top: 0!important;
    width: 106px!important
}

.heart {
    position: absolute;
    bottom: 19px;
    right: 18px;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    z-index: 1;
}

.retail .itemGrid .heart {
    bottom: 25px;
}

.rtl.retail .itemGrid .heart {
    right: auto;
    left: 30px;
}

.market .heart {
    position: absolute;
    right: 14px;
    display: inline-block;
    top: 27px;
    left: auto;
    bottom: auto;
    z-index: 22!Important
}

.heart .zmdi {
    position: absolute;
    bottom: 2px;
    right: 0;
    font-size: 28px;
    color: #ee2e22;
    color: var(--primary-color);
    width: 19px;
    height: 10px;
    transition: color .3s ease-in-out, opacity .3s ease-in-out;
}

.heart .zmdi-star-outline {
    color: #ddd
}

.heart .zmdi:first-of-type {
    opacity: 0;
}

.ico .heart {
    top: 0;
    right: 0
}

.heart.fav .zmdi.type:first-of-type {
    opacity: 1;
    color: #ee2e22;
    color: var(--primary-color);
    animation: bounceIn .9s ease-in-out
}

.heart.fav .zmdi.type:last-of-type {
    opacity: 0;
}

.heart span.addToFavorites {
    opacity: 1;
    pointer-events: all
}

.heart.fav .addToFavorites {
    opacity: 0!important;
    pointer-events: all
}

.heart.fav .addedToFavorites {
    display: none;
    pointer-events: none;
    opacity: 1;
    transform: translate3d(0, 0%, 0);
    transition: opacity 1s ease-out
}

.favoritePop .heart.fav .addToFavorites {
    pointer-events: none
}

.favoritePop .heart.fav .addToFavorites.showFav {
    pointer-events: all
}

.favoritePop ul {
    margin-bottom: 43px
}

.favoritePop .itemsList .itemGrid {
    height: 245px
}

.favoritePop .itemsList .itemGrid .descBlock {
    height: 64px
}

.myfavorites .itemsList .itemGrid {
    height: 245px
}

.myfavorites .itemsList .itemGrid .descBlock {
    height: 64px
}

.marginAutoLR,
.loadMore,
.orderBox,
.orderBox .genBtn,
.editAddAddress .parts,
.orders,
.orders .order .wrap,
.reviewBox .rBox .wrap,
.coupons .wrp,
.selection .selectDate .when,
.selection .timePick input.timePickerID,
.receiptBox .wrap {
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.moreBtn,
.loadMore {
    border: 1px solid #ee2e22;
    border: 1px solid #ffffff;
    background-color: #fff;
    text-align: center;
    width: 140px;
    height: 33px;
    cursor: pointer;
    display: block;
    box-flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    color: #ee2e22;
    color: var(--primary-color);
    transition: background-color .3s ease-in-out, color .3s ease-in;
    border-radius: 7px
}

.moreBtn2 {
    border: 3px solid #ee2e22;
    border: 3px solid var(--primary-color);
    background-color: #fff;
    text-align: center;
    width: 140px;
    height: 32px;
    cursor: pointer;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    color: #ee2e22;
    color: var(--primary-color);
    transition: background-color .3s ease-in-out, color .3s ease-in
}

.loadMore {
    display: block;
    width: 293px;
    height: 33px;
    text-decoration: none
}

.loader {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 50%;
    margin-right: -16px;
    top: 0;
    display: none
}

::-webkit-input-placeholder {
    color: #999;
    font-style: italic
}

:-moz-placeholder {
    font-style: italic;
    color: #999
}

::-moz-placeholder {
    color: #bbb;
    font-style: italic
}

:-ms-input-placeholder {
    color: #999;
    font-style: italic
}

.coupons ::-webkit-input-placeholder {
    color: #999;
    font-style: normal
}

.coupons :-moz-placeholder {
    font-style: normal
}

.coupons ::-moz-placeholder {
    color: #999;
    font-style: normal
}

.coupons :-ms-input-placeholder {
    color: #999;
    font-style: normal
}

article,
aside,
figcaption,
figure,
footer,
header,
nav,
section {
    display: block;
    position: relative
}

.hvr-bounce-to-bottom {
    box-flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    transition-property: color;
    transition-duration: .3s;
    opacity: .91
}

.hvr-bounce-to-bottom:before {
    transition: opacity .3s ease-in-out;
    opacity: .91;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #87be47;
    transform: scaleY(0);
    transform-origin: 50% 0;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    overflow: hidden
}

.checkAnswer:focus .hvr-bounce-to-bottom:before,
.checkAnswer:active .hvr-bounce-to-bottom:before {
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}

.bgButton {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .3s ease-in-out
}

.byKoein .bykoeinlogo {
    top: 0;
    position: absolute;
    left: 0;
    width: 40px;
    height: 22px
}

.favoritePopShadow .layerPop,
.favoritePop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease-in-out
}

.layerPop.customMode {
    z-index: 236
}

.noscroll {
    position: fixed;
    overflow-y: scroll
}

.withBagOnRight .favoritePop .gridSystem ul {
    width: 100%!important
}

.favoritePop {
    z-index: 8;
    top: 62px;
    height: calc(100% - 62px);
    position: fixed!important
}

.favoritePop .myfavorites .mCustomScrollbar {
    height: 780px
}

.favoritePop .myfavorites.adjustHeight .mCustomScrollbar {
    height: calc(100vh - 62px);
    padding-bottom: 71px;
    box-sizing: border-box
}

.favoritePop .myfavorites .gridSystem .case {
    padding-bottom: 0
}

.favoritePop .myfavorites .mCSB_inside>.mCSB_container {
    margin-right: 0
}

.favoritePop .myfavorites .mCSB_scrollTools {
    height: calc(100% - 55px)
}

.favoritePop .myfavorites .mCSB_scrollTools .mCSB_draggerContainer {
    left: auto;
    top: 4px;
    right: 18px
}

.favoritePop .myfavorites .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #ccc
}

.favoritePop .myfavorites .mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.onBottom.fixing #sticky-wrapper {
    position: absolute!important;
    bottom: 80px;
    height: 600px!important
}

.onBottom.fixing #sticky-wrapper .myBagModule {
    width: 362px!important;
    position: absolute!important;
    bottom: 0;
    top: auto!important
}

.smallHeight {
    height: 180px!important
}

.favoritePop.showFav,
.layerPop.show {
    pointer-events: all;
    opacity: 1
}

.moduleClose {
    margin-left: auto;
    margin-right: auto;
    width: 63px;
    height: 63px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-top: 25px;
    border: 2px solid #fff;
    border-radius: 100%
}

.moduleClose .btnOverf {
    width: 128px;
    height: 128px;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0.5)
}

.moduleClose .bgButton {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -50%;
    left: -50%
}

.moduleClose .bgButton.bot {
    background-position: -550px -1530px;
    background-repeat: no-repeat;
    background-size: initial
}

.moduleClose .bgButton.top {
    background-position: -400px -1530px;
    background-repeat: no-repeat;
    background-size: initial
}

.favoritePopShadow {
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease-in-out;
    background-color: #464642;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.favoritePopShadow.show {
    pointer-events: all;
    opacity: .7
}

.upWard.show {
    transform: translate3d(0, 0%, 0);
    opacity: 1
}

.backgroundModal {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    transform: translateX(-400%);
    pointer-events: all;
    z-index: 9;
    transition: background-color .4s linear, transform .1s linear .5s;
	opacity: 0;
}

.productpage .backgroundModal {
    transition: background-color .2s linear;
}

body.showModal .backgroundModal {
    pointer-events: all;
    transform: translateX(0);
    transition: opacity 0.3s linear;
    opacity: 0.6;
}

.layerPop {
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: overlay;
    transition: none!Important;
    scrollbar-gutter: stable both-edges;
}

.layerPop.show {
    height: 100vh;
    width: 100%;
    left: 0!Important
}

.backg {
    /* width: 100%; */
    /* height: auto; */
    /* margin-bottom: -4px; */
    position: relative;
}

.customizedID .data {
    height: auto;
}

.customizedID .addRemoveWrap .addRemove {
    /* display: flex; */
    width: 176px;
    border: 1px dotted #ccc;
    height: 58px;
    border-radius: 40px;
    margin-top: -29px;
    background-color: #fff;
    position: absolute;
    transform: translate3d(-50%, 0, 0);
    left: 50%;
    z-index: 2;
    flex-direction: row;
    justify-content: space-evenly;
}

.market .customizedID .addRemoveWrap .addRemove {
    border: 2px solid var(--primary-color);
}



.customizedID .addRemove .nb {
    font-size: 26px;
    padding-top: 8px
}

.customizedID .addRemoveWrap .price {
    font-size: 14px
}

.form .input {
    position: relative;
    float: left;
    margin-right: 10px
}

.form .input:last-child {
    margin-right: 0
}

.form:after {
    clear: both;
    content: "";
    display: block;
    position: relative
}

.form {
    margin-top: 48px;
    margin-bottom: 29px;
    position: relative;
    width: 100%
}

.input .label {
    font-size: 14px;
    color: #d9e4cc;
    position: relative;
    margin-bottom: 35px;
}

.input .label span {
    font-size: 19px;
    color: #eee
}

.input .textbox {
    background-color: #6ea63b;
    position: relative;
    width: 238px;
    height: 46px
}

.input .textbox input {
    width: calc(100% - 24px);
    background-color: transparent;
    border: 0;
    font-size: 14px;
    color: #ededed
}

.input .textbox select {
    background-color: #6ea63b;
    cursor: pointer;
    width: 109%;
    border: 0;
    position: relative;
    padding: 0!important;
    font-size: 14px;
    color: #ededed
}

.over {
    width: calc(100% - 24px);
    overflow: hidden;
    position: relative;
    height: 20px
}

.input .textbox select option {
    color: #fff;
    box-sizing: border-box;
    height: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px
}

.input .textbox select option:last-child {
    border-bottom: 0
}

.input .arrow {
    position: absolute;
    right: 11px;
    top: 13px;
    font-size: 22px;
    color: #fff;
    pointer-events: none
}

.form .input.full {
    float: none;
    max-width: 598px;
    width: 100%;
    height: 50px;
    margin-left: auto;
    margin-right: auto
}

.form .input.full .textbox {
    width: 100%
}

.titleAndLegend {
    margin-top: 19px;
    padding-bottom: 18px;
    position: relative;
    width: 100%
}

.titleAndLegend .title {
    position: relative;
    font-size: 31px;
    color: #222;
    font-weight: bold!important;
    text-transform: capitalize;
    margin-top: 0;
    font-family: textfont
}

.retail .titleAndLegend .title {
    font-size: 36px;
    position: absolute;
    bottom: -1px;
    color: #ccc
}

.categoryPid .titleAndLegend {
    /* display: none */
}

.enablesorting .categoryPid .titleAndLegend {
    display: block;
    margin-top: 0
}

.titleAndLegend .legend {
    position: absolute;
    right: 0;
    top: -2px
}

.titleAndLegend .legend:last-child {
    margin-right: 3px!important
}

.titleAndLegend .legend:last-child:after {
    content: "";
    display: block;
    clear: both
}

.titleAndLegend .legend .item {
    margin-right: 25px;
    position: relative;
    float: left
}

.titleAndLegend .legend .item .ico {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

.titleAndLegend .legend .item .txt {
    padding-left: 27px;
    box-flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    color: #999
}

.titleAndLegend .legend .item:last-child {
    margin-right: 0
}

.titleAndLegend .legend .item:last-child:after {
    content: "";
    clear: both;
    display: block
}

.titleAndLegend .legend .img {
    width: 100%;
    height: 100%;
    transform: scale(0.5);
    transform-origin: 0 0
}

.titleAndLegend .legend .ico_v {
    height: 33px
}

.titleAndLegend .legend .ico_v .txt {
    height: 21px
}

.titleAndLegend .legend .ico_v .ico {
    width: 36px;
    height: 42px
}

.titleAndLegend .legend .ico_v .img {
    background-position: -210px 0;
    background-repeat: no-repeat;
    background-size: initial
}

.titleAndLegend .legend .ico_p {
    height: 33px
}

.titleAndLegend .legend .ico_p .txt {
    height: 22px
}

.titleAndLegend .legend .ico_p .ico {
    width: 36px;
    height: 43px
}

.titleAndLegend .legend .ico_p .img {
    background-position: -270px 0;
    background-repeat: no-repeat;
    background-size: initial
}

.titleAndLegend .legend .ico_heart {
    height: 30px;
    margin-top: 3px
}

.titleAndLegend .legend .ico_heart .txt {
    height: 17px
}

.titleAndLegend .legend .ico_heart .ico {
    width: 36px;
    height: 31px
}

.titleAndLegend .legend .ico_heart .img {
    background-position: -320px 0;
    background-repeat: no-repeat;
    background-size: initial
}

.titleAndLegend .legend .ico_new {
    height: 33px
}

.titleAndLegend .legend .ico_new .txt {
    height: 22px
}

.titleAndLegend .legend .ico_new .ico {
    width: 36px;
    height: 43px
}

.titleAndLegend .legend .ico_new .img {
    background-position: -380px 0;
    background-repeat: no-repeat;
    background-size: initial
}

.titleAndLegend .legend .ico_cup {
    height: 33px;
    margin-right: 19px
}

.titleAndLegend .legend .ico_cup .txt {
    height: 21px
}

.titleAndLegend .legend .ico_cup .ico {
    width: 36px;
    height: 41px
}

.titleAndLegend .legend .ico_cup .img {
    background-position: -440px 0;
    background-repeat: no-repeat;
    background-size: initial
}

.case {
    width: 100%;
    height: auto;
    position: relative
}

.orderdetailsp .case {
    animation: .3s cubic-bezier(0.42, 0, 0.14, 0.93) .5s 1 normal both running fadeInUp2;
}

.orderBox {
    clear: both;
    margin-bottom: 50px;
    width: 100%;
    max-width: 645px;
    min-height: 162px;
    background-color: #eaeaea;
    border: 1px solid #fff;
    box-sizing: border-box;
    display: none
}

.orderBox .genBtn {
    padding-top: 2px;
    margin-bottom: 25px;
    margin-top: 20px;
    width: 100%;
    max-width: 236px;
    height: 57px;
    background-color: #85bc3b;
    font-size: 18px;
    color: #fff
}

.orderBox .text {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 36px;
    font-size: 22px;
    color: #4c4c4c
}

.orderBox span {
    color: #85ba39
}

.countryDropdown {
    width: 55px;
    position: relative;
    height: 62px
}

.countryDropdown .bgTop {
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 62px;
    background-color: #fff
}

.bgWrap {
    width: 55px;
    height: 288px;
    position: relative;
    pointer-events: none;
    opacity: 0;
    transform: translate3d(0, 20%, 0);
    transition: all .55s ease-in-out, opacity .3s ease-in-out
}

.countryDropdown .textCountry {
    position: absolute;
    top: 24px;
    left: 16px;
    font-size: 16px;
    color: #fff;
    transition: color .3s ease
}

.countryDropdown .arrow {
    position: absolute;
    left: 37px;
    top: 20px;
    font-size: 21px;
    color: #fff
}

.countryDropdown .arrow:before {
    transition: color .3s ease
}

.wrapCountry {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding-top: 17px
}

.countryDropdown .borderLeft {
    position: absolute;
    top: 15px;
    left: 0;
    width: 1px;
    height: 29px;
    opacity: 83;
    background-color: #bbb
}

.countryDropdown .countries {
    max-height: 226px;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 62px;
    right: -8px;
    width: 194px;
    height: 400px;
    background-color: #fff
}

.countryDropdown .countries .country {
    position: relative;
    padding-left: 32px;
    width: 100%;
    height: 29px;
    text-decoration: none;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 13px;
    color: #666;
    box-flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color .3s ease-in-out;
    background-color: #fff
}

.countryDropdown.open .bgWrap {
    transform: translate3d(0, 0%, 0);
    pointer-events: all;
    opacity: 1
}

.countryDropdown.open .borderLeft {
    border-color: #f3f3f3;
    display: none
}

.countryDropdown.open .arrow {
    color: #4a4c42!important
}

.countryDropdown.open .textCountry {
    color: #4a4c42!important
}

untryDropdown.open .favGrid.itemsList {
    padding-bottom: 0
}

untryDropdown.open .favGrid.itemsList .itemGrid {
    height: 245px;
    height: auto
}

untryDropdown.open .favGrid.itemsList .descBlock {
    height: 64px
}

untryDropdown.open .favGrid.itemsList ul {
    padding-bottom: 53px;
    max-width: 100%;
    width: 100%!important;
    margin-left: auto
}

untryDropdown.open .favGrid.itemsList ul:first-child {
    margin-bottom: 44px
}

.categories .inside li .picture {
    opacity: .4
}

.categories .inside li .title {
    color: #fff
}

.categories .inside li.selected .picture {
    opacity: 1;
    border: 7px solid #fff
}

.categories .inside li.selected .title {
    color: #fff
}

.fixedModal {
    position: fixed;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.modal.confirmAddToBagID .title {
    margin-top: 54px!important
}

.customizedID .head {
    background-color: #fff;
    width: 50%;
    position: relative;
    box-sizing: border-box;
    float: left;
    min-height: 358px;
}

.customizedID .picture {
    text-align: center;
    position: relative;
    overflow: hidden!important;
    width: 100%;
    text-decoration: none;
    margin-bottom: 0px;
    border-bottom: 1px solid #ddd;
}

.retail .customizedID .head .picture {
    overflow: hidden!important;
}

.market .customizedID .picture {
    max-height: none;
    /* min-height: 270px */
}

.customizedID .data {
    float: left;
    position: relative;
    padding: 32px;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    padding-top: 46px;
}

.fnb .customizedID.largetxt .head .data {
    display: none;
}

.fnb .head .customizedID.largetxt .data {
    display: none;
}

.market .customizedID .cont .data {
    padding-bottom: 62px;
}

.market .customizedID .cont .data {
    display: none;
}

.market .customizedID.largetxt .cont .data {
    display: block;
}

.customizedID .data .title {
    margin-bottom: 28px;
    position: relative;
    font-weight: 400;
    font-size: 20px;
    color: #444;
    margin-top: 4px;
    font-weight: bold;
    font-family: titlefont
}

.customizedID .data .description {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #444;
    line-height: 20px;
    font-family: inherit;
    white-space: break-spaces
}

.rtl .customizedID .data .description {
    text-align: center;
    direction: rtl;
    text-align: right!important;
}

.customizedID .data .price {
    margin-top: 31px;
    margin-bottom: 52px;
    font-size: 17px;
    font-weight: bold;
    color: #333;
    position: relative
}

.customizedID:after {
    display: block;
    clear: both
}

.customizedID .cont {
    position: relative;
    width: 50%;
    float: left;
    padding: 25px;
    box-sizing: border-box;
    min-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 54px;
    background-color: #fafafa
}

.fnb .customizedID .cont {display: block;}

.customizedID.disable-adding .cont:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    background-color: #ffffffc7;
    z-index: 6;
}
@media (min-width: 769px) {
.customizedID.disable-adding .cont:before{
    height: calc(100% - 60px);
}
}


.customizedID.disable-adding .genBtn{
    /* display:none; */
    }

    .customizedID.disable-adding .addRemoveWrap {
        display:none
    }
.market .customizedID .cont {
    height: 600px
}

.market .noCustomization .customizedID .cont,
.retail .customizedID .cont {
    background-color: transparent
}

.customizedID .cont::-webkit-scrollbar {
    width: 8px
}

.customizedID .cont::-webkit-scrollbar-track {
    -webkit-border-radius: 0;
    border-radius: 0
}

.customizedID .cont::-webkit-scrollbar-thumb {
    opacity: .1;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.2)
}

.noCustomization .cont {
    display: none
}

.noCustomization .head {
    width: 100%
}

.retail .customizedID .wrap {
    box-sizing: border-box;
    width: 100%
}

.retail .customizedID .wrap form {
    width: calc(100% - 62px)
}

.modal.closeNew {
    padding-top: 69px
}

.btnClose {
    position: absolute;
    cursor: pointer;
    left: 50%!important;
    top: 13px!important;
    width: 40px;
    height: 40px;
    text-align: center;
    background-size: contain;
    z-index: 3;
    transform: translate3d(-50%, 0, 0)
}

.smallType2 .btnClose {
    display: none
}

.btnClose .zmdi-close,
.btnClose .zmdi-close-circle {
    font-size: 18px;
    color: #fff;
    transition: color .3s ease-in-out
}

.btnClose .zmdi {
    font-size: 37px;
    color: #fff
}

#sizeGuideModalID .btnClose .zmdi {
    color: #ccc;
}

.termsID .zmdi-close-circle {
    color: #ee2e22;
    color: var(--primary-color)
}

.addRemoveWrap {
    position: relative;
    width: 100%;
    text-align: center
}

.noOrder .addRemoveWrap {
    display: none
}

.addRemoveWrap .addRemove {
    user-select: none;
    float: left;
    position: relative;
    display: flex;
}

.itemsList .itemGrid .addRemove {
    border: 0;
    width: auto!Important;
    height: auto
}

.itemsList .itemGrid .addRemoveWrap {
    top: 4px;
    display: block;
    margin-bottom: 0;
    position: absolute;
    right: 13px;
    width: fit-content;
}

.itemsList .itemGrid .addRemoveWrap {
    display: none
}

.market .itemsList .itemGrid .addRemoveWrap {
    display: inline-block;
}

.rtl.market .itemsList .itemGrid .addRemoveWrap {
    direction: ltr;
}

.addRemoveWrap .price {
    float: left;
    font-weight: 400;
    font-size: 13px;
    color: #666;
    margin-top: 29px;
    position: relative;
    width: 100%;
    text-align: center
}

.addRemoveWrap .price:after {
    clear: both;
    content: "";
    display: block
}

.addRemoveWrap.black .addRemove {
    border-color: #e7e7e7;
    user-select: none
}

.addRemoveWrap.black .plus {
    color: #666;
    transition: color .3s ease-in-out;
    transform: scale(1.3);
    line-height: 22px;
    display: block;
    text-align: center;
    font-family: arial, sans-serif;
}

.ios .addRemoveWrap.black .plus {
    line-height: 25px
}

.market .addRemoveWrap.black .plus {
    top: 0
}

.addRemoveWrap.black .plus:before {
    content: "";
    width: 13px;
    height: 3px;
    position: absolute;
    left: 50%;
    background-color: #fff;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.addRemoveWrap.black .plus:after {
    content: "";
    width: 3px;
    height: 13px;
    position: absolute;
    left: 50%;
    background-color: #fff;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.addRemoveWrap.black .minus {
    color: #666;
    transition: color .3s ease-in-out;
    display: block;
    text-align: center;
}

.addRemoveWrap.black .nb {
    padding-top: 9px;
    color: #666
}

.addRemoveWrap.full {
    margin-top: 0;
    margin-bottom: 18px
}

.addRemoveWrap.full .addRemove {
    width: 100%
}

.addRemoveWrap.full .plus {
    width: 68px
}

.addRemoveWrap.full .minus {
    width: 68px
}

.addRemoveWrap.full .nb {
    width: calc(100% - 136px)
}

.addRemove {
    width: auto;
    height: 32px;
    border: 1px solid #fff;
    position: relative;
    box-sizing: border-box
}

.addRemove .minus {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    margin-right: 5px;
    /* float: left; */
    text-align: center;
    width: 33.33333%;
    font-weight: 400;
    font-size: 30px;
    color: #ee2e22;
    color: var(--primary-color);
    transition: color .3s ease-in-out;
    -webkit-user-select: none;
}

.addRemove .plus {
    cursor: pointer;
    box-flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    margin-left: 5px;
    /* float: left; */
    text-align: center;
    width: 33.33333%;
    font-weight: 400;
    font-size: 20px;
    color: #ee2e22;
    color: var(--primary-color);
    transition: color .3s ease-in-out;
    -webkit-user-select: none;
}

.addRemove .nb {
    height: 100%;
    line-height: 55px;
    padding-top: 0!important;
    position: relative;
    /* float: left; */
    text-align: center;
    width: auto;
    font-weight: 400;
    font-size: 13px;
    color: #444
}

.addTobagID .addRemoveWrap {
    height: 45px
}

.addTobagID .addRemoveWrap .addRemove {
    height: 45px
}

.addTobagID .addRemoveWrap .nb {
    height: 45px;
    line-height: 45px
}

.wrapCustom {
    float: left;
    position: relative
}

.column_cust .block .totalCss {
    margin-bottom: 0!important
}

.column_cust {
    float: left;
    width: 100%;
    margin-right: 25px
}

.customizedID .onRight {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 57px;
    left: 0
}

.market.productpage .customizedID .onRight {
    display: none;
}

.column_cust.onRight .bTitle {
    margin-bottom: 18px
}

.column_cust.onRight .block {
    background-color: transparent;
    padding: 0;
    margin: 0
}

.column_cust.onRight:after {
    content: "";
    display: block;
    clear: both
}

.column_cust .blcWrap {
    margin-left: 0;
    margin-right: auto;
    width: calc(100% - 20px);
    position: relative;
    box-sizing: border-box;
    display: block
}

.fnb .column_cust .blcWrap {
    width: 100%
}

.column_cust .block {
    padding-bottom: 22px;
    width: 100%;
    position: relative
}

.column_cust .bTitle {
    margin-bottom: 19px;
    font-size: 14px;
    color: #4d4d4c;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px dotted #e3e3e3;
    padding-bottom: 9px
}

.customnote.column_cust .bTitle {
    border: 0
}

.column_cust .block .bSmallTitle {
    padding-top: 3px;
    margin-bottom: 13px;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 15px;
    color: #4d4d4c;
    position: relative;
    font-family: textfont
}

.retail .column_cust .block .bSmallTitle {/* margin-bottom: -20px; *//* padding-bottom: 34px; *//* position: relative; */color: #ccc;/* display: block; *//* margin-right: -20px; */}

.classicproduct .column_cust .block .bSmallTitle {
    margin-right: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #999
}

.column_cust .block .textarea {
    box-sizing: border-box;
    padding-top: 11px;
    border-top: 1px solid #ddd;
    background-color: #fdfdfd;
    position: relative;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #ddd;
    margin-top: 22px
}

.column_cust .block .textarea textarea {
    font-weight: 400;
    font-size: 14px;
    color: #4d4d4c;
    width: calc(100% - 22px);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border: 0;
    height: 140px;
    overflow: auto;
    display: block
}

.column_cust .block .bigPrice {
    font-weight: 400;
    font-size: 29px;
    color: #ee2e22;
    color: var(--primary-color);
    position: relative;
    padding-bottom: 19px
}

.column_cust:last-child {
    margin-right: 0
}

.customizedID .genBtn {
    width: 50%;
    height: 57px;
    font-size: 14px;
    border-radius: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2
}

.addToFav {
    cursor: pointer;
    position: relative;
    width: 135px;
    height: 25px;
    margin-top: 23px
}

.addToFav .ico {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
    color: #666;
    font-size: 18px;
    transition: color .3s ease-in-out
}

.customizedID .addToFav .ico {
    position: relative;
    top: -7px;
    left: auto;
    /* margin-top: 2px; */
    display: inline-block;
}

.market .customizedID .addToFav .ico {
    padding-top: 0
}

.addToFav .ico .heart {
    top: 0;
    right: 0;
    width: 16px;
    height: 16px
}

.customizedID .heart {
    position: relative;
    top: auto;
    left: auto
}

.addToFav .ico .heart .zmdi {
    /* color: #666; */
}

.addToFav .ico .heart .favoriteBox {
    bottom: -48px
}

.addToFav .txt {
    font-weight: 400;
    font-size: 14px;
    color: #666;
    padding-left: 11px;
    position: relative;
    transition: color .3s ease-in-out;
    z-index: 2;
}

.customizedID .addToFav .txt {
    display: inline-block;
    height: 100%;
    line-height: 57px
}

.addToFav.selc .txt {
    color: #ee2e22;
    color: var(--primary-color)
}

.myBagModule {
    display: none;
    height: 100vh;
    position: fixed;
    box-sizing: border-box;
}

.myBagModule.stick {
    width: 100%;
    transition: opacity .1s linear;
    z-index: 1;
    position: absolute;
    height: 100%;
    background-color: #f3f3f3;
}

.myBagModule .bagWrap {
    /* height: 100%; */
}

.myBagModule .bagTitle {
    margin-bottom: 32px;
    /* margin-top: 35px; */
    position: relative;
    font-size: 14px;
    color: #888;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 14px;
    display: none;
    box-sizing: border-box;
    text-align: right;
    padding-right: 14px;
}

.fnb .myBagModule .bagTitle, .market .myBagModule .bagTitle {
    display: block;
}

.market .myBagModule .bagTitle {
    padding-top: 18px;
}

.myBagModule .wrapTotalmini {
    display: none
}

.bagreview .myBagModule .wrapTotalmini {
    position: absolute;
    width: auto;
    bottom: 22px;
    left: 10px;
    right: auto;
    text-align: left;
    display: block
}

.myBagModule .genBtn {
    margin-left: 4px;
    width: 269px;
    font-size: 14px;
    height: 55px;
    bottom: 9px;
    position: fixed;
    text-align: left;
    justify-content: left;
    padding-left: 26px
}

.myBagModule.stick .genBtn {
    width: calc(100% - 18px);
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
    position: absolute
}

.myBagModule .priceonbtn {
    right: 28px;
    font-size: 14px;
    height: 55px;
    bottom: -9px;
    position: fixed;
    color: #fff;
    opacity: .7;
    font-weight: bold;
    pointer-events: none;
}

.rtl .myBagModule .priceonbtn {
    right: 27px;
    left: auto;
    bottom: -11px;
}

.orderdetails .priceonbtn {
    display: none;
}

.checkoutID .priceonbtn {
    opacity: 0
}

.myBagModule .subtotal:after {
    clear: both;
    content: "";
    display: block
}

.myBagModule .subtotal .text {
    font-weight: 400;
    font-size: 13px;
    color: #4d4d4c;
    position: relative;
    text-align: left;
    margin-bottom: 2px
}

.myBagModule .subtotal .subPrice {
    position: relative;
    text-align: left;
    font-weight: 400;
    font-size: 20px;
    color: #4d4d4c
}

.myBagModule .itemBags {
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column-reverse
}

.myBagModule.stick .itemBags {
    width: calc(100% - 24px);
    margin: auto;
}

.myBagModule .itemBags .itemBag {
    position: relative;
    width: 100%;
    margin-bottom: 14px;
    animation: fadeInUp 1s ease-in-out;
    background-color: #fff;
    /* border: 1px solid #f6f6f6; */
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 16px rgba(204, 204, 204, 0.24);
    padding: 13px;
    box-sizing: border-box;
    padding-bottom: 5px;
}

.reviewbag .myBagModule .itemBags {
    /* column-count: 4; */
    display: inline-block!important;
}

.reviewbag .myBagModule .itemBags .itemBag {/* break-inside: avoid-column; */max-width: 360px;}

.market .myBagModule .itemBags {
    display: flex;
    flex-direction: column-reverse;
}

.myBagModule .itemBags .itemBag .top {
    position: relative;
    width: 100%;
    /* padding-left: 16px; */
    box-sizing: border-box;
}

.myBagModule .itemBags .itemBag .top {
    /* text-align: -webkit-right; */
    /* padding-right: 8px; */
    /* padding-top: 6px; */
}

.orderdetails .myBagModule .itemBags .itemBag .top {
    /* padding-top: 13px; */
}

.myBagModule .itemBags .itemBag .part {
    position: relative;
    width: 100%;
    background-color: #fff;
    /* padding-bottom: 11px; */
    /* min-height: 73px; */
    box-sizing: border-box;
    /* border-radius: 5px 5px 0 0; */
}

.myBagModule .itemBags .itemBag .casePic {
    width: 90px;
    height: 56px;
    /* float: left; */
    /* position: absolute; */
    /* right: 0px; */
    /* top: 11px; */
    float: right;
}

.rtl .myBagModule .itemBags .itemBag .casePic {
    float: left;
}

.myBagModule .itemBags .itemBag .casePic .backg {
    height: 100%;
    display: flex;
    align-items: center;
}

.myBagModule .itemBags .itemBag .casePic .picture {
    /* margin-top: 11px; */
    /* margin-left: 5px; */
    /* width: 100px; */
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    /* border: 1px solid #eee; */
}

.retail .myBagModule .itemBags .itemBag .casePic .picture {
    height: auto;
    max-height: 94px
}

.market .myBagModule .itemBags .itemBag .casePic .picture {
    height: 58px;
    border: 0
}

.myBagModule .itemBags .itemBag .casedata {
    width: calc(100% - 104px);
    /* float: left; */
    position: relative
}

.myBagModule .nb.neartitle {
    /* display: inline-block; */
    /* height: 20px; */
    /* width: auto; */
    margin-right: 7px;
    /* padding-top: 3px; */
    color: var(--primary-color);
    /* font-weight: bold; */
    float: left;
    font-family: 'titlefont';
}

.myBagModule .itemBags .itemBag .title {
    /* padding-top: 11px; */
    font-weight: 400;
    font-size: 14px;
    color: #4d4d4c;
    font-weight: bold;
    width: calc(100% - 1px);
}

.rtl .myBagModule .itemBags .itemBag .title {
    /* padding-top: 8px; */
    /* line-height: 20px; */
    text-align: right!important;
    direction: rtl
}

.myBagModule .itemBags .addRemoveWrap {
    width: fit-content;
    /* position: absolute; */
    /* bottom: 4px; */
    /* left: 16px; */
}

.retail .myBagModule .itemBags .addRemoveWrap {
    left: 82px
}

.myBagModule .itemBags .addRemoveWrap .addRemove {
    user-select: none;
    border: 0;
    width: 75px;
}

.myBagModule .itemBags .addRemoveWrap .plus {
    color: #018543;
    color: var(--secondary-color);
    transition: color .3s ease-in-out;
    font-size: 17px;
    margin-left: 7px;
}

.myBagModule .itemBags .addRemoveWrap .minus {
    color: #018543;
    color: var(--secondary-color);
    transition: color .3s ease-in-out;
    font-size: 22px;
    margin-right: 10px;
}

.myBagModule .itemBags .addRemoveWrap .nb {
    padding-top: 9px;
    color: #666;
    line-height: 32px!Important;
    font-size: 16px
}

.market .myBagModule .itemBags .addRemoveWrap .nb {
    opacity: .3;
    min-width: 25px;
    border-radius: 5px;
    /* display: block; */
}

.myBagModule .itemBags .addRemoveWrap .price {
    color: #666;
    float: right
}

.myBagModule .itemBags .icons {
    /* width: 109px; */
    height: 32px;
    /* position: absolute; */
    /* top: 9px; */
    /* left: 94px; */
    float: left;
    margin-left: 15px;
}

.retail .myBagModule .itemBags .icons {
    left: 90px;
}

.myBagModule .itemBags .icons .ico {
    cursor: pointer;
    /* z-index: 1; */
    /* margin-left: 20px; */
    position: relative;
    float: left;
    line-height: 34px;
    width: 37px;
}

.retail .myBagModule .itemBags .icons .ico:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 124px;
    height: 22px;
    z-index: 1
}

.myBagModule .itemBags .icons .ico .zmdi {
    font-size: 18px;
    /* color: #018543; */
    color: #ccc;
    transition: color .3s ease-in-out;
    /* margin-left: 2px; */
}

.myBagModule .itemBags .icons .ico .zmdi-delete {
    /* margin-left: 17px; */
}

.myBagModule .itemBags .icons .fav .zmdi {
    color: #ee2e22;
    color: var(--primary-color)
}

.myBagModule .itemBags .customPart {
    width: 100%;
    position: relative
}

.myBagModule .itemBags .customPart .line {
    width: 100%;
    position: relative;
    /* background-color: #fff; */
}

.retail .myBagModule .itemBags .customPart .line {
    width: calc(100% - 83px)
}

.myBagModule .itemBags .customPart .line:first-child {
    /* padding-bottom: 3px; */
    padding-top: 10px;
}

.retail .myBagModule .itemBags .customPart .line:first-child {
    padding-top: 0
}

.myBagModule .itemBags .customPart .type {
    /* padding-left: 18px; */
    float: left;
    position: relative;
    width: 71px;
    font-weight: 400;
    font-size: 11px;
    color: #777;
    font-weight: bold;
}

.myBagModule .itemBags .customPart .elements {
    position: relative;
    float: left;
    width: -moz-calc(100% - 123px);
    width: -webkit-calc(100% - 123px);
    width: -o-calc(100% - 123px);
    width: calc(100% - 123px)
}

.retail .myBagModule .itemBags .customPart .elements {
    /* margin-left: 18px; */
    width: 100%;
}

.retail.rtl .myBagModule .itemBags .customPart .elements {
    margin-left: 0
}

.myBagModule .itemBags .customPart .elements .element {
    margin-bottom: 4px;
    position: relative;
    width: 100%
}

.rtl .myBagModule .itemBags .customPart .elements .element {
    text-align: left;
    width: 100%;
}

.myBagModule .itemBags .customPart .name {
    float: left;
    position: relative;
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 11px;
    color: #888;
    text-transform: lowercase;
}

.myBagModule .itemBags .customPart .price {
    float: right;
    position: relative;
    font-weight: 400;
    font-size: 11px;
    color: #999;
}

.rtl .myBagModule .itemBags .customPart .price {
    margin-top: 0px;
    font-size: 11px;
    color: #999;
    text-align: left!important;
    /* width: calc(100% - 23px); */
    float: left;
}

.myBagModule .itemBags .total {
    /* height: 34px; */
    box-sizing: border-box;
    /* position: absolute; */
    font-size: 13px;
    color: #333;
    font-weight: bold;
    right: 0px;
    /* line-height: 38px; */
    float: right;
    height: 32px;
    line-height: 32px;
}

.rtl .myBagModule .itemBags .total {
    direction: rtl
}

.myBagModule .mCSB_scrollTools .mCSB_draggerContainer {
    left: auto;
    top: 4px;
    right: 18px
}

.myBagModule .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
    background-color: #ccc
}

.myBagModule .mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.bagScroll {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* padding-top: 80px; */
    box-sizing: border-box;
}

.retail .bagScroll {
    padding-top: 63px;
}

.bagph .bagScroll {
    height: calc(100% - 148px);
}

.retail .bagph .bagScroll {
    height: calc(100% - 73px);
}

.checkoutID .bagph .bagScroll {
    height: calc(100vh - 70px);
}

.withBagOnRight .myBagModule {
    display: block;
}

.withBagOnRight .myBagModule.is_stuck {
    z-index: 2;
    top: 82px!important
}

.withBagOnRight .nearBag.gridSystem ul:first-child {
    float: left;
    position: relative
}

.market ul.case.products-listing {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    justify-content: start;
    grid-column-gap: 1px;
    padding-bottom: 0px;
    /* background: #fff; */
    /* margin-bottom: 20px; */
}

.market .home-collection ul.case.products-listing {
    background: transparent;
}

.fnb ul.case.products-listing:not(.swiper-wrapper) {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(326px, 1fr));
    justify-content: start;
    background: transparent;
    grid-gap: 16px;
}

.rtl.fnb .categoryPid ul.case.products-listing:not(.swiper-wrapper) {
    margin-top: 12px!important;
}

ul.nodata.case.products-listing:not(.swiper-wrapper) {
    display: block;
}

.retail ul.case.products-listing {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(262px, 1fr));
    justify-content: start;
    min-height: 87px!important;
    padding-bottom: 0px;
    /* justify-items: center; */
    grid-gap: 6px;
    width: fit-content;
}

.home-collection .gITems ul {
    /* width: unset!important; */
}

.customized {
    position: absolute;
    top: -8px;
    left: 15px;
    background-position: -500px 0;
    background-repeat: no-repeat;
    background-size: initial;
    z-index: 2
}

.customized .textCustom {
    font-size: 10px;
    color: #999;
    padding: 3px;
    box-sizing: border-box;
    min-width: 48px;
    text-transform: uppercase;
    text-align: center;
    background-color: #fff;
    display: none;
}

.menuMob {
    cursor: pointer;
    position: absolute;
    top: -3px;
    left: 0;
    height: 62px;
    width: 52px
}

.retail .menuMob {
    top: -10px
}

.menuMob .cell {
    width: 52px
}

.menuMob .zmdi {
    color: #FFF;
    font-size: 22px;
    position: relative;
    line-height: 14px;
    display: block;
    text-align: left;
    padding-left: 13px
}

.menuMob .zmdi:before {
    content: '\f1ce';
    font-size: 29px
}

.opnBig .layerPop .popup {
    bottom: auto!important;
    top: 0!important
}

.mobileMenuWrap {
    position: fixed;
    overflow: hidden;
    left: 0;
    z-index: 23;
    top: 0;
    height: 100%!important;
    -webkit-overflow-scrolling: touch
}

.is-navOpen .mobileMenuWrap {
    pointer-events: all
}

.mobileMenuWrap:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease-out
}

.mobileView .mobileMenuWrap:before {
    opacity: .7;
    pointer-events: all;
    transition: all .3s ease-out
}

.mobileMenuWrap .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    box-sizing: border-box
}

.mobileMenuWrap .case {
    position: relative;
    width: 100%
}

.mobileMenuWrap .holder {
    position: relative;
    width: 100%;
    height: calc(100% + 1px);
    background-color: #fff;
    transform: translate3d(-100%, -50%, 0)!important;
    transition: transform .5s cubic-bezier(0.645, 0.045, 0.355, 1), width .1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s!important;
    width: 0;
    pointer-events: all;
    overflow: hidden;
    top: 50%;
}

.mobileMenuWrap .holder .scroll-menu {
    opacity: 0;
    transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: translateX(-61px);
}

.holder.ssm-nav-visible {
    width: 300px;
    transform: translateX(0px) translateY(-50%)!important;
    transition: transform .5s cubic-bezier(0.645, 0.045, 0.355, 1), width 0s cubic-bezier(0.645, 0.045, 0.355, 1)!important;
}

.holder.ssm-nav-visible .scroll-menu {
    opacity: 1;
    transition: all .5s ease-out 0.2s;
    transform: none;
}

.mobileMenuWrap .visit {
    border-top: 1px solid #ececec;
    box-flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 58px;
    background-color: #f6f6f6;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    color: #ee2e22;
    color: var(--primary-color)
}

.mobileMenuWrap .lineLink {
    cursor: pointer;
    width: 100%;
    position: relative;
    text-decoration: none;
    height: 27px;
    box-sizing: border-box;
    transition: background-color .3s ease-in-out;
    line-height: 43px;
    margin-bottom: 3px;
}

.mobileMenuWrap .lineLink.livechati {
    display: none
}

.userainfo .lineLink {
    position: absolute;
    left: 2px;
    line-height: 25px;
    top: 19px
}

.mobileMenuWrap .lineLink .text {
    font-size: 14px;
    color: #666;
    padding-left: 25px;
    position: relative;
    height: 100%;
    font-weight: bold;
    text-transform: uppercase
}

.mobileMenuWrap .lineLink .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.mobileMenuWrap .lineLink .ico {
    position: absolute;
    left: 20px;
    top: -2px;
    font-size: 24px;
    color: #333;
    display: none
}

.mobileMenuWrap .lineLink.recom .zmdi-star {
    font-size: 26px
}

.mobileMenuWrap .lineLink.selected .ico,
.mobileMenuWrap .lineLink.selected .text {
    color: var(--primary-color);
    font-weight: bold
}

.mobileMenuWrap .lineLink.selected .bg {
    background-color: #ee2e22;
    background-color: var(--primary-color)
}

.mobileMenuWrap .lineLink .zmdi-caret-down {
    font-size: 28px
}

.mobileMenuWrap .lineLink .zmdi-account {
    font-size: 26px
}

.mobileMenuWrap ul {
    margin-top: 22px;
    padding-left: 60px;
    display: block;
    list-style: none;
    position: relative
}

.mobileMenuWrap ul li {
    margin-bottom: 22px;
    display: block;
    position: relative;
}

.mobileMenuWrap .usermenu li {
    margin-left: 24px;
    padding-left: 0
}

.mobileMenuWrap .usermenu ul {
    padding-left: 0
}

.mobileMenuWrap ul li a {
    text-decoration: none;
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.mobileMenuWrap .wrapContainer {
    position: relative;
    width: 100%;
    z-index: 2;
    overflow: hidden;
    height: calc(100% - 70px)
}

.mobileMenuWrap .wrapContainer .swiper-wrapper {
    display: block;
    height: auto;
    overflow-y: visible
}

.mobileMenuWrap .wrapContainer .swiper-container {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 0
}

.mobileMenuWrap .wrapContainer .swiper-scrollbar {
    position: absolute;
    right: 4px;
    top: 0;
    width: 5px;
    background-color: transparent;
    height: 100%;
    display: none
}

.mobileMenuWrap .wrapContainer .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #ececec;
    opacity: 1
}

.mobileMenuWrap .wrapContainer .swiper-slide {
    height: auto
}

body.mobileView .holder {
    transform: translate3d(0%, 0, 0)
}

body.mobileView .mobileMenuWrap {
    pointer-events: all;
    z-index: 2
}

body.mobileView.subPage .swiperID {
    opacity: 0
}

body.mobileView.subPage .header {
    z-index: 24
}

body.mobileView .content {
    opacity: 0
}

body.mobileView .mCSB_inside>.mCSB_container {
    margin-right: 0
}

body.mobileView .footer {
    visibility: hidden;
    pointer-events: none
}

.favoriteBox {
    opacity: 0;
    box-flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    position: absolute;
    right: -12px;
    bottom: -61px;
    transform: translate3d(0, 20%, 0);
    transition: all .3s ease-in, opacity .3s ease-out
}

.favoriteBox .textAdd {
    height: 52px;
    top: 3px;
    font-weight: 400;
    font-size: 13px;
    color: #666;
    position: absolute;
    left: 0;
    width: 119px;
    box-flex: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

.favoriteBox .textAdd span {
    height: 14px
}

.favoriteBox.addToFavorites {
    width: 119px;
    height: 25px;
    right: -11px;
    bottom: 15px;
}

.fnb .favoriteBox.addToFavorites {
    bottom: 15px;
}

.market .favoriteBox.addToFavorites {
    bottom: -13px;
    right: 10px;
    display: none;
}

.favoriteBox.addToFavorites .textAdd {
    top: 0;
    height: 25px;
    color: #666
}

.favoriteBox.addToFavorites .textAdd span {
    height: 25px;
    line-height: 25px
}

.favoriteBox.addToFavorites:before {
    content: '';
    display: block;
    background-color: #fff;
    box-shadow: 0 0 9px 2px rgba(204, 204, 204, 0.51);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;
    box-sizing: border-box;
    opacity: .8;
    height: 100%;
    line-height: 25px;
    border-radius: 5px
}

.favoriteBox.addedToFavorites {
    right: -15px;
    width: 176px;
    height: 49px;
    background-position: 0 -107px;
    background-repeat: no-repeat;
    background-size: initial;
    display: none!important;
}

.favoriteBox.addedToFavorites .textAdd {
    position: absolute;
    left: 0;
    width: 100%;
    top: 3px;
    text-align: center;
    padding-left: 10px;
    font-weight: 400;
    font-size: 11px;
    color: #fff
}

.favoriteBox.addedToFavorites .zmdi.zmdi-check {
    top: 17px;
    left: 19px;
    font-size: 16px;
    right: auto;
    color: #FFF!important;
    opacity: 1
}

.cutomBox {
    z-index: 1;
    position: absolute;
    top: -11px;
    z-index: 2;
    right: -18px;
    pointer-events: none;
    background-color: #fff;
    opacity: 0;
    transform: translate3d(0, 20%, 0);
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.13);
    width: 112px;
    padding-bottom: 10px
}

.cutomBox .cLinks {
    position: relative;
    padding-top: 41px
}

.cutomBox .cLink {
    width: 100%;
    height: 39px;
    padding-right: 21px;
    box-flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 13px;
    color: #666;
    transition: background-color .3s ease-in-out;
    background-color: #fff
}

.ico.delIco {
    /* width: 11px; */
}

.ico.customICO {
    position: relative;
    z-index: 3!important;
    width: 17px;
    margin-right: 0!important
}

.ico.heartIco {
    width: 16px;
    height: 16px
}

.customICO.selected .cutomBox {
    pointer-events: all;
    opacity: 1;
    transform: translate3d(0, 0%, 0)
}

.customICO.selected .zmdi {
    transform: translate3d(0, 0%, 0);
    width: 16px;
    position: relative;
    z-index: 3;
    color: #4a4c42!important
}

.zmdi {
    text-align: center
}

.diricon:before {
    content: '\f1e7';
}

.check {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 19px;
    height: 20px;
}

.setAsDefaultInput .check:before {
    position: absolute;
    content: '';
    top: -10px;
    right: -10px;
    left: -24px;
    bottom: -7px;
    width: 250px
}

.check .zmdi {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    font-size: 21px;
    transition: opacity .3s ease-in-out
}

.check .zmdi-circle-o,
.check .zmdi-square-o {
    opacity: 1;
    color: #999
}

.check .zmdi-dot-circle,
.check .zmdi-check-square {
    pointer-events: none;
    opacity: 0;
    color: var(--primary-color)
}

.checked .zmdi-square-o,
.checked .zmdi-circle-o {
    pointer-events: none;
    opacity: 0
}

.checked .zmdi-check-square,
.checked .zmdi-dot-circle {
    pointer-events: all;
    opacity: 1
}

.formPart {
    position: relative;
    width: 100%;
    display: block
}

.formPart .lines {
    position: relative;
    width: 100%
}

.fnb .formPart .lines {
    padding-bottom: 19px;
}

.formPart .lines .line {
    position: relative;
    width: 100%;
    margin-bottom: 10px
}

.formPart .price {
    font-weight: 400;
    font-size: 13px;
    color: #666;
    position: absolute;
    top: 3px;
    right: 0
}

.formPart .price:after {
    content: "";
    display: block;
    position: relative
}

.formPart .input {
    position: relative;
    cursor: pointer
}

.classicproduct .cont .line .input.checked:only-child[data-size="NONE"] {
    display: none;
}

.classicproduct .cont .line .input {
    border: 1px solid #ddd;
    display: inline-block;
    min-width: 40px;
    text-align: center;
    height: 38px;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 6px;
    white-space: nowrap;
}

.classicproduct .cont .line .input.checked {
    border: 2px solid #000;
    box-sizing: border-box;
    height: 40px;
    min-width: 42px;
}

.classicproduct .cont .line .price {
    display: none
}

.classicproduct .cont .lines {
    box-shadow: none!important;
    padding-left: 0!important
}

.classicproduct .cont .line .check {
    display: none
}

.classicproduct div#customizedModalID .formPart .input .label {
    padding-left: 0;
    text-align: center!important;
    width: 100%!important;
    height: 100%!important;
    margin-top: 0!important;
    line-height: 36px!important;
    min-width: 40px
}

.classicproduct .cont .line {
    width: fit-content!important;
    float: left;
    margin-right: 7px;
    border: 0!important;
    position: relative;
    padding: 0px!important;
}

.classicproduct .cont .line.sold-out:before {
    content: "";
    height: .05rem !important;
    background-color: #999;
    position: absolute;
    display: inline-block;
    transform: rotate(33.8deg);
    width: 5.2rem !important;
    top: 1.4rem !important;
    left: 50%  !important;
    margin-left: -2.6rem;
}

.formPart .input .label {
    padding-top: 3px;
    padding-left: 28px;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    color: #444
}

.checkboxCol .formPart .lines {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-top: 0;
    margin-bottom: 17px;
    padding-bottom: 0
}

.checkboxCol .formPart .lines .line {
    height: auto;
}

.radioCol .formPart .line:last-child {
    margin-bottom: 28px
}

.radioCol .formPart:last-child .line:last-child {
    margin-bottom: 0
}

.addedTobagID {
    top: 50%;
    margin-top: -109px;
    min-height: 218px;
    height: auto;
    max-width: 379px
}

.addedTobagID .title {
    margin-top: 41px;
    margin-bottom: 12px;
    width: 100%;
    text-align: center;
    position: relative;
    font-weight: 400;
    font-size: 20px;
    color: #4d4d4c
}

.addedTobagID .custText {
    margin-bottom: 39px;
    width: 100%;
    text-align: center;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    color: #4c4c4c
}

.addedTobagID .custText span {
    color: #ee2e22;
    color: var(--primary-color)
}

.addedTobagID .btnWrap {
    width: 245px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.addedTobagID .btnWrap .genBtn {
    width: 114px;
    float: left;
    margin-right: 17px
}

.addedTobagID .btnWrap .moreBtn,
.addedTobagID .btnWrap .loadMore {
    width: 114px;
    float: left
}

.addedTobagID .btnClose {
    right: 20px;
    top: 20px
}

.addedTobagID .btnClose .zmdi-close,
.addedTobagID .btnClose .zmdi-close-circle {
    color: #ee2e22;
    color: var(--primary-color);
    top: 0;
    right: 0
}

.fixedModal.small .modal .moreBtn {
    width: 50%;
    float: left;
    border-radius: 0;
    margin: 0;
    border-right: 0;
    border-bottom: 0;
    height: 45px
}

.loginRegisterID {
    width: 375px
}

.loginRegisterID .parts,
createAccountID .parts {
    width: calc(100% - 65px);
    position: relative;
    margin: auto;
    background-color: #fff!important;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px
}

.loginRegisterID .parts .part {
    height: auto;
    width: 100%;
    float: left;
    position: relative
}

.loginRegisterID .parts .right {
    background-color: #f6f6f6
}

.loginRegisterID .head {
    position: relative;
    width: 100%
}

.loginRegisterID .mainTitle {
    position: relative;
    font-size: 22px;
    color: #4d4d4c;
    text-align: center;
    font-weight: 300;
    padding-bottom: 8px
}

.loginRegisterID .smallTittle {
    margin-top: 7px;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    color: #666
}

.loginRegisterID .line {
    margin-top: 22px;
    width: 67px;
    position: relative;
    height: 1px;
    background-color: #666
}

.loginRegisterID .wrap {
    padding-top: 38px;
    padding-bottom: 51px
}

.loginRegisterID .genBtn,
.loginRegisterID .moreBtn,
.loginRegisterID .loadMore {
    max-width: 286px;
    width: 100%;
    height: 57px;
    font-size: 14px
}

.loginRegisterID .genBtn.fbType,
.loginRegisterID .moreBtn.fbType,
.loginRegisterID .fbType.loadMore {
    background-color: #2c4988;
    color: #fff!important;
    border: 1px solid #2c4988!important
}

.loginRegisterID .genBtn.fbType .zmdi,
.loginRegisterID .moreBtn.fbType .zmdi,
.loginRegisterID .fbType.loadMore .zmdi {
    margin-top: -3px;
    margin-right: 15px;
    font-size: 18px
}

.normalForm {
    margin-top: 29px;
    width: 100%
}

.normalForm .inputWrap {
    margin-bottom: 13px;
    position: relative;
}

div#createAccountModalID .inputWrap {
    margin-bottom: 13px;
}

div#createAccountModalID .inputWrap.date .label {
    background-color: #f6f6f6;
    margin-left: 11px;
    padding-left: 4px;
    padding-right: 8px;
    display: block!Important;
}

.signupform .input {
    background-color: #fff!important;
    border-radius: 0!important;
    height: 100%!important;
    border: 0!important;
}

.signupform .verifymobilewrap input::placeholder {
    color: #ccc
}

.signupform input:focus::placeholder {
    color: #fff
}

.signupform input::placeholder {
    color: #999;
    font-style: normal
}

.signupform .input.verify {
    width: 100%!Important;
    border-top: 2px solid #eee!Important;
    border-bottom: 2px solid #eee!Important;
    height: 91px!important;
    margin-bottom: -17px;
    box-sizing: border-box;
    margin-top: 14px!important
}

.signupform .input.verify input {
    border: 0!Important;
    box-sizing: border-box;
    font-size: 31px!Important;
    padding-top: 17px
}

.inputWrap.verifymobilewrap {
    background-color: #f6f6f6;
    text-align: center;
    padding-bottom: 16px;
    border: 1px dotted #ddd;
    padding-top: 13px;
    margin-top: -3px!important;
}

.disable-mobile-verification .inputWrap.verifymobilewrap {
    margin-top: 0px!important;
}

.signupform .inputWrap {
    border: 0;
    background-color: #fff;
    flex-grow: 1;
    min-width: calc(50% - 2px);
    outline: 1px solid #eee;
    height: 58px!important;
    margin-top: -15px;
}

.normalForm .inputWrap.date input {
    cursor: pointer
}

.normalForm .inputWrap.date .zmid {
    transition: color .3s ease-in-out
}

.normalForm .label {
    position: absolute;
    margin-bottom: 5px;
    font-size: 13px;
    color: #999;
    top: 15px;
    z-index: 1;
    pointer-events: none;
    transition: all .2s linear;
    margin-left: 16px;
    transform: translateZ(0);
}

.signupform .normalForm .label {
    height: 100%;
    top: 0;
    line-height: 32px
}

.normalForm .input {
    border: 1px solid transparent;
    border-bottom: 1px solid #ececec;
    -webkit-box-flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 46px;
    background-color: #f6f6f6;
    box-sizing: border-box;
    border-radius: 5px
}

.input.verify {
    display: block;
    height: auto;
    width: 90%!Important;
    margin: auto
}

.input.verify label.missing {
    top: 41px;
    right: 0
}

.normalForm input {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: transparent;
    border: 0;
    width: calc(100% - 20px);
    font-weight: 400;
    font-size: 13px;
    color: #222;
    height: 100%;
    position: absolute;
}

.signupform .normalForm input {
    width: 100%;
    padding-right: 10px;
    padding-left: 20px;
    box-sizing: border-box;
}

.signupform .normalForm .label {
    display: none
}

input#verificationCode {
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    height: 40px;
    width: 100%;
    letter-spacing: 3px;
    border: 1px solid;
    border-color: var(--primary-color)
}

.createAccountID input#verificationCode {
    left: 0px;
    position: relative;
    top: 7px;
    border-radius: 4px;
}

.rtl .createAccountID input#verificationCode {}

#updateContactInfoId input#verificationCode {
    background-color: transparent;
    font-size: 16px;
    letter-spacing: normal;
    text-align: left;
    padding-left: 23px;
}

.inputWrap.textarea.focused .label {
    left: auto;
    right: 2px;
    display: none!important;
}
.inputWrap.textarea.focused textarea:focus::placeholder{
    color:#f6f6f6;
}

.inputWrap.focused .label {
    right: 10px;
    opacity: .2;
    font-size: 11px
}

.inputWrap.focused .label {
    display: block!important
}

.label.fix {
    right: auto!important;
    opacity: 1!important
}

.normalForm .sepInput {
    max-width: 288px;
    width: 100%;
    position: relative
}

.normalForm .sepInput .drop {
    border: 1px solid transparent;
    border-bottom: 1px solid #ececec;
    position: relative;
    height: 34px;
    background-color: #f6f6f6;
    box-sizing: border-box;
    float: left;
    position: relative;
    width: 62px
}

.normalForm .sepInput .drop .overf {
    width: calc(100% - 20px);
    overflow: hidden;
    height: 14px;
    position: absolute;
    top: 10px;
    left: 9px
}

.normalForm .sepInput .drop select {
    height: 14px;
    width: 60px;
    cursor: pointer;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f6f6f6;
    font-weight: 400;
    font-size: 13px;
    color: #666
}

.normalForm .sepInput .drop select option {
    font-weight: 400;
    font-size: 13px;
    color: #666
}

.normalForm .sepInput .drop .arrow {
    position: absolute;
    pointer-events: none;
    top: 8px;
    right: 11px
}

.normalForm .sepInput .drop .arrow .zmdi {
    font-size: 18px;
    color: #666
}

.normalForm .sepInput .input {
    margin-left: 13px;
    position: relative;
    float: left;
    width: calc(100% - 75px)
}

.mandatory {
    position: absolute;
    bottom: 22px;
    left: 342px;
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    color: #999;
    margin-bottom: 7px
}

.calIco {
    position: absolute;
    right: 6px;
    top: 7px;
    width: 19px;
    text-align: center;
    height: 19px;
    pointer-events: none
}

.calIco .zmdi {
    font-size: 18px;
    color: #555;
}

.txtForgot {
    transition: color .3s ease-in-out;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    color: #999;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    margin-top: 18px
}

.normalForm .txtForgot {
    margin-bottom: 32px
}

.orTxtWrap {
    margin-top: 20px;
    position: relative;
    max-width: 286px
}

.orTxtWrap .orTxt {
    position: relative;
    width: 18px;
    margin-right: auto;
    margin-left: auto;
    height: 33px;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    color: #999;
    font-style: italic
}

.orTxtWrap .orTxt .left {
    left: -21px
}

.orTxtWrap .orTxt .right {
    right: -21px
}

.orTxtWrap .orTxt .line {
    top: 6px;
    margin-top: 0;
    position: absolute;
    width: 13px;
    height: 1px;
    background-color: #e0e0e0!important
}

.listingAccount {
    margin-top: 38px;
    list-style: none;
    position: relative;
    padding-bottom: 6px
}

.listingAccount li {
    padding-left: 10px;
    position: relative;
    margin-bottom: 11px
}

.listingAccount li span {
    font-weight: 400;
    font-size: 13px;
    color: #666
}

.listingAccount li .zmdi {
    position: absolute;
    left: 0;
    top: -2px;
    padding-top: 2px;
    color: #666;
    font-size: 18px
}

.listingAccount li:last-child {
    margin-bottom: 82px
}

.createAccountID {
    max-width: 760px;
    padding: 0;
    padding-top: 3px;
    padding-bottom: 22px;
    top: 50%;
    margin-top: -350px
}

.createAccountID .parts {
    padding-top: 22px;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding-left: 23px;
    padding-right: 23px;
    border-radius: 13px
}

.createAccountID .mainTitle {
    position: relative;
    font-size: 20px;
    color: #4d4d4c;
    text-align: center;
    text-transform: lowercase;
    font-weight: bold
}

.createAccountID .smallTittle {
    margin-top: 7px;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    color: #666;
    display: none
}

.createAccountID .line {
    margin-top: 22px;
    width: 67px;
    position: relative;
    height: 1px;
    background-color: #666
}

.createAccountID .parts .part {
    height: auto;
    width: 100%;
    float: left;
    position: relative
}

.createAccountID .genBtn {
    margin-bottom: 10px;
    max-width: 286px;
    width: 100%;
    height: 57px
}

.createAccountID .btnClose .zmdi-close,
.createAccountID .btnClose .zmdi-close-circle {
    color: #ee2e22;
    color: var(--primary-color)
}

#ui-datepicker-div {
    z-index: 300!important;
    box-shadow: 0 0 9px rgb(204 204 204 / 64%);
    border: 0px;
    margin-left: 19px;
    margin-top: -8px;
}

.input.missing {
    border-bottom: 1px solid #ee2e22;
    border-bottom: 1px solid var(--primary-color)
}

.whiteBox {
    position: relative;
    width: 100%;
    min-height: 240px;
    margin-bottom: 80px;
    box-sizing: border-box
}

.myAccountPid .whiteBox {
    margin-bottom: 0
}

.rtl .whiteBox {
    text-align: right
}

.whiteBox .mandatory {
    display: none
}

.whiteBox .normalForm {
    margin-top: 0!important
}

.whiteBox .boxes {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 37px;
    padding-top: 40px;
    box-sizing: border-box;
}

.myAccountPid .whiteBox .boxes {
    padding-top: 51px;
    padding-bottom: 0px!important;
}

.rtl .myAccountPid .whiteBox .boxes {
    direction: rtl;
    text-align: right;
}

.whiteBox .boxes:after {
    content: "";
    display: block;
    position: relative;
    clear: both
}

.whiteBox .boxes .box {
    min-height: 405px;
    background-color: #f2f1f1;
    float: left;
    position: relative;
    width: 374px;
    margin-bottom: 36px;
    border: 1px solid transparent;
    transition: background-color .3s ease-out, broder-color .7s ease-in
}

.whiteBox .boxes .box .customized {
    opacity: 0;
    width: 70px;
    height: 80px;
    background-position: -580px 0
}

.whiteBox .boxes .box .customized .textCustom {
    width: 102px;
    background-color: #ee2e22;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 10px;
    display: block;
    cursor: pointer;
}

.whiteBox .boxes .box.default .customized {
    opacity: 1;
    transition: opacity .3s ease-in-out;
    bottom: -38px;
    margin-left: 6px;
    top: auto
}

.rtl .whiteBox .boxes .box.default .customized {
    left: 51px;
    text-align: center!important;
}

.whiteBox .boxes .box .genBtn {
    margin-top: 24px;
}

.whiteBox .boxes .box .mid .wrapViews {
    width: 100%;
    transition: all .3s ease-in-out
}

.whiteBox .boxes .box .mid .wrapViews:after {
    clear: both;
    content: "";
    display: block;
    position: relative
}

.whiteBox .boxes .box .mid .view {
    padding-left: 32px;
    box-sizing: border-box;
    float: left;
    opacity: 1;
    transition: opacity .7s ease-in-out;
    display: none
}

.whiteBox .boxes .box .mid .edit {
    pointer-events: all;
    opacity: 1;
    transition: opacity .7s ease-in-out;
    width: 100%;
}

.whiteBox .boxes .box .defaultBtn {
    width: 100%;
    bottom: -27px;
    top: auto!Important
}

.whiteBox .boxes .box.showing,
.whiteBox .boxes .box.default {
    background-color: #fff;
    /* border-color: #eee */
}

.whiteBox .boxes .box.showing .wrapViews,
.whiteBox .boxes .box.default .wrapViews {
    transform: translate3d(-50%, 0, 0)
}

.whiteBox .boxes .box.showing .view,
.whiteBox .boxes .box.default .view {
    opacity: 0;
    pointer-events: none
}

.whiteBox .boxes .box.showing .edit,
.whiteBox .boxes .box.default .edit {
    pointer-events: all;
    opacity: 1
}

.whiteBox .boxes .box.showing .edit .inputWrap,
.whiteBox .boxes .box.default .edit .inputWrap {
    transform: translate3d(0, 0, 0)
}

.whiteBox .boxes .box.showing .defaultBtn,
.whiteBox .boxes .box.default .defaultBtn {
    display: none
}

.whiteBox .boxes .box .top {
    margin-top: 33px;
    margin-bottom: 29px;
    width: calc(100% - 52px);
    margin-left: 22px;
    margin-right: auto
}

.whiteBox .boxes .box .top .ico .zmdi {
    color: #4d4d4c;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.whiteBox .boxes .box .top .text {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    color: #ee2e22;
    color: var(--primary-color)
}

.rtl .myAccountPid .whiteBox .boxes .box .top .text {
    text-align: right
}

.whiteBox .boxes .box .pen {
    color: #999;
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    font-size: 25px;
    cursor: pointer
}

.whiteBox .boxes.deliverBoxID .box {
    min-height: 310px!Important
}

.whiteBox .boxes.deliverBoxID .box .top {
    margin-top: 177px;
    /* overflow: hidden; */
    /* height: 63px; */
    text-transform: capitalize;
    line-height: 16px;
}

.whiteBox .boxes.deliverBoxID .box .top .title {
    font-weight: 400;
    font-size: 22px;
    color: #ee2e22;
    color: var(--primary-color);
    position: relative;
    font-weight: bold;
    width: calc(100% - 40px);
    pointer-events: none;
    margin-bottom: 13px;
}

.whiteBox .boxes.deliverBoxID .box .top .desc {
    font-weight: 400;
    font-size: 13px;
    color: #666;
    position: relative;
    margin-top: 6px;
    /* line-height: 20px; */
    width: calc(100% - 40px);
    pointer-events: none
}

.whiteBox .boxes.deliverBoxID .box .googleMap {
    position: absolute;
    width: 100%;
    height: 153px;
    top: 0;
    /* margin-left: -26px; */
    overflow: hidden
}

.whiteBox .boxes.deliverBoxID .box .googleMap img {
    width: 129%;
    margin-top: -40%;
    margin-left: -13%;
}

.whiteBox .boxes.deliverBoxID .box .lines {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: -27px;
    font-size: 13px;
    margin-left: -4px;
    text-align: left;
    color: #666;
    text-transform: capitalize;
}

.whiteBox .boxes.deliverBoxID .box .lines .line {
    position: relative;
    min-height: 20px;
    padding-bottom: 7px
}

.whiteBox .boxes.deliverBoxID .box .lines .line .lbl {
    position: relative;
    float: left;
    width: 114px;
    font-weight: 400;
    font-size: 13px;
    color: #4d4d4c;
    font-weight: bold
}

.whiteBox .boxes.deliverBoxID .box .lines .line .txt {
    width: calc(100% - 114px);
    position: relative;
    float: left;
    font-weight: 400;
    font-size: 13px;
    color: #666
}

.whiteBox .userdata {
    margin-bottom: 23px;
    position: relative;
    width: 100%
}

.whiteBox .userdata .lbl {
    margin-bottom: 9px;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    color: #4d4d4c;
    font-weight: 700
}

.whiteBox .userdata .lblText {
    font-weight: 400;
    font-size: 13px;
    color: #666
}

.pageMainTitle {
    padding-top: 17px;
    padding-bottom: 35px;
    width: 100%;
    position: relative;
    font-size: 21px;
    color: #666;
    font-weight: bold;
    text-transform: capitalize
}

.checkoutID .pageMainTitle {
    display: none
}

.checkoutID .reviewBox {
    margin-top: 0
}

.subTopMenu {
    height: 53px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee;
    display: none
}

.subTopMenu .links {
    position: relative;
    width: 100%;
    height: 53px
}

.subTopMenu .links .link {
    cursor: pointer;
    position: relative;
    float: left;
    display: block;
    width: 256px;
    height: 53px
}

.subTopMenu .links .link .text {
    text-decoration: none;
    box-flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    font-weight: 400;
    font-size: 13px;
    color: #999;
    transition: color .3s ease-in-out
}

.subTopMenu .links .link.selected .text {
    font-weight: bold;
    color: #4d4d4c
}

.subTopMenu .links .link .line {
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    background-color: transparent
}

.subTopMenu .links .link .line:after {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    height: 3px;
    width: 100%;
    background-color: #ee2e22;
    background-color: var(--primary-color);
    transition: left .3s ease-in-out
}

.subTopMenu .links .link.selected .line {
    background-color: #ee2e22;
    background-color: var(--primary-color)
}

.gridSystem {
    padding-bottom: 0!important
}

.gridSystem .case {
    padding-bottom: 53px
}

.newsCtrl .gITems ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    justify-content: start;
    grid-column-gap: 16px;
}

.rtl .gridSystem .case {
    direction: rtl;
}

.addAddress .newAddress {
    cursor: pointer
}

.addAddress .newAddress.edit .zmdi-edit {
    font-size: 16px!important
}

.addAddress .newAddress .ico .zmdi {
    color: #018543;
    color: var(--primary-color);
    font-size: 21px;
    transition: color .3s ease-in-out
}

.myAccountPid i.zmdi.zmdi-plus-circle {
    font-size: 32px!Important
}

i.zmdi.zmdi-plus-circle:after {
    font-size: 11px;
    font-family: sans-serif;
    position: absolute;
    left: 0;
    bottom: -21px;
    color: #999
}

.addAddress .newAddress .text {
    transition: color .3s ease-in-out;
    padding-top: 3px;
    font-weight: 400;
    font-size: 13px;
    color: #666;
    padding-left: 26px
}

.myAccountPid .addAddress .newAddress .text {
    font-weight: bold;
    float: left;
    height: 27px;
    line-height: 27px;
    padding-left: 12px
}

.rtl .myAccountPid .addAddress .newAddress .text {
    float: right;
    padding-right: 30px
}

.myAccountPid .addAddress {
    height: 42px;
    padding-left: 14px;
    padding-top: 9px
}

.myAccountPid .addAddress .ico {
    float: left
}

.rtl .myAccountPid .addAddress .ico {
    float: right
}

.withEdit .newAddress {
	margin-top: 14px;
	float: left;
	width: auto;
	position: relative;
}

.withEdit .newAddress:after {
    position: absolute;
    content: "";
    width: 33px;
    height: 30px;
    top: -5px;
    left: -8px;
}

.withEdit .newAddress.edit {
    margin-right: 23px
}

.withEdit .newAddress.edit .zmdi {
    font-size: 17px;
    margin-top: 1px
}

.inputWrap.textarea .input {
    height: 82px;
}

.inputWrap.textarea .input textarea {
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    width: 100%;
    height: 82px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 400;
    font-size: 13px;
    color: #222;
    box-sizing: border-box;
    /* font-family: roboto, sans-serif; */
    padding-left: 9px;
}

.inputWrap.textarea .input textarea::placeholder {
    font-style: normal;
    font-weight: normal!important;
    color: #999;
}

.inputWrap .input .zip::placeholder {
    font-style: normal;
    font-weight: normal!important;
    padding-left:2px;
    color: #999;
}

.editAddAddress .setAsDefaultInput {
    margin-bottom: 26px;
    cursor: pointer;
    position: relative
}

.editAddAddress .setAsDefaultInput .label {
    margin-bottom: 0;
    padding-top: 3px;
    padding-left: 22px;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    color: #666;
    font-weight: bold;
    float: left;
    position: absolute;
    top: -1px;
    left: -9px;
}

.editAddAddress .mainTitle {
    position: relative;
    font-size: 26px;
    color: #444;
    text-align: center;
    font-weight: bold;
}

.editAddAddress .mainTitle .btnClose {
    right: 0;
    top: 0
}

.editAddAddress .mainTitle .btnClose .zmdi {
    color: #ee2e22;
    color: var(--primary-color)
}

.editAddAddress .location .pin {
    position: relative;
    font-weight: 400;
    font-size: 13px;
    color: #4c4c4c;
    margin-bottom: 9px;
    display: none
}

.editAddAddress .smallTittle {
    margin-top: 7px;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    color: #666
}

.editAddAddress .line {
    margin-top: 22px;
    width: 67px;
    position: relative;
    height: 1px;
    background-color: #666;
    display: none
}

.editAddAddress .emptyCase {
    height: 77px
}

.editAddAddress .parts {
    padding-top: 38px;
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 8px;
    padding-bottom: 30px;
    min-width: 680px
}

.editAddAddress .part {
    width: 288px;
    float: left;
    margin-right: 57px;
    position: relative
}

.editAddAddress .part.right {
    margin-right: 0
}

.editAddAddress .part.right .inputWrap:nth-child(2) {
    margin-bottom: 17px
}

.editAddAddress .part.right .inputWrap:nth-child(3) {
    margin-bottom: 17px
}

.editAddAddress .googleMap {
    width: 100%;
    height: 145px;
    margin-bottom: 17px;
    position: relative;
    margin-top: 19px;
    border-radius: 5px;
    overflow: hidden;
    transform: translateZ(0);
}

.editAddAddress .genBtn {
    width: 286px;
    height: 57px
}

.pinLocation {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 155px;
    height: 23px;
    box-flex: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

.pinLocation .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    opacity: .61
}

.pinLocation .zmdi {
    color: #ee2e22;
    color: var(--primary-color);
    font-size: 18px;
    position: absolute;
    left: 11px;
    top: 2px
}

.pinLocation .text {
    position: relative;
    padding-left: 33px;
    font-weight: 400;
    font-size: 11px;
    color: #999
}

.orders {
    margin-top: 19px;
    padding-bottom: 22px
}

.orders .order {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
    width: 100%;
    /* min-height: 111px; */
    /* padding-bottom: 10px; */
    /* background-color: #fafafa; */
    display: block;
    text-decoration: none;
    box-shadow: 1px 0px 7px rgb(0 0 0 / 7%);
}

.orderdetails .orders .order .wrap {
    /* background: #fff; */
    display: flex;
    height: auto;
    gap: 9px;
    clear:both;
}

.orders .order .orderNb {
    font-size: 25px;
    color: #018543;
    color: var(--secondary-color);
    font-weight: bold;
    width: 100%;
    font-weight: bold;
    height: 88px;
    box-sizing: border-box;
    padding: 13px;
    background-color: #fbfbfb;
    border-bottom: 1px dotted #ccc;
    /* margin-bottom: 9px; */
}

.orders .order .oNbItems {
    width: 100%!important;
    border-bottom: 1px dotted #ddd;
    /* padding-bottom: 20px!important; */
    /* margin-bottom: 9px; */
}

.orders .order td {
    font-weight: 400;
    font-size: 13px;
    color: #666;
    width: 100%
}

.orders .order td:before {
    font-weight: 400;
    font-size: 13px;
    color: #4d4d4c;
    font-weight: bold;
    display: block;
    padding-bottom: 4px
}

.orders .order .orderPreference {
    position: absolute;
    right: 0;
    top: 27px;
    width: 95px;
    height: 32px;
    z-index: 2
}

.orders .order .orderPreference:after {
    clear: both;
    content: '';
    display: block;
    position: relative
}

.orders .order .orderPreference .elt {
    display: block;
    float: right;
    position: relative;
    cursor: pointer
}

.orders .order .orderPreference .elt.arrow {
    margin-left: 25px;
    display: none
}

.orders .order .orderPreference .elt.printer {
    margin-left: 29px
}

.orders .order .orderPreference .elt .zmdi {
    transition: color .3s ease-in-out;
    color: #CCC;
    font-size: 20px
}

.orders .order .orderPreference .elt .zmdi.zmdi-circle {
    color: #ee2e22;
    color: var(--primary-color);
    font-size: 22px;
    position: relative;
    width: 16px
}

.orders .order .orderPreference .elt .text {
    font-weight: 400;
    font-size: 13px;
    color: #FFF;
    position: absolute;
    width: 19px;
    top: 5px;
    text-align: center;
    left: 0
}

.orders .order .orderPreference .elt .circle {
    position: absolute;
    top: -11px;
    right: -7px
}

.orders .order .withTitle {
    color: #333;
    font-size: 14px;
    padding-left: 33px;
    padding-top: 16px;
    padding-bottom: 19px;
    width: 50%;
    float: left;
    height: 30px;
    overflow: hidden
}

.orders .order .withTitle.oNbItems {
    /* height: 51px; */
    /* padding-bottom: 6px!important; */
    box-sizing: border-box;
}

.rtl .orders .order .withTitle {
    padding-left: 0;
    padding-right: 33px
}

.orders.normal .order {
    min-height: 131px;
    width: calc(31% + 5px);
    margin-right: 22px;
    min-width: 302px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 6px;
    overflow: hidden;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 5%) 0 0 12px 0px;
    vertical-align: top;
}

.orders.normal .order:hover {
    /* outline: 1px solid #ccc; */
    /* box-sizing: border-box!important; */
}

.rtl .orders.normal .order {
    margin-right: auto;
    margin-left: 22px
}

.orders.normal .order:not(.is-title):hover {
    outline: 1px solid #ddd;
    box-shadow: none;
}

.fixViewport {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100Vh;
    backface-visibility: hidden;
}

.reviewBox {
    position: relative;
    width: 100%;
    /* margin-bottom: 69px; */
}

.reviewBox.cssType2 {
    z-index: 0;
    margin-bottom: 0
}

.reviewBox .myBagModule {
    display: block;
    border: 0;
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 24px
}

.reviewBox .myBagModule .bagTitle {
    display: none;
}

.reviewBox .myBagModule .itemBags .itemBag {
    /* max-width: 100%; */
    padding: 18px;
    box-sizing: inherit;
    padding-bottom: 10px;
}

.myBagModule .for-free.itemBag .part,
.myBagModule .for-free.itemBag,
.myBagModule .for-free.itemBag .customPart .line,
.myBagModule .for-free.itemBag .itembagfooter {
    background-color: #f9f6ee
}

.checkoutID .myBagModule .for-free.itemBag {
    animation: none 2s!Important;
    opacity: 1
}

.checkoutID .myBagModule .for-free.itemBag.anim {
    animation: bounceIn 2s!Important;
    animation-fill-mode: forwards;
    opacity: 1
}

.reviewBox .myBagModule .bagWrap {
    /* padding-left: 0; */
}

.reviewBox .myBagModule .wrapTotalBtn {
    display: none
}

.reviewBox .rBox {
    /* float: left; */
    /* position: relative; */
    /* width: calc(100% - 370px); */
    /* min-width: 295px; */
}

.reviewBox .rBox:first-child {
    /* margin-right: 14px; */
}

.notloggedin .reviewBox .rBox:first-child {
    /* margin-top: 16px; */
}

.rtl .reviewBox .rBox:first-child {
    float: right;
    margin-right: -14px;
    margin-left: 14px
}

.reviewBox .rBox .genBtn.full {
    height: 57px;
    margin-top: 22px;
}

.notloggedin #wrapper:not(.oft-enabled) .reviewBox .rBox .genBtn.full {
    opacity: .3
}

.notloggedin #wrapper:not(.oft-enabled) .reviewBox .rBox .genBtn.full {
    margin-top: 22px;
}

.reviewBox .rBox .wrap {
    /* width: calc(100% - 42px); */
}

.wrap.total-price-wrap {
    width: 100%!important;
}

.reviewBox .rBox.left {
    /* background-color: #efefef; */
    /* padding-top: 22px; */
    width: 350px;
    /* min-width: auto; */
    /* padding-bottom: 26px; */
    box-sizing: border-box;
}

.reviewBox .rBox .titleBox {
    padding-left: 10px;
    padding-top: 24px;
    position: relative;
    font-weight: bold;
    margin-bottom: 18px;
    font-weight: 400;
    font-size: 18px;
    color: #333332;
    display: none
}

.allCoupons {
    position: relative;
    position: relative;
    width: 100%;
    height: 34px;
    margin: auto;
    margin-bottom: 21px!important;
}

.coupons {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 34px
}

.coupons input {
    width: 100%;
    border: 0;
    background-color: transparent;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    padding-left: 22px;
}

.coupons input:focus {
    background-color: #fff;
    height: 22px;
    padding-left: 0px;
    margin-left: -4px;
}

.coupons input::placeholder{
  font-size:14px;
  font-style:normal!important;
  color:#666;
  text-transform: capitalize;
}

.coupons:after {
    content: "";
    position: relative;
    display: block;
    clear: both
}

.coupons .inp {
    height: 47px;
    box-flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100%);
    position: relative;
    float: left;
    background-color: #fff;
    border-bottom: 1px solid #dbdbdb;
    font-weight: 400;
    font-size: 13px;
    color: #666;
    box-sizing: border-box;
    border-radius: 7px!important;
}

.coupons .wrp {
    width: calc(100% - 26px);
    position: relative;
    margin-top: -1px;
}

.coupons .zmdi {
    position: absolute;
    left: -4px;
    top: 50%;
    font-size: 24px;
    margin-top: -13px;
    width: 14px;
}

.coupons .zmdi:before {content: "\f26c";font-size: 21px;color: #999;}

.rtl .coupons .zmdi:before {
    display: none;
}

.coupons.remove {
    opacity: 0;
    pointer-events: none
}

.coupons.remove .ip {
    border-bottom: 1px solid #ee2e22;
    border-bottom: 1px solid var(--primary-color)
}

.coupons.remove .text {
    padding-left: 11px;
    font-size: 13px;
    color: #333;
}

.coupons.remove .pending .text {
    color: #aaa;
}

.coupons.remove .zmdi {
    color: #ee2e22;
    color: var(--primary-color)
}

.coupons.retry {
    opacity: 0;
    pointer-events: none
}

.coupons.retry .inp {
    border-bottom: 1px solid #bf0101
}

.coupons.retry .zmdi {
    color: #bf0101!important;
}

.rtl .coupons.retry .zmdi {
    right: 4px
}

.coupons.retry .text {
    padding-left: 12px
}

.coupons.retry .text {
    padding-right: 13px
}

.coupons .genBtn {
    height: 22px;
    width: auto;
    float: left;
    position: absolute;
    margin-top: 16px;
    background-color: transparent;
    right: 13px;
    border-radius: 0;
    font-size: 11px;
    color: #ef392d;
    font-weight: bold;
    /* border-bottom: 1px dotted #ef392d; */
    display: none;
}

.coupons:has(input:focus) .genBtn, .coupons:has(.ng-not-empty) .genBtn {
    display: block;
}

.hideThis {
    opacity: 0!important;
    pointer-events: none!important
}

.coupons.hideThis {
    opacity: 0!important;
    pointer-events: none!important
}

.coupons.showThis {
    opacity: 1!important;
    pointer-events: all!important
}

.subTotalBox {
    padding-bottom: 20px;
    margin-bottom: 22px
}

.subTotalBox .line {
    margin-top: 10px;
    position: relative;
    margin-bottom: -4px;
    height: 15px;
    display: none
}

.subTotalBox .subLine {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-right: 2px
}

.subTotalBox .subLine .lbl {
    font-weight: 400;
    font-size: 14px;
    color: #4d4d4c;
    float: left;
    position: relative
}

.subTotalBox .subLine .price {
    float: right;
    font-weight: 400;
    font-size: 14px;
    color: #4d4d4c;
    position: relative
}

.subTotalBox .totalLbl {
    font-weight: 400;
    font-size: 13px;
    color: #4d4d4c;
    position: relative;
    text-align: left;
    width: auto;
    margin-bottom: 5px;
    padding-left: 4px;
    box-sizing: border-box;
    font-weight: bold;
    display: none;
    margin-bottom: 42px;
    pointer-events: none;
}

.subTotalBox .totalPrice {
    font-weight: 400;
    font-size: 15px;
    color: #444;
    position: relative;
    text-align: right;
    width: auto;
    box-sizing: border-box;
    position: absolute;
    font-weight: bold;
    width: 100%;
    margin-top: 2px;
}

.subTotalBox .totalPrice.secondcurr {
    padding-top: 28px;
    font-size: 14px;
    opacity: .5;
    margin-bottom: 37px;
}

.fnb .subTotalBox .totalPrice:nth-child(2) {
    margin-top: 18px;
    /* margin-bottom: 34px; */
}

.fnb.not-logged-in .subTotalBox .totalPrice:nth-child(2) {
    margin-bottom: -8px;
}

.fnb .subTotalBox .totalPrice.sub:nth-child(2) {
    margin-bottom: 21px;
}

.discount-price,.discount-price:before {
    color: #629965!important;
    font-weight: normal!important;
}

.box_delivery {
    box-sizing: border-box;
    box-shadow: 0 0 2px rgba(204, 204, 204, 0.24);
    width: 100%;
    background-color: #fff;
    min-height: 229px
}

.box_delivery .boxTitle {
    position: relative;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    color: #666
}

.box_delivery .boxData {
    position: relative;
    min-height: 269px;
    background-color: #fff;
}

.box_delivery .boxData:has(.mafiad) {
    /* overflow: hidden; */
}

.right .box_delivery .boxData .office {
    /* background: #f6f6f6; */
    /* overflow: hidden; */
}

.retail .box_delivery .boxData {
    margin-bottom: 17px
}

.box_delivery .name {
    margin-bottom: 9px;
    position: relative;
    width: 96%;
    background-color: #f6f6f6;
    height: 39px;
    padding-left: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 13px;
    color: #666;
    margin: auto;
    margin-top: 15px;
    display: none
}

.box_delivery .name.loadinga {
    display: block;
    position: absolute;
    background: #fff;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    line-height: 144px;
    text-align: center;
    margin-top: 0!important
}

.box_delivery .name.loadinga {
    text-transform: capitalize;
    background-image: url(../images/placeholder-1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #c8c7c7
}

.box_delivery .name.loading:before {
    background-image: url(../images/placeholder-1.gif);
    background-size: 100% 100%
}

.box_delivery .name.loadinga input {
    text-align: center;
    pointer-events: none;
    margin-top: 124px
}

.box_delivery .name input {
    background-color: transparent;
    border: 0;
    font-weight: 400;
    font-size: 13px;
    color: #666;
    width: calc(100% - 12px)
}

.box_delivery .office {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    z-index: 3;
    height: 253px;
}

.box_delivery .location {
    position: relative;
    float: left;
    width: 90%;
    height: 91px;
    overflow: visible;
}

.box_delivery .location.editM {
    background-color: transparent;
}

.box_delivery .googleMap {
    width: 100%;
    height: 152px;
    float: left;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}

.office:has(.far-distance-notice.show) .googleMap,.office:has(.far-distance-notice.show)  .openning-date {
    filter: blur(5px);
    opacity: 0.2;
    transition: all 0.3s;
}

.no-map .googleMap {
    background-color: #fff;
}

.box_delivery .googleMap img {
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    top: 50%;
    width: 336%;
    margin-left: 4px
}

.box_delivery .btm {
    position: relative;
    width: 100%;
    height: 27px;
    pointer-events: none
}

.box_delivery .btm .loyalty {
    position: absolute;
    right: 0;
    top: 5px;
    font-weight: 400;
    font-size: 13px;
    color: #bbb
}

.box_delivery .btm .addAddress {
    right: auto;
    position: relative;
    top: auto;
    margin: auto
}

.box_date {
    margin-top: 14px;
    box-sizing: border-box;
    box-shadow: 0 0 2px rgba(204, 204, 204, 0.24);
    width: 100%;
    padding: 15px;
    background-color: #fff;
    min-height: 51px;
    padding-bottom: 0;
}

.box_date .floatLeft {
    width: 100%;
    float: left;
    position: relative
}

.box_date .floatLeft.dateMode {
    max-width: 235px
}

.box_date .floatLeft.paymentMode {
    width: calc(100% - 235px)
}

.box_date .floatLeft.paymentMode .input {
    width: 123px
}

.box_date .floatLeft.paymentMode .input:nth-child(2) {
    width: 144px
}

.box_date .floatLeft .title {
    margin-bottom: 16px;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    color: #4e4e4c
}

.box_date .radio {
    width: 77px;
    float: left;
    position: relative
}

.pickordel .radio {
    width: auto!important;
}

.radio.scheduled {
    margin-left: 17px;
    width: 156px
}

.box_date .radio .label {
    cursor: pointer;
    padding-top: 1px;
    padding-left: 25px;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    color: #666;
    line-height: 17px;
    font-weight: bold;
    text-transform: capitalize;
}

.box_date .radio .label:last-child {
    min-width: 200px
}

.pickordel .label:last-child {
    min-width: unset!important;
    font-size: 19px;
    line-height: 21px;
}

.box_instruction {
    margin-top: 17px;
    box-sizing: border-box;
    width: 100%;
    padding: 23px;
    background-color: #fff;
    min-height: 72px;
    padding-bottom: 0;
}

.box_instruction.paymentMethods {
    /* background-color: #efefef; */
    border-top: 1px solid #fff;
    padding: 19px!Important;
    padding-top: 16px!important;
    margin-bottom: 10px;
    border-radius: 7px;
    padding: 0px;
    margin-top: 19px!Important;
    width: 100%;
    padding-bottom: 13px!Important;
}

.box_instruction.paymentMethods .title {
    /* display: none; */
    /* margin-top: -5px; */
    font-size: 21px!important;
    text-transform: capitalize;
    /* border-bottom: 1px solid #eee; */
    /* padding-bottom: 10px; */
    color: #666;
    margin-bottom: 14px;
}

.box_instruction .input {
    position: relative;
    float: left;
    cursor: pointer;
    margin-right: 29px;
}

.box_instruction .title {
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 18px;
    color: #4e4e4c;
    position: relative
}

.rtl .box_instruction .title {
    text-align: right
}

.box_instruction .label {
    padding-top: 0;
    padding-left: 29px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.box_instruction.notesCss .textarea {
    width: 100%;
    font-weight: 400;
    font-size: 13px;
    color: #666
}

.box_instruction.notesCss .textarea textarea {
    border: 0;
    box-sizing: border-box;
    padding: 17px;
    width: 100%;
    overflow: auto;
    font-weight: 400;
    font-size: 14px;
    color: #666;
    background-color: #fff;
    font-family: sans-serif;
    border-top: 1px solid #eee;
    /* padding-left: 25px!important; */
}

.customDropDown {
    position: relative;
    width: 100%;
    z-index: 3;
    height: 91px
}

.customDropDown .drop_select {
    transition: background-color .3s ease-in-out;
    width: calc(100% - 27px);
    position: relative;
    height: 90px;
    padding-left: 14px;
    padding-top: 19px;
    overflow: visible;
    box-sizing: border-box
}

.multibranch.rtl .pickupmode .customDropDown .drop_select {
    width: 100%
}

.customDropDown .drop_select .drop_item {
    padding-top: 0px;
    padding-left: 0;
    border-bottom: 1px solid transparent
}

.customDropDown .drop_options {
    background-color: #f6f6f6;
    position: absolute;
    /* max-height: 247px; */
    height: 0;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid transparent;
    opacity: 0;
    box-sizing: border-box;
    transition: none;
    /* box-shadow: 0 -12px 10px rgba(0, 0, 0, 0.09); */
    /* border-bottom: 1px solid var(--primary-color)!important; */
    height: 0;
    bottom: 60px;
}

.customDropDown .drop_options .drop_item {
    border-top: 1px solid #fff
}

.customDropDown .drop_options .drop_item .drop_title {
    float: none
}

.customDropDown.open .drop_options {
    opacity: 1;
    border-bottom: 1px solid #fff;
    height: 289px;
    background-color: #f0f0f0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    transition: all .3s cubic-bezier(0, 0, 0.3, 1.33);
    bottom: -45px;
    top: auto!important;
    border-top: 1px solid #eee;
}

.customDropDown.open .drop_options .drop_item {
    transition: background-color .3s ease-in-out
}

.customDropDown.open .drop_options .drop_item:before {content: '\f26c';position: absolute;font-family: 'Material-Design-Iconic-Font';color: #999;left: 23px;font-size: 20px;top: 10px;}

.customDropDown.open .drop_options .drop_item:hover {
    background-color: #f6f6f6
}

.customDropDown .drop_item {
    position: relative;
    width: 100%;
    height: 84px;
    padding: 11px;
    box-sizing: border-box;
    cursor: pointer;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    padding-left: 47px;
}

.customDropDown .drop_title {
    font-weight: 400;
    font-size: 16px;
    color: #4c4c4c;
    position: relative;
    margin-bottom: 0px;
    font-weight: bold;
    float: left;
    /* width: 100%; */
    pointer-events: none;
}

.rtl .customDropDown .drop_title {
    width: calc(100% - 31px);
    text-align: right;
    direction: rtl;
    font-family: 'titlefont';
}

.customDropDown .drop_description {
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #888;
    position: relative;
    display: inline-block;
    margin-top: 4px;
    padding-right: 17px;
}

.rtl .customDropDown .drop_description {
    padding-right: 0;
    padding-left: 34px;
    box-sizing: border-box
}

.customDropDown .drop_arrow {
    position: absolute;
    right: 5px;
    top: 15px;
    width: 41px;
    text-align: center;
    box-flex: 1;
    height: 22px;
    cursor: pointer;
    transition: background-color .3s ease-in-out
}

.customDropDown .drop_arrow .zmdi {
    font-size: 23px;
    color: #999
}

.customDropDown .mCSB_inside>.mCSB_container {
    margin-right: 0;
}

.menuontop .checkoutID .customDropDown .mCSB_container {
    height: auto!important;
}

.customDropDown .mCSB_scrollTools .mCSB_draggerContainer {
    left: auto;
    top: 9px;
    right: 9px
}

.customDropDown .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #ccc
}

.customDropDown .mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.editMode .myBagModule .icons {
    display: none
}

.editMode .myBagModule .price {
    font-size: 13px
}

.editMode .myBagModule .minus,
.editMode .myBagModule .plus {
    display: none
}

.editMode .myBagModule .addRemoveWrap .nb {
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    box-sizing: border-box;
    padding: 2px;
    padding-left: 8px
}

.ui-datepicker .ui-datepicker-title select:first-child {
    margin-right: 3px;
    /* border-right: 1px solid #ccc */
}

.genBtn.full {
    width: 100%
}

.editMode .box_date {
    min-height: 96px
}

.editMode .bagScroll .addRemove .nb {
    float: none;
    width: 100%;
    text-align: center
}

.editMode .box_delivery .name {
    background-color: transparent
}

.editMode .textLbl {
    position: relative;
    font-weight: 400;
    font-size: 13px;
    color: #666
}

.editMode .office {
    /* padding-bottom: 15px; */
    margin-top: 32px
}

.editMode .location .edit {
    max-width: 90%;
    padding-top: 1px;
    /* padding-bottom: 14px; */
}

.editMode .location .edit .title {
    /* margin-bottom: 5px; */
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #4d4d4c;
    font-weight: bold;
    /* text-transform: uppercase; */
    float: left;
}

.editMode .location .edit .title:not(.om) {
    text-transform: none!Important;
}

.rtl .editMode .location .edit .title:not(.om) {
    float: right;
}

.editMode .location .edit .title.om {
    float: none;
    margin-bottom: 7px;
    font-size: 18px;
}

.orderdetails .location .edit {
    /* margin-top: 13px; */
}

.editMode .location .edit .description {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    padding-right: 32px;
    font-family: 'textfont';
    /* padding-bottom: 15px; */
}

.editMode .location .edit .dir {
    font-size: 39px;
    position: absolute;
    right: 22px;
    top: 23px;
    color: var(--primary-color);
}

.rtl .editMode .location .edit .description {
    padding-right: 0;
    padding-left: 17px;
}

.orderReview {
    margin-bottom: 36px;
    /* margin-top: 16px; */
}

.orderReview .orders {
    margin-left: 0!important;
    margin-top: 0;
    width: 100%;
    padding-left: 0;
    padding-bottom: 0
}

.orderReview .orders .order {
    /* background: unset; */
    /* min-height: 414px; */
    box-shadow: none;
    /* background-color: #FFF; */
}

.noordertracking .orderReview .orders .order {
    min-height: 314px;
}

.orderReview .orders .order .withTitle {
    padding-left: 0
}

.orderReview .orders .order .orderPreference {
    top: 23px
}

.orderReview .genBtn {
    /* right: 109px; */
    /* position: absolute; */
    /* top: 12px; */
    max-width: 240px;
    width: 100%;
    /* height: 45px;*/
}

.tooltip {
    position: absolute;
    top: 20px;
    right: -11px;
    transform: translate3d(0, 20%, 0);
    pointer-events: none;
    opacity: 0;
    transition: all .3s ease-in, opacity .3s ease-out;
    background-position: 0 -169px;
    background-repeat: no-repeat;
    background-size: initial;
    width: 100px;
    height: 48px;
    display: none
}

.tooltip.small {
    width: 78px;
    height: 46px;
    background-position: -110px -169px;
    background-repeat: no-repeat;
    background-size: initial
}

.tooltip .textToolTip {
    position: absolute;
    left: 0;
    top: 12px;
    width: 100%;
    height: 17px;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    color: #666
}

.arrow .tooltip {
    right: -15px
}

.box_feedback {
    margin-bottom: 34px;
    margin-top: 37px;
    box-sizing: border-box;
    box-shadow: 0 0 2px rgba(204, 204, 204, 0.24);
    width: 100%;
    padding: 30px;
    background-color: #fff;
    min-height: 148px;
    padding-top: 23px;
}

.box_feedback .loader {
    right: -29px
}

.box_feedback .genBtn {
    width: 180px;
    height: 32px;
    position: relative;
    margin-top: 23px
}

.box_feedback .feed {
    position: fixed;
    height: 63px;
    width: 100%;
    background-color: #fff;
    bottom: 0;
    z-index: 4;
    border-radius: 60px;
}

.box_feedback .feed textarea {
    padding: 10px;
    width: 100%;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    font-weight: 300;
    font-size: 15px;
    color: #000;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #eaeaea;
    line-height: 22px;
    padding-right: 51px;
    border-top: 1px solid #eee;
    padding-left: 26px;
    padding-top: 20px
}

.rtl .box_feedback .feed textarea {
    direction: rtl;
    padding-right: 19px;
    padding-left: 44px
}

.box_feedback .feedTitle {
    margin-bottom: 31px;
    position: relative;
    font-weight: bold;
    font-size: 18px;
    color: #4c4c4c;
    animation: .3s cubic-bezier(0.42, 0, 0.14, 0.93) 1s 1 normal both running fadeInUp2;
}

.box_feedback .feedTitle span {
    color: #ee2e22;
    color: var(--primary-color)
}

.box_feedback .items {
    position: relative;
    padding-bottom: 55px;
}

.box_feedback .items .item {
    position: relative;
    padding-bottom: 21px;
    margin-bottom: 0;
    /* animation: .3s cubic-bezier(0.42, 0, 0.14, 0.93) 0s 1 normal both running fadeInUp2; */
}

.box_feedback .items .item:last-child {
    border-bottom: 0
}

.box_feedback .items .item .ico {
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 44px;
    text-align: center
}

.box_feedback .items .item .zmdi {
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 44px;
    font-size: 51px;
    color: #7eb643
}

.box_feedback .items .item .dark .zmdi {
    color: #737373
}

.box_feedback .items .item .icoText {
    color: #FFF;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: 300;
    font-size: 13px;
    color: #fff
}

.box_feedback .items .item .text {
    padding-top: 6px;
    margin-left: 59px;
    position: relative;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: #eee;
    border-radius: 9px;
    padding-left: 8px;
    padding-bottom: 7px;
    border-top-left-radius: 0
}

.box_feedback .items .item.from-me .text {
    background-color: #fafafa;
    margin-right: 59px;
    margin-left: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 9px;
}

.box_feedback .items .item .text .desc {
    line-height: 18px;
    margin-bottom: 5px;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    color: #666
}

.box_feedback .items .item .text .time {
    position: relative;
    font-weight: 400;
    font-size: 10px;
    color: #999
}

.selection {
    margin-top: 15px;
    position: relative;
    /* padding-bottom: 17px; */
    border-top: 1px solid #eee;
}

.selection .at {
    font-weight: 400;
    font-size: 13px;
    color: #666;
    position: relative;
    float: left;
    width: 28px;
    text-align: center;
    height: 34px;
    box-sizing: border-box;
    padding-top: 11px
}

.selection .timePick {
    position: relative;
    float: left;
    width: 99px;
    height: 34px
}

.selection .timePick .clock {
    position: absolute;
    top: 9px;
    left: 6px;
    width: 16px;
    height: 20px;
    pointer-events: none
}

.selection .timePick .clock .zmdi {
    font-size: 21px;
    color: #999;
    margin-top: 2px;
}

.selection .selectDate {
    float: left;
    box-flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 99px;
    height: 34px;
    position: relative;
    margin-top: 4px
}

.timePick .selectDate {
    border: 0!important;
    margin-top: 8px;
    margin-left: 28px
}

.selection .selectDate .when {
    position: relative;
    overflow: hidden;
    width: calc(100% - 2px);
    line-height: 34px;
    height: 34px
}

.selection .selectDate select {
    cursor: pointer;
    width: 122%;
    line-height: 34px;
    height: 34px;
    border: 0;
    background-color: #fff;
    font-weight: 400;
    font-size: 15px;
    color: #666;
    text-transform: capitalize
}

.selection .selectDate .arrow {
    position: absolute;
    pointer-events: none;
    top: 5px;
    right: 11px;
    z-index: 3
}

.rtl .selection .selectDate .arrow {
    right: 4px;
}

.selection .selectDate .zmdi {
    font-size: 26px;
    color: #999
}

.selection .timePick {
    box-flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 99px;
    height: 34px;
    position: relative
}

.selection .timePick input.timePickerID {
    font-weight: 400;
    font-size: 13px;
    color: #666;
    height: 20px;
    margin-top: 2px;
    width: calc(100% - 20px);
    border: 0;
    background-color: transparent
}

.ui-timepicker-list li {
    font-weight: 400;
    font-size: 13px;
    color: #666
}

.autoMode.bagScroll {
    position: relative;
    height: auto;
    max-height: 100%;
    overflow: visible
}

.fixedModal.withScroll {
    width: calc(100% - 17px)
}

.partReceipt {
    float: left;
    position: relative
}

.partReceipt .table {
    width: 100%
}

.partReceipt.left {
    width: calc(100% - 552px)
}

.partReceipt.right {
    width: 528px;
    margin-left: 24px
}

.partReceipt .txtReceipt {
    margin-bottom: 9px;
    margin-left: 8px;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    color: #4d4d4c
}

.partReceipt .note {
    margin-left: 8px;
    margin-bottom: 39px;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    color: #666
}

.partReceipt .recTitle {
    margin-bottom: 19px;
    padding-top: 58px;
    position: relative;
    font-weight: 400;
    font-size: 24px;
    color: #4c4c4c
}

.partReceipt .orderNote {
    font-weight: 400;
    font-size: 13px;
    color: #4d4d4c;
    position: relative;
    margin-bottom: 4px
}

.partReceipt .date {
    font-weight: 400;
    font-size: 13px;
    color: #4d4d4c;
    position: relative;
    margin-bottom: 4px
}

.partReceipt .cashType {
    font-weight: 400;
    font-size: 13px;
    color: #4d4d4c;
    position: relative;
    margin-bottom: 41px
}

.recTable .headTab {
    position: relative;
    width: 100%;
    border-top: 4px solid #ccc;
    border-bottom: 4px solid #ccc;
    height: 58px
}

.recTable .cell {
    text-align: left;
    font-weight: 400;
    font-size: 13px;
    color: #4d4d4c
}

.recTable .cell span {
    display: block
}

.recTable .adjs span:first-child {
    margin-bottom: 4px
}

.recTable .cell:nth-child(1) {
    width: 145px
}

.recTable .cell:nth-child(2) {
    width: 92px
}

.recTable .cell:nth-child(3) {
    width: 72px
}

.recTable .cell:nth-child(4) {
    width: 233px
}

.recTable .cell:nth-child(5) {
    width: 117px
}

.recTable .cell:nth-child(6) {
    width: 98px
}

.recTable .midTab {
    position: relative;
    width: 100%
}

.recTable .midTab .table {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
    min-height: 58px;
    height: 58px
}

.recTable .midTab .table:first-child {
    min-height: 93px;
    height: 93px
}

.recTable .footTab {
    position: relative;
    width: 100%;
    padding-bottom: 33px;
    padding-top: 32px
}

.recTable .footTab .table {
    width: 100%;
    height: 23px;
    position: relative
}

.recTable .footTab .table .cell {
    font-weight: bold;
    font-size: 14px;
    text-align: left
}

.recTable .footTab .table .cell .text {
    width: 58px;
    text-align: right;
    position: relative;
    height: 14px
}

.recTable .footTab .table .cell .text span {
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    display: block
}

.printPart {
    height: 33px;
    padding-bottom: 20px;
    margin-top: 20px;
    position: relative;
    width: 100%
}

.printPart .printer {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0
}

.printPart .printer .ico {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #333
}

.printPart .printer .txt {
    position: relative;
    padding-top: 3px;
    padding-left: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #333
}

.fullThankyou {
    margin-bottom: 36px;
    position: relative;
    min-height: 175px;
    width: 100%;
    padding-top: 17px;
}

.fullThankyou .moreBtn,
.fullThankyou .loadMore {
    visibility: hidden;
    width: 176px;
    height: 52px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none
}

.fullThankyou .titleThanks {
    /* padding-top: 52px; */
    margin-bottom: 10px;
    width: 90%;
    text-align: center;
    position: relative;
    font-size: 30px;
    color: #ee2e22;
    color: var(--primary-color);
    font-weight: bold;
    margin: auto;
    margin-bottom: 10px;
    font-family: 'titlefont';
    animation: .5s ease-out 0s 1 normal forwards running fadeInUp2;
}

.fullThankyou .titleThanks:before {
    content: "";
    font: normal normal normal 20px/1 'Material-Design-Iconic-Font';
    display: block;
    color: #666;
    font-size: 73px;
    margin-bottom: 22px
}

.fullThankyou .orderProc {
    /* width: 80%; */
    text-align: left;
    position: relative;
    font-weight: 400;
    font-size: 19px;
    color: #222;
    line-height: 23px;
    margin: auto;
    /* padding-left: 19px; */
    margin-bottom: 6px;
}

.fullThankyou .orderProc span {
    color: #ccc;
    /* font-weight: bold; */
    font-size: 17px;
    display: block;
    position: absolute;
    top: 0px;
    right: 12px;
}

.receiptPid .itemGrid {
    height: auto;
    margin-left: 8px;
    margin-right: 8px
}

.receiptPid .itemsList .genBtn {
    position: relative!important;
    right: auto!important;
    top: auto!important;
    width: 100%!important
}

.receiptBox {
    position: relative;
    width: 100%
}

.receiptBox .wrap {
    width: calc(100% - 72px)
}

.receiptBox .head {
    width: 100%;
    height: 105px;
    background-color: #6f6e6b
}

.receiptBox .mid {
    width: 100%;
    position: relative;
    background-color: #FFF
}

.receiptBox .foot {
    position: relative;
    height: 44px;
    width: 100%;
    box-flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ee2e22;
    background-color: var(--primary-color)
}

.receiptBox .foot a {
    transition: color .3s ease-in-out;
    display: block;
    font-size: 16px;
    color: #fff
}

.receiptBox .receiptLogo {
    position: absolute;
    left: 0;
    top: 0;
    box-flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 105px;
    width: 120px
}

.receiptBox .callUsNb {
    width: 134px;
    height: 41px;
    position: absolute;
    right: 0;
    top: 33px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: initial
}

.receiptBox .callUsNb .callNb {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none
}

.specialTable .cell {
    vertical-align: top;
    padding-top: 46px
}

.standAlone .customizedID {
    margin-top: 0
}

.myAccountPid #updateContactInfoId .label {
    display: none
}

.fontChange .normalForm input {
    font-size: 13px;
    color: #4e4e4c
}

.moreBtn a,
.loadMore a {
    text-decoration: none;
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #ee2e22;
    color: var(--primary-color);
    transition: color .3s ease-in-out
}

.clearAnchor {
    clear: both
}

.clearAnchor:after {
    clear: both
}

.editMode .boxData .name {
    padding-left: 0
}

.btnClose .zmdi-close,
.btnClose .zmdi-close-circle {
    font-size: 33px!important
}

.error {
    position: absolute;
    bottom: -46px;
    left: 0;
    text-align: center;
    color: #333!important;
    font-weight: 400;
    font-size: 14px;
    color: #ee2e22;
    color: var(--primary-color)
}

.signupform .error {
    top: -9px;
    bottom: auto;
    z-index: 4;
    background-color: #fffad3!important;
    padding-left: 6px!important;
    padding-right: 6px!important;
    font-size: 9px;
    color: #333;
    text-transform: uppercase;
    height: 19px;
    line-height: 19px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 5%), 0 3px 6px rgb(0 0 0 / 5%);
    right: 20px;
    left: auto;
    animation: fadeIn;
}

.signupform .error:empty {
    display: none;
}

div#pinPayPopUp .error {
    text-align: center
}

.modal .loader {
    position: absolute;
    left: 0;
    bottom: -17px;
    top: auto;
    right: auto
}

#sticky-wrapper {
    position: absolute;
    float: left;
    display: none;
    height: 174px!important;
    right: 0
}

.withBagOnRight #sticky-wrapper {
    display: block
}

.fixing #sticky-wrapper {
    position: absolute;
    float: left;
    width: 362px;
    right: 0;
    z-index: 2
}

.fixing #sticky-wrapper .myBagModule {
    width: 362px!important
}

.bottomFix {
    bottom: 440px;
    top: auto!important
}

.swiperID.fix,
.swiperID.fix2 {
    backface-visibility: hidden;
    transform: translateZ(0);
    position: fixed;
    top: -61px;
    transition: all .3s linear
}

.swiperID.fix .swiper-slide .picture,
.swiperID.fix2 .swiper-slide .picture {
    visibility: hidden
}

.catReplaceID {
    display: none!important;
    height: 109px;
    position: relative;
    width: 100%
}

.padOneTop1 {
    padding-top: 1px
}

.padOneTop {
    padding-top: 2px
}

.favoritePop ul {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 300px
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    color: #4d4d4c;
    text-align: center
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #dfedcd;
    font-weight: normal;
    color: #4d4d4c;
    text-align: center;
    transition: background-color .3s ease-in-out, color .3s ease-in-out
}

.ui-corner-all {
    cursor: pointer;
    transition: background-color .3s ease-in-out, color .3s ease-in-out
}

.ui-corner-all.ui-state-hover {
    background: #b7da87;
    color: #333
}

.ui-widget-header {
    background: #bcdd91;
    color: #333;
    text-align: center;
    font-weight: bold
}

.ui-datepicker .ui-datepicker-title select {
    border-color: transparent
}

.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-state-active {
    background-color: #ee2e22;
    background-color: var(--primary-color);
    color: #fff
}

.ui-state-default.ui-state-active {
    background: #ee2e22;
    background: var(--primary-color)
}

.ui-state-default.ui-state-highlight {
    background: #ee2e22;
    background: var(--primary-color)
}

.ui-state-active,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
    border: 1px solid #ee2e22;
    border: 1px solid var(--primary-color);
    background: #ee2e22;
    background: var(--primary-color);
    font-weight: normal;
    color: #fff
}

.forgotPassID .mandatory {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto
}

.forgotPassID .error {
    bottom: -33px
}

.forgotPassID .loader {
    bottom: 46px!important
}

.forgotPassID .normalForm {
    margin-top: 0
}

.homeFilter {
    background-color: rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    position: relative;
    transition: Height .3s ease-in-out;
    border-radius: 7px;
}

.homeFilter .filter .bg {
    background-color: #dbdbdb
}

.titleWrp {
    height: 53px;
    height: 48px;
    margin-top: 5px;
    width: 100%;
    display: table;
    vertical-align: middle
}

.titleWrp a.title {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    margin-top: 0!important
}

.myBagModule .heartIco {
    display: none
}

.cBox {
    position: relative;
    width: 100%;
    margin-bottom: 28px
}

.cBox:last-child {
    margin-bottom: 0
}

.navScroller {
    overflow: hidden
}

.navScroller .scroller {
    height: 100%;
    overflow: auto
}

.navScroller section {
    width: 100%;
    display: block
}

.nbHolding {
    position: relative;
    display: inline-block;
    background-color: var(--primary-color);
    border-radius: 15px;
    box-sizing: border-box;
    margin-right: 8px
}

.nbHolding span {
    padding-left: 6px;
    min-width: 16px;
    text-align: center;
    display: block;
    color: #fff;
    padding-right: 6px;
    font-size: 17px;
    box-sizing: border-box;
    height: 25px;
    min-width: 25px;
    line-height: 25px
}

.noflex {
    height: 33px;
    display: block
}

.noflex .cell {
    height: 30px;
}

.noflex.big.empty {
    height: 59px
}

.registerbtn.moreBtn {
    border: 0;
    border-bottom: 0px solid;
    width: 100%;
    position: relative;
    float: left;
    margin-top: 1px;
    margin-bottom: 20px;
}

.noflex.big.empty .cell {
    height: 55px;
    line-height: 13px
}

.noflex.small .cell {
    height: 33px
}

.noflex.small.empty {
    height: 34px
}

.noflex.small.empty .cell {
    height: 33px;
    line-height: 13px
}

.reservSearch {
    display: none;
    height: 45px;
    position: relative;
    width: 100%
}

.homeFilter {
    height: 48px;
    z-index: 2;
    transform: translateX(-50%);
    left: 50%;
    margin-top: 19px;
    position: absolute;
    min-width: 370px;
}

.menuList .homeFilter {
    margin-top: 12px;
    position: absolute
}

.homeFilter .filter {
    height: 100%;
    max-width: 100%;
    color: #fff;
    font-weight: bold
}

.homeFilter .filter .zmdi {
    padding-top: 0;
    height: 100%;
    line-height: 45px
}

.rtl .homeFilter .filter .zmdi {
    left: 6px
}

.homeFilter .filter .zmdi:before {
    pointer-events: none
}

.homeFilter .filter input {
    height: 100%;
    line-height: 48px;
}

.homeFilter .filter .bg {
    height: 100%
}

.zind900 {
    z-index: 900
}

.nb1523 {
    max-width: 91px;
    position: absolute;
    top: 18px;
    left: 41px
}

.modal {
    transform: translate3d(-50%, 100%, 0);
    top: 50%;
    border-radius: 0;
    position: absolute;
    margin: auto;
    display: none;
    will-change: transform;
    opacity: 0;
    left: 50%;
    overflow: hidden;
    backface-visibility: hidden;
    transition: all .3s cubic-bezier(0.4, 1.1, 1, 1);
    pointer-events: none;
}

.modal.show {
    transform: translate3d(-50%, -50%, 0);
    pointer-events: all;
    opacity: 1;
    transition: all .3s cubic-bezier(0.01, 0.95, 1, 1)
}

.modal.show.loading:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border-radius: 50%;
    border-top: 2px solid #ccc;
    border-right: 2px solid transparent;
    animation: spinner .6s linear infinite
}

#bobPaymentsModalID.show.loading:after,
#fibPaymentsModalID.show.loading:after {
    content: 'Loading secure payment';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 40px;
    margin-top: 49px;
    margin-left: 0;
    z-index: 1;
    color: #999;
    display: inline-block;
    animation: none;
    border: 0;
    text-align: center;
    font-size: 14px
}

.formPart .input .label {
    line-height: 18px;
    padding-top: 0
}

label.missing {
    background-color: #fffad3!important;
    padding-left: 6px!important;
    padding-right: 6px!important
}

.signupform label.missing {
    top: 17px;
}

.signupform .iti .missing {
    margin-right: 100px!Important;
}

.signupform .input.verify label.missing {
    top: 29px;
    right: 20px;
}

.editAddAddress .setAsDefaultInput {
    height: 18px;
    line-height: 18px
}

.swiper-wrapper2 {
    overflow: visible;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 0
}

input:-webkit-autofill {
       -webkit-transition-delay: 9999s;
   transition-delay: 9999s;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: visible!important;
    z-index: 1;
    position: absolute;
    left: 0
}

.recommendedItems .itemsList .itemGrid .picture img {
    height: auto!important;
    width: calc(100% + 16px)!important;
}

.swiper-container.main-swiper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden!important;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper-container.pages-swiper {
    margin: 0 auto;
    position: relative;
    overflow: hidden!important;
    list-style: none;
    padding: 0;
    z-index: 1
}

.layerPop .popup .fixedModal {
    position: absolute
}

.modal .closeNew {
    padding-top: 69px!important
}

.addTobagID {
    -webkit-overflow-scrolling: none
}

.itemsList .itemGrid .picture {
    background-color: #f2f2f2
}

.retail .itemsList .itemGrid .picture {
    background-color: #fcfcfc
}

.box_instruction.notesCss .textarea.noteOnly {
    box-sizing: border-box;
    padding: 8px
}

@media(min-width:769px) {

    .pages .wrap1260 {
    width: calc(100%);
    /* margin-left: 10px; */
}
    .multibranch .homeFilter.ontop {
        min-width: 500px
    }
    .logoontop .homeFilter .filter {
        background-color: #f6f6f6;
        width: 254px;
        padding-top: 16px;
        margin-top: 1px;
    }

	.retail.logoontop .homeFilter .filter {
		padding-top: 19px;
		position: relative;
	}
	
	.retail.logoontop .homeFilter .zmdi {
		/* padding-top: 37px; */
	}
	
    .menuontop .homeFilter.ontop .filter {
        width: 100%;
        padding-top: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid #ddd;
        display: none;
        background-color: #fff
    }
    .menuontop .searchopen .homeFilter.ontop .filter {
        pointer-events: all
    }
    .menuontop .homeFilter.ontop {
        top: 202px!Important;
        position: fixed;
        top: 72px!important;
        left: 0;
        width: 100%!Important;
        display: none
    }
    .menuontop .searchopen .homeFilter.ontop {
        height: 70px
    }
    .rtl.logoontop .homeFilter .filter {
        margin-right: 0!important;
        padding-right: 0!important;
        right: 0!important;
        left: auto!important;
        position: absolute
    }
    .logoontop .homeFilter .filter input::placeholder {
        color: #999
    }
    .logoontop .checkoutID .homeFilter .filter {
        background-color: #eee!important
    }
    .rtl.logoontop .filter .zmdi {
        left: auto;
        right: -5px;
        top: 11px
    }
    .rtl .filter .zmdi {
        right: auto;
        left: 5px
    }
    .content {
        min-height: calc(100vh - 241px);
    }

.productpage .inproduct .content {
    display: none !important;
}

.productpage.inproduct .content {
    display: none !important;
}
    .menuontop .content {
        width: 100%;
        margin-top: 50px;
        transition: all .2s
    }
    .menuontop:not(.productpage) .homePid .content {
        text-align: center;
        margin: auto;
        display: block;
        margin-top: 0
    }
    .menuontop body {
        background: #fff
    }
    .logoontop .filter .zmdi {
        right: auto;
        font-size: 24px;
        margin-top: 21px;
        color: #bbb;
    }
    .menuontop .filter .zmdi {
        left: 0;
        right: auto;
        margin-top: 3px;
        color: #666!important;
    }
    .menuontop .homeFilter .filter input {
        text-align: center;
        padding-left: 21px!important;
        margin-top: 4px
    }
    .logoontop .filter input {
        color: #999
    }
    .logoontop .MenuParts .logo.ontop,
    .menuontop .MenuParts .logo.ontop {
        display: block;
        position: absolute;
        transform: translateX(-50%);
        left: 50%;
        width: auto;
        height: 70px;
        padding-top: 0;
        cursor: pointer
    }

    .logoontop .MenuParts .logo.ontop .logo,
    .menuontop .MenuParts .logo.ontop .logo {
        width: auto;
        height: calc(100% - 31px);
        padding-top: 16px;
    }

    .logoontop .MenuParts .logo.ontop img,
    .menuontop .MenuParts .logo.ontop img {
        width: auto;
        max-height: 100%;
        max-width: unset
    }

    .logoontop .deskmenu .logo,
    .menuontop .deskmenu .logo {
        display: none!important;
    }
}

@media(max-width:768px) {
    .subPage .categories {
        background-color: #ee2e22;
        background-color: var(--primary-color)
    }
}

@media(min-width:769px) {
    .inputWrap.date:hover .calIco .zmdi {
        color: #ee2e22;
        color: var(--primary-color)
    }
    .receiptBox .foot a:hover {
        color: #e3f1d1
    }
    .newAddress:hover .ico .zmdi {
        color: #4a4c42;
        cursor: pointer
    }
    .whiteBox .box:hover {
        box-shadow: 0 0 4px rgba(204, 204, 204, 0.24);
        background-color: #fff;
        border-color: #eee
    }
    .myAccountPid .whiteBox .boxes .box {
        margin-right: 26px;
        padding-left: 23px;
        padding-right: 23px;
        box-sizing: border-box;
    }

.myaddress .whiteBox .boxes .box {
    padding: 0px;
}
    .rtl .myAccountPid .whiteBox .boxes .box {
        margin-right: 0;
        margin-left: 26px;
        /* padding: 23px; */
        box-sizing: border-box;
    }
    .box.passedit {
        height: 321px!important
    }
    .whiteBox .pen:hover .zmdi {
        color: #ee2e22;
        color: var(--primary-color)
    }
    .subTopMenu .link:hover .text {
        font-weight: bold;
        color: #4d4d4c
    }
    .subTopMenu .link:hover .line:after {
        left: 0
    }
    .countryDropdown .countries .country:hover,
    .customICO .cLinks .cLink:hover {
        background-color: #ededed
    }
    .heartHov:hover .addToFavorites {
        opacity: 1;
        pointer-events: all;
        transform: translate3d(0, 0, 0)
    }
    .addToFav:hover .zmdi,
    .addToFav:hover .ico {
        color: var(--primary-color)!important
    }
    .addToFav:hover .txt {
        color: #ee2e22;
        color: var(--primary-color)
    }
    .addRemove .plus:hover,
    .addRemove .minus:hover,
    .editAddAddress .mainTitle .btnClose:hover .zmdi-close,
    .editAddAddress .mainTitle .btnClose:hover .zmdi-close-circle {
        color: #4a4c42
    }
    .btnClose:hover .zmdi-close,
    .btnClose:hover .zmdi-close-circle {
        color: #4a4c42
    }
    .faBars li:hover,
    .signedIn li:hover {
        background-color: #eee!important
    }
    .footer .menu ul li .btn:hover .text,
    .footer .menu ul.link a:hover .fa,
    .footer .menu ul.link li:hover .zmdi,
    .footer .menu ul.social.link span:hover {
        color: #86be46
    }
    .footer .menu ul li span:hover {
        color: #86be46
    }
    .parBtnHover:hover .bot {
        opacity: 1
    }
    .parBtnHover:hover .top {
        opacity: 0
    }
    .loadMore:hover,
    .moreBtn:hover,
    .loadMore:hover,
    .moreBtn2:hover {
        background-color: #ee2e22;
        background-color: var(--primary-color);
        color: #fff
    }
    .moreBtn:hover a,
    .loadMore:hover a {
        color: #fff
    }
    .heart:hover .zmdi.type:first-of-type {
        opacity: 1;
        color: #ee2e22;
        color: var(--primary-color)
    }
    .heart:hover .zmdi.type:last-of-type {
        opacity: 0
    }
    .itemsList .itemGrid:hover {
        background-color: #fff;
        box-shadow: 0 0 16px rgba(204, 204, 204, 0.24);
        transition: all .2s linear;
        z-index: 1;
    }

.market .itemsList .itemGrid:hover {
    /* outline: 1px solid #f00!Important; */
    box-shadow: 0 0 9px 2px rgb(215 215 215 / 24%);
}
    .fnb .itemsList .itemGrid {
    /* min-width: 300px; */
    }

.fnb .home-collection.layout1 .itemsList .itemGrid {
    width: 360px!important;
}

.menuontop .itemsList .itemGrid:hover {
    box-shadow: none;
    background-color: transparent;
}
    .byKoein a:hover .byTxt {
        color: #111
    }
    .socials .social:hover {
        opacity: .8
    }
    .categories ul li:hover .picture {
        border: 7px solid #fff
    }
    .myBagModule .itemBags .icons .ico:hover .zmdi {
        color: #ee2e22;
        color: var(--primary-color)
    }
    .orders .order .orderPreference .elt:hover .zmdi {
        color: #ee2e22;
        color: var(--primary-color)
    }
    .elt:hover .tooltip {
        transform: translate3d(0, 0%, 0);
        pointer-events: all;
        opacity: 1
    }
    .fixing .menuList.favorite:hover .text {
        color: #ee2e22;
        color: var(--primary-color)
    }
}


@keyframes fadeIn {
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@keyframes fadeOut {
    to {
        transform: translate3d(0, 0, 0);
        opacity: 0
    }
}
@keyframes moveUp {
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@keyframes carreTopLeft {
    0% {
        top: -2px;
        left: -2px
    }
    
    100% {
        top: 0;
        left: 0
    }
}
@keyframes carreTopRight {
    0% {
        top: -2px;
        right: -2px
    }
    
    100% {
        top: 0;
        right: 0
    }
}
@keyframes carreBtmLeft {
    0% {
        bottom: -2px;
        left: -2px
    }
    
    100% {
        bottom: 0;
        left: 0
    }
}
@keyframes carreBtmRight {
    0% {
        bottom: -2px;
        right: -2px
    }
    
    100% {
        bottom: 0;
        right: 0
    }
}
.gItem:nth-child(5n) {
    margin-right: 0
}
.gITems {
    width: 100%
}
.home-collection .itemsList ul {
    white-space: nowrap;
    display: initial
}
.home-collection .itemsList {
    overflow-x: hidden;
    overflow-y: hidden;
}

.layout2.home-collection .itemsList {
    overflow: visible;
}
.rtl .home-collection .itemsList {
    direction: rtl;
}
.home-collection .itemsList::-webkit-scrollbar {
    height: 8px
}
.home-collection .itemsList::-webkit-scrollbar-thumb:horizontal {
    background-color: #ddd;
    border-radius: 5px
}
.home-collection .itemsList::-webkit-scrollbar-button:start:decrement,
.home-collection .itemsList::-webkit-scrollbar-button:end:increment {
    display: none
}
.gITems ul {
    margin-left: 0;
    margin-right: auto;
    width: 100%;
}
@media only screen and (max-width:768px) {
    .withBagOnRight .itemGrid {
         margin-left: 9px!important; 
         margin-right: 9px!important; 
    }

        .withBagOnRight .home-collection.layout1 .itemGrid {
         margin-left: 0px!important; 
         margin-right: 0px!important; 
    }
    
    .withBagOnRight .myfavorites .mainTitle {
        margin-left: 9px
    }
}
@media only screen and (max-width:768px) {
       .products-listing:not(.swiper-wrapper) .itemGrid {
        margin-left: 9px!important;
        margin-right: 9px!important
    }
    
    .titleAndLegend .title {
        padding-left: 9px
    }
    
    .generalMainTitle {
        padding-left: 9px
    }
    
    .myfavorites .favGrid.itemsList ul {
        margin-left: -10px
    }
    
    .itemGrid.gItem:nth-child(5n) {
        margin-right: 0
    }
}
@media only screen and (min-width:769px) {
    .footer .row .column {
        margin-left: 0!important
    }
    
    .footer .row .columns {
        margin-left: 0!important
    }
    
    .footer .row .columns:nth-child(1) {
        width: 260px!important
    }
    
    .footer .row .columns:nth-child(2) {
        width: 290px!important
    }
    
    .footer .row .columns:nth-child(3) {
        width: 22%!important
    }
    
    .footer .row .columns:nth-child(4) {
        width: 210px!important
    }
}
@media only screen and (max-width:768px) {
    .favoritePop .gridSystem ul li.gItem:nth-child(5n) {
        display: none
    }
    
    .favoritePop .gridSystem ul .moreBtn,
    .favoritePop .gridSystem ul .loadMore {
        clear: both
    }
}
@media only screen and (max-width:768px) {
    .favoritePop .gridSystem ul li.gItem:nth-child(4n) {
        display: none
    }
}
@media only screen and (max-width:768px) {
    .favoritePop .gridSystem ul li.gItem:nth-child(3n) {
        display: none
    }
}
@media only screen and (max-width:768px) {
    .favoritePop .moreBtn,
    .favoritePop .loadMore {
        margin-left: 10px
    }
    
    .receiptBox .wrap {
        width: calc(100% - 40px)
    }
    
    .gItem {
        margin-right: 9px!important;
        margin-left: 9px!important
    }
    
    .titleAndLegend .title,
    .generalMainTitle {
        padding-left: 9px;
        font-size: 24px
    }
}
@media only screen and (max-width:768px) {
    .column {
        margin-left: 0!important
    }
    
    .columns {
        margin-left: 0!important
    }
}
@media only screen and (max-width:768px) {
    .partReceipt.left {
        width: calc(100% - 511px)
    }
    
    .partReceipt.right {
        width: 511px;
        margin-left: 0
    }
    
    .partReceipt.right .wrap1260 {
        padding-left: 0!important;
        padding-right: 0!important
    }
    
    .receiptBox .wrap {
        width: calc(100% - 20px)
    }
    
    .myfavorites .wrap1260 {
        padding-left: 10px;
        padding-right: 10px
    }
    
    .categories ul>li .title {
        white-space: normal
    }
}
@media only screen and (max-width:768px) {
    .column_cust {
        width: calc(25% - 25px)
    }
    
    .wrapCustom .column_cust {
        width: calc(33.33333% - 25px)
    }
    
    .reviewBox .rBox.left {
        margin-right: 32px
    }
}
@media only screen and (max-width: 768px) {
    .box_date .floatLeft {
        max-width: 100%!important;
        width: 100%!important;
        float: none
    }
    
    .box_date .floatLeft.paymentMode {
        margin-top: 33px
    }
    
    .customizedID .wrap {
        padding-left: 9px;
        padding-right: 9px
    }
    
    .box_date .floatLeft {
        width: 50%;
        max-width: 50%
    }
    
    .box_delivery .location {
        /* min-height: 73px; */
        height: auto
    }
    
    .box_delivery .location .customDropDown {
        height: 81px;
        top: -2px;
        /* overflow: hidden; */
    }

.box_delivery .location .open {
    z-index: 4;
}
    
    .box_delivery .location .customDropDown .drop_select .drop_item {
        min-height: 70px;
        height: 70px;
        top: -3px;
        padding-bottom: 0px;
    }
    
    .box_delivery .location .customDropDown .drop_item {
        min-height: 80px;
        height: auto;
        max-height: 90px!important;
    }
    
    .box_delivery .location .customDropDown .drop_select {
        height: auto;
        max-height: 97px;
        padding-top: 19px;
    }

.rtl .box_delivery .location .customDropDown .drop_select {
    float: right;
}

.force-hide-map .location .customDropDown .drop_select {
    padding-top: 15px;
}
    
    .box_delivery .location .customDropDown .drop_description {
        line-height: 19px;
        width: calc(100% - 28px);
        height: 37px;
        overflow: hidden;
        text-transform: capitalize;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    
    .rtl .customDropDown .drop_description {
        padding-right: 0;
        float: right;
    }
}
@media only screen and (max-width:768px) {
    .withBagOnRight .myBagModule {
        float: none;
        display: none
    }
    
    .withBagOnRight .gridSystem ul,
    .withBagOnRight .gridSystem.nearBag ul {
        margin-left: 0;
        max-width: 100%;
        width: 100%;
        /* overflow-x: hidden; */
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr))!important;
        grid-gap: 2px!Important;
    }

.cols3mob .withBagOnRight .gridSystem ul,.cols3mob .withBagOnRight .gridSystem.nearBag ul {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr))!important;
}
    .fnb .withBagOnRight .gridSystem ul,
    .fnb .withBagOnRight .gridSystem.nearBag ul {
        margin-left: 0;
        max-width: 100%;
        width: 100%;
        /* overflow-x: hidden; */
        grid-template-columns: repeat(auto-fit, minmax(327px, 1fr))!important;
        grid-gap: 2px!Important;
    }
}
@media only screen and (max-width:768px) {
    .partReceipt.left {
        width: 100%;
        float: none
    }
    
    .partReceipt.right {
        width: 100%;
        float: none
    }
    
    .MenuParts .menuList.weRecom {
        margin-right: 13px
    }
    
    .MenuParts .menuList.signedIn,
    .MenuParts .menuList {
        margin-right: 4px;
        padding-right: 10px;
        padding-left: 10px
    }
    
    .createAccountID .parts .part {
        width: 50%
    }
    
    .wrapCustom .column_cust {
        width: calc(50% - 25px);
        margin-right: 25px;
        max-width: 100%
    }
    
    .wrapCustom .column_cust:nth-child(3) {
        width: 100%
    }
    
    .wrapCustom .column_cust:nth-child(3) .block {
        height: 180px;
        float: left;
        width: calc(50% - 25px);
        margin-right: 25px
    }
    
    .wrapCustom .column_cust:nth-child(3) .block:last-child {
        margin-right: 0
    }
}
@media only screen and (max-width:768px) {
    .whiteBox .addAddress {
        display: none
    }
    
    .filter.copy {
        display: none
    }
    
    .filter.normal {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin-right: 0;
        margin-left: auto;
        margin-bottom: 26px
    }
    
    .subPage .titleAndLegend .legend {
        top: 49px
    }
    
    .weRecmomnedAnchor.titleAndLegend .legend {
        top: 49px
    }
    
    .MenuParts .menuList .text,
    .MenuParts .menuList.weRecom,
    .MenuParts .menuList.signedIn,
    .MenuParts .menuList {
        font-size: 13px
    }
    
    .MenuParts .country {
        margin-right: 1px
    }
}
@media only screen and (max-width:768px) {
    .MenuParts .parts .bot .faBars {
        margin-right: 145px
    }
    
    .MenuParts .menuList.signedIn,
    .MenuParts .menuList {
        font-size: 13px;
        margin-right: 4px;
        padding-right: 4px;
        padding-left: 4px
    }
    
    .noOrder .langswitcher {
        position: fixed;
        right: 19px;
        margin-top: 13px
    }
    
    .langswitcher {
        /* border: 0!important; */
        /* margin-top: 22px!Important; */
        /* right: 56px; */
        /* position: absolute; */
    }
    
    .countryswitcher {
        display: none
    }
    
    .countryswitcher.inmenu {
        display: block;
        position: relative;
        margin-right: 0px;
        margin-top: 0px;
        /* box-shadow: 0 0 31px -9px rgba(0, 0, 0, 1); */
        border-radius: 0px;
        height: 26px;
        /* padding-top: 6px; */
        padding-left: 13px;
        width: 52px;
        float: left;
        margin-left: 0;
    }
    
    .cordova .countryswitcher.inmenu {
        /* top: 4px; */
    }
    
    .cordova .langswitcher.inmenu {
        top: 24px
    }
    
    .countryswitcher:after {
        content: '\f2f2';
        font-family: 'Material-Design-Iconic-Font';
        color: #999;
        font-size: 18px;
        margin-bottom: 18px;
        position: absolute;
        right: 28px;
        top: -17px;
        width: 15px;
        height: 50px;
        box-sizing: border-box;
        padding-top: 17px;
        z-index: 0;
        pointer-events: none
    }
    
    .MenuParts .menuList.weRecom,
    .MenuParts .menuList.weRecom div {
        width: 113px
    }
}
@media only screen and (max-width:768px) {
    .categories ul>li .title {
        white-space: normal
    }
}
@media only screen and (max-width:768px) {
    .footer .row .columns {
        margin-left: 0!important
    }
    
    .footer .row .columns:nth-child(1) {
        width: 160px!important
    }
    
    .footer .row .columns:nth-child(2) {
        width: 160px!important
    }
    
    .footer .row .columns:nth-child(3) {
        width: 160px!important
    }
    
    .footer .row .columns:nth-child(4) {
        width: 210px!important
    }
    
    .subPage .categories ul>li {
        width: 108px;
        box-sizing: border-box;
        padding-left: 2px;
        padding-right: 2px;
        margin-left: 0;
        margin-right: 0
    }
    
    .subPage .swiperID {
        height: 172px
    }
    
    .subPage .swiperID .swiper-container {
        height: 172px;
        min-width: 100%;
        padding: 0
    }
}
@media only screen and (max-width:768px) {
    .whiteBox .subTopMenu .links .link {
        width: 33.33333%
    }
    
    .whiteBox .subTopMenu .links .link a {
        font-size: 13px;
        white-space: nowrap
    }
    
    .whiteBox .boxes {
        padding-left: 0;
        width: 100%;
        padding-top: 0!important;
        margin: auto;
        overflow: hidden;
    }
    
    .whiteBox .boxes .box {
        padding-bottom: 15px;
        min-height: 314px;
        width: 100%;
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 100%!important;
        background-color: #f2f2f2;
    }

.myAccountPid .whiteBox .boxes .box {
    padding-left: 23px;
    padding-right: 23px;
    box-sizing: border-box;
}

.box.passedit.ng-scope {
    min-height: 253px!important;
}

.whiteBox .boxes.deliverBoxID .box {
    width: calc(100vw - 20px)!important;
}

.whiteBox .boxes.deliverBoxID .box:first-child {
    margin-top: 12px;
}

.rtl .myAccountPid .whiteBox .boxes .box {
    padding-left: 23px;
    padding-right: 23px;
    box-sizing: border-box;
    /* background: #fff; */
}

.myaddress .whiteBox .boxes .box {
    padding: 0px!important;
}
    
    .box.passedit {
        height: 246px!Important
    }
    
    .editaccountp .box {
        margin-bottom: 2px!important
    }
    
    .whiteBox .boxes .box .top {
        width: calc(100% - 42px)
    }

.rtl .whiteBox .boxes.deliverBoxID .box .lines {
    text-align: right;
}
    
    .whiteBox .boxes .box .normalForm .input {
        width: 100%
    }

.myAccountPid .whiteBox .boxes .box .normalForm .input {
    background: #fff;
}
    
    .whiteBox .boxes .box .normalForm .sepInput .input {
        width: calc(100% - 75px)
    }
    
    .whiteBox .boxes .box .normalForm .inputWrap {
        width: 100%;
        max-width: 100%
    }
}
@media only screen and (max-width:768px) {
    .subPage .categories ul {
        box-flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        justify-content: flex-start;
        -webkit-justify-content: flex-start
    }
}
.market .customizedID.largetxt .data .price {
    font-style: italic;
    padding-top: 22px;
    color: var(--secondary-color);
    margin: 0;
    padding: 0;
    display: inline-block
}
.market .customizedID.largetxt .data .oldprice {
    font-size: 14px;
    display: inline-block;
    padding-right: 9px
}

.rtl.market .customizedID.largetxt .data .oldprice {
    padding-left: 9px;
}
.market .customizedID.largetxt .data .discountpercent {
    display: inline-block;
    position: relative;
    left: auto;
    margin-right: 24px;
    bottom: auto;
    z-index: 0;
}

.rtl.market .customizedID.largetxt .data .discountpercent {
    margin-right: 0px;
}
@media only screen and (max-width:768px) {
    .loginRegisterID .parts .part .wrap {
        padding-left: 0;
        width: 78%;
        margin-left: 7%;
        margin-right: 5%
    }
}
.market .customizedID.largetxt .data .pwrap {
    border-top: 1px dotted #ddd;
    padding-top: 13px;
    margin-bottom: 60px
}
@media only screen and (min-width:769px) {
    .mobileMenuWrap .wrapContainer {
        height: calc(100vh - 190px)
    }
    
    .loginRegisterID .error {
        bottom: -27px
    }
    
    .withBagOnRight .nearBag.gridSystem ul:first-child {
        min-height: 800px;
    }
    
    body .mob {
        display: none!important
    }
    
    .market .customizedID.largetxt .data {
        text-align: left
    }

.rtl.market .customizedID .data .brand {
    text-align: right;
}
    
    .market .customizedID.largetxt .addRemoveWrap {
        position: absolute;
        bottom: 85px;
        opacity: .8;
        z-index: 1
    }

.addRemoveWrap.onright {
    display: none;
}

.market.productpage .addRemoveWrap.onright {
    display: block;
}

.rtl.market.productpage .addRemoveWrap.onright {
    text-align: -webkit-right;
}

.market.productpage .customizedID .addRemoveWrap {
    display: block!Important;
    position: relative;
    opacity: 1;
    width: 180px;
}
    
    .market .customizedID.largetxt .genBtn {
        width: 50%
    }
    
    .market .customizedID.largetxt .head .data {
        display: none
    }
    
    .market .customizedID.largetxt .cont .data {
        display: block;
        padding: 0
    }
    
    .swiperID .swiper-container ul li:first-child:nth-last-child(10),
    .swiperID .swiper-container ul li:first-child:nth-last-child(10)~li {
        margin-right: 15.55556px;
        margin-left: 0
    }
    
    .swiperID .swiper-container ul li:first-child:nth-last-child(11),
    .swiperID .swiper-container ul li:first-child:nth-last-child(11)~li {
        margin-right: 2.8px;
        margin-left: 0
    }
    
    .swiperID .swiper-container ul li:first-child:nth-last-child(12),
    .swiperID .swiper-container ul li:first-child:nth-last-child(12)~li {
        margin-right: -7.63636px;
        margin-left: 0
    }
    
    .swiperID .swiper-container ul li:first-child:nth-last-child(13),
    .swiperID .swiper-container ul li:first-child:nth-last-child(13)~li {
        margin-right: -16.33333px;
        margin-left: 0
    }
    
    .swiperID .swiper-container ul li:nth-child(10):nth-last-child(1),
    .swiperID .swiper-container ul li:nth-child(11):nth-last-child(1),
    .swiperID .swiper-container ul li:nth-child(12):nth-last-child(1),
    .swiperID .swiper-container ul li:nth-child(13):nth-last-child(1) {
        margin-right: 0!important
    }
    
    .categories ul>li .picture {
        margin-top: 5px
    }
}
@media only screen and (max-width:768px) {
    .swiperID .swiper-container ul {
        text-align: center;
        margin-left: -10px
    }
    
    .swiperID .swiper-container ul li {
        float: none;
        display: inline-block;
    }
}
@media only screen and (max-width:768px) {}
@media(max-width: 768px) {
    .subPage .titleAndLegend {
        margin-top: 0!important;
        padding-top: 0;
        height: 45px;
        width: 100%;
        z-index: 2;
        padding-left: 0;
        padding-right: 0;
        height: 45px
    }
    
    .subPage .titleAndLegend .bg {
        height: 45px
    }
    
    .subPage .titleAndLegend .filter {
        margin-top: 0!important;
        width: 100%;
        height: 45px;
        max-width: 100%!important
    }
    
    .subPage .titleAndLegend .filter input {
        line-height: 45px;
        top: 0;
        height: 100%
    }
    
    .subPage .titleAndLegend .filter .zmdi {
        padding-top: 0;
        line-height: 45px;
        height: 45px
    }
    
    .categoryPid .withBagOnRight .gridSystem .wrap1260 {
        padding-left: 0!important;
        padding-right: 0!important;
        /* padding-top: 42px; */
    }

.enablesorting .categoryPid .withBagOnRight .gridSystem .wrap1260 {
    padding-top: 0px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}
    
    .swiper-slide1 {
        margin-bottom: 20px
    }
    
    .deskmenu li.swiper-slide1.ng-scope {
        margin-bottom: 0
    }
    
    .homePid .titleAndLegend {
        margin-top: 0;
        padding-top: 62px;
        height: 0;
        margin-bottom: 1px;
        text-align: center!Important;
        padding-left: 15px
    }
    
    .homePid .titleAndLegend:before {
        content: "";
        height: 1px;
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%
    }
    
    .homePid .titleAndLegend .title {
        padding-left: 0;
        margin-bottom: 10px;
        margin-top: -14px;
        display: none;
        margin-left: -14px
    }

	.homePid div#recommended.title {
		padding-left: 15px;
		color: #666;
	}
    
    .content {
        /* background-color: #f6f6f6; */
    }

.checkoutID #wrapper {
    background-color: #f6f6f6;
}
    
    .createAccountID .genBtn,
    .loginRegisterID .genBtn,
    .loginRegisterID .moreBtn,
    .loginRegisterID .loadMore,
    .loginRegisterID .loadMore {
        max-width: 100%!important
    }
    
    .column_cust {
        max-width: 100%
    }
    
    .column_cust .genBtn {
        width: 100%!important
    }
    
    .modal .parts {
        width: 100%
    }
    
    .modal .parts .part .wrap {
        width: 100%!important;
        max-width: 100%!important;
        margin-left: auto!important;
        margin-right: auto!important
    }
    
    .customizedID {
        padding-left: 0!important;
        padding-right: 0!important;
        padding-top: 0!important
    }
    
    .fnb .customizedID {
        /* padding-bottom: 54px; */
    }
    
    .itemGrid .heart .zmdi {
        right: 0px;
        font-size: 29px;
        top: -22px;
    }
    
    .fnb .itemGrid .heart .zmdi {
        top: -20px;
        margin-top: -2px;
    }

.fnb .itemGrid .heart .zmdi:last-of-type {
    top: -20px!important;
    right: 0px;
}
    
    .rtl.fnb .itemGrid .heart .zmdi {
        right: -3px
    }
    
    .retail .itemGrid .heart .zmdi {
        font-size: 22px;
        /* bottom: -51px; */
        /* right: 4px; */
        top: auto;
        position: relative;
    }
    
    .market .itemGrid .heart .zmdi {
        top: -15px!important;
        right: 7px
    }
    
    #wrapper {
        height: 100%;
        padding-top: 119px;
        overflow-y: initial;
        min-height: unset;
        box-sizing: border-box;
        /* overflow-x: hidden; */
    }

.cordova .categoryPid div#wrapper:has(.top-categories) {
    /* padding-top: 162px; */
}

.fnb .categoryPid div#wrapper:has(.top-categories) {
    padding-top: 163px;
}

.cordova.fnb #wrapper {
    /* padding-top: 136px; */
}

.cordova.fnb .checkoutID #wrapper {
    padding-top: 85px;
}
    
    .android #wrapper {
        /* margin-top: 121px */
    }
    
    .driverorderCtrl div#wrapper {
        margin-top: 0;
        padding-top: 0;
    }
    
    .pages #wrapper, .loyalty #wrapper, .newsCtrl #wrapper, .branchesCtrl #wrapper, .myAccountPid #wrapper, .checkoutID #wrapper, .receiptPid #wrapper, .orderdetails #wrapper, .favoritePid #wrapper, .giftcards #wrapper, .referrals #wrapper, .offers #wrapper, .challenges #wrapper, .payinstore #wrapper, .spinthewheel #wrapper {
        padding-top: 72px;
        transition: all .3s linear;
        /* margin-top: -14px; */
        /* background-color: transparent; */
    }
    
    .cordova.ios .pages #wrapper, .cordova.ios .referrals #wrapper, .cordova.ios .loyalty #wrapper, .cordova.ios .newsCtrl #wrapper, .cordova.ios .branchesCtrl #wrapper, .cordova.ios .myAccountPid #wrapper, .cordova.ios .checkoutID #wrapper, .cordova.ios .receiptPid #wrapper, .cordova.ios .orderdetails #wrapper, .cordova.ios .giftcards #wrapper {
        margin-top: 0px;
    }

.branchesCtrl #wrapper {
    padding-top: 66px;
}
    
    .referrals .homeFilter,
    .loyalty .homeFilter,
    .newsCtrl .homeFilter,
    .pages .homeFilter,
    .branchesCtrl .homeFilter,
    .myAccountPid .homeFilter,
    .checkoutID .homeFilter,
    .receiptPid .homeFilter,
    .orderdetails .homeFilter {
        display: none!important
    }
    
    .checkoutID .homeFilter {
        display: none!important;
        background-color: transparent
    }
    
    .checkoutID .homeFilter .filter {
        display: none
    }
    
    .referrals .bot, .loyalty .bot, .pages .bot, .newsCtrl .bot, .branchesCtrl .bot, .myAccountPid .bot, .checkoutID .bot, .receiptPid .bot, .orderdetails .bot, .giftcards .bot, .offers .bot, .challenges .bot, .payinstore .bot, body:has(.free-cat-title) .bot, .spinthewheel .bot{
        height: 72px!important;
        transition: all .3s linear
    }
    
    .cordova .referrals .bot, .cordova .loyalty .bot, .cordova .pages .bot, .cordova .newsCtrl .bot, .cordova .branchesCtrl .bot, .cordova .myAccountPid .bot, .cordova .checkoutID .bot, .cordova .receiptPid .bot, .cordova .orderdetails .bot, .cordova .giftcards .bot, .cordova .challenges .bot, .cordova .payinstore .bot, body:has(.free-cat-title) {
        height: 72px!important;
    }
    
    .addAddressID.editAddAddress .genBtn {
        width: 100%;
        height: 57px
    }
}
@media(max-width:768px) {
    .MenuParts .parts .top {
        display: none
    }
    
    .pinch-zoom-container {
        height: 561px!important
    }
    
    .swiper-zoom-container {
        width: 100vw
    }
    
    .tinyselect select {
        /* padding-left: 26px!Important; */
    }
    
    #addressFormId {
        margin-top: 8px
    }
    
    .customizedID .bigPrice {
        display: none
    }
    
    .customizedID .cont {
        width: 100%;
        overflow: visible;
        height: auto!important;
    }
    
    .customizedID .genBtn {
        display: none
    }
    
    .column_cust .bTitle {
        background-color: #fff;
        padding: 5px;
        margin-top: -23px;
        width: 105%;
        margin-left: -13px;
        line-height: 25px;
        font-size: 15px;
        padding-left: 13px;
        text-transform: uppercase;
        font-weight: bold;
        font-family: inherit;
        margin-top: -34px;
        border-top: 0px solid #fafafa;
    }

    .column_cust .fa-car {
    position: relative;
    color: var(--secondary-color);
    font-size: 30px;
    }
.wrapCustom > .column_cust ~ .column_cust .bTitle {
    border-top: 22px solid #fafafa;
}
    
    .column_cust.pickup-identifier-container .bTitle {
        background-color: transparent;
        text-transform: none;
        font-weight: normal;
        font-size: 15px;
        line-height: 25px;
        padding-top: 24px;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
        box-sizing: border-box;
    }
    
    .retail .column_cust .bTitle {
        background-color: transparent;
        padding-left: 15px;
        margin-top: 2px
    }
    
    .column_cust .blcWrap {
        width: 100%
    }
    
    .customizedID .cont {
        padding-left: 0;
        padding-right: 0;
        width: 100%!important
    }
    
    .fnb .customizedID .cont {
        background-color: #fff
    }
    
    .fnb .customizedID .cont {
        padding-bottom: 0;
        min-height: unset!Important;
        /* display: none!important; */
    }

.modal.noCustomization.largetxt .cont {
    display: none;
}

/* .fnb .customizedID.largetxt .cont {
    display: none;
} */
    
    .customizedID .data .price {
        margin-bottom: 26px;
        margin-top: 32px
    }
    
    .customizedID .data .price:before {
        content: "";
        width: 25px;
        height: 1px;
        background-color: #018543;
        background-color: var(--secondary-color);
        position: absolute;
        top: -14px;
        left: 50%;
        margin-left: -12px;
        display: none
    }
    
    .myBagModule .itemBags .itemBag .casedata .title,
    .myBagModule .itemBags .itemBag .casedata .brand {
        /* width: calc(100% - 18px); */
        /* font-size: 15px; */
        /* text-align: left; */
    }

.myBagModule .itemBags .itemBag .casedata .brand {
    /* padding-top: 5px; */
    /* font-weight: normal; */
    /* min-height: 6px; */
}
    
    .rtl .myBagModule .itemBags .itemBag .casedata .title {
        /* padding-top: 6px; */
    }
    
    .myBagModule {
        position: relative
    }
    
    .box_instruction .label,
    .formPart .input .label {
        line-height: 19px;
        padding-top: 0;
        z-index: 2;
    }

div#customizedModalID .formPart .input .label.ng-binding {
    width: calc(100% - 94px) !important;
}
    
    .retail div#customizedModalID .formPart .input.checked .label {
        max-width: 144px
    }
    
    .rtl.retail .customizedID .input .label {
        line-height: 15px!important
    }

	.retail.classicproduct .formPart .lines .line {width: fit-content!important;background-color: #fff;margin-bottom: 8px;}
    
    .fnb .cBox .formPart .line,
    .box_instruction .input,
    .fnb .checkboxCol .formPart .lines .line {
        width: calc(100% - 17px)
    }
    
    .cBox .formPart .line:first-child:before,
    .box_instruction .input:first-child:before,
    .checkboxCol .formPart .lines .line:first-child:before {
        content: '';
        position: absolute;
        top: -15px;
        left: 0;
        height: 1px;
        width: 100%;
    }
    
    .box_instruction .title {
        margin-bottom: 26px;
        font-weight: bold
    }
    
    .column_cust .block .bTitle,
    .column_cust .block .bSmallTitle {
        margin-bottom: 20px;
    }

.rtl .column_cust .block .bTitle {
    padding-right: 13px;
}
    
    .retail .column_cust .block .bSmallTitle {
        margin-right: 0
    }

.classicproduct.retail .column_cust .block .bSmallTitle {
    margin-right: 11px;
}
    
    .wrapCustom .column_cust:nth-child(3) .block {
        height: auto
    }
    
    .itemsList .itemGrid {
        height: auto!important
    }
    
    .column_cust .block.textareaCss {
        padding-bottom: 22px!important
    }
    
    .column_cust .block .bigPrice {
        text-align: center
    }
    
    .block .bTitle.totalCss {
        margin-bottom: 0!important;
        text-align: center
    }
    
    #bobPaymentsModalID .mainTitle,
    #fibPaymentsModalID .mainTitle{
        text-align: center
    }
    
    #bobPaymentsModalID .line,
    #fibPaymentsModalID .line {
        margin-left: auto;
        margin-right: auto
    }
}
@media(max-width:768px) {
    .modal .loadMore,
    .modal .genBtn {
        width: 100%;
        height: 57px
    }
    
    #offerId .offer .genBtn {
        width: calc(100% - 50px)
    }
    
    .modal .title {
        width: 100%;
        text-align: center;
        color: #333;
		box-sizing: border-box;
	}

	.rtl.market .customizedID .data .title {
    text-align: center!important;
    }
    
    .modal .btnClose .zmdi.zmdi-close-circle {
        font-size: 26px
    }
    
    .modal {
        width: 100vw!Important
    }
    
    #customizedID.modal.show {
        top: 0;
        transform: translate3d(-50%, 0px, 0)
    }
    
    div#customizedModalID .wrap-c {
        min-height: calc(100vh);
        background-color: #fff;
        height: auto;
        display: inline-block;
        width: 100vw;
        padding-bottom: 58px;
        box-sizing: border-box;
    }
    
    .fnb div#customizedModalID .wrap-c {
        background-color: #fff
    }
    
    .retail div#customizedModalID .wrap-c {
        /* background-color: #f6f6f6; */
    }
    
    div#createAccountModalID .parts {
        min-height: calc(100vh - 80px);
        padding-bottom: 0;
        margin-bottom: 0;
        display: inline-block
    }
    
    .customizedID .addRemoveWrap .nb {
        padding-top: 7px
    }
    
    .textareaCss.block {
        min-height: 135px!important
    }
    
    .column_cust .block {
        padding-bottom: 10px
    }
    
    .cBox {
        position: relative;
        width: 100%;
        float: left;
        margin-bottom: 20px
    }
    
    .cBox:last-child {
        margin-bottom: 22px;
    }
    
    .itemsList .itemGrid {
        height: auto
    }
    
    .itemsList .itemGrid .descBlock {
        height: auto;
        padding-bottom: 7px;
    }

	.retail .related-items .oldprice {
		right: -22px;
	}
    
    .market.cols3mob .itemsList .itemGrid .descBlock {
        padding-top: 0
    }
    
    .itemsList .itemGrid .descBlock .title {
        font-size: 18px
    }
    
    .market .itemsList .itemGrid .descBlock .title {
        font-family: textfont!Important;
        font-size: 12px!Important;
        color: #333!important;
        padding-right: 0;
        /* font-weight: bold!Important; */
        margin-left: -5px!important;
    }
    
    .subPage .swiperID,
    .subPage .swiperID.fix,
    .subPage .swiperID.fix2 {
        height: 109px;
        min-height: 109px;
        backface-visibility: hidden;
        transform: translateZ(0);
        position: fixed;
        top: -23px;
        top: 5px
    }
    
    .market.large-menu-img.cols3mob .itemsList .itemGrid .descBlock .title {
        font-size: 12px!Important;
        line-height: 14px
    }
    
    .market.large-menu-img.cols3mob .itemsList .itemGrid .descBlock .brand {
        font-size: 12px;
        margin-bottom: -3px
    }
    
    .subPage .swiperID .categories ul>li .title,
    .subPage .swiperID.fix .categories ul>li .title,
    .subPage .swiperID.fix2 .categories ul>li .title {
        margin-top: 3px
    }
    
    .subPage .swiperID .swiper-slide .picture,
    .subPage .swiperID.fix .swiper-slide .picture,
    .subPage .swiperID.fix2 .swiper-slide .picture {
        visibility: hidden
    }
    
    .titleWrp {
        height: 53px;
        width: 100%;
        margin-top: -6px;
        position: relative;
        display: table;
        vertical-align: middle
    }
    
    .titleWrp a.title {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        text-align: center;
        margin-top: 0!important
    }
    
    .homePid .titleWrp {
        height: 0;
        /* background-color: #fff; */
    }

.retail .homePid .titleWrp {
    margin-top: 14px;
}
    
    .subPage .titleWrp {
        margin-right: 44px
    }
    
    body.app .parts .top {
        display: none
    }
    
    body.app .header .image .txt_deliver {
        margin-top: -12px
    }
    
    .subPage .categories ul>li.selected .title {
        border: 1px solid #fff;
        padding: 6px;
        padding-left: 2px;
        padding-right: 2px;
        margin-top: 7px;
        box-sizing: border-box
    }
    
    .MenuParts .menuList {
        height: 62px
    }
    
    .select-locale-top.menuList {
        display: none
    }
    
    .homeFilter {
        display: block!important;
        width: 100%;
        border-radius: 0;
        top: 45px;
    }
    
    .homePid .filter.copy {
        display: none
    }
    
    .homePid .categories {
        display: block;
        padding-bottom: 15px
    }
    
    .homePid.isSearching .categories {
        display: none
    }
    
    .homePid .categories ul>li .title {
        color: #666;
        font-weight: bold;
        font-size: 14px;
        text-transform: capitalize;
        transform: translateX(-50%);
        left: 50%;
        width: 100%;
        min-height: 25px;
        margin-bottom: 5px;
        line-height: 20px;
        padding-top: 6px;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .homePid .categories ul>li a {
        width: 100%;
        height: 100%;
        box-sizing: border-box
    }
    
    .retail ul.case.products-listing {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr))!important;
        grid-gap: 1px;
    }
    
    .relations .gridSystem ul {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        width: 100vw!Important
    }
    
    .subPage .titleAndLegend {
        display: block;
        padding-bottom: 5px;
        margin-top: 4px
    }
    
    .subPage .titleAndLegend .legend {
        display: none
    }
    
    .subPage .titleAndLegend .filter {
        margin-top: 20px;
        display: block;
        margin-bottom: 0
    }
    
    .subPage .titleAndLegend .filter.normal {
        max-width: 100%
    }
    
    .subPage .titleAndLegend .title {
        display: none
    }
    
    .homePid .titleAndLegend.weRecmomnedAnchor {
        display: block;
        padding-bottom: 5px
    }
    
    .homePid .titleAndLegend.weRecmomnedAnchor .legend {
        display: none
    }
    
    .homePid .titleAndLegend.weRecmomnedAnchor .filter {
        display: none
    }
    
    .titleAndLegend.mob {
        display: block
    }
    
    .pageMainTitle {
        display: none
    }
    
    .myfavorites .mainTitle {
        display: none
    }
    
    .myfavorites .mainTitle.noIco {
        display: block
    }
    
    .myfavorites .itemsList .itemGrid {
        height: 275px
    }
    
    .catReplaceID {
        height: 51px
    }
    
    .fixing #sticky-wrapper {
        display: none!important
    }
    
    .MenuPartsReplace {
        height: 63px
    }
    
    .app .MenuPartsReplace {
        height: 63px
    }
    
    .fullThankyou {
        min-height: 175px;
        height: auto;
    }
    
    .fullThankyou .moreBtn,
    .fullThankyou .loadMore {
        visibility: visible;
        margin-bottom: 51px;
        margin-top: 34px
    }
    
    .partReceipt.left {
        display: none
    }
    
    .partReceipt.right .gItem {
        margin-right: 18px!important;
        margin-left: 0!important
    }
    
    .myBagModule .itemBags .icons .ico {
        /* margin-right: 40px; */
        /* opacity: 0.6; */
    }
    
    .box_feedback .genBtn {
        width: 100%
    }
    
    .favoriteBox {
        display: none!important
    }
    
    .reviewBox .rBox .genBtn.full {
        margin-bottom: 0
    }
    
    .reviewBox .rBox .wrap {
        width: calc(100% - 8px);
    }

.recommendedItems .priceWrap .wrap {
    margin-top: 0px!important;
    padding-top: 0px;
}
    
    .reviewBox .rBox .wrap .addRemoveWrap .price {
        font-size: 13px
    }
    
    .categoryPid .reviewBox .rBox .titleBox {
        padding-left: 0
    }
    
    .categoryPid .footer .wrap1260 {
        padding-left: 2%!important;
        padding-right: 2%!important
    }
    
    .editMode .box_delivery .location .edit {
        padding-left: 0;
        margin-top: 0px;
    }
    
    .editMode .box_delivery .box_delivery .name {
        padding-left: 0
    }
    
    .box_delivery .office {
        border: 0;
        height: auto!important;
        padding-bottom: 0px;
        margin-bottom: 15px;
    }
    
    .box_delivery .location {
        width: 100%;
        /* bottom: 17px; */
        /* border-bottom: 1px solid #ececec; */
        /* padding-bottom: 13px; */
        position: relative!Important;
        /* padding-bottom: 13px; */
        height: auto!Important;
    }
    
    .box_delivery .googleMap {
        width: 100%;
    }
    
    .editMode .reviewBox {
        margin-bottom: 0;
        visibility: visible!important;
        display: grid
    }

.box_instruction.notesCss.ng-scope {
    padding-left: 23px!Important;
    padding-top: 34px;
}

.box_instruction.notesCss {
    padding-left: 13px!Important;
}
    
    .reviewBox .left.rBox {
        width: 100%;
        background-color: #f6f6f6;
        padding-top: 11px;
        margin-right: 0!important;
        margin-top: 0px!Important;
    }
    
    .box_feedback {
        margin-bottom: 0px!important;
        margin-top: 0!Important;
        border-top: 2px solid #f6f6f6;
        padding-bottom: 40px;
    }
    
    .orderReview .genBtn {
        right: auto;
        position: relative;
        top: auto;
        margin-top: 29px;
        max-width: inherit!important;
        z-index: 2;
        margin-bottom: 0px;
    }
    
    .orders .order .orderPreference {
        position: relative!important;
        top: auto!important;
        right: auto!important;
        margin-left: 0;
        margin-right: auto;
        display: inline-block;
        width: auto
    }
    
    .orders .order .orderPreference .elt {
        margin-left: 0!important;
        margin-right: 25px
    }
    
    .reviewBox .rBox {
        width: 100%;
        float: left;
        max-width: 100%;
        height: auto
    }

.reviewBox .rBox.right .loginform, .signupform, .loginor {
    display: none;
}
    
    .reviewBox .rBox:first-child {
        margin-right: 0!Important;
        margin-top: -8px
    }
    
    .retail .reviewBox .rBox:first-child {
        margin-top: 0
    }
    
    .reviewBox .rBox.right {
        background-color: #f6f6f6;
        overflow: hidden;
    }
    
    .reviewBox .rBox:first-child {
        margin-top: 0px!important;
    }
    
    .box_delivery {
        margin-bottom: 12px;
        min-height: 274px!Important;
    }
    
    .notloggedin .box_delivery {
        min-height: unset!important
    }
    
    .box_delivery.loc {
        min-height: auto!important
    }
    
    .emptyCase {
        display: none
    }
    
    .editAddAddress {
        margin-right: 0;
        margin-left: 0;
        width: 100%
    }
    
    .editAddAddress .parts {
        width: 100%;
        min-width: unset;
        min-height: 654px;
    }
    
    .editAddAddress .part {
        width: 100%;
        float: none;
        margin-right: 0
    }
    
    .editAddAddress .mandatory {
        margin-top: 22px
    }
    
    .addAddress {
        width: calc(100% - 26px)
    }
    
    .box_delivery .addAddress {
        margin-top: 7px;
        padding-left: 16px
    }
    
    .checkoutID .addAddress.withEdit {
        bottom: 8px!important;
    }
    
    .box_delivery .btm {
        min-height: 22px
    }
    
    .column_cust {
        margin-left: 0!important;
        float: none!important;
        width: 100%!important;
        max-width: 100%!important
    }
    
    .wrapCustom {
        float: none!important;
        width: 100%!important
    }
    
    .wrapCustom .column_cust {
        float: none!important;
        width: 100%!important;
        position: relative
    }
    
    .wrapCustom .column_cust .block {
        width: 100%!important;
        float: none!important
    }
    
    .mobileView .categories {
        pointer-events: none
    }
    
    .loginRegisterID .parts,
    .createAccountID .parts {
        width: 100%;
        border-radius: 0;
        padding: 0;
        min-height: calc(100vh - 80px);
        margin-bottom: 0
    }

.classicproduct #sizeGuideModalID .parts {
    min-height: calc(100vh - 49px);
}
    
    .loginRegisterID .parts .part {
        height: auto;
        min-height: 1%;
        float: none;
        width: 100%;
        padding-bottom: 40px
    }
    
    .loginRegisterID .parts .part .wrap {
        padding-left: 0;
        width: 78%;
        margin-left: 7%;
        margin-right: 5%
    }
    
    .createAccountID .btnClose {
        right: 0;
        z-index: 22
    }
    
    .createAccountID .parts .part {
        float: none;
        width: 100%
    }
    
    .normalForm .sepInput {
        max-width: 100%
    }
    
    .normalForm .input {
        width: 100%
    }
    
    .mandatory {
        position: relative;
        bottom: auto;
        left: auto;
        display: none
    }
    
    .showModal .menuMob,
    .showModal .nb1523 {
        visibility: hidden
    }
    
    .MenuParts .parts .wrap1260, .MenuParts .case {
        max-width: 100%!important;
        height: 100%;
    }
    
    .customizedID.modal.closeNew .btnClose {
        left: auto!important;
        right: 0px;
        z-index: 3;
        transform: translate3d(-50%, 0, 0)
    }
    
    .pinching .btnClose,
    .pinching .addToFav {
        transform: translate3d(-50%, 0, 0) scale(3)!important;
        opacity: 0!important;
        transition: all .2s linear
    }
    
    .market .customizedID.modal.closeNew .btnClose {
        right: 0;
        left: auto!important;
        top: 20px
    }
    
    .customizedID.modal .btnClose .zmdi {
        font-size: 44px;
        color: #fff;
        position: relative;
        display: block;
        height: 100%;
        width: 100%
    }
    
    .customizedID.modal .btnClose .zmdi:before {
        position: absolute;
        z-index: 1;
        top: 0px;
        left: 1px;
    }
    
    .customizedID.modal .btnClose .zmdi:after {
        content: "";
        position: absolute;
        top: 3px;
        left: 1px;
        background-color: rgba(0, 0, 0, 0.25882352941176473);
        width: 37px;
        visibility: visible!important;
        border-radius: 100%;
        height: 37px
    }
    
    .customizedID .data .description {
        line-height: 20px;
        font-size: 14px;
        text-align: left;
        /* display: block!important; */
    }

.fnb .customizedID .data .description {
    text-align: center;
}
    
    .customizedID .picture {
        margin-right: 13px;
        min-height: 49px;
        position: relative!important;
        overflow: visible!important;
    }
    
    .customizedID .picture:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 37px;
        top: 0;
        left: 0;
        opacity: .4
    }
    
    .customizedID .head {
        height: auto;
        min-height: auto;
        width: 100%!important;
        float: none;
        min-height: 200px!important;
    }
    
    .customizedID .head .data {
        width: 100%;
        padding: 18px;
        padding-top: 25px;
        padding-bottom: 17px!important;
    }

.fnb .customizedID.largetxt .head .data {
    display: block;
}
    
    .market .customizedID .head .data {
        margin-top: 2px;
        padding-bottom: 64px;
    }
    
    .retail .customizedID .head .data {
        width: 50%
    }
    
    .customizedID .addRemoveWrap .price {
        margin-left: 13px
    }
    
    .favoritePop {
        display: none
    }
    
    .customizedID .wrap {
        padding-left: 13px;
        padding-right: 13px;
        background-color: #fff
    }
    
    .rtl .customizedID .wrap {
        padding-right: 13px;
        padding-left: 13px
    }
    
    .retail .customizedID .wrap {
        background-color: transparent
    }
    
    .market .customizedID .wrap,
    .retail .customizedID .wrap {
        padding-right: 13px;
        background-color: transparent
    }
    
    .retail .customizedID .wrap {
        padding-left: 22px;
        padding-right: 22px
    }
    
    .column_cust {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    
    .column_cust:last-child {
        margin-right: auto
    }
    
    .withBagOnRight .gridSystem ul {
        width: 100%;
    }

.market ul.case.products-listing {
    background: #f6f6f6;
}

.newsCtrl .gITems ul {
    display: block!important;
}
    
    .filter.normal {
        position: relative;
        margin-right: auto;
        max-width: 100%;
        margin-left: auto;
        width: 100%!important;
        margin-bottom: 22px
    }

.offers .ontop {
    display: none!important;
}
    
    .homePid .filter.normal.open2 {
        display: none
    }
    
    .filter.normal .bg {
        transform: translate3d(0, 0, 0)
    }
    
    .filter.normal input {
        display: block
    }
    
    .filter.normal input::placeholder {
        color: #ffffff47
    }
    
    .subPage .titleAndLegend {
        margin-top: 12px
    }
    
    .favoritePid.subPage .content .case .titleAndLegend {
        /* display: none!important; */
    }
    
    .market .content .subPage .titleAndLegend {
        display: none!important
    }
    
    .subPage .titleAndLegend.subempty {
        display: none!important
    }

    .subPage .titleAndLegend .legend {
        top: auto
    }

    .subPage .catpagetop .free-cat-title{
        font-family: 'titlefont';
        font-size: 16px;
        margin-top: 12px;
        margin-bottom: 0px;
        padding: 10px;
        text-align: center;
    }
    
    .subPage .titleAndLegend input {
        display: block!important;
        width: calc(100% - 44px)
    }
    
    .menuList.faBars,
    .menuList.weRecom,
    .menuList.signin,
    .menuList.favorite,
    .menuList.signedIn {
        display: none
    }
    
    .mobileView .MenuParts .parts .bot {
        background-color: #ee2e22;
        background-color: var(--primary-color);
        z-index: 4
    }
    
    body.mobileView .mobileMenuWrap {
        z-index: 99999;
        height: 100vh!important;
        width: 100%;
        overflow: hidden
    }
    
    .mobileMenuWrap .visit {
        z-index: 5
    }
    
    .countryDropdown .borderLeft {
        background-color: #a2a2a1;
        display: none
    }
    
    .mobileView .MenuParts .parts .bot .borderLeft {
        background-color: #ebf5de
    }
    
    .menuList.bag {
        font-size: 16px;
        line-height: 14px
    }
    
    .gridSystem .loadMore {
        width: 100%;
        max-width: 300px;
        margin-bottom: 20px
    }
    
    .itemsList {
        padding-bottom: 20px
    }
    
    .subPage .categories ul>li:last-child {
        padding-right: 50px!important
    }
    
    .subPage .arrowCat {
        box-flex: 1;
        display: flex;
        justify-content: center;
        align-items: center
    }
    
    .subPage .swiper-wrapper.inside {
        padding-left: 26px
    }
    
    .titleAndLegend {
        margin-top: 24px
    }
    
    .subPage .swiperID .swiper-container {
        height: 172px
    }
    
    .subPage .swiperID {
        height: 172px;
        min-height: 172px;
        width: 100%;
        overflow: hidden
    }
    
    .subPage .MenuParts {
        height: auto;
        min-height: 63px;
        z-index: 32
    }
    
    .mob {
        transform: scale(0);
        opacity: 0;
        left: 21px;
        transition: all .5s cubic-bezier(0.39, 0.1, 0, 1.15);
        position: absolute
    }
    
    .mob.loadMore {
        display: flex
    }
    
    .desk {
        display: none!important
    }
    
    .MenuParts .logo {
        margin-left: 40px;
        padding-top: 19px
    }
    
    .logoontop .MenuParts .logo {
        display: none!important
    }
    
    .MenuParts .logo img {
        width: 65px;
        height: auto
    }
    
    .header .image .txt_deliver {
        margin-bottom: -16px;
        max-width: 100%;
        font-size: 27px
    }
    
    .retail .content {
        /* padding-bottom: 72px!important */
    }
    
    .footer .row .columns {
        margin-left: 0!important
    }
    
    .footer .row .columns:nth-child(1) {
        width: 50%!important
    }
    
    .footer .row .columns:nth-child(2) {
        width: 50%!important
    }
    
    .footer .row .columns:nth-child(3) {
        width: 100%!important
    }
    
    .footer .row .columns:nth-child(4) {
        width: 100%!important
    }
    
    .orderBox {
        max-width: 293px
    }
    
    .orderBox .text {
        margin-top: 23px;
        line-height: 26px;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box
    }
    
    .orderBox .text span {
        display: block
    }
    
    .orderBox .genBtn {
        margin-top: 14px
    }
    
    .callNb {
        display: block!important
    }
    
    .titleAndLegend .legend {
        margin-top: 15px;
        padding-left: 10px;
        position: relative;
        top: auto;
        right: auto
    }
    
    .textWithLines .text .line {
        width: 41px
    }
    
    .textWithLines {
        margin-top: 9px;
        width: 100%
    }
    
    .textWithLines .txt_deliver {
        width: 100%;
        max-width: 262px
    }
    
    .textWithLines .text {
        font-size: 27px;
        width: 100%
    }
    
    .socials {
        display: none
    }
    
    .socials.mobi {
        display: block;
        filter: invert(1);
        opacity: .3;
        margin-left: 25px!important;
        padding: 0;
        margin-top: 29px;
        padding-bottom: 0px;
    }
    
    .rtl .socials.mobi a {
        /* float: right; */
    }
    
    .rtl .socials.mobi {
        margin-right: 16px;
        margin-left: 0!important;
        float: none;
        direction: rtl;
    }
    
    .header .image {
        min-height: 181px;
        display: block;
    }
    
    .header .image .flex {
        width: 100%
    }
    
    .MenuParts .parts .bot {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        background-color: #ee2e22;
        background-color: var(--primary-color);
        border-radius: 0;
        height: 119px;
        box-sizing: border-box;
        padding-top: 7px;
    }

.MenuParts .parts .case {
    max-height: 68px;
}
    
    .cordova .MenuParts .parts .bot {
        /* padding-top: 20px; */
    }
    
    .cordova .MenuParts .parts .bot {
        /* height: 119px; */
    }
    
    .retail .MenuParts .parts .bot {
        height: 66px!important;
        padding-top: 14px
    }
    
    .cordova.retail .MenuParts .parts .bot {
        padding-top: 21px
    }
    
    .android.retail .MenuParts .parts .bot {
/*         height: 61px!important;
        padding-top: 12px */
    }
    
/*     .android .MenuParts .parts .bot {
        padding-top: 8px;
        height: 121px
    } */
    
    .MenuParts .parts .bot .bg {
        display: none;
        height: 100%
    }
    
    .botFoot .wrap1260,
    footer .wrap1260,
    .withBagOnRight .botFoot .wrap1260,
    .withBagOnRight footer .wrap1260 {
        padding-left: 31px!important
    }
    
    .subPage .catReplaceID {
        display: block!important;
        height: 51px!important;
        position: absolute
    }
    
    .subPage .swiperID .swiper-container,
    .subPage .categories.fix2 {
        height: 109px!important;
        min-height: 109px!important
    }
    
    .subPage .categories ul>li .picture {
        height: 28px;
        visibility: hidden;
        width: 44px
    }
    
    .subPage .swiperID {
        height: 109px!important;
        min-height: 109px!important
    }
    
    .subPage .arrowCat {
        display: none!important
    }
    
    .withBagOnRight .wrap1260.mobNopad,
    .wrap1260.mobNopad {
        padding-left: 0!important;
        padding-right: 0!important
    }
    
    .whiteBox .addAddress {
        display: block
    }
    
    .subPage .categories ul>li.selected .title {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 8px
    }
    
    .modal .zmdi.zmdi-close-circle {
        font-size: 37px!important
    }
}
@media(max-width:768px) {
    .loginRegisterID .listingAccount {
        margin-top: 35px
    }
    
    .loginRegisterID .normalForm .txtForgot {
        margin-bottom: 35px
    }
    
    .loginRegisterID .listingAccount li:last-child {
        margin-bottom: 33px
    }
    
    .loginRegisterID .parts .part .wrap {
        width: 85%!important;
        margin-left: auto;
        margin-right: auto;
        max-width: 256px
    }
    
    .loginRegisterID .parts .part.right .wrap {
        padding-top: 6px
    }
    
    .homePid .categories ul>li a {
        width: 100%;
        height: 100%;
        box-sizing: border-box
    }
    
    .itemsList ul {
        width: 100%!important;
        margin-left: 0!important;
        margin-right: 0!important;
        padding-bottom: 74px!Important;
    }

    .favoritePid .itemsList ul{
        padding-bottom: 0px!Important;
    }

.moreResults .itemsList ul {
    padding-bottom: 50px!important;
}

    .itemsList .products-listing .itemGrid {
        float: none;
        max-width: 100%;
        height: 329px;
        margin-bottom: 9px;
        position: relative;
    }

.layout1 .itemsList .products-listing .itemGrid {
    /* min-width: 300px; */
}

.fnb .home-collection .itemsList .products-listing .itemGrid:only-of-type {
    width: 100vw!Important;
}
    .itemsList .products-listing:not(.swiper-wrapper) .itemGrid {
        width: 100%!important;
        margin-left: auto!important;
        margin-right: auto!important;
        /* margin-right: 12px!important; */
        /* animation: .7s cubic-bezier(0.42, 0, 0.14, 0.93) 0s 1 normal both running fadeIn; */
    }

        .retail .products-listing.itemGrid {
        margin-right: 1px!important;
        margin-left: 1px!important;
        border-top: 0;
    }
    .retail .products-listing:not(.swiper-wrapper) .itemGrid {
        /* width: 50%!important; */
    }

.relationsinline .related-items .itemsList .itemGrid {
    margin-right: 6px!important;
}
    .retail.has-retail-quick-add .products-listing:not(.swiper-wrapper) .itemGrid {
        width: 100%!important;
        display: grid;
        grid-template-rows: 1fr auto;
    }


    
    .market .itemsList .itemGrid {
        /* width: calc(50vw - 2px)!important; */
        margin-bottom: 23px;
        /* margin-left: 1px!important; */
        /* margin-right: 1px!important; */
        padding-bottom: 0!important
    }
    
    .market.cols3mob .itemsList .itemGrid {
        /* width: calc(33vw - 2px)!important; */
    }

.market.cols3mob .products-listing {
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr))!important;
}

.market.cols3mob .itemsList {}
    
    .market .newsCtrl .itemsList .itemGrid {
        margin-right: -3px!important;
        margin-left: 0!important
    }
    
    .market .home-collection .itemsList .products-listing:not(.swiper-wrapper) .itemGrid {
        /* width: calc(50vw - 17px)!important; */
    }
    
    .market .home-collection.layout3 .itemsList .itemGrid {
        width: calc(50vw - 2px)!important
    }
    
    .market .home-collection.layout2 .itemsList .itemGrid {
        /* width: calc(50vw - 6px)!important; */
    }
    
    .market .home-collection.layout2 .itemsList {
        overflow: hidden
    }
    
    .gITems {
        max-width: 100%!important;
        /* overflow: hidden; */
    }
    
    .relations .gITems {
        margin-top: 0!important
    }
    
    .gITems ul {
        max-width: 100%!important;
        overflow-x: hidden;
    }

.fnb ul.case.products-listing {
    background-color: #f6f6f6;
}

.home-collection.layout1 ul {
    overflow-x: visible;
}
}
@media only screen and (max-width:768px) {
    .itemsList .itemGrid .descBlock .description {
        max-width: 100%;
        font-size: 14px
    }
    
    .market.cols3mob .itemsList .itemGrid .descBlock .description {
        margin-top: -4px!Important
    }
    
    .titleAndLegend .legend .item {
        margin-right: 13px
    }
    
    .titleAndLegend .legend .ico_heart {
        margin-right: 13px
    }
}
@media only screen and (max-width:374px) {
    .box_delivery .btm .loyalty {
        top: -13px
    }
}
.responsive-stacked-table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    table-layout: fixed
}
.responsive-stacked-table th,
.responsive-stacked-table td {
    border: 0
}
.responsive-stacked-table .fa {
    margin-right: 5px
}
.responsive-stacked-table.with-mobile-labels td:before {
    display: block;
    font-weight: bold
}
div.withTitle:before {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    left: 16px
}
.myAccountPid div.withTitle:before {
    display: none
}
div.withTitle:nth-of-type(2):before {
    content: ""
}
div.withTitle.opayment:before {
    content: "Payment"
}
div.withTitle.odelivery:before {
    content: "Delivery"
}
div.withTitle.ocoupon:before {
    content: "Coupon"
}
.orderReview .responsive-stacked-table.with-mobile-labels div.withTitle:nth-of-type(1):before {
    content: ""
}
.orderReview .responsive-stacked-table.with-mobile-labels div.withTitle:nth-of-type(2):before {
    content: "Date"
}
.orderReview .responsive-stacked-table.with-mobile-labels div.withTitle:nth-of-type(3):before {
    content: ""
}
.orderReview .responsive-stacked-table.with-mobile-labels div.withTitle:nth-of-type(4):before {
    content: ""
}
.orderReview .responsive-stacked-table.with-mobile-labels div.withTitle:nth-of-type(5):before {
    content: ""
}
@media(max-width:768px) {
    .orders .order .orderNb,
    .orders .order .oNbItems,
    .orders .order .orderCost {
        float: left;
        position: relative;
        box-sizing: border-box
    }
    
    .responsive-stacked-table tr,
    .responsive-stacked-table th,
    .responsive-stacked-table td {
        display: block
    }
    
    .responsive-stacked-table td.withTitle:first-child {
        width: 100%
    }
    
    .orders .order .withTitle {
        float: left;
        width: 100%;
        box-sizing: border-box;
        text-align: left;
        text-transform: uppercase;
        /* padding-right: 18px; */
        height: auto;
        padding-left: 14px;
        min-height: 32px!Important
    }
    
    .orderdetails .withTitle.ordernum {
        margin-bottom: 22px;
    }
    
    .responsive-stacked-table td.withTitle:last-child {
        clear: both
    }
    
    .orders .order .orderPreference {
        position: relative!important;
        top: auto!important;
        right: auto!important
    }
    
    .whiteBox .orders {
        width: calc(100% - 26px)
    }
    
    .whiteBox .orders .order {
        padding-left: 0;
        width: 100%!important;
        margin-right: 0;
    }
    
    .rtl .whiteBox .orders .order {
        margin: auto;
        margin-top: 22px;
    }
    
    .orderReview .responsive-stacked-table td.withTitle:first-child {
        width: 50%
    }
    
    .orderReview .responsive-stacked-table td.withTitle:nth-child(3) {
        width: 100%
    }
}
@media(max-width:768px) {
    .orders .order .orderNb,
    .orders .order .oNbItems,
    .orders .order .orderCost {
        text-align: left;
        padding-left: 13px
    }
    
    .orders .order .oNbItems {
        height: 57px
    }
}
@media(max-width:768px) {
    .reviewBox .rBox .genBtn.full {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 42px;
    }

.notloggedin #wrapper:not(.oft-enabled) .reviewBox .rBox .genBtn.full {
    display: none;
}
    
    .loginRegisterID .genBtn.fbType {
        margin-top: 17px
    }
    
    .orTxtWrap {
        display: none
    }
    
    .loginRegisterID .parts .right {
        background-color: transparent!important
    }
    
    footer.footer {
        display: none
    }
    
    .subPage .titleAndLegend .filter.normal {
        max-width: 96%;
        display: none
    }
    
    #sticky-wrapper {
        display: none!important
    }
    
    .titleWrp {
        margin-top: -5px;
    }
    
    .homePid .categories ul>li {
        height: 100%;
        margin-left: 5px;
        width: 45%!important;
        display: inline-block;
        margin-right: 5px;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.09);
        margin-top: 19px;
        border-radius: 0 0 5px 5px;
        vertical-align: top;
        overflow: hidden;
    }
    
    .homePid .categories ul>li a.picture {
        height: 100%
    }
    
    .homePid .categories ul>li a.picture:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0
    }
    
    .homePid .categories ul>li a.title {
        height: auto;
        font-family: inherit
    }
    
    .homePid .categories ul>li img {
        height: auto;
        width: 100%;
        position: absolute;
        transform: translateX(-50%) translateY(-50%);
        left: 50%;
        top: 50%
    }

        .homePid .products-listing .itemGrid {
        margin-bottom: 10px;
    }
    
    .homePid .products-listing:not(.swiper-wrapper) .itemGrid {
        /* max-height: 100%!important; */
        /* width: calc(100% - 39px)!important; */
        min-width: calc(90% - 2px)!important;
    }
    
    .home-collection.layout2 .gITems ul li {
        width: 100%!important
    }
    
    .fnb .homePid .layout3 .itemsList .itemGrid {
        width: calc(100%)!important;
        scroll-snap-align: start;
    }
    
    .homePid .ymlike .itemGrid {
        width: 100%!important
    }
    
    .widgets .itemGrid {
        max-width: calc(68% - 6px)!important;
    }

	.retail .homePid .itemsList li:only-of-type{
		width: 100%!important;
	}
	
	.retail .homePid .itemsList li:only-of-type .picture{
		padding-bottom:137%;
	}
    
    .retail .relations .itemsList .itemGrid {
        width: calc(75vw - 6px)!important;
        float: none;
        overflow: hidden;
        background: transparent;
    }

	.retail .relations .itemsList .itemGrid:only-of-type {
		width: calc(100vw - 41px)!important;
	}
    
    .retail .homePid .layout2 .itemsList .itemGrid {
        width: calc(50% - 2px)!important
    }
    
    .retail .isSearching.homePid .itemsList .itemGrid {
        width: calc(50% - 2px)!important
    }
    
    .content {
        height: auto;
        padding-bottom: 0!important;
        min-height: auto!important
    }
    
    .newsCtrl.subPage .content {
        padding-top: 0!Important;
        margin-top: 0
    }
    
    .footer {
        position: relative;
        bottom: auto;
        left: auto
    }
    
    .editAddAddress .parts {
        padding-top: 27px!important;
        border-radius: 0;
        padding-left: 25px;
        padding-right: 25px;
        box-sizing: border-box
    }
    
    .bagScroll {
        max-height: inherit!important;
        padding-top: 0px!important;
    }
    
    .thebig-ul {
        min-height: inherit!important
    }
    
    #sticky-wrapper .myBagModule {
        display: none
    }
    
    .itemsList .itemGrid .picture {
        height: auto
    }
}
@media(max-width:768px) {
    .homePid .categories ul>li a.picture {
        height: 99px;
        width: 100%;
        border-radius: 5px;
        background-color: #f2f2f2
    }
    
    .homePid .categories ul>li a.title {
        height: auto
    }
    
    .itemsList .itemGrid .picture {
        width: 121px;
        float: right;
        margin-left: 8px;
        margin-right: 0;
        height: 81px
    }

.retail .relationsinline .related-items .itemsList .itemGrid .picture {
    overflow: hidden!important;
}

.retail .relationsinline .related-items .itemsList .itemGrid .picture img {
    width: 100%;
    height: auto;
}
    
    .market.cols3mob .itemsList .itemGrid .picture {
        width: calc(100% + 26px);
        /* margin-left: -21px; */
        /* margin-top: 16px; */
    }
    
    .market .itemsList .itemGrid .picture {
        margin-bottom: -6px!important;
    }
}
#noProductsModalId .btnClose {
    display: none
}
html.cordova {
    user-select: none
}
.cordova .elt.printer {
    display: none!important
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .supPage .categories.swiperID {
        position: fixed!important;
        top: 62px!important;
        left: 0!important
    }
    
    .supPage .catReplaceID {
        display: block
    }
    
    .fixing #sticky-wrapper,
    .withBagOnRight #sticky-wrapper {
        display: none!important
    }
    
    .titleAndLegend {
        margin-top: 14px
    }
    
    .favoritePid .moreBtn,
    .favoritePid .loadMore {
        margin-left: 12px
    }
    
    body {
        -webkit-overflow-scrolling: touch
    }
    
    .homePid .myBagModule {
        display: none
    }
}
@media only screen and (max-device-width:1023px) and (min-device-width:768px) {
    .itemsList ul {
        max-width: 690px
    }
    
    .case li.itemGrid,
    .homePid .itemsList .itemGrid {
        /* margin-right: 3px!important; */
        /* width: calc(50% - 16px)!important; */
        /* margin-left: 3px!important; */
    }
    
    .rtl .case li.itemGrid,
    .homePid .itemsList .itemGrid {
        margin-left: 6px!important
    }
    
    .retail .itemsList .itemGrid {
        /* width: calc(25% - 2px)!important; */
    }
    

    
    .footer .row .columns {
        margin-left: 0!important
    }
    
    .footer .row .columns:nth-child(1) {
        width: 160px!important
    }
    
    .footer .row .columns:nth-child(2) {
        width: 160px!important
    }
    
    .footer .row .columns:nth-child(3) {
        width: 160px!important
    }
    
    .footer .row .columns:nth-child(4) {
        width: 210px!important
    }
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    html,
    #wrapper {
        max-width: 1024px
    }
}
.retail .itemsList .itemGrid:nth-child(4n) {
        /* margin-right: 0; */
    }
.userainfo .lineLink .ico {
    display: block
}
.userainfo .lineLink .text {
    padding-left: 51px
}
.rtl .signinu .text {
    line-height: 22px;
    /* padding-right: 14px; */
}
.userainfo .lineLink {
    border: 0;
    margin-top: 3px
}
.flexContainer {
    -webkit-display: -webkit-box;
    -webkit-display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}
.mCSB_container::-webkit-scrollbar {
    width: 6px
}
.mCSB_container::-webkit-scrollbar-thumb {
    opacity: .1;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1)
}

#addressFormId textarea:-webkit-autofill{
    font-family:sans-serif!important;
}

#addressFormId input::placeholder{
    font-style:normal;
}

@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {

    .myBagModule .itemBags .addRemoveWrap input.nb {
        font-size: 12px!Important;
        margin-top:4px!important;
    }
}}

.fnb .noCustomization .cont {
    display: none;
}