body {
    letter-spacing: 0;
}

.add-to-cart.notifymebtn .buy-now {
    width: 100%;
    margin: 0px;
}

.whiteColor {
    margin-right: 10px;
}

.actualprice {
    color: #27ae60;
    font-size: 15px;
}

.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.modal.modal-fullscreen .modal-dialog {
    margin: 0;
    width: 100%;
    animation-duration: 0.6s;
}

.modal.modal-fullscreen .modal-content {
    border: none;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    box-shadow: inherit;
}

.modal.modal-fullscreen.force-fullscreen .modal-body {
    padding: 0;
}

.modal.modal-fullscreen.force-fullscreen .modal-header,
.modal.modal-fullscreen.force-fullscreen .modal-footer {
    left: 0;
    position: absolute;
    right: 0;
}

.modal.modal-fullscreen.force-fullscreen .modal-header {
    top: 0;
}

.popover {
    width: 304px;
    max-width: 100%;
}

.modal.modal-fullscreen.force-fullscreen .modal-footer {
    bottom: 0;
}

.height {
    height: 100vh
}

.form {
    position: relative
}

    .form .fa-search {
        position: absolute;
        top: 20px;
        left: 20px;
        color: #9ca3af
    }

    .form span {
        position: absolute;
        right: 17px;
        top: 13px;
        padding: 2px;
        border-left: 1px solid #d1d5db
    }

.left-pan {
    padding-left: 7px
}

    .left-pan i {
        padding-left: 10px
    }

.form-input {
    height: 55px;
    text-indent: 33px;
    border-radius: 10px
}

    .form-input:focus {
        box-shadow: none;
        border: none
    }

.holder {
    background: #f0efe9;
    min-height: 100vh;
}

.rounded {
    border-radius: 1rem !important;
}

.text-gray {
    color: #aaa;
}

input:checked + label {
    /*    text-decoration: line-through;*/
    color: #adb5bd;
}

label {
    cursor: pointer;
}

a {
    text-decoration: none;
}

.add-to-cart .add-cart::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 32px;
    top: 4px;
    background: url(img/cartwhite.png) no-repeat center;
    background-size: 100%;
}

.mainheaderwrap {
    left: 0;
    margin: 0;
    position: sticky;
    right: 0;
    top: 0;
    z-index: 3000;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.menu-right-list-bx-inner:hover {
    box-shadow: 0 0 18px rgb(0 0 0 / 15%);
}

.menu-right-list-head-img {
    padding: 50px 0px 80px 0;
}

.gridWrap {
    padding: 2px 0;
    display: flex;
    text-align: left;
    font-size: 15px;
}

    .gridWrap.orderNumber {
        font-size: 19px;
    }

    .gridWrap label, .gridWrap > span {
        padding: 0 5px;
        flex: auto;
        display: flex;
        align-items: center;
    }

    .gridWrap label {
        flex: 0 0 40%;
        color: #9c9c9c
    }

.shipping-add .taglocation {
    position: relative;
    top: -8px;
}

.gridWrap.loyaltyPoints, .warningInfo {
    border-radius: 5px;
    padding: 10px;
    margin: 20px 0 0;
    align-items: center;
}

    .gridWrap.loyaltyPoints > span:first-child {
        font-size: 28px;
        color: #9a8000;
        flex: 0;
    }

    .gridWrap.loyaltyPoints > span {
        display: inline-block;
    }

.ordernotes .btnStyle {
    padding: 8px 15px;
    min-width: inherit;
    font-weight: normal;
}

.Layout_ar .gridWrap.loyaltyPoints > span {
    text-align: right;
}

.gridWrap.loyaltyPoints span span {
    padding: 0 2px;
}


.headerTop1.total-amount1 {
    border-radius: 5px;
    /*box-shadow: 12px 12px 16px 0 rgb(0 0 0 / 25%), -8px -8px 12px 0 rgb(255 255 255 / 30%);*/
}

.fullwidth {
    width: 100% !important;
}

.menu-right-list-btns a {
    text-transform: capitalize;
}

    .menu-right-list-btns a.add-btn {
        width: 100%;
        background: #27ae60;
        color: #fff;
        font-weight: 700;
        border: 0;
        border-radius: 50px;
        max-width: 120px;
        justify-content: center;
        padding: 7px 0;
        font-size: 14px;
        cursor: pointer;
        outline: none;
        /* background: #14b4d3; */
        /* color: #fff; */
    }

.menu-right-list-btns {
    padding: 8px;
    display: flex;
    justify-content: center;
}

span .addtocart:not(.outofstock) a label::after {
    content: "";
    position: absolute;
    left: -10px;
    width: 25px;
    height: 32px;
    top: 0;
    background: url(img/cart.png) no-repeat center;
    background-size: 100%;
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
    color: red;
}

.promotions .countries {
    float: right;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    width: 100%;
    line-height: 32px;
    padding: 0 15px;
    padding-right: 10px;
}

    .promotions .countries .countriesdropdown {
        width: 100%;
        color: rgb(51, 51, 51);
        text-decoration: none;
        font-weight: 700;
        font-size: 12px;
        line-height: 32px;
        padding: 5px 16px;
    }

.notifyme {
    /* position: absolute; */
    /* top: 0; */
    /* bottom: 0; */
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* padding: 0px; */
    z-index: 2001;
    /* display: none; */
    width: 90%;
    /* left: 50%; */
    /* min-height: 120px; */
}

    .notifyme .notifyinner .AddToCartOptionslabel {
        display: inline-block;
        width: 100%;
        font-weight: 600;
        margin: 6px 20px 8px;
    }

.btnStyleAddToCartOptions {
    overflow: hidden;
    text-align: center;
    display: inline-block;
    font-size: 0.875em;
    color: #777;
    background: #eee;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 10px;
    width: 47%;
    padding: 0.5em 0.625em;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 4px;
    background: #fff !important;
    border: 2px solid #087f23;
    box-shadow: none;
    letter-spacing: 1px;
    text-shadow: 0;
    color: #087f23 !important;
    text-shadow: 0;
}

.catMenuListInner ul li > span.catListWrap {
    border-radius: 4px;
}
/*.container ul{
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
  }
  */
.fishcut li {
    color: #666;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 53px;
    /* border-bottom: 1px solid #333; */
}

    .fishcut li input[type=radio] {
        position: absolute;
        visibility: hidden;
    }

    .fishcut li label {
        display: block;
        position: relative;
        font-size: 14px;
        font-weight: bold;
        padding: 15px 24px 25px 80px;
        margin: 10px auto;
        height: 30px;
        z-index: 9;
        cursor: pointer;
        -webkit-transition: all 0.1s linear;
    }

    .fishcut li .check {
        display: block;
        position: absolute;
        border: 2px solid #616161;
        border-radius: 100%;
        height: 25px;
        width: 25px;
        top: 15px;
        left: 20px;
        z-index: 5;
        transition: border .25s linear;
        -webkit-transition: border .25s linear;
    }

    .fishcut li:hover .check {
        border: 5px solid;
    }

    .fishcut li .check::before {
        display: block;
        position: absolute;
        content: '';
        border-radius: 100%;
        height: 17px;
        width: 17px;
        top: 2px;
        left: 2px;
        margin: auto;
        transition: background 0.25s linear;
        -webkit-transition: background 0.25s linear;
    }

.vc_Container {
    position: relative;
    width: 100%;
    margin: 10px 0;
    background: url(./img/clubcardbig.png) repeat-x left top;
    border: 1px solid #ccc;
    box-shadow: 0 2px 2px #ccc;
    border-radius: 8px;
    padding-top: 57%;
    text-align: center;
    background-size: contain;
}

.productlisting .content {
    padding: 108px 0 0;
}

.qrcode {
    position: absolute;
    bottom: 15px;
    left: 15px;
    height: 58%;
}

.almairCard .logo {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 42px;
}

.linktext {
    margin: 10px 0px;
}

input[type=radio]:checked ~ .check {
    border: 2px solid #087f23;
}

    input[type=radio]:checked ~ .check::before {
        background: #087f23;
    }

input[type=radio]:checked ~ label {
    color: #000;
}

.brandColumn {
    padding: 2px;
    margin-bottom: 44px;
    width: 50%;
    padding: 8px;
    height: 34vw;
}

.catMenuListInner ul li {
    display: flex;
    color: #666;
    position: relative;
    margin: 0;
    height: 100%;
    align-items: center;
    padding: 0 5px 0 0;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 10px;
    flex: 1;
    word-break: break-all;
    min-width: 108px;
    max-width: 112px;
}

.Description {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.wishIcon {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 32px;
    height: 35px;
    background: url(img/wishlistIcon.png) no-repeat center;
    background-size: 100%;
    z-index: 100;
    background-color: #fff0;
    cursor: pointer;
}

    .wishIcon.active {
        background: url("img/wishActive.png") no-repeat center;
        background-size: 32px;
    }

.Downloadapp {
    height: 44px;
    width: 483px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    display: flex;
    align-items: center;
    align-content: flex-end;
    flex-direction: row-reverse;
    color: #fff !important;
}

.discountpercentage {
    position: absolute;
    z-index: 1000;
    left: 10px;
    top: 10px;
}

    .discountpercentage .discountpercentage-text {
        color: #fff;
        background: #de0627;
        font-family: Arial, Verdana, sans-serif;
        font-size: 9px;
        padding: 8px;
        font-weight: bold;
    }

        .discountpercentage .discountpercentage-text span {
            display: block;
            font-size: 9px;
        }

.discount .discountpercentage-text:before {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 0 solid transparent;
    border-top: 7px solid #420909;
    display: none;
}

.bg-danger {
    background-color: #dc3545 !important;
}



.product_discount {
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
    clear: left;
    color: red;
}

.prod-detail .owl-carousel, .deal-owlslider .owl-carousel {
    max-height: 58vh;
    margin: 10px 0 0;
    padding-bottom: 8px;
}

.maincontentarea {
    background: #fff !important;
}

.mainwrap.prod-detail .content .tabContainer div.tab .old-price {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    padding-left: 0px;
}

.mainwrap.prod-detail .content .tabContainer div.tab .leftlabel {
    width: 60px;
    display: inline-block;
    display: none;
    padding: 0 0 5px;
}

.discountoff {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    background-color: #FFDF28;
    padding-left: 4px;
    padding-right: 4px;
    font-weight: 700;
    margin-top: 16px;
    padding-top: 4px;
    padding-bottom: 3px;
    border: 1px Solid #FFDF28;
    border-radius: 2px;
    min-width: auto;
    color: #EE2527;
    font-size: small;
}

.addresstype:after {
    position: absolute;
    right: -16px;
    left: auto;
    content: "";
    top: 0;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-left: 16px solid #27ae60;
    border-bottom: 19px solid transparent;
}
/*.buy-now-button {
    background: #27ae60 !important;
    color: #fff !important;
    border: 1px solid #27ae60 !important;
}*/

.mainwrap.prod-detail .content .tabContainer div.tab.current {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.strick-price {
    vertical-align: middle;
}

.price-strike {
    color: red;
}
/* .loginregInner {
    background: url("./img/login_bg.png") top left no-repeat #fff;
    background-size:contain; 
} */
.loginregInner {
    background: url("./img/login_bg_bottom.png") bottom left no-repeat #fff;
    background-size: contain;
}

.frontend-side {
    background: #fff0;
}

.uiux-side {
    background: #fff0;
    ;
}

.uiux-side {
    top: 75%;
}

.split-pane-text {
    color: #3f51b5;
    font-weight: 600;
    margin-bottom: 32px;
    line-height: 3rem;
    font-size: 17px;
    text-transform: capitalize;
}

.split-pane {
    padding-top: 1em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 40%;
    min-height: 9em;
    font-size: 2em;
    border-bottom: 0px solid #dadada;
    color: #000;
}

.uiux-side .split-pane > div {
    top: 70%;
}

@media(min-width: 1200px) {
    .split-pane {
        padding-top: 2em;
        height: 100%;
    }
}

.split-pane > div {
    position: relative;
    top: 70%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

    .split-pane > div .text-content {
        line-height: 1.6em;
    }

        .split-pane > div .text-content .big {
            font-size: 20px;
        }

    .split-pane > div img {
        height: 1.3em;
    }

@media (max-width: 500px) {
    .split-pane > div img {
        display: none;
    }
}

.split-pane button, .split-pane a.button {
    background: none;
    border: 0px solid white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 15em;
    box-shadow: 0 2px 15px 0 #087f2352;
    border-width: 1px 1px 1px 1px;
    border-color: #087f23;
    padding: 0.7em;
    font-size: 0.6em;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-decoration: none;
    color: white;
    display: inline-block;
    cursor: pointer;
}

    .split-pane button:hover, .split-pane a.button:hover {
        text-decoration: none;
        background-color: #ffffff;
        border-color: #087f23;
        cursor: pointer;
    }

    .uiux-side.split-pane button:hover, .split-pane a.button:hover {
        color: #000;
    }

    .frontend-side.split-pane button:hover, .split-pane a.button:hover {
        color: blue;
    }

.uiux-side > div {
    top: 140%;
}

#split-pane-or {
    font-size: 2em;
    color: white;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 925px) {
    #split-pane-or {
        top: 15%;
    }
}

#split-pane-or > div img {
    height: 2.5em;
}

@media (max-width: 1200px) {
    #split-pane-or {
        position: absolute;
        top: 20px;
    }

        #split-pane-or > div img {
            height: 2em;
        }
}

