#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1045;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1046;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;

    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;

    -webkit-animation: spin 1.5s linear infinite;
      animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg); 
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222;
    z-index: 1045;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}
#loader-wrapper .loader-section.section-right {
    right: 0;
}
.nbd_max_file_uploads_warning {
    display: none;
}
.nbd-admin-setting-include-background-wrap input[type="checkbox"]:checked::before{
	left: 0;
}
div.wcfm-collapse-content .dokan-section-heading h2{
	display: block;
	width: 100%;
}
body.open-popup {
  overflow-y: hidden;
}
.nbod_popup{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: -1;
    opacity: 0;
    transition: all 0.4s;
}
.nbod_popup.active {
    z-index: 9999;
    opacity: 1;
}
.popup-wrapper {
    width: 80%;
    height: 80%;
    margin: 50px auto 0;
    background: #fff;
    -webkit-box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
    box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
    border-radius: 4px;
}
.popup-header{
	border-bottom: 1px solid #ccc;
}
.popup-header h3.header__text{
	margin: 0;
    font-size: 1.8rem;
    font-weight: normal;
    padding: 7px 10px;
}
.popup-wrapper .popup-box{
	height: calc(100% - 50px);
}
.nbod-tabs {
    margin: 0;
    width: 20%;
    float: left;
    line-height: 1em;
    padding: 0 0 10px;
    position: relative;
    background-color: #fafafa;
    border-right: 1px solid #eee;
    box-sizing: border-box;
}
.nbod-tabs li {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}

.nbod-tabs li a {
    margin: 0;
    padding: 10px;
    display: block;
    box-shadow: none;
    text-decoration: none;
    line-height: 20px!important;
    border-bottom: 1px solid #eee;
}
.nbod_options_panel {
	display: flex;
	flex-wrap: wrap;
	padding: 0 15px;
    float: left;
    width: 80%;
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
}
.box__product{
	padding: 0 10px;
    position: relative;
}
.content__product img{
	border: 0.5px solid #ccc;
    width: 200px;
    height: calc(100% - 50px);
}
.content__product .name__product{
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
}
a.btn-thumbnail{
	text-decoration: none;
}
.clear{
	clear: both;
}
.nbod_options_panel.nbod-hidden{
    display: none;
}


.nbod_popup label.color_btn_wcfm{
    width: 12px;
    height: 12px;
    border : 1px solid #000;
    position: relative;
    display: inline-block;
}
.nbod_popup label.color_btn_wcfm::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    visibility: hidden;
    opacity: 0;
    background-position: -2px -1px;
}
.nbod_popup input[type="checkbox"]:checked + label.color_btn_wcfm::after{
    background-image: url("check.png");
    visibility: visible;
    opacity: 1;
    transition: all 1s;
}
#dokan-create-and-add-new-product-btn{
    display : none;
}
.dokan-add-new-product-popup #dokan-add-new-product-form .dokan-price-container,
.dokan-add-new-product-popup #dokan-add-new-product-form .product-full-container,
#nbd-config{
    display : none;
}
#dokan-create-new-product-btn{
    color: #fff;
    background-color: #f05025;
    border-color: #f05025;
}
.box-product-wcfm p.title-select-color{
    margin-bottom: 0;
}
.box-product-wcfm .btn-design{
    visibility:hidden;
    opacity:0;
    transition:visibility 0.3s linear,opacity 0.3s linear;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}
.box-product-wcfm .btn-design span{
    display: inline-block;
    background: #0a95ff;
    padding: 5px 10px;
    color: #fff;
    font-size: 15px;
    border-radius: 4px;
    cursor: pointer;
}
.box__product.active .btn-design{
    visibility:visible;
    opacity:1;
}