/*----- FONTS -----*/
/* Montserrat */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");
/* barlow */
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800;900&display=swap");
/* files */
@import url("../css/login-signup.css");
@import url("../css/header_footer.css");

/*----- BASIC -----*/
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) 50% 50% no-repeat rgb(255 255 255);
    opacity: 1;
    display: none;
}

main {
    padding: 0px 0 0;
}

html,
body {
    height: auto;
}

body.headitemshow {
    overflow: hidden;
}

body {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400;
    background: #f7f7f7;
    color: #000000;
    line-height: 1.5;
    position: relative;
    overflow-x: hidden;
    transition-duration: 300ms;
    transition-timing-function: ease-out;
}

a,
a:hover,
:hover {
    text-decoration: none;
    color: #000000;
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}

ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

h1,
h2,
h3 {
    font-weight: 600;
}

h4,
h5,
h6 {
    font-weight: 500;
}

main {
    padding: 50px 0 0;
    background: #fff;
}

.custm-container {
    padding-left: 3rem;
    padding-right: 3rem;
}

.favicon {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

body.basic-modal-open {
    overflow: hidden;
}

.basic-modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.custom-container {
    padding: 0 60px;
}

/*----- MAIN -----*/

.title h1 {
    font-weight: 800;
}

.title span {
    font-size: 14px;
    font-weight: 600;
    color: #848484;
}

.banner {
    background: url("../images/pakun_banner.png") no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 145px 0 0;
}

.banner h1 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    display: block;
    text-align: center;
}

.wd-sl-banner_content {
    text-align: center;
}

.wd-sl-banner_content h1 {
    font-weight: 600;
    color: #fff !important;
    margin-bottom: 0;
    display: block;
    text-align: center;
}

p {
    font-size: 14px;
}

/* Home-page */
#homeBnr {
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    padding: 0 0 50px;
}

#homeBnr h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 8px;
}

#homeBnr P {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

#searchBg {
    background: url("../images/grocery/search-food-bg.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 412px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.download-btn a {
    display: inline-block;
    margin-right: 8px;
}

.download-btn a:last-child {
    margin: 0
}

;

#frst h1 {
    font-size: 36px;
    margin-bottom: 23px;
}

.download-btn a img {
    box-shadow: 0px 5px 10px rgba(237, 28, 36, 0.25), 0px 20px 40px rgba(225, 37, 27, 0.29);
    border-radius: 10px;
    background: #fff;
}

#frst p {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
}

.serch-form .form-group {
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.serch-form .form-control {
    border-radius: 50px;
    padding: 12.5px 15px 12.5px 45px;
    height: auto;
    color: #9AA0B4 !important;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    box-shadow: 0px 0px 10px #cccccc73;
}

.wd-search-icon {
    position: absolute;
    top: 0;
    left: 0;
    margin: 12px 15px;
}

.wd-search-icon svg {
    width: 20px;
    height: 20px;
}

.serch-form .srch-btn {
    background: #ff6900;
    border-radius: 100px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #ff6900;
    padding: 12px 25px;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.serch-form .srch-btn:hover {
    background: transparent;
    color: #ff6900;
}

.serch-form {
    display: flex;
    align-items: center;
    margin: 20px auto 0;
    width: 100%;
    grid-gap: 10px;
}

.wd-mr-food-list {
    margin: 0 0 40px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.wd-sl-ctgry_item .ctgry-img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    width: 92px;
    height: 92px;
    border: 2px solid transparent;
    margin: 0 auto;
    text-align: center;
}

.ctgry-img-box img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.wd-sl-ctgry_item:hover .ctgry-img-box,
.wd-sl-ctgry_item.active .ctgry-img-box {
    border: 2px solid #ff6900;
    box-shadow: 0px 5px 5px rgba(237, 28, 36, 0.45);
}

/*.wd-sl-ctgry_item img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}*/

.ctgry-name {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    margin-top: 5px;
    display: block;
    white-space: nowrap;
}

.wd-sl-ctgry_item:hover .ctgry-name,
.wd-sl-ctgry_item.active .ctgry-name {
    color: #ff6900;
}

#frst .owl-carousel .owl-nav.disabled,
#frst .owl-carousel .owl-nav {
    display: block !important;
}

.wd-sl-coupon_content p {
    font-size: 16px;
    font-weight: 900;
    color: #000000;
    display: block;
    margin-right: 100px;
}

.wd-sl-orderbtn {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px 15px;
    display: inline-block;
    background: #ff6900;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.35);
    border-radius: 8px;
}

.owl-coupon .item {
    position: relative;
}

.owl-coupon .item img {
    width: 70%;
    margin: 0 auto;
}

.wd-sl-coupon_content {
    position: absolute;
    width: 70%;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 30px;
}

.owl-coupon .owl-prev {
    background: #ffffff !important;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    transform: translate(50px, 125px);
}

.owl-coupon .owl-prev span {
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -2px;
    color: #ff6900;
}

.owl-coupon .owl-next {
    background: #ffffff !important;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    transform: translate(-50px, 125px);
}

.owl-coupon .owl-next span {
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -2px;
    color: #ff6900;
}

#secd {
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    position: relative;
}

#secd:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: -9;
}

#frth {
    background: #fafafa;
}

.card {
    border: none;
    border-radius: 7px;
    box-shadow: 0px 0px 30px rgb(167 166 170 / 25%);
    margin: 20px;
}

.card-img-top {
    height: 165px;
    object-fit: cover;
    border-radius: 7px 7px 0 0;
}

.card-body {
    padding: 15px;
}

.card-body h6 {
    font-size: 16px;
    font-weight: 700;
    color: #0d1833;
}

.card-body p {
    font-size: 14px;
    color: #777687;
    margin-bottom: 5px;
}

.card-price span {
    font-size: 18px;
    font-weight: 700;
}

.card-price {
    display: flex;
    align-items: center;
}

.card-price small svg {
    margin-right: 10px;
}

.card-price small {
    display: flex;
    align-items: center;
    margin-left: 30px;
    font-size: 12px;
    color: #7e8392;
}

.card-rates {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    display: flex;
    align-items: center;
    background: #ffffff;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 20%);
    border-radius: 100px;
    width: fit-content;
    padding: 5px 10px;
    line-height: normal;
    position: absolute;
    top: 0;
    margin: 12px;
}

.card-rates svg {
    margin-left: 7px;
}

.owl-product .owl-dots {
    display: none;
}

.owl-product,
.owl-productnew,
.owl-productsingle {
    display: flex !important;
    flex-flow: column-reverse;
}

.owl-productnew .owl-dots,
.owl-productsingle .owl-dots {
    text-align: center;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#secd .owl-product .owl-dots .owl-dot,
.owl-productnew .owl-dots .owl-dot,
#frth .owl-productsingle .owl-dots .owl-dot,
#sixth .owl-productsingle .owl-dots .owl-dot,
#seventh .owl-productsingle .owl-dots .owl-dot {
    background: #638c1c !important;
}

.owl-carousel .owl-item img.owl-poster-img {
    display: block;
    width: 100%;
    height: 600px;
    margin-top: 30px;
    border-radius: 13.3056px;
}

#secd img.card-top-img {
    height: 250px;
    object-fit: cover;
    width: 100%;
    border-radius: 13px;
}

.owl-product .owl-dots .owl-dot,
.owl-productnew .owl-dots .owl-dot,
.owl-productsingle .owl-dots .owl-dot {
    background: #ffffff !important;
    width: 3px;
    height: 3px;
    border-radius: 90px;
    margin: 0 4px;
}

.owl-product .owl-dots .owl-dot.active,
.owl-productnew .owl-dots .owl-dot.active,
.owl-productsingle .owl-dots .owl-dot.active {
    width: 38px;
}

.view-btn {
    font-size: 16px;
    font-weight: 700;
    display: block;
    color: #ff6900;
    text-align: center;
    margin: 15px 0 0;
}

#thrd {
    background: #ff6900 url("../images/bgfood.png") no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    margin-top: 25px;
}

#thrd .title span {
    color: #ffffff;
}

.owl-productnew .card {
    box-shadow: none;
    margin: 0;
}

.owl-productnew .item {
    margin: 20px 0;
}

#fifth {
    background: #ff6900;
    color: #ffffff;
}

ul.wd-sl-step {
    background: #ffffff;
    box-shadow: 0px 14px 15px #ff6800, 0px 27px 82px rgb(255 104 0 / 50%);
    border-radius: 24px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 85.5%;
    margin: 0 auto;
}

ul.wd-sl-step li {
    display: flex;
    align-items: center;
}

ul.wd-sl-step li img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 15px;
}

ul.wd-sl-step li h2 {
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 0;
    background: -webkit-linear-gradient(92.84deg, #ff6900 -47.72%, #9d0000 136.81%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

li.line {
    margin: 0;
}

li.line svg {
    height: 70px;
}

.install-options {
    margin-top: 50px;
}

.install-options h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #fff;
    text-transform: capitalize;
}

.install-options p {
    font-size: 16px;
    color: #f8f5f2;
    margin-bottom: 25px
}

/* serach pages */
.wd-sl-empty_cart h6 {
    font-size: 22px;
    font-weight: 700;
    color: #1d2f35;
    display: block;
}

.wd-sl-empty_cart p {
    font-size: 14px;
    color: #545454;
    margin: 0;
}

.wd-sl-empty_cart {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 6px 6px 18px rgb(0 0 0 / 5%);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.wd-sl-empty_cart img {
    width: 50%;
    margin: 20px auto;
}

.wd-sl-search_main.wd-mr-title-bg {
    color: #FFFFFF;
    background: #1D2F35;
    border-radius: 8px;
    padding: 15px 35px;
}

.wd-sl-search_main {
    color: #000000;
    margin-bottom: 25px;
    margin-top: 0;
}

.wd-sl-search_main h6 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}

.wd-sl-search_main h6 small {
    font-size: 15px;
    font-weight: 500;
    color: rgb(255 255 255 / 40%);
}

.wd-sl-search_main form {
    display: flex;
    align-items: center;
    width: 30%;
    justify-content: flex-end;
}

.wd-sl-search_main form .form-group {
    width: 100%;
    margin-bottom: 0;
    margin-right: 10px;
}

.wd-sl-search_main form .form-group .form-control {
    background: rgba(255, 255, 255, 0.07);
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    display: inline-block;
    padding: 10px 5px;
    line-height: normal;
    height: auto;
    border: none;
}

.wd-sl-search_main form .form-group .form-control option {
    color: #1d2f35;
}

.wd-sl-search_data .card {
    margin: 0 0 15px;
    flex-flow: row;
}

.wd-sl-search_data .card .card-img {
    width: 184px;
    height: auto;
}

.wd-sl-search_data .card .card-img img {
    border-radius: 7px 0px 0px 7px;
    height: 138px;
    width: 185px;
    object-fit: cover;
}

.wd-sl-search_data .card-body {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.wd-sl-search_data .card-downtext {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-counter {
    display: flex;
    align-items: center;
}

.card-counter span {
    border: 1px solid #638c1c;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #638c1c;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.card-counter input,
.card-counter input:focus-visible,
.card-counter input:read-only {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    border: none;
    height: auto;
    text-align: center;
    width: 50px;
    padding: 0;
    outline: none;
}

/*----- SECTION -----*/
/*------ MY ACCOUNT -------*/
#book_table,
#payment {
    padding: 0 0 50px;
}

.wd-jk-leftbar_menu {
    background: #ffffff;
    box-shadow: 8px 9px 30px rgba(167, 166, 170, 0.25);
    border-radius: 10px;
}

.wd-jk-leftbar_menu .user-details {
    display: flex;
    align-items: center;
    padding: 30px 0 20px 30px;
}

.wd-jk-leftbar_menu .user-img {
    width: 65px;
    height: 65px;
}

.wd-jk-leftbar_menu .user-name {
    margin-left: 25px;
}

.wd-jk-leftbar_menu .user-name h6 {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    margin-bottom: 0;
}

.wd-jk-leftbar_menu .user-name span {
    margin-top: 5px;
    font-weight: 500;
    font-size: 14px;
    color: #9ea1b1;
    display: block;
}

.wd-jk-leftbar_menu .account-details {
    background: #f9f9f9;
    box-shadow: inset 0px 4px 14px rgba(0, 0, 0, 0.07);
    border-radius: 20px 20px 0 0;
    padding: 15px 30px 30px;
}

.account-details ul li a {
    background: #efefef;
    border-radius: 11px;
    padding: 15px 15px 15px 20px;
    margin-top: 15px;
    font-weight: 700;
    font-size: 15px;
    color: #545454;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.account-details ul li:first-child a {
    padding: 0 15px 0 0;
    border-radius: 19px !important;
}

.wd-sub-lft {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wd-sub-icon {
    border-radius: 19px 0px 0px 19px;
    background: linear-gradient(90deg, #B4B4B4 0%, #B4B4B4 52.08%, #757575 100%);
    width: 60px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.account-details ul li a.active .wd-sub-icon {
    background: #FF8B3A;
}

.account-details ul li a.active .wd-sub-icon svg path {
    fill: #FF6900;
}

.wd-sub-icon span {
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wd-sub-txt p {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
}

/* subscritption end */
.wd-mr-sub-end {
    border-radius: 15px;
    border: 2px solid #000;
    background: #FF6900;
    display: flex;
    align-items: center;
}

.wd-subscript-lft {
    border-radius: 13px 0px 0px 13px;
    background: #F5AA75;
    width: 79px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.wd-subscript-right p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}

.account-details ul li a.active .wd-sub-txt p,
.account-details ul li a.active .wd-sub-txt span {
    color: #fff;
}

.wd-sub-txt span {
    color: #545454;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
}

.account-details ul li a.active svg path {
    stroke: #fff;
}

/*.wd-jk-leftbar_menu .account-details ul li a span {
  display: flex;

  align-items: center;
}
*/
/*.wd-jk-leftbar_menu .account-details ul li a span small {
  font-weight: 600;

  font-size: 16px;

  color: #545454;

  margin-left: 10px;
}*/
.account-details ul li a.active {
    color: #ffffff;
    background: #ff6900;
    box-shadow: 0px 5px 8px rgba(237, 28, 36, 0.33);
    border-radius: 11px;
}

.wd-jk-rightbar_menu {
    background: #ffffff;
    box-shadow: 8px 9px 30px rgba(167, 166, 170, 0.25);
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    /*  height: 100%;*/
    margin-bottom: 20px;
}

.my-account h5 {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    position: relative;
    margin-bottom: 25px;
    white-space: nowrap
}

.wd-jk-rightbar_menu .my-account img.user-img {
    height: 100px;
    width: 100px;
    display: block;
    margin: 0 auto;
}

.wd-jk-rightbar_menu form.account-form {
    margin-top: 30px;
}

.wd-jk-rightbar_menu form.account-form .form-group label {
    font-weight: 500;
    font-size: 15px;
    color: #545454;
    margin-bottom: 5px;
}

.wd-jk-rightbar_menu form.account-form input.form-control {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.24);
    border-radius: 12px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #000000;
    height: 100%;
    padding: 12px 20px 12px 15px;
    line-height: normal;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.07);
}

.save-btn {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    border: none;
    display: inline-block;
    margin-top: 10px;
    padding: 12px 30px;
    color: #ffffff;
    background: #ff6900;
    box-shadow: 0px 5px 8px rgba(237, 28, 36, 0.33);
    border-radius: 78px;
    margin: 20px auto 50px;
}

/*---------- SETTINGS  --------*/
.wd-jk-rightbar_menu .change-pswd h5:after {
    width: 86%;
}

.wd-jk-rightbar_menu .change-pswd h6 {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
}

.wd-jk-rightbar_menu .change-pswd form.edit-profile-form {
    margin-top: 0;
}

.wd-jk-rightbar_menu .change-pswd form.edit-profile-form .save-btn {
    padding: 12px 70px;
}

.wd-jk-rightbar_menu .change-pswd form.edit-profile-form .confirm-btn {
    border: none;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    padding: 10px;
    width: 100%;
    margin-top: 25px;
    background: #ff6900;
    box-shadow: 0px 5px 8px rgba(237, 28, 36, 0.33);
    border-radius: 78px;
}

.change-pswd .notify {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.switch_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* Switch 1 Specific Styles Start */
input[type="checkbox"].switch_1 {
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 46px;
    height: 25px;
    background: #ddd;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

input[type="checkbox"].switch_1:checked {
    background: #ff6900;
}

input[type="checkbox"].switch_1:after {
    position: absolute;
    content: "";
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    left: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

input[type="checkbox"].switch_1:checked:after {
    left: calc(100% - 1.5em);
}

/*---------------- SETTINGS MODALS ----------*/
.wd-jk-otp_modal .modal-content {
    background: #ffffff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.wd-jk-otp_modal .modal-header {
    border: none;
    padding: 16px 16px 0;
}

.wd-jk-otp_modal .modal-header img.modal-img {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}

.wd-jk-otp_modal .modal-header .close {
    margin: 0;
    padding: 0;
    font-weight: 100;
    font-size: 35px;
}

.wd-jk-otp_modal .modal-body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.wd-jk-otp_modal .modal-body h6 {
    font-weight: 700;
    font-size: 28px;
    color: #000000;
    margin-bottom: 0;
}

.wd-jk-otp_modal .modal-body p {
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.wd-jk-otp_modal .modal-body .otp-grid {
    max-width: 70%;
    margin: 0 auto;
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
}

.wd-jk-otp_modal .modal-body .otp-grid .form-control {
    font-weight: 500;
    font-size: 28px;
    color: #333333;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #ebebeb;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.03);
    border-radius: 8px;
}

.wd-jk-otp_modal .modal-footer {
    border: none;
    justify-content: center;
    padding: 10px 10px 25px;
}

.wd-jk-otp_modal .modal-footer button.confirm-btn {
    border: none;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    background: #ff6900;
    box-shadow: 0px 5px 8px rgba(237, 28, 36, 0.33);
    border-radius: 100px;
    border-radius: 100px;
    padding: 12px 40px;
}

.wd-jk-otp_modal .modal-footer a {
    font-weight: 500;
    font-size: 14px;
    color: #1d2f35;
    margin-left: 30px;
}

/*------- ORDER HISTORY -------*/
.wd-jk-order-menu .nav-tabs {
    border: none;
    justify-content: center;
    align-items: center;
    background: #EFEFEF;
    border-radius: 200px;
    width: fit-content;
    margin: 0 auto 20px;
    padding: 5px;
}

.wd-jk-order-menu .nav-tabs .nav-item.show .nav-link,
.wd-jk-order-menu .nav-tabs .nav-link {
    border: none;
    color: #545454;
    font-weight: 600;
    border-radius: 90px;
    font-size: 14px;
    padding: 8px 30px;
}

.wd-jk-order-menu .nav-tabs .nav-item.show .nav-link,
.wd-jk-order-menu .nav-tabs .nav-link.active {
    background: #ff6900;
    font-weight: 600;
    color: #ffffff;
}

.order-history .order-grid-bx .grid-top span.product-img {
    background: rgb(225 37 27 / 10%);
    border-radius: 10px;
    padding: 12px 15px 15px;
}

.wd-jk-rightbar_menu .order-history .order-grid-bx .grid-top span.product-img svg {
    height: 24px;
    width: 18px;
}

.wd-jk-rightbar_menu .order-history .order-grid .order-grid-bx {
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    margin-bottom: 30px;
    background: #ffffff;
    display: block;
}

.wd-jk-rightbar_menu .order-history .order-grid-bx .grid-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px;
}

.wd-jk-rightbar_menu .order-history .order-grid-bx .grid-top .product-details {
    display: flex;
    align-items: center;
}

.product-details .prodct-icon {
    background: rgb(255 105 0 / 10%);
    border-radius: 10px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-details .prodct-icon svg path {
    fill: #ff6900;
}

.wd-jk-rightbar_menu .order-history .order-grid-bx .grid-top .product-name {
    margin-left: 10px;
}

.wd-jk-rightbar_menu .order-history .order-grid-bx .grid-top .product-name h6 {
    font-weight: 700;
    font-size: 14px !important;
    color: #0d1833;
    margin-bottom: 0;
}

.wd-jk-rightbar_menu .order-history .order-grid-bx .grid-top .product-name span {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.02em;
    color: #9d9d9d;
    display: block;
    margin-top: 5px;
}

.wd-jk-rightbar_menu .order-history .order-grid-bx .grid-top .product-price h6 {
    font-weight: 600;
    font-size: 14px !important;
    color: #1d2f35;
    margin-bottom: 0;
    text-align: right;
}

.wd-jk-rightbar_menu .order-history .order-grid-bx .grid-top .product-price span {
    font-weight: 500;
    font-size: 12px;
    color: #40b807;
    display: block;
    margin-top: 5px;
    text-align: right;
}

.wd-jk-rightbar_menu .order-history .order-grid-bx .grid-middle {
    padding: 10px;
    border-bottom: 0.2px solid rgb(0 0 0 / 20%);
    border-top: 0.2px solid rgb(0 0 0 / 20%);
}

.wd-jk-rightbar_menu .order-history .order-grid-bx .grid-middle .product-quantity span {
    font-weight: 500;
    font-size: 12px;
    color: #9d9d9d;
    display: block;
}

.wd-jk-rightbar_menu .order-history .order-grid-bx .grid-middle .product-quantity h6 {
    font-weight: 600;
    font-size: 12px !important;
    color: #1d2f35;
    margin-bottom: 0;
    margin-top: 4px;
}

.wd-jk-rightbar_menu .order-history .order-grid-bx .grid-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.wd-jk-rightbar_menu .order-history .order-grid-bx .grid-bottom-2 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px;
}

.wd-jk-rightbar_menu .order-history .order-grid-bx .grid-bottom h6 {
    font-weight: 600;
    font-size: 12px;
    color: #40b807;
    margin-bottom: 0;
}

.wd-jk-rightbar_menu .order-history .order-grid-bx .grid-bottom span,
.wd-jk-rightbar_menu .order-history .order-grid-bx .grid-bottom-2 span {
    font-weight: 600;
    font-size: 12px;
    color: #6D6D6D;
}

.wd-jk-rightbar_menu .order-history .order-grid-bx .grid-bottom button.repeat-btn {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #8f8f8f;
    border: none;
    background: #fff;
    padding: 0;
}

/*------- ORDER DETAILS ------*/
.wd-jk-rightbar_menu .order-detail h5:after {
    width: 77%;
}

.wd-jk-rightbar_menu .order-detail .order-id {
    margin-bottom: 20px;
}

.wd-jk-rightbar_menu .order-detail .order-id span {
    font-weight: 500;
    font-size: 12px;
    display: block;
    color: #a0a0a0;
    margin-bottom: 8px;
}

.wd-jk-rightbar_menu .order-detail .order-id h6 {
    font-weight: 600;
    font-size: 13px;
    color: #545454;
    margin-bottom: 0;
}

.wd-jk-rightbar_menu .order-detail .order-bx {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(121px, 1fr));
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.wd-jk-rightbar_menu .order-detail .suprt-btn {
    border: 1.04762px solid #3c89ee;
    border-radius: 94.2857px;
    font-weight: 500;
    font-size: 12.5714px;
    color: #554455;
    padding: 3px 6px;
    display: flex;
    align-items: center;
}

.wd-jk-rightbar_menu .order-detail .suprt-btn svg {
    margin-right: 5px;
}

.wd-jk-rightbar_menu .order-detail h6.items {
    color: #3C2D45;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 12px;
}

.wd-jk-rightbar_menu .order-detail .items-detail {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    width: 100%;
}

.pro-item {
    display: inline-flex;
    grid-gap: 15px;
    align-items: center;
    margin-bottom: 16px;
}

.wd-jk-rightbar_menu .order-detail .items-detail:last-child {
    margin: 0;
}

.wd-jk-rightbar_menu .order-detail .rejected-item {
    opacity: 0.7;
}

.wd-pro-img {
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0px 4.25px 14.875px 0px rgba(0, 0, 0, 0.05);
    width: 102px;
    height: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wd-pro-img img {
    width: 78px;
    height: 78px;
    object-fit: contain;
}

img.item-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    position: relative;
    border-radius: 10px;
}

.wd-jk-rightbar_menu .order-detail .items-detail .item-name {
    margin-left: 10px;
    width: 100%;
}

.wd-jk-rightbar_menu .order-detail .items-detail .item-name h6 {
    font-weight: 600;
    font-size: 14px;
    color: #0d1833;
    margin-bottom: 0;
}

.wd-jk-rightbar_menu .order-detail .items-detail .item-name p {
    margin-top: 5px;
    font-weight: 400;
    font-size: 12px;
    color: #616161;
    display: block;
    margin: 0;
}

.wd-jk-rightbar_menu .order-detail .items-detail .item-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.wd-jk-rightbar_menu .order-detail .items-detail .item-price h6 {
    font-weight: 600;
    font-size: 13px;
    color: #1d2f35;
    margin-bottom: 0;
}

.wd-jk-rightbar_menu .order-detail .items-detail .item-price h6 strike {
    font-weight: 400;
    font-size: 13px;
    text-decoration-line: line-through;
    color: #7e8392;
    margin: 0 0 0 10px;
}

.wd-jk-rightbar_menu .order-detail .items-detail .item-price span {
    margin-top: 0;
    font-weight: 600;
    font-size: 13px;
    color: #1d2f35;
    display: block;
}

.wd-jk-rightbar_menu .order-detail ul.menu {
    /*  border-top: 1px solid rgb(0 0 0 / 10%);*/
    margin-top: 20px;
    padding: 15px 0 0;
}

.wd-jk-rightbar_menu .order-detail ul.menu li.menu-item {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.16px;
    color: #000000;
}

.wd-jk-rightbar_menu .order-detail ul.menu li.menu-item:first-child {
    margin-top: 0;
}

.wd-jk-rightbar_menu .order-detail ul.menu li.menu-item:last-child {
    color: #101E45;
}

.wd-jk-rightbar_menu .order-detail ul.menu li.menu-item span {
    color: #101e45;
    display: block;
}

.wd-jk-rightbar_menu .order-detail ul.menu li.menu-item span.span-red {
    color: #ff6900;
    display: block;
}

.wd-jk-rightbar_menu .order-detail .btn-grp {
    max-width: 100%;
    margin: 30px auto 0;
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(319px, 1fr));
    width: 100%;
}

.wd-jk-rightbar_menu .order-detail .btn-grp button {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.02em;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
    border: none;
    padding: 15px 90px;
    display: block;
}

.track-btn {
    background: #FFFFFF;
    border: 1px solid #000000;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
    border-radius: 78px;
    display: block;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
    padding: 12px 30px;
    width: 100%;
    text-transform: uppercase;
    margin: 0 auto 10px;
    white-space: nowrap;
}

.track-btn:hover {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}

.cancel-btn {
    background: #ff6900;
    box-shadow: 0px 5px 8px rgba(237, 28, 36, 0.33);
    border-radius: 78px;
    display: block;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #fff;
    padding: 12px 30px;
    text-transform: uppercase;
    width: 100%;
    margin: 0 auto 10px;
}

.cancel-btn:hover {
    color: #fff;
    box-shadow: 0px 5px 8px rgba(237, 28, 36, 0.5);
}

.ongoing-btn .cancel-btn {
    margin: 30px auto 10px;
    width: 45%;
}

.ongoing-btn .track-btn {
    width: 60%;
}

.wd-jk-delivery-box {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(327px, 1fr));
    margin-top: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.wd-jk-delivery-box .delivery-contain {
    margin-bottom: 20px;
}

.wd-jk-delivery-box .delivery-contain h6 {
    font-weight: 600;
    font-size: 14px;
    color: #1d2f35;
    margin-bottom: 0;
}

.wd-jk-delivery-box .delivery-contain p {
    font-weight: 400;
    font-size: 12px;
    color: #7a7a7a;
    margin-bottom: 0;
    margin-top: 5px;
}

/*-------- MANAGE ADDRESS -------*/
.wd-jk-rightbar_menu .manage-address h5:after {
    width: 70%;
}

.add-new {
    font-weight: 700;
    font-size: 14px;
    color: #ff6900;
    border: 1px solid #ff6900;
    border-radius: 12px;
    padding: 10px 5px;
    display: block;
    text-align: center;
}

.manage-address .manage-top {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.manage-address .address-bx {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 11px;
    /*margin-bottom: 20px; */
}

#add-location .manage-address .address-bx {
    margin-bottom: 20px;
}

.manage-address .edit-del-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 10px;
    border-bottom: 1px solid #cccccc;
}

.manage-address .edit-del-menu .address-svg {
    display: flex;
    align-items: center;
}

.manage-address .edit-del-menu .address-svg svg {
    margin-right: 10px;
}

.manage-address .edit-del-menu h6 {
    font-weight: 600;
    font-size: 14px;
    color: #545454;
    display: block;
    margin-bottom: 0;
}

.manage-address .edit-del-menu span svg:last-child {
    margin-left: 10px;
}

.manage-address .address-body {
    padding: 12px 10px;
}

#add-location .manage-address .address-body {
    padding: 15px 10px 30px;
}

.manage-address .address-body p {
    font-weight: 500;
    font-size: 13px;
    color: #3c2d45;
    margin-bottom: 5px;
}

.address-body p:last-child {
    margin-bottom: 0;
}

/*------- ADD NEW ADDRESS MODEL --------*/
.wd-jk-add_new_modal .modal-content {
    background: #ffffff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.wd-jk-add_new_modal .modal-body {
    padding: 0;
}

.wd-jk-add_new_modal .modal-header {
    border-bottom: 0;
    justify-content: center;
    padding: 15px 15px;
    position: relative;
}

.wd-jk-add_new_modal .modal-header h5.modal-title {
    font-weight: 700;
    font-size: 22px;
    color: #101e45;
}

.wd-jk-add_new_modal .modal-body iframe {
    height: 250px;
    width: 100%;
}

.wd-jk-add_new_modal form.account-form {
    padding: 15px 20px;
}

.wd-jk-add_new_modal form.account-form .form-group label {
    font-weight: 500;
    font-size: 15px;
    color: #545454;
    margin-bottom: 5px;
}

.wd-jk-add_new_modal form.login-form .form-group {
    position: relative;
}

.wd-jk-add_new_modal form.login-form .form-group svg {
    position: absolute;
    top: 0;
    left: 0;
    margin: 17px;
}

#addAddress form.login-form .form-group:last-child {
    margin-bottom: 0;
}

#addAddress form.login-form .form-group:first-child .form-control {
    padding: 15px 40px;
}

.wd-jk-add_new_modal.edit-address form.account-form .form-control {
    color: #000000;
}

.wd-jk-add_new_modal.edit-address form.account-form .form-group:first-child .form-control {
    padding: 15px 20px;
}

.wd-jk-add_new_modal form.account-form .form-control {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.24);
    border-radius: 12px;
    font-weight: 500;
    font-size: 14px;
    color: rgb(0 0 0 / 50%) !important;
    height: 100%;
    padding: 15px 20px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.07);
}

.wd-jk-add_new_modal form.account-form .modal-text {
    background: #fdfbf8;
    border: 1px solid #e2e2e2;
    border-radius: 14px;
    padding: 10px;
    margin-bottom: 15px;
}

.wd-jk-add_new_modal form.account-form .modal-text p {
    font-weight: 400;
    font-size: 14px;
    color: #1d2f35;
    margin: 0;
}

.wd-jk-add_new_modal form.login-form textarea.form-control {
    height: 150px;
}

.wd-jk-add_new_modal form.login-form h6.add-title {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    margin-bottom: 15px;
}

.wd-jk-add_new_modal form.login-form .address-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wd-jk-add_new_modal form.login-form .address-box .address-item {
    background: #fdfbf8;
    border: 1px solid #e2e2e2;
    border-radius: 50px;
    padding: 10px 15px;
    display: flex;
    font-size: 14px;
    align-items: center;
}

.wd-jk-add_new_modal form.login-form .address-box .address-item svg {
    margin-right: 10px;
}

.wd-jk-add_new_modal form.login-form button.add-btn,
.wd-jk-add_new_modal form.login-form a.add-btn {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    display: block;
    padding: 12px 30px;
    width: 100%;
    background: #ff6900;
    box-shadow: 0px 5px 8px rgba(237, 28, 36, 0.33);
    border-radius: 78px;
    height: auto;
    margin: 20px auto;
}

/*------- TERMS & CONDITIONS ------*/
.wd-jk-rightbar_menu ul.terms-details li.terms-item {
    display: flex;
}

/* .wd-jk-rightbar_menu ul.terms-details li.terms-item svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
} */
ul.terms-details li.terms-item {
    margin-bottom: 10px;
}

ul.terms-details li.terms-item p {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 0;
}

/*---------- HELP & FAQ --------*/
.wd-jk-rightbar_menu .help-details h5:after {
    width: 88%;
}

.wd-jk-rightbar_menu .help-details .help-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    margin-bottom: 10px;
}

