body {
    font-family: 'Roboto';
    overflow-x: hidden;
}
/* roboto-100 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/roboto-v20-latin-100.eot');
    /* IE9 Compat Modes */
    src: local(''), url('../fonts/roboto-v20-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v20-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v20-latin-100.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v20-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v20-latin-100.svg#Roboto') format('svg');
    /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v20-latin-300.eot');
    /* IE9 Compat Modes */
    src: local(''), url('../fonts/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v20-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v20-latin-300.svg#Roboto') format('svg');
    /* Legacy iOS */
}
/* roboto-regular - latin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v20-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''), url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg');
    /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v20-latin-500.eot');
    /* IE9 Compat Modes */
    src: local(''), url('../fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v20-latin-500.svg#Roboto') format('svg');
    /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v20-latin-700.eot');
    /* IE9 Compat Modes */
    src: local(''), url('../fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v20-latin-700.svg#Roboto') format('svg');
    /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/roboto-v20-latin-900.eot');
    /* IE9 Compat Modes */
    src: local(''), url('../fonts/roboto-v20-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v20-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v20-latin-900.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v20-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v20-latin-900.svg#Roboto') format('svg');
    /* Legacy iOS */
}
.ordersummary-modal .alert-warning {
    color: #262626;
    font-size: 14px;
    padding: 10px 10px 10px 14px;
}
.dark-grey {
    color: #4F4F4F;
}
.ordersummary-modal h4.modal-title,
#trackorder-modal h4.modal-title,
#unavailable-modal h4.modal-title,
#viewdetails-modal h4.modal-title,
#editprofile h4.modal-title,
#addnewaddress h4.modal-title {
    font-weight: 400;
    color: #262626;
}
.listfillter-modal-bg h4.modal-title {
    color: #262626;
}
.listfillter-modal-bg i {
    font-size: 22px;
}
.ordersummary-modal h5 {
    font-weight: 300;
    font-size: 24px;
}
/* ------ COMMAN-CSS-START ------- */
.pointer {
    cursor: pointer;
}
a {
    color: #262626;
}
a:hover {
    color: #262626;
    text-decoration: none;
}
button:focus {
    outline: 1px dotted transparent;
    outline: transparent;
}
.viewall-btn {
    background: #fff;
    box-shadow: 0 0 9px 1px hsl(0deg 0% 0% / 5%);
    padding: 6px 10px;
    border-radius: 5px;
    font-weight: 600 !important;
}
.modal.modal-full .modal-content {
    border-radius: 0;
    border: none;
}
/* Full Screen */
.modal.modal-full .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.modal.modal-full .modal-content {
    height: 100%;
    overflow-y: auto;
}
.modal.modal-full .close-modal {
    position: fixed;
    top: 0;
    right: 3rem;
}

div#moreModal-wrapper {
    display: none;
}
/* ------ COMMAN-CSS-END ------- */
/* ----- HEADER_CSS_START ------ */
.select-bg {
    margin: 0px 0 0 0 !important;
}
.b-logo {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.navigation-wrap a.navbar-brand {
    vertical-align: middle;
    margin-right: 12px;
}
.mobile-header {
    display: none;
}
body {
    position: relative;
}
ul.nav-pills {
    top: 20px;
    position: fixed;
}
.sticky-bg {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1024;
    left: 0;
}
.start-header {
    background-color: #ffffff;
}
.coupon-header,
.successfull-header {
    height: 60px;
}
.start-header,
.mobile-list-header {
    transition: all 0.4s ease;
    /*box-shadow: 0 0 3px hsl(0deg 0% 0% / 18%);*/
    box-shadow: 0px 4px 28px 0px #5f5f5f0d;
    box-shadow: 8px -7px 14px 7px #00000014;
}
.Mobheader-fixed {
    transition: all 0.4s ease;
    box-shadow: 0 0 3px hsl(0deg 0% 0% / 18%);
    position: fixed;
    width: 100%;
    top: 0;
    background: #FBFBFB;
    z-index: 1;
}
.mobile-list-header {
    background-color: #FBFBFB;
    height: 60px;
    padding: 16px 0 0 0;
}
.mobile-header {
    padding: 16px 0 0 0;
}
.navbar-light .navbar-nav .nav-link {
    color: #828282;
    transition: 0.4s;
    text-decoration: none;
    padding: 6px 8px;
    margin: 0 3px;
    font-weight: 400;
    position: relative;
}
.search-container input {
    border: none;
    font-size: 14px;
    width: 90%;
}
input:focus {
    outline: none;
}
.saerch-bar {
    border: 2px solid #AAAAAA;
    width: 280px;
    border-radius: 4px;
    padding: 4px 0 4px 4px;
}
.saerch-bar span.material-icons {
    vertical-align: middle;
    font-size: 22px;
    color: #4F4F4F;
}
.saerch-bar button{
    padding: 8px;
    font-size: 12px;
}
header .active {
    color: #B3561B !important;
}
.navigation-wrap a.nav-link:hover {
    color: #B3561B !important;
}
.drop-menu {
    text-align: center;
    font: normal normal normal 1em/1 Roboto, sans-serif;
    overflow: hidden;
}
.drop-menu li {
    list-style: none;
    display: inline-block;
    cursor: pointer;
}
.drop-menu li a {
    display: inline-block;
    /* padding:1em; */
}
.toggle:before {
    content: "\f107";
    font: normal normal normal 16px/1 FontAwesome;
}
.navigation-wrap .dropdown {
    position: absolute;
    width: 264px;
    background: #ffffff;
    text-align: left;
    display: none;
    color: #828282;
    box-shadow: 0 0 3px hsl(0deg 0% 0% / 18%);
    margin: 0 0 0 -96px;
    z-index: 9998;
}
.navigation-wrap .dropdown span.material-icons {
    vertical-align: middle;
    padding: 0 10px 0 0;
}
.navigation-wrap .dropdown span.material-icons-outlined {
    vertical-align: middle;
    padding: 0 10px 0 0;
}
.navigation-wrap .dropdown li {
    display: block;
    border-bottom: 1px solid #F2F2F2;
    font-size: 15px;
    padding: 8px 6px;
}
.navigation-wrap .dropdown li a {
    display: block;
}
.navigation-wrap .dropdown2 {
    position: absolute;
    width: 230px;
    background: #2d2d2d;
    text-align: left;
    display: none;
    right: -100%;
    top: 0;
}
.nav-clr li.nav-item a {
    padding: 10px 12px !important;
}
.nav-clr li.nav-item:hover a {
    color: #572B00;
    background: #FFF1E8;
}
.more_ic span:hover {
    border: 2px solid #B3561B;
    color: #B3561B;
}

span.yellow_cir {
    background: #fcb415;
    color: #262626;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    font-size: 14px;
    font-weight: 500;
}
.more_ic span {
    width: 22px;
    height: 22PX;
    border: 2px solid #828282;
    border-radius: 50%;
    font-size: 18px;
}
/*******address-popup-start*******/
.address-modal {
    max-width: 982px;
    top: 1px;
    left: -8px;
}
.address-modal h4 {
    font-size: 22px;
    line-height: 26px;
    width: 100%;
    color: #333333;
}
.address-modal .modal-header {
    border-bottom: 0;
}
.address-modal label {
    color: #333333;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}
.address-modal input, .address-modal select {
    border: 2px solid #AAAAAA;
    height: 45px;
    line-height: 41px;
    padding: 0 15px;
    color: #333333;
    font-size: 14px;
    width: 100%;
    border-radius: 4px;
}
.address-modal input:focus, .address-modal select:focus {
    border-color: #AAAAAA;
}
.address-modal .modal-content{
    border: 0;
    padding: 20px;
}
.address-btn a {
    padding: 0px 15px;
    height: 45px;
    line-height: 45px;
    width: 44%;
    text-align: center;
    display: block;
    margin: 0 auto;
}
#checkpayeModal .box-shadow {
    padding: 10px;
}
.review-popup textarea {
    resize: none;
}
.free-days-delivery h6 {
    font-weight: 500;
}
.address-btn{
    margin-top: 35px;
}
.address-modal .modal-footer button {
    color: #EB5757;
    font-size: 14px;
    font-weight: 500;
}
.address-modal .modal-footer {
    justify-content: center;
    padding-top: 0;
    border: 0;
}
.address-modal .form-group {
    margin-bottom: 10px;
}
footer .mobile-icon a {
    position: relative;
}
header .nav-item sup, footer .mobile-icon sup {
    height: 20px;
    width: 20px;
    background-color: #FAB814;
    display: inline-block;
    line-height: 20px;
    border-radius: 50px;
    color: #000000;
    font-weight: 600;
    right: 3px;
    top: 0;
    position: absolute;
}
/*******address-popup-end*******/
/****** style-2022-start-----m ******/

/****** style-2022-end-----m ******/

/******user-page-start******/
.user-block {
    padding: 40px 0;
}
.inner-user img {
    max-width: 60px;
    height: 60px;
    width: 60px;
    display: inline-block;
    border-radius: 50px;
    object-fit: cover;
}
.inner-user {
    border: 1px solid #BDBDBD;
    border-radius: 5px;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    background-color: #FCFCFC;
}
.inner-user a {
    margin-bottom: 0;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    display: inline-block;
}
.inner-user a.btn {
    font-size: 14px;
    color: #B3561B;
    font-weight: 700;
    padding: 0 10px!important;
}
.pagination li {
    padding: 0 8px;
}
.pagination .active a {
    color: #B3561B;
}
.pagination a {
    color: #828282;
}
.pagination {
    justify-content: center;
    margin-top: 20px;
}
.user-block h4 {
    font-size: 24px;
    margin-bottom: 25px;
}
.inner-user .btn {
    height: 32px;
    background-color: #ffffff;
    box-shadow: 0px 1px 8px 0px #79380e08;
    line-height: 32px;
    padding: 0 15px;
    margin: 0;
}
.user-inner-wrap li {
    width: 33%;
    display: inline-block;
    padding: 0 10px;
}
.profile-name {
    width: 100%;
    margin-left: 10px;
}
.inner-user span {
    display: inline-flex;
    align-items: center;
}
.home_slider .carousel-item {
    height: 344px;
    border-radius: 5px;
    overflow: hidden;
}
.home_slider .carousel-item img {
    height: 100%;
}
/******user-page-end******/
/******review-poup-start******/
.review-popup .addclose {
    width: 100%;
}
.review-popup .modal-dialog {
    max-width: 430px;
}
.review-popup .modal-body textarea {
    border: 2px solid #AAAAAA;
    display: block;
    width: 100%;
    height: 125px;
    padding: 0 10px;
    outline: 0;
    border-radius: 4px;
}
.review-popup label{
    color: #4F4F4F;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}
.review-popup .rating-stars li span {
    font-size: 40px !important;
    margin-right: 30px;
}
.review-popup .modal-footer {
    border-top: 0;
    padding: 0 25px 40px;
}
.review-popup .modal-body {
    padding: 40px 25px 0;
}
.review-popup .modal-footer a{
    width: 100%;
}
.review-popup .modal-footer button{
    width: 100%;
}
/******review-poup-end******/
.pally_friend_wrap li p{
    color: #333333;
    font-size: 16px;
}
.pallyfriends-bg{
    margin-bottom: 10px !important;
}
.pally-frnds .owl-dots{
    display: none;
}
.outer-pally .owl-carousel .owl-item .pally-left img {
    width: 30px;
}
.log_in_status {
    background-color: #219653;
    height: 48px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    border-radius: 5px;
    color: #ffffff;
    width: 340px;
    justify-content: center;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999999;
}
.un_sucess{
    background-color: #EB5757;
}
.log_in_status p {
    margin: 0;
    font-size: 14px;
}
.log_in_status i {
    font-family: FontAwesome;
    font-size: 22px;
    margin-right: 10px;
}
/*******cart-emptypage-start*******/
.inner_empty-cart img {
    width: 130px;
    height: 120px;
}
.inner_empty-cart h5 {
    color: #262626;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 15px;
}
.inner_empty-cart {
    width: 40%;
    margin: 0 auto;
    text-align: center;
    padding: 0 30px;
}
.inner_empty-cart button{
    width: 100%;
}
.empty_car-block .inner_empty-cart {
    margin-top: 130px;
}
.empty_car-block {
    margin-bottom: 90px;
}
.addresslist ul li:last-child {
    float: right;
}
/*******cart-emptypage-end*******/
.date-picker input {
    background-color: transparent;
    border: 0;
    width: 265px;
}
.pro-detail-star .star {
    z-index: 0;
}
.followers-inner li h6{
    font-size: 16px;
}
.followers-inner .follow-btn{
    font-size: 14px;
}
.molile-modal-btn button {
    width: 100%;
}
.frequently-tab .accordion-bg .card {
    padding-right: 30px;
}
.frequently-tab .accordion-bg .card span {
    position: static !important;
}
.frequently-tab .accordion-bg .accordion-title i {
    height: auto !important;
    top: 15px !important;
}
/********************/
#similar-products.similarproducts-bg .MS-controls {
    top: 50%;
    transform: translateY(-50%);
    margin-top: -50px;
    pointer-events: none;
}
#similar-products.similarproducts-bg #similarSlider {
    position: relative;
}
#similar-products.simproducts-img-bg{
    margin-bottom: 0 !important;
    box-shadow: none;
}
.manage-address .address-wrapper{
    height: 225px;
    margin-bottom: 15px;
}
.social-view {
    text-align: center;
}
/*******Return-policy-page-Start*******/
.return_policy_block {
    padding: 0 0 60px 0;
}
.return_policy_block h2 {
    margin-bottom: 15px;
    color: #000000;
}
.return_policy_block p {
    color: #4F4F4F;
}
.shipping-wrap{
    background-color: #fcb415;
    padding: 30px 0;
}
.inner-shipping-wrap i {
    font-family: 'FontAwesome';
    font-size: 40px;
    color: #ffffff;
}
.inner-shipping-wrap h4, .inner-shipping-wrap p, .inner-shipping-wrap p a {
    color: #ffffff;
}
.inner-shipping-wrap {
    display: flex;
    align-items: flex-start;
}
.shipping-content{
    margin-left: 30px;
}
.shipping-content h4 {
    margin-bottom: 3px;
    font-size: 24px;
}
.shipping-content p{
    margin-bottom: 0;
}
.terms-wrap h6 {
    font-size: 16px;
    color: #000000;
    font-weight: 700;
}
.return_policy_block img {
    width: 100%;
    margin-bottom: 60px;
}
.return_policy_block img {
    width: 100%;
    margin-bottom: 40px;
    min-height: 250px;
    max-height: 250px;
}
/*******Return-policy-page-end*******/
.user_profile_content button {
    display: inline-block;
    margin: 0 !important;
    padding: 0 25px;
}
/***********ms-control-slider-start************/
.profile-slider {
    position: relative;
}
.profile-slider button.MS-left {
    left: 0 !important;
    margin-top: 0 !important;
    top: 50% !important;
    transform: translateY(-50%);
}
.profile-slider button.MS-right {
    right: 0px !important;
    margin-top: 0 !important;
    top: 50% !important;
    transform: translateY(-50%);
}
.profile-slider .MS-controls {
    left: 0px !important;
    right: 0px !important;
    margin-top: 0;
    bottom: auto;
    top: 54px !important;
    transform: translateY(-50%);
}
.profile-slider .item {
    width: 31.8% !important;
}
.profile-slider .follow-img {
    width: 60px;
    height: 60px;
}
/***********ms-control-slider-end************/
footer h6 {
    margin-top: 50px;
}
.search-items ul {
    display: flex;
    align-items: center;
}
.search-items .seaarch-img {
    margin-right: 8px;
}
.search-items li h5 {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}
#scrolling {
    padding: 0;
}
.addresslist .add-new p {
    margin-bottom: 0;
}
.manage-address li ul li {
    width: 100%;
}
.inner_manage_address_wrap{
    width: 33%;
    display: inline-block;
    padding: 0 7px;
    vertical-align: bottom;
}
.refer-link {
    white-space: nowrap;
    overflow: hidden;
    margin-right: 80px;
}
.orderlist .small-text p{
    border-radius: 5px;
    margin: 0;
}
.inner_manage_address_wrap input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.inner_manage_address_wrap label {
    position: relative;
    cursor: pointer;
}
.inner_manage_address_wrap label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #BDBDBD;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 3px;
}
.inner_manage_address_wrap input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #B3561B;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.inner_manage_address_wrap input:checked + label:before{
    border-color: #B3561B;
}
#cartsuessfullopnmodal .modal-dialog .modal-content {
    padding-top: 50px;
}
#social-links li {
    padding-right: 20px;
}
#social-links li a{
    font-size: 40px;
}
header .search-dropdown{
    width: 315px;
}
.cart-trash-wrap {
    padding-right: 0;
}
/***************category-slider-start***************/
.listingslider .item{
    width: 23.4% !important;
    background: transparent !important;
    border: 0 !important;
}
.listingslider .item .followers-inner{
    padding: 0;
}
.listingslider .MS-left {
    left: 0px !important;
}
.listingslider .MS-right {
    right: 0px !important;
}
.listingslider .item img{
    border: 1px solid transparent;
    transition: 500ms ease;
    border-radius: 5px;
}
.listingslider .item img:hover{
    border-color: #B3561B;
}
/***************category-slider-end***************/
/***********how-it-work-page-start***********/
.how_work_block h2 {
    margin-bottom: 15px;
    color: #000000;
}
.works_wrap{
    margin-bottom: 40px;
}
.how_work_block p{
    color: #4F4F4F;
}
/***********how-it-work-page-end***********/
#pally-frds .owl-nav {
    display: none !important;
}
/***********contact-page-start***********/
.contact-banner img {
    width: 100%;
    height: 250px;
}
.inner_contact_wrap {
    padding: 40px 0 60px 0;
    background-color: #f6f6f6;
}
.contact-head h6 {
    margin: 0;
    font-size: 16px;
    content: close-quote;
    text-transform: uppercase;
    font-weight: 700;
}
.contact-head p {
    font-size: 14px;
    color: #4F4F4F;
    margin-bottom: 0;
}
.contact-head{
    margin-bottom: 10px;
}
.outer-detail-wrap span {
    width: 40px;
    height: 40px;
    background-color: #262626;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    font-size: 22px;
    margin-right: 8px;
    line-height: 43px;
}
.outer-detail-wrap span i {
    font-size: 26px;
}
.outer-detail-wrap img {
    width: 25px;
    height: 25px;
}
.contact-text-block p {
    color: #333333;
    font-size: 16px;
    line-height: 29px;
    margin: 0;
}
.text_detail h6 {
    color: #828282;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
}
.text_detail a {
    font-size: 16px;
    color: #4F4F4F;
}
.outer-detail-wrap {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 8px;
    box-shadow: 0px 10.072813987731934px 77.82637023925781px 0px #66646405;
    box-shadow: 0px 24.206371307373047px 142.55020141601562px 0px #64575707;
    box-shadow: 0px 45.57844924926758px 192.96267700195312px 0px #66646409;
    box-shadow: 0px 81.30416107177734px 229.89002990722656px 0px #6664640B;
    box-shadow: 0px 152.07049560546875px 266.9782409667969px 0px #6664640D;
    box-shadow: 0px 364px 454px 0px #66646412;
}
.text_detail p, .text_detail a{
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0;
}
.cart-inner .row .row .col-lg-8 {
    padding-left: 0;
}
.inner_contact_wrap{
    position: relative;
}
.inner_contact_wrap:before {
    content: '';
    position: absolute;
    width: 30%;
    height: 160px;
    background-color: #B3751B;
    left: 0;
    top: 110px;
}
.contact-text-block form label {
    font-size: 16px;
    color: #333333;
    display: block;
    margin-bottom: 4px;
}
.contact-text-block form input, .contact-text-block form textarea {
    border: 2px solid #AAAAAA;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    width: 100%;
    border-radius: 4px;
    outline: 0;
}
.contact-text-block form textarea{
    height: 130px;
    resize: none;
}
.contact-text-block form {
    margin-top: 30px;
}
.contact-text-block form .form-group{
    margin-bottom: 15px;
}
.contact-text-block {
    background-color: #ffffff;
    padding: 40px 40px 50px 40px;
    border-radius: 8px;
    margin-left: 15px;
    box-shadow: 0px 10.072813987731934px 77.82637023925781px 0px #66646405;
    box-shadow: 0px 24.206371307373047px 142.55020141601562px 0px #66646407;
    box-shadow: 0px 45.57844924926758px 192.96267700195312px 0px #66646409;
    box-shadow: 0px 81.30416107177734px 229.89002990722656px 0px #6664640B;
    box-shadow: 0px 152.07049560546875px 266.9782409667969px 0px #6664640D;
    box-shadow: 0px 364px 454px 0px #66646412;
    margin-top: -110px;
}
.contact-text-block h2 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 15px;
}
.contact-text-block form button {
    color: #262626;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background: #FAB814;
    height: 50px;
    padding: 0 20px;
    border: 0;
    border-radius: 5px;
    width: 385px;
    margin-top: 20px;
}
.form-control-wrapper {
    position: relative;
    width: 60%;
}
.form-control-wrapper .form-group {
    position: relative;
    z-index: 1;
}
.form-control-wrapper i {
    position: absolute;
    top: 5px;
    background-color: transparent;
    border: 0;
    padding-left: 0;
    color: #B3561B;
    font-size: 20px;
    width: auto;
    right: 0;
}
.checkout-wrapper .form-control-wrapper i {
    top: -4px;
}

.mobile-summary {
    width: 100%;
    text-align: center;
}

#cartsuessfullopnmodal .refer-link {
    margin-right: 30px;
}
.align-cart-wrap .row {
    align-items: center;
}
.align-cart-wrap p {
    margin-bottom: 8px !important;
}
#pallyorderModal .modal-w button, #pallyorderModal .modal-w .addclose {
    width: 100%;
}
.ordersummary-modal .items-bg p {
    color: #828282;
    font-size: 14px;
    margin-bottom: 0;
}
.manage-address ul {
    width: 100%;
}
.editprofile-modal .update-profile {
    margin-top: 22px;
}
.review_list a.write-review {
    background-color: #ffffff !important;
    height: 32px;
    line-height: 33px;
    box-shadow: 0px 1px 8px 0px #79380e14;
    padding: 0 10px;
}
.unfollow-btn.btn {
    color: #4F4F4F !important;
}
#reviewModal .success-box-review {
    display: none !important;
}
.attribute-price {
    color: #828282;
    font-size: 12px;
    margin: 0;
    text-align: left;
}
.wallet-popup.show {
    background-color: rgb(0 0 0 / 45%);
}
.deliverydate-bg.update-free-date-delivery-mobile {
    margin-bottom: 15px;
}
.no-address-found {
    max-width: 100%;
    border: 0 !important;
    flex: inherit;
    text-align: center;
}
.no-address-found ul {
    padding: 0;
    width: 100%;
    display: inline-block;
    margin-top: 40px;
}
.no-address-found ul li {
    text-align: center;
    width: 100% !important;
}
.user-block .friendstlist p {
    text-align: center;
}
.score-all p {
    margin-bottom: 10px;
    color: #828282;
    font-size: 14px;
}
.profile-block{
    margin-top: 50px !important;
}
.flogo {
    width: 300px;
}
.moremodal-bg li a span {
    vertical-align: middle;
}
.how_work_block {
    padding-bottom: 50px;
}
.how_work_block p a {
    color: #000000;
}


/* 11-november-22 new style start */
.custom_modal .modal-header h4 span {
    border: 0.71px solid #E2E2E2;
    background: #FFF4ED;
    height: 40px;
    width: 40px;
    line-height: 36px;
    text-align: center;
    margin: 0;
    display: inline-block;
    border-radius: 4px;
    margin-right: 8px;
}
.custom_modal .modal-header h4 img {
    width: 15px;
    height: 20px;
}
.modal-header h4 {
    font-size: 20px;
    font-weight: 500;
    color: #16161A;
    margin: 0;
    font-family: 'Roboto';
}
.custom_modal .modal-header .close {
    font-size: 36px;
    font-weight: 300;
    padding: 0;
    position: absolute;
    right: 45px;
    top: 40px;
}
.custom_modal .modal-header {
    border-bottom: 1px solid #E9E9E9 !important;
    padding: 25px !important;
    margin-bottom: 20px;
}
.custom_modal .modal-content{
    border-radius: 10px;
}
.custom_modal .card-header {
    background-color: transparent;
    padding: 0;
    margin-bottom: 20px;
    border: 0;
}
.custom_modal .card-header button {
    width: 100%;
    border: 1px solid #B3561B;
    height: 80px;
    padding: 0 15px;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    color: #16161A;
    font-family: 'Roboto';
    box-shadow: none;
    text-decoration: none;
    border-radius: 10px;
}
.custom_modal .collapsed {
    height: 70px !important;
    border: 1px solid #DFDFDF !important;
}
#accordion .card {
    border: 0;
}
.custom_modal .card-header button span {
    display: block;
    line-height: 0;
    font-size: 10px;
    font-weight: 400;
    font-family: 'Roboto';
    color: #565656;
    margin-top: 7px;
}
.custom_modal #accordion .card-header{
    margin-bottom: 20px;
}
.custom_modal #accordion .fade-btn {
    font-size: 14px;
    font-weight: 700;
    color: #676767;
}
.custom_modal #accordion .yellow-btn {
    width: 100%;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    border: 0;
    border-radius: 5px;
    padding: 0 15px;
    margin-bottom: 10px;
}
.custom_modal #accordion .fade-btn {
    font-size: 14px;
    font-weight: 700;
    color: #676767;
    height: 50px;
    line-height: 50px;
    border: 0;
    width: 100%;
    border-radius: 5px;
    padding: 0 15px;
    margin-bottom: 10px;
}
.ouantity_wrap p.qty button {
    width: 25px;
    height: 25px;
    border: 1px solid #E0E0E0;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    font-weight: 400;
    vertical-align: middle;
    color: #525252;
}
.ouantity_wrap p.qty button:last-child {
    background-color: #E0E0E0;
}
.ouantity_wrap p.qty button:first-child {
    background: transparent;
}
.ouantity_wrap p input {
    width: 30px;
    border: 0;
    padding: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #525252;
}
.ouantity_wrap input::-webkit-outer-spin-button,
.ouantity_wrap input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ouantity_wrap input[type=number] {
    -moz-appearance: textfield;
}
.ouantity_wrap h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #525252;
    font-family: 'Roboto';
}
.ouantity_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.ouantity_wrap p{
    margin-bottom: 0;
}
.custom_modal #accordion .card-body {
    padding: 0;
}
.custom_modal form .form-group select {
    border: 1px solid #E0E0E04D;
    width: 100%;
    height: 45px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
    color: #6C6C6C;
    border-radius: 4px;
}
.custom_modal form h5 {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 15px;
}
.quantity_wrap table {
    width: 100%;
    background: #F6F6F6;
    border-radius: 10px;
    border: 0;
    overflow: hidden;
    margin-bottom: 15px;
}
.quantity_wrap td.text-right {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    font-family: 'Roboto';
}
.quantity_wrap td {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    padding: 0 15px;
}
.quantity_wrap td sub{
    font-size: 12px;
}
.quantity_wrap tr {
    height: 50px;
    border: 1px solid #F6F6F6;
    border-radius: 10px !important;
}
.quantity_wrap tr:hover {
    background: #B3561B26;
}
.custom_modal .card-header button span small {
    font-size: 12px;
    color: #B3561B;
    font-weight: 600;
    font-family: 'Roboto';
    margin-left: 2px;
}
.custom_modal .select-wrap:before {
    content: '\f107';
    position: absolute;
    font-family: 'FontAwesome';
    top: 25%;
    transform: translateY(-25%);
    font-weight: 900;
    right: 20px;
    z-index: 1;
    color: #474747;
    font-size: 20px;
    pointer-events: none;
    font-weight: 400;
}
.cart-inner .text-muted {
    padding-bottom: 6px;
    font-size: 14px !important;
    font-weight: 400;
    color: #828282;
}
.cart-inner .addbutton-bg span.sub, .cart-inner .addbutton-bg span.add {
    border: 1px solid #E0E0E0;
    height: 25px;
    width: 25px;
    display: inline-block;
    line-height: 23px;
}
.cart-inner .addbutton-bg span.sub span, .cart-inner .addbutton-bg span.add span {
    font-size: 18px;
    vertical-align: middle;
}
.cart-inner .addbutton-bg span.add{
    background-color: #E0E0E0;
}
.pro_detail h5, .pro_detail h4 {
    font-size: 14px;
    color: #828282;
    font-weight: 500;
    margin: 0;
    line-height: 24px;
}
.pro_detail h4{
    font-weight: 400;
    line-height: 20px;
}
.pro_detail h3{
    font-size: 14px;
    font-weight: 400;
    color: #262626;
    line-height: 28px;
}
.pro_detail h6 {
    font-size: 16px !important;
    color: #262626;
    font-weight: 400;
    padding-bottom: 2px;
}
.cart-inner h6 {
    font-size: 16px !important;
    color: #262626;
    font-weight: 400 !important;
}
/* 11-november-22 new style end */
/* landing Page Start */
@font-face {
    font-family:'Avenir';
    src: url('../fonts/AvenirLTStd-Roman.eot');
    src: url('../fonts/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AvenirLTStd-Roman.woff2') format('woff2'),
    url('../fonts/AvenirLTStd-Roman.woff') format('woff'),
    url('../fonts/AvenirLTStd-Roman.ttf') format('truetype'),
    url('../fonts/AvenirLTStd-Roman.otf') format('opentype'),
    url('../fonts/AvenirLTStd-Roman.svg#AvenirLTStd-Roman') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'Avenir';
    src: url('../fonts/AvenirLTStd-Black.eot');
    src: url('../fonts/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AvenirLTStd-Black.woff2') format('woff2'),
    url('../fonts/AvenirLTStd-Black.woff') format('woff'),
    url('../fonts/AvenirLTStd-Black.ttf') format('truetype'),
    url('../fonts/AvenirLTStd-Black.otf') format('opentype'),
    url('../fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black') format('svg');
    font-weight: 750;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}
