﻿@font-face {
    font-family: "yekan";
    src: url("Yekan");
    src: url("../fonts/yekan/Yekan.eot") format("embedded-opentype"), url("../fonts/yekan/Yekan.woff") format("woff"), url("../fonts/yekan/Yekan.ttf") format("truetype"), url("../fonts/yekan/Yekan.svg") format("svg");
}

@font-face {
    font-family: "IRANSans-web";
    font-weight: bold;
    src: url("../fonts/IRANSans-Bold-web.eot?#iefix") format("eot"), url("../fonts/IRANSans-Bold-web.woff2") format("woff2"), url("../fonts/IRANSans-Bold-web.woff") format("woff"), url("../fonts/IRANSans-Bold-web.ttf") format("ttf");
}

@font-face {
    font-family: "IRANSans-web";
    font-weight: 500;
    src: url("../fonts/IRANSans-Medium-web.eot?#iefix") format("eot"), url("../fonts/IRANSans-Medium-web.woff2") format("woff2"), url("../fonts/IRANSans-Medium-web.woff") format("woff"), url("../fonts/IRANSans-Medium-web.ttf") format("ttf");
}

@font-face {
    font-family: "IRANSans-web";
    font-weight: 200;
    src: url("../fonts/IRANSans-UltraLight-web.eot?#iefix") format("eot"), url("../fonts/IRANSans-UltraLight-web.woff2") format("woff2"), url("../fonts/IRANSans-UltraLight-web.woff") format("woff"), url("../fonts/IRANSans-UltraLight-web.ttf") format("ttf");
}

@font-face {
    font-family: "IRANSans-web";
    font-weight: 300;
    src: url("../fonts/IRANSans-Light-web.eot?#iefix") format("eot"), url("../fonts/IRANSans-Light-web.woff2") format("woff2"), url("../fonts/IRANSans-Light-web.woff") format("woff"), url("../fonts/IRANSans-Light-web.ttf") format("ttf");
}

@font-face {
    font-family: "IRANSans-web";
    font-weight: normal;
    src: url("../fonts/IRANSans-web.eot?#iefix") format("eot"), url("../fonts/IRANSans-web.woff2") format("woff2"), url("../fonts/IRANSans-web.woff") format("woff"), url("../fonts/IRANSans-web.ttf") format("ttf");
}

@font-face {
    font-family: "woodmart-font";
    src: url("../fonts/woodmart/f890eea2e91e1270ce7109e36a42260a.eot");
    src: url("../fonts/woodmart/f890eea2e91e1270ce7109e36a42260a.eot?#iefix")format("embedded-opentype"), url("../fonts/woodmart/woodmart-font-1-300.woff2")format("woff2"), url("../fonts/woodmart/f890eea2e91e1270ce7109e36a42260a.woff")format("woff"), url("../fonts/woodmart/f890eea2e91e1270ce7109e36a42260a.ttf")format("truetype"), url("../fonts/woodmart/f890eea2e91e1270ce7109e36a42260a.svg#woodmart-font")format("svg");
}

@keyframes discountShake {
    0% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(0deg);
    }

    85% {
        transform: rotate(8deg);
    }

    95% {
        transform: rotate(-8deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
.text-caption {
    display: none;
}
.modal-body {
    overflow: hidden;
}

.shake {
    display: inline-block;
    animation: discountShake 1.5s infinite;
}

.tr {
    text-align: left !important;
    direction: ltr;
}

.ltr {
    direction: ltr !important;
    text-align: left !important;
}

.modal-content {
    border: 0.3rem solid #fff;
    border-radius: 0;
}
/*.select2 .selection {
    display: none;
}*/

.modal-selectbranch {
    border-radius: 0;
    background-color: rgba(0,0,0,.6) !important;
    font-size: 1.5rem;
    color: white;
    border: none !important;
}

.modal-btn-selectbranch {
    color: #fff;
    /* background-color: #2bbbad !important; */
    padding: 1rem 2.4rem;
    font-size: 1.2rem;
    cursor: pointer;
    border: 1px solid;
    border-radius: .125rem;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.select2-hidden-accessible {
    padding-top: 0;
}

body.rtl {
    font-family: yekan;
    margin: 0;
    padding: 0;
}

body.ltr {
    font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
}

.page-background {
    /*    background: url(/images/pages/bg.png) repeat center center !important;
*/ /*margin-top: 70px;*/
    padding-top: 40px;
    padding-bottom: 40px;
}

.spacer {
    margin: 0;
    margin-right: 0px;
    margin-left: 0px;
    padding: 17px 0;
    padding-right: 0px;
    padding-left: 0px;
    height: 50px;
}

.col-centered {
    float: none !important;
    margin: 0 auto;
}

.boxShadow {
    box-shadow: -1px 3px 5px 2px #cac9c9;
}

.grayColor {
    color: #ECECED;
}

.goldBG {
    background-color: #D2AE46;
}

.goldColor {
    color: #C2A12D;
}

.back-btn {
    border: 1px solid #d2ad4f;
    border-radius: 0;
    color: #6c757d;
}

    .back-btn:hover {
        background-color: #7c662e;
        color: #fff;
    }

.goldColor-btn {
    color: #C2A12D;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #C2A12D;
    padding: 2px 8px;
}

    .goldColor-btn:hover {
        color: #C2A12D !important;
    }

.goldColor-btn-disabled {
    color: #e0cc84 !important;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #e0cc84 !important;
    padding: 2px 8px;
}

.btn-reOrder {
    border: 3px #bfe6ec solid;
    color: #fff;
    transform-origin: left bottom;
    border-image-slice: 1 1 0 0;
    background: linear-gradient(45deg, #bfcacc 0%, #400f0f 0%, #000000 100%);
}

.span-gold {
    text-align: center;
    color: #fff;
    border: 1px solid #d2ad4f;
    background-color: #d2ad4f;
    border-radius: 5px;
    padding: 10px 10px;
    font-size: 1.3em;
    margin: 30px 0;
    display: inline-block;
}

.btn-branch {
    color: #fff;
    background-color: #2bbbad !important;
    padding: 1rem 2.4rem;
    font-size: .94rem;
    cursor: pointer;
    border: 0;
    border-radius: .125rem;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.span-gold:hover {
    color: #fff;
    border: 1px solid #7c662e;
    background-color: #7c662e;
}

.submitCancel {
    display: block;
    text-align: center;
    color: #fff;
    border: 1px solid #bb6565;
    background-color: #b11f1f;
    border-radius: 3px;
    padding: 10px 10px;
    font-size: 1.3em;
    transition: all ease 0.3s;
}

.submitGold {
    display: block;
    text-align: center;
    color: #fff;
    border: 1px solid #d2ad4f;
    background-color: #d2ad4f;
    border-radius: 3px;
    padding: 10px 10px;
    font-size: 1.3em;
    transition: all ease 0.3s;
}

    .submitGold:hover {
        color: #fff;
        border: 1px solid #7c662e;
        background-color: #7c662e;
    }

    .submitGold.active {
        color: #fff !important;
        border: 1px solid #7c662e !important;
        background-color: #7c662e !important;
    }

    .submitGold:focus {
        color: #fff !important;
        border: 1px solid #7c662e !important;
        background-color: #7c662e !important;
        box-shadow: none;
    }


.mobileHeader {
    background: #fff;
    display: flex;
    height: 70px;
    justify-content: space-around;
    width: 100%;
    align-items: center;
    position: fixed;
    top: 0;
    border-bottom: 1px solid #d4caca;
    z-index: 1020;
}

.mobileFooter {
    position: fixed;
    bottom: -1px;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #d4caca;
    width: 100%;
    height: 61px;
    background: #D2AE46;
    z-index: 1030;
}

    .mobileFooter .mobileButton {
        width: 100%;
        height: 40px;
        z-index: 100000;
        background: #D2AE46;
        display: flex;
        justify-content: space-between;
        padding: 7px 10px 7px 10px;
        color: #fff;
        text-align: center;
        text-decoration: none;
        /* border: 1px solid #E5CF92; */
        text-align: center;
        text-decoration: none;
        outline: 0;
    }

    .mobileFooter .mobileButtonConfirm {
        width: 100%;
        height: 40px;
        z-index: 100000;
        background: #D2AE46;
        color: #fff;
        text-align: center;
        text-decoration: none;
        text-align: center;
        text-decoration: none;
        outline: 0;
    }

    .mobileFooter .mobileMode-wrpPrice {
        background: #BF9016;
        padding: 3px 9px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        border-radius: 20px;
        width: 126px;
    }

        .mobileFooter .mobileMode-wrpPrice .mtop {
            margin-top: -3px;
        }

    .mobileFooter .orderCount {
        font-size: 1.1em;
    }

    .mobileFooter .btn-outline-secondary {
        border-color: none !important;
    }

.goldButton {
    background: #fff;
    color: #C2A12D;
    cursor: pointer;
    padding: 3px 15px;
    outline: none;
    outline-width: 0;
    text-align: center;
    text-decoration: none;
    border: 1px solid #E5CF92;
    border-radius: 15px;
}

.cancelButton {
    background: #bb1a1a;
    color: #fff;
    cursor: pointer;
    padding: 10px 36px;
    outline: none;
    outline-width: 0;
    text-align: center;
    text-decoration: none;
    border: 1px solid #E5CF92;
    border-radius: 15px;
}



.blackButton {
    background: #000;
    color: #fff;
    cursor: pointer;
    padding: 8px 15px;
    outline: none;
    outline-width: 0;
    text-align: center;
    text-decoration: none;
    border-image: linear-gradient(to top, #442F17 0%, #9E8047 100%);
    border-image-slice: 1;
    border-right: 3px solid transparent;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid transparent;
}

.paddingButton {
    padding: 7px 13px;
    border-radius: 8px
}

.customBlack {
    padding: 5px 32px 10px 32px;
    font-size: 23px;
    margin: 27px auto 0 auto;
    display: block;
    width: 150px;
}

.disabledDiv {
    pointer-events: none;
    opacity: 0.4;
}
/*swiper*/
.swiper-container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    background: #fff;
    padding: 1em 2em;
}

.swiper-slide {
    user-select: none;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    border-radius: 18px;
    display: -webkit-box;
    padding: 6px 10px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide-active {
    background: #525050;
    color: #fff;
}

.swiper-container-free-mode > .swiper-wrapper {
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.2em !important;
    font-weight: bold !important;
}

.swiper-container-rtl .swiper-button-next, .swiper-button-next {
    left: 0px !important;
    align-items: center;
    height: 100%;
    background: #fff;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-prev {
    right: 0px !important;
    height: 100%;
    background: #fff;
    align-items: center;
}

/*end swiper*/

.carousel {
    height: 500px;
}

    .carousel .carousel-item {
        height: 400px;
    }

.carousel-item .imgSlider {
    width: 60%;
    z-index: 1000;
    margin: 168px 0 0px 0px;
    height: 415px;
    float: right;
}

.carousel-item .content {
    float: right;
    width: 40%;
    padding-top: 261px;
    height: 308px;
    color: #fff;
}

    .carousel-item .content .title1 {
        padding-bottom: 21px;
        font-size: 26px;
        width: 90%;
        text-align: center;
        border-bottom: 2px solid #A88E5D;
    }

    .carousel-item .content .title2 {
        font-size: 14px;
        font-weight: normal;
        text-align: center;
        margin-top: 8px;
    }

.carousel-item img {
    max-width: 90%;
    display: block;
    margin: 0 auto;
}

.custome-indicators.list-inline {
    height: 60px;
    position: relative;
    display: flex;
    margin: 15px auto;
    justify-content: center;
    padding-left: 0;
    list-style: none;
}

.custome-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    width: 60px;
    height: 60px;
    margin-right: 3px;
    margin-left: 3px;
    cursor: pointer;
}

    .custome-indicators li a {
        display: flex;
        width: 60px;
        height: 60px;
    }

.custome-indicators .list-inline-item.active {
    border-right: 2px solid #cebfbf;
    border-left: 2px solid #cebfbf;
}

.layoutMenu {
    width: 80%;
    margin: 0 auto;
}

ul.menuDrop {
    position: relative;
    height: 42px;
    padding: 0;
    text-align: center;
}

    ul.menuDrop > li {
        display: inline-block;
        list-style-type: none;
        position: relative;
        padding: 0 10px;
        text-align: center;
        height: 27px;
    }

        ul.menuDrop > li:hover {
            border-bottom: 2px solid #d2ae46;
        }

        ul.menuDrop > li > a {
            color: #000;
            font-size: 13pt;
            font-weight: 500;
        }



.menuDrop #dropdown-products {
    display: none;
    position: absolute;
    top: 28px;
    right: 0;
    background: #fbfbfb;
    width: 175px;
    height: 235px;
    padding: 5px 20px;
    box-shadow: 0px 1px 16px 5px #eee;
    z-index: 100;
    overflow: auto;
    border-radius: 25px;
}

.menuDrop #menu-products:hover #dropdown-products {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    align-content: flex-start;
}

    .menuDrop #menu-products:hover #dropdown-products a {
        color: #7c7979;
    }

.menuDrop .menu-cat {
    width: 200px;
}

.menuDrop .menu-cat {
    padding: 2px 0 6px 0;
    text-align: right;
}

}

.menuDrop .menu-cat a:hover {
    color: #e5b220 !important;
}

#mainMenu {
    padding: 8px 0;
    border-image: linear-gradient(to right, #100F0E 0%,#78522A 12%, #DBCD77 50%, #84562A 88%, #100F0E 100%);
    border-image-slice: 1;
    border-bottom: 3px solid transparent;
    display: flex;
    justify-content: center;
    color: white;
    position:relative;
}

    #mainMenu > div {
        width: 97%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #mainMenu .wrplogin .goldButton {
        border-radius: 8px;
        color: #fff;
        padding: 2px 13px;
        background: #D2AE46;
        width:100px;
    }

    #mainMenu .companyLanguages {
        border-radius: 4px;
        text-shadow: 0 1px 0 rgba(146, 141, 141, 0.4);
        background: rgba(241, 241, 241, 0.9);
    }

        #mainMenu .companyLanguages option {
            background: rgba(25, 24, 24, 0.9);
            border-radius: 4px;
            color: #fff;
            border: none;
        }

    #mainMenu #right-of-menu {
        display: flex;
        align-items: center;
    }

    #mainMenu .profileLink {
        display: inline-block;
        margin: 0 0.5em;
    }

        #mainMenu .profileLink img {
            width: 30px;
            height: 30px;
        }

    #mainMenu .telNO {
        font-weight: bold;
        font-size: 1.5em;
        color: #fff;
    }

