/***** Add to cart btn ******/
.cart-pop-btn span.xs_visible,span.xs_visible,.wishlist{
    cursor :pointer;
  }
/***** Footer ******/

.footer_section {
    background: #333;
    padding-top: 80px;
    
}
.footer_section p{
    opacity: .6;
}

.quick_link {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.quick_link li
{
    display: block;
    margin-right: 20px;
    border-right: 1px solid var(--color_menu);
}
.quick_link li a
{
    color: #fff;
    opacity: .6;
    font-size: 13px;
}


.footer_section h4
{
font-size: 18px;
/* text-transform: uppercase; */
font-weight: 700;
letter-spacing: 2px;
margin-bottom: 20px;
}

.footer_brand {
    width: 250px;
}
.footer_brand img {
    width: 100%;
}



.footer_link, .footer_social
{
    list-style: none;
    margin: 0 ;
    padding: 0;
}

.footer_link li, .footer_social
{
  display: flex; 
  margin-bottom: 10px;
}

.address_icon {
    margin-right: 15px;
    opacity: .6;
}
.address_data {
    font-size: 14px;
    padding-right: 50px;
}
.address_data p{
    margin-bottom: 0;
    opacity: .6;
}

.footer_social a {
    width: 40px;
    height: 40px;
    display: block;
    background: #ffffff42;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    margin: 5px;
    color: #fff ;
    transition: all .5s ease-in-out;
}
.footer_social a:hover{
  background-color: var(--color_primary);
}

.copyright {
    text-align: center;
    padding: 30px;
    border-top: 1px dashed #fff;
    margin-top: 40px;
    opacity: .5;
    padding-bottom: 0;
    font-size: 12px;
}

.top {
    position: fixed;
    z-index: 999;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: block;
    bottom: 55px;
    right: 30px;
    padding-top: 10px;
    text-align: center;
    line-height: 40px;
    border: 1px solid var(--color_primary);
    color: var(--color_primary);
    display: none;
}





/******Modal CSS******/

.modal-lg, .modal-xl {
    max-width: 750px;
}

.modal_left
{
    background: var(--color_brown);
    padding: 30px;
    text-align: center;
    height: 100%;
    color: var(--color_white);
    position: relative;
}

.light .modal_left
{
    background: var(--color_lightgray);
    padding: 30px;
    text-align: center;
    height: 100%;
}

.brand_card
{
    width: 220px;
    margin: 0 auto  ;
    margin-bottom: 40px;
    
}
.brand_card img
{
    width: 100%;
}
.modal_left h4
{
    font-weight: 700;
    font-size: 22px;
}
.modal_left p
{
   opacity: .9;
}




.phoneus
{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dashed #d3d3d3;
    opacity: .8;
    display: block;
}
.phoneus h5
{
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phoneus a
{
    font-size: 24px;
    color: var(--color_white);
    font-weight: 700;
}
.light .phoneus a
{
    font-size: 24px;
    color: var(--color_brown);
    font-weight: 700;
}
.phoneus ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    display: flex;
    margin-top: 10px;
}
.phoneus ul li
{
    margin: 0 5px;
}
.phoneus ul a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: white;
    border-radius: 100%;
    display: block;
    font-size: 18px;
    transition: all .4s ease-in-out;
    color: var(--color_primary);
}
.light .phoneus a
{
    background: var(--color_white);;
    color: var(--color_menu);
}

.phoneus ul a:hover
{
    background: var(--color_brown);
    color: #fff ;
}

.modal_right 
{
    padding: 30px;
}

.modal_right  .form-control,
.modal_right  textarea {
    height: 44px;
    border: 1px solid #E7EAEE;
    background: #fdfdff;
    border-radius: 0;
    outline: 0 !important;
    box-shadow: none;
    text-align: left;
}
.modal_right  textarea
{
    min-height: 70px;
}
.modal_right label 
{
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}
.modal_right h4
{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.modal_title_bar p {
    margin-bottom: 20px;
    font-size: 13px;
    color: var(--color_gray);
}
.cross_btn {
    position: absolute;
    background: white;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
    line-height: 27px;
    right: -10px;
    top: -10px;
    border: 2px solid #8b8a8a;
    z-index: 99;    
}


.terms_text
{
    font-size: 12px;
    font-weight: 400;
    
}
.authlink
{
    font-size: 13px;
    text-align: center; 
    margin-top: 10px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
   
}
.authlink a
{
    font-size: 17px;
    color:var(--color_white);
   
}

.terms_text a
{
    color: var(--color_brown);
    font-weight: 600;
}
.forgotlink
{
    color: var(--color_brown);
    font-size: 14px;
   
}
.otp_view.hide,
.password_view.hide
{
    display: none;
}

.otp_view
{
    display: none;
}
.otp_view.show
{
    display: block;
}
.otpbox input {
    height: 60px !important;
    border-radius: 5px !important;
}

.otpbox {
    display: flex;
    align-items: center;
    gap: 10px;
}
/* Chrome, Safari, Edge, Opera */
.otpbox input::-webkit-outer-spin-button,
.otpbox input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.otpbox input[type=number] {
  -moz-appearance: textfield;
}


.step_2, .step_2.hide, .step_1.hide, .step_3 , .step_3.hide
{
    display: none;
}
.step_2.show, .step_1.show, .step_3.show
{
    display: block;
}


.picture_box {
    align-items: center;
    display: flex;
}

.profile_avatar {
    width: 70px;
    height: 70px;
    background: #FAFBFC;
    border-radius: 100%;
}

.profile_avatar img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: contain;
}