.landing_page h2{
    font-size: 30px;
    font-family: 'Avenir';
    font-weight: 600;
    text-align: center;
}
.landing-header .navbar-toggle {
    display: none;
}
.inner-bottom-header a {
    color: #444444;
    padding: 0 30px;
    font-weight: 400;
    font-size: 18px;
    font-family:'Avenir';
}
.main-nav {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.inner-bottom-header li:last-child a {
    padding-right: 0;
}
.main-nav .navbar-brand {
    padding: 0;
    margin: 0;
}
.landing_page header {
    padding-top: 40px;
}
.main-nav .navbar-brand img {
    width: 140px;
}
.site-btn{
    font-size: 16px;
    color: #262626;
    font-family:'Avenir';
    padding: 0 25px;
    height: 50px;
    font-weight: 800;
    line-height: 50px;
    background-color: #FAB814;
    border-radius: 5px;
    text-transform: uppercase;
}
.landing-header .site-btn {
    height: 48px;
    line-height: 48px;
    padding: 0 18px;
    font-size: 14px;
}
.banner_wrap h1 {
    font-size: 66px;
    color: #262626;
    font-weight: 800;
    font-family: 'Roboto';
    margin-bottom: 30px;
}
.banner_wrap h1 span{
    font-family: 'Avenir';
    color: #B3561B;
}
.banner_wrap p {
    font-size: 18px;
    font-weight: 500;
    color: #404040;
    margin-bottom: 30px;
    font-family: 'Avenir';
}
.banner_wrap p span{
    color: #B3561B;
}
.banner_wrap {
    position: relative;
    padding-top: 20px;
}
.banner_content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.banner_wrap .container, .banner_wrap .row {
    height: 100%;
}
.landing_banner_image {
    display: flex;
    height: 100%;
    align-items: end;
}
.landing_banner_image img {
    width: 100%;
}
.shopping_assistant {
    background-color: #FFF5DD;
    padding: 60px 0;
}
.shopping_assistant h2{
    margin-bottom: 60px;
}
.inner_shopping_assistant img {
    width: 85px;
    height: 85px;
    margin-bottom: 30px;
    object-fit: cover;
}
.inner_shopping_assistant p{
    font-size: 16px;
    font-family: 'Avenir';
    font-weight: 600;
    color: #393939;
    margin-bottom: 0;
}
.inner_shopping_assistant {
    text-align: center;
    padding: 25px;
    background-color: #FFFFFF;
    border-radius: 15px;
}
.shopping_btn{
    text-align: center;
    margin-top: 60px;
}
.how_work_wrap {
    background-color: #421A00;
    padding: 60px 0;
    text-align: center;
}
.how_work_wrap h2{
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 15px;
}
.how_work_wrap p{
    font-size: 20px;
    font-weight: 500;
    color: #D6D6D6;
    font-family: 'Avenir';
    margin-bottom: 60px;
}
.how_work_wrap iframe {
    width: 700px;
    height: 550px;
    object-fit: cover;
    border-radius: 13px;
}
.stay_wrap {
    padding: 60px 0 90px;
}
.stay_wrap h2 {
    text-align: left;
    margin-bottom: 8px;
    color: #262626;
    font-family: 'Avenir';
}
.stay_wrap p{
    font-family: 'Avenir';
    color: #5C5C5C;
}
.stay_wrap .row{
    margin-top: 60px;
}
.inner_stay_wrap p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    font-family: 'Avenir';
    margin: 0;
    min-height: 75px;
}
.inner_stay_wrap img{
    margin-bottom: 25px;
}
.inner_stay_wrap {
    background-color: #FFF3EC;
    padding: 30px;
    border-radius: 15px;
}
.stay_wrap .shopping_btn {
    text-align: left;
}
.shopping_link_wrap {
    background-color: #FFDC64;
    padding: 20px 0;
}
.shopping_link_wrap p{
    margin: 0;
    text-align: center;
    color: #262626;
    font-family: 'Avenir';

}
.shopping_link_wrap p a{
    font-weight: 600;
    text-decoration: underline;
    padding-left: 4px;
}
.mobile_header {
    display: flex;
    align-items: center;
    width: 65%;
    justify-content: space-between;
}
.desk_banner{
    display: block;
}
.mobile_banner{
    display: none;
}

/* landing Page End */
























.refer-bg {
    background-image: url(../images/refer-bg.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
.list-make-bg{
    background-image: url(../images/list-bg.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
.list-make-bg h6, .list-make-bg p {
    color: #ffffff !important;
}
.cart-inner h6 {
    text-align: left;
}


.wallet-popup li {
    color: #333333;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px;
}
.wallet-popup label{
    font-size: 14px;
    font-weight: 400;
    color: #4F4F4F;
}
.wallet-popup .form-group span{
    font-size: 14px;
    font-weight: 700;
    color: #4F4F4F;
    display: block;
    text-align: right;
    margin-top: 8px;
}
.apply-text button {
    width: 100%;
}
.apply-text .addclose {
    width: 100%;
    padding: 10px 0;
    font-size: 18px;
    margin-top: 12px !important;
}
.owl-carousel .owl-nav button span{
    display: none;
}
.owl-carousel{
    display: block;
}
.owl-carousel .owl-nav button {
    position: relative;
    top: 50%;
    color: #4F4F4F;
    background: #ffffff !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 14px rgb(0 0 0 / 16%);
    border: none;
    pointer-events: auto;
}
.owl-carousel .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
.owl-carousel .owl-next:before {
    content: '\f1df';
    display: inline-block;
    position: absolute;
    font-size: 24px;
    color: #4F4F4F;
    z-index: 9999;
    font-family: 'Material Icons';
    text-align: center;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: 0 auto;
}
.owl-carousel .owl-prev:before {
    content: '\f1e6';
    display: inline-block;
    position: absolute;
    font-size: 20px;
    color: #4F4F4F;
    z-index: 9999;
    font-family: 'Material Icons';
    text-align: center;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: 0 auto;
}
.wallet-popup ul {
    margin: 0;
}
#selectdateModal .addclose {
    margin-bottom: 25px !important;
    cursor: pointer;
}
#media-bg {
    margin-bottom: 15px !important;
}
.time-selection {
    margin-bottom: 20px !important;
    margin: 0 auto;
}
.time-selection h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
#media_partner .owl-nav {
    display: none !important;
}
.wrapper-slider .items.active {
    cursor: grab;
}

/***********city-page************/
.city-block{
    background-color: #F1F1F1;
    height: 100%;
    position: relative;
    overflow-x: hidden;
}
.inner-city-block{
    height: 99.7vh;
    padding: 100px 0 40px 0;
}
.city-logo {
    text-align: center;
}
.city-block form {
    padding: 40px 60px;
    width: 60%;
    margin: 0 auto;
    background: linear-gradient(43.21deg, rgba(255, 255, 255, 0.51) 1.08%, rgba(255, 255, 255, 0.28) 89.3%);
    border: 1px solid #FFFFFF;
    margin-top: 15px;
    position: relative;
    z-index: 1;
}
.select-city-wrap .rdio:last-child {
    margin-bottom: 0;
}
.select-city-wrap {
    overflow-y: scroll;
    height: 365px;
    position: relative;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: auto;
}
.contact_number p {
    margin-bottom: 8px;
}



.city-block form h4 {
    text-align: center;
    margin-bottom: 20px;
}

.city-block form .search-field {
    width: 100%;
    border: 2px solid #AAAAAA;
    height: 40px;
    border-radius: 4px;
    font-size: 14px;
    background-color: #ffffff;
    position: relative;
    padding-left: 20px;
    margin-bottom: 40px;
}
.city-block form .search-field input{
    width: 100%;
    border: 0;
    height: 100%;
    padding: 0 10px;
}
.city-block form .search-field:before {
    content: '\f002';
    position: absolute;
    font-family: 'FontAwesome';
    color: #262626;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}
.select-city-wrap .rdio {
    box-shadow: 0px 23px 80px rgba(201 201 201 / 7%), 0px 2.87996px 10.0172px rgba(201 201 201 / 4%);
    box-shadow: 0px 23px 80px rgba(201 201 201 / 7%), 0px 2.87996px 10.0172px rgba(201 201 201 / 4%);
    background-color: #ffffff;
    height: 48px;
    line-height: 33px;
    border-radius: 8px;
    margin-bottom: 15px;
}
.select-city-wrap .rdio label:before{
    top: 13px;
    left: 12px;
}
.select-city-wrap .rdio label p {
    margin-left: 8px;
    margin-bottom: 0;
    text-align: left;
}
.select-city-wrap .rdio input[type="radio"]:checked+label::after {
    top: 17px;
    left: 16px;
}
.mobile-footer .d-flex {
    align-items: baseline;
}
.city-btn {
    background-color: #FFEBB9;
    color: #FAB814;
    font-family: 'Roboto';
    font-weight: 700;
    border: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    position: sticky;
    bottom: 0;
}
.city-block form:before {
    content: '';
    position: absolute;
    width: 300px;
    height: 280px;
    background-image: url(../images/city-img.svg);
    right: -180px;
    top: -57px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    pointer-events: none;
}
.city-block form:after {
    content: '';
    position: absolute;
    width: 300px;
    height: 280px;
    background-image: url(../images/city-img.svg);
    left: -180px;
    bottom: -57px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    pointer-events: none;
}
.veg-1 {
    position: absolute;
    top: 170px;
    left: 10px;
}
.fish {
    position: absolute;
    bottom: 190px;
    left: 10px;
}
.fruits {
    position: absolute;
    right: 15px;
    top: 145px;
}
.veg-2 {
    position: absolute;
    right: -65px;
    bottom: -35px;
}
#city-modal .modal-dialog {
    max-width: 100%;
    height: 100%;
}
#city-modal .modal-content {
    height: 100%;
}
#city-modal .modal-body{
    padding: 0;
}
#city-modal .modal-header {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 1;
    border: 0;
}
#city-modal .modal-header button{
    font-size: 35px;
}
.farm-supply-registration-block{
    padding: 80px 0;
}
.farm-supply-registration-block h4 {
    text-align: center;
    margin-bottom: 15px;
}
.farm-supply-registration-block form {
    background-color: #FCFCFC;
    padding: 30px;
    border-radius: 8px;
    width: 65%;
    margin: 0 auto;
    margin-top: 35px;
    box-shadow: 1px 1px 16px 0px rgba(0 0 0 / 6%);
}
.farm-supply-registration-block form label {
    font-size: 14px;
    display: block;
    margin-bottom: 2px;
}
.farm-supply-registration-block .form-group input{
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
.farm-supply-registration-block .form-group input, .farm-supply-registration-block .form-group textarea{
    display: block;
    width: 100%;
    height: 48px;
    padding: 0 15px;
    font-size: 14px;
    color: #495057;
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid #AAAAAA;
}
.farm-supply-registration-block .phone-list li {
    height: 100%;
}
.farm-supply-registration-block .phone-list li .select-wrap {
    display: block;
    height: 100%;
}
.farm-supply-registration-block .phone-list {
    display: flex;
    align-items: center;
}
.farm-supply-registration-block #country_code {
    height: 100%;
    font-size: 14px;
    color: #495057;
}
.farm-supply-registration-block .phone-list input {
    height: 100% !important;
}
.farm-supply-registration-block .phone-list .select-wrap:before {
    font-size: 14px;
    right: 4px;
    top: 30%;
}
.farm-btn{
    padding: 0 40px !important;
    height: 45px;
    line-height: 45px;
}
.farm-supply-registration-block .form-group textarea {
    height: 100px;
    padding: 10px 15px;
    outline: none;
}
.form-radio{
    display: inline-flex;
}
.form-radio input {
    height: 27px !important;
}
.form-radio .rdio {
    margin-right: 25px;
}
.form-radio .rdio label{
    padding-left: 5px;
}
.farm-supply-registration-block .form-group {
    margin-bottom: 20px;
}
.farm-supply-registration-block .form-group:last-child {
    margin-bottom: 0;
}
.addresslistMobile {
    margin: 0;
    position: relative;
    padding-top: 10px !important;
}
.manage-address li ul li span {
    word-break: break-all;
}
#sharelist-bottom_modal .modal-dialog {
    align-items: flex-end;
    min-height: calc(100% - 0rem);
    display: flex;
}
.remove-address-mobile p {
    word-break: break-all;
}





/*
fedit-
h1 small {
  display: block;
  font-size: 15px;
  padding-top: 8px;
  color: gray;
}
.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 50px auto;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
} */


















/***********contact-page-end***********/
/**********new-changes-start************/
#similarSlider .MS-controls .MS-left{
    pointer-events: visible;
}
#similarSlider .MS-controls .MS-right{
    pointer-events: visible;
}
.empty-cart-make-list{
    text-align: center;
    padding-top: 100px;
}
#sharepermissionModal .selectadd-content .rdio {
    margin-bottom: 18px;
}
.edit_list {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    padding: 10px 0 0;
}
.pagination .page-link {
    padding: 0;
}
.makelist-form .search-dropdown{
    margin-top: 5px;
    padding-top: 15px;
}
.makelist .row {
    align-items: center;
}
.makelist h6{
    margin: 0;
}
.makelist .border-bottom{
    margin-top: 10px;
}
.makelist-wrapper h4.heading {
    font-size: 32px !important;
}
h6.inner-head {
    margin: 15px 0 30px 0;
}
.cart-img {
    width: 95px !important;
    height: 140px !important;
    margin-right: 15px;
}
header nav.navbar {
    padding-right: 0;
    padding: 2px 0 2px 0;
}
#categoires-bg .item img {
    min-height: 230px;
    height: 230px;
    width: 100%
}
.update-password {
    margin-top: 30px !important;
    margin-bottom: 65px;
}
#addnewaddress .modal-content {
    padding-top: 30px;
    padding-left: 20px;
}
#addnewaddress .modal-header h4 {
    color: #262626;
    font-size: 28px;
    font-weight: 400;
}
#addnewaddress .close {
    opacity: 1;
}
#addnewaddress .close span {
    font-size: 32px;
    color: #000000 !important;
}
.refer-main {
    position: relative !important;
    height: 50px;
    line-height: 44px;
    padding: 0 12px;
}
.hero_wrapper_space {
    padding-bottom: 10px !important;
}
.manage-address {
    padding-left: 15px;
}
.manage-address h6 {
    font-weight: 500;
    margin-bottom: 15px;
}
form .subcategories_list select {
    background-color: transparent !important;
}
.phone-list {
    height: 45px;
    overflow: hidden;
}
.webfoodTab-view form select {
    -webkit-appearance: none;
    border: 0 !important;
}
.webfoodTab-view form .form-group {
    position: relative;
    border: 2px solid #EFEDED;
}
.webfoodTab-view form .form-group select {
    padding: 0 30px 0 15px;
    z-index: 0;
    background-color: transparent;
}
.webfoodTab-view form .form-group:before {
    content: '\f107';
    font-size: 24px;
    color: #111111;
    position: absolute;
    font-family: 'FontAwesome';
    right: 5px;
}
.webfoodTab-view form .form-group:first-child, .webfoodTab-view form .form-group:nth-child(2) {
    border-right: 0;
}
.user-block .follow-btn.text-uppercase {
    padding: 0px 12px;
}
.user-block .inner-user span a {
    text-transform: uppercase;
    font-size: 14px;
}
.profile-wrapper .sidebar li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.addresslist ul {
    width: 100%;
}
.modal-open .modal{
    padding-right: 0 !important;
}
.categories_list {
    margin-bottom: 0px;
}
.works_wrap img {
    width: 100%;
}
#applycouponopnmodal .form-group input {
    width: 100%;
}
.phone-list input {
    width: 100%;
}
.followers-inner .inner-user, .follower_wrap .inner-user {
    margin-bottom: 0;
}
.foodstuff-wrapper .productlist {
    margin-top: 30px;
}
.foodstuff-wrapper .border-bottom {
    border-bottom: 1px solid #dee2e6!important;
    margin: -2px 0 0px 0;
}
.review-rate-wrap .star {
    font-size: 42px;
    margin-right: 15px;
}
.review-popup .modal-body textarea {
    resize: none;
}
footer .input-group.join-bg {
    background-color: transparent;
}
.score span {
    color: #828282;
}
#sidebarnav-scroll .pally-inner {
    padding-bottom: 35px !important;
}
.sticky-sidebar .nav-item a.nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
}
.outer-result-found {
    width: 100%;
}
.list_content {
    font-size: 14px;
    font-weight: 400;
    color: #625300;
    font-style: italic;
    margin-top: 2px;
}
.ordersummary-modal h6 {
    font-weight: 400;
}
.ordersummary-modal .pally-list {
    width: 40px;
    height: 40px;
}
form.makelist-form h3 {
    color: #4F4F4F;
    font-size: 26px;
}
.box-shadow p {
    font-weight: 500;
}
.sub-total {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
}
.logslider-content {
    min-height: 120px;
}
.webhero-view {
    padding-right: 10px;
}
.makelist-wrapper h4.heading {
    font-size: 32px;
}
.checkout-wrapper .radiobuttons .rdio {
    margin-bottom: 15px;
}

.active-popup {
    z-index: 0!important;
    display: none !important;
}
.active-popup-fade {
    opacity: 0 !important;
    display: none;
}

.bd-selectadd-modal-lg .modal-content {
    padding: 20px;
}
.order-table td:first-child {
    padding-left: 0;
}
.table thead th:first-child {
    padding-left: 0;
}
.order-total {
    margin-top: 50px !important;
}
.addnewaddress-modal .editpro-form input {
    height: 45px;
    line-height: 45px;
    margin-bottom: 12px !important;
}
.addnewaddress-modal .editpro-form label {
    margin-bottom: 4px;
    color: #333333;
}
.addnewaddress-modal .editpro-form input, .addnewaddress-modal .editpro-form select {
    height: 45px;
    line-height: 45px;
    margin-bottom: 12px !important;
    font-size: 14px;
    color: #333333;
}
.addnewaddress-modal #country_code {
    margin: 0;
}
.addnewaddress-modal #phone_number {
    margin: 0 !important;
}
.addnewaddress-modal .editpro-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333333;
    opacity: 1; /* Firefox */
}

.addnewaddress-modal .editpro-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333333;
}

.addnewaddress-modal .editpro-form input::-ms-input-placeholder { /* Microsoft Edge */
    color: #333333;
}
.addnewaddress-modal .update-profile {
    margin-top: 40px;
}
.contact-text-block form .form-group:last-child {
    margin: 0;
}
/* Star Rating Styles */
.starRating span {
    color: #888888;
    cursor: pointer;
    display: table-cell;
    position: relative;
    padding-right: 20px;
    font-size: 24px;
}
.starRating span:last-child {
    padding-right: 0;
}
.starRating i {
    transition: opacity 0.4s;
}
.starRating .fa-star {
    color: #FAB814;
    position: absolute;
    left: 0;
    opacity: 0;
}
.starRating span:hover ~ span,
.starRated span.active ~ span {
    color: #ccc;
}
.starRating:hover .fa-star,
.starRating span:hover ~ span .fa-star-o {
    opacity: 1 !important;
}
.starRating:hover .fa-star-o,
.starRating span:hover ~ span .fa-star {
    opacity: 0 !important;
}
.starRated .fa-star,
.starRated span.active ~ span .fa-star-o {
    opacity: 1;
}
.starRated .fa-star-o,
.starRated span.active ~ span .fa-star {
    opacity: 0;
}
.starRating {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    margin-top: 8px;
}
.makelist-form .search-items h6 {
    margin-top: 5px;
}
.addnewaddress-modal .phone-list li select, .addnewaddress-modal .phone-list li input {
    margin-bottom: 0 !important;
}
.select-wrap select {
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    padding-top: 0;
    padding-bottom: 0;
}
.select-wrap{
    position: relative;
}
.select-wrap:before {
    content: '\f0dd';
    position: absolute;
    font-family: 'FontAwesome';
    top: 25%;
    transform: translateY(-25%);
    font-weight: 900;
    right: 10px;
    z-index: 1;
    color: #828282;
    font-size: 20px;
    pointer-events: none;
}
.phone-list .select-wrap:before {
    font-size: 17px;
    right: 4px;
}
.phone-list .select-wrap {
    padding: 0 21px 0 5px;
}
.no-ratings p {
    margin-bottom: 14px;
}
.make_list_price .seaarch-img {
    min-height: 28px;
    width: 30px;
    object-fit: cover;
}
.detil-heart {
    text-align: right;
}
.simproducts-inner .simproducts-img-bg a {
    display: block;
}
.simproducts-inner .simproducts-img-bg{
    overflow: hidden;
}
.process-review .no-ratings {
    position: absolute;
    top: 0;
}
.sticky-sidebar .pally-content .alert-heading {
    text-align: center;
}
#rowCountPally1562127746 {
    padding-left: 0;
}
.modal.dd-manage-add {
    overflow: scroll;
}
.process-review .no-ratings {
    position: absolute;
    top: 3px;
    font-size: 14px;
}
.mobilecart-wrapper .delete-icon {
    margin: 0;
    text-align: right;
    display: block;
}
.mobilecart-wrapper .delete-icon i {
    font-weight: 500;
    font-size: 22px;
    padding-top: 3px;
}
.clr-red {
    color: #FF0000;
}

.write-review {
    font-weight: 700 !important;
}
.clr-gr {
    color: #0DA54E;
}
.modal .modal-dialog {
    top: 50%;
    transform: translateY(-50%) !important;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.dd-manage-add .modal-content {
    height: 80vh;
    overflow-y: scroll;
}
.empty-cart-make-list{
    padding-bottom: 100px;
}
.prodetails-content .score-all {
    vertical-align: text-bottom;
}
.pallyModelShow .addclose {
    margin: 0 auto;
}
.pallyModelShow .btn-save-cart, .pallyModelShow .addclose {
    width: 100% !important;
}
.pallyModelShow .form-group, .pallyModelShow .form-group ul {
    margin-bottom: 0;
}
.makelist h4 {
    font-size: 24px;
    font-weight: 400;
}
.addresslist ul li:first-child {
    width: 90%;
    padding-right: 5px;
}
.addresslist ul li:last-child {
    float: right;
    padding-left: 0 !important;
    width: 10%;
}
.rating-widget .success-box {
    color: #828282;
    font-size: 14px;
    margin-left: 40px;
    line-height: 32px;
}
.freq-wrapper .collapse p {
    padding-right: 40px !important;
}
#checkpayeModal .addclose small {
    padding: 10px !important;
    display: block;
}
#checkpayeModal .addclose {
    padding: 0;
}
.home-list-img {
    text-align: right;
    margin-top: 2px;
}
.prodetails-content .out_of_stock {
    margin: 0;
    font-size: 28px !important;
    font-weight: 400;
    color: #828282;
}
.makelist-wrapper .empty-cart-make-list {
    width: 100%;
}
.ordersum-text h6 span {
    float: right;
    color: #B3561B;
    font-weight: 500;
    text-transform: capitalize;
}
.orders-wrpper .box-shadow p span {
    color: #B3561B;
}



/**********profle-picture-change-start*************/
.profile-pic-wrapper {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pic-holder {
    text-align: center;
    position: relative;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pic-holder .pic {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    -o-object-position: center;
    object-position: center;
}
img.carmeraedit.upload-button {
    position: absolute;
    bottom: 10px;
    right: 0;
    cursor: pointer;
}
.pic-holder .upload-file-block,
.pic-holder .upload-loader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(90, 92, 105, 0.7);
    color: #f8f9fc;
    font-size: 12px;
    font-weight: 600;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}
.pic-holder .upload-file-block {
    cursor: pointer;
}
.log_in_status {
    width: 395px;
    top: 65px;
}
.pic-holder.uploadInProgress .upload-file-block {
    display: none;
}

.pic-holder.uploadInProgress .upload-loader {
    opacity: 1;
}
.review-popup button {
    font-weight: 500;
}
.review-popup .addclose small {
    font-weight: 500;
}
.process-review .rating-text {
    margin-bottom: 0;
}

.review_list .review-text h6 {
    font-size: 14px;
    margin-top: 6px;
    line-height: 22px;
    word-break: break-word;
}
.review-list-wrap {
    align-items: flex-start !important;
}
.review_list .review-text p.grey-text {
    margin-top: 20px !important;
    margin-bottom: 0;
    font-size: 14px;
}
.review_list .row {
    align-items: center;
}
.review_list .text-message {
    font-size: 14px;
    margin-top: 0px;
}
/**********profle-picture-change-end*************/
.make_list_block p {
    color: #4F4F4F;
    font-size: 14px;
    margin: 0;
    margin-top: 2px;
}
.make_list_block h6{
    margin-bottom: 0;
    color: #262626;
}
.total_wrap p {
    font-size: 30px;
    font-weight: 400;
    margin: 0;
}
.total_wrap p span {
    color: #828282;
    font-size: 14px;
}
.total_wrap {
    border-bottom: 1px solid #AAAAAA;
    margin-bottom: 20px;
}
footer .form-group {
    margin-bottom: 8px;
}
footer .form-group input {
    width: 48.5%;
    display: inline-block;
    margin-right: 6px;
    border-radius: 4px !important;
    height: 45px;
    line-height: 45px;
    padding: 0 12px;
}
footer .form-group input:last-child {
    margin-right: 0;
}
.join-bg input {
    width: 100% !important;
    border-radius: 4px !important;
    height: 45px;
    line-height: 45px;
    padding: 0 12px;
}
.join-bg {
    display: block;
}
.join-btn {
    justify-content: flex-end;
    margin-top: 8px;
}
.join-btn span {
    border-radius: 4px !important;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    text-transform: uppercase;
}
header .material-icons-outlined, header .material-icons{
    font-size: 28px;
}
.apply-text {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.foodstuff-wrapper h4.heading {
    margin-bottom: 0;
}
.foodstuff-wrapper .row {
    align-items: center;
}
.orderlist .page-item.disabled .page-link1 {
    color: #333333;
}
.orderlist .page-item.disabled .page-link{
    color: #333333;
}
.login-content .brown-btn {
    height: 34px;
    line-height: 34px;
}
.addresslist .col-lg-6 {
    border-bottom: 1px solid rgb(242 242 242);
}
.addresslist ul{
    padding: 18px 0;
}
.addresslist .col-lg-6:nth-child(even) {
    border-right: 1px solid #F2F2F2;
}
header span.toggle {
    position: absolute;
    right: -5px;
    bottom: 5px;
}
.saerch-bar>div {
    width: 100%;
}
.login-wrapper .changepass-wrapper span.brown-clr, .login-content span.brown-clr, .Mobprofile-wrapper .brown-clr{
    background-color: #ffffff;
}
.login-content .login-w .d-flex {
    align-items: center;
}
.makelist-form .search-items ul {
    margin-bottom: 0 !important;
}
#scrollings ul {
    margin-bottom: 10px !important;
}
.login-wrapper .list-unstyled.phone-list, .editpro-form .form-control, .input-group {
    background-color: #ffffff;
}
.score-all span {
    color: #828282;
    font-size: 14px;
    vertical-align: super;
}
.score-all {
    display: inline-block;
    margin-left: 5px;
}
.proddetails-wrapper .simple-gallery {
    height: 387px;
}
.review-customer{
    align-items: center;
}
.progress-bar-wrapper span {
    font-weight: 400;
    color: #4F4F4F;
    font-size: 14px;
}
.sidebar li a{
    color: #333333;
}
.free-days-delivery p {
    font-weight: 300;
}
.ordersummary-modal h6 {
    font-weight: 400;
}
.details-back.pointer {
    padding-top: 10px;
}
#viewdetails-modal .modal-content {
    padding-top: 20px;
}
.ordersummary-modal {
    padding-top: 20px;
}

/* Ratings widget */
.rate-review {
    display: inline-block;
    border: 0;
}
/* Hide radio */
.rate-review > input {
    display: none;
}
/* Order correctly by floating highest to the right */
.rate-review > label {
    float: right;
}
/* The star of the show */
.rate-review > label:before {
    display: inline-block;
    font-size: 50px;
    padding: 0 10px;
    margin: 0;
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f005 "; /* full star */
}
fieldset.rate-review label {
    color: #ccc;
}
/* Half star trick */
.rate-review .half:before {
    content: "\f089 "; /* half star no outline */
    position: absolute;
    padding-right: 0;
}
/* Click + hover color */
.rate-review input:checked ~ label, /* color current and previous stars on checked */
.rate-review label:focus, label:focus ~ label { color: #FAB814;  } /* color previous stars on hover */

/* Hover highlights */
.rate-review input:checked + label:focus, input:checked ~ label:focus, /* highlight current and previous stars */
.rate-review input:checked ~ label:focus ~ label, /* highlight previous selected stars for new rating */
.rate-review label:focus ~ input:checked ~ label /* highlight previous selected stars */ { color: #FAB814;  }


.process-review{
    align-items: center;
}
.dd-manage-add .addclose {
    padding: 0;
}
.dd-manage-add .addclose small {
    padding: 10px 0;
    display: block;
}

.sidebar-scroll h6 {
    font-weight: 400;
}

#similar-products.similarproducts-bg .MS-controls {
    margin-top: 0;
    top: 50% !important;
    position: absolute;
    transform: translateY(-50%);
}
.orders-wrapper .pagination {
    margin-top: 40px;
}
.search-recommended .product-breadcrumb .breadcrumb {
    margin: 0;
}
.search-row-align {
    margin-bottom: 15px;
    margin-top: 8px;
}
.search-recommended h6.inner-head {
    margin: 15px 0 30px 0 !important;
}

/***********new-changes-end***********/
/***********new-pages-style-start***********/
.outer_search {
    display: flex;
    align-items: center;
}
.outer_search button {
    margin-left: 4px;
    height: 32px;
    line-height: 14px;
    font-size: 13px;
    padding: 0 15px;
}
.search-recommended .row {
    align-items: center;
}
.search-recommended {
    margin: 40px 0 100px 0;
}
.no-result-found img {
    width: 100%;
}
.no-result-found h4 {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.no-result-found p{
    text-align: center;
}
.search-recommended .web-head{
    display: block;
    margin: 0;
}
.no-result-found {
    width: 425px;
    margin: 0 auto;
    margin-top: 140px;
}
.user-search-bar h4 {
    margin: 0;
    padding-left: 8px;
}
.user-block .saerch-bar {
    width: 350px;
}
.user-search-bar {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    justify-content: space-between;
    width: 70%;
}
.categoires_wrapper {
    margin-top: 50px !important;
}
.make_list_price p {
    margin: 0;
}
.make_list_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0;
}
.mobile-search{
    display: none;
}
.blank_page img {
    width: 325px;
}
.blank_page h4 {
    margin-bottom: 20px;
}
.search-recommended button {
    width: 100%;
}
.link-expired {
    width: 340px;
}
.orderlist .alert-dark {
    background-color: #D1FFE5;
    color: #17693A;
}
#applycouponopnmodal ul {
    margin-bottom: 0;
}
.profile-wrapper ul {
    margin-bottom: 0;
}
.sidebar{
    margin-bottom: 20px;
}
.navbar-brand{
    padding: 0;
}
.navigation-wrap .row {
    align-items: center;
}
.simproducts-inner {
    margin-bottom: 20px !important;
}
.food-items-bg .row {
    align-items: flex-end;
}
.pally-content{
    position: relative;
}

