/**
 * CSS for your admin-facing functionality should be
 * included in this file.
 */
 .elementor-image-carousel-caption a{color:#43754f!important;}
 select:focus{outline: none!important;}
 .hoveredit i{color:#baa266!important;}
 .page-id-39 .vendlist-cell, .page-id-16 .vendlist-cell{border-left:1px solid #baa266;}
 .page-id-34 .vendlist-cell{border-right:1px solid #baa266;}
 .page-id-39 .vendorhead .vendlist-cell, .page-id-34 .vendorhead .vendlist-cell, .page-id-16 .vendorhead .vendlist-cell{border: none!important;}
 a:focus{background: none!important;outline: none!important;text-decoration: none!important;}
 a:focus img{outline: none!important;}
 .cancelbtn:focus, .deletebtn:focus{background:#43754f!important;}
 .spk_menu .menu-item:hover a{border-left: 5px solid #fff;border-radius: 0px!important;}
 .spk_menu .menu-item.active a{border-left: 5px solid #fff;border-radius: 0px!important;}
 .spk_menu .menu-item a{padding-left: 30px!important;}
 #orderstatus{color: #fff!important;}
 .vendorbody:hover i{color:#fff!important;}
 .vendlist-cell i{color: #43754f;}
 #main-dashboard{
    padding: 50px 0px;
 }
.main-dashboard {
    display: flex;
    padding: 0px!important;
    background-color: #f3f6ff;
    font-family: "Poppins", Sans-serif;
}
body.logged-in.admin-bar .cart_btn, .products .product .model-number, body.logged-in.admin-bar .products .product .price.activeprice, body.logged-in .gaq, body.logged-in.admin-bar .products .product span.price {
    display: none!important;
}

body.logged-in .cart_btn, body.logged-in .products .product .price.activeprice, body.logged-in.admin-bar .gaq, body.logged-in .products .product span.price{
    display: block !important;
}

.supk_form_block .spk_col .supk_name::placeholder {
    font-family: "Poppins", Sans-serif;
}
.supk_form_block .spk_col .supk_name.error {
    border: 1px solid red;
}
.main-dashboard .side-menu {
    width: 20%;
    border-radius: 0px;
    padding: 20px 0 20px 0px;
    /* background: linear-gradient(to right, #2141c8 0%, #2f3a90 100%); */
    background-color: #cfa02a;
    position: relative;
}
.page-id-28 .main-dashboard .main-content{
    width:80%!important;
}
.main-dashboard .main-content {
    width: 100%;
    padding: 40px 40px;
}
/* load css */
.lds-dual-ring {
    width: 34px;
    height: 34px;
    position: relative;
    left: 50%;
    top: 3px;
}
.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 40px;
	height: 40px;
	margin: 1px;
	border-radius: 50%;
	border: 2px solid #43754f;
	border-color: #43754f transparent #43754f transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
	transform: rotate(0deg);
  }
  100% {
	transform: rotate(360deg);
  }
}
.purple {
    background-color: #171f5f;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 6px;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #171f5f;
}
.purple:hover {
    color: #171f5f;
    background-color: #fff;
}
/* popup delete css */
.defdeletecss .vndform {
    padding: 40px !important;
}
.defdeletecss .delicon .fa{
    font-size: 70px;
    color: red;
}
.defdeletecss .delsure {
    color: #43754f;
    font-size: 26px;
    font-weight: 600;
    margin: 10px 0
}
.defdeletecss .delwant {
    margin-bottom: 20px;
    color: #6c6a6a;
}
.defdeletecss .cancelbtn {
    background-color: #6c6a6a;
    color: #fff;
    font-size: 16px;
    padding: 5px 30px;
    border-radius: 4px;
    margin: 10px;
    display: inline-block;
}
.defdeletecss .deletebtn {
    background-color: #e35959;
    color: #fff;
    font-size: 16px;
    padding: 5px 30px;
    border-radius: 4px;
    margin: 10px;
    display: inline-block;
}
/* popup css */
 #bs_popup{	
    position: fixed;
    top: 0;
    z-index: 100000;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.8);
    margin: auto;
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.3s ease-in-out;
}
#bs_popup .bs_popup_content {
    max-width:600px;
    background: #171f5f;
    /*box-shadow: 0px 0px 10px rgba(0,0,0,0.75);*/
    padding: 40px 5px 5px;
    border-radius: 25px;
    top: 15%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 20px;
    color: #000;
}
#bs_popup .bs_popup_content .vndform {
    background-color: #fff;
    padding: 15px;
    border-radius: 25px;
    display: flow-root;
}
#bs_popup .bs_popup_content form .qbutton {
    background-color: #171f5f;
    padding: 7px 20px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 600;
    margin: 5px;
}
#bs_popup .bs_popup_content .popheadrow {
    padding-bottom: 10px;
    padding-top: 10px;
    color: #FFF;
    font-weight: 500;
    font-size: 24px;
    padding-left: 10px;
}
#bs_popup .bs_popup_content .popheadrow span{
    margin-left: 180px;
}
#bs_popup .bs_popup_content .cls_icon{
    position: absolute;
    right: 10px;
    top: 7px;
    font-weight: 700;
    cursor: pointer;
    color: #FFF;
    font-size: 23px;
}

