@import url('css/font-Poppins.css');
@import url('css/font-Roboto.css');
body
{
    font-family: 'Roboto', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
a
{
    text-decoration: none !important;
}
a:hover
{ 
    text-decoration: none !important;
}
@font-face {
  font-family: Myriadpro-bold;
  src: url(../font-family/Myriadpro-bold.otf);
}
@font-face {
  font-family: Myriadpro-BlackSemicn;
  src: url(../font-family/Myriadpro-BlackSemicn.otf);
}
@font-face {
  font-family: DejaVuSans;
  src: url(../font-family/DejaVuSansCondensed.ttf);
}
@font-face {
  font-family: Myriadpro-bold;
  src: url(../font-family/Myriadpro-bold.otf);
}
.container {
    max-width: 84%;
    padding-right: 15px;
    padding-left: 15px;
}

/*-------------------------  header_block ----------------------------*/
.header_block {
    display: block;
    position: relative;
    width: 100%;
    box-shadow: 0px 1px 8px 1px rgb(0 0 0 / 13%);
}
.header_block .bg-dark {
    background: transparent !important;
}
.header_block nav.navbar {
    width: 100%;
    padding: 0;
    padding: 0 30px;
    margin: 0;
}
/*.header_block nav.navbar .navbar-brand {
    display: block;
    padding: 24px 0 0;
}*/

/*Komal*/
.header_block nav.navbar .navbar-brand {
    display: block;
    padding: 24px 0 0;
    /* css komal*/
     display: flex;
    align-items: center;
    justify-content: flex-start;
    /*end*/
}
/*Komal css*/
.header_block nav.navbar .navbar-brand .syore-name {display: block;}
.header_block nav.navbar .navbar-brand .user-optios_r {
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    color: #212529;
    font-size: 12px;
    font-weight: 500;
    background: #FFF4F3;
    color: #231F20;
    position: relative;
    bottom: 12px;
    padding: 2px 3px 2px 4px;
    width: 160px;
}
/*end komal css*/
.header_block nav.navbar .navbar-brand img {
    width: auto;
    max-width: 100%;
}
.header_block nav.navbar .navbar-nav {
  /*  width: 100%;*/
    justify-content: flex-end;
}
.header_block nav.navbar .navbar-nav .nav-item {
    display: block;
}
.header_block nav.navbar .navbar-nav .nav-item .nav-link {
    color: #3D1E3D;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
    padding: 34px 18px 24px;
}
.header_block nav.navbar .navbar-nav .nav-item .nav-link:hover {
    background: #743875;
    color: white;
}
/*-------------------------  header_block ----------------------------*/
/*-------------------------  d_indexbanner_block ----------------------------*/
.d_indexbanner_block {
    display: block;
    position: relative;
    padding: 50px 0 30px;
}
.d_indexbanner_block .top_block {
    display: block;
}
.d_indexbanner_block .d_img_block {
    display: block;
    position: absolute;
    left: 0;   
    bottom: 45px;
    width: 90%;
}
.d_indexbanner_block .d_img_block img {
    width: 100%;
}
.d_indexbanner_block .top_block .d_contant_block {
    display: block;
    position: relative;
}
.d_indexbanner_block .top_block .d_contant_block  .d_title {
    color: #6F366F;
    font-size: 55px;
    font-weight: 700;
    line-height: normal;
    text-shadow: 0px 1px 1px rgb(255 255 255 / 10%), 0px 1px 5px hsl(0deg 0% 0% / 44%);
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
.d_indexbanner_block .top_block .d_contant_block .d_item_list_block {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.d_indexbanner_block .top_block .d_contant_block .d_item_list_block .d_item_block {
    display: block;
    position: relative;
    padding: 10px 20px;
    /* width: 33.33%; */
    margin: 10px 0 0px;
}
.d_indexbanner_block .top_block .d_contant_block .d_item_list_block .d_item_block .d_icon_block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 12px;
    height: 95px;
}
.d_indexbanner_block .top_block .d_contant_block .d_item_list_block .d_item_block .d_icon_block img
{   
    max-width: 100%;
    margin: 0 auto;
    display: block;
    width: auto;
    max-width: 60%;
}
.d_indexbanner_block .top_block .d_contant_block .d_item_list_block .d_item_block:last-child .d_icon_block img {
    max-width: 35%;
}
.d_indexbanner_block .top_block .d_contant_block .d_item_list_block .d_item_block h4 {
    color: #6F366F;
    text-align: center;
    font-size: 20px;
    margin: 0;
    font-weight: 700;
}
.d_indexbanner_block .top_block .d_login_block {
    display: block;
    max-width: 320px;
    background: #743875;
    padding: 0;
    box-shadow: 6px 6px 2px 1px rgb(128 128 128 / 30%);
    border-radius: 8px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    margin-top: 30px; 
    float: right;
}
.d_indexbanner_block .top_block .d_login_block .d_inner_block {
    display: block;
    padding: 50px 30px 0px;
}
.d_indexbanner_block .top_block .d_login_block .d_inner_block .d_login_title {
    text-align: center;
    color: white;
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 20px;
}
.d_indexbanner_block .top_block .d_login_block .d_inner_block .form-group {
    display: block;
    margin: 0 0 30px;
}
.d_indexbanner_block .top_block .d_login_block .d_inner_block .form-group .d_text_block {
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    border: 0;
    border-bottom: 4px solid rgb(255 255 255 / 40%);
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: 700;
}
.d_indexbanner_block .top_block .d_login_block .d_inner_block .form-group .d_text_block::placeholder
{
    color: white;
    text-transform: capitalize;
}
.d_indexbanner_block .top_block .d_login_block .d_inner_block .form-group .d_btn_sign {
    margin: 0 auto;
    display: block;
    margin-top: 50px;
    background: white !important;
    border-color: white !important;
    color: #743875;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .5px;
    padding: 8px 22px;
    outline: none !important;
    box-shadow: none !important;
}
.d_indexbanner_block .top_block .d_login_block .d_inner_block .form-group .d_btn_sign:hover {
    background: #4092de !important;
    border: 1px solid #4092de !important;
    color: white !important;
}
.d_indexbanner_block .top_block .d_login_block .bottom_block
{
    padding: 0px 10px 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.d_indexbanner_block .top_block .d_login_block .bottom_block  .d_text_block {
    font-size: 18px;
    color: white;
    text-transform: capitalize;
    font-weight: 200;
    padding: 30px 10px;
}
.d_indexbanner_block .top_block .d_login_block .bottom_block .d_text_block a {
    color: white;
    text-decoration: none !important;
}
.d_indexbanner_block .top_block .d_login_block .bottom_block .d_border-right {
    border-right: 2px solid rgb(255 255 255 / 45%);
}
.d_indexbanner_block .top_block .d_login_block .bottom_block .d_text_block a:hover {
    color: #F7DF03;
}
.d_indexbanner_block .top_block .d_login_block .forget__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px 50px;
}
.d_indexbanner_block .top_block .d_login_block .forget__block label {
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    margin: 0;
    display: block;
    text-align: center;
}
.d_indexbanner_block .top_block .d_login_block .forget__block label a {
    color: white;
}
.d_indexbanner_block .top_block .d_login_block .forget__block label a:hover {
    color: #F7DF03;
}
.d_indexbanner_block .top_block .d_login_block .forget__block label .border-block {
    display: block;
    width: 1px;
    background: white;
    height: 80px;
}
.d_indexbanner_block .top_block .d_login_block .forget__block label {
    width: 47%;
    text-align: left;
}
.d_indexbanner_block .top_block .d_login_block .forget__block .border_box {
    width: 1%;
}
.d_indexbanner_block .top_block .d_login_block .forget__block .first-label {
    font-size: 16px;
    width: 49%;
    text-align: right;
}
/*-------------------------  d_indexbanner_block ----------------------------*/ 
/*--------------------------------  d_kiranalist_block ------------------------*/
.d_kiranalist_block {
    position: relative;
    background-size: auto 100% !important;
    background-repeat: no-repeat !important;
    background-position: top left !important;
    padding: 30px 0;
    background-color: #F7DF03;
}
.d_kiranalist_block .d_contant_block {
    display: block;
}
.d_kiranalist_block .imgbox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.d_kiranalist_block .imgbox img {
    width: auto;
    height: 100%;
}
.d_kiranalist_block .d_contant_block h4 {
    margin: 0;
    font-size: 27px;
    color: #976556;
    color: #743875;
    margin: 0;
    font-weight: 400; 
}
.d_kiranalist_block .d_contant_block h4 .d_btn_now {
    background: white;
    color: red;
    font-weight: 500;
    font-size: 24px;
    padding: 2px 8px;
}
.d_kiranalist_block .d_contant_block h4 .d_btn_now:hover {
    background: #743875;
    color: white;
}
/*--------------------------------  d_kiranalist_block ------------------------*/
/*--------------------------------  d_downloadour_block ------------------------*/
.d_downloadour_block {
    background: #3D1E3D;
    padding: 40px 0 10px;
}
.d_downloadour_block .d_img_blook {
    display: flex;
    align-items: center;
    justify-content: center;
}
.d_downloadour_block .d_img_blook img { 
        width: 100%;
}
.d_downloadour_block .d_download_app_block {
    display: block;
    position: relative;
    margin: 110px 0 10px;
}
.d_downloadour_block .d_download_app_block .d_item_block {
    display: block;
    position: relative;  
    color: white;
    margin: 0 0 20px;
}
.d_downloadour_block .d_download_app_block .d_item_block .d_icon-block {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;  
    margin-bottom: 0px;
}
.d_downloadour_block .d_download_app_block .d_item_block .d_icon-block img {
    
    max-width: 100%;
    width: auto;
}
.d_downloadour_block .d_download_app_block .d_item_block h4 {
    font-size: 24px;
    text-align: center;
    color: white;
    font-weight: 400;
    margin:10px 0 0;
}
.d_downloadour_block .d_download_app_block .d_item_block .d_icon-block h2 {
    font-size: 42px;
    font-weight: 600;
    margin: 40px 0 0;
}
/*--------------------------------  d_downloadour_block ------------------------*/
/*--------------------------------  d_shopblock ------------------------*/
.d_shopblock {
    display: block;
    padding: 30px 0;
}
.d_shopblock .d_demoshop_list {
    display: block;
}
.d_shopblock .d_demoshop_list .d_shop_list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: unset;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}
.d_shopblock .d_demoshop_list .d_shop_list  .list_block {
    list-style: none;
    display: block;
    margin-right: 10px;
}
.d_shopblock .d_demoshop_list .d_shop_list .list_block .list_item_block
{
    width: 174px;
    height: 174px;
    border-radius: 14px;
    background-color: #6f366f;
}
.d_shopblock .d_demoshop_list .d_shop_list .list_block .list_item_block h2
{
    width: 100%;
    height: 100%;
    font-size: 50px;
    color: #ffffff;
    font-weight: 500;
    padding: 10px;
    text-align: center;
}
.d_shopblock .d_demoshop_list .d_shop_list .list_block .list_item_block .inner_block {
    display: block; 
}
.d_shopblock .d_demoshop_list .d_shop_list .list_block .list_item_block h4 {
    margin: 0;
    font-size: 24px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 300;
    text-align: right;
    line-height: 54px;
    padding-right: 5px;
}
.d_shopblock .d_demoshop_list .d_shop_list .list_block .list_item_block .inner_block .icon_block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.d_shopblock .d_demoshop_list .d_shop_list .list_block .list_item_block .inner_block .icon_block img {
    width:auto;
}
/*
.d_shopblock .d_demoshop_list .d_shop_list .list_block:nth-child(3) .list_item_block .inner_block h4
{
    line-height: normal;
}
.d_shopblock .d_demoshop_list .d_shop_list .list_block:nth-child(4) .list_item_block .inner_block h4 {
    line-height: normal;
}
*/
.d_shopblock .d_testimonialblock {
    display: block;
    position: relative;
    padding: 40px 30px 20px;
}
.d_shopblock .d_testimonialblock .d_comment_block {
    display: block;
    position: relative;
    padding: 120px 30px 10px 50px;
} 
.d_shopblock .d_testimonialblock .d_comment_block .d_msg_block {
       width: 100%;
    height: 245px;
    border-radius: 32px;
    background-color: #E4E0E4;
    text-align: right;
    padding: 10px 20px;
    height: auto;
    min-height: 200px;
}
.d_shopblock .d_testimonialblock .d_comment_block .d_msg_block .d_imgbox_block {
       max-width: 265px;
    height: 265px;
    margin-top: -120px;
    float: left;
    margin-left: -50px;
    position: relative;
}
.d_shopblock .d_testimonialblock .d_comment_block .d_msg_block .d_imgbox_block img {
    width: 100%;
    height: 100%;
    border-radius: 100%; 
}
.d_shopblock .d_testimonialblock .d_comment_block .d_msg_block p {
    font-size: 22px;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    margin: 0;
    position: relative;
}
.d_shopblock .d_testimonialblock .d_comment_block .d_msg_block h5 {
    font-size: 24px;
    line-height: 60px;
    color: #000000;
    font-weight: 500;
    margin: 0;
    line-height: normal;
}
.d_shopblock .d_demoshop_list .d_shop_list .list_block:last-child {}
.d_shopblock .d_demoshop_list .d_shop_list .list_block:last-child .list_item_block {}
.d_shopblock .d_demoshop_list .d_shop_list .list_block:last-child .list_item_block .inner_block {
    padding: 10px;
}
.d_shopblock .d_demoshop_list .d_shop_list .list_block {
    flex-grow: unset;
}
.d_shopblock .d_demoshop_list .d_shop_list .list_block:last-child .list_item_block .inner_block .icon_block {
    width: 100%;
    height: 100%;
    justify-content: center;
}
.d_shopblock .d_testimonialblock .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    display: none;
}
.d_shopblock .d_testimonialblock .owl-theme .owl-dots {
    display: none;
} 
.d_shopblock .d_testimonialblock .owl-nav {
    display: block;
}
.d_shopblock .d_testimonialblock .owl-nav button {
    outline: none !important;
    box-shadow: none !important;
    color: #ccc6cc !important;
    font-size: 16px;
    background: transparent !important;
    border: 0 !important;
    position: absolute;
    top: 55%;
}
.d_shopblock .d_testimonialblock .owl-nav  .owl-prev {
    left: -30px;
}
.d_shopblock .d_testimonialblock .owl-nav .owl-next {
    right: -30px;
}
/*--------------------------------  d_shopblock ------------------------*/
/*--------------------------------  d_helpblock ------------------------*/
.d_helpblock {
    display: block;
    position: relative;
}
.d_helpblock .d_helpcontact_block {
    position: relative;
    display: block;
   /* max-width: 440px;*/
    margin: 90px 0 0;
}
.d_helpblock .d_helpcontact_block h2 {
    
    font-size: 43px;
    line-height: 33px;
    color: #3d1e3d;
    font-weight: bold;
    /* font-family: "Myriadpro-bold"; */
    text-transform: uppercase;
    font-size: 42px;
    margin: 0 0 15px;
}
.d_helpblock .d_helpcontact_block p {
    font-size: 24px;
    line-height: 30px;
    color: #3d1e3d;
    font-weight: 500; 
    max-width: 530px;
}
.d_helpblock  .d_register_block {
    display: block;
    height: 424px;
    border-radius: 38px;
    background-color: #450057;
    max-width: 430px;
    padding: 20px 0;
    float: right;
}
.d_helpblock .d_register_block .d_top_block {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px 30px;
    display: block;
    overflow: hidden;
}
.d_helpblock .d_register_block .d_top_block .d_left_block {
    display: block;
    width: 75%;
    float: left;
}
.d_helpblock .d_register_block .d_top_block .d_left_block h4 {
    font-size: 20px;
    line-height: 62px;
    color: #ffffff;
    font-weight: 500; 
    line-height: normal;
    font-size: 18px;
}
.d_helpblock .d_register_block .d_top_block .d_right_block {
    display: block;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 25%;
    float: right;
    padding: 0 10px;
}
.d_helpblock .d_register_block .d_top_block .d_right_block .d_cancel {
    width: 42px;
    height: 42px;
    border-radius: 21px;
    background-color: #9d00c4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    font-weight: 500;
}
.d_helpblock .d_register_block .d_top_block .d_left_block .form-group {
    display: block;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: column;
}
.d_helpblock .d_register_block .d_top_block .d_left_block .form-group .d_text_block {
    display: block;
    width: 100%;
    color: #450057;
    border-radius: 7px;
    margin: 0 0 10px;
    text-align: left;
    border: 1px solid white !important;
    background: white !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 13px;
    line-height: 28px;
    color: #450057; 
    font-weight: 500;
    height: 42px; 
}
.d_helpblock .d_register_block .d_top_block .d_left_block .form-group .d_text_block::placeholder {
    color: #450057;
    font-weight: 500;
    font-size: 14px;
}
.d_helpblock .d_register_block .d_top_block .d_left_block .form-group .d_text_block1 {
    width: 65%;
}
.d_helpblock .d_register_block .d_top_block .d_right_block .d_submit {
    width: 42px;
    height: 42px;
    border-radius: 21px;
    background-color: #9d00c4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    font-weight: 500;
    font-size: 15px;
    outline: none !important;
    box-shadow: none !important;
}
.d_helpblock .d_register_block .d_top_block .d_right_block1 {
    justify-content: flex-start;
}
.d_helpblock .d_register_block .d_bottom_block {
    display: block;
    overflow: hidden;
    overflow: unset;
}
.d_helpblock .d_register_block .d_bottom_block .d_left_block {
    width: 60%;
    float: left;
    padding: 0 6px;
}
.d_helpblock .d_register_block .d_bottom_block .d_right_block {
    width: 40%;
    float: right;
}
.d_helpblock .d_register_block .d_bottom_block .d_right_block h5 {
    font-size: 56px;
    font-size: 40px;
    line-height: 62px;
    color: #ffffff;
    font-weight: 400;
    white-space: nowrap;
    font-family: DejaVuSans;
}
.d_helpblock .d_register_block .d_bottom_block .d_left_block img {
    width: auto;
    margin-top: -48px;
    position: relative;
    z-index: 999;
    width: 180px;
}
.d_helpblock .item_block {
    display: block;
    position: relative; 
    margin: 30px 0 20px;
}
.d_helpblock .item_block h4 {
    font-size: 42px;
    line-height: 33px;
    color: #3d1e3d;
    font-weight: bold;
    /*font-family: Myriadpro-bold;*/
    text-align: center;
    font-size: 34px;
    margin: 0 0 2px;
}
.d_helpblock .item_block p {
    font-size: 27px;
    line-height: 27px;
    color: #3d1e3d;
    font-weight: 500;
    font-family: "Poppins";
    font-size: 18px;
    text-align: center;
}
/*--------------------------------  d_helpblock ------------------------*/
/*--------------------------------  d_faqblock ------------------------*/
.d_faqblock {
    background: #6F366F;
    position: relative;
    padding: 30px 0;
}
.d_faqblock .title_block {
    display: block;
    text-align: center;
}
.d_faqblock .title_block h2 {
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 20px;
    font-size: 42px;
    line-height: 33px;
    font-weight: bold;
    /*font-family: "Myriadpro-bold";*/
}
.d_faqblock .faq_list_block {
    display: block;
    margin: 0 0 20px;
}
.d_faqblock .faq_list_block .item_block {
    display: block;
    position: relative;
    margin: 0 0 20px;
    padding: 10px;
}
.d_faqblock .faq_list_block .item_block h4
{
    font-size: 24px;
    line-height: 33px;
    color: #ffffff;
    font-weight: 500;
    font-size: 22px;
}
.d_faqblock .faq_list_block .item_block p {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
}
.d_faqblock .d_img_blook {
    display: block;
    position: relative;
}
.d_faqblock .d_img_blook img {
    width: 100%;
    height: auto;
    height: 185px;
}
.d_faqblock .d_play_block {
    display: block;
    margin: 30px 0 10px;
    background: #4092DE;
    height: 290px;
    max-width: 470px;
    height: 350px;
    max-width: 720px;
    margin: 20px auto;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.d_faqblock .d_play_block i {
    color: white;
    font-size: 140px;
}
/*--------------------------------  d_faqblock ------------------------*/
/*--------------------------------  d_contact_block ------------------------*/
.d_contact_block {
    display: block;
    position: relative;
    padding: 30px 0 0;
}
.d_contact_block .d_information_block {
    display: block;
    position: relative;
}
.d_contact_block .d_information_block .d_title {
       font-size: 80px;
    line-height: 21px;
    color: #6f366f;
    font-weight: bold;
    /* font-family: "Myriadpro-bold"; */
    line-height: normal;
    font-size: 60px;
    font-weight: 600;
    font-size: 75px;
}
.d_contact_block .d_information_block .d_inner_block {
    display: block;
    padding-left: 80px;
}
.d_contact_block .d_information_block .d_inner_block .d_contact_link {
    display: block;
    position: relative;
    padding-left: 70px;
    margin: 0 0 30px;
    min-height: 30px;
}
.d_contact_block .d_information_block .d_inner_block .d_contact_link .d_icon {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
}
.d_contact_block .d_information_block .d_inner_block .d_contact_link .d_icon i {
    font-size: 30px;
    color: #3d1e3d;
}
.d_contact_block .d_information_block .d_inner_block .d_contact_link .d_icon img {
    width: 32px;
}
.d_contact_block .d_information_block .d_inner_block .d_contact_link p
{
    font-size: 19px;
    line-height: 28px !important;
    color: #450057;
    font-weight: 500;
    margin: 0;
    font-size: 19px;
    line-height: 21px;
}
.d_contact_block .d_information_block .d_inner_block .d_contact_link a {
    color: #450057;
}
.d_contact_block .d_form_block
{
    display: block;
    position: relative;
    width: 410px;
    margin: 0 auto;
    display: block; 
    padding: 115px 10px 30px;
}
.d_contact_block .d_form_block .form-group {
    display: block;
    margin: 0 0 22px;
}
.d_contact_block .d_form_block .form-group .d_text_block {
    display: block;
    border-radius: 8px;
    background: #EBE8EB !important;
    font-size: 22px;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    font-weight: 500;
    outline: none !important;
    box-shadow: none !important;
}
.d_contact_block .d_form_block .form-group .btn_submit:hover {
    background: #4092de !important;
    border: 1px solid #4092de !important;
    color: white !important;
}
.d_contact_block .d_form_block .form-group .btn_submit {
    width: 131px;
    height: 47px;
    border-radius: 3px;
    background-color: #3d1e3d;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    padding: 10px 22px;
    width: auto;
    height: auto;
    text-transform: capitalize;
}
.d_contact_block .d_form_block .form-group .d_text_block1 {
    height: auto;
    height: 95px;
    white-space: nowrap;
}
.d_contact_block .d_information_block .d_inner_block  .d_social_links
{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-left: 20px;
}
.d_contact_block .d_information_block .d_inner_block .d_social_links .d_social_icon {
    margin-right: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: #6F366F;
    width: 45px;
    height: 45px;
    font-size: 25px;
    border-radius: 100%;
}
.d_contact_block .d_information_block .d_inner_block .d_social_links img {
    max-width: 85%;
}
.d_contact_block .d_information_block .d_inner_block .d_social_links .d_social_icon .links_circle {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: #6F366F;
    width: 45px;
    height: 45px;
    font-size: 25px;
    border-radius: 100%;
}
.d_contact_block .d_information_block .d_inner_block .d_social_links .d_social_icon .youtube_circle {
    font-size: 54px;
    color: #6F366F;
    position: relative;
    top: -4px;
}
.d_contact_block .d_information_block .d_inner_block .d_contact_link:nth-child(2) p {
    position: relative;
    top: 6px;
}
.d_contact_block .d_information_block .d_inner_block .d_social_links .d_social_icon .links_circle:hover {
    background: #4092DE;
}
.d_contact_block .d_information_block .d_inner_block .d_social_links .d_social_icon i:fa-youtube {
    color: #4092DE;
}
 
 .d_contact_block .d_information_block .d_inner_block .d_social_links .d_social_icon .fa-youtube:hover {
    color: #4092DE;
}
/*--------------------------------  Signup page design  ------------------------*/
/*--------------------------------  Signup page design  ------------------------*/ 
.d_register_block
{
    background: #743875;
    padding: 30px 0;
}
.d_register_block .registerform_block
{
    background: white;
    max-width: 560px;
    margin: 0 auto;
    border-radius: 40px;
    padding: 30px 30px;
    box-shadow: 5px 10px 0px 0px #cfcece;
}
.d_register_block .registerform_block .logo_block
{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 25px;
}
.d_register_block .registerform_block .logo_block  .img_block {
    max-width: 220px;
}
.d_register_block .registerform_block .form-group {
    margin: 0 0 16px;
}
.d_register_block .registerform_block .form-group .d_form {
    display: flex;
    align-items: center;
    justify-content: center;
}
.d_register_block .registerform_block .form-group .d_form.fp_resendotp{
    width: 87%;
    margin: 0 auto;
    text-align: right;
}
.c_textcontrol {
    display: inline-block;
    width: auto;
    min-width: auto;
    max-width: initial;
    background: #743875;
    border: 1px solid #743875;
    background: #EAE2EA !important;
    border: 1px solid #EAE2EA !important;
    font-size: 16px;
    font-weight: 500;
    color: #743875;
    text-align: center;
    outline: none !important;
    box-shadow: none !important;
    height: 44px;
    border-bottom: 6px;
}
.d_register_block .registerform_block .form-group .d_form .c_textcontrol1 {
    max-width: 130px;
}
.d_register_block .registerform_block .form-group .custome_check_block {
    display: block;
    border-radius: 8px;
    overflow: hidden;
}
.d_register_block .registerform_block .form-group .custome_check_block .inner_block {
        display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    background: #8A578B;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px 10px;
    position: relative;
    background: #AB87AC;
    height: 85px;
}
.d_register_block .registerform_block .form-group .custome_check_block .inner_block .imgbox_block {
    display: block;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.d_register_block .registerform_block .form-group .custome_check_block .inner_block .imgbox_block img {
    height: 75px;
}
.d_register_block .registerform_block .form-group .custome_check_block .inner_block h2 {
    font-size: 20px;
    color: #743875;
}
.d_register_block .registerform_block .form-group .custome_check_block .opacity {
    opacity: 1;
    background: #8A578B;
    /* background: #AB87AC; */
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}
.d_register_block .registerform_block .form-group .custome_check_block.active {
    display: block;
    overflow: unset;
    margin: 15px 0 0;
}
.d_register_block .registerform_block .form-group .custome_check_block.active .inner_block {
    width: 100%; 
    overflow: unset;
    height: 100px;
}
.d_register_block .registerform_block .form-group .custome_check_block.active .inner_block .imgbox_block {
    display: block;
}
.d_register_block .registerform_block .form-group .custome_check_block.active .inner_block .imgbox_block img {
    width: auto;
    height: 110px;
    position: relative;
}
 .btn_go {
    background: #743875;
    border: 1px solid #743875;
    color: white !important;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .5px;
    font-size: 20px;
    padding: 4px 18px;
    width: auto;
    outline: none !important;
    box-shadow: none !important;
}
 .btn_go:hover { 
    color: white !important;
    background: #4D9DDD !important;
    border-color: #4D9DDD !important;
}
.d_register_block .registerform_block .form-group .title {
       color: #743875;
    text-align: center;
    font-size: 32px;
    margin: 0 0 40px;
    text-transform: capitalize;
    font-weight: 600;
}
/*--------------------------------  Signup page design  ------------------------*/
/*--------------------------------  Signup page design  ------------------------*/

/*--------------------------------  retailer_registration design  ------------------------*/
/*-------------------------  d_retailer_block design  -------------------------------*/
/*-------------------------  d_retailer_block design  -------------------------------*/
.d_retailer_block .registerform_block .form_step_block .delivery_selection_block {
    display: block;
    position: relative;
    margin: 50px 0 60px;
}
/*
.d_retailer_block .registerform_block .pickup_custome_check {
    display: block;
    position: relative;
    cursor: pointer;
    margin: 60px 0 0px;
}
.d_retailer_block .registerform_block .pickup_custome_check.pickup_left_block {
    display: block;
}
.d_retailer_block .registerform_block .pickup_custome_check.pickup_right_block {
    display: block;
}
.d_retailer_block .registerform_block .pickup_custome_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    z-index: 99999;
}
.d_retailer_block .registerform_block .pickup_custome_check .checkmark {
    position: unset;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    background-color: transparent;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 20px; 
}
.d_retailer_block .registerform_block .pickup_custome_check.pickup_right_block .checkmark {
    display: flex;
    padding-left: 0;
}
.d_retailer_block .registerform_block .pickup_custome_check input:checked ~ .checkmark {
    background-color: red;
}
.d_retailer_block .registerform_block .pickup_custome_check .checkmark .text {
    display: block;
    background: #AB87AC;
    padding: 20px 20px;
    height: 100px;
    border-radius: 9px; 
    font-size: 29px;
    line-height: 26px;
    color: #743875;
    font-weight: 500;
    font-family: "Poppins";
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}
.d_retailer_block .registerform_block .pickup_custome_check.pickup_right_block .checkmark .text {
    display: block;
    padding-right: 120px;
}
.d_retailer_block .registerform_block .pickup_custome_check .checkmark img {
    width: 190px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
}
.d_retailer_block .registerform_block .pickup_custome_check.pickup_right_block .checkmark img {
    left: unset;
    right: -70px;
}
 
.d_retailer_block .registerform_block .pickup_custome_check.pickup_left_block .checkmark .text {
    justify-content: flex-end;
}
.d_retailer_block .registerform_block .pickup_custome_check.pickup_right_block .checkmark {
    display: flex;
}
.d_retailer_block .registerform_block .pickup_custome_check.pickup_right_block .checkmark .text {
    justify-content: flex-start;
    align-items: center;
}
 
.d_retailer_block .registerform_block .pickup_custome_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.d_retailer_block .registerform_block .pickup_custome_check .checkmark { 
}
.d_retailer_block .registerform_block .pickup_custome_check:hover input ~ .checkmark {
    background-color: #ccc;
}
 
.d_retailer_block .registerform_block .pickup_custome_check input:checked ~ .checkmark {
    background-color: transparent;
}
.d_retailer_block .registerform_block.pickup_custome_check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.d_retailer_block .registerform_block.pickup_custome_check input:checked ~ .checkmark:after {
    display: block;
}
.d_retailer_block .registerform_block .pickup_custome_check .checkmark:after
{
    content: "";
    position: absolute;
    display: none;
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/
.pickhome_check {
    display: block;
    position: relative;
    position: relative;
    cursor: pointer;
    margin: 60px 0 0px;
}
 
.pickhome_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
}
 
.pickhome_check .checkmark_pickup {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #F6A6AB;
    border-radius: 100%;
    display: none;
}
 
.pickhome_check:hover input ~ .checkmark_pickup {
  background-color: #F6A6AB;
}
 
.pickhome_check input:checked ~ .checkmark_pickup {
  background-color: #F6A6AB;
}
 
.pickhome_check .checkmark_pickup:after {
  content: "";
  position: absolute;
  display: none;
}
.pickhome_check .opacity {
    opacity: 1;
    background: #8A578B;
    /* background: #AB87AC; */
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
}
 
.pickhome_check input:checked ~ .checkmark_pickup {
  display: block;
}
.pickhome_check input:checked ~ .checkmark_pickup:after {
  display: block;
}
.pickhome_check input:checked ~ .opacity {
  display: none;
}
 
.pickhome_check .checkmark_pickup:after {
    left: 9px;
    top: 4px;
    width: 4px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pickhome_check .imgbox_block {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 88;
}
.pickhome_check .imgbox_block img {
    width: 180px;
}
.pickhome_check .text {
    display: block;
    background: #AB87AC;
    padding: 20px 20px;
    height: 100px;
    border-radius: 9px;
    /* background-color: #743875; */
    font-size: 24px;
    line-height: 28px;
    color: #743875;
    font-weight: 600;
    font-family: "Poppins";
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}
.pickhome_check.pickup_right_block .imgbox_block {
    display: block;
    right: 0;
    left: unset;
}
.pickhome_check.pickup_right_block .text {
    justify-content: flex-start;
    text-align: left;
    padding-right: 140px;
}
.pickhome_check.pickup_right_block {
    display: block;
    padding-right: 25px;
}
.pickhome_check.pickup_left_block {
    display: block;
    padding-left: 25px;
}
.pickhome_check.pickup_left_block .text {
    justify-content: flex-end;
    text-align: right;
    padding-left: 140px;
}
.pickhome_check.pickup_left_block .checkmark_pickup {
    left: unset;
    right: 4px;
    top: 2px;
}
.reg_amount_heading1{
    font-weight: bold;
    width: 50%;
    text-align: left;
}
.reg_amount_heading2{
    font-weight: bold;
    width: 50%;
    text-align: left;
    padding: 0;
}
.reg_amount{
    width: 45%;
}
.reg_amount input{
    width: 100%;
}
.text_box_change:focus-visible{
    outline: none;
}
.reg_amount_add{
    width: 10%;
    position: relative;
    right: 30px;
}
.delivery_inputs{
    display: flex;
    padding: 0;
}
.reg_amount_add .fa.fa-plus-square{
    font-size: 25px;
    color: #743875;
    padding-left: 18px;
}
.categorey_checkbox
{
    display: block;
    position: relative;
    padding-left: 0;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    user-select: none;
    background: #fae4ff;
    border-radius: 10px;
    height: 120px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 10px 0px;
    margin: 0 0 35px;
}
 
.categorey_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
 
.categorey_checkbox .checkmark { 
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: transparent;
    border-radius: 100%;
}
 
.categorey_checkbox:hover input ~ .checkmark {
  background-color: transparent;
}
 
.categorey_checkbox input:checked ~ .checkmark {
  background-color: #d982ef;
}
 
.categorey_checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
 
.categorey_checkbox input:checked ~ .checkmark:after {
  display: block;
}
 
.categorey_checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.categorey_checkbox .imgbox_block {
    max-width: initial;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 5px;
    top: 0px
}
.categorey_checkbox .imgbox_block img {
    width: auto;
    height: 130px;
}
.categorey_checkbox .text {
    display: block;
    text-align: right;
    padding-left: 110px;
    background: #D982EF;
    font-size: 22px;
    padding: 6px 14px;
    padding-left: 130px;
    width: 100%;
    color: #3d1e3d;
    font-size: 25px;
    line-height: 26px;
}
.d_retailer_block {
    display: block;
    position: relative;
    padding: 30px 0;
}
.d_retailer_block .registerform_block {
    max-width: 580px;
    max-width: 720px;
    margin: 0 auto;
    display: block;
}
.d_retailer_block .registerform_block .retilaerlogo_block {
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.justify_center
{
    justify-content: center;
}
.justify_end
{
    justify-content: flex-end;
}
.d_retailer_block .registerform_block .retilaerlogo_block .img_block {
   
    height: auto;
    width: 120px;
    position: relative;
    left: 20px;
}
.d_retailer_block .registerform_block .retilaerlogo_block .contantblock {
    background: #8F5F90;
    display: block;
    padding: 12px 10px 15px;
    border-radius: 6px;
    padding-left: 50px;
}
.d_retailer_block .registerform_block .retilaerlogo_block h2 {
    margin: 0;
    font-size: 20px;
    color: white;
    text-align: right;
    font-size: 20px;
    margin: 10px 0 10px;
}
.d_retailer_block .registerform_block .retilaerlogo_block .rinner_block {
    padding: 10px 12px;
    margin: 0 0 20px;
    display: block;
    background: #8F5F90;
    width: auto;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 95px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.d_retailer_block .registerform_block .custome_picture_block {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 120px;
    height: 120px;
    border: 1px solid rgb(3 8 13 / 40%);
    border-radius: 2px;
    margin: 0 auto;
    margin-bottom: 9px;
}
.d_retailer_block .registerform_block .custome_picture_block i {
    font-size: 40px;
    color: gray;
}
.d_retailer_block .registerform_block .custome_picture_block img {
    width: 100%;
    height: 100%;
    display: none;
}
.d_retailer_block .registerform_block .custome_picture_block .file_selection {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: red;
    opacity: 0;
    cursor: pointer;
}
.d_retailer_block .registerform_block .form_step_block {
    display: block;
}
.d_retailer_block .registerform_block .form-group {
    display: block;
    margin: 0 0 20px;
    text-align: center;
}
.d_retailer_block .registerform_block .form-group.holiday_block1{
    width: 45%;
}
.d_retailer_block .registerform_block .form-group.holiday_block2{
    width: 45%;
    position: relative;
    top: 8px;
   
}
.d_retailer_block .registerform_block .form-group.holiday_block3{
    width: 10%;
}
.d_retailer_block .registerform_block .form-group.holiday_block3 i{
    font-size: 23px;
    position: relative;
    top: 7px;
     left: 9px;
}
.d_retailer_block .registerform_block .form-group .sett_label.week_block1{
     width: 20%;
    float: left;
  
}
.sett_label.holiday_heading{
    color: #f13a1e;
}
.d_retailer_block .registerform_block .form-group .week_block2{
    width: 100%;
    padding: 0;
}
.d_retailer_block .registerform_block .form-group .holiday_addbtn{
    font-weight: 600;
    cursor: pointer;
    background-color: #743875;
    color: white;
    padding: 3px 17px;
    border-radius: 22px;
}
.d_retailer_block .registerform_block .form-group.new_add{
    width:45%; 
}
 .new_delete{
    width:10%;
    position: relative;
    bottom: 8px; 
}
.d_retailer_block .registerform_block .form-group.occasion_date{
    width: 50%;
}
.d_retailer_block .registerform_block .form-group.occasion_date input{
    border: 1px solid #cfcfcf;
    padding: 2px;
}
.d_retailer_block .registerform_block .form-group.occasion_descp input{
    width: 100%;
    border: 1px solid #cfcfcf;
    padding: 4px 2px;
}
 .form-group.new_upino{
    width:30%; 
}
 .form-group.new_upimode{
    width:35%; 
}
 .form-group.new_upiimg{
    width:25%; 
}
 .form-group.new_upibtn{
    width:10%; 
}
.d_retailer_block .registerform_block .form-group .d_form {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.d_retailer_block .registerform_block .form-group .d_form .star_text {
    margin-left: 4px;
    color: red;
    font-size: 20px;
    font-weight: 600;
}
.btn_go {
    background: #743875;
    border: 1px solid #743875;
    color: white;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: .5px;
    font-size: 20px;
    padding: 4px 18px;
    width: auto;
    outline: none !important;
    box-shadow: none !important;
    margin-left: 20px;
}
.d_retailer_block .registerform_block .form-group .d_form .custome_file {
    display: block;
    position: relative;
    margin-right: 15px;
    width: 100%;
}
.d_retailer_block .registerform_block .form-group .d_form .custome_file .file_upload {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: red;
    opacity: 0;
}
.d_retailer_block .registerform_block .form-group .d_form1 {
    align-items: center;
    width: 100%;
}
.d_retailer_block .registerform_block .form-group .d_form1 .star_text1 {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}
.d_retailer_block .registerform_block .form-group .btnsa_block {
    text-align: center;
    display: block;
}
.d_retailer_block .registerform_block .form-group .btnsa_block .btn_save {
    background: #84EA66;
    color: white;
    text-transform: capitalize;
    padding: 4px 20px;
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
    font-weight: 500;
    border-radius: 6px;
    margin-right: 20px;
}
.d_retailer_block .registerform_block .form-group .btnsa_block .btn_cancel {
    background: #FF7272;
    color: white;
    text-transform: capitalize;
    padding: 4px 20px;
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
    font-weight: 500;
    border-radius: 6px;
}
.d_retailer_block .registerform_block .retilaerlogo_block .contantblock {
    background: #8F5F90;
    display: block;
    padding: 12px 10px 15px;
    border-radius: 6px;
    padding-left: 50px;
}
.d_retailer_block .registerform_block .form_step_block .form-group {
    display: block;
}
.d_retailer_block .registerform_block .form_step_block .form-group .d_form {
    display: flex;
}
.d_retailer_block .registerform_block .form_step_block .form-group .d_form .c_textcontrol {
    width: 100%;
}
.categorey_title {
    font-size: 56px;
    line-height: 26px;
    color: #743875;
    font-weight: 300;
    font-size: 46px;
    font-size: 36px;
    text-align: center;
    margin: 0 0 40px;
}
.catgorey_list_block {
    display: block;
    width: 100%;
    padding: revert;
    padding: 30px 0 0;
}
.container_custome {
    max-width: 580px;
    margin: 0 auto;
    display: block;
}
.catgorey_list_block .catgorey_primarey_block {
    display: block;
    width: 100%;
}
.catgorey_list_block .catgorey_primarey_block   .categorey_checkbox {
}
.select_location_block {
    display: block;
    position: relative;
}
.select_location_block .top_block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 22px;
}
.select_location_block .top_block label {
    font-size: 32px;
    line-height: 26px;
    color: #743875;
    font-weight: 300;
    margin-left: 10px;
}
.select_location_block .search_location {
    width: 280px;
    height: 55px;
    border-radius: 12px;
    margin: 0 auto;
    background: #E9E0E9;
    flex-wrap: unset;
}
.select_location_block .search_location .form-control {
    width: 100%;
    height: 100%;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 14px;
    font-weight: 400;
}
.select_location_block .search_location .input-group-prepend {}
.select_location_block .search_location .input-group-text {
    background: transparent;
    border: 0;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 6px;
}
.select_location_block .search_location .input-group-text img {
    width: 22px;
}
.select_location_block .or_block {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 580px;
    margin: 20px auto;
}
.select_location_block .or_block .border_block {
    display: block;
    height: 2px;
    background: #674678;
    background: transparent;
    width: 50%;
}
.select_location_block .or_block .or_text {
    display: block;
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
}
.select_location_block .map_lable_block {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 580px;
    margin: 20px auto;
}
.select_location_block .map_lable_block img {
    display: block;
    margin-right: 10px;
}
.select_location_block .map_lable_block label {
    margin: 0;
    font-size: 24px;
    line-height: 26px;
    color: #674678;
    font-weight: 300;
}
.select_location_block .map_addresblock {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 580px;
    margin: 20px auto;
    height: 180px;
}
.select_location_block .map_addresblock iframe {
    width: 100%;
    height: 100%;
}
.shoptime_main {
    display: block;
    width: 100%;
    padding: 10px 0 20px;
}
.shoptime_main .shop_time-block {
    display: block;
    max-width: 580px;
    margin: 0 auto;
}
.shoptime_main .shop_time-block .form-group {
    display: block;
    margin: 0 0 10px;
}
.shoptime_main .shop_time-block .form-group .shop_label {
    font-size: 32px;
    line-height: 26px;
    color: #3d1e3d;
    font-weight: 300;
    font-size: 18px;
    font-weight: 400;
}
.shoptime_main .shop_time-block .form-group .text_control {
    width: 100%;
    height: auto;
    border-radius: 5px;
    background-color: #EAE1EA;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    margin: 0 0 10px;
}
.shoptime_main .shop_time-block .form-group .shop_label1 {
    line-height: 26px;
    color: #3d1e3d;
    font-weight: 300;
    font-size: 16px;
    font-weight: 400;
    display: block;
    text-align: center;
    text-transform: lowercase;
}
.shoptime_main.shoptimeweek_main {
    display: block;
    background: transparent;
    padding: 10px 12px;
}
.shoptime_main.shoptimeweek_main .inner_block {
    display: block;
    background: #F7F6F8;
    border-radius: 20px;
    margin: 0 0 10px;
    padding: 20px;
}
.shoptime_main.shoptimeweek_main .shop_time-block {
    display: block;
    width: 100%;
    max-width: 100%;
}
.shoptime_main.shoptimeweek_main .shop_time-block .form-group {
    display: block;
}
.shoptime_main.shoptimeweek_main .shop_time-block .form-group .shop_label {
    margin-top: 30px;
}

/*--------------new dei -----------------*/
.shoptime_main.shoptimeweek_main .shop_time-block .timelist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: 0 0 20px;
}
.shoptime_main.shoptimeweek_main .shop_time-block .timelist .nav-list {
    display: block;
    flex-grow: 1;
    padding: 0 10px;
}
.shoptime_main.shoptimeweek_main .shop_time-block .timelist .nav-list .title_flex_block {
    display: block;
    position: relative;
}
.shoptime_main.shoptimeweek_main .shop_time-block .timelist .nav-list .title_flex_block .shop_label {
    display: block;
    margin: 10px 0 0;
    font-size: 18px;
    text-transform: capitalize;
}
.shoptime_main.shoptimeweek_main .shop_time-block .timelist .nav-list .inner_timelist {
    padding: 0;
    margin: 0;
    /*display: flex;*/
    align-items: center;
    justify-content: flex-start;
}
.shoptime_main.shoptimeweek_main .shop_time-block .timelist .nav-list .inner_timelist  .nav-list {
    padding: 0 10px;
}
.shoptime_main.shoptimeweek_main .shop_time-block .timelist .nav-list .inner_timelist .nav-list.align-end {
    display: block;
    flex-grow: 1;
}
.shoptime_main.shoptimeweek_main .shop_time-block .timelist .nav-list .inner_timelist .nav-list.align-end.edit_shop{
    display: flex;
    flex-grow: 1;
}
.shoptime_main.shoptimeweek_main .shop_time-block .timelist .nav-list .inner_timelist .nav-list .shop_label_info {
    display: block;
    text-align: center;
}
.shoptime_main.shoptimeweek_main .shop_time-block .timelist .nav-list .inner_timelist .nav-list.align-center {
    display: flex;
}
.shoptime_main.shoptimeweek_main .shop_time-block .timelist .nav-list .inner_timelist .nav-list.align-center.shop_li{
    width: 70%;
    margin: 0px -5px;
}
.shoptime_main.shoptimeweek_main .shop_time-block .timelist .nav-list .inner_timelist .nav-list.align-center.shop_li1{
    width: 50%;
}
.shoptime_main.shoptimeweek_main .shop_time-block .timelist .nav-list .inner_timelist .nav-list.align-center.edit_shop {
    display: flex;
}
.shoptime_main.shoptimeweek_main .shop_time-block .timelist .nav-list .inner_timelist .nav-list.align-center .shop_label1 {text-transform: lowercase;}
.shoptime_main.shoptimeweek_main .shop_time-block .timelist .nav-list .inner_timelist .nav-list.align-end .shop_label_info1 {
    margin: 35px 0 0;
    height: 100%;
}
.shoptime_main.shoptimeweek_main .shop_time-block .timelist .nav-list .title_flex_block .btn_submit {
    display: block;
    background: rgb(40 167 69 / 70%) !important;
    border: 1px solid rgb(40 167 69 / 70%) !important;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px;
    outline: none !important;
    box-shadow: none !important;
    font-size: 14px;
    padding: 4px 8px;
}
/*--------------new dei -----------------*/


/*-------------------------  d_retailer_block design  -------------------------------*/
/*-------------------------  d_retailer_block design  -------------------------------*/
/*-------------------------------- retailer_registration design  ------------------------*/
/*-------------------------------- retailer_model design  ------------------------*/
.retailer_model_block {
    height: auto;
    border-radius: 24px;
    max-width: 620px;
}
.retailer_model_block .modal-header {
    padding: 0;
    margin: 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 14px;
}
.retailer_model_block .modal-content {
    display: block;
    background: transparent;
    width: 100%;
    height: auto;
    border-radius: 24px;
    background-color: #743875;
    border: 0;
    box-shadow: none;
    margin: 0 auto;
    margin-top: 100px;
    max-width: 100%;
}
.retailer_model_block .modal-header .close {
    width: 28px;
    height: 28px;
    background-color: #2d172e;
    opacity: 1;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-weight: 400;
    margin: 0;
    position: absolute;
    top: 15px;
    right: 14px;
    z-index: 99999;
    outline: none !important;
    box-shadow: none !important;
}
.retailer_model_block .modal-content .modal-body {
    padding: 30px 20px;
}
.retailer_model_block .modal-content .modal-body h4 {
    font-size: 30px;
    text-transform: capitalize;
    text-align: center;
    line-height: 26px;
    color: #ffffff;
    font-weight: 300;
    margin: 0px 0 20px;
}
.retailer_model_block .modal-content .modal-body p {
    text-align: center;
    font-size: 26px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 300;
}
.modal {
    padding: 0 !important;
}
/*-------------------------------- retailer_model design  ------------------------*/
.signup_check_block {
    display: block;
    position: relative;
}
.signup_check_block {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    /*padding: 0 !important;
    padding: 10px 10px;*/
    position: relative;
    background: #AB87AC;
    height: 95px;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 0;
    overflow: hidden;
}
.signup_check_block .imgbox_block {
    display: block;
}
.signup_check_block .imgbox_block img {
    width: auto;
    height: 95px;
    width: auto;
    position: relative;
}
.signup_check_block .text {
    font-size: 20px;
    color: #743875;
    padding: 10px !important;
    height: auto;
    margin: 0;
    line-height: normal;
    margin-top: 20px;
}
.pickhome_check input:checked ~ .pickhome_check {}
.signup_check_block .opacity {
    opacity: 1;
    background: #8A578B;
    /* background: #AB87AC; */
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}
.pickhome_check input:checked ~ .opacity {
    display: none;
}
.nowrap {
    flex-wrap: nowrap;
}
.padder
{
    padding: 0;
}
.shoptime_main.shoptimeweek_main .shop_time-block .form-group .shop_label_info {
    line-height: 26px;
    color: #3d1e3d;
    font-size: 15px;
    font-weight: 600;
    margin: 4px 0 0;
}
.shoptime_main.shoptimeweek_main .shop_time-block .form-group .btn_edit {
    color: #743875;
    font-size: 24px; 
    background: rgb(143 95 144 / 70%);
    color: white;
    font-size: 14px;
    padding: 4px 8px; 
}
.shoptime_main.shoptimeweek_main .shop_time-block .form-group .shop_label_info1 {
    margin: 20px 0 0;
}
.justify-center
{
    justify-content:center;
}
.d_register_block .registerform_block .form-group .d_form .btn_text {
    margin: 10px 0 0;
    margin-left: 20px;
    color: #743875;
    font-weight: 600;
    text-transform: capitalize;
}
.d_register_block .registerform_block .form-group .d_form .btn_text:hover {
    color: #4D9DDD;
}
.shopterms_block {
    display: block;
    position: relative;
    margin: 0 00;
}
.shopterms_block .form-group {
    margin: 0;
    display: block;
}
.shopterms_block .form-group .terms_flexbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 11px;
}
.shopterms_block .form-group .terms_flexbox .terms {
    font-size: 18px;
    font-weight: 400;
}
.shopterms_block .form-group .terms_flexbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 3px;
}
.shopterms_block .form-group .terms_flexbox .terms .link {color: #007bff;}
.btn_go_back {
    color: #743875 !important;
    background: transparent !important;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    margin-right: 10px;
}
.cart_error_msg{
    color:red;
    font-size:13px;
    width:100%;
    text-align:center;
    padding:0px 6px;
}
.product_rate{
    width:100%;
    padding:0px 5px 0px 5px;
}
.retailercycle_main .date_list_block .dl_from_date{
    width: 46%;
    border: 1px solid #ccccccdb;
    padding: 3px 9px;
    border-radius: 4px;
}
.retailercycle_main .date_list_block .dl_to_date{
    width: 47%;
    border: 1px solid #ccccccdb;
    padding: 4px 9px;
    border-radius: 4px;
}
.retailercycle_main .dl_consumer{
    width: 100%;
    border: 1px solid #ccccccdb;
    padding: 6px 9px;
    border-radius: 4px;
    margin:10px 0px;
}
.retailercycle_main .dl_btn{
    margin-top:4px;
    padding:6px 21px;
    border-radius:7px;
}
@media screen and (max-width: 1024px){
.d_shopblock .d_testimonialblock .d_comment_block .d_msg_block .d_imgbox_block {
    max-width: 164px;
    height: 164px;
    margin-top: -90px;
    float: left;
    margin-left: -50px;
    position: relative;
}
.d_shopblock .d_testimonialblock .d_comment_block .d_msg_block p {
    font-size: 16px;
}
.d_shopblock .d_testimonialblock .d_comment_block .d_msg_block h5 {
    font-size: 20px;
}


}

/*--------------------------------  d_contact_block ------------------------*/
/*------------------------------------  Tablet responsive  --------------------------*/
@media only screen and (max-width: 900px)
{
.d_indexbanner_block .top_block .d_contant_block .d_title {
    font-size: 34px;
}
.d_indexbanner_block .top_block .d_contant_block .d_item_list_block .d_item_block .d_icon_block img {
    max-width: 50px;
}
.d_indexbanner_block .top_block .d_contant_block .d_item_list_block .d_item_block {
    padding: 10px 6px;
}
.d_indexbanner_block .top_block .d_contant_block .d_item_list_block .d_item_block h4 {
    font-size: 14px;
}
.d_indexbanner_block .d_img_block {
    width: auto;
}
.d_indexbanner_block .top_block .d_login_block
{
    width: 100%;
    max-width: 100%;
    padding: 10px;
    margin: 40px 0 10px;
}
.d_indexbanner_block .top_block .d_login_block .d_inner_block {
    padding: 30px 20px;
}
.d_indexbanner_block .top_block .d_login_block .d_inner_block .d_login_title {
    font-size: 24px;
}
.d_indexbanner_block .top_block .d_login_block .d_inner_block .form-group {
    margin: 0 0 10px;
}
.d_indexbanner_block .top_block .d_login_block .d_inner_block .form-group .d_text_block {
    font-size: 16px;
    font-weight: 600;
}
.d_indexbanner_block .top_block .d_login_block .d_inner_block .form-group .d_btn_sign {
    margin-top: 20px;
    padding: 4px 16px;
    font-size: 16px;
}
.d_indexbanner_block .top_block .d_login_block .bottom_block {padding: 10px 10px;
justify-content: center;}
.d_indexbanner_block .top_block .d_login_block .bottom_block .d_text_block {
    font-size: 14px;
    padding: 10px 8px;
}
.d_indexbanner_block .d_img_block img {
    max-width: 80%;
    height: auto;
}
.d_indexbanner_block .top_block .d_contant_block .d_item_list_block {
    margin: 0 0 100px;
}
.d_kiranalist_block {
    padding: 20px 0px;
    background-size: 220px 100% !important;
}
.d_kiranalist_block .d_contant_block h4 {
    font-size: 20px;
}
.d_kiranalist_block .d_contant_block h4 .d_btn_now {
    font-size: 14px;
}
.d_downloadour_block .d_img_blook img {
    width: 100%;
}
.d_downloadour_block .d_download_app_block .d_item_block .d_icon-block img {
    max-width: 50px;
}
.d_downloadour_block .d_download_app_block .d_item_block h4 {
    font-size: 16px;
    line-height: 26px;
}
.d_downloadour_block .d_download_app_block .d_item_block .d_icon-block h2 {
    font-size: 30px;
}
.d_shopblock .d_demoshop_list .d_shop_list .list_block {
    margin: 0 8px 20px 0;
}
.d_shopblock .d_demoshop_list .d_shop_list .list_block .list_item_block h2 {
    font-size: 40px;
}
.d_shopblock .d_demoshop_list .d_shop_list .list_block .list_item_block .inner_block .icon_block {
justify-content: center;
}
.d_shopblock .d_demoshop_list .d_shop_list .list_block .list_item_block {
    width: 150px;
    height: 150px;
}
.d_shopblock .d_demoshop_list .d_shop_list .list_block .list_item_block .inner_block .icon_block img {
width: auto;
height: 110px;
}
.d_shopblock .d_demoshop_list .d_shop_list .list_block {
flex-grow: unset;
}
.d_shopblock .d_testimonialblock .d_comment_block .d_msg_block {
    width: 100%;
    height: auto;
min-height: auto;
}
.d_shopblock .d_testimonialblock .d_comment_block .d_msg_block p {
    font-size: 14px;
}
.d_shopblock .d_testimonialblock .d_comment_block .d_msg_block h5 {
    font-size: 16px;    }
.d_shopblock .d_testimonialblock .d_comment_block
{
    padding: 110px 10px 10px;
    padding-left: 40px;
}
.d_helpblock .d_helpcontact_block h2 {
    font-size: 22px;
}
.d_helpblock .d_helpcontact_block p {
    font-size: 16px;
    line-height: normal;
}
.d_helpblock .d_register_block {
    height: auto;
    max-width: 100%;
    height: 100%;
    min-height: auto;
}
.d_helpblock .d_register_block .d_top_block .d_left_block h4 {
    font-size: 14px;    }
    .d_shopblock .d_testimonialblock .owl-nav img {
width: 20px;
}
.d_helpblock .d_register_block .d_top_block .d_right_block .d_cancel {
    width: 36px;
    height: 36px;
    font-size: 16px;
}
.d_helpblock .d_register_block .d_bottom_block .d_left_block img {
    width: auto;
    max-width: 140px;
}
.d_helpblock .d_register_block .d_bottom_block .d_right_block h5 {
    font-size: 24px;
    line-height: normal;
}
.d_helpblock .d_register_block .d_bottom_block .d_left_block {
    padding: 0 10px 10px;
}
.d_helpblock .item_block p {
    font-size: 16px;
}
.d_helpblock .d_register_block .d_top_block {
padding: 10px 14px;
}
.d_helpblock .item_block h4 {
    font-size: 26px;
}
.d_faqblock .faq_list_block .item_block h4 {
    font-size: 18px;
    line-height: normal;
}
.d_faqblock .faq_list_block .item_block p {
    font-size: 13px;
}
.d_faqblock .d_img_blook img {height: 140px;}
.d_faqblock .d_play_block {
    height: 200px;
    max-width: 360px;
}
.d_faqblock .d_play_block i {
    font-size: 100px;
}
.d_contact_block .d_information_block .d_title {
    font-size: 46px;
}
.d_contact_block .d_information_block .d_inner_block .d_contact_link {padding-left: 55px;}
.d_contact_block .d_information_block .d_inner_block .d_contact_link .d_icon i {
    font-size: 22px;
}
.d_contact_block .d_information_block .d_inner_block .d_contact_link .d_icon {
    width: 50px;
    height: 50px;
}
.d_contact_block .d_information_block .d_inner_block .d_contact_link p {
    font-size: 14px;
    line-height: normal;
}
.d_contact_block .d_form_block {
    width: 100%;
    padding: 10px 20px;
}
.d_contact_block .d_information_block .d_inner_block .d_social_links {
    padding: 0;
}
.d_contact_block .d_information_block .d_inner_block .d_social_links .d_social_icon {
    margin-right: 5px;
}
.d_contact_block .d_information_block .d_inner_block .d_social_links img {
    width: 40px;
}
.d_contact_block .d_form_block .form-group .btn_submit {
    font-size: 16px;
    padding: 6px 20px;
}
.d_downloadour_block .d_download_app_block { 
    margin: 20px 0 10px;
}
.d_shopblock .d_testimonialblock .d_comment_block .d_msg_block .d_imgbox_block {
    max-width: 150px;
    height: 150px;
}
.d_shopblock .d_demoshop_list .d_shop_list
{
overflow-x: auto;
}
.categorey_checkbox {
    height: 90px;
    margin: 0 0 20px;
}
.categorey_checkbox .imgbox_block img {height: 100px;}
.categorey_checkbox .text {
    padding-left: 60px;
    font-size: 18px;
}
.select_location_block .top_block label {
    font-size: 26px;
}
.select_location_block .top_block img {
    width: 30px;
}
.shoptime_main.shoptimeweek_main .shop_time-block .form-group .col-sm-5 {
    padding: 0;
}
.shoptime_main .shop_time-block .form-group .text_control {
    font-size: 12px;
}
.shoptime_main .shop_time-block .form-group .shop_label1 {
    font-size: 12px;
}
.shoptime_main .shop_time-block .form-group .shop_label2 {
    font-size: 12px;
    padding: 0px 7px;
    margin-top: 3px;
}
.shoptime_main .shop_time-block .form-group .shop_to_label{
       margin: -3px 3px 0 5px;
}
.shoptime_main .shop_time-block .form-group .shop_label {
    font-size: 12px;
}
.btn_go {
    font-size: 16px;
    padding: 6px 10px;
}
.select_location_block .map_lable_block label {
    font-size: 20px;
}
.select_location_block .map_lable_block img {
    width: 27px;
}
.d_retailer_block .registerform_block .pickup_custome_check .checkmark img {
    width: 150px;
}
.d_retailer_block .registerform_block .pickup_custome_check .checkmark .text {
    height: 80px;
    font-size: 23px;
    padding: 14px 20px;
}
label.pickup_custome_check.pickup_left_block {}
.d_retailer_block .registerform_block .pickup_custome_check {
    margin: 30px 0 0;
}
.d_retailer_block .registerform_block .retilaerlogo_block .img_block {height: 100px;}
.d_retailer_block .registerform_block .retilaerlogo_block .contantblock {
}
.d_retailer_block .registerform_block .retilaerlogo_block h2 {
    font-size: 18px;
}
.shoptime_main.shoptimeweek_main .shop_time-block .form-group .col-sm-9 {
}
.shoptime_main.shoptimeweek_main .shop_time-block .form-group .col-sm-6 {
    padding: 0;
}
.shoptime_main.shoptimeweek_main .shop_time-block .form-group .shop_label_info {
    font-size: 11px;

}
.shoptime_main.shoptimeweek_main .inner_block .container {
    max-width: 100%;
}
}
/*------------------------------------  Tablet responsive  --------------------------*/
/*------------------------------------  Mobile responsive  --------------------------*/
@media only screen and (max-width: 767px)
{
.d_indexbanner_block .top_block .d_contant_block .d_title {
    font-size: 24px;
}
.d_indexbanner_block .top_block .d_contant_block .d_item_list_block .d_item_block .d_icon_block {
    height: auto;
    display: block;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.d_indexbanner_block .top_block .d_contant_block .d_item_list_block .d_item_block {
    width: 33.33%;
}
.d_indexbanner_block .top_block .d_contant_block .d_item_list_block .d_item_block .d_icon_block img {
    width: 34px;
}
.d_indexbanner_block .top_block .d_contant_block .d_item_list_block .d_item_block h4 {
    font-size: 12px;
}
.d_indexbanner_block .top_block .d_login_block {
    margin: 0 0 30px;
}
.d_indexbanner_block .d_img_block {
    width: 100%;
    bottom: 0;
}
.d_indexbanner_block .d_img_block img {
    max-width: 100%;
}
.d_indexbanner_block .top_block .d_contant_block .d_item_list_block {
    margin: 0 0 20px;
}
.d_indexbanner_block {
    padding: 30px 0 35px;
}
.d_kiranalist_block {
    background-size: 100% 100% !important;
}
.d_kiranalist_block:before {
    content: "";
    background: #ffffff82;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.d_kiranalist_block .d_contant_block h4 .d_btn_now {
    display: block;
    text-align: center;
    max-width: 70px;
    margin: 0 auto;
margin-top: 10px;
}

.header_block nav.navbar {
    padding: 0;
}
.d_kiranalist_block .d_contant_block h4 {
    text-align: center;
    font-size: 16px;
}
.d_downloadour_block .d_download_app_block .col-sm-6 {
    width: 50%;
}
.d_shopblock .d_demoshop_list .d_shop_list .list_block .list_item_block {
    width: 100%;
    height: 100px;
    width: 100px;
    padding: 6px 10px;
}
.d_shopblock .d_demoshop_list .d_shop_list .list_block .list_item_block h4 {
    font-size: 14px;
    line-height: normal;
    text-align: center;
}
.d_shopblock .d_demoshop_list .d_shop_list .list_block .list_item_block .inner_block .icon_block img
{
    width: 65px;
    height: 65px;
    position: relative;
    bottom: 3px;
}
.d_shopblock .d_demoshop_list .container-fluid {
}
.d_shopblock .d_testimonialblock {
    padding: 10px 0 10px;
}
.d_shopblock .d_testimonialblock .d_comment_block .d_msg_block {
    padding: 10px;
}
.d_shopblock .d_testimonialblock .d_comment_block .d_msg_block .d_imgbox_block {
    max-width: 80px;
    height: 80px;
margin-top: -50px;
}
.d_shopblock .d_testimonialblock .d_comment_block .d_msg_block .d_imgbox_block img
{
    max-width: 80px;
    height: 80px;
}
.d_helpblock .d_helpcontact_block h2 {
    font-size: 20px;
}
.navbar-dark .navbar-toggler
{
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
    background: #743875 !important;
    border: 0 !important;
    padding: 4px 6px; 
    font-size: 14px;
    border-radius: 2px;
outline: none;
}
.header_block nav.navbar .navbar-brand img
{
    max-width: 120px;
}
.header_block
{
    padding: 10px 0px;
}
.header_block nav.navbar .navbar-nav .nav-item .nav-link
{
    padding: 6px 10px;
    font-size: 14px;
    display: block;
}
.header_block nav.navbar .navbar-nav .nav-item .nav-link:hover {
    background: #743875;
    color: white;
}
.navbar-nav
{
    border-top: 2px solid #743875;
}
.d_contact_block .d_information_block .d_inner_block {
    padding: 0;
}
.d_contact_block .d_form_block {
    width: 100%;
    padding: 10px 0px;
}
.d_shopblock .d_demoshop_list .d_shop_list .list_block .list_item_block h2
{
    font-size:22px;
}
.d_shopblock .d_testimonialblock .d_comment_block {
    padding: 50px 10px 10px;
    padding-left: 40px;
}
.d_shopblock .d_testimonialblock .owl-nav .owl-prev {
    left: -20px;
}
.d_shopblock .d_testimonialblock .owl-nav .owl-next {
    right: -20px;
}
.d_helpblock .d_helpcontact_block {
    position: relative; 
    margin: 0;
}
.d_helpblock .item_block { 
    margin: 10px 0 10px;
}
.header_block nav.navbar .navbar-brand {
    display: block;
    padding: 0px 0 0;
    width: 60%;
}
.d_contact_block .d_information_block .d_inner_block .d_social_links .d_social_icon {
    margin-right: 5px;
}
.d_contact_block .d_information_block .d_inner_block .d_social_links img {
    max-width: 70%;
    width: auto;
}
.d_retailer_block .registerform_block .pickup_custome_check.pickup_right_block .checkmark img {
    right: 0;
}
.d_retailer_block .registerform_block .pickup_custome_check .checkmark img {
    width: 120px;
}
.d_retailer_block .registerform_block .pickup_custome_check {}
.d_retailer_block .registerform_block .pickup_custome_check.pickup_right_block {
    margin: 40px 0 10px;
}
.d_retailer_block {
    padding: 20px 0 0;
}
.d_retailer_block .registerform_block {
    max-width: 100%;
}
.d_retailer_block .registerform_block .retilaerlogo_block .img_block {
    width: 100px;
    height: auto;
}
.d_retailer_block .registerform_block .retilaerlogo_block .contantblock {
    padding: 10px 10px;
}
.d_retailer_block .registerform_block .retilaerlogo_block .contantblock.consumer_box {
    padding: 10px 10px 10px 40px;
}
.d_retailer_block .registerform_block .retilaerlogo_block h2 {
    font-size: 16px;
}
.d_retailer_block .registerform_block .retilaerlogo_block {
    margin: 0 0 10px;
}
.d_retailer_block .registerform_block .form_step_block .form-group {
    margin: 0;
}
.d_retailer_block .registerform_block .form_step_block .form-group .d_form {
    margin: 6px 0 6px;
}
.d_retailer_block .registerform_block .form_step_block .form-group .d_form .c_textcontrol {
    display: block;
    font-size: 15px;
    height: auto;
    padding: 8px 10px;
    text-align: center;
}
.d_retailer_block .registerform_block .form_step_block .form-group .d_form .c_textcontrol::-webkit-input-placeholder { 
    color:    black;
    opacity: 0.2;
}
.d_retailer_block .registerform_block .form_step_block .form-group .d_form .c_textcontrol::-moz-placeholder { 
    color:    black;
    opacity: 0.2;
}
.d_retailer_block .registerform_block .form_step_block .form-group .d_form .c_textcontrol .select_value { 
    color:    black;
    opacity: 0.2;
}
.d_retailer_block .registerform_block .form_step_block .form-group .d_form .c_textcontrol.input_address{
    text-align: left;
}
.d_retailer_block .registerform_block .form-group .d_form1 {display: block !important;width: 100%;}
.d_retailer_block .registerform_block .form-group .d_form1 .star_text1 {
    display: block;
    margin: 5px 0 0;
}
.d_retailer_block .registerform_block .form-group .btnsa_block {
    margin: 10px 0 0;
}
.d_retailer_block .registerform_block .form_step_block .delivery_selection_block {
    margin: 40px 0 0;
}
.categorey_title {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px;
}
.cart_ads_label{
    text-align: left;
    width: 50%;
}
.select_location_block .top_block label {
    font-size: 16px;
}
.select_location_block .top_block img {
    width: 20px;
}
.select_location_block .top_block {
    margin: 0 0 10px;
}
.select_location_block .map_lable_block label {
    font-size: 16px;
}
.select_location_block .map_lable_block img {
    width: 20px;
}
.select_location_block .map_lable_block {
    margin-top: 0;
}
.select_location_block .or_block .or_text {
    font-size: 14px;
}
.shoptime_main .shop_time-block .form-group .shop_flexbox {
    flex-wrap: unset;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin: 0;
}

.shoptime_main .shop_time-block .form-group .shop_flexbox .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding: 0;
}
.shoptime_main .shop_time-block .form-group .shop_flexbox .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding: 0 8px;
}
.shoptime_main .shop_time-block .form-group .text_control {
    font-size: 12px;
    margin: 0;
}
.shoptime_main .shop_time-block .form-group .shop_label {
    font-size: 14px;
    margin: 0;
    position: relative;
    bottom: 2px;
}
.shoptime_main .shop_time-block .form-group {
    margin: 0 0 5px;
}
.shoptime_main.shoptimeweek_main .inner_block {
    display: block; 
    padding: 0;
}
.shoptime_main.shoptimeweek_main .shop_time-block .form-group .shop_label {
    margin-top: 10px;
}
.shoptime_main { 
    padding: 10px 0 0px;
}
.shoptime_main.shoptimeweek_main .shop_time-block .form-group .shop_label {
    margin-top: 0;
}
.d_register_block .registerform_block .form-group .custome_check_block {
    display: block; 
    margin: 0 0 10px;
}
.d_register_block .registerform_block .form-group {
    margin: 0 0 10px;
}
.d_register_block .registerform_block .logo_block .img_block {
    max-width: 150px;
}
.d_register_block .registerform_block .logo_block {
    margin: 0 0 10px;
}
.d_register_block .registerform_block .form-group .title {
    font-size: 26px;
    margin: 0 0 7px;
}
.c_textcontrol {
    font-size: 14px;
    height: auto;
    padding: 6px 10px;
    width:100%;
}
.uom_input{
    position: relative;
    top: 3px !important;
}
.form-control.c_textcontrol.cord_stat
{
  width:60% !important;  
  margin-left: 5px;
}
.d_register_block .registerform_block {
    display: block;
    max-width: 100%;
    padding: 20px 20px;
}
.container {
    max-width: 100%;
}
.catgorey_list_block .col-sm-4 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
}
.categorey_checkbox .imgbox_block img {
    height: auto;
    width: 56px;
}
.categorey_checkbox {
    height: 63px;
    padding: 2px 0;
    border-radius: 6px;
    margin: 0 0 18px;
}
.categorey_checkbox .text {
    font-size: 13px;
    padding-left: 20px;
    padding: 6px 2px;
    line-height: normal;
    margin: 12px 0 6px;
}
.categorey_checkbox .imgbox_block {
    left: 1px;
    top: unset;
    bottom: 0;
}
.catgorey_list_block .catgorey_primarey_block .container_custome {
    max-width: 100%;
}
.catgorey_list_block .catgorey_primarey_block .container_custome .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.d_register_block .registerform_block .form-group.signgroup_block {
    display: block;
}
.d_register_block .registerform_block .form-group.signgroup_block .row {
    /*flex-wrap: nowrap;*/
}

.d_register_block .registerform_block .form-group.signgroup_block .row .col-sm-6 {
    width: 50%;
    padding: 0 4px;
}
.d_register_block .registerform_block .form-group .custome_check_block .inner_block h2 {
    font-size: 9px;
}
.d_register_block .registerform_block .form-group .custome_check_block .inner_block .imgbox_block img {
    height: 45px;
}
.d_register_block .registerform_block .form-group .custome_check_block .inner_block {
    padding: 6px;
    height: 54px;
}
.d_register_block .registerform_block .form-group .custome_check_block.active .inner_block {
    height: 46px;
}
.d_register_block .registerform_block .form-group .custome_check_block.active .inner_block .imgbox_block img {
    height: 54px;
}
.d_retailer_block .registerform_block .retilaerlogo_block .img_block {
    width: 100px;
    height: auto;
    position: relative;
    left: 14px;
}
.d_retailer_block .registerform_block .retilaerlogo_block .img_block.consumer_img{
   width: 59px !important;
    height: auto;
    position: relative;
    left: 38px !important;
    position: relative;
    bottom: 3px;
}
.signup_check_block {
    height: 70px;
}
.signup_check_block .imgbox_block img {
    height: 65px;
    left: 0;
    width: 100%;
}
.signup_check_block .text {
    font-size: 13px;
}
.pickhome_check .checkmark_pickup {
}
.signup_check_block .checkmark_pickup {
    width: 16px;
    height: 16px;
}
.signup_check_block .imgbox_block .width_auto {
    width: 58px;
}
.signup_check_block .checkmark_pickup:after {
    content: "";
    left: 7px;
    top: 4px;
    width: 4px;
    height: 8px;
}
.d_register_block {
    background: #743875;
    padding: 30px 0;
    min-height: 90vh;
}

.mpadder{
    padding:3px; 
    width: 217px;
}
.shoptime_main.shoptimeweek_main .inner_block .container {
    max-width: 100%;
}
.shoptime_main.shoptimeweek_main .shop_time-block .timelist {
    display: block;
    margin: 10px 0 0;
}
.shoptime_main.shoptimeweek_main .shop_time-block .timelist .nav-list .title_flex_block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 0px;
}
.shoptime_main.shoptimeweek_main .shop_time-block .timelist .nav-list .title_flex_block .shop_label {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 0;
}
.shoptime_main.shoptimeweek_main .shop_time-block .timelist .nav-list .title_flex_block .btn_submit {
   font-size: 14px;
    padding: 4px 8px;
}
.shoptime_main.shoptimeweek_main .shop_time-block .form-group .btn_edit
{
    float: right;
}
.shoptime_main.shoptimeweek_main .shop_time-block .timelist .nav-list {
    padding: 0;
}
.shoptime_main .shop_time-block .form-group .text_control {
    margin: 0 0 6px;
    padding: 6px 4px;
    font-size: 13px;
}
.shoptime_main.shoptimeweek_main .shop_time-block .timelist .nav-list .inner_timelist .nav-list.align-center .shop_label1 {
    font-size: 14px;
}
.shoptime_main.shoptimeweek_main .shop_time-block .timelist .nav-list .inner_timelist .nav-list.align-center .shop_label2 {
    font-size: 12px;
    margin: 3px 0px 0px 0px;
}
.shoptime_main.shoptimeweek_main .shop_time-block .timelist .nav-list .inner_timelist .nav-list .shop_label_info {
    font-size: 11px;
}
.shoptime_main.shoptimeweek_main .shop_time-block .timelist .nav-list .inner_timelist .nav-list {
    padding: 0;
}
.d_indexbanner_block .top_block .d_login_block .forget__block { 
    padding: 0px 0px 50px;
}

