.select2-container {
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle; }
.select2-container .select2-selection--single {
box-sizing: border-box;
cursor: pointer;
display: block;
height: 33;
user-select: none;
-webkit-user-select: none; }
.select2-container .select2-selection--single .select2-selection__rendered {
display: block;
padding-left: 8px;
padding-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.select2-container .select2-selection--single .select2-selection__clear {
position: relative; }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
padding-right: 8px;
padding-left: 20px; }
.select2-container .select2-selection--multiple {
box-sizing: border-box;
cursor: pointer;
display: block;
min-height: 32px;
user-select: none;
-webkit-user-select: none; }
.select2-container .select2-selection--multiple .select2-selection__rendered {
display: inline-block;
overflow: hidden;
padding-left: 8px;
text-overflow: ellipsis;
white-space: nowrap; }
.select2-container .select2-search--inline {
float: left; }
.select2-container .select2-search--inline .select2-search__field {
box-sizing: border-box;
border: none;
font-size: 100%;
margin-top: 5px;
padding: 0; }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none; }
.select2-dropdown {
background-color: white;
border: 1px solid #ededed;
border-radius: 4px;
box-sizing: border-box;
display: block;
position: absolute;
left: -100000px;
width: 100%;
z-index: 1051; }
.select2-results {
display: block; }
.select2-results__options {
list-style: none;
margin: 0;
padding: 0; }
.select2-results__option {
padding: 6px;
user-select: none;
-webkit-user-select: none; }
.select2-results__option[aria-selected] {
cursor: pointer; }
.select2-container--open .select2-dropdown {
left: 0; }
.select2-container--open .select2-dropdown--above {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container--open .select2-dropdown--below {
margin-top: 35px;
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-search--dropdown {
display: block;
padding: 4px; }
.select2-search--dropdown .select2-search__field {
padding: 4px;
width: 100%;
box-sizing: border-box; }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none; }
.select2-search--dropdown.select2-search--hide {
display: none; }
.select2-close-mask {
border: 0;
margin: 0;
padding: 0;
display: block;
position: fixed;
left: 0;
top: 0;
min-height: 100%;
min-width: 100%;
height: auto;
width: auto;
opacity: 0;
z-index: 99;
background-color: #fff;
filter: alpha(opacity=0); }
.select2-hidden-accessible {
border: 0 !important;
clip: rect(0 0 0 0) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important; }
.select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #ededed;
border-radius: 0px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 31px; }
.select2-container--default .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #999; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 30px;
position: absolute;
top: 1px;
right: 1px;
width: 20px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
left: 1px;
right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
background-color: #eee;
cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
background-color: white;
border: 1px solid #ededed;
border-radius: 0px;
padding:0px 2px;
cursor: text; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0 5px;
width: 100%; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
line-height:22px;
list-style: none; }
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
color: #999;
margin-top: 5px;
float: left; }
.select2-container--default .select2-selection--multiple .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-top: 5px;
margin-right: 10px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #eeeeee;
border: 1px solid #ededed;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 6px;
margin-top: 7px;
padding: 0 8px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #999;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #333; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
margin-left: 5px;
margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
border: solid #ededed 1px; padding: 0px 2px;
outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
background-color: #eee;
cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
background: transparent;
border: none;
outline: 0;
box-shadow: none;
-webkit-appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto; }
.select2-container--default .select2-results__option[role=group] {
padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
color: #999; }
.select2-container--default .select2-results__option[aria-selected=true] {
background-color: #fafafa; }
.select2-container--default .select2-results__option .select2-results__option {
padding-left: 1em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
padding-left: 0; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
margin-left: -1em;
padding-left: 2em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -2em;
padding-left: 3em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -3em;
padding-left: 4em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -4em;
padding-left: 5em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -5em;
padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #ededed;
color: #333; }
.select2-container--default .select2-results__group {
cursor: default;
display: block;
padding: 6px; }
.select2-container--classic .select2-selection--single {
background-color: #f7f7f7;
border: 1px solid #aaa;
border-radius: 4px;
outline: 0;
background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic .select2-selection--single:focus {
border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px; }
.select2-container--classic .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-right: 10px; }
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
color: #999; }
.select2-container--classic .select2-selection--single .select2-selection__arrow {
background-color: #ddd;
border: none;
border-left: 1px solid #aaa;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px;
background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
border: none;
border-right: 1px solid #aaa;
border-radius: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
left: 1px;
right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
background: transparent;
border: none; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text;
outline: 0; }
.select2-container--classic .select2-selection--multiple:focus {
border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
list-style: none;
margin: 0;
padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
display: none; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
color: #888;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #555; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
float: right; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
margin-left: 5px;
margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa;
outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
outline: 0;
box-shadow: none; }
.select2-container--classic .select2-dropdown {
background-color: white;
border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto; }
.select2-container--classic .select2-results__option[role=group] {
padding: 0; }
.select2-container--classic .select2-results__option[aria-disabled=true] {
color: grey; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
background-color: #3875d7;
color: white; }
.select2-container--classic .select2-results__group {
cursor: default;
display: block;
padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
border-color: #5897fb; }.dokan-spinner{background:url(//onlinemarketplace.net.au/wp-content/plugins/dokan-pro/assets/images/dist/spinner-2x.gif) 50% no-repeat;background-size:20px;height:20px;position:absolute;width:20px;z-index:99}.dokan-variation-loader{background:url(//onlinemarketplace.net.au/wp-content/plugins/dokan-pro/assets/images/dist/ajax-loader@2x.gif) no-repeat;height:35px;left:50%;position:absolute;top:45%;width:35px}li.dokan-share-btn-wrap .dokan-share-btn{margin-right:10px;margin-top:3px}.dokan-share-popup-wrapper{max-width:350px;padding:5px;text-align:center}ul.dokan-account-migration-lists{border:1px solid #eee;list-style:none;margin:0;padding:0}ul.dokan-account-migration-lists li{align-items:center;border-bottom:1px solid #eee;display:flex;flex-direction:row;padding:10px}ul.dokan-account-migration-lists li:last-child{border-bottom:none}ul.dokan-account-migration-lists li .left-content{flex:2;text-align:left}ul.dokan-account-migration-lists li .left-content p{margin:0}ul.dokan-account-migration-lists li .right-content{flex:1;text-align:right}@-webkit-keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}.dokan-progress{background-color:#f5f5f5;border-radius:5px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);height:20px;margin-bottom:20px;overflow:hidden}.dokan-progress-bar{background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);color:#fff;float:left;font-size:12px;height:100%;line-height:20px;text-align:center;-webkit-transition:width .6s ease;transition:width .6s ease;width:0}.dokan-progress-bar-striped,.dokan-progress-striped .dokan-progress-bar{background-image:-webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:40px 40px}.dokan-progress-bar.active,.dokan-progress.active .dokan-progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.dokan-progress-bar-success{background-color:#5cb85c}.progress-striped .dokan-progress-bar-success{background-image:-webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)}.dokan-progress-bar-info{background-color:#5bc0de}.progress-striped .dokan-progress-bar-info{background-image:-webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)}.dokan-progress-bar-warning{background-color:#f0ad4e}.progress-striped .dokan-progress-bar-warning{background-image:-webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)}.dokan-progress-bar-danger{background-color:#d9534f}.progress-striped .dokan-progress-bar-danger{background-image:-webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)}.dokan-dashboard-content article.dashboard-content-area .dokan-announcement-widget{min-height:310px}.dokan-dashboard-content article.dashboard-content-area .dokan-announcement-widget .dokan-no-announcement .annoument-no-wrapper{height:100%;margin:70px auto;text-align:center}.dokan-dashboard-content article.dashboard-content-area .dokan-announcement-widget .dokan-no-announcement .annoument-no-wrapper .dokan-announcement-icon{-moz-animation:ring 8s ease-in-out 1s infinite!important;-webkit-animation:ring 8s ease-in-out 1s infinite!important;animation:ring 8s ease-in-out 1s infinite!important;color:#e3e3e3;font-size:100px;-moz-transform-origin:50% 4px;-webkit-transform-origin:50% 4px;transform-origin:50% 4px}.dokan-dashboard-content article.dashboard-content-area .dokan-announcement-widget .dokan-no-announcement .annoument-no-wrapper p{color:#a6a6a6;font-size:18px;margin-top:10px}.dokan-dashboard-content article.dashboard-content-area .dokan-announcement-widget .widget-title,.dokan-dashboard-content article.dashboard-content-area .dokan-announcement-widget ul{margin-bottom:0}.dokan-dashboard-content article.dashboard-content-area .dokan-announcement-widget ul li{border-bottom:1px solid #e8e8e8}.dokan-dashboard-content article.dashboard-content-area .dokan-announcement-widget ul li .dokan-dashboard-announce-content{color:#656565;font-size:13px;padding-left:4px;width:80%}.dokan-dashboard-content article.dashboard-content-area .dokan-announcement-widget ul li .dokan-dashboard-announce-content h3{color:#6f6f6f;font-size:15px;font-weight:700;margin:16px 0 0;padding:5px 0}.dokan-dashboard-content article.dashboard-content-area .dokan-announcement-widget ul li .dokan-dashboard-announce-date{height:77px;line-height:20px;margin:7px 0;text-align:center;width:20%}.dokan-dashboard-content article.dashboard-content-area .dokan-announcement-widget ul li .dokan-dashboard-announce-date .announce-day{font-size:15px;font-weight:700;padding-top:5px}.dokan-dashboard-content article.dashboard-content-area .dokan-announcement-widget ul li .dokan-dashboard-announce-date .announce-year{font-size:15px}.dokan-dashboard-content article.dashboard-content-area .dokan-announcement-widget ul li .dokan-dashboard-announce-read{background-color:#f3f3f3;color:#8b8b8b}.dokan-dashboard-content article.dashboard-content-area .dokan-announcement-widget ul li .dokan-dashboard-announce-unread{background-color:#f05025;color:#f3f3f3}.dokan-dashboard-content article.dashboard-content-area .dokan-announcement-widget ul li:last-child{border-bottom:none}.product-edit-new-container .dokan-product-seo .seo-snippet{background-color:#fff;box-sizing:border-box;font-family:arial,sans-serif;font-size:13px;line-height:1.4em;padding:0 12px 12px}.product-edit-new-container .dokan-product-seo .seo-snippet .seo-title{color:#1e0fbe;cursor:pointer;font-size:18px;font-weight:400;line-height:1.2;margin:0;max-width:600px;overflow:hidden;-webkit-text-decoration:none;text-decoration:none;text-overflow:ellipsis;vertical-align:top}.product-edit-new-container .dokan-product-seo .seo-snippet .seo-slug{color:#006621;cursor:pointer;display:inline-block;font-size:14px;max-width:600px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-edit-new-container .dokan-product-seo .seo-snippet .seo-meta{color:#545454;cursor:pointer;font-size:13px;max-width:600px;position:relative}.product-edit-new-container .dokan-product-seo .snippet-btn{background-color:#eee;border:1px solid #ccc}.product-edit-new-container .dokan-product-seo .snippet-btn:hover{background-color:#ddd}.product-edit-new-container .dokan-product-seo .wpseo-shortcode-wrap{position:absolute;right:0;top:-8px}.product-edit-new-container .dokan-product-seo .wpseo-shortcode-wrap select.wpseo_shortcode{background-color:#fafafa;height:30px}.product-edit-new-container .dokan-product-seo .wpseo-shortcode-wrap select.wpseo_shortcode:hover{background-color:#f1f1f1;height:30px}.cat-checklist{border:1px solid #dcdcde;height:12em;margin:0;overflow-y:scroll}.dokan-w4 .cat-checklist{background:#fdfdfd;padding:10px 15px}.dokan-mt10{margin-top:10px}.dokan-cross{transform:scale(.8)}.dokan-cross:hover{color:#d63638;cursor:pointer}.uncheck-product input:checked{display:none}.select2-search__field{min-width:220px!important}@-webkit-keyframes ring{0%{transform:rotate(0)}1%{transform:rotate(30deg)}3%{transform:rotate(-28deg)}5%{transform:rotate(34deg)}7%{transform:rotate(-32deg)}9%{transform:rotate(30deg)}11%{transform:rotate(-28deg)}13%{transform:rotate(26deg)}15%{transform:rotate(-24deg)}17%{transform:rotate(22deg)}19%{transform:rotate(-20deg)}21%{transform:rotate(18deg)}23%{transform:rotate(-16deg)}25%{transform:rotate(14deg)}27%{transform:rotate(-12deg)}29%{transform:rotate(10deg)}31%{transform:rotate(-8deg)}33%{transform:rotate(6deg)}35%{transform:rotate(-4deg)}37%{transform:rotate(2deg)}39%{transform:rotate(-1deg)}41%{transform:rotate(1deg)}43%{transform:rotate(0)}to{transform:rotate(0)}}@-moz-keyframes ring{0%{transform:rotate(0)}1%{transform:rotate(30deg)}3%{transform:rotate(-28deg)}5%{transform:rotate(34deg)}7%{transform:rotate(-32deg)}9%{transform:rotate(30deg)}11%{transform:rotate(-28deg)}13%{transform:rotate(26deg)}15%{transform:rotate(-24deg)}17%{transform:rotate(22deg)}19%{transform:rotate(-20deg)}21%{transform:rotate(18deg)}23%{transform:rotate(-16deg)}25%{transform:rotate(14deg)}27%{transform:rotate(-12deg)}29%{transform:rotate(10deg)}31%{transform:rotate(-8deg)}33%{transform:rotate(6deg)}35%{transform:rotate(-4deg)}37%{transform:rotate(2deg)}39%{transform:rotate(-1deg)}41%{transform:rotate(1deg)}43%{transform:rotate(0)}to{transform:rotate(0)}}.dokan-panel .dokan-panel-body .woocommerce_order_items_wrapper table.woocommerce_order_items tbody tr td div small.refunded{color:#f05025}.dokan-panel .dokan-panel-body .wc-order-data-row table.wc-order-totals{float:right}.dokan-panel .dokan-panel-body .wc-order-data-row table.wc-order-totals tbody tr td.label{color:#000}.dokan-panel .dokan-panel-body .wc-order-data-row table.wc-order-totals tbody tr td.refunded-total{color:#f05025}.dokan-panel .dokan-panel-body .wc-order-data-row .add-items{float:right;padding-top:10px}.dokan-panel .dokan-panel-body .wc-order-data-row .refund-actions{float:right}.dokan-orders-content .label.dokan-order-discount,.dokan-orders-content .label.dokan-quantity-discount{color:#444;font-size:100%;font-weight:400;padding:0}.shipped-status-date,.shipping-status-provider,.shippments-tracking-title,.tracking-status-other-p-url,.tracking-status-other-provider{float:left;margin-right:2%;width:48%}.shippments-tracking-footer-button{margin-top:5px;text-align:right}.shippments-tracking-status strong{background-color:#eee;border-radius:35px;font-size:13px;padding:8px 20px;text-align:center}.shippments-tracking-status .ss_cancelled{background-color:#f05025;color:#fff}.shippments-tracking-status .ss_delivered{background-color:#5cb85c;color:#fff}.shippments-tracking-via a{text-decoration:none}.shippments-tracking-via .dashicons-external{font-size:20px;margin:0 10px}.shipping-status-tracking-shippments-inner{border-bottom:1px solid #ddd;border-radius:4px;box-shadow:0 1px 1px rgba(0,0,0,.05)}.shipping-status-tracking-shippments-inner .shippments-tracking-header{padding:20px}.shipping-status-tracking-shippments-inner .shippments-tracking-items{border-bottom:2px solid #ddd;border-top:2px solid #ddd;padding:20px}.shipping-status-tracking-shippments-inner .shippments-tracking-footer{padding:20px}.shipping-status-tracking-shippments-inner .shippments-tracking-footer .shipped-status-update-is-notify{margin-top:5px}.shipping-status-tracking-shippments-inner .shippments-tracking-footer .shipped-status-update-label{color:#777;font-weight:200}.shipping-status-tracking-shippments-inner .shippments-tracking-footer .shipment-update-response-box{color:green;margin-top:15px}#dokan-order-shipping-status-tracking .woocommerce_order_items .quantity{width:80px}#dokan-order-shipping-status-tracking .woocommerce_order_items td{vertical-align:middle}#dokan-order-shipping-status-tracking-panel{padding:0}#dokan-order-shipping-status-tracking-panel .shipping-status-tracking-top-info{text-align:center}#dokan-order-shipping-status-tracking-panel .shipping-status-tracking-top-info #create-tracking-status-action{margin-bottom:20px}#dokan-order-shipping-status-tracking-panel .shipping-status-tracking-top-info .no-shipment-found-desc{color:#999;font-size:14px;margin-bottom:10px;margin-top:15px}#dokan-order-shipping-status-tracking-panel .info-not-shipment-yet{margin-left:15px;margin-top:15px;text-align:left}.shippments-tracking-header .shippments-tracking-status{float:right;margin:10px 0 0;text-align:right;width:48%}.shippments-tracking-header .shippments-tracking-title,.shippments-tracking-header .shippments-tracking-via{margin:0}.shippments-tracking-items table{margin:0;width:100%}.create-shippment-tracking-action-button{text-align:center}#tracking_status_number{width:98%}.shipping-status-track-info-heading{font-size:16px}.shippments-tracking-items td.thumb{padding-right:10px;width:15%}.shippments-tracking-items td.thumb img{margin:0}.shippments-tracking-items td{vertical-align:middle}.shipment-item-details-tab-toggle{border-radius:50%;cursor:pointer;margin-left:10px;position:relative;text-indent:-1px;top:1px;width:20px}.shipment-item-details-tab-toggle .fa-sort-desc{color:#999;font-size:18px}.dokan-customer-shipment-list-area .shippments-tracking-items{padding:0}.dokan-customer-shipment-list-area .customer-shipment-list-inner-area{border-color:rgba(0,0,0,.1);border-radius:5px;border-style:solid;border-width:1px 2px 2px 1px;font-style:normal;margin-bottom:15px;text-align:left;width:100%}.dokan-customer-shipment-notes-list-area{border-top:1px solid #dcdcdc;padding:20px;position:relative}.dokan-customer-shipment-notes-list-area .shipment-notes-details-tab-toggle{cursor:pointer;position:absolute;right:20px;top:10px}.dokan-customer-shipment-notes-list-area h5{font-size:14px;margin:0;padding:0}.dokan-customer-shipment-notes-list-area .customer-shipment-list-notes-inner-area{margin-top:20px}.dokan-customer-shipment-notes-list-area .customer-shipment-list-notes-inner-area .dokan-order-updates{margin:15px}ol.dokan-order-shipment-notes-updates{list-style-type:none}.dokan-order-shipment-notes-updates li{border:none;margin:0;padding-bottom:1em;padding-left:20px;padding-top:0;position:relative}.dokan-order-shipment-notes-updates li:before{background-color:#ccc;bottom:0;content:"";left:6px;position:absolute;top:0;width:3px}.dokan-order-shipment-notes-updates li:after{background-color:#777;border-radius:50%;content:"";height:11px;left:2px;position:absolute;top:7px;width:11px}.shipping-status-tracking-shippments-inner .dokan-customer-shipment-notes-list-area{background-color:#f5f5f5;border-top:1px solid #dcdcdc;margin-top:25px;padding:15px;position:relative}.dokan-order-shipping-status .dokan-label-success{background:#c6e1c6;color:#5b841b}.dokan-order-shipping-status .dokan-label-default{background:#e5e5e5;color:#777}.dokan-order-shipping-status .dokan-label-info{background:#c8d7e1;color:#2e4453}.dokan-coupon-content .dashboard-coupons-area .dokan-coupon-header{margin-bottom:20px}.dokan-coupon-content .dashboard-coupons-area .dokan-coupon-header .left-header-content{width:40%}.dokan-coupon-content .dashboard-coupons-area .dokan-coupon-header .left-header-content h1{margin:0;padding:0}.dokan-coupon-content .dashboard-coupons-area .dokan-coupon-header .right-header-content{width:40%}.dokan-coupon-content .dashboard-coupons-area table tr td{vertical-align:top}.dokan-coupon-content .code:after,.dokan-coupon-content .code:before,.dokan-coupon-content .code a:after,.dokan-coupon-content .code a:before,.dokan-coupon-content .code span:after,.dokan-coupon-content .code span:before{background:#f7f7f7;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;-moz-box-shadow:0 2px 0 0 hsla(0,0%,100%,.3),inset 0 2px 0 0 rgba(0,0,0,.1);-webkit-box-shadow:0 2px 0 0 hsla(0,0%,100%,.3),inset 0 2px 0 0 rgba(0,0,0,.1);box-shadow:0 2px 0 0 hsla(0,0%,100%,.3),inset 0 2px 0 0 rgba(0,0,0,.1);content:"";display:block;height:4px;position:absolute;width:8px}.dokan-coupon-content .code{background:#ececec;-moz-box-shadow:0 2px 0 0 #ddd;-webkit-box-shadow:0 2px 0 0 #ddd;box-shadow:0 2px 0 0 #ddd;color:#21759a;float:left;font-weight:700;line-height:1em;margin:0 8px 0 0;overflow:hidden;padding:2px;position:relative;text-shadow:0 1px 0 #ddd;vertical-align:middle}.dokan-coupon-content .code:before{bottom:5px;left:0;margin:0 0 0 -4px}.dokan-coupon-content .code:after{left:0;margin:0 0 0 -4px;top:5px}.dokan-coupon-content .code a,.dokan-coupon-content .code span{color:#21759a;float:left;padding:0 4px}.dokan-coupon-content .code a:before,.dokan-coupon-content .code span:before{bottom:5px;margin:0 -4px 0 0;right:0}.dokan-coupon-content .code a:after,.dokan-coupon-content .code span:after{content:"";margin:0 -4px 0 0;right:0;top:5px}.dokan-coupon-content .code a span,.dokan-coupon-content .code span span{border:1px dashed #ccc;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;padding:.5em 6px}.dokan-coupon-content .code a span:before,.dokan-coupon-content .code span span:before{left:0;margin:-2px 0 0 -4px;top:50%}.dokan-coupon-content .code a span:after,.dokan-coupon-content .code span span:after{margin:-2px -4px 0 0;right:0;top:50%}.dokan-coupon-content .code:hover{background:#975e83;color:#fff;text-shadow:0 1px 0 #5a324b}.dokan-coupon-content .code:hover a,.dokan-coupon-content .code:hover span{color:#fff}.dokan-coupon-content .code:hover a span,.dokan-coupon-content .code:hover span span{border:1px dashed #bb82a7}.dokan-coupon-content .row-actions{clear:both;color:#ccc;font-size:12px;padding-top:8px;visibility:hidden}.dokan-coupon-content .row-actions .delete a{color:#a05}.dokan-coupon-content .row-actions .delete a:hover{color:red}.dokan-coupon-content tr:hover .row-actions{visibility:visible}.dokan-reports-content .dokan-reports-area h1{margin:0 0 20px}.dokan-reports-content .dokan-reports-area .dokan-reports-wrap{margin-top:20px}.dokan-reports-content .dokan-reports-area .dokan-reports-wrap .report-left{margin-right:10px;width:28%}.dokan-reports-content .dokan-reports-area .dokan-reports-wrap .report-right{width:68%}.dokan-reports-content .dokan-reports-area ul.chart-legend{background:#fff;border:1px solid #ededed;list-style:none;margin:0;padding:0}.dokan-reports-content .dokan-reports-area ul.chart-legend li{border-bottom:1px solid #ededed;color:#aaa;font-size:13px;font-weight:400;padding:13px 18px}.dokan-reports-content .dokan-reports-area ul.chart-legend li strong{color:#464646;display:block;font-size:30px;font-weight:400}.dokan-reports-content .dokan-reports-area .report-filter{margin-top:15px}.dokan-reports-content .dokan-reports-area .report-filter select{border:1px solid #ededed;padding:2px 5px}.dokan-reports-content .dokan-reports-area table.table{margin-top:15px}.dokan-reports-content .dokan-reports-area table.table .progress{margin-bottom:0}.dokan-reports-content .dokan-reports-area .dokan-reports-main h3{margin:0 0 15px}.dokan-reports-content .dokan-reports-area .dokan-reports-main .chart-placeholder.main{height:435px}.dokan-reports-content .dokan-reports-area .chart-tooltip{background:#333;border-radius:3px;color:#fff;display:none;font-size:11px;line-height:1;padding:3px 5px;position:absolute}.dokan-reviews-content .dokan-reviews-area h1{margin:0;padding:0}.dokan-reviews-content .dokan-reviews-area #dokan-comments_menu ul li{display:inline-block;padding:0 5px!important}.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap ul.dokan-cmt-row-actions{font-size:13px;list-style:none;margin:0;padding:0;visibility:hidden}.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap ul.dokan-cmt-row-actions a{text-decoration:none}.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap ul.dokan-cmt-row-actions li{border-right:1px solid #ededed;display:inline;margin:0!important;padding-right:5px}.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap ul.dokan-cmt-row-actions li:last-child{border-right:none}.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap select{border:1px solid #ededed;padding:5px}.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table th.col-check{padding:0 0 0 10px;vertical-align:middle;width:5%}.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table td.col-author,.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table th.col-author{width:33%}.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table td.col-author .dokan-author-img,.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table th.col-author .dokan-author-img{float:left;margin-right:5px}.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table td.col-author .dokan-author-meta,.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table th.col-author .dokan-author-meta{float:left}.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table td.col-content,.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table th.col-content{width:60%}.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table td.col-link,.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table th.col-link{width:25%}.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table td,.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table th{vertical-align:top}.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table tr.pending{background:#ffffe0}.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table tr:hover .dokan-cmt-row-actions{visibility:visible}.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table .dokan-comments-subdate{color:#7c7c7c;font-size:12px;margin-bottom:8px}.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table .dokan-comment-edit-row tr.dokan-comment-edit-contact td{padding-bottom:10px;padding-right:10px}.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table .dokan-comment-edit-row tr.dokan-comment-edit-contact td label{padding-right:10px}.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table .dokan-comment-edit-row tr.dokan-comment-edit-actions td,.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap #dokan-comments-table .dokan-comment-edit-row tr.dokan-comment-edit-body td{padding-bottom:10px;padding-left:55px}.dokan-profile-completeness .dokan-alert{margin-bottom:0}.dokan-settings-content .dokan-settings-area .dokan-seo-image{position:relative}.dokan-settings-content .dokan-settings-area .dokan-seo-image .dokan-remove-gravatar-image{background:#000;border-radius:0;color:red;display:none;font-size:70px;height:150px;left:0;opacity:.7;padding-top:35px;position:absolute;text-align:center;top:0;width:150px}.dokan-settings-content .dokan-settings-area .dokan-seo-image .gravatar-wrap .dokan-gravatar-img{border-radius:0;height:150px!important;width:150px}.dokan-settings-content .dokan-settings-area .dokan-seo-image:hover .dokan-remove-gravatar-image{display:block}table.dps-shipping-table{padding:10px;width:100%}table.dps-shipping-table tr,table.dps-shipping-table tr td{padding:10px}table.dps-shipping-states{padding:10px;width:100%}table.dps-shipping-states tr{padding:10px}table.dps-shipping-states tr td{padding:10px;width:30%}#dps-shipping-hidden-lcoation-content{display:none}.dokan-shipping-location-wrapper{border-top:1px solid #ededed;margin-top:30px;padding-top:15px}.dokan-shipping-location-wrapper .dps-shipping-location-content{border:2px solid #eee;margin-bottom:15px;position:relative}.dokan-shipping-location-wrapper .dps-shipping-location-content table tr td{padding:10px 15px}.dokan-shipping-location-wrapper .dps-shipping-location-content table.dps-shipping-table{background:#f5f5f5}.dokan-shipping-location-wrapper .dps-shipping-location-content table.dps-shipping-table tr td{width:50%}.dokan-shipping-location-wrapper .dps-shipping-location-content .dps-shipping-remove{background:#fff;color:#ccc;height:25px;position:absolute;right:-1px;top:-1px;width:25px}.dokan-shipping-location-wrapper .dps-shipping-location-content .dps-shipping-remove:hover{background:#ccc;color:#fff}.dokan-shipping-location-wrapper .dps-shipping-location-content table.dps-shipping-states{text-align:center}.dokan-shipping-location-wrapper .dps-shipping-location-content table.dps-shipping-states tr td:last-child{vertical-align:middle}.dokan-shipping-location-wrapper .dps-shipping-location-content table.dps-shipping-states .dps-add,.dokan-shipping-location-wrapper .dps-shipping-location-content table.dps-shipping-states .dps-remove{border:1px solid #eee;border-radius:3px;color:#a8a8a8;font-size:11px;padding:3px 5px 2px}.dokan-shipping-location-wrapper .dps-shipping-location-content table.dps-shipping-states .dps-add:hover,.dokan-shipping-location-wrapper .dps-shipping-location-content table.dps-shipping-states .dps-remove:hover{background:#eee}.dokan-single-store .store-review-wrap h2.headline{font-size:17px;margin-bottom:15px}.dokan-single-store .store-coupon-wrap{margin-bottom:10px}.dokan-single-store .store-coupon-wrap:after,.dokan-single-store .store-coupon-wrap:before{content:" ";display:table}.dokan-single-store .store-coupon-wrap:after{clear:both}.dokan-single-store .store-coupon-wrap .code:after,.dokan-single-store .store-coupon-wrap .code:before,.dokan-single-store .store-coupon-wrap .code a:after,.dokan-single-store .store-coupon-wrap .code a:before,.dokan-single-store .store-coupon-wrap .code span.inside:after,.dokan-single-store .store-coupon-wrap .code span.inside:before,.dokan-single-store .store-coupon-wrap .code span.outside:after,.dokan-single-store .store-coupon-wrap .code span.outside:before{background:#f7f7f7;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;-moz-box-shadow:0 2px 0 0 hsla(0,0%,100%,.3),inset 0 2px 0 0 rgba(0,0,0,.1);-webkit-box-shadow:0 2px 0 0 hsla(0,0%,100%,.3),inset 0 2px 0 0 rgba(0,0,0,.1);box-shadow:0 2px 0 0 hsla(0,0%,100%,.3),inset 0 2px 0 0 rgba(0,0,0,.1);content:"";display:block;height:4px;position:absolute;width:8px}.dokan-single-store .store-coupon-wrap .code{background:#ececec;-moz-box-shadow:0 2px 0 0 #ddd;-webkit-box-shadow:0 2px 0 0 #ddd;box-shadow:0 2px 0 0 #ddd;color:#21759a;float:left;font-weight:700;line-height:1em;margin:0 15px 15px 0;max-width:250px;overflow:hidden;padding:2px;position:relative;text-shadow:0 1px 0 #ddd;vertical-align:middle}.dokan-single-store .store-coupon-wrap .code:before{bottom:5px;left:0;margin:0 0 0 -4px}.dokan-single-store .store-coupon-wrap .code:after{left:0;margin:0 0 0 -4px;top:5px}.dokan-single-store .store-coupon-wrap .code span.outside{color:#21759a;float:left;padding:0 4px}.dokan-single-store .store-coupon-wrap .code span.outside:before{bottom:5px;margin:0 -4px 0 0;right:0}.dokan-single-store .store-coupon-wrap .code span.outside:after{content:"";margin:0 -4px 0 0;right:0;top:5px}.dokan-single-store .store-coupon-wrap .code span.outside span.inside{border:1px dashed #ccc;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;float:left;padding:15px 10px;text-align:center}.dokan-single-store .store-coupon-wrap .code span.outside span.inside .coupon-title{font-size:20px;font-weight:500;padding-bottom:15px;text-align:center}.dokan-single-store .store-coupon-wrap .code span.outside span.inside .coupon-body{font-size:14px;font-weight:500}.dokan-single-store .store-coupon-wrap .code span.outside span.inside .coupon-details{color:#666;display:block;line-height:20px;margin-bottom:10px}.dokan-single-store .store-coupon-wrap .code span.outside span.inside .expiring-in{color:#999;display:block;font-size:13px;font-style:italic;margin-top:5px}.dokan-single-store .store-coupon-wrap .code span.outside span.inside:before{left:0;margin:-2px 0 0 -4px;top:50%}.dokan-single-store .store-coupon-wrap .code span.outside span.inside:after{margin:-2px -4px 0 0;right:0;top:50%}#dokan-store-listing-filter-form-wrap .store-lists-other-filter-wrap{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:25px}#dokan-store-listing-filter-form-wrap .store-lists-other-filter-wrap .store-lists-category{position:relative}#dokan-store-listing-filter-form-wrap .store-lists-other-filter-wrap .store-lists-category .category-input{border:1px solid #ccc;border-radius:3px;color:#8c8a8a;cursor:pointer;padding:10px 15px;position:relative;width:250px}#dokan-store-listing-filter-form-wrap .store-lists-other-filter-wrap .store-lists-category .category-input span{display:inline-block}#dokan-store-listing-filter-form-wrap .store-lists-other-filter-wrap .store-lists-category .category-input .category-label{color:#444;font-weight:700}#dokan-store-listing-filter-form-wrap .store-lists-other-filter-wrap .store-lists-category .category-input .dokan-icon{color:#000000b0;font-size:17px;left:87%;position:absolute;top:10px}#dokan-store-listing-filter-form-wrap .store-lists-other-filter-wrap .store-lists-category .category-box{background:#fff;box-shadow:1px 1px 20px 0 #bbb;padding:20px 10px;position:absolute;top:58px;width:400px;z-index:500}#dokan-store-listing-filter-form-wrap .store-lists-other-filter-wrap .store-lists-category .category-box:before{color:#fff;content:"\f142";font-family:dashicons;font-size:40px;font-weight:700;height:0!important;left:50%;line-height:0!important;position:absolute;top:-3px;transform:translate(-50%,-50%)}#dokan-store-listing-filter-form-wrap .store-lists-other-filter-wrap .store-lists-category .category-box ul{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;justify-content:space-around;list-style:none;margin:0;padding:0}#dokan-store-listing-filter-form-wrap .store-lists-other-filter-wrap .store-lists-category .category-box ul li{border:1px solid #ccc;border-radius:3px;cursor:pointer;list-style:none;margin:5px;padding:5px 10px}#dokan-store-listing-filter-form-wrap .store-lists-other-filter-wrap .item{align-items:center;display:flex}#dokan-store-listing-filter-form-wrap .store-lists-other-filter-wrap .item label{color:#444;font-weight:700}#dokan-store-listing-filter-form-wrap .store-lists-other-filter-wrap .item .dokan-toogle-checkbox{-webkit-appearance:none;appearance:none;background-color:#ccc;border-radius:30px;cursor:pointer;display:inline-block;height:22px;margin-left:10px;outline:none;position:relative;width:50px}#dokan-store-listing-filter-form-wrap .store-lists-other-filter-wrap .item .dokan-toogle-checkbox:checked{background-color:#64b450}#dokan-store-listing-filter-form-wrap .store-lists-other-filter-wrap .item .dokan-toogle-checkbox:before{background-color:#fff;border-radius:50%;content:"";height:15px;left:4px;position:absolute;top:3px;transition:.5s;width:15px}#dokan-store-listing-filter-form-wrap .store-lists-other-filter-wrap .item .dokan-toogle-checkbox:checked:before{left:30px}#dokan-store-listing-filter-form-wrap .apply-filter{margin-top:0}.dokan-product-list-inline-edit-form fieldset{margin:0;padding:0}.dokan-product-list-inline-edit-form .dokan-inline-edit-column{padding:0 10px}.dokan-product-list-inline-edit-form .dokan-inline-edit-column .select2-container{width:100%!important}.dokan-product-list-inline-edit-form .dokan-inline-edit-field-row{margin-bottom:10px}.dokan-product-list-inline-edit-form hr{display:block;margin:12px 0;opacity:0}.dokan-product-list-inline-edit-form .dokan-inline-edit-section-title{display:block;font-size:13px;margin-bottom:10px;text-transform:uppercase}.dokan-product-list-inline-edit-form label{display:block;font-size:14px;margin:8px 0 4px}.dokan-product-list-inline-edit-form .inline-edit-submit-button{position:relative}.dokan-product-list-inline-edit-form .inline-edit-submit-button .dokan-spinner{left:-30px;top:8px;visibility:hidden}.dokan-product-list-inline-edit-form .inline-edit-submit-button.show-loading-animation .dokan-spinner{visibility:visible}@media (max-width:430px){.dokan-product-list-inline-edit-form .quick-edit-submit-wrap{display:flex;justify-content:flex-end;margin-top:10px}.dokan-product-list-inline-edit-form .quick-edit-submit-wrap .inline-edit-submit-button{margin-left:15px}}@media (max-width:992px){#dokan-store-listing-filter-form-wrap .store-lists-other-filter-wrap{font-size:13px}#dokan-store-listing-filter-form-wrap .store-lists-other-filter-wrap .store-lists-category .category-input{width:195px}}@media (max-width:767px){#dokan-store-listing-filter-form-wrap .store-lists-other-filter-wrap{flex-direction:column;font-size:14px}#dokan-store-listing-filter-form-wrap .store-lists-other-filter-wrap .store-lists-category .category-box,#dokan-store-listing-filter-form-wrap .store-lists-other-filter-wrap .store-lists-category .category-input{width:100%}#dokan-store-listing-filter-form-wrap .store-lists-other-filter-wrap .item{justify-content:space-between;width:100%}#dokan-store-listing-filter-form-wrap .store-lists-other-filter-wrap .item:not(.store-lists-category){margin-top:20px}}@media (max-width:430px){#dokan-store-listing-filter-form-wrap .store-lists-other-filter-wrap .store-lists-category .category-input .dokan-icon{left:90%}#dokan-store-listing-filter-form-wrap .apply-filter{margin-top:30px}}@media (max-width:320px){#dokan-store-listing-filter-wrap #dokan-store-list-filter-button,#dokan-store-listing-filter-wrap .sort-by.item{font-size:12px}}.dokan-dashboard.single-product .site-content {
padding-top: 90px;
padding-bottom: 90px;
}
.dokan-dashboard .dokan-product-listing .dokan-product-listing-area .product-listing-top {
border-bottom: 1px solid #e1e1e1;
margin-bottom: 20px;
margin-top: 20px;
}
.dokan-dashboard .dokan-form-control,
.dokan-dashboard .select2-container .select2-selection--single,
.dokan-dashboard .select2-container .select2-selection--multiple {
border-color: #d9d9d9;
padding: 6px 10px;
min-height: 40px;
}
.dokan-dashboard .dokan-form-group label {
color: #000;
font-weight: 600;
}
.dokan-dashboard .dokan-form-group .checkbox label {
font-weight: 400;
color: #666;
display: flex;
align-items: center;
}
.dokan-dashboard .dokan-form-group .checkbox label input[type=checkbox] {
margin-right: 10px;
}
.dokan-dashboard .dokan-add-new-product-popup h2 {
font-size: 20px;
font-weight: 600;
color: #000;
}
.dokan-dashboard .dokan-orders-content .dokan-orders-area ul.order-statuses-filter {
padding: 0;
}
.dokan-dashboard .dokan-orders-content .dokan-orders-area ul.order-statuses-filter li {
font-size: 14px;
padding: 0 10px 0 5px;
}
.dokan-dashboard .dokan-orders-content .dokan-orders-area ul.order-statuses-filter li a {
color: #666;
}
.dokan-dashboard .dokan-orders-content .dokan-orders-area ul.order-statuses-filter li a:hover {
color: #000;
}
.dokan-dashboard .dokan-orders-content .dokan-orders-area ul.order-statuses-filter li.active a {
color: #000;
font-weight: 600;
}
.dokan-dashboard .dokan-withdraw-content .dokan-withdraw-area ul li,
.dokan-dashboard ul.subsubsub li {
padding: 0 10px 0 5px;
}
.dokan-dashboard .dokan-withdraw-content .dokan-withdraw-area ul li a,
.dokan-dashboard ul.subsubsub li a {
color: #666;
}
.dokan-dashboard .dokan-withdraw-content .dokan-withdraw-area ul li a:hover,
.dokan-dashboard ul.subsubsub li a:hover {
color: #000;
}
.dokan-dashboard .dokan-withdraw-content .dokan-withdraw-area ul li.active a,
.dokan-dashboard ul.subsubsub li.active a {
color: #000;
font-weight: 600;
}
.dokan-dashboard .dokan-settings-content .dokan-settings-area .dokan-banner {
margin: 0 auto 30px;
}
.dokan-widget-area .widget {
background-color: #f5f5f5;
padding: 25px 20px;
margin-bottom: 0;
position: relative;
list-style: none;
}
.dokan-widget-area .widget:after {
position: absolute;
bottom: 0;
left: 20px;
right: 20px;
content: "";
height: 1px;
background-color: #d8d8d8;
}
.dokan-widget-area .widget:last-child:after {
display: none;
}
.dokan-widget-area .widget .widgettitle {
margin-bottom: 25px;
font-size: 18px;
text-transform: uppercase;
font-weight: 400;
margin-top: 0;
}
.dokan-widget-area .widget ul li {
padding: 5px 0;
}
.dokan-widget-area .widget ul li .count {
font-size: 13px;
}
.dokan-widget-area .seller-form .dokan-btn {
padding: 0 25px;
background-color: var(--mf-background-primary-color);
color: var(--mf-background-primary-text-color);
transition: all 0.5s;
font-size: 16px;
font-weight: 600;
text-align: center;
border: none;
height: 40px;
line-height: 40px;
width: 100%;
}
.dokan-widget-area .seller-form .dokan-btn:hover {
background-color: var(--mf-background-primary-color);
}
.dokan-widget-area .dokan-category-menu,
.dokan-widget-area .widget-collapse {
border: none;
}
.dokan-widget-area .dokan-category-menu .widget-title,
.dokan-widget-area .widget-collapse .widget-title {
margin-bottom: 15px;
color: #000;
padding: 0;
background-color: transparent;
border: none;
}
.dokan-widget-area .dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap,
.dokan-widget-area .widget-collapse #cat-drop-stack > ul li.parent-cat-wrap {
background-color: transparent;
}
.dokan-widget-area .dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap a,
.dokan-widget-area .widget-collapse #cat-drop-stack > ul li.parent-cat-wrap a {
color: #000;
font-size: 14px;
margin: 0;
border-bottom: none !important;
}
.dokan-widget-area .dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap a:hover,
.dokan-widget-area .widget-collapse #cat-drop-stack > ul li.parent-cat-wrap a:hover {
color: var(--mf-primary-color);
}
.dokan-widget-area .dokan-category-menu #cat-drop-stack ul,
.dokan-widget-area .widget-collapse #cat-drop-stack ul {
margin-top: 0;
}
.dokan-widget-area .dokan-category-menu #cat-drop-stack > ul li a,
.dokan-widget-area .widget-collapse #cat-drop-stack > ul li a {
padding-top: 5px;
padding-bottom: 5px;
}
.dokan-widget-area .dokan-category-menu #cat-drop-stack > ul li a .caret-icon,
.dokan-widget-area .widget-collapse #cat-drop-stack > ul li a .caret-icon {
font-size: 16px;
}
.dokan-widget-area .dokan-category-menu #cat-drop-stack ul li:last-child.has-children a,
.dokan-widget-area .widget-collapse #cat-drop-stack ul li:last-child.has-children a {
border-bottom: none !important;
}
.dokan-widget-area .dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap ul.level-0,
.dokan-widget-area .widget-collapse #cat-drop-stack > ul li.parent-cat-wrap ul.level-0 {
background-color: transparent;
}
.dokan-widget-area .dokan-category-menu #cat-drop-stack > ul li.parent-cat-wrap ul.level-0 li a,
.dokan-widget-area .widget-collapse #cat-drop-stack > ul li.parent-cat-wrap ul.level-0 li a {
color: #666;
}
.dokan-widget-area .dokan-form-control {
border-color: #d9d9d9;
}
.dokan-widget-area .dokan-store-contact .dokan-btn {
padding: 0 25px;
height: 50px;
line-height: 50px;
background-color: var(--mf-background-primary-color);
color: var(--mf-background-primary-text-color);
transition: all 0.5s;
font-size: 16px;
font-weight: 600;
text-align: center;
border: none;
width: 100%;
}
.dokan-widget-area .dokan-store-contact .dokan-btn:hover {
background-color: var(--mf-background-primary-color);
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info:after {
clear: both;
content: "";
display: block;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper ul li {
margin-bottom: 0;
}
.dokan-single-store .dokan-store-tabs {
margin-top: 40px;
background-color: #f5f5f5;
}
.dokan-single-store .dokan-store-tabs ul.dokan-list-inline {
background-color: transparent;
border: none;
}
.dokan-single-store .dokan-store-tabs ul.dokan-list-inline:after {
clear: both;
display: block;
content: "";
}
.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li {
margin-right: 0;
margin-bottom: 0;
border-right: none;
}
.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li.dokan-share-btn-wrap, .dokan-single-store .dokan-store-tabs ul.dokan-list-inline li.dokan-store-support-btn-wrap, .dokan-single-store .dokan-store-tabs ul.dokan-list-inline li.dokan-store-follow-store-button-container {
margin-right: 10px;
margin-top: 7px;
margin-bottom: 5px;
}
.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li .dokan-share-btn {
margin-top: 0;
margin-right: 0;
}
.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li a {
font-size: 16px;
font-weight: 600;
color: #999;
}
.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li a:hover {
color: #000;
background-color: transparent;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-mf_custom .profile-info-img {
display: none;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-mf_custom .profile-info-summery-wrapper {
position: relative;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-mf_custom .profile-info-summery-wrapper .profile-info-summery {
background-color: #f1f1f1;
width: 100%;
overflow: hidden;
padding-top: 0;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-mf_custom .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
float: left;
display: flex;
min-width: 270px;
align-items: center;
justify-content: center;
border-right: 1px solid #d5d5d5;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-mf_custom .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img {
margin-bottom: 0;
text-align: left;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-mf_custom .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-square img {
border: none;
padding: 0;
max-width: 100%;
width: auto;
height: auto;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-mf_custom .profile-info-summery-wrapper .profile-info-summery .profile-info {
float: left;
padding: 20px 25px 10px;
color: #666;
width: 70%;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-mf_custom .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
position: static;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-mf_custom .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .label {
font-weight: 500;
color: #000;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-mf_custom .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social {
margin: 5px 0 0;
padding: 0;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-mf_custom .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li {
margin-left: 0;
margin-right: 10px;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-mf_custom .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a {
width: 36px;
height: 36px;
line-height: 37px;
text-align: center;
background-color: #1b4e9b;
color: #fff;
border-radius: 3px;
display: block;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-mf_custom .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i {
font-size: 18px;
text-shadow: none;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-mf_custom .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a .fa-flickr {
color: #fff;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-mf_custom .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li .social-gplus {
background-color: #cc0000;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-mf_custom .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li .social-twitter {
background-color: #00aeef;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-mf_custom .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li .social-pinterest {
background-color: #c92228;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-mf_custom .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li .social-linkedin {
background-color: #007bb5;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-mf_custom .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li .social-youtube {
background-color: #bb0000;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-mf_custom .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li .social-instagram {
background-color: #125688;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-mf_custom .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li .social-flickr {
background-color: #ff0084;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-mf_custom .profile-info-summery-wrapper .profile-info-summery .store-name {
font-size: 20px;
font-weight: 600;
color: #000;
text-transform: uppercase;
margin: 0 0 5px;
line-height: 1;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-mf_custom .profile-info-summery-wrapper .profile-info-summery .dokan-store-info {
margin: 0;
padding: 0;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-mf_custom .profile-info-summery-wrapper .profile-info-summery .dokan-store-info li {
position: relative;
list-style: none;
display: block;
padding-bottom: 5px;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-mf_custom .profile-info-summery-wrapper .profile-info-summery .dokan-store-info li .label {
font-weight: 500;
color: #000;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-mf_custom .profile-info-summery-wrapper .profile-info-summery .dokan-store-info .dokan-store-rating {
display: flex;
align-items: center;
border-bottom: 1px solid #d5d5d5;
margin-bottom: 10px;
padding-bottom: 10px;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-mf_custom .profile-info-summery-wrapper .profile-info-summery .dokan-store-info .dokan-store-rating .seller-rating {
display: block;
margin-right: 11px;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-mf_custom .profile-info-summery-wrapper .profile-info-summery .dokan-store-info .dokan-store-rating .star-rating {
float: left;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-mf_custom .profile-info-summery-wrapper .profile-info-summery .dokan-store-info .store-social-wrapper {
position: relative;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-mf_custom .profile-info-summery-wrapper .profile-info-summery .dokan-store-info .store-social-wrapper .store-social {
padding-left: 0;
}
.dokan-store .shop-toolbar {
margin-bottom: 30px;
}
.dokan-store .dokan-store-sidebar {
padding-right: 15px;
margin-right: 0 !important;
}
.dokan-store .dokan-single-store.dokan-w8 {
width: 75%;
padding-left: 15px;
}
.dokan-store .dokan-single-store .site-content {
padding: 0;
}
.dokan-pagination-container {
margin-top: 50px;
text-align: center;
}
.dokan-pagination-container ul.dokan-pagination {
border: none;
margin: 0;
}
.dokan-pagination-container ul.dokan-pagination li {
border-right-width: 0;
margin: 0;
padding: 0 5px;
list-style: none;
display: inline-block;
}
.dokan-pagination-container ul.dokan-pagination li a {
color: #000;
font-size: 14px;
text-align: center;
padding: 0 12px;
height: 32px;
line-height: 32px;
display: block;
background-color: #f5f5f5;
min-width: 34px;
margin: 0;
border: none;
}
.dokan-pagination-container ul.dokan-pagination li a i {
font-size: 10px;
font-weight: 700;
}
.dokan-pagination-container ul.dokan-pagination li.disabled, .dokan-pagination-container ul.dokan-pagination li.prev, .dokan-pagination-container ul.dokan-pagination li.next {
display: none;
}
.dokan-pagination-container ul.dokan-pagination li:first-child {
margin-left: 0;
}
.dokan-pagination-container ul.dokan-pagination li a:focus {
background-color: transparent;
outline: none;
}
.dokan-pagination-container ul.dokan-pagination li.active a,
.dokan-pagination-container ul.dokan-pagination li a:hover {
background-color: var(--mf-background-primary-color);
color: var(--mf-background-primary-text-color);
}
.dokan-pagination-container.infinite {
text-align: center;
}
.dokan-pagination-container.infinite ul li {
padding: 0;
}
.dokan-pagination-container.infinite ul .page-numbers {
display: none;
}
.dokan-pagination-container.infinite ul .next {
display: block;
padding-left: 0;
}
.dokan-pagination-container.infinite .dots-loading {
font-size: 18px;
letter-spacing: 15px;
text-transform: uppercase;
font-weight: 300;
}
.dokan-pagination-container.infinite .dots-loading span {
display: inline-block;
}
.dokan-seller-listing .dokan-seller-search {
border: 1px solid #b8b8b8 !important;
min-height: 36px;
}
.dokan-seller-listing .store-footer .dokan-btn {
background-color: var(--mf-background-primary-color);
color: var(--mf-background-primary-text-color);
font-weight: 600;
border-color: transparent;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info .store-data h2 {
font-weight: 600;
}
#dokan-seller-listing-wrap .seller-listing-content ul.dokan-seller-wrap li .store-content .store-info .store-data h2 {
margin: 5px 0 0;
}
#dokan-seller-listing-wrap .seller-listing-content ul.dokan-seller-wrap li .store-content .store-info .store-data p.store-address {
line-height: 18px;
}
#dokan-seller-listing-wrap .seller-listing-content ul.dokan-seller-wrap li .store-content .store-info .store-data .dokan-seller-rating {
margin-top: 0 !important;
}
.woocommerce div.product form.cart .dokan-live-chat {
clear: both;
margin-top: 20px;
min-width: 180px;
border-radius: 3px;
margin-left: 0 !important;
}
.woocommerce div.product .wc-tabs-wrapper .panel.woocommerce-Tabs-panel--seller > h2, .woocommerce div.product .wc-tabs-wrapper .panel.mf-Tabs-panel--seller > h2 {
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
display: block;
text-align: left;
}
.woocommerce div.product .wc-tabs-wrapper .panel.woocommerce-Tabs-panel--seller ul, .woocommerce div.product .wc-tabs-wrapper .panel.mf-Tabs-panel--seller ul {
margin: 0;
padding: 0;
list-style: none;
}
.woocommerce div.product .wc-tabs-wrapper .panel.woocommerce-Tabs-panel--seller ul .star-rating, .woocommerce div.product .wc-tabs-wrapper .panel.mf-Tabs-panel--seller ul .star-rating {
float: left;
margin-top: 3px;
margin-right: 5px;
}
.woocommerce div.product .wc-tabs-wrapper .panel.woocommerce-Tabs-panel--seller ul .store-name span,
.woocommerce div.product .wc-tabs-wrapper .panel.woocommerce-Tabs-panel--seller ul .seller-name span,
.woocommerce div.product .wc-tabs-wrapper .panel.woocommerce-Tabs-panel--seller ul .store-address span, .woocommerce div.product .wc-tabs-wrapper .panel.mf-Tabs-panel--seller ul .store-name span,
.woocommerce div.product .wc-tabs-wrapper .panel.mf-Tabs-panel--seller ul .seller-name span,
.woocommerce div.product .wc-tabs-wrapper .panel.mf-Tabs-panel--seller ul .store-address span {
color: #000;
font-weight: 500;
}
.woocommerce div.product .wc-tabs-wrapper .panel.woocommerce-Tabs-panel--seller ul .store-name span b,
.woocommerce div.product .wc-tabs-wrapper .panel.woocommerce-Tabs-panel--seller ul .seller-name span b,
.woocommerce div.product .wc-tabs-wrapper .panel.woocommerce-Tabs-panel--seller ul .store-address span b, .woocommerce div.product .wc-tabs-wrapper .panel.mf-Tabs-panel--seller ul .store-name span b,
.woocommerce div.product .wc-tabs-wrapper .panel.mf-Tabs-panel--seller ul .seller-name span b,
.woocommerce div.product .wc-tabs-wrapper .panel.mf-Tabs-panel--seller ul .store-address span b {
font-weight: 500;
}
.woocommerce div.product .wc-tabs-wrapper .panel.woocommerce-Tabs-panel--seller ul .store-name .details,
.woocommerce div.product .wc-tabs-wrapper .panel.woocommerce-Tabs-panel--seller ul .seller-name .details,
.woocommerce div.product .wc-tabs-wrapper .panel.woocommerce-Tabs-panel--seller ul .store-address .details, .woocommerce div.product .wc-tabs-wrapper .panel.mf-Tabs-panel--seller ul .store-name .details,
.woocommerce div.product .wc-tabs-wrapper .panel.mf-Tabs-panel--seller ul .seller-name .details,
.woocommerce div.product .wc-tabs-wrapper .panel.mf-Tabs-panel--seller ul .store-address .details {
color: #666;
font-weight: 400;
}
.woocommerce div.product .wc-tabs-wrapper .panel.woocommerce-Tabs-panel--seller ul .store-name .details br,
.woocommerce div.product .wc-tabs-wrapper .panel.woocommerce-Tabs-panel--seller ul .seller-name .details br,
.woocommerce div.product .wc-tabs-wrapper .panel.woocommerce-Tabs-panel--seller ul .store-address .details br, .woocommerce div.product .wc-tabs-wrapper .panel.mf-Tabs-panel--seller ul .store-name .details br,
.woocommerce div.product .wc-tabs-wrapper .panel.mf-Tabs-panel--seller ul .seller-name .details br,
.woocommerce div.product .wc-tabs-wrapper .panel.mf-Tabs-panel--seller ul .store-address .details br {
display: inline-block;
}
.woocommerce div.product .wc-tabs-wrapper .panel.woocommerce-Tabs-panel--seller ul .store-rating, .woocommerce div.product .wc-tabs-wrapper .panel.mf-Tabs-panel--seller ul .store-rating {
display: flex;
align-items: center;
}
.woocommerce div.product .wc-tabs-wrapper .panel.woocommerce-Tabs-panel--seller ul .store-rating .seller-rating, .woocommerce div.product .wc-tabs-wrapper .panel.mf-Tabs-panel--seller ul .store-rating .seller-rating {
margin-right: 5px;
}
.woocommerce div.product .wc-tabs-wrapper .panel.woocommerce-Tabs-panel--seller_enquiry_form > h3, .woocommerce div.product .wc-tabs-wrapper .panel.mf-Tabs-panel--seller_enquiry_form > h3 {
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
display: block;
text-align: left;
}
.woocommerce div.product .wc-tabs-wrapper .panel.woocommerce-Tabs-panel--seller_enquiry_form #dokan-product-enquiry, .woocommerce div.product .wc-tabs-wrapper .panel.mf-Tabs-panel--seller_enquiry_form #dokan-product-enquiry {
margin: 0 auto;
}
.woocommerce div.product .wc-tabs-wrapper .panel.woocommerce-Tabs-panel--seller_enquiry_form #dokan-product-enquiry .form-group .form-control, .woocommerce div.product .wc-tabs-wrapper .panel.mf-Tabs-panel--seller_enquiry_form #dokan-product-enquiry .form-group .form-control {
width: 100%;
margin-bottom: 15px;
}
.woocommerce div.product .wc-tabs-wrapper .panel.woocommerce-Tabs-panel--seller_enquiry_form #dokan-product-enquiry .dokan-btn, .woocommerce div.product .wc-tabs-wrapper .panel.mf-Tabs-panel--seller_enquiry_form #dokan-product-enquiry .dokan-btn {
padding-top: 10px;
padding-bottom: 10px;
}
.woocommerce .dokan-info {
border-color: #f7f6f7;
border-top-color: #8fae1b;
background-color: #f7f6f7;
}
.woocommerce .dokan-info:before {
background-color: #8fae1b;
}
.woocommerce table.my_account_orders {
font-size: 14px;
}
.dokan-seller-listing #dokan-seller-listing-wrap {
margin: 0;
}
.dokan-seller-listing #dokan-seller-listing-wrap .dokan-seller-wrap {
margin-right: -15px;
margin-left: -15px;
}
.dokan-seller-listing #dokan-seller-listing-wrap .no-banner-img .store-info {
background-image: none !important;
}
.dokan-seller-listing #dokan-seller-listing-wrap .no-banner-img .store-info .store-phone i {
display: none;
}
.dokan-store-menu ul li ul.children {
display: none;
}
.dokan-store-menu ul li .caret-icon {
float: right;
font-size: 16px;
}
.dokan-vendor-register {
max-width: 600px;
margin: 0 auto;
}
.dokan-vendor-register .form-row-wide label {
display: block;
margin-bottom: 5px;
}
.dokan-vendor-register .form-row-wide label .required {
color: red;
font-weight: 700;
}
.dokan-vendor-register .form-row-wide .form-control {
width: 100%;
border: 1px solid #d9d9d9;
padding: 14px 16px;
border-radius: 3px;
}
.dokan-vendor-register .form-row .dokan-btn {
padding: 8px 20px;
font-weight: 600;
}
.dokan-dashboard .tooltip {
white-space: inherit;
}
@media (min-width: 768px) {
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-dash-sidebar {
width: 100%;
background-color: transparent;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu {
margin: 0 0 30px;
background-color: #f5f5f5;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li {
border-bottom: none;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
color: #999;
font-size: 16px;
font-weight: 600;
padding: 15px;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li a:hover {
color: #000;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li a i {
display: none;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.active {
background-color: transparent;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a {
color: #000;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after {
display: none;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover {
background-color: transparent;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu .dokan-common-links a {
width: auto;
padding: 15px;
float: none;
border-right: none;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu .dokan-common-links a:hover {
background-color: transparent;
color: #000;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-dashboard-content {
width: 100%;
padding: 0;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget {
box-shadow: none;
border-color: #e1e1e1;
padding: 0 15px;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget a {
font-size: 14px;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter {
padding: 0;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter ul {
padding: 0;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter li {
margin-bottom: 0;
background-color: #f4f4f4;
border-bottom: 1px solid #e1e1e1;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter li:last-child {
border-bottom: none;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter li:after {
display: block;
content: "";
clear: both;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter .title,
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter .count {
float: left;
width: 50%;
text-align: left;
padding: 15px;
line-height: 1;
color: #000;
font-weight: 400;
font-size: 14px;
border-bottom: none;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter .count {
background-color: #fff;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title {
color: #000;
text-transform: uppercase;
font-weight: 600;
background-color: #f4f4f4;
margin: 0 -15px;
padding: 10px 15px;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title a {
text-transform: none;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title i {
display: none;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget ul.list-count {
padding-left: 0;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.products .list-count a {
color: #000;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.products .list-count a .count {
color: #666;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.products .list-count a:hover {
color: #0066cc;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-dashboard-content ul.subsubsub {
font-size: 14px;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .wp-editor-container {
border: none;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-btn {
padding: 0 25px;
background-color: #88aa00;
color: #fff;
height: 40px;
line-height: 40px;
transition: all 0.5s;
font-size: 16px;
font-weight: 600;
text-align: center;
border: none;
border-radius: 0;
vertical-align: top;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-form-control,
.dokan-dashboard-layout-1 .dokan-dashboard-wrap input[type=text],
.dokan-dashboard-layout-1 .dokan-dashboard-wrap input[type=number] {
border: 1px solid #d9d9d9;
padding: 6px 10px;
min-height: 40px;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap #payment-form fieldset {
border-bottom: none;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-table {
color: #000;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-table tr > td,
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-table tr > th {
padding: 15px;
border-color: #e1e1e1;
border-right: none;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-table tr > th {
background-color: #f4f4f4;
color: #000;
text-transform: uppercase;
line-height: 1;
font-weight: 600;
border-bottom-width: 1px;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-table td.diviader {
display: none;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-table a {
color: #0066cc;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-table a:hover {
color: var(--mf-primary-color);
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-table .dokan-btn {
background-color: transparent;
padding: 0;
color: #000;
height: 14px;
line-height: 14px;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-table tbody > tr:nth-of-type(odd) {
background-color: transparent;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-table ins {
margin-right: 5px;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-table ins .amount {
color: #000;
font-weight: 400;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-table del .amount {
color: #999;
font-weight: 400;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-table .row-actions .delete a,
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-table .row-actions a {
color: #000;
border-bottom: 1px solid transparent;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-table .row-actions .delete a:hover,
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-table .row-actions a:hover {
border-color: #000;
color: #000;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-dashboard-header .entry-title,
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .edit-account-wrap .entry-title {
font-size: 20px;
font-weight: 600;
border-bottom: 1px solid #e1e1e1;
padding-bottom: 10px;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-dashboard-header .entry-title:after,
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .edit-account-wrap .entry-title:after {
clear: both;
display: block;
content: "";
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .edit-account-wrap .edit-account fieldset {
border: none;
padding: 0;
}
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .edit-account-wrap .edit-account legend {
font-weight: 600;
color: #000;
text-transform: uppercase;
}
}
ul.dokan-account-migration-lists {
border: none;
}
ul.dokan-account-migration-lists .btn {
display: inline-block;
font-size: 14px;
padding: 0 10px;
min-width: 170px;
}
@media (max-width: 1199px) {
.dokan-single-store .profile-frame .profile-layout-mf_custom.profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
top: 0;
}
.dokan-single-store .profile-frame .profile-layout-mf_custom.profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
top: 0;
}
.dokan-single-store .profile-frame .profile-layout-mf_custom.profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li {
text-align: left;
}
.dokan-single-store .profile-frame .profile-layout-mf_custom.profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
text-align: left;
}
}
@media (max-width: 991px) {
.dokan-store .content-area {
display: flex;
flex-direction: column;
}
.dokan-store .content-area .dokan-store-sidebar {
order: 2;
margin-top: 50px;
}
.dokan-store .content-area .dokan-single-store {
order: 1;
}
.dokan-store .content-area .shop-toolbar .products-found,
.dokan-store .content-area .shop-toolbar .shop-view {
width: 50%;
}
.dokan-store .dokan-single-store.dokan-w8 {
width: 100%;
padding-left: 0;
margin-top: 30px;
}
.dokan-store .dokan-store-sidebar {
width: 100%;
}
}
@media (max-width: 767px) {
.dokan-dashboard-layout-1 .dokan-dashboard-wrap .dokan-dash-sidebar ul.dokan-dashboard-menu li a > span {
display: none;
}
.dokan-seller-listing form.dokan-seller-search-form input#search {
width: 100%;
}
.dokan-dashboard .mf-navigation-mobile {
display: none;
}
.dokan-dashboard.mobile-version {
padding-bottom: 0;
}
.dokan-store .content-area .shop-toolbar .mf-filter-mobile {
display: none;
}
.dokan-single-store .dokan-store-tabs ul.dokan-list-inline {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li.dokan-share-btn-wrap,
.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li.dokan-store-support-btn-wrap,
.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li.dokan-store-follow-store-button-container {
margin-left: 10px;
margin-right: 0;
}
.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li.dokan-share-btn-wrap:last-child,
.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li.dokan-store-support-btn-wrap:last-child,
.dokan-single-store .dokan-store-tabs ul.dokan-list-inline li.dokan-store-follow-store-button-container:last-child {
margin-right: 10px;
}
}
@media (max-width: 600px) {
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-mf_custom .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
width: 100%;
text-align: center;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-mf_custom .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-square img {
width: auto;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-mf_custom .profile-info-summery-wrapper .profile-info-summery .profile-info {
width: 100%;
}
}