body.ltr #mainMenu .telNO {
    width: 247px;
    font-size: 23pt;
}

#mainMenu #header-logo {
    display: inline-block;
}

#mainMenu .header-sideLogo {
    margin-top: 3px;
}

#mainMenu .fa-search {
    color: #fff;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    cursor: pointer;
}

#mainMenu #navbar {
    justify-content: flex-end;
}

#mainMenu .leftMenu {
    width: 85px;
    height: 32px;
}

    #mainMenu .leftMenu .loginLink {
        display: flex;
        text-decoration: none;
        color: #A4A4A4;
        padding-bottom: 2px;
        margin-left: 32px;
    }

    #mainMenu .leftMenu .farsi {
        color: #fff;
        margin-left: 4px;
        cursor: pointer;
        font-weight: bold;
    }

    #mainMenu .leftMenu .spliter {
        color: #CA9331;
        margin-left: 3px;
        font-weight: bold;
    }

    #mainMenu .leftMenu .english {
        color: #CA9331;
        font-weight: bold;
        cursor: pointer;
    }

.navbar .btnMenu {
    z-index: 50;
}

.navbar .iconMenu {
    background: url(/Images/Icons/19.png) no-repeat;
    width: 48px;
    height: 32px;
}

.navbar .chakavLogo {
    background: url(Images/Icons/logo.png) no-repeat;
    width: 80px;
    height: 66px;
    display: block;
}

.navbar .wrapperLogin {
    width: 50%;
    margin-right: 16px;
}

.navbar .onOrder {
    color: #ECECED;
    width: 137px;
    margin-right: 35px;
    display: flex;
}

.navbar .profileLink {
    margin-left: 1px;
    right: -34px;
    position: absolute;
}

.navbar .profileLinkEN {
    margin-left: 1px;
    left: -34px;
    position: absolute;
    top: -3px;
}

.navbar .onOrder .phoneIcon {
    background: url(/images/icons/18.png) no-repeat;
    width: 41px;
    height: 37px;
    display: inline-block;
}

.blackMenu {
    background: #000 !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.appPage main {
    background-color: #d8d8d8;
    border-radius: 1em;
    color: white;
}

.appPage .span-white {
    text-align: center;
    color: #0c0c0c;
    background-color: #efefef;
    border-radius: 5px;
    padding: 10px 20px;
    width: 135px;
    height: 40px;
    font-size: 1.1em;
    display: inline-block;
}

.appPage header {
    margin-bottom: 3.5em;
}

    .appPage header h2 {
        font-size: 1.5em;
    }

    .appPage header p {
        font-size: 1em;
    }

.appPage main #mobile-picture img {
    width: 100%;
    margin-top: -3em;
    box-shadow: 0 0 15px black;
    max-height: 480px;
}

.appPage main #app-links {
    padding: 3em 2em;
}

    .appPage main #app-links h3 {
        margin-bottom: 0.3em;
    }

.appPage main .row {
    margin-bottom: 1.2em;
}

.appPage main .phone-type {
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.appPage main #app-links .links a {
    margin-bottom: 0.2em;
}

.appPage main #app-links .links img {
    margin: 3px;
}

.appPage .header-text {
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
}

.page-headerMargin {
    margin-top: 70px;
}

.darkviolet .homePage {
    overflow: hidden;
}

.homePage .wrapperProductSearch {
    padding: 0.5em;
}

.homePage .productSearch {
    position: relative;
}

    .homePage .productSearch img {
        position: absolute;
        left: 26px;
        top: 12px;
        display: none;
    }

    .homePage .productSearch input {
        border: 1px solid #d8d8d8;
        outline: none;
        border-radius: 20px;
        padding: 4px 9px;
        width: 100%;
        height: 2.8em;
    }

    .homePage .productSearch span {
        left: 1px;
        top: 3px;
        font-size: 2.4em;
        color: #afacac;
        padding: 5px;
        position: absolute;
    }

.homePage .goToTop {
    display: none;
    position: fixed;
    bottom: 50px;
    left: 30px;
    cursor: pointer;
    border-radius: 1000px;
    width: 60px;
    height: 60px;
    background: url(/images/icons/up-arrow.png) no-repeat center center;
    background-color: #ebcc7d;
    z-index: 10000;
}

@keyframes movingTopToBottom {
    0% {
        top: -122px;
    }

    100% {
        top: 0px;
    }
}

.installAppMSG {
    height: 80px;
    overflow: hidden;
    position: fixed;
    background: #ab8888;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    justify-content: center;
    font-size: 1.5em;
    width: 100%;
    top: 0;
    color: #eee;
    padding-top: 20px;
    display: inline-flex;
    z-index: 1004;
    animation: movingTopToBottom 2s linear;
}

    .installAppMSG span {
        left: 8px;
        top: 17px;
        font-size: 2.4em;
        padding: 5px;
        position: absolute;
        cursor: pointer;
    }

    .installAppMSG a {
        position: relative;
        display: inline-block;
        padding: 8px 10px 0px 10px;
        color: #eee;
    }

@keyframes movingBottomToTopForBonus {
    0% {
        bottom: -205px;
    }

    100% {
        bottom: 0px;
    }
}

@keyframes movingTopToBottomForBonus {
    0% {
        bottom: 0px;
    }

    100% {
        bottom: -205px;
    }
}

.bonusCodeCheckModalDown {
    height: 205px;
    overflow: hidden;
    position: fixed;
    background: #fff;
    font-size: 1.2em;
    width: 100%;
    bottom: -165px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #000;
    border-top: 1px solid #03A9F4;
    padding-bottom: 20px;
    z-index: 10001;
    animation: movingTopToBottomForBonus 1s linear;
}

.bonusCodeCheckModal {
    height: 205px;
    overflow: hidden;
    position: fixed;
    background: #fff;
    font-size: 1.2em;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
    bottom: 0;
    color: #000;
    border-top: 1px solid #03A9F4;
    padding-bottom: 20px;
    z-index: 10001;
    animation: movingBottomToTopForBonus 1s linear;
}

    .bonusCodeCheckModal input, .bonusCodeCheckModalDown input {
        width: 100%;
        padding: 0.375rem 0.75rem;
        font-size: 1.2rem;
        border-bottom: 1px solid #8d7b7b;
        line-height: 1.5;
        border-left: none;
        border-top: none;
        border-right: none;
        padding-right: 0;
        margin-bottom: 14px;
        color: #495057;
        background-color: #fff;
    }

    .bonusCodeCheckModal label, .bonusCodeCheckModalDown label {
        padding-right: 0;
        font-size: 1.2em;
    }

    .bonusCodeCheckModal #bonusError, .bonusCodeCheckModalDown #bonusError {
        color: #b7252e;
        margin-bottom: 17px;
        font-size: 0.9em;
        height: 13px;
    }

    .bonusCodeCheckModal span, .bonusCodeCheckModalDown span {
        font-size: 2.4em;
        padding: 5px 5px 5px 0;
        cursor: pointer;
    }

.myModal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: block;
    z-index: 1031;
    background: rgb(49,49,49,70%);
    overflow: hidden;
    outline: 0;
}

.sh-part1 {
    height: 150px;
    width: 100%;
    text-align: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
}

    .sh-part1 .descBranch {
        margin-bottom: 20px;
        font-weight: bold;
        color: #9c3131;
        max-width: 250px;
    }

    .sh-part1 .descBranch {
        margin-bottom: 20px;
        font-weight: bold;
        height: 35px;
        font-size: 12pt;
        color: #fff;
        /*background: linear-gradient(to bottom, rgb(236 185 185) 0%,rgb(255 14 14) 25%,rgb(185 218 68) 50%,rgba(242,38,42,1) 75%,rgba(130,100,70,1) 100%);*/
        background: #ed5c5c;
        background-size: 100% 400%;
        background-position: 0 0;
        background-repeat: repeat;
        -webkit-animation: animateGradient 5s ease 1;
        -moz-animation: animateGradient 5s ease 1;
        animation: animateGradient 5s ease 1;
        -webkit-animation-delay: 2s;
        -moz-animation-delay: 2s;
        animation-delay: 2s;
    }


@-webkit-keyframes animateGradient {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 0 100%;
    }

    100% {
        background-position: 0 0;
    }
}

@-moz-keyframes animateGradient {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 0 100%;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes animateGradient {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 0 100%;
    }

    100% {
        background-position: 0 0;
    }
}

.sh-part1 .grayLogo {
    margin-top: 70px;
}