.d_indexbanner_block .top_block .d_login_block .forget__block {
    padding: 0 0 20px;
}
.reregis_check .imgbox_block img {
    width: auto;
}

.shoptime_main.shoptimeweek_main .shop_time-block .form-group .btn_edit { 
    font-size: 13px;
    padding: 4px 5px;
}
.reregis_check.pickup_left_block .text {
    padding-left: 120px;
}
.reregis_check.pickup_right_block .text {
    padding-right: 130px;
}
.shoptime_main.shoptimeweek_main .shop_time-block .timelist .nav-list .title_flex_block .btn_submit {
    font-size: 13px;
    padding: 2px 5px;
}
.shoptime_main.shoptimeweek_main .shop_time-block .timelist .nav-list .inner_timelist .nav-list .shop_label_info {
    font-size: 14px;
    display: flex;
    flex-grow: 1;
    padding: 0;
    word-spacing: 11px;
}
.shopterms_block .form-group .terms_flexbox .terms {
    font-size: 14px;
    font-weight: 400;
}
.shopterms_block .form-group .terms_flexbox input[type="checkbox"] {
    width: 16px;
    height: 16px; 
}
/*.align_proname {
    position: relative;
    bottom: 17px;
}*/
}
/*------------------------------------  Mobile responsive  --------------------------*/