/*********************new-blog-page-start**************************/
.blog-section h3 {
    font-weight: 400;
    font-size: 30px;
}
.blog-detail-img img{
    border-radius: 5px;
}
.navigation-wrap .dropdown i {
    font-family: 'FontAwesome';
    font-size: 24px;
    font-weight: 600;
    transition: auto;
    margin-right: 15px;
    vertical-align: middle;
}
.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-top-text h4{
    font-size: 28px;
    line-height: 30px;
    font-weight: 400;
    color: #262626;
}
.blog-top-text p {
    line-height: 27px;
    color: #262626;
    font-size: 14px;
}
.blog-img {
    border-radius: 5px;
    overflow: hidden;
    height: 230px;
    margin-bottom: 20px;
    position: relative;
}
p.blog-status {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    color: #828282 !important;
    padding-top: 10px;
}
.blog-text h4{
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
    color: #262626;
    word-break: break-all;
}
.blog-wrap img {
    width: 100%;
}
.blog-wrap{
    margin: 24px 0;
}
.outer-blog-wrap {
    margin-bottom: 24px;
}
.outer-blog-wrap .blog-img {
    margin: 0;
}
.blog-img span {
    font-size: 14px;
    color: #4F4F4F;
    background-color: #F2F2F2;
    height: 22px;
    line-height: 22px;
    border-radius: 2px;
    padding: 0 8px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.load-btn{
    text-align: center;
    margin-top: 40px;
    width: 100%;
}
.load-btn a{
    height: 48px;
    line-height: 48px;
    border: 1px solid #B3561B;
    width: 380px;
    color: #B3561B;
    text-align: center;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
}
.load-btn a:hover{
    color: #B3561B;
}
.blog-section {
    margin-bottom: 70px;
}
.blog-section .sidebar ul {
    margin: 0;
}
/*********************new-blog-page-end**************************/
/*********************blog-detail-page-start**************************/
.blog-detail-block {
    margin-top: 40px;
}
.blog-detail-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.blog-detail-img {
    height: 470px;
}
.blog-content h2 {
    font-size: 44px;
    color: #262626;
    font-weight: 400;
    margin-bottom: 30px;
    word-break: break-all;
}
.blog-content {
    text-align: center;
    width: 800px;
    margin: 0 auto;
    padding: 30px 0;
}
.blog-content h2 p {
    font-size: 16px;
    color: #828282;
    font-style: italic;
    margin-top: 20px;
    text-align: center;
}
.blog-content p.blog-status {
    text-align: center;
}
.blog-content h2 p span{
    color: #B3561B;
}
.inner-blog-content p {
    text-align: left;
    font-size: 16px;
    line-height: 29px;
    color: #262626;
    margin-bottom: 30px;
    word-wrap: break-word;
}
.inner-blog-content h3 {
    font-weight: 400;
    text-align: left;
    color: #262626;
    font-size: 24px;
    margin-bottom: 10px;
}
.inner-blog-content .social-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.inner-blog-content .social-wrap p{
    margin: 0;
}
.inner-blog-content .social-wrap p span {
    vertical-align: middle;
}
.write-comment label, .write-comment textarea {
    display: block;
    text-align: left;
}
.write-comment label {
    color: #4F4F4F;
    font-weight: 400;
}
.write-comment textarea {
    width: 100%;
    height: 125px;
    padding: 10px;
    font-size: 16px;
    border: 2px solid #AAAAAA;
    border-radius: 4px;
    resize: none;
    outline: none;
}
.write-comment .btn {
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
    width: 380px;
    font-size: 14px;
    margin-top: 35px;
    text-transform: uppercase;
}
.review-user img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    object-fit: cover;
    margin-right: 8px;
}
.review-user span {
    color: #828282;
    font-size: 16px;
}
.review-user {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.review-user h4{
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 4px;
    color: #333333;
}
.reviews-section p{
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 50px;
    word-wrap: break-word;
}
.reviews-section {
    padding: 60px 0;
}
.load-btn .btn{
    padding: 0 10px;
}
.reviews-section .load-btn {
    margin-top: 0;
}
.blog-read-wrap h2 {
    font-size: 32px;
    font-weight: 400;
    text-align: left;
    color: #262626;
    margin-bottom: 15px;
}
.blog-read-wrap .blog-text, .blog-read-wrap .blog-text p{
    text-align: left;
    padding-top: 0;
}
.blog-read-wrap .blog-text p{
    font-size: 14px;
}
.blog-read-wrap .blog-text h4{
    font-size: 22px;
    margin: 0;
}
.inner-blog-content .social-wrap ul{
    margin-bottom: 0;
}
.inner-blog-content ol{
    text-align: left;
}
/*********************blog-detail-page-end**************************/
.field {
    pointer-events: none;
}

.inner-blog-content li a {
    display: block;
    text-align: left;
}
.selling_product_wrapper .owl-carousel {
    margin-top: 15px;
}
.selling_product_wrapper .owl-carousel .owl-nav{
    top: 28%;
    transform: translateY(-28%);
}
.selling_product_wrapper .rating-main {
    white-space: nowrap;
}
.selling_product_wrapper h6 {
    color: #000000;
    font-weight: 700 !important;
    font-size: 14px !important;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/ribon.svg);
    background-size: cover;
    height: 35px;
    width: 115px;
    background-position: left center;
    background-repeat: no-repeat;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 5px;
}
.selling_product_wrapper .products-img-wrapper a {
    position: relative;
    overflow: hidden;
}
/*********track order page start********/
.viewtracking-bottom h3 {
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 35px !important;
}
.viewtracking-bottom h6 {
    margin-top: 40px;
}
.stepsdate li {
    margin-bottom: 35px !important;
}
.viewtracking-bottom .ordersummary-modal {
    border-top: 1px solid #E0E0E0;
    padding-top: 5px;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
}
.order_placed{
    padding-left: 35px;
    padding-right: 35px;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 10px;
}
.driver-error {
    font-size: 16px;
    color: #FF7171;
    padding: 0 35px;
    margin-top: 20px !important;
}
.driver_information_wrap h3{
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    padding: 0 !important;
}
.driver_information_wrap {
    background: #F5F5F5C2;
    border: 1px solid #ADADAD61;
    padding: 20px;
}
.driver_information_wrap h3 {
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    margin: 0;
}
.innner_driver_information img {
    width: 65px;
    height: 65px;
    margin-right: 20px;
}
.innner_driver_information {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.innner_driver_information button {
    background-color: #B3561B;
    height: 45px;
    line-height: 45px;
    padding: 0 40px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    margin-left: 50px;
}
.driver_detail {
    display: flex;
}
.driver_detail p {
    margin-bottom: 15px;
    color: #737373;
}
.driver_detail p b{
    color: #565454;
}
.estimated_deliver_date {
    padding: 20px 25px 10px 25px;
    border-top: 1px solid #E0E0E0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.estimated_deliver_date h6{
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #828282;
}
.estimated_deliver_date h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    padding-top: 20px !important;
    margin-bottom: 0;
}
.tracking_info h3 {
    padding-top: 0 !important;
    padding-bottom: 20px;
}
.tracking_info {
    padding: 10px 0;
}
.delivered_wrap img {
    width: 160px;
    height: 160px;
}
.delivered_wrap {
    text-align: center;
    padding: 40px !important;
}
.delivered_wrap h4{
    font-size: 30px;
    font-weight: 600;
    color: #B3561B;
    margin-top: 40px;
    margin-bottom: 75px;
}
.delivered_wrap h5{
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 20px;
}
.delivered_wrap p{
    font-size: 20px;
    font-weight: 400;
    color: #828282;
    margin-bottom: 25px;
}
.delivered_wrap .star-wrap span {
    font-size: 36px;
    color: #C4C4C4;
}
.delivered_wrap textarea {
    height: 155px;
    width: 100%;
    border: 1.43px solid #C4C4C4;
    border-radius: 8px;
    padding: 15px;
    font-size: 14px;
    margin-bottom: 20px;
    outline: 0;
    resize: none;
}
.delivered_wrap .btn {
    background-color: #FAB814;
    width: 100%;
    height: 55px;
    line-height: 53px;
    font-size: 15px;
    padding: 0 15px;
    color: #262626;
    font-weight: 500;
}
.delivered_wrap .star-wrap {
    margin-bottom: 35px;
}
.return_policy_block p br {
    display: none;
}
.selling_product_wrapper {
    margin-top: 60px;
}
.selling_product_wrapper .pally-inner img {
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
}
.selling_product_wrapper .heart-icon {
    z-index: 1;
}

/*********track order page end********/

/****** Whatsapp chat bot page Start ******/
.whatsapp_chat_bot_wrapper {
    background: rgb(255,251,242);
    background: linear-gradient(90deg, rgba(255,251,242,1) 50%, rgba(255,255,255,1) 50%);
    height: 93vh;
}
/****** Whatsapp chat bot page End ******/

/********* Handle image border *********/

/* DESKTOP*/
@media (min-width:1281px) {
    .whatsapp-chat-modal {
        width: 513px;
        height: 360px;
    }
}

/**************Mobile First******************/
.qr-code-border {
    position: relative;
    border: 1px solid #000000;
    border-radius: 11px;
}

.qr-code-border-box {
    position: absolute;
    border: 1px solid #000000;
    border-radius: 5px;
    width: 119px;
    height: 27px;
    background: #FAB814;
    left: 220px;
    top: 420px;
}

.qr-code-border-label {
    font-style: normal;
    font-weight: 700;
    font-size: 8.76074px;
    text-align: center;
    font-family: 'SF Pro Display';
}

.whatsapp-chat-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 50px;
    margin-top: 10px;
    width: 315px;
    height: 36px;
    color: #5C5C5C;
}

.whatsapp-chat-modal {
    border-radius: 10px;
}

.modal-header {
    border-bottom: 0 !important;
    padding: 1px 13px !important;
}

.whatsapp-chat-modal-btn {
    width: 100%;
    height: 48px;
    background: #FAB814;
    border-radius: 4px;
    margin-top: 50px;
}

.whatsapp-chat-modal-input-label {
    width: 255px;
    height: 18px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #5C5C5C;
}

.whatsapp-chat-modal-input {
    box-sizing: border-box;
    width: 310px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
}

.chat_bot_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.chat_bot_content h2 {
    font-size: 40px;
    font-weight: 600;
    color: #14213D;
    margin-bottom: 5px;
}
.chat_bot_content{
    text-align: center;
}
.chat_bot_content img {
    width: 300px;
    height: 300px;
    margin: 60px auto 40px auto;
}
.chat_bot_content p {
    font-size: 14px;
    font-weight: 400;
    color: #5B5B5B;
}
.whatsapp_chat_bot_wrapper .row {
    align-items: center;
}
.whatsapp_chat_bot_wrapper .container{
    height: 100%;
}
.whatsapp_chat_bot_wrapper .row {
    align-items: center;
    height: 100%;
}
.chat_bot_content button {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    width: 300px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 4px;
    margin-bottom: 40px;
}
.bot_num {
    color: #14213D;
    font-weight: 600;
    font-size: 16px;
}
.edit_here{
    color: #B3561B;
}
.mobile_qr{
    display: none;
}
.desk_qr{
    display: block;
}
.space_wrap{
    margin-top: 40px;
}
.selectadd-bg .light-brown {
    font-size: 12px;
    display: inline-block;
    text-decoration: underline;
}
.delivery_wrap {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.checkout-wrapper .small-head{
    margin-bottom: 12px !important;
}
.delivery_wrap h6{
    font-size: 12px !important;
    text-decoration: underline;
}
.space_wrap.checkout-btn {
    margin-top: 40px !important;
    margin-bottom: 60px !important;
}

/***********new-pages-style-end***********/
@media (min-width:1697px) {
    .refer-wrapper{
        min-height: auto !important;
        margin-bottom: 30px;
    }
    .profile-wrapper {
        margin: 20px 0 10px 0;
    }
    .profile-wrapper h2 {
        margin: 0 0 10px 0;
    }
    .mylist-btn {
        margin: 80px 0 30px 0 !important;
    }

    .sidebar li {
        padding: 8px 0 4px 8px;
    }
    .refer-img{
        width: 80px;
        height: 80px;
    }
    .refer-inner h1 {
        font-size: 27px;
    }
    .refer-wrapper{
        margin-bottom: 20px;
    }
}
@media (max-width:720px) {
    .drop-menu {
        float: right;
        width: 100%;
        background: #1a1a1a;
        margin: auto;
        display: none;
    }
    .drop-menu li {
        width: 100%;
        display: block;
    }
    .drop-menu li a {
        display: block;
        margin: auto;
    }
}
/* ---SEARCH-LIST-CSS-START ----- */
.search-dropdown {
    max-height: 215px !important;
    overflow-x: hidden;
    position: absolute;
    width: 350px;
    background: #ffffff;
    z-index: 1;
    padding: 0 10px !important;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0 1px 2px 0 hsl(0deg 0% 0% / 16%);
    max-height: 200px;
}
.seaarch-img {
    min-height: 30px;
    width: 40px;
    border-radius: 5px;
    object-fit: cover;
}
.small-img {
    min-height: 30px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    object-fit: cover;
}
.search-dropdown h5 {
    font-size: 16px;
    font-weight: bold;
}
.sidebar-scroll h5.grey-text {
    font-weight: 400;
    margin-bottom: 0;
}
.sidebar-scroll {
    padding-right: 20px;
}
.grey-text {
    color: #828282;
}
.followers-bg h5.grey-text,
.following-bg h5.grey-text {
    color: #333333;
}
.sharepermissionModal .grey-text,
.sharelist-bottom .grey-text {
    color: #828282;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px !important;
}
.sharepermissionModal .refer-main{
    margin-bottom: 15px !important;
}
.mylist-wrapper .grey-text {
    color: #828282;
    font-size: 14px;
    font-weight: 400;
}
.seaarch-list {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}
.search-items {
    border-bottom: 1px solid #F2F2F2;
}
.order-table .border-bottom {
    border-bottom: 2px solid #dee2e6!important;
}
.search-items h6 {
    font-weight: 400;
    font-size: 14px;
}
.search-users h6 {
    font-weight: 400;
    font-size: 14px;
}
/* ---SEARCH-LIST-CSS-END ----- */
/* ------ HEADER_CSS_END ------ */
/* ----- HERO_SECTION_CSS_START ------- */
.mobilehero-view {
    display: none;
}
.hero_wrapper {
    padding: 40px 0;
}
#categoiresSlider .MS-content .item img {
    width: 100%;
    height: 125px;
    object-fit: cover;
}
.hero_wrapper .carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: #C4C4C4;
    opacity: 1;
    border-radius: 50%;
}
.hero_wrapper .carousel-indicators .active {
    background-color: #B3561B;
}
.box-outline {
    border-radius: 5px;
    width: 100%;
    height: 160px;
    background: #fff;
    padding: 54px 5px 0 5px;
    overflow: hidden;
}
.hero-content a {
    color: #373737;
    text-decoration: none;
}
.box-outline p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #262626;
}
.box-outline h6 {
    color: #262626;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 3px;
}
/* ----- HERO_SECTION_CSS_END ------- */
/* ----- CATEGORIES_SECTION_CSS_START ------- */
.heading {
    color: #262626;
    font-weight: 400;
}
.categ-text {
    background: #fffaef;
    height: 60px;
    line-height: 52px;
    border-radius: 5px;
    margin: -34px 0 0 0;
    padding: 8px 0 0 0;
}
.categ-text p {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 0 0 0;
}
.list-text {
    color: #828282;
    font-size: 14px;
}

.listingslider .active img {
    border: 1px solid #B3561B;
    border-radius: 5px;
    box-shadow: 0 0 14px rgb(0 0 0 / 16%);
}

.foodstuff-wrapper section.rating-widget {
    width: 92%;
}

.foodmobile-view {
    display: none;
}
#categoiresSlider .MS-content .item {
    display: inline-block;
    height: 100%;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    border-right: none;
    width: 16%;
    margin: 0 20px 0 0;
}

#categoires-bg .MS-controls .MS-left {
    left: -524px;
}

#categoires-bg .MS-controls .MS-right {
    right: -638px;
}
#categoires-bg .MS-controls .MS-left,
#categoires-bg .MS-controls .MS-right {
    position: absolute;
    color: #4F4F4F;
    background: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 14px rgb(0 0 0 / 16%);
    border: none;
    top: 20px;
}

#categoiresSlider .MS-controls button:hover {
    cursor: pointer;
}

#categoiresSlider .MS-controls .MS-left i,
#categoiresSlider .MS-controls .MS-right i {
    font-size: 28px;
    line-height: 46px;
    text-align: center;
    margin: 0 auto;
    padding: 2px 0 0 2px;
}

#categoires-bg {
    position: relative;
}

.moreModal-wrapper {
    display: none;
}
/* ----- CATEGORIES_SECTION_CSS_END ------- */
/* ----- FOOD-ITEMS_SECTION_CSS_START ------- */

.dgrey-clr {
    font-size: 14px;
    color: #4F4F4F;
}
/* ------ PROGRESS-BAR-CSS-START ------ */

@-webkit-keyframes animate-width {
    0% {
        width: 0;
    }
    100% {
        visibility: visible;
    }
}

@-moz-keyframes animate-width {
    0% {
        width: 0;
    }
    100% {
        visibility: visible;
    }
}

@keyframes animate-width {
    0% {
        width: 0;
    }
    100% {
        visibility: visible;
    }
}

@-webkit-keyframes animate-height {
    0% {
        height: 0;
    }
    100% {
        visibility: visible;
    }
}

@-moz-keyframes animate-height {
    0% {
        height: 0;
    }
    100% {
        visibility: visible;
    }
}

@keyframes animate-height {
    0% {
        height: 0;
    }
    100% {
        visibility: visible;
    }
}

.stat-bar {
    background-color: #E0E0E0;
    height: 8px;
    overflow: hidden;
    padding: 0;
    border-radius: 5px;
    margin-left: 0;
}

.stat-bar:last-child {
    margin-bottom: 0;
}

.rating-view {
    position: relative;
    z-index: auto;
    margin-top: 10px;
}

.stat-bar-rating {
    border-radius: 4px;
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: white;
    text-align: center;
    text-indent: -9999px;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.preorder-progress>.stat-bar-rating {
    background: #219653;
}

.stat-2>.stat-bar-rating {
    background-image: -webkit-linear-gradient(bottom, #b8f123 0%, #b8f123 47%, #79a602 50%, #79a602 100%);
    background-image: linear-gradient(to bottom, #b8f123 0%, #b8f123 47%, #79a602 50%, #79a602 100%);
}

.stat-3>.stat-bar-rating {
    background-image: -webkit-linear-gradient(bottom, #00c5ff 0%, #00c5ff 47%, #0383a9 50%, #0383a9 100%);
    background-image: linear-gradient(to bottom, #00c5ff 0%, #00c5ff 47%, #0383a9 50%, #0383a9 100%);
}

.stat-bar-rating {
    visibility: hidden;
    width: 0;
    -webkit-animation: animate-width;
    -moz-animation: animate-width;
    animation: animate-width;
    animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
    -webkit-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
    -moz-animation-timing-function: cubic-bezier(0.35, 0.95, 0.67, 0.99);
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
    animation-delay: 0.25s;
    -webkit-animation-delay: 0.25s;
}

.stat-bar:nth-of-type(2) .stat-bar-rating {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.stat-bar:nth-of-type(3) .stat-bar-rating {
    animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
}


/* ------ PROGRESS-BAR-CSS-END ------ */

.preordermodal-text label,
.preordermodal-text p {
    color: #828282;
    margin: 0 0 2px 0;
}

.booknow-modal-bottom .modal-w p,
#preorderModal .modal-w p {
    color: #333333;
    font-size: 14px;
}

.preordermodal-text h4 {
    color: #4F4F4F;
    font-weight: 700;
    font-size: 30px;
}

.closed-opacity button {
    opacity: 0.5;
}

.text-red {
    color: #D70000;
    font-size: 14px;
}

.food-items-bg .nav-tabs {
    border-bottom: none;
}

.foodtabs a {
    border: none !important;
    color: #262626;
    font-size: 16px;
    font-weight: 400;
    padding: .5rem 1.5rem;
    padding-top: 0;
}

.heart-icon {
    position: relative;
    float: left;
}

.products-img-wrapper .heart-icon .red-clr {
    color: #FF4747;
}

.saveproducts-wrapper .heart-icon .red-clr {
    color: #FF4747;
}

.saved-products.mobile-list-header {
    height: px;
}

.saved-products ul#foodTab {
    border: none;
}

.heart-icon span.material-icons {
    position: absolute;
    color: #ffffff;
    background: rgb(0 0 0 / 40%);
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 45px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 20px;
    cursor: pointer;
}
.heart-icon .red-clr {
    color: red !important;
}

.pally-inner img {
    border-radius: 5px;
}

.red-bg {
    background: #FDF2F2;
    color: #FF0000;
}

.green-bg,
.red-bg {
    font-size: 12px;
    padding: 4px 4px 4px 1px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 4px;
}

.webfoodTab-view small {
    font-size: 12px;
}

.green-bg {
    background-color: #EAF6EF;
    color: #0DA54E;
}

.green-bg:hover {
    color: #0DA54E;
}

.red-bg:hover {
    color: #FF0000;
}

.simhead {
    font-size: 14px;
}

.pallylist-bg img.list-img {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    object-fit: cover;
}

.pally-left {
    margin: 0 -18px 0 0;
}

.pallylist-bg li small {
    margin: 0 0 0 20px;
    font-size: 12px;
    color: #4F4F4F;
}


.pally-inner {
    color: #333333;/*
    min-height: 355px;*/
    margin-bottom: 40px;
}


.inner-head {
    font-weight: 400;
    color: #262626;
    font-size: 18px;
}

a.red-bg:hover {
    text-decoration: none;
    color: #FF0000;
}

.pally-inner h6 {
    font-weight: 400;
    font-size: 12px;
}

.inner-head h5 {
    font-weight: 500;
    color: #333;
    font-size: 16px;
    margin-bottom: 3px !important;
}

.products-img-wrapper {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 1px 1px hsl(0deg 0% 0% / 5%);
    border-radius: 5px;
    margin-bottom: 8px !important;
}

.product-img {
    min-height: 180px;
    object-fit: cover;
    max-width: 100%;
    max-height: 180px;
    width: 100%;
    margin-bottom: 0 !important;
}
/* ------ BUTTON-HOVER-EFFECTS-CSS-START ------ */

.load-bg.text-center {
    border: 1px solid #B3561B;
    width: 350px;
    margin: 20px auto;
    border-radius: 5px;
    line-height: 40px;
}

.load-more {
    color: #B3561B;
    font-weight: 500;
    font-size: 16px;
    background: transparent;
    border: none;
    width: 100%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all .5s;
}

.load-more:before {
    width: 100%;
    height: 100%;
    content: '';
    margin: auto;
    position: absolute;
    top: -100%;
    left: -100%;
    background: #B3561B;
    transition: all .5s;
    z-index: -1;
}

.load-more:hover {
    color: white;
}

.load-more:hover:before {
    top: 0;
    left: 0;
}
.brown-btn {
    display: block;
    position: relative;
    z-index: 1;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #B3561B;
    color: #B3561B;
    font-weight: 700;
    padding: 0px 12px;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
}

.btn-effects {
    -webkit-transition: border-color 0.4s, color 0.4s;
    transition: border-color 0.4s, color 0.4s;
}

.btn-effects::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #b3561b;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn-effects.button--round-s::before {
    border-radius: 2px;
}

.btn-effects,
.btn-effects::before {
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn-effects:hover {
    color: #fff !important;
    border-color: #b3561b;
}

.btn-effects:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.foodtabs .active {
    border-bottom: 2px solid #b3561b !important;
    color: #b3561b !important;
    border-radius: 5px 5px 0px 0px;
}

.saveproducts-wrapper .foodtabs .active {
    padding-bottom: 7px;
    margin-bottom: -1px;
}

.recommended-bg .rating-widget {
    width: 72%;
}

.btneffects-bg {
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    line-height: 40px;
}

.border-btneffects {
    display: block;
    position: relative;
    z-index: 1;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #B3561B;
    color: #B3561B;
    font-weight: 700;
    padding: 4px 12px;
    height: 46px;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    transition: all .5s;
}

.border-btneffects:hover:before {
    top: 0;
    left: 0;
}

.border-btneffects:before {
    width: 100%;
    height: 100%;
    content: '';
    margin: auto;
    position: absolute;
    top: -100%;
    left: -100%;
    background: #B3561B;
    transition: all .5s;
    z-index: -1;
}

.border-btneffects:hover {
    color: white;
}
/* ------ BUTTON-HOVER-EFFECTS-CSS-END ------ */

.search-recommended .select-bg {
    margin: 8px 0 0 0;
}
.food-items-bg .select-bg .form-control {
    border-bottom: 1px solid #EFEDED;
}

.select-bg .form-control {
    border-radius: 0;
    font-size: 15px;
    color: #262626;
    font-weight: 500;
    cursor: pointer;
    border: 2px solid #EFEDED;
    height: 46px;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: #EFEDED;
}

.food-items-bg .border-bottom {
    border-bottom: 0 !important;
    margin: -2px 0 0 0;
}

.select-bg li {
    border: 2px solid #efeded;
    border-bottom: none;
}
.foodstuff-wrapper section.rating-widget.mb-2 {
    width: 100%;
}

.foodstuff-wrapper .success-box {
    left: 48%;
}

/*.foodstuff-wrapper .pally-inner {
    min-height: 400px;
}*
.foodstuff-wrapper .pally-inner {
    min-height: 400px;
}

/* ----- FOOD-ITEMS_SECTION_CSS_END ------- */
/* ----- PARTNER & MEDIA-SECTION-CSS-START ----- */

.media-wrapper {
    background: #FAFAFA;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0 20px 0;
}

.media-img {
    width: 100%;
    height: 130px;
    object-fit: scale-down;
}

/* ----- PARTNER & MEDIA-SECTION-CSS-END ----- */
/* ------ DOWNLOAD-WRAPPER-SECTION-START ------ */

.download-img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.download-wrapper {
    background: linear-gradient(245.89deg, #FAB814 82.02%, #D6A01B 100.91%, #DAA218 100.91%);
    height: auto;
    padding: 80px 0 0 0;
}

.download-content li {
    width: 40%;
}

.download-content img {
    width: 98%;
}

.download-content {
    padding: 150px 0 0 0;
}

.download-content h3 {
    font-size: 34px;
    font-weight: 900;
    color: #262626;
}

/* ------ DOWNLOAD-WRAPPER-SECTION-END ------ */
/* ------ DOWNLOAD-BOTTOM-SECTION-START ------ */

.download-bottom-bg {
    background: linear-gradient(180deg, #B3751B 0%, #9B6415 100%);
    color: #fff;
}

.icon {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.download-bottom-bg {
    background: linear-gradient(180deg, #B3751B 0%, #9B6415 100%);
    color: #fff;
    padding: 30px 0 20px 0;
}

.download-bottom-bg h4 {
    font-size: 20px;
}

.download-bottom-bg p {
    color: #FDE1B8;
    font-size: 16px;
    padding: 0 20px 0 0;
}
/* ------ DOWNLOAD-BOTTOM-SECTION-END ------ */
/* ------ FOOTER-SECTION-START ------ */
.input-group.join-bg {
    border: none;
}

.footer-wrapper {
    background: #262626;
    color: #fff;
    padding: 40px 0 20px 0;
    position: relative;
    z-index: 1;
}

.footer-wrapper h5 {
    font-weight: 400;
    font-size: 16px;
    padding: 0 0 10px 0;
}

.footer-wrapper a {
    color: #fff;
    font-size: 14px;
}

.footer-wrapper li {
    padding: 12px 0;
}

.join-bg span.input-group-text {
    background: #fab814;
    color: #262626;
    border-color: #fab814;
    font-weight: 700;
}

h5.white-head {
    font-weight: 400;
}

.footer-wrapper a:hover {
    color: #fab815;
}

.social-icons a {
    padding: 0 16px 0 0;
    transition: all .3s ease;
}

.social-icons a:hover img {
    transition: all .3s ease;
    transform: translateY(-5px);
}

.social-icon {
    transition: all .3s ease;
    padding: 0 12px 0 0;
}

.social-icon img:hover {
    transition: all .3s ease;
    transform: translateY(-5px);
}

/* ------ FOOTER-SECTION-END ------ */
/* ======   LISTING-PAGE-CSS-START ====== */

.listing_select .select-bg {
    margin: 0;
}

.listing_select {
    margin: 20px 0;
}
.listing_select .select-bg .form-control {
    border-bottom: 1px solid #ced4da;
}

.foodstuff-wrapper .select-bg {
    margin: 0;
}

.foodstuff-wrapper .select-bg li {
    border: 2px solid #efeded;
    border-bottom: 2px solid #efeded;
}
/* ======   LISTING-PAGE-CSS-END ====== */

/* ====== PRODUCTS-DETAIL-PAGE-CSS-START ====== */

.alreadypallyModal-bg .modal-body {
    padding: 60px 0;
}

.proddetails-wrapper {
    padding: 40px 0;
}

.mini img {
    width: 110px;
    height: 90px;
    float: left;
    margin: 14px 10px 0px 0px;
    cursor: pointer;
    object-fit: cover;
    border-radius: 5px;
    opacity: 0.6;
    box-shadow: 0 0 1px 1px hsl(0deg 0% 0% / 5%);
}

.mini img:nth-of-type(4) {
    margin-right: 0px;
}

.simple-gallery {
    width: 100%;
    height: 300px;
    box-shadow: 0 0 1px 1px hsl(0deg 0% 0% / 5%);
    border-radius: 5px;
}

.maxi {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 5px;
}

.product-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0;
}

.product-breadcrumb .active {
    color: #B3561B;
}

.product-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

.product-breadcrumb li.breadcrumb-item {
    display: block;
}

.product-breadcrumb a {
    color: #262626;
    font-weight: 400;
}

.detil-heart a span {
    font-size: 40px;
    color: #4F4F4F;
}

.grey-bg {
    background: #F2F2F2;
    font-size: 14px;
    color: #4F4F4F;
    padding: 5px;
    border-radius: 2px;
}

.cart-wrapper .addbutton-bg {
    width: 100%;
    height: auto;
    margin: 0;
    border: 0;
    padding: 0;
    margin: 0;
}

.addbutton-bg {
    border: 2px solid #aaaaaa;
    background: #fcfcfc;
    width: 100%;
    height: 45px;
    margin: 0 auto;
    text-align: center;
    padding: 8px 0 0px 0;
    border-radius: 4px;
}

.addbutton-bg button {
    background: #FCFCFC;
    border: none;
    vertical-align: middle;
    padding: 0;
}

.addbutton-bg input {
    border: none;
    text-align: center;
    width: 23%;
    background: transparent;
    padding: 0;
    font-size: 16px;
}

.yellow-btn {
    background: #FAB814;
    color: #000;
    font-size: 14px;
    padding: 14px 12px;
    border-radius: 5px;
    font-weight: 700;
    border: none;
    width: 540px;
}

.yellow-btn:hover {
    color: #000;
}

.scrool-bar {
    border: 1px solid #E0E0E0;
    background: transparent;
    border-radius: 5px;
}

.scrool-bar .nav-link.active,
.scrool-bar .show>.nav-link {
    background-color: #FFF1E8;
    color: #572B00;
}

.scrool-bar .nav-link {
    color: #262626;
}
.login-wrapper .row {
    align-items: inherit;
}
/* .signup-bg .row{
    align-items: inherit;
} */
#loginslider {
    margin-top: 20px;
}
.rating {
    position: relative;
    text-align: left;
}

.hidden {
    opacity: 0;
}

.star {
    display: inline-block;
    margin: 2px;
    font-size: 18px;
    color: #C4C4C4;
    position: relative;
    top: 60px;
    bottom: 0;
    cursor: pointer;
    left: 0;
}

.star.animate {
    -webkit-animation: stretch-bounce 0.5s ease-in-out;
}

.star.hidden {
    opacity: 0;
}

.rating-text {
    padding: 11px 0 0 26px;
}
.rating-main .star {
    top: 0px;
}
.rating-view .rating-main .star {
    top: 40px;
}

.full:before {
    font-family: fontAwesome;
    display: inline-block;
    content: "";
    position: relative;
    float: right;
    z-index: 2;
}

.half:before {
    font-family: fontAwesome;
    content: "";
    position: absolute;
    float: left;
    z-index: 3;
}

.star-colour {
    color: #FAB814;
}

@-webkit-keyframes stretch-bounce {
    0% {
        -webkit-transform: scale(1);
    }
    25% {
        -webkit-transform: scale(1.5);
    }
    50% {
        -webkit-transform: scale(0.9);
    }
    75% {
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

.selected:before {
    font-family: fontAwesome;
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    opacity: 1;
    z-index: 1;
}

.selected.pulse:before {
    -webkit-transform: scale(3);
    opacity: 0;
}

.selected.is-animated:before {
    transition: 1s ease-out;
}

.score {
    color: #262626;
    margin: -60px 0 0 0;
    text-align: left;
    font-size: 18px;
}

.score-rating {
    top: 0px;
    position: relative;
    font-size: 50px;
    margin: 0;
    display: inline-block;
}

.total {
    vertical-align: baseline;
    top: 0px;
    position: relative;
    font-size: 18px;
    text-align: left;
}

.average {
    font-family: arial;
    font-size: 20px;
    color: indianred;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
}

.average .score-average {
    padding-top: 30px;
}

.progress {
    margin-bottom: 10px;
}

.progress-bar {
    width: 0;
    background: #B3751B;
}

.progress {
    background-color: #CCCCCC;
    border-radius: 20px;
    height: 12px;
}

.progress-bar-width {
    width: 65%;
    margin: 0 12px;
}

.review-text h6 {
    color: #333333;
    margin-bottom: 2px;
}

.review-text section.rating-widget {
    width: 40%;
}

.simproducts-inner section.rating-widget {
    width: 38%;
}

section.rating-widget {
    position: relative;
    width: 42%;
    margin: 0 0 0 0;
}

.rating-stars ul>li.smallstar {
    display: inline-block;
    cursor: pointer;
}

.rating-stars ul>li.smallstar.starselected>i.fa {
    color: #FAB814;
}

.rating-stars ul>li.smallstar>i.fa {
    font-size: 16px;
    color: #ccc;
}

.rating-stars ul>li.smallstar.starselected>span {
    color: #FAB814;
}

.rating-stars ul>li.smallstar>span {
    font-size: 20px;
    color: #ccc;
}

.review-content .rating-stars ul>li.smallstar>span {
    font-size: 50px;
}

.review-content .success-box {
    left: 72%;
    font-size: 38px;
}

.rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    margin-bottom: 0;
}

.similarproducts-bg .MS-controls {
    top: 75%;
}

li.start-clr {
    width: 16%;
}

.success-box {
    margin: auto;
    color: #FAB814;
    position: absolute;
    top: 0;
    left: 85px;
}

@media (max-width: 767px) {
    #similarSlider,
    #similarSlider1,
    #folloersSlider,
    #followingSlider,
    #mediaSlider,
    #categoiresSlider,
    #MobfolloersSlider,
    #MobfollowingSlider {
        border-color: transparent;
    }
}

#similarSlider .MS-content,
#similarSlider1 .MS-content #folloersSlider .MS-content,
#followingSlider .MS-content,
#mediaSlider .MS-content,
#categoiresSlider .MS-content,
#MobfolloersSlider .MS-content,
#MobfollowingSlider .MS-content {
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 767px) {
    #similarSlider .MS-content,
    #similarSlider1 .MS-content,
    #folloersSlider .MS-content,
    #followingSlider .MS-content,
    #mediaSlider .MS-content,
    #categoiresSlider .MS-content,
    #MobfolloersSlider .MS-content,
    #MobfollowingSlider .MS-content {
        margin: 0;
    }
    #similarSlider .MS-controls .MS-left,
    #similarSlider1 .MS-controls .MS-left,
    #folloersSlider .MS-controls .MS-left,
    #followingSlider .MS-controls .MS-left,
    #mediaSlider .MS-controls .MS-left,
    #categoiresSlider .MS-controls .MS-left,
    #similarSlider .MS-controls .MS-right,
    #similarSlider1 .MS-controls .MS-right,
    #folloersSlider .MS-controls .MS-right,
    #followingSlider .MS-controls .MS-right,
    #mediaSlider .MS-controls .MS-right,
    #categoiresSlider .MS-controls .MS-right,
    #MobfolloersSlider .MS-controls .MS-right,
    #MobfollowingSlider .MS-controls .MS-right {
        width: 30px !important;
        height: 30px !important;
        font-size: 20px !important;
        line-height: 0;
    }
    .MS-controls {
        width: 100%;
        margin-bottom: 19px;
        margin-top: -58px !important;
        right: 0px !important;
    }
    #categoires-bg .item img {
        min-height: 65px;
        height: 65px;
    }
    .user-search-bar{
        width: 100%;
    }
    .checkout-footer{
        bottom: 82px !important;
    }
    .bottommake-list.postion{
        bottom: 9% !important;
    }
    #sharelist-bottom_modal .selectadd-content label {
        margin-bottom: 15px;
    }


}

#similarSlider .MS-content .item,
#folloersSlider .MS-content .item,
#followingSlider .MS-content .item,
#MobfolloersSlider .MS-content .item,
#MobfollowingSlider .MS-content .item {
    display: inline-block;
    height: 100%;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    border-right: none;
    width: 40%;
    margin: 0 20px 0 0;
}