.sh-part1 .wrapper-Circles {
    justify-content: space-around;
    height: 141px;
    position: absolute;
    bottom: -93px;
}

    .sh-part1 .wrapper-Circles .promotion {
        background: url(/images/icons//promotion.png) no-repeat center;
        background-size: cover;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0px;
        z-index: 100;
        left: 2px;
    }

.sh-part1 .circle {
    background: url(/images/pages/homePattern.png) repeat;
    width: 137px;
    height: 137px;
    display: flex;
    position: relative;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    align-items: center;
    font-size: 22px;
}

    .sh-part1 .circle .inner {
        height: 118px;
        width: 118px;
        align-items: center;
        z-index: 50;
        display: flex;
        justify-content: center;
    }

    .sh-part1 .circle .innerbranchName {
        line-height: 1.8rem;
    }

.sh-part1 .inner:hover, .sh-part1 .selectedBranch {
    background: #fff;
    color: #C81918;
    border: 1px solid #CBB789;
    cursor: pointer;
}

.sh-part1 .off {
    width: 64px;
    top: -27px;
    height: 61px;
    background: url(/images/pages/off.png) no-repeat;
    position: absolute;
    z-index: 100;
}

.sh-part1 #ddlBranches {
    margin-top: 0px;
    margin-bottom: 20px;
    width: 191px;
    max-width: 250px;
    height: 3em;
}

.sh-part2 {
    /*    background: url(/images/pages/homePattern.png) repeat;
*/ min-height: 600px;
    padding-top: 1em;
}

    .sh-part2 .selectAddress {
        background: #fff;
        border-radius: 5px;
        padding: 20px 0;
    }

        .sh-part2 .selectAddress .addressList {
            height: 44px !important;
        }

        .sh-part2 .selectAddress .custom-label {
            padding-right: 0;
            width: 200px;
            display: flex;
        }

        .sh-part2 .selectAddress h4 {
            font-size: 16px;
            margin-bottom: 4px;
        }

        .sh-part2 .selectAddress label {
            font-size: 1.1em;
            padding: 5px 20px;
        }

        .sh-part2 .selectAddress input {
            margin: 0;
            font-size: 1.2em;
            border-radius: 5px !important;
            padding: 6px 10px !important;
            height: auto;
        }

        .sh-part2 .selectAddress .span-gold {
            margin: 5px 0;
            cursor: pointer;
        }

    .sh-part2 .alertWrapper {
        padding-top: 26px;
        min-height: 90px;
        text-align: center;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

        .sh-part2 .alertWrapper .exclamation {
            color: #fff;
            font-size: 40px;
            padding-top: 24px;
        }

        .sh-part2 .alertWrapper .fa-window-close {
            font-size: 19px;
            top: -25px;
            right: 0;
            cursor: pointer;
            position: absolute;
            color: #000;
        }

    .sh-part2 .alertText {
        background: #fff;
        min-height: 90px;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        padding-bottom: 13px;
    }

        .sh-part2 .alertText .redText {
            color: #E2242D;
            display: block;
            font-size: 16px;
            font-weight: bold;
            margin-top: 20px;
        }

        .sh-part2 .alertText .contentText {
            font-size: 15px;
            margin-top: 4px;
            font-weight: bold;
        }

        .sh-part2 .alertText .link {
            color: #138074;
            text-decoration: none;
        }

    .sh-part2 .branchName {
        font-size: 18px;
        font-weight: bold;
        margin-top: 30px;
    }

    .sh-part2 .branchParts {
        position: inherit;
    }

    .sh-part2 .alertBox {
        margin: 10px auto;
    }

    .sh-part2 .categories {
        display: flex;
        border-bottom: 1px solid #A4A3A1;
        overflow: hidden;
        position: sticky;
        top: 0;
        z-index: 999;
        width: 100%;
        min-height: 48px;
    }

#categories.follow {
    background-color: white;
}

.sh-part2 .categories .catItem {
    display: inline-block;
    padding: 0 0 9px 0px;
    margin-left: 9px;
    cursor: pointer;
    color: #6E6D6E;
    white-space: nowrap;
    font-size: 1rem;
}

    .sh-part2 .categories .catItem:hover, .sh-part2 .categories .selectedCategories {
        color: #D7B65D;
        border-bottom: 2px solid #D2AE46;
    }

.sh-part2 .categories .catItemMobile {
    font-size: 12pt;
}

.categoryMobileSticky {
    position: fixed;
    top: 50px;
    background: url(/images/pages/homePattern.png) repeat;
    max-width: 100%;
    margin: 0 auto;
    z-index: 1000;
    left: 0;
    right: 0;
}

    .categoryMobileSticky .homeMenuSlider {
        padding-right: 4px;
        padding-left: 4px;
    }

    .categoryMobileSticky .slick-prev:before {
        left: 15px;
        position: absolute;
        top: 0;
    }

    .categoryMobileSticky .slick-next:before {
        left: -20px;
        position: absolute;
        top: 0;
    }

    .categoryMobileSticky .slick-next {
        left: 9px !important;
    }

    .categoryMobileSticky .slick-prev {
        right: 11px !important
    }

.sh-part2 .products {
    /*  padding: 20px 0px;
        display: flex;
        overflow: hidden;*/
}

.sh-part2 .productContainer {
    min-height: 700px;
    overflow: hidden;
}

.productContainer .searchNotResult {
    font-size: 1.2em;
    background-color: #9a8362;
    color: #fff;
    border-radius: 15px;
    margin: 0 auto;
    max-width: 250px;
    padding: 5px 0;
    margin-top: 18px;
}

.sh-part2 .products .wrapperImage a {
    display: flex;
    /*width: 100%;
            text-align: center;
            height: 185px;
            overflow: hidden;*/
}

.sh-part2 .products .wrp-title-price {
    display: flex;
    justify-content: space-between;
    padding: 0 4px;
    margin-bottom: 6px;
}

    .sh-part2 .products .wrp-title-price .title {
        font-size: 14px;
        font-weight: bold;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        height: 25px;
    }

.sh-part2 .products .wrpPriceDiscount {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 7px;
    min-height: 45px;
}

    .sh-part2 .products .wrpPriceDiscount .price {
        font-weight: bold;
        font-size: 1.5em;
    }

    .sh-part2 .products .wrpPriceDiscount .priceDiscount {
        /*font-weight: bold;
                font-size: 1.5em;
                color: #e83f52;*/
    }

    .sh-part2 .products .wrpPriceDiscount .unitP {
        font-size: 0.8em !important;
        font-weight: normal !important;
        display: inline-block;
        margin-right: 4px;
    }

.sh-part2 .products .description {
    /* overflow: hidden;
            color: #9A9A9A;
            height: 62px;
            margin-bottom: 7px;
            overflow-y: auto;*/
}

.sh-part2 .products .productItem {
    overflow: hidden;
}

.sh-part2 .products .wrapperImage .pImage, .sh-part2 .products .wrapperImage .shopImage {
    cursor: pointer;
}

.sh-part2 .products .productItem .justPadding {
    width: 98%;
    background: #FFF;
    margin: 0 auto;
    padding: 8px 10px;
    height: 370px;
}

.sh-part2 .products .productItem .hasRunOut {
    background: url(/images/icons/HasRunOut.png) no-repeat center;
}

.sh-part2 .products .productItem .hasDiscount {
    background: url(/images/icons/discount.png) no-repeat center;
}

.sh-part2 .products .productItem .hasRunOut, .sh-part2 .products .productItem .hasDiscount {
    height: 64px;
    background-size: cover;
    width: 64px;
    text-align: center;
    z-index: 100;
    position: absolute;
    left: 0px;
    transform: rotate(-41deg);
    top: 1px;
}

#foodExtraModal .modal-body {
    max-height: 350px;
    overflow-y: auto;
}

#foodExtraModal .foodExtra .pName {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}

#foodExtraModal .foodExtra .gName {
    font-size: 14px;
    margin: 9px 0;
    text-align: center;
    padding-bottom: 5px;
    font-weight: bold;
    border-bottom: 1px solid #f5e9c5;
}

    #foodExtraModal .foodExtra .gName span {
        font-size: 13px;
        color: #505050;
        font-weight: normal;
    }

#foodExtraModal .foodExtra .foodExtraRow {
    padding: 0 5px;
}

    #foodExtraModal .foodExtra .foodExtraRow input[type=radio], #foodExtraModal .foodExtra .foodExtraRow input[type=checkbox] {
        margin-left: 5px;
    }

    #foodExtraModal .foodExtra .foodExtraRow input[type=text] {
        margin: 0px 7px;
        width: 38px;
    }

#foodExtraModal .foodExtra .extDescJS {
    min-width: 100px;
}

#foodExtraModal .foodExtra .extPrice {
    min-width: 64px;
    justify-content: flex-end;
}

#foodExtraModal .foodExtra .foodExtraRow * {
    display: flex;
}

#foodExtraModal .countSelected {
    width: 61px;
    margin: 0px 10px 0 10px;
    padding-top: 6px;
}
/***********mobileIncreseDecrease**********/
.sh-part2 .mobileIncreseDecrease {
    margin: 4px auto 4px auto;
    justify-content: center;
    display: flex;
    padding-bottom: 7px;
    height: 55px;
}

    .sh-part2 .mobileIncreseDecrease .count {
        width: 25px;
        margin: 0px 5px 0 5px;
        height: 28px;
        padding: 0;
        font-size: 1.3em;
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .sh-part2 .mobileIncreseDecrease .increase {
        border: 1px solid #D4AF49;
        border-radius: 1000px;
        width: 27px;
        height: 26px;
        background: #D4AF49;
        justify-content: center;
        cursor: pointer;
        color: #fff;
        font-size: 28px;
        padding-bottom: 2px;
        align-items: center;
        display: flex;
        overflow: hidden;
    }

    .sh-part2 .mobileIncreseDecrease .decrease {
        border: 1px solid #AFAFAF;
        border-radius: 1000px;
        width: 27px;
        height: 26px;
        justify-content: center;
        cursor: pointer;
        color: #AFAFAF;
        font-size: 28px;
        align-items: center;
        display: flex;
        padding-bottom: 2px;
        overflow: hidden;
    }
/**************End mobileIncreseDecrease************/

#foodExtraModal .increaseMain {
    width: 180px;
    margin: 34px auto 4px auto;
    justify-content: center;
    display: flex;
}

    #foodExtraModal .increaseMain .count {
        width: 41px;
        margin: 2px 5px 0 5px;
        height: 28px;
        padding: 0;
        font-size: 1em;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    #foodExtraModal .countSelected .increase, #foodExtraModal .increaseMain .increase {
        border: 1px solid #D4AF49;
        border-radius: 1000px;
        width: 20px;
        height: 20px;
        justify-content: center;
        cursor: pointer;
        color: #D4AF49;
        font-size: 28px;
        padding-bottom: 2px;
        align-items: center;
        display: flex;
        overflow: hidden;
    }

#foodExtraModal .countSelected .count {
    display: block;
    width: 20px;
    text-align: center;
}

#foodExtraModal .countSelected .decrease, #foodExtraModal .increaseMain .decrease {
    border: 1px solid #AFAFAF;
    border-radius: 1000px;
    width: 20px;
    height: 20px;
    justify-content: center;
    cursor: pointer;
    color: #AFAFAF;
    font-size: 28px;
    align-items: center;
    display: flex;
    padding-bottom: 2px;
    overflow: hidden;
}

#foodExtraModal .increaseMain .increase, #foodExtraModal .increaseMain .decrease {
    width: 50px;
    height: 25px;
}

.sh-part2 .productRow {
    margin-bottom: 10px;
}

/*#containerBody .productRow div:nth-child(1) .productItem {
    margin-right: 0;
    float: right;
    display: block;
}

#containerBody .productRow div:nth-child(2) .productItem {
    margin: 0 auto;
}

#containerBody .productRow div:nth-child(3) .productItem {
    float: left;
    display: block;
}*/
body.rtl .sh-part2 .btnAddToBasket {
    /*margin: 0 auto;
    height: 40px;
    width: 197px;*/
}

body.ltr .sh-part2 .btnAddToBasket {
    /*margin: 0 auto;
    height: 40px;
    width: 212px;*/
}

.forceHidden {
    max-height: 0 !important;
    overflow: hidden;
    width: 0 !important;
}