/*------------------------------------  Added by Developer  --------------------------*/


/*NEW ADDED CSS BY ASHWINI*/
.align_proname{
    display: flex !important;
}
.profiole_namee{
    white-space: nowrap;
    width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 4px 0px;
    color: #743875;
    font-weight: 600;
    text-align: right;
    display: grid;
}
.profiole_namee span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.profiole_namee .grp_name{
    color:#b20202;
}
.cart_badge{
   position: absolute;
    top: -18px;
    right: -11px;
    padding: 7px 5px;
    border-radius: 50%;
    background-color: red;
    color: white;
    font-size: 12px;
    width: 30px;
    height: 30px;
    text-align: center;
}
#log_msg{
    margin-bottom: 8px;
    color: #ffeb3b;
}
#resend_otp{
    text-align: right;
    float: right;
    width: 100%;
}
.previous_round{
    display: inline-block;
    padding: 7px 11px;
    border: 2px solid #743875;
    border-radius: 50%;
    color: #743875;
}
.previous_round:hover{
    background-color: #743875;
    color: white;
}
.dropdownfilter {
  display: inline-block;
  position: relative;
}

.dd-buttonfilter {
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  padding: 10px 0px;
}
.dd-buttonfilter img{
    width: 28px;
}
.dd-inputfilter {
  display: none;
}

