header.headerMainCol {
    position: sticky;
    top: 0;
    z-index: 9;
}
.headerStyle2 {
    background-color: #0B1315;
    color: #ffffff;
    padding: 20px 0;
    position: static;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    -moz-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.fixed-header .headerStyle2 {
    padding: 15px 0;
}
.headerRightOption>ul>li {
    display: inline-block;
    vertical-align: middle;
}
.headerRightOption>ul>li+li {
    margin-left: 30px;
}
.headerRightOption>ul>li .navItemstheme>ul>li.lgnRegtheme {
    display: block !important;
    padding: 8px 20px 9px !important;
    border-radius: 50px !important;
}
.headerRightOption>ul>li .navItemstheme>ul>li.lgnRegtheme>a {
    padding: 0 !important;
    text-transform: capitalize;
    letter-spacing: normal !important;
}
.headerRightOption>ul>li .navItemstheme>ul>li.lgnRegtheme>a span {
    vertical-align: middle;
    margin: 0;
}
.headerRightOption>ul>li .navItemstheme>ul>li.lgnRegtheme>a span img {
    display: block;
}
.headerRightOption>ul>li .navItemstheme>ul>li.lgnRegtheme>a span+span {
    margin-left: 5px;
}
.headerRightOption>ul>li .navItemstheme>ul>li.lgnRegtheme>span.linetheme {
    position: static !important;
    padding: 0 6px !important;
}
.headerRightOption>ul>li .navItemstheme>ul>li.lgnRegtheme>span.linetheme::before {
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%) rotate(15deg);
    margin-left: -10px;
    width: 1px;
}
.headerRightOption>ul>li .navItemstheme>ul>li.lgnRegtheme .dropMenu {
    border-radius: 20px;
    overflow: hidden;
}
.headerRightOption>ul>li .navItemstheme>ul>li.lgnRegtheme .dropMenu ul li:last-child a::after {
    display: none;
}
.navMain {
    padding-left: 40px;
}
.navMain>ul {
    display: flex;
}
.navMain>ul>li+li {
    margin-left: 40px;
}
.navMain>ul>li>a {
    font-size: 18px;
    font-weight: 600;
}
.hTopBar {
    background-color: var(--primary-theme-color);
    color: #ffffff;
    padding: 10px 0;
}
.tBarOptions {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tBarOptions>li {
    font-size: 14px;
    padding-left: 30px;
    position: relative;
}
.tBarOptions>li img {
    position: absolute;
    left: 0;
    top: 50%;
    max-width: 16px;
    transform: translate(0, -50%);
}
.tBarOptions>li+li {
    margin-left: 40px;
}
.tBarOptions>li+li::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    width: 1px;
    height: 18px;
    background-color: #ffffff;
    transform: translateY(-50%) rotate(24deg);
}
.filterCol>a {
    font-size: 18px;
    font-weight: 500;
}
.filterCol>a span+span {
    margin-left: 10px;
}
.menuCard {
    border: 1px solid rgba(150, 105, 51, 0.3);
    padding: 5px;
    height: 100%;
    min-height: 167px;
    border-radius: 14px;
}
.menuCardImg {
    width: 145px;
    height: 155px;
}
.menuCardImg>img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item_active .menuCard {
    border-color: var(--primary-theme-color);
    border-width: 2px;
}
.menuContent {
    padding: 2px 0 32px;
    position: relative;
    height: 100%;
}
.menuContent>h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #130F26;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menuContent>h5 {
    font-size: 16px;
    color: #130F26;
    margin-bottom: 5px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menuContent>p {
    font-size: 14px;
    margin: 0;
    color: #130F26;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menuContent .proSelectOption ul {
    display: flex;
    justify-content: flex-start;
    padding: 2px 0;
}
.menuContent .proSelectOption ul li .customOption {
    padding-left: 0;
}
.menuContent .proSelectOption ul li .customOption input:checked~.custom-control-label img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
.menuContent .proSelectOption ul li .customOption label img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: pointer;
    opacity: 0.7;
    width: 18px;
}
.menuContent .proSelectOption ul li .customOption label:before,
.menuContent .proSelectOption ul li .customOption label:after {
    opacity: 0;
    visibility: hidden;
}
.menuContent .proSelectOption ul li+li {
    margin-left: 5px;
}
.menuContent .btn_primary::before {
    border-radius: 8px;
}
.menuContent .ratingTag {
    color: #f1a400;
}
.menuContent .mnRightCol ul li span.vegIcon {
    display: block;
}
.menuContent .mnRightCol ul li span.vegIcon .typeLbl {
    border-radius: 6px;
}
.menuContent .mnRightCol ul li span.vegIcon .typeLbl::before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.mnRightCol ul li {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.mnRightCol ul li .addToFav {
    margin-bottom: 0;
}
.mnRightCol ul li+li {
    margin-left: 5px;
}
.mnRightCol ul li .addChilli .custom-select {
    padding: 2px 15px 2px 5px;
    height: auto;
    font-size: 13px;
    background-size: 5px 7px;
    background-position: right 4px center;
    width: 52px;
    border-radius: 5px;
}
.mnRightCol ul li .addChilli .custom-select:focus {
    border-color: #AFB8B8;
    outline: 0;
    box-shadow: none;
}
.btn_primary.smBtn.disabled,
.btn_primary.smBtn:disabled {
    opacity: 0.8;
}
.vegIcon img {
    display: block;
}
.mPrice>h5 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #130F26;
}
.mBtn {
    position: absolute;
    left: 0;
    bottom: 0;
}
.btn_primary.smBtn {
    font-size: 13px;
    text-transform: capitalize;
    min-width: 88px;
    padding: 8px 10px;
    border-radius: 10px;
}
.btn_primary.smBtn>span+span {
    margin-left: 6px;
}
.pagStyle {
    padding-top: 50px;
}
.pagStyle ul {
    justify-content: center;
}
.pagStyle ul li+li {
    margin-left: 8px;
}
.pagStyle ul .page-link {
    width: 42px;
    height: 42px;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50% !important;
    font-size: 20px;
    border-color: #E3E3E3;
    color: #130F26;
}
.pagStyle ul .page-link.active {
    background-color: var(--primary-theme-color);
    color: #ffffff;
}
.pagStyle ul .page-link:focus {
    box-shadow: none;
}
.pagStyle ul .page-link:hover {
    background-color: var(--primary-theme-color);
    color: #ffffff;
}
.pagStyle ul .page-link:hover img {
    filter: brightness(0) invert(1);
}
.modal_header {
    position: relative;
    padding: 20px 60px 20px 35px;
}
.modal_header .modal-title {
    font-size: 24px;
    font-weight: 600;
    color: #130F26;
}
.modal_header .close {
    position: absolute;
    right: 30px;
    top: 20px;
    opacity: 1;
    font-size: 36px;
    font-weight: 500;
}
.filterModalStyle .modal-content {
    border-radius: 18px;
    border: 0;
}
.filterSelectCol {
    padding: 0 35px 40px;
}
.filterLinkOpt {
    display: block;
    background-color: #E3E3E3;
    padding: 18px 50px 18px 25px;
    border-radius: 16px;
    font-size: 20px;
    font-weight: 600;
    color: #130F26;
    position: relative;
}
.filterLinkOpt::before {
    content: "\f107";
    position: absolute;
    right: 25px;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-family: "FontAwesome";
    color: #575757;
    font-size: 30px;
    z-index: 2;
    pointer-events: none;
    font-weight: 300;
}
.filtercard-body {
    padding: 20px 20px 0;
}
.selectOptChk {
    display: block;
    margin-bottom: 15px;
}
.selectOptChk input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.selectOptChk label {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding-left: 42px;
    font-size: 20px;
    font-weight: 500;
    color: #655656;
}
.selectOptChk label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid rgba(108, 117, 125, 0.5);
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 2px;
    width: 28px;
    height: 28px;
    border-radius: 4px;
}
.selectOptChk input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 11px;
    width: 6px;
    height: 14px;
    border: solid #130F26;
    border-width: 0 2px 2px 0;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.filtercard+.filtercard {
    margin-top: 10px;
}
.cartSection {
    color: #130F26;
}
.cartTitle {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 10px;
}
.cartCardImg {
    width: 70px;
}
.cartCardImg>img {
    width: 100%;
    height: 72px;
    border-radius: 12px;
    object-fit: cover;
}
.cartCardContent>h2 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}
.cartCardContent>p {
    margin: 0;
    color: #655656;
    font-size: 12px;
    padding-bottom: 6px;
}
.cartCardContent .cart-inc-dec .quantity .minus,
.cartCardContent .cart-inc-dec .quantity .plus,
.cartCardContent .cart-inc-dec .quantity .minus2,
.cartCardContent .cart-inc-dec .quantity .plus2 {
    box-shadow: none;
    font-size: 20px;
    font-weight: 400;
    width: 28px;
    height: 28px;
}
.cartCardContent .cart-inc-dec .quantity .minus,
.cartCardContent .cart-inc-dec .quantity .minus2 {
    font-size: 24px;
}
.cartCardContent .cart-inc-dec .quantity input.qty {
    border: 0;
    box-shadow: none;
    background-color: #ffffff;
    color: #130F26;
    font-size: 14px;
    font-weight: 600;
    width: 25px;
}
.cartRightCol {
    text-align: right;
}
.cDeltIcon {
    width: 25px;
    height: 25px;
    border: 1px solid #E3E3E3;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-bottom: 6px;
}
.cDeltIcon>a {
    display: block;
}
.cDeltIcon>a>img {
    display: block;
}
.cPriceText>p {
    margin: 0;
    font-size: 12px;
    color: #655656;
}
.cPriceText span {
    display: block;
    font-weight: 600;
}
.cartText {
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 600;
    font-style: italic;
    padding-top: 3px;
}
.cartText.vegText {
    color: #50c150;
}
.cartCardStyle {
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.btn_primary>span {
    display: inline-block;
    vertical-align: middle;
}
.btn_primary>span+span {
    margin-left: 10px;
}
.btn_primary>span>img {
    display: block;
}
.cartTotalPrice h4 {
    font-size: 18px;
}
.proceedModalStyle .modal-content {
    border: 0;
    text-align: center;
    border-radius: 45px;
}
.confirmModl {
    padding: 40px;
}
.confirmModl>h3 {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 45px;
    color: #130F26;
}
.confirmModl>h6 {
    font-size: 26px;
    font-weight: 600;
    color: #130F26;
    padding: 25px 0 10px;
}
.confirmModl>p {
    font-size: 20px;
}
.confirmBtn {
    border-top: 1 solid #eeeeee;
}
.cBtnStyle .btn {
    width: 100%;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 34px 20px;
}
.cBtnStyle .btn.btn_light {
    background-color: #ffffff;
    border-radius: 0 0 0 45px;
}
.cBtnStyle .btn.btn_primary {
    border-radius: 0 0px 45px 0px;
}
.modal-backdrop.show {
    background-color: rgba(19, 15, 38, 0.8);
    opacity: 1;
}
.topLinksCol {
    overflow: hidden;
    padding: 5px;
}
.topLinksSwiper .swiper-slide {
    width: auto;
}
.topLinksSwiper {
    position: relative;
    overflow: initial;
    margin-left: 20px;
    margin-bottom: 30px;
}
.topLinksSwiper::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #E3E3E3;
}
.topLink {
    padding: 12px 0;
    display: inline-block;
    color: #655656;
    font-size: 14px;
    position: relative;
}
.topLink:hover {
    color: var(--primary-theme-color);
}
.topLink.active,
.topLink.active:hover {
    color: var(--primary-theme-color);
    font-weight: 600;
}
.topLink.active::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    border-bottom: 1px solid var(--primary-theme-color);
}
.swiperArrowStyle .swiper-button-prev::after,
.swiperArrowStyle .swiper-button-next::after {
    display: none;
}
.swiperArrowStyle .swiper-button-prev img,
.swiperArrowStyle .swiper-button-next img {
    width: 8px;
    position: relative;
}
.swiperArrowStyle .swiper-button-prev {
    left: -20px;
    padding: 10px 0 10px 15px;
}
.swiperArrowStyle .swiper-button-next {
    right: -20px;
    padding: 10px 15px 10px 0;
}
.swiperArrowStyle .swiper-button-prev,
.swiperArrowStyle .swiper-button-next {
    width: 38px;
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.swiperArrowStyle .swiper-button-prev::before,
.swiperArrowStyle .swiper-button-next::before {
    content: "";
    width: 38px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    position: absolute;
    border-radius: 50px;
    top: 0px;
    bottom: 0px;
    border: 1px solid #eeeeee;
    background-color: #ffffff;
}
.swiperArrowStyle .swiper-button-next::before {
    left: -2px;
}
.swiperArrowStyle .swiper-button-prev::before {
    right: -2px;
}
.swiperArrowStyle .swiper-button-next.swiper-button-disabled,
.swiperArrowStyle .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
.revTitle {
    font-weight: 700;
}
.openingHr {
    font-size: 18px;
    font-weight: 700;
}
.openingHr h4 {
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 10px;
}
.mBtn .btn_primary.smBtn {
    font-size: 12px;
    min-width: 68px;
    padding: 5px 10px;
    border-radius: 8px;
}
.mBtn .btn_primary img {
    width: 10px;
}
/******* single-product page start **********/
.pageSpace2 {
    padding: 20px 0 60px;
}
.backToMenu {
    padding: 20px 0;
    position: sticky;
    top: 0;
    background-color: #ffffff;
}
.backToMenu a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #130F26;
    font-size: 18px;
    font-weight: 600;
}
.backToMenu a:hover {
    color: var(--primary-theme-color);
}
.sProImgCol {
    width: 520px;
    height: 100%;
}
.sProImgCol img {
    border-radius: 30px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sProTextCol .heading {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    padding-bottom: 12px;
    margin-top: 10px;
}
.sProdishType {
    color: #655656;
    font-size: 16px;
    font-weight: 700;
}
.sProdishType>span {
    display: inline-block;
    vertical-align: middle;
}
.sProdishType>span>img {
    display: block;
    margin-right: 10px;
}
.sProRatting {
    text-align: right;
    margin-top: 10px;
    margin-left: 15px;
}
.sProRatting .starlinks>i {
    color: #f1a400;
    font-size: 18px;
}
.sProRatting .starlinks>i+i {
    margin-left: 3px;
}
.sProTym {
    padding-top: 10px;
}
.sProTym>h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #655656;
}
.sProTym>h4 .sProClockIcon {
    padding-right: 5px;
}
.sProTym>h4 .sProClockIcon>img {
    width: 16px;
}
.sProDetailText {
    padding: 20px 0 15px;
    max-width: 100%;
}
.sProDetailText>h3 {
    font-size: 16px;
    font-weight: 700;
}
.sProDetailText>p {
    margin: 0;
    color: #655656;
}
.sProDetailText .moretext {
    display: none;
}
.sProDetailText .moreless-button {
    color: var(--primary-theme-color);
}
.block.sProBlock .mainTitle h6 {
    font-size: 16px;
}
.sProBlock .listView .custom-control-label {
    font-size: 14px;
    text-transform: capitalize;
    color: #655656;
}
.sProBlock .radioStyle.custom-radio .custom-control-label::before {
    border: 1px solid #655656;
}
.sProBlock .radioStyle.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-color: #655656;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}
.quantityStyle2.cart-inc-dec .quantity {
    max-width: 90px;
    border: 1px solid #eeeeee;
    height: 32px;
    border-radius: 50px;
}
.quantityStyle2.cart-inc-dec .quantity span,
.quantityStyle2.cart-inc-dec .quantity input {
    width: 35px;
    height: 100%;
    border: 0;
    box-shadow: none;
    background-color: transparent;
    font-size: 16px;
    color: #655656;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quantityStyle2.cart-inc-dec .quantity span.qty,
.quantityStyle2.cart-inc-dec .quantity input.qty {
    font-size: 16px;
}
.quantityStyle2.cart-inc-dec .quantity.active {
    border-color: var(--primary-theme-color);
}
.sProInnerCol .status-period ul li {
    vertical-align: top;
}
.sProChoose {
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    margin-bottom: 30px;
}
.sProChoose .listView {
    padding: 15px;
    overflow-y: auto;
    border-top: 1px solid #eeeeee;
}
.sProChoose .listView::-webkit-scrollbar {
    width: 3px;
}
.sProChoose .listView::-webkit-scrollbar-track {
    background-color: #E3E3E3;
    border-radius: 10px;
}
.sProChoose .listView::-webkit-scrollbar-thumb {
    background-color: var(--primary-theme-color);
    border-radius: 10px;
}
.sProChoose .listView .dishChoose {
    position: relative;
    display: block;
    padding-left: 20px;
}
.sProChoose .listView .dishChoose .vegIcon {
    position: absolute;
    left: 0;
    top: 4px;
}
.sProChoose .listView .dishChoose .vegIcon img {
    max-width: 12px;
}
.sProChoose .listView .custom-control-label {
    font-size: 14px;
    text-transform: capitalize;
    color: #655656;
}
.block.sProBlock {
    min-width: 290px;
    margin-bottom: 20px;
}
.sProChoose .dishChoose .typeLbl {
    position: absolute;
    left: 0;
    top: 2px;
}
.sProChooseTitle {
    padding: 15px;
    border-radius: 10px 10px 0 0;
    background-color: var(--primary-theme-color);
    position: relative;
}
.sProChooseTitle>h6 {
    font-weight: 700;
    font-size: 16px;
    margin: 0;
    color: #ffffff;
}
.btn_outline {
    border: 1px solid var(--primary-theme-color);
    color: var(--primary-theme-color);
}
.btn_outline:hover {
    background-color: var(--primary-theme-color);
    color: #ffffff;
}
.sProBtnBlog .btn {
    min-width: 130px;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 13px;
    text-transform: capitalize;
}
.cart-inc-dec .quantity {
    border: 1px solid #dddddd !important;
    width: 84px;
    height: 30px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.cart-inc-dec .quantity .minus {
    border: 0 !important;
    background-color: transparent;
    height: auto;
    font-size: 40px;
    line-height: 1;
    font-weight: normal;
    box-shadow: none;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMiIgdmlld0JveD0iMCAwIDExIDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZD0iTTAuNSAxSDEwLjUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0 !important;
    height: 100% !important;
    width: 26px !important;
    flex: 0 0 auto !important;
    border-radius: 30px 0px 0px 30px !important;
    box-shadow: none !important;
}
.cart-inc-dec .quantity .qty {
    font-weight: 500;
    height: 100%;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #000 !important;
    flex: 1 0 0 !important;
}
.cart-inc-dec .quantity .plus {
    width: 100%;
    border: 0 !important;
    background-color: transparent;
    height: 100%;
    box-shadow: none;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgMVYxMSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xIDZIMTEiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0 !important;
    height: 100% !important;
    width: 26px !important;
    flex: 0 0 auto !important;
    border-radius: 0px 30px 30px 0px !important;
    box-shadow: none !important;
}
/******* single-product page end **********/
.customFixBar .totalPriceColumn {
    padding: 15px 0;
    max-width: 100%;
    border-top: 0;
    box-shadow: none;
}
.favTble {
    padding-top: 20px;
}
.middleWrapper .customContent {
    padding-top: 20px;
}
.comment-content .starlinks>i {
    color: #f1a400;
    font-size: 16px;
}
.shareCol a {
    font-size: 14px;
    color: #130F26;
}
.shareCol a>img {
    width: 15px;
    margin-right: 2px;
}
.likeDislike {
    text-align: right;
}
.likeDislike>ul>li {
    display: inline-block;
    vertical-align: middle;
}
.likeDislike>ul>li+li {
    margin-left: 10px;
}
.ldIcon {
    display: inline-block;
    position: relative;
}
.commentDate,
.shareCol,
.likeDislike {
    color: #655656;
}
.commentDate {
    position: absolute;
    top: 5px;
    right: 0;
}
.productDetailPage .tabcontent {
    min-height: auto;
}
.productDetailPage .tabsInfo p {
    line-height: 1.8;
    color: #AFB8B8;
    padding-top: 14px;
}
.productDetailPage .sProImgCol {
    width: 380px;
}
.productDetailPage .sProDetailCol {
    margin-bottom: 40px;
}
.status-period.tabMbCol {
    display: none;
}
.proTitle>h3 {
    font-size: 20px;
    font-weight: 700;
}
.fixedOnScroll {
    top: 88px !important;
}
.summaryInfo.reservationInfo {
    padding-bottom: 20px;
}
.testimonialCol .testimonialSlider .testimonialCard .commentIcon svg path {
    color: var(--primary-theme-color);
}
.pageContent {
    padding: 60px 0 120px;
    position: relative;
}
.pageContent .menuPageContent {
    margin-bottom: 0;
}
.menuPageContent .menuInfo:first-child {
    border-top: 0;
}
.menuPageContent .customContent .content .tablinks {
    background: #ffffff;
    cursor: pointer;
    height: 40px;
    position: relative;
    display: inline-block;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: auto;
    color: #130F26;
    max-width: none;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 500;
    border-radius: 14px 14px 0 0;
    border: 1px solid #E3E3E3;
    text-transform: capitalize;
    white-space: nowrap;
}
.menuPageContent .customContent .content .tablinks+.tablinks {
    margin-left: 5px;
}
.menuPageContent .customContent .content .tablinks.active {
    background-color: var(--primary-theme-color);
    font-weight: 600;
    color: #ffffff;
}
.menuPageContent .menuSection {
    background-color: #ffffff;
    border-bottom: 1px solid #E3E3E3;
}
.menuPageContent .menuSection .tabs h4 {
    font-size: 20px;
}
.menuPageContent .customContent {
    padding: 0;
    background-color: transparent;
}
.menuPageContent .customContent .content .tabs {
    border-bottom: 0;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
}
.menuPageContent .customContent .content .tabs h4 {
    font-size: 20px;
    font-weight: 600;
}
.menuPageContent .menuInfo {
    border-top: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #E3E3E3;
}
.menuPageContent .menuInfo>a {
    color: #130F26;
    padding: 5px 15px 5px 10px;
}
.menuPageContent .menuInfo>a::after {
    width: 3px;
    border-radius: 0 5px 5px 0;
    top: 5px;
    bottom: 0;
    height: auto;
    transform: none;
    background-color: transparent;
}
.menuPageContent .menuInfo>a.active::after {
    background-color: #130F26;
}
.menuPageContent .menuInfo>a::before {
    color: #575757;
    font-weight: lighter;
    font-size: 18px;
}
.nwCartMain .nwCartTitle {
    padding: 15px 0 10px;
    border-bottom: 1px solid #E3E3E3;
}
.nwCartMain .nwCartTitle h2 {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: left;
}
.sidebarright {
    margin-left: 0;
}
.sidebarCol {
    min-height: 100%;
    padding-top: 15px;
    width: 240px;
}
.sidebarright .scheduleOrderCol {
    padding: 15px 0 0;
    background-color: transparent;
}
.textandwordWrap span {
    font-size: 10px;
    display: inline-block;
}
.cart-inc-dec .quantity .minus,
.cart-inc-dec .quantity .plus,
.cart-inc-dec .quantity .minus2,
.cart-inc-dec .quantity .plus2 {
    box-shadow: none;
    font-size: 20px;
    font-weight: 400;
    width: 28px;
    height: 28px;
}
.cart-inc-dec .quantity .minus,
.cart-inc-dec .quantity .minus2 {
    font-size: 24px;
}
.cart-inc-dec .quantity input.qty {
    border: 0;
    box-shadow: none;
    background-color: #ffffff;
    color: #130F26;
    font-size: 14px;
    font-weight: 600;
    width: 25px;
}
.cart-inc-dec .quantity .plus,
.cart-inc-dec .quantity .plus2 {
    border-radius: 0 4px 4px 0px;
}
.fixedCenterScroll .menuSection {
    position: sticky;
    top: 80px;
    z-index: 4;
    padding: 17px 0 0;
}
.fixedCenterScroll .pageInfo {
    height: 100%;
}
.fixedCenterScroll .customContent {
    height: 100%;
}
.fixedCenterScroll .content {
    height: 100%;
}
.addToFav {
    display: inline-block;
    text-align: center;
    color: #0B1315;
    font-weight: 700;
}
.addToFav .favHeart {
    position: relative;
    display: block;
}
.addToFav .favHeart>span {
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.addToFav .favHeart>span i {
    display: block;
    color: #0B1315;
    font-weight: 700;
    font-size: 18px;
}
.addToFav .favHeart>span i.filledHeart {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
}
.addToFav .favLblText {
    cursor: pointer;
}
.likeHeart input[type=checkbox] {
    position: absolute;
    top: 0px;
    opacity: 0;
}
.likeHeart input[type=checkbox]:checked~label .favHeart .filledHeart {
    opacity: 1;
    visibility: visible;
}
.product-item-col {
    margin-top: 15px;
}
.cartCol>i {
    color: #ffffff !important;
}
.nwaddDetail .cart-inc-dec .quantity input.qty {
    background-color: #ffffff;
}
.topSpace {
    padding-top: 0 !important;
}
/*** floating cart ***/
.floatingCart {
    padding: 15px 20px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 30px 30px 0 0;
    z-index: 7;
}
.floatingCart .cartPrice {
    font-size: 18px;
    font-weight: bold;
}
.floatingCart .cartPrice>span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.floatingCart .cartPrice>span+span {
    margin-left: 5px;
}
.floatingCart .cartPrice>span>img {
    display: block;
}
.mobile_footer_tape {
    display: none;
}
.footerSocialLinks ul li a:hover {
    opacity: 0.8;
    color: #ffffff;
}
.footerSocialLinks ul li a::before {
    border-color: #ffffff;
}
.footerSocialLinks ul li a::after {
    border-color: #ffffff;
}
.totalPriceColumn {
    z-index: 7;
}
.totalPriceColumn .col-sm.pb-2.pb-sm-0 {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.chosenBox .sProBlock .listView {
    overflow-y: auto;
    max-height: 320px;
}
.chosenBox .sProBlock .listView::-webkit-scrollbar {
    width: 5px;
}
.chosenBox .sProBlock .listView::-webkit-scrollbar-track {
    background-color: #E3E3E3;
    border-radius: 10px;
}
.chosenBox .sProBlock .listView::-webkit-scrollbar-thumb {
    background-color: #0B1315;
    border-radius: 10px;
}
body .pageTitle {
    background-color: transparent !important;
    color: #0B1315 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
body .topSpace .pageTitle {
    color: #0B1315 !important;
}
/** empty-cart ******/
.tabcontent>.tabsInfo>.subcategory_name {
    background: #fbfbfb;
    display: block;
    padding: 6px 15px;
    border-radius: 5px;
    margin-top: 15px;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.tabcontent>.tabsInfo>.subcategory_name strong {
    font-weight: 400;
}
.emptyCartCol {
    background-color: #ffffff;
    padding: 40px 20px 20px;
    position: relative;
}
.emptyCartCol::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    background-color: rgba(0, 0, 0, 0.1);
}
.emptyCartCol>h3 {
    font-size: 20px;
    font-weight: 700;
}
.emptyCartCol p a {
    font-weight: 600;
}
.emptyCartIcon svg #oval,
.emptyCartIcon svg #plus,
.emptyCartIcon svg #diamond,
.emptyCartIcon svg #bubble-rounded {
    -webkit-animation: plopp 4s ease-out infinite;
    animation: plopp 4s ease-out infinite;
}
.emptyCartIcon svg #oval:nth-child(1),
.emptyCartIcon svg #plus:nth-child(1),
.emptyCartIcon svg #diamond:nth-child(1),
.emptyCartIcon svg #bubble-rounded:nth-child(1) {
    -webkit-animation-delay: -240ms;
    animation-delay: -240ms;
}
.emptyCartIcon svg #oval:nth-child(2),
.emptyCartIcon svg #plus:nth-child(2),
.emptyCartIcon svg #diamond:nth-child(2),
.emptyCartIcon svg #bubble-rounded:nth-child(2) {
    -webkit-animation-delay: -480ms;
    animation-delay: -480ms;
}
.emptyCartIcon svg #oval:nth-child(3),
.emptyCartIcon svg #plus:nth-child(3),
.emptyCartIcon svg #diamond:nth-child(3),
.emptyCartIcon svg #bubble-rounded:nth-child(3) {
    -webkit-animation-delay: -720ms;
    animation-delay: -720ms;
}
.emptyCartIcon svg #oval:nth-child(4),
.emptyCartIcon svg #plus:nth-child(4),
.emptyCartIcon svg #diamond:nth-child(4),
.emptyCartIcon svg #bubble-rounded:nth-child(4) {
    -webkit-animation-delay: -960ms;
    animation-delay: -960ms;
}
.emptyCartIcon svg #oval:nth-child(5),
.emptyCartIcon svg #plus:nth-child(5),
.emptyCartIcon svg #diamond:nth-child(5),
.emptyCartIcon svg #bubble-rounded:nth-child(5) {
    -webkit-animation-delay: -1200ms;
    animation-delay: -1200ms;
}
.emptyCartIcon svg #oval:nth-child(6),
.emptyCartIcon svg #plus:nth-child(6),
.emptyCartIcon svg #diamond:nth-child(6),
.emptyCartIcon svg #bubble-rounded:nth-child(6) {
    -webkit-animation-delay: -1440ms;
    animation-delay: -1440ms;
}
.emptyCartIcon svg #oval:nth-child(7),
.emptyCartIcon svg #plus:nth-child(7),
.emptyCartIcon svg #diamond:nth-child(7),
.emptyCartIcon svg #bubble-rounded:nth-child(7) {
    -webkit-animation-delay: -1680ms;
    animation-delay: -1680ms;
}
.emptyCartIcon svg #oval:nth-child(8),
.emptyCartIcon svg #plus:nth-child(8),
.emptyCartIcon svg #diamond:nth-child(8),
.emptyCartIcon svg #bubble-rounded:nth-child(8) {
    -webkit-animation-delay: -1920ms;
    animation-delay: -1920ms;
}
.emptyCartIcon svg #oval:nth-child(9),
.emptyCartIcon svg #plus:nth-child(9),
.emptyCartIcon svg #diamond:nth-child(9),
.emptyCartIcon svg #bubble-rounded:nth-child(9) {
    -webkit-animation-delay: -2160ms;
    animation-delay: -2160ms;
}
.emptyCartIcon svg #oval:nth-child(10),
.emptyCartIcon svg #plus:nth-child(10),
.emptyCartIcon svg #diamond:nth-child(10),
.emptyCartIcon svg #bubble-rounded:nth-child(10) {
    -webkit-animation-delay: -2400ms;
    animation-delay: -2400ms;
}
.emptyCartIcon svg #oval:nth-child(11),
.emptyCartIcon svg #plus:nth-child(11),
.emptyCartIcon svg #diamond:nth-child(11),
.emptyCartIcon svg #bubble-rounded:nth-child(11) {
    -webkit-animation-delay: -2640ms;
    animation-delay: -2640ms;
}
.emptyCartIcon svg #oval:nth-child(12),
.emptyCartIcon svg #plus:nth-child(12),
.emptyCartIcon svg #diamond:nth-child(12),
.emptyCartIcon svg #bubble-rounded:nth-child(12) {
    -webkit-animation-delay: -2880ms;
    animation-delay: -2880ms;
}
.emptyCartIcon svg #oval:nth-child(13),
.emptyCartIcon svg #plus:nth-child(13),
.emptyCartIcon svg #diamond:nth-child(13),
.emptyCartIcon svg #bubble-rounded:nth-child(13) {
    -webkit-animation-delay: -3120ms;
    animation-delay: -3120ms;
}
.emptyCartIcon svg #oval:nth-child(14),
.emptyCartIcon svg #plus:nth-child(14),
.emptyCartIcon svg #diamond:nth-child(14),
.emptyCartIcon svg #bubble-rounded:nth-child(14) {
    -webkit-animation-delay: -3360ms;
    animation-delay: -3360ms;
}
.emptyCartIcon svg #oval:nth-child(15),
.emptyCartIcon svg #plus:nth-child(15),
.emptyCartIcon svg #diamond:nth-child(15),
.emptyCartIcon svg #bubble-rounded:nth-child(15) {
    -webkit-animation-delay: -3600ms;
    animation-delay: -3600ms;
}
.emptyCartIcon svg #oval:nth-child(16),
.emptyCartIcon svg #plus:nth-child(16),
.emptyCartIcon svg #diamond:nth-child(16),
.emptyCartIcon svg #bubble-rounded:nth-child(16) {
    -webkit-animation-delay: -3840ms;
    animation-delay: -3840ms;
}
@-webkit-keyframes plopp {
    0% {
        transform: translate(0, 0);
        opacity: 1;
    }
    100% {
        transform: translate(0, -10px);
        opacity: 0;
    }
}
@keyframes plopp {
    0% {
        transform: translate(0, 0);
        opacity: 1;
    }
    100% {
        transform: translate(0, -10px);
        opacity: 0;
    }
}
.emptyCartCol p {
    font-size: 14px;
}
.menuPageContent .sidebarright .nwCartMain .nwCartTitle {
    position: sticky;
    top: 78px;
    background-color: #ffffff;
    z-index: 9;
}
.menuPageContent .fixedOnScroll {
    padding-bottom: 80px;
}
.menuPageContent .fixedCenterScroll {
    padding-bottom: 100px;
}
.btn {
    border-radius: 6px;
    text-transform: capitalize;
    padding: 12px 15px;
}
.orderdetailscartpage .sidbarBtmCol {
    padding-left: 0;
    padding-right: 0;
}
.successInfo {
    padding: 50px 30px;
    border: 1px solid #e2e4eb;
    border-radius: 48px;
    box-shadow: none;
    margin: 0 auto;
}
.successInfo>h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
}
.successInfo.col-md-6 br {
    display: none;
}
.successInfo form {
    padding-top: 15px;
}
.successInfo>h3 {
    font-size: 26px;
    padding-top: 30px;
    font-weight: 600;
}
.successInfo form legend {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 600;
}
.successInfo .custom-radio.radioStyle+.custom-radio.radioStyle {
    margin-top: 8px;
}
.successInfo form .custom-control-label {
    font-size: 15px;
    font-weight: 600;
}
.successInfo form .custom-control-label::before {
    margin-top: 0 !important;
}
.successInfo form .radioStyle.custom-radio .custom-control-input:checked~.custom-control-label::after {
    top: 11px !important;
}
textarea.form-control#response-other-box {
    background-color: transparent;
    border-radius: 10px;
    margin-top: 20px;
}
.successInfo form .btn.btn-success.btn-sm {
    background-color: var(--primary-theme-color);
    min-width: 150px;
    margin-top: 20px;
}
.successInfo form .form-group:last-child {
    margin-bottom: 0;
}
.formStyle .btn {
    box-shadow: none;
}
.btn_primary:before {
    border-radius: 6px;
}
.btn_primary.payBtn::before {
    border-radius: 14px;
}
.choosePaymentSection .paymentMethodCol .choosePayment,
.choosePaymentSection .paymentBtmCol {
    max-width: 100%;
    margin: auto;
}
.choosePaymentSection .paymentMethodCol .choosePayment label.choosePaymentCard {
    border-radius: 13px;
}
.dashDivider {
    margin: 10px 0;
}
.radioStyle.custom-radio .custom-control-label::before {
    margin-top: -1px;
}
.radioStyle.custom-radio .custom-control-input:checked~.custom-control-label::after {
    top: 10px;
}
.tableInfo table tbody tr td .cartimg {
    width: 100%;
    height: 150px;
}
.tableInfo table tbody tr td .cartimg>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
form#payment-form button#submit {
    background-color: #0F1D22;
    border-radius: 0 0 6px 6px;
    text-transform: capitalize;
    padding: 12px 15px;
}
.tableInfo .table td.tableTextExtrabold {
    font-size: 20px;
    font-weight: 700;
    padding: 15px 20px;
    height: 60px;
}
form#payment-form {
    border: 1px solid #e2e4eb;
    padding: 30px;
    height: 100%;
    border-radius: 17px;
    box-shadow: none;
}
form#addDeliveryAddressForm .form-group span.help-block {
    font-size: 14px;
}
.real-time {
    --border-radius: 14px;
    border-radius: var(--border-radius);
}
.real-time .wood-background {
    opacity: 0.5;
    border-radius: var(--border-radius);
}
.real-time h2 {
    z-index: 1;
    position: relative;
}
.real-time .wood-border-1 {
    opacity: 0.3;
    border-radius: var(--border-radius);
}
.real-time .btn_secondary_ouline {
    background-color: #ffffff;
}
.productlistBtn {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 60px;
}
.productlistBtn .pagStyle {
    padding-top: 0;
}
.productlistBtn .pagStyle .btn.btn_primary {
    min-width: 130px;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
}
.myCategory {
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 10px;
}
.myCategory .addressCol h4 {
    font-size: 18px;
}
.myCategory .addressCol p {
    margin-bottom: 0;
}
.myCategory .addressCol .editImg {
    width: 40px;
    height: 40px;
    background: #575757;
    padding: 10px;
    border-radius: 6px;
}
.myCategory .addressCol .editImg img {
    width: 20px;
    height: 18px;
}
.formStyle .labelStyle {
    text-transform: none;
}
.formStyle .form-group {
    margin-bottom: 20px;
}
.formStyle .form-control {
    border-radius: 8px;
}
/*** new-style start ***/
.npSelectOptMain ul li.npSelectStyle {
    display: inline-block;
    position: relative;
    margin-right: 4px;
}
.npSelectOptMain ul li.npSelectStyle.active .custom-select {
    font-weight: 600;
}
.npSelectOptMain ul li.npSelectStyle .custom-select {
    background-image: none;
    font-size: 16px;
    color: #130F26;
    border-color: #E3E3E3;
    border-radius: 13px 13px 0 0;
    padding: 5px 40px 5px 20px;
    height: 43px;
}
.npSelectOptMain ul li.npSelectStyle::before {
    content: "\f107";
    position: absolute;
    right: 14px;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-family: "FontAwesome";
    color: #130F26;
    font-size: 16px;
    z-index: 2;
    pointer-events: none;
    font-weight: 600;
}
.npBtnRight .btn {
    font-size: 13px;
    border-radius: 30px;
    padding: 10px 22px;
}
.npBtnRight .btn :hover {
    color: #ffffff;
    background-color: #575757;
}
.npBtnRight .btn :focus {
    color: #ffffff;
}
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
    background: #575757;
}
.npTopCol {
    border-bottom: 1px solid #AFB8B8;
    padding-bottom: 2px;
}
.npCardMainCol {
    margin-top: 24px;
}
.orderartCStyle {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.orderartCStyle::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.77) 56%, rgba(0, 0, 0, 0.1) 80%);
    z-index: 1;
}
.npCardMainCol .col-md-6 {
    margin-bottom: 10px;
}
.orderartCStyleContent {
    padding: 20px;
    text-align: left;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}