.hideNImp {
    display: none !important;
}

.sh-part2 .basketSticky {
    position: sticky;
    top: 0 !important;
    align-self: flex-start;
    transition: top 0.5s ease-in-out 0s;
}

#basketItemList {
    max-height: 214px;
    overflow: auto;
}

    #basketItemList::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

        #basketItemList::-webkit-scrollbar-track:hover {
            background-color: rgba(209, 209, 209, 0.788);
        }


    #basketItemList::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: #F5F5F5;
    }

    #basketItemList::-webkit-scrollbar-thumb {
        background-color: rgba(0,0,0,0.2);
    }

        #basketItemList::-webkit-scrollbar-thumb:hover {
            background-color: rgba(0, 0, 0, 0.411);
        }


.sh-part2 .btnAddToBasket:hover {
    /*background-color: #D2AE46;
    color: #fff;*/
}

    .sh-part2 .btnAddToBasket:hover div {
        /*background: url(/images/icons/whiteBasket.png) no-repeat !important;*/
    }

.sh-part2 .btnAddToBasket img {
    margin-left: 6px;
}

.sh-part2 .add-to-cart .addToBasketText {
    margin-top: 5px;
    display: inline-block;
    float: right;
}

.sh-part2 .basket {
    margin-top: 48px;
}

.basket {
    height: auto;
    display: flex;
    flex-wrap: nowrap;
}

    .basket .backMobileJS, .backMobileToHome {
        background: url(/images/icons/right-arrow.png) no-repeat;
        background-position: 43px 4px;
        width: 56px;
        text-align: left;
        overflow: visible;
        cursor: pointer;
        color: #000;
    }

        .backMobileToHome:hover {
            color: #000;
        }

.payPage .basket .items, .registerPage .basket .items {
    max-height: 300px;
    overflow-y: auto;
}

.payPage .customerInfo {
    border: 1px solid #eaeaea;
    padding: 10px 5px;
}

.payPage .custom-label {
    width: 92px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}

.payPage .lineSplitor {
    background: #e4e4e4;
    height: 1px;
    width: 89%;
    margin: 16px auto;
}
.payPage .wrpTransferType .trnDetail {
    font-size:12px;
}
.payPage .wrapperAddress {
    height: 150px;
    overflow-y: auto;
}

.basket .backTo {
    padding: 8px 25px;
    border-radius: 8px;
}

.basket .basketHeader {
    display: flex;
    justify-content: space-between;
    padding: 15px 23px;
}



.basket .basketTitle {
    font-weight: bold;
    font-size: 15px;
}

body.ltr .basket .basketTitle {
    font-weight: normal;
}

.basket .branchNameBasket {
    font-size: 0.8rem;
}

.basket .basketFooter .description {
    resize: none;
    height: 5em;
    margin: 0 auto;
    padding: 5px 8px;
    font-size: 14px;
    border: 1px solid #D5D5D5;
    width: 89%;
    overflow: auto;
    background: #fff;
    color: #505050;
}

.basket .basketIcon {
    background: url(/images/icons/basketicon.png) no-repeat;
    width: 33px;
    position: relative;
    height: 37px;
}

    .basket .basketIcon .productCount {
        background: #CD0000;
        width: 17px;
        position: absolute;
        height: 17px;
        top: -2px;
        right: -4px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        border-radius: 1000px;
        text-align: center;
    }

.basket .product .texts {
    width: 195px;
    height: auto;
    margin-right: 8px;
}

.basket .product {
    background: #F7F7F7;
    padding: 10px 10px;
    display: flex;
    margin-bottom: 3px;
    justify-content: space-between;
}

.product .name {
    padding-left: 2px;
    display: inline-block;
}

.basket .product .texts .wrapperPrice {
    display: block;
    padding-left: 2px;
    margin-top: 11px;
}

.basket .product .priceName {
    font-size: 12px;
}

.basket .basketFooter {
    margin-top: 10px;
}

.basket .priceRow {
    display: flex;
    justify-content: space-between;
    padding: 1px 23px;
    font-weight: bold;
    color: #505050;
}

.basket .product .extraItem .name, .basket .product .extraItem .price {
    font-size: 11px;
    color: #9A9A9A;
}

.basket .product .extraItem .name {
    margin-left: 32px;
}

.basket .totalPrice {
    border-top: 1px solid #D1D1D1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
    padding-top: 15px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #CF0000;
    font-size: 16px;
}

    .basket .totalPrice .text {
        text-align: center;
        font-size: 12px;
        margin-bottom: 6px;
    }

    .basket .totalPrice .value {
        text-align: center;
    }

.basket .product .priceValue {
    font-weight: bold;
}

.basket .product .actions {
    display: inline-block;
    height: 64px;
    width: 60px;
}

body.ltr .basket .product .actions .countSelected {
    border-right: 1px solid #D8C37F;
    padding-right: 10px;
    width: 30px;
    display: inline-block;
}

body.rtl .basket .product .actions .countSelected {
    border-left: 1px solid #D8C37F;
    padding-left: 10px;
    width: 30px;
    display: inline-block;
}

.basket .product .actions .countSelected .increase {
    border: 1px solid #D4AF49;
    border-radius: 1000px;
    width: 20px;
    height: 20px;
    justify-content: center;
    cursor: pointer;
    color: #D4AF49;
    font-size: 28px;
    padding-bottom: 2px;
    align-items: center;
    display: flex;
    overflow: hidden;
}

.basket .product .actions .countSelected .count {
    display: block;
    width: 20px;
    margin: 2px 0;
    border-radius: 2px;
    text-align: center;
    outline: none;
    border: 1px solid #dad0d0;
}

.basket .product .actions .countSelected .decrease {
    overflow: hidden;
    border: 1px solid #AFAFAF;
    border-radius: 1000px;
    width: 20px;
    height: 20px;
    justify-content: center;
    cursor: pointer;
    color: #AFAFAF;
    font-size: 28px;
    align-items: center;
    display: flex;
    padding-bottom: 2px;
}

body.ltr .basket .product .actions .remove {
    width: 16px;
    float: right;
    display: flex;
    cursor: pointer;
    color: #91939C;
    font-size: 17px;
    justify-content: center;
    align-items: center;
    height: 64px;
}

body.rtl .basket .product .actions .remove {
    width: 16px;
    float: left;
    display: flex;
    cursor: pointer;
    color: #91939C;
    font-size: 17px;
    justify-content: center;
    align-items: center;
    height: 64px;
}

.basket .wrapSaveOrder {
    margin-top: 17px;
    margin-bottom: 10px;
}

    .basket .wrapSaveOrder .goldButton {
        border-radius: 8px;
        color: #fff;
        padding: 8px 25px;
        background: #D2AE46;
    }

.basket .closeBasket {
    background: url(/images/icons/close-red.png) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -10px;
    left: -10px;
    cursor: pointer;
}