/* search css*/
.vendor-btn .flt_input {
    cursor:pointer;
    display: inline-flex;
    margin-right: 15px;
}
.vendor-btn .flt_input .search-icon {
    border: 1px solid #b9a165;
    padding: 12px 16px;
    background-color: #fff;
    border-radius: 10px;
    line-height: 1.2em;
    z-index: 1;
}
.vendor-btn .flt_input .search-icon .fa {
    font-size: 20px;
    color: #272727;
}
/*.vendor-btn .flt_input .filter {
    display: none;
    animation-duration: 1s;
    animation-name: fadeInRight;
}*/

.vendor-btn .flt_input .filter, .vendoruser-btn .flt_input .filter {
    border: 1px solid #d7caca;
    background-color: #fff;
    border-radius: 10px;
    margin-right: -54px;
}
.vendor-btn .addbtn {
    margin-right: 15px;
}
.vendor-btn .addbtn a:focus{background-color: #cfa02a!important;}
.vendor-btn .addbtn a {
    border: 1px solid #cfa02a;
    padding: 10px 16px;
    background-color: #cfa02a;
    border-radius: 10px;
    line-height: 1.2em;
}
.vendor-btn .addbtn a .fa {
    color: #fff;
}
/* vendor table css */
.head-sec .tab-title {
    float: left;
    /* color: #2f3a8f; */
    font-weight: 600;
    font-size: 35px;
    color:#272727;
    font-family: "Rajdhani", Sans-serif!important;
}
#vendorlist .vendorhead  {
    display: flex;
    width: 97%;
    align-items: center;
    margin: 5px 0 10px;
    padding: 0px 0 0px 30px;
}

/* toggle css */
.toggledis {
    line-height: unset;
}
.toggledis .switch {
    position: relative;
    display: inline-block !important;
    width: 40px;
    height: 20px;
}
.toggledis input[type="checkbox"]{
    border: 1px solid #7e8993;
    border-radius: 4px;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 1rem;
    margin: -.25rem .25rem 0 0;
        margin-bottom: 0px;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 1rem;
    min-width: 1rem;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    transition: .05s border-color ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.toggledis .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #43754f;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 34px;
}
.toggledis .slider::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: #eccd7d!important;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}
.toggledis input:checked + .slider {
    background-color: #43754f;
}
.toggledis input:focus + .slider {
    box-shadow: 0 0 1px #d8d8d8;
}
.toggledis input:checked + .slider:before {
    background-color: #f0f0f0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
.viewvendorcss .editform-col .deletebtn {
    color: #ff0000;
    font-weight: 500;
    margin: 10px 20px;
    font-size: 16px;
}
.viewvendorcss .editform-col .editbtn {
    background-color: #171f5f;
    color: #fff;
    font-weight: 500;
    padding: 4px 30px;
    border-radius: 6px;
    font-size: 16px;
    margin: 10px 20px;
}
#vendorlist { margin-top: 40px; }
#vendorlist .vendorbody  {
    display: flex;
    width: 97%;
    clear: both;
    align-items: center;
    background: #f5f5f5;
    /* box-shadow: 0px 3px 10px #e7e9ef; */
    margin: 15px auto;
    border-radius: 15px;
    /* border-right: 15px solid #c4c9d6 !important; */
    padding: 10px 0 10px 30px;
    border: 1px solid #ececec;
}
#vendorlist .vendorbody:hover{
    background-color: #43754e!important;
}
#vendorlist .vendorbody:hover .vendlist-cell{
    color: #fff!important;
}
#vendorlist .vendorbody .vendlist-cell {
    color: #272727;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