.simproducts-inner .products-img-wrapper {
    height: 100%;
    text-align: center;
}

#mediaSlider .MS-content .item {
    display: inline-block;
    height: 100%;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    border-right: none;
    width: 30%;
    margin: 0 20px 0 0;
}

@media (max-width: 1199px) {
    .banner_wrap h1 {
        font-size: 54px;
        margin-bottom: 20px;
    }
    .banner_wrap p {
        font-size: 16px;
    }
    .shopping_assistant h2 {
        margin-bottom: 40px;
    }
    .how_work_wrap p{
        margin-bottom: 40px;
    }
    .stay_wrap .row {
        margin-top: 40px;
    }
    .shopping_btn{
        margin-top: 40px;
    }
    .stay_wrap {
        padding: 40px 0 60px;
    }
    .inner_stay_wrap p {
        font-size: 14px;
    }
    .inner_stay_wrap{
        padding: 25px;
    }
    .inner_shopping_assistant{
        padding: 20px;
    }
    .inner_shopping_assistant p {
        font-size: 14px;
    }
    .site-btn {
        font-size: 14px;
    }
    .landing_page h2 {
        font-size: 26px;
    }
    .shopping_assistant {
        padding: 40px 0;
    }
    .how_work_wrap{
        padding: 40px 0;
    }
    #similarSlider .MS-content .item {
        width: 50%;
    }
    .date-picker .form-control-wrapper {
        width: 70%;
    }
    .chat_bot_content h2 {
        font-size: 34px;
    }
    .chat_bot_content img {
        margin: 30px 0 30px 0;
    }
    .webfoodTab-view form .form-group:before{
        font-size: 14px;
        right: 2px;
    }
    .addbutton-bg input {
        width: 30%;
        font-size: 12px;
    }
    .cart-inner a h6{
        margin-top: 0;
        font-size: 14px !important;
    }
    .pro_detail h5, .pro_detail h4 {
        font-size: 12px;
        line-height: 12px;
    }
    #categoires-bg .item img {
        min-height: 210px;
        height: 210px;
    }
    .cart-inner .row {
        align-items: flex-start;
    }
    .cart-img, .order-img {
        width: 45px;
        height: 50px;
    }
    .product_list .rating-widget .success-box{
        margin-left: 0;
        left: 52%;
    }
    .no-ratings p {
        margin-bottom: 7px;
    }
    .inner-user a.btn{
        margin-right: 0;
        padding: 0 10px;
    }
    .product_list .inner-head h5 {
        min-height: 40px;
    }
    .saveproducts-wrapper .foodtabs .active {
        padding-bottom: 8px;
    }
    .home_slider .carousel-item {
        height: 294px;
    }
    .inner-user img {
        max-width: 50px;
        height: 50px;
        margin-right: 0;
    }
    .inner-user a{
        font-size: 14px;
    }
    .inner_empty-cart h5 {
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .empty_car-block .inner_empty-cart {
        margin-top: 90px;
    }
    .empty_car-block {
        margin-bottom: 50px;
    }
    .address-modal{
        left: 0;
    }
    .select-bg .form-control {
        padding: 0 2px;
        font-size: 14px;
    }
    .categories_list .listingslider .item {
        width: 17.7% !important;
    }

    .brown-btn{
        border: 0.9px solid #B3561B;
        overflow: hidden;
    }
    footer .form-group input {
        width: 48.2%;
    }
    .cart-wrapper .addbutton-bg {
        width: 95%;
    }
    .cart-wrapper .cart-img {
        width: 80px !important;
        height: 135px !important;
        margin-right: 6px;
    }
    .cart-img, .order-img {
        width: 40px !important;
        height: 40px !important;
    }
    .addbutton-bg input {
        width: 25% !important;
    }
    .cart-wrapper h6 {
        font-size: 13px;
    }
    .process-review .no-ratings {
        top: 20px;
    }

    .fruits {
        right: 12%;
    }
    .veg-1{
        display: none;
    }
    .fish{
        display: none;
    }
    .fruits{
        display: none;
    }
    .blog-top-text p {
        line-height: 23px;
    }
    p.blog-status{
        padding-top: 10px;
    }
    .blog-img{
        height: 275px;
    }
    .blog-content h2 {
        font-size: 34px;
    }
    .blog-content{
        width: 75%;
    }
    .cart-inner .col-lg-6, .cart-inner .col-lg-2 {
        padding-right: 6px;
        padding-left: 0;
    }
    .cart-wrapper h6 {
        font-size: 14px !important;
    }

}

@media (max-width: 991px) {
    body{
        background-color: #fcfcfc;
    }
    .banner_content {
        position: static;
        top: 0;
        transform: none;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 60px;
    }
    .mobile_header {
        direction: rtl;
        width: auto;
    }
    .mobile_header .nav-bar {
        padding-left: 20px;
    }
    .mobile_header .menuToggle span {
        width: 5px;
        height: 5px;
        display: inline-block;
        background: #000000;
        margin: 0 !important;
        border-radius: 50px;
    }
    .desk_banner{
        display: none;
    }
    .mobile_banner{
        display: block;
    }
    .landing_banner_image img {
        width: 40%;
    }
    .landing_banner_image{
        justify-content: center;
    }
    .banner_wrap{
        margin-bottom: 50px;
    }
    .inner_shopping_assistant p {
        font-size: 16px;
    }
    .inner_shopping_assistant{
        margin-bottom: 30px;
    }
    .inner_stay_wrap{
        margin-bottom: 30px;
    }
    .inner_stay_wrap p {
        font-size: 16px;
        min-height: auto;
    }
    .inner_stay_wrap img {
        margin-bottom: 15px;
    }
    .inner_shopping_assistant img{
        margin-bottom: 20px;
    }
    .shopping_btn {
        margin-top: 0;
    }
    .shopping_link_wrap p{
        line-height: 28px;
    }
    .shopping_link_wrap{
        padding: 15px 0;
    }
    .landing-header .nav-bar ul {
        padding: 10px 100px;
        box-shadow: 0 25px 21px 0 #00000012;
    }
    .landing-header .nav-bar ul li{
        text-align: center;
    }
    .landing-header .inner-bottom-header li:last-child a {
        padding-left: 0;
    }



    .mobile_cart .addbutton-bg {
        width: 100%;
        border: 0;
        padding: 0;
    }




    .landing-header {
        position: relative;
    }
    .landing-header .navbar-collapse {
        position: absolute;
        left: 0;
        right: 0;
        top: 55px;
        background-color: #ffffff;
        z-index: 9;
    }
    .landing-header .nav-bar ul {
        padding: 20px 140px;
    }
    .landing-header .nav-bar ul li{
        padding: 10px 0;
    }
    .menuToggle span {
        width: 20px;
        height: 2px;
        display: block;
        margin: 4px 0;
        background: #000;
    }
    .landing-header .navbar-toggle {
        display: block;
        background-color: transparent;
        border: 0;
    }



    .chat_bot_img {
        display: none;
    }
    .whatsapp_chat_bot_wrapper {
        background: #FCFCFC;
    }
    .chat_bot_header h4 p {
        font-size: 14px;
        font-weight: 400;
        color: #5B5B5B;
        margin-top: 10px;
    }
    .whatsapp_chat_bot_wrapper{
        height: 100%;
    }
    .chat_bot_content {
        margin-top: 100px;
    }
    .chat_bot_header a {
        align-items: baseline !important;
    }
    .mobile_qr{
        display: block;
    }
    .desk_qr{
        display: none;
    }
    .chat_bot_content img {
        margin: 30px auto;
    }
    .head_content{
        display: none;
    }
    .cart-inner .col-lg-6, .cart-inner .col-lg-2{
        padding: 0;
    }
    .mobile_cart .cart-img {
        width: 80px !important;
        height: 130px !important;
        margin-right: 6px;
    }
    .heart-icon span.material-icons {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 22px;
    }
    .selling_product_wrapper h6 {
        font-size: 12px !important;
        height: 30px;
        width: 85px;
        padding-left: 10px;
    }
    .selling_product_wrapper .products-img-wrapper {
        height: 140px;
        overflow: hidden;
    }
    .selling_product_wrapper .rating-widget {
        width: 100%;
    }
    .selling_product_wrapper .rating-main{
        text-align: left;
    }
    .selling_product_wrapper {
        margin-top: 20px;
    }
    .selling_product_wrapper .pally-inner{
        margin-bottom: 20px;
    }
    table.table-responsive{
        width: 100% !important;
    }
    .inner-blog-content table{
        width: 100% !important;
    }
    .Mobprofile-wrapper .unfollow-btn {
        box-shadow: 0px 1px 8px 0px #79380e26 !important;
        font-size: 14px !important;
        font-weight: 500;
    }
    #categoires-bg .item img {
        min-height: 165px;
        height: 165px;
    }
    .refer-inner{
        margin-top: 125px;
    }
    .make-list-empty-search {
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .dd-manage-add.show {
        background-color: rgb(0 0 0 / 50%);
    }
    .myfollowers{
        margin-bottom: 0!important;
    }
    .make-list-empty-search p {
        font-weight: 500;
        color: #262626;
        font-size: 16px;
        margin-top: 10px;
    }
    .owl-carousel .owl-nav{
        display: none !important;
    }
    .addresslist .col-lg-6:nth-child(even) {
        border-right: 0;
    }
    .addresslist p {
        font-size: 14px;
    }
    .orders-wrpper .box-shadow .text-dark {
        color: #219653 !important;
    }
    .profile-bottom .modal-body {
        padding-bottom: 55px !important;
    }
    .review-text .success-box {
        left: 185px;
    }
    .wallet-popup li{
        margin-bottom: 0;
    }
    .progress-bar-wrapper {
        margin-top: 30px;
    }
    .wallet-popup .modal-dialog .modal-content {
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px;
    }
    .modal.wallet-popup .modal-dialog{
        left: 0;
        right: 0;
        margin: 0 auto !important;
    }
    .apply-text .addclose {
        padding: 6px 0;
        font-size: 16px;
    }
    .dd-manage-add .edit-text a {
        background-color: #ffffff !important;
        height: 32px;
        line-height: 32px;
        box-shadow: 0px 1px 8px 0px #79380e14;
        padding: 0 10px;
        display: inline-block;
    }
    #manage-mobile-popup .modal-body .d-flex {
        margin-bottom: 40px !important;
        padding-top: 15px;
    }
    .manage-headiing a {
        display: flex;
    }
    .manage-headiing a span{
        margin-right: 5px;
    }
    .mobilehero-view .home-list-img{
        padding-right: 15px;
    }
    #deliveryTabContent #Mobfood-tab .d-flex {
        align-items: center;
    }
    #deliveryTabContent #Mobfood-tab .d-flex h6 {
        margin-bottom: 0 !important;
    }
    .mobilehero-view .list-make-bg{
        margin-top: 0 !important;
    }
    #existpallyModal ul.existbck-arrow {
        position: fixed;
        z-index: 1;
        background-color: #ffffff;
        left: 1px;
        right: 1px;
        padding: 10px;
        line-height: 10px;
    }
    .addnewaddress-modal input, .addnewaddress-modal select {
        width: 100% !important;
        border: 2px solid #AAAAAA;
    }
    .order-summary-mobile p {
        color: #828282;
        font-size: 12px;
    }
    .editprofile-modal .update-profile {
        margin-top: 40px;
    }
    .total-cart-price {
        width: 100%;
        text-align: center;
    }
    .existing_pallies_list .products-img-wrapper {
        width: 125px;
        margin-right: 10px;
        height: 152px;
        min-height: 152px;
    }
    .review_list .review-text .success-box {
        left: 65px;
    }
    .existing_pallies_list .pally-inner {
        display: flex;
    }
    .existing_pallies_list .products-img-wrapper img {
        min-height: 152px;
    }
    #existpallyModal .modal-header {
        position: absolute;
        top: 0;
        padding: 0;
        position: relative;
    }
    .existing_pallies_list {
        margin-top: 70px;
    }
    .terms-wrap {
        padding-top: 0 !important;
    }
    .search-recommended .products-img-wrapper a {
        width: 125px !important;
        display: block;
    }
    #fillter-modal .filter-main-btn {
        width: 43%;
        margin: 0 auto;
    }
    #Mobaccordion .accordion-title i{
        padding-left: 20px !important;
    }
    #fillter-modal .filter-main-btn {
        position: fixed;
        left: 15px;
        right: 15px !important;
        bottom: 30px;
    }
    .product_list .rating-widget .success-box {
        left: 20%;
    }
    .user-block .mobile-search.sticky-bg .saerch-bar {
        margin: 0 auto;
    }
    .mobile-calender {
        position: relative;
    }
    #manage-mobile-popup .rdio {
        padding-right: 15px;
    }
    .mobile-calender i {
        position: absolute;
        top: -5px;
        background-color: transparent;
        border: 0;
        padding-left: 0;
        left: 250px;
        color: #B3561B;
        font-size: 20px;
        width: auto;
    }
    #Mobile-date-Modalopn {
        background-color: rgba(0 0 0 / 40%);
    }
    #delivery_date_mobile {
        width: 270px !important;
    }
    .follwers-wrapper .pagination {
        justify-content: center !important;
    }
    .makelistMobile h6 {
        padding: 0 !important;
        font-size: 14px;
    }
    .user-search-bar h4{
        display: none;
    }
    .deliverydate-bg {
        margin-bottom: 60px;
    }
    .address-modal .modal-header{
        box-shadow: none;
        background-color: transparent;
    }
    .inner_contact_wrap{
        margin-bottom: 70px;
    }
    .contact-text-block form button{
        width: 100%;
    }
    .mylist-btn p {
        margin-bottom: 5px !important;
    }
    .return_policy_block img {
        min-height: 200px;
        max-height: 200px;
        margin-bottom: 20px;
    }
    .search-outer-wrap {
        width: 100%;
    }
    .makelistMobile h4 {
        font-size: 20px;
        font-weight: 400;
    }
    .search-recommended .pally-inner .products-img-wrapper {
        width: 125px;
        margin-right: 10px;
        height: 152px;
    }
    .search-recommended .pally-inner .products-img-wrapper img{
        min-height: 152px;
        max-height: 152px;
    }
    .search-recommended .rating-widget{
        width: 100%;
    }
    .search-recommended .pally-inner {
        display: flex;
        margin-bottom: 15px;
    }
    .search-recommended {
        margin: 20px 0 130px 0;
    }
    #Mobile-direct-Modalopn .modal-dialog {
        position: absolute;
    }
    #Mobile-direct-Modalopn #modal-content{
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    .mobile-product .rating-widget11 {
        margin-bottom: 0 !important;
    }
    .Mobmakelist-wrapper{
        padding-top: 20px !important;
    }
    .prod-sidebar-wrapper #review {
        padding: 25px 0 100px 0;
    }
    .dd-manage-add .modal-dialog .modal-content {
        position: absolute;
        bottom: 0;
    }
    #manage-mobile-popup .modal-dialog {
        max-width: 100%;
    }
    #manage-mobile-popup .molile-modal-btn {
        margin-top: 30px!important;
    }
    .contact-banner img{
        height: 200px;
    }
    #cartsuessfullopnmodal .modal-dialog .modal-content {
        padding-top: 10px;
        width: 100%;
        border-radius: 20px 20px 0px 0px;
    }
    .search-outer-wrap a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .food-items-bg .nav-tabs{
        justify-content: space-between;
    }
    .mobile-search .saerch-bar{
        height: 48px;
    }
    .mobile-logo {
        width: 180px;
    }
    .search-outer-wrap a i {
        font-size: 18px;
        vertical-align: middle !important;
    }
    .search-header {
        height: 112px !important;
    }
    .delivery-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
        margin-bottom: -1px;
    }
    .prodetails-content hr {
        margin-top: 0;
    }
    .dd-manage-add .modal-w.m-auto {
        width: 55%;
    }
    .manage-address-btn {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 110px;
        width: 45%;
        margin: 0 auto;
    }
    #fillter-modal .select-bg li {
        border: 0;
        width: 100%;
        float: left;
        margin: 10px 0;
    }
    #fillter-modal .select-bg select {
        border: 2px solid #aaaa;
        border-radius: 4px;
        height: 38px;
        color: #495057;
        font-size: 16px;
        font-weight: 400;
        padding: 0 10px;
    }
    #fillter-modal .filter-main-btn .btneffects-bg {
        width: 100%;
        display: inline-block;
        margin-top: 10px;
    }
    #fillter-modal .filter-main-btn .btneffects-bg button {
        width: 100%;
    }
    #fillter-modal .select-bg {
        margin-top: 0;
    }
    .filter-main-btn .btneffects-bg button {
        padding: 0;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .cartsuessfull-bg .modal-content{
        border-radius: 20px 20px 0px 0px;
    }
    #fillter-modal .modal-content .select-bg {
        width: 50%;
        margin: 0 auto;
    }
    #fillter-modal .modal-title i {
        vertical-align: sub;
    }
    .mobile_address_modal .modal-header {
        box-shadow: none !important;
        background-color: transparent !important;
    }
    .mobile-search-food h6 {
        font-weight: 400;
        color: #333333;
        font-size: 16px;
        margin: 0;
    }
    #reviewModal .modal-dialog {
        max-width: 100%;
    }
    #make-list-search .modal-body {
        padding: 0;
    }
    #Mobile-couponapply-Modalopn .modal-dialog {
        bottom: 0;
        position: absolute;
    }
    .result-found-wrap {
        margin: 10px 0 20px 0!important;
    }
    .mobile-search-food .d-flex {
        align-items: center;
    }
    .mobile-search-food .search-img {
        width: 30px;
        height: 30px;
    }
    .phone-list-mobile li:first-child {
        width: 100px;
    }
    .phone-list-mobile li:last-child {
        width: 100%;
        margin-left: -2px;
    }
    .phone-list-mobile {
        display: flex;
        align-items: center;
    }
    .user-block h4{
        padding: 0;
    }
    .simhead {
        margin-top: 4px !important;
        margin-bottom: 2px !important;
    }
    .simproducts-inner .simproducts-img-bg a{
        height: 100%;
    }
    .simproducts-inner .pally-inner img{
        margin-bottom: 0 !important;
    }
    .simproducts-inner .pally-inner{
        margin-bottom: 0;
    }
    .simproducts-inner {
        margin-bottom: 0px !important;
    }
    section.savemakelist-wrapper {
        margin-bottom: 175px;
    }
    .return_policy_block {
        margin-bottom: 80px;
    }
    .coupon-content .box-shadow p {
        font-weight: 400;
    }
    #Mobile-date-Modalopn {
        overflow-y: scroll;
    }
    .process-review .star {
        top: 72px !important;
    }
    .process-review .no-ratings {
        left: 0;
        right: 0;
        top: 48px;
    }
    .process-review .score {
        margin: -16px 0 0 0;
    }
    .process-review .rating-main{
        text-align: center !important;
    }
    #pallyorderModal .modal-dialog {
        max-width: 100%;
    }
    #pallyorderModal .pallyModelShow {
        margin-top: 15px;
    }
    .process-review .rating-view .rating-main .star {
        top: 40px;
    }
    .process-review .score-rating{
        font-size: 40px;
    }
    .mobilecart-wrapper {
        margin-bottom: 220px;
    }
    .categories_list .listingslider .item {
        width: 21% !important;
    }
    .follow-btn.text-uppercase{
        padding: 6px 14px;
        font-size: 14px;
    }
    .refer-inner h1.brown-clr{
        margin: 10px 0;
    }
    .refer-img {
        margin-bottom: 25px !important;
    }
    .mobile-list-header a span {
        font-weight: 500;
        font-size: 16px;
        vertical-align: middle;
        padding-right: 0 !important;
    }
    .prodetails-content h4 small {
        font-size: 14px;
    }
    .referral-link {
        font-weight: 400;
        font-size: 18px;
        color: #333333;
        margin-bottom: 15px;
        margin-top: 30px;
    }
    #descrption {
        margin: 30px 0px !important;
        padding-right: 0;
    }
    .purchase-block .modal-w {
        width: 80%;
    }
    .Mobprofile-wrapper h5 a span{
        vertical-align: sub;
    }
    .mobile-product .products-img-wrapper{
        margin-bottom: 0 !important;
    }
    .mobile-viewproducts .similarproducts-bg h5 {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 15px;
    }
    #delivery-address .rdio {
        margin: 10px 0;
    }
    .foodstuff-listing {
        margin-bottom: 100px;
    }
    .rating-widget423 {
        margin-bottom: 0 !important;
    }
    .mobile-product .simhead {
        margin-top: 5px !important;
        margin-bottom: 3px !important;
    }
    .no-ratings p{
        font-size: 14px;
    }
    .mobilefoodTab-view {
        padding-bottom: 100px;
    }
    .select-order .d-flex {
        align-items: center;
    }
    .modal .modal-dialog {
        top: auto !important;
        transform: none !important;
        margin: 0 !important;
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    .checkout-bottom .modal-content, .couponapply-bottom .modal-content, .profile-bottom .modal-content, .changepass-bottom .modal-content, .address-bottom .modal-conten{
        height: auto !important;
    }
    div#Mobile-date-Modalopn .modal-dialog {
        top: auto !important;
        bottom: 0;
        position: absolute;
        z-index: 9999;
    }
    div#pallyorderModal .modal-content {
        width: 100%;
        margin: 0 auto;
        border-radius: 20px 20px 0px 0px;
    }
    #search-modal-make-list .search-dropdown {
        width: 100%;
        border: 0;
        box-shadow: none;
        padding: 0 10px !important;
        left: 0;
        right: 0;
        max-height: 92% !important;
    }
    #search-modal-make-list .search-dropdown .search-items{
        border: 0;
    }
    #search-modal-make-list .tab-content {
        padding: 55px;
    }
    .empty-cart-make-list{
        padding: 40px 0;
    }
    .empty-cart-make-list p {
        font-size: 14px !important;
    }
    .makelistMobile p {
        font-size: 14px !important;
    }
    .share-ic span {
        font-size: 22px !important;
    }
    .Mobmakelist-wrapper {
        padding: 15px 0 100px;
    }
    .similarproducts-bg .rating-widget {
        margin-bottom: 0 !important;
    }
    .similarproducts-bg .rating-widget .star {
        margin-bottom: 0;
    }
    .similarproducts-bg .rating-main {
        text-align: left !important;
    }
    .similarproducts-bg .pally-content span.material-icons-outlined.downarraw {
        font-size: 13px;
    }
    .simproducts-inner h5 {
        font-weight: 500 !important;
    }
    .farm-supply-registration-block form{
        width: 100%;
        margin-top: 20px;
    }
    .farm-supply-registration-block h4{
        display: none;
    }
    .farm-supply-registration-block {
        padding: 10px 0 180px 0;
    }
    .order-sum-content p span {
        float: right;
        color: #B3561B;
        font-weight: 500;
        text-transform: capitalize;
        padding-right: 10px;
    }
    .blog-section {
        margin-bottom: 140px;
    }
    .load-btn {
        margin-top: 10px;
    }














    .manage-mark {
        display: block;
        position: relative;
        padding-left: 20px;
    }
    .manage-mark .address-wrapper {
        padding-top: 0;
    }

    /* Hide the browser's default checkbox */
    .manage-mark input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    /* Create a custom checkbox */
    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee;
    }

    /* On mouse-over, add a grey background color */
    .manage-mark:hover input ~ .checkmark {
        background-color: transparent;
    }

    /* When the checkbox is checked, add a blue background */
    .manage-mark input:checked ~ .checkmark {
        background-color: transparent;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .manage-mark input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .manage-mark .checkmark:after {
        left: 9px;
        top: 5px;
        width: 7px;
        height: 15px;
        border: solid #B3561B;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(
            45deg
        );
        -ms-transform: rotate(45deg);
        transform: rotate(
            45deg
        );
    }
    .manage-mark .checkmark{
        background-color: transparent;
    }
    .empty_car-block h4 {
        display: none;
    }




    .empty-mobile-cart-wrapper {
        height: 84vh;
        position: relative;
    }
    .empty-mobile-cart-wrapper .container{
        height: 100%;
    }
    .empty_car-block .inner_empty-cart{
        margin-top: 0;
    }
    .empty_car-block {
        margin-bottom: 0;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 50%;
        transform: translateY(-50%);
    }
    /* .empty_car-block {
        height: 75vh;
    }

    .cart-wrapper .empty_car-block {
        top: 50%;
        position: absolute;
        left: 0;
        right: 0;
        transform: translateY(-50%);
    }
    .empty_car-block .inner_empty-cart{
        margin-top: 0;
    } */

    .change-password-wrap{
        background-color: transparent !important;
    }
    #mobile-food-item .mobile-product .product-img, #mobile-recommended .mobile-product .product-img{
        max-height: 152px;
        min-height: 152px;
    }
    #mobile-food-item .mobile-product .products-img-wrapper, #mobile-recommended .mobile-product .products-img-wrapper{
        width: 125px !important;
        height: 152px;
    }
    #mobile-food-item .pally-content .inner-head h5, #mobile-recommended .pally-content .inner-head h5{
        font-size: 16px;
    }
    #mobile-food-item .mobile-product .simhead, #mobile-recommended .mobile-product .simhead{
        font-size: 14px;
    }
    #mobile-food-item .mobile-product button, #mobile-recommended .mobile-product button {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
    }



    #mobile-pally .mobile-product .product-img {
        max-height: 170px;
        min-height: 170px;
    }
    #mobile-pally .mobile-product .products-img-wrapper {
        height: 170px;
    }
    #mobile-pally .mobile-product .pally-content h5 {
        font-size: 14px !important;
    }
    #mobile-pally .mobile-product button {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .moremodal-bg{
        height: 100%;
        padding-bottom: 70px;
    }

    form.editpro-form {
        margin-top: 20px;
    }
    .mobilecart-wrapper .d-flex {
        align-items: flex-start;
    }
    .inner-user a {
        margin-left: 0px;
    }
    .accout-slider h5 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 30px 0 0;
        font-size: 16px;
    }
    .accout-slider i {
        font-family: 'FontAwesome';
    }
    .inner-user .btn {
        font-size: 12px;
    }
    #MobfollowingSlider .follow-img, #my-following .follow-img{
        box-shadow: none;
        background-color: transparent;
    }
    .user-block {
        padding: 15px 0 100px 0;
    }
    .user-block h4 {
        margin-bottom: 20px;
    }
    .user-inner-wrap li {
        width: 49%;
    }
    .inner-user img{
        margin-right: 10px !important;
    }
    .inner_empty-cart {
        width: 50%;
    }
    #review .modal {
        bottom: 0;
        top: auto;
        height: auto;
    }
    .make_list_mobile label {
        display: block;
        text-align: left;
    }
    .make_list_mobile h5{
        text-align: left;
    }
    .shipping-content {
        margin-left: 10px;
    }
    .inner-shipping-wrap i{
        font-size: 26px;
    }
    .shipping-content h4{
        font-size: 18px;
        font-weight: 600;
    }
    .shipping-content p{
        font-size: 15px;
    }
    .return_policy_block {
        padding: 40px 0;
        padding-top: 0;
    }
    .shipping-wrap {
        margin-bottom: 90px;
    }
    .outer-detail-wrap{
        padding: 5px;
    }
    .text_detail h6{
        margin-bottom: 0;
    }
    .outer-detail-wrap span {
        width: 35px;
        height: 35px;
        line-height: 33px;
        font-size: 18px;
        margin-right: 4px;
    }
    .text_detail p, .text_detail a {
        font-size: 12px;
        line-height: 13px;
    }
    .contact-text-block form button{
        height: 40px;
    }
    .contact-text-block {
        padding: 20px 20px 30px 20px;
        margin-left: 0;
    }
    .contact-text-block h2 {
        font-size: 30px;
        margin-bottom: 5px;
    }
    .contact-text-block p{
        font-size: 14px;
        line-height: 24px;
    }
    .contact-text-block form input, .contact-text-block form textarea{
        height: 40px;
        line-height: 40px;
    }
    .contact-text-block form .form-group {
        margin-bottom: 10px;
    }
    .contact-text-block form label {
        font-size: 14px;
    }
    .inner_contact_wrap:before{
        top: 95px;
    }
    .mobile-search .saerch-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 3px;
    }
    .mobile-search{
        display: block;
    }
    .outer_search{
        display: none;
    }
    .user-search-bar{
        display: block;
    }
    .user-block h4{
        padding: 0 15px;
    }
    .saerch-bar span.material-icons{
        font-size: 18px;
    }
    #categoires-bg .item img {
        min-height: 90px;
        height: 135px;
    }
    #categoires-bg .item img:hover{
        border-color: transparent;
    }
    #MobfolloersSlider .MS-content .item, #MobfollowingSlider .MS-content .item{
        border: 1px solid #BDBDBD;
        margin: 0 10px;
    }
    .pallylist-bg li small {
        margin: 0 0 0 20px;
    }
    .user-search-bar {
        width: 100%;
    }
    .mobile-list-header a {
        width: 100% !important;
    }
    /*******mobile-style******/
    .mobilehero-view {
        margin-top: 30px;
    }
    .user-inner-wrap li{
        padding: 0 15px;
    }
    .mobile-header .d-flex {
        align-items: center;
    }
    .inner-head h5 {
        min-height: auto;
    }
    .pally-content h6 {
        font-size: 12px;
    }
    .green-bg, .red-bg {
        font-size: 12px;
    }
    .mobiletabcontent .pally-inner {
        margin-bottom: 0;
    }
    .mobile-product {
        margin-bottom: 23px;
        align-items: flex-start;
    }
    .mobile-product .products-img-wrapper {
        width: 150px !important;
    }
    .foodstuff-listing .pally-inner{
        margin-bottom: 0;
    }
    .mobile-list-header .justify-content-start a {
        display: flex;
        align-items: center;
        width: 95%;
        white-space: nowrap;
        overflow: hidden;
    }

    .city-block form{
        width: 90%;
    }
    .city-block form:before {
        right: 0;
        top: -135px;
    }
    .city-block form:after {
        left: 0;
        bottom: -30px;
    }
    .blog-content {
        width: 100%;
    }
    .blog-read-wrap {
        margin-bottom: 70px;
    }

}

