/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.txt
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your needs
* please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/

#wrapper {
    background-color: #fafafa;
}

.wk-mp-block h1,
.wk-mp-block h2,
.wk-mp-block h3,
.wk-mp-block h4,
.wk-mp-block h5,
.wk-mp-block h6 {
    text-transform: uppercase !important;
}

.wk-mp-block .form-control {
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    color: #999 !important;
    font-size: 14px !important;
}

.wk-mp-block .dropdown-toggle {
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    color: #999 !important;
    font-size: 14px !important;
}

.wk-mp-block .form-control-select {
    -moz-appearance: none;
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right 0.1rem center / 1.25rem 1.25rem !important;
}

.wk-mp-block select.form-control:not([size]):not([multiple]) {
    height: 36px !important;
    padding: 5px 16px 5px 3px !important;
}

.wk-mp-block .menutitle {
    font-weight: 600;
    color: #333;
}

.wk-mp-block .list_content li span a {
    color: #333;
}

.wk-mp-block .wk_menu_item ul li {
    background-color: #fbfbfb;
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-weight: 600;
}

.wk-mp-block .wk_menu_item ul li:hover {
    background-color: #A0CB2F !important;
}

.wk-mp-block .wk_menu_item ul li:hover a {
    color: #fff !important;
}

.wk-mp-block .menu_active {
    background-color: #A0CB2F !important;
}

.wk-mp-block .menu_active a {
    color: #fff !important;
}

.wk-mp-block .menu_count {
    /* color: #d43f3a; */
}

.wk-mp-block .wk_btn_cancel {
    border: 1px solid #ff4c4c;
    background-color: #ff4c4c;
    color: #fff !important;
}

.wk-mp-block .wk_btn_cancel:hover {
    border: 1px solid #ff1919;
    background-color: #ff0f0f;
    color: #fff !important;
}

.wk-mp-block #sp_price {
    background-color: #f2f2f2 !important;
}

.wk-mp-block label {
    /* text-transform: uppercase !important; */
    font-size: 13px !important;
    color: #555 !important;
    font-weight: 600 !important;
    text-align: left;
}

.wk-mp-block .input-group-addon {
    padding: 0.4rem 0.75rem !important;
    width: auto;
}

.wk-mp-block #mp_product_list {
    border: 1px solid #f6f6f6 !important;
}

.table thead th {
    border-bottom: 1px solid #A0CB2F !important;
    font-weight: 600;
}

.wk-mp-block table .even {
    background-color: #fff !important;
}

.wk-mp-block table .odd {
    background-color: #fafafa !important;
}

.wk-mp-block .form-control:focus {
    outline: 0.12rem solid #A0CB2F !important;
    border: 1px solid #fff !important;
}

.wk-mp-block .wk_product_approved {
    background-color: #4cbb6c;
    border-color: #4cbb6c;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
}

.wk-mp-block .wk_product_pending {
    background-color: #ff4c4c;
    border-color: #ff4c4c;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
}


/*.wk-mp-block .btn-default {
    padding: 0.3rem 0.6rem !important;
}*/

.wk-mp-block .wk-mp-right-column .wk_product_list .btn-primary {
    background-color: #4cbb6c !important;
    padding: 0.3rem 0.6rem !important;
}

.wk-mp-block .wk_edit_profile_btn,
.wk_deactivate_shop {
    background-color: #4cbb6c !important;
    padding: 0.3rem 0.6rem !important;
}

.wk-mp-block .btn-primary-outline {
    background-color: #fff !important;
    border: 1px solid #A0CB2F !important;
    color: #A0CB2F !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 10px 12px !important;
}

.wk-mp-block .btn-primary-outline .material-icons {
    font-size: 20px !important;
}

.wk-mp-block .pagination .disabled a {
    background-color: #f2f2f2 !important;
    cursor: not-allowed !important;
}

.wk-mp-block .material-icons {
    font-size: 1.2rem !important;
    margin-bottom: 1px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.wk-mp-block .wk_language_menu li a {
    color: #999 !important;
    font-size: 14px !important;
}

.wk-mp-block .wk_language_menu li a:hover {
    color: #A0CB2F !important;
}

.wk-mp-block .wk_bulk_actions li {
    padding-top: 5px;
    padding-bottom: 10px;
}

.wk-mp-block .wk_bulk_actions li a {
    color: #999 !important;
    font-size: 14px !important;
}

.wk-mp-block .wk_bulk_actions li a:hover {
    color: #A0CB2F !important;
}

.wk-mp-block .box-account .box-head h6 {
    font-size: 14px !important;
    color: #414141 !important;
    font-weight: 600 !important;
}

.wk-mp-block .wk-mp-right-column p {
    color: #414141;
}

.wk-mp-block #wk_add_attribute_button {
    padding: 7px 14px;
}

.wk-mp-block .wk_each_group {
    background-color: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.wk-mp-block .nav-tabs .nav-item {
    /* text-transform: uppercase !important; */
}

.wk-mp-block .wk_formfield_comment {
    color: #a9a9a9 !important;
    font-style: italic !important;
}

.wk-mp-block .form-control-comment {
    color: #777 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 4px !important;
}

.wk-mp-block .wk_profile_img {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.1) !important;
}