@media(min-width: 1200px) {
    #split-pane-or {
        font-size: 3em;
    }
}

.otpInfo {
    font-size: 13px;
    display: block;
    text-align: center;
    line-height: 1.25rem;
    padding: 10px 0 0;
}

#slogan {
    position: absolute;
    width: 100%;
    z-index: 100;
    text-align: center;
    vertical-align: baseline;
    top: 0.5em;
    color: white;
    font-size: 1.4em;
}

@media(min-width: 500px) {
    #slogan {
        top: 5%;
        font-size: 1.8em;
    }
}

#slogan img {
    height: 0.7em;
}

/**login page style changes starts**/



.loginregLogo {
    background: url("./img/main-logo.png") bottom left no-repeat #fff;
    background-size: 100%;
}

.maincategores {
    background-color: #fff;
}
/* .loginregInner { background: #fff; background-size:100%;  z-index: 0; position: relative;} */
/* div {
    background: blue;
    width: 50px;
    height: 75px;
    position: relative;
  }
  div:before {
    content: '';
    background-image: radial-gradient(circle at 100% 100%, rgba(204, 0, 0, 0) 100px, blue 100px);
    position: absolute;
    top: 0;
    left: 100%;
    width: 100px;
    height: 75px;
  }
  div:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 75px;
    background: blue;
    border-radius: 0 0 100% 0 / 0 0 100% 0;
    top: 100%;
    left: 0;
  } */

.btnStyle.small {
    padding: 8px;
    font-size: 13px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border-radius: 5px;
    margin-bottom: 5px;
}

.widgetOptions ul li {
    display: flex;
    list-style: none;
    padding: 8px 4px 0;
    height: auto;
    justify-content: center;
    min-width: 25%;
    flex: 1;
}

.imageColumn {
    padding: 2px;
    margin-bottom: 44px;
    width: 50%;
    padding: 8px;
    height: 34vw;
}

.maincategores {
    background-color: #fff;
    padding: 4px;
}

.search {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 36px;
}

.Layout_ar .header .nav-sidebar.align-right ul li:first-child {
    margin-left: 15px;
}

.image_caption {
    font-size: 14px;
    position: relative;
    color: #fff;
    border-radius: 0px 0px 3px 3px;
    top: 100%;
    box-shadow: 0 3px 6px rgb(34 25 36 / 20%);
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006B3C', endColorstr='#005C2D', GradientType=0);
    border: 0px solid #eee;
    margin: auto;
}

.fieldWrap input[type="password"] {
    border-bottom: 1px solid #d9d9d9 !important;
    border-left: 0px solid #d9d9d9 !important;
    border-right: 0px solid #d9d9d9 !important;
    border-top: 0px solid #d9d9d9 !important;
    border-radius: 2px;
}

.guestLoginBtn span.btnStyle {
    min-width: 192px;
}

.btnStyle.rounded {
    border-style: solid;
    border-color: #087f23;
    border-width: 1px 1px 1px 1px;
    background: #68b131;
    padding: 10px 0px;
    display: inline-block;
    min-width: 147px;
    font-size: 15px;
    border-radius: 5px;
    background: #ffffff !important;
    color: #087f23 !important;
    box-shadow: 0 2px 15px 0 #087f2352;
}

.tabData:before, .otpPanel:before {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    border: 0px solid #666;
    border-radius: 8px;
    box-shadow: 0 2px 15px 0 #636363;
}

.btnStyle.rounded.white {
    background: #fff;
    color: #666 !important;
    border: 1px solid #087f23;
}
/**login page style changes ends**/
.widgetOptions ul li a span.widget_icon {
    padding: 0px 0 0px;
}

.logo {
    margin: 0px 0 0 0px;
    width: 170px;
    height: 56px;
}

.Layout_ar .logo {
    margin: 2px 0px 0 0;
}

.header-inner .logo a {
    background: url("./img/homepage-logo.png") no-repeat center;
    background-size: 75%;
}