.upload_avatar_input {
    background: #111;
    height: 35px;
    border-radius: 5px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    position: relative;
    font-size: 14px;
    margin-left: 40px;
    padding: 0 20px;
}

#upload_customer_img {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}


@media (max-width:767px)

{
    .phoneus
    {
        display: none;
    }
    .modal_left
    {
        padding: 20px;
    }
    .brand_card  img {
        margin-bottom: 20px;
    }
    .authlink
    {
        bottom:10px;
    }
}

@media (max-width:576px)

{
    .section_padding {
        text-align: center;
    }
    .footer_link li, .footer_social {
        justify-content: center;
    }
    .footer_brand {
        margin: 0 auto;
    }
    .authlink
    {
        bottom: 0;
    }
}
.ajax-response {
    position: absolute;
    top: 95px;
    left: 28%;
    z-index: 999;
    background: #fff;
    width: 36%;
   
}
.ajax-response .col-md-12 {
    display: flex;
    padding: 10px;
}
.ajax-response img {
    width: 120px;
    margin: 0px;
}
.search-product-title h4 {
    font-size: 17px;
    margin: 10px 0px;
}
.search-product-price {
    font-size: 16px;
    font-weight: 600;
}
.ajax-response .col-md-12 {
    display: flex;
    padding: 10px;
    border: 1px solid #CCC;
    margin: 0px;
}
.search-product-title, .search-product-brand-title, .search-product-price, .ajax-response img {
    cursor: pointer;
    color: #000;
}
.search-product-title:hover, .search-product-brand-title:hover, .search-product-price:hover {
    color: #c2173d;
}
.ajax-response .col-md-12:hover {
    background: #c2173d14;
}
.ajax-response .pull-right {
    position: relative;
    display: block;
    width: 100%;
}
.ajax-response .pull-right .col-md-2 {
    display: inline-flex;
    margin: 4px 0px;
    width: auto;
}
.ajax-response .pull-right .col-md-2 span {
    border: 1px solid #9E9E9E;
    border-radius: 25px;
    padding: 3px 10px;
    width: auto;
    font-size: 12px;
    cursor: pointer;
}
.ajax-response .pull-right .col-md-2 span:hover, .ajax-response .pull-right .col-md-2 span.active {
    border: 1px solid #c2173d;
	color: #c2173d;
}
.ajax-response .pull-right button.close {
    position: absolute;
    top: 6px;
    right: 2px;
    width: 25px;
    font-size: 16px;
    color: #c2173d;
    font-weight: 700;
    border: 1px solid #c2173d;
}
.ajax-response .pull-right button.close:hover {
    color: #fff;
	background: #c2173d;
}
.ajax-response .pull-right .col-md-2 span.active:before {
    content: "\2713";
    color: #c2173d;
    margin-right: 3px;
}
.search-container {
    height: 550px;
    overflow: auto;
}
.delivery-add-contetn h6 {
    width: 50%;
    float: left;
}
.delivery-add-icon span {
    font-size: 20px !important;
    position: relative;
    top: -16px;
    left: 4px;
}
.delivery-add-contetn input#zipcode {
    height: 25px;
    font-size: 13px;
    margin-top: 9px;
    width: 90%;
}