.dd-menufilter {
  position: absolute;
  top: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 0px;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  background-color: #ffffff;
  list-style-type: none;
  z-index: 9;
}

.dd-inputfilter + .dd-menufilter {
  display: none;
} 

.dd-inputfilter:checked + .dd-menufilter {
  display: block;
} 

.dd-menufilter li {
  padding: 4px 15px;
  cursor: pointer;
  white-space: nowrap;
  text-align: left;
}

.dd-menufilter li:hover {
  background-color: #f6f6f6;
}

.dd-menufilter li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}
.dropdownsort {
  display: inline-block;
  position: relative;
}

.dd-buttonsort {
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  padding: 10px 0px;
}
.dd-buttonsort img{
    width: 28px;
}
.dd-inputsort {
  display: none;
}

.dd-menusort {
  position: absolute;
  top: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 6px 0 0 -82px;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  background-color: #ffffff;
  list-style-type: none;
  z-index: 9;
}

.dd-inputsort + .dd-menusort {
  display: none;
} 

.dd-inputsort:checked + .dd-menusort {
  display: block;
} 

.dd-menusort li {
  padding: 4px 15px;
  cursor: pointer;
  white-space: nowrap;
  text-align: left;
}

.dd-menusort li:hover {
  background-color: #f6f6f6;
}