.header.home .header-inner {
    box-shadow: none;
}

.header-inner {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

.filtercrumbs .clearall {
    font-size: 12px;
    border-radius: 4px;
    padding: 5px 7px;
}

.mainwrap.prod-detail .content ul.tabNav li.current {
    text-shadow: 0 1px 3px #8e8e8e;
}
/* .fieldWrap { top: 50px; } */
.fieldWrap label span.checkBox input[type="checkbox"]:checked + span.check:after,
.fieldWrap label span.checkBox input[type="checkbox"]:checked + span.check:after, .fieldWrap input[type="text"], .fieldWrap select, .fieldWrap input[type="email"], .fieldWrap input[type="password"], .fieldWrap input[type="number"], .fieldWrap textarea {
    border: 1px solid #d9d9d9;
    border-radius: 2px;
}

.select_filters span.check.checked {
    background: url("./img/checked.png") no-repeat;
}
/* .galleryWrap .productimage { border:1px solid #e4e4e4; } */


.recommended .swiper-container {
    overflow: inherit;
    padding-right: 5px;
    padding-left: 5px;
    background: #ffffff;
}

.content {
    padding: 116px 0 10px;
}

@font-face {
    font-family: 'MyWebFont';
    src: url(./img/ArabDances.ttf);
}


* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*.container {
  display: flex;
  justify-content: center;
  align-content: flex-start;
  position: absolute;
  bottom: 50px;
  width: 100vw;
}

*/


.order-summary {
    margin-left: 1.5rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

    .order-summary > div {
        margin: 6px;
        text-align: center;
    }

.order-status {
    color: #ec2028;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.searchtext {
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

.back-btn {
    margin-right: 50px;
    font-size: 1rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
    cursor: pointer;
}

    .back-btn:hover {
        transform: scale(1.2);
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }

.hero-img-container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 200px;
    padding-bottom: 20px;
}

.arc {
    border: 1px solid #000;
    display: inline-block;
    min-width: 200px;
    min-height: 200px;
    padding: 0.5em;
    border-radius: 50%;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    opacity: 0.4;
    position: absolute;
    transform: rotate(-40deg);
    left: -10px;
}



.hero-img {
    width: 80%;
    bottom: 15px;
    position: absolute;
}

.order-status-container {
    z-index: 3;
    display: flex;
    width: 100%;
    height: 30%;
    justify-content: space-evenly;
    align-items: center;
    background-color: white;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    position: relative;
    box-shadow: 0 14px 28px rgba(0,0,0,0.02), 0 10px 10px rgba(0,0,0,0.2);
}

    .order-status-container::before {
        content: '';
        position: absolute;
        width: 70px;
        height: 3px;
        background-color: #EAEBFF;
        opacity: 0.8;
        border-radius: 2px;
        top: 20px;
    }


.order-details-container {
    position: relative;
    z-index: 6;
    height: 900px;
    background-color: #767EEF;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    padding-top: 20px;
    transform: translateY(-45px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    cursor: default;
}


    .order-details-container::before {
        content: '';
        position: absolute;
        width: 70px;
        height: 3px;
        background-color: #EAEBFF;
        opacity: 0.8;
        border-radius: 2px;
        top: 20px;
        left: 150px;
    }


.img-photo {
    width: 90px;
    transform: rotate(-35deg)
}

.mt-2 {
    margin-top: .5rem !important;
}

.order-status::before {
    content: "";
    position: absolute;
    left: 45px;
    width: 30px;
    height: 30px;
    /* top: 0; */
    background: url(./img/logo.png) no-repeat center;
    background-size: 100%;
}

.d-inline-block {
    display: inline-block !important;
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}

.border-end {
    border-right: 1px solid #dee2e6 !important;
}

.bgImage {
    /* background-color: rgb(157 238 255); */
    background-image: url(./img/refer.png);
    background-size: calc(100% - 0px);
    background-repeat: no-repeat;
    /* height: 63vh; */
    padding-top: 79%;
    width: calc(100% - 20px);
    margin: 10px;
}

.referIcon_small {
    width: 27px;
    height: 22px;
    display: inline-block;
    background: url(./img/referral.png) no-repeat;
}

.nav-counter {
    min-width: 8px;
    height: 20px;
    line-height: 17px;
    margin-right: 5px;
    padding: 0 6px;
    font-weight: normal;
    color: white;
    text-align: center;
    text-shadow: 0 1px rgb(0 0 0 / 20%);
    background: #e23442;
    border: 1px solid #911f28;
    border-radius: 11px;
    background-image: -webkit-linear-gradient(top, #e8616c, #dd202f);
    background-image: -moz-linear-gradient(top, #e8616c, #dd202f);
    background-image: -o-linear-gradient(top, #e8616c, #dd202f);
    background-image: linear-gradient(to bottom, #e8616c, #dd202f);
    -webkit-box-shadow: inset 0 0 1px 1px rgb(255 255 255 / 10%), 0 1px rgb(0 0 0 / 12%);
    box-shadow: inset 0 0 1px 1px rgb(255 255 255 / 10%), 0 1px rgb(0 0 0 / 12%);
}

.scheduledTime {
    width: 100%;
    padding: 6px;
    min-height: 38px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin: 8px 0;
}

.product-inner {
    color: #363636;
    background: #eef2f5;
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin: 0px 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
    min-height: 33vw;
}

    .swiper-container.slider:after {
        content: " ";
        position: absolute;
    }

.recommended .products .item-wrapper {
    padding: 0px 3px 20px 3px;
}

.image_caption span {
    overflow: hidden;
    display: block;
    min-height: 20px;
    /* line-height: 15px; */
    position: relative;
    margin: 0 auto;
    padding: 13px 5px 10px 5px;
    top: 80%;
    color: #111;
    min-height: 40px;
    left: 0px;
    text-align: center;
}

.image_caption:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.9;
    background: #fff0;
}

.imageWrap {
    background-size: auto;
    position: relative;
    border: 0px solid #fff;
    border-radius: 3px 3px 0px 0px;
    border: 0px solid #eaeaea;
    box-shadow: 0 3px 6px rgb(34 25 36 / 20%);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    background-size: auto;
}

.search button {
    background: transparent url(../almadina/img/search.png) no-repeat center;
    border: medium none;
    height: 35px;
    width: 35px;
    padding: 0;
    outline: none;
}
/* .imageWrap:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
} */
.wishlist-proddetail {
    position: absolute;
    top: -20px;
    right: 35px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 60%);
    width: 39px;
    background: white;
    border-radius: 50%;
    height: 39px;
}

.buy-now:active:before {
    width: 120%;
    padding-top: 120%;
    transition: width .2s ease-out, padding-top .2s ease-out;
}

.buy-now:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    padding-top: 0;
    border-radius: 100%;
    background-color: rgba(236, 240, 241, .3);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.add-cart:active:before {
    width: 120%;
    padding-top: 120%;
    transition: width .2s ease-out, padding-top .2s ease-out;
}

.add-cart:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    padding-top: 0;
    border-radius: 100%;
    background-color: rgba(236, 240, 241, .3);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product-data .wishIcon.active {
    background: url(./img/wishActive.png) no-repeat center;
    background-size: 20px;
    position: absolute;
    left: 21%;
    top: 25%;
}

.product-data .wishIcon {
    background: url(../../img/wishlistIcon.png) no-repeat center;
    background-size: 20px;
    position: absolute;
    left: 19%;
    top: 23%;
}

.item-contentInner .wishIcon {
    width: 32px;
    height: 31px;
    top: 6px;
    z-index: 1;
    right: 4px;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.productCategory .noSearch .content.hasCategoryTabScroll {
    padding: 50px 0 0;
}

.discount {
    color: #fff;
    font-size: 11px;
    padding: 8px 0;
    position: absolute;
    text-align: center;
    top: 7px;
    width: 36px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), 50% calc(100% - 6px), 0 100%);
    z-index: 1;
    height: 44px;
    background-color: #ffa000;
    line-height: 12px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    left: 10px;
    border-radius: 0px;
}

.Layout_ar .discount span {
    float: none;
}

.Layout_ar .search {
    left: 7px;
}

.Layout_ar .searchwrap {
    padding: 0 0px 0 0px;
}

.discount-wrap {
    filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));
}

#owl-demo .item img {
    display: block;
    width: 100%;
    padding: 0px 0px 0px 0px;
    height: 192;
    border-radius: 0px;
    background-color: #fff;
}

.notifyme div.fieldwrap button {
    padding: 7px 20px;
    font-size: 15px;
    float: right;
    width: auto;
    min-width: inherit;
    margin: 0 0 6px;
}

.btnStyle.rounded, .storeName, .paymentLoader, .btnStyle, .quantityField button.qtyCntrl:hover, .viewMoreBtn span {
    background: #3f51b5;
}

.shipping-add .fieldWrap label {
    padding: 15px 0 10px;
}

.shipping-add .fieldWrap {
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
    background: #fff;
}

.mainwrap.checkout .maincontentarea div.tabContainer div.tab .shipping-add ul {
    padding: 0;
    margin-top: 10px;
    margin: 0 0 20px;
}

.deliveryPoint-text {
    white-space: nowrap;
}

.delivery-point-area {
    color: #fff;
    white-space: nowrap;
    /* width: 82%; */
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 700;
}

.thankGrid {
    font-weight: bold;
    padding: 12px 0 0;
}

.gridWrap {
    padding: 2px 0;
    display: flex;
    text-align: left;
    font-size: 14px;
}

    .gridWrap.orderNumber {
        font-size: 17px;
    }

    .gridWrap label, .gridWrap > span {
        padding: 0 5px;
        flex: auto;
        display: flex;
        align-items: center;
    }

    .gridWrap label {
        flex: 0 0 40%;
        color: #9c9c9c
    }

.btnStyle1 {
    border: medium none;
    color: #fff !important;
    background: #27ae60;
    outline: none;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    min-width: 120px;
    text-align: center;
    border-radius: 4px;
    padding: 12px 15px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

.btnStyle {
    /* border: medium none; */
    /* color: #fff !important; */
    /* outline: none; */
    /* cursor: pointer; */
    background: #de0627;
    color: #fff;
    outline: none;
    /* height: 40px; */
    text-align: center;
    /* width: 130px; */
    border-radius: 40px;
    /* background: #fff !important; */
    display: inline-block;
    /* font-size: 0.875em; */
    color: #777;
    background: #eee;
    padding: 0.5em 0.625em;
    /* margin-top: 0.875rem; */
    /* margin-right: 0.625rem; */
    overflow: hidden;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    border: 2px solid #087f23;
    box-shadow: none;
    letter-spacing: 1px;
    text-shadow: 0;
    /* color: #087f23 !important; */
    /* background: #669015; */
    /* font-size: 15px; */
    /* position: relative; */
    /* overflow: hidden; */
    /* min-width: 120px; */
    /* text-align: center; */
    /* border-radius: 4px; */
    /* padding: 12px 15px; */
    /* box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%); */
}

    .btnStyle.comments {
        padding: 4px 10px 5px;
        min-width: inherit;
        overflow: unset;
        border-radius: 4px;
    }

.notifyme .notifyinner {
    background: #fff;
    padding: 10px 14px 5px;
    border-radius: 4px;
    position: relative;
    color: #363636;
    box-shadow: 0 0 12px 2px #6b6b6b;
}

.addtocart-button .badgeStyle.small.unitCount {
    right: 0px !important;
    color: #000000;
}

.Layout_ar .wishIcon {
    right: auto;
    left: 10px;
}

span.addtocart:not(.outofstock) a label {
    padding: 8px 20px 8px 20px;
    border-radius: 2px;
    left: 10px;
}

    span.addtocart:not(.outofstock) a label:before {
        width: 22px;
        height: 22px;
        display: none;
    }

.searchwrap input[type="text"],
.searchwrap input[type="text"], .searchwrap input[type="text"], .searchwrap input[type="text"]:focus {
    border: 1px solid #f37021 !important;
    border-radius: 5px;
    box-shadow: 0 0.125rem 0.25rem #66666675 !important;
}

.home .product-title {
    color: #666;
    background: #fff;
    padding: 6px 15px 6px;
}

.wishlist-proddetail {
    position: absolute;
    top: 15px;
    right: 15px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 60%);
    width: 39px;
    background: white;
    border-radius: 50%;
    height: 39px;
    z-index: 100;
}

div,
.main-menu a {
    padding: 0px 0 0;
}

.header .nav-sidebar ul li a {
    padding: 0px 0;
    width: 29px;
    height: 26px;
}

.content.greybg {
    background: #eef2f5 !important;
}

span.addtocart:not(.outofstock) a {
    /* border-radius: 0; */
    /* border: 1px solid #087f23; */
    /* width: 100%; */
    /* height: 40px; */
    text-align: center;
    display: inline-block;
    font-size: 0.875em;
    color: #777;
    background: #eee;
    width: 100%;
    padding: 0.5em 0.625em;
    /* margin-top: 0.875rem; */
    /* margin-right: 0.625rem; */
    cursor: pointer;
    border-radius: 4px;
    /* width: 130px; */
    /* border-radius: 40px; */
    background: #fff !important;
    border: 2px solid #087f23;
    box-shadow: none;
    letter-spacing: 1px;
    text-shadow: 0;
    color: #087f23 !important;
    /* background: #669015; */
    /* transition: all 0.3s cubic-bezier(.25,.8,.25,1); */
}

span.a
.langslide:after {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #4caf50;
    left: 2px;
    right: auto;
    top: 2px;
    position: absolute;
    box-shadow: 0 2px 10px #1b5e20 inset;
}

span.ad


.search {
    position: absolute;
    right: 4px;
    top: 1px;
    min-width: 36px;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 12px;
    /*box-shadow: -2px -2px 6px rgb(255 255 255 / 60%), 2px 2px 12px #c8d8e7;*/
}


.closebtn {
    position: relative;
    left: calc(100% - 35px);
    width: 32px;
    z-index: 1;
    background: #ffffff00;
    height: 32px;
    border: none;
    top: -80px;
    opacity: 0.3;
}

    .closebtn:hover {
        opacity: 1;
    }

    .closebtn:before, .closebtn:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 25px;
        top: 7px;
        width: 2px;
        background-color: #333;
    }

    .closebtn:before {
        transform: rotate(45deg);
    }

    .closebtn:after {
        transform: rotate(-45deg);
    }