.wd-jk-rightbar_menu .help-details .help-card .card-header a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-decoration: none;
    padding: 0;
}

.wd-jk-rightbar_menu .help-details .help-card .card-header a h6 {
    font-weight: 600;
    font-size: 16px;
    color: #1d2f35;
    padding: 0;
    display: flex;
    margin-bottom: 0;
}

.wd-jk-rightbar_menu .help-details .help-card .card-header a h6 span {
    font-weight: 600;
    font-size: 16px;
    color: #1d2f35;
    background: #f8f5f2;
    border-radius: 100px;
    display: inline-block;
    margin-right: 10px;
    width: 24px;
    height: 22px;
}

.wd-jk-rightbar_menu .help-details .help-card .card-header {
    background: transparent;
    border: none;
    padding: 10px;
    position: relative;
}

.wd-jk-rightbar_menu .help-details .help-card .card-header a.btn.btn-link.collapsed svg {
    transform: rotate(180deg);
}

.wd-jk-rightbar_menu .help-details .help-card .card-header a.btn.btn-link svg {
    transform: unset;
}

.wd-jk-rightbar_menu .help-details .help-card .card-body {
    padding: 10px;
    border-top: 1px solid #f2f2f2;
}

/*------- NOTIFICATION -------*/
.wd-jk-rightbar_menu .notification h5:after {
    width: 88%;
}

/*.wd-jk-rightbar_menu .notification .notification-items {
  display: flex;

  align-items: flex-start;

  background: #ffffff;

  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);

  border-radius: 14px;

  padding: 20px 15px;

  margin-bottom: 10px;
}*/
/*.wd-jk-rightbar_menu .notification .notification-details h6 {
  margin-bottom: 0;

  font-weight: 600;

  font-size: 16px;

  color: #1d2f35;
}*/
/*.wd-jk-rightbar_menu .notification .notification-details span {
  margin-top: 5px;

  font-weight: 400;

  font-size: 14px;

  letter-spacing: 0.01em;

  color: #505c62;

  display: block;
}*/
.wd-jk-notification-side-bar {
    background: #ffffff;
    box-shadow: 8px 9px 30px rgba(167, 166, 170, 0.25);
    border-radius: 10px;
    padding: 30px;
    height: 100%;
}

.wd-jk-notification-side-bar .notification-top {
    display: flex;
    align-items: flex-start;
}

/*.wd-jk-notification-side-bar .notification-top img.bell-img {
  height: 50px;

  width: 50px;

  margin-right: 15px;
}*/
.wd-jk-notification-side-bar .notification-date h6 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    color: #1d2f35;
}

.wd-jk-notification-side-bar .notification-date p {
    margin-top: 5px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #c7c7c7;
    margin-bottom: 0;
}

.wd-jk-notification-side-bar .notification-date span {
    display: inline-block;
    margin-left: 10px;
}

.wd-jk-notification-side-bar h5 {
    margin-top: 20px;
    font-weight: 600;
    font-size: 14px;
    color: #545454;
}

.wd-jk-notification-side-bar p {
    margin-top: 10px;
    font-weight: 400;
    font-size: 13px;
    color: #545454;
    margin-bottom: 0;
}

/*-------- CONTACT US --------*/
/* 
.wd-jk-rightbar_menu .contact-us h5:after {
  width: 89%;

  top: 11px;
}

.wd-jk-rightbar_menu form.account-form .form-group label {
  font-weight: 500;

  font-size: 15px;

  color: #545454;

  margin-bottom: 5px;
}

.wd-jk-rightbar_menu form.account-form select.form-control {
  padding: 0.7rem 20px !important;
}

.wd-jk-rightbar_menu form.account-form .form-control {
  background: #ffffff;

  border: 1px solid rgba(0, 0, 0, 0.24);

  border-radius: 12px;

  font-weight: 500;

  font-size: 14px;

  letter-spacing: 0.02em;

  color: #000000;

  height: 100%;

  padding: 15px 20px;

  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.07);
} */
.sent-btn {
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #ffffff;
    border: none;
    display: block;
    padding: 15px 20px;
    background: #ff6900;
    box-shadow: 0px 5px 8px rgba(237, 28, 36, 0.33);
    border-radius: 78px;
    text-transform: uppercase;
    width: 70%;
    margin: 20px auto 0;
}

.form-sent-btn {
    text-align: center;
    padding: 20px 0;
}

/*---------- SEARCH FOOD - CART_ITEMS ----------*/
.wd-jk-hr_line {
    display: block;
    width: 100%;
    background: #ffffff;
    box-shadow: 8px 9px 30px rgba(167, 166, 170, 0.25);
    border-radius: 10px;
    padding: 20px 20px;
    margin-right: 0px;
    height: 100%;
}

.wd-jk-cart_items h6 {
    font-weight: 700;
    font-size: 20px;
    color: #1d2f35;
    display: block;
    margin-bottom: 0;
}

.wd-jk-cart_items span {
    font-weight: 400;
    font-size: 14px;
    color: #1d2f35;
    display: block;
    margin-top: 8px;
}

.wd-jk-cart-home {
    background: #f2f2f2;
    padding: 10px;
    box-shadow: 8px 9px 30px rgba(211, 209, 216, 0.25);
    border-radius: 14px;
    margin: 15px 0;
}

.wd-jk-cart-home .home-address {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wd-jk-cart-home .home-svg {
    display: flex;
}

.wd-jk-cart-home .home-svg svg {
    margin-right: 10px;
}

.wd-jk-cart-home .home-svg h6 {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.005em;
    color: #101e45;
    margin-bottom: 0;
}

.wd-jk-cart-home p {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.005em;
    color: #7a7a7a;
    margin-top: 9px;
    margin-bottom: 0;
}

.wd-jk-item_details {
    margin-top: 20px;
}

.wd-jk-item_details .item-details {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.wd-jk-item_details .item-details:last-child {
    margin-bottom: 20px;
}

.wd-jk-item_details .item-details .item-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wd-jk-item_details .item-details .item-name h6 {
    font-weight: 700;
    font-size: 15px !important;
    color: #545454;
}

.wd-jk-item_details .item-details .item-name a svg {
    margin-right: 0;
}

.wd-jk-item_details .item-details p {
    font-weight: 400;
    font-size: 12px;
    color: #777687;
    margin-top: 5px;
    margin-bottom: 0;
}

.wd-jk-item_details .item-details .item-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.wd-jk-item_details .item-details .item-price span {
    font-weight: 600;
    font-size: 13px;
    color: #1d2f35;
    margin-top: 0;
}

.wd-jk-item_details .item-details .item-price .item-edit {
    display: flex;
    align-items: center;
}

.wd-jk-item_details .item-details .item-price .item-edit .edit-btn {
    margin-bottom: 0;
    margin-right: 10px;
}

.wd-jk-item_details .item-details .item-price .item-edit .edit-btn button {
    border: none;
    font-weight: 400;
    font-size: 14px;
    color: #c7342c;
    padding: 0;
    background-color: #fff;
}

.wd-jk-item_details .item-details .item-price .item-edit .card-counter {
    display: flex;
    align-items: center;
    background: #f8f8f8;
    border-radius: 37.5px;
    padding: 5px;
}

.wd-jk-item_details .item-details .item-price .item-edit .card-counter span {
    border: 0.625px solid #638c1c;
    box-shadow: 0px 2.5px 8.75px rgba(0, 0, 0, 0.02);
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #638c1c;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.wd-jk-item_details .item-details .item-price .item-edit .card-counter input:focus-visible,
.wd-jk-item_details .item-details .item-price .item-edit .card-counter input {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    color: #000000;
    border: none;
    height: auto;
    background: #f8f8f8;
    text-align: center;
    width: 30px;
    padding: 0;
    outline: none;
}

.wd-jk-cart_items .form-group {
    position: relative;
    margin-bottom: 20px;
}

.wd-jk-cart_items .form-group svg {
    position: absolute;
    top: 0;
    left: 0;
    margin: 14px 12px;
    width: 22px;
    height: 22px;
}

.wd-jk-cart_items .form-group input.form-control {
    height: auto;
    padding: 15px 15px 15px 40px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    border-radius: 14px;
    font-weight: 500;
    font-size: 13px;
    color: #777687;
}

.foog-img-top {
    width: 100%;
}

.wd-jk-cart_items .form-group button.apply-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #ffffff;
    background: #ff6900;
    border-radius: 8px;
    border: none;
    padding: 7px 12px;
}

.wd-jk-hr_line hr {
    margin: 0;
}

.wd-jk-ground_total {
    padding: 20px 0 0;
}

.wd-jk-ground_total ul.menu li.menu-item {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.01em;
}

.wd-jk-ground_total ul.menu li.menu-item:first-child {
    margin-top: 0;
}

.wd-jk-ground_total ul.menu li.menu-item {
    color: #7a7a7a;
}

.wd-jk-ground_total ul.menu li.menu-item:last-child {
    color: #101e45;
}

.wd-jk-ground_total ul.menu li.menu-item span {
    color: #101e45;
    display: block;
}

.wd-jk-ground_total ul.menu li.menu-item span.span-red {
    color: #ff6900;
    display: block;
}

.wd-jk-ground_total .checkout-btn {
    width: 100%;
    padding: 12px 10px;
    margin-top: 25px;
    font-weight: 900;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background: #ff6900;
    box-shadow: 0px 5px 8px rgba(237, 28, 36, 0.33);
    border-radius: 50px;
    display: block;
    border: none;
}

.wd-jk-ground_total .checkout-btn:hover,
.wd-jk-add_new_modal form.account-form button.add-btn:hover,
.wd-jk-add_card button.pay-btn:hover,
.pay-btn:hover,
.wd-jk-cancel_order_modal .add-btn {
    box-shadow: 0px 5px 8px rgba(237, 28, 36, 0.5);
}

.wd-jk-ground_total .checkout-btn svg {
    margin-left: 5px;
}

.wd-jk-cart_items .wd-jk-special_request {
    border: none;
}

/*---------- CATEGORIES -------------*/
.wd-jk-categories_data .card {
    margin: 20px 0 0 0;
}

.wd-jk-categories_data .card-img-top {
    height: 114px;
    object-fit: cover;
}

.wd-jk-categories_data .card-body h6 {
    font-size: 15px;
    margin-bottom: 5px;
}

.wd-jk-categories_data .card-body p {
    font-size: 13px;
    margin-bottom: 0
}

.wd-jk-categories_data .card-body {
    padding: 10px;
}

.wd-jk-categories_data .card-price span {
    font-size: 15px;
}

.wd-jk-categories_data .card-price small {
    margin-left: 15px;
}

.wd-jk-categories_data .card-price small svg {
    height: 14px;
    width: 10px;
    margin-right: 7px;
}

.nav-pills {
    background: #1d2f35;
    box-shadow: 8px 9px 30px rgba(167, 166, 170, 0.25);
    border-radius: 10px;
    padding: 20px 10px;
}

.nav-pills .nav-link.active {
    background: #ff6900;
    color: #fff;
}

#search .nav-pills .nav-link {
    background: #ffffff;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    color: #545454;
    padding: 0;
    margin-bottom: 20px;
    position: relative;
}

#search .nav-pills .nav-link.active svg path {
    fill: #fff;
}