.orderartCStyleContent h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    text-shadow: 0 1px 14px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.orderartCStyleContent h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}
.orderartCStyleContent .bgGradient {
    background: linear-gradient(to right, rgb(255, 0, 0) 5%, rgba(255, 0, 0, 0) 120%);
    display: inline-block;
    color: #ffffff;
    padding: 3px 8px;
    border-radius: 4px;
    min-width: 240px;
    font-size: 15px;
    font-weight: 500;
}
.orderartCStyleContent p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding-top: 10px;
    text-shadow: 0 1px 14px rgba(0, 0, 0, 0.25);
}
.orderartCStyleContent .btn.btn_light {
    background-color: #ffffff;
    color: #130F26;
    border-radius: 8px;
    padding: 7px 15px;
    min-width: auto;
}
.orderartCStyleContent .btn.btn_light span {
    display: inline-block;
    vertical-align: middle;
}
.orderartCStyleContent .btn.btn_light img {
    filter: invert(1);
    width: 13px;
    display: block;
    margin-right: 6px;
}
.orderartCStyleContent .btn:not(:disabled):not(.disabled):active,
.orderartCStyleContent .btn:not(:disabled):not(.disabled).active {
    background: #ffffff;
}
.orderartCStyleImg {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.orderartCStyleImg img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.nwaddDetail {
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.nwaddDetail h2 {
    font-size: 14px;
}
.nwaddDetail p {
    margin: 0 0 2px;
    font-size: 14px;
    color: #130F26;
}
.nwaddDetail p span {
    font-weight: 700;
}
.nwaddText h3 {
    font-size: 16px;
    color: #130F26;
    font-weight: 700;
    margin: 0;
}
.rEdCol ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
}
.rEdCol ul li span {
    display: inline-block;
    vertical-align: middle;
}
.rEdCol ul li span img {
    display: block;
    margin-right: 4px;
}
.rEdCol ul li+li {
    margin-left: 15px;
}
.edRMainCol {
    padding-top: 10px;
}
.nwaddRightText h6 {
    margin: 0;
    font-size: 15px;
}
.nwaddDetailMain {
    border: 1px dashed;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
}
.nwaddDetailMain+.nwaddDetailMain {
    margin-top: 10px;
}
a.removeStyle {
    color: #d33315;
}
.nwaddDetailInner {
    margin-top: 25px;
}
.sidbarBtmCol .nwTextTCol h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}
.sidbarBtmCol .nwRText h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0B1315;
    margin: 0;
}
.nwSidbarBtn {
    margin-top: 10px;
}
.nwSidbarBtn a.btn.btn-dark {
    width: 100%;
    font-size: 16px;
    border-radius: 10px;
    padding: 14px 10px;
}
.nwSidbarBtn a.btn.btn-dark span+span {
    margin-left: 15px;
}
.nwaddItemMain {
    padding-top: 5px;
}
.nwaddItemMain ul li {
    display: block;
}
.nwaddItemMain ul li+li {
    margin-top: 8px;
}
.nwaddItemMain ul li a {
    font-size: 15px;
    color: #8d8d8d;
    font-weight: 600;
}
.nwaddItemMain ul li a span {
    display: inline-block;
    vertical-align: middle;
}
.nwaddItemMain ul li a span img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: block;
    margin-right: 5px;
}
/** custom-style start **/
.form-group .rightIconFld {
    margin-bottom: 35px;
}
.rightIconFld .invalid-feedback,
.rightIconFld .valid-feedback {
    position: absolute;
}
.btn_primary:focus {
    color: #ffffff;
}
/* Custom floating alert messages */
.floating-alert-top {
    position: fixed;
    top: 85px;
    right: 0;
    width: 100%;
    min-width: 100%;
    z-index: 9999;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.icon.custom-icon {
    width: 60px;
    height: 60px;
    font-size: 30px;
}
.yii-flass-message-class>p {
    margin: 0;
}
.floating-alert-top .close {
    position: absolute;
    right: 30px;
    top: 10px;
}
.floating-alert-bottom {
    position: fixed;
    bottom: 15px;
    right: 2%;
    width: 40%;
    z-index: 9999;
}
.productCard.productAdded .addChilli {
    pointer-events: none;
    display: block;
}
.daterangepicker .drp-calendar.left {
    padding: 8px !important;
}
.elfsight-page-space-theme {
    padding: 100px 0px;
}
/* Custom Style override for https://orderart.atlassian.net/browse/OA-554 */
.custom-control-label::before {
    top: 4px;
    width: 16px;
    height: 16px;
}
/* Custom styling for h1 tag which replaces anchor tag in left sidebar on products page */
.oa-sidebar-active-link {
    color: var(--primary-theme-color);
    font-weight: 600;
    padding: 10px 15px;
    position: relative;
    font-size: var(--site-font-size);
    margin-bottom: 0px;
    -moz-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.54, 0.18) 0s;
    transition: all 500ms ease-in-out 0s;
    cursor: pointer;
}
.oa-sidebar-active-link:before {
    content: "\f107";
    position: absolute;
    right: 0;
    font-family: "FontAwesome";
    font-size: 1.214rem;
    color: var(--primary-theme-color);
}
.oa-sidebar-active-link:after {
    content: "";
    position: absolute;
    left: 0;
    background-color: var(--primary-theme-color);
    height: 5px;
    width: 5px;
    top: 40%;
    border-radius: 50%;
}
/* Custom h1 for static pages to replace h2 tag for SEO */
.oa-page-title {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    text-transform: capitalize;
}
.dishAddBtn {
    display: inline-block;
    padding: 7px 15px;
}
.footerCol {
    color: #ffffff;
}
.bannerSectiontheme .btnBanner .btn_wrap {
    margin-top: 30px;
}
.hidden {
    display: none !important;
}
/** custom-style end **/
.nwCartMain.orderdetailscartpage {
    padding-right: 50px;
}
.cartCheckout .scheduleOrderCol {
    background-color: transparent;
    padding: 30px;
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    margin-top: 50px !important;
}
.titleCol>h2 {
    font-size: 20px;
    text-transform: capitalize;
}
.emptyCartIcon {
    max-width: 200px;
    margin: 0 auto;
}
/*** single-product-slide ****/
.singleProductSlideCol {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    background-color: #ffffff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    -moz-transition: all 600ms ease-in-out 0s;
    -o-transition: all 600ms ease-in-out 0s;
    -webkit-transition: all 600ms ease-in-out 0s;
    transition: all 600ms ease-in-out 0s;
    -moz-transform: translateX(200%);
    -o-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
}
.menuPSlide .singleProductSlideCol {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.menuProductInner {
    height: calc(100vh - 230px);
    overflow-y: auto;
    overflow-x: hidden;
}
body.pb-0.menuPSlide {
    overflow: hidden;
}
.pageContent.menuPageContent {
    padding-bottom: 0;
    padding-top: 30px;
}
/** loading css **/
.loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: #D8C8C3;
    z-index: 999;
    display: none;
}
.loader-wrapper.active_loader {
    display: flex;
}
.loader-box {
    height: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon {
    font-size: 5rem;
    transform: scale(1);
    background-color: rgb(255, 255, 255);
    border-radius: 150px;
    height: 150px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: loaderSize 2.5s infinite ease-in-out, loaderColor 7.5s infinite ease-in-out;
    color: #9356DC;
    box-shadow: 0 0 15px #ffffff;
}
@keyframes loaderCircle {}
@keyframes loaderSize {
    0% {
        transform: scale(1) rotate(0);
    }
    16% {
        transform: scale(0) rotate(0);
    }
    50% {
        transform: scale(1) rotate(0);
    }
    80% {
        transform: scale(1) rotate(-360deg);
    }
    100% {
        transform: scale(1) rotate(-360deg);
    }
}
@keyframes loaderColor {
    5% {
        color: #9356DC;
    }
    10% {
        color: #FF79DA;
    }
    39% {
        color: #FF79DA;
    }
    40% {
        color: #99E2D0;
    }
    70% {
        color: #99E2D0;
    }
    80% {
        color: #9356DC;
    }
    100% {
        color: #9356DC;
    }
}
/****/
.productSizeCol {
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    margin-bottom: 30px;
}
.productSizeCol .block.sProBlock {
    min-width: auto;
}
.productSizeCol .mainTitle {
    padding: 15px;
    position: relative;
    background-color: var(--primary-theme-color);
    border-radius: 10px 10px 0 0;
}
.productSizeCol .mainTitle h6 {
    color: #ffffff;
    margin-bottom: 0;
}
.productSizeCol .listView {
    max-height: initial;
    overflow-y: initial;
    border-top: 1px solid #eeeeee;
    padding: 10px;
    width: 100%;
}
.productCardnew {
    padding-top: 50px;
}
.sProductImgSlider .swiper-button-next,
.sProductImgSlider .swiper-button-prev {
    background-size: inherit;
    background-color: var(--primary-theme-color);
    background-image: none;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sProductImgSlider .swiper-button-next span,
.sProductImgSlider .swiper-button-prev span {
    display: block;
}
.sProductImgSlider .swiper-button-next img,
.sProductImgSlider .swiper-button-prev img {
    border-radius: 0;
    display: block;
    max-width: 8px;
}
.footerSocialLinks ul li a {
    letter-spacing: normal;
}
.order_infoCol .title_heading>h2 {
    text-transform: capitalize;
    font-size: 24px;
}
.order_detailCol ul li {
    padding: 20px 0;
    position: relative;
    padding-left: 50px;
}
.order_detailCol ul li span {
    padding: 20px;
    border-radius: 6px;
}
.address_info ul li span i {
    font-size: 20px;
}
.favOrders .productCard {
    border: 1px solid rgba(150, 105, 51, 0.3);
    padding: 5px;
    border-radius: 14px;
    box-shadow: none;
}
.favOrders .productCard .productImgCol {
    border-radius: 12px 12px 0 0;
    height: 220px;
}
.favOrders .productCard .productImgCol img.productImgStyle {
    height: 100%;
}
.favOrders .productCard .productTextCol {
    padding: 15px;
}
.favOrders .productCard .productTextCol p {
    text-align: inherit;
}
.favOrders .productCard .proSelectOption ul li .customOption label img {
    max-width: 30px;
}
.bannerSectiontheme .swiper-slide::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
.bannerSectiontheme .swiper-slide .bannerSwiper {
    position: relative;
}
.bannerSectiontheme .swiper-slide .bannerSwiper h3 {
    color: #ffffff;
}
.bannerSectiontheme .swiper-slide .bannerSwiper h1 {
    color: #ffffff;
    letter-spacing: 6px;
}
.spaceSection {
    padding: 120px 0;
}
.lightBg .paraText {
    color: #130F26;
    letter-spacing: normal;
    padding-top: 10px;
    font-size: 18px;
}
.bg_dark2 .titleColtheme .italicText {
    color: #ffffff;
}
.bg_dark2 .titleColtheme h2.lgTitle {
    color: #ffffff;
    text-transform: capitalize;
}
.bg_dark2 .btn__wrap .btn-border {
    border-color: #ffffff;
}
.bg_dark2 .btn__wrap .btn__overlay {
    background-color: transparent;
}
#paper-menu .cuisineBadgeStyle {
    border-color: rgba(255, 255, 255, 0.6) !important;
    border-radius: 8px;
}
.aboutSection .cs1Style {
    padding: 0;
}
.aboutSection .cs1Style .cs1ImgCol {
    height: 500px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}
.titleColtheme h2 .lgTitle {
    text-transform: capitalize;
}
.socialLinkbtns ul li a {
    border: 1px solid var(--primary-theme-color);
    background-color: var(--primary-theme-color);
    color: #ffffff;
}
.socialLinkbtns ul li a .socialLinkbtnsIcon img {
    filter: brightness(0) invert(1);
}
.lightBg.chefSection .cs1Style .cs1StyleText p {
    color: #130F26;
}
.bg_dark2 .cardSection .sliderThemeCard .recommendCardtheme {
    background-color: #575757;
}
.bg_dark2 .cardSection .sliderThemeCard .recommendCardtheme .recTextColtheme p.recTitletheme {
    color: #ffffff;
}
.csContentCol {
    padding-right: 0;
}
.csContentCol h2.lgTitle {
    padding: 0;
}
.csContentCol h2.lgTitle ::before {
    display: none;
}
.csContentCol h2.lgTitle ::after {
    display: none;
}
.sizeCol>p {
    font-size: 12px;
    margin: 0;
}
.nwaddDetail .cartNContent h2 {
    margin-bottom: 0;
}
.addchilliSelect {
    position: relative;
    transition: all 300ms ease-in-out 0s;
}
.addchilliSelect ul li {
    display: flex;
    gap: 6px;
}
.addchilliSelect ul li>a>svg {
    width: 24px;
    display: block;
}
.recommendCardtheme {
    border-radius: 20px;
}
.chefSection .cs1Style .cs1StyleText {
    position: static;
    padding: 15px;
    margin-top: 15px;
}
.available_as_class {
    position: absolute;
    left: 5px;
    top: auto;
    bottom: 0;
    font-weight: 600;
    color: #ffffff;
    font-size: 11px;
    padding: 4px 20px 4px 15px;
    border-radius: 0 0 10px 10px;
    z-index: 1;
    background-color: var(--primary-theme-color);
    right: 5px;
    text-align: center;
}
.available_as_inner_class>p {
    margin: 0;
}
.takeway-order-info {
    background-color: var(--primary-theme-color);
    color: #fff;
    padding: 4px 10px;
    border-radius: 50px;
}
.takeway-order-info>p {
    color: #fff;
    margin: 0;
    font-size: 12px;
}
.tagaddedItems {
    position: absolute;
    left: 0;
    top: -1px;
    background-color: var(--primary-theme-color);
    font-weight: 600;
    color: #ffffff;
    font-size: 11px;
    padding: 4px 20px 4px 15px;
    border-radius: 0;
    z-index: 1;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
}
.item_active .menuCardImg::before,
.item_active .menuCardImg::after {
    content: "";
    position: absolute;
    left: -7px;
    top: -12px;
    bottom: 0;
    width: 18px;
    height: 15px;
    transform: skew(0, -25deg);
}
.item_active .menuCardImg::before {
    background-color: var(--primary-theme-color);
}
.item_active .menuCardImg::after {
    background-color: rgba(0, 0, 0, 0.2);
}
.navItemstheme>ul>li.lgnRegtheme .dropMenu>ul>li {
    display: block !important;
}
.bannerSection .inputRow {
    padding: 10px;
}
.bannerSection .inputRow .btn.mdBtn {
    min-width: 80px;
}
.bannerSection .sidebarright.emptyCartMain {
    padding: 0 15px;
    background-color: #ffffff;
}
.bannerSection .inputRow .input_select .multiselect-native-select .btn-group .dropdown-toggle {
    padding-left: 10px;
}
.mobile_footer_tape {
    position: relative;
    z-index: 99;
}
.modalStyle.openinghoursModl .mdlContentWd {
    width: 100%;
}
.openinghoursModl .modalForm {
    padding-top: 0 !important;
}
.openinghoursModl .hoursList h5 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}
.openinghoursModl ul li {
    position: relative;
    padding-left: 32px;
}
.openinghoursModl ul li span {
    position: absolute;
    left: 0;
    top: 0;
}
.openinghoursModl ul li span img {
    max-width: 20px;
}
.openinghoursModl ul li p {
    font-size: 15px;
    margin-bottom: 8px;
}
.recSwiper .swiper-button-next,
.recSwiper .swiper-button-prev {
    z-index: 1;
}
.testimonialCol .testimonialSlider .testimonialCard .testimonialText span {
    color: var(--primary-theme-color);
}
.bg_dark2 .multiPagination .LinkDecorationHref {
    color: #ffffff !important;
}
.socialLinkbtns ul li+li {
    margin-left: 25px !important;
}
body:not(.bgTheme) .cyKSJE {
    color: #130F26;
}
.cardSection .reviewSection .googleCard {
    margin-top: 0 !important;
}
div#bookTable .form-group .rightIconFld {
    margin-bottom: 0;
}
.contactPage .rightIconFld {
    margin-bottom: 0;
}
div#bookTable .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: transparent;
    border-color: #ddd;
    padding: 1px 8px 1px 24px;
    font-size: 14px;
}
.tableInfo {
    margin: 40px 0px 0 0;
}
.filterSelectCol>.filterBtn {
    margin-top: 20px;
}
.floatingCart .cartPrice svg path {
    fill: var(--primary-theme-color) !important;
}
html.menuPSlide {
    overflow: hidden;
}
.btn_primary:hover:before {
    background: rgba(0, 0, 0, 0.1) !important;
}
.navItemstheme>ul>li.lgnRegtheme .dropMenu ul li>a:before {
    filter: brightness(0) invert(0.1);
    opacity: 0.6;
}
/* Placeholder animation styles */
@keyframes placeholderShimmer {
    0% {
        background-position: -450px 0;
    }
    100% {
        background-position: 450px 0;
    }
}
.placeholderColMain .menuCard {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-radius: 14px;
}
.placeholderColMain .menuCard::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    animation: placeholderShimmer 1.5s infinite;
}
.placeholderColMain .menuCard .menuCardImg {
    background: #f4f4f4;
    border-radius: 10px;
    height: 100%;
}
.placeholderColMain .menuCard .menuContent {
    padding-bottom: 0;
}
.placeholderColMain .menuCard .menuContent h3,
.placeholderColMain .menuCard .menuContent p {
    background: #f4f4f4;
    border-radius: 5px;
    color: transparent;
    margin-bottom: 10px;
}
.placeholderColMain .menuCard .menuContent h3 {
    width: 60%;
    height: 20px;
}
.placeholderColMain .menuCard .menuContent p {
    width: 80%;
    height: 15px;
}
.placeholderColMain .menuCard .bottom-section {
    position: relative;
    overflow: hidden;
}
.placeholderColMain .menuCard .bottom-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    animation: placeholderShimmer 1.5s infinite;
}
.placeholderColMain .menuCard .bottom-section .price-placeholder {
    width: 50px;
    height: 20px;
    background: #f4f4f4;
    border-radius: 5px;
    margin-bottom: 10px;
}
.placeholderColMain .menuCard .bottom-section .icons-placeholder {
    display: flex;
    gap: 5px;
    margin-bottom: 5px;
}
.placeholderColMain .menuCard .bottom-section .icons-placeholder div {
    width: 20px;
    height: 20px;
    background: #f4f4f4;
    border-radius: 50%;
}
.placeholderColMain .menuCard .bottom-section .buttons-placeholder {
    display: flex;
    gap: 10px;
}
.placeholderColMain .menuCard .bottom-section .buttons-placeholder div {
    width: 70px;
    height: 30px;
    background: #f4f4f4;
    border-radius: 5px;
}
.totalPriceColumn .totalCost span.totleLbl {
    color: inherit;
}
.filterCol {
    text-align: right;
}
.cartfixchecoutbtn {
    position: sticky;
    bottom: 0;
    background-color: #ffffff;
    padding: 15px 4px 0;
    margin: 0 -2px;
}
.sidebarright .cartfixchecoutbtn .scheduleOrderCol {
    padding: 5px 0 0;
}
.pageContent.menuPageContent .pageInfo {
    max-width: 818px;
}
.logo {
    height: var(--logo-height);
    display: flex;
    align-items: center;
    --logo-width: auto;
    --logo-height: 50px;
    max-width: 130px;
}
.logo>a>img {
    max-width: 100%;
    object-fit: contain;
    max-height: var(--logo-height);
}
.footerSection {
    position: relative;
    z-index: 8;
}
#allow_image_comments .btnBlog {
    display: flex;
    align-items: center;
}
#allow_image_comments .btnBlog #categorylinknewuicake svg {
    display: block;
}
#allow_image_comments .btnBlog #categorylinknewuicake {
    margin-right: 10px;
    display: block;
}
#product_deatils_div .modal-backdrop {
    pointer-events: none;
}
.popforcakemessage body>.modal-backdrop {
    display: none;
}
.popforcakemessage #product_deatils_div .modal-backdrop {
    background-color: rgba(19, 15, 38, 0.8);
    opacity: 1;
}
.totalPriceColumn.viewPriceBtn .totalCost {
    width: 275px;
}
#allow_image_comments .btnBlog {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
    position: relative;
}
#allow_image_comments .btnBlog .text-danger {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    text-align: center;
    font-size: 12px;
    margin-top: 0 !important;
}
.btn.uploadimageclass,
.btn.messageoncakeclass {
    text-transform: capitalize;
    padding: 8px 10px;
}
#allow_image_comments {
    position: relative;
}
.bannerSectiontheme .bannerSwiper .btn__wrap .btn-border {
    border-radius: 6px;
    text-transform: capitalize;
    padding: 10px 15px;
    min-width: 170px;
    letter-spacing: normal;
}
.bannerSectiontheme .bannerSwiper .btn__wrap {
    margin-top: 30px;
}
.recSwiper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    z-index: 1;
}
.aboutSection {
    overflow: hidden;
}
a.btn.btn-border {
    border-radius: 6px;
    text-transform: capitalize;
    padding: 12px 15px;
    letter-spacing: normal;
}
.openinghoursModl ul li {
    text-align: left;
}
/*******************************************
********* MEDIA QUARY START ********
**************************************/
@media (min-width: 1200px) {
    .pageContent.menuPageContent .pageInfo {
        max-width: 650px;
    }
}
@media (min-width: 1350px) {
    .pageContent.menuPageContent .pageInfo {
        max-width: 750px;
    }
}
@media (min-width: 1360px) {
    .container {
        max-width: 1320px;
    }
    .pageContent.menuPageContent .pageInfo {
        max-width: 810px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1370px;
    }
    .pageContent.menuPageContent .pageInfo {
        /* max-width: 822px; */
        max-width: 772px;
    }
}
@media (min-width: 1441px) {
    .pageContent.menuPageContent .pageInfo {
        /* max-width: 810px; */
        max-width: 760px;
    }
}
@media (min-width: 1680px) {
    .pageContent.menuPageContent .pageInfo {
        /* max-width: 818px; */
        max-width: 768px;
    }
}
@media (max-width: 1679px) {
    .sidebarright {
        width: 250px;
    }
    .sidebarCol {
        width: 220px;
    }
    .menuCardImg {
        width: 130px;
    }
    .sProImgCol {
        width: 480px;
    }
    .sProTextCol .heading {
        font-size: 28px;
    }
    .bannerSectiontheme .bannerSlider .swiper-slide {
        padding: 260px 0 94px;
        min-height: 860px;
    }
    .bannerSectiontheme .btnBanner {
        padding-top: 0;
    }
}
@media (max-width: 1640px) {
    .modal_header {
        padding: 15px 50px 15px 25px;
    }
    .modal_header .close {
        right: 20px;
        top: 15px;
        font-size: 34px;
    }
    .filterSelectCol {
        padding: 0 25px 25px;
    }
    .filterLinkOpt {
        padding: 14px 50px 14px 20px;
        border-radius: 12px;
        font-size: 18px;
    }
    .filterLinkOpt::before {
        right: 20px;
        font-size: 26px;
    }
    .filtercard-body {
        padding: 15px 15px 0;
    }
    .selectOptChk label {
        padding-left: 36px;
        font-size: 18px;
    }
    .selectOptChk label:before {
        border: 1px solid rgba(108, 117, 125, 0.5);
        top: 2px;
        width: 24px;
        height: 24px;
    }
    .selectOptChk input:checked+label:after {
        left: 9px;
        height: 12px;
        border-width: 0 1px 1px 0;
    }
    .orderartCStyleContent {
        padding: 15px;
    }
    .orderartCStyleContent .bgGradient {
        padding: 2px 6px;
        min-width: 220px;
        font-size: 14px;
    }
    .orderartCStyleContent p {
        font-size: 14px;
        padding-top: 6px;
        margin-bottom: 10px;
    }
}
@media (max-width: 1440px) {
    .cBtnStyle .btn {
        font-size: 18px;
        padding: 26px 15px;
    }
    .confirmModl>h3 {
        font-size: 26px;
        padding-bottom: 30px;
    }
    .confirmModl>p {
        font-size: 16px;
        margin-bottom: 0;
    }
    .confirmModl>h6 {
        font-size: 24px;
        padding: 20px 0 0;
    }
    .proceedModalStyle .modal-dialog {
        max-width: 440px;
    }
    .openingHr {
        font-size: 16px;
    }
    .navMain {
        padding-left: 30px;
    }
    .pageContent {
        padding: 60px 0 80px;
    }
    .filterCol>a {
        font-size: 16px;
    }
    .cartCardImg {
        width: 65px;
    }
    .sidebarright {
        width: 238px;
    }
    .tabsDetail {
        padding: 13px 40px 13px 110px;
    }
    .headerRightOption>ul>li+li {
        margin-left: 20px;
    }
    .dCol {
        flex: 100%;
        max-width: 100%;
    }
    .sProBtnBlog .btn {
        padding: 8px 15px;
    }
    .order_detailCol>ul>li {
        padding: 20px 0;
        padding-left: 40px;
    }
    .order_detailCol>ul span {
        padding: 20px;
        font-size: 15px;
    }
    .recent-post {
        max-width: 300px;
        padding-left: 0;
    }
    .blogWrapper .blog-item .entry-thumbnail {
        width: 400px;
    }
    .blogWrapper .blog-item .entry-thumbnail a {
        height: 300px;
    }
    .blogWrapper .blog-item .post-content h5 {
        font-size: 20px;
        line-height: 1.2;
    }
    .status-period.deskCol {
        display: none;
    }
    .status-period.tabMbCol {
        display: block;
        margin-bottom: 25px;
    }
}
@media (max-width: 1399px) {
    .navMain>ul>li>a {
        font-size: 16px;
    }
    .navMain>ul>li+li {
        margin-left: 20px;
    }
    .productDetailPage .sProImgCol {
        width: 280px;
    }
    .headerStyle2 {
        padding: 15px 0;
    }
    .menuPageContent .menuInfo>a {
        padding: 5px 10px;
        font-size: 14px;
    }
    .menuPageContent .menuInfo>a::after {
        width: 3px;
    }
    .mPrice>h5 {
        font-size: 18px;
    }
    .sProImgCol {
        width: 400px;
    }
    .sProTextCol .heading {
        font-size: 24px;
    }
    .sProDetailText {
        padding: 20px 0 15px;
        max-width: 100%;
    }
    .npSelectOptMain ul li.npSelectStyle .custom-select {
        font-size: 14px;
        padding: 5px 30px 5px 15px;
        height: 40px;
    }
    .npSelectOptMain ul li.npSelectStyle::before {
        right: 10px;
    }
    .orderartCStyleContent h2 {
        font-size: 20px;
    }
    .orderartCStyleContent h4 {
        font-size: 16px;
    }
    .orderartCStyleContent .btn.btn_light {
        font-size: 13px;
        padding: 4px 10px;
        border-radius: 6px;
    }
    .orderartCStyleContent .btn.btn_light img {
        width: 10px;
        margin-right: 5px;
    }
    .sidebarCol {
        width: 200px;
    }
    .sidebarright {
        width: 220px;
    }
    .cartCheckout .scheduleOrderCol {
        padding: 20px;
        margin-top: 30px !important;
    }
    .menuContent .proSelectOption ul li .customOption label img {
        width: 16px;
    }
    .mBtn .btn_primary.smBtn {
        min-width: 60px;
        padding: 4px 8px;
        border-radius: 6px;
    }
    .menuContent>h3 {
        font-size: 15px;
        margin-bottom: 4px;
    }
    .mPrice>h5 {
        font-size: 15px;
    }
    .mnRightCol ul li+li {
        margin-left: 3px;
    }
    .menuContent .addToFav .favHeart>span i {
        font-size: 16px;
    }
    .menuContent .mnRightCol ul li span.vegIcon .typeLbl {
        border-radius: 4px;
        height: 16px;
        width: 16px;
    }
    .menuContent .mnRightCol ul li span.vegIcon .typeLbl::before {
        width: 6px;
        height: 6px;
    }
    .menuContent {
        padding: 2px 0 18px;
    }
    .menuCard {
        min-height: 150px;
        border-radius: 10px;
    }
    .menuCardImg {
        width: 120px;
        height: 150px;
    }
    .menuCardImg>img {
        border-radius: 10px;
    }
    .titleColtheme h2.lgTitle {
        font-size: 42px;
    }
}
@media (max-width: 1199px) {
    .sidebarright {
        position: fixed;
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        background-color: transparent;
        z-index: 11;
        margin: 0;
        overflow-y: inherit;
        -moz-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
        transition: all 300ms ease-in-out 0s;
        -moz-transform: translateY(200%) !important;
        -o-transform: translateY(200%) !important;
        -ms-transform: translateY(200%) !important;
        -webkit-transform: translateY(200%) !important;
        transform: translateY(200%) !important;
    }
    .cartSlide .sidebarright {
        -moz-transform: translateY(0%) !important;
        -o-transform: translateY(0%) !important;
        -ms-transform: translateY(0%) !important;
        -webkit-transform: translateY(0%) !important;
        transform: translateY(0%) !important;
    }
    .nwCartTitle {
        position: relative;
    }
    .cartBody {
        max-height: calc(100vh - 160px);
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0 20px 130px;
    }
    .mobile_footer_tape .nwCartInner {
        max-height: calc(100vh - 200px);
        overflow-y: auto;
        overflow-x: hidden;
        padding: 10px 0 100px;
    }
    .mobile_footer_tape .nwCartMain {
        background-color: #ffffff;
        box-shadow: 0 0 24px rgba(0, 0, 0, 0.14);
        border-radius: 30px 30px 0 0;
        padding: 15px;
    }
    .emptyCartCol {
        max-height: calc(100vh - 160px);
        overflow-y: auto;
        overflow-x: hidden;
        padding: 30px 0 100px;
    }
    .emptyCartCol h4 {
        font-size: 18px;
        margin: 15px 0;
    }
    .nwCartMain .nwCartTitle {
        padding: 0 0 15px;
    }
    .cartCardImg {
        width: 50px;
    }
    .cartCardImg>img {
        height: 50px;
    }
    .nwCartMain .nwCartTitle h2 {
        text-align: center;
    }
    .cartTitle {
        font-size: 25px;
        font-weight: 600;
        padding: 15px 100px;
        text-align: center;
        margin: 0;
        background-color: #ffffff;
        position: relative;
    }
    .cartBackIcon {
        position: absolute;
        left: 10px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: -6px;
    }
    .cartBackIcon>img {
        display: block;
    }
    .p2pCol {
        padding: 20px 30px;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ffffff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 40px 40px 0 0;
        z-index: 9999;
    }
    .priceLgText {
        font-size: 22px;
        font-weight: bold;
    }
    html.cartSlide {
        position: relative;
        overflow: hidden;
    }
    html.cartSlide::before {
        content: "";
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        -moz-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
        transition: all 300ms ease-in-out 0s;
        background-color: rgba(19, 15, 38, 0.8);
        z-index: 10 !important;
    }
    .cartTotalPrice {
        padding: 20px 30px;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ffffff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 40px 40px 0 0;
        z-index: 9999;
    }
    .btn.payBtn {
        text-align: left;
        position: relative;
        font-weight: var(--sBold);
        min-width: 145px;
        border-radius: 14px;
        text-transform: capitalize;
        font-size: 13px;
        padding: 11px 45px 11px 15px;
    }
    .btn.payBtn>span {
        line-height: 1;
    }
    .btn.payBtn>span>span {
        font-size: 20px;
    }
    .payBtnIcon {
        position: absolute;
        right: 20px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .btn.payBtn>span>img {
        width: 10px;
    }
    body {
        overflow-x: hidden;
    }
    /****** single-product *******/
    .sProImgCol {
        width: 100%;
        margin-bottom: 20px;
        height: auto;
    }
    .sProImgCol img {
        border-radius: 20px;
    }
    .sProDetailText {
        max-width: 100%;
        padding: 10px 0;
    }
    .sProRatting .starlinks>i {
        font-size: 15px;
    }
    .sProRatting {
        margin-top: 0;
    }
    .sProInnerCol .status-period {
        padding-top: 15px;
    }
    .backToMenu a {
        font-size: 16px;
    }
    .backToMenu a>svg {
        max-width: 30px;
    }
    .sProTym>h4 .sProClockIcon {
        padding-right: 4px;
    }
    .sProTym>h4 .sProClockIcon>img {
        width: 16px;
    }
    .sProTym>h4 {
        font-size: 14px;
    }
    .recent-post .post-title h4 {
        font-size: 20px;
    }
    .recent-post .popular-dish li .dish-img {
        width: 72px;
        height: 72px;
        margin-right: 10px;
    }
    .recent-post .popular-dish li .dish-entry-cont h6 {
        font-size: 14px;
        margin-bottom: 0;
    }
    .recent-post .popular-dish li {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .blogWrapper .blog-item .post-content .meta li {
        margin-right: 10px;
    }
    .recent-post {
        max-width: 240px;
    }
    .blogWrapper .blog-item .post-content .meta {
        padding: 0;
    }
    .blogWrapper .blog-item .entry-thumbnail {
        width: 295px;
    }
    .blogWrapper .blog-item .entry-thumbnail a {
        height: 250px;
    }
    .recent-post .popular-dish li {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .topLink {
        padding: 10px 0;
    }
    .mobile_footer_tape {
        display: block;
    }
    .col-xl-auto.fixedOnScroll {
        display: none;
    }
    .navItemstheme>ul>li.lgnRegtheme a {
        font-size: 13px;
    }
    .navItemstheme>ul>li.lgnRegtheme>span.linetheme:before {
        height: 12px;
        width: 1px;
    }
    .navMain {
        padding-left: 0;
    }
    .navMain>ul>li>a {
        font-size: 14px;
    }
    .navMain>ul>li+li {
        margin-left: 15px;
    }
    .copyRightSec .powderLogo>img {
        max-width: 140px;
        height: auto;
    }
    .footerText p {
        font-size: 14px;
    }
    .copyRightSec {
        margin-top: 40px;
        font-size: 14px;
    }
    .footerCol h4 {
        font-size: 20px;
        margin-bottom: 20px;
        min-height: auto;
    }
    .footerCol p {
        font-size: 14px;
        padding-top: 0;
    }
    .footerCol>ul {
        padding: 0;
    }
    .footerSection .footerSocialLinks ul li+li {
        margin-left: 30px;
    }
    .footerCol {
        margin-bottom: 40px;
    }
    .footerSection .footerSocialLinks {
        margin-top: 0;
        padding-top: 30px;
    }
    .successInfo form {
        margin: 0 !important;
    }
    .successInfo {
        padding: 30px;
    }
    .successInfo form legend {
        font-size: 16px;
    }
    .successInfo form .custom-control-label {
        font-size: 14px;
    }
    .npSelectOptMain ul li.npSelectStyle .custom-select {
        padding: 5px 26px 5px 10px;
        height: 36px;
    }
    .npSelectOptMain ul li.npSelectStyle {
        margin-right: 0;
    }
    .npBtnRight .btn {
        padding: 6px 14px;
    }
    .cartSlide .productDetailPage .sidebarright {
        top: auto;
    }
    .nwSidbarBtn {
        margin: 0 10px 10px;
    }
    .hTopBar {
        display: none;
    }
    .nwCartMain.orderdetailscartpage {
        padding-right: 20px;
    }
    .pageContent.menuPageContent {
        padding-top: 0;
    }
    .topLinksSwiper {
        margin-left: 0;
        margin-bottom: 0;
    }
    .topLinksSwiper {
        position: sticky;
        left: 0;
        right: 0;
        top: 80px;
        z-index: 8;
        padding: 0 40px 0 10px;
        background-color: #ffffff;
        max-width: 100vw;
        overflow: hidden;
    }
    .menuPageContent .fixedCenterScroll {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .menuPageContent .fixedCenterScroll .menuSection {
        position: sticky;
        left: 0;
        right: 0;
        top: 120px;
        z-index: 8;
        padding: 10px 10px 0px;
        border: 0;
    }
    .menuPageContent .fixedCenterScroll .menuSection::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 1px;
        background-color: #E3E3E3;
    }
    .menuPageContent .customContent .content .tablinks {
        height: 34px;
    }
    .aboutSection .cs1Style .cs1ImgCol {
        height: 420px;
    }
    .spaceSection {
        padding: 80px 0;
    }
    .titleColtheme h2.lgTitle {
        font-size: 38px;
    }
    .spaceSection .testimonialCol {
        padding: 0;
    }
    .testimonialCol .testimonialSlider .testimonialCard .testimonialText h5 {
        padding-top: 20px;
    }
    section#paper-menu .btn__wrap {
        margin-top: 0;
    }
    footer .footerSection {
        padding: 40px 0 80px;
    }
    .bannerSectiontheme .btnBanner {
        max-width: 100%;
    }
    .sidebarright {
        width: 100% !important;
    }
    .mobile_footer_tape .pageContent.mobilePageContent {
        padding: 0;
    }
    .emptyCartCol::before {
        display: none;
    }
    .headerRightOption>ul>li .navItemstheme>ul>li.lgnRegtheme>a span img {
        width: 16px;
    }
    .headerRightOption>ul>li .navItemstheme>ul>li.lgnRegtheme {
        padding: 6px 16px 7px !important;
    }
    .headerRightOption>ul>li .navItemstheme>ul>li.lgnRegtheme>span.linetheme::before {
        margin-left: -7px;
    }
    .headerRightOption>ul>li .navItemstheme>ul>li.lgnRegtheme>span.linetheme {
        padding: 0 1px !important;
    }
    .customFixBar.editviewPage .sProImgCol {
        width: 400px;
    }
    .pageContent.menuPageContent .pageInfo {
        max-width: 100%;
        padding-top: 0;
    }
    #allow_image_comments {
        padding: 0 !important;
    }
}
@media (max-width: 991px) {
    .modal_header .modal-title {
        font-size: 20px;
    }
    .modal_header .close {
        font-size: 28px;
    }
    .filterSelectCol {
        padding: 0 20px 20px;
    }
    .filterLinkOpt {
        padding: 12px 40px 12px 15px;
        border-radius: 10px;
        font-size: 16px;
    }
    .filterLinkOpt::before {
        right: 14px;
        font-size: 20px;
    }
    .selectOptChk label {
        padding-left: 30px;
        font-size: 16px;
    }
    .selectOptChk {
        margin-bottom: 10px;
    }
    .selectOptChk label:before {
        width: 20px;
        height: 20px;
    }
    .selectOptChk input:checked+label:after {
        left: 8px;
        height: 9px;
        width: 4px;
    }
    .filterModalStyle .modal-dialog {
        max-width: 420px;
    }
    .sProBtnBlog .btn {
        min-width: 115px;
        padding: 8px 12px;
    }
    .sProBtnBlog .btn.cartBtmBtn>i,
    .editviewPage .sProBtnBlog .btn i {
        display: none !important;
    }
    .sProBtnBlog .btn.cartBtmBtn>span,
    .editviewPage .sProBtnBlog .btn span {
        display: block !important;
    }
    .cartTotalPrice {
        padding: 15px 20px;
        border-radius: 20px 20px 0 0;
    }
    .blog-recent-post li {
        width: calc(50% - 5px);
    }
    .blog-area .blog-recent-post {
        padding: 0;
    }
    .mapSection>iframe {
        max-height: 320px;
    }
    .headerRightOption>ul>li+li {
        margin-left: 10px;
    }
    .pageContent {
        padding: 66px 0 80px;
    }
    .cartCol>i {
        font-size: 24px;
    }
    #lblCartCount {
        font-size: 10px;
        padding: 1px 3px;
        margin-left: -6px;
    }
    .headerRightOption {
        text-align: right;
    }
    .menuColMain {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        width: 280px;
        z-index: 99;
        padding: 20px 0 80px;
        background-color: #ffffff;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
        -moz-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
        transition: all 300ms ease-in-out 0s;
        -moz-transform: translateX(-200%);
        -o-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
    }
    .actNav .menuColMain {
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .menuColMain .logo {
        padding: 0 15px;
    }
    .navMain>ul {
        display: block;
    }
    .navMain {
        padding-left: 0;
        margin-top: 30px;
    }
    .navMain>ul>li+li {
        margin-left: 0;
    }
    .navMain {
        text-align: left;
    }
    .navMain>ul>li>a {
        padding: 12px 15px;
        font-size: 15px;
        color: #130F26;
        border-bottom: 1px solid #ddd;
        display: block;
        font-weight: 600;
    }
    .menuToggle {
        position: relative;
        width: 26px;
        height: 18px;
        margin-left: auto;
    }
    .menuToggle>a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .menuToggle>a>span {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 2px;
        width: 100%;
        background-color: #ffffff;
        border-radius: 20px;
        -webkit-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        -moz-transition: all 300ms ease-in-out 0s;
        transition: all 300ms ease-in-out 0s;
    }
    .menuToggle>a>span:nth-child(2) {
        top: 8px;
    }
    .menuToggle>a>span:last-child {
        bottom: 0;
        top: auto;
    }
    .actNav .menuToggle>a>span:nth-child(1) {
        -webkit-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
        top: 8px;
    }
    .actNav .menuToggle>a>span:nth-child(2) {
        opacity: 0;
        transform: translateX(-25px);
    }
    .actNav .menuToggle>a>span:nth-child(3) {
        -webkit-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        transform: rotate(-135deg);
        bottom: 8px;
    }
    body.actNav {
        position: relative;
    }
    body.actNav::before {
        content: "";
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        -moz-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        -webkit-transition: all 300ms ease-in-out 0s;
        transition: all 300ms ease-in-out 0s;
        background-color: rgba(19, 15, 38, 0.8);
        z-index: 9;
    }
    footer .footerSection {
        padding: 40px 0 75px;
    }
    .blogWrapper .blog-item .entry-thumbnail {
        width: 100%;
    }
    .blogWrapper .blog-item .post-content p {
        font-size: 16px;
    }
    .successInfo>h3 {
        font-size: 20px;
    }
    .successInfo>h2 {
        font-size: 30px;
    }
    .successInfo {
        padding: 30px 20px;
        border-radius: 30px;
    }
    .checkoutSummaryCol {
        width: 100%;
        padding: 20px;
    }
    .sProTextCol .heading {
        font-size: 18px;
        margin-top: 0;
    }
    .sProdishType {
        font-size: 14px;
    }
    .sProdishType>span>img {
        margin-right: 5px;
        max-width: 12px;
    }
    .sProTym>h4 .sProClockIcon>img {
        width: 13px;
        margin-top: -1px;
    }
    .sProImgCol {
        margin-bottom: 10px;
    }
    .sProDetailText>p {
        font-size: 14px;
    }
    .sProDetailText>h3 {
        font-size: 14px;
    }
    .nwCartMain.orderdetailscartpage {
        padding-right: 0;
    }
    .tableInfo table tbody tr td .cartimg {
        height: 80px;
    }
    .totalPriceColumn .block.text-right.text-md-center {
        text-align: right !important;
    }
    .freeOption ul li {
        text-align: center;
    }
    .sProBtnBlog {
        text-align: center;
    }
    .sProTopContent {
        padding-bottom: 10px;
        margin-bottom: 0;
        border-bottom: 1px solid var(--primary-theme-color);
    }
    .productCardnew {
        padding-top: 30px;
    }
    .sProRatting .starlinks>i {
        font-size: 13px;
    }
    div#catfilter {
        position: absolute;
        right: 0;
        top: 8px;
        background-color: #ffffff;
        padding: 5px 15px 5px 40px;
    }
    .bannerSectiontheme .bannerSlider .swiper-slide {
        padding: 180px 0 80px;
        min-height: 736px;
    }
    .minWdBtn.cartBtmBtn,
    .totalPriceColumn .minWdBtn {
        min-width: initial;
    }
    .totalPriceColumn .totalCost {
        font-size: 20px !important;
    }
    .headerRightOption>ul>li .navItemstheme>ul>li.lgnRegtheme.userLogin>a {
        display: block !important;
        padding: 6px 10px;
    }
    .headerRightOption>ul>li .navItemstheme>ul>li.lgnRegtheme.userLogin>a span img {
        width: 15px;
    }
    .navItemstheme>ul>li.lgnRegtheme .dropMenu {
        border-radius: 15px;
    }
    .aboutSection .cs1Style .cs1ImgCol {
        height: 330px;
    }
    .spaceSection .cs2ImgCol {
        margin-top: 20px;
        height: 400px;
    }
    .bannerSectiontheme .btnBanner>.row {
        margin-right: -6px;
        margin-left: -6px;
    }
    .bannerSectiontheme .btnBanner>.row .col-auto {
        padding-right: 6px;
        padding-left: 6px;
    }
    .headerRightOption>ul>li.toggle {
        margin-left: 12px;
        width: 26px;
    }
    .customFixBar.editviewPage .sProImgCol {
        width: 100%;
        margin-bottom: 20px;
    }
    .sProBtnBlog .btn.btn_primary.uploadimageclass i,
    .sProBtnBlog .btn.btn_primary.messageoncakeclass i {
        display: block !important;
    }
    .sProBtnBlog .btn.btn_primary.uploadimageclass span,
    .sProBtnBlog .btn.btn_primary.messageoncakeclass span {
        display: none !important;
    }
    .sProBtnBlog .btn.btn_primary.uploadimageclass,
    .sProBtnBlog .btn.btn_primary.messageoncakeclass {
        width: 38px;
        height: 38px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .totalPriceColumn.viewPriceBtn .totalCost {
        width: 165px;
    }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {

    input,
    select,
    textarea {
        font-size: 14px;
        -webkit-text-size-adjust: 100%;
    }
}
@media (max-width: 767px) {
    .backToMenu {
        padding: 15px 0;
    }
    .sProRatting .starlinks>i+i {
        margin-left: 0;
    }
    .sProInnerCol .status-period {
        padding: 20px 0 0;
    }
    .sProBtnBlog {
        text-align: center;
    }
    .sProBtnBlog .btn {
        min-width: auto;
        padding: 6px 10px;
    }
    .totalPriceColumn .block .mainTitle h6 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .freeOption ul li .custom-control-label img {
        width: 20px;
    }
    .freeOption ul li+li {
        margin-left: 0;
    }
    .openingHr h4 {
        font-size: 20px;
        padding-bottom: 0;
    }
    .status-period ul li .price .actulPrice {
        font-size: 14px;
    }
    .status-period ul li .tagLine {
        font-size: 10px;
    }
    .btn {
        font-size: 14px;
    }
    .chooseLocation .inlineBtns .btn {
        min-width: 160px;
    }
    .inlineBtns li {
        padding-right: 5px;
    }
    .blogWrapper .blog-item .entry-thumbnail {
        width: 100%;
        margin-bottom: 15px;
    }
    .blogWrapper .blog-item .entry-thumbnail a {
        height: 280px;
    }
    .blogWrapper .blog-item .entry-thumbnail a img {
        border-radius: 20px;
    }
    .comments-tree .children {
        padding-left: 0;
    }
    .btnBlog {
        margin-top: 30px;
    }
    .modalStyle .form-group .rightIconFld {
        margin-bottom: 0;
    }
    .sideLinesDivider {
        padding: 15px;
    }
    .real-time {
        padding: 30px !important;
    }
    .suGoogleCol {
        margin-top: 30px;
    }
    .cartCheckout .scheduleOrderCol {
        padding: 15px;
    }
    .btn.lgBtn {
        padding: 12px 15px;
    }
    form#payment-form {
        padding: 15px;
        border-radius: 8px;
    }
    .listView .lableDes {
        padding-bottom: 6px;
    }
    footer .footerSection {
        padding: 40px 0 55px;
    }
    .footerCol {
        margin-bottom: 20px;
    }
    .footerCol p {
        margin: 0 0 5px;
    }
    .footerSection .footerSocialLinks ul li+li {
        margin-left: 20px;
    }
    .footerSocialLinks ul li a {
        letter-spacing: normal;
    }
    .footerText {
        text-align: center;
        margin-bottom: 10px;
    }
    .floatingCart {
        padding: 10px 15px;
        border-radius: 20px 20px 0 0;
    }
    .floatingCart .cartPrice svg {
        width: 20px;
    }
    .nwCartMain.orderdetailscartpage .nwCartInner {
        max-height: initial;
    }
    .modal_header {
        padding: 10px 35px 10px 15px;
    }
    .modal_header .modal-title {
        font-size: 18px;
    }
    .modal_header .close {
        font-size: 24px;
        top: 8px;
        right: 15px;
    }
    .filterSelectCol {
        padding: 0 15px 20px;
    }
    .filterLinkOpt {
        padding: 10px 30px 10px 15px;
        border-radius: 6px;
        font-size: 14px;
    }
    .filtercard-body {
        padding: 10px 10px 0;
    }
    .filterSelectCol .selectOptChk label {
        padding-left: 26px;
        font-size: 14px;
    }
    .filterSelectCol .selectOptChk label:before {
        width: 16px;
        height: 16px;
        top: 3px;
    }
    .filterSelectCol .selectOptChk input:checked+label:after {
        left: 6px;
    }
    .filterSelectCol .selectOptChk {
        margin-bottom: 5px;
    }
    .hoursList {
        margin-top: 20px;
    }
    .spaceSection .testimonialCol .testimonialSlider .swiper-pagination2.swiper-pagination-clickable.swiper-pagination-bullets {
        justify-content: center;
    }
    .spaceSection {
        padding: 60px 0;
    }
    .nwCartMain.orderdetailscartpage .nwCartTitle {
        margin-bottom: 20px;
    }
    .hScrollParent {
        overflow-x: auto;
        overflow-y: hidden;
        padding: 20px 0 15px;
        margin: 20px 0;
    }
    .hScrollParent .cuisineBadges {
        padding: 0 !important;
        justify-content: flex-start;
        flex-wrap: initial;
        white-space: nowrap;
    }
    .hScrollParent .cuisineBadges .cuisineBadgeStyle {
        margin: 0;
    }
    .hScrollParent .cuisineBadges .cuisineBadgeStyle+.cuisineBadgeStyle {
        margin-left: 8px;
    }
    .customFixBar .totalPriceColumn .freeOption ul li+li {
        margin-left: 2px;
    }
    .customFixBar .totalPriceColumn .freeOption ul li .custom-control-label img {
        width: 20px;
    }
    .customFixBar .totalPriceColumn .block .mainTitle h6 {
        margin-bottom: 5px;
    }
    .sProInnerCol .status-period {
        padding-top: 15px;
    }
    .headerRightOption>ul>li .navItemstheme>ul>li.lgnRegtheme.userLogin>a {
        padding: 0 !important;
    }
    .navItemstheme>ul>li.userLogin.lgnRegtheme {
        background-color: transparent;
        padding-bottom: 2px !important;
    }
    .headerRightOption>ul>li .navItemstheme>ul>li.lgnRegtheme.userLogin>a span:last-child {
        display: none;
    }
    .headerRightOption>ul>li .navItemstheme>ul>li.lgnRegtheme.userLogin>a span {
        margin: 0;
    }
    .headerRightOption>ul>li .navItemstheme>ul>li.lgnRegtheme.userLogin>a span img {
        width: 20px;
    }
    .bannerSectiontheme .bannerSlider .swiper-slide .bannerSwiper .btnBanner .btn_wrap a {
        padding: 10px 20px !important;
    }
    .headerRightOption>ul>li .navItemstheme>ul>li.lgnRegtheme.userLogin {
        padding: 0 !important;
    }
    .headerRightOption>ul>li .navItemstheme>ul>li.lgnRegtheme.lrBtn {
        padding: 4px 12px 2px !important;
    }
    .lrIcon svg {
        width: 15px;
        display: block;
    }
    .headerRightOption>ul>li .navItemstheme>ul>li.lgnRegtheme>span.linetheme::before {
        margin-left: 1px;
    }
    .headerRightOption>ul>li .navItemstheme>ul>li.lgnRegtheme>span.linetheme {
        padding: 0 3px !important;
    }
    footer.view_page_class {
        display: none;
    }
    .customFixBar.editviewPage .sProImgCol {
        height: 300px;
    }
    .customFixBar.editviewPage .sProImgCol div,
    .customFixBar.editviewPage .sProImgCol img {
        width: 100%;
        height: 100%;
    }
    .customFixBar.editviewPage .menuProductInner {
        height: calc(100vh - 270px);
    }
    .menuPageContent .customContent .content .tabs h4 {
        font-size: 16px;
    }
    .totalPriceColumn .freeOption span.lblText {
        display: none;
    }
    .sProBtnBlog #allow_image_comments .btnBlog {
        margin-top: 0;
    }
    .customFixBar.cakemessagebtn .menuProductInner {
        height: calc(100vh - 348px);
    }
    .customFixBar.cakemessagebtn .totalPriceColumn {
        bottom: 47px;
        border-top: 1px solid rgba(0, 0, 0, 0.06);
    }
    .menuPSlide .singleProductSlideCol .customFixBar.cakemessagebtn .menuProductInner {
        height: calc(100vh - 268px);
    }
    .bannerSectiontheme .bannerSwiper .btn__wrap .btn-border {
        padding: 8px 20px;
        min-width: 140px;
    }
    .titleColtheme h2.lgTitle {
        padding: 0;
        font-size: 34px;
    }
    .titleColtheme h2.lgTitle::before {
        display: none;
    }
    .titleColtheme h2.lgTitle::after {
        display: none;
    }
    .singleProductSlideCol .customFixBar.cakemessagebtn .menuProductInner .productCardnew .productSizeCol {
        margin-bottom: 0;
    }
    .singleProductSlideCol .customFixBar.cakemessagebtn .menuProductInner .productCardnew .productSizeCol .block.sProBlock {
        margin-bottom: 0;
    }
    .singleProductSlideCol .customFixBar.cakemessagebtn .menuProductInner .productCardnew>div>div+div .productSizeCol .block.sProBlock {
        margin-top: 20px;
    }
    .menuProductInner .productCardnew .productSizeCol {
        margin-bottom: 0;
    }
    .menuProductInner .productCardnew .productSizeCol .block.sProBlock {
        margin: 0;
    }
    .menuProductInner .productCardnew>div>div+div .productSizeCol .block.sProBlock {
        margin-top: 20px;
    }
    .modalStyle.uploadImagecakeModal .modalForm {
        height: 280px;
    }
    .modalStyle.uploadImagecakeModal .modalForm div,
    .modalStyle.uploadImagecakeModal .modalForm div img {
        height: 100%;
        text-align: center;
        max-height: 100% !important;
    }
}
@media (max-width: 575px) {
    .productSizeCol {
        margin-bottom: 20px;
    }
    .pageSpace {
        padding: 35px 0;
    }
    .menuColMain {
        width: 260px;
    }
    .status-period ul li .minuteBlock {
        font-size: 14px;
    }
    .hearBlock i {
        font-size: 20px;
    }
    .sProChoose .listView {
        padding: 15px 10px 0;
    }
    .sProChooseTitle>h6 {
        font-size: 15px;
    }
    .cartTitle {
        padding: 15px 50px;
    }
    .cartBackIcon {
        left: 0;
    }
    .cartBackIcon>img {
        max-width: 18px;
    }
    .filterSelectCol {
        padding: 0 15px 15px;
    }
    .tabMenu {
        margin-top: 15px;
        border-radius: 13px;
    }
    .recommendSlidertheme .recommendCardtheme .recImgColtheme img {
        height: 260px;
    }
    .title_heading>h2 {
        font-size: 26px;
    }
    .blogWrapper .blog-item .post-content h5 {
        font-size: 18px;
        line-height: 1.2;
    }
    .comments-tree .comment .comment-content {
        display: block;
        width: 100%;
        margin-top: 10px;
    }
    .form-field-block {
        padding: 15px 0px;
    }
    .dashDivider {
        margin: 0;
    }
    .nwCartTitle h2 {
        font-size: 20px;
    }
    .p2pCol {
        padding: 15px;
        border-radius: 20px 20px 0 0;
    }
    .formStyle .labelStyle {
        margin-bottom: 5px;
    }
    .modalStyle .modal-body {
        padding: 10px 0 0;
    }
    .formStyle .form-group {
        margin-bottom: 15px;
    }
    .npSelectOptMain ul li.npSelectStyle {
        margin-top: 5px;
    }
    .npBtnRight .btn {
        padding: 6px 10px;
        font-size: 12px;
    }
    .npSelectOptMain ul li.npSelectStyle .custom-select {
        padding: 5px 25px 5px 8px;
        height: 30px;
    }
    .address_info>ul>li {
        margin-top: 10px;
    }
    .address_info ul li span i {
        font-size: 16px;
    }
    .order_detailCol ul li span {
        padding: 15px;
    }
    .order_infoCol .order_detailCol>ul>li {
        padding: 5px 0 5px 20px;
    }
    .order_detailCol>ul>li:before {
        left: -2px;
    }
    .order_detailCol>ul>li+li:after {
        left: 5px;
    }
    .order_infoCol .title_heading>h2 {
        font-size: 20px;
    }
    .sProInnerCol .status-period ul li+li {
        padding-left: 8px;
    }
    .openinghoursModl ul li>p {
        margin-bottom: 8px;
    }
    .bannerSectiontheme .btnBanner .btn_wrap {
        margin-top: 20px;
    }
    .headerStyle2>.container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .headerStyle2 .row {
        margin-left: 0;
        margin-right: 0;
    }
    .headerStyle2 div[class^=col] {
        padding: 0;
    }
    .headerStyle2 .toggle {
        width: 24px;
    }
    .headerStyle2 .toggle .menuToggle {
        width: 24px;
    }
    .headerStyle2 .cartCol {
        position: relative;
    }
    .headerStyle2 #lblCartCount {
        right: -6px;
        margin: 0;
        top: -6px;
    }
    .floatingCart .cartPrice>span+span {
        margin-left: 2px;
    }
    .socialLinkbtns ul li a .socialLinkbtnsIcon img {
        max-width: 14px;
        height: 16px;
    }
    .socialLinkbtns ul li+li {
        margin-left: 15px !important;
    }
    .headerRightOption>ul>li .navItemstheme>ul>li.lgnRegtheme {
        padding: 1px 8px 3px !important;
    }
    .menuProductInner {
        height: calc(100vh - 160px);
    }
}
@media only screen and (max-width: 575px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .menuProductInner {
        padding-bottom: 60px;
    }
}
@media (max-width: 575px) {

    .customFixBar .totalPriceColumn.offCanvasDetail,
    .customFixBar.editviewPage .totalPriceColumn {
        position: fixed;
        bottom: 45px;
    }
    .customFixBar.editviewPage .menuProductInner {
        height: calc(100vh - 270px);
    }
    #categorylinknewuicake svg {
        width: 30px;
    }
    .sProBtnBlog .btn.btn_primary.uploadimageclass,
    .sProBtnBlog .btn.btn_primary.messageoncakeclass {
        width: 30px;
        height: 30px;
    }
    .totalPriceColumn.viewPriceBtn .totalCost {
        width: auto;
    }
    .bannerSectiontheme .bannerSwiper .btn__wrap .btn-border {
        padding: 8px 20px;
        min-width: 140px;
    }
    .bannerSectiontheme .bannerSwiper .btn__wrap {
        margin-top: 20px;
    }
    .titleColtheme h2.lgTitle {
        letter-spacing: normal;
    }
    .bannerSectiontheme .bannerSlider .swiper-slide {
        padding: 100px 0 80px;
        min-height: 726px;
    }
    .lightBg .paraText {
        font-size: 16px;
    }
    .titleColtheme h2.lgTitle {
        letter-spacing: normal;
    }
    .chefSection .cs1Style {
        margin-top: 30px;
    }
}
@media (max-width: 480px) {
    .pageSpace2 {
        padding: 40px 0 60px;
    }
    .menuContent>p {
        font-size: 13px;
    }
    .menuContent>h3 {
        font-size: 16px;
        margin-bottom: 2px;
    }
    .cartCardStyle {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .topLinksSwiper {
        margin-bottom: 20px;
    }
    .spaceTop {
        padding-top: 58px !important;
    }
    .tabsImg {
        left: 4px;
        top: 4px;
        bottom: 4px;
        width: 85px;
    }
    .tabIcon {
        right: 10px;
        top: 8px;
    }
    .tabIcon>img {
        width: 20px;
    }
    .pageContent.productDetailPage {
        padding-top: 58px;
    }
    .proTitle>h3 {
        font-size: 16px;
        margin: 0;
    }
    .productDetailPage .tablinks+.tablinks {
        margin-left: 0;
    }
    .productDetailPage .tablinks {
        padding: 5px 10px;
        height: 32px;
        font-size: 12px;
    }
    .productDetailPage .sProDetailCol {
        margin-bottom: 15px;
    }
    .filterBtn .btn.mdBtn {
        padding: 10px;
        min-width: auto;
    }
    .productlistBtn {
        padding-top: 40px;
    }
    .productlistBtn .pagStyle .btn.btn_primary {
        min-width: 100px;
        padding: 8px 20px;
        font-size: 14px;
    }
    .tableInfo table tbody tr td .cartimg {
        height: 70px;
    }
    .tableInfo .table td.tableTextbold {
        padding: 8px 10px;
    }
    .tableInfo .table td.tableTextExtrabold {
        font-size: 16px;
        padding: 10px;
        height: 50px;
    }
    .successInfo>h2 {
        font-size: 26px;
    }
    .successInfo>h3 {
        font-size: 16px;
    }
    .totalPriceColumn .totalCost {
        font-size: 18px !important;
    }
    .productSizeCol .mainTitle {
        padding: 10px 15px;
        opacity: 0.7;
    }
    .menuContent .proSelectOption ul {
        padding: 0;
    }
    .menuCard {
        min-height: 144px;
    }
    .menuCardImg {
        width: 115px;
    }
    .mBtn .btn_primary.smBtn {
        min-width: 60px;
        padding: 2px 8px;
        border-radius: 5px;
    }
    .sProChooseTitle {
        padding: 10px;
    }
    .backToMenu {
        padding: 10px 0;
    }
    .backToMenu a {
        font-size: 14px;
    }
    .backToMenu a>svg {
        max-width: 24px;
    }
    div#catfilter {
        padding: 5px 15px 5px 25px;
    }
    .menuPageContent .fixedCenterScroll {
        padding-top: 20px;
    }
    .headerStyle2>.container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .navItemstheme>ul>li.lgnRegtheme {
        margin-left: 10px;
    }
    .chooseLocation .inlineBtns .btn {
        min-width: 106px;
        padding: 8px 10px;
    }
    .choosePromotion label.custom-control-label {
        font-size: 14px;
    }
    .sProInnerCol .status-period ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    .sProInnerCol .status-period ul li {
        vertical-align: top;
        padding: 0;
        width: auto;
        border: 0;
    }
    .sProInnerCol .status-period ul li+li {
        padding-left: 0;
    }
    .menuProductInner .sProImgCol {
        height: 200px;
    }
    .productCardnew {
        padding-top: 20px;
    }
    .customFixBar .totalPriceColumn {
        padding: 10px 0;
    }
    .menuProductInner .sProImgCol .swiper-container {
        height: 100%;
    }
    .totalPriceColumn .totalCost {
        font-size: 18px !important;
    }
    .navItemstheme>ul>li.lgnRegtheme .dropMenu ul li>a {
        padding: 10px 10px 10px 30px;
    }
    .bannerSectiontheme .bannerSlider .swiper-slide .bannerSwiper .btnBanner .btn_wrap a {
        padding: 10px 15px !important;
    }
    .bannerSectiontheme .btnBanner .btn_wrap {
        margin-top: 15px;
    }
    .headerRightOption>ul>li .navItemstheme>ul>li.lgnRegtheme>a {
        line-height: 1;
    }
    .headerRightOption>ul>li .navItemstheme>ul>li.lgnRegtheme.lrBtn {
        padding: 2px 10px 1px !important;
    }
    .lrIcon svg {
        width: 14px;
    }
    .headerRightOption>ul>li .navItemstheme>ul>li.lgnRegtheme>span.linetheme {
        padding: 0 2px !important;
    }
    .customFixBar.editviewPage .menuProductInner {
        height: calc(100vh - 230px);
    }
    .customFixBar.editviewPage .sProImgCol {
        height: 200px;
    }
    .customFixBar .totalPriceColumn.offCanvasDetail .row,
    .customFixBar.editviewPage .totalPriceColumn .row {
        margin-right: -5px;
        margin-left: -5px;
    }
    .customFixBar .totalPriceColumn.offCanvasDetail .row>div,
    .customFixBar.editviewPage .totalPriceColumn .row>div {
        padding-right: 5px;
        padding-left: 5px;
    }
    .btn.uploadimageclass,
    .btn.messageoncakeclass {
        min-width: auto;
        padding: 5px 10px;
        font-size: 12px;
    }
    .singleProductSlideCol .backToMenu {
        padding: 5px 0;
    }
    #allow_image_comments .btnBlog {
        margin-top: 0;
    }
    .menuPSlide .singleProductSlideCol .customFixBar.cakemessagebtn .menuProductInner {
        height: calc(100vh - 198px);
    }
    .modalStyle .modalBtn {
        padding: 8px 12px;
    }
    .modalStyle .modal-title {
        font-size: 18px;
        line-height: 1.2;
    }
    .customFixBar.editviewPage.cakemessagebtn .menuProductInner {
        height: calc(100vh - 280px);
    }
    .spaceSection {
        padding: 40px 0;
    }
    .italicText {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .lightBg .paraText {
        font-size: 14px;
    }
    .socialLinkbtns ul li a {
        font-size: 14px;
        padding: 6px 15px;
    }
    .socialLinkbtns ul li a .socialLinkbtnsIcon {
        padding-right: 5px;
    }
}
@media (max-width: 375px) {
    .pageContent {
        padding: 40px 0;
    }
    .npBtnRight .btn {
        padding: 4px 8px;
    }
    .status-period ul li {
        width: auto;
    }
    .status-period ul li+li {
        border-left: 1px solid #c8c8c8;
        padding-left: 10px;
        padding-bottom: 0;
    }
    .quantityStyle2.cart-inc-dec .quantity span,
    .quantityStyle2.cart-inc-dec .quantity input {
        font-size: 20px;
    }
    .sProBtnBlog .btn {
        min-width: auto;
        padding: 4px 8px;
        font-size: 12px;
    }
    .totalPriceColumn .totalCost {
        font-size: 16px !important;
    }
    .sProBtnBlog .btn#checkoutbtnview {
        display: none;
    }
    #allow_image_comments .btnBlog .text-danger {
        font-size: 10px;
    }
    .bannerSectiontheme .bannerSwiper .btn__wrap .btn-border {
        padding: 7px 15px;
        min-width: 120px;
    }
    .bannerSectiontheme .bannerSlider .swiper-slide .bannerSwiper .btnBanner .btn_wrap a {
        padding: 8px 15px !important;
        min-width: 120px;
    }
    .modalStyle .modalBtn {
        padding: 6px 10px;
        font-size: 12px;
    }
    .modalStyle .modal-footer {
        padding: 10px 0 0;
        justify-content: center;
    }
    .menuCardImg {
        width: 105px;
    }
    .mBtn .btn_primary.smBtn {
        padding: 2px 6px;
    }
    .menuCardImg .not-available-text {
        font-size: 14px;
    }
}