.autosearch {
    padding-right: 14px !important;
    padding-left: 14px !important;
    margin-bottom: 16px !important;
    margin-top: 16px !important;
}

.prefix {
    font-size: 16px !important;
    line-height: 24px !important;
}

.searchedtext {
    text-decoration: underline;
    font-style: italic !important;
}

.toCart {
    background: #087f23;
    width: 100px;
    font-size: 12px;
    border-radius: 4px;
    padding: 0 6px 0 12px;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 32px;
    margin-left: auto;
    margin-right: auto;
}

.sale-label {
    font-size: 11px;
    font-family: 'Rubik', sans-serif;
    color: #fff;
    background: #80b435;
    text-transform: uppercase;
    padding: 0px 10px;
    text-align: center;
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    font-weight: 400;
    height: 24px;
    border-radius: 3px;
    line-height: 26px;
    z-index: 10;
    letter-spacing: 0.5px;
}

.add_plus {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2) url(./img/add_plus.svg) center no-repeat;
}

span.ripple {
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    background-color: rgba(255, 255, 255, 0.7);
}

.addtocart {
    position: relative;
    width: 100%;
}

.notifylabel {
    display: inline-block;
    padding: 20px 24px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    width: 100%;
}

.searchwrap input[type="text"]::placeholder {
    color: #6d7f8f;
}

.searchwrap input[type="text"]:focus {
    outline: none;
    color: #6d7f8f;
    background-color: yellow;
}

.search input {
    height: 37px;
    width: 37px;
}

.round {
    padding: 8px 16px;
    border-radius: 50%;
    text-decoration: none;
    display: inline-block;
    max-width: 35px;
    max-height: 35px;
    border: none;
}

.shopping-grid .title {
    margin-bottom: 5vh
}

.shopping-grid .card {
    margin: auto;
    max-width: 950px;
    width: 90%;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 1rem;
    border: transparent
}

@media(max-width:767px) {
    .shopping-grid .card {
        margin: 3vh auto
    }
}

.shopping-grid .cart {
    background-color: #fff;
    padding: 4vh 5vh;
    border: 2px solid #f2f4f5;
    /*   border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem*/
}

@media(max-width:767px) {
    .shopping-grid .cart {
        padding: 4vh;
        /*border-bottom-left-radius: unset;
        border-top-right-radius: 1rem*/
    }
}

.shopping-grid .summary {
    background-color: #ddd;
    /*   border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;*/
    padding: 4vh;
    color: rgb(65, 65, 65)
}

@media(max-width:767px) {
    .shopping-grid .summary {
        /*        border-top-right-radius: unset;
        border-bottom-left-radius: 1rem*/
    }
}

.shopping-grid .summary .col-2 {
    padding: 0
}

.shopping-grid .summary .col-10 {
    padding: 0
}

.shopping-grid .row {
    margin: 0
}

.shopping-grid .title b {
    font-size: 1.5rem
}