#vendorlist .vendorbody:hover .vendlist-cell{
    color: #fff!important;
}
#vendorlist .vendorbody .vendlist-cell.actionmob a{
    color: #43754f;
    padding: 0 5px;
    font-size: 14px;
}
#vendorlist .vendorhead .vendlist-cell {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    line-height: unset;
    cursor: pointer;
    color: #272727;
}
#vendorlist .vendorbody .vendlist-cell.mob {
    display: none;
}
.supk_form_block .vendorheadpop .credit-col #supk_credit_id {
    background-color: #2f3a8f;
    color: #fff;
    padding: 7px 20px 7px 7px;
    font-size: 15px;
    border-radius: 6px;
    border: 1px solid #2f3a8f;
}
.supk_form_block .vendorheadpop .increase-credit-col a {
    background-color: #171f5f;
    color: #fff;
    font-size: 16px;
    padding: 8px 12px;
    border-radius: 5px;
}
.supk_form_block .vendorheadpop .chl_avatar_sec .chl_avatar_row{
    text-align: center;
    margin-bottom: 20px;
    position: absolute;
    top: 5px;
    background-color: #fff;
    padding: 16px 36px;
    border-radius: 25px;
    border: 1px solid #b3adad;
    display: inline-grid;
    box-shadow: 0px 0px 5px 0px #000;
}

.supk_form_block .vendorheadpop .chl_avatar_sec .chl_avatar_row a {
    font-size: 20px;
    font-weight: 600;
    padding-top: 5px;
    color: #171f5f;
}
.supk_form_block .spk_col.spl_marg1 {
    margin-right: 5px;
}
.supk_form_block .spk_col.spl_marg2 {
    margin-left: 5px;
}
.supk_form_block .spk_col {
    float: left;
    width: 49%;
    text-align: left;
    margin: 5px 0;
}
.supk_form_block .spk_fullcol {
    width: 100% !important;
}
.supk_form_block .spk_col label {
    font-size:16px;
    color: #757575;
    font-weight: 500;
}
.viewvendorcss .supk_form_block .spk_col .supk_name {
    padding: 0px;
    color: #9c9c9c;
}
.vendor-btn #download_vendor button {
    background-color: #2f3a8f;
    border-radius: 10px;
    border: 1px solid #cfa02a;
    padding: 10px 16px;
    background-color: #cfa02a;
    color: #fff!important;
}
.vendor-btn .togsel-btnopt > div{
    display: flex;
    align-items: center;
    background-color: #cfa02a;
    padding: 11px 15px;
    border-radius: 10px;
}
.vendor-btn .togsel-btnopt #download_allvendor button {
    background-color: unset;
    padding: 0;
    color: #fff;
}
.vendor-btn .togsel-btnopt .togglesel-numb {
    color: #fff;
    padding-right: 15px;
    border-right: 1px solid #bfcbff;
}
.vendor-btn .togsel-btnopt .deletevend {
    color: #fff;
    padding: 0 15px;
}
.supk_form_block .spk_col .supk_name{
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 16px;
    background-color: #fff;
}
.supk_form_block .spk_col .supk_name::placeholder {
    font-size: 16px;
}
.supk_form_block .spk_col select.supk_name {
    padding: 6px;
}
#vendorlist .vendorbody #avatimage img{
    width: 40px;
    border-radius: 10px;
    height: 40px;
    background-color: #fff;
    border: 2px solid #c4c9d6;
    margin-right: 10px;
}
.vendor-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/* credit table css */
.supk_form_block .credit-daysfield, .credit-daysfield .creditinner1, .credit-daysfield .creditinner2 {
    display: flex;
    position: relative;
}
.credit-daysfield .creditcol1 {
    width:45%;
}
.credit-daysfield .creditcol2 {
    width:55%;
}
.credit-daysfield .creditinner1 .creditfield2 {
    width: 75%;
    margin: 0 10px;
}
.credit-daysfield .creditinner2 .creditfield3 {
    margin-right: 10px;
}
.credit-daysfield span {
    font-size: 10px;
    color: #757575;
    position: absolute;
    bottom: -16px;
    margin-left: 5px;
}
/* pagination */
.main-pagination ul {
    list-style: none;
    margin: 20px 0 0;
    text-align: center;
}
.main-pagination {
    text-align: right;
}