@media (max-width: 767px) {
    .landing_banner_image img {
        width: 55%;
    }
    .how_work_wrap iframe {
        width: 100%;
        height: 350px;
    }
    .how_work_wrap p br {
        display: none;
    }
    .how_work_wrap p{
        font-size: 18px;
    }

    .mobile_cart .cart-img {
        width: 60px !important;
        height: 55px !important;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .mobile_cart .col-6 {
        padding-right: 0;
    }
    .mobilecart-wrapper .mobile_cart h6 {
        font-size: 12px !important;
    }
    .mobilecart-wrapper .delete-icon i{
        font-size: 16px;
    }
    .pro_detail h5, .pro_detail h4 {
        font-size: 11px;
        line-height: 15px;
    }
    .pro_detail h3 {
        font-size: 12px;
        line-height: 18px;
        margin: 0;
    }
    .pro_detail h6{
        margin-bottom: 0
    }
    .mobile_cart .cart-img {
        width: 60px !important;
        height: 95px !important;
        margin-right: 5px;
        margin-bottom: 0;
    }
    .cart-inner .addbutton-bg span.sub, .cart-inner .addbutton-bg span.add {
        height: 17px;
        width: 17px;
        line-height: 15px;
        display: inline-block;
    }
    .mobile_cart .addbutton-bg{
        display: flex;
        align-items: center;
    }
    .cart-inner .addbutton-bg span.sub span, .cart-inner .addbutton-bg span.add span{
        font-size: 14px;
    }
    #similarSlider .MS-content .item,
    #similarSlider1 .MS-content .item,
    #folloersSlider .MS-content .item,
    #followingSlider .MS-content .item {
        width: 100%;
    }
    .accout-slider h5{
        padding: 0;
    }
    .blog-img span {
        left: 15px;
        right: auto;
    }
    #categoires-bg h4 {
        margin-bottom: 10px;
    }
    #categoires-bg .item img {
        min-height: 150px;
        height: 150px;
    }
    .review_list .review-text .success-box {
        left: 85px;
    }
    #my-followers .MS-controls, #MobfollowingSlider .MS-controls {
        display: none;
    }
    #my-followers .MS-controls, #MobfollowingSlider .MS-controls {
        display: none;
    }
    .product_list .rating-widget .success-box {
        left: 85px;
        line-height: 25px;
    }
    .inner-user {
        padding: 20px 10px;
        margin-bottom: 20px;
    }
    .rating-widget .success-box {
        margin-left: 23px;
        line-height: 24px;
    }
    #Viewdetail-Modalopn .refer-link {
        padding: 0 !important;
        line-height: 30px !important;
    }
    .inner-user a{
        font-size: 14px;
    }
    .user-inner-wrap li {
        width: 100%;
        padding: 0;
    }
    .inner_empty-cart {
        width: 70%;
    }
    .home_slider .carousel-item {
        height: auto;
    }
    .mobile_address_modal .modal-content {
        background-color: #FCFCFC;
    }
    .mobile_address_modal .modal-header {
        background-color: #ffffff;
        box-shadow: 0px 2px 13px 0px #0000000d;
    }
    .shipping-wrap {
        margin-bottom: 80px;
    }
    .inner-shipping-wrap {
        margin-bottom: 20px;
    }
    .shipping-content h4 {
        font-size: 20px;
    }
    .mobile-product .pally-content h6{
        margin-bottom: 4px !important;
    }
    .shipping-content {
        margin-left: 20px;
    }
    .select-wrap:before {
        top: 28%;
        transform: translateY(-28%);
        font-size: 16px;
    }
    .inner-shipping-wrap i {
        font-size: 28px;
    }
    .privacy_policy_block li strong {
        font-weight: 700;
        font-size: 18px;
    }
    .contact-text-block{
        margin-top: 50px;
    }
    .inner_contact_wrap:before{
        padding: 8px;
        top: 90px;
    }
    .text_detail p, .text_detail a {
        font-size: 14px;
        line-height: 19px;
    }
    .listingslider .item {
        width: 25% !important;
    }
    .listingslider .item {
        width: 37% !important;
    }
    /* #categoires-bg .item img {
        min-height: 130px;
        height: 130px;
    } */
    .inner-user a.btn{
        font-size: 12px;
    }
    .accout-slider h6{
        font-size: 14px;
        margin-bottom: 8px !important;
    }
    .accout-slider .follow-btn {
        padding: 6px 25px !important;
        font-size: 12px;
        font-weight: 500;
    }
    .sticky-bg .container{
        padding: 0 15px;
    }
    .user-block h4 {
        padding: 0;
    }
    .orders-footer{
        bottom: 80px !important;
    }
    .checkout-btn .yellow-bg{
        padding: 8px;
    }
    .foodstuff-listing .mobile-product .rating-widget {
        width: 100%;
    }
    .Mobprofile-wrapper h5 a span {
        padding-right: 10px !important;
        font-size: 20px;
    }
    .return_policy_block img{
        display: none;
    }
    .return_policy_block{
        padding-top: 40px !important;
    }
    .contact-banner img{
        display: none;
    }
    .city-block form {
        width: 100%;
    }
    .city-block form:before{
        width: 200px;
        height: 200px;
        top: -90px;
    }
    .city-block form:after{
        width: 200px;
        height: 200px;
    }
    .city-block form {
        padding: 30px 40px;
    }
    .farm-supply-registration-block form{
        padding: 20px;
    }
    .farm-supply-registration-block {
        padding: 60px 0 80px 0;
    }
    .veg-2 {
        right: 0;
    }
    .selling_product_wrapper .products-img-wrapper img {
        height: 100%;
        object-fit: cover;
    }

}

#similarSlider .MS-controls button:hover,
#similarSlider1 .MS-controls button:hover,
#folloersSlider .MS-controls button:hover,
#followingSlider .MS-controls button:hover {
    cursor: pointer;
}

#folloersSlider .MS-controls .MS-left,
#followingSlider .MS-controls .MS-left,
#folloersSlider .MS-controls .MS-right,
#followingSlider .MS-controls .MS-right {
    margin-top: -33px;
    position: absolute;
    top: 56%;
    color: #4F4F4F;
    background: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 14px rgb(0 0 0 / 16%);
    border: none;
}

#similarSlider .MS-controls .MS-left,
#similarSlider .MS-controls .MS-right,
#similarSlider1 .MS-controls .MS-left,
#similarSlider1 .MS-controls .MS-right {
    margin-top: -33px;
    position: absolute;
    top: 50%;
    color: #4F4F4F;
    background: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 14px rgb(0 0 0 / 16%);
    border: none;
}

#similarSlider .MS-controls .MS-left i,
#similarSlider1 .MS-controls .MS-left i,
#folloersSlider .MS-controls .MS-left i,
#followingSlider .MS-controls .MS-left i,
#similarSlider .MS-controls .MS-right i,
#similarSlider1 .MS-controls .MS-right i,
#folloersSlider .MS-controls .MS-right i,
#followingSlider .MS-controls .MS-right i {
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    margin: 0 auto;
    padding: 2px 0 0 2px;
}

#similarSlider .MS-controls .MS-left,
#similarSlider1 .MS-controls .MS-left,
#folloersSlider .MS-controls .MS-left,
#followingSlider .MS-controls .MS-left {
    left: -360px;
}
#similarSlider .MS-controls .MS-left{
    left: -24px;
}
#followingSlider .MS-controls .MS-left {
    left: -24px;
}
#followingSlider .MS-controls{
    top: 65px;
    z-index: 1;
}
#followingSlider .MS-controls .MS-right {
    right: -24px;
}

@media (max-width: 991px) {
    #similarSlider .MS-controls .MS-left,
    #similarSlider1 .MS-controls .MS-left,
    #folloersSlider .MS-controls .MS-left,
    #followingSlider .MS-controls .MS-left {
        left: -2px;
    }
    .navbar-toggle {
        display: block;
    }
    /* cart_mobile_Page_start */
    .mobile-checkout-wrap .col-4 {
        padding-right: 5px;
    }
    .mobile-checkout-wrap .checktop-text h5 {
        font-size: 11px;
        margin-bottom: 5px;
    }
    .mobile-checkout-wrap .checktop-text h2 {
        font-size: 14px;
        margin: 0;
    }
    .deliver_wrap_mb{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .deliver_wrap_mb .rdio label{
        font-size: 14px;
    }
    .addres_mb{
        display: flex;
        align-items: center;
    }
    .addres_mb p{
        font-size: 14px;
    }
    .addres_mb .selectadd-bg h6 {
        font-size: 10px !important;
        margin-left: 15px;
        margin-bottom: 0;
    }
    /* cart_mobile_Page_start */
    .cart-inner .addbutton-bg span.sub, .cart-inner .addbutton-bg span.add{
        display: block;
    }
    .cart-inner .addbutton-bg input{
        width: 20px !important;
        text-align: center;
    }
    .cart-inner .addbutton-bg span.sub, .cart-inner .addbutton-bg span.add{
        margin: 0 auto;
    }
    .cart-inner .pro_detail h6 {
        font-size: 14px !important;
        font-weight: 700 !important;
    }
    .mobilecart-wrapper .mobile_cart h5 {
        font-size: 11px;
        line-height: 11px;
        font-weight: 500;
    }
    .mobilecart-wrapper .pro_detail h3{
        font-size: 9px;
        font-weight: 400;
    }
    .mobile_cart {
        margin-top: 20px;
    }
    .mobilecart-wrapper li.amount_cart h6 {
        font-size: 12px !important;
        font-weight: 700 !important;
        color: #262626;
        white-space: nowrap;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .mobilecart-wrapper li.amount_cart h6 span {
        display: block;
        font-size: 11px;
        font-weight: 600;
        color: #878787;
        margin-top: 3px;
    }
    .pallylist-bg img.list-img {
        width: 26px;
        height: 22px;
    }
    .cart-inner.mobile_cart .col-2 {
        padding: 0;
        padding-right: 12px;
    }
    .mobilecart-wrapper .delete-icon i {
        font-weight: 600;
        font-size: 20px;
    }
    .cart-inner.mobile_cart .col-3 .text-left {
        padding-top: 0 !important;
    }
    .mobile_cart .addbutton-bg {
        display: flex;
        align-items: baseline !important;
    }
}

#similarSlider .MS-controls .MS-right,
#similarSlider1 .MS-controls .MS-right,
#folloersSlider .MS-controls .MS-right {
    right: -410px;
}
#similarSlider .MS-controls .MS-right{
    right: -24px;
}
@media (max-width: 991px) {
    #similarSlider .MS-controls .MS-right,
    #similarSlider1 .MS-controls .MS-right,
    #folloersSlider .MS-controls .MS-right,
    #followingSlider .MS-controls .MS-right {
        right: -2px;
    }
}
.MS-controls {
    position: relative;
    top: 100px;
    z-index: 9;
    left: 0;
    bottom: 0;
    right: 0;
}
#similarSlider p,
#similarSlider1 p {
    white-space: normal;
}
.simproducts-img-bg {
    width: 300px;
    box-shadow: 0 0 1px 1px hsl(0deg 0% 0% / 5%);
    text-align: center;
    border-radius: 5px;
    height: 200px;
    margin-bottom: 0 !important;
}
.simprod-img {
    border-radius: 5px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.simhead s {
    color: #828282;
    font-size: 15px;
}

.simhead {
    color: #333333;
}

.simproducts-inner .success-box {
    left: 98%;
}

.detailpro-img {
    width: 100%;
    height: 190px;
    box-shadow: 0 0 2px 1px hsl(0deg 0% 0% / 16%);
    border-radius: 5px;
}

.detailpro-img img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 5px;
}

.right-bg p.alert-heading.mb-0 {
    font-size: 12px;
}

.right-bg section.rating-widget {
    width: 56%;
}

.progress-bar-width .preorder-progress>.stat-bar-rating {
    background: #b3751b;
}

.reset-btn button.yellow-bg,
.reset-btn .addclose {
    width: 418px;
}

#resetModal .modal-content {
    padding: 24px;
    background: #FCFCFC;
}
.addclose {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 1px 8px 0px rgba(121 56 14 / 15%);
    box-shadow: 0px 1px 8px 0px rgba(121 56 14 / 11%);
}
.addclose span {
    font-weight: 700;
}
.sticky-sidebar.fixedsidebar-header {
    position: sticky;
    top: 80px;
    z-index: 0;
}
.removefixed-header {
    position: absolute !important;
    top: 575px;
    z-index: -1;
}
.sticky-sidebar section.rating-widget {
    width: 64%;
}
.navigation__link.active {
    color: white;
    background-color: rgba(0, 0, 0, 0.1);
}
.prodetails-content section.rating-widget {
    width: 100%;
    padding-bottom: 10px;
}
.prodetails-content .success-box {
    left: 25%;
}
.prodetails-content small {
    color: #828282;
}

#sidebarnav-scroll {
    padding: 0 0 35px 50px;
}
/* ====== PRODUCTS-DETAIL-PAGE-CSS-END ====== */
/* =======  PALLY-PRODUCTS-DETAILS-PAGE-CSS-START ====== */
.prodetails-content h4,
.prodetails-content h4 small {
    color: #262626;
    word-break: break-all;
}

.review-content .fa-fw {
    width: 1.28571429em !important;
}

.fa-fw {
    text-align: center;
    width: 18px !important;
}

.review-content section.rating-widget {
    width: 100%;
}

.owl-nav {
    display: block !important;
}

.owl-carousel {
    z-index: auto !important;
}

.review-content .dark-grey {
    color: #4F4F4F;
    font-size: 14px;
    display: block;
}

.pallyfriends-bg {
    background: #FCFCFC;
    border: 1px solid #BDBDBD;
    border-radius: 5px;
    padding: 4px
}

.pally-img {
    width: 40px !important;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 4px hsl(0deg 0% 0% / 20%);
}

.pally-frnds .col-lg-4.mb-3 {
    padding: 0 0 0 12px;
}

.pally-frnds {
    width: 80%;
}

#pallyorderModal .rdio label:before {
    border: 2px solid #333333;
}

div#splitbill {
    display: block;
}

div#paymyself {
    display: none;
}

div#Mobsplitbill {
    display: block;
}

div#Mobpaymyself {
    display: none;
}

.pally-box input.form-control {
    width: 20%;
    border-radius: 5px;
    border: 2px solid #AAAAAA;
    height: 44px;
    color: #333333;
}
#paymyself label {
    margin-bottom: 10px !important;
}
.pally-box.form-group label {
    margin-bottom: 10px !important;
}

.pallysplit-content select.form-control {
    border: 1px solid #E0E0E0;
    height: 48px;
    border-radius: 10px;
}

.pally-w .yellow-bg,
.addclose {
    width: 400px;
}



div#pallyorderModal label {
    font-size: 14px;
    color: #4F4F4F;
    margin-bottom: 4px;
}

div#pallyorderModal .addbutton-bg {
    width: 30%;
    margin: 0 0 16px 0;
}

.gotocart-btn,
.cartsuessfull-bg .addclose {
    width: 100%;
    height: 46px;
}

.date-picker input#datepicker {
    border: none;
}

.date-picker ::placeholder {
    color: #625300 !important;
    opacity: 1;
}

.pallysplit-content ::placeholder {
    color: #333333 !important;
    opacity: 1;
}

.cartsuessfull-bg p {
    font-weight: 400;
    font-size: 14px;
}

.gj-datepicker-md [role=right-icon] {
    right: 20% !important;
    color: #B3561B;
}

.gj-picker-md {
    color: #253342 !important;
    border: none !important;
    box-shadow: 0 0 2px 1px rgb(0 0 0 / 16%);
}

.cartsuessfull-bg .modal-content {
    width: 100%;
    margin: 0 auto;
}


.small-text {
    font-size: 14px;
    color: #4F4F4F;
}
.aleadypally-content .btneffects-bg {
    width: 48%;
}

.aleadypally-content .addclose {
    width: 48%;
    margin: 0 auto;
}

.existpallybg .modal-dialog {
    max-width: 645px;
}
.existpallybg .modal-content {
    height: 80vh;
    overflow: hidden;
    overflow-y: scroll;
}
.list-view {
    width: 40px;
    height: 40px;
    object-fit: scale-down;
    border-radius: 5px;
}
/* =======  PALLY-PRODUCTS-DETAILS-PAGE-CSS-END ====== */

/* ====== CART-PAGE-CSS-START ====== */
.bd-selectadd-modal-lg .modal-lg {
    max-width: 1000px !important;
}

.cart-wrapper h6 {
    font-size: 14px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.cart-inner .row .row {
    align-items: flex-start;
}
.cart-inner .pallylist-bg {
    margin: 0;
}

.cart-wrapper .remove-address p {
    font-size: 14px;
    margin: 0 !important;
    word-break: break-all;
}
.cart-wrapper a:hover h6 {
    color: #625300;
}

.addbutton-bg span {
    vertical-align: bottom;
    cursor: pointer;
}
/***** RADIO BUTTON STYLES *****/
.rdio {
    position: relative;
    margin: 0;
}

.rdio input[type="radio"] {
    opacity: 0;
}

.coupon-head span.material-icons.s-icon {
    font-size: 22px;
    color: #4F4F4F;
}

.rdio label {
    padding-left: 10px;
    cursor: pointer;
    margin: -26px 0 0px 20px;
    display: block;
    font-size: 16px;
}

.delivery-border label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 14px;
}

.selectadd-content .rdio label:before {
    border: 2px solid #333333;
}

.rdio label:before {
    width: 17px;
    height: 17px;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 1px;
    left: 0;
    content: '';
    display: inline-block;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #625300;
    background: transparent;
}

.rdio input[type="radio"] {
    margin: 0px;
}

.rdio input[type="radio"]:checked+label::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 5px;
    display: inline-block;
    font-size: 10px;
    width: 8px;
    height: 8px;
    top: 6px;
    left: 5px;
    display: inline-block;
    font-size: 7px;
    width: 8px;
    height: 8px;
    background-color: #B3561B;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.rdio input[type="radio"]:checked+label::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 5px;
    display: inline-block;
    font-size: 6px;
    width: 7px;
    height: 7px;
    top: 5px;
    left: 4px;
    display: inline-block;
    font-size: 11px;
    width: 10px;
    height: 10px;
    background-color: #B3561B;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.rdio-default input[type="radio"]:checked+label:before {
    border-color: #B3561B;
}

.rdio-primary input[type="radio"]:checked+label:before {
    border-color: #B3561B !important;
}

.rdio-primary input[type="radio"]:checked+label::after {
    background-color: #B3561B;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 250px;
}

.checkout-wrapper {
    background: #FFF6C4;
    padding: 40px 10px;
    color: #625300;
    height: fit-content;
}

.checktop-text h5 {
    font-size: 14px;
    font-weight: 400;
}

.checktop-text h2 {
    font-size: 18px;
    font-weight: 700;
    word-break: break-word;
}

.checkout-wrapper .border-right {
    border-right: 1px solid #625300 !important;
}

.small-head {
    font-size: 14px;
    color: #625300;
    opacity: 0.6;
    font-weight: 400;
}

.checkout-head {
    color: #625300;
    font-weight: 400;
    font-size: 32px;
}

.checkout-wrapper .rdio-primary input[type="radio"]:checked+label:before {
    border-color: #625300 !important;
}

.checkout-wrapper .rdio-primary input[type="radio"]:checked+label::after {
    background-color: #625300;
}

.coupon-head b {
    font-size: 18px;
    font-weight: 400;
}

#applycouponopnmodal .form-control {
    height: 46px;
    border: 2px solid #aaaaaa;
}

.checkout-wrapper .border-bottom {
    border-bottom: 1px solid #625300!important;
    opacity: 0.1;
}

.cart-inner .border-bottom {
    border-bottom: 1px solid #AAAAAA !important;
}

.light-brown {
    color: #AD8565;
    font-size: 14px;
    font-weight: 400;
}

.delivery-border .form-control {
    border: 2px solid #625300;
    resize: none;
}

.delivery-border ::placeholder {
    color: #625300;
    opacity: 0.8;
}

.checkout-btn .yellow-bg {
    width: 80%;
}

.yellow-bg {
    background: #feb517;
    border: none;
    border-radius: 5px;
    padding: 10px;
    color: #262626;
    font-weight: 600;
    font-size: 14px;
}

.shopping-btn {
    height: 44px;
    font-weight: 600;
    color: #B3561B !important;
}

.pally-content span.material-icons-outlined {
    transform: rotate( -90deg);
    font-size: 16px;
    vertical-align: text-top;
}
.cart-img,
.order-img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    object-fit: cover;
}

.modal-w .yellow-bg,
.shopping-btn {
    width: 400px;
}

#preorderModal .modal-w .yellow-bg,
.shopping-btn {
    width: 100%;
    height: 46px;
}

.box-shadow {
    background: #fff;
    box-shadow: 0 1px 5px 0px hsl(0deg 0% 0% / 16%);
    border-radius: 5px;
}

.order-total h6 {
    color: #4F4F4F;
    font-weight: 400;
    margin-bottom: 10px !important;
}
.ordersummary-modal .refer-main {
    margin-bottom: 50px;
}

.checkout-bottom .modal-content,
.couponapply-bottom .modal-content,
.profile-bottom .modal-content,
.changepass-bottom .modal-content,
.address-bottom .modal-conten {
    background-color: #FCFCFC;
}
.checkout-bottom .modal-content{
    height: 100vh !important;
}

.white-btn {
    border: none;
    background: #fff;
    padding: 8px 16px;
    color: #B3561B;
    border-radius: 5px;
    box-shadow: 0 0 9px 1px hsl(0deg 0% 0% / 5%);
    font-weight: 500;
}
/* ------ CHECKBOX-CSS-START ------ */
.pay-check {
    position: relative;
    color: #222;
    padding-left: 18px;
}

.pay-check input {
    opacity: 0;
}

.check_box_ex {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #B3561B;
    border-radius: 3px;
    overflow: hidden;
}

.check_box_ex::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #B3561B;
    transform: scale(0);
    transition: cubic-bezier(1, 0.01, 1, 0) 0.2s;
}

.check_box_ex::after {
    position: absolute;
    content: '';
    top: 0px;
    left: 6px;
    width: 6px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg) scale(0);
    transition: cubic-bezier(1, 0.01, 1, 0) 0.4s;
}