#profile #accordion .card .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-pills .img-left {
    height: 60px;
    width: 75px;
    margin-right: 10px;
    border-radius: 6px 0px 0px 6px;
}

.nav-pills .nav-link svg {
    position: absolute;
    top: 0;
    right: 0;
    margin: 21px;
}

/*------------ FOOD DETAILS ----------*/
.wd-jk-food_details img.food-img-top {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 13px;
}

.wd-jk-food_details {
    background: #ffffff;
    box-shadow: 8px 9px 30px rgba(167, 166, 170, 0.25);
    border-radius: 13px;
    margin-bottom: 30px;
}

.wd-jk-food_details_right {
    padding: 20px;
}

.wd-jk-food_details_right small {
    font-weight: 500;
    font-size: 15px;
    color: #638c1c;
    display: flex;
    align-items: center;
}

.wd-jk-food_details_right small svg {
    margin-right: 6px;
    width: 11px;
    height: 15px;
}

.wd-jk-food_details_right h6 {
    margin-top: 10px;
    font-weight: 700;
    font-size: 24px;
    color: #1d2f35;
    margin-bottom: 0;
}

.wd-jk-food_details_right p {
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #616161;
}

.wd-jk-star-rating {
    display: flex;
    align-items: center;
}

.wd-jk-star-rating svg {
    height: 18px;
    width: 18px;
    margin-right: 10px;
}

.wd-jk-star-rating span {
    font-weight: 600;
    font-size: 15px;
    color: #111719;
    margin-right: 5px;
}

.wd-jk-star-rating small {
    font-weight: 400;
    font-size: 15px;
    color: #9796a1;
    margin-right: 5px;
}

.wd-jk-star-rating a {
    font-weight: 400;
    font-size: 15px;
    text-decoration: underline;
    color: rgb(29 47 53 / 60%);
}

.wd-jk-counter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.wd-jk-counter span {
    font-weight: 700;
    font-size: 22px;
    color: #638c1c;
}

.wd-jk-button_blog {
    margin-top: 20px;
    display: flex;
}