.main-pagination ul li {
    margin: 3px;
    cursor: pointer;
    background-color: #485daa;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 1.8em;
    border: 1px solid #485daa;
    display: inline-block;
}
.main-pagination ul li.active, .main-pagination ul li:hover {
    background-color: #fff;
    color: #485daa;
    border: 1px solid #485daa;
}
@media(min-width:1400px) {
    #vendorlist .vendorbody .vendlist-cell {
        padding: 0 20px;
        /* border-left: 1px solid #e6e6e6; */
        min-height: 40px;
        line-height: 2.6em;
    }
    #vendorlist .vendorbody .vendlist-cell:first-child, #vendorlist .vendorhead .vendlist-cell:first-child {
        padding-left:0;
        border: 0;
    }
    #vendorlist .vendorhead .vendlist-cell {
        padding: 0 20px;
    }
    
}
@media(min-width:1025px) and (max-width:1399px) {
    #vendorlist .vendorbody .vendlist-cell:first-child, #vendorlist .vendorhead .vendlist-cell:first-child {
        padding-right: 15px
    }
}
@media(min-width:1025px) {
    #vendorlist .vendorbody .vendlist-cell.actionmob {
        display: inline-flex;
    }
}
@media(max-width:1400px) {
    #vendorlist .vendorhead .vendlist-cell {
        font-size: 13px;
    }
    .page-id-39 .vendlist-cell, .page-id-16 .vendlist-cell, .page-id-34 .vendlist-cell{border:none!important;}
}