.dd-menusort li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}
.category_check{
    position: relative;
    top: 22px;
    left: 4px;
}
.back_link{
    font-size: 16px;
    text-align: right;
}
.back_link a{
    color: #450057;
    font-weight: 500;
}
.back_link a:hover{
    color: #FF904D;
}
.date_select{
    width: 74%;
    border: transparent !important;
    position: relative;
    right: 24px;
}
.date_select:focus-visible{
    outline: none;
}
.time_select:focus-visible{
    outline: none;
    margin-left: 5px;
}
.time_select{
    border: none;
    width: 45%;
    position: relative;
    right: 16px;
}

::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  width: 14px;
  height: 18px;
  cursor: pointer;
  border-radius: 50%;
  margin-left: .1rem;
  border:none;
}
#date_msg{
    color: #AA11CC;
    font-size: 12px;
    text-align: left;
}
.btn.btn_plus.pr_price:focus{
    box-shadow: none;
}
.price_table_block .bottom_blocks .prictable .pr_price:focus-visible{
    outline: none;
}
.btn_shopping{
    border: 2px solid #450057;
    padding: 7px 11px;
    border-radius: 25px;
    color: #450057;
    background-color: #ffffff;
    font-weight: 500;
    position: relative;
    bottom: 10px;
    right: 13px;
}
.btn_shopping i{
    padding-left: 7px;
}
.btn_shopping:hover{
    background-color: #450057;
    color: white;
}
.mode_box{
    display: inline-block;
}
.mode_box button{
    float: left;
}
.del_o_amt{
    position: relative;
    top: 5px;
}
.cart_detail{
    margin: 13px 0px;
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 13%);
}
.stock_provision{
    text-align: center;
    font-size: 14px;
    color: blue;
}
.placeholder_span{
    position: absolute;
    pointer-events: none;
    top: -2px;
    bottom: 0;
    /* height: 25px; */
    font-size: 25px;
    /* left: 10px; */
    margin: auto;
    color: #ccc;
    right: 30px;
}
.hl_block{
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 11%), 0 6px 12px 0 rgb(0 0 0 / 1%);
    padding: 1px 10px;
    border-radius: 10px;
    background-color: white;
}
.r_infomsg{
    font-size: 15px;
    padding-top: 7px;
    text-align: center;
    color: #3179b6;
}
.payment_details{
    border-bottom: 1px dotted lightgrey;
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 13%);
    margin: 0;
    padding-top: 15px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type=number] {
  -moz-appearance: textfield;
}
.loader_bg{
    background: none repeat scroll 0 0 rgb(14 14 14 / 31%);
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
  position: absolute;
  right: 50%;
  top: 50%;
  z-index: 999;
    left: 50%;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.change_mode{
    width: 19px;
    height: 19px;
    position: relative;
    top: 7px;
    left: 11px;
}
.address_label{
    font-size: 13px;
    color: #636262;
    text-align: left;
    margin-bottom: 0;
    margin-left: 6px;
    font-weight: 500;
    position: relative;
    top: 4px;
}
.star_text{
    color: red;
}
.m_shoplink{
    white-space: nowrap;
    width: 94%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1px 13px;
    border-radius: 26px;
    border: 1px solid blue;
}
.shoplink_share{
    float: right;
    position: relative;
    bottom: 22px;
}
.retailer_title.order_msg{
    font-size: 16px !important;
}
.addquantiy_amount.prod_label{
    padding-top: 9px !important;
    padding-bottom: 3px !important;
}
.addquantiy_amount.prod_label3{
    padding-top: 9px !important;
    padding-bottom: 3px !important;
}
.addquantiy_amount.prod_label2{
    background-color: #b20202 !important;
}
.addquantiy_amount.prod_label3{
    background-color: #2196f3 !important;
}
.addquantiy_amount.prod_label .fa.fa-check{
        font-size: 19px;
    float: left;
    width: 50%;
    text-align: left;
}
.addquantiy_amount.prod_label3 .fa.fa-floppy-o{
        font-size: 19px;
    float: left;
    width: 50%;
    text-align: left;
}
.addquantiy_amount.prod_label .fa.fa-times{
        font-size: 19px;
    width: 50%;
    text-align: right;
    color: #b20202;
}
.addquantiy_amount.prod_label3 .fa.fa-times{
        font-size: 19px;
    width: 50%;
    text-align: right;
    color: #b20202;
}
.r_order_status{
    color: green;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    bottom: 4px;
}
.grp_input{
    display: block;
    background: #d3e6fa;
    border: 1px solid #a2c1e1;
    padding: 4px 6px;
    border-radius: 4px;
    margin-left: 7px;
}
.editgrp_icon{
    display:flex;
}
.editgrp_icon i{
    font-size: 22px;
    margin: 0px 5px;
}
.product_img_show .modify_input{
    width: 50px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 32px 11px 0px 7px;
    text-align: center;
}
.create_group_main_page{
    margin: 10px 10px 40px;
}
@media only screen and (max-width: 767px){
.align_input{
    width: 70%;
}
.align_subinput {
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
} 
}
@media only screen and (max-width: 600px){
/*.profiole_namee{
    width: 122px;
}*/
}
/* ***************************c_cart.php***************************   */
.btn.btn_plus.pr_price:focus{
    box-shadow: none;
}
.price_table_block .bottom_blocks .prictable .pr_price:focus-visible{
    outline: none;
}
.btn_shopping{
   border: 2px solid #450057;
    padding: 7px 11px;
    border-radius: 25px;
    color: #450057;
    background-color: #ffffff;
    font-weight: 500;
    position: relative;
    bottom: 10px;
    right: 13px;
}
.btn_shopping i{
    padding-left: 7px;
}
.btn_shopping:hover{
    background-color: #450057;
    color: white;
}
.mode_box{
    display: inline-block;
}
.mode_box button{
    float: left;
}
.del_o_amt{
    position: relative;
    top: 5px;
}
.cart_detail{
    margin: 13px 0px;
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 13%);
    padding: 16px 0px 9px 0px;
}
.cart_detail .order_delete{
    position: relative;
    right: 14px;
}
.stock_provision{
    text-align: center;
    font-size: 14px;
    color: blue;
}
/***************************************** c_reg.php + r_reg.php ******************************************/
.shopterms_block .form-group .terms_flexbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 3px;
}
.img_changereg{
   position: relative;
   left: 20px;
    width: 38px;
}
#log_msg_info{
    color:red;
    font-size: 17px;
    position: relative;
    top: 14px;
}
#log_msg_logo{
    color:red;
     font-size: 17px;
}
#log_msg_mode{
     color:red;
     font-size: 17px;
     margin-bottom: 35px;
}
#log_msg_shop_cat{
     color:red;
     font-size: 17px;
     position: relative;
    top: 25px;
}
#log_msg_prim_cat{
color:red;
     font-size: 17px;
}
#log_msg_map{
    color:red;
     font-size: 17px;
}
#log_msg_address{
    color:red;
     font-size: 17px;
}
#log_msg_address1{
    color:red;
     font-size: 17px;
      position: relative;
    top: 14px;
}
#log_msg_address2{
    color:red;
     font-size: 17px;
      position: relative;
    top: 14px;
    margin-bottom: 30px;
}
#log_msg_time{
    color:red;
     font-size: 17px;
}
#log_msg_terms{
    color:red;
     font-size: 17px;
}
.filter_block{
    padding: 0;
    width: 10%;
}
.search_block{
    padding: 0;
    width: 75%;
}
.sorting_block{
    padding: 0;
    width: 10%;
}
.form-horizontal.cart_align{
    margin: 0px 15px 10px;
}