.shopping-grid .main {
    margin: 0;
    padding: 2vh 0;
    width: 100%
}

.shopping-grid .col-2,
.shopping-grid .col {
    padding: 0 1vh
}

.shopping-grid a {
    padding: 8px 1.5vh
}

.shopping-grid .close {
    margin-left: auto;
    font-size: 0.7rem
}



.shopping-grid .back-to-shop {
    margin-top: 4.5rem
}

.shopping-grid h5 {
    margin-top: 4vh
}

.shopping-grid hr {
    margin-top: 1.25rem
}

.shopping-grid form {
    padding: 2vh 0
}

.shopping-grid select {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 1.5vh 1vh;
    margin-bottom: 4vh;
    outline: none;
    width: 100%;
    background-color: rgb(247, 247, 247)
}

.shopping-grid input {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 1vh;
    text-align: center;
    outline: none;
    width: 100%;
    background-color: rgb(247, 247, 247)
}

    .shopping-grid input:focus::-webkit-input-placeholder {
        color: transparent
    }

.shopping-grid .btn {
    background-color: #27ae60;
    border-color: #27ae60;
    color: white !important;
    width: 100%;
    font-size: 1.1rem;
    margin-top: 4vh;
    padding: 1vh;
    max-width: 350px;
    border-radius: 50px
}

    .shopping-grid .btn:focus {
        box-shadow: none;
        outline: none;
        box-shadow: none;
        color: white;
        -webkit-box-shadow: none;
        -webkit-user-select: none;
        transition: none
    }

.shopping-grid .card:hover {
    transform: scale(1);
    z-index: 2;
    overflow: hidden;
    box-shadow: 0 0 18px rgb(0 0 0 / 15%);
}

.shopping-grid .btn:hover {
    color: white
}

.shopping-grid a {
    color: black
}

    .shopping-grid a:hover {
        color: #27ae60;
        text-decoration: none
    }

#code {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.253), rgba(255, 255, 255, 0.185)), url("https://img.icons8.com/small/16/000000/long-arrow-right.png");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center
}

.searchwrap::before {
    content: '';
    left: 0;
    top: 0;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    position: absolute;
}

.searchwrap::after {
    content: '';
    left: 0;
    top: 0;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    /* box-shadow: inset 1px 1px 3px 0 rgb(197 212 227), inset 2px 2px 6px 0 rgb(197 212 227); */
}

.widgetOptions ul li a span {
    width: 100%;
    text-align: left;
    display: block;
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
    color: #000;
}

.product-data {
    /* box-shadow: 0 1px 4px rgb(0 0 0 / 60%); */
    border-radius: 20px 20px 0px 0px;
    position: relative;
    bottom: 0;
    width: 100%;
}

.add-to-cart, .fixedFooterBtn {
    width: 100%;
    bottom: 0;
    background: #fff;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2000;
    box-shadow: 1px 4px 18px #6d6d6d;
    -webkit-box-shadow: 1px 4px 18px #ffffff;
}

.mainwrap.prod-detail .content, .content.hasFooterBtn {
    padding: 0;
}

    .mainwrap.prod-detail .content .tabContainer {
        display: inline-block;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 69px;
    }

        .mainwrap.prod-detail .content .tabContainer div.tab > div {
            clear: both;
            font-size: 14px;
            color: #363636;
            float: left;
            padding: 0px;
            width: 100%;
            border-bottom: 0px solid #e2e2e2;
        }

.add-to-cart .buy-now, .add-to-cart .add-cart {
    color: #fff;
    padding: 10px 5px;
    margin: 25%;
    width: 50%;
    position: relative;
    display: block;
    overflow: hidden;
    border-width: 0;
    outline: none;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 60%);
    background-color: #2ecc71;
}

.mainwrap.prod-detail .content .tabContainer div.tab .prodname {
    color: #363636;
    display: block;
    float: left;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    margin-top: 10px;
    padding: 0px;
    width: 100%;
}

.mainwrap.prod-detail .content .tabContainer div.tab .newprice {
    margin-left: 0px;
    font-size: 2rem;
    line-height: 1.3;
    margin-right: 4px;
    font-weight: 700;
    color: #333;
    display: inline-block;
}

.mainwrap.prod-detail .content .tabContainer div.tab div.oldnew-price {
    font-size: 16px;
    display: flex;
    margin-top: 4px;
    flex-direction: row;
    align-items: flex-end;
}
/* .widgetOptions ul li .widgetOptionoffer {
    background: #5d82d1;
    linear-gradient(45deg, #339966, #66cccc);
}
.widgetOptions ul li .widgetOptionpromo {
    background: #e13138;
    linear-gradient(45deg, #ff3366, #ff6666);
}
.widgetOptions ul li .widgetOptionorder {
    background:#40bff5;
     linear-gradient(45deg, #4252cb, #3399cc);
    }
.widgetOptions ul li .cardholder {
    background:#ba3f85;
     linear-gradient(
45deg
, #ff8f00, #ffd54f);
} */
.widgetOptions {
    padding: 0px 9px;
}

.listview .qty_cart_container {
    text-align: right;
    left: auto;
}

.listview span.addtocart:not(.outofstock) a label {
    padding-left: 30px;
}

    .listview span.addtocart:not(.outofstock) a label::after {
        margin-left: 10px;
    }

.listview span.addtocart:not(.outofstock) a {
    width: auto;
}

.listview span.addtocart.outofstock a {
    width: auto;
}

.btnRoundedWrap {
    display: block;
}

.addtocart-touch .badgeStyle.small.unitCount {
    bottom: -20px;
}

.listview .btn_cart.right, .Layout_ar .btn_cart.left {
    right: -8px;
}

.listview .touch_cart_btn.leftBtn {
    right: 22px;
}

.item-contentInner.noBottomCart, .list-container:not(.listview) div.item-contentInner.noBottomCart {
    height: 250px;
}

.addtocart-button .badgeStyle.small.unitCount {
    right: 0px !important;
}

.widgetOptions ul li a span.widget_icon img {
    max-width: 63px !important;
}

.widgetOptions ul li {
    padding: 10px 0px 10px;
}

    .widgetOptions ul li a {
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        font-size: 14px; /* padding: 20px 6px; */
        border-radius: 4px;
        padding: 6px 6px 6px 6px;
        margin: 5px;
    }

.home-menu {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    padding: 10px;
    border-radius: 0px 0px 0px 0px;
}

.content {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    top: 0;
}

.searchwrap {
    background: #fff0;
    width: 100%;
    display: block;
    padding: 0px 0px 0 0;
}

.Layout_ar .widgetOptions ul li a span {
    text-align: right;
}

.home.Layout_en .leftmenupanel {
    border-right: 1px solid #cac7c7;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.Layout_ar .leftmenupanel {
    border-left: 1px solid #cac7c7;
}

.leftmenupanel .menu-inner {
    padding: 0 5px 5px;
}

ul.leftmenu li a {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dadada;
}

ul.leftmenu.mainmenu li a {
    padding: 12px 0 12px 42px;
}

.header .nav-sidebar.align-right ul li:first-child {
    margin-right: 15px;
}

.Layout_ar ul.shoppingcartlist li span.prod-img {
    left: 5px;
}

.Layout_ar span.oldprice {
    text-align: right;
}

.Layout_ar .wishListContainer .addtocart-button .badgeStyle.small.unitCount {
    right: auto;
}

.mainwrap.cart .categories.list-container {
    margin-top: 0;
    padding: 10px 10px;
}

.wishListContainer .item-contentInner {
    box-shadow: 0 1px 8px 0px #dadada;
    border-radius: 5px;
    height: 150px;
}

.btn_cart {
    top: auto;
    bottom: auto;
}

.touch_cart_btn {
    top: -15px;
    width: 32px;
    height: 32px;
    transform: none;
    border-radius: 50%;
    border: 1px solid #CDD9ED;
}

    .touch_cart_btn.leftBtn {
        background-image: url(./img/remove_icon.png) !important;
    }

    .touch_cart_btn.rightBtn {
        background-image: url(./img/add_icon.png) !important;
    }

.prod-detail .maincontentarea {
    top: 60px;
}

.prod-detail .backtopage a {
    padding: 0;
}

.count1 {
    --o: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    border-radius: 50%;
    /* background: #087f23; */
    color: #666;
    left: 50%;
    overflow: hidden;
    position: absolute;
    transform: translate(-50%, 1px);
}

ul.productlist li {
    padding: 6px 4px;
}

.list-container div.item-contentInner {
    height: 265px;
}

.addtocartbutton {
    color: #fff;
    background-color: #087f23;
    border-color: #087f23;
    margin-bottom: 10px;
}

.scroll-x {
    overflow-x: scroll;
}