.sh-part3 {
    background: url(/images/pages/homePattern.png) repeat;
    padding-top: 45px;
    padding-bottom: 80px;
}

    .sh-part3 .news {
        padding-top: 35px;
        display: flex;
        justify-content: space-between;
    }

    .sh-part3 .newsTitle {
        font-size: 18px;
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .sh-part3 .newsText {
        margin: 10px 0;
        font-size: 15px;
        line-height: 1.4rem;
        padding: 0 15px;
        font-weight: bold;
    }

    .sh-part3 .newsBox {
        background: #F0F0F0;
    }

    .sh-part3 .blog {
        border-top: 1px solid #777676;
        position: relative;
    }

        .sh-part3 .blog .blogTitle {
            position: absolute;
            top: -21px;
            width: 216px;
            font-size: 26px;
            background: url(/images/pages/homePattern.png) repeat;
            right: 0px;
            padding-right: 5px;
        }

        .sh-part3 .blog .blogTitleEN {
            position: absolute;
            top: -21px;
            width: 349px;
            font-size: 26px;
            background: url(/images/pages/homePattern.png) repeat;
            left: 0px;
            padding-right: 5px;
        }

    .sh-part3 .linkShowBlogs {
        color: #000;
        font-size: 18px;
        margin-top: 24px;
        display: block;
    }

body.rtl .sh-part3 .linkShowBlogs {
    text-align: left;
}

body.ltr .sh-part3 .linkShowBlogs {
    text-align: right;
}

.sloganInHomePage {
    display: block;
    margin-top: 37px;
    color: #ffca44;
    height: 20px;
    text-align: center;
    font-size: 1.3em;
}
/*.sh-part3 {
    background: url(/images/pages/woodBG.PNG) repeat;
    height: 500px;
}

    .sh-part3 .branchTitle {
        width: 280px;
        display: block;
        color: #fff;
        padding-top: 80px;
        margin: 0 auto 25px auto;
        text-align: center;
        font-size: 26px;
    }

    .sh-part3 .branch .wrapperRoundImage {
        border-radius: 1000px;
        width: 205px;
        margin: 0 auto;
        height: 205px;
        border-color: #fff;
        align-items: center;
        display: flex;
        justify-content: center;
        border-width: 2px;
        border-style: solid;
    }

    .sh-part3 .branch {
        width: 205px;
        height: 240px;
    }

    .sh-part3 .branchName {
        color: #fff;
        display: block;
        font-size: 16px;
        margin-top: 10px;
        text-align: center;
    }

    .sh-part3 .branch .roundImage {
        border-radius: 1000px;
        width: 200px;
        height: 200px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .sh-part3 .branchList {
        margin: 0 auto;
    }

    .sh-part3 .lSPrev {
        background: url(/images/icons/arrowLeft-selected.png) no-repeat;
        width: 35px;
        height: 48px;
    }

    .sh-part3 .lSNext {
        background: url(/images/icons/arrowRight-selected.png) no-repeat;
        width: 35px;
        height: 48px;
        display: block;
        background-position: 0 !important;
        z-index: 1000;
    }*/
.sh-part4 {
    height: 550px;
    position: relative;
}

    .sh-part4 .wrapperMobileButton {
        position: absolute;
        bottom: 45px;
        left: 0;
    }

    .sh-part4 .chicken {
        position: absolute;
        right: 12px;
        top: -102px;
    }

    .sh-part4 .mobileImg {
        width: 476px;
        height: 363px;
        margin: 70px 0 0 0;
    }

    .sh-part4 .wrapperSlogan {
        position: relative;
    }

    .sh-part4 .slogan {
        margin-top: 80px;
        position: absolute;
        bottom: 134px
    }

        .sh-part4 .slogan .s1 {
            font-size: 23px;
            float: left;
            font-weight: bold;
            color: #000;
            line-height: 33px;
            width: 69%;
            text-align: left;
        }

    .sh-part4 .s2 {
        font-size: 14px;
        font-weight: bold;
        color: #000;
        margin-top: 16px;
        float: left;
    }

.sh-part5 {
    background: url(/images/pages/patter-bg.png) repeat;
    height: 430px;
    padding-bottom: 40px;
}

    .sh-part5 .somagh {
        width: 213px;
        height: 206px;
        margin-top: -93px;
        margin-right: 30px;
    }

    .sh-part5 .memberTitle {
        display: block;
        width: 100%;
        font-weight: bold;
        height: 35px;
        margin: -50px 0 1px 0;
        padding: 0;
        text-align: center;
    }

    .sh-part5 .desc {
        text-align: center;
        width: 100%;
        font-size: 16px;
        height: 30px;
        color: #787877;
        margin-top: -46px;
    }

    .sh-part5 .wrapTXT {
        margin: 0 auto;
    }

    .sh-part5 .txt {
        border: 0;
        box-shadow: 0 0 0;
        border-radius: 0;
        border-bottom: 1px solid #C2BAAE;
        outline: none;
        font-size: 14px;
        outline-width: 0;
        color: #979797;
        padding: 0 0 2px 0;
        display: block;
        width: 100%;
        background: url(/images/pages/patter-bg.png);
    }

    .sh-part5 .lbl {
        width: 113px;
        font-size: 14px;
        height: 17px;
        margin: 0;
        color: #787877;
    }

    .sh-part5 .customBlack {
        padding: 5px 32px 10px 32px;
        font-size: 23px;
        margin: 0px auto 0 auto;
        display: block;
        width: 150px;
        float: left;
    }

footer {
    background: #000;
    min-height: 360px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    footer .dnlText {
        color: #fff;
        display: block;
        font-size: 17px;
        margin: 0 0 25px 0;
        width: 100%;
    }

    footer .fcontent {
        margin-bottom: 45px;
    }

    footer .map {
        margin-top: 48px;
    }

    footer .wrapperIcons {
    }

    footer .smallLogo {
        max-width: 245px;
        display: block;
        margin: 40px auto 0 auto;
    }

    footer .insta {
        background: url(/images/icons/socialIcons.png) no-repeat;
        height: 44px;
        width: 42px;
        background-position: -142px -54px;
        border-radius: 1000px;
        display: inline-block;
        cursor: pointer;
    }

    footer .twitter {
        background: url(/images/icons/socialIcons.png) no-repeat;
        height: 44px;
        width: 42px;
        background-position: -89px -54px;
        border-radius: 1000px;
        display: inline-block;
        cursor: pointer;
    }

    footer .face {
        background: url(/images/icons/socialIcons.png) no-repeat;
        height: 44px;
        width: 42px;
        background-position: -34px -54px;
        border-radius: 1000px;
        display: inline-block;
        cursor: pointer;
    }

    footer .google {
        background: url(/images/icons/socialIcons.png) no-repeat;
        height: 44px;
        width: 42px;
        background-position: -35px -112px;
        border-radius: 1000px;
        display: inline-block;
        cursor: pointer;
    }

    footer .whats {
        background: url(/images/icons/socialIcons.png) no-repeat;
        height: 44px;
        width: 42px;
        background-position: -88px -113px;
        border-radius: 1000px;
        display: inline-block;
        cursor: pointer;
    }

    footer .youtube {
        background: url(/images/icons/socialIcons.png) no-repeat;
        height: 44px;
        width: 42px;
        background-position: -142px -112px;
        border-radius: 1000px;
        display: inline-block;
        cursor: pointer;
    }

    footer .fourScore {
        background: url(/images/icons/fourScore.png) no-repeat;
        height: 44px;
        width: 42px;
        border-radius: 1000px;
        display: inline-block;
        cursor: pointer;
    }

    footer .pinterest {
        background: url(/images/icons/pinterest.png) no-repeat;
        height: 44px;
        width: 42px;
        border-radius: 1000px;
        display: inline-block;
        cursor: pointer;
    }

    footer .tripAdvisor {
        background: url(/images/icons/tripAdvisor.png) no-repeat;
        height: 44px;
        width: 42px;
        border-radius: 1000px;
        display: inline-block;
        cursor: pointer;
    }

    footer .centerIcon {
        text-align: center;
    }

    footer .siteRight {
        background: #ECE8E5;
        text-align: center;
        padding: 14px;
        font-weight: bold;
        color: #000;
    }

    footer .contact {
        color: #fff;
        margin-top: 43px;
    }

    footer .asreFartak {
        color: #0056b3 !important;
    }

    footer .contact .sibIrani, .appPage .sibIrani {
        border: 1px solid #fff;
        margin-right: 1px;
        height: 43px;
    }

    footer .text {
        margin-right: 16px;
        display: inline-block;
        margin-top: 9px;
        min-width: 70%;
        color: white;
    }

    footer a {
        color: white;
    }

    footer .enamad {
        width: 150px;
        height: 150px;
    }

    footer .wrapperEnamad {
        margin-top: 10px;
    }

    footer .enamad {
        width: 150px;
        height: 150px;
    }

    footer .samandehi {
        width: 150px;
        height: 150px;
        margin-right: 15px;
        cursor: pointer;
    }

    footer #branchMap {
        /*width: 330px;
        margin: 0 auto;
        margin-top: 40px;
        height: 230px;*/
        width: 100%;
        max-width: 330px; /* modified sajad*/
        margin: 0 auto;
        margin-top: 40px;
        height: 230px;
    }

    footer .contactHD {
        margin-bottom: 10px;
        margin-top: 12px;
        font-size: 24px;
    }

    footer .contact .i-marg {
        margin-right: 3px;
    }

/************************************** ProductDetail **********************************/
.productDetail {
    min-height: 800px;
    padding-bottom: 60px;
}
    /* .productDetail .basket > div:first-child {
    display:none !important;
    }*/

    .productDetail .carousel-item img {
        max-width: none;
        display: block;
        margin: 0 auto;
        width: 520px !important;
        height: 520px !important;
        object-fit: contain;
    }

    .productDetail .carousel .carousel-item {
        height: 520px !important;
    }

    .productDetail .add-to-cart {
        width: 330px;
        font-size: 13pt;
    }

    .productDetail .carousel {
        overflow-x: hidden;
        height: 620px;
    }

    .productDetail .title {
        color: #7e7c7c;
        padding: 0 10px;
    }

.productPrices {
    flex-direction: column;
}

    .productPrices select {
        width: 150px;
        border: 1px solid #c3c3c3;
        border-radius: 6px;
        margin: 9px;
    }

.productDetail .rowItem {
    font-size: 11pt;
    margin: 10px 0;
}

.productDetail .add-to-cart > div:nth-of-type(1) {
    width: 100%;
    text-align: center;
    height: 53px;
    padding: 0.5em 1em 0.5em 1em;
    justify-content: center;
    display: flex !important;
    align-items: center;
}

.productDetail .productTitle {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 20pt;
    font-weight: bold;
}

.productDetail .productPrice {
    margin: 25px 0;
    font-size: 1.4rem;
}

.productDetail .price {
}

.productDetail .priceDiscount {
    color: rgb(209,37,126);
    margin-top: 25px;
}
/************************************** End ProductDetail **********************************/
/**********************showModalProductDetail****************/
#showModalProductDetail .modal-dialog, #showModalProductDetail .modal-content {
    width: 800px;
    max-width: 800px;
    overflow: hidden;
}

#showModalProductDetail .my_slider {
    padding: 15px 10px;
}

#showModalProductDetail .productTitle {
    font-size: 1.5em;
    color: #000;
    margin-bottom: 20px;
}

.price {
    font-weight: bold;
    font-size: 1.4em;
    margin-left: 5px;
}

.wrpDescSpan {
    color: #868686;
    margin-top: 10px
}

    .wrpDescSpan .desc {
        margin-top: 5px;
        height: auto;
    }
/*************register Page ****************/
.registerPage .addnumber img {
    width: 100%;
    height: 350px;
}

.registerPage .addnumber {
    font-size: 13px;
}

.registerPage .box-shadow {
    box-shadow: 0 0 10px -5px #000;
}

.registerPage .addphonenumber {
    padding: 20px !important;
}

.registerPage .phonenumber h2 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 0;
    color: #000;
}

.registerPage .phonenumber p {
    color: #999;
    font-size: 1.3em;
    padding: 10px 0;
}

.registerPage .phonenumber label {
    font-size: 18px;
    text-align: center;
    align-items: center;
    display: flex;
    padding: 10px 0px 0;
}

.registerPage .resendSMS {
    width: 24px;
    background: url(/images/icons/resend24.png) no-repeat;
    height: 24px;
    display: block;
}

.registerPage .phonenumber input {
    padding: 0 4px;
    direction: ltr;
    text-align: left;
    border-radius: 5px;
    margin: 17px 0 8px 0;
    height: 43px;
    font-size: 1.5em;
    /*line-height: 0;*/
    border: medium none;
    border: 1px solid #d5d7ea;
    box-shadow: none;
}

    .registerPage .phonenumber input:focus {
        border: 1px solid #bcc2fb !important;
        box-shadow: none;
    }

.registerPage .phonenumber .hr {
    border-bottom: 1px solid #a6a6a6;
    margin: 0 18px;
    height: 2px;
}

.registerPage .phonenumber .submit-imp {
    display: flex !important;
    justify-content: space-around;
}

.registerPage .phonenumber .submit {
    text-align: center;
    color: #fff;
    border: 1px solid #d2ad4f;
    background-color: #d2ad4f;
    border-radius: 3px;
    padding: 7px 16px;
    margin: 10px auto 0 auto;
    font-size: 1.2em;
    transition: all ease 0.3s;
    position: relative;
}

.registerPage .phonenumber .btn-outline-secondary {
    margin-top: 11px;
    margin-right: 5px;
}

#foodExtraModal .goldButton, #spoonForkModal .goldButton {
    padding: 10px 36px;
    background: #C2A12D;
    color: #fff;
}

    .registerPage .phonenumber .submit:hover, .basket .wrapSaveOrder .goldButton:hover, #foodExtraModal .goldButton:hover {
        color: #fff;
        border: 1px solid #7c662e;
        background-color: #7c662e;
    }

    .registerPage .phonenumber .submit.active, .basket .wrapSaveOrder .goldButton:active, #foodExtraModal .goldButton:active {
        color: #fff !important;
        border: 1px solid #7c662e !important;
        background-color: #7c662e !important;
    }

    .registerPage .phonenumber .submit:focus, .basket .wrapSaveOrder .goldButton:focus, #foodExtraModal .goldButton:focus {
        color: #fff !important;
        border: 1px solid #7c662e !important;
        background-color: #7c662e !important;
        box-shadow: none;
    }

.registerPage .entertosite {
    text-align: center;
    padding: 5px 15px 30px 15px !important;
}

    .registerPage .entertosite p {
        color: #999999;
        font-size: 1.3em;
    }

    .registerPage .entertosite a {
        color: #6cc;
        font-size: 1.3em;
        padding: 20px 0;
        display: block;
    }

        .registerPage .entertosite a:hover {
            color: #6cc;
        }

.registerPage .shoppingcart {
    box-shadow: 0 0 10px -5px #000;
    background: #fff;
    padding: 20px 0 !important;
}

.registerPage .carthead {
    text-align: center;
}

    .registerPage .carthead h2 {
        margin: 0;
        font-weight: bold;
        font-size: 22px;
        padding: 8px 0;
    }

.registerPage .cartitems {
    text-align: center;
}

    .registerPage .cartitems p {
        font-size: 1.2em;
        font-weight: bold;
    }

.registerPage .cartitem {
    background: #f7f7f7;
    margin: 0;
    margin-bottom: 0px;
    font-size: 12px;
}

    .registerPage .cartitem tr {
        display: inline-block;
        padding: 10px 0 0;
    }

    .registerPage .cartitem .iconRemove {
        font-size: 1.5em;
        padding: 14px 0;
        color: #D2AD4F;
        cursor: pointer;
    }

.registerPage .cartdesc {
    padding: 10px 15px;
}
/************* Pay page *****************/
.payPage .howtoget {
    padding: 20px 20px 0 20px;
}

.payPage .basket .basketFooter .description {
    height: 115px;
    max-height: 230px;
    overflow-y: auto;
}

.payPage .howtoget h2 {
    margin: 0;
    padding: 8px 0;
}

.payPage .howtoget button {
    display: block;
    text-align: center;
    color: #a49f9f;
    border: 2px solid #a49f9f;
    border-radius: 3px;
    padding: 10px 10px;
    font-size: 1.3em;
    width: 100%;
    margin: 15px 0 10px;
    transition: all ease 0.3s;
}

    .payPage .howtoget button:hover, .payPage .howtoget button.active {
        color: #d2ad4f;
        text-decoration: none;
        border: 2px solid #d2ad4f;
    }

.payPage .howtoget a.active {
    color: #d2ad4f;
    text-decoration: none;
    border: 2px solid #d2ad4f;
}