.mpadder:first-child > span { margin-right: auto; }

.mpadder:last-child  > span { margin-left: auto;  }
.pickhome_check.pickup_left_block.signup_check_block.add_space{
    display: block;
    padding-left: 130px;
}
.signup_status{
    font-size: 15px;
    padding: 0 !important;
    margin: -20px 10px 10px 0;
    text-align: right;
    font-weight: 500;
    color: yellow;
    position: absolute;
    z-index: 99;
}
.slider-labels {
  margin-top: 10px;
}
.noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #345DBB;
}
.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background: #345DBB;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

.noUi-target.noUi-connect {
}
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #345DBB;
  border: 8px solid rgba(53,93,187,0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}
[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}
.caption_left{
    width: 50%;
    position: relative;
    left: 15px;
}
.caption_right{
    width: 50%;
    position: relative;
    right: 15px;
}
.uom_input{
    padding: 0;
    background-color: white !important;
    border: none !important;
    border-bottom: 1px solid #b2acb2 !important;
    border-radius: 0;
    position: relative;
    top: 16px;
}
.sorting_block i{
    font-size: 26px;
    color: #4caf50;
    position: relative;
    top: 6px;
    left: 5px;
}
.thumbnail{
    text-align: center;
    display: flex;
}
.thumbnail img{
    width: 30%;
    display: block;
    padding: 0;
    margin: 0;
    /*margin-left: auto;
    margin-right: auto;*/
}
.thumbnail span{
    position: relative;
    top: 11px;
    color: white;
}
.c_bottom{
    background-color: #6d5a94;
    border-radius: 11px;
    margin: 9px 0px -7px 0px;
}
.hl_block{
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 11%), 0 6px 12px 0 rgb(0 0 0 / 1%);
    padding: 1px 10px;
    border-radius: 10px;
}
.r_infomsg{
    font-size: 15px;
    padding-top: 7px;
    text-align: center;
    color: #3179b6;
}
/************** Provide numeric keypad if input type = number *******************************/
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type=number] {
  -moz-appearance: textfield;
}
/*****Forget password*********/
 .btn_back {
    margin: 10px 0 0;
    margin-left: 20px;
    color: #743875;
    font-weight: 600;
    text-transform: capitalize;
}
.btn_back:hover {
    color: #4D9DDD;
}
.text_stock{
    text-align: center;
    font-weight: 600;
    color: #f44336;
    font-size: 14px;
}
.container.containerfull.order_block{
    background-color: #e8e8e863;
    padding: 10px 18px;
    margin: 8px 0px;
}
.d_form.country_label{
    margin-top: 30px !important;
    font-weight: 500;
    font-size: 15px;
}
.shop_label_info.lunch_time{
    padding-left: 66px !important;
}
.shop_label_info.lunch_time_setting{
    padding-left: 42px !important;
}
.nav-list.align-center.lunch_subtime{
      padding-left: 10px !important;
}
.pro_bottom{
    width: 50%;
    padding: 0px 1px;
}
.p_icons{
    display: flex;
}
.price_mainblock .fl_item .discount{
    background: #860101;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 9px;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    float: right;
    right: 0;
    top: -14px;
    text-align: center;
    right: 7px;
}
#del_o_amt{
    position: relative;
    top: 19px;
    display: inline-block;
}
.cart_otp{
    position: relative !important;
    right: 0 !important;
}
.pr_price.pr_amount{
    position: relative;
    top: 3px;
}
.form-control.c_textcontrol.cart_input{
    background: white !important;
    border: 1px solid white !important;
    border-bottom: 1px solid grey !important;
}
.cart_submitbtn{
   width: 36%;
    height: 76%;
    position: relative;
    top: 8px;
}
.cart_submitbtn .fa.fa-file{
    font-size: 13px;
}
.cart_submitbtn .fa.fa-file:before{
    content: "\f15b";
    position: relative;
    bottom: 5px;
}
.c_order_info{
    display: inline-block;
    margin-top: 15px;
}
.c_order_info h5{
    font-size: 13px;
}
.btn.btn_delivery.c_order_deliver{
    float: left;
}
.order_btn{
    color: white;
    background-color: #08bf04;
    border: none;
    border-radius: 3px;
    padding: 6px 11px;
    margin-top: 8px;
}
.r_order_row{
    position: relative;
    bottom: 6px;
}
.r_order_footer{
    display: flex;
    padding: 0;
}
.r_order_footer .label_align{
    width: 50%;
}
.r_order_footer .label_align select{
    width: 100%;
}
.d_form .setting_link{
    color: red;
    position: relative;
    top: 5px;
    left: 6px;
    font-size: 16px;
}
.form-control.r_order_input{
     background: white !important;
    border: 1px solid white !important;
    border-bottom: 1px solid grey !important;

}
.r_deleteadd{
    font-size: 17px;
    color: red;
    padding-top: 5px;
    padding-left: 10px;
}
.form-group .r_prod_img{
    padding: 0;
    position: relative;
    bottom: 10px;
}
.form-group .r_prod_img img{
    max-width: 100% !important;
    max-height: 100%;
}
 .star_text1{
    color: red;
   padding-left: 8px;
}
.d_form.fp_resend_otp{
    float:right;
}
.p_icons img{
    width: 17px;
    height: 17px;
    position: relative;
    top: 4px;
}
.dash_icon_product{
    position: relative;
    top: 4px;
    font-weight: 600 !important;
    color: brown !important;
    font-size: 20px !important;
}
.c_product_block{
    margin-bottom: -8px;
}
.form-group .d_form .change_link{
    background-color: #03a9f4;
    border: 1px solid #8f5f9057;
    padding: 1px 10px;
    border-radius: 25px;
    margin-left: 15px;
    color: white;
    font-weight: 600;
}
.r_set_popup{
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 13%);
    margin-top: 17px;
    margin: 17px 7px 0px 7px;
    padding: 10px 8px 1px 0;
}
.sett_sub_label input{
    display: inline;
    margin-right: 6px;
}
.setting_hr{
    margin-top: 45px;
}
.setting_duration{
    display: flex;
}
.setting_duration input{
    display: block;
    width: 46%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
   position: relative;
   right: 4px;
}
.setting_duration select{
    display: block;
    width: 52%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.bankform_label{
    color: #625959;
    position: relative;
    top: 3px;
    left: 7px;
}
.form-group .bankform_label span{
    position: relative;
    left: 9px;
}
.retailercycle_main.rate_adjust{
    /*margin: 0px 16px 0px 7px;*/
}
#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
   background-color: rgb(47 47 47 / 77%);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;
    top:40%;
    width:60px;
    height:60px;
    border-style:solid;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
#display_more_field2{
    padding-top: 10px;
}
/*.r_prod_scrollmenu {
  overflow: auto;
  white-space: nowrap;
  display: flex;
}*/
.r_prod_scrollmenu ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.r_prod_scrollmenu li{
   border: 1px solid #ddd;
    margin-top: -1px;
    background-color: #f7f7f7;
    padding: 5px 28px 5px 13px;
    text-decoration: none;
    font-size: 12px;
    color: #03a9f4;
    display: block;
    position: relative;
    text-align: left;
    margin: 6px 2px;
    border-radius: 23px;
    font-weight: 500;
}
.r_prod_scrollmenu a{
    display: inline-block;
    text-decoration: none;
    border: 1px solid #ddd;
       margin: 6px 3px 2px 0px;
    background-color: #f7f7f7;
    padding: 5px 28px 5px 13px;
    text-decoration: none;
    font-size: 12px;
    color: #03a9f4;
    position: relative;
    border-radius: 23px;
    font-weight: 500;
}
.r_prod_scrollmenu .close {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    padding: 12px 7px;
    transform: translate(0%, -50%);
    font-size: 20px;
    color: red

}
.modal_login {
  display: none; 
  position: fixed; 
  z-index: 1; 
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4);
}