.flexbox {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.item-content {
    width: 156px !important;
}

.fancybox {
    padding: 0 !important;
}

.productimage {
    box-shadow: none;
}

.btn_cart {
    position: relative;
    top: auto;
    bottom: auto;
    width: 48px;
}

.productCategory .searchbar {
    display: block !important;
}

.productCategory .headerSearch {
    display: block !important;
}

.productlist-header .home-menu {
    padding: 7px 12px 7px 12px;
}

.wishListContainer ul.shoppingcartlist li span.prod-img img {
    position: relative;
}

.productCategory .noSearch .content.hasCategoryScroll {
    padding: 56px 0 0;
}

.cartempty {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 48px 0 0;
}

.productCategory .noSearch .content.hasCategoryScroll {
    padding: 136px 0 0;
}

.Layout_ar .discount {
    left: 8px;
    right: auto;
}

.wishListContainer .addtocart-button .badgeStyle.small.unitCount {
    display: flex !important;
    position: absolute;
    bottom: 10px;
}

.btnStyle:active:before {
    width: 120%;
    padding-top: 120%;
    transition: width .2s ease-out, padding-top .2s ease-out;
}

.btn-primary:hover {
    color: #fff;
    background-color: #087f23;
    border-color: #087f23;
}

.badge-danger {
    color: #fff;
    background-color: #ffc107;
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #ffc107;
}

.scroll-x {
    overflow-x: scroll;
}

.flexbox {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.item-content {
    width: 156px !important;
}

.btnStyle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    padding-top: 0;
    overflow: hidden;
    border-radius: 100%;
    background-color: rgba(236, 240, 241, .3);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* .item-contentInner {     border-radius: 5px;box-shadow:
    -8px 8px 12px 0 rgba(0, 0, 0, 0.3),
    12px -12px 16px rgba(255, 255, 255, 0.25);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);} */

.item-contentInner {
    border-radius: 5px;
    box-shadow: 0 3px 6px rgb(34 25 36 / 20%);
    border: 0px solid #ccc;
    height: 300px;
}

.align-center {
    align-items: center;
}

.search-icon {
    background-image: url(img/search.png);
    width: 30px;
    background-size: cover;
    height: 30px;
}

.sort-filter, .categoryMenuListing {
    top: 65px;
}

.amount {
    padding: 15px 15px;
}

.icons-container {
    position: absolute;
    top: 51px;
    right: 16px;
    background-color: #fff;
    border: none;
    width: 46px;
    background-size: contain;
    height: 46px;
    overflow: hidden;
}
/* .item-contentInner:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}  */
.item-contentInner.showCartBtn {
    box-shadow: 0 1px 22px 10px #d2d2d2;
    transition: none;
}

.mainwrap.checkout .maincontentarea ul.tabNav li a div.state-circle {
    border-radius: 50% !important;
}

.leftlabel {
    padding-bottom: 0px !important;
}

.thankIcon {
    background: url("./img/thumb_icon.png") no-repeat center #fff;
    background-size: 78px;
}

.wallet {
    background: url("./img/wallet.png") no-repeat center #fff;
    background-size: 120px;
    height: calc(100vh - 180px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
}

.productCategoryWidget.scrollWidget ul li {
    height: 102px;
}

    .productCategoryWidget.scrollWidget ul li span.categoryIcon {
        padding: 0;
        height: 46px;
        width: 70px;
        margin: 2px 0 4px;
        border-radius: 4px;
        border: 1px solid #e0e0e0;
    }

.productCategoryWidget ul li span.categoryIcon img {
    max-width: 70px;
}

.productCategoryWidget.scrollWidget ul li span {
    line-height: 13px;
}


.notInStock .recommend-img, .notInStock .prod-img {
    filter: grayscale(1);
    opacity: 0.4;
}

.notInStock .dataDescription, .notInStock .titlecolumn {
    opacity: 0.4;
}

.outofStockMsg {
    position: absolute;
    background: #fff;
    border-radius: 2px;
    font-size: 12px !important;
    padding: 6px 10px;
    top: 5px;
    left: 5px;
    white-space: nowrap;
    box-shadow: 0 2px 8px 0 #a9a9a9;
    color: #cb022d;
    font-weight: bold;
}

.Layout_ar .outofStockMsg {
    left: auto;
    right: -5px;
}

.wishListContainer .outofStockMsg {
    top: auto;
    bottom: 0;
}

.languageSwitch {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

span.prod-img {
    min-height: 110px;
}

    span.prod-img img {
        margin: 0 auto;
    }

.smartCheckout span.prod-img img {
    margin: auto;
}

ul.productlist span.titlecolumn span.caption {
    padding: 0 0 4px !important;
    color: #333;
    font-weight: 700;
}

.list-container span.oldprice {
    padding: 0 !important;
    top: 5px;
}

span.oldprice {
    padding: 5px 0px 0;
}

.boxShadow {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 1%), 0 3px 1px -2px rgb(0 0 0 / 0%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.mainwrap.cart .cart-button {
    display: block;
    text-align: -webkit-left;
    width: 100%;
    left: 0px;
    top: 0px;
    position: relative;
}

.orderid {
    padding: 5px;
}

ul.shoppingcartlist li span.titlecolumn span.caption {
    padding: 0;
    padding-left: 0px !important;
    padding-right: 15px;
}

.quantityField button.qtyCntrl.reduceQty {
    padding: 0 0 8px;
    font-size: 26px;
    line-height: 25px;
}

.quantityField span.fieldQty input {
    position: relative;
    width: 58px;
    height: 30px;
    margin: 2px;
    vertical-align: unset;
    border: none;
    color: #333C48;
    text-align: center;
    overflow: hidden;
}

.quantityField button.qtyCntrl.increaseQty {
    background: #ffffff;
}

.quantityField button.qtyCntrl.increaseQty {
    padding: 0;
    font-size: 24px;
    line-height: 24px;
}

.quantityField {
    margin-top: 16px;
}

.add-cart-counter {
    padding: 0 0 16px !important;
}

body.active .overlay {
    display: block;
    background: rgb(0 0 0 / 50%);
}

.fieldWrap {
    display: inline-block;
    width: 100%;
    padding: 10px;
    position: relative;
    background: #fff;
}

    .fieldWrap label {
        display: block;
        width: 100%;
        padding: 0 0 5px;
        color: #9c9c9c;
    }

.Layout_ar .fieldWrap label {
    text-align: right;
}

.fieldWrap label span {
    font-size: 14px;
    padding: 2px 0 0;
    float: left;
    color: #333;
}

.fieldWrap label.mandateLabel > span:first-child {
    width: auto !important;
    float: left;
    color: #9c9c9c;
    padding: 0 !important;
}

.fieldWrap label.mandateLabel sup {
    padding: 0 2px;
    font-size: 14px;
    line-height: normal;
    position: relative;
    top: -2px;
}

.Layout_ar .fieldWrap label.mandateLabel > span {
    float: right;
}

.Layout_ar .fieldWrap label span {
    float: right;
}

.fieldWrap.setDefaultCheck label {
    overflow: hidden;
    width: inherit;
    display: unset;
}

.otpPanel .fieldWrap {
    background: transparent;
}

.register .otpPanel .fieldWrap {
    padding-top: 10px;
}

.boxShadow {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.fieldWrap input[type="text"], .fieldWrap select, .fieldWrap input[type="email"],
.fieldWrap input[type="password"], .fieldWrap input[type="number"], .fieldWrap textarea {
    border-radius: 2px;
    padding: 10px;
    margin: 0 0 5px;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    outline: none;
    width: 100%;
}

.fieldWrap textarea {
    resize: none;
}

input[disabled] {
    background: #d9d9d9 !important;
}

.fieldWrap input[type="text"]::placeholder {
    color: #cecece;
}

form textarea {
    height: 80px;
    resize: none;
    margin-bottom: 0 !important;
}

.fieldWrap input[type="password"] {
    font: small-caption;
    font-size: 16px;
    color: #666;
}

.fieldWrap select {
    padding: 9px 10px 8px;
    background: #fff;
}

.setBorder {
    border: 1px solid #d9d9d9;
}

.highLight {
    border: 0px solid #ffda95;
    background: #ffe9c0;
    border-radius: 5px;
    color: #000;
    /* padding: 0px !important; */
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    padding-top: 5px !important;
}

.headerTop.total-amount {
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    background: #ceedff;
    border: 1px solid #87c6ea;
    background: #ceedff;
    border: 1px solid #87c6ea;
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    /* box-shadow: inset 6px 6px 10px 0 rgb(0 0 0 / 20%), inset -6px -6px 10px 0 rgb(255 255 255 / 50%); */
    margin: 0 0 10px;
}

.headerTop1.total-amount1 {
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    background: #ceedff;
    border: 1px solid #87c6ea;
    background: #ceedff;
    border: 1px solid #87c6ea;
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    /* box-shadow: inset 6px 6px 10px 0 rgb(0 0 0 / 20%), inset -6px -6px 10px 0 rgb(255 255 255 / 50%); */
    margin: 0 0 10px;
}

.smartCheckout .deliverAddress li {
    padding: 22px 28px 20px 12px !important;
    width: 100% !important;
    border: none;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

ul.shoppingcartlist li span.prod-img {
    float: left;
    top: 0px;
    left: 0px;
    margin: 0px 0 0;
    max-width: 114px;
    min-height: 84px;
    max-height: 84px;
    background: #fff;
    border: 0px solid #d9d9d9;
    width: 30%;
    border-radius: 0;
}

ul.shoppingcartlist li span.titlecolumn {
    overflow: hidden;
    display: block;
    left: 47px;
    padding: 0px 0px 0 10px;
    font-size: 13px;
}

ul.shoppingcartlist li {
    border-radius: 4px;
    display: inline-block;
    width: 100%;
    border: 0px solid #d9d9d9;
    padding: 10px;
    margin: 0px 0px 10px;
    position: relative;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

.highLight {
    border: 1px solid #ffda95;
    background: #ffe9c0;
    color: #000;
    padding-top: 5px !important;
}

    .highLight textarea {
        border: 1px solid #ffda95;
    }

.Layout_ar .highLight > span {
    text-align: right;
}

.Layout_ar .searchwrap input[type="text"] {
    border-radius: 8px 8px 8px 8px;
}

.smartCheckout .selectRadioOption label {
    color: #fff;
    font-weight: bold;
    background: #97c149 !important;
}

.smartCheckout .selectRadioOption:first-child label {
    background: #3f51b5 !important
}

.myOrderPage .orderTabsContent.hasSort {
    top: 120px;
    overflow-y: auto;
}

.add-to-cart .buy-now {
    background: #de0627;
    color: #fff;
    outline: none;
    /* height: 40px; */
    text-align: center;
    /* width: 130px; */
    border-radius: 40px;
    /* background: #fff !important; */
    display: inline-block;
    /* font-size: 0.875em; */
    color: #777;
    background: #eee;
    padding: 0.5em 0.625em;
    margin-top: 0.875rem;
    margin-right: 0.625rem;
    cursor: pointer;
    border-radius: 4px;
    border: 2px solid #087f23;
    box-shadow: none;
    letter-spacing: 1px;
    text-shadow: 0;
    /* color: #087f23 !important; */
    /* background: #669015; */
    /* color: #fff; */
}

span.addtocart.outofstock a {
    padding: 8px 20px 8px 20px !important;
    ;
}

span.addtocart.outofstock a {
    padding: 6px !important;
    background: #f37021 !important;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    font-size: 0.875em;
    color: #777;
    background: #eee;
    width: 100%;
    padding: 0.5em 0.625em !important;
    cursor: pointer;
    border-radius: 4px;
    border: 2px solid #de5300;
    box-shadow: none;
    letter-spacing: 1px;
    text-shadow: 0;
    font-size: 14px;
}

.add-to-cart .add-cart {
    outline: none;
    text-align: center;
    display: inline-block;
    color: #777;
    background: #eee;
    float: right;
    padding: 0.5em 0.625em;
    margin-top: 0.875rem;
    margin-top: 0.875rem;
    margin-bottom: 0.625rem;
    cursor: pointer;
    border-radius: 4px;
    background: #087f23 !important;
    border: 2px solid #087f23;
    box-shadow: none;
    letter-spacing: 1px;
    text-shadow: 0;
    color: #ffffff !important;
}

.wishListContainer .addtocart {
    padding: 0;
}

.wishListContainer span.addtocart:not(.outofstock) a {
    width: auto;
}
    /* .wishListContainer span.addtocart:not(.outofstock) a label {
padding: 0;
} */
    .wishListContainer span.addtocart:not(.outofstock) a label {
        padding: 8px 17px 8px 40px;
        border-radius: 2px;
        left: auto;
    }

        .wishListContainer span.addtocart:not(.outofstock) a label::after {
            margin-left: 15px;
        }

.listview .discount {
    right: auto;
}

.productlisting .listview ul.productlist span.titlecolumn {
    padding: 10px 30px 0px 5px !important;
}

.listview .touch_cart_btn {
    top: -15px;
}

.categories.list-container {
    background-color: #ffffff;
}

.selectRadioOption {
    border: 0px solid #ccc;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

.productunit {
    color: white;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    background-color: #dd2326;
    font-size: 14px;
    padding: 8px 10px;
    font-weight: 500;
}

.tabData {
    width: 100%;
    position: relative;
    text-align: left;
    padding: 30px 15px 15px;
    margin: -45px 0 50px;
}

    .tabData:before, .otpPanel:before {
        content: "";
        position: absolute;
        right: 0;
        height: 100%;
        left: 0;
        top: 0;
        background: #fff;
        border: 0px solid #666;
        border-radius: 8px;
        box-shadow: 0 2px 15px 0 #636363;
    }


.tabMenu {
    display: flex;
    width: 100%;
    padding: 0;
    background: #fff;
    border-radius: 2px;
    margin: 0 0 25px;
    position: relative;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

    .tabMenu .tabItem {
        width: 100%;
        padding: 12px 10px;
        text-align: center;
        color: #6e6e6e;
        cursor: default;
        border-radius: 2px;
        font-size: 15px;
        transition: all 0.5s ease;
        position: relative;
    }

        .tabMenu .tabItem:after {
            content: "";
            height: 2px;
            bottom: 0;
            left: 0;
            width: 0;
            background: #ff9c31;
            transition: all 0.3s ease;
            position: absolute;
        }

        .tabMenu .tabItem:first-child:after {
            left: auto;
            right: 0;
        }

        .tabMenu .tabItem.active {
            color: #ff9c31;
        }

            .tabMenu .tabItem.active:after {
                width: 100%;
            }

.tabContent {
    display: block;
    width: 100%;
    height: 225px;
    padding: 5px;
    overflow: hidden;
    position: relative;
}

.tabContentList {
    width: 100%;
    padding: 0;
    display: inline-block;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    transform: translateY(100px);
}

    .tabContentList:first-child {
        transform: translateY(-200px);
    }

    .tabContentList.active:first-child {
        transform: translateY(0);
        opacity: 1;
    }

    .tabContentList .fieldWrap {
        padding: 0 0 30px;
        background: transparent;
        position: relative;
    }

    .tabContentList.active {
        transform: translateY(-158px);
        opacity: 1;
    }

    .tabContentList .fieldWrap .inputerror {
        margin-top: 0;
        position: absolute;
        bottom: 8px;
        left: 0;
        right: 0;
    }

.widget-qty {
    padding: 0 10px 0px;
}

ul.productlist .widget-qty {
    padding: 0;
}

.caption {
    font-weight: 700;
}

.leftmenupanelInner {
    float: right;
}

.Layout_ar .item-wrapper .amount {
    text-align: right;
}

.Layout_ar .addtocart-button .badgeStyle.small.unitCount {
    right: auto !important;
}

.Layout_ar span.caption {
    padding: 0px;
}

.Layout_ar ul.productlist li span.discount {
    left: 10px;
}

.Layout_ar span.addtocart:not(.outofstock) a label {
    padding: 9px 15px 9px 15px;
}

.Layout_en body.active .layoutWrapper {
    transition: margin-left .2s;
    margin-left: 0px;
}

.Layout_en body.active .leftmenupanel, .Layout_ar body.active .leftmenupanel {
    background: #f9f9f9;
    border-right: 1px solid #ccc;
    box-shadow: 0 1rem 5rem rgb(0 0 0 / 30%);
    z-index: 10000;
}

.welcome {
    background: #f9f9f9;
    font-weight: bold;
    padding: 7px;
}

.notifyIcon.hasNotification {
    animation: none
}
/* .count { color: #000;} */
.slider {
    border-radius: 0px;
    box-shadow: none;
}
/* footer css  starts*/
.fixed-bottom {
    border-radius: 0px;
    box-shadow: 10px -1px 10px rgb(0 0 0 / 8%);
}

.item-container {
    width: 50% !important;
    margin: 0;
    padding: 3px;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.border-top {
    /* box-shadow: none; */
    border-top: 1px solid #dee2e6 !important;
    /* box-shadow: 0px -2px 5px rgb(51 51 51 / 75%); */
    box-shadow: 10px -1px 10px rgb(0 0 0 / 8%);
    border-bottom: 1px solid #dee2e6 !important;
}

div {
    display: block;
}
/*.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}*/
.text-success {
    color: #087f23 !important;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #ffffff, 0 0 40px #ffffff, 0 0 50px #ffffff, 0 0 60px #ffffff, 0 0 70px #ffffff;
}

a.selected {
    color: #000 !important;
    background: #fff;
    padding: 5px 0px 12px 0px;
    border-top: 3px solid #4caf50;
}

.text-dark {
    color: #343a40 !important;
}

.font-weight-bold {
    font-weight: 600 !important;
}

.icofont-home:before {
    content: "\ef47";
}

.icofont-cart:before {
    content: "\eed1";
}

.icofont-bag:before {
    content: "\f007";
}

.icofont-user:before {
    content: "\ef4a";
}

.p-2 {
    padding: 8px 0px 12px 0px;
}
/*.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}*/
.img-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

ul.bc-links li {
    padding: 0 22px 0 0;
    margin: 0;
    position: relative;
    color: #27ae60;
}

.orderhistorylist table tbody tr td.arrow span:hover, .orderhistorylist table tbody tr td.arrow.down span {
    background: #ffffff;
    border: 0px solid #ffffff;
    box-shadow: 0 0px 0px #cacaca;
    color: var(--color-primary);
    text-shadow: 0 1px 1px #787878;
}

.orderhistorylist table tbody tr td.date span {
    background: var(--color-primary);
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: var(--color-primary);
    display: inline-block;
    padding: 2px 8px;
    padding-top: 2px;
    padding-right: 8px;
    padding-bottom: 2px;
    color: #ffffff !important;
    padding-left: 8px;
}

/*a {
    color: #ffffff !important;
}*/

a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

.m-0 {
    margin: 0 !important;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

[class*=" icofont-"], [class^=icofont-] {
    font-family: IcoFont !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

i {
    font-style: italic;
}

.h5, h5 {
    font-size: 1.25rem;
}

.small, small {
    font-size: 12px;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-muted {
    color: #363636 !important;
    background-color: #ffffff;
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}

div, a {
    outline: none !important;
    text-decoration: none !important;
}

a {
    color: #9E9E9E;
    text-decoration: none;
    background-color: transparent;
}

    a:-webkit-any-link {
        color: -webkit-link;
        cursor: pointer;
    }

.text-center {
    text-align: center !important;
}

*, ::after, ::before {
    box-sizing: border-box;
}
/* footer css  end*/

.baseClass .header {
    box-shadow: none;
    background-color: #ffa000;
}

.catMenuListInner {
    background: #fff;
}

    .catMenuListInner ul li > span.catListWrap {
        -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
        border: none;
    }

.fieldWrap.mobileNumber > div {
    width: 100%;
}

.fieldWrap label {
    padding: 15px 10px 20px;
}

.password_otp_Panel .fieldWrap label {
    padding: 0 0 5px;
}

.mainwrap .categories .contactus .queries div {
    padding: 0;
    margin: 0;
}

.mainwrap .categories .contactus .queries {
    padding: 20px;
}

.contact_btns div {
    padding: 5px;
    width: 100%;
    max-width: 180px;
}

.contact_btns a {
    width: 100%;
    font-size: 28px;
    padding: 5px;
}

.smartCheckout span.oldprice {
    width: auto;
    padding: 4px 5px 0 0;
}

.prod-detail .discount {
    line-height: normal;
    height: 44px;
    top: 0 !important;
}

.Layout_ar .prod-detail .discount span {
    float: none;
}

.nav-sidebar ul li span.searchIcon {
    outline: none !important;
    border: medium none;
    width: 25px;
    height: 25px;
    background: url("./img/searching.png") no-repeat center;
    background-size: 100%;
    padding: 0px;
    display: inline-block;
    position: relative;
    top: 2px;
    cursor: pointer;
}

.platform-ios .tabCredentials {
    padding-bottom: 20px;
}

.platform-ios .add-edit-save button, .platform-ios .add-edit-cancle button {
    padding-bottom: 30px;
}

.platform-ios .add-to-cart .buy-now, .platform-ios .add-to-cart .add-cart {
    padding-bottom: 8px;
}

.platform-ios .add-to-cart {
    padding-bottom: 25px;
}

.platform-ios .footerStickyControls {
    height: 65px;
    padding-bottom: 15px;
}

.platform-ios .mainwrap.addnewadd .add-edit-addr {
    position: absolute;
}

.platform-ios .searchcontainer {
    padding-top: 116px;
}

.platform-ios .field-container {
    top: 36px !important;
}



@media only screen and (min-width:560px) {
    .homepageBanner {
        background-size: 680px;
    }
}

@media only screen and (min-width:500px) {
    .imageColumn {
        width: 33%;
        padding: 5px;
        height: 21vw;
    }
}

@media only screen and (min-width:700px) {
    .imageColumn {
        width: 33%;
        padding: 2px;
        height: 20vw;
    }
}

@media only screen and (max-width:374px) {
    span.prod-img {
        min-height: 28vw;
    }

    .item-contentInner.noBottomCart, .list-container:not(.listview) div.item-contentInner.noBottomCart {
        height: 64vw;
    }

    .updateAmountField {
        flex-direction: row;
    }

        .updateAmountField label {
            width: auto;
            padding: 0 5px 0 0;
        }

    .badgeStyle.small.unitCount {
        position: relative;
    }
}

.btnorange.secondoary {
    background: #2453d4 !important;
    color: white !important;
}

.dateTimePicker .bootstrap-datetimepicker-widget table th {
    background: #2453d4 !important;
    color: white;
}

.categories > ul {
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 2000;
    background-color: #fff;
    width: 250px;
    box-shadow: 2px 2px 10px #888;
    -webkit-box-shadow: 2px 2px 10px #888;
    display: none;
}

.searchBar .searchQueryInput:focus {
    outline: none;
    border: none;
}


.searchBar .searchbutton:hover {
    background: #2453d4;
    background-position: 50% 100%;
}

.address-column {
    min-height: 280px;
}

.header__top i {
    transform: scale(1.0);
    transition: transform 0.2s;
}

    .header__top i:hover {
        transform: scale(1.3);
        color: #000000a1;
    }

.header__top__right ul li i {
    transform: scale(1);
}

.header__top__right ul li:hover i, .header__top__right ul li a {
    color: #000 !important;
}

.header__top__right ul li:hover i, .header__top__right ul li:hover a {
    color: #000 !important;
}

.top-link > a > i {
    color: #000;
    font-size: 2em;
}

.top-link > a:hover > i {
    color: #000;
}

.dsh-menu-cnt.categoryimg .dsh-menu-title h3 {
    font-size: 24px;
}

@media (min-width:992px) {
    .dsh-menu-cnt.categoryimg .row a.category-img-widget {
        width: 20% !important;
    }
}

.row a.category-img-widget div img.img-fluid {
    border-radius: 20px;
    transform: scale(0.8);
    transition: transform 0.5s;
}

.row a.category-img-widget:hover div img.img-fluid {
    transform: scale(0.9);
    box-shadow: 0px 15px 38px 2px rgb(11 28 42 / 15%);
}

.row a.category-img-widget div span {
    transform: scale(1.0);
    transition: transform 0.3s;
}

.row a.category-img-widget:hover div span {
    transform: scale(1.2);
}

.row a.category-img-widget div span::after {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: 10%;
    background: #1b5e20;
    height: 1px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.row a.category-img-widget:hover div span::after {
    right: 0;
}


.custom4 .owl-item.active img {
    transform: scale(0.9);
    transition: transform 0.3s;
}

.custom4 .owl-item.active:hover img {
    transform: scale(1.01);
}


.categories a:before {
    content: unset;
    position: unset;
    z-index: unset;
    left: unset;
    right: unset;
    bottom: unset;
    background: unset;
    height: unset;
    -webkit-transition-property: unset;
    transition-property: unset;
    -webkit-transition-duration: unset;
    transition-duration: unset;
    -webkit-transition-timing-function: unset;
    transition-timing-function: unset;
}

.categories a:hover {
    opacity: unset;
}

    .categories a:hover:before {
        right: unset;
    }

.categories a:before {
    bottom: unset;
}

.shopping-grid table tbody tr td:before {
    background: unset;
    bottom: 10px;
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

.selected-address {
    background: #2453d4;
}

.bluebg {
    background: #0a58ca !important;
}

.btngreens {
    background: #0a58ca !important;
    color: #fff;
    font-weight: 500;
    padding: 8px 10px;
    height: 35px;
    width: 12px;
    border: 0;
    border-radius: 50px;
    font-size: 13px;
    cursor: pointer;
    outline: none;
    letter-spacing: 1px;
    text-align: center;
    transition: all 0.25s ease;
    color: #fff !IMPORTANT;
    text-shadow: 0 1px 1px #787878;
    text-align: center;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
}