.payPage .howtoget label {
    font-size: 1.2em;
    padding: 5px 20px;
}

.payPage .howtoget input {
    font-size: 1.2em;
    border-radius: 5px !important;
    padding: 6px 10px !important;
    display: flex;
    height: auto;
    justify-items: center;
}

.payPage .checkbox {
    float: left;
    margin: 0 !important;
}

.payPage .coupon, .payPage .creditUse {
    padding: 10px 20px 16px;
}

    .payPage .coupon .submitGold, .payPage .coupon .submitCancel, .payPage .creditUse .submitGold, .payPage .creditUse .submitCancel {
        padding: 4px 5px;
    }

    .payPage .coupon label {
        font-size: 1.2em;
        text-align: center;
        padding: 10px 0px;
    }

    .payPage .coupon input, .payPage .creditUse input {
        padding: 5px 8px;
        text-align: center;
        border-radius: 10px;
        font-size: 1.2em;
    }

    .payPage .coupon .btn-outline-gold {
        border-color: #D2AE46;
        color: #D2AE46;
        background-color: transparent;
        background-image: none;
    }

    .payPage .coupon .btn-outline-cancel {
        border-color: #b11f1f;
        color: #b11f1f;
        background-color: transparent;
        background-image: none;
    }

    .payPage .creditUse label {
        font-size: 1.6em;
        text-align: center;
    }

    .payPage .creditUse span {
        margin: 0 5px;
        font-size: 1.2em;
    }

    .payPage .creditUse .price {
        font-size: 1.3em;
        font-weight: bold;
    }

.payPage .howtopay {
    padding: 20px !important;
}

    .payPage .howtopay h2 {
        margin: 0;
        padding: 8px 0;
    }

    .payPage .howtopay button {
        display: block;
        text-align: center;
        color: #d8d4d4;
        border: 2px solid #d8d4d4;
        border-radius: 3px;
        padding: 10px 10px;
        font-size: 1.3em;
        margin: 15px 0 10px;
        transition: all ease 0.3s;
        background: transparent;
        width: 100%;
        outline: none !important;
        outline-width: 0 !important;
    }

        .payPage .howtopay button:hover {
            background: transparent;
            color: #d2ad4f;
            text-decoration: none;
            border: 2px solid #d2ad4f;
        }

        .payPage .howtopay button.active {
            background: transparent !important;
            color: #d2ad4f !important;
            text-decoration: none;
            border: 2px solid #d2ad4f !important;
        }

        .payPage .howtopay button:focus {
            outline: 0 !important;
            box-shadow: none !important;
        }
    /* HIDE RADIO */

    .payPage .howtopay [type=radio] {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
    }

        /* IMAGE STYLES */

        .payPage .howtopay [type=radio] + img {
            cursor: pointer;
        }

        /* CHECKED STYLES */

        .payPage .howtopay [type=radio]:checked + img {
            border-bottom: 5px solid #d2ad4f;
        }

.basket .editBasket {
    margin-bottom: 7px;
    color: #6c757d;
    border: 1px solid #d2ad4f;
}

    .basket .editBasket:hover {
        background-color: #7c662e;
        color: #fff;
    }

.payPage .howtopay .cancel {
    display: block;
    text-align: center;
    color: #fff;
    border: 1px solid #bababa;
    background-color: #bababa;
    border-radius: 3px;
    padding: 10px 10px;
    font-size: 1.3em;
    transition: all ease 0.3s;
}

    .payPage .howtopay .cancel:hover {
        color: #fff;
        border: 1px solid #818181;
        background-color: #818181;
    }

    .payPage .howtopay .cancel.active {
        color: #fff !important;
        border: 1px solid #818181 !important;
        background-color: #818181 !important;
    }
/* add address modal*/
.addAddressModal .selectmap input {
    font-size: 1.2em;
    border-radius: 5px !important;
    padding: 6px 10px !important;
    height: auto;
}

.addAddressModal .selectmap h5 {
    padding: 0;
    font-size: 16px;
}

.addAddressModal .selectmap p {
    padding: 5px 0;
    margin-bottom: 9px;
}

.addAddressModal .w49 {
    width: 49%;
}

.addAddressModal .mapcode {
    padding: 20px;
    text-align: center;
}

.addAddressModal .span-gold {
    margin: 10px 0;
}

.addAddressModal .wrpMap {
    position: fixed;
    right: 0;
    top: 8px;
    left: 0;
    margin: 0 auto;
    height: 600px;
    /*width: 500px;*/
    z-index: 100;
}

.addAddressModal #mapid {
    height: 230px;
    outline: none;
    margin: 0 auto;
}

/***********foodPreparationPage ****************/
.foodPreparationPage .chefload {
    text-align: center;
}

/*****************/
.pageSentFood .ontheway {
    text-align: center;
}

.ontheway p {
    font-size: 1.3em;
    padding: 0 0 0 0px;
    margin: 15px 0;
}
/*order status page*/

.orderStatusPage .osForm {
    margin: 10px auto 10px auto;
    position: relative;
    padding: 50px 0 50px 0;
}

.orderStatusPage .wrpCookingTimer {
    background: #fff;
    height: 34px;
    align-items: center;
}

.wrpCookingTimer .minutes, .wrpCookingTimer .seconds {
    color: #000;
    padding: 2px 3px;
    width: 33px;
    margin: 2px;
    height: 29px;
    text-align: center;
}

.orderStatusPage .wrpCookingTimer .cookingTimer {
    height: 30px;
    align-items: center;
    font-weight: bold;
    display: flex;
    justify-content: center;
    font-size: 1.3em;
    direction: ltr;
}

.orderStatusPage .line {
    border-bottom: 1px dotted #c5bcbc;
    position: relative;
    top: 12px;
    margin: 0 auto;
    padding: 0 50px;
    width: calc(77% - 50px);
}

.orderStatusPage .cusOrderDetails {
    border: 1px solid #d8d8d8;
    margin: 20px auto 0 auto;
}

    .orderStatusPage .cusOrderDetails .panel-header {
        background: #f4f3f3;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #d8d8d8;
    }

    .orderStatusPage .cusOrderDetails .panel-grid .itemCell {
        min-height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #d8d8d8;
    }

    .orderStatusPage .cusOrderDetails .panel-header > div, .orderStatusPage .cusOrderDetails .panel-grid .innerRow > div, .orderStatusPage .cusOrderDetails .panel-footer {
        text-align: center;
        min-height: 30px;
        padding-top: 3px;
    }

    .orderStatusPage .cusOrderDetails .panel-footer {
        background: #905d18;
        font-weight: bold;
        min-height: 40px;
        padding-top: 8px !important;
    }

    .orderStatusPage .cusOrderDetails .border-l {
        border-left: 1px solid #d8d8d8;
        height: 100%;
    }

    .orderStatusPage .cusOrderDetails .panel-grid .innerRow {
    }

    .orderStatusPage .cusOrderDetails .wrapperPannel {
        box-shadow: 2px 3px 15px #ccc;
        margin-top: 50px;
        margin: 0 auto;
    }

        .orderStatusPage .cusOrderDetails .wrapperPannel .orangeColor {
            min-width: 49px;
            display: inline-block;
        }

        .orderStatusPage .cusOrderDetails .wrapperPannel .innerRow .extraFood {
            display: block;
            font-size: 10px;
            color: #867474;
        }

.orderStatusPage .wrapperAddress {
    font-size: 1.1em;
}

.orderStatusPage .nav-tabs {
    background: #969393 !important
}

.orderStatusPage #os-tab {
    background: #007b5e;
    color: #eee;
}

    .orderStatusPage #os-tab h6.section-title {
        color: #eee;
    }

    .orderStatusPage #os-tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #756ddc;
        background-color: #D2A255 !important;
        border-color: transparent transparent #f3f3f3;
        font-size: 20px;
        font-weight: bold;
    }

    .orderStatusPage #os-tab .nav-tabs .nav-link {
        background-color: #955F2D;
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        color: #eee;
        font-size: 20px;
        cursor: default;
    }

.profilePage .menu {
    border: 1px solid #d9d9d9;
    position: relative;
    height: 311px;
    margin-left: 10px;
    padding: 15px 0;
    margin-right: -10px;
}

    .profilePage .menu .item {
        cursor: pointer;
        width: 100%;
        min-height: 1px;
        align-items: center;
        margin: 0;
        padding: 14px 0px;
        font-size: 1.1em;
    }

    .profilePage .menu .border-b {
        border-bottom: 1px solid #eaeaea;
    }

.profilePage .contentP {
    min-height: 300px;
    margin-left: -10px;
    border: 1px solid #d9d9d9;
}

    .profilePage .contentP .orderDetailItem {
        border: 1px solid #d8d8d8;
        padding: 13px 10px;
        margin: 0 0 10px 0;
    }

.profilePage .profileContent {
    margin: 15px 0 10px 0;
}

.profilePage .contentP .header {
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    margin: 16px 0;
}