/* Modal Content */
.modal-content_login {
  background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 95%;
    top: 27%;
    position: relative;
    height: 411px;
    border-radius: 13px;
}
.modal-content_login .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  float: right;
  text-align: right;
}
.retailer_pro_select{
    margin-right: 7px;
    background: #FAFAFA;
}
.retailer_pro_select  .retailer_span{
    margin: 0px;
    text-align: right;
    color: #450057;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    bottom: 3px;
    left: 7px;
}
.similarproduct_block{
    overflow: auto;
    white-space: nowrap;
    margin-left: 10px;
    display: flex;
    margin-right: 10px;
}
.similarproduct_block .similar_subblock{
    display: grid;
    margin-right: 20px;
}
.similarproduct_block .similar_subblock img{
    width: 82px;
    height: 87px;
}
.similarproduct_block .similar_subblock span{
    text-align: center;
    font-size: 12px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    white-space: normal;
    width: 111px;
}
.similarproduct_block a {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 9px 0px;
  text-decoration: none;
  margin:0px 2px;
}
.pyro{
    margin: 15px 0px;
}
.pyro > .before, .pyro > .after {
  position: absolute;
  width: 6px;
  height: 5px;
  border-radius: 50%;
  box-shadow: -120px -218.66667px blue, 248px -16.66667px #00ff84, 190px 16.33333px #002bff, -113px -308.66667px #ff009d, -109px -287.66667px #ffb300, -50px -313.66667px #ff006e, 226px -31.66667px #ff4000, 180px -351.66667px #ff00d0, -12px -338.66667px #00f6ff, 220px -388.66667px #99ff00, -69px -27.66667px #ff0400, -111px -339.66667px #6200ff, 155px -237.66667px #00ddff, -152px -380.66667px #00ffd0, -50px -37.66667px #00ffdd, -95px -175.66667px #a6ff00, -88px 10.33333px #0d00ff, 112px -309.66667px #005eff, 69px -415.66667px #ff00a6, 168px -100.66667px #ff004c, -244px 24.33333px #ff6600, 97px -325.66667px #ff0066, -211px -182.66667px #00ffa2, 236px -126.66667px #b700ff, 140px -196.66667px #9000ff, 125px -175.66667px #00bbff, 118px -381.66667px #ff002f, 144px -111.66667px #ffae00, 36px -78.66667px #f600ff, -63px -196.66667px #c800ff, -218px -227.66667px #d4ff00, -134px -377.66667px #ea00ff, -36px -412.66667px #ff00d4, 209px -106.66667px #00fff2, 91px -278.66667px #000dff, -22px -191.66667px #9dff00, 139px -392.66667px #a6ff00, 56px -2.66667px #0099ff, -156px -276.66667px #ea00ff, -163px -233.66667px #00fffb, -238px -346.66667px #00ff73, 62px -363.66667px #0088ff, 244px -170.66667px #0062ff, 224px -142.66667px #b300ff, 141px -208.66667px #9000ff, 211px -285.66667px #ff6600, 181px -128.66667px #1e00ff, 90px -123.66667px #c800ff, 189px 70.33333px #00ffc8, -18px -383.66667px #00ff33, 100px -6.66667px #ff008c;
  -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards; }