.grid-9 {
    grid-template-areas: "Area";
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.w-layout-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}
.block-v1 {
    padding: 25px;
    border-radius: 10px;
    background-color: #f6f7f9;
    width: 100%;
}
.block-v1-title-2 {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-right: 10px;
    font-family: Poppins, sans-serif;
    color: #c2173d;
    font-size: 32px;
    line-height: 38px;
    font-weight: 600;
}
.block-v1-subtitle {
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    color: #000;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}
.max-width-1200 {
    width: auto;
    max-width: 1230px;
    padding-right: 15px;
    padding-left: 15px;
}
.margin-auto {
    margin-right: auto;
    margin-left: auto;
}
.flex-coumns.align-items-bottom.flex-reverse-mobile {
    padding-bottom: 0px;
}
.flex-coumns.align-items-bottom {
    align-items: flex-end;
}

.main-title {
    margin-top: 0px;
    font-family: Poppins, sans-serif;
    color: #111;
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
}
.red-color {
    color: #c2173d;
    font-weight: 600;
    text-decoration: none;
}
.paragraph-2 {
    font-family: Poppins, sans-serif;
    font-size: 15px;
    line-height: 24px;
}
.space-100 {
    height: 100px;
}
.question_row.policy h5, .question_row.policy h1, .question_row.policy h4{
    margin: 35px 0px 12px;
}
.question_row.policy p {
    line-height: 25px;
    text-transform: lowercase;
}
.question_row.policy h1 {
    font-size: 28px;
    font-weight: 600;
}
.question_row.policy h5 {
    font-size: 18px;
}
.question_row.policy ol.orderlist {
    padding: 0px;
    margin: 25px 0px;
    line-height: 30px;
}

.bulk-register h2 {
    font-size: 22px;
    margin-bottom: 10px;
}
.bulk-register .form {
    margin-top: 30px;
}
.bulk-register .form input, .bulk-register .form select {
    display: block;
    margin: 14px 0px;
    width: 80% !important;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 50px;
}
.bulk-register label {
    padding: 0px;
}
.bulk-register .form button.submit-btn {
    width: 70%;
    margin: 10px 0px 30px;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    background: #c2173d;
    color: #fff;
    border-radius: 5px;
    border: none;
}
.shared-delivery-wrapper {
    width: 90%;
    margin: 0px;
}
.bulk-register .form input#SameAddress, .shared-delivery-wrapper input#Nosharedelivery {
    height: 15px;
    width: 20px !important;
    display: inline-block;
    margin-right: 6px;
}
.document_container label {
    margin-bottom: 15px;
}
.bulk-register h3 {
    font-size: 18px;
    margin-bottom: 15px;
}
.bulk-register .card {
    border: none;
}
.bulk-register .card h2 {
    margin: 5px 0px;
    font-size: 16px;
    font-weight: 700;
}
.bulk-register .card {
    border: none;
    margin-bottom: 25px;
    display: -webkit-inline-box;
}
.bulk-register .card .img i.fa {
    font-size: 28px;
    margin: 8px 18px 10px 0px;
    width: 40px;
    color: #c2173d;
}
.info, .assis {
    margin-top: 35px;
    border-top: 1px solid #e1dbdb;
    padding-top: 35px;
}
.info i.fa {
    color: #fff;
    background: #c2173d;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
    padding-top: 4px;
	margin-right: 10px;
}
.info p {
    margin-bottom: 15px;
}
.assis {
    display: inline-flex;
}
.assis i.fa {
    color: #fff;
    background: #c2173d;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    padding-top: 7px;
    font-size: 24px;
	margin-right: 15px;
}
.assis p span {
    display: block;
    font-size: 18px;
    font-weight: 600;
}
.bulk-register {
    margin-bottom: 70px;
}

:root {
    --nmaprimary: #C11239;
    --nmasecondary: #3a3f51;
    --nmalight: #f5f5f5;
    --nmagray: #dcdcdc;
    --nmadel: #dd4b39;
    --nmaadd: #1abc9c;
    --textgray: #8293AF;
    --lightgray: #f8f9fa;
    --bordercolor: #ddd;
    --bordercolor1: #e4e4e4;
    --textdark: #444;
    --bgdark: #3a3f51;
    --gold: #dbad15;
    --nma_sidebar_bg: #fcfcfc;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.sidebar li>a,
.sidebar li>.nav-item,
.sidebar>.sidebar-nav>.nav-heading {
    white-space: inherit !important;
}

.text_primary {
    color: var(--nmaprimary);
    text-decoration: none;
}

.bg-blue-dark {
    background-color: #2b7a95;
    color: #fff !important;
}

.bg-blue {
    background-color: #7bb5c9;
    color: #fff !important;
}

.brand_logo {
    width: 200px;
    ;
}

.nma_btn {
    display: inline-block;
    font-weight: 400;
    color: #656565;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0rem 1rem;
    font-size: 1rem;
    line-height: 45px;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-decoration: none !important;
    
    height: 45px;
}

.nma_primary {
    color: #fff !important;
    background-color: var(--nmaprimary) !important;
    border-color: var(--nmaprimary) !important;
}

.nma_secondary {
    color: #fff !important;
    background-color: var(--nmasecondary) !important;
    border-color: var(--nmasecondary) !important;
}

.nma_add {
    color: #fff !important;
    ;
    background-color: var(--nmaadd) !important;
    border-color: var(--nmaadd) !important;
}

.nma_edit {
    color: var(--textdark) !important;
    background-color: var(--lightgray) !important;
    border-color: var(--bordercolor) !important;
}

.nma_del {
    color: #fff !important;
    background-color: var(--nmadel) !important;
    border-color: var(--nmadel) !important;
}

.nma_light {
    color: var(--bgdark) !important;
    background-color: var(--nmalight) !important;
    border-color: var(--nmalight) !important;
}
.nma_action_btn {
    width: 33px;
    height: 33px;
        line-height: 33px;
    text-align: center;
    padding: 0;
}
.text_secondary {
    color: var(--nmasecondary) !important;
}

.text_del {
    color: var(--nmadel) !important;
}

.heading_block {
    display: block !important;
}

.heading_bttns {
    text-align: right;
}

.page_card {
    border: 0 !important;
    box-shadow: none !important;
}

.page_card_title {
    color: var(--textdark);
    margin-bottom: 0;
}

.bg-dark .page_card_title {
    color: #fff;
    margin-bottom: 0;
}

.page_card_bttns {
    text-align: right
}

.form_page_label {
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    color: var(--textgray);
}

.form_page_input.form-control {
    line-height: 25px;
}

.form_page_textarea.form-control {
    height: 135px;
}

.uploadpreview {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #919191;
}

.picture_box {
    align-items: center;
    display: flex;
}

.catphoto_avatar {
    width: 70px;
    height: 70px;
    background: #FAFBFC;
    border-radius: 100%;
}

.catphoto_avatar img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: contain;
}