.profilePage .myCredit {
    margin-top: 70px;
}

    .profilePage .myCredit .price {
        height: 100px;
        display: flex;
        width: 100%;
        border: 1px solid #eaeaea;
        justify-content: center;
        align-items: center;
        background: linear-gradient(45deg, #b2bfc5, transparent);
    }

.profilePage .profileContent .fileUploadItem {
    margin: 0 auto;
}

.profilePage .creditText {
    margin: 10px;
    font-size: 1.2em;
}

.profilePage .rowAddress {
    border: 1px solid #d8d8d8;
    padding: 13px 10px;
    margin: 0 0 10px 0;
}

.profilePage .removeAddress {
    cursor: pointer;
    color: #bb3f3f;
    font-size: 1.3em;
    text-align: center;
    padding-top: 1px;
    height: 21px;
    width: 21px;
    align-items: center;
}

.profilePage .changePasswordForm .goldColor-btn {
    width: 111px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.commentPage .commentAnswer {
    border: 3px solid #abdab3;
    font-size: 1.1rem;
    box-shadow: 1px 1px 10px 2px #277759;
}

.commentPage .header {
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    margin: 16px 0;
}

.commentPage .description {
    color: #868686;
    text-align: center;
    font-size: 1.2em;
}

.commentPage .branchName {
    color: #505050;
    font-size: 1.3em;
}

.commentPage .branchAddress {
    font-size: 1em;
}

.commentPage .box-border {
    border: 1px solid #d8d8d8;
}

.commentPage .saveComment {
    display: flex;
    justify-content: flex-end;
}
/***************************************** Menu mobile darkviolet ****************************************/
.wd-side-hidden.wd-opened {
    transform: none !important;
}

.wd-side-hidden {
    position: fixed;
    inset-block: .001px 0;
    z-index: 500;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 340px;
    background-color: #fff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

    .wd-side-hidden.wd-right {
        right: 0;
        left: auto;
        transform: translate3d(100%, 0, 0);
    }
.mobile-nav .close-side-widget > a:before {
    margin-inline-end: 0.3em;
    font-size: 110%;
    font-weight: 400;
    content: "\f112";
    transition: opacity .15s ease;
    font-family: "woodmart-font";
    padding-top: 6px;
}
.mobile-nav .close-side-widget > a:after {
    position: absolute;
    top: calc(50% - 0.5em);
    right: 0;
    opacity: 0;
    transition: opacity .2s ease;
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 1px solid rgba(0,0,0,0);
    border-left-color: #242424;
    font-weight: 600;
    line-height: 1;
    border-radius: 50%;
    vertical-align: middle;
}
    .mobile-nav .wd-heading {
    position: relative;
    z-index: 4;
    background-color: inherit;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 20px 15px;
    border-bottom: 1px solid rgba(0,0,0,0.105);
}

.header-mobile-nav .wd-action-btn {
    display: inline-flex;
    vertical-align: middle;
    --action-btn-color: #333;
    --action-btn-hover-color: #777;
}

.header-mobile-nav .wd-tools-icon {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(0,0,0,0.105);
    border-radius: 42px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

    .header-mobile-nav .wd-tools-icon:before {
        font-size: 20px;
        content: "\f15a";
        font-family: "woodmart-font";
    }

.header-mobile-nav .wd-tools-text {
    margin-right: 5px;
}

.header-mobile-nav > span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #333;
    line-height: 1;
    padding-inline: 10px;
    touch-action:manipulation;
}

.wd-nav-mobile, .wd-sub-menu {
    padding: 0;
}

.wd-action-btn > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #333;
    cursor: pointer;
    height: 25px;
}

.wd-nav-mobile > li, .wd-nav-mobile > li > ul li {
    display: flex;
    flex-wrap: wrap;
}

    .wd-nav-mobile > li > a, .wd-nav-mobile > li > ul li > a {
        flex: 1 1 0%;
        padding: 5px 20px;
        min-height: 50px;
        border-bottom: 1px solid rgba(0,0,0,0.105);
    }

    .wd-nav-mobile > li > a {
        color: #333;
    }

.wd-nav > li > a {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.2;
}

.wd-nav-mobile > li > :is(.wd-sub-menu,.sub-sub-menu), .wd-nav-mobile > li > ul li > :is(.wd-sub-menu,.sub-sub-menu) {
    display: none;
    flex: 1 1 100%;
    order: 3;
}

.wd-sub-menu {
    list-style: none;
    --li-pl: 0;
    --sub-menu-color: #848484;
    --sub-menu-color-hover: rgb(51,51,51);
}

    .wd-sub-menu li > a {
        position: relative;
        display: flex;
        align-items: center;
        padding-top: 8px;
        padding-bottom: 8px;
        color: #848484;
        font-size: 14px;
        line-height: 1.3;
    }

.mobile-nav .wd-nav-opener {
    position: relative;
    z-index: 1;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 50px;
    color: #242424;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-right: 1px solid rgba(0,0,0,0.105);
    border-bottom: 1px solid rgba(0,0,0,0.105);
}

.mobile-nav .wd-nav-opener:hover {
    color: #242424;
}
.mobile-nav .wd-nav-opener:after {
    font-weight: 400;
    font-size: 12px;
    transition: transform .25s ease;
    content: "\f114";
    font-family: "woodmart-font";
}
    .mobile-nav .wd-nav-opener.wd-active:after {
        transform: rotate(90deg);
    }
.mobile-nav .wd-nav-opener.wd-active {
    background-color: rgb(51,51,51);
    color: #fff;
}
/************************************** media queries ****************************************/
@media (min-width: 1500px) {
    .container {
        width: 1470px;
    }

    .col-xxl-12 {
        width: 100%;
    }

    .col-xxl-11 {
        width: 91.66666667%;
    }

    .col-xxl-10 {
        width: 83.33333333%;
    }

    .col-xxl-9 {
        width: 75%;
    }

    .col-xxl-8 {
        width: 66.66666667%;
    }

    .col-xxl-7 {
        width: 58.33333333%;
    }

    .col-xxl-6 {
        width: 50%;
    }

    .col-xxl-5 {
        width: 41.66666667%;
    }

    .col-xxl-4 {
        width: 33.33333333%;
    }

    .col-xxl-3 {
        width: 25%;
    }

    .col-xxl-2 {
        width: 16.66666667%;
    }

    .col-xxl-1 {
        width: 8.33333333%;
    }

    .col-xxl-pull-12 {
        right: 100%;
    }

    .col-xxl-pull-11 {
        right: 91.66666667%;
    }

    .col-xxl-pull-10 {
        right: 83.33333333%;
    }

    .col-xxl-pull-9 {
        right: 75%;
    }

    .col-xxl-pull-8 {
        right: 66.66666667%;
    }

    .col-xxl-pull-7 {
        right: 58.33333333%;
    }

    .col-xxl-pull-6 {
        right: 50%;
    }

    .col-xxl-pull-5 {
        right: 41.66666667%;
    }

    .col-xxl-pull-4 {
        right: 33.33333333%;
    }

    .col-xxl-pull-3 {
        right: 25%;
    }

    .col-xxl-pull-2 {
        right: 16.66666667%;
    }

    .col-xxl-pull-1 {
        right: 8.33333333%;
    }

    .col-xxl-pull-0 {
        right: auto;
    }

    .col-xxl-push-12 {
        left: 100%;
    }

    .col-xxl-push-11 {
        left: 91.66666667%;
    }

    .col-xxl-push-10 {
        left: 83.33333333%;
    }

    .col-xxl-push-9 {
        left: 75%;
    }

    .col-xxl-push-8 {
        left: 66.66666667%;
    }

    .col-xxl-push-7 {
        left: 58.33333333%;
    }

    .col-xxl-push-6 {
        left: 50%;
    }

    .col-xxl-push-5 {
        left: 41.66666667%;
    }

    .col-xxl-push-4 {
        left: 33.33333333%;
    }

    .col-xxl-push-3 {
        left: 25%;
    }

    .col-xxl-push-2 {
        left: 16.66666667%;
    }

    .col-xxl-push-1 {
        left: 8.33333333%;
    }

    .col-xxl-push-0 {
        left: auto;
    }

    .col-xxl-offset-12 {
        margin-left: 100%;
    }

    .col-xxl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xxl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xxl-offset-9 {
        margin-left: 75%;
    }

    .col-xxl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xxl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xxl-offset-6 {
        margin-left: 50%;
    }

    .col-xxl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xxl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xxl-offset-3 {
        margin-left: 25%;
    }

    .col-xxl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xxl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xxl-offset-0 {
        margin-left: 0;
    }

    .visible-xxl {
        display: block !important;
    }

    table.visible-xxl {
        display: table;
    }

    tr.visible-xxl {
        display: table-row !important;
    }

    th.visible-xxl, td.visible-xxl {
        display: table-cell !important;
    }

    .visible-xxl-block {
        display: block !important;
    }

    .visible-xxl-inline {
        display: inline !important;
    }

    .visible-xxl-inline-block {
        display: inline-block !important;
    }

    .hidden-xxl {
        display: none !important;
    }
}

@media only screen and (min-width: 1350px) and (max-width: 1600px) {
    .product-card.horizontal .pImage, .sh-part2 .products .wrapperImage .shopImage {
        width: 280px !important;
        height: 280px !important;
    }
}

@media only screen and (max-width: 1349px) {
    .product-card.horizontal .pImage, .sh-part2 .products .wrapperImage .shopImage {
        width: 190px !important;
        height: 190px !important;
    }
}

@media only screen and (max-width: 1160px) {
    .sh-part2 .categories .underLayer {
        display: flex;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    body.rtl .basket .product .actions .countSelected {
        width: 24px;
        padding-left: 0px;
    }

    body.ltr .basket .product .actions .countSelected {
        width: 24px;
        padding-right: 0px;
    }

    .basket .product .texts {
        margin-right: 0px;
        font-size: 9pt;
        width: 150px;
    }

    .basket .product {
        padding: 5px;
    }

        .basket .product .actions {
            width: 63px;
        }
}

@media only screen and (max-width: 1045px) {
    .layoutMenu {
        display: none;
    }

    .header-mobile-nav {
        position: relative;
        z-index: 100000;
        cursor:pointer;
    }



    .wd-side-hidden {
        width: 300px;
        z-index: 99999;
    }
}

@media only screen and (max-width: 767px) {
    .boxedcontainer {
        margin: 0 auto !important;
    }

    .text-caption {
        top: 60% !important;
    }

    .tp-caption.bigImage {
        top: 0 !important;
        touch-action: manipulation;
        width: 396px;
        height: 460px;
        min-height: 0px;
        min-width: 0px;
        max-height: none;
        max-width: none;
        filter: none;
        transform-origin: 50% 50%;
        opacity: 1;
        transform: translate(0px, 0px);
        visibility: visible;
    }

    .tp-caption.smallImage {
        touch-action: manipulation;
        width: 294px;
        height: 350px;
        min-height: 0px;
        min-width: 0px;
        max-height: none;
        max-width: none;
        filter: none;
        transform-origin: 50% 50%;
        opacity: 1;
        transform: translate(0px, 0px);
        visibility: visible;
    }

    .navbar .profileLink {
        right: -13px;
    }

    .profilePage .orderDetailItem > div {
        border-bottom: 1px solid #eaeaea;
        padding: 5px 0;
    }

    .profilePage .orderDetailItem .mobileHeight {
        height: 41px;
        display: flex;
        justify-content: center;
    }

    .goldColor-btn {
        height: 31px;
    }

    .goldColor-btn-disabled {
        height: 31px;
    }
    /***********basket*****/
    .basket {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: 0px auto 0 auto !important;
        z-index: 1000;
    }

        .basket .items {
            overflow-y: auto;
            height: 45%;
            -webkit-overflow-scrolling: touch;
        }

        .basket .basketFooter {
            overflow-y: auto;
            position: relative;
            height: 30%;
            padding-top: 61px;
        }

            .basket .basketFooter .description {
                margin: 0 auto;
                padding: 5px 8px;
                width: 93%;
                background: #Fff;
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                height: auto;
            }

    .basketSticky {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 !important;
        box-shadow: none;
    }

    .sh-part2 .basketSticky {
        top: 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        align-self: auto;
    }
    /*select 2*/
    .select2-search__field {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 576px) { /************** sm-block******************/
    .layoutMenu {
        display: none;
    }

    .sh-part1 .wrapper-Circles {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .sh-part1 #ddlBranches {
        border-radius: 3px;
    }

    .registerPage .phonenumber .submit-imp {
        margin-top: 40px;
    }

    .addAddressModal .modal-body {
        max-height: 430px;
        overflow-y: auto;
    }

    .product-card.horizontal .pImage, .sh-part2 .products .wrapperImage .shopImage {
        width: 150px !important;
        height: 150px !important;
    }
}

@media only screen and (max-width: 480px) {

    .registerPage.page-background {
        margin-top: 0px;
        padding-top: 15px;
    }

    .swiper-container {
        padding-right: 10px !important;
    }

    .swiper-container-free-mode > .swiper-wrapper {
        padding: 0 !important;
    }

    .payPage .wrapperAddress {
        border: 1px solid #000;
        padding: 0 10px 0 10px !important;
        border-radius: 11px;
    }

    .sh-part1 {
        /* background: url(/images/pages/homePattern.png) repeat !important;
        padding-top: 8px;
        height: 51px; */
    }

    .payPage .howtopay {
        padding: 0px 20px 60px 20px !important;
    }

    .sh-part2 {
        padding-top: 0px;
    }

        .sh-part2 .branchParts {
            margin-top: 0px;
            /*newCategory*/
            position: unset;
            overflow: visible;
        }

    .registerPage .addnumber img {
        height: 190px;
    }
    /************Profile*************/
    .payPage .creditUse .price, .payPage .creditUse span {
        margin: 3px 0;
    }

    .payPage .creditUse input {
        margin-left: 6px;
    }

    #foodExtraModal .foodExtra {
        overflow-y: auto;
        max-height: 400px;
    }

    #showModalProductDetail .modal-dialog, #showModalProductDetail .modal-content {
        width: 380px;
        max-width: 380px;
        margin: 0 auto;
    }

    .basket .product .actions {
        height: auto;
    }

        .basket .product .actions .countSelected .count {
            width: 34px;
            margin-right: -6px;
            margin-top: 4px;
            text-align: center;
            margin-bottom: 4px;
        }

    body.rtl .basket .product .actions .countSelected {
        width: 33px;
        padding-left: 0px;
    }

    .registerPage .phonenumber .submit {
        font-size: 0.9em;
        padding: 7px 7px;
    }

    .orderStatusPage .osForm {
        margin: 0px auto 10px auto;
        padding: 0px 0 50px 0;
    }

    .flex-order-2 {
        order: 2;
        padding-right: 0;
        padding-left: 0;
    }

    .payPage .howtoget label {
        font-size: 1em;
    }

    .payPage .coupon, .payPage .creditUse {
        padding: 13px 30px 13px !important;
    }

    .payPage .howtoget {
        padding: 0 20px !important;
    }

    .registerPage, .payPage {
        margin-bottom: 25px;
        height: calc(100vh - 66px);
    }

    .branchParts, .wrapperHowToPay, .wrapperAddNumber {
        flex-direction: column;
    }

    .wrapperHowToPay, .addnumber {
        margin-top: 8px;
        height: calc(100vh);
    }

    #wrpProductData {
        /*newCategory*/
        position: unset;
    }


    #wrpProductData, .howtoget, .addnumber {
        order: 2;
    }

    .sh-part2 .categories {
        background: #fff;
        margin-top: 20px;
        min-height: 30px;
        /*newCategory*/
    }

    .sh-part2 .swiperCategories {
        width: 100%;
        /* margin-right: -16px; */
        /* position: absolute; */
    }

    .sh-part2 .categories .catItem {
        font-size: 15px;
        margin-left: 7px;
    }

    body.ltr .product-card .product h4 {
        font-size: 0.9em;
        display: flex;
        align-items: center;
        min-height: 35px;
    }

    .hideHeight {
        height: 3vh;
        overflow: hidden;
    }
}