.wd-jk-button_blog .cart-btn {
    border: none;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    background: #638c1c;
    box-shadow: 0px 10px 30px rgba(99, 140, 28, 0.2);
    border-radius: 28.5px;
    padding: 6px 16px 6px 6px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.wd-jk-button_blog .cart-btn svg {
    margin-top: 7px;
}

.wd-jk-button_blog .cart-btn span {
    background: #ffffff;
    border-radius: 20px;
    height: 35px;
    width: 35px;
    display: inline-block;
    margin-right: 8px;
}

.wd-jk-button_blog .check-btn {
    border: none;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    background: #ff6900;
    box-shadow: 0px 10px 30px rgba(225, 37, 27, 0.2);
    border-radius: 28.5px;
    padding: 15px 36px;
    margin-left: 15px;
    text-transform: uppercase;
    display: inline-block;
}

.wd-jk-food_discription {
    background: #ffffff;
    box-shadow: 8px 9px 30px rgba(167, 166, 170, 0.25);
    border-radius: 10px;
    padding: 20px 20px 25px;
    margin-right: 0px;
    height: 100%;
}

.food-img-top {
    width: 100%;
    border-radius: 13px;
}

.wd-mr-rstraunt-img .wd-play-icon {
    width: 44px;
    height: 44px;
    box-shadow: 0px 5px 8px rgba(237, 28, 36, 0.33);
}

.wd-jk-food_discription h6 {
    font-weight: 600;
    font-size: 22px;
    color: #000000;
    margin-bottom: 0;
    margin-top: 15px;
}

.wd-jk-food_discription p {
    font-weight: 400;
    font-size: 14px;
    color: #5b606f;
}

.wd-jk-description_sidebar {
    background: #ffffff;
    box-shadow: 8px 9px 30px rgba(167, 166, 170, 0.25);
    border-radius: 10px;
    height: auto;
}

.wd-jk-description_sidebar .menu-bar {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding: 20px 0 0;
    text-align: center;
}

.wd-jk-description_sidebar .nav-tabs .nav-link.active {
    border: none;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    border-bottom: 3px solid #638c1c;
}

.wd-jk-description_sidebar .nav-tabs {
    border-bottom: none;
    align-items: center;
}

.wd-jk-description_sidebar .nav-tabs .nav-link {
    font-weight: 600;
    font-size: 14px;
    color: #afafaf;
    padding: 10px 10px;
    border-bottom: 3px solid transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.wd-jk-description_sidebar .nav-tabs li.nav-item {
    width: 50%;
}

.wd-jk-description_sidebar .nav-tabs .nav-link.active:focus-visible {
    outline: unset;
    outline-offset: 0;
}

.wd-jk-description_sidebar .menu-item {
    padding: 20px 0px 0;
}

.wd-jk-description_sidebar .form-group label {
    font-weight: 600;
    font-size: 14px;
    color: #626075;
}

.wd-jk-description_sidebar .form-control {
    font-weight: 500;
    font-size: 14px;
    color: #1d2f35;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 13px 13px 13px 40px;
    height: auto;
}

.wd-jk-description_sidebar button.proced-btn {
    border: none;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    padding: 15px 30px;
    background: #ff6900;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
    border-radius: 13px;
    display: block;
    margin: 0 auto;
}

li a.item-select {
    display: flex;
    justify-content: space-between;
}

ul.food-items li:last-child {
    margin-bottom: 0px;
}

li a.item-select span {
    font-weight: 500;
    font-size: 14px;
    color: #1d2f35;
}

li a.item-select .form-check-label {
    font-weight: 500;
    font-size: 14px;
    color: #1d2f35;
}

li a.item-select .form-check label:before {
    background-color: #c4c4c4;
    height: 20px;
    width: 20px;
    border: none;
    margin-right: 10px;
}

li a.item-select .form-check input:checked+label:after {
    top: 5px;
    left: 8px;
    width: 5px;
    height: 11px;
}

li a.item-select .form-check input:checked+label:before {
    background: #638C1C;
}

/*--------- CHECKOUT ----------*/
.wd-jk-person_details {
    background: #ffffff;
    box-shadow: 8px 9px 30px rgba(167, 166, 170, 0.25);
    border-radius: 10px;
    padding: 20px 40px;
    position: relative;
}

.checkout-boxes span {
    position: absolute;
    top: 0;
    left: 0;
    margin: 25px -22px;
    background: #ff6900;
    border-radius: 5px;
    padding: 10px;
}

.checkout-boxes span svg {
    height: 23px;
    width: 23px;
}

.wd-jk-person_details h6 {
    font-weight: 700;
    font-size: 18px;
    color: #545454;
    margin-bottom: 0;
}

.wd-jk-person_details .person-contact {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.wd-jk-person_details .person-contact span {
    font-weight: 500;
    font-size: 15px;
    color: #959595;
}

.wd-jk-person_details .person-contact svg {
    height: 20px;
    width: 20px;
}

.wd-jk-person_details .person-contact .mail-area {
    margin-right: 15px;
}

.wd-jk-payment_details {
    background: #ffffff;
    box-shadow: 8px 9px 30px rgba(167, 166, 170, 0.25);
    border-radius: 10px;
    position: relative;
    padding: 20px 35px;
    /* margin-top: 20px; */
}

.wd-jk-payment_details h6 {
    font-weight: 700;
    font-size: 18px;
    color: #545454;
    margin-bottom: 0;
}

.wd-jk-payment_details .nav-pills {
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 12px 0px 0px 12px;
    padding: 20px 20px 20px 0;
}

.wd-jk-payment_details .nav-pills .nav-link {
    font-weight: 700;
    font-size: 15px;
    color: #1d2f35;
    padding: 8px 8px 8px 15px;
    background: transparent;
    margin-bottom: 5px;
}

.wd-jk-payment_details .nav-pills .nav-link.active {
    background: #ff6900;
    font-weight: 700;
    font-size: 15px;
    border-radius: 0 30px 30px 0;
    color: #ffffff;
}

.wd-jk-payment_details .tab-content {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 20px;
}

.wd-jk-add_card .payment-form {
    margin-top: 20px;
}

.wd-jk-add_card .payment-form .form-control {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.24);
    border-radius: 12px;
    font-weight: 500;
    font-size: 14px;
    color: #999999 !important;
    padding: 15px 20px;
    height: auto;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
}

.form-check {
    padding-left: 0;
}

.form-check-input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-check-label {
    position: relative;
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
}

.form-check label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #638c1c;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 5px;
}

.form-check input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 6px;
    width: 4px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form-check input:checked+label:before {
    background: #638c1c;
}

.wd-jk-add_card button.pay-btn,
.wd-jk-add_card a.pay-btn {
    font-weight: 800;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    display: block;
    width: 100%;
    padding: 15px;
    background: #ff6900;
    box-shadow: 0px 5px 8px rgba(237, 28, 36, 0.33);
    border-radius: 108px;
}

.wd-jk-address_details {
    background: #ffffff;
    box-shadow: 8px 9px 30px rgba(167, 166, 170, 0.25);
    border-radius: 10px;
    position: relative;
    padding: 40px;
    margin-top: 20px;
}

.wd-jk-address_details h6 {
    font-weight: 700;
    font-size: 18px;
    color: #545454;
    margin-bottom: 0;
}

.radio-buttons {
    margin-top: 15px;
}

.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custom-radio [type="radio"]:checked+label {
    background: #fafafa;
    border: 1px solid #638c1c;
    border-radius: 6px;
}

.custom-radio label {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    color: #404040;
    padding: 10px 15px;
    background: #ffffff;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
}

.custom-radio span {
    font-weight: 700;
    font-size: 14px;
    color: #333333;
    display: block;
    text-align: left;
    width: 100%;
}

.custom-radio p {
    font-weight: 400;
    font-size: 12px;
    color: #545454;
    margin: 8px 0;
}

.custom-radio .deliver-edit {
    width: 100%;
    text-align: right;
}

.custom-radio .deliver-edit a {
    font-weight: 600;
    font-size: 12px;
    color: #638c1c;
}

.custom-radio .deliver-edit a:last-child {
    margin-left: 15px;
}

.wd-jk-order_items {
    background: #ffffff;
    box-shadow: 8px 9px 30px rgba(167, 166, 170, 0.25);
    border-radius: 15px;
    padding: 20px;
}

.wd-jk-order_items .wd-jk-cart_items {
    padding: 0;
}

.wd-jk-order_items .wd-jk-item_details .item-details:before {
    display: none;
}

.wd-jk-order_items .wd-jk-item_details .item-details:after {
    display: none;
}

.wd-jk-order_items .wd-jk-item_details .item-box {
    margin-left: 0;
}

.wd-jk-order_items .wd-jk-ground_total {
    padding: 15px 0 0;
    margin-top: 15px;
    border-top: 1px solid #00000033;
}

.wd-jk-special_request h6 {
    font-weight: 600;
    font-size: 18px;
    color: #1d2f35;
    margin-bottom: 15px;
}

.wd-jk-special_request .special-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.wd-jk-special_request .items-detail {
    display: flex;
    align-items: center;
}

.wd-jk-special_request .special-items svg {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.wd-jk-special_request .special-items .items-title h6 {
    font-weight: 600;
    font-size: 16px !important;
    color: #1d2f35;
    margin-bottom: 0;
}

.wd-jk-special_request .special-items .items-title span {
    font-weight: 400;
    font-size: 14px !important;
    color: #6d6d6d;
    display: block;
    margin-top: 5px;
}

.wd-jk-special_request {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.wd-jk-checkout_bottom {
    margin-top: 50px;
}

.wd-jk-checkout_bottom h5 {
    font-weight: 700;
    font-size: 26px;
    color: #000000;
    margin-bottom: 40px;
}

.wd-jk-checkout_bottom .card {
    margin: 0;
}

.wd-jk-checkout_bottom .card-price small {
    margin-left: 20px;
}

.wd-jk-checkout_bottom .card-img-top {
    height: 130px;
}

.wd-jk-cart_items .custom-radio-btn {
    display: flex;
    margin-top: 10px;
}

.custom-radio-btn [type="radio"]:checked,
.custom-radio-btn [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custom-radio-btn [type="radio"]:checked+label,
.custom-radio-btn [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    color: #1d2f35;
    display: inline-block;
    margin-bottom: 0;
}

.custom-radio-btn [type="radio"]:checked+label:before,
.custom-radio-btn [type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #9796a1;
    border-radius: 100%;
    background: #fff;
    display: block;
}

.custom-radio-btn [type="radio"]:checked+label:before {
    border: 2px solid #638c1c;
}

.custom-radio-btn [type="radio"]:checked+label:after,
.custom-radio-btn [type="radio"]:not(:checked)+label:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #638c1c;
    position: absolute;
    top: 0;
    left: 0;
    margin: 4px 4px;
    border-radius: 100%;
    display: block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom-radio-btn [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.custom-radio-btn [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.custom-radio-btn p {
    margin-bottom: 0;
}

.custom-radio-btn p:first-child {
    margin-right: 15px;
}

/*---------- CHECKOUT PAY MODEL ----------*/
.wd-jk-proceed_pay_modal .modal-content {
    background: #ffffff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.wd-jk-proceed_pay_modal .modal-header {
    border: none;
    justify-content: center;
}

.wd-jk-proceed_pay_modal .modal-body {
    padding: 0 35px;
}

.wd-jk-proceed_pay_modal .modal-body p {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #101e45;
    padding: 0 71px;
    margin-bottom: 0;
}

.wd-jk-proceed_pay_modal .modal-body h6 {
    font-weight: 600;
    font-size: 16px;
    color: #101e45;
    margin-top: 20px;
}

.wd-jk-proceed_pay_modal .modal-body h5 {
    font-weight: 500;
    font-size: 16px;
    color: #464646;
    margin-bottom: 0;
}

.wd-jk-proceed_pay_modal .modal-body .delivery {
    font-weight: 500;
    font-size: 14px;
    color: #646464;
    margin-top: 20px;
}

.wd-jk-proceed_pay_modal .modal-body .date {
    font-weight: 600;
    font-size: 16px;
    color: #638c1c;
}

.wd-jk-proceed_pay_modal .modal-body .bell-blog {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.wd-jk-proceed_pay_modal .modal-body .bell-blog svg {
    height: 30px;
    width: 30px;
}

.wd-jk-proceed_pay_modal .modal-body .bell-blog p {
    margin-left: 15px;
    font-weight: 400;
    font-size: 14px;
    color: #474747;
    padding: 0;
    text-align: left;
}

.wd-jk-proceed_pay_modal .modal-footer {
    padding: 30px 0;
    border: none;
    /*  justify-content: space-between;*/
}

.wd-jk-proceed_pay_modal .modal-footer .track-btn {
    border: none;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    background: #ff6900;
    box-shadow: 0px 5px 8px rgba(237, 28, 36, 0.33);
    border-radius: 78px;
    padding: 15px 40px;
    text-align: center;
    display: inline-block;
    width: fit-content;
}

.wd-jk-proceed_pay_modal .modal-footer a {
    font-weight: 500;
    font-size: 16px;
    color: #1d2f35;
}

.wd-jk-proceed_pay_modal .modal-footer a svg {
    margin-right: 10px;
}

.wd-jk-proceed_pay_modal .modal-footer>* {
    margin: 0;
}

/*-------- CHECKOUT NOTES MODAL ---------*/
.wd-jk-add_notes_modal .modal-content {
    background: #ffffff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.wd-jk-add_notes_modal .modal-header {
    border: none;
    align-items: center;
}

.wd-jk-add_notes_modal .modal-header .close {
    color: #aeaeae;
    font-size: 34px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    opacity: 1;
}

.wd-jk-add_notes_modal .modal-title {
    display: block;
    margin: 0 auto;
    font-weight: 600;
    font-size: 18px;
    color: #111719;
}

.wd-jk-add_notes_modal textarea.form-control {
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    height: 200px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #7e8392;
    padding: 15px 20px;
}

.wd-jk-add_notes_modal .modal-footer {
    border: none;
    justify-content: center;
}

.wd-jk-add_notes_modal .modal-footer button.add-now-btn {
    border: none;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    background: #ff6900;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
    padding: 15px 50px;
}

/*---------- TRACK ORDER --------*/
#track-order {
    padding: 40px 0 0;
    position: relative;
}

#track-order iframe {
    width: 100%;
    height: 660px;
}

.wd-jk-track_order_box {
    position: absolute;
    top: 0;
    right: 0;
    margin: 50px 100px 0 0;
    background: #ffffff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 20px 0 20px;
    width: 30%;
    height: auto;
}

.wd-jk-track_order_box .order-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.wd-jk-track_order_box .order-details h6 {
    font-weight: 600;
    font-size: 15px;
    color: #000000;
    margin-bottom: 0;
}

.wd-jk-track_order_box .order-details a {
    font-weight: 600;
    font-size: 15px;
    color: #ff6900;
}

.wd-jk-track_order_box .product-box {
    background: #f4f4f4;
    border-radius: 8px;
    padding: 10px;
    margin-top: 20px;
}

.wd-jk-track_order_box .product-box .product-details {
    display: flex;
    align-items: center;
}

.wd-jk-track_order_box .product-box .product-details img.img-top {
    height: 50px;
    width: 50px;
    margin-right: 10px;
}

.wd-jk-track_order_box .product-box .product-details .product-name h6 {
    font-weight: 600;
    font-size: 16px;
    color: #1d2f35;
    margin-bottom: 0;
}

.wd-jk-track_order_box .product-box .product-details .product-name span {
    font-weight: 600;
    font-size: 16px;
    color: #1d2f35;
    display: flex;
    align-items: center;
}

.wd-jk-track_order_box .product-box .product-details .product-name span svg {
    margin-right: 8px;
    width: 17px;
}

.wd-jk-track_order_box .person-box {
    margin: 20px 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wd-jk-track_order_box .person-box .person-details svg {
    margin-right: 10px;
}

.wd-jk-track_order_box .person-box .person-details {
    display: flex;
    align-items: center;
}

.wd-jk-track_order_box .person-box .person-details img.person-img {
    height: 40px;
    width: 40px;
    margin-right: 10px;
    border-radius: 50%;
}

.wd-jk-track_order_box .person-box .person-details .person-name h6 {
    font-weight: 700;
    font-size: 14px;
    color: #1d2f35;
    margin-bottom: 0;
}

.wd-jk-track_order_box .person-box .person-details .person-name span {
    font-weight: 500;
    font-size: 12px;
    color: rgb(0 0 0 / 40%);
}

.wd-jk-track_order_box .person-box .connect-person a span {
    border-radius: 7px;
}

.wd-jk-track_order_box .person-box .connect-person a span svg {
    height: 15px;
    width: 15px;
}

.wd-jk-track_order_box .person-box .connect-person a span.call-blog {
    background: rgb(225 37 27 / 20%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.wd-jk-track_order_box .person-box .connect-person a span.msg-blog {
    background: rgb(99 140 28 / 20%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.wd-jk-track_order_box ul.tracking-area {
    position: relative;
    margin-top: 15px;
}

.wd-jk-track_order_box ul.tracking-area:before {
    content: " ";
    border-left: 1.5px dashed #FF6900;
    display: block;
    height: 85.5%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 28px;
}

.wd-jk-track_order_box li.tracking-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
}

.wd-jk-track_order_box .tracking-step {
    display: flex;
    align-items: baseline;
}

.wd-jk-track_order_box .tracking-step span {
    margin-right: 20px;
}

.wd-jk-track_order_box .tracking-step h6 {
    font-weight: 600;
    font-size: 13px;
    color: #404040;
    margin-bottom: 0;
}

.wd-jk-track_order_box .tracking-step h6.ready-delivery,
.wd-jk-track_order_box li.tracking-box small.delivered-time {
    color: #FF6900;
}

.wd-jk-track_order_box li.tracking-box small {
    font-weight: 500;
    font-size: 12px;
    color: #858585;
    display: block;
}

/*--------------- DELIVERY BOY CHAT ----------------*/
.wd-jk-chat_delivery_boy {
    padding: 0;
}

.wd-jk-chat_delivery_boy .wd-jk-border-top {
    border-bottom: 0.3px solid rgb(0 0 0 / 20%);
}

.wd-jk-chat_delivery_boy .person-box {
    margin: 20px;
}

.wd-jk-chat_delivery_boy .wd-jk-chat-box {
    padding: 20px;
    height: 380px;
    overflow: auto;
}

.wd-jk-chat_delivery_boy .wd-jk-chat-box .sender {
    background: #f5f5f5;
    border-radius: 16px 16px 0px 16px;
    padding: 10px;
    width: 25%;
    margin: auto 0 auto auto;
}

.wd-jk-chat_delivery_boy .wd-jk-chat-box .receiver {
    background: rgba(255, 106, 0, 0.079999);
    border-radius: 0px 16px 16px 16px;
    padding: 10px;
    width: 25%;
    margin: auto auto auto 0;
}

.wd-jk-chat_delivery_boy .wd-jk-chat-box h6 {
    font-weight: 400;
    font-size: 15px;
    color: #1d2f35;
    margin-bottom: 0;
}

.wd-jk-chat_delivery_boy .wd-jk-chat-box span {
    font-weight: 400;
    font-size: 11px;
    color: rgb(18 21 28 / 40%);
    margin-top: 10px;
    display: block;
    text-align: right;
}

.wd-jk-msg-typing {
    padding: 20px;
}

.wd-jk-msg-typing .form-group {
    position: relative;
    margin-bottom: 0;
}

.wd-jk-msg-typing .form-control {
    font-weight: 400;
    font-size: 14px;
    color: rgb(0 0 0 / 50%);
    background: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 25px 20px;
}

.wd-jk-msg-typing .form-group span.mice {
    position: absolute;
    top: 0;
    left: 0;
    margin: 14px;
}

.wd-jk-msg-typing .form-group span.emoji {
    position: absolute;
    top: 0;
    right: 80px;
    margin: 17px;
}

.wd-jk-msg-typing .form-group span.camera {
    position: absolute;
    top: 0;
    right: 45px;
    margin: 14px;
}

.wd-jk-msg-typing .form-group span.send-msg {
    position: absolute;
    top: 0;
    right: 0;
    margin: 6px;
    background: #ff6900;
    border-radius: 6px;
    padding: 8px;
}

/*-------- CANCEL ORDER -------*/
.wd-jk-cancel-order .cancel-order {
    border-bottom: 1px solid rgb(0 0 0 / 20%);
}

.wd-jk-cancel-order .cancel-order h6 {
    font-weight: 700;
    font-size: 22px;
    color: #000000;
    margin-bottom: 0;
}

.wd-jk-cancel-order .cancel-order span {
    font-weight: 500;
    font-size: 14px;
    color: #7e8392;
    display: block;
    margin: 5px 0 15px 0;
}

.wd-jk-cancel-order .cancel-order-box {
    display: flex;
    align-items: center;
    background: #ffffff;
    box-shadow: 8px 9px 30px rgba(211, 209, 216, 0.25);
    border-radius: 14px;
    margin-top: 20px;
    padding: 10px 15px;
}

.wd-jk-cancel-order .cancel-order-box img {
    width: 75px;
    height: 93px;
    margin-right: 10px;
}

.wd-jk-cancel-order .cancel-order-box .cancel-order-details {
    width: 100%;
}

.wd-jk-cancel-order .cancel-order-box .cancel-order-details span {
    font-weight: 500;
    font-size: 14px;
    color: #777687;
    display: block;
}

.wd-jk-cancel-order .cancel-order-box .cancel-order-details h6 {
    margin-top: 6px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 14px;
    color: #0d1833;
}

.wd-jk-cancel-order .cancel-order-box .cancel-order-details small {
    font-weight: 500;
    font-size: 13px;
    color: #7a7a7a;
    margin-top: 6px;
    display: flex;
    align-items: center;
}

.wd-jk-cancel-order .cancel-order-box .cancel-order-details small svg {
    margin-right: 6px;
}

.wd-jk-cancel-order .cancel-order-box .cancel-order-details .order-price {
    margin-top: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wd-jk-cancel-order .cancel-order-box .cancel-order-details .order-price span {
    font-weight: 600;
    font-size: 13px;
    color: #1d2f35;
    display: block;
}

.wd-jk-cancel-order .cancel-order-box .cancel-order-details .order-price a {
    font-weight: 500;
    font-size: 12px;
    color: #c7342c;
}

/*----- SCROLLBAR-------*/
.scrollbar {
    width: 100%;
    background: transparent;
}

.force-overflow {
    min-height: 450px;
}

#wrapper {
    width: 100%;
    margin: auto;
}

#style-default::-webkit-scrollbar-track {
    -webkit-box-shadow: unset;
    border-radius: 0;
    background-color: transparent;
}

#style-default::-webkit-scrollbar {
    width: 1px;
    background-color: transparent;
}

#style-default::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: unset;
    background-color: transparent;
}

/*-------- CANCEL ORDER MODAL --------*/
.wd-jk-cancel_order_modal .modal-content {
    background: #ffffff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 30px;
    position: relative;
}

.wd-jk-cancel_order_modal .modal-header {
    border: none;
    padding: 0;
    justify-content: space-between;
    margin: 10px 0 20px;
}

.wd-jk-cancel_order_modal .modal-header h5 {
    font-weight: 700;
    font-size: 24px;
    color: #101e45;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}

.wd-jk-cancel_order_modal .modal-body {
    padding: 0;
}

.wd-jk-cancel_order_modal.cancel-order .form-control {
    color: #999999;
}

.wd-jk-cancel_order_modal.cancel-order .form-group label {
    color: #626075;
}

.wd-jk-cancel_order_modal .form-group {
    position: relative;
}

.wd-jk-cancel_order_modal .form-group label {
    font-weight: 500;
    font-size: 15px;
    color: #545454;
}

.wd-jk-cancel_order_modal .form-control {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.24);
    border-radius: 12px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #000000;
    height: auto;
    padding: 15px 20px;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
}

.wd-jk-cancel_order_modal .form-control::-webkit-input-placeholder {
    color: #7e8392;
}

.wd-jk-cancel_order_modal .form-control::-moz-placeholder {
    color: #7e8392;
}

.wd-jk-cancel_order_modal .form-control:-ms-input-placeholder {
    color: #7e8392;
}

.wd-jk-cancel_order_modal .form-control:-moz-placeholder {
    color: #7e8392;
}

.wd-jk-cancel_order_modal textarea.form-control {
    height: 200px;
}

.wd-jk-cancel_order_modal .form-group span {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    margin: 8px;
    background: #f0f0f0;
    border-radius: 8px;
    height: 37px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wd-jk-cancel_order_modal .form-group svg {
    width: 22px;
    height: 16px;
}

.wd-jk-cancel_order_modal .form-control.add-account {
    background: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    position: relative;
    padding: 15px 75px;
}

.wd-jk-cancel_order_modal .add-btn {
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    padding: 15px 60px;
    margin-top: 15px;
    border: none;
    background: #ff6900;
    box-shadow: 0px 5px 8px rgba(237, 28, 36, 0.33);
    border-radius: 78px;
}

/*------------ ADD BANK ACCOUNT --------*/
.wd-jk-bank-account {
    width: 50%;
    margin: 0 auto;
}

.wd-jk-bank-account h6 {
    font-weight: 700;
    font-size: 24px;
    color: #101e45;
}

.wd-jk-bank-account button {
    width: 100%;
}

.wd-jk-add-account-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 25px;
}

.wd-jk-add-account-bottom p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #666666;
}

.wd-jk-add-account-bottom svg {
    margin-right: 10px;
}

/*------------ ADD ACCOUNT MODEL ---------*/
.wd-jk-add_account_modal .modal-content {
    background: #ffffff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.wd-jk-add_account_modal .modal-header {
    border: none;
    justify-content: center;
}

.wd-jk-add_account_modal img.account-gif {
    height: 250px;
    width: 250px;
}

.wd-jk-add_account_modal .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wd-jk-add_account_modal .modal-body h6 {
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    color: #101e45;
    margin-bottom: 20px;
}

.wd-jk-add_account_modal .modal-body p.modal-para {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #7e8392;
    margin-bottom: 0;
}

.wd-jk-add_account_modal .modal-body .modal-back {
    margin-top: 20px;
}

.wd-jk-add_account_modal .modal-body .modal-back a {
    font-weight: 500;
    font-size: 16px;
    color: #1d2f35;
}

.wd-jk-add_account_modal .modal-body .modal-back a svg {
    margin-right: 7px;
}

/*--------- RATING REVIEW MODAL --------*/
.wd-jk-order_account_modal .modal-content {
    background: #ffffff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.wd-jk-order_account_modal .modal-header {
    border: none;
    justify-content: flex-end;
    padding: 15px 15px 0;
}

.wd-jk-order_account_modal .modal-header .close {
    margin: 0;
    padding: 0;
    font-size: 40px;
    font-weight: 200;
}

.wd-jk-order_account_modal .modal-body {
    padding: 0 30px 30px;
}

.wd-jk-order_account_modal .rating-box h6 {
    font-weight: 600;
    font-size: 18px;
    color: #1d2f35;
    margin-bottom: 0;
    text-align: center;
}

.wd-jk-order_account_modal .rating-box .star-blog {
    margin-top: 15px;
    text-align: center;
}

.wd-jk-order_account_modal .rating-box .star-blog svg {
    height: 30px;
    width: 30px;
    margin-right: 15px;
}

.wd-jk-order_account_modal .rating-box .star-blog svg:last-child {
    margin-right: 0;
}

.wd-jk-order_account_modal .rating-box .form-group {
    margin-top: 0px;
    margin-bottom: 20px;
}

.wd-jk-order_account_modal .rating-box .form-control {
    font-weight: 400;
    font-size: 16px;
    color: #0d1833;
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding: 15px;
    height: 145px;
    width: 100%;
    display: block;
}

.wd-jk-order_account_modal .modal-footer {
    border: none;
    padding: 0 45px 30px;
    justify-content: center;
}

.wd-jk-order_account_modal .modal-footer .submit-btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    padding: 15px 35px;
    border: none;
    background: #ff6900;
    box-shadow: 0px 5px 8px rgba(237, 28, 36, 0.33);
    border-radius: 78px;
}

.wd-jk-order_account_modal .modal-footer .submit-btn :hover {
    box-shadow: 0px 5px 8px rgba(237, 28, 36, 0.5);
}

.wd-jk-order_account_modal .modal-footer a {
    font-weight: 500;
    font-size: 16px;
    color: #1d2f35;
    margin: 0;
}

.wd-jk-order_account_modal .modal-footer a svg {
    margin-right: 10px;
}

/*---------- WALLET --------*/
.wd-jk-rightbar_menu .wallet h5:after {
    width: 89%;
}

.my-account .tab-content {
    margin: 20px 0 0;
}

/*.wd-jk-balance-box {
  text-align: center;
  background-image: url(../images/wallet-bg.png);
  border-radius: 11px;
  padding: 20px;
  display: block;
  background-position: center;
  width: 100%;
  height: 100%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
}*/
.wd-jk-balance-box .total-balance {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wd-mr-blnc-txt span {
    font-weight: 500;
    font-size: 12px;
    color: rgb(255 255 255 / 90%);
    margin-bottom: 10px;
}

.wd-mr-blnc-txt h6 {
    font-weight: 600;
    font-size: 24px;
    color: #ffffff;
    display: block;
    margin: 0;
}

.wd-add-fund a {
    background: #FFC529;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
    border-radius: 58px;
    font-weight: 800;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000000;
    padding: 8px 22px;
    display: block;
    width: fit-content;
}

.wd-jk-point-usd {
    text-align: center;
    background: #f3f3f3;
    border: 1px solid #dadada;
    border-radius: 9px;
    padding: 10px;
    margin-top: 20px;
}

.wd-jk-point-usd span {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    display: block;
}

ul.wd-jk-orderpay-menu {
    margin-top: 20px;
}

ul.wd-jk-orderpay-menu li.orderpay-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

ul.wd-jk-orderpay-menu .orderpay-items {
    border-bottom: 0.5px solid rgb(0 0 0 / 9%);
    width: 100%;
}

ul.wd-jk-orderpay-menu .orderpay-items:last-child {
    border-bottom: 0;
}

ul.wd-jk-orderpay-menu .items-title h6 {
    font-weight: 500;
    font-size: 14px !important;
    color: #000000;
    margin-bottom: 0;
}

ul.wd-jk-orderpay-menu .items-title span {
    font-weight: 400;
    font-size: 12px !important;
    color: #808080;
    display: block;
    margin-top: 6px;
    margin-bottom: 15px;
}

ul.wd-jk-orderpay-menu li.orderpay-items small {
    font-weight: 600;
    font-size: 14px;
    display: block;
}

.red {
    color: #ED1C24;
}

.green {
    color: #638c1c;
}

/*----------------- HEADER MODAL CHANGE OUTLET --------*/
.wd-jk-add_new_modal.change-outlet .modal-header .close {
    font-size: 35px;
}

.wd-jk-add_new_modal.change-outlet form.account-form button.add-btn {
    padding: 15px 50px;
    margin: 20px auto;
    width: auto;
}

.wd-order-address {
    display: flex;
    align-items: flex-start;
    margin: 20px 0;
}

.wd-order-address span {
    font-weight: 400;
    font-size: 14px;
    display: block;
    color: #999999;
    margin-right: 15px;
}

.wd-order-address p {
    font-weight: 500;
    font-size: 16px;
    color: #3c2d45;
    margin: 0;
}

/*----------------- EMPTY CARD --------*/
.wd-jk-error-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 0 20px;
}

.wd-jk-error-box img.img-top {
    height: 250px;
}

.wd-jk-error-box span {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #1d2f35;
    display: block;
    margin: 30px 0 8px;
}

.wd-jk-error-box p {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #828282;
    margin: 0;
}

/*----------- EDIT ORDER ---------*/
.wd-jk-description_sidebar.edit-order {
    margin-top: 0;
    box-shadow: none;
}

.wd-jk-food_details_right .item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wd-jk-food_details_right a.add-extra {
    font-weight: 600;
    font-size: 15px;
    color: #000000;
}

.wd-jk-edit_order_modal .modal-content {
    background: #ffffff;
    box-shadow: 8px 9px 30px rgba(167, 166, 170, 0.25);
    border-radius: 13px;
}

.wd-jk-edit_order_modal .modal-body {
    padding: 0;
}

.wd-jk-edit_order_modal .wd-jk-food_details {
    background: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
}

.wd-jk-edit_order_modal .wd-jk-food_details img.food-img-top {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 13px;
}

.wd-jk-edit_order_modal .wd-jk-food_details_right p {
    font-size: 14px;
}

.wd-jk-edit_order_modal .wd-jk-description_sidebar {
    height: auto;
}

.wd-jk-edit_order_modal .wd-jk-description_sidebar .nav-tabs li.nav-item {
    width: auto;
}

.wd-jk-edit_order_modal .modal-body button.update-btn {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background: #ff6900;
    border-radius: 13px;
    border: none;
    padding: 20px;
    margin-right: 20px;
}

.wd-jk-edit_order_modal .modal-body button.close-btn {
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    background: #1d2f35;
    border-radius: 13px;
    border: none;
    padding: 20px 40px;
}

.wd-jk-edit_order_modal .modal-body .btn-grp {
    display: flex;
    justify-content: center;
    margin: 40px;
}

.rightbg {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
}

.iti__selected-flag {
    background-color: transparent;
}

.wd-mr-btncart {
    background: #ff6900;
    box-shadow: 0px 5px 8px rgba(237, 28, 36, 0.33);
    border-radius: 100px;
    display: flex;
    align-items: center;
    padding: 8px 8px 8px 20px;
    color: #fff !important;
    justify-content: space-between;
    margin: 20px auto;
    max-width: 353px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.wd-mr-btncart h6 {
    margin: 0 !important;
    font-size: 14px !important;
}

.wd-mr-btncart span {
    font-weight: 700;
    font-size: 17px;
    color: #FFFFFF;
}

.wd-mr-btncart h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: rgba(0, 0, 0, 0.27);
    border-radius: 70px;
    letter-spacing: 0.4px;
    padding: 12px 15px;
}

.wd-mr-btncart h6 svg {
    margin-left: 5px;
}

.shopping_cart {
    padding: 0 0 50px;
}

.shopping_cart .wd-jk-hr_line {
    border: none;
    background: #ffffff;
    box-shadow: 8px 9px 30px rgba(167, 166, 170, 0.25);
    border-radius: 15px;
}

.shopping_cart .wd-sl-searchfltr_blog {
    background: #ffffff;
    box-shadow: 8px 9px 30px rgba(167, 166, 170, 0.25);
    border-radius: 15px;
    padding: 30px 30px;
}

.modifiy_product .edit-btn {
    border: none;
    font-weight: 400;
    font-size: 14px;
    color: #c7342c;
    padding: 0;
    background-color: #fff;
    margin-right: 10px;
}

.modifiy_product {
    display: flex;
    align-items: center;
}

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

.shopping_cart .wd-jk-cart-home {
    margin-bottom: 20px;
}

.wd-sl-search_data .card:last-child {
    margin-bottom: 0;
}

.wd-sl-customtab_main {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    justify-content: space-around;
    margin-bottom: 20px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    align-items: center;
    justify-content: flex-start;
}

.wd-sl-customtab_main li a {
    font-size: 15px;
    font-weight: 400 !important;
    color: #000;
    margin-bottom: 0 !important;
    border-radius: 100px !important;
    padding: 5px 17px !important;
    line-height: normal !important;
    white-space: nowrap;
}

.wd-sl-customtab_main li a.active {
    font-weight: 600 !important;
}

.wd-jk-rightbar_menu .order-history .order-grid-bx .grid-middle .product-quantity:first-child {
    margin-bottom: 10px;
}

.rate_reviewlink {
    color: #ED1C24;
    font-size: 12px;
    font-weight: 600;
}

.order-grid-bx .rating_block {
    display: block;
}

.order-grid-bx .rating_block li {
    display: inline-block;
}

.head_order-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.head_order-details h5 {
    margin-bottom: 0 !important;
    white-space: nowrap;
    margin-right: 15px;
}

.head_order-details .line_orderhead {
    width: 90%;
    padding: 0 25px 0 0;
}

.ratereviw_btnblog button {
    display: inline-block;
    width: fit-content;
    margin: auto;
}

.rating_view {
    background: #ff6900;
    border-radius: 5px;
    width: fit-content;
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    display: flex;
    align-items: center;
    padding: 3px 5px;
    line-height: normal;
}

.rating_view svg {
    margin-right: 4px;
}

.review_header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

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

.review_header-right {
    width: 100%;
    margin-left: 15px;
}

.review_header-right h6 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0;
}

.review_header .userimg {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.review_header-right span {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
}

.review_sl_blog p {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
    display: block;
}

/* pakun */
.pakun_main {
    padding: 0 0 50px;
}

.drop-pick_blog {
    background: #ff6900;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
    position: relative;
    box-shadow: 0 10px 20px #ff690061;
    margin-bottom: 30px;
}

.drop-pick_blog h5 {
    font-size: 22px;
    font-weight: 800;
}

.drop-pick_blog p {
    font-size: 14px;
    font-weight: 600;
}

.drop-pick_blog p:last-child {
    margin-bottom: 0;
}

.drop-pick_blog p svg {
    margin-right: 10px;
}

.drop-pick_blog p b {
    font-weight: 700;
}

.drop-offonly {
    background: #7A8FFF;
    box-shadow: 0 10px 20px #7A8FFF61;
    color: #ffffff !important;
}

/*#accordion .card {
    background: #FFFFFF;
    box-shadow: 8px 9px 30px rgba(167, 167, 167, 0.25);
    border-radius: 15px;
    margin: 0 0 15px;
}

#accordion .card .card-header {
    border: none;
    border-radius: 15px;
    padding: 15px 15px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#accordion .card .card-header h5 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: #1D2F35;
    padding: 0;
    border: none;
}*/
#accordion .card {
    background: #FFFFFF;
    box-shadow: 8px 9px 30px rgba(167, 167, 167, 0.25);
    border-radius: 15px;
    margin: 0 0 15px;
}

#accordion .card .card-header {
    border: none;
    border-radius: 15px;
    padding: 15px 15px;
    background-color: #fff;
}

#accordion .card .card-header button {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    color: #1D2F34;
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
}

#accordion .card .card-header h5 {
    margin: 0;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#accordion .card .card-header button small {
    width: 24px;
    height: 24px;
    background: #F8F5F2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    margin-right: 10px;
}