.pay-check input:checked~.check_box_ex::before {
    transform: scale(1);
}

.pay-check input:checked~.check_box_ex::after {
    transform: rotate(45deg) scale(1);
}

/* ------ CHECKBOX-CSS-END ------ */
.small-label {
    font-size: 14px;
}

.coupon-bg.alert.alert-success {
    background: #EFF5F2;
    border-color: #EFF5F2;
    color: #104B29;
    box-shadow: 0 1px 5px 0px hsl(0deg 0% 0% / 16%);
}
.w-85 {
    width: 86%;
}

.brown-clr {
    color: #B3561B !important;
}

.savemake-list .brown-text {
    color: #B3561B !important;
    font-size: 16px;
    font-weight: 400;
}

.brown-text {
    color: #B3561B !important;
    font-size: 14px;
    font-weight: 500;
}

.darkbrown-text {
    color: #572B00;
}

.big-text {
    font-weight: 500;
    font-size: 18px;
}

.bank-content small {
    font-size: 14px;
}

.small-text .alert-warning {
    color: #B3561B;
}

.small-text .alert-warning,
.small-text .alert-success {
    font-size: 14px;
    border-radius: 5px;
}

.order-table .brown-clr {
    font-weight: 700;
    font-size: 14px;
}

.small-text .alert-success {
    color: #17693A;
    background-color: #D1FFE5;
    border-color: #D1FFE5;
}

/* ====== CART-PAGE-CSS-END ====== */

/* ====== ORDERS-PAGE-CSS-START ====== */
.items-bg .text-success,
.items-bg .text-warning,
.items-bg .text-danger,
.order-sum-content .text-success,
.order-sum-content .text-warning,
.order-sum-content .text-danger {
    font-weight: 500;
}

.order-table td {
    vertical-align: middle;
    color: #262626;
    padding: .75rem 18px;
    border-top: 1px solid #F2F2F2;
}

.order-table th {
    font-weight: 400;
    color: #828282;
    text-transform: uppercase;
    font-size: 14px;
    border-top: 0;
    border-bottom: 0 !important;
    padding: 10px 10px 10px 18px;
}

.order-table h6 {
    color: #262626;
    font-weight: 400;
}

.orders-wrapper {
    height: 100%;
    margin: 0 0 80px 0;
}
.orders-wrapper .pagination{
    margin-top: 35px;
}

.modal .modal-dialog-aside {
    width: 500px;
    max-width: 80%;
    height: 100%;
    margin: 0;
    transform: translate(0);
    transition: transform .2s;
}

.modal .modal-dialog-aside .modal-content {
    height: inherit;
    border: 0;
    border-radius: 0;
    box-shadow: 0 -3px 36px hsl(0deg 0% 0% / 20%);
}

.modal .modal-dialog-aside .modal-content .modal-body {
    overflow-y: auto;
}

.modal.fixed-right .modal-dialog-aside {
    margin-left: auto;
    transform: translateX(100%);
}

.modal.show .modal-dialog-aside {
    transform: translateX(0);
}

.ordersummary-modal a.brown-clr {
    font-size: 14px;
    font-weight: 500;
}

#unavailable-modal,
#viewdetails-modal,
#trackorder-modal,
#editprofile,
#addnewaddress {
    padding-right: 0 !important;
}

.ordersummary-main {
    padding-right: 0 !important;
}

.alert-bg {
    border-radius: 5px;
}

.light-grey {
    color: #828282;
    font-weight: 400;
    font-size: 14px;
}

.grey-border {
    border: 1px solid #BDBDBD;
    border-radius: 5px;
    padding: 8px 0 0 0;
    font-size: 14px;
}

.pally-list {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.StepProgress {
    position: relative;
    list-style: none;
}

.StepProgress::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 10px;
    left: 4px;
    height: 300px;
    border-radius: 5px;
    border: 1px dashed #E5E3E3;
}

.StepProgress-item {
    position: relative;
    counter-increment: list;
    color: #E0E0E0;
}

.StepProgress-item:not(:last-child) {
    padding-bottom: 35px;
}

.StepProgress-item::before {
    display: inline-block;
    content: '';
    position: absolute;
    left: -36px;
    height: 100%;
    width: 10px;
    top: 7px;
}

.StepProgress-item::after {
    content: '';
    display: inline-block;
    position: absolute;
    border-radius: 50%;
}

.StepProgress-item.activeplace::before {
    border-left: 1px dashed #B3561B;
}

.StepProgress-item.activeplace::after {
    content: "\e86c";
    color: #B3561B;
    text-align: center;
    font-family: 'Material Icons';
    font-size: 25px;
    z-index: 9999;
    top: -3px;
    left: -47px;
    background-color: #ffffff;
    height: 25px;
    line-height: 25px;
}

.StepProgress-item.deactiveplace::after {
    content: "";
    text-align: center;
    font-family: 'Material Icons';
    font-size: 25px;
    z-index: 9999;
    top: -3px;
    left: -47px;
    background-color: #E5E3E3;
    height: 24px;
    line-height: 24px;
    width: 24px;
}
.StepProgress-item.current::before {
    border-left: 2px solid #B3561B;
}

.StepProgress-item.current::after {
    padding-top: 1px;
    width: 19px;
    height: 18px;
    top: -4px;
    left: -40px;
    font-size: 14px;
    text-align: center;
    color: #B3561B;
    border: 2px solid #B3561B;
    background-color: white;
}
.StepProgress strong {
    display: block;
}

.StepProgress-item.activeplace {
    color: #000;
}

.fixed-right .close span {
    padding: 10px 20px;
}
/* ====== ORDERS-PAGE-CSS-END ====== */
/* ====== MAKE-LIST-PAGE-CSS-START ====== */

.making-list i {
    font-size: 6px;
    vertical-align: middle;
    padding: 0 12px 1px 12px;
}

.makelist-wrapper .breadcrumb a {
    color: #572B00;
    font-weight: 400;
}

.makelist-wrapper .breadcrumb {
    padding: 0;
    background-color: transparent;
}

.makelist-wrapper {
    padding: 30px 0;
    position: relative;
}

.saved-list span {
    vertical-align: middle;
}

.saved-list i.fa.fa-circle {
    font-size: 6px;
    padding: 4px;
    vertical-align: middle;
}

.making-list a {
    color: #572B00;
    font-weight: 400;
    font-size: 14px;
}

.makelist-view {
    box-shadow: 0 1px 2px 0 hsl(0deg 0% 0% / 16%);
    border-radius: 0 0 5px 5px;
    padding: 10px;
    position: absolute;
    min-width: 78%;
    background: #fff;
    z-index: 1;
    max-height: 300px;
    overflow-x: hidden;
}

#scrolling::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

#scrolling::-webkit-scrollbar-thumb {
    border-radius: 0px;
}

form.makelist-form .form-control {
    border: 2px solid #AAAAAA;
    height: 50px;
    width: 100%;
    appearance: none;
}
.make-form-select{
    position: relative;
}
.make-form-select:before {
    content: '\e5cf';
    position: absolute;
    right: 15px;
    font-family: 'Material Icons';
    color: #AAAAAA;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
}

.makelist-form label {
    color: #767676;
    font-size: 14px;
    display: block;
}

form.makelist-form {
    width: 84%;
    padding-top: 15px;
    padding-top: 10px;
}

.makelist-form .addbutton-bg {
    max-width: 80%;
    margin: 0;
    height: 46px;
    padding: 8px 0 0 0;
}

.brown-fillbtn {
    background: #B3561B;
    color: #fff;
    height: 46px;
    border: none;
    border-radius: 5px;
    width: 100%;
    font-size: 14px;
}

.share-ic a {
    color: #111;
}

.share-ic span {
    font-size: 34px;
}

.mylist-wrapper .addbutton-bg {
    width: 80%;
    height: 46px;
    padding: 10px 0 0 0;
    margin: 0;
}

.list-img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 5px;
}

/* .mylist-wrapper a:hover {
    color: #b3561b;
} */

.mylist-wrapper i {
    font-size: 24px;
}

.mylist-wrapper {
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    padding: 12px;
    height: auto;
    box-shadow: 0 1px 3px hsl(0deg 0% 0% / 16%);
    margin: 0 0 0 20px;
}

.mylist-btn button.yellow-bg {
    width: 400px;
}

.mylist-btn {
    margin: 140px 0 30px 0;
}

.createlist-btn {
    width: 60%;
    float: right;
}
.savemake-list {
    border: 1px solid #AAAAAA;
    border-radius: 4px;
    padding: 15px 15px;
    box-shadow: 0 0 2px 1px hsl(0deg 0% 0% / 16%);
    margin: 20px 0 0 0;
    min-height: 292px;
    height: 292px;
    overflow-y: scroll;
    overflow-x: hidden;
    overflow-y: auto;
}
.savemake-list ul {
    height: 70%;
    margin: 0;
    overflow-y: auto;
}
.sharepermission-bg .modal-content {
    padding: 20px;
    max-width: 450px;
    margin: 0 auto;
}

.share-btn .yellow-bg {
    width: 462px;
    height: 46px;
}

.share-btn {
    margin: 20px auto 50px;
}

.delivery-form input.form-control {
    border: 2px solid #aaaa;
    height: 46px;
}

.makelistmodal-bg .nav-tabs .nav-item.show .nav-link,
.makelistmodal-bg .nav-tabs .nav-link.active {
    color: #B3561B !important;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border: none;
    border-bottom: 2px solid #B3561B !important;
}
.nav-tabs .nav-item{
    margin-bottom: 1px !important;
}
.makelistmodal-bg .nav-tabs .nav-link:focus,
.makelistmodal-bg .nav-tabs .nav-link:hover {
    border-color: #dee2e6 #dee2e6 #fff;
    color: #262626;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px;
}

.makkelist-btn button.yellow-bg {
    width: 400px;
    height: 46px;
}

.makkelist-btn button.shopping-btn {
    width: 400px;
}

/* ====== MAKE-LIST-PAGE-CSS-START ====== */
/* ====== MY-ACCOUNT-PAGE-CSS-START ====== */
/* ------- PROFILE-PAGE-CSS-START ------- */

.profile-wrapper h4 {
    font-weight: 400;
    color: #333333;
    font-size: 20px;
}

.profile-wrapper h6 {
    color: #333333;
    font-weight: 400;
    font-size: 18px;
}

.address-wrapper .material-icons,
.address-wrapper .material-icons-outlined {
    color: #828282;
}

.address-wrapper p.grey-text {
    font-size: 14px;
}

#folloersSlider .MS-content,
#followingSlider .MS-content {
    overflow: hidden;
    white-space: nowrap;
    width: 98%;
    margin: 0 auto;
}
#followingSlider .MS-controls .MS-left {
    left: 0;
}
#followingSlider .MS-controls .MS-right {
    right: 0;
}

.sidebar {
    border: 1px solid #E0E0E0;
    padding: 10px;
    border-radius: 3px;
}

.sidebar .active {
    background: #FFF1E8;
}

.sidebar li {
    padding: 12px 0 4px 10px;
    border-bottom: 1px solid #F2F2F2;
}

.sidebar li:hover {
    background: #FFF1E8;
}

.sidebar .active a {
    color: #572B00;
}

.sidebar li:hover a {
    color: #572B00;
}

.user-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.follow-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 3px hsl(0deg 0% 0% / 48%);
}

.follow-btn.text-uppercase {
    background: #fff;
    border: none;
    color: #B3561B;
    border-radius: 5px;
    padding: 8px 14px;
    box-shadow: 0 0 3px hsl(0deg 0% 0% / 16%);
}

#my-followers .MS-controls .MS-left,
#folloersSlider .MS-controls .MS-left {
    left: 0;
}

#my-followers .MS-controls .MS-right,
#folloersSlider .MS-controls .MS-right {
    right: 0;
}
#my-followers .MS-controls {
    top: 65px;
}

#my-followers .MS-content .item,
#folloersSlider .MS-content .item,
#my-following .MS-content .item {
    background: #FCFCFC;
    border-radius: 5px;
    margin: 0 22px 0 0;
}

#my-followers .MS-controls .MS-left,
#my-followers .MS-controls .MS-right {
    margin-top: -33px;
    position: absolute;
    top: -51%;
    color: #4F4F4F;
    background: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 14px rgb(0 0 0 / 16%);
}

.profile-wrapper {
    margin: 30px 0 0 0;
    max-height: 100%;
}

.changepass-wrapper {
    margin: 0 0 60px 0;
    max-height: 100%;
}

.profile-pic {
    width: 120px;
    height: 120px;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    object-fit: cover;
    background: #fff;
    box-shadow: 0 0 3px hsl(0deg 0% 0% / 30%);
}

.file-upload {
    display: none;
}
.circle {
    border-radius: 1000px !important;
    overflow: hidden;
    width: 128px;
    height: 128px;
    border: 5px solid rgba(255, 255, 255, 0.7);
}
.edit-image {
    position: absolute;
    top: 66%;
    color: #666666;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    left: 54%;
}
.edit-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.upload-button:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #999;
}
.phone-list li:first-child {
    padding: 0;
    border-right: 1px solid #ccc;
}

.list-unstyled.phone-list,
.editpro-form .form-control,
.input-group {
    border: 2px solid #AAAAAA;
    border-radius: 4px;
    margin-bottom: 0;
}
.main-circle {
    display: inline-block;
    position: relative;
}
.p-image {
    position: absolute;
    right: 0;
    bottom: 0;
}
.phone-list select {
    border: none;
    background: transparent;
}
.phone-list input.form-control {
    box-shadow: none;
    background: transparent;
}

.phone-list input.form-control {
    border: none;
}
select:focus {
    outline: none;
}
.update-profile button.yellow-bg {
    width: 400px;
}

.editpro-form .form-group {
    width: 400px;
    margin-bottom: 8px;
}

.editprofile-modal {
    padding: 30px;
}

.profile-wrapper h2 {
    margin: 0 0 30px 0;
    font-weight: 400;
}
.editpro-form label {
    color: #767676;
    margin-bottom: 0px;
    font-size: 14px;
}
/* ------- PROFILE-PAGE-CSS-END ------- */
/* ------- MANGE-ADDRESS-PAGE-CSS-START------- */
.address-check {
    position: relative;
    color: #222;
    padding-left: 18px;
}

.address-check input {
    opacity: 0;
}

.address-check input:checked~.check_box_ex::before {
    transform: scale(1);
}

.address-check input:checked~.check_box_ex::after {
    transform: rotate(45deg) scale(1);
}
.address-wrapper li {
    color: #4F4F4F;
}

.address-wrapper {
    border: 1px solid #BDBDBD;
    border-radius: 3px;
    padding: 12px 12px 0 16px;
    height: 200px;
}
.address-wrapper.active {
    border: 1px solid #B3561B;
}

.address-wrapper.add-new {
    padding: 78px 0;
}

.add-new span.material-icons {
    font-size: 40px;
}

.address-wrapper.add-new a {
    color: #4F4F4F;
}


/*------- MANGE-ADDRESS-PAGE-CSS-END ------- */
/* ------- CHANGE-PASSWORD-PAGE-CSS-START ------- */
.login-w img.b-logo {
    width: 70px;
    height: 70px;
    object-fit: scale-down;
}
.continueguest-wrapper {
    display: none;
}
.changepass-wrapper input,
.login-content input,
.Mobprofile-wrapper input {
    border: none;
}

.changepass-wrapper span.brown-clr,
.login-content span.brown-clr,
.Mobprofile-wrapper .brown-clr {
    font-size: 14px;
    padding: 8px 6px 8px 10px;
    background-color: transparent;
    text-transform: uppercase;
}

.changepass-wrapper label,
.login-content label {
    font-size: 14px;
    margin-bottom: 0;
}
.update-password button.yellow-bg,
.login-bg button.yellow-bg {
    width: 400px;
}
.changepass-wrapper {
    height: auto;
    margin-bottom: 30px;
}
.reset-btn p,
.continueguest-wrapper p {
    font-size: 14px;
    color: #4F4F4F;
}

.reset-btn .brown-clr,
.continueguest-wrapper .brown-clr {
    font-weight: 600;
}

.addclose .text-danger {
    font-weight: 600;
}

/* ------- CHANGE-PASSWORD-PAGE-CSS-END ------- */
/* ------- MY-FOLLOWERS-PAGE-CSS-START ------- */
.myfollowers {
    background: #FCFCFC;
    border: 1px solid #BDBDBD;
    border-radius: 5px;
    padding: 10px;
    color: #333333;
}

.page-item.disabled .page-link {
    border: none;
    padding: 0;
}
.pagination .page-item {
    padding: 0 15px;
}
.page-item:last-child .page-link {
    border: none;
    padding: 0;
}

.page-item:last-child .page-link {
    border: none;
}

.border-bg {
    border: 1px solid #BDBDBD;
    border-radius: 4px;
    margin: 2px;
}

.border-bg li {
    padding: 10px 14px;
}
.pagination li.active {
    background-color: #FFF1E8;
}
.pagination-bg .page-link {
    color: #333333;
    border: 0;
}

.pagination-bg .page-link:hover {
    color: #333333;
    background-color: transparent;
}

.pagination-bg .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
.pagination-bg span {
    font-size: 14px;
    vertical-align: middle;
    line-height: 29px;
    font-size: 16px;
    vertical-align: middle;
}

.follower-icon span {
    vertical-align: bottom;
}

a.follower-icon:hover {
    color: #262626;
}

/* ------- MY-FOLLOWERS-PAGE-CSS-END ------- */
/* ====== MY-ACCOUNT-PAGE-CSS-END ====== */
/* ======= WALLET-PAGE-CSS-START ======= */

.feq-icon span.material-icons {
    transform: rotate( 180deg);
}
.wallet-wrapper h4,
.Notifications-wrapper h4,
.refer-wrapper h4,
.saveproducts-wrapper h4,
.freq-wrapper h4 {
    font-weight: 400;
    color: #262626;
}

.sidebar span.align-top {
    font-size: 15px;
}

.wallet-bg {
    background-image: url("../images/wallet-bg.jpg");
    color: #fff;
    background-size: 100% 100%;
    padding: 12px;
}

.wallet-bg p,
.mobile-wallet-bg p {
    color: #FEF1D2;
    font-size: 14px;
}

.wallet-box p.mb-0.grey-text {
    font-size: 14px;
}

.wallet-content {
    border: 1px solid #E0E0E0;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 2px 1px hsl(0deg 0% 0% / 16%);
}
.wallet-bg a.follow-btn,
.notification-bg a.follow-btn {
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 500;
}

/* -------- NOTIFICATION-PAGE-CSS-START -------- */
.cirlce-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0px 2px hsl(0deg 0% 0% / 63%);
}
.Notifications-wrapper {
    margin: 0 0 100px 0;
}

/* -------- NOTIFICATION-PAGE-CSS-END -------- */
/* ------- REFER AND EARN-PAGE-CSS-START -------- */
.refer-wrapper {
    background-image: url(../images/refer-img.png);
    background-repeat: no-repeat;
    background-position: right;
    min-height: 500px;
}

.refer-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 0 1px 1px hsl(0deg 0% 0% / 15%);
    object-fit: cover;
}

.refer-inner p {
    color: #4F4F4F;
    word-break: break-word;
}

.refer-inner strong {
    font-size: 26px;
    color: #4F4F4F;
}

.copy-bg {
    background: #fcfcfc;
    border: 2px solid #AAAAAA;
    border-radius: 5px;
    padding: 8px 12px 8px 12px;
    color: #4F4F4F;
    box-shadow: 0 0 1px 1px #00000012;
}

.refer-inner h1.brown-clr {
    font-weight: 400;
}

.refer-inner .copy-bg {
    border-radius: 10px;
    position: relative;
}

.refer-inner {
    border: 1px solid #E0E0E0;
    padding: 25px 60px;
    border-radius: 5px;
    box-shadow: 0 0 1px 1px hsl(0deg 0% 0% / 5%);
}
.refer_icon {
    position: absolute;
    right: 5px;
    top: 8px;
}
.refer-main {
    position: relative !important;
    height: 50px;
    line-height: 46px;
    padding: 0 12px !important;
}
/* ------- REFER AND EARN-PAGE-CSS-END -------- */
/* ------- SAAVED-PRODUCTS-CSS-START ------- */
.saveproducts-wrapper {
    margin: 0 0 80px 0;
}
/* ------- SAAVED-PRODUCTS-CSS-END ------- */
/* ------- FREQ-OUESTIONS-PAGE-CSS-START ------ */

[data-toggle=collapse].collapsed i:before {
    content: "";
}

#accordion .card-header {
    margin-bottom: 8px;
}

#accordion .accordion-title {
    position: relative;
    display: block;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    text-align: left;
    transition: all 0.4s ease-in-out;
    background-color: #fff;
    color: #262626;
}

#accordion .accordion-title i {
    position: absolute;
    width: 40px;
    height: 100%;
    right: 0;
    top: 0;
    text-align: center;
}

.accordion-bg .card {
    border: 0;
    border-bottom: 1px solid #f2f2f2;
    border-radius: 0;
    padding: 10px 4px;
}

#accordion .accordion-body {
    padding: 0;
}

#accordion .accordion-body ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

#accordion .accordion-body li {
    padding-left: 1.2rem;
    text-indent: -1.2rem;
}

#accordion .accordion-body li:before {
    content: "";
    padding-right: 5px;
    font-family: "Flaticon";
    font-size: 16px;
    font-style: normal;
}

#accordion .accordion-body p {
    padding: 0;
    color: #4F4F4F;
}

.accordion-bg {
    margin: 0 0 100px 0;
}

#Mobaccordion .card-header {
    margin-bottom: 8px;
}

#Mobaccordion .accordion-title {
    position: relative;
    display: block;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    text-align: left;
    transition: all 0.4s ease-in-out;
    background-color: #fff;
    color: #262626;
}

#Mobaccordion .accordion-title i {
    position: absolute;
    width: 40px;
    height: 100%;
    right: 0;
    top: 0;
    text-align: center;
}

.accordion-bg .card {
    border: 0;
    border-bottom: 1px solid #f2f2f2;
    border-radius: 0;
    padding: 10px 4px;
}

#Mobaccordion .accordion-body {
    padding: 0;
}

#Mobaccordion .accordion-body ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

#Mobaccordion .accordion-body li {
    padding-left: 1.2rem;
    text-indent: -1.2rem;
}

#Mobaccordion .accordion-body li:before {
    content: "";
    padding-right: 5px;
    font-family: "Flaticon";
    font-size: 16px;
    font-style: normal;
}

#Mobaccordion .accordion-body p {
    padding: 0;
    color: #4F4F4F;
}

/* ------- FREQ-OUESTIONS-PAGE-CSS-END ------ */

/* ======= WALLET-PAGE-CSS-END ======= */

/* ======= LOGIN-PAGE-CSS-START ====== */
.social-view .social-btn {
    text-align: left;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid;
    border-radius: 5px;
    background-color: transparent;
    background: transparent;
}

.social-btn i {
    padding: 0 6px 0 0;
}

.social-view .social-btn:hover #social-styleview {
    position: relative;
    animation: svga 1s;
}

@-webkit-keyframes svga {
    100% {
        transform: rotateY(360deg);
    }
}

.facebookicon {
    padding: 10px 17px;
    border-color: #3a5795;
    color: #3a5795;
}

.googleicon {
    border-color: #FF1B1B;
    color: #FF1B1B;
    padding: 10px 22px;
}

.appleicon {
    border-color: #333333;
    color: #333333;
    padding: 10px 24px;
}

.social-mobile-view {
    display: none !important;
}

.logslider-content h5 {
    color: #333333;
}

.logslider-content p {
    color: #4F4F4f;
}

.logslider-content {
    margin: 30px auto 36px;
    width: 30%;
}

.login-wrapper .carousel-indicators {
    top: 98%;
}

.login-wrapper .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 22px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #E0E0E0;
    background-clip: padding-box;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 20px;
}

.login-wrapper .carousel-indicators .active {
    background: #FAB814 !important;
    opacity: 1 !important;
    width: 28px !important;
    height: 10px;
}

.login-content {
    background: #FCFCFC;
    padding: 60px;
    height: 100vh;
}

.forgot-text {
    font-size: 14px;
    color: #B3561B;
}

.loginwith-text {
    background: #fcfcfc;
    width: 30%;
    text-align: center;
    margin: -26px 0 auto 135px;
    font-size: 14px;
    color: #BDBDBD;
}

.login-w {
    width: 400px;
}
.fb-btn:hover {
    background: #475993;
}

.apple-btn:hover {
    background: #333333;
}
.signup-bg .login-content {
    position: fixed;
    right: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}
.form-marign {
    margin: 40px 0 0 0;
}
.return_policy_block p a {
    color: #262626;
}
/* ======= LOGIN-PAGE-CSS-END ====== */
/* ======= RESPOSNIVE-STYLE-CSS-START ======= */
@media (max-width:1460px) {
    .logslider-content {
        margin: 30px auto 36px;
        width: 40%;
    }
}

@media (max-width:1199.98px) {
    #my-followers .MS-controls .MS-left,
    #my-followers .MS-controls .MS-right {
        top: -40%;
    }

    .food-items-bg .select-bg .form-control {
        font-size: 12px;
        height: 40px;
        padding: 2px 20px;
    }
    form.makelist-form {
        width: 100%;
    }
    .myfollowers {
        padding: 0;
    }
    .follow-img {
        width: 50px;
        height: 50px;
    }
    .pally-content .brown-btn {
        border: 0.8px solid #B3561B;
    }
    .address-wrapper {
        padding: 12px 12px 0 8px;
    }
    /*#my-followers .MS-controls .MS-left,
    #my-following .MS-controls .MS-left {
        left: -335px;
    }
    #my-followers .MS-controls .MS-right,
    #my-following .MS-controls .MS-right {
        right: -413px;
    }*/
    #folloersSlider .MS-content .item,
    #followingSlider .MS-content .item {
        width: 52%;
    }
    .pally-frnds {
        width: 100%;
    }
    .order-table td {
        padding: 10px 6px 10px 6px;
        font-size: 14px;
        text-align: center;
    }
    .addbutton-bg input {
        width: 38%;
    }
    .order-table .small-text .alert-warning,
    .order-table .small-text .alert-success {
        font-size: 14px;
        border-radius: 5px;
        padding: 4px !important;
    }
    .order-table .brown-clr {
        font-size: 14px;
    }
    .order-table h6 {
        font-size: 14px;
    }
    .checktop-text h5 {
        font-size: 13px;
    }
    .checktop-text h2 {
        font-size: 18px;
    }
    .cart-wrapper .small-head {
        font-size: 14px;
    }
    .cart-wrapper h6.light-brown {
        font-size: 13px;
    }
    .cart-wrapper .rdio label {
        margin: -26px 0 6px 14px;
        font-size: 14px;
    }
    .simple-gallery {
        width: 100%;
        height: 300px;
    }
    .logslider-content {
        width: 60%;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 6px 5px;
        margin: 0 3px;
    }
    .box-outline {
        height: 135px;
        padding: 30px 0 0 0;
    }
    #categoires-bg .MS-controls .MS-left {
        left: -450px;
    }
    #categoires-bg .MS-controls .MS-right {
        right: -536px;
    }
    .foodtabs a {
        font-size: 16px;
    }
    .foodtabs .active {
        padding: 8px 8px 5px 0;
        padding-top: 0;
    }
    .select-bg li {
        width: 32%;
    }

    .inner-head h5,
    .pally-inner h5 {
        font-size: 14px;
    }
    .pally-inner {
        min-height: 410px;
    }
    .download-content {
        padding: 100px 0 0 0;
    }
    .download-content h3 {
        font-size: 28px;
    }
    .saerch-bar {
        width: 100%;
    }
    .search-container input {
        width: 74%;
    }
    .recommended-bg .rating-widget {
        width: 95%;
    }

    .maxi {
        object-fit: cover;
    }
    .yellow-btn {
        width: 450px;
    }
    .prodetails-content .success-box {
        left: 33%;
    }
    .star {
        font-size: 14px;
        top: 60px;
    }
    .score-rating {
        top: 0;
        font-size: 50px;
    }
    .rating-text {
        padding: 24px 0 0 26px;
    }
    .score {
        margin: -46px 0 0 0;
    }
    .review-text section.rating-widget {
        width: 50%;
    }
    .progress-bar-width {
        width: 82%;
    }
    #sidebarnav-scroll {
        padding: 0 0 0 30px;
    }
    .refer-inner {
        padding: 30px 20px;
    }
}