.doc_photo {
    width: 120px;
    height: 100px;
    background: #FAFBFC;
    border-radius: 8px;
}

.doc_photo img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: contain;
}

.upload_img_input {
    background: #879dbb;
    height: 35px;
    border-radius: 5px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    position: relative;
    margin-left: 40px;
    padding: 0 20px;
}

#catfileinput,
.catfileinput,
.vbpfileinput,
#bfileinput,
#businessfileinput,
#udfileinput {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.customtable>thead>tr>th {
    padding: 14px 8px;
    color: #000;
}

.customtable>tbody>tr>td {
    padding: 14px 8px;
    font-size: 16px;
}

#product-tab .nav-link.active,
#product-tab .nav-item.show .nav-link {
    color: #ffffff !important;
    background-color: var(--bgdark) !important;
}

#product-tab .nav-link {
    color: var(--textdark) !important;
}

.avalue_card {
    background: #f6f6f6;
    padding: 15px;
}

.createa_card {
    border: 1px solid #f6f6f6;
    padding: 20px;
    border-radius: 5px;
    background: #f9f9f9;
    padding-right: 50px;
    margin-bottom: 20px;
    position: relative;
}

.bordered_table.table thead th,
.bordered_table.table tbody td {
    border: 1px solid var(--bordercolor1) !important;
}

.bordered_table.table tbody td {
    background-color: #fff;
}

.bordered_table.table thead th {
    background: #f8f8f8;
}

.delete_attr {
    position: absolute;
    right: -5px;
    top: -2px;
    background: var(--nmadel) !important;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
    z-index: 99;
}

.link_av {
    margin-top: 30px;
}

.addattrval {
    margin-top: 20px;
    background: #fff;
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid var(--nmaadd);
    border-radius: 5px;
    cursor: pointer;
    color: var(--nmaadd);
}

.addattrval a {
    color: var(--nmaadd);
    text-decoration: none;
}

.atrrimgbox {
    width: 80px;
    height: 80px;
    border: 1px solid var(--bordercolor1);
}

.atrrimgbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.choose_pphtolist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.choose_pphtolist li {
    display: inline-block;
    margin-right: 15px;
}

.photocard {
    position: relative;
}

.checkimg {
    position: absolute;
    left: 0;
    top: 0%;
}

.s_ap_img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.puphoto .form-group
{
    margin-bottom:0;
}
/*.puphoto {*/
/*    background: #f7f7f7;*/
/*    padding: 20px;*/
/*}*/
.attributeDive {
    padding: 10px 0;
}
.puphoto {
    padding: 0 15px;
}
.deletePicturediv {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    z-index:99
}
.imageDiv {
    background: #f7f7f7;
    padding: 20px;
    margin-bottom:15px
}
.uploadp_img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.specification_box {
    position: relative;
    padding-right: 50px;
    background: #f7f7f7;
    padding: 20px 55px 20px 20px;
    margin-bottom: 15px;
}

.delete_sepecification {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: var(--nmadel);
    border-radius: 50%;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 10px;
}

.swal-footer {
    text-align: center !important;
}

.sidebar-nav>li.active {
    border-left-color: var(--nmaprimary);
}

.sidebar-nav>li.active,
.sidebar-nav>li.active>a,
.sidebar-nav>li.active>.nav-item,
.sidebar-nav>li.active .sidebar-nav,
.sidebar-nav>li.open,
.sidebar-nav>li.open>a,
.sidebar-nav>li.open>.nav-item,
.sidebar-nav>li.open .sidebar-nav {
    background-color: var(--nma_sidebar_bg);
    color: var(--nmaprimary);
}

.sidebar-nav>li>a:focus,
.sidebar-nav>li>a:hover,
.sidebar-nav>li>.nav-item:focus,
.sidebar-nav>li>.nav-item:hover {
    color: var(--nmaprimary);
}

.sidebar-nav>li.active>.nav-item>em,
.sidebar-nav>li.active>a>em,
.sidebar-nav>li.open>.nav-item>em,
.sidebar-nav>li.open>a>em {
    color: var(--nmaprimary);
}

.appuserimgbox {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #c9c9c9;
}

.appuserimgbox img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: contain;
}

.nma_pill .nav-link.active,
.nma_pill .show>.nav-link {
    color: #fff !important;
    background-color: var(--nmasecondary) !important;
}

.nma_pill .nav-link {
    color: var(--nmasecondary) !important;
}

.page-item.active .page-link {
    color: #fff !important;
    background-color: var(--nmasecondary) !important;
}