#accordion .card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

#accordion .card .card-header button small {
    width: 24px;
    height: 24px;
    background: #F8F5F2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    margin-right: 10px;
}

#accordion .card .card-header button:hover,
#accordion .card .card-header button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

#accordion .card-body {
    font-size: 12px;
    font-weight: 500;
    color: #9D9D9D;
    border-top: 1px solid #DBDBDB;
}

.bottom_btnblog {
    display: block;
    text-align: center;
    margin: 30px 0 0;
}

.bottom_btnblog .frame-img {
    width: 80%;
    height: auto;
    margin: 0 auto 30px;
    display: block;
}

.pickdrop_btn {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    border: none;
    display: inline-block;
    margin-top: 10px;
    padding: 12px 30px;
    color: #ffffff !important;
    background: #ff6900;
    box-shadow: 0px 5px 8px rgba(237, 28, 36, 0.33);
    border-radius: 108px;
}

.task-title {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    display: block;
    margin-bottom: 12px;
}

.add_drop_location .card-body {
    border: none !important;
    padding-top: 0;
}

.add_drop_location .card-body .form-control {
    border: 1px solid #B8B8B8;
    border-radius: 10px;
    height: 113px;
    font-size: 12px;
    font-weight: 400;
    color: #0D1833;
}

.add_drop_location button {
    font-size: 16px !important;
}

.upload-item {
    width: 100px;
    height: 100px;
    background: rgba(255, 168, 167, 0.13);
    border: 1px dashed #ff6900;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-item input {
    position: absolute;
    width: 100px;
    height: 100px;
    opacity: 0;
}

.location_upload-blog p {
    font-size: 14px;
    font-weight: 400;
    color: #ff6900;
    display: block;
    margin: 5px 0 0;
}

.location_upload-blog {
    display: flex;
    align-items: flex-start;
    text-align: center;
}

.upload-item_main {
    margin-right: 15px;
}

.bottom_btnblog p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    display: block;
    text-align: center;
}

.bottom_btnblog strong {
    font-size: 16px;
    font-weight: 500;
    color: #1D2F35;
    display: block;
    text-align: center;
}

.add_drop_location-main {
    width: 70%;
    margin: 0 auto;
}

.add_drop_location-main .pickdrop_btn {
    padding: 12px 90px;
    margin-top: 20px;
}

.pick_addpop {
    border: 1px solid #CECECE;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #1D2F35;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: normal;
    margin-bottom: 20px;
}

.pickdrop_modal .modal-header {
    border: none;
}

.pickdrop_modal .wd-jk-rightbar_menu {
    box-shadow: none;
    padding: 0;
    background: transparent;
}

.pickdrop_modal .modal-content {
    border: none;
    background: #FFFFFF;
    box-shadow: 8px 9px 30px rgba(167, 166, 170, 0.25);
    border-radius: 10px;
}

.pickdrop_modal .modal-body {
    padding: 0px 24px 24px;
}

.pickdrop_modal .modal-body .add-new {
    width: fit-content;
    padding: 10px 25px;
    margin: auto;
}

.pickdrop_modal .manage-top {
    display: flex;
    align-items: center;
}

.pickdrop_modal .manage-top h5 {
    margin-bottom: 0;
    margin-right: 15px;
}

.pickdrop_modal [type="radio"]:checked,
.pickdrop_modal [type="radio"]:not(:checked) {
    position: absolute;
    opacity: 0;
}

.pickdrop_modal [type="radio"]:checked+label,
.pickdrop_modal [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 0px;
    margin: 0;
    display: block;
    color: #666;
}

.pickdrop_modal [type="radio"]:checked+label:before,
.pickdrop_modal [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.pickdrop_modal [type="radio"]:checked+label:after,
.pickdrop_modal [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #ff6900;
    position: absolute;
    top: 4px;
    right: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.pickdrop_modal [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.pickdrop_modal [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.pay-btn {
    background: #ff6900;
    box-shadow: 0px 5px 8px rgba(237, 28, 36, 0.33);
    border-radius: 108px;
    font-size: 16px;
    font-weight: 700;
    color: #fff !important;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 12px 15px;
    width: 100%;
    margin: 20px auto 0;
    display: block;
    border: none;
}

.cancle_policy {
    font-size: 14px;
    font-weight: 600;
    color: #ff6900;
    display: block;
    text-align: center;
    margin: 15px 0 0;
}

.wd-sl-item_checkout h5 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    display: block;
}

.wd-sl-item_checkout h6 {
    font-size: 16px;
    font-weight: 600;
    color: #7D7D7D;
    display: block;
}

.wd-sl-item_checkmain {
    background: #FFFFFF;
    box-shadow: 8px 9px 30px rgba(167, 166, 170, 0.25);
    border-radius: 15px;
    padding: 30px 30px;
    display: block;
}

.wd-sl-item_checkout {
    margin-bottom: 20px;
}

.wd-sl-item_checkmain h6 {
    font-size: 16px;
    font-weight: 600;
    color: #7D7D7D;
    display: block;
    margin-bottom: 15px;
}

.wd-sl-item_checkout {
    margin-bottom: 20px;
}

.wd-sl-item_checkmain ul li span {
    font-size: 14px;
    color: #3C2D45;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.wd-sl-item_checkmain ul li span svg {
    margin-right: 5px;
}

.wd-sl-item_checkmain ul li p {
    font-size: 13px;
    font-weight: 500;
    color: #3C2D45;
    margin-bottom: 0;
}

.wd-sl-item_checkmain ul li {
    margin-bottom: 20px;
}

.time-zone small {
    background: rgba(0, 0, 0, 0.09);
    border-radius: 40px;
    font-size: 12px;
    font-weight: 500;
    color: #3C2D45;
    padding: 4px 10px;
    line-height: normal;
    display: inline-block;
    margin-right: 5px;
}

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

.time-zone small:last-child {
    margin-right: 0;
}

.time-zone {
    margin-bottom: 0;
}

.buy_product {
    width: 110px;
    height: 110px;
    border-radius: 10px;
}

.connect-person a {
    display: inline-block;
}

.connect-person {
    display: block;
}

.tracking-box.active_status_track {
    background: rgba(255, 105, 0, 0.50);
}

.tracking-box {
    padding: 10px 20px;
}

.account .wd-jk-rightbar_menu {
    height: auto;
}

.header .navbar .wrapper .menu-item a .res_text {
    display: none;
}

/* track order 22-05-2023 */
.wd-mr-food-dtls {
    padding: 0 20px 20px;
}

.wd-mr-food-dtls h5 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 16px;
    color: #000000;
}

.wd-mr-food-review {
    display: flex;
    align-items: center;
}

.track-food-img img {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(.jpg);
    border-radius: 13px;
    width: 64px;
    height: 57px;
    object-fit: contain;
    margin-right: 12px;
}

.wd-track-right h4 {
    font-weight: 600;
    font-size: 16px;
    color: #1D2F35;
    margin-bottom: 0;
}

.wd-track-right .food-rvw-bx {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    color: #1D2F35;
}

.wd-track-right .food-rvw-bx svg {
    margin-right: 8px;
    width: 19px;
    height: 18px;
}

/* home */
.wd-title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.wd-mr-title {
    font-weight: 700;
    font-size: 22px;
    color: #1D2F35;
    margin: 0;
}

.wd-mr-category {
    text-align: center;
}

.wd-mr-category img {
    width: 98px !important;
    height: 98px;
    object-fit: cover;
    text-align: center;
    display: block;
    margin: 0 auto 10px;
    border: 2px solid rgba(0, 0, 0, 0.10);
    border-radius: 50%;
    box-shadow: 0px 6.05128px 6.05128px rgba(0, 0, 0, 0.07);
}

/*.medicine-ctgry .wd-mr-category img{
    border: 2px solid rgba(0, 0, 0, 0.10);
}
*/
.wd-mr-category:hover img,
.medicine-ctgry .wd-mr-category:hover img {
    border-color: #ff6900;
}

.wd-mr-category:hover span {
    color: #ff6900;
}

.wd-mr-rvw-box span {
    margin: -3px 0 0;
}

.wd-mr-category .ctgry-name {
    font-weight: 500;
    font-size: 16px;
    color: #1D2F35;
    margin-top: 0px;
    display: block;
    text-transform: capitalize;
}

.owl-restaurant .owl-item {
    margin-bottom: 30px;
}

.wd-mr-restaurant {
    padding: 0 0 50px;
}

.wd-mr-restaurant-bx {
    background: #FFFFFF;
    box-shadow: 8px 9px 30px rgba(167, 166, 170, 0.25);
    border-radius: 15px;
    display: block;
}

.wd-mr-restaurant-bx:hover {
    box-shadow: 8px 9px 30px rgba(167, 166, 170, 0.5);
}

.wd-mr-restrunt-top img {
    position: relative;
}

/*-----Heart Checkbox-=----*/
.wd-mr-restrunt-top {
    position: relative;
}

.wd-mr-heart input[type="checkbox"] {
    display: none;
}

.wd-mr-heart {
    cursor: pointer;
}

.wd-mr-heart input[type="checkbox"]+label {
    display: block;
    margin-bottom: 0;
}

.wd-mr-heart input[type="checkbox"]+label:before {
    content: "";
    top: 0;
    right: 0;
    margin: 10px 10px 0 0;
    background: url(../images/icon/unlike.svg)no-repeat;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    display: block;
    position: absolute;
    transition: .5s ease;
}

.wd-mr-heart input[type="checkbox"]:checked+label:before {
    background: url(../images/icon/like.svg)no-repeat;
}

/*--Heart Checkbox close----*/
.wd-mr-restaurant-bx img {
    width: 100%;
    /* height: 133px; */
    height: auto;
    object-fit: contain;
    border-radius: 15px;
}

.wd-mr-restaurant-bx h3 {
    font-weight: 700;
    font-size: 15px !important;
    color: #0D1833;
    margin-bottom: 6px;
}

.wd-mr-restaurant-bx p {
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    margin-bottom: 0;
}

.wd-rastrunt-txt {
    padding: 12px 10px;
    display: block;
}

.with-discount-txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.with-discount-txt span {
    font-weight: 400;
    font-size: 13px;
    color: #000000;
}

.wd-fotr-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 0;
}

.wd-mr-rvw-box {
    border-radius: 5px;
    background: #FFC700;
    padding: 0px 5px;
    display: flex;
    align-items: center;
    width: fit-content;
}

.wd-mr-rvw-box svg {
    width: 12px;
    height: 12px;
}

.wd-mr-rvw-box svg path {
    fill: #000;
}

.wd-mr-rvw-box p {
    font-weight: 600;
    font-size: 12px;
    color: #000;
    margin: 0 0 0 6px;
    padding: 0;
}

.wd-tottal-distnc {
    color: rgba(0, 0, 0, 0.50);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.wd-tottal-distnc svg {
    margin-right: 4px;
}

/* restaurant details */
.wd-category-pad {
    padding: 50px 0 64px;
}

.restraunt-detail .wd-jk-description_sidebar {
    height: 100%;
}

.wd-mr-rstrnt-dtls {
    border-bottom: 0.8px solid rgb(0 0 0 / 0.2);
    padding: 0 0 15px;
    margin-bottom: 25px;
}

.wd-mr-dtls-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wd-mr-dtls-title h6 {
    font-weight: 700;
    font-size: 22px;
    color: #000000;
    margin: 0;
}

.wd-mr-icon-btn span {
    background: #FFFFFF;
    border: 1px solid rgba(172, 172, 172, 0.28);
    box-shadow: 0px 3.26368px 8.32px rgba(109, 109, 109, 0.05);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    position: relative;
}

.wd-mr-icon-btn:hover span {
    box-shadow: 0px 3.26368px 8.32px rgba(109, 109, 109, 0.2);
}

.wd-mr-like input[type="checkbox"] {
    display: none;
}

.wd-mr-like {
    cursor: pointer;
}

.wd-mr-like input[type="checkbox"]+label {
    display: block;
    margin-bottom: 0;
}

.wd-mr-like input[type="checkbox"]+label:before {
    content: "";
    top: 0;
    right: 0;
    margin: 10px 8px;
    background: url(../images/icon/black-heart.svg)no-repeat;
    width: 22px;
    height: 20px;
    border-radius: 3px;
    display: block;
    position: absolute;
    transition: .5s ease;
}

.wd-mr-like input[type="checkbox"]:checked+label:before {
    background: url(../images/icon/red-heart.svg)no-repeat;
}

.wd-mr-rstraunt-dtls p {
    margin: 0;
    font-weight: 500;
    margin-bottom: 8px;
}

.restrnt_contact svg {
    margin-right: 8px;
    width: 18px;
    height: 18px;
}

.wd-mr-rstraunt-img {
    position: relative;
    margin-bottom: 15px;
}

.wd-top-img-area {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.rstraunt-review-box {
    background: #FFFFFF;
    border: 1px solid rgba(172, 172, 172, 0.28);
    box-shadow: 0px 3.26368px 8.32px rgba(109, 109, 109, 0.15);
    border-radius: 11.05px;
    padding: 10px;
}

.top-rvw-line {
    font-weight: 600;
    font-size: 14px;
    color: #ff6900;
    margin: 0 0 5px 0;
    padding: 0;
    display: flex;
    align-items: center;
    line-height: initial;
}

.wd-mr-icon-btn span svg {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.top-rvw-line svg {
    margin-right: 5px;
    width: 14px;
    height: 14px;
    margin-top: -2px;
    object-fit: contain;
}

.top-rvw-line svg path {
    fill: #ff6900;
}

.rstraunt-review-box p {
    font-weight: 500;
    font-size: 14px !important;
    color: #000000;
    margin: 0 !important;
    line-height: normal;
}

.wd-restaurant-right {
    display: flex;
    align-items: center;
}

.wd-restaurant-right a {
    margin-right: 12px;
    display: inline-block;
}

.wd-restaurant-right a:last-child {
    margin-right: 0;
}

.wd-jk-food_details_right .serch-form {
    width: 100%;
}

.wd-jk-food_details_right .serch-form .form-group {
    width: 100%;
    margin: 0;
}

.wd-jk-food_details_right .form-control {
    filter: none;
    border: 1px solid #C4C4C4;
    border-radius: 10px;
}

.wd-jk-food_details_right .wd-search-icon {
    margin: 11px 14px;
}

.wd-menu-list {
    padding: 12px 0 0 0;
}

.wd-menu-list .nav-pills {
    background: transparent;
    border-radius: 0;
    width: 100%;
    padding: 0;
    box-shadow: none;
    flex-flow: column;
}

.wd-menu-list .nav-pills li a {
    background: #efefef;
    border-radius: 6px;
    padding: 10px;
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 14px;
    color: #545454;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.wd-menu-list .nav-pills li:last-child a {
    margin: 0;
}

.wd-menu-list .nav-pills li a.active {
    background: #ff6900;
    color: #fff;
}

.wd-mr-menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.food-type-img img {
    width: 13px;
    height: 13px;
    object-fit: contain;
    vertical-align: baseline;
}

.wd-mr-food-desc {
    display: flex;
    align-items: center;
    gap: 8px;
}

.wd-mr-food-txt h4 {
    font-weight: 600;
    font-size: 15px !important;
    color: #000000;
    margin-bottom: 6px;
}

.wd-mr-food-txt p {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    margin: 0;
}

.wd-mr-menu-right {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.wd-mr-add-btn {
    background: #FFFFFF;
    border: 1px solid #ff6900;
    border-radius: 7.05px;
    width: fit-content;
    padding: 5px 18px;
    font-weight: 700;
    font-size: 13px;
    color: #ff6900;
    text-transform: capitalize;
    display: block;
    margin-bottom: 5px;
}

.wd-mr-add-btn:hover {
    background: #ff6900;
    color: #fff;
}

.wd-mr-custm-menu {
    font-weight: 400;
    font-size: 9px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wd-mr-custm-menu span svg {
    margin-left: 5px;
}

.wd-prdct-qnty {
    background: #FFFFFF;
    border: 1px solid #ff6900;
    border-radius: 7.05px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 2px 6px;
    max-width: 65px;
}

.wd-prdct-qnty .counter_btn {
    background: transparent;
    border: none;
    padding: 0;
}

.num {
    font-weight: 700;
    font-size: 13px;
    color: #ff6900;
    border: 0 !important;
    background: transparent !important;
    text-align: center;
    width: 30%;
}

.wd-prdct-qnty input::-webkit-outer-spin-button,
.wd-prdct-qnty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.wd-prdct-qnty input[type=number] {
    -moz-appearance: textfield;
}

/* customize menu modal */
.custom-menu-modal .modal-content {
    background: #FFFFFF;
    box-shadow: 8px 9px 30px rgba(167, 166, 170, 0.25);
    border-radius: 10px;
    padding: 25px 20px 30px;
}

.custom-menu-modal .modal-header {
    border: 0;
    display: block;
    padding: 0;
}

.custom-menu-modal .modal-title {
    background: linear-gradient(98.95deg, #ff6900 24.04%, #C9282E 56.8%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.02em;
    margin-bottom: 6px;
}

.custom-menu-modal .food-item-title {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #1D2F35;
}

.custom-menu-modal .modal-body {
    padding: 20px 0 0;
}

.custom-menu-modal .modal-footer {
    border: none;
    padding: 0;
}

.custom-menu-modal .pay-btn {
    width: 90%;
}

/* dine in page */
.wd-dine-product {
    margin: 0;
}

#dineBg {
    background: url(../images/dine-in/dine-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 453px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
}

.wd-seting-icon {
    position: absolute;
    top: 0;
    right: 0;
    margin: 12px 16px;
}

.wd-home-option {
    margin: 20px auto 50px;
    width: 100%;
    display: flex;
    align-items: center;
    grid-gap: 15px;
}

.wd-home-option a {
    border: 1px solid #BABABA;
    border-radius: 9px;
    padding: 10px 20px;
    white-space: nowrap;
    font-weight: 600;
    font-size: 13px;
    color: #000000;
    display: inline-block;
}

.wd-home-option a:hover {
    border: 1px solid #ff6900;
    color: #ff6900;
}

.wd-home-option a:last-child {
    margin: 0;
}

.wd-mr-dine-item img {
    position: relative;
    /*    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2)*/
}

.wd-mr-dine-item h4 {
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 12px 12px;
}

.col-grid_five {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(305px, 1fr));
}

.col-grid_five .wd-mr-restaurant-bx {
    margin-bottom: 15px;
}

.owl-dine.owl-carousel .owl-nav.disabled,
.owl-dine.owl-carousel .owl-carousel .owl-nav {
    display: block !important;
}

.owl-dine .owl-prev {
    background: #ff6900 !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -15px;
    bottom: 40%;
}

.owl-dine .owl-prev span {
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -3px;
    color: #fff;
}

.owl-dine .owl-next {
    background: #ff6900 !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -15px;
    bottom: 40%;
}

.owl-dine .owl-next span {
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -3px;
    left: 0;
    color: #fff;
}

.wd-video-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 10px 10px 0;
}

.wd-play-icon {
    box-shadow: 0px 5px 8px rgba(237, 28, 36, 0.33);
    border-radius: 108px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff6900;
}

/* book now */
.wd-mr-open-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border: 1px solid #0000001A;
    background: #FBFBFB;
    border-radius: 11px;
    padding: 12px 10px;
    position: relative;
}

.wd-mr-open-box img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-right: 6px;
}

.wd-mr-open-box p {
    font-weight: 600;
    font-size: 12px;
    color: #545454;
    margin: 0;
}

.green-txt {
    color: #638C1C;
}

.wd-book-table h3 {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    margin-bottom: 18px;
}

.wd-mr-day-area {
    margin-bottom: 0.5rem;
}

.wd-mr-day-area h4,
.wd-mr-pepole-count h4 {
    font-weight: 700;
    font-size: 14px;
    color: #545454;
    margin-bottom: 8px;
}

/* custome checkbox */
.wd-mr-cstm-rdio input[type="radio"] {
    /* opacity: 0; */
    display: none;
}

.wd-mr-cstm-rdio {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px 0;
}

.wd-mr-cstm-rdio label {
    position: relative;
    cursor: pointer;
    margin: 0;
    height: 100%;
}

.wd-mr-daybox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;
    border-radius: 11px;
    padding: 10px 6px;
    color: #888888;
    width: 100%;
    min-width: 80px;
    border: 2px solid transparent;
}

.wd-mr-cstm-rdio :checked+label .wd-mr-daybox {
    background: #FFFFFF;
    border: 2px solid #ff6900;
    box-shadow: 0px 7px 13px rgba(0, 0, 0, 0.1);
    border-radius: 11px;
    color: #ff6900;
}

.wd-mr-daybox p {
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0 0 3px 0;
    text-align: center;
}

.wd-mr-cstm-rdio :checked+label .wd-mr-daybox p {
    color: #ff6900;
}

.wd-mr-daybox p:last-child {
    margin: 0;
}

.wd-mr-daybox p strong {
    margin: 0;
    font-weight: 700;
    font-size: 15px;
}

.wd-mr-pepole-count {
    display: block;
}

.wd-mr-pepole-count .card-counter {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 90px;
    padding: 4px;
    width: fit-content;
    margin-bottom: 1.5rem;
}

.wd-mr-pepole-count .card-counter span {
    color: #fff;
    background: #ff6900;
    border: 1px solid #ff6900;
}

.wd-mr-pepole-count .card-counter input,
.wd-mr-pepole-count .card-counter input:focus-visible,
.wd-mr-pepole-count .card-counter input:read-only {
    width: 80px;
}

.wd-prsonal-detail {
    background: #F3F3F3;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 1rem;
}

.wd-prsonal-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wd-prsonal-top h4 {
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    margin: 0;
}

.wd-prsonal-top a {
    font-weight: 700;
    font-size: 12px;
    color: #ff6900;
    display: inline-block;
    margin: 0;
}

.wd-prsonal-txt p {
    font-weight: 500;
    font-size: 14px;
    color: #545454;
    margin-bottom: 6px;
}

.wd-prsonal-txt p:last-child {
    margin: 0;
}

.wd-book-btn {
    background: #ff6900;
    box-shadow: 0px 5px 8px rgba(237, 28, 36, 0.33);
    border-radius: 100px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    display: block;
    width: fit-content;
    padding: 12px 50px;
    height: auto;
    margin: 0 auto;
}

.wd-book-btn:hover {
    color: #fff;
    box-shadow: 0px 5px 8px rgba(237, 28, 36, 0.6);
}

.wd-table-divider {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.book-lft-side {
    position: relative;
}

.book-lft-side::after {
    content: '';
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    height: 100%;
    border-right: 0.8px solid rgba(0, 0, 0, 0.2);
    margin: 0;
}

.wd-mr-day-list {
    display: flex;
    flex-wrap: wrap;
}

/* my  account*/
.wd-mr-profile {
    position: relative;
}

.wd-mr-profile h1 {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    margin-bottom: 25px;
    position: relative;
    display: flex;
    align-items: center;
    grid-gap: 16px;
    white-space: nowrap;
    overflow: hidden;
}

.wd-mr-profile h5::after {
    content: "";
    display: block;
    width: 80%;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    position: absolute;
    top: 11px;
    right: 0;
}

/* upload image */
.file-upload {
    display: none;
}

.circle {
    border-radius: 100% !important;
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto 35px;
}

.profile-pic {
    width: 100px;
    max-height: 100px;
    height: 100%;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #ff69007a;
}

.p-image {
    position: absolute;
    bottom: 0px;
    right: -8px;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.p-image .upload-button {
    background: #FFFFFF;
    box-shadow: 0px 3px 15px rgb(196 196 196 / 52%);
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.p-image .upload-button img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.p-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.upload-button:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

/* edit form */
.edit-profile-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.edit-profile-form .form-group .form-control {
    display: block;
    padding: 15px 20px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #000000;
    height: auto;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    background: #FFFFFF;
    border: 1px solid #bebebe38;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 10%);
    border-radius: 12px;
}

.edit-profile-form .iti {
    width: 100%;
}

.edit-profile-form .form-group .control-label {
    position: absolute;
    top: 0;
    left: 0;
    margin: 16px 18px;
    pointer-events: none;
    z-index: 0;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.02em;
    color: rgba(13, 24, 51, 0.5);
    text-transform: capitalize;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    margin-bottom: 0;
}

.edit-profile-form .form-group .bar {
    position: relative;
    display: block;
}

.edit-profile-form.form-group .bar::before {
    content: '';
    height: 0.125rem;
    width: 0;
    left: 50%;
    bottom: -0.0625rem;
    position: absolute;
    -webkit-transition: left 0.28s ease, width 0.28s ease;
    transition: left 0.28s ease, width 0.28s ease;
    z-index: 2;
}

.form-group input[type="file"]~.bar,
.form-group textarea[type="file"]~.bar {
    display: none;
}

.form-group input:focus,
.form-group input:valid,
.form-group input.form-file,
.form-group input.has-value,
.form-group textarea:focus,
.form-group textarea:valid,
.form-group textarea.form-file,
.form-group textarea.has-value {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    color: #999;
}

.form-group input:focus~.control-label,
.form-group input:valid~.control-label,
.form-group input.form-file~.control-label,
.form-group input.has-value~.control-label,
.form-group textarea:focus~.control-label,
.form-group textarea:valid~.control-label,
.form-group textarea.form-file~.control-label,
.form-group textarea.has-value~.control-label {
    top: -24px;
    left: 0;
    background: #fff;
    padding: 0 4px;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
}

.form-group input:focus~.control-label,
.form-group textarea:focus~.control-label {
    color: #0D1833;
}

.form-group input:focus~.bar::before,
.form-group textarea:focus~.bar::before {
    width: 100%;
    left: 0;
}

.wd-mr-profile .edit-profile-form {
    margin: 20px auto 0;
    width: 60%;
}

.edit-profile-form .form-control::placeholder {
    font-size: 15px;
    color: #000;
}

input:-internal-autofill-selected {
    background-color: #fff;
}

.wd-install-app {
    padding: 50px 0 0;
}

.edit-profile-form .form-group.title.mob {
    margin-top: 12px;
}

.edit-profile-form .form-group.mob .control-label {
    top: -25px;
    left: 0;
    background: #fff;
    padding: 0 4px;
    z-index: 2;
    color: #0D1833;
}

.edit-profile-form .iti--separate-dial-code .iti__selected-flag {
    background-color: #fff;
}

/* about us */
.wd-mr-about-area {
    padding: 50px 0;
}

.about-title {
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    margin-bottom: 6px;
    text-transform: capitalize;
}

.wd-about-right img {
    width: 90%;
}

.about-txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #545454;
    margin-bottom: 15px;
}

.about-txt:last-child {
    margin: 0;
}

.food-dlvry-area {
    padding: 30px 0 0;
}

.wd-mr-mission {
    padding: 80px 0;
}

.wd-mission-right {
    background: url(../images/about-us/mission-bg.png) no-repeat;
    border-radius: 15px;
    background-position: center right;
    background-size: cover;
}

.mission-list {
    padding: 20px;
}

.mission-list li {
    display: block;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    border-left: 5px solid #FFC529;
    padding: 14px;
    margin-bottom: 20px;
}

.mission-list li:last-child {
    margin: 0;
}

.mission-list li h3 {
    font-weight: 700;
    font-size: 22px;
    color: #FFC529;
    margin-bottom: 8px;
}

.mission-list li p {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 0;
}

/* opening job */
.wd-mr-open-job {
    padding: 50px 0 120px;
}

.wd-open-job-box {
    background: #FFFFFF;
    box-shadow: 0px 7px 24px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    margin-top: 30px;
}

.wd-job-box-lft h4 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 1px;
    color: #000000;
}

.wd-job-box-lft p {
    font-weight: 500;
    font-size: 13px;
    color: #545454;
    margin: 0;
}

.wd-job-box-lft p b {
    color: #000000;
}

.wd-job-box-right a {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    padding: 10px 30px;
    background: #ff6900;
    box-shadow: 0px 5px 8px rgba(237, 28, 36, 0.33);
    border-radius: 78px;
}

.wd-job-box-right a:hover {
    box-shadow: 0px 5px 8px rgba(237, 28, 36, 0.5);
}

/* scan button */
.wd-mr-dtls-right {
    display: flex;
    align-items: center;
}

.wd-mr-scan-btn {
    background: #ff6900;
    border: 1px solid rgba(172, 172, 172, 0.28);
    box-shadow: 0px 3.26368px 8.32px rgba(109, 109, 109, 0.15);
    border-radius: 11.05px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    margin-right: 16px;
    padding: 8px 16px;
}

/* rate review */
.wrapper_checkcustom {
    position: relative;
    display: inline-block;
    border: none;
    font-size: 14px;
    margin: 15px auto;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.wrapper_checkcustom input {
    border: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.wrapper_checkcustom label {
    position: relative;
    font-size: unset;
    line-height: normal;
    float: right;
    background: url(../images/icon/star.svg) no-repeat;
    width: 33px;
    height: 31px;
    background-size: contain;
    margin: 0 5px
}

.wrapper_checkcustom label {}

.wrapper_checkcustom input:checked~label {
    background: url(../images/icon/full-star.svg) no-repeat;
    filter: drop-shadow(0px 2.94254px 9.80845px rgba(255, 197, 41, 0.4));
}

/* pakun */
.wd-pakun-img {
    position: relative;
}

.wd-pakun-img img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url(image.png);
    border-radius: 10px;
}

.wd-cross-sign {
    position: absolute;
    right: 0;
    top: 0;
    margin: 6px 6px 0 0;
}

.wd-cross-sign img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.wd-add-new-btn {
    background: #ff6900;
    border: 1px solid #ff6900;
    box-shadow: 0px 5px 8px rgba(237, 28, 36, 0.33);
    border-radius: 90px;
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    padding: 8px 20px;
    white-space: nowrap;
    margin-left: 20px;
}

#editAddress .login-form,
#addAddress .login-form,
#changeOutlet .login-form {
    padding: 15px 20px;
}

/* scanner */
.wd-wallet-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.wd-mr-scanner {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    border-radius: 20px;
    padding: 11px 16px;
    height: 100%;
    position: relative;
}

.scan-code {
    width: 68px;
    height: 68px;
    object-fit: contain;
}

.wd-scan-order {
    width: 28px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 50px auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#changeOutlet .login-form {
    padding: 15px 20px 40px;
}

#changeOutlet .add-btn {
    width: fit-content;
    margin: 0 auto;
    padding: 14px 45px;
}

.wd-mr-repeat-order {
    display: flex;
    align-items: center;
}

.wd-mr-repeat-order span svg {
    margin-right: 5px;
}

.wd-mr-repeat-order {
    font-weight: 500;
    font-size: 12px;
    color: #8F8F8F;
    margin: 0;
}

/* order summery */
.wd-price-qty {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.wd-price-qty span.wd-price,
span.wd-qty {
    font-weight: 600;
    font-size: 13px;
    color: #1D2F35;
}

select.form-control {
    background-position: 95% !important;
    background-size: 15px !important;
}

select {
    appearance: none;
    background: url(../images/icon/dropdown.svg) no-repeat !important;
}

/* complete order summery */
.wd-mr-usr-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}

.wd-mr-usr-lft {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wd-mr-img-usr img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: contain;
    margin-right: 16px;
    position: relative;
}

.wd-mr-img-order {
    position: relative;
    margin-right: 16px;
}

.wd-mr-img-order img {
    width: 100px;
    height: 102px;
    border-radius: 10px;
    object-fit: contain;
}

.wd-usr-txt h4 {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    margin-bottom: 6px;
}

.wd-usr-txt p {
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    margin: 0;
}

.wd-mr-usr-right .wd-mr-rvw-box {
    margin-top: 0;
}

.bnft-txt {
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    margin: 0;
}

.prodct-icon.dine-in {
    background: rgba(87, 87, 87, 0.1);
    border-radius: 10px;
    width: 53px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wd-dine-grid {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
}

.wd-dine-dtls {
    margin-bottom: 10px;
}

.wd-dine-dtls span {
    font-weight: 500;
    font-size: 12px;
    color: #9D9D9D;
    margin-bottom: 4px;
}

.wd-dine-dtls h6 {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
    color: #1D2F35;
}

.delivery-contain h3 {
    font-weight: 600;
    font-size: 18px;
    color: #1D2F35;
    margin-bottom: 12px;
}

.wd-make-paymnet .cancel-btn {
    width: fit-content;
    margin: 0 auto;
}

.wd-order-title {
    font-weight: 700;
    font-size: 17px;
    color: #000000;
    margin-bottom: 10px;
}

.wd-progrs-sumry.wd-jk-rightbar_menu {
    padding: 15px 15px;
}

.wd-progrs-sumry .wd-mr-usr-info {
    margin-bottom: 0;
}

.wd-red-txt {
    color: #ff6900 !important;
}

.wd-back-btn {
    margin-right: 20px;
}

.wd-back-btn span {
    background: #ff6900;
    box-shadow: 3px 0px 4px rgba(0, 0, 0, 0.15);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#food-track-order {
    position: relative;
}

#food-track-order .wd-jk-track_order_box {
    position: absolute;
    bottom: 0;
    top: auto;
    right: 0;
    margin: 0 20px 20px 0;
    background: #ffffff;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    border-radius: 12px;
    padding: 0 0 10px;
    width: 50%;
    height: auto;
}

#food-track-order iframe {
    width: 100%;
    height: 508px;
    border-radius: 10px;
}

#food-track-order .wd-mr-food-dtls {
    padding: 15px 15px 10px;
}