@media only screen and (max-width: 433px) {
    .productDetail .carousel-item img {
        width: 282px !important;
    }

    .carousel-item .content .title1 {
        font-size: 14px;
    }

    .carousel-item .content .title2 {
        font-size: 12px;
    }

    .sh-part4 .wrapperMobileButton {
        bottom: 0px
    }

    .boxedcontainer {
        margin: 0 auto !important;
    }

    .text-caption {
        display: none;
    }

    .text-caption-mobile {
        display: block !important;
        top: 60% !important;
        position: absolute;
        right: 5%;
    }

    .tp-caption.bigImage {
        top: 0 !important;
        left: 0 !important;
        touch-action: manipulation;
        width: 223px;
        height: 260px;
        min-height: 0px;
        min-width: 0px;
        max-height: none;
        max-width: none;
        filter: none;
        transform-origin: 50% 50%;
        opacity: 1;
        transform: translate(0px, 0px);
        visibility: visible;
        text-align: left;
    }

    .tp-caption.smallImage {
        touch-action: manipulation;
        width: 160px;
        height: 190px;
        right: -8px !important;
        min-height: 0px;
        min-width: 0px;
        max-height: none;
        max-width: none;
        filter: none;
        transform-origin: 50% 50%;
        opacity: 1;
        transform: translate(0px, 0px);
        visibility: visible;
    }

    .tp-banner h4 {
        font-size: 34px !important;
    }

    .tp-banner {
        height: 270px !important;
    }

        .tp-banner .slotholder {
            display: none;
        }
}
@media only screen and (max-width: 380px) {
    .boxedcontainer img {
        width: 70% !important;
        height: auto !important;
    }
    .tp-caption.bigImage {
        top: 0 !important;
        left: 0 !important;
        touch-action: manipulation;
        width: 140px;
        height: auto;
        min-height: 0px;
        min-width: 0px;
        max-height: none;
        max-width: none;
        filter: none;
        transform-origin: 50% 50%;
        opacity: 1;
        transform: translate(0px, 0px);
        visibility: visible;
        text-align: left;
    }

    .tp-caption.smallImage {
        touch-action: manipulation;
        width: 125px;
        height: auto;
        right: 3px !important;
        min-height: 0px;
        min-width: 0px;
        max-height: none;
        max-width: none;
        filter: none;
        transform-origin: 50% 50%;
        opacity: 1;
        transform: translate(0px, 0px);
        visibility: visible;
    }
}
    /*************************min-width***********************************/
    @media not all and (min-resolution:.001dpcm) {
        @supports (-webkit-appearance: none) and (stroke-color:transparent) {
            .number-input.def-number-input.safari_only button:before, .number-input.def-number-input.safari_only button:after {
                margin-top: -.3rem;
            }
        }
    }

    @media (min-width: 200px) {
        .locations {
            margin: -50px 0 0 0;
        }

        footer {
            text-align: center;
        }
    }

    @media (min-width: 320px) {
        .locations {
            margin: -50px 0 0 0;
        }

        footer {
            text-align: center;
        }
    }

    @media (min-width: 480px) {
        .locations {
            margin: -100px 0 0 0;
        }

        footer {
            text-align: center;
        }
    }

    @media (min-width: 576px) {
        .sh-part1 {
            height: 400px;
        }

        .sh-part2 {
            padding-top: 6em;
        }

        #mainMenu > div {
            width: 80%;
        }

        #mainMenu .profileLink img {
            width: 30px;
            height: 30px;
        }

        #mainMenu .telNO {
            font-size: 2em;
        }

        #wrpProductData .row {
            padding: 1.5em 0 !important;
        }
    }

    @media (min-width: 768px) {
        .locations {
            margin: -140px 0 0 0;
        }

        footer {
            text-align: center;
        }
    }

    @media (min-width: 992px) {
        .locations {
            margin: -140px 0 0 0;
        }

        footer {
            text-align: unset;
        }

        .appPage main #mobile-picture img {
            margin: -2em 0.5em;
        }
    }

    @media (min-width: 1200px) {
        .locations {
            margin: -140px 0 0 0;
        }

        footer {
            text-align: unset;
        }
    }

    @media (min-width: 1046px) {
        .header-mobile-nav {
            display: none;
        }
    }

    .homeMenuSlider {
        width: 100%;
        margin: auto;
        overflow-x: inherit !important;
    }

        .homeMenuSlider .slick-current {
            color: #fff !important;
            background: #000;
            border-radius: 20px;
        }

    .responsive-slider {
        margin: auto;
        overflow-x: inherit !important;
    }

    .homeMenuSlider .slick-slide {
        cursor: pointer;
    }

    .slick-slide {
        outline: none;
    }

    .slick-center {
        color: #C2A12D !important;
        outline: none !important;
    }

    .homeMenuSlider .slick-slide {
        margin: 0 1em;
        white-space: nowrap;
        outline: none !important;
    }

    .responsive-slider .slick-slide {
        outline: none !important;
        /*background-color: black;*/
        color: #000;
        margin: 0 0.3em;
        white-space: nowrap;
        /*border-radius: 2em;
    border: 1px solid rgba(128, 128, 128, 0.425) !important;*/
    }

    .responsive-slider .slick-slide, .homeMenuSlider .slick-slide {
        padding: 0.3em 0.3em;
        text-align: center;
        overflow: hidden;
        font-size: 0.8em;
    }

    .slick-prev:before, .slick-next:before {
        color: black !important;
        font-size: 20pt !important;
    }

    #wrpProductData .row {
        padding: 1.5em 1em;
    }

    .product-card {
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
        margin-bottom: 1em;
        background-color: white;
    }

        .product-card .product-horizontal {
            padding: 0 10px 0 10px;
            position: relative;
        }

        .product-card.horizontal .Imagehorizontal {
            min-height: 164px;
            padding: 0 0 0 10px !important;
            position: relative;
            display: block;
            text-align: center;
        }

            .product-card.horizontal .Imagehorizontal .bottom {
                height: 63px;
                margin: 0 auto 0 auto;
                width: 95px;
                display: block;
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
            }

    .sh-part2 .Imagehorizontal .mobileIncreseDecrease {
        padding-bottom: 0px !important;
        height: auto !important;
        margin: 0px 0 0 0 !important;
        padding-top: 15px;
    }

    .product-card.horizontal {
        padding-top: 10px;
    }

    .product-card > img {
        width: 100%;
    }

    .product-card.horizontal .pImage, .sh-part2 .products .wrapperImage .shopImage {
        width: 350px;
        height: 350px;
        margin: 0 auto;
        display: block;
        object-fit: contain;
    }

    .product-card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

    .product-card.horizontal .product {
        overflow: hidden;
        height: 100px;
    }

    .product-card:not(.horizontal) .product {
        padding: 1em;
        overflow: hidden;
    }

    .product-container {
        position: relative;
        height: 100%;
    }

    .product-card .product h4 {
        font-size: 1.1em;
        padding-bottom: 4px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.199);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product-card.horizontal .h4Title {
        border-bottom: none;
    }
    /* start sajad 1-5-99 */
    .product-card .product h4:hover {
        text-overflow: unset;
    }

    .product-card .product h4 .title {
        position: relative;
        transition: 0.6s;
    }

    .rtl .product-card .product h4.overflowed:hover .title {
        right: -50%;
    }

    .rtl .product-card .product h4 .title {
        right: 0;
    }

    .ltr .product-card .product h4.overflowed:hover .title {
        left: -50%;
    }

    .ltr .product-card .product h4 .title {
        left: 0;
    }

    .product-card:not(.horizontal) .product p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: 0.4s;
        font-size: 0.8em;
        position: absolute;
        width: 100%;
        top: 30px;
        min-height: 100px;
    }

    .product-card.horizontal .description {
        overflow: hidden;
        font-size: 0.8em;
        height: 63px;
        display: block;
        margin-top: 5px;
        color: #b5b5b5;
        white-space: normal;
        width: 192px;
    }

    .product-card.horizontal .product .product-container div {
        display: block;
        height: 100%;
    }

    .product-card .product .product-container div {
        display: none;
        height: 100%;
    }

        .product-card .product .product-container div:hover p {
            white-space: unset;
            top: 0;
            background-color: white;
            margin: 0 !important;
        }

    .product-card.horizontal .btnAddToBasket {
        height: 63px;
    }

    .wrpPriceDiscount-horizontal {
        font-weight: bold;
        min-height: 48px;
        position: absolute;
        bottom: 0;
    }

        .wrpPriceDiscount-horizontal .priceHeight {
        }

        .wrpPriceDiscount-horizontal .price {
            font-weight: bold;
            font-size: 1.5em;
        }

        .wrpPriceDiscount-horizontal del.price, .wrpPriceDiscount-horizontal del.price + span {
            font-weight: normal;
            font-size: 1em;
            color: #b5b5b5;
        }

        .wrpPriceDiscount-horizontal .priceDiscount {
            font-weight: bold;
            font-size: 1.5em;
        }

    .wrpPriceDiscount {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-weight: bold;
    }

        .wrpPriceDiscount > div:nth-of-type(2) {
            color: red;
            font-size: small;
        }

    .add-to-cart {
        display: flex;
        justify-content: center;
        color: #C2A12D;
    }

        .add-to-cart:hover {
        }

        .add-to-cart > div:nth-of-type(1) {
            display: none;
            border: 1px solid #C2A12D;
            padding: 0.5em 1em 0.5em 3em;
            /*background-image: url(/images/icons/shopping-cart.svg);*/
            background-size: 30px;
            background-repeat: no-repeat;
            background-position: 0.8em;
            border-radius: 1em;
            transition: 0.4s;
            cursor: pointer;
            margin: 0.5em 0;
        }

        .add-to-cart > div:nth-of-type(2) img {
            cursor: pointer;
        }

    @media (min-width: 768px) {
        .product-card .product {
            height: 50px;
        }

        .appPage header h2 {
            font-size: 1.5em;
            margin-bottom: 10px;
        }

        .appPage header p {
            font-size: 1.1em;
        }

        .appPage main #mobile-picture {
            display: flex;
            align-items: center;
        }

            .appPage main #mobile-picture img {
                margin: 1em 0.5em;
            }

        .appPage main #app-links {
            padding: 5em 2em;
        }
    }