@media (max-width:991.98px) {
    .sidebar-scroll {
        padding-right: 15px;
    }
    .profile-block .update-user-name {
        word-break: break-all !important;
    }
    .aleadypally-content {
        padding: 0 15px;
    }
    .changepass-wrapper input {
        background: transparent;
    }
    .editpro-form label {
        color: #333333;
        margin-bottom: 0px;
        font-size: 14px;
    }
    .profilemodal-header h5 {
        font-weight: 400;
    }
    .mobile-list-header i {
        font-size: 20px;
        vertical-align: sub;
        margin-right: 8px;
    }
    .profile-font {
        font-size: 20px;
        color: #333333;
        font-weight: 500;
    }
    .profilemodal-header i {
        font-size: 20px;
    }
    .form-marign {
        margin: 12px 0 0 0;
    }
    .media-img {
        width: 100%;
        height: 130px;
        object-fit: scale-down;
    }
    .update-password button.yellow-bg,
    .login-bg button.yellow-bg {
        width: 100%;
    }
    #Mobile-add-Modalopn .modal-dialog,
    #Mobile-direct-Modalopn .modal-dialog,
    #Mobile-processing-Modalopn .modal-dialog,
    #Mobile-date-Modalopn .modal-dialog,
    #Mobile-address-Modalopn .modal-dialog,
    #takeaction-Modalopn .modal-dialog,
    #viewtracking-Modalopn .modal-dialog,
    #sharelist-bottom_modal .modal-dialog,
    #Mobselect-bottom .modal-dialog,
    #Mobcartsuccessfull-Modalopn .modal-dialog,
    #Mobexistpally-Modalopn .modal-dialog,
    #review_Modal .modal-dialog,
    #Mobviewexistpally-Modalopn .modal-dialog {
        bottom: 0;
        top: 0 !important;
        overflow-y: scroll;
    }
    /* #Mobile-add-Modalopn .modal-dialog {
         top: 0 !important;
     }*/
    .modal#Mobile-add-Modalopn {
        overflow-y: scroll !important;
    }
    .search-img {
        width: 60px;
        height: 60px;
        border-radius: 5px;
        box-shadow: 0 0 2px hsl(0deg 0% 0% / 16%);
    }
    .search-tabs {
        border: none;
        font-size: 16px;
        padding: 0;
        background: transparent;
        margin-left: 10px;
    }
    .search-modal-bg .tab-content {
        padding: 120px 10px 0;
    }
    #search-modal-make-list .search-header {
        height: 60px !important;
    }
    .search-header {
        height: 100px;
        padding: 16px 10px 0;
    }
    .select-bg .form-control {
        border: 1px solid #EFEDED;
    }
    .viewdetail-bottom .modal-body {
        margin: 80px 0 0 0;
    }
    .order-sum-content {
        margin: 80px 0 0 0;
    }
    .coupon-content {
        margin: 85px 0 0 0;
    }
    .checkout-bottom .tab-content {
        padding-top: 120px;
        padding-bottom: 60px;
    }
    .mobile-icon span.yellow_cir {
        width: 20px;
        height: 20px;
        line-height: 20px;
        position: absolute;
        top: 3px;
        font-size: 12px;
    }
    .making-list {
        margin: 0 auto;
        text-align: center;
    }
    .making-list li:first-child {
        width: 100%;
    }
    .making-list a {
        font-size: 16px;
    }
    .share-btn {
        margin: 20px auto;
    }
    .share-btn .yellow-bg {
        width: 100%;
    }
    .follwers-wrapper {
        height: 130vh;
    }
    .add-btn {
        padding: 300px auto 0;
    }
    .Mobprofile-wrapper .border-btneffects {
        z-index: 0;
    }
    #MobfolloersSlider .MS-controls {
        top: 33%;
    }
    #MobfollowingSlider .MS-controls {
        top: 61%;
    }
    #MobfolloersSlider .MS-controls .MS-left,
    #MobfollowingSlider .MS-controls .MS-left {
        display: none !important;
    }
    #MobfolloersSlider .MS-controls .MS-right,
    #MobfollowingSlider .MS-controls .MS-right {
        margin-top: 0;
        position: absolute;
        color: #4F4F4F;
        background: transparent;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        box-shadow: none;
        border: none;
        display: none;
    }
    #MobfollowingSlider .MS-controls .MS-right {
        top: 0;
    }
    #MobfolloersSlider .MS-controls .MS-right {
        top: 0;
    }
    #my-followers .MS-content .item,
    #folloersSlider .MS-content .item,
    #my-following .MS-content .item {
        padding: 25px 0;
    }
    #folloersSlider .MS-content .item,
    #followingSlider .MS-content .item,
    #MobfolloersSlider .MS-content .item,
    #MobfollowingSlider .MS-content .item {
        width: 47%;
    }
    .Mobprofile-wrapper {
        background: #FCFCFC;
        height: 100%;
        padding-bottom: 120px;
        margin-top: 0px;
    }
    .Mobaddress-bg.Mobprofile-wrapper {
        padding-bottom: 140px;
    }
    .saveproducts-wrapper {
        margin: 20px 0 80px 0;
    }
    .refer-wrapper {
        background: none;
        margin: 20px 0 0 0;
    }
    .refer-inner {
        box-shadow: none;
        border: none;
    }
    .Notifications-wrapper {
        background: #FCFCFC;
    }
    .notification-bg {
        padding: 20px 0 0 0;
    }
    .cartsucessfull-bottom-modal .modal-w .yellow-bg,
    .shopping-btn,
    .addclose {
        width: 100% !important;
    }
    div#Mobpaymyself {
        display: none;
    }
    .wallet-border {
        border: 1px solid #BDBDBD;
        background: #FCFCFC;
        border-radius: 5px;
        padding: 10px;
    }
    .wallet-border h6 {
        font-weight: 400;
    }
    .wallet-mobile-view {
        margin: 0 0 100px 0;
    }
    .mobile-wallet-bg {
        background-image: url(../images/MobWallet.png);
        background-size: 100% 100%;
        color: #fff;
        width: 80%;
        margin: 25px auto;
    }
    .review-content .success-box {
        left: 38%;
    }
    .greysmall-head {
        color: #828282;
        font-size: 14px;
    }
    .dark-grey {
        color: #4F4F4F;
        font-size: 14px;
    }
    .orders-wrpper {
        padding: 0 0 180px 0;
    }
    .warning-bg {
        background: #FFF8D1;
        padding: 8px;
        border-radius: 5px;
    }
    .warning-bg p {
        color: #262626;
        font-weight: 300;
    }
    p.font-weight {
        font-weight: 400;
    }
    .coupon-content .form-control {
        border: 2px solid #AAAAAA;
    }
    .mobile-payment-bg h6 {
        color: #828282;
        font-size: 16px;
        font-weight: 400;
    }
    .delivery-border .form-control {
        border: 2px solid #aaaaaa;
    }
    .delivery-border ::placeholder {
        color: #828282;
        opacity: 1;
    }
    #similarSlider1 .MS-content {
        overflow: hidden;
        white-space: nowrap;
    }
    .mobile-header {
        display: block;
    }
    .hero_wrapper {
        padding: 15px 0;
    }
    .categoires_wrapper {
        margin: 16px 0 0px 0 !important;
    }
    .login-w {
        max-width: 400px;
        margin: 0 auto;
    }
    div#loginslider {
        display: none;
    }
    .login-wrapper,
    .signup-bg {
        background: #FCFCFC;
    }
    .webhero-view {
        display: none;
    }
    .mobilehero-view {
        display: block;
    }
    #my-followers .MS-controls,
    #MobfollowingSlider .MS-controls {
        display: none;
    }
    .MS-controls {
        display: none;
    }
    #categoiresSlider .MS-content .item {
        width: 22.8%;
    }
    .select-bg {
        margin: 38px 0 0 0;
        display: none;
    }
    .web-head {
        display: none;
    }
    .foodmobile-view {
        display: block;
    }
    .fillter-modal-bg .select-bg {
        display: block;
    }
    .select-bg li {
        width: 50%;
        margin: 20px auto;
        border-bottom: 2px solid #efeded;
    }
    .fillter-modal-bg .btneffects-bg {
        width: 42%;
    }
    .pally-bg .justify-content-start {
        margin-right: 15px;
    }
    .recommended-bg .justify-content-start {
        margin-right: 15px;
    }
    .preorder-bg .justify-content-start {
        margin-right: 15px;
    }
    .recommended-bg .products-img-wrapper {
        height: 170px;
        width: 100%;
    }
    .product-img {
        height: 100%;
        width: 100%;
        max-height: 170px;
        min-height: 170px;
    }
    .Mobviewexistpally-bottom-modal .product-img {
        height: 200px;
        width: 100%;
    }
    .pally-inner {
        min-height: auto;
    }
    .recommended-bg .pally-inner {
        min-height: auto;
    }
    .recommended-bg .rating-widget,
    .foodstuff-listing .rating-widget {
        width: 100%;
        margin-bottom: 0 !important;
    }
    .mobile-product .rating-main{
        text-align: left;
    }
    .recommended-bg .justify-content-end,
    .foodstuff-listing .justify-content-end {
        width: 100%;
    }
    .foodtabs .nav-link {
        padding: 8px 70px;
    }
    .foodtabs .nav-link.active {
        background-color: transparent;
    }
    .saveproducts-wrapper .foodtabs .nav-link.active {
        padding: .5rem 3rem !important;
    }
    .desktop-header {
        display: none;
    }
    .profile-img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        object-fit: cover;
        background: #fff;
        box-shadow: 0 0 3px hsl(0deg 0% 0% / 30%);
    }
    .saerch-bar {
        width: 100%;
        border: 2px solid #AAAAAA;
        background: #fff;
    }
    .saerch-bar ::placeholder {
        color: #828282;
        font-size: 16px;
    }
    .mobile-header {
        display: block;
    }
    .hero_wrapper ol.carousel-indicators {
        margin-bottom: 0;
    }
    .mobile-search {
        transition: all 0.4s ease;
        margin: 10px 0 0 0;
    }
    .mobile-search.sticky-bg {
        background: #FCF3ED;
        margin: 0;
        padding: 20px 0;
    }
    .foodsticky-bg {
        /* background: #fcf3ed; */
        transition: all 0.4s ease;
        padding: 0px 0 0 0;
        margin-top: -15px;
    }
    .foodsticky-bg .tabs-fixed {
        position: fixed;
        top: 0px;
        padding-top: 10px;
        background: #fcf3ed;
        z-index: 99;
        max-width: 100%;
        width: 100%;
    }
    .foodsticky-bg .row.food-bg {
        background: #fff;
    }
    .mobile-footer .active {
        color: #B3561B;
    }
    .mobile-footer .active span.material-icons {
        border-color: #B3561B;
    }
    @font-face {
        font-family: 'icomoon';
        src: url('https://s3.amazonaws.com/icomoon.io/4/Loading/icomoon.eot?#iefix-9haulc') format('embedded-opentype'), url('https://s3.amazonaws.com/icomoon.io/4/Loading/icomoon.woff?-9haulc') format('woff'), url('https://s3.amazonaws.com/icomoon.io/4/Loading/icomoon.ttf?-9haulc') format('truetype'), url('https://s3.amazonaws.com/icomoon.io/4/Loading/icomoon.svg?-9haulc#icomoon') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    [class^="icon-"],
    [class*=" icon-"] {
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .icon-spinner:before {
        content: "\e000";
    }
    .icon-spinner-2:before {
        content: "\e001";
    }
    .icon-spinner-3:before {
        content: "\e002";
    }
    .icon-spinner-4:before {
        content: "\e003";
    }
    .icon-spinner-5:before {
        content: "\e004";
    }
    .icon-spinner-6:before {
        content: "\e005";
    }
    .icon-spinner-7:before {
        content: "\e006";
    }
    @keyframes anim-rotate {
        0% {
            transform: rotate(0);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    .spinner {
        display: inline-block;
        font-size: 4em;
        height: 1em;
        line-height: 1;
        margin: .5em;
        animation: anim-rotate 2s infinite linear;
        color: #B3561B;
    }
    .spinner--steps {
        animation: anim-rotate 1s infinite steps(8);
    }
    .spinner--steps2 {
        animation: anim-rotate 1s infinite steps(12);
    }
    .loader-bg {
        position: relative;
        text-align: center;
        margin: 0 auto 60px;
    }
    .mobile-footer .dropdown-toggle::after {
        display: none;
    }
    .mobile-footer .active {
        color: #B3561B;
    }
    .mobile-icon a {
        color: #828282;
    }
    .postion {
        position: relative;
    }
    .select-order {
        position: fixed;
        background: #FCFCFC;
        width: 100%;
        z-index: auto;
        box-shadow: 0 -2px 2px rgb(0 0 0 / 10%);
        padding: 10px 0;
        bottom: 90px;
    }
    .mobile-footer {
        position: fixed;
        background: #FBFBFB;
        bottom: 0;
        width: 100%;
        z-index: 1;
        box-shadow: 0 -2px 2px rgb(0 0 0 / 10%);
        height: 90px;
        padding: 10px 0 0 0;
    }
    .checkout-footer {
        position: fixed;
        background: #FCFCFC;
        width: 100%;
        z-index: auto;
        box-shadow: 0 -2px 2px rgb(0 0 0 / 10%);
        padding: 20px 0 8px 0;
        bottom: 90px;
    }
    .bottommake-list .making-list {
        position: relative;
        z-index: auto;
        text-align: center;
        width: 70%;
        padding: 15px 0 !important;
    }
    .bottommake-list.postion {
        position: fixed;
        bottom: 10%;
        left: 0;
        right: 0;
        background-color: #fcfcfc;
        border-top: 1px solid #ccc;
    }
    .orders-footer {
        position: fixed;
        background: #FCFCFC;
        width: 100%;
        z-index: auto;
        box-shadow: 0 -2px 2px rgb(0 0 0 / 10%);
        padding: 10px 0 0 0;
        bottom: 90px;
    }
    .mobile-icon {
        padding: 0 42px;
    }
    /* ------ PRE-MODAL-MOBILE-VIEW-CSS-START ----- */
    .modal.booknow-modal-bottom .modal-dialog {
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
    .modal.booknow-modal-bottom .modal-content {
        border-radius: 0;
        border: none;
    }
    /* Top and Bottom */
    .modal.modal-top .modal-dialog,
    .modal.booknow-modal-bottom .modal-dialog {
        position: fixed;
        margin: auto;
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .modal.booknow-modal-bottom .modal-content {
        height: auto;
        overflow-y: auto;
        border-radius: 20px 20px 5px 5px;
    }
    .modal.booknow-modal-bottom .modal-body {
        padding: 15px 15px;
    }
    /* Top */
    .modal.modal-top.fade .modal-dialog {
        top: -100%;
        -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
        -o-transition: opacity 0.3s linear, top 0.3s ease-out;
        transition: opacity 0.3s linear, top 0.3s ease-out;
    }
    .modal.modal-top.fade.show .modal-dialog {
        top: 0;
    }
    /* Bottom */
    .modal.booknow-modal-bottom.fade .modal-dialog {
        bottom: -100%;
        -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
        -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
        transition: opacity 0.3s linear, bottom 0.3s ease-out;
    }
    .modal.booknow-modal-bottom.fade.show .modal-dialog {
        bottom: 0;
    }
    .modal.booknow-modal-bottom.fade .modal-dialog {
        bottom: -100%;
    }
    /* Full Screen */
    .modal.modal-full .modal-dialog {
        position: fixed;
        margin: auto;
        width: 100%;
        max-width: 100%;
        height: 100%;
    }
    .modal.modal-full .modal-content {
        height: 100%;
        overflow-y: auto;
    }
    .modal.modal-full .close-modal {
        position: fixed;
        top: 0;
        right: 3rem;
    }
    /* Footer */
    .modal-footer-fixed {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        border-radius: 0;
    }
    /* XS */
    .modal.modal-left.xs .modal-body,
    .modal.modal-right.xs .modal-body {
        padding: 15px;
    }
    /* ------ PRE-MODAL-MOBILE-VIEW-CSS-END ----- */
    /* ------ MORE-POPUP-MOBILE-VIEW-CSS-START ------ */
    #moreModal-wrapper {
        display: none;
        position: relative;
        z-index: auto;
    }
    .moremodal-bg {
        position: fixed;
        top: 0;
        background: #fff;
        width: 100%;
        left: 0;
        right: 0;
        padding: 0;
        height: 90%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
        overflow-y: scroll;
    }
    .moremodal-header {
        background: #FBFBFB;
        box-shadow: 0 2px 2px rgb(0 0 0 / 15%);
        padding: 10px 0;
        width: 100%;
    }
    h5.morehead {
        color: #333333;
        font-size: 20px;
    }
    .more-phr {
        color: #828282;
        font-size: 14px;
    }
    .moremodal-header button.yellow-bg {
        width: 160px;
    }
    hr.more-border {
        margin: 10px 0;
    }
    .more-outline {
        border: 1px solid #BDBDBD;
        border-radius: 5px;
        background: #FCFCFC;
        padding: 10px;
        color: #333333;
    }
    .rotate-ic {
        transform: rotate(90deg);
    }
    .listing-check .check_box_ex {
        border: 2px solid #bdbdbd;
    }
    /* ------ MORE-POPUP-MOBILE-VIEW-CSS-END ------ */
    .filter-btn .yellow-bg {
        width: 320px;
    }
    .hero_wrapper .carousel {
        position: relative;
        z-index: 0;
    }
    .brown-btn {
        z-index: 0;
    }
    #sidebarnav-scroll {
        display: none;
    }
    .maxi {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    .prodetails-content {
        margin: 14px 0 0 0;
    }
    /* .similarproducts-bg {
        padding: 0 0 180px 0;
    } */
    .prodetails-content .success-box {
        left: 18%;
    }
    .proddetails-wrapper {
        padding: 40px 0 0 0;
    }
    .review-text .success-box {
        left: 185px;
    }
    .rating-main {
        margin: 0 auto;
        text-align: center;
    }
    .score {
        margin: -46px 0 0 0;
        text-align: center;
        font-size: 30px;
    }
    .rating-text {
        padding: 24px 0 0 0;
    }
    #similarSlider1 .MS-content .item {
        width: 60%;
        margin: 0 10px 0 0;
        border: 1px solid #BDBDBD;
        background: #FCFCFC;
        border-radius: 5px;
        padding: 10px;
        display: inline-block;
        position: relative;
        overflow: hidden;
    }
    .simproducts-inner section.rating-widget {
        width: 100%;
    }
    .simproducts-img-bg {
        width: 200px;
        height: 160px;
    }
    .simproducts-inner .success-box {
        left: 70%;
    }
    .select-order span.material-icons {
        font-size: 40px;
        line-height: 45px;
    }
    .addbutton-bg {
        width: 70%;
        margin: 0;
    }
    .mylist-wrapper .addbutton-bg {
        width: 70%;
        height: 46px;
        padding: 8px 0 0 0;
        margin: 0;
    }
    .myself-content .addbutton-bg {
        width: 20%;
        margin: 0 0 10px 0;
    }
    .modal.modal-bottom .modal-dialog {
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
    .modal.modal-bottom .modal-content {
        border-radius: 0;
        border: none;
    }
    .modal.modal-bottom .modal-dialog {
        position: sticky;
        margin: auto;
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .modal.modal-bottom .checkout-bottom .modal-content,
    .successfull-bottom .modal-content,
    .order-sum-bottom .modal-content,
    .viewdetail-bottom .modal-content,
    .modal.modal-bottom .Mobviewexistpally-bottom-modal .modal-content {
        height: 100vh !important;
    }
    .address-bottom .modal-content {
        height: 100vh !important;
    }
    .modal.modal-bottom .modal-content {
        height: 100%;
        overflow-y: scroll;
    }
    .modal.modal-top .modal-body,
    .modal.modal-bottom .modal-body {
        padding: 15px 15px;
    }
    .address-bottom .modal-content,
    .date-bottom .modal-content,
    .takeaction-bottom .modal-content,
    .viewtracking-bottom .modal-content,
    .review-bottom-modal .modal-content,
    .select-bottom-modal .modal-content,
    .cartsucessfull-bottom-modal .modal-content,
    .Mobexistpally-bottom-modal .modal-content,
    .Mobviewexistpally-bottom-modal .modal-content,
    .sharelist-bottom .modal-content {
        border-radius: 20px 20px 5px 5px !important;
    }
    /* Bottom */
    .modal.modal-bottom.fade .modal-dialog {
        bottom: -100%;
        -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
        -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
        transition: opacity 0.3s linear, bottom 0.3s ease-out;
    }
    .modal.modal-bottom.fade.show .modal-dialog {
        bottom: 0;
        top: 0;
    }
    #Mobile-direct-Modalopn .modal-dialog,
    #Mobile-processing-Modalopn .modal-dialog {
        bottom: 0;
        top: auto !important;
    }
    .modal.modal-bottom.fade .modal-dialog {
        bottom: -100%;
    }
    .chekcoutmodal-header {
        background: #FBFBFB;
        box-shadow: 0 2px 2px rgb(0 0 0 / 15%);
        padding: 22px 10px 0 10px;
        height: 100px;
        z-index: 99;
    }
    .ordersum-header,
    .Mobdetails-back {
        padding: 16px 22px;
        height: 60px;
    }
    .chekcoutmodal-header .nav-tabs,
    .search-header .nav-tabs .nav-item {
        border-bottom: none;
        margin: 10px 0 0 0;
    }
    .delivery-tabs .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        color: #B3561B;
        background-color: transparent;
        border-color: transparent;
        border-bottom: 3px solid;
        border-radius: 5px 5px 0px 0px;
    }
    .delivery-tabs a {
        color: #BDBDBD;
    }
    .chekcoutmodal-header li.nav-item,
    .search-header .nav-tabs .nav-item {
        width: 50%;
        text-align: center;
    }
    .delivery-address .small-head {
        font-size: 14px;
        color: #828282;
        font-weight: 400;
        opacity: 1;
    }
    .delivery-address .rdio label:before {
        border: 2px solid #333333;
    }
    .checkout-bottom .yellow-btn {
        width: 100%;
    }
    .border-design {
        border: 2px solid #bdbdbd;
        border-radius: 5px;
        width: 30%;
        margin: 0 auto;
    }
    .aleadypally-content .btneffects-bg {
        width: 100%;
    }
    .modal-w .yellow-bg,
    .shopping-btn {
        width: 100%;
    }
    .mobile-header.sticky-bg {
        z-index: auto;
    }
    .editpro-form .form-group {
        width: 100%;
    }
    .update-profile button.yellow-bg {
        width: 100%;
    }
    .mobileprofile-content .dropdown-toggle::after {
        display: none;
    }
    .address-wrapper.active {
        border: none;
    }
    .address-wrapper {
        border: none;
        height: auto;
    }
    .Mobmakelist-wrapper {
        height: auto;
    }
    .Mobmakelist-wrapper .list-img {
        width: 60px;
        height: 60px;
    }
    .mylist-wrapper {
        border-radius: 0;
        padding: 0;
        box-shadow: none;
        border: none;
        border-top: 1px solid rgba(0, 0, 0, .1);
        margin: 20px 0 0 0;
    }
    .mylist-btn {
        padding: 60px 0 0 0;
        margin: 0;
    }
    .make-list {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
    .make-list li {
        padding: 0 30px 0 0;
    }
    .savemake-list ul {
        margin: 0;
        padding: 0;
        height: 100%;
    }
    .moremodal-bg{
        transform: none;
    }
    .edit_list{
        background-color: #fcfcfc;
    }
}
@media (max-height:800px) {
    #checkpayeModal .modal-content {
        height: 550px;
        overflow-y: scroll;
    }
}
@media (max-width:840px) {
    .review-content .success-box {
        left: 42%;
    }
}

@media (max-width:768px) {
    #my-followers .MS-controls .MS-right,
    #my-following .MS-controls .MS-right {
        right: -386px;
    }
    .review-content .success-box {
        left: 46%;
    }
    .mobile-viewproducts .container {
        padding: 0 0 0 40px;
    }
    #similarSlider1 .MS-content .item {
        width: 66%;
    }
    .mobile-list-header i {
        font-size: 22px;
    }
    .mobile-list-header span.material-icons {
        font-size: 28px;
    }
    .checkout-btn .yellow-bg {
        width: 100%;
        padding: 14px;
    }

}
@media (max-width:767.98px) {
    .load-btn a {
        height: 40px;
        line-height: 38px;
        width: 250px;
        font-size: 14px;
    }
    .blog-section {
        margin-top: 24px!important;
    }
    .blog-img {
        height: 165px;
    }
    .select-order {
        bottom: 82px;
        padding: 10px 0;
    }
    .outer-blog-wrap .blog-img{
        margin-bottom: 10px;
    }
    .blog-img{
        margin-bottom: 10px;
    }
    .blog-text h4 {
        font-size: 16px;
        line-height: 19px;
        font-weight: 500;
        color: #333333;
        margin-bottom: 5px;
    }
    .blog-top-text h4 {
        font-size: 16px;
        line-height: 19px;
        font-weight: 500;
        color: #333333;
        margin-bottom: 5px;
    }
    p.blog-status {
        font-size: 12px;
        padding-top: 4px;
    }
    .blog-section {
        margin-bottom: 110px;
    }
    .outer-blog-wrap {
        margin-bottom: 12px;
    }
    .blog-wrap {
        margin: 12px 0;
    }
    .blog-top-text p{
        margin: 0;
    }
    #my-followers .MS-controls {
        top: 32%;
    }
    #my-following .MS-controls {
        top: 60%;
    }

    #my-followers .MS-controls .MS-right,
    #my-following .MS-controls .MS-right {
        right: 18%;
    }
    #my-followers .MS-controls,
    #my-following .MS-controls {
        left: 0%;
    }
    #MobfolloersSlider .MS-content .item,
    #MobfollowingSlider .MS-content .item {
        width: 49%;
        margin: 0 15px 0 0;
    }
    .myself-content .addbutton-bg {
        width: 22%;
    }
    .yellow-btn {
        width: 300px;
    }
    .prodetails-content .success-box {
        left: 24%;
    }
    #similarSlider1 .MS-content .item {
        width: 80%;
    }
    .mobile-viewproducts .container {
        padding: 0 0 0 10px;
    }


    .simhead {
        font-size: 12px;
        margin-top: 8px !important;
        margin-bottom: 6px !important;
    }
    .pally-content .mb-3,
    .my-3 {
        margin-bottom: 8px!important;
        font-size: 14px;
    }
    .pallylist-bg {
        margin-bottom: 6px;
    }
    .foodtabs .nav-link {
        padding: 8px 40px;
    }
    .saveproducts-wrapper .foodtabs .nav-link.active {
        padding: .5rem 1rem !important;
    }

    .stat-bar {
        height: 4px;
        margin-bottom: 4px !important;
    }
    .dgrey-clr {
        font-size: 13px;
        margin-bottom: 6px !important;
    }
    .text-red {
        font-size: 13px;
        margin-bottom: 6px !important;
    }
    .mobile-icon {
        padding: 0 22px;
    }
    .listfillter-modal-bg select.form-control {
        border: 2px solid #aaaa;
        width: 60%;
    }
    .moremodal-bg {
        height: 91%;
    }
    .mobile-footer {
        height: 82px;
        padding: 8px 0 0 0;
    }
    .review-text section.rating-widget {
        width: 66%;
    }
    .blog-detail-img {
        height: 160px;
    }
    .blog-content p.blog-status {
        text-align: left;
        padding-bottom: 5px;
    }
    .blog-content h2 {
        text-align: left;
        font-size: 24px;
        margin-bottom: 15px;
    }
    .blog-content h2 p{
        text-align: left;
        margin-top: 5px;
        font-size: 14px;
    }
    .blog-content {
        padding: 20px 0;
    }
    .inner-blog-content .social-wrap{
        margin-bottom: 30px;
    }
    .blog-read-wrap .blog-text h4{
        line-height: 26px;
    }
    .reviews-section p{
        margin-bottom: 0;
    }
    .reviews-section .load-btn {
        margin-top: 30px;
    }
    .review-user {
        margin-bottom: 5px;
        margin-top: 35px;
    }
    .reviews-section {
        padding: 30px 0;
    }
}

@media (max-width:675px) {
    .categ-text {
        background: #fffaef;
        height: auto;
        line-height: 52px;
        border-radius: 5px;
        margin: -34px 0 0 0;
        padding: 8px 0 0 0;
        width: 100%;
    }
    #my-followers .MS-controls .MS-right,
    #my-following .MS-controls .MS-right {
        right: 14%;
        display: none;
    }
    .Mobviewexistpally-bottom-modal .justify-content-start {
        width: 30%;
    }
    .Mobviewexistpally-bottom-modal .product-img {
        height: 100%;
        width: 100%;
    }
    .myself-content .addbutton-bg {
        width: 26%;
    }
    .review-content .success-box {
        left: 54%;
    }
    #similarSlider1 .MS-content .item {
        width: 80%;
    }
    .mobile-viewproducts .container {
        padding: 0 0 0 50px;
        max-width: 100%;
    }
    .return_policy_block h2{
        font-size: 26px;
    }
    .viewtracking-bottom {
        top: 25%;
    }
    .viewtracking-bottom h3{
        padding-top: 20px !important;
    }
    .viewtracking-bottom h6 {
        margin-top: 15px;
    }
    .estimated_deliver_date {
        padding: 10px 25px 10px 25px;
    }
    .viewtracking-bottom h3 {
        padding-top: 10px !important;
    }
    .tracking_info h3{
        padding-bottom: 10px;
    }
}