#food-track-order .wd-jk-track_order_box .person-box {
    margin: 10px 20px 0;
}

#food-track-order .wd-jk-track_order_box ul.tracking-area {
    position: relative;
    margin-top: 6px;
}

#food-track-order .tracking-box {
    padding: 6px 20px;
}

#food-track-order .wd-jk-chat_delivery_boy .person-box {
    margin: 15px;
}

#food-track-order .wd-jk-chat_delivery_boy .wd-jk-chat-box {
    height: 220px;
    padding: 15px;
}

/* setting */
.change-pswd .edit-profile-form p {
    font-weight: 500;
    font-size: 15px;
    color: #545454;
    margin-bottom: 5px;
}

.wd-mr-brdr {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0 0 20px;
}

/* invite friend */
.wd-invitefrnd-area {
    display: block;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.wd-invitefrnd-area img {
    margin-bottom: 35px;
}

.wd-invitefrnd-area h1 {
    font-weight: 700;
    font-size: 25px;
    color: #000;
    margin-bottom: 22px;
}

.wd-invitefrnd-area p {
    font-weight: 400;
    font-size: 15px;
    color: #000;
    margin-bottom: 22px;
}

.wd-invitefrnd-area h5 {
    font-weight: 500;
    font-size: 15px !important;
    color: #000;
    margin-bottom: 22px;
}

/* invite friend share code */
.wd-share-link {
    text-align: center;
    position: relative;
    width: 50%;
    margin: 0 auto;
}

.wd-share-link .form-control {
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    padding: 12px 16px;
    height: auto;
    margin: 0 auto 30px;
}

.wd-share-link .msg-icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 12px 16px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ff6900;
}

a.wd-mr-share-btn {
    background: #ff6900;
    box-shadow: 0px 5px 8px rgba(237, 28, 36, 0.33);
    border-radius: 78px;
    padding: 14px 20px;
    display: block;
    width: 50%;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    font-weight: 700;
    margin: 0 auto 10px;
    text-transform: uppercase;
}

.wd-mr-notify-dtls {
    display: flex;
    align-items: flex-start;
    background: #ffffff;
}

.wd-mr-notify-dtls .bell-img {
    height: 46px;
    width: 46px;
    margin-right: 15px;
    object-fit: contain;
}

.wd-mr-notify-dtls h6 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    color: #1d2f35;
}

.wd-mr-notify-dtls span {
    margin-top: 5px;
    font-weight: 600;
    font-size: 12px;
    color: #C7C7C7;
    display: block;
}

.wd-mr-notify-right h3 {
    font-weight: 600;
    font-size: 14px;
    color: #545454;
    margin-bottom: 12px;
}

.wd-mr-notify-right p {
    font-weight: 400;
    font-size: 13px;
    color: #545454;
    margin: 0;
}

.edit-profile-form .iti--separate-dial-code .iti__selected-flag {
    background-color: #fff;
}

.edit-profile-form .iti {
    width: 100%;
}

/* about us */
.wd-about-provide {
    padding: 50px 0;
}

.col-grid-three {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(305px, 1fr));
}

.wd-provide-item {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.wd-provide-item a {
    display: inline-block;
}

.wd-item-box {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    /*width: 175px;
  height: 175px;*/
    padding: 40px 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wd-item-box img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.wd-provide-item a:hover .wd-item-box {
    background: rgb(255 105 0 / 10%);
}

.wd-item-img {
    margin: 0 auto;
    text-align: center;
}

.wd-item-img h3 {
    font-weight: 600;
    font-size: 15px;
    color: #000000;
    margin: 15px auto 0;
    white-space: nowrap;
    display: block;
    text-align: center;
    text-transform: capitalize;
}

.wd-view-all {
    background: #ff6900;
    box-shadow: 0px 5px 8px rgb(255 105 0 / 33%);
    border-radius: 45px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin: 32px 0 0;
    padding: 14px 45px;
    display: inline-block;
}

.wd-view-all:hover {
    color: #FFFFFF;
    box-shadow: 0px 5px 8px rgba(237, 28, 36, 0.5);
}

.wd-mr-cstmr {
    padding: 50px 0 100px;
}

.about_sliderblog {
    background: #FFFFFF url("../images/about-us/aboutbg.png") no-repeat;
    background-position: top center;
    background-size: cover;
    border-radius: 32px;
    position: relative;
    display: block;
    padding: 50px 30px;
    margin-top: 50px;
}

.about_sliderblog .about_userimg {
    width: 100px !important;
    height: 100px;
    background: #D9D9D9;
    border-radius: 50%;
    margin: 0 auto 20px;
}

.about_sliderblog h6 {
    font-size: 18px;
    font-weight: 700;
    color: #2D4F4B;
    display: block;
    margin-bottom: 10px;
}

.about_sliderblog p {
    font-size: 14px;
    font-weight: 400;
    color: #2D4F4B;
    line-height: 1.8;
}

.owl-about .owl-dots.disabled {
    display: block !important;
    text-align: center;
}

.owl-about .owl-dot.active {
    background: #51DCA8 !important;
}

.owl-about .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D9D9D9 !important;
    margin: 0 10px !important;
}

/* no data */
/* empty card */
.wd-no-data {
    padding: 80px 0;
}

.wd-no-data-area img {
    margin: 0 auto 50px;
}

.wd-no-data-area h1 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.167619px;
    color: #1D2F35;
    margin-bottom: 8px;
}

.wd-no-data-area p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: -0.167619px;
    color: #828282;
    margin: 0 auto;
}