.page-item .page-link {
    color: var(--nmasecondary) !important;
}
.topdashboardbox {
    display: flex;
    gap: 15px;
}
.ordercounterbox {
    padding: 20px;
    display: flex;
    margin-bottom: 15px;
    border-radius: 8px;
    background-color: #fff;
    height: 100%;
    width: calc(20% - 15px);
}

.ordercounterbox em {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    border-radius: 8px;
}

.countercontent {
    width: calc(100% - 50px);
    text-align: right;
    text-transform: capitalize;
}

.countercontent h4 {
    font-size: 30px;
    margin-bottom: 5px;
}

.countercontent p {
    margin-bottom: 0;
    font-size: 14px;
    text-transform: capitalize;

}


/* .bkgsky
{
    background-color: #d4e5fd !important;
} */

.bkgskyicon {
    background-color: #83b1f3!important;
    color: #fff!important;
}

.textsky {
    color: #2a548f!important;
}


/* .bkgseagreen
{
    background-color: #e7f5f2 !important;
} */

.bkgseagreenicon {
    background-color: #79bead!important;
    color: #fff!important;
}

.textseagreen {
    color: #4fa08c!important
}


/* .bkgyellow
{
    background-color: #f4f3e6 !important;
} */

.bkgyellowicon {
    background-color: #d2ce96!important;
    color: #fff!important;
}

.textyellow {
    color: #bcb76f!important
}


/* .bkgred
{
    background-color: #fdecef !important;
} */
.bkggreenicon {
    background-color: #75e984!important;
    color: #fff!important;
}

.textgreen {
    color: #75e984!important
}
.bkgredicon {
    background-color: #ba3737!important;
    color: #fff!important;
}

.textred {
    color: #ba3737!important
}
.bkgwarnicon {
    background-color: #ffb61a!important;
    color: #fff!important;
}

.textwarn {
    color: #ffb61a!important
}

.ordertable {
    border-collapse: separate;
    border-spacing: 0 15px;
    padding: 10px;
}

.ordertable tbody tr {
    background-color: #f9f9f9;
}

.ordertable thead tr th {
    font-size: 16px;
}

.ordertable tbody tr td {
    border: 0 !important;
    color: #000;
    font-size: 16px;
}