.pyro > .after {
  -moz-animation-delay: 1.25s, 1.25s, 1.25s;
  -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
  -o-animation-delay: 1.25s, 1.25s, 1.25s;
  -ms-animation-delay: 1.25s, 1.25s, 1.25s;
  animation-delay: 1.25s, 1.25s, 1.25s;
  -moz-animation-duration: 1.25s, 1.25s, 6.25s;
  -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
  -o-animation-duration: 1.25s, 1.25s, 6.25s;
  -ms-animation-duration: 1.25s, 1.25s, 6.25s;
  animation-duration: 1.25s, 1.25s, 6.25s; }

@-webkit-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-moz-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-o-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-ms-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-webkit-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@-moz-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@-o-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@-ms-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@-webkit-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
@-moz-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
@-o-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
@-ms-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
@keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }

/*input[type="time"]::-webkit-calendar-picker-indicator { 
    background: none; 
    display:none; 
}
input[type="date"]::-webkit-calendar-picker-indicator { 
    background: none; 
    display:none; 
}*/

@media only screen and (max-width: 767px){
.align_input{
    width: 70%;
}
.align_subinput{
    width: 50%;
}
.align_addrinput{
    width: 100%;
}
.re_additem_block .form-group .flex_row.r_product_block{
    margin-bottom: -23px;
}
.r_product_block img{
    object-fit: cover;
    max-width: 73px !important;
    height: 50px;
    position: relative;
    bottom: 13px;
}
.p_icons {
    display: flex;
    position: relative;
    bottom: 4px;
}
.retailercycle_main.order_alignment{
    margin: 0px 15px;
}
.modal-content.hd_modelcontent{
    width: 100%;
}
}
/*registration_sucessful page*/
.registerform_block.success_registration{
  position: relative;
    bottom: 19px;
}
.msg_box h1 {
    font-size: 2.3em;
   /* letter-spacing: -4px;*/
    font-weight: 700;
    color: #7e2ea0;
    text-align: center;
    position: relative;
    bottom: 13px;
}

.cssanimation, .cssanimation span {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.cssanimation span { display: inline-block }

.fadeInBottom { animation-name: fadeInBottom }
@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to { opacity: 1 }
}
.msg_box{
 margin: 0 auto;
}
.reg_para p{
  text-align: center;
    margin: 0;
    font-size: 16px;
    position: relative;
    bottom: 14px;
    color: #e84141;
}
.registration_btn{
  text-align: center;
  margin-top: 250px;
}
.registration_btn .congrats_btn {
    background-color: brown;
    border: none;
    color: #ffffff;
    padding: 10px 46px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px -5px 4px 7px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border-radius: 7px;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 57%), 0 0px 0px 0 rgb(0 0 0 / 43%) !important;
}
 .retailercycle_main.registration_msg {
        background: url(../images/success_img.png) 100% 100px no-repeat fixed;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 656px;
    }
    .slider_main{
 margin: 15px 0px 20px 0px;
}
.slider_main .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.slider_main .owl-nav button.owl-prev {
  left: 0;
}
.slider_main .owl-nav button.owl-next {
  right: 0;
}

.slider_main .owl-dots {
  text-align: center;
  padding-top: 15px;
  display: none;
}
.slider_main .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.slider_main .owl-dots button.owl-dot.active {
  background-color: #000;
}
.slider_main .owl-dots button.owl-dot:focus {
  outline: none;
}
.slider_main .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.slider_main .owl-nav button:focus {
    outline: none;
}
.slider_main .owl-nav{
    display: none;
}
.slider_main .item{
    background: #fafafa;
    border-radius: 7px;
}
.slider_main .item .name_span{
   margin: 0px;
    text-align: right;
    color: #450057;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    bottom: 3px;
    left: 7px;
    font-size: 12px;
}
.dash_savebtn{
    margin-left: 6px;
    border: transparent;
    background: #08bf04;
    color: white;
    padding: 0px 10px;
    border-radius: 5px;
}
.shoplink_name{
    font-size: 11px;
    color: black;
    width: 50%;
    padding: 10px 4px;
    text-align: center;
    background-color: #f9ebeb;
    border: transparent;
}
.shoplink_no{
    width: 33%;
    position: relative;
    left: 3px;
    font-size: 11px;
    color: black;
    text-align: center;
    background-color: #f9ebeb;
    border: transparent;
}
.product_add{
    background-color: #4caf50;
    border: transparent;
}
.product_noadd{
    background-color: #c71313;
    border: transparent;
}
/*----------Subscription page css----------*/
.subscribe_block{
    color: black;
    padding: 18px 20px;
    line-height: 26px;
    font-size: 16px;
    border-radius: 7px;
    width: 90%;
    position: relative;
    background: #e9ecef;
    margin: 59px 0px 0 22px;
}
.subscribe_block:after{
    bottom: 100%;
    left: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #e9ecef;
    border-width: 12px;
    margin-left: -8px;
}
.sub_paybtn {
    padding: 6px 16px;
    color: white;
    background: #dc3545;
    border: 1px solid #dc3545;
    border-radius: 21px;
    margin: 20px 0px 50px;
}

.subscribe_section {
    background: #f8f9fac4;
    margin: 30px 17px;
    border-top: 6px solid #dc3545;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.subscribe_section .subscribe_heading{
    text-align: center;
    margin: 25px 0px 40px;
}
.subscribe_section .subscribe_heading img{
    width: 40px;
}
.subscribe_section .subscribe_msg{
    padding: 10px 24px;
}
.subscribe_section .subscribe_msg span{
    font-size: 17px;
}
.subscribe_section .subscribe_msg .fa-check-circle:before{
    content: "\f058";
    color: #b20202;
    font-size: 18px;
    padding-right: 7px;
}
.subscribe_section .subscribe_footer{
    background: #e9ecef;
    padding: 14px 0px;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
}
.subscribe_success {
    background: #f8f9fac4;
    margin: 30px 17px;
    border-top: 10px solid #28a745;
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
.subscribe_success .subscribe_footer{
    background: #e9ecef;
    padding: 14px 0px;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
}
.subscribe_success p{
    font-size: 18px;
    text-align: center;
    margin: 20px 10px 60px;
}

#successAnimation{
    margin: 20px 10px;
    position: relative;
    left: 40%;
}
@keyframes scaleAnimation {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes drawCircle {
  0% {
    stroke-dashoffset: $circle-length;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes drawCheck {
  0% {
    stroke-dashoffset: $check-length;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#successAnimationCircle {
  stroke-dasharray: $circle-length $circle-length;
  stroke: #28a745;
}

#successAnimationCheck {
  stroke-dasharray: $check-length $check-length;
  stroke: #28a745;
}

#successAnimationResult {
  fill: #FFF;
  opacity: 0;
}

#successAnimation.animated {
  animation: 1s ease-out 0s 1 both scaleAnimation;
  
  #successAnimationCircle {
    animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle,
               0.3s linear 0.9s 1 both fadeOut;
  }
  
  #successAnimationCheck {
    animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck,
               0.3s linear 0.9s 1 both fadeOut;
  }
  
  #successAnimationResult {
    animation: 0.3s linear 0.9s both fadeIn;
  }
}

.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  &.circle {
    -webkit-animation: dash .9s ease-in-out;
    animation: dash .9s ease-in-out;
  }
  &.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash .9s .35s ease-in-out forwards;
    animation: dash .9s .35s ease-in-out forwards;
  }
  &.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check .9s .35s ease-in-out forwards;
    animation: dash-check .9s .35s ease-in-out forwards;
  }
}
         


@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
.cross__svg {
    border-radius: 50%;
    display: block;
    height: 154px;
    margin: 4rem auto;
    stroke-width: 3;
    width: 154px;
}

.cross__circle {
    animation: 0.6s ease 0s normal forwards 1 running stroke;
    fill: none;
    margin: 0 auto;
    stroke: $color;
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
}

.cross__path {
    stroke: $color;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    transform-origin: 50% 50% 0;
    &--right {
      animation: 0.3s ease 0.8s normal forwards 1 running stroke;
    }
    &--left {
      animation: 1s ease 0.8s normal forwards 1 running stroke;
    }
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}


@media only screen and (max-width: 767px){
    .slider_main .item .categorey_checkbox .imgbox_block img {
    height: auto;
    width: 60px;
}
.slider_main {
    height: 100px;
}
.orderslider_main{
    height: 165px;
}
}
@media screen and (max-width: 640px) {
 .shop_time-block .form-group .shop_timing{
    padding: 0px 0px 0px 13px;
 }
.shop_time-block .form-group .lunch_timing{
   padding: 0px 0px 0px 3px;
 }
}


.invisible-checkboxes input[type=checkbox]{
  display: none;
/*   margin-right: -20px;
  position: relative;
  z-index: 2; */
}

.invisible-checkboxes input[type=checkbox]:checked + .checkbox-alias{
    background-color: green;
}
.invisible-checkboxes input[type=checkbox]:checked + .checkbox-alias:before{
   font-size: 34px;
    position: relative;
    top: 11px;
    content: '\2713';
    color: white;
    font-weight: 800;
}
/*feriwala location page*/
.f_location_block{
    padding:20px;
}
.f_location_block .location_input1{
    border: 1px solid grey;
    border-radius: 6px;
    padding: 7px 10px;
    margin: 7px 0px;
}
.f_location_block .location_input2{
    border: 1px solid grey;
    border-radius: 6px;
    padding: 7px 10px;
    margin: 7px 0px;
}
.f_location_time input{
    padding: 4px 2px;
    border-radius: 6px;
    border: 1px solid #808080b3;
}
.f_location_time select{
    padding: 4px 2px;
    border-radius: 6px;
    border: 1px solid #808080b3;
}
.f_location_btn{
    text-align: center;
    margin: 20px 0px;
}
.f_location_btn input{
    padding: 4px 13px;
    border-radius: 26px;
    background-color: #9c27b0;
    color: white;
    border: 1px solid transparent;
}
.f_location_tracking input{
    padding: 5px 10px;
    border-radius: 18px;
    border: 1px solid #808080b3;
}
.pro_descrip{
    font-size: 13px;
    color: #908d8d;
    line-height: 19px;
    padding-top: 7px;
}