/* subscription */
.wd-mr-sub-top {
    background: url(../images/subscription/subscription-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    border-radius: 15px;
    padding: 15px 20px;
}

.wd-mr-sub-text {
    display: block;
}

.wd-mr-sub-lft {
    display: block;
}

.wd-mr-sub-lft span.tag {
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.wd-mr-sub-lft h4 {
    font-weight: 800;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.wd-premium-txt {
    margin-bottom: 12px;
}

.wd-premium-txt img {
    max-width: 100%;
    height: 42px;
    object-fit: contain;
    margin-right: 0px;
}

h5.wd-premium-txt {
    font-weight: 600;
    font-size: 14px !important;
    color: #FFFFFF;
    margin-bottom: 0;
}

.wd-mr-cncl-policy {
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    color: #ff6900;
    text-align: center;
    display: block;
    margin: 30px 0 10px;
}

.wd-sub-price {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 28px;
    color: #FFFFFF;
    margin-bottom: 0
}

.wd-sub-price img {
    margin: 0 7px;
}

.wd-sub-price .month-tag {
    font-size: 14px;
    line-height: 15px;
    color: #FFFFFF;
    opacity: 0.87;
}

.wd-for-subscribe {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wd-premium-heading {
    margin: 0 auto 20px;
    text-align: center;
}

.wd-premium-heading h2 {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #262626;
    margin-bottom: 16px;
}

.wd-premium-heading h2 span {
    position: relative;
    display: inline-block;
    margin: 0 45px 0px 45px;
}

.wd-premium-heading h2 span::before {
    content: "";
    position: absolute;
    width: 36px;
    height: 9px;
    background: linear-gradient(270deg, #ff6900 0%, rgba(237, 28, 36, 0) 100%);
    inset-block-start: 50%;
    top: 0;
    left: 0;
    content: '';
    margin: 5px 0 0 -45px;
}

.wd-premium-heading h2 span::after {
    content: "";
    position: absolute;
    width: 36px;
    height: 9px;
    background: linear-gradient(270deg, #ff6900 0%, rgba(237, 28, 36, 0) 100%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    inset-block-start: 50%;
    top: 0;
    right: 0;
    content: '';
    margin: 5px -45px 0 0;
}

.wd-premium-bnft h3 span {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #ff6900;
    margin: 0;
}

.wd-premium-heading h3 span {
    position: relative;
    display: inline-flex;
    margin: 0 45px 0px 45px;
}

.wd-premium-bnft h3 span::before {
    content: "";
    position: absolute;
    width: 36px;
    height: 1px;
    background: linear-gradient(270deg, #ff6900 0%, rgba(255, 255, 255, 0) 100%);
    inset-block-start: 50%;
    top: 0;
    left: 0;
    content: '';
    margin: 10px 0 0 -45px;
}

.wd-premium-bnft h3 span::after {
    content: "";
    position: absolute;
    width: 36px;
    height: 1px;
    background: linear-gradient(270deg, #ff6900 0%, rgba(255, 255, 255, 0) 100%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    inset-block-start: 50%;
    top: 0;
    right: 0;
    content: '';
    margin: 10px -45px 0 0;
}

.wd-premium-bnft h3 span svg {
    margin-right: 4px;
}

.wd-premium-bnft {
    margin: 20px 0 0;
}

.wd-mr-premum-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.wd-bnft-img-lft {
    margin-right: 16px;
}

.wd-bnft-img-lft img {
    width: 73px;
    height: 65px;
    object-fit: contain;
}

.wd-bnft-txt-right h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wd-bnft-txt-right p {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #4F4F4f;
    opacity: 0.8;
    margin: 0;
}

.wd-mr-dine-bnft {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.wd-mr-subscribe-btn {
    background: #ff6900;
    box-shadow: 0px 5px 8px rgba(237, 28, 36, 0.33);
    border-radius: 78px;
    display: inline-block;
    padding: 9px 38px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.wd-mr-dine-bnft .wd-mr-premum-box {
    width: 50%;
}

.wd-right-btn .wd-mr-subscribe-btn {
    border-radius: 78px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.09);
    color: #545454;
    font-weight: 700;
    font-size: 16px;
    padding: 9px 25px;
}

.wd-right-btn .wd-mr-subscribe-btn:hover {
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
}

.wd-tick-mark {
    width: 24px !important;
    height: 24px !important;
}

.account-form .form-group {
    position: relative;
}

.account-form .form-group svg {
    position: absolute;
    top: 0;
    left: 0;
    margin: 17px;
}

.account-form .form-group:first-child .form-control {
    padding: 15px 40px;
}

.account-form .modal-address {
    display: flex;
    align-items: flex-start;
    margin: 20px 0;
}

.account-form .modal-address span {
    font-weight: 400;
    font-size: 14px;
    display: block;
    color: #999999;
    margin-right: 15px;
}

.account-form .modal-address p {
    font-weight: 500;
    font-size: 16px;
    color: #3c2d45;
    margin: 0;
}

.account-form .add-btn {
    width: fit-content;
    margin: 0 auto;
    padding: 14px 45px;
    font-weight: 900;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    display: block;
    padding: 10px 30px;
    width: 100%;
    background: #ff6900;
    box-shadow: 0px 5px 8px rgba(237, 28, 36, 0.33);
    border-radius: 78px;
}

.notification_popup .wd-jk-rightbar_menu {
    padding: 0 30px 30px;
    box-shadow: unset;
    margin-bottom: 0;
    position: relative;
}

.wd-mr-dine-item {
    position: relative;
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}

.wd-mr-dine-item:hover {
    transform: scale(1.2);
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}

.owl-dine .item {
    padding: 20px 0;
}

.wd-sl-dinein {
    padding: 20px 0;
    grid-gap: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wd-sl-dinein [type="radio"]:checked,
.wd-sl-dinein [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.wd-sl-dinein label {
    border: 1px solid #BABABA;
    border-radius: 9px;
    padding: 10px 20px;
    white-space: nowrap;
    font-weight: 600;
    font-size: 13px;
    color: #000000;
    display: inline-block;
}

.wd-sl-dinein [type="radio"]:checked+label {
    border: 1px solid #ff6900;
    color: #ff6900;
}

#timepicker {
    display: block;
    padding: 14px 20px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #000000;
    height: auto;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    background: #FFFFFF;
    border: 1px solid #BEBEBE;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.03);
    border-radius: 12px;
    width: 100%;
}

.ui-state-hover,
#ui-active-item {
    background-color: #ff6900;
    color: #fff;
    border-color: #ff6900;
}

.pakun_logo {
    fill: #1d2f35;
    width: 24px !important;
    height: 24px !important;
    margin: -1px 5px 0 0;
}

.header .navbar .menu-item.active .pakun_logo {
    fill: #ff6900;
    opacity: 1;
}

.pakun_list_benifites h5 {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    font-weight: 600;
}

.pakun_list_benifites li h5 img {
    margin-right: 10px;
}

.pakun_list_benifites {
    margin: 40px 0 0;
}

.pakun_list_benifites li {
    margin-bottom: 25px;
}

.pakun_list_benifites li:last-child {
    margin-bottom: 0;
}

/*Add cart popup*/
.add_cart .modal-content {
    border: none;
    background: #FFFFFF;
    box-shadow: 8px 9px 30px rgba(167, 166, 170, 0.25);
    border-radius: 10px;
}

.add_cart .modal-header {
    border: 0;
    padding: 1rem 1rem 0;
}

.add_cart .modal-body h2 {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    position: relative;
}

.add_cart .modal-body p {
    color: rgb(0, 0, 0, 0.8);
    font-size: 14px;
}

.add_cart .modal-body .form-group .form-control {
    height: 50px;
    border-radius: 15px;
    font-size: 14px;
    border: 1px solid #cdcaca;
}

.add_cart .wd-mr-menu-right {
    align-items: center;
}

.add_cart .wd-prdct-qnty {
    justify-content: space-around;
    max-width: 120px;
    padding: 8px 10px;
    border-radius: 15px;
}

.add_cart .wd-prdct-qnty .counter_btn {
    border: 1px solid #ff6900;
    padding: 0px 7px;
    border-radius: 50%;
}

.wd_add_cart_btn {
    background: #ff6900;
    box-shadow: 0px 5px 8px rgba(237, 28, 36, 0.33);
    border-radius: 100px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid #ff6900;
    color: #fff !important;
    justify-content: space-between;
}

.wd_add_cart_btn:hover {
    background: transparent;
}

.wd_add_cart_btn:hover span {
    color: #ff6900;
}

.wd_add_cart_btn span {
    font-size: 14px;
}

.wd_add_cart_btn span:first-child {
    margin: 0 auto;
    text-align: center;
}

.restraunt-detail .wd-jk-hr_line {
    border: 0;
}

.wd_order_add {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 10px auto 0;
}

.wd_order_add p,
.wd_order_add span {
    font-weight: 600;
    color: #000;
    margin: 0;
    display: block;
}

.wd_close {
    background: #ff6900;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wd_time_unavailable {
    margin: 0 auto 10px;
}

.wd_time_unavailable h3 {
    color: #000;
    font-size: 18px;
}

.wd_time_unavailable p {
    font-weight: 400;
    color: #000;
    font-size: 14px;
}

.view_avail_time {
    background: #ff6900;
    box-shadow: 0px 5px 8px rgba(237, 28, 36, 0.33);
    border-radius: 100px;
    display: block;
    border: 1px solid #ff6900;
    padding: 8px 15px;
    margin: 0 auto;
    text-align: center;
    width: 80%;
    color: #fff;
    font-weight: 600;
}

.view_avail_time:hover {
    color: #ff6900;
    background: transparent;
}

.checkout_blog {
    padding: 0;
}

.wd_checkout_map {
    position: relative;
}

.wd_checkout_map iframe {
    height: 100vh;
    width: 100%;
}

.wd_deli_blog {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0;
    width: 100%;
    padding: 15px 10px;
}

.wd_deli_blog .row {
    width: 100%;
}

.wd_delivery_bx {
    background: #ffffff;
    border: 0;
    box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    width: 100%;
}

.wd_delivery_top {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.wd_delivery_top h3 {
    color: #000;
    font-size: 18px;
    margin-bottom: 0;
}

.wd_delivery_top a {
    display: block;
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
}

.wd_delivery_bdy {
    padding: 15px;
}

.wd_delivery_bdy ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    grid-gap: 5px;
}

.wd_delivery_bdy ul li span {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.wd_delivery_bdy h4 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.wd_delivery_bdy p {
    font-size: 14px;
    line-height: 25px;
}

.wd_delivery_bdy form .form-group {
    margin-bottom: 0;
}

.wd_delivery_bdy form .form-group small {
    color: rgb(0, 0, 0, 0.8);
    font-weight: 600;
}

.wd_close_input {
    background: #ff6900;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px 15px 0 0;
}

.wd_delivery_rgt {
    background: #ffffff;
    border: 0;
    box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    width: 100%;
    padding: 0 0 15px;
}

.wd_delivery_rgt h3 {
    color: #000;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.wd_points_bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0px 15px 0;
}

.wd_points_bx h4 {
    color: #000;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    grid-gap: 8px;
    font-size: 14px;
    font-weight: 600;
}

.wd_points_bx h4 b {
    color: #ff6900 !important;
}

/*.wd_delivery_rgt ul.wd_price_table{
  width: 74%;
}
.wd_delivery_rgt ul{
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.wd_delivery_rgt ul li{
  padding: 10px 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
  white-space: nowrap;
}
.wd_delivery_rgt ul li:last-child{
  border-right: 0;
}
.wd_delivery_rgt ul li span{
  color: rgb(0, 0, 0, 0.5);
  margin-bottom: 0;
  display: block;
  font-weight: 600;
  font-size: 14px;
}*/
.wd_delivery_rgt ul li p {
    color: rgb(0, 0, 0, 0.9);
    font-weight: 600;
    font-size: 16px;
    display: block;
    margin-bottom: 0;
}

.wd_delivery_rgt form ul {
    display: block;
    width: 100%;
}

.wd_delivery_rgt form ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wd_delivery_rgt form.custom-radio-btn p {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0;
    padding: 0 15px 0;
}

.wd_delivery_rgt h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.wd_order_items {
    display: flex;
    align-items: flex-start;
    padding: 0 15px;
    grid-gap: 15px;
    width: 100%;
    white-space: nowrap;
}

.wd_order_items span {
    display: block;
    margin: 0;
    font-weight: 600;
    font-size: 15px;
}

.wd_order_bdy {
    width: 80%;
}

.wd_order_bdy h3 {
    font-size: 14px !important;
    font-weight: 600;
    display: block;
    margin-bottom: 0;
    padding: 0;
    border: 0;
}

.wd_order_bdy ul {
    border: 0;
    width: 100%;
    display: block;
    list-style: decimal !important;
    padding: 10px 0 0;
}

.wd_order_bdy ul li {
    list-style: disc;
    margin: 0 0 10px 15px;
    display: block;
    border: 0;
    padding: 0;
    position: relative;
    font-size: 14px;
    color: rgb(0, 0, 0, 0.8);
}

.wd_order_bdy ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    margin: 8px 0 0 -12px;
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
}

.wd_price_tag {
    color: rgb(0, 0, 0, 0.8);
    font-weight: 600;
    font-size: 15px;
}

.wd_total_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

.wd_btns {
    margin: 15px 15px 5px;
    text-align: center;
}

.wd_place_order {
    background: #ff6900;
    padding: 10px 25px;
    color: #fff;
    display: inline-block;
    border: 1px solid #ff6900;
    font-size: 14px;
    border-radius: 20px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.wd_place_order:hover {
    background: transparent;
    color: #ff6900;
}

.wd_tab_txt p {
    font-weight: 400;
    font-size: 14px;
    color: #6d6d6d;
    display: block;
    margin-top: 5px;
    line-height: 22px;
}

.header .navbar .menu-item a:hover .pakun-img {
    opacity: 1;
}

.pakun-img {
    width: 45px;
    height: 40px;
    object-fit: contain;
    opacity: 0.5;
}

/*right side menu*/
.wd_profile {
    z-index: 1000;
    position: relative;
    transition-duration: 500ms;
    transition-timing-function: ease-out;
}

.wd_profile_right {
    position: fixed;
    inset: 0px;
    background: rgba(0, 0, 0, 0.64);
    transition: opacity 300ms ease-out 0s;
    opacity: 1;
}

.wd_profile_left {
    display: block;
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 430px;
    background: #fff;
    transition-property: transform;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.5, 1, 0.5, 1);
    transform: translateX(430px);
    z-index: 1111;
}

.slide-myorder {
    transform: translateX(0px);
    transition-property: transform;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.5, 1, 0.5, 1);
}

.wd_profile_close {
    padding: 0;
    margin: 0;
    position: absolute;
    top: calc(50% - 12px);
    left: -48px;
    opacity: 1;
    width: 25px;
    height: 25px;
    background: none;
    border: none;
    font: inherit;
    cursor: pointer;
    transition: transform 500ms ease 0s;
}

.wd_profile_close:hover {
    transform: scale(1.1) rotate(180deg);
}

.wd_profile_body h2 {
    color: #000;
    font-size: 22px;
    padding: 15px;
    margin-bottom: 0;
}

.wd_profile_body h6 {
    font-size: 18px;
    color: #000;
}

.wd_pro_points {
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 12px 15px;
    border-radius: 15px;
    margin: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wd_points_lft h6 {
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
}

.wd_points_lft p {
    font-size: 15px;
    margin-bottom: 0;
    display: block;
}

.wd_profile_body ul {
    margin: 10px auto;
}

.wd_profile_body ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
}

.wd_profile_body ul li svg {
    margin-right: 10px;
}

.wd_pro_footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
}

.wd_pro_footer ul li {
    border-bottom: 0;
}

.active-sidebar {
    overflow: hidden;
}

.tip-radiobtn [type="radio"]:checked,
.tip-radiobtn [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.tip-radiobtn label {
    width: 100%;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #545454;
    width: 60px;
    height: 60px;
    text-align: center;
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    line-height: normal;
}

.tip-radiobtn label span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0 0;
}

.tip-radiobtn [type="radio"]:not(:checked)+label {
    content: '';
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.tip-radiobtn [type="radio"]:checked+label {
    content: '';
    color: #FFFFFF;
    background: #ff6900;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
    cursor: pointer;
}

.tip-radiobtn {
    display: flex;
    align-items: center;
    margin: 15px;
}

.tip-radiobtn p {
    margin-right: 10px;
    margin-bottom: 0;
}

.wd_visa_bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
}

.wd_visa {
    margin: 0;
}

.wd_visa span {
    font-weight: 600;
    font-size: 17px;
    display: flex;
    align-items: center;
    grid-gap: 5px;
}

.wd_visa span img {
    width: 40px;
    height: 15px;
    object-fit: contain;
}

.wd_visa span svg {
    width: 35px;
    height: 15px;
}

.wd_manage_txt {
    color: #ff6900;
    font-size: 14px;
    font-weight: 600;
}

.wd_item_list {
    border: 0;
    padding: 0 15px;
}

.wd_item_list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.wd_item_list li:last-child {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 0 0;
}

.wd_item_list li span {
    font-weight: 500;
    font-size: 14px;
    display: block;
}

/*end of right side menu*/
/*visa change popup*/
.wd_pay_bx .modal-content {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}

.wd_pay_bx .modal-header .close {
    margin: 0 0;
    padding: 0;
}

.wd_pay_bx .modal-header .modal-title {
    margin: 0 auto;
    text-align: center;
}

.wd_method_bx ul {
    justify-content: center;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.wd_method_bx ul li {
    margin-right: 12px;
}

.wd_method_bx ul li:last-child {
    margin-right: 0;
}

.wd_method_bx ul li a {
    border-radius: 90px !important;
    border: 2px solid rgba(0, 0, 0, 0.14);
    background: #fff;
    padding: 6px 15px !important;
    margin: 0 auto !important;
    text-align: center;
    color: #0D2843;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    display: flex;
    grid-gap: 10px;
}

.wd_method_bx ul li a.active {
    border: 2px solid #ff6900;
    background-color: transparent !important;
    color: #ff6900 !important;
}

.wd_method_bx ul li a.active svg circle {
    stroke: #ff6900;
    opacity: 1;
}

.wd_method_bx svg {
    position: unset !important;
    margin: 0 !important;
    width: 20px !important;
}

.wd_method_bx form .row .col-md-4:nth-child(odd) {
    padding-right: 0;
}

.wd_method_bx form .row .col-md-4:nth-child(even) {
    padding-right: 0;
}

.wd_method_bx form .row .col-md-4:last-child {
    padding-right: 15px !important;
}

.wd_method_bx form .form-group {
    position: relative;
}

.wd_method_bx form .form-group .form-control {
    border-radius: 12px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.03);
    height: 50px;
    padding: 10px 15px;
}

.wd_new_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    margin: 15px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.wd_new_card a {
    font-size: 14px;
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #999999 !important;
}

.wd_new_card a:nth-child(2) {
    font-weight: 600;
}

.card_icon {
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px 15px 0 0;
}

.wd_pay_method {
    text-decoration: underline;
    font-size: 12px;
    font-weight: 500;
    display: block;
    color: #373535;
    margin: 10px 0 0;
}

.view_cart_txt {
    font-size: 15px !important;
}

.points-form input[type=checkbox],
input[type=radio] {
    opacity: 0;
    display: none;
}

.points-form .custome-radiobtn [type="radio"]:checked,
.custome-radiobtn [type="radio"]:not(:ch.points-form ecked) {
    position: absolute;
    left: -9999px;
}

.points-form .custome-radiobtn label {
    width: 100%;
    border-radius: 6px;
    font-size: 12px;
    color: #545454;
    padding: 5px;
    text-align: center;
    position: relative;
    display: block;
    margin-bottom: 0;
}

.points-form .custome-radiobtn [type="radio"]:not(:checked)+label {
    content: '';
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.points-form .custome-radiobtn [type="radio"]:checked+label {
    content: '';
    color: #FFFFFF;
    background: #ff6900;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    border: 1px solid transparent;
    display: flex;
}

.wd-sl-checout_other [type="radio"]:checked+label svg g path {
    fill: #fff;
}

.wd-sl-checout_other [type="radio"]:checked+label svg g {
    opacity: 1;
}

.points-form .custome-radiobtn {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.points-form .custome-radiobtn p {
    margin-bottom: 0;
    padding: 10px;
    border-right: 1px solid #ccc;
}

.points-form .custome-radiobtn p:last-child {
    border-right: none;
}

/* notification */
.wd-notify-blog {
    padding: 0 0 50px;
}

.wd-notify-area {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 8px 9px 30px 0px rgba(167, 166, 170, 0.25);
    padding: 20px;
}

.wd-notify-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 15px;
}

.wd-notify-title h2 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.wd-mr-notify-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
    padding: 20px 15px;
    margin-bottom: 10px;
}

.wd-mr-notify-box:last-child {
    margin-bottom: 0;
}

.wd-mr-notify-box:hover {
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
}

.wd-notify-icon span {
    width: 46px;
    height: 46px;
    background: rgba(255, 105, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    border-radius: 50%;
}

.wd-notify-lft {
    display: flex;
    align-items: center;
}

.wd-notify-icon span svg {
    width: 28px;
    height: 28px;
}

.wd-notify-txt {
    height: 100%;
}

.wd-notify-txt h3 {
    color: #1D2F35;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

.wd-notify-txt p {
    color: #505C62;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.14px;
    margin-bottom: 0;
}

.wd-notify-right span {
    color: rgba(0, 0, 0, 0.60);
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

/*notification area end*/
.edit-profile-form .form-group input:focus~.control-label,
.edit-profile-form .form-group input:valid~.control-label,
.edit-profile-form .form-group input.form-file~.control-label,
.edit-profile-form .form-group input.has-value~.control-label,
.edit-profile-form .form-group textarea:focus~.control-label,
.edit-profile-form .form-group textarea:valid~.control-label,
.edit-profile-form .form-group textarea.form-file~.control-label,
.edit-profile-form .form-group textarea.has-value~.control-label {
    top: -25px;
    left: 0px;
    background: #fff;
    padding: 0 4px;
}

/*my wallet*/
.wd-wallet-grp {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.wd-wallet-box {
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    grid-gap: 15px;
    width: 100%;
    margin-bottom: 15px;
}

.wd-wallet-box:hover {
    border: 1px solid #FF6900;
}

.wd-wallet-icon span {
    background: rgba(255, 105, 0, 0.10);
    width: 51px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.wd-wallet-icon span svg {
    width: 25px;
    height: 25px;
}

.wd-wallet-box h3 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.32px;
    margin-bottom: 0;
}

.wd-wallet-dtls-box {
    background: url(../images/profile/wallet-box-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 90px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px 18px 20px;
    box-shadow: 0px 9px 23px 0px rgba(237, 28, 36, 0.25);
}

.wd-walt-dtls-lft span {
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    display: block;
    margin: 0;
}

.wd-walt-dtls-lft h4 {
    display: inline-flex;
    align-items: center;
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
}

.wd-walt-dtls-lft h4 img {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.wd-mt-100 {
    margin-top: 100px;
}

.wd-wallet-history {
    text-align: center;
    background-image: url(../images/profile/wallet-history.png);
    border-radius: 11px;
    padding: 20px;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 9px 23px 0px rgba(237, 28, 36, 0.25);
}

.wd-mr-blnc-txt h6 img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.orderpay-items small img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.star-items small {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.wd-wallet-title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.wd-mr-profile.wd-wallet-title h1 {
    margin-bottom: 0;
}

/* manage card */
.wd-wallet-card {
    text-align: center;
    background-image: url(../images/profile/card-box.png);
    border-radius: 20px;
    padding: 15px;
    background-position: center;
    width: 100%;
    height: 185px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
}

.wd-card-dtls,
.wd-card-right {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.wd-card-txt p {
    color: #FDFDFD;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin-bottom: 8px;
}

.card-name-date {
    display: flex;
    align-items: center;
    gap: 5px;
}

.card-name-date span {
    color: #FFF;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.wd-default-btn {
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.30);
    padding: 5px 5px 5px 8px;
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 3px;
}

.wd-default-btn .btn-toggle {
    padding: 0;
    position: relative;
    border: none;
    height: 18px;
    width: 36px;
    border-radius: 20px;
    background: #a9a9a9;
}

.wd-default-btn .btn-toggle:focus,
.btn-toggle:focus.active,
.btn-toggle.focus,
.btn-toggle.focus.active {
    outline: none;
    box-shadow: none;
}

.wd-default-btn .btn-toggle>.handle {
    position: absolute;
    top: 2px;
    left: 3px;
    width: 14px;
    height: 14px;
    border-radius: 18px;
    background: #fff;
    transition: left .25s;
}

.wd-default-btn .btn-toggle.active {
    transition: background-color .25s;
    background: #638C1C;
}

.wd-default-btn .btn-toggle.active>.handle {
    left: 18px;
    transition: left .25s;
}

.wd-remove-btn {
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.30);
    padding: 8px 12px;
    color: #FFF;
    font-size: 10px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
}

/* modal: add card */
#addCard .modal-body {
    padding: 20px;
}

.wd-card-fotr {
    display: flex;
    gap: 6px;
}

.wd-card-fotr p {
    color: #8B8B8B;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

/* payment success modal */
.wd-paymnt-success {
    text-align: center;
    padding: 80px 20px 40px;
}

.wd-paymnt-success img {
    margin-bottom: 30px;
}

.wd-paymnt-success h5 {
    color: #000;
    font-size: 26px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 12px;
}

.wd-v-line {
    border-left: 1px dashed #000;
    height: 60px;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: fit-content;
}

.wd-paymnt-success h3 {
    color: #101E45;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin: 12px auto 10px;
}

.wd-paymnt-success p {
    color: #464646;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}

.wd-done-btn {
    border-radius: 78px;
    background: #FF6900;
    box-shadow: 0px 5px 8px 0px rgba(237, 28, 36, 0.33);
    padding: 12px 20px;
    display: block;
    width: 40%;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}

.wd-done-btn:hover {
    color: #fff;
    box-shadow: 0px 5px 8px 0px rgba(237, 28, 36, 0.5);
}

/* saloni-zb */
.product_image {
    width: 120px;
    height: 90px;
    position: relative;
    object-fit: cover;
    border-radius: 10px;
}

.tpnmr_vegicon {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

.orange {
    color: #ff6900;
}

.wd-sl-prodetail {
    width: 100%;
    position: relative;
    display: block;
}

.wd-sl-prodetail h6 {
    font-size: 18px;
    margin: 0;
}

.wd-sl-prodetail small {
    font-size: 11px;
    font-weight: 400;
    color: #616161;
    line-height: unset;
    display: block;
    margin: 3px 0;
}

.wd-sl-prodetail strong {
    font-size: 16px;
}

.wd-sl-prodetail {
    position: relative;
    width: 100%;
}

.wd-sl-prodbox {
    border-bottom: 1px solid #ccc6;
    padding-bottom: 15px;
    display: block;
    margin-bottom: 15px;
}

.food-item-title {
    font-size: 18px;
    margin-bottom: 0.5rem;
    font-weight: 700;
    display: block;
}

.close svg path {
    stroke: #000;
}

.close {
    opacity: 1;
    position: absolute;
    right: 0;
    padding: 0 !important;
    margin: 0px 16px !important;
    z-index: 1;
}

.close:hover {
    color: #ff6900;
}

.moretext {
    display: none;
}

.moreless-button {
    font-size: 14px;
    font-weight: 700;
    color: #ff6900;
    border-bottom: 1px solid;
    text-transform: uppercase;
}

/* #exampleModalCenterRatings .modal-body h2{
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
  text-align: center;
} */
.product-details img {
    width: 53px;
    height: 56px;
    object-fit: contain;
}

.wd-black {
    color: #000 !important;
}

.wd-red {
    color: #E1251B !important;
}

/* address area pakun  ongoing*/
.wd-pakun-add-area {
    margin-top: 20px;
}

.wd-pakun-add-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.wd-add-area h4 {
    color: #3C2D45;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}

.wd-add-area h4 svg {
    margin-right: 4px;
}

.wd-add-area p {
    color: #3C2D45;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 2px;
}

.wd-pakun-time span {
    border-radius: 40px;
    background: rgba(0, 0, 0, 0.09);
    padding: 4px 10px;
    color: #3C2D45;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
}

.wd-dine-gallery {
    margin: 15px 0 0;
}

.wd-dine-gallery img {
    border-radius: 10px;
    margin-right: 15px;
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.wd-modal-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
}

/* upload image */
/* .upload__box {
  display:flex;
  flex-wrap: wrap;
  gap: 20px;
} */
.upload__btn {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px dashed #ff6900;
    border-radius: 10px;
    background: rgb(255 105 0 / 13%);
    color: #FF6900;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    padding: 15px 20px;
}

.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 20px 0 0;
}

.upload__img-box {
    width: 102px;
    height: 102px;
    object-fit: contain;
}

.upload__img-close {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    display: block;
    margin: 4px 0px 0 0;
}

.upload__img-close:after {
    content: "";
    background: url(../images/profile/Delete.png)no-repeat;
    width: 14px;
    height: 16px;
    position: absolute;
}

.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    box-shadow: 0px 4.25px 14.875px 0px rgba(0, 0, 0, 0.05);
}

#rstrntReview .modal-body {
    padding: 20px 30px 30px;
}

/* for scroll css */
.scroll {
    scrollbar-width: auto;
    scrollbar-color: #ff6900;
    padding: 10px 0;
}

/* Chrome, Edge, and Safari */
.scroll::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
    width: 10px;
    height: 10px;
}

.scroll::-webkit-scrollbar-thumb {
    background-color: #ff6900;
    border-radius: 10px;
    border: 3px solid #ff6900;
}

/* manage address radio button */
.addrs-cstm-rdio {
    margin-bottom: 20px;
}

.addrs-cstm-rdio [type="radio"]:checked,
.addrs-cstm-rdio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.addrs-cstm-rdio [type="radio"]:checked+label,
.addrs-cstm-rdio [type="radio"]:not(:checked)+label {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    margin-bottom: 0;
    width: 100%;
}

.addrs-cstm-rdio [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #C4C4C4;
    border-radius: 100%;
    background: #fff;
    margin: 0 10px 15px 0;
}

.addrs-cstm-rdio [type="radio"]:checked+label:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #ff6900;
    border-radius: 100%;
    background: #fff;
    margin: 0 10px 15px 0;
}

.addrs-cstm-rdio [type="radio"]:checked+label:after,
.addrs-cstm-rdio [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #ff6900;
    position: absolute;
    bottom: 19px;
    right: 14px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.addrs-cstm-rdio [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.addrs-cstm-rdio [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.addrs-cstm-rdio [type="radio"]:checked+label .address-bx {
    border: 1px solid #FF6900;
}

/* logout modal */
.wd-profile-modal .modal-content {
    border-radius: 21px;
    background: #FFF;
    box-shadow: 0px 14px 11px 0px rgba(0, 0, 0, 0.13);
}

.wd-profile-modal .modal-header {
    display: block;
    padding: 20px 30px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.wd-profile-modal .modal-title {
    color: #212121;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.wd-profile-modal .modal-body {
    padding: 20px 30px 0;
}

.wd-profile-modal .modal-body p {
    color: #5A5A5A;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    width: 60%;
    margin: 0 auto;
}

.wd-profile-modal .modal-footer {
    border: 0;
    padding: 30px;
}

.wd-btn-grp {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
}

.wd-modal-btn {
    padding: 10px 60px;
    border: 2px solid transparent;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    border-radius: 64px;
    margin: 0;
    width: 100%;
    display: inline-block;
}

.wd-no-btn {
    background: #F2F2F2;
    color: #868686;
}

.wd-no-btn:hover {
    box-shadow: 0px 4px 8px 0px rgba(169, 169, 169, 0.7);
    color: #868686;
}

.wd-accept-btn {
    background: #ff6900;
    box-shadow: 0px 5px 8px rgba(237, 28, 36, 0.33);
}

.wd-accept-btn:hover {
    box-shadow: 0px 4px 8px 0px rgb(237 28 36 / 50%);
    color: #fff;
}

/* contact-us */
.wd-contact-blog {
    padding: 0 0 80px;
}

.wd-contct-bx {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
}

.wd-contct-img {
    background: url(../images/contact-us/contact-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 609px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px 0 0 15px;
}

.wd-contct-txt {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.wd-contct-txt img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.wd-contct-txt p {
    color: #FFF;
    font-family: Poppins;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
}

.wd-contct-rght {
    padding: 25px 15px;
}

.wd-cont-title {
    margin-bottom: 32px;
}

.wd-cont-title h2 {
    color: #1F1F1F;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

.wd-cont-title p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
}

.wd-contct-rght textarea.form-control {
    height: 220px !important;
}

/* subscription modal */
.subscription-modal .modal-content {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}

.subscription-modal .modal-header {
    align-items: center;
    justify-content: center;
    border-bottom: 0;
}

.subscription-modal .modal-title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.subscription-modal .close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 5px 5px 0 0 !important;
}

.subscription-modal .modal-body {
    padding: 70px 0 0;
}

.wd-sub-dtls-body {
    border-radius: 35px 35px 10px 10px;
    box-shadow: 8px 9px 30px rgba(211, 209, 216, 0.55);
    padding: 15px 30px 0 20px;
}

.wd-sub-dtls-top span {
    background: #fff;
    box-shadow: 8px 9px 30px rgba(211, 209, 216, 0.55);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -90px auto 15px;
    transition: 0.5s;
}

.wd-sub-dtls-top span img {
    max-width: 100%;
    height: 95px;
    object-fit: contain;
}

.wd-sub-dtls-top h4 {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

ol.wd-subscription-list {
    padding: 0;
    margin: 0;
    list-style: decimal;
}

ol.wd-subscription-list li {
    color: #777687;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
}

ol.wd-subscription-list li small {
    font-size: 14px;
    font-weight: 400;
    color: #777687;
    margin-right: 6px;
}

.code_list {
    display: flex;
    position: relative;
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #ACACAC47;
    box-shadow: 4px 4px 12px 0px #00000008;
    border-radius: 10px;
    margin-bottom: 15px;
}

.code_list img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    display: inline-block;
}

.code_list b {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    display: block;
}

.code_list span {
    font-size: 14px;
    font-weight: 500;
    color: #00000080;
    display: block;
}

.wd-edit-profile {
    padding: 0 0 50px;
}

.redirect_view {
    font-size: 16px;
    font-weight: 700;
    color: #FF6900;
}

.owl-food-category .owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 25%;
}

.owl-food-category .owl-nav button {
    width: 36px;
    height: 36px;
    border-radius: 50px;
    background: #ff6900 !important;
}

.owl-food-category .owl-nav button span {
    font-size: 40px;
    color: #fff;
    line-height: 30px;
}

.grid_restpro .row>div:nth-child(even),
.grid_restpro .row>div:nth-child(odd) {
    padding: 0 7px;
    margin-bottom: 17px;
}

.restraunt-detail {
    padding: 0 0 50px;
}

.modal-header .close {
    background: #ff6900;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    line-height: 0;
    opacity: 1;
    margin: -12px !important;
    position: absolute;
    top: 0;
    right: 0;
    text-shadow: unset;
    color: #fff;
    font-weight: 300;
    font-size: 36px;
}

.modal-header .close span svg path {
    stroke: #fff;
}

.account {
    padding: 0 0 50px;
}

.info_blog p {
    position: absolute;
    width: 200px;
    bottom: 0;
    left: 0;
    background: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    box-shadow: 0px 0px 10px #9e9e9ead;
    border-radius: 10px 10px 10px 0px;
    padding: 10px;
    margin: 20px 6px;
    display: none;
}

.info_blog:hover p {
    display: block;
}

/* category list wd-mr 27-09 */
.wd-catgry-list-blog {
    padding: 50px 0;
}

.wd-catgry-box {
    box-shadow: 8px 9px 30px rgba(167, 166, 170, 0.25);
    display: block;
    position: relative;
    margin-bottom: 30px;

}

.wd-catgry-box img {
    width: 100%;
    height: 170px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.wd-catgry-box h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    border-radius: 0 0 15px 15px;
    padding: 10px 0 8px;
    background: linear-gradient(180deg, #ff690000 -12%, #000 100%);
    text-align: center;
}

/* subcategory owl */
.owl-subcategory.owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 33%;
}

.owl-subcategory .owl-prev,
.owl-subcategory .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    transition: opacity .15s ease;
}

.owl-subcategory .owl-prev span,
.owl-subcategory .owl-next span {
    background: #ff6900;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-subcategory .owl-prev {
    left: -15px;
}

.owl-subcategory .owl-next {
    right: -15px;
}

.owl-subcategory .owl-prev:hover,
.owl-subcategory .owl-next:hover {
    opacity: 0.9;
}

/* restaurants near you */
.wd-restrunt-area {
    padding: 0 0 30px;
}

.wd-restrunt-box {
    padding: 0;
    margin: 0 0 20px;
    background: #fff;
    box-shadow: 8px 9px 30px rgba(167, 166, 170, 0.25);
    display: flex;
    border-radius: 15px;
}

.wd-restrunt-lft {
    position: relative;
}

.wd-restrunt-lft img {
    width: 400px;
    height: 180px;
    object-fit: cover;
    border-radius: 15px 0 0 15px;
    position: relative;
}

.wd-restrunt-right {
    padding: 20px 20px 20px 30px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.wd-dlvry-cmpny {
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
    width: 45%;
}

.wd-dlvry-cmpny img {
    height: 70px;
    width: 70px;
    border-radius: 18px;
}

.wd-dlvry-cmpny h4 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin: 0;
}

.wd-ordr-dtls {
    width: 55%;
    padding: 0 0 0 30px;
    position: relative;
}

.wd-ordr-dtls::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-right: 1px solid #ccc;
}

.wd-ordr-time span i {
    font-size: 16px;
    color: #000;
}

.wd-ordr-time span,
.wd-rating-ordr span {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin: 0;
    display: inline-block;
    margin-bottom: 8px;
}

.wd-ordr-time span svg,
.wd-rating-ordr svg {
    margin: 0 10px;
}

.wd-rating-ordr i {
    font-size: 15px;
    color: #f59f00;
}

.wd-sponcr-box a {
    background: #ededed;
    border: 1px solid #ccc;
    padding: 4px 8px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 4px;
    width: fit-content;
    display: block;
}

.wd-closed-restaurant .wd-restrunt-lft img {
    position: relative;
}

.wd-closed-restaurant .wd-restrunt-lft h5 {
    position: absolute;
    background: rgb(0 0 0 / 56%);
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px 0 0 15px;
}

/* category list end */
#freeDelivr .modal-dialog {
    max-width: 700px;
}

.restrnt_contact {
    display: flex;
    align-items: flex-start;
}

.wd-mr-dtls-right span svg {
    width: 24px;
    height: 24px;
}

.wd-mr-dtls-right span {
    width: 40px;
    height: 40px;
}

.drop_openicon {
    position: absolute;
    right: 0;
    margin: 10px 12px;
}

.left_value_blog {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-right: 10px;
}

.left_value_blog p {
    display: flex;
}

.left_value_blog p span {
    margin-right: 5px;
}

.food_details {
    padding: 0 0 50px;
}

/* Vendor CSS */

.vendor_promain .circle {
    margin-bottom: 15px;
}

.flexor_content {
    display: flex;
    align-items: center;
}

.flexor_content span {
    margin: 0 10px;
    font-weight: 700;
}

.vendor_promain .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    min-height: auto;
    -webkit-user-select: none;
    display: block;
    padding: 15px 20px 8px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #000000;
    height: auto;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    background: #FFFFFF;
    border: 1px solid #bebebe38 !important;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 10%);
    border-radius: 12px !important;
}

.vendor_promain .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 !important;
}

.vendor_promain .select2-container .select2-search--inline .select2-search__field {
    widows: 100% !important;
    margin: 0 !important;
}

.vendor_promain .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0 !important;
}

.vendor_promain .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ff6900;
}

.uplaod_document {
    border: 2px dashed #ff6900;
    border-radius: 10px;
    width: 100%;
    height: 180px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uplaod_document input {
    position: absolute;
    width: 100%;
    height: 180px;
    opacity: 0;
}

.uplaod_document img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.uplaod_document span {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.uplaod_document i {
    font-size: 32px;
    color: #ff6900;
}

/* Absolute Center Spinner */
#loader_display_restaurant {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000040;
}

#loader_display_restaurant:after,
#loader_display_restaurant:before {
    display: none !important;
}

#loader_display_restaurant img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

.checkout_nwmain {
    padding: 0 0 50px;
}

.checkout_menu li.menu-item {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.16px;
    color: #000000;
}

.checkout_menu li.menu-item:first-child {
    margin-top: 0;
}

.checkout_menu li.menu-item:last-child {
    color: #101E45;
}

.checkout_menu li.menu-item span {
    color: #101e45;
    display: block;
}

.checkout_menu li.menu-item span.span-red {
    color: #ff6900;
    display: block;
}

.checkout_menu {
    box-shadow: 0px 4px 14px 0px #00000012;
    border-radius: 14px;
    padding: 10px 15px;
    margin-top: 1rem;
}

.checkout_nwmain .tip-radiobtn label {
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    color: #000 !important;
    width: auto;
    height: auto;
    padding: 0px 15px 5px;
}

.checkout_nwmain .tip-radiobtn [type="radio"]:checked+label {
    background: #FF69001A;
    border: 1px solid #FF6900;
}
.wd_edit_add_bx{
    border: 2px dashed #ff6900;
    border-radius: 10px;
}
.other_tipinput span {
    background: #FF690033;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    border-radius: 0 12px 12px 0;
}

.other_tipinput {
    position: relative;
}
div.pac-container {
    z-index: 99999999999 !important;
}
#map1 {
    height: 500px !important;
}
.sucorder_inner {
    box-shadow: 8px 9px 30px 0px #A7A6AA40;
    max-width: 485px;
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.sucorder_inner img {
    margin: 50px 0;
}

.sucess_order_blog {
    padding: 0 0 50px;
}
.sucorder_inner h4 {
    font-size: 24px;
    font-weight: 700;
    color: #101E45;
    line-height: 1.5;
    margin-bottom: 20px;
}
.sucorder_inner h6 {
    font-size: 16px;
    font-weight: 500;
    color: #464646;
}
.sucorder_inner h6 b {
    font-weight: 600;
    color: #101E45;
}
.sucorder_inner p {
    font-size: 14px;
    font-weight: 400;
    color: #474747;
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    text-align: left;
    gap: 15px;
    margin: 1rem 0;
}
.subnw_btn {
    box-shadow: 0px 5px 8px 0px #FF690054;
    background: #FF6900;
    border-radius: 80px;
    max-width: 241px;
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    padding: 15px 20px;
    margin: 0 auto 1rem;
}
.backtohome_nwbtn {
    font-size: 16px;
    color: #1D2F35;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
/*-----Heart Checkbox-=----*/

.wd_kr_heart{

    position: relative;
  
    background: rgb(0 0 0 / 19%);
  
    backdrop-filter: blur(15px);
  
    border-radius: 40px;
  
    width: 30px;
  
    height: 30px;
  
    display: flex;
  
    align-items: center;
  
    justify-content: center;
  
  }
  
  .wd_kr_heart input[type="checkbox"] {
  
    display: none;
  
  }
  
  .wd_kr_heart input[type="checkbox"] + label {
  
    position: relative;
  
    margin: 3px 0px 0px 3px;
  
     cursor: pointer;
  
  }
  
  .wd_kr_heart input[type="checkbox"] + label:before {
  
    content: "";
  
    background: url(../images/icon/unlike.svg)no-repeat; 
  
    width: 20px;
  
    height: 20px;
  
    display: block;
  
    transition:  .5s ease;
  
  }
  
  .wd_kr_heart input[type="checkbox"]:checked + label:before {
  
    background: url(../images/icon/like.svg)no-repeat; 
  
  }
  .error{
    color: red;
  }
  
  /*end*/