@media(max-width:1024px) {

    .vendor-btn, .vendoruser-btn {
        display: none;
    }
    .vendor-btn.mob {
        display: block !important;
    }
    .vendor-btn.mob .mobbtn-icon {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    #vendorlist .vendorbody .vendlist-cell.mob {
        display: block !important;
    }
    .vendor-btn .mob-sortoption {
        display: block !important;
        text-align: right;
        margin-top: 10px;
    }
    .vendor-btn.mob .togsel-btnopt .deletevend {
        padding-left:0;
    }
    .vendor-btn.mob #download_vendor button {
        padding: 10px 13px;
        border-radius: 10px 10px 0 10px;
    }
    .vendor-btn.mob #download_vendor button .fas {
        font-size: 18px;
    }
    #vendorlist .vendorbody .vendlist-cell.desk, #vendorlist .vendorhead .vendlist-cell{
        display: none !important;
    }
    #vendorlist .vendorhead .vendlist-cell.toggledis  {
        display: block !important;
    }
    #vendorlist .vendorbody #avatimage.mob img {
        width: 73%;
        height: auto;
    }
    #vendorlist .vendorbody .actionmob {
        display: grid;
        text-align: center;
        border-left: 2px solid #43754f!important;
    }
    #vendorlist .vendorbody .actionmob a {
        padding: 5px 0 !important;
        border-bottom: 2px solid #43754f!important;
        border-radius: 0 0 0 15px;
    }
    #vendorlist .vendorbody .actionmob a:last-child {
        border-bottom: 0 !important;
    }
    .main-dashboard .main-content {
        width: 74%;
        padding: 20px 20px;
    }
    .main-dashboard .side-menu {
        width: 26%;
    }
    .head-sec .tab-title {
        font-size: 30px;
    }
    .mob-sortoption #spkl_sortmob {
        background-color: #cfa02a;
        color: #fff;
        padding: 10px 16px;
        font-size: 15px;
        border-radius: 6px;
        border: 1px solid #cfa02a;
    }
}
@media(max-width:767px) {
    .supk_form_block .spk_col {
        width: 48.4%;
    }
    .main-dashboard .side-menu .spk_menu li a .title{
        display: none;
    }
    .main-dashboard .main-content {
        width: 88%;
        padding: 10px 10px;
    }
    .main-dashboard .side-menu {
        width:12%;
    }
    #vendorlist .vendorbody {
        width: 92%;
    }
    .supk_form_block .spk_col.creditcol {
        width: 100%;
    }
    body.logged-in .cart_btn .elementor-menu-cart__toggle {
        text-align: right !important;
    }
}
@media(max-width:500px) {
    .supk_form_block .spk_col {
        width:100%;
    }
    .main-dashboard .side-menu {
        width: 15%;
        padding-left: 5px;
    }
    .supk_form_block .spk_col.spl_marg1, .supk_form_block .spk_col.spl_marg2 {
        margin: 5px 0;
    }
    #vendorlist .vendorbody {
        padding-left: 10px;
    }
    .head-sec .tab-title {
        font-size: 20px;
    }
    .vendorbody .vendlist-cell.mob .smaction{
        display: block !important;
    }
    #vendorlist .vendorbody .smaction a{
        color: #383e71;
        padding: 0 5px;
        font-size: 16px;
    }
    #vendorlist .vendorbody .actionmob {
        display: none;
    }
    .vendorbody .vendlist-cell.smmob {
        width: 76% !important;
    }
    #vendorlist .vendorhead {
        padding-left: 0;
    }
    #vendorlist {
        margin-top: 0;
    }
}
@media(max-width:400px) {
    #vendorlist .vendorbody .vendlist-cell.mob {
        font-size:14px;
    }
    .main-dashboard .main-content {
        width: 100%;
        padding: 7px 7px;
    }
    .main-dashboard .side-menu {
        width:8%;
    }
    .vendor-btn.mob .flt_input .search-icon {
        padding: 10px 13px;
    }
    .vendor-btn.mob .flt_input .search-icon .fa, .vendor-btn.mob .addbtn a .fa, .vendor-btn.mob #download_vendor button .fas {
        font-size: 16px;
    }
    .vendor-btn.mob .addbtn a {
        padding: 8px 13px;
    }
    .vendor-btn.mob #download_vendor button, .vendor-btn.mob .togsel-btnopt > div {
        padding: 8px 11px;
    }
    .vendor-btn.mob .flt_input, .vendor-btn.mob .addbtn {
        margin-right: 5px;
    }
    .main-dashboard .side-menu {
        width: 15%;
        /* padding-left: 5px; */
    }
    .supk_form_block .credit-daysfield {
        display: block !important;
    }
    .credit-daysfield .creditcol1, .credit-daysfield .creditcol2 {
        width: 100%;
    }
    .spk_menu ul .menu-item a img {
        width: 28px !important;
    }
}
.page-id-11 .entry-header{
	max-width:1600px!important;
	padding:0px 20px;
}
.page-id-11 .woocommerce{
	max-width:1600px;
	padding:0px 20px;
	margin:auto;
}
.page-id-11 .return-to-shop{
	max-width:30%;
	margin:auto;
}
.page-id-11 .return-to-shop a{
	border-radius:50px;
	background-color:#43754f!important;
	color:#fff!important;
	border:2px solid #43754f;
}
.page-id-11 h1{
	font-family: "Poppins", Sans-serif;
	font-size: 60px!important;
	font-weight: 600;
	color:#43754f!important;
}
.page-id-11 .return-to-shop a:hover{
	color:#43754f!important;
	background-color:#fff!important;
	text-decoration:none!important;
}
.page-id-11 .woocommerce-info{
/* 	margin-top: 20px; */
	background: #fff;
	padding:0px !important;
	border:none!important;
	font-family: "Poppins", Sans-serif;
	font-weight:600;
	font-size:18px;
}