.ordertable tbody tr td:first-child {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.ordertable tbody tr td:Last-child {
    border-top-right-radius: 8px !important;
    ;
    border-bottom-right-radius: 8px!important;
}

.ordernocol h4,
.ordernocol p,
.orderbycol h4,
.orderbycol p {
    margin: 0 !important;
    color: #000;
}

.filterbox {
    text-align: right;
}

.om_pills .nav-link {
    display: block;
    padding: 0 16px;
    height: 45px;
    line-height: 43px;
    font-size: 16px;
    color: var(--textgray);
    font-weight: 500;
    ;
}


/* .om_pills .nav-link.active, .om_pills .show > .nav-link {
  color: #fff;
  background-color: var(--nmasecondary)
} */

.om_pills .nav-link.active,
.om_pills .show>.nav-link {
    color: #fff;
    background-color: transparent;
    border-bottom: 2px solid var(--nmaprimary);
    border-radius: 0;
    color: var(--nmaprimary);
}

.om_tab_content {
    border: 0 !important;
}

.offsidebar {
    width: 345px !important;
}

.rightsidebar {
    padding: 20px;
}

.rightsidebar .card .card-body {
    padding: 30px 0;
}

.od_card .card-header,
.os_card .card-header {
    padding: 15px;
}

.od_card .card-header.bg-dark h4,
.os_card .card-header.bg-dark h4 {
    color: #fff;
}

.od_list {
    margin: 0;
    padding: 20px 0;
    list-style: none;
}

.od_card li {
    display: flex;
    border-bottom: 1px solid #f9f9f9;
    font-size: 16px;
    color: var(--textdark);
    margin-bottom: 10px !important;
    padding-bottom: 10px;
}

.od_card li:last-child {
    border-bottom: 0px solid #f9f9f9;
    margin-bottom: 0px !important;
    padding-bottom: 0px;
}

.od_list em {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    margin-right: 12px;
    border-radius: 5px;
    color: #be9469;
}

.os_card .card-body {
    padding: 0;
}

.oitems_table {
    border-collapse: separate;
    border-spacing: 0 15px;
    padding: 10px;
}

.oitems_table tbody tr {
    background-color: #f9f9f9;
}

.oitems_table thead tr th {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.oitems_table tbody tr td {
    border: 0 !important;
    color: #000;
    font-size: 16px;
}

.oitems_table tbody tr td:first-child {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.oitems_table tbody tr td:Last-child {
    border-top-right-radius: 8px !important;
    ;
    border-bottom-right-radius: 8px!important;
}

.op_img img {
    width: 100%;
}

.op_img {
    width: 50px;
}

.ostatus {
    text-align: right;
}

.ostatus .badge {
    padding: 0.1875rem 0.4375rem;
    font-size: 15px;
    border-radius: 0.625rem;
}

.nma_anchor {
    background: var(--nmasecondary);
    color: #fff !important;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 14px;
}

.order_modal .modal-header {
    background: var(--nmaprimary);
    color: #fff !important;
}

.order_modal .close {
    color: #fff;
    border: 0;
}

.delivey_photolist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.delivey_photolist li {
    display: inline-block !important;
    padding: 15px !important;
    text-align: center;
    border: 1px solid #ddd !important;
    margin: 10px !important;
}

.delivey_photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.delivey_photo {
    width: 70px;
    height: 70px;
    border: 1px solid #f9f9f9;
    background: #f9f9f9;
    padding: 1px;
    margin: 0 auto;
}

.deliveryphoto_data p {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.subs_plan_box {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
    border-radius: 8px;
    display: flex;
    height: 100%;
    ;
    /* align-items: end; */
}

.left_part {
    width: 65%;
}

.right_part {
    width: calc(100% - 65%);
    text-align: right;
}

.plan_name {
    background: var(--gold);
    padding: 1px 20px;
    color: #fff;
    font-size: 18px;
    width: fit-content;
    border-radius: 5px;
    margin-bottom: 10px;
}

.plan_price span {
    font-size: 19px;
    color: #65727E;
    font-weight: 400;
}

.plan_price {
    font-size: 40px;
    font-weight: 800;
    color: #000;
    margin-bottom: 20px;
}

.plan_categories span {
    font-weight: 400;
    color: #65727E;
}

.plan_categories {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.left_part h4 {
    font-size: 25px;
    color: #000;
}

.left_part p {
    font-size: 17px;
}

.cancellink {
    text-decoration: none;
    color: var(--nmaprimary);
    display: block;
}

.remainingalert {
    width: 100px;
    height: 100px;
    background: #efefef;
    border-radius: 100%;
    text-align: center;
    line-height: 100px;
    font-size: 17px;
    color: #000;
    margin: 0 auto;
}

.autoenable h4 {
    font-size: 22px;
    color: #000;
}

.autoenable {
    margin-top: 35px;
}

.subscript_table thead tr th {
    background-color: var(--nmasecondary);
    color: #fff !important;
}

.currentpack {
    padding: 20px;
    background: #e4e4e4;
    margin-top: -16px;
    margin-bottom: 20px;
}

.amountbox {
    background: #f9f9f9;
    padding: 21px;
    margin-bottom: 30px;
}

.text-black {
    color: #000 !important;
}

.number span {
    cursor: pointer;
}

.minus,
.plus {
    width: 24px;
    height: 24px;
    background: transparent;
    border-radius: 4px;
    padding: 0;
    border: 0px solid #65727E;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    border-radius: 100%;
}

.minus,
.plus {
    background: var(--nmaprimary);
    color: #fff;
}

.number input {
    height: 34px;
    width: 70px;
    text-align: center;
    font-size: 26px;
    border: 0px solid #65727E;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
}

.selectedplan {
    padding: 10px;
    background: rgba(193, 81, 18, 0.15);
    border-radius: 14px;
    margin-top: 20px;
}

select.duration {
    border: 0;
    background: transparent;
    font-size: 16px;
    font-weight: 700;
}

.selectedplan h4 {
    font-size: 22px;
    color: #000;
}

.selectedplan p {
    font-size: 14px;
}

.cat_text {
    font-size: 17px;
    color: #000;
}

.plan_rate {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0 !important;
}

.plan_rate span {
    font-size: 15px;
    font-weight: 400;
}

.selectedplan {
    display: none;
}

.earningbox h4 {
    font-size: 28px;
    color: #1aa92e;
}

.earningbox p {
    font-size: 17px;
    color: #757B7F;
}

.earningbox {
    padding: 20px;
    background: #F5F6F7;
    border-radius: 20px;
}

.total_e {
    background: #edcc6324;
    border: 1px solid #e7d775
}

.total_e h4 {
    color: #e7d775;
}

.today_e {
    background: #72c1cf29;
    border: 1px solid #2c8e9f;
}

.today_e h4 {
    color: #2c8e9f;
}

.payout_e {
    background: #22e49124;
    border: 1px solid #6bd1a0;
}

.payout_e h4 {
    color: #6bd1a0;
}

.et_box {
    display: flex;
    align-items: center;
}

.et_content {
    width: calc( 100% - 50px);
    margin-left: 20px;
}

.et_content p {
    margin-bottom: 0;
}

.et_content h4 {
    margin-bottom: 0;
}

.et_box img {
    width: 50px;
}

.btn_transparent {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.t_rate {
    padding-right: 40px;
    margin-bottom: 0;
    font-size: 21px;
}

.btn_transparent {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    outline: 0 !important;
    box-shadow: none !important;
}

.t_header {
    background: #F5F6F7 !important;
    border-bottom: 8px !important;
}

.customer_detail h4 {
    color: #000;
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.customer_detail p {
    margin-bottom: 2px;
}

.customer_detail a {
    font-size: 16px;
}

.wh_table tbody tr td {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.wh_table .switch {
    justify-content: end;
}

.isenable {
    display: flex;
    align-items: center;
}

.isenable label {
    margin-left: 10px;
}

.chagecategoriesbox {
    display: none;
}

ul.buploadedphoto {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.buploadedphoto li {
    display: inline-block;
    margin: 10px;
}

.bimgbox {
    width: 100px;
    height: 100px;
    position: relative;
}

.bimgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.removephoto {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: red;
    text-align: center;
    line-height: 24px;
    color: #fff;
    cursor: pointer;
}

.documentpohoto_td img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.documentpohoto_td {
    width: 100px;
    height: 100px;
}

.manage_catbox p {
    font-weight: 300;
}


/*** Register ***/

.register_form .nma_btn {
    padding: 0px 45px;
}

.registerbox_row,
.register_col6 {
    background: #fff;
    height: 100vh;
}

.register_col4 {
    background: #f5f7fa;
    height: 100vh;
}

.register_col4,
.register_col6 {
    padding: 40px;
}

.register_col4 {
    padding-left: 80px;
}

.login_link_text {
    font-size: 16px;
}

.register_col4 ul li {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    line-height: 37px;
}

.register_col4 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.account_logo {
    width: 240px;
    ;
    /* margin: 0 auto; */
    margin-bottom: 40px;
}

.account_logo img {
    width: 100%;
    ;
}

.register_form .card {
    padding: 20px;
    box-shadow: none !important;
}

.register_form .card .card-body {
    padding: 0 20px;
}

.step_title_block {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--bordercolor);
    margin-bottom: 15px;
}

.register_left_box p {
    font-size: 19px;
    color: #000000a8;
}

.register_left_box h3 {
    font-size: 30px;
    font-weight: 700 !important;
    color: #000;
}

.documnet_row {
    display: flex;
}

.documnet_photo_box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.documnet_photo_box {
    width: 100px;
    height: 100px;
    background: #f5f5f55f;
    padding: 5px;
    border: 1px solid #e4e4e499;
    border-radius: 5px;
}

.documnet_content_box {
    width: calc(100% - 110px);
    margin-left: 10px;
    padding: 10px 0;
}

.documnet_content_box h4 {
    font-size: 20px;
    color: #000;
}

.documnet_content_box {
    width: calc(100% - 110px);
    margin-left: 10px;
    padding: 10px 0;
}

.documnet_content_box p {
    margin-bottom: 5px;
}

.document_container {
    background: #fff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 3%);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 30px;
}

.register_right_box {
    height: 768px;
    overflow-y: auto;
}

.register_right_box::-webkit-scrollbar {
    display: none;
}

.accountbox {
    display: none;
}

.xs_none {
    display: block;
}

@media(max-width:991px) {
    .register_col4 {
        padding-left: 20px;
    }
}

@media(max-width:767px) {
    .register_col4 {
        height: auto;
        text-align: center;
    }
    .account_logo {
        margin: 0 auto;
    }
    .xs_none {
        display: none;
    }
}

.currentpayout {
    border: 1px solid #e6e6e6;
    padding: 20px;
    text-align: center;
    border-radius: 18px;
}

.currentpayout p {
    font-size: 16px;
}

.currentpayout h4 {
    font-size: 22px;
    color: #000;
}

.upload_photo_list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
}

.upload_photo_list li {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    margin-right: 10px;
}

.uploaded_photo_box {
    width: 70px;
    height: 70px;
    border-radius: 8px;
}

.uploaded_photo_box img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.remove_photo {
    position: absolute;
    right: -5px;
    top: -5px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: rgb(239 18 65 / 100%);
    text-align: center;
    color: #fff;
}





.closeModalView {
    position: absolute;
    top: -7px;
    right: -8px;
    border-radius: 100%;
    border: 0;
    background: white;
    border: 2px solid #8b8b8b;
}
#attr_modalvendor .modal-body
{
    padding:30px;
}
#attr_modalvendor .carousel-item {
    width: 100%;
    height: 370px;
}
#attr_modalvendor .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 15px;
}



#attr_modalvendor .carousel-control-prev, #attr_modalvendor .carousel-control-next
{
    border: 0;
    background: #000000;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    opacity: 1;
}



    
    .switch.switch-lg span 
    {
    width: 40px !important;
    height: 20px !important;
}
    .switch.switch-lg span:after {
    height: 18px !important;
    width: 18px !important;
}

.product_detail__card .carousel
{
        border: 1px solid #e7e7e7;
    border-radius: 4px;
}



.filter_card .form-control {
    height: 45px;
    line-height: 45px;
}

.warrantydayinput,
.refundabledayinput
{
    /*display:none;*/
}


.variationDiv {
    padding: 10px 30px;
}







.business_photo_list .picture_box {
    align-items: center;
    display: block;
    width: 110px;
}
.business_photo_list .catphoto_avatar
{
    width: 110px;
    height: 110px;
    position: relative;
}
.business_photo_list .upload_img_input
{
    margin: 0;
    padding: 0 5px;
    margin-top: 10px;
}

.business_photo_list .catphoto_avatar img ,
.business_photo_list .catphoto_avatar{   
    border-radius: 10px;
    object-fit: contain;
}
.morephotolist
{
    display: flex;
    gap:10px
}

.addmore_businessphoto
{
    width: 110px;
    height: 110px;
    color: #3a3f51;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    border: 1px solid #c7c7c7; ;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
	margin: 0px;
}
.addmore_businessphoto em
{
    color: #c7c7c7;
    font-size: 30px;
}
.morephotolist .picture_box
{
    display: none;
	margin: 0px;
}
.addmore_businessphoto p
{
    margin-bottom: 0;
    color: #c7c7c7;
}
.removebusinessphoto {
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #fa8f8f;
    text-align: center;
    color: #fff;
    cursor: pointer;
    display: none;
}




.policybkg_card {
    background: #fff;
    padding: 29px;
    border-radius: 20px;
}


.doc_photo_box {
    align-items: center;
    display: flex;
}

.doc_avatar {
    width: 200px;
    height: 100px;
    background: #FAFBFC;
    border-radius: 0px;
    margin: 0px;
}

.doc_avatar img {
    width: 100%;
    height: 100%;
    border-radius:0px;
    object-fit: contain;
}
.upload_doc_input {
    background: #879dbb;
    height: 35px;
    border-radius: 5px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    position: relative;
    margin-left: 40px;
    padding: 0 20px;
}

#pandocinput ,
#aadhardocinput,
#gstdocinput,
#pccdocinput,
#signdocinput,
#ccdocinput,#proofdocinput
{   
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

.card .table > thead > tr > th {
    white-space: nowrap;
}

.btnlabel
{
    opacity:0; display:block
}




@media(max-width: 1299px)
{
    .topdashboardbox {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }
    .ordercounterbox {
        padding: 20px;
        display: flex;
        margin-bottom: 15px;
        border-radius: 8px;
        background-color: #fff;
        height: 100%;
        width: calc(33% - 15px);
    }

}

@media(max-width: 767px)
{
   
    .ordercounterbox {
        padding: 10px;
        display: flex;
        margin-bottom: 0px;
        border-radius: 8px;
        background-color: #fff;
        height: 100%;
        width: calc(50% - 15px);
    }
    .ordercounterbox em {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        text-align: center;
        border-radius: 8px;
    }
    .countercontent {
        width: calc(100% - 30px);
        text-align: right;
    }
    .countercontent p {
        margin-bottom: 0;
        font-size: 14px;
        text-transform: capitalize;
    }



    .nma_btn
    {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    .page_card_title, .page_card_bttns
    {
        text-align: center;
    }
    .page_card_bttns
    {
        margin-top: 10px;
    }
    .form_page_label
    {
        text-align: left;
    }
    .tab-content {
        padding: 10px 10px;
    }
    .picture_box
    {
        gap: 10px;
    }
    .deletePicturediv {
        padding: 0;
        width: 28px;
        height: 32px;
        margin-top: 2px;
        right: 12px;
    }
    .upload_img_input
    {
        padding: 0 10px;
        margin-left: 0;
        /* width: calc(100% - 70px); */
    }
    .btnlabel
    {
        opacity:0; display:none
    }
    .countercontent h4 {
        font-size: 21px;
        margin-bottom: 5px;
    }

    .ordertable .nma_btn {
        width: 113px;
    }
}


.upload_avatar_input i.fa {
    margin-top: 10px;
}

.picture_box .upload_img_input .catfileinput {
    position: absolute;
    top: -15px;
    margin: 0px;
    padding: 0px;
    width: 100% !important;
    cursor: pointer;
}

.bulk-register .select2 {
    padding: 0px;
    width: 80% !important;
    margin-top: 14px;
}
.bulk-register span.select2-selection.select2-selection--multiple {
    border-color: #ccc !important;
    height: 50px;
}

.bulk-register input.select2-search__field{
	height: 50px !important;
    margin: 0px;
	
}
.s-f .upload_doc_input input {
    top: 0;
    margin: 0;
    width: 100% !important;
    cursor: pointer;
}
/*** Validation CSS****/


.error_text
{
    font-size: 13px;
    color: var(--nmadel);
    display: none;
}

.error_text.show
{
    display: block;
}

.disabled
{
    opacity: .5;
    pointer-events: none;
}

.redisabled
{
    opacity: 1;
    pointer-events: unset;
}


/*------------------------------vendor dashboard----------------------------------*/
.title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}

/* Bulk buyer css */
.account_notification.warning {
    background: #c51241;

}
.account_notification.success
{
    background: #027411;

}
.account_notification.danger
{
    background: #fc4108;

}

.account_notification {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fdfafa;
    padding: 10px;
}
.addRatingBtn.btn.btn-sm.btn-warning {
    padding: 15px 10px !important;
}
label.star:before, label.star1:before {
    content: '\f006';
    font-family: 'Font Awesome 5 Free' !important;
}
button.nmk_btn.nmk_navy.nmk_block.no_radius.ratingBtn {
    padding: 8px 25px;
    background: #c2173d;
    color: #fff;
    border: 0px;
}