@media(max-width:570px) {
    .make-list {
        width: 100%;
    }
    .selling_product_wrapper {
        margin-top: 10px;
    }
    .selling_product_wrapper .pally-inner{
        margin-bottom: 10px;
    }
    .selling_product_wrapper .simhead, .selling_product_wrapper .simhead s{
        font-size: 12px;
    }
    .make-list li {
        padding: 0 30px 0 30px;
    }
    #my-followers .MS-controls .MS-right,
    #my-following .MS-controls .MS-right {
        right: 8%;
    }
    .myself-content .addbutton-bg {
        width: 30%;
    }
    .review-content .success-box {
        left: 62%;
    }
    .addbutton-bg {
        width: 50%;
    }
    .simproducts-img-bg {
        width: 180px;
        height: 140px;
    }
    .simproducts-inner .ml-4.justify-content-end {
        margin-left: 0.8rem !important;
    }
    .reset-btn button.yellow-bg,
    .reset-btn .addclose {
        width: 100%;
    }
    .select-bg li {
        width: 80%;
    }
    .fillter-modal-bg .btneffects-bg {
        width: 56%;
    }

    .foodtabs .nav-link {
        padding: 8px 34px;
    }


}
@media (max-width:575px) {
    .landing-header .site-btn {
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        font-size: 12px;
    }
    .main-nav .navbar-brand img {
        width: 120px;
    }
    .mobile_header .nav-bar {
        padding-left: 10px;
    }
    .banner_wrap h1 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .site-btn {
        font-size: 14px;
        padding: 0 20px;
        height: 45px;
        line-height: 45px;
    }
    .banner_wrap p br{
        display: none;
    }
    .landing_page h2{
        font-size: 18px;
        margin-bottom: 25px;
    }
    .how_work_wrap p {
        font-size: 14px;
    }
    .stay_wrap h2, .stay_wrap p{
        text-align: center;
    }
    .inner_stay_wrap p{
        text-align: left;
    }
    .landing-header .nav-bar ul{
        padding: 10px 0;
    }
    .landing-header .nav-bar ul li {
        padding: 5px 0;
    }
    .inner-bottom-header a {
        padding: 0 0;
        font-size: 16px;
    }
    .banner_wrap p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .landing-header .site-btn{
        font-weight: 500;
    }
    .banner_content{
        margin-top: 40px;
    }
    .inner_shopping_assistant p {
        font-size: 18px;
    }
    .shopping_btn{
        display: none;
    }
    .stay_wrap .shopping_btn{
        display: block;
        text-align: center;
    }
    .stay_wrap {
        padding: 40px 0 40px;
    }
    .shopping_link_wrap{
        display: none;
    }

    .inner-user img {
        max-width: 50px;
        height: 50px;
        margin-right: 2px !important;
    }
    .chat_bot_content button {
        font-size: 15px;
    }
    .chat_bot_header h4 {
        white-space: normal;
        font-size: 20px;
    }
    .bot_num{
        font-size: 14px;
    }
    .chat_bot_header h4 p {
        font-size: 12px;
        margin-top: 10px;
        line-height: 18px;
    }
    .chat_bot_content {
        padding-top: 60px;
        margin: 0;
    }
    .chat_bot_content img {
        width: 260px;
        height: 260px;
    }
    .pally-frnds .item img {
        width: 25px !important;
        height: 25px !important;
        line-height: 25px !important;
        margin-right: 5px;
    }
    .pallyfriends-bg {
        padding: 10px 4px;
        margin-right: 2px;
    }
    .pallyfriends-bg .p-1 {
        padding: 0 !important;
    }
    .pally-frnds .item p {
        font-size: 12px !important;
    }
    .wallet-content{
        padding: 10px;
    }
    .orders-wrpper .pagination {
        margin-top: 35px;
    }
    .wallet-content p {
        font-size: 14px;
    }
    .mobilehero-view .box-outline h6{
        font-size: 20px;
    }
    .mobilehero-view .box-outline p {
        font-size: 12px;
    }
    .mobilehero-view .home-list-img{
        margin-top: 0px;
        padding-right: 10px;
    }
    .mobilehero-view .home-list-img img {
        width: 80px;
    }
    .mobilehero-view .box-outline {
        padding: 37px 0 0 0;
    }
    #fillter-modal .filter-main-btn {
        width: 90%;
    }
    .search-recommended .pally-inner button {
        padding: 0 18px;
    }
    .product_list .rating-widget .success-box {
        left: 62%;
    }
    .empty-mobile-cart-wrapper {
        height: 60vh;
    }
    .address-modal .address-btn a {
        width: 100%;
    }
    #manage-mobile-popup p {
        font-size: 14px;
    }
    .return_policy_block img {
        min-height: 105px;
        max-height: 105px;
    }
    .no-result-found h4{
        font-size: 22px;
    }
    .no-result-found{
        margin-top: 100px;
        width: 340px;
    }
    .inner-user {
        padding: 20px 5px;
        margin-bottom: 15px;
    }
    #fillter-modal .modal-content .select-bg {
        width: 100%;
        margin: 0 auto;
    }
    .full-btn {
        width: 85%;
    }
    .full-btn .select-delivery-date {
        width: 100% !important;
    }
    .user-block h4 {
        margin-bottom: 15px;
        font-size: 22px;
    }
    .profile-name{
        margin-left: 5px !important;
    }
    .manage-address-btn{
        width: 55%;
    }
    .inner_empty-cart {
        width: 80%;
    }
    .return_policy_block {
        padding: 30px 0;
    }
    .return_policy_block h2 {
        font-size: 20px;
        font-weight: 600;
    }
    .return_policy_block p{
        font-size: 14px;
    }
    .privacy_policy_block li strong{
        font-size: 15px;
    }
    .privacy_policy_block ol {
        padding-left: 15px;
    }
    .search-header {
        height: 104px !important;
    }
    .select-order button {
        padding: 12px;
    }
    /******mobile-style******/
    #moreModal-wrapper span.yellow_cir {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
    .proddetails-wrapper {
        padding: 25px 0 0 0;
    }
    .search-outer-wrap button {
        padding: 8px;
        font-size: 12px;
    }
    #similarSlider .MS-content .item, #similarSlider1 .MS-content .item, #folloersSlider .MS-content .item, #followingSlider .MS-content .item {
        margin: 0 10px 0 0 !important;
    }
    .dd-manage-add .modal-w.m-auto {
        width: 100%;
    }
    .checkout-btn .yellow-bg{
        padding: 10px;
        margin-bottom: 12px !important;
    }
    .mobilehero-view {
        margin-top: 16px;
    }
    .categories_list .listingslider .item {
        width: 28% !important;
    }
    #categoires-bg .item img {
        min-height: 130px;
        height: 130px;
    }
    .bottommake-list .making-list{
        width: 85%;
    }
    .mobilehero-view .col-6:last-child {
        padding-left: 8px;
    }
    .mobilehero-view .col-6:first-child {
        padding-right: 8px;
    }
    .pally-content h6{
        font-size: 12px;
    }
    .mobilefoodTab-view .brown-btn {
        font-size: 12px;
        height: 32px;
        line-height: 32px;
    }
    .home_slider .carousel-item img {
        height: 170px;
    }
    .viewall-btn{
        font-size: 12px;
    }
    .mobiletabcontent h6.inner-head {
        margin: 15px 0 20px 0 !important;
        font-size: 16px;
    }
    .pally-content small {
        font-size: 82%;
    }
    .mobile-product .products-img-wrapper {
        width: 120px !important;
    }
    .progress-bar-width {
        width: 80%;
    }
    #MobfolloersSlider .MS-content .item, #MobfollowingSlider .MS-content .item {
        width: 48%;
    }
    .mobile-product .products-img-wrapper {
        height: 130px;
        margin-bottom: 0 !important;
    }
    .mobile-product .product-img {
        max-height: 130px;
        min-height: 130px;
    }
    .mobile-viewproducts .similarproducts-bg h5 {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .addbutton-bg input {
        font-size: 14px;
        width: 37% !important;
    }
    .addbutton-bg {
        width: 55%;
    }
    .mobile-logo {
        width: 130px;
    }
    .farm-supply-registration-block form {
        border-radius: 0;
        box-shadow: none;
    }
    .farm-supply-registration-block .form-group input{
        padding: 0 10px;
        font-size: 13px;
    }
    .farm-supply-registration-block .form-group textarea{
        padding: 10px;
        font-size: 13px;
    }
    .farm-supply-registration-block form {
        padding: 5px;
    }
    .farm-supply-registration-block {
        padding: 55px 0 100px 0;
    }

}
@media (max-width:530px) {
    .categoires_wrapper .container {
        padding-right: 0;
        overflow-x: hidden;
    }
    .myself-content .addbutton-bg {
        width: 34%;
    }
    .review-content .rating-stars ul>li.smallstar>span {
        font-size: 34px;
    }
    .review-content .success-box {
        font-size: 26px;
    }
    .mobile-viewproducts .container {
        padding: 0 0 0 20px;
    }
    .maxi {
        height: 300px;
    }
    .proddetails-wrapper .simple-gallery{
        height: 200px;
    }
    #similarSlider1 .MS-content .item {
        width: 90%;
    }
    .bank-content {
        padding: 10px 0px!important;
    }
    .mobilecart-wrapper h6 {
        font-size: 14px !important;
    }
    .big-text{
        font-size: 16px;
    }

    .listfillter-modal-bg select.form-control {
        border: 2px solid #aaaa;
        width: 80%;
    }
    .login-w button.brown-btn {
        display: none;
    }
    .login-w {
        max-width: 100%;
        margin: 0 auto;
    }
    .update-password button.yellow-bg,
    .login-bg button.yellow-bg {
        width: 100%;
    }
    .social-desktop-view {
        display: none !important;
    }
    .social-mobile-view {
        display: block !important;
    }
    .social-btn {
        width: 100%;
        background: transparent;
    }
    .social-btn i {
        font-size: 28px;
        padding: 0 8px 0 0;
    }
    .login-content {
        padding: 16px;
    }
    .social-view .social-btn {
        padding: 10px 0px 10px 80px;
        margin-bottom: 10px;
    }
    .guest-btn.text-uppercase {
        background: #fff;
        border: none;
        border-radius: 5px;
        color: #B3561B;
        padding: 10px;
        box-shadow: 0 0 2px hsl(0deg 0% 0% / 4%);
        font-size: 14px;
        font-weight: 600;
    }
    .continueguest-wrapper {
        display: block;
    }
    #categoiresSlider .MS-content .item {
        width: 32.8%;
        margin: 0 10px 0 0;
    }
    .box-outline {
        padding: 30px 6px 0 6px;
    }

    .mobile-icon {
        padding: 0 10px;
    }
    .viewall-btn {
        margin: 0 15px 0 0;
    }
}

@media (max-width:494px) {
    .address-bottom .white-btn {
        padding: 6px 10px;
        font-size: 14px;
    }
    .make-list li {
        padding: 0 30px 0 0px;
    }
    .mylist-btn button.yellow-bg {
        width: 100%;
    }
    #my-followers .MS-controls .MS-right,
    #my-following .MS-controls .MS-right {
        right: 6%;
    }
    .refer-inner {
        padding: 0;
    }
    .address-bottom .modal-w .yellow-bg,
    .address-bottom .addclose,
    .date-bottom .modal-w .yellow-bg,
    .date-bottom .modal-w .addclose {
        width: 100%;
        margin: 0 auto;
    }
    .cart-img {
        width: 40px;
        height: 40px;
    }
    .prodetails-content .success-box {
        left: 28%;
    }
    .simproducts-img-bg {
        width: 110px;
        height: 130px;
    }

    .foodtabs .nav-link {
        padding: 8px 28px;
    }
    .review-text section.rating-widget {
        width: 100%;
    }
    .review-text .success-box {
        left: 200px;
    }
    .sidebar-scroll .grey-text {
        font-size: 16px;
    }
    .mobile-wallet-bg {
        width: 90%;
    }
    .inner_empty-cart h5 {
        font-size: 16px;
    }

    .inner_contact_wrap:before {
        width: 250px;
        top: 80px;
    }
    .contact-text-block form button {
        padding: 0 10px;
    }
    .inner_contact_wrap {
        padding: 30px 0 50px 0;
    }
    .contact-text-block {
        margin-top: 30px;
    }
    .blank_page img {
        width: 100%;
    }
    .link-expired {
        width: 100%;
    }
    .mobile-product .products-img-wrapper {
        height: 150px;
    }
    .mobile-product .product-img {
        max-height: 150px;
        min-height: 150px;
    }
    .mobile-product .justify-content-start {
        margin-right: 5px;
    }
    .mobile-product .pally-content h6 {
        font-size: 12px;
    }
    .mobile-product .pallylist-bg img.list-img {
        width: 25px;
        height: 25px;
    }
    .mobilefoodTab-view .brown-btn {
        font-size: 10px;
        height: 25px;
        line-height: 25px;
    }
    .pally-content span.material-icons-outlined{
        font-size: 14px;
    }
    .green-bg, .red-bg {
        font-size: 11px !important;
        padding: 2px 6px !important;
    }
    .manage-address-btn {
        width: 85%;
    }
    .address-text p {
        font-size: 14px;
    }
    .warning-bg p{
        font-size: 14px;
    }
    .orders-wrpper .text-dark {
        font-size: 14px;
    }
    .orders-wrpper .box-shadow p {
        font-size: 12px;
    }
    .border-bg li {
        padding: 5px 4px;
    }
    .Page .navigation ul {
        display: flex;
    }
    .pagination .page-item {
        padding: 0 10px;
    }
    .product_list .rating-widget .success-box {
        left: 72%;
    }
    .product_list .rating-widget .success-box .text-message {
        font-size: 12px;
    }
    .city-block form {
        padding: 25px 20px;
    }
    .city-block form h4 {
        font-size: 18px;
    }
    .city-block form .search-field{
        margin-bottom: 25px;
    }
    .select-city-wrap .rdio{
        height: 45px;
    }
    .select-city-wrap .rdio label p{
        font-size: 14px;
    }
    .city-btn {
        font-size: 14px;
        height: 45px;
        line-height: 45px;
    }
    .write-comment .btn{
        width: 100%;
    }
    .blog-detail-block {
        margin-top: 24px;
    }
    .blog-content h2{
        font-size: 20px;
    }
    .reviews-section .load-btn .btn{
        width: 100%;
    }
    .star{
        font-size: 12px;
        margin: 1px;
    }
    .rating-widget .success-box{
        margin-left: 0;
    }
    .estimated_deliver_date {
        padding: 10px 10px 10px 10px;
    }
    .estimated_deliver_date img {
        width: 80px;
        height: 80px;
    }
    .estimated_deliver_date h3 {
        font-size: 15px;
    }
    .estimated_deliver_date h6 {
        font-size: 14px;
        margin-top: 0;
    }
    .tracking_info {
        padding: 0;
    }
    .order_placed {
        padding-left: 0;
        padding-right: 0;
    }
    .StepProgress-item:not(:last-child) {
        padding-bottom: 30px;
    }
    .StepProgress-item{
        font-size: 14px;
    }
    .stepsdate li{
        font-size: 12px;
    }
    .ordersummary-modal .mt-4 {
        margin-top: 10px !important;
    }
    .order_placed{
        padding-bottom: 25px;
        padding-left: 15px;
        padding-right: 10px;
    }
    .viewtracking-bottom{
        top: 25%;
        height: 675px;
    }
    .viewtracking-bottom .ordersummary-modal{
        padding: 0 !important;
    }
    .driver-error {
        font-size: 14px;
        padding: 0;
        margin-top: 15px !important;
    }
    .driver_information_wrap{
        padding: 12px;
        margin-bottom: 35px;
    }
    .viewtracking-bottom h3 {
        padding-top: 0 !important;
    }
    .viewtracking-bottom .modal-dialog{
        padding-bottom: 0;
    }
    .driver_information_wrap h3 {
        font-size: 20px;
    }
    .innner_driver_information img {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    .innner_driver_information{
        display: block;
        margin-top: 20px;
    }
    .driver_detail p {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .innner_driver_information button {
        height: 35px;
        line-height: 35px;
        padding: 0 30px;
        font-size: 14px;
        margin-left: 0;
    }
    .driver-error {
        padding: 0 15px;
    }
    .viewtracking-bottom h6 {
        margin-top: 10px;
    }
    .viewtracking-bottom .modal-content{
        padding-top: 10px;
    }
    .viewtracking-bottom h3.modal-title {
        font-size: 22px;
    }
    .delivered_wrap img {
        width: 135px;
        height: 135px;
    }
    .ordersummary-modal.delivered_wrap {
        padding-top: 20px !important;
        padding-bottom: 30px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .delivered_wrap h4 {
        font-size: 22px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .delivered_wrap h5 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .delivered_wrap p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .delivered_wrap textarea{
        padding: 10px;
    }
    .delivered_wrap .btn{
        font-size: 14px;
    }
    .delivered_wrap .star-wrap span {
        font-size: 30px;
    }
}

@media (max-width:460px) {
    #Mobaccordion .accordion-title {
        font-size: 14px;
    }
    .freq-wrapper .collapse p {
        padding-right: 18px !important;
    }
    .user-block .mobile-search.sticky-bg {
        padding: 20px 15px;
    }
    .myself-content .addbutton-bg {
        width: 40%;
    }
    .foodtabs .nav-link {
        padding: 8px 20px;
    }
    .purchase-block .brown-btn {
        height: 40px;
    }
    .foodstuff-listing .ml-4,
    .mx-4 {
        margin-left: 0.8rem!important;
    }
    .products-img-wrapper {
        height: 170px;
    }
    .accordion-bg .card {
        padding: 10px 0;
    }
    #accordion .accordion-title {
        font-size: 14px;
    }
    #Mobaccordion .accordion-body p {
        font-size: 14px;
    }
    #Mobile-date-Modalopn p{
        font-size: 14px;
    }
    .frequently-tab .accordion-bg .card {
        padding-right: 20px;
    }
    .user-block .saerch-bar {
        width: 100%;
    }
    .progress-bar-wrapper span{
        font-size: 12px;
    }
    .moremodal-header button.yellow-bg {
        width: 130px;
    }
    .brown-btn{
        height: 28px;
        line-height: 28px;
        font-size: 12px;
    }
    .yellow-bg{
        font-size: 12px;
    }
    .no-ratings p{
        font-size: 13px;
    }
    .profile-font {
        font-size: 16px;
    }
    .mobile-list-header span.material-icons {
        font-size: 22px;
    }
    .mobile-list-header a span.material-icons-outlined {
        font-size: 20px;
    }
    .categories_list .listingslider .item {
        width: 38% !important;
    }
    #review h5 {
        white-space: nowrap;
    }
    .freq-wrapper .collapse p{
        font-size: 14px;
    }
    .freq-wrapper h4 {
        font-size: 23px;
    }
    .select-city-wrap{
        height: auto;
        margin-bottom: 40px;
    }
}



@media(max-width:430px) {
    #Mobaccordion .accordion-title i {
        width: auto;
    }
    .order-summary-mobile small {
        font-size: 70%;
    }
    .order-summary-mobile h6 {
        font-size: 14px;
    }
    .mobile-wallet-bg {
        padding: 10px 14px !important;
    }
    .Mobviewexistpally-bottom-modal .justify-content-start {
        width: 40%;
    }
    .cartsucessfull-bottom-modal .modal-body.p-4 {
        padding: 10px !important;
    }
    .pally-w .yellow-bg,
    .addclose {
        width: 360px;
    }
    .review-content .success-box {
        left: 66%;
    }
    .prodetails-content .no-ratings {
        margin-top: 5px;
    }
    .prodetails-content .success-box {
        left: 30%;
    }
    .reset-btn p {
        font-size: 14px;
    }
    .heading {
        font-size: 18px;
        margin-bottom: 0;
    }
    .foodtabs .nav-link {
        padding: 8px 16px;
    }

    .mobile-icon {
        padding: 0 6px 0 0;
    }
    .mobile-viewproducts .container {
        padding: 0 0 0 10px;
    }
    .progress-bar-width {
        width: 70%;
    }
    .mobile-wallet-bg .follow-btn {
        padding: 6px 12px;
        font-size: 14px;
    }
    .inner_empty-cart{
        padding: 0 15px;
    }
    .mobile_address_modal .address-btn a{
        width: 100%;
        justify-content: center;
    }
    #Mobile-add-Modalopn h5 {
        font-size: 16px;
        margin: 0;
        line-height: 34px;
    }
    #Mobile-add-Modalopn button{
        padding-bottom: 8px;
        font-size: 14px;
    }
    /* #categoires-bg .item img {
        min-height: auto;
        height: auto;
    } */

}

@media (max-width:390px) {
    /*#my-followers .MS-content .item,
    #folloersSlider .MS-content .item,
    #my-following .MS-content .item {
        padding: 8px 4px;
    }*/
    #MobfollowingSlider .MS-controls {
        top: 57%;
    }
    .followers-inner {
        padding: 6px 4px;
    }
    .copy-bg {
        padding: 6px;
    }
    .myself-content .addbutton-bg {
        width: 42%;
    }
    .maxi {
        height: 100%;
    }
    .simple-gallery {
        height: 260px;
    }
    .foodtabs a {
        font-size: 14px;
    }
    .loginwith-text {
        width: 32%;
        margin: -26px 0 auto 118px;
    }
    div#pallyorderModal .addbutton-bg {
        width: 45%;
    }
    #resetModal .modal-content {
        padding: 10px;
    }
    .inner-head h5,
    .pally-inner h5 {
        font-size: 14px;
    }
    .pally-content .mb-3,
    .my-3 {
        margin-bottom: 10px!important;
    }
    .mobiletabcontent .ml-4,
    .mx-4 {
        margin-left: 0.8rem!important;
    }

    .pally-content h6 {
        font-size: 14px;
        font-weight: 400;
    }
    .recommended-bg .rating-widget,
    .foodstuff-listing .rating-widget {
        width: 84%;
    }
    .dgrey-clr {
        margin-bottom: 4px !important;
    }
    .foodtabs .nav-link {
        padding: 8px 11px;
    }
    .simproducts-inner .ml-4.justify-content-end {
        margin-left: 0.6rem !important;
    }
    .simproducts-inner section.rating-widget .rating-stars ul>li.smallstar>i.fa {
        font-size: 14px;
        color: #ccc;
    }
    .simproducts-inner .success-box {
        left: 68%;
    }
    .mini img {
        width: 100px;
    }
    .inner_empty-cart {
        width: 100%;
    }
    .mobilehero-view .home-list-img img {
        width: 60px;
    }
    .mobilehero-view .box-outline {
        padding: 36px 0 0 0;
    }
    .mobilehero-view .box-outline {
        height: 130px;
    }
    .mobilehero-view .home-list-img {
        margin-top: 10px;
    }
    .brown-btn{
        padding: 0 6px;
        font-size: 11px;
    }
}

@media (max-width:375px) {
    .bottommake-list .making-list {
        bottom: 13%;
    }
    .copy-bg .pr-3,
    .px-3 {
        padding-right: .05rem!important;
    }
    .pally-w .yellow-bg,
    .addclose {
        width: 320px;
    }
    .sidebar-scroll .grey-text {
        font-size: 13px;
    }
    .yellow-btn {
        width: 230px;
    }
    .prodetails-content .success-box {
        left: 36%;
    }
    .mini img {
        width: 90px;
        height: 70px;
    }
    .progress-bar-width {
        width: 70%;
    }
    .order-sum-content .pl-3,
    .px-3 {
        padding-left: 0.5rem!important;
    }
    .log_in_status{
        width: 80%;
    }
    .un_sucess{
        background-color: #EB5757;
    }
}

@media (max-width:360px) {
    #my-followers .MS-controls {
        top: 43%;
    }
    #MobfollowingSlider .MS-controls {
        top: 76%;
    }

    .myself-content .addbutton-bg {
        width: 44%;
    }
    .no-result-found{
        width: 100%;
    }
    .address-bottom .modal-w .yellow-bg,
    .address-bottom .addclose,
    .date-bottom .modal-w .yellow-bg,
    .date-bottom .modal-w .addclose {
        width: 300px;
        margin: 0 auto;
    }
    #similarSlider1 .MS-content .item {
        width: 94%;
    }
    .social-view .social-btn {
        padding: 10px 0px 10px 40px;
    }
    .continueguest-wrapper p.grey-text {
        font-size: 14px;
    }
    .loginwith-text {
        width: 50%;
        margin: -26px 0 auto 72px;
    }
    #resetModal .modal-content {
        padding: 0;
    }
    .green-bg,
    .red-bg {
        font-size: 12px;
        padding: 4px 10px;
    }
    .simhead {
        font-size: 12px;
        margin-top: 8px !important;
    }
    .pally-content .mb-3,
    .my-3 {
        margin-bottom: 8px!important;
    }
    .pallylist-bg {
        margin-bottom: 6px;
    }
    .box-outline {
        padding: 13px 4px 4px 4px;
    }
    .mobile-icon {
        padding: 0 0 0 0;
    }
    .recommended-bg .rating-widget,
    .foodstuff-listing .rating-widget {
        width: 90%;
    }
    .load-bg.text-center {
        width: 225px;
    }
    .saveproducts-wrapper .foodtabs .nav-link.active {
        padding: .5rem 0.3rem !important;
    }
    .myfollowers .p-2 {
        padding: .2rem!important;
    }
    .making-list a {
        font-size: 14px;
    }
    .home_slider .carousel-item img {
        height: 150px;
    }
    .mobile_cart .cart-img {
        width: 45px !important;
        height: 85px !important;
    }
    .cart-inner .pro_detail h6 {
        font-size: 13px !important;
    }
    .mobile_cart .cart-img {
        width: 50px !important;
        height: 90px !important;
        margin-right: 3px;
    }
    .mobilecart-wrapper .mobile_cart h5 {
        font-size: 10px;
    }
    .pro_detail h5, .pro_detail h4 {
        font-size: 10px;
        line-height: 12px;
    }
    .mobilecart-wrapper li.amount_cart h6 {
        font-size: 11px !important;
    }
    .cart-inner .addbutton-bg span.sub, .cart-inner .addbutton-bg span.add {
        height: 15px;
        width: 15px;
        line-height: 13px;
    }
    .cart-inner .addbutton-bg span.sub span, .cart-inner .addbutton-bg span.add span {
        font-size: 12px;
    }
    .mobilecart-wrapper .delete-icon i{
        font-size: 16px;
    }
}

@media (max-width:330px) {
    .address-bottom h5 {
        font-size: 16px;
        margin: 4px 0 0 0;
    }
    .addbutton-bg input {
        width: 35% !important;
    }
    .select-bottom-modal .modal-body {
        padding: 8px 10px !important;
    }
    #similarSlider1 .MS-content .item {
        width: 98%;
    }
    .simproducts-inner .success-box {
        font-size: 14px;
    }
    .bottommake-list .making-list {
        bottom: 14%;
    }
    .wallet-border {
        padding: 8px;
    }
    .wallet-border p {
        font-size: 14px;
    }
    .wallet-bg p,
    .mobile-wallet-bg p {
        font-size: 13px;
    }
    .pally-w .yellow-bg,
    .addclose {
        width: 280px;
    }
    .myself-content .addbutton-bg {
        width: 50%;
    }
    .review-content .rating-stars ul>li.smallstar>span {
        font-size: 28px;
    }
    .review-content .success-box {
        font-size: 20px;
    }
    .order-sum-content .pl-4,
    .px-4 {
        padding-left: .5rem!important;
    }
    .chekcoutmodal-header li.nav-item {
        width: auto;
        text-align: center;
    }
    .address-bottom .modal-w .yellow-bg,
    .address-bottom .addclose,
    .date-bottom .modal-w .yellow-bg,
    .date-bottom .modal-w .addclose {
        width: 280px;
        margin: 0 auto;
    }
    .addbutton-bg {
        width: 56%;
    }
    .prodetails-content .success-box {
        left: 42%;
    }
    .review-text .success-box {
        left: 160px;
    }
    .mobile-icon p.mb-0 {
        font-size: 14px;
    }

    .text-red {
        font-size: 13px;
        margin-bottom: 4px !important;
    }
    .dgrey-clr {
        font-size: 12px;
    }
    .foodtabs .nav-link {
        padding: 8px;
    }
    .recommended-bg .rating-widget,
    .foodstuff-listing .rating-widget {
        width: 100%;
    }
    .mobilefoodTab-view .ml-4,
    .mx-4 {
        margin-left: 0.6rem!important;
    }
    .recommended-bg .rating-stars ul>li.smallstar>i.fa,
    .foodstuff-listing .rating-stars ul>li.smallstar>i.fa {
        font-size: 14px;
        color: #ccc;
    }
    .success-box {
        font-size: 15px;
    }
    div#preorderModal .modal-w .yellow-bg,
    .shopping-btn {
        width: 260px;
    }
    .moremodal-bg {
        height: 92%;
    }
    .filter-btn .yellow-bg {
        width: 280px;
    }
    .foodstuff-mobile .brown-btn {
        padding: 0px 8px !important;
        font-size: 12px;
    }
    .heading {
        font-size: 16px;
    }
    .simproducts-img-bg {
        width: 110px;
        height: 140px;
    }
    .mini img {
        width: 70px;
        height: 50px;
        margin: 10px 10px 0 0;
    }
    .copy-bg {
        padding: 4px;
        font-size: 14px;
    }
    .makelist-form .justfiy-content-start {
        width: 70%;
    }
}

/* ======= RESPOSNIVE-STYLE-CSS-ENDS ======= */

.lightslider_block .followers-inner {
    padding: 14px 10px 10px 10px;
    background: #FCFCFC;
    border: 1px solid #BDBDBD;
}
.lightslider_block .lSAction > .lSPrev {
    left: 0;
}
.lightslider_block .lSAction > .lSNext {
    right: 0;
    text-align: right;
}
.lightslider_block .lSAction a {
    width: 30px;
    height: 30px;
    background: #000;
}
.out_of_stock_block button {
    color: #FF0000;
    border-color: transparent;
}
.out_of_stock_block button:hover{
    color: #FF0000 !important;
    border-color: transparent;
}
.out_of_stock_block button.btn-effects::before {
    background: transparent;
}
.reviews-section p a {
    font-weight: 500;
    margin-left: 5px;
}
.inner-blog-content .social-wrap p img {
    margin-right: 6px;
}
.city_dropdown .dropdown {
    display: block;
}
.city_dropdown .dropdown {
    display: block;
    position: static;
    width: auto;
    box-shadow: none;
    margin: 0;
}
.change_city_header {
    display: flex;
    align-items: center;
}
.city_dropdown .dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
    transform: scaleY(1);
}
.city_dropdown .dropdown__switch:checked + .dropdown__options-filter .dropdown__filter:after {
    transform: rotate(-135deg);
}
.city_dropdown .dropdown__options-filter {
    width: 100%;
    cursor: pointer;
    margin: 0;
}
.city_dropdown {
    width: 160px;
    margin-right: 6px;
}
.city_dropdown .dropdown li {
    display: block;
    font-size: 14px;
    padding: 0;
    border: 0;
}
.city_dropdown .dropdown__filter {
    position: relative;
    display: flex;
    color: #828282;
    background-color: #ffffff;
    border: 2px solid #AAAAAA;
    border-radius: 4px;
    font-size: 14px;
    padding: 5px 4px 6px 10px;
    transition: 0.3s;
}
.city_dropdown .dropdown__filter span {
    padding: 0 !important;
    font-size: 24px;
}
.city_dropdown .dropdown__filter::after {
    position: absolute;
    top: 40%;
    right: 7px;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #595959;
    border-bottom: 2px solid #595959;
    transform: rotate(45deg) translateX(-45%);
    transition: 0.2s ease-in-out;
}
.city_dropdown .dropdown__select {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
    box-shadow: 0 0 3px hsl(0deg 0% 0% / 18%);
    transform: scaleY(0);
    transform-origin: top;
    font-weight: 300;
    transition: 0.2s ease-in-out;
    padding: 0;
}
.city_dropdown .dropdown__select li{
    padding: 10px;
    color: #828282;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #F2F2F2;
}
.city_dropdown .dropdown__select-option {
    padding: 20px;
    background-color: #fff;
    border-bottom: 1px solid #d6d6d6;
    transition: 0.3s;
}
.city_dropdown .dropdown__select-option:last-of-type {
    border-bottom: 0;
}
.city_dropdown .dropdown__select-option:hover {
    background-color: #FFF1E8;
    color: #B3561B;
}
.login-w label sup {
    font-size: 16px;
    top: 0;
    color: #ed1e1e;
}