.wk-mp-block #chart_div {
    color: #414141 !important;
}

.modal-content .wk_btn_cancel {
    border: 1px solid #ff4c4c;
    background-color: #ff4c4c;
    color: #fff !important;
}

.modal-content .wk_btn_cancel:hover {
    border: 1px solid #ff1919;
    background-color: #ff0f0f;
}

.modal-content .form-control {
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    color: #999 !important;
    font-size: 14px !important;
}

#wk_product_combination .highlighted{
    background-color: #ddd !important;
}

/*For smaller screen*/

@media only screen and (max-width:768px) {
    .wk-mp-block label,
    .label {
        text-align: left;
    }

    #mp_product_customization .col-md-12,
    #mp_product_customization .col-md-5,
    #mp_product_customization .col-md-2 {
        padding: 0px !important;
    }
}

#product-attachment-file td {
    word-break: break-all;
}

#selected_related_product .alert{
    padding: 5px 10px !important;
}

#selected_related_product .alert-dismissible .close {
    right: 0 !important;
}


#uploadprofileimg, #uploadshoplogo, #uploadsellerbanner, #uploadshopbanner{
    background-color: #A0CB2F;
    border-color: #A0CB2F;
}

#uploadprofileimg:hover,
#uploadshoplogo:hover,
#uploadsellerbanner:hover,
#uploadshopbanner:hover{
    background-color: #88ac28;
    border-color: #88ac28;
}

#uploadprofileimg:focus,
#uploadshoplogo:focus,
#uploadsellerbanner:focus,
#uploadshopbanner:focus{
    background-color: #A0CB2F !important;
    border-color: #A0CB2F !important;
    box-shadow: 0 0 0 0.2rem rgba(160, 203, 47, 0.25) !important;
}

.wk-tabs-panel .tab-content{
    padding-top: 30px;
}

.table.dataTable{
    margin-top: 20px !important;
}

.wk-mp-content .wk-mp-right-column .pagination{
    display: flex !important;
    justify-content: flex-end !important;
}

div.dataTables_filter label{
    display: flex;
    justify-content: flex-end;
}

.input-group-addon{
    display: flex;
    align-items: center;
}

.form-control{
    margin-bottom: 10px;
}

/* .wk-mp-right-column .input-group{
    display: flex;
    flex-direction: row-reverse;
}

#search-customer-form-group .input-group{
    display: flex;
    flex-direction: row-reverse;
} */

.ui-widget-header{
    border: 1px solid #A0CB2F !important;
    background: #A0CB2F !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
    border: none !important;
    background: #88ac28 !important;
}

.ui-datepicker-calendar .ui-state-highlight{
    background-color: #A0CB2F !important;
}

#add_specific_price .input-group span{
    margin-right: 10px;
    border-radius: 0.25rem;
}

#add_specific_price{
    border-radius: 0.25rem;
}

.direction{
    display: flex;
    width: 250px;
}

label[for="leave_bprice"] {
    width: 400px;
    margin: 2px 0 0 10px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border: 1px solid #A0CB2F  !important;
    background: #A0CB2F !important;
    font-weight: 400 ;
    color: #fff !important;
}


.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
    border: 1px solid #88ac28 !important;
    background: #88ac28 !important;
    font-weight: 400;
    color: #fff;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    border: 1px solid #A0CB2F !important;
    background: #fff !important;
    color: #363636 !important; 
}

.ui-widget-content{
    border: 1px solid #ddd !important;
    border-radius: 0.25rem !important;
}

.ui-timepicker-div dl dt{
    font-size: 13px;
}

.ui-datepicker .ui-datepicker-buttonpane button, .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{
    font-size: 16px;
    font-weight: normal;
}

.slot-button{
    text-align: left;
}

.delete_pro_image i{
    color: #ff1919;
}

.wk_combination_final_price{
    width: 100%;
    border-radius: 0.25rem;
}

.wk_combination_final_price span{
    background: #A0CB2F;
}

#add_feature_button{
    display: flex;
}

.btn-info{
    color: #fff;
    background-color: #A0CB2F;
    border-color: #A0CB2F;
}

.btn-info:hover{
    color: #fff;
    background-color: #88ac28;
    border-color: #88ac28;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle{
    color: #fff;
    background-color: #88ac28;
    border-color: #88ac28; 
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #88ac28;
    border-color: #88ac28;
    box-shadow: 0 0 0 0.2rem #89ac2893
}

#add_new_answer{
    padding: 15px 22px !important;
}

#desc-category-back{
    border: 1px solid #A0CB2F;
    color: #212529;
    display: flex;
    width: fit-content;
    margin-top: 20px;
}

#desc-category-back:hover{
    background-color: #88ac28;
    border: 1px solid #88ac28;
    color: #fff;
}

/* .product-information {
    background-color: #fff !important;
    padding: 10px !important;
    border-radius: 10px !important